I created this in 2014, the year I learned how to program. All of the downloads are from an old version of https://github.com/micromatch/micromatch. I've done a few other things since: https://github.com/jonschlinkert.
created at Feb. 24, 2015, 5:58 a.m.
Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
created at Sept. 26, 2014, 1:59 a.m.
Map object keys and values into a new object
created at Oct. 12, 2014, 11:42 a.m.
Get a formatted timestamp. Used in gulp, assemble, generate, and many others.
created at May 1, 2015, 9:01 a.m.
Get namespaced config from the closest package.json
created at Sept. 2, 2015, 10:19 a.m.
Transform your data as it pass by, synchronously.
created at Dec. 20, 2016, 11:47 a.m.
Returns an array filled with the specified input
created at Nov. 4, 2015, 12:20 p.m.
[DEPRECATED] Use mz or fs-extra^3 with Promise support
created at May 23, 2013, 1:15 a.m.
Use property paths (`a.b.c`) get a nested value from an object.
created at Oct. 7, 2014, 8:51 p.m.
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
created at Jan. 24, 2015, 10:57 a.m.
Set nested properties on an object using dot-notation.
created at March 25, 2015, 1:40 a.m.
JavaScript/Node.js utility. Returns `true` if the value is a number or string number. Useful for checking regex match results, user input, parsed strings, etc.
created at Sept. 22, 2014, 3:40 a.m.
Check if something is a Node.js stream
created at Jan. 18, 2015, 6:55 p.m.