@fibjs/rmdirr
Version:
remove all files and directories like rmdir -rf in fibjs.
33 lines • 701 B
JSON
{
"name": "@fibjs/rmdirr",
"description": "remove all files and directories like rmdir -rf in fibjs.",
"version": "2.0.0",
"keywords": [
"rmdir",
"fibjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fibjs-modules/rmdirr.git"
},
"scripts": {
"ci": "fibjs test/test.js"
},
"dependencies": {},
"devDependencies": {
"@fibjs/ci": "^2.0.0"
},
"ci": {
"version": "0.3.1, 0.4.1"
},
"bugs": {
"url": "https://github.com/fibjs-modules/rmdirr/issues"
},
"author": "ngot <zhuanghengfei@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/fibjs-modules/rmdirr#readme",
"files": [
"index.js",
"lib"
]
}