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/slide
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/slide')
-rw-r--r--node_modules/slide/package.json82
1 files changed, 28 insertions, 54 deletions
diff --git a/node_modules/slide/package.json b/node_modules/slide/package.json
index 6ec642342..8b6aa2b70 100644
--- a/node_modules/slide/package.json
+++ b/node_modules/slide/package.json
@@ -1,47 +1,11 @@
{
- "_args": [
- [
- "slide@~1.1.6",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "slide@>=1.1.6 <1.2.0",
- "_id": "slide@1.1.6",
- "_inCache": true,
- "_location": "/slide",
- "_npmUser": {
- "email": "i@izs.me",
- "name": "isaacs"
- },
- "_npmVersion": "2.0.0-beta.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "slide",
- "raw": "slide@~1.1.6",
- "rawSpec": "~1.1.6",
- "scope": null,
- "spec": ">=1.1.6 <1.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/",
- "/npm-registry-client",
- "/read-installed",
- "/write-file-atomic"
- ],
- "_resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz",
- "_shasum": "56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707",
- "_shrinkwrap": null,
- "_spec": "slide@~1.1.6",
- "_where": "/Users/rebecca/code/npm",
+ "name": "slide",
+ "version": "1.1.6",
"author": {
- "email": "i@izs.me",
"name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
"url": "http://blog.izs.me/"
},
- "bugs": {
- "url": "https://github.com/isaacs/slide-flow-control/issues"
- },
"contributors": [
{
"name": "S. Sriram",
@@ -49,33 +13,43 @@
"url": "http://www.565labs.com"
}
],
- "dependencies": {},
"description": "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS",
+ "main": "./lib/slide.js",
+ "dependencies": {},
"devDependencies": {},
- "directories": {},
- "dist": {
- "shasum": "56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707",
- "tarball": "http://registry.npmjs.org/slide/-/slide-1.1.6.tgz"
- },
"engines": {
"node": "*"
},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/slide-flow-control.git"
+ },
+ "license": "ISC",
"gitHead": "8345e51ee41e35825abc1a40750ea11462f57028",
+ "bugs": {
+ "url": "https://github.com/isaacs/slide-flow-control/issues"
+ },
"homepage": "https://github.com/isaacs/slide-flow-control",
- "license": "ISC",
- "main": "./lib/slide.js",
+ "_id": "slide@1.1.6",
+ "scripts": {},
+ "_shasum": "56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707",
+ "_from": "slide@>=1.1.6 <1.2.0",
+ "_npmVersion": "2.0.0-beta.3",
+ "_npmUser": {
+ "name": "isaacs",
+ "email": "i@izs.me"
+ },
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "name": "slide",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/slide-flow-control.git"
+ "dist": {
+ "shasum": "56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707",
+ "tarball": "http://registry.npmjs.org/slide/-/slide-1.1.6.tgz"
},
- "scripts": {},
- "version": "1.1.6"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz",
+ "readme": "ERROR: No README data found!"
}