Andreas Wacknitz
2023-11-23 12bd566978aae74cc732995fa052699a8eba3228
nodejs-20: update to 20.10.0

4 files modified
976 ■■■■ changed files
components/runtime/node20/Makefile 4 ●●●● patch | view | raw | blame | history
components/runtime/node20/manifests/sample-manifest.p5m 485 ●●●● patch | view | raw | blame | history
components/runtime/node20/nodejs.p5m 485 ●●●● patch | view | raw | blame | history
components/runtime/node20/pkg5 2 ●●● patch | view | raw | blame | history
components/runtime/node20/Makefile
@@ -16,12 +16,12 @@
COMPONENT_NAME=            node
COMPONENT_MAJOR_VERSION=    20
COMPONENT_VERSION=        $(COMPONENT_MAJOR_VERSION).9.0
COMPONENT_VERSION=        $(COMPONENT_MAJOR_VERSION).10.0
COMPONENT_SUMMARY=        Evented I/O for V8 JavaScript.
COMPONENT_PROJECT_URL=    https://nodejs.org
COMPONENT_SRC=            $(COMPONENT_NAME)-v$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=        $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH=    sha256:a23d96810abf0455426b349d47ce5310f33095b7bc0571b9cc510f481c3a4519
COMPONENT_ARCHIVE_HASH=    sha256:32eb256eebd8cacd5574e6631e54b42be7ec8ebe25ad47a8ca685403bad15535
COMPONENT_ARCHIVE_URL=    $(COMPONENT_PROJECT_URL)/dist/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_CLASSIFICATION=    Development/Other Languages
COMPONENT_FMRI=            runtime/nodejs-$(COMPONENT_MAJOR_VERSION)
components/runtime/node20/manifests/sample-manifest.p5m
@@ -2451,6 +2451,8 @@
file path=usr/node/20/lib/node_modules/npm/.npmrc
file path=usr/node/20/lib/node_modules/npm/LICENSE
file path=usr/node/20/lib/node_modules/npm/README.md
file path=usr/node/20/lib/node_modules/npm/bin/node-gyp-bin/node-gyp
file path=usr/node/20/lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd
file path=usr/node/20/lib/node_modules/npm/bin/npm
file path=usr/node/20/lib/node_modules/npm/bin/npm-cli.js
file path=usr/node/20/lib/node_modules/npm/bin/npm.cmd
@@ -2507,6 +2509,7 @@
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-restart.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-root.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-run-script.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-sbom.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-search.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-shrinkwrap.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-star.md
@@ -2589,6 +2592,7 @@
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-restart.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-root.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-run-script.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-sbom.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-search.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-shrinkwrap.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-star.html
@@ -2678,6 +2682,7 @@
file path=usr/node/20/lib/node_modules/npm/lib/commands/restart.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/root.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/run-script.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/sbom.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/search.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/set.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/shrinkwrap.js
@@ -2699,7 +2704,6 @@
file path=usr/node/20/lib/node_modules/npm/lib/lifecycle-cmd.js
file path=usr/node/20/lib/node_modules/npm/lib/npm.js
file path=usr/node/20/lib/node_modules/npm/lib/package-url-cmd.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/ansi-trim.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/audit-error.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/auth.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/cmd-list.js
@@ -2730,6 +2734,8 @@
file path=usr/node/20/lib/node_modules/npm/lib/utils/reify-finish.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/reify-output.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/replace-info.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/sbom-cyclonedx.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/sbom-spdx.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/tar.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/timers.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/update-notifier.js
@@ -2784,6 +2790,7 @@
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-restart.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-root.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-run-script.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-sbom.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-search.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-shrinkwrap.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-star.1
@@ -2871,7 +2878,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/lib/options.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/lib/proxy.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/lib/util.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/agent-base/dist/helpers.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/agent-base/dist/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/agent-base/package.json
@@ -3122,11 +3128,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/target.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@sigstore/tuf/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/@sigstore/tuf/store/public-good-instance-root.json
file path=usr/node/20/lib/node_modules/npm/node_modules/@tootallnate/once/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/@tootallnate/once/dist/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@tootallnate/once/dist/types.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@tootallnate/once/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/@tufjs/canonical-json/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/@tufjs/canonical-json/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@tufjs/canonical-json/package.json
@@ -3163,16 +3164,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/abort-controller/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/abort-controller/polyfill.js
file path=usr/node/20/lib/node_modules/npm/node_modules/abort-controller/polyfill.mjs
file path=usr/node/20/lib/node_modules/npm/node_modules/agent-base/dist/src/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agent-base/dist/src/promisify.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agent-base/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/lib/agent.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/lib/constants.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/lib/https_agent.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/aggregate-error/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/aggregate-error/license
file path=usr/node/20/lib/node_modules/npm/node_modules/aggregate-error/package.json
@@ -3316,10 +3307,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/common-ancestor-path/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/common-ancestor-path/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/common-ancestor-path/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/concat-map/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/concat-map/example/map.js
file path=usr/node/20/lib/node_modules/npm/node_modules/concat-map/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/concat-map/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/console-control-strings/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/console-control-strings/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/console-control-strings/package.json
@@ -3470,10 +3457,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/fs-minipass/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/fs-minipass/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/fs-minipass/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/fs.realpath/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/fs.realpath/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/fs.realpath/old.js
file path=usr/node/20/lib/node_modules/npm/node_modules/fs.realpath/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/function-bind/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/function-bind/implementation.js
file path=usr/node/20/lib/node_modules/npm/node_modules/function-bind/index.js
@@ -3497,68 +3480,68 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/gauge/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/bin.d.mts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/bin.d.mts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/bin.mjs
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/bin.mjs.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/graceful-fs/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/graceful-fs/clone.js
@@ -3581,16 +3564,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/http-cache-semantics/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/http-cache-semantics/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/http-cache-semantics/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js
file path=usr/node/20/lib/node_modules/npm/node_modules/http-proxy-agent/dist/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/http-proxy-agent/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js
file path=usr/node/20/lib/node_modules/npm/node_modules/https-proxy-agent/dist/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js
file path=usr/node/20/lib/node_modules/npm/node_modules/https-proxy-agent/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/humanize-ms/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/humanize-ms/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/humanize-ms/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/iconv-lite/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-codec.js
file path=usr/node/20/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-data.js
@@ -3626,13 +3599,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/indent-string/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/indent-string/license
file path=usr/node/20/lib/node_modules/npm/node_modules/indent-string/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/inflight/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/inflight/inflight.js
file path=usr/node/20/lib/node_modules/npm/node_modules/inflight/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/inherits/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/inherits/inherits.js
file path=usr/node/20/lib/node_modules/npm/node_modules/inherits/inherits_browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/inherits/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/ini/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/ini/lib/ini.js
file path=usr/node/20/lib/node_modules/npm/node_modules/ini/package.json
@@ -3665,12 +3631,12 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/isexe/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/isexe/windows.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/cjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/cjs/parse-args.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/mjs/parse-args.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/commonjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/commonjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/commonjs/parse-args.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/esm/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/esm/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/esm/parse-args.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/json-parse-even-better-errors/lib/index.js
@@ -3835,10 +3801,10 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass-sized/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/cjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/commonjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/commonjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/esm/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/esm/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minizlib/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/minizlib/constants.js
@@ -3872,11 +3838,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/negotiator/lib/language.js
file path=usr/node/20/lib/node_modules/npm/node_modules/negotiator/lib/mediaType.js
file path=usr/node/20/lib/node_modules/npm/node_modules/negotiator/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/release-please.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/tests.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/visual-studio.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/CHANGELOG.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/LICENSE
@@ -3884,22 +3845,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/SECURITY.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/addon.gypi
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/Force-npm-to-use-global-node-gyp.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/Home.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/Linking-to-OpenSSL.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/.flake8
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/release-please.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/CHANGELOG.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/CONTRIBUTING.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc
@@ -3947,249 +3892,46 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/__init__.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_parser.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_structures.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/markers.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/metadata.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/py.typed
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/requirements.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/tags.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/utils.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/version.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pyproject.toml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/README
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/README
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/README
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp.el
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/build.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/clean.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/create-config-gypi.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/download.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/find-visualstudio.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/install.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/list.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/log.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/process-release.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/remove.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/util.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/abbrev.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-base.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-group.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-stream.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/path.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/read.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/rm.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/write.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/entry-index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/get.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/memoization.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/put.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/rm.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/hash-to-segments.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/tmp.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/verify.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/assert-valid-pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/ast.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/brace-expressions.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/escape.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/unescape.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/assert-valid-pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/ast.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/brace-expressions.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/escape.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/unescape.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/cjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/base-theme.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/error.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/has-color.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/plumbing.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/process.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/progress-bar.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/render-template.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-immediate.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-interval.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/spin.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/template-item.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/theme-set.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/themes.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/wide-truncate.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/common.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/index.mjs
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/agent.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/entry.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/errors.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/key.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/policy.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/dns.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/fetch.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/options.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/pipeline.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/remote.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.mjs
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/nopt.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/lib/nopt.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/lib/log.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/CONTRIBUTING.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/GOVERNANCE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors-browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/experimentalWarning.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_duplex.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_passthrough.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_readable.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_transform.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_writable.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/async_iterator.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/buffer_list.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/destroy.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from-browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/pipeline.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/state.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream-browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable-browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/LICENSE.txt
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/signals.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/bin/node-which
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/which.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/update-gyp.py
file path=usr/node/20/lib/node_modules/npm/node_modules/nopt/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/nopt/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/nopt/bin/nopt.js
@@ -4251,9 +3993,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/npmlog/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/npmlog/lib/log.js
file path=usr/node/20/lib/node_modules/npm/node_modules/npmlog/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/once/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/once/once.js
file path=usr/node/20/lib/node_modules/npm/node_modules/once/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/p-map/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/p-map/license
file path=usr/node/20/lib/node_modules/npm/node_modules/p-map/package.json
@@ -4277,9 +4016,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/parse-conflict-json/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/parse-conflict-json/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/parse-conflict-json/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/path-is-absolute/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/path-is-absolute/license
file path=usr/node/20/lib/node_modules/npm/node_modules/path-is-absolute/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/path-key/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/path-key/license
file path=usr/node/20/lib/node_modules/npm/node_modules/path-key/package.json
@@ -4419,22 +4155,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/retry/lib/retry.js
file path=usr/node/20/lib/node_modules/npm/node_modules/retry/lib/retry_operation.js
file path=usr/node/20/lib/node_modules/npm/node_modules/retry/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/bin.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/common.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/sync.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/minimatch.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/rimraf.js
file path=usr/node/20/lib/node_modules/npm/node_modules/safe-buffer/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/safe-buffer/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/safe-buffer/package.json
@@ -4559,8 +4279,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/smart-buffer/build/utils.js
file path=usr/node/20/lib/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md
file path=usr/node/20/lib/node_modules/npm/node_modules/smart-buffer/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/socks/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/socks/build/client/socksclient.js
file path=usr/node/20/lib/node_modules/npm/node_modules/socks/build/common/constants.js
@@ -4761,9 +4479,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/license
file path=usr/node/20/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/wrap-ansi/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/wrappy/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/wrappy/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/wrappy/wrappy.js
file path=usr/node/20/lib/node_modules/npm/node_modules/write-file-atomic/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/write-file-atomic/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/write-file-atomic/package.json
components/runtime/node20/nodejs.p5m
@@ -2546,6 +2546,8 @@
file path=usr/node/20/lib/node_modules/npm/.npmrc
file path=usr/node/20/lib/node_modules/npm/LICENSE
file path=usr/node/20/lib/node_modules/npm/README.md
file path=usr/node/20/lib/node_modules/npm/bin/node-gyp-bin/node-gyp
file path=usr/node/20/lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd
file path=usr/node/20/lib/node_modules/npm/bin/npm
file path=usr/node/20/lib/node_modules/npm/bin/npm-cli.js
file path=usr/node/20/lib/node_modules/npm/bin/npm.cmd
@@ -2602,6 +2604,7 @@
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-restart.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-root.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-run-script.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-sbom.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-search.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-shrinkwrap.md
file path=usr/node/20/lib/node_modules/npm/docs/content/commands/npm-star.md
@@ -2684,6 +2687,7 @@
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-restart.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-root.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-run-script.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-sbom.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-search.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-shrinkwrap.html
file path=usr/node/20/lib/node_modules/npm/docs/output/commands/npm-star.html
@@ -2773,6 +2777,7 @@
file path=usr/node/20/lib/node_modules/npm/lib/commands/restart.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/root.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/run-script.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/sbom.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/search.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/set.js
file path=usr/node/20/lib/node_modules/npm/lib/commands/shrinkwrap.js
@@ -2794,7 +2799,6 @@
file path=usr/node/20/lib/node_modules/npm/lib/lifecycle-cmd.js
file path=usr/node/20/lib/node_modules/npm/lib/npm.js
file path=usr/node/20/lib/node_modules/npm/lib/package-url-cmd.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/ansi-trim.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/audit-error.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/auth.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/cmd-list.js
@@ -2825,6 +2829,8 @@
file path=usr/node/20/lib/node_modules/npm/lib/utils/reify-finish.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/reify-output.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/replace-info.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/sbom-cyclonedx.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/sbom-spdx.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/tar.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/timers.js
file path=usr/node/20/lib/node_modules/npm/lib/utils/update-notifier.js
@@ -2879,6 +2885,7 @@
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-restart.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-root.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-run-script.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-sbom.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-search.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-shrinkwrap.1
file path=usr/node/20/lib/node_modules/npm/man/man1/npm-star.1
@@ -2966,7 +2973,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/lib/options.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/lib/proxy.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/lib/util.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/agent-base/dist/helpers.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/agent-base/dist/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/agent-base/package.json
@@ -3217,11 +3223,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/target.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@sigstore/tuf/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/@sigstore/tuf/store/public-good-instance-root.json
file path=usr/node/20/lib/node_modules/npm/node_modules/@tootallnate/once/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/@tootallnate/once/dist/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@tootallnate/once/dist/types.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@tootallnate/once/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/@tufjs/canonical-json/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/@tufjs/canonical-json/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/@tufjs/canonical-json/package.json
@@ -3258,16 +3259,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/abort-controller/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/abort-controller/polyfill.js
file path=usr/node/20/lib/node_modules/npm/node_modules/abort-controller/polyfill.mjs
file path=usr/node/20/lib/node_modules/npm/node_modules/agent-base/dist/src/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agent-base/dist/src/promisify.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agent-base/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/lib/agent.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/lib/constants.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/lib/https_agent.js
file path=usr/node/20/lib/node_modules/npm/node_modules/agentkeepalive/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/aggregate-error/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/aggregate-error/license
file path=usr/node/20/lib/node_modules/npm/node_modules/aggregate-error/package.json
@@ -3411,10 +3402,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/common-ancestor-path/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/common-ancestor-path/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/common-ancestor-path/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/concat-map/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/concat-map/example/map.js
file path=usr/node/20/lib/node_modules/npm/node_modules/concat-map/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/concat-map/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/console-control-strings/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/console-control-strings/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/console-control-strings/package.json
@@ -3565,10 +3552,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/fs-minipass/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/fs-minipass/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/fs-minipass/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/fs.realpath/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/fs.realpath/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/fs.realpath/old.js
file path=usr/node/20/lib/node_modules/npm/node_modules/fs.realpath/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/function-bind/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/function-bind/implementation.js
file path=usr/node/20/lib/node_modules/npm/node_modules/function-bind/index.js
@@ -3592,68 +3575,68 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/gauge/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/bin.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/cjs/src/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/mjs/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/bin.d.mts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/bin.d.mts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/bin.mjs
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/bin.mjs.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/dist/esm/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/glob/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/graceful-fs/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/graceful-fs/clone.js
@@ -3676,16 +3659,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/http-cache-semantics/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/http-cache-semantics/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/http-cache-semantics/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js
file path=usr/node/20/lib/node_modules/npm/node_modules/http-proxy-agent/dist/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/http-proxy-agent/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js
file path=usr/node/20/lib/node_modules/npm/node_modules/https-proxy-agent/dist/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js
file path=usr/node/20/lib/node_modules/npm/node_modules/https-proxy-agent/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/humanize-ms/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/humanize-ms/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/humanize-ms/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/iconv-lite/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-codec.js
file path=usr/node/20/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-data.js
@@ -3721,13 +3694,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/indent-string/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/indent-string/license
file path=usr/node/20/lib/node_modules/npm/node_modules/indent-string/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/inflight/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/inflight/inflight.js
file path=usr/node/20/lib/node_modules/npm/node_modules/inflight/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/inherits/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/inherits/inherits.js
file path=usr/node/20/lib/node_modules/npm/node_modules/inherits/inherits_browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/inherits/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/ini/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/ini/lib/ini.js
file path=usr/node/20/lib/node_modules/npm/node_modules/ini/package.json
@@ -3760,12 +3726,12 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/isexe/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/isexe/windows.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/cjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/cjs/parse-args.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/mjs/parse-args.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/commonjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/commonjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/commonjs/parse-args.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/esm/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/esm/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/dist/esm/parse-args.js
file path=usr/node/20/lib/node_modules/npm/node_modules/jackspeak/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/json-parse-even-better-errors/lib/index.js
@@ -3930,10 +3896,10 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass-sized/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/cjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/commonjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/commonjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/esm/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/dist/esm/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minipass/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/minizlib/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/minizlib/constants.js
@@ -3967,11 +3933,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/negotiator/lib/language.js
file path=usr/node/20/lib/node_modules/npm/node_modules/negotiator/lib/mediaType.js
file path=usr/node/20/lib/node_modules/npm/node_modules/negotiator/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/release-please.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/tests.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/visual-studio.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/CHANGELOG.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/LICENSE
@@ -3979,22 +3940,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/SECURITY.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/addon.gypi
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/Force-npm-to-use-global-node-gyp.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/Home.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/Linking-to-OpenSSL.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/.flake8
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/release-please.yml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/CHANGELOG.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/CONTRIBUTING.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc
@@ -4042,249 +3987,46 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/__init__.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_parser.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_structures.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/markers.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/metadata.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/py.typed
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/requirements.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/tags.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/utils.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/version.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/pyproject.toml
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/README
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/README
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/README
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp.el
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/build.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/clean.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/create-config-gypi.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/download.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/find-visualstudio.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/install.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/list.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/log.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/process-release.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/remove.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/lib/util.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/abbrev.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-base.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-group.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-stream.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/path.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/read.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/rm.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/write.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/entry-index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/get.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/memoization.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/put.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/rm.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/hash-to-segments.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/tmp.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/verify.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.d.ts
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.d.ts.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.js.map
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/assert-valid-pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/ast.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/brace-expressions.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/escape.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/unescape.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/assert-valid-pattern.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/ast.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/brace-expressions.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/escape.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/unescape.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/cjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/cjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/mjs/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/mjs/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/base-theme.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/error.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/has-color.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/plumbing.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/process.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/progress-bar.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/render-template.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-immediate.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-interval.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/spin.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/template-item.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/theme-set.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/themes.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/wide-truncate.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/common.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/index.mjs
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/agent.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/entry.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/errors.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/key.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/policy.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/dns.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/fetch.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/options.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/pipeline.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/remote.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.mjs
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/nopt.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/lib/nopt.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/lib/log.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/CONTRIBUTING.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/GOVERNANCE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors-browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/experimentalWarning.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_duplex.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_passthrough.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_readable.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_transform.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_writable.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/async_iterator.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/buffer_list.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/destroy.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from-browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/pipeline.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/state.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream-browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable-browser.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/LICENSE.txt
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit/signals.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/bin/node-which
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/which.js
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc
file path=usr/node/20/lib/node_modules/npm/node_modules/node-gyp/update-gyp.py
file path=usr/node/20/lib/node_modules/npm/node_modules/nopt/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/nopt/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/nopt/bin/nopt.js
@@ -4346,9 +4088,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/npmlog/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/npmlog/lib/log.js
file path=usr/node/20/lib/node_modules/npm/node_modules/npmlog/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/once/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/once/once.js
file path=usr/node/20/lib/node_modules/npm/node_modules/once/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/p-map/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/p-map/license
file path=usr/node/20/lib/node_modules/npm/node_modules/p-map/package.json
@@ -4372,9 +4111,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/parse-conflict-json/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/parse-conflict-json/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/parse-conflict-json/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/path-is-absolute/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/path-is-absolute/license
file path=usr/node/20/lib/node_modules/npm/node_modules/path-is-absolute/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/path-key/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/path-key/license
file path=usr/node/20/lib/node_modules/npm/node_modules/path-key/package.json
@@ -4514,22 +4250,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/retry/lib/retry.js
file path=usr/node/20/lib/node_modules/npm/node_modules/retry/lib/retry_operation.js
file path=usr/node/20/lib/node_modules/npm/node_modules/retry/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/README.md
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/bin.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/common.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/glob.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/sync.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/minimatch.js
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/rimraf/rimraf.js
file path=usr/node/20/lib/node_modules/npm/node_modules/safe-buffer/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/safe-buffer/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/safe-buffer/package.json
@@ -4654,8 +4374,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/smart-buffer/build/utils.js
file path=usr/node/20/lib/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md
file path=usr/node/20/lib/node_modules/npm/node_modules/smart-buffer/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/socks/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/socks/build/client/socksclient.js
file path=usr/node/20/lib/node_modules/npm/node_modules/socks/build/common/constants.js
@@ -4856,9 +4574,6 @@
file path=usr/node/20/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/license
file path=usr/node/20/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/wrap-ansi/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/wrappy/LICENSE
file path=usr/node/20/lib/node_modules/npm/node_modules/wrappy/package.json
file path=usr/node/20/lib/node_modules/npm/node_modules/wrappy/wrappy.js
file path=usr/node/20/lib/node_modules/npm/node_modules/write-file-atomic/LICENSE.md
file path=usr/node/20/lib/node_modules/npm/node_modules/write-file-atomic/lib/index.js
file path=usr/node/20/lib/node_modules/npm/node_modules/write-file-atomic/package.json
components/runtime/node20/pkg5
@@ -3,7 +3,7 @@
        "SUNWcs",
        "runtime/python-39",
        "system/library",
        "system/library/g++-10-runtime",
        "system/library/g++-13-runtime",
        "system/library/math"
    ],
    "fmris": [