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.
36 lines
908 B
36 lines
908 B
{
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me"
|
|
},
|
|
"name": "graceful-fs",
|
|
"description": "fs monkey-patching to avoid EMFILE and other problems",
|
|
"version": "1.2.0",
|
|
"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",
|
|
"EMFILE",
|
|
"error",
|
|
"handling",
|
|
"monkeypatch"
|
|
],
|
|
"license": "BSD",
|
|
"readme": "Just like node's `fs` module, but it does an incremental back-off when\nEMFILE is encountered.\n\nUseful in asynchronous situations where one needs to try to open lots\nand lots of files.\n",
|
|
"readmeFilename": "README.md",
|
|
"_id": "graceful-fs@1.2.0",
|
|
"_from": "graceful-fs@latest"
|
|
}
|
|
|