49 lines
878 B
JSON
49 lines
878 B
JSON
{
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
|
|
"name": "graceful-fs",
|
|
"description": "A drop-in replacement for fs, making various improvements.",
|
|
"version": "3.0.12",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-graceful-fs.git"
|
|
},
|
|
"main": "graceful-fs.js",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"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": "^1.2.0"
|
|
},
|
|
"dependencies": {
|
|
"natives": "^1.1.3"
|
|
},
|
|
"publishConfig": {
|
|
"tag": "old"
|
|
}
|
|
}
|