2011-11-22 01:48:45 +08:00
{
2012-05-06 13:33:06 +08:00
"author" : {
"name" : "Isaac Z. Schlueter" ,
"email" : "i@izs.me" ,
"url" : "http://blog.izs.me"
} ,
2011-11-22 01:48:45 +08:00
"name" : "graceful-fs" ,
2011-11-23 08:56:59 +08:00
"description" : "fs monkey-patching to avoid EMFILE and other problems" ,
2013-02-07 00:39:27 +08:00
"version" : "1.2.0" ,
2011-11-22 01:48:45 +08:00
"repository" : {
"type" : "git" ,
"url" : "git://github.com/isaacs/node-graceful-fs.git"
} ,
"main" : "graceful-fs.js" ,
"engines" : {
2012-05-06 13:33:06 +08:00
"node" : ">=0.4.0"
2011-11-22 01:48:45 +08:00
} ,
2012-08-02 10:10:42 +08:00
"directories" : {
"test" : "test"
} ,
"scripts" : {
"test" : "tap test/*.js"
} ,
"keywords" : [
"fs" ,
"EMFILE" ,
"error" ,
"handling" ,
"monkeypatch"
] ,
"license" : "BSD" ,
2012-07-14 02:40:38 +08:00
"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" ,
2013-02-07 00:39:27 +08:00
"readmeFilename" : "README.md" ,
"_id" : "graceful-fs@1.2.0" ,
"_from" : "graceful-fs@latest"
2011-11-22 01:48:45 +08:00
}