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/read-package-tree
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/read-package-tree')
-rw-r--r--node_modules/read-package-tree/package.json90
1 files changed, 33 insertions, 57 deletions
diff --git a/node_modules/read-package-tree/package.json b/node_modules/read-package-tree/package.json
index 4f70ab170..4691dae1d 100644
--- a/node_modules/read-package-tree/package.json
+++ b/node_modules/read-package-tree/package.json
@@ -1,43 +1,10 @@
{
- "_args": [
- [
- "read-package-tree@~5.1.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "read-package-tree@>=5.1.1 <5.2.0",
- "_id": "read-package-tree@5.1.2",
- "_inCache": true,
- "_location": "/read-package-tree",
- "_nodeVersion": "0.12.7",
- "_npmUser": {
- "email": "me@re-becca.org",
- "name": "iarna"
- },
- "_npmVersion": "2.13.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "read-package-tree",
- "raw": "read-package-tree@~5.1.1",
- "rawSpec": "~5.1.1",
- "scope": null,
- "spec": ">=5.1.1 <5.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_shasum": "e3a488792f40cf470819f01a610e719d64f09094",
- "_shrinkwrap": null,
- "_spec": "read-package-tree@~5.1.1",
- "_where": "/Users/rebecca/code/npm",
- "author": {
- "email": "i@izs.me",
- "name": "Isaac Z. Schlueter",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/npm/read-package-tree/issues"
+ "name": "read-package-tree",
+ "version": "5.1.2",
+ "description": "Read the contents of node_modules.",
+ "main": "rpt.js",
+ "directories": {
+ "test": "test"
},
"dependencies": {
"debuglog": "^1.0.1",
@@ -46,23 +13,41 @@
"read-package-json": "^2.0.0",
"readdir-scoped-modules": "^1.0.0"
},
- "description": "Read the contents of node_modules.",
"devDependencies": {
"archy": "0",
"tap": "^1.2.0"
},
- "directories": {
- "test": "test"
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/read-package-tree.git"
+ },
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me/"
+ },
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/npm/read-package-tree/issues"
+ },
+ "homepage": "https://github.com/npm/read-package-tree",
+ "gitHead": "2ed40c4654804f2a5ddb7b0b2c509080731eea6b",
+ "_id": "read-package-tree@5.1.2",
+ "_shasum": "e3a488792f40cf470819f01a610e719d64f09094",
+ "_from": "read-package-tree@>=5.1.2 <5.2.0",
+ "_npmVersion": "2.13.3",
+ "_nodeVersion": "0.12.7",
+ "_npmUser": {
+ "name": "iarna",
+ "email": "me@re-becca.org"
},
"dist": {
"shasum": "e3a488792f40cf470819f01a610e719d64f09094",
"tarball": "http://registry.npmjs.org/read-package-tree/-/read-package-tree-5.1.2.tgz"
},
- "gitHead": "2ed40c4654804f2a5ddb7b0b2c509080731eea6b",
- "homepage": "https://github.com/npm/read-package-tree",
- "installable": true,
- "license": "ISC",
- "main": "rpt.js",
"maintainers": [
{
"name": "isaacs",
@@ -73,14 +58,5 @@
"email": "me@re-becca.org"
}
],
- "name": "read-package-tree",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/read-package-tree.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "5.1.2"
+ "_resolved": "https://registry.npmjs.org/read-package-tree/-/read-package-tree-5.1.2.tgz"
}