expand-tilde • 1.2.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
1
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.
INDIRECT
1
file-contents • 0.2.4Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.
INDIRECT
17
file-contents • 0.3.2Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.
INDIRECT
34
file-stat • 0.1.3Set the `stat` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.
INDIRECT
12
file-stat • 0.2.3Set the `stat` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.
INDIRECT
17
fs-exists-sync • 0.1.0Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.
INDIRECT
2
is-descriptor • 0.1.8Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
INDIRECT
4
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"
is-glob • 2.0.1Returns `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
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.