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:
authorForrest L Norvell <forrest@npmjs.com>2015-10-15 08:17:03 +0300
committerRebecca Turner <me@re-becca.org>2015-10-16 01:25:33 +0300
commit25a234b4595ee3f1a2c09e2a39e3c238aa642557 (patch)
treedef772e3c15c7bd3d0b05eeeb6069898617cbf23 /node_modules/fs-vacuum
parent4cd74b0cdc639081fcf292eb9a03dbd93451c7c0 (diff)
src: install npm@3 with npm@2
Restore the ability to do one-shot upgrades from the versions of npm bundled with Node 0.8 to npm@3, which simplifies using Travis with old Node and new npm, for compatibility testing purposes. Older versions of npm repack packages on install, which works poorly with the way npm@3 handles bundledDependencies with flat trees. Fixes: #9668 PR-URL: https://github.com/npm/npm/pull/9981
Diffstat (limited to 'node_modules/fs-vacuum')
-rw-r--r--node_modules/fs-vacuum/package.json91
1 files changed, 33 insertions, 58 deletions
diff --git a/node_modules/fs-vacuum/package.json b/node_modules/fs-vacuum/package.json
index da4465c95..a1eb3f128 100644
--- a/node_modules/fs-vacuum/package.json
+++ b/node_modules/fs-vacuum/package.json
@@ -1,70 +1,53 @@
{
- "_args": [
- [
- "fs-vacuum@~1.2.6",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "fs-vacuum@>=1.2.6 <1.3.0",
- "_id": "fs-vacuum@1.2.7",
- "_inCache": true,
- "_location": "/fs-vacuum",
- "_nodeVersion": "2.2.2",
- "_npmUser": {
- "email": "kat@sykosomatic.org",
- "name": "zkat"
+ "name": "fs-vacuum",
+ "version": "1.2.7",
+ "description": "recursively remove empty directories -- to a point",
+ "main": "vacuum.js",
+ "scripts": {
+ "test": "tap test/*.js"
},
- "_npmVersion": "2.14.3",
- "_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"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/fs-vacuum.git"
},
- "_requiredBy": [
- "/"
+ "keywords": [
+ "rm",
+ "rimraf",
+ "clean"
],
- "_resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.7.tgz",
- "_shasum": "75e501f9d2889ba2fe9fe12f936ba5dad50ca35a",
- "_shrinkwrap": null,
- "_spec": "fs-vacuum@~1.2.6",
- "_where": "/Users/rebecca/code/npm",
"author": {
- "email": "ogd@aoaioxxysz.net",
- "name": "Forrest L Norvell"
+ "name": "Forrest L Norvell",
+ "email": "ogd@aoaioxxysz.net"
},
+ "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": "^4.1.2",
"path-is-inside": "^1.0.1",
"rimraf": "^2.2.8"
},
- "description": "recursively remove empty directories -- to a point",
- "devDependencies": {
- "mkdirp": "^0.5.0",
- "tap": "^0.4.11",
- "tmp": "0.0.24"
+ "gitHead": "498a44d987ee11bc355fe1ec479d55a689fc37ef",
+ "_id": "fs-vacuum@1.2.7",
+ "_shasum": "75e501f9d2889ba2fe9fe12f936ba5dad50ca35a",
+ "_from": "fs-vacuum@>=1.2.7 <1.3.0",
+ "_npmVersion": "2.14.3",
+ "_nodeVersion": "2.2.2",
+ "_npmUser": {
+ "name": "zkat",
+ "email": "kat@sykosomatic.org"
},
- "directories": {},
"dist": {
"shasum": "75e501f9d2889ba2fe9fe12f936ba5dad50ca35a",
"tarball": "http://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.7.tgz"
},
- "gitHead": "498a44d987ee11bc355fe1ec479d55a689fc37ef",
- "homepage": "https://github.com/npm/fs-vacuum",
- "installable": true,
- "keywords": [
- "clean",
- "rimraf",
- "rm"
- ],
- "license": "ISC",
- "main": "vacuum.js",
"maintainers": [
{
"name": "othiym23",
@@ -75,14 +58,6 @@
"email": "kat@sykosomatic.org"
}
],
- "name": "fs-vacuum",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/fs-vacuum.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "1.2.7"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.7.tgz"
}