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.
22 lines
697 B
22 lines
697 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.1.9",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-graceful-fs.git"
|
|
},
|
|
"main": "graceful-fs.js",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"devDependencies": {},
|
|
"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",
|
|
"_id": "graceful-fs@1.1.9",
|
|
"_from": "graceful-fs@~1.1.1"
|
|
}
|
|
|