[ 原始碼: node-move-concurrently ]
套件:node-move-concurrently(1.0.1-2)
node-move-concurrently 的相關連結
Debian 的資源:
下載原始碼套件 node-move-concurrently:
- [node-move-concurrently_1.0.1-2.dsc]
- [node-move-concurrently_1.0.1.orig.tar.gz]
- [node-move-concurrently_1.0.1-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [www.npmjs.com]
相似套件:
Move files and directories concurrently
Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurrency and win32 junction support.
If you `move` across devices or on filesystems that don't support renaming large directories. That is, situations that result in `rename` returning the `EXDEV` error, then `move` will fallback to copy + delete.
Node.js is an event-based server-side JavaScript engine.
其他與 node-move-concurrently 有關的套件
|
|
|
|
-
- dep: node-aproba (>= 1.1.1)
- light-weight argument validator
-
- dep: node-copy-concurrently (>= 1.0.0)
- Copy files, directories and symlinks concurrently
-
- dep: node-fs-write-stream-atomic (>= 1.0.8)
- Like fs.createWriteStream(...), but atomic
-
- dep: node-mkdirp (>= 0.5.1)
- Recursively create directories - Node.js module
-
- dep: node-rimraf (>= 2.5.4)
- Deep deletion (like rm -rf) module for Node.js
-
- dep: node-run-queue (>= 1.0.3)
- promise based dynamic priority queue runner
-
- dep: nodejs (>= 8~)
- evented I/O for V8 javascript - runtime executable