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/isstream/package.json
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/isstream/package.json')
-rw-r--r--node_modules/isstream/package.json83
1 files changed, 0 insertions, 83 deletions
diff --git a/node_modules/isstream/package.json b/node_modules/isstream/package.json
deleted file mode 100644
index 54d8b76a0..000000000
--- a/node_modules/isstream/package.json
+++ /dev/null
@@ -1,83 +0,0 @@
-{
- "_args": [
- [
- "isstream@~0.1.1",
- "/Users/rebecca/code/npm/node_modules/request"
- ]
- ],
- "_from": "isstream@>=0.1.1 <0.2.0",
- "_id": "isstream@0.1.2",
- "_inCache": true,
- "_location": "/isstream",
- "_nodeVersion": "1.4.3",
- "_npmUser": {
- "email": "rod@vagg.org",
- "name": "rvagg"
- },
- "_npmVersion": "2.6.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "isstream",
- "raw": "isstream@~0.1.1",
- "rawSpec": "~0.1.1",
- "scope": null,
- "spec": ">=0.1.1 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/request"
- ],
- "_resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
- "_shasum": "47e63f7af55afa6f92e1500e690eb8b8529c099a",
- "_shrinkwrap": null,
- "_spec": "isstream@~0.1.1",
- "_where": "/Users/rebecca/code/npm/node_modules/request",
- "author": {
- "email": "rod@vagg.org",
- "name": "Rod Vagg"
- },
- "bugs": {
- "url": "https://github.com/rvagg/isstream/issues"
- },
- "dependencies": {},
- "description": "Determine if an object is a Stream",
- "devDependencies": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.1",
- "isarray": "0.0.1",
- "string_decoder": "~0.10.x",
- "tape": "~2.12.3"
- },
- "directories": {},
- "dist": {
- "shasum": "47e63f7af55afa6f92e1500e690eb8b8529c099a",
- "tarball": "http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz"
- },
- "gitHead": "cd39cba6da939b4fc9110825203adc506422c3dc",
- "homepage": "https://github.com/rvagg/isstream",
- "keywords": [
- "hippo",
- "readable-stream",
- "stream",
- "streams",
- "type"
- ],
- "license": "MIT",
- "main": "isstream.js",
- "maintainers": [
- {
- "name": "rvagg",
- "email": "rod@vagg.org"
- }
- ],
- "name": "isstream",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/rvagg/isstream.git"
- },
- "scripts": {
- "test": "tar --xform 's/^package/readable-stream-1.0/' -zxf readable-stream-1.0.*.tgz && tar --xform 's/^package/readable-stream-1.1/' -zxf readable-stream-1.1.*.tgz && node test.js; rm -rf readable-stream-1.?/"
- },
- "version": "0.1.2"
-}