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-08-28 03:13:55 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-08-28 03:13:55 +0300
commiteb660309a4c0c88d5caeffd02b41dfdd7c0ced20 (patch)
tree211dacd47f55f726803031cdb0167b31e55aeaf3 /node_modules/normalize-package-data
parent1dc84cdb53eff394b4d057be56f3ac3b2066b0b4 (diff)
normalize-package-data@2.3.2
Support new version of `validate-npm-package-license`.
Diffstat (limited to 'node_modules/normalize-package-data')
-rw-r--r--node_modules/normalize-package-data/package.json41
1 files changed, 22 insertions, 19 deletions
diff --git a/node_modules/normalize-package-data/package.json b/node_modules/normalize-package-data/package.json
index d32e802a0..fa1fb33d8 100644
--- a/node_modules/normalize-package-data/package.json
+++ b/node_modules/normalize-package-data/package.json
@@ -1,27 +1,30 @@
{
"_args": [
[
- "normalize-package-data@~2.3.1",
- "/Users/rebecca/code/npm"
+ "normalize-package-data@~2.3.2",
+ "/Users/ogd/Documents/projects/npm/npm"
]
],
- "_from": "normalize-package-data@>=2.3.1 <2.4.0",
- "_id": "normalize-package-data@2.3.1",
+ "_from": "normalize-package-data@>=2.3.2 <2.4.0",
+ "_id": "normalize-package-data@2.3.2",
"_inCache": true,
"_location": "/normalize-package-data",
- "_nodeVersion": "2.3.1",
+ "_nodeVersion": "2.5.0",
"_npmUser": {
"email": "ogd@aoaioxxysz.net",
"name": "othiym23"
},
- "_npmVersion": "2.13.1",
- "_phantomChildren": {},
+ "_npmVersion": "2.14.1",
+ "_phantomChildren": {
+ "spdx-correct": "1.0.0",
+ "spdx-expression-parse": "1.0.0"
+ },
"_requested": {
"name": "normalize-package-data",
- "raw": "normalize-package-data@~2.3.1",
- "rawSpec": "~2.3.1",
+ "raw": "normalize-package-data@~2.3.2",
+ "rawSpec": "~2.3.2",
"scope": null,
- "spec": ">=2.3.1 <2.4.0",
+ "spec": ">=2.3.2 <2.4.0",
"type": "range"
},
"_requiredBy": [
@@ -29,11 +32,10 @@
"/npm-registry-client",
"/read-package-json"
],
- "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.1.tgz",
- "_shasum": "e2d24a5ab38a90b22cd697753407d8564f49a890",
+ "_shasum": "ff6d437374188a21921c85fbe5ad11e34ae6ead5",
"_shrinkwrap": null,
- "_spec": "normalize-package-data@~2.3.1",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "normalize-package-data@~2.3.2",
+ "_where": "/Users/ogd/Documents/projects/npm/npm",
"author": {
"email": "merynstol@gmail.com",
"name": "Meryn Stol"
@@ -58,7 +60,7 @@
"dependencies": {
"hosted-git-info": "^2.0.2",
"semver": "2 || 3 || 4 || 5",
- "validate-npm-package-license": "^2.0.0"
+ "validate-npm-package-license": "^3.0.1"
},
"description": "Normalizes data that can be found in package.json files.",
"devDependencies": {
@@ -68,11 +70,12 @@
},
"directories": {},
"dist": {
- "shasum": "e2d24a5ab38a90b22cd697753407d8564f49a890",
- "tarball": "http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.1.tgz"
+ "shasum": "ff6d437374188a21921c85fbe5ad11e34ae6ead5",
+ "tarball": "http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.2.tgz"
},
- "gitHead": "43b844bd37aac28d204be7567b731d9c55025871",
+ "gitHead": "c0518cf9a352af940fee94b1d3144da576c3e44b",
"homepage": "https://github.com/npm/normalize-package-data#readme",
+ "installable": true,
"license": "BSD-2-Clause",
"main": "lib/normalize.js",
"maintainers": [
@@ -102,5 +105,5 @@
"scripts": {
"test": "tap test/*.js"
},
- "version": "2.3.1"
+ "version": "2.3.2"
}