mkdirp
Recursively mkdir, like `mkdir -p`
Recursively mkdir, like `mkdir -p`
Node.js 0.12 path.isAbsolute() ponyfill
Node.js path.parse() ponyfill
Node.js os.tmpdir() ponyfill
Node.js path.dirname() ponyfill
Node.js 4 `os.homedir()` ponyfill
Returns true if a filepath exists on the file system and it's directory.
Resolve a directory that is either local, global or in the user's home directory.
Remove leading directory components from a path, like tar's --strip-components option
Returns 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`.
Get paths for storing things like data, config, cache, etc
Use logical properties and values in CSS
asynchronous file and directory operations for Node.js
Pollyfill for node.js `path.parse`, parses a filepath into an object.
Get the path to the user home directory
Operating system specific paths.
Finds the first parent directory that contains a given file or directory.
Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)
Computes the longest prefix string that is common to each path, excluding the base component
Copy file globs, watching for changes.