Package Licenses
MIT
Dependency Licenses
MIT20
Package | Relation | Dependencies | Published |
---|---|---|---|
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 | |
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. | DIRECT | 2 | |
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. | INDIRECT | 1 | |
homedir-polyfill • 1.0.3Node.js os.homedir polyfill for older versions of node.js. | INDIRECT | 1 | |
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`. | INDIRECT | 4 | |
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor. | DIRECT | 1 | |
is-relative • 1.0.0Returns `true` if the path appears to be relative. | INDIRECT | 2 | |
is-unc-path • 1.0.0Returns true if a filepath is a windows UNC file path. | INDIRECT | 1 | |
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc. | INDIRECT | 0 | |
isobject • 3.0.1Returns true if the value is an object and not an array or null. | INDIRECT | 0 | |
map-cache • 0.2.2Basic cache object for storing key-value pairs. | INDIRECT | 0 | |
object.defaults • 1.1.0Like `extend` but only copies missing properties/values to the target object. | DIRECT | 5 | |
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore. | DIRECT | 1 | |
parse-filepath • 1.0.2Pollyfill for node.js `path.parse`, parses a filepath into an object. | DIRECT | 8 | |
parse-passwd • 1.0.0Parse a passwd file into a list of users. | INDIRECT | 0 | |
path-root-regex • 0.1.2Regular expression for getting the root of a posix or windows filepath. | INDIRECT | 0 | |
path-root • 0.1.1Get the root of a posix or windows filepath. | 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. | INDIRECT | 0 |