+39
-1366
lines changedFilter options
+39
-1366
lines changed Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@
26
26
"libnpmversion"
27
27
],
28
28
[
29
-
"@npmcli/run-script",
30
29
"@npmcli/map-workspaces",
30
+
"@npmcli/run-script",
31
31
"libnpmhook",
32
32
"libnpmorg",
33
33
"libnpmsearch",
@@ -44,47 +44,47 @@
44
44
"make-fetch-happen"
45
45
],
46
46
[
47
-
"npm-pick-manifest",
48
47
"@npmcli/installed-package-contents",
48
+
"npm-pick-manifest",
49
49
"cacache",
50
50
"promzard"
51
51
],
52
52
[
53
53
"@npmcli/docs",
54
-
"npm-package-arg",
55
-
"npm-install-checks",
54
+
"@npmcli/fs",
56
55
"npm-bundled",
56
+
"npm-install-checks",
57
+
"npm-package-arg",
57
58
"normalize-package-data",
58
-
"@npmcli/fs",
59
59
"unique-filename",
60
60
"npm-packlist",
61
-
"@npmcli/mock-globals",
62
61
"bin-links",
63
62
"nopt",
64
63
"parse-conflict-json",
65
64
"read-package-json-fast",
65
+
"@npmcli/mock-globals",
66
66
"read"
67
67
],
68
68
[
69
69
"@npmcli/eslint-config",
70
70
"@npmcli/template-oss",
71
71
"ignore-walk",
72
72
"semver",
73
+
"npm-normalize-package-bin",
74
+
"@npmcli/name-from-folder",
75
+
"@npmcli/promise-spawn",
76
+
"ini",
73
77
"hosted-git-info",
74
78
"proc-log",
75
79
"validate-npm-package-name",
76
-
"@npmcli/promise-spawn",
77
-
"ini",
78
-
"npm-normalize-package-bin",
79
80
"json-parse-even-better-errors",
80
-
"@npmcli/node-gyp",
81
81
"fs-minipass",
82
82
"ssri",
83
83
"unique-slug",
84
+
"@npmcli/node-gyp",
84
85
"@npmcli/redact",
85
86
"@npmcli/agent",
86
87
"minipass-fetch",
87
-
"@npmcli/name-from-folder",
88
88
"@npmcli/query",
89
89
"cmd-shim",
90
90
"read-cmd-shim",
Original file line number Diff line number Diff line change
@@ -321,6 +321,7 @@ graph LR;
321
321
isaacs-cliui-->strip-ansi;
322
322
isaacs-cliui-->wrap-ansi-cjs;
323
323
isaacs-cliui-->wrap-ansi;
324
+
isaacs-fs-minipass-->minipass;
324
325
jackspeak-->isaacs-cliui["@isaacs/cliui"];
325
326
jackspeak-->pkgjs-parseargs["@pkgjs/parseargs"];
326
327
libnpmaccess-->nock;
@@ -766,6 +767,7 @@ graph LR;
766
767
strip-ansi-->ansi-regex;
767
768
tar-->chownr;
768
769
tar-->fs-minipass;
770
+
tar-->isaacs-fs-minipass["@isaacs/fs-minipass"];
769
771
tar-->minipass;
770
772
tar-->minizlib;
771
773
tar-->mkdirp;
@@ -799,9 +801,9 @@ packages higher up the chain.
799
801
- @npmcli/arborist
800
802
- @npmcli/metavuln-calculator
801
803
- pacote, @npmcli/config, libnpmversion
802
-
- @npmcli/run-script, @npmcli/map-workspaces, libnpmhook, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
804
+
- @npmcli/map-workspaces, @npmcli/run-script, libnpmhook, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
803
805
- @npmcli/package-json, npm-registry-fetch
804
806
- @npmcli/git, make-fetch-happen
805
-
- npm-pick-manifest, @npmcli/installed-package-contents, cacache, promzard
806
-
- @npmcli/docs, npm-package-arg, npm-install-checks, npm-bundled, normalize-package-data, @npmcli/fs, unique-filename, npm-packlist, @npmcli/mock-globals, bin-links, nopt, parse-conflict-json, read-package-json-fast, read
807
-
- @npmcli/eslint-config, @npmcli/template-oss, ignore-walk, semver, hosted-git-info, proc-log, validate-npm-package-name, @npmcli/promise-spawn, ini, npm-normalize-package-bin, json-parse-even-better-errors, @npmcli/node-gyp, fs-minipass, ssri, unique-slug, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/name-from-folder, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate
807
+
- @npmcli/installed-package-contents, npm-pick-manifest, cacache, promzard
808
+
- @npmcli/docs, @npmcli/fs, npm-bundled, npm-install-checks, npm-package-arg, normalize-package-data, unique-filename, npm-packlist, bin-links, nopt, parse-conflict-json, read-package-json-fast, @npmcli/mock-globals, read
809
+
- @npmcli/eslint-config, @npmcli/template-oss, ignore-walk, semver, npm-normalize-package-bin, @npmcli/name-from-folder, @npmcli/promise-spawn, ini, hosted-git-info, proc-log, validate-npm-package-name, json-parse-even-better-errors, fs-minipass, ssri, unique-slug, @npmcli/node-gyp, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@
46
46
]
47
47
},
48
48
"devDependencies": {
49
-
"@npmcli/arborist": "^7.1.0",
49
+
"@npmcli/arborist": "^8.0.0",
50
50
"@npmcli/eslint-config": "^5.0.1",
51
51
"@npmcli/template-oss": "4.23.3",
52
52
"json-stringify-safe": "^5.0.1",
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4