read-remove-file
Version:
Read a file, then remove it
44 lines (43 loc) • 830 B
JSON
{
"name": "read-remove-file",
"version": "5.0.1",
"description": "Read a file, then remove it",
"repository": "shinnn/node-read-remove-file",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --fix --format=codeframe index.js test.js",
"test": "nyc --reporter=html --reporter=text node test.js"
},
"license": "ISC",
"files": [
"index.js"
],
"keywords": [
"file",
"fs",
"read",
"remove",
"removal",
"rm",
"delete",
"clean",
"tmp",
"temporary",
"disposable",
"async",
"asynchronous"
],
"dependencies": {
"graceful-fs": "^4.1.11"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^5.0.0",
"eslint": "^4.19.1",
"nyc": "^11.7.1",
"path-exists": "^3.0.0",
"tape": "^4.9.0"
},
"eslintConfig": {
"extends": "@shinnn/node"
}
}