Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
jprichardson's profile
jprichardson
718 contributions
RyanZim's profile
RyanZim
133 contributions
manidlou's profile
manidlou
50 contributions
JPeer264's profile
JPeer264
48 contributions
sri-rang's profile
sri-rang
5 contributions
winjo's profile
winjo
5 contributions
agnivade's profile
agnivade
4 contributions
McHunkyTrunk's profile
McHunkyTrunk
4 contributions
bartland's profile
bartland
3 contributions
overlookmotel's profile
overlookmotel
3 contributions
winjo

winjo/node-fs-extra

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()

JavaScript
0
0
MIT License

Support the dependencies of winjo/node-fs-extra

Account's avatar
RyanZim/at-least-node
Lightweight Node.js version sniffing/comparison
Account's avatar
isaacs/node-graceful-fs
A drop-in replacement for fs, making various improvements.
Account's avatar
jprichardson/node-jsonfile
Easily read/write JSON files.
Account's avatar
RyanZim/universalify
Make a callback- or promise-based function support both promises and callbacks.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
jprichardson/node-klaw
File system walker with Readable stream interface.
Account's avatar
manidlou/node-klaw-sync
Recursive, synchronous, and fast file system walker
Account's avatar
minimistjs/minimist
parse argument options
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
thlorenz/proxyquire
Proxies nodejs require in order to allow overriding dependencies during testing.
Account's avatar
mmalecki/node-read-dir-files
Recursively read files from a directory
Account's avatar
standard/standard
JavaScript Standard Style

The **node‑fs‑extra** library (exported via `fs-extra-factory`) provides a drop‑in replacement for Node’s native `fs` module with additional utility methods such as `copy()`, `remove()`, and `mkdirs()`. It is designed to work in browser environments by accepting external implementations of `fs`, `path`, `process`, `buffer`, and `assert` (e.g., from BrowserFS), making it useful for developers who need Node‑style filesystem operations in client‑side JavaScript.