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-12-11 01:42:45 +0300
committerisaacs <i@izs.me>2020-12-11 22:38:27 +0300
commit6643305bf30dc007fefa55013b34567a3d08e730 (patch)
tree46261c8274ca34a06ef21c6b0170e77d070a656c
parent1e3891da2bfa61197d1bc07d73e4bcfa95be9805 (diff)
chore: clean up bundle deps
-rw-r--r--package-lock.json5
-rw-r--r--package.json3
2 files changed, 3 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 3d3f3e583..aa8928996 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,6 @@
"ansistyles",
"aproba",
"archy",
- "bin-links",
"byte-size",
"cacache",
"chalk",
@@ -29,7 +28,6 @@
"glob",
"graceful-fs",
"hosted-git-info",
- "inherits",
"ini",
"init-package-json",
"is-cidr",
@@ -110,6 +108,7 @@
"aws4",
"balanced-match",
"bcrypt-pbkdf",
+ "bin-links",
"brace-expansion",
"builtins",
"call-bind",
@@ -206,6 +205,7 @@
"indent-string",
"infer-owner",
"inflight",
+ "inherits",
"ip",
"ip-regex",
"is-arrayish",
@@ -257,6 +257,7 @@
"minizlib",
"mute-stream",
"natural-compare",
+ "normalize-package-data",
"npm-bundled",
"npm-install-checks",
"npm-normalize-package-bin",
diff --git a/package.json b/package.json
index ad08ee81e..8de84dd7b 100644
--- a/package.json
+++ b/package.json
@@ -119,7 +119,6 @@
"ansistyles",
"aproba",
"archy",
- "bin-links",
"byte-size",
"cacache",
"chalk",
@@ -131,7 +130,6 @@
"glob",
"graceful-fs",
"hosted-git-info",
- "inherits",
"ini",
"init-package-json",
"is-cidr",
@@ -151,7 +149,6 @@
"ms",
"node-gyp",
"nopt",
- "normalize-package-data",
"npm-audit-report",
"npm-package-arg",
"npm-pick-manifest",