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
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.
INDIRECT
3
detect-file • 1.0.0Detects if a file exists and returns the resolved filepath.
INDIRECT
0
expand-tilde • 2.0.2Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
INDIRECT
2
extend • 3.0.2Port of jQuery.extend for node.js and the browser
DIRECT
0
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.
DIRECT
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.
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-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).
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.
INDIRECT
0
rechoir • 0.8.0Prepare a node environment to require files with different extensions.
DIRECT
6
resolve-dir • 1.0.1Resolve a directory that is either local, global or in the user's home directory.
INDIRECT
9
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronously
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.
INDIRECT
1
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.