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>2012-12-21 20:28:15 +0400
committerisaacs <i@izs.me>2012-12-21 20:31:13 +0400
commit45ac9b2e8486be4c5945396d519491234e8e89ae (patch)
treeaf269edcadacc56d26adeb9f43924c828c5e3353 /node_modules/rimraf/package.json
parent81793691475a443fefb300fe61fc08bad42806a6 (diff)
rimraf@2.1.1
Diffstat (limited to 'node_modules/rimraf/package.json')
-rw-r--r--node_modules/rimraf/package.json21
1 files changed, 7 insertions, 14 deletions
diff --git a/node_modules/rimraf/package.json b/node_modules/rimraf/package.json
index c8aa86f55..ce7e1ddcf 100644
--- a/node_modules/rimraf/package.json
+++ b/node_modules/rimraf/package.json
@@ -1,6 +1,6 @@
{
"name": "rimraf",
- "version": "2.0.2",
+ "version": "2.1.1",
"main": "rimraf.js",
"description": "A deep deletion module for node (like `rm -rf`)",
"author": {
@@ -22,11 +22,6 @@
"scripts": {
"test": "cd test && bash run.sh"
},
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- "_id": "rimraf@2.0.2",
"contributors": [
{
"name": "Isaac Z. Schlueter",
@@ -50,16 +45,14 @@
"email": "yosefd@microsoft.com"
}
],
+ "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.1",
"dependencies": {
"graceful-fs": "~1.1"
},
- "devDependencies": {},
- "engines": {
- "node": "*"
+ "dist": {
+ "shasum": "ee9cec7e2d796ef59ceaa5f3a3024c225e630c61"
},
- "_engineSupported": true,
- "_npmVersion": "1.1.24",
- "_nodeVersion": "v0.7.10-pre",
- "_defaultsLoaded": true,
- "_from": "rimraf@2"
+ "_from": "rimraf@2.1.1"
}