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>2015-05-22 11:33:46 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:27:03 +0300
commitd3c858ce4cfb3aee515bb299eb034fe1b5e44344 (patch)
treee7714c839934a729b68038f4c7dc5ec3ed877638 /node_modules/rimraf
parent24564b9654528d23c726cf9ea82b1aef2044b692 (diff)
deps: deduplicate npm@3 style
Diffstat (limited to 'node_modules/rimraf')
-rw-r--r--node_modules/rimraf/node_modules/glob/package.json109
-rw-r--r--node_modules/rimraf/package.json104
2 files changed, 134 insertions, 79 deletions
diff --git a/node_modules/rimraf/node_modules/glob/package.json b/node_modules/rimraf/node_modules/glob/package.json
index 7a2cb4c63..678734ca7 100644
--- a/node_modules/rimraf/node_modules/glob/package.json
+++ b/node_modules/rimraf/node_modules/glob/package.json
@@ -1,24 +1,44 @@
{
- "author": {
- "name": "Isaac Z. Schlueter",
+ "_args": [
+ [
+ "glob@^4.4.2",
+ "/Users/rebecca/code/npm/node_modules/rimraf"
+ ]
+ ],
+ "_from": "glob@>=4.4.2 <5.0.0",
+ "_id": "glob@4.5.3",
+ "_inCache": true,
+ "_location": "/rimraf/glob",
+ "_nodeVersion": "1.4.2",
+ "_npmUser": {
"email": "i@izs.me",
- "url": "http://blog.izs.me/"
+ "name": "isaacs"
},
- "name": "glob",
- "description": "a little globber",
- "version": "4.5.3",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/node-glob.git"
+ "_npmVersion": "2.7.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "glob",
+ "raw": "glob@^4.4.2",
+ "rawSpec": "^4.4.2",
+ "scope": null,
+ "spec": ">=4.4.2 <5.0.0",
+ "type": "range"
},
- "main": "glob.js",
- "files": [
- "glob.js",
- "sync.js",
- "common.js"
+ "_requiredBy": [
+ "/rimraf"
],
- "engines": {
- "node": "*"
+ "_resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
+ "_shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",
+ "_shrinkwrap": null,
+ "_spec": "glob@^4.4.2",
+ "_where": "/Users/rebecca/code/npm/node_modules/rimraf",
+ "author": {
+ "email": "i@izs.me",
+ "name": "Isaac Z. Schlueter",
+ "url": "http://blog.izs.me/"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/node-glob/issues"
},
"dependencies": {
"inflight": "^1.0.4",
@@ -26,47 +46,50 @@
"minimatch": "^2.0.1",
"once": "^1.3.0"
},
+ "description": "a little globber",
"devDependencies": {
"mkdirp": "0",
"rimraf": "^2.2.8",
"tap": "^0.5.0",
"tick": "0.0.6"
},
- "scripts": {
- "prepublish": "npm run benchclean",
- "profclean": "rm -f v8.log profile.txt",
- "test": "npm run profclean && tap test/*.js",
- "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js",
- "bench": "bash benchmark.sh",
- "prof": "bash prof.sh && cat profile.txt",
- "benchclean": "bash benchclean.sh"
+ "directories": {},
+ "dist": {
+ "shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",
+ "tarball": "http://registry.npmjs.org/glob/-/glob-4.5.3.tgz"
},
- "license": "ISC",
- "gitHead": "a4e461ab59a837eee80a4d8dbdbf5ae1054a646f",
- "bugs": {
- "url": "https://github.com/isaacs/node-glob/issues"
+ "engines": {
+ "node": "*"
},
+ "files": [
+ "common.js",
+ "glob.js",
+ "sync.js"
+ ],
+ "gitHead": "a4e461ab59a837eee80a4d8dbdbf5ae1054a646f",
"homepage": "https://github.com/isaacs/node-glob",
- "_id": "glob@4.5.3",
- "_shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",
- "_from": "glob@>=4.4.2 <5.0.0",
- "_npmVersion": "2.7.1",
- "_nodeVersion": "1.4.2",
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
+ "license": "ISC",
+ "main": "glob.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "dist": {
- "shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",
- "tarball": "http://registry.npmjs.org/glob/-/glob-4.5.3.tgz"
+ "name": "glob",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/node-glob.git"
},
- "directories": {},
- "_resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
- "readme": "ERROR: No README data found!"
+ "scripts": {
+ "bench": "bash benchmark.sh",
+ "benchclean": "bash benchclean.sh",
+ "prepublish": "npm run benchclean",
+ "prof": "bash prof.sh && cat profile.txt",
+ "profclean": "rm -f v8.log profile.txt",
+ "test": "npm run profclean && tap test/*.js",
+ "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
+ },
+ "version": "4.5.3"
}
diff --git a/node_modules/rimraf/package.json b/node_modules/rimraf/package.json
index b0ec171e0..fa95a40db 100644
--- a/node_modules/rimraf/package.json
+++ b/node_modules/rimraf/package.json
@@ -1,62 +1,94 @@
{
- "name": "rimraf",
- "version": "2.4.0",
- "main": "rimraf.js",
- "description": "A deep deletion module for node (like `rm -rf`)",
+ "_args": [
+ [
+ "rimraf@~2.4.0",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "rimraf@>=2.4.0 <2.5.0",
+ "_id": "rimraf@2.4.0",
+ "_inCache": true,
+ "_location": "/rimraf",
+ "_nodeVersion": "2.0.1",
+ "_npmUser": {
+ "email": "isaacs@npmjs.com",
+ "name": "isaacs"
+ },
+ "_npmVersion": "2.10.1",
+ "_phantomChildren": {
+ "inflight": "1.0.4",
+ "inherits": "2.0.1",
+ "minimatch": "2.0.8",
+ "once": "1.3.2"
+ },
+ "_requested": {
+ "name": "rimraf",
+ "raw": "rimraf@~2.4.0",
+ "rawSpec": "~2.4.0",
+ "scope": null,
+ "spec": ">=2.4.0 <2.5.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/",
+ "/fs-vacuum",
+ "/fstream",
+ "/node-gyp",
+ "/npm-registry-client"
+ ],
+ "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.0.tgz",
+ "_shasum": "40ba0416037d8511ecb50f6b07cf8d18e658a864",
+ "_shrinkwrap": null,
+ "_spec": "rimraf@~2.4.0",
+ "_where": "/Users/rebecca/code/npm",
"author": {
- "name": "Isaac Z. Schlueter",
"email": "i@izs.me",
+ "name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
- "license": "ISC",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/rimraf.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
"bin": {
"rimraf": "./bin.js"
},
+ "bugs": {
+ "url": "https://github.com/isaacs/rimraf/issues"
+ },
"dependencies": {
"glob": "^4.4.2"
},
- "files": [
- "bin.js",
- "rimraf.js",
- "LICENSE",
- "README.md"
- ],
+ "description": "A deep deletion module for node (like `rm -rf`)",
"devDependencies": {
"mkdirp": "^0.5.1",
"tap": "^1.2.0"
},
- "gitHead": "2128f0b9ade05a81394dd21a383fa309dd9eca94",
- "bugs": {
- "url": "https://github.com/isaacs/rimraf/issues"
- },
- "homepage": "https://github.com/isaacs/rimraf#readme",
- "_id": "rimraf@2.4.0",
- "_shasum": "40ba0416037d8511ecb50f6b07cf8d18e658a864",
- "_from": "rimraf@latest",
- "_npmVersion": "2.10.1",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
- },
+ "directories": {},
"dist": {
"shasum": "40ba0416037d8511ecb50f6b07cf8d18e658a864",
"tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.4.0.tgz"
},
+ "files": [
+ "LICENSE",
+ "README.md",
+ "bin.js",
+ "rimraf.js"
+ ],
+ "gitHead": "2128f0b9ade05a81394dd21a383fa309dd9eca94",
+ "homepage": "https://github.com/isaacs/rimraf#readme",
+ "license": "ISC",
+ "main": "rimraf.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "directories": {},
- "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.0.tgz",
- "readme": "ERROR: No README data found!"
+ "name": "rimraf",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/rimraf.git"
+ },
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "version": "2.4.0"
}