summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/graceful-fs/package.json
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-07-13 11:40:38 -0700
committerisaacs <i@izs.me>2012-07-13 12:08:17 -0700
commit9d4362403c10dd28b5644b947945f853cd354f28 (patch)
treec08bf8dd199ee4231a28bd2bb7d5e93c80b43123 /deps/npm/node_modules/graceful-fs/package.json
parentacbfc408880a12c32ccc9d69bca91aad4e93e879 (diff)
downloadandroid-node-v8-9d4362403c10dd28b5644b947945f853cd354f28.tar.gz
android-node-v8-9d4362403c10dd28b5644b947945f853cd354f28.tar.bz2
android-node-v8-9d4362403c10dd28b5644b947945f853cd354f28.zip
npm: upgrade to 1.1.41
Diffstat (limited to 'deps/npm/node_modules/graceful-fs/package.json')
-rw-r--r--deps/npm/node_modules/graceful-fs/package.json15
1 files changed, 3 insertions, 12 deletions
diff --git a/deps/npm/node_modules/graceful-fs/package.json b/deps/npm/node_modules/graceful-fs/package.json
index 757d3014c8..fe4de9e585 100644
--- a/deps/npm/node_modules/graceful-fs/package.json
+++ b/deps/npm/node_modules/graceful-fs/package.json
@@ -6,7 +6,7 @@
},
"name": "graceful-fs",
"description": "fs monkey-patching to avoid EMFILE and other problems",
- "version": "1.1.8",
+ "version": "1.1.9",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-graceful-fs.git"
@@ -16,16 +16,7 @@
"node": ">=0.4.0"
},
"devDependencies": {},
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- "_id": "graceful-fs@1.1.8",
- "dependencies": {},
- "optionalDependencies": {},
- "_engineSupported": true,
- "_npmVersion": "1.1.10",
- "_nodeVersion": "v0.7.7-pre",
- "_defaultsLoaded": true,
+ "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"
}