mirror of https://github.com/nodejs/node.git
19 lines
441 B
JSON
19 lines
441 B
JSON
{
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
|
|
"name": "graceful-fs",
|
|
"description": "fs monkey-patching to avoid EMFILE and other problems",
|
|
"version": "1.1.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-graceful-fs.git"
|
|
},
|
|
"main": "graceful-fs.js",
|
|
"engines": {
|
|
"node": "0.4 || 0.5 || 0.6"
|
|
},
|
|
"dependencies": {
|
|
"fast-list": "1"
|
|
},
|
|
"devDependencies": {}
|
|
}
|