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/iferr
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/iferr')
-rw-r--r--node_modules/iferr/package.json75
1 files changed, 25 insertions, 50 deletions
diff --git a/node_modules/iferr/package.json b/node_modules/iferr/package.json
index f746e2862..9017857c5 100644
--- a/node_modules/iferr/package.json
+++ b/node_modules/iferr/package.json
@@ -1,75 +1,50 @@
{
- "_args": [
- [
- "iferr@~0.1.5",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "iferr@>=0.1.5 <0.2.0",
- "_id": "iferr@0.1.5",
- "_inCache": true,
- "_location": "/iferr",
- "_npmUser": {
- "email": "npm@shesek.info",
- "name": "nadav"
+ "name": "iferr",
+ "version": "0.1.5",
+ "description": "Higher-order functions for easier error handling",
+ "main": "index.js",
+ "scripts": {
+ "test": "mocha",
+ "prepublish": "coffee -c index.coffee"
},
- "_npmVersion": "1.4.4",
- "_phantomChildren": {},
- "_requested": {
- "name": "iferr",
- "raw": "iferr@~0.1.5",
- "rawSpec": "~0.1.5",
- "scope": null,
- "spec": ">=0.1.5 <0.2.0",
- "type": "range"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/shesek/iferr"
},
- "_requiredBy": [
- "/"
+ "keywords": [
+ "error",
+ "errors"
],
- "_resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz",
- "_shasum": "c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501",
- "_shrinkwrap": null,
- "_spec": "iferr@~0.1.5",
- "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Nadav Ivgi"
},
+ "license": "MIT",
"bugs": {
"url": "https://github.com/shesek/iferr/issues"
},
- "dependencies": {},
- "description": "Higher-order functions for easier error handling",
+ "homepage": "https://github.com/shesek/iferr",
"devDependencies": {
"coffee-script": "^1.7.1",
"mocha": "^1.18.2"
},
- "directories": {},
+ "_id": "iferr@0.1.5",
"dist": {
"shasum": "c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501",
"tarball": "http://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz"
},
- "homepage": "https://github.com/shesek/iferr",
- "keywords": [
- "error",
- "errors"
- ],
- "license": "MIT",
- "main": "index.js",
+ "_from": "iferr@>=0.1.5 <0.2.0",
+ "_npmVersion": "1.4.4",
+ "_npmUser": {
+ "name": "nadav",
+ "email": "npm@shesek.info"
+ },
"maintainers": [
{
"name": "nadav",
"email": "npm@shesek.info"
}
],
- "name": "iferr",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/shesek/iferr"
- },
- "scripts": {
- "prepublish": "coffee -c index.coffee",
- "test": "mocha"
- },
- "version": "0.1.5"
+ "directories": {},
+ "_shasum": "c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501",
+ "_resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz"
}