ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.
INDIRECT
0
array-each • 1.0.1Loop over each item in an array and call the given function on every element.
INDIRECT
0
array-slice • 1.1.0Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
INDIRECT
0
async-done • 2.0.0Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
bl • 5.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
INDIRECT
8
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
INDIRECT
2
findup-sync • 5.0.0Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
INDIRECT
19
fined • 2.0.0Find a file given a declaration of locations.
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
INDIRECT
0
for-own • 1.0.0Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
interpret • 3.1.1A dictionary of file extensions and associated module loaders.
INDIRECT
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 • 4.0.3Returns `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.
INDIRECT
0
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
INDIRECT
0
is-plain-object • 5.0.0Returns true if an object was created by the `Object` constructor, or Object.create(null).
normalize-path • 3.0.0Normalize 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.
INDIRECT
0
now-and-later • 3.0.0Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
INDIRECT
2
object.defaults • 1.1.0Like `extend` but only copies missing properties/values to the target object.
INDIRECT
5
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.
INDIRECT
1
parse-filepath • 1.0.2Pollyfill for node.js `path.parse`, parses a filepath into an object.
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
replace-homedir • 2.0.0Replace user home in a string with another string. Useful for tildifying a path.
INDIRECT
0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
INDIRECT
0
resolve-dir • 1.0.1Resolve a directory that is either local, global or in the user's home directory.
teex • 1.0.1Turn a readable stream into multiple readable streamx streams
INDIRECT
5
through2 • 4.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
DIRECT
5
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
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.