4388 packages found
fs
exact matchThis package name is not currently in use, but was formerly occupied by another package. To avoid malicious use, npm is hanging on to the package name, but loosely, and we'll probably give it to you if you want it.
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
A drop-in replacement for fs, making various improvements.
Minimal and efficient cross-platform file watching library
filesystem bindings for tar-stream
User-friendly glob matching
Delete files and directories
find the closest package.json
Check if a path exists
Recursive version of fs.readdir with streaming API.
In-memory file-system with Node's fs API.
Matches strings against configurable strings, globs, regular expressions, and/or functions
browserify fs.readFileSync() static asset inliner
Like `fs.createWriteStream(...)`, but atomic.
Make a directory and its parents if needed - Think `mkdir -p`
- mkdir
- mkdirp
- make
- directories
- dir
- dirs
- folders
- directory
- folder
- path
- parent
- parents
- intermediate
- recursively
- View more
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
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.