Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-02-06 04:26:20 +0400
committerisaacs <i@izs.me>2013-02-06 04:26:20 +0400
commit4776734b2cc11a5003899bfde799b51ca7aab4c3 (patch)
tree1e8abdb69189469b64fe0a90d70e635eacc9d5b4 /node_modules/rimraf/package.json
parent82fcfc8a6b914c76488d93f6c1a5dfdc03e6ebe2 (diff)
rimraf@2.1.3
Diffstat (limited to 'node_modules/rimraf/package.json')
-rw-r--r--node_modules/rimraf/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/rimraf/package.json b/node_modules/rimraf/package.json
index 3063a89d5..d60c92ede 100644
--- a/node_modules/rimraf/package.json
+++ b/node_modules/rimraf/package.json
@@ -1,6 +1,6 @@
{
"name": "rimraf",
- "version": "2.1.2",
+ "version": "2.1.3",
"main": "rimraf.js",
"description": "A deep deletion module for node (like `rm -rf`)",
"author": {
@@ -13,7 +13,7 @@
"url": "https://github.com/isaacs/rimraf/raw/master/LICENSE"
},
"optionalDependencies": {
- "graceful-fs": "~1.1"
+ "graceful-fs": "~1"
},
"repository": {
"type": "git",
@@ -47,9 +47,9 @@
],
"readme": "A `rm -rf` for node.\n\nInstall with `npm install rimraf`, or just drop rimraf.js somewhere.\n\n## API\n\n`rimraf(f, callback)`\n\nThe callback will be called with an error if there is one. Certain\nerrors are handled for you:\n\n* `EBUSY` - rimraf will back off a maximum of opts.maxBusyTries times\n before giving up.\n* `EMFILE` - If too many file descriptors get opened, rimraf will\n patiently wait until more become available.\n\n\n## rimraf.sync\n\nIt can remove stuff synchronously, too. But that's not so good. Use\nthe async API. It's better.\n",
"readmeFilename": "README.md",
- "_id": "rimraf@2.1.2",
+ "_id": "rimraf@2.1.3",
"dependencies": {
- "graceful-fs": "~1.1"
+ "graceful-fs": "~1"
},
"_from": "rimraf@2"
}