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/debuglog
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/debuglog')
-rw-r--r--node_modules/debuglog/package.json75
1 files changed, 24 insertions, 51 deletions
diff --git a/node_modules/debuglog/package.json b/node_modules/debuglog/package.json
index e7fe99f56..b192d407f 100644
--- a/node_modules/debuglog/package.json
+++ b/node_modules/debuglog/package.json
@@ -1,41 +1,19 @@
{
- "_args": [
- [
- "debuglog@^1.0.1",
- "/Users/rebecca/code/npm/node_modules/read-installed"
- ]
- ],
- "_from": "debuglog@>=1.0.1 <2.0.0",
- "_id": "debuglog@1.0.1",
- "_inCache": true,
- "_location": "/debuglog",
- "_npmUser": {
- "email": "sam@strongloop.com",
- "name": "octet"
- },
- "_npmVersion": "1.4.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "debuglog",
- "raw": "debuglog@^1.0.1",
- "rawSpec": "^1.0.1",
- "scope": null,
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
+ "name": "debuglog",
+ "version": "1.0.1",
+ "description": "backport of util.debuglog from node v0.11",
+ "license": "MIT",
+ "main": "debuglog.js",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sam-github/node-debuglog.git"
},
- "_requiredBy": [
- "/read-installed",
- "/read-package-tree",
- "/readdir-scoped-modules"
- ],
- "_resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz",
- "_shasum": "aa24ffb9ac3df9a2351837cfb2d279360cd78492",
- "_shrinkwrap": null,
- "_spec": "debuglog@^1.0.1",
- "_where": "/Users/rebecca/code/npm/node_modules/read-installed",
"author": {
- "email": "sam@strongloop.com",
- "name": "Sam Roberts"
+ "name": "Sam Roberts",
+ "email": "sam@strongloop.com"
+ },
+ "engines": {
+ "node": "*"
},
"browser": {
"util": false
@@ -43,31 +21,26 @@
"bugs": {
"url": "https://github.com/sam-github/node-debuglog/issues"
},
- "dependencies": {},
- "description": "backport of util.debuglog from node v0.11",
- "devDependencies": {},
- "directories": {},
+ "homepage": "https://github.com/sam-github/node-debuglog",
+ "_id": "debuglog@1.0.1",
"dist": {
"shasum": "aa24ffb9ac3df9a2351837cfb2d279360cd78492",
"tarball": "http://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz"
},
- "engines": {
- "node": "*"
+ "_from": "debuglog@1.0.1",
+ "_npmVersion": "1.4.3",
+ "_npmUser": {
+ "name": "octet",
+ "email": "sam@strongloop.com"
},
- "homepage": "https://github.com/sam-github/node-debuglog",
- "license": "MIT",
- "main": "debuglog.js",
"maintainers": [
{
"name": "octet",
"email": "sam@strongloop.com"
}
],
- "name": "debuglog",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/sam-github/node-debuglog.git"
- },
- "version": "1.0.1"
+ "directories": {},
+ "_shasum": "aa24ffb9ac3df9a2351837cfb2d279360cd78492",
+ "_resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz",
+ "readme": "ERROR: No README data found!"
}