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/normalize-package-data/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/normalize-package-data/package.json')
-rw-r--r--node_modules/normalize-package-data/package.json102
1 files changed, 38 insertions, 64 deletions
diff --git a/node_modules/normalize-package-data/package.json b/node_modules/normalize-package-data/package.json
index 762dd8e2e..61f9e6f94 100644
--- a/node_modules/normalize-package-data/package.json
+++ b/node_modules/normalize-package-data/package.json
@@ -1,45 +1,30 @@
{
- "_args": [
- [
- "normalize-package-data@~2.3.3",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "normalize-package-data@>=2.3.3 <2.4.0",
- "_id": "normalize-package-data@2.3.4",
- "_inCache": true,
- "_location": "/normalize-package-data",
- "_nodeVersion": "2.2.2",
- "_npmUser": {
- "email": "kat@sykosomatic.org",
- "name": "zkat"
+ "name": "normalize-package-data",
+ "version": "2.3.4",
+ "author": {
+ "name": "Meryn Stol",
+ "email": "merynstol@gmail.com"
},
- "_npmVersion": "2.14.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "normalize-package-data",
- "raw": "normalize-package-data@~2.3.3",
- "rawSpec": "~2.3.3",
- "scope": null,
- "spec": ">=2.3.3 <2.4.0",
- "type": "range"
+ "description": "Normalizes data that can be found in package.json files.",
+ "license": "BSD-2-Clause",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/npm/normalize-package-data.git"
},
- "_requiredBy": [
- "/",
- "/npm-registry-client",
- "/read-package-json"
- ],
- "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.4.tgz",
- "_shasum": "b92233ce6ef04fbd6bc0c05dead155af33a623e0",
- "_shrinkwrap": null,
- "_spec": "normalize-package-data@~2.3.3",
- "_where": "/Users/rebecca/code/npm",
- "author": {
- "email": "merynstol@gmail.com",
- "name": "Meryn Stol"
+ "main": "lib/normalize.js",
+ "scripts": {
+ "test": "tap test/*.js"
},
- "bugs": {
- "url": "https://github.com/npm/normalize-package-data/issues"
+ "dependencies": {
+ "hosted-git-info": "^2.0.2",
+ "is-builtin-module": "^1.0.0",
+ "semver": "2 || 3 || 4 || 5",
+ "validate-npm-package-license": "^3.0.1"
+ },
+ "devDependencies": {
+ "async": "~0.9.0",
+ "tap": "^1.1.0",
+ "underscore": "~1.4.4"
},
"contributors": [
{
@@ -55,28 +40,24 @@
"email": "rok@kowalski.gd"
}
],
- "dependencies": {
- "hosted-git-info": "^2.0.2",
- "is-builtin-module": "^1.0.0",
- "semver": "2 || 3 || 4 || 5",
- "validate-npm-package-license": "^3.0.1"
+ "gitHead": "0aa15b23116f2dfd086f1ed6bf213cbb7e7490dd",
+ "bugs": {
+ "url": "https://github.com/npm/normalize-package-data/issues"
},
- "description": "Normalizes data that can be found in package.json files.",
- "devDependencies": {
- "async": "~0.9.0",
- "tap": "^1.1.0",
- "underscore": "~1.4.4"
+ "homepage": "https://github.com/npm/normalize-package-data#readme",
+ "_id": "normalize-package-data@2.3.4",
+ "_shasum": "b92233ce6ef04fbd6bc0c05dead155af33a623e0",
+ "_from": "normalize-package-data@>=2.3.4 <2.4.0",
+ "_npmVersion": "2.14.3",
+ "_nodeVersion": "2.2.2",
+ "_npmUser": {
+ "name": "zkat",
+ "email": "kat@sykosomatic.org"
},
- "directories": {},
"dist": {
"shasum": "b92233ce6ef04fbd6bc0c05dead155af33a623e0",
"tarball": "http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.4.tgz"
},
- "gitHead": "0aa15b23116f2dfd086f1ed6bf213cbb7e7490dd",
- "homepage": "https://github.com/npm/normalize-package-data#readme",
- "installable": true,
- "license": "BSD-2-Clause",
- "main": "lib/normalize.js",
"maintainers": [
{
"name": "iarna",
@@ -99,14 +80,7 @@
"email": "kat@sykosomatic.org"
}
],
- "name": "normalize-package-data",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/npm/normalize-package-data.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "2.3.4"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.4.tgz",
+ "readme": "ERROR: No README data found!"
}