mirror of https://github.com/lukechilds/node.git
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
980 B
48 lines
980 B
{
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me"
|
|
},
|
|
"name": "graceful-fs",
|
|
"description": "A drop-in replacement for fs, making various improvements.",
|
|
"version": "2.0.2",
|
|
"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": "BSD",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/node-graceful-fs/issues"
|
|
},
|
|
"readme": "ERROR: No README data found!",
|
|
"homepage": "https://github.com/isaacs/node-graceful-fs",
|
|
"_id": "graceful-fs@2.0.2",
|
|
"_from": "graceful-fs@latest"
|
|
}
|
|
|