Require global variables
`process.stdout` in your browser.
Helper module for loading your native module's .node file
Make your own error types!
babel require hook
test framework agnostic BDD-style assertions
Emulate console for all the browsers
a customizable value inspector
Get an event when you're being sent data or asked for it.
Buffers events from a stream until you are ready to handle them.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
A small api to read and write your requirejs config file
A stream that emits multiple other streams one after another.
node's assert.deepEqual algorithm
Require modules from parent modules.
Combine an array of streams into a single duplex stream using pump and duplexify
Allows users to use generators in order to write common functions that can be both sync or async.
The lodash method `_.isPlainObject` exported as a module.
Creates a duplex stream
Get the command from a shebang
A node module to convert JSON to YAML
Pluralize and singularize any word
A require hook to compile CSS Modules on the fly
A basic but performant promise implementation