find-up
Find a file or directory by walking up parent directories
Find a file or directory by walking up parent directories
A deep deletion module for node (like `rm -rf`)
Make a directory and its parents if needed - Think `mkdir -p`
Recursively mkdir, like `mkdir -p`
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Check if a path is a file, directory, or symlink
Find the root directory of a Node.js project or npm package
Extract the non-magic parent path from a glob string.
Read the closest package.json file
Finds the common standard cache directory
Check if a path is inside another path
Convert directories to glob compatible strings
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
Resolve the path of a module like `require.resolve()` but from the current working directory
Node.js os.tmpdir() ponyfill
The directory used by npm for globally installed npm modules.
Delete files and directories
A tiny (183B to 210B) and fast utility to ascend parent directories
compute the closest common parent for file paths
Tests whether one path is inside another path