[ 源代码: node-fs-extra ]
软件包:node-fs-extra(9.0.1+~9.0.6-1)
node-fs-extra 的相关链接
Debian 的资源:
下载源码包 node-fs-extra:
- [node-fs-extra_9.0.1+~9.0.6-1.dsc]
- [node-fs-extra_9.0.1+~9.0.6.orig-types-fs-extra.tar.gz]
- [node-fs-extra_9.0.1+~9.0.6.orig.tar.gz]
- [node-fs-extra_9.0.1+~9.0.6-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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
- File system walker for Node.js
-
- dep: node-universalify
- Make a callback- or promise-based function support both promises and callbacks