The semver parser for node (the one npm uses)
created at Feb. 12, 2011, 12:06 a.m.
some best practices for JS modules
created at Oct. 15, 2014, 1:25 p.m.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
created at Sept. 23, 2011, 7:03 a.m.
Lightweight and simple JS date formatting and parsing
created at Jan. 9, 2015, 3:08 a.m.
Stringify an object/array like JSON.stringify just without all the double-quotes
created at Dec. 11, 2012, 8:16 p.m.
writable stream that concatenates strings or data and calls a callback with the result
created at Aug. 3, 2012, 1:42 a.m.
[DEPRECATED] Recursive Object.assign()
created at Sept. 14, 2015, 8:54 a.m.
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
created at March 20, 2014, 2:36 p.m.
Deep diffs two objects, including nested structures of arrays and objects, and returns the difference. ❄️
created at Nov. 25, 2016, 12:34 a.m.
Test whether an object looks like a promises-a+ promise
created at Dec. 23, 2012, 4:01 p.m.
Filter object keys and values into a new object
created at Aug. 10, 2015, 5:42 a.m.
simple curry module, with nothing *too clever*, and full test coverage
created at Nov. 29, 2010, 8:55 a.m.
Check if something is a Node.js stream
created at Jan. 18, 2015, 6:55 p.m.