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:
authorRuy Adorno <ruyadorno@hotmail.com>2020-10-16 22:57:59 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-10-16 23:40:07 +0300
commit78cc67cf5c39450b5eea93ab967a2d7c0e51e923 (patch)
tree3c43be4f48ae4afa7e64bf734ca603251ad44a21 /package.json
parent9953ec41bda107cc02cb9e82921195fd10d73b22 (diff)
chore: add normalize-package-data
Add normalize-package-data as a direct dependency to improve deduping.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 7d7496c8b..495d5a5b5 100644
--- a/package.json
+++ b/package.json
@@ -83,6 +83,7 @@
"ms": "^2.1.2",
"node-gyp": "^7.1.1",
"nopt": "^5.0.0",
+ "normalize-package-data": "^3.0.0",
"npm-audit-report": "^2.1.4",
"npm-package-arg": "^8.1.0",
"npm-pick-manifest": "^6.1.0",
@@ -151,6 +152,7 @@
"ms",
"node-gyp",
"nopt",
+ "normalize-package-data",
"npm-audit-report",
"npm-package-arg",
"npm-pick-manifest",