UNPKG

filedel

Version:
47 lines 972 B
{ "name": "filedel", "version": "4.1.2", "description": "Delete files.", "main": "lib", "browser": { "lib": false }, "scripts": { "test": "node ./ci/test.js", "prepare": "node ./ci/build.js" }, "repository": "okunishinishi/node-filedel", "keywords": [ "file", "del", "unlink" ], "author": { "name": "Taka Okunishi", "url": "http://okunishitaka.com" }, "license": "MIT", "bugs": { "url": "https://github.com/okunishinishi/node-filedel/issues" }, "homepage": "https://github.com/okunishinishi/node-filedel#readme", "dependencies": { "aglob": "^3.0.2", "argx": "^4.0.4", "asfs": "^2.3.0", "rimraf": "^3.0.2" }, "devDependencies": { "amocha": "^7.0.2", "ape-releasing": "^5.0.7", "ape-tasking": "^4.0.12", "ape-tmpl": "^6.0.14", "ape-updating": "^5.0.3", "coz": "^7.2.0", "injectmock": "^2.0.0" }, "engines": { "node": ">=8", "npm": ">=5" } }