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:
authorRebecca Turner <me@re-becca.org>2016-01-07 02:55:36 +0300
committerRebecca Turner <me@re-becca.org>2016-01-07 04:21:08 +0300
commit5e510e13d022a22d58742b126482d3b38a14cc83 (patch)
tree1f4408a27bf4f96e1e68389eeb291cae33bbb420 /node_modules/rimraf/package.json
parent755821569466b7be0883f4b0573eeb83c24109eb (diff)
rimraf@2.5.0
Adds ability to disable glob support / pass in options. Credit: @isaacs
Diffstat (limited to 'node_modules/rimraf/package.json')
-rw-r--r--node_modules/rimraf/package.json42
1 files changed, 23 insertions, 19 deletions
diff --git a/node_modules/rimraf/package.json b/node_modules/rimraf/package.json
index eb5fb86f6..53bb49a2d 100644
--- a/node_modules/rimraf/package.json
+++ b/node_modules/rimraf/package.json
@@ -1,12 +1,12 @@
{
"_args": [
[
- "rimraf@~2.4.4",
- "/Users/ogd/Documents/projects/npm/npm"
+ "rimraf@2.5.0",
+ "/Users/rebecca/code/npm"
]
],
- "_from": "rimraf@>=2.4.4 <2.5.0",
- "_id": "rimraf@2.4.4",
+ "_from": "rimraf@2.5.0",
+ "_id": "rimraf@2.5.0",
"_inCache": true,
"_installable": true,
"_location": "/rimraf",
@@ -16,14 +16,18 @@
"name": "isaacs"
},
"_npmVersion": "3.3.2",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "inflight": "1.0.4",
+ "inherits": "2.0.1",
+ "once": "1.3.3"
+ },
"_requested": {
"name": "rimraf",
- "raw": "rimraf@~2.4.4",
- "rawSpec": "~2.4.4",
+ "raw": "rimraf@2.5.0",
+ "rawSpec": "2.5.0",
"scope": null,
- "spec": ">=2.4.4 <2.5.0",
- "type": "range"
+ "spec": "2.5.0",
+ "type": "version"
},
"_requiredBy": [
"/",
@@ -35,11 +39,11 @@
"/tap/nyc",
"/tap/nyc/spawn-wrap"
],
- "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.4.tgz",
- "_shasum": "b528ce2ebe0e6d89fb03b265de11d61da0dbcf82",
+ "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz",
+ "_shasum": "30c096cdf772e26bf3e1d2cff84c2196541a9bb6",
"_shrinkwrap": null,
- "_spec": "rimraf@~2.4.4",
- "_where": "/Users/ogd/Documents/projects/npm/npm",
+ "_spec": "rimraf@2.5.0",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
@@ -52,17 +56,17 @@
"url": "https://github.com/isaacs/rimraf/issues"
},
"dependencies": {
- "glob": "^5.0.14"
+ "glob": "^6.0.1"
},
"description": "A deep deletion module for node (like `rm -rf`)",
"devDependencies": {
"mkdirp": "^0.5.1",
- "tap": "^1.3.1"
+ "tap": "^2.3.4"
},
"directories": {},
"dist": {
- "shasum": "b528ce2ebe0e6d89fb03b265de11d61da0dbcf82",
- "tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.4.4.tgz"
+ "shasum": "30c096cdf772e26bf3e1d2cff84c2196541a9bb6",
+ "tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz"
},
"files": [
"LICENSE",
@@ -70,7 +74,7 @@
"bin.js",
"rimraf.js"
],
- "gitHead": "62ae8a4037e7190691eeab35265aed1c768d23e3",
+ "gitHead": "c42412ca7a4c9fcf1a219bdfef2283bd7dcbc1d2",
"homepage": "https://github.com/isaacs/rimraf#readme",
"license": "ISC",
"main": "rimraf.js",
@@ -90,5 +94,5 @@
"scripts": {
"test": "tap test/*.js"
},
- "version": "2.4.4"
+ "version": "2.5.0"
}