[ 原始碼: node-del ]
套件:node-del(7.1.0-1)
Delete files and folders
This module is similar to rimraf, but with a Promise API and support for multiple files and globbing. It also protects you against deleting the current working directory and above.
Node.js is an event-based server-side JavaScript engine.
其他與 node-del 有關的套件
|
|
|
|
-
- dep: node-globby
- Extends glob with promise API
-
- dep: node-graceful-fs
- drop-in replacement improving the Node.js fs module
-
- dep: node-is-glob
- Node module to return true if a string is a glob or extglob
-
- dep: node-is-path-cwd
- Check if a path is CWD
-
- dep: node-is-path-inside
- Check if a path is inside another path
-
- dep: node-p-map
- Map over promises concurrently
-
- dep: node-rimraf
- Deep deletion (like rm -rf) module for Node.js
-
- dep: node-slash
- Node.js library to convert Windows backslash paths to slash paths