[ ソース: node-move-concurrently ]
パッケージ: node-move-concurrently (1.0.1-5)
node-move-concurrently に関するリンク
Debian の資源:
node-move-concurrently ソースパッケージをダウンロード:
- [node-move-concurrently_1.0.1-5.dsc]
- [node-move-concurrently_1.0.1.orig.tar.gz]
- [node-move-concurrently_1.0.1-5.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
- light-weight argument validator
-
- dep: node-copy-concurrently
- Copy files, directories and symlinks concurrently
-
- dep: node-fs-write-stream-atomic
- Like fs.createWriteStream(...), but atomic
-
- dep: node-mkdirp
- Recursively create directories - Node.js module
-
- dep: node-rimraf
- Deep deletion (like rm -rf) module for Node.js
-
- dep: node-run-queue
- promise based dynamic priority queue runner