DEEP File System Library
Require constants across node and the browser
Recursively read a directory
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Allows users to use generators in order to write common functions that can be both sync or async.
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
A drop-in replacement for fs, making various improvements.
A simple in-memory filesystem. Holds data in a javascript object.
Monkey patches for file system related things.
Just like `fs.exists` and `fs.existsSync`, but cached
modernize node.js to current ECMAScript standards
TypeScript definitions for graceful-fs
streaming unbzip2 implementation in pure javascript for node and browsers
A node adapter for the fs-db mixin for js-git
filesystem bindings for tar-stream
In-memory file-system with Node's fs API.
Stubborn versions of Node's fs functions that try really hard to do their job.
Node.js standard library dependencies for fs-related packages
Utility functions for Node.js fs module
Combine an array of streams into a single duplex stream using pump and duplexify
A stream that emits multiple other streams one after another.
Native file system operations for Bare
Backs out file tree changes
Promisify the node standard library.