Skip to content

Commit 3ef66bb

Browse files
author
Michael Smith
committed
deps: bundle arborist runtime deps for bootstrap
1 parent 0323f2d commit 3ef66bb

20 files changed

Lines changed: 8547 additions & 18584 deletions

File tree

DEPENDENCIES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,13 @@ graph LR;
116116
npm-->npmcli-eslint-config["@npmcli/eslint-config"];
117117
npm-->npmcli-fs["@npmcli/fs"];
118118
npm-->npmcli-git["@npmcli/git"];
119+
npm-->npmcli-installed-package-contents["@npmcli/installed-package-contents"];
119120
npm-->npmcli-map-workspaces["@npmcli/map-workspaces"];
120121
npm-->npmcli-metavuln-calculator["@npmcli/metavuln-calculator"];
121122
npm-->npmcli-mock-globals["@npmcli/mock-globals"];
122123
npm-->npmcli-mock-registry["@npmcli/mock-registry"];
124+
npm-->npmcli-name-from-folder["@npmcli/name-from-folder"];
125+
npm-->npmcli-node-gyp["@npmcli/node-gyp"];
123126
npm-->npmcli-package-json["@npmcli/package-json"];
124127
npm-->npmcli-promise-spawn["@npmcli/promise-spawn"];
125128
npm-->npmcli-redact["@npmcli/redact"];
@@ -468,10 +471,13 @@ graph LR;
468471
npm-->npmcli-eslint-config["@npmcli/eslint-config"];
469472
npm-->npmcli-fs["@npmcli/fs"];
470473
npm-->npmcli-git["@npmcli/git"];
474+
npm-->npmcli-installed-package-contents["@npmcli/installed-package-contents"];
471475
npm-->npmcli-map-workspaces["@npmcli/map-workspaces"];
472476
npm-->npmcli-metavuln-calculator["@npmcli/metavuln-calculator"];
473477
npm-->npmcli-mock-globals["@npmcli/mock-globals"];
474478
npm-->npmcli-mock-registry["@npmcli/mock-registry"];
479+
npm-->npmcli-name-from-folder["@npmcli/name-from-folder"];
480+
npm-->npmcli-node-gyp["@npmcli/node-gyp"];
475481
npm-->npmcli-package-json["@npmcli/package-json"];
476482
npm-->npmcli-promise-spawn["@npmcli/promise-spawn"];
477483
npm-->npmcli-redact["@npmcli/redact"];

node_modules/.gitignore

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,20 @@
2020
!/@npmcli/agent/node_modules/https-proxy-agent
2121
!/@npmcli/fs
2222
!/@npmcli/git
23+
!/@npmcli/installed-package-contents
24+
!/@npmcli/installed-package-contents/node_modules/
25+
/@npmcli/installed-package-contents/node_modules/*
26+
!/@npmcli/installed-package-contents/node_modules/npm-bundled
27+
!/@npmcli/installed-package-contents/node_modules/npm-normalize-package-bin
2328
!/@npmcli/map-workspaces
24-
!/@npmcli/map-workspaces/node_modules/
25-
/@npmcli/map-workspaces/node_modules/*
26-
!/@npmcli/map-workspaces/node_modules/@npmcli/
27-
/@npmcli/map-workspaces/node_modules/@npmcli/*
28-
!/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder
2929
!/@npmcli/metavuln-calculator
30+
!/@npmcli/name-from-folder
31+
!/@npmcli/node-gyp
3032
!/@npmcli/package-json
3133
!/@npmcli/promise-spawn
3234
!/@npmcli/query
3335
!/@npmcli/redact
3436
!/@npmcli/run-script
35-
!/@npmcli/run-script/node_modules/
36-
/@npmcli/run-script/node_modules/*
37-
!/@npmcli/run-script/node_modules/@npmcli/
38-
/@npmcli/run-script/node_modules/@npmcli/*
39-
!/@npmcli/run-script/node_modules/@npmcli/node-gyp
4037
!/@sigstore/
4138
/@sigstore/*
4239
!/@sigstore/protobuf-specs
@@ -127,17 +124,12 @@
127124
!/pacote
128125
!/pacote/node_modules/
129126
/pacote/node_modules/*
130-
!/pacote/node_modules/@npmcli/
131-
/pacote/node_modules/@npmcli/*
132-
!/pacote/node_modules/@npmcli/installed-package-contents
133127
!/pacote/node_modules/@sigstore/
134128
/pacote/node_modules/@sigstore/*
135129
!/pacote/node_modules/@sigstore/bundle
136130
!/pacote/node_modules/@sigstore/core
137131
!/pacote/node_modules/@sigstore/sign
138132
!/pacote/node_modules/@sigstore/verify
139-
!/pacote/node_modules/npm-bundled
140-
!/pacote/node_modules/npm-normalize-package-bin
141133
!/pacote/node_modules/sigstore
142134
!/parse-conflict-json
143135
!/path-scurry

node_modules/pacote/node_modules/@npmcli/installed-package-contents/LICENSE renamed to node_modules/@npmcli/installed-package-contents/LICENSE

File renamed without changes.

node_modules/pacote/node_modules/@npmcli/installed-package-contents/bin/index.js renamed to node_modules/@npmcli/installed-package-contents/bin/index.js

File renamed without changes.

node_modules/pacote/node_modules/@npmcli/installed-package-contents/lib/index.js renamed to node_modules/@npmcli/installed-package-contents/lib/index.js

File renamed without changes.

node_modules/pacote/node_modules/npm-bundled/LICENSE renamed to node_modules/@npmcli/installed-package-contents/node_modules/npm-bundled/LICENSE

File renamed without changes.

node_modules/pacote/node_modules/npm-bundled/lib/index.js renamed to node_modules/@npmcli/installed-package-contents/node_modules/npm-bundled/lib/index.js

File renamed without changes.

node_modules/pacote/node_modules/npm-bundled/package.json renamed to node_modules/@npmcli/installed-package-contents/node_modules/npm-bundled/package.json

File renamed without changes.

node_modules/pacote/node_modules/npm-normalize-package-bin/LICENSE renamed to node_modules/@npmcli/installed-package-contents/node_modules/npm-normalize-package-bin/LICENSE

File renamed without changes.

node_modules/pacote/node_modules/npm-normalize-package-bin/lib/index.js renamed to node_modules/@npmcli/installed-package-contents/node_modules/npm-normalize-package-bin/lib/index.js

File renamed without changes.

0 commit comments

Comments
 (0)