You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
822 B
48 lines
822 B
7 years ago
|
{
|
||
|
"name": "graceful-fs",
|
||
|
"description": "A drop-in replacement for fs, making various improvements.",
|
||
|
"version": "4.1.11",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/isaacs/node-graceful-fs"
|
||
|
},
|
||
|
"main": "graceful-fs.js",
|
||
|
"engines": {
|
||
|
"node": ">=0.4.0"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test.js | tap -"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"fs",
|
||
|
"module",
|
||
|
"reading",
|
||
|
"retry",
|
||
|
"retries",
|
||
|
"queue",
|
||
|
"error",
|
||
|
"errors",
|
||
|
"handling",
|
||
|
"EMFILE",
|
||
|
"EAGAIN",
|
||
|
"EINVAL",
|
||
|
"EPERM",
|
||
|
"EACCESS"
|
||
|
],
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"mkdirp": "^0.5.0",
|
||
|
"rimraf": "^2.2.8",
|
||
|
"tap": "^5.4.2"
|
||
|
},
|
||
|
"files": [
|
||
|
"fs.js",
|
||
|
"graceful-fs.js",
|
||
|
"legacy-streams.js",
|
||
|
"polyfills.js"
|
||
|
]
|
||
|
}
|