Skip to content

Commit 224c69e

Browse files
committed
1 parent 1e41678 commit 224c69e

File tree

19 files changed

+286
-674
lines changed

19 files changed

+286
-674
lines changed

DEPENDENCIES.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ graph LR;
259259
## all dependencies
260260
```mermaid
261261
graph LR;
262-
aggregate-error-->clean-stack;
263-
aggregate-error-->indent-string;
264262
bin-links-->cmd-shim;
265263
bin-links-->npm-normalize-package-bin;
266264
bin-links-->proc-log;
@@ -694,7 +692,6 @@ graph LR;
694692
npmcli-smoke-tests-->semver;
695693
npmcli-smoke-tests-->tap;
696694
npmcli-smoke-tests-->which;
697-
p-map-->aggregate-error;
698695
pacote-->cacache;
699696
pacote-->fs-minipass;
700697
pacote-->minipass;

lib/utils/verify-signatures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const fetch = require('npm-registry-fetch')
22
const localeCompare = require('@isaacs/string-locale-compare')('en')
33
const npa = require('npm-package-arg')
44
const pacote = require('pacote')
5-
const pMap = require('p-map')
65
const tufClient = require('@sigstore/tuf')
76
const { log, output } = require('proc-log')
87

@@ -25,6 +24,7 @@ class VerifySignatures {
2524
}
2625

2726
async run () {
27+
const { default: pMap } = await import('p-map')
2828
const start = process.hrtime.bigint()
2929

3030
// Find all deps in tree

node_modules/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
!/@tufjs/canonical-json
4545
!/abbrev
4646
!/agent-base
47-
!/aggregate-error
4847
!/ansi-regex
4948
!/ansi-styles
5049
!/aproba
@@ -58,14 +57,12 @@
5857
/cacache/node_modules/*
5958
!/cacache/node_modules/chownr
6059
!/cacache/node_modules/mkdirp
61-
!/cacache/node_modules/p-map
6260
!/cacache/node_modules/tar
6361
!/cacache/node_modules/yallist
6462
!/chalk
6563
!/chownr
6664
!/ci-info
6765
!/cidr-regex
68-
!/clean-stack
6966
!/cli-columns
7067
!/cmd-shim
7168
!/color-convert
@@ -96,7 +93,6 @@
9693
!/iconv-lite
9794
!/ignore-walk
9895
!/imurmurhash
99-
!/indent-string
10096
!/ini
10197
!/init-package-json
10298
!/ip-address

node_modules/aggregate-error/index.js

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

node_modules/aggregate-error/license

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

node_modules/aggregate-error/package.json

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

0 commit comments

Comments
 (0)