Search results
6000 packages found
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Minimal and efficient cross-platform file watching library
User-friendly glob matching
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
Recursive version of fs.readdir with streaming API.
Make a directory and its parents if needed - Think `mkdir -p`
- mkdir
- mkdirp
- make
- directories
- folders
- directory
- folder
- path
- parent
- parents
- intermediate
- recursively
- recursive
- create
- View more
Check if a path is a file, directory, or symlink
In-memory file-system with Node's fs API.
filesystem bindings for tar-stream
Monkey patches for file system related things.
Extremely fast utf8 only stream implementation
Check if a path exists
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
- absolute
- backslash
- delimiter
- file
- file-path
- filepath
- fix
- forward
- fp
- fs
- normalize
- path
- relative
- separator
- View more
A drop-in replacement for fs, making various improvements.
Matches strings against configurable strings, globs, regular expressions, and/or functions
Recursive fs.readdir with streaming API and glob filtering.
Bindings for the Watchman file watching service
Read a package.json file
Use node's fs.realpath, but fall back to the JS implementation if the native one fails