duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
INDIRECT
12
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.
INDIRECT
2
extend • 3.0.2Port of jQuery.extend for node.js and the browser
DIRECT
0
is-absolute • 1.0.0Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
is-glob • 3.1.0Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
INDIRECT
1
is-negated-glob • 1.0.0Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.
json-stable-stringify-without-jsonify • 1.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
INDIRECT
9
to-absolute-glob • 2.0.2Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
DIRECT
6
unc-path-regex • 0.1.2Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
INDIRECT
0
unique-stream • 2.3.1node.js through stream that emits a unique stream of objects based on criteria