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:
authorAudrey Eschright <audrey@npmjs.com>2019-02-06 22:02:42 +0300
committerAudrey Eschright <audrey@lifeofaudrey.com>2019-02-14 22:19:49 +0300
commit580e97e95e5cef365522021ef9675aa46689953e (patch)
tree2f86ced08f0a3397b94d20b0534442120450cadb /node_modules/normalize-package-data/package.json
parent7e7a09d63db44f3972622a58d5642b27fc7141f1 (diff)
normalize-package-data@2.5.0
Diffstat (limited to 'node_modules/normalize-package-data/package.json')
-rw-r--r--node_modules/normalize-package-data/package.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/node_modules/normalize-package-data/package.json b/node_modules/normalize-package-data/package.json
index 37151c79c..a408d8c0a 100644
--- a/node_modules/normalize-package-data/package.json
+++ b/node_modules/normalize-package-data/package.json
@@ -1,36 +1,34 @@
{
- "_args": [
- [
- "normalize-package-data@2.4.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "normalize-package-data@2.4.0",
- "_id": "normalize-package-data@2.4.0",
+ "_from": "normalize-package-data@2.5.0",
+ "_id": "normalize-package-data@2.5.0",
"_inBundle": false,
- "_integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
+ "_integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
"_location": "/normalize-package-data",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "path-parse": "1.0.6"
+ },
"_requested": {
"type": "version",
"registry": true,
- "raw": "normalize-package-data@2.4.0",
+ "raw": "normalize-package-data@2.5.0",
"name": "normalize-package-data",
"escapedName": "normalize-package-data",
- "rawSpec": "2.4.0",
+ "rawSpec": "2.5.0",
"saveSpec": null,
- "fetchSpec": "2.4.0"
+ "fetchSpec": "2.5.0"
},
"_requiredBy": [
+ "#USER",
"/",
- "/npm-registry-client",
+ "/libnpmpublish",
"/pacote",
"/read-package-json",
"/read-pkg"
],
- "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
- "_spec": "2.4.0",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
+ "_shasum": "e66db1838b200c1dfc233225d12cb36520e234a8",
+ "_spec": "normalize-package-data@2.5.0",
+ "_where": "/Users/aeschright/code/npm-release",
"author": {
"name": "Meryn Stol",
"email": "merynstol@gmail.com"
@@ -38,6 +36,7 @@
"bugs": {
"url": "https://github.com/npm/normalize-package-data/issues"
},
+ "bundleDependencies": false,
"contributors": [
{
"name": "Isaac Z. Schlueter",
@@ -54,14 +53,15 @@
],
"dependencies": {
"hosted-git-info": "^2.1.4",
- "is-builtin-module": "^1.0.0",
+ "resolve": "^1.10.0",
"semver": "2 || 3 || 4 || 5",
"validate-npm-package-license": "^3.0.1"
},
+ "deprecated": false,
"description": "Normalizes data that can be found in package.json files.",
"devDependencies": {
- "async": "^1.5.0",
- "tap": "^2.2.0",
+ "async": "^2.6.1",
+ "tap": "^12.4.0",
"underscore": "^1.8.3"
},
"files": [
@@ -80,5 +80,5 @@
"scripts": {
"test": "tap test/*.js"
},
- "version": "2.4.0"
+ "version": "2.5.0"
}