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
find-file-up • 2.0.1Find a file fast, by starting at the given cwd and recursing up one directory until the file is found or we run out of directories.
INDIRECT
10
find-pkg • 2.0.0Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.
DIRECT
11
fs-extra • 9.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.