help-me • 1.1.0Help command for node, partner of minimist and commist
DIRECT
44
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
INDIRECT
0
leven • 2.1.0Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm
ultron • 1.1.1Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design
INDIRECT
0
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