summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/graceful-fs/package.json
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-08-01 19:10:42 -0700
committerisaacs <i@izs.me>2012-08-02 08:09:47 -0700
commitf5c07b65a09afe2f9571efece91a4898d7b79404 (patch)
tree6fa23a49254d4188679e4bb285f3b4df1f6e388e /deps/npm/node_modules/graceful-fs/package.json
parent53f3b128f5efd5fdca2dcab9ff3e5d3e2b9debf1 (diff)
downloadandroid-node-v8-f5c07b65a09afe2f9571efece91a4898d7b79404.tar.gz
android-node-v8-f5c07b65a09afe2f9571efece91a4898d7b79404.tar.bz2
android-node-v8-f5c07b65a09afe2f9571efece91a4898d7b79404.zip
npm: Upgrade to 1.1.46
Diffstat (limited to 'deps/npm/node_modules/graceful-fs/package.json')
-rw-r--r--deps/npm/node_modules/graceful-fs/package.json19
1 files changed, 17 insertions, 2 deletions
diff --git a/deps/npm/node_modules/graceful-fs/package.json b/deps/npm/node_modules/graceful-fs/package.json
index fe4de9e585..4f513626d5 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.9",
+ "version": "1.1.10",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-graceful-fs.git"
@@ -16,7 +16,22 @@
"node": ">=0.4.0"
},
"devDependencies": {},
+ "directories": {
+ "test": "test"
+ },
+ "dependencies": {},
+ "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",
- "_id": "graceful-fs@1.1.9",
+ "_id": "graceful-fs@1.1.10",
"_from": "graceful-fs@~1.1.1"
}