Skip to content

Commit be45963

Browse files
committed
1 parent fb0bfbd commit be45963

File tree

176 files changed

+1065
-13181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+1065
-13181
lines changed

DEPENDENCIES.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ graph LR;
321321
isaacs-cliui-->strip-ansi;
322322
isaacs-cliui-->wrap-ansi-cjs;
323323
isaacs-cliui-->wrap-ansi;
324+
isaacs-fs-minipass-->minipass;
324325
jackspeak-->isaacs-cliui["@isaacs/cliui"];
325326
jackspeak-->pkgjs-parseargs["@pkgjs/parseargs"];
326327
libnpmaccess-->nock;
@@ -766,6 +767,7 @@ graph LR;
766767
strip-ansi-->ansi-regex;
767768
tar-->chownr;
768769
tar-->fs-minipass;
770+
tar-->isaacs-fs-minipass["@isaacs/fs-minipass"];
769771
tar-->minipass;
770772
tar-->minizlib;
771773
tar-->mkdirp;
@@ -799,9 +801,9 @@ packages higher up the chain.
799801
- @npmcli/arborist
800802
- @npmcli/metavuln-calculator
801803
- 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
803805
- @npmcli/package-json, npm-registry-fetch
804806
- @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

mock-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
]
4747
},
4848
"devDependencies": {
49-
"@npmcli/arborist": "^7.1.0",
49+
"@npmcli/arborist": "^7.5.4",
5050
"@npmcli/eslint-config": "^5.0.1",
5151
"@npmcli/template-oss": "4.23.3",
5252
"json-stringify-safe": "^5.0.1",

node_modules/.gitignore

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,8 @@
4949
!/@pkgjs/parseargs
5050
!/@sigstore/
5151
/@sigstore/*
52-
!/@sigstore/bundle
53-
!/@sigstore/core
5452
!/@sigstore/protobuf-specs
55-
!/@sigstore/sign
56-
!/@sigstore/sign/node_modules/
57-
/@sigstore/sign/node_modules/*
58-
!/@sigstore/sign/node_modules/@npmcli/
59-
/@sigstore/sign/node_modules/@npmcli/*
60-
!/@sigstore/sign/node_modules/@npmcli/agent
61-
!/@sigstore/sign/node_modules/@npmcli/fs
62-
!/@sigstore/sign/node_modules/cacache
63-
!/@sigstore/sign/node_modules/make-fetch-happen
64-
!/@sigstore/sign/node_modules/minipass-fetch
65-
!/@sigstore/sign/node_modules/proc-log
66-
!/@sigstore/sign/node_modules/ssri
67-
!/@sigstore/sign/node_modules/unique-filename
68-
!/@sigstore/sign/node_modules/unique-slug
6953
!/@sigstore/tuf
70-
!/@sigstore/verify
7154
!/@tufjs/
7255
/@tufjs/*
7356
!/@tufjs/canonical-json
@@ -250,7 +233,6 @@
250233
!/shebang-command
251234
!/shebang-regex
252235
!/signal-exit
253-
!/sigstore
254236
!/smart-buffer
255237
!/socks-proxy-agent
256238
!/socks

node_modules/@sigstore/bundle/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

node_modules/@sigstore/bundle/dist/build.js

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)