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/fs-vacuum
parent24564b9654528d23c726cf9ea82b1aef2044b692 (diff)
deps: deduplicate npm@3 style
Diffstat (limited to 'node_modules/fs-vacuum')
-rw-r--r--node_modules/fs-vacuum/package.json90
1 files changed, 57 insertions, 33 deletions
diff --git a/node_modules/fs-vacuum/package.json b/node_modules/fs-vacuum/package.json
index 3b4935451..4c404bc8f 100644
--- a/node_modules/fs-vacuum/package.json
+++ b/node_modules/fs-vacuum/package.json
@@ -1,59 +1,83 @@
{
- "name": "fs-vacuum",
- "version": "1.2.6",
- "description": "recursively remove empty directories -- to a point",
- "main": "vacuum.js",
- "scripts": {
- "test": "tap test/*.js"
+ "_args": [
+ [
+ "fs-vacuum@~1.2.6",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "fs-vacuum@>=1.2.6 <1.3.0",
+ "_id": "fs-vacuum@1.2.6",
+ "_inCache": true,
+ "_location": "/fs-vacuum",
+ "_nodeVersion": "2.0.2",
+ "_npmUser": {
+ "email": "ogd@aoaioxxysz.net",
+ "name": "othiym23"
},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/fs-vacuum.git"
+ "_npmVersion": "2.10.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "fs-vacuum",
+ "raw": "fs-vacuum@~1.2.6",
+ "rawSpec": "~1.2.6",
+ "scope": null,
+ "spec": ">=1.2.6 <1.3.0",
+ "type": "range"
},
- "keywords": [
- "rm",
- "rimraf",
- "clean"
+ "_requiredBy": [
+ "/"
],
+ "_resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.6.tgz",
+ "_shasum": "860c5e4b3e3aa2a6a3cbb327c57534f3a3bff642",
+ "_shrinkwrap": null,
+ "_spec": "fs-vacuum@~1.2.6",
+ "_where": "/Users/rebecca/code/npm",
"author": {
- "name": "Forrest L Norvell",
- "email": "ogd@aoaioxxysz.net"
+ "email": "ogd@aoaioxxysz.net",
+ "name": "Forrest L Norvell"
},
- "license": "ISC",
"bugs": {
"url": "https://github.com/npm/fs-vacuum/issues"
},
- "homepage": "https://github.com/npm/fs-vacuum",
- "devDependencies": {
- "mkdirp": "^0.5.0",
- "tap": "^0.4.11",
- "tmp": "0.0.24"
- },
"dependencies": {
"graceful-fs": "^3.0.2",
"path-is-inside": "^1.0.1",
"rimraf": "^2.2.8"
},
- "gitHead": "04b5093ac6fbcc4135835fb1c4ed990dfed5a04c",
- "_id": "fs-vacuum@1.2.6",
- "_shasum": "860c5e4b3e3aa2a6a3cbb327c57534f3a3bff642",
- "_from": "fs-vacuum@>=1.2.5 <1.3.0",
- "_npmVersion": "2.10.1",
- "_nodeVersion": "2.0.2",
- "_npmUser": {
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
+ "description": "recursively remove empty directories -- to a point",
+ "devDependencies": {
+ "mkdirp": "^0.5.0",
+ "tap": "^0.4.11",
+ "tmp": "0.0.24"
},
+ "directories": {},
"dist": {
"shasum": "860c5e4b3e3aa2a6a3cbb327c57534f3a3bff642",
"tarball": "http://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.6.tgz"
},
+ "gitHead": "04b5093ac6fbcc4135835fb1c4ed990dfed5a04c",
+ "homepage": "https://github.com/npm/fs-vacuum",
+ "keywords": [
+ "clean",
+ "rimraf",
+ "rm"
+ ],
+ "license": "ISC",
+ "main": "vacuum.js",
"maintainers": [
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
}
],
- "directories": {},
- "_resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.6.tgz"
+ "name": "fs-vacuum",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/fs-vacuum.git"
+ },
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "version": "1.2.6"
}