[ 原始碼: 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