Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
Promisifies all the selected functions in an object
Buffers events from a stream until you are ready to handle them.
Merge multiple streams into one stream in sequence or parallel.
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Returns true if a string has an extglob.
Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST
The Node.js `util.deprecate()` function with browser support
ES2015 `Object.assign()` ponyfill
Safer Node.js Buffer API
type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.
A small polyfill for Object.setprototypeof
extend like a boss
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
A stream that emits multiple other streams one after another.
Determine the `package.json#type` which applies to a location
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
YAML 1.2 parser and serializer
Fast deep equal
A cross browser microtask library
Resolve any installed ES6 compatible promise
Support for representing 64-bit integers in JavaScript
Get the shortest leading whitespace from lines in a string