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-user-validate
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-user-validate')
-rw-r--r--node_modules/npm-user-validate/package.json87
1 files changed, 31 insertions, 56 deletions
diff --git a/node_modules/npm-user-validate/package.json b/node_modules/npm-user-validate/package.json
index 69c37fe87..2cc56691e 100644
--- a/node_modules/npm-user-validate/package.json
+++ b/node_modules/npm-user-validate/package.json
@@ -1,63 +1,46 @@
{
- "_args": [
- [
- "npm-user-validate@~0.1.2",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "npm-user-validate@>=0.1.2 <0.2.0",
- "_id": "npm-user-validate@0.1.2",
- "_inCache": true,
- "_location": "/npm-user-validate",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "email": "isaacs@npmjs.com",
- "name": "isaacs"
+ "name": "npm-user-validate",
+ "version": "0.1.2",
+ "description": "User validations for npm",
+ "main": "npm-user-validate.js",
+ "devDependencies": {
+ "tap": "0.4.3"
},
- "_npmVersion": "2.10.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "npm-user-validate",
- "raw": "npm-user-validate@~0.1.2",
- "rawSpec": "~0.1.2",
- "scope": null,
- "spec": ">=0.1.2 <0.2.0",
- "type": "range"
+ "scripts": {
+ "test": "tap test/*.js"
},
- "_requiredBy": [
- "/"
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/npm/npm-user-validate.git"
+ },
+ "keywords": [
+ "npm",
+ "validation",
+ "registry"
],
- "_resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-0.1.2.tgz",
- "_shasum": "d585da0b47c9f41a9e6ca684b6fd84ba41ebe87d",
- "_shrinkwrap": null,
- "_spec": "npm-user-validate@~0.1.2",
- "_where": "/Users/rebecca/code/npm",
"author": {
- "email": "rok@kowalski.gd",
- "name": "Robert Kowalski"
+ "name": "Robert Kowalski",
+ "email": "rok@kowalski.gd"
},
+ "license": "BSD-2-Clause",
+ "gitHead": "e5b280babff5b73fe74b496461bcf424a51881e1",
"bugs": {
"url": "https://github.com/npm/npm-user-validate/issues"
},
- "dependencies": {},
- "description": "User validations for npm",
- "devDependencies": {
- "tap": "0.4.3"
+ "homepage": "https://github.com/npm/npm-user-validate#readme",
+ "_id": "npm-user-validate@0.1.2",
+ "_shasum": "d585da0b47c9f41a9e6ca684b6fd84ba41ebe87d",
+ "_from": "npm-user-validate@>=0.1.2 <0.2.0",
+ "_npmVersion": "2.10.0",
+ "_nodeVersion": "2.0.1",
+ "_npmUser": {
+ "name": "isaacs",
+ "email": "isaacs@npmjs.com"
},
- "directories": {},
"dist": {
"shasum": "d585da0b47c9f41a9e6ca684b6fd84ba41ebe87d",
"tarball": "http://registry.npmjs.org/npm-user-validate/-/npm-user-validate-0.1.2.tgz"
},
- "gitHead": "e5b280babff5b73fe74b496461bcf424a51881e1",
- "homepage": "https://github.com/npm/npm-user-validate#readme",
- "keywords": [
- "npm",
- "registry",
- "validation"
- ],
- "license": "BSD-2-Clause",
- "main": "npm-user-validate.js",
"maintainers": [
{
"name": "robertkowalski",
@@ -68,14 +51,6 @@
"email": "i@izs.me"
}
],
- "name": "npm-user-validate",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/npm/npm-user-validate.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "0.1.2"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-0.1.2.tgz"
}