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/npm-install-checks
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/npm-install-checks')
-rw-r--r--node_modules/npm-install-checks/package.json94
1 files changed, 35 insertions, 59 deletions
diff --git a/node_modules/npm-install-checks/package.json b/node_modules/npm-install-checks/package.json
index a207b2b94..c504f97d1 100644
--- a/node_modules/npm-install-checks/package.json
+++ b/node_modules/npm-install-checks/package.json
@@ -1,67 +1,51 @@
{
- "_args": [
- [
- "npm-install-checks@~2.0.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "npm-install-checks@>=2.0.0 <2.1.0",
- "_id": "npm-install-checks@2.0.1",
- "_inCache": true,
- "_location": "/npm-install-checks",
- "_nodeVersion": "4.0.0",
- "_npmUser": {
- "email": "me@re-becca.org",
- "name": "iarna"
- },
- "_npmVersion": "3.3.4",
- "_phantomChildren": {},
- "_requested": {
- "name": "npm-install-checks",
- "raw": "npm-install-checks@~2.0.0",
- "rawSpec": "~2.0.0",
- "scope": null,
- "spec": ">=2.0.0 <2.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_shasum": "a93540b53f04fa9d916d2733d6541f6db7d88e46",
- "_shrinkwrap": null,
- "_spec": "npm-install-checks@~2.0.0",
- "_where": "/Users/rebecca/code/npm",
- "author": {
- "email": "rok@kowalski.gd",
- "name": "Robert Kowalski"
- },
- "bugs": {
- "url": "https://github.com/npm/npm-install-checks/issues"
- },
+ "name": "npm-install-checks",
+ "version": "2.0.1",
+ "description": "checks that npm runs during the installation of a module",
+ "main": "index.js",
"dependencies": {
"npmlog": "0.1 || 1",
"semver": "^2.3.0 || 3.x || 4 || 5"
},
- "description": "checks that npm runs during the installation of a module",
"devDependencies": {
"mkdirp": "~0.3.5",
"rimraf": "~2.2.5",
"tap": "^1.2.0"
},
- "directories": {},
- "dist": {
- "shasum": "a93540b53f04fa9d916d2733d6541f6db7d88e46",
- "tarball": "http://registry.npmjs.org/npm-install-checks/-/npm-install-checks-2.0.1.tgz"
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/npm/npm-install-checks.git"
},
- "gitHead": "1e9474f30490cd7621e976e91fa611d35e644f64",
"homepage": "https://github.com/npm/npm-install-checks",
- "installable": true,
"keywords": [
- "install",
- "npm,"
+ "npm,",
+ "install"
],
+ "author": {
+ "name": "Robert Kowalski",
+ "email": "rok@kowalski.gd"
+ },
"license": "BSD-2-Clause",
- "main": "index.js",
+ "bugs": {
+ "url": "https://github.com/npm/npm-install-checks/issues"
+ },
+ "gitHead": "1e9474f30490cd7621e976e91fa611d35e644f64",
+ "_id": "npm-install-checks@2.0.1",
+ "_shasum": "a93540b53f04fa9d916d2733d6541f6db7d88e46",
+ "_from": "npm-install-checks@>=2.0.1 <2.1.0",
+ "_npmVersion": "3.3.4",
+ "_nodeVersion": "4.0.0",
+ "_npmUser": {
+ "name": "iarna",
+ "email": "me@re-becca.org"
+ },
+ "dist": {
+ "shasum": "a93540b53f04fa9d916d2733d6541f6db7d88e46",
+ "tarball": "http://registry.npmjs.org/npm-install-checks/-/npm-install-checks-2.0.1.tgz"
+ },
"maintainers": [
{
"name": "robertkowalski",
@@ -80,14 +64,6 @@
"email": "ogd@aoaioxxysz.net"
}
],
- "name": "npm-install-checks",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/npm/npm-install-checks.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "2.0.1"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-2.0.1.tgz"
}