diff --git a/package-lock.json b/package-lock.json index 0929e80400713..91508cab7f1f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,6 @@ "ansistyles", "aproba", "archy", - "bin-links", "byte-size", "cacache", "chalk", @@ -29,10 +28,10 @@ "glob", "graceful-fs", "hosted-git-info", - "inherits", "ini", "init-package-json", "is-cidr", + "json-parse-even-better-errors", "leven", "libnpmaccess", "libnpmfund", @@ -49,7 +48,6 @@ "ms", "node-gyp", "nopt", - "normalize-package-data", "npm-audit-report", "npm-package-arg", "npm-pick-manifest", @@ -111,6 +109,7 @@ "aws4", "balanced-match", "bcrypt-pbkdf", + "bin-links", "brace-expansion", "builtins", "call-bind", @@ -207,6 +206,7 @@ "indent-string", "infer-owner", "inflight", + "inherits", "ip", "ip-regex", "is-arrayish", @@ -228,7 +228,6 @@ "js-tokens", "js-yaml", "jsbn", - "json-parse-even-better-errors", "json-schema", "json-schema-traverse", "json-stable-stringify-without-jsonify", @@ -258,6 +257,7 @@ "minizlib", "mute-stream", "natural-compare", + "normalize-package-data", "npm-bundled", "npm-install-checks", "npm-normalize-package-bin", @@ -354,6 +354,7 @@ "wrappy", "yallist" ], + "hasInstallScript": true, "license": "Artistic-2.0", "dependencies": { "@npmcli/arborist": "^2.0.0", @@ -365,7 +366,6 @@ "ansistyles": "~0.1.3", "aproba": "^2.0.0", "archy": "~1.0.0", - "bin-links": "^2.2.1", "byte-size": "^7.0.0", "cacache": "^15.0.5", "chalk": "^4.1.0", @@ -377,7 +377,6 @@ "glob": "^7.1.4", "graceful-fs": "^4.2.3", "hosted-git-info": "^3.0.6", - "inherits": "^2.0.4", "ini": "^1.3.6", "init-package-json": "^2.0.1", "is-cidr": "^4.0.2", @@ -399,7 +398,6 @@ "ms": "^2.1.2", "node-gyp": "^7.1.2", "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", @@ -421,6 +419,7 @@ "tar": "^6.0.5", "text-table": "~0.2.0", "tiny-relative-date": "^1.3.0", + "treeverse": "^1.0.4", "uuid": "^8.3.1", "validate-npm-package-name": "~3.0.0", "which": "^2.0.2", @@ -438,6 +437,7 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^5.0.0", "jsdom": "^16.4.0", + "json-parse-even-better-errors": "^2.3.1", "marked-man": "^0.7.0", "require-inject": "^1.4.4", "tap": "^14.11.0", diff --git a/package.json b/package.json index 92748bfb078dd..a065d64fc8e88 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,6 @@ "ansistyles": "~0.1.3", "aproba": "^2.0.0", "archy": "~1.0.0", - "bin-links": "^2.2.1", "byte-size": "^7.0.0", "cacache": "^15.0.5", "chalk": "^4.1.0", @@ -63,7 +62,6 @@ "glob": "^7.1.4", "graceful-fs": "^4.2.3", "hosted-git-info": "^3.0.6", - "inherits": "^2.0.4", "ini": "^1.3.6", "init-package-json": "^2.0.1", "is-cidr": "^4.0.2", @@ -85,7 +83,6 @@ "ms": "^2.1.2", "node-gyp": "^7.1.2", "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", @@ -107,6 +104,7 @@ "tar": "^6.0.5", "text-table": "~0.2.0", "tiny-relative-date": "^1.3.0", + "treeverse": "^1.0.4", "uuid": "^8.3.1", "validate-npm-package-name": "~3.0.0", "which": "^2.0.2", @@ -122,7 +120,6 @@ "ansistyles", "aproba", "archy", - "bin-links", "byte-size", "cacache", "chalk", @@ -134,10 +131,10 @@ "glob", "graceful-fs", "hosted-git-info", - "inherits", "ini", "init-package-json", "is-cidr", + "json-parse-even-better-errors", "leven", "libnpmaccess", "libnpmfund", @@ -154,7 +151,6 @@ "ms", "node-gyp", "nopt", - "normalize-package-data", "npm-audit-report", "npm-package-arg", "npm-pick-manifest", @@ -176,6 +172,7 @@ "tar", "text-table", "tiny-relative-date", + "treeverse", "uuid", "validate-npm-package-name", "which", @@ -189,6 +186,7 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^5.0.0", "jsdom": "^16.4.0", + "json-parse-even-better-errors": "^2.3.1", "marked-man": "^0.7.0", "require-inject": "^1.4.4", "tap": "^14.11.0",