[ 源代码: node-fs-extra ]
软件包:node-fs-extra(7.0.1-1)
fs-extra contains methods not included in the Node.js fs module
The fs-extra Node.js module adds a few extra file system methods that aren't included in the native fs module. It is a drop in replacement for fs.
The module implements common filesystem operations such as copy(), move(), mkdirs(), remove(), and specific read/write operations like readFile() & outputFile() and readJson() & outputJson().
Node.js is an event-based server-side JavaScript engine.
其他与 node-fs-extra 有关的软件包
|
|
|
|
-
- dep: node-graceful-fs (>= 4.1.2)
- drop-in replacement improving the Node.js fs module
-
- dep: node-jsonfile (>= 4.0.0)
- Easily read/write JSON files in Node.js
-
- dep: node-klaw (>= 1.0.0)
- File system walker for Node.js
-
- dep: node-universalify
- Make a callback- or promise-based function support both promises and callbacks
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable