From 245922dd2bd8f7d8865add468b7357d088841b7c Mon Sep 17 00:00:00 2001 From: Musa Azeem Date: Sun, 25 Feb 2024 14:40:27 -0500 Subject: [PATCH] final changes for deployment --- .gitignore | 1 + backend/Procfile | 1 - backend/config.py | 6 +- frontend/app/Procfile | 1 - frontend/app/package.json | 1 - frontend/npm-debug.log | 2274 ------------------------------------- 6 files changed, 4 insertions(+), 2280 deletions(-) delete mode 100644 backend/Procfile delete mode 100644 frontend/app/Procfile delete mode 100644 frontend/npm-debug.log diff --git a/.gitignore b/.gitignore index 281cf22..a1d3dd6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Brewfile env build +npm-debug.log \ No newline at end of file diff --git a/backend/Procfile b/backend/Procfile deleted file mode 100644 index d06acd1..0000000 --- a/backend/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: gunicorn wsgi:app diff --git a/backend/config.py b/backend/config.py index 6b67957..6c4413f 100644 --- a/backend/config.py +++ b/backend/config.py @@ -13,9 +13,9 @@ class Config: SQLALCHEMY_DATABASE_URI = uri SESSION_SECRET_KEY = os.getenv("SESSION_SECRET_KEY") - # SESSION_COOKIE_SECURE=True, - # SESSION_COOKIE_SAMESITE = 'Strict' # This is needed for cross-site cookies - # SESSION_COOKIE_HTTPONLY = True + SESSION_COOKIE_SECURE=True, + SESSION_COOKIE_SAMESITE = 'None' # This is needed for cross-site cookies + SESSION_COOKIE_HTTPONLY = True ALLOWED_EVAL_EXTENSIONS = ['xlsx', 'xls', 'ods'] diff --git a/frontend/app/Procfile b/frontend/app/Procfile deleted file mode 100644 index 5f618fe..0000000 --- a/frontend/app/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: npm start diff --git a/frontend/app/package.json b/frontend/app/package.json index 75bc01e..ab6ea06 100644 --- a/frontend/app/package.json +++ b/frontend/app/package.json @@ -26,7 +26,6 @@ "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", - "heroku-postbuild": "npm run build", "predeploy": "npm run build", "deploy": "gh-pages -d build" }, diff --git a/frontend/npm-debug.log b/frontend/npm-debug.log deleted file mode 100644 index 2b8c739..0000000 --- a/frontend/npm-debug.log +++ /dev/null @@ -1,2274 +0,0 @@ -0 info it worked if it ends with ok -1 verbose cli [ '/home/mtukhtasunov/.nvm/versions/node/v6.11.5/bin/node', -1 verbose cli '/home/mtukhtasunov/.nvm/versions/node/v6.11.5/bin/npm', -1 verbose cli 'install', -1 verbose cli '-g', -1 verbose cli 'npm@latest' ] -2 info using npm@3.10.10 -3 info using node@v6.11.5 -4 silly loadCurrentTree Starting -5 silly install loadCurrentTree -6 silly install readGlobalPackageData -7 silly fetchPackageMetaData npm@latest -8 silly fetchNamedPackageData npm -9 silly mapToRegistry name npm -10 silly mapToRegistry using default registry -11 silly mapToRegistry registry https://registry.npmjs.org/ -12 silly mapToRegistry data Result { -12 silly mapToRegistry raw: 'npm', -12 silly mapToRegistry scope: null, -12 silly mapToRegistry escapedName: 'npm', -12 silly mapToRegistry name: 'npm', -12 silly mapToRegistry rawSpec: '', -12 silly mapToRegistry spec: 'latest', -12 silly mapToRegistry type: 'tag' } -13 silly mapToRegistry uri https://registry.npmjs.org/npm -14 verbose request uri https://registry.npmjs.org/npm -15 verbose request no auth needed -16 info attempt registry request try #1 at 10:47:02 AM -17 verbose request id 94ff3b8401afdf6e -18 http request GET https://registry.npmjs.org/npm -19 http 200 https://registry.npmjs.org/npm -20 verbose headers { date: 'Mon, 04 Dec 2023 15:47:02 GMT', -20 verbose headers 'content-type': 'application/json', -20 verbose headers 'transfer-encoding': 'chunked', -20 verbose headers connection: 'keep-alive', -20 verbose headers 'cf-ray': '83052f870b6c06e6-ATL', -20 verbose headers 'cf-cache-status': 'HIT', -20 verbose headers 'access-control-allow-origin': '*', -20 verbose headers age: '88', -20 verbose headers 'cache-control': 'public, max-age=300', -20 verbose headers etag: 'W/"5e6bacb3307dd37247a6f94f86750d03"', -20 verbose headers 'last-modified': 'Wed, 15 Nov 2023 21:36:48 GMT', -20 verbose headers vary: 'accept-encoding, accept', -20 verbose headers server: 'cloudflare', -20 verbose headers 'content-encoding': 'gzip' } -21 silly get cb [ 200, -21 silly get { date: 'Mon, 04 Dec 2023 15:47:02 GMT', -21 silly get 'content-type': 'application/json', -21 silly get 'transfer-encoding': 'chunked', -21 silly get connection: 'keep-alive', -21 silly get 'cf-ray': '83052f870b6c06e6-ATL', -21 silly get 'cf-cache-status': 'HIT', -21 silly get 'access-control-allow-origin': '*', -21 silly get age: '88', -21 silly get 'cache-control': 'public, max-age=300', -21 silly get etag: 'W/"5e6bacb3307dd37247a6f94f86750d03"', -21 silly get 'last-modified': 'Wed, 15 Nov 2023 21:36:48 GMT', -21 silly get vary: 'accept-encoding, accept', -21 silly get server: 'cloudflare', -21 silly get 'content-encoding': 'gzip' } ] -22 verbose get saving npm to /home/mtukhtasunov/.npm/registry.npmjs.org/npm/.cache.json -23 verbose correctMkdir /home/mtukhtasunov/.npm correctMkdir not in flight; initializing -24 silly install normalizeTree -25 silly loadCurrentTree Finishing -26 silly loadIdealTree Starting -27 silly install loadIdealTree -28 silly cloneCurrentTree Starting -29 silly install cloneCurrentTreeToIdealTree -30 silly cloneCurrentTree Finishing -31 silly loadShrinkwrap Starting -32 silly install loadShrinkwrap -33 silly loadShrinkwrap Finishing -34 silly loadAllDepsIntoIdealTree Starting -35 silly install loadAllDepsIntoIdealTree -36 silly resolveWithNewModule npm@10.2.4 checking installable status -37 silly cache add args [ 'npm@latest', null ] -38 verbose cache add spec npm@latest -39 silly cache add parsed spec Result { -39 silly cache add raw: 'npm@latest', -39 silly cache add scope: null, -39 silly cache add escapedName: 'npm', -39 silly cache add name: 'npm', -39 silly cache add rawSpec: 'latest', -39 silly cache add spec: 'latest', -39 silly cache add type: 'tag' } -40 silly addNamed npm@latest -41 verbose addNamed "latest" is being treated as a dist-tag for npm -42 info addNameTag [ 'npm', 'latest' ] -43 silly mapToRegistry name npm -44 silly mapToRegistry using default registry -45 silly mapToRegistry registry https://registry.npmjs.org/ -46 silly mapToRegistry data Result { -46 silly mapToRegistry raw: 'npm', -46 silly mapToRegistry scope: null, -46 silly mapToRegistry escapedName: 'npm', -46 silly mapToRegistry name: 'npm', -46 silly mapToRegistry rawSpec: '', -46 silly mapToRegistry spec: 'latest', -46 silly mapToRegistry type: 'tag' } -47 silly mapToRegistry uri https://registry.npmjs.org/npm -48 verbose addNameTag registry:https://registry.npmjs.org/npm not in flight; fetching -49 verbose get https://registry.npmjs.org/npm not expired, no request -50 silly addNameTag next cb for npm with tag latest -51 silly addNamed npm@10.2.4 -52 verbose addNamed "10.2.4" is a plain semver version for npm -53 silly mapToRegistry name npm -54 silly mapToRegistry using default registry -55 silly mapToRegistry registry https://registry.npmjs.org/ -56 silly mapToRegistry data Result { -56 silly mapToRegistry raw: 'npm', -56 silly mapToRegistry scope: null, -56 silly mapToRegistry escapedName: 'npm', -56 silly mapToRegistry name: 'npm', -56 silly mapToRegistry rawSpec: '', -56 silly mapToRegistry spec: 'latest', -56 silly mapToRegistry type: 'tag' } -57 silly mapToRegistry uri https://registry.npmjs.org/npm -58 verbose addRemoteTarball https://registry.npmjs.org/npm/-/npm-10.2.4.tgz not in flight; adding -59 verbose addRemoteTarball [ 'https://registry.npmjs.org/npm/-/npm-10.2.4.tgz', -59 verbose addRemoteTarball '5ada7389d5f32b7a8e2900a9fd2f5eb5ed7e71c2' ] -60 info retry fetch attempt 1 at 10:47:07 AM -61 info attempt registry request try #1 at 10:47:07 AM -62 http fetch GET https://registry.npmjs.org/npm/-/npm-10.2.4.tgz -63 http fetch 200 https://registry.npmjs.org/npm/-/npm-10.2.4.tgz -64 silly fetchAndShaCheck shasum 5ada7389d5f32b7a8e2900a9fd2f5eb5ed7e71c2 -65 verbose addTmpTarball /tmp/npm-4264-718babb8/registry.npmjs.org/npm/-/npm-10.2.4.tgz not in flight; adding -66 verbose addTmpTarball already have metadata; skipping unpack for npm@10.2.4 -67 verbose correctMkdir /home/mtukhtasunov/.npm correctMkdir not in flight; initializing -68 silly cache afterAdd npm@10.2.4 -69 verbose afterAdd /home/mtukhtasunov/.npm/npm/10.2.4/package/package.json not in flight; writing -70 verbose correctMkdir /home/mtukhtasunov/.npm correctMkdir not in flight; initializing -71 verbose afterAdd /home/mtukhtasunov/.npm/npm/10.2.4/package/package.json written -72 verbose correctMkdir /home/mtukhtasunov/.npm correctMkdir not in flight; initializing -73 verbose addBundled extract /home/mtukhtasunov/.npm/npm/10.2.4/package.tgz -74 verbose tar unpack /home/mtukhtasunov/.npm/npm/10.2.4/package.tgz -75 verbose tar unpacking to /tmp/npm-4264-718babb8/unpack-0a8e58f6 -76 silly gentlyRm /tmp/npm-4264-718babb8/unpack-0a8e58f6 is being purged -77 verbose gentlyRm don't care about contents; nuking /tmp/npm-4264-718babb8/unpack-0a8e58f6 -78 silly gunzTarPerm modes [ '755', '644' ] -79 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/AUTHORS -80 silly gunzTarPerm extractEntry node_modules/cssesc/bin/cssesc -81 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/gyp -82 silly gunzTarPerm extractEntry LICENSE -83 silly gunzTarPerm extractEntry node_modules/@colors/colors/LICENSE -84 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/string-width/license -85 silly gunzTarPerm extractEntry node_modules/@isaacs/string-locale-compare/LICENSE -86 silly gunzTarPerm extractEntry node_modules/@npmcli/config/LICENSE -87 silly gunzTarPerm extractEntry node_modules/@npmcli/disparity-colors/LICENSE -88 silly gunzTarPerm extractEntry node_modules/@npmcli/disparity-colors/node_modules/ansi-styles/license -89 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/cp/LICENSE -90 silly gunzTarPerm extractEntry node_modules/@npmcli/git/LICENSE -91 silly gunzTarPerm extractEntry node_modules/@npmcli/installed-package-contents/LICENSE -92 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/LICENSE -93 silly gunzTarPerm extractEntry node_modules/@npmcli/name-from-folder/LICENSE -94 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/LICENSE -95 silly gunzTarPerm extractEntry node_modules/@npmcli/promise-spawn/LICENSE -96 silly gunzTarPerm extractEntry node_modules/@npmcli/query/LICENSE -97 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/LICENSE -98 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/LICENSE -99 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/LICENSE -100 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/LICENSE -101 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/LICENSE -102 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/LICENSE -103 silly gunzTarPerm extractEntry node_modules/@tufjs/canonical-json/LICENSE -104 silly gunzTarPerm extractEntry node_modules/@tufjs/models/LICENSE -105 silly gunzTarPerm extractEntry node_modules/abbrev/LICENSE -106 silly gunzTarPerm extractEntry node_modules/abort-controller/LICENSE -107 silly gunzTarPerm extractEntry node_modules/aggregate-error/license -108 silly gunzTarPerm extractEntry node_modules/ansi-regex/license -109 silly gunzTarPerm extractEntry node_modules/ansi-styles/license -110 silly gunzTarPerm extractEntry node_modules/aproba/LICENSE -111 silly gunzTarPerm extractEntry node_modules/archy/LICENSE -112 silly gunzTarPerm extractEntry node_modules/base64-js/LICENSE -113 silly gunzTarPerm extractEntry node_modules/bin-links/LICENSE -114 silly gunzTarPerm extractEntry node_modules/binary-extensions/license -115 silly gunzTarPerm extractEntry node_modules/brace-expansion/LICENSE -116 silly gunzTarPerm extractEntry node_modules/buffer/LICENSE -117 silly gunzTarPerm extractEntry node_modules/builtins/License -118 silly gunzTarPerm extractEntry node_modules/chalk/license -119 silly gunzTarPerm extractEntry node_modules/chownr/LICENSE -120 silly gunzTarPerm extractEntry node_modules/ci-info/LICENSE -121 silly gunzTarPerm extractEntry node_modules/cidr-regex/LICENSE -122 silly gunzTarPerm extractEntry node_modules/clean-stack/license -123 silly gunzTarPerm extractEntry node_modules/cli-columns/license -124 silly gunzTarPerm extractEntry node_modules/cli-columns/node_modules/ansi-regex/license -125 silly gunzTarPerm extractEntry node_modules/cli-columns/node_modules/strip-ansi/license -126 silly gunzTarPerm extractEntry node_modules/cli-table3/LICENSE -127 silly gunzTarPerm extractEntry node_modules/clone/LICENSE -128 silly gunzTarPerm extractEntry node_modules/cmd-shim/LICENSE -129 silly gunzTarPerm extractEntry node_modules/color-convert/LICENSE -130 silly gunzTarPerm extractEntry node_modules/color-name/LICENSE -131 silly gunzTarPerm extractEntry node_modules/color-support/LICENSE -132 silly gunzTarPerm extractEntry node_modules/columnify/LICENSE -133 silly gunzTarPerm extractEntry node_modules/columnify/node_modules/ansi-regex/license -134 silly gunzTarPerm extractEntry node_modules/columnify/node_modules/strip-ansi/license -135 silly gunzTarPerm extractEntry node_modules/common-ancestor-path/LICENSE -136 silly gunzTarPerm extractEntry node_modules/console-control-strings/LICENSE -137 silly gunzTarPerm extractEntry node_modules/cross-spawn/LICENSE -138 silly gunzTarPerm extractEntry node_modules/cross-spawn/node_modules/which/LICENSE -139 silly gunzTarPerm extractEntry node_modules/debug/LICENSE -140 silly gunzTarPerm extractEntry node_modules/defaults/LICENSE -141 silly gunzTarPerm extractEntry node_modules/delegates/License -142 silly gunzTarPerm extractEntry node_modules/diff/LICENSE -143 silly gunzTarPerm extractEntry node_modules/encoding/LICENSE -144 silly gunzTarPerm extractEntry node_modules/env-paths/license -145 silly gunzTarPerm extractEntry node_modules/event-target-shim/LICENSE -146 silly gunzTarPerm extractEntry node_modules/events/LICENSE -147 silly gunzTarPerm extractEntry node_modules/exponential-backoff/LICENSE -148 silly gunzTarPerm extractEntry node_modules/foreground-child/LICENSE -149 silly gunzTarPerm extractEntry node_modules/fs-minipass/LICENSE -150 silly gunzTarPerm extractEntry node_modules/function-bind/LICENSE -151 silly gunzTarPerm extractEntry node_modules/gauge/node_modules/ansi-regex/license -152 silly gunzTarPerm extractEntry node_modules/gauge/node_modules/strip-ansi/license -153 silly gunzTarPerm extractEntry node_modules/glob/LICENSE -154 silly gunzTarPerm extractEntry node_modules/graceful-fs/LICENSE -155 silly gunzTarPerm extractEntry node_modules/has-unicode/LICENSE -156 silly gunzTarPerm extractEntry node_modules/hasown/LICENSE -157 silly gunzTarPerm extractEntry node_modules/hosted-git-info/LICENSE -158 silly gunzTarPerm extractEntry node_modules/http-cache-semantics/LICENSE -159 silly gunzTarPerm extractEntry node_modules/http-proxy-agent/LICENSE -160 silly gunzTarPerm extractEntry node_modules/iconv-lite/LICENSE -161 silly gunzTarPerm extractEntry node_modules/ieee754/LICENSE -162 silly gunzTarPerm extractEntry node_modules/ignore-walk/LICENSE -163 silly gunzTarPerm extractEntry node_modules/indent-string/license -164 silly gunzTarPerm extractEntry node_modules/ini/LICENSE -165 silly gunzTarPerm extractEntry node_modules/ip-regex/license -166 silly gunzTarPerm extractEntry node_modules/is-cidr/LICENSE -167 silly gunzTarPerm extractEntry node_modules/is-core-module/LICENSE -168 silly gunzTarPerm extractEntry node_modules/is-fullwidth-code-point/license -169 silly gunzTarPerm extractEntry node_modules/is-lambda/LICENSE -170 silly gunzTarPerm extractEntry node_modules/isexe/LICENSE -171 silly gunzTarPerm extractEntry node_modules/json-stringify-nice/LICENSE -172 silly gunzTarPerm extractEntry node_modules/jsonparse/LICENSE -173 silly gunzTarPerm extractEntry node_modules/just-diff-apply/LICENSE -174 silly gunzTarPerm extractEntry node_modules/just-diff/LICENSE -175 silly gunzTarPerm extractEntry node_modules/libnpmaccess/LICENSE -176 silly gunzTarPerm extractEntry node_modules/libnpmdiff/LICENSE -177 silly gunzTarPerm extractEntry node_modules/libnpmexec/LICENSE -178 silly gunzTarPerm extractEntry node_modules/libnpmfund/LICENSE -179 silly gunzTarPerm extractEntry node_modules/libnpmorg/LICENSE -180 silly gunzTarPerm extractEntry node_modules/libnpmpack/LICENSE -181 silly gunzTarPerm extractEntry node_modules/libnpmpublish/LICENSE -182 silly gunzTarPerm extractEntry node_modules/libnpmsearch/LICENSE -183 silly gunzTarPerm extractEntry node_modules/libnpmteam/LICENSE -184 silly gunzTarPerm extractEntry node_modules/libnpmversion/LICENSE -185 silly gunzTarPerm extractEntry node_modules/lru-cache/LICENSE -186 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/LICENSE -187 silly gunzTarPerm extractEntry node_modules/minimatch/LICENSE -188 silly gunzTarPerm extractEntry node_modules/minipass-collect/LICENSE -189 silly gunzTarPerm extractEntry node_modules/minipass-collect/node_modules/minipass/LICENSE -190 silly gunzTarPerm extractEntry node_modules/minipass-fetch/LICENSE -191 silly gunzTarPerm extractEntry node_modules/minipass-flush/LICENSE -192 silly gunzTarPerm extractEntry node_modules/minipass-flush/node_modules/minipass/LICENSE -193 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/LICENSE -194 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/node_modules/minipass/LICENSE -195 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/LICENSE -196 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/node_modules/minipass/LICENSE -197 silly gunzTarPerm extractEntry node_modules/minipass-sized/LICENSE -198 silly gunzTarPerm extractEntry node_modules/minipass-sized/node_modules/minipass/LICENSE -199 silly gunzTarPerm extractEntry node_modules/minipass/LICENSE -200 silly gunzTarPerm extractEntry node_modules/minizlib/LICENSE -201 silly gunzTarPerm extractEntry node_modules/minizlib/node_modules/minipass/LICENSE -202 silly gunzTarPerm extractEntry node_modules/mkdirp/LICENSE -203 silly gunzTarPerm extractEntry node_modules/mute-stream/LICENSE -204 silly gunzTarPerm extractEntry node_modules/negotiator/LICENSE -205 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/LICENSE -206 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/LICENSE -207 silly gunzTarPerm extractEntry node_modules/node-gyp/LICENSE -208 silly gunzTarPerm extractEntry node_modules/nopt/LICENSE -209 silly gunzTarPerm extractEntry node_modules/normalize-package-data/LICENSE -210 silly gunzTarPerm extractEntry node_modules/npm-audit-report/LICENSE -211 silly gunzTarPerm extractEntry node_modules/npm-bundled/LICENSE -212 silly gunzTarPerm extractEntry node_modules/npm-install-checks/LICENSE -213 silly gunzTarPerm extractEntry node_modules/npm-normalize-package-bin/LICENSE -214 silly gunzTarPerm extractEntry node_modules/npm-package-arg/LICENSE -215 silly gunzTarPerm extractEntry node_modules/npm-packlist/LICENSE -216 silly gunzTarPerm extractEntry node_modules/npm-user-validate/LICENSE -217 silly gunzTarPerm extractEntry node_modules/p-map/license -218 silly gunzTarPerm extractEntry node_modules/pacote/LICENSE -219 silly gunzTarPerm extractEntry node_modules/path-key/license -220 silly gunzTarPerm extractEntry node_modules/proc-log/LICENSE -221 silly gunzTarPerm extractEntry node_modules/process/LICENSE -222 silly gunzTarPerm extractEntry node_modules/promise-all-reject-late/LICENSE -223 silly gunzTarPerm extractEntry node_modules/promise-call-limit/LICENSE -224 silly gunzTarPerm extractEntry node_modules/promise-inflight/LICENSE -225 silly gunzTarPerm extractEntry node_modules/promise-retry/LICENSE -226 silly gunzTarPerm extractEntry node_modules/promzard/LICENSE -227 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/LICENSE -228 silly gunzTarPerm extractEntry node_modules/read-cmd-shim/LICENSE -229 silly gunzTarPerm extractEntry node_modules/read-package-json-fast/LICENSE -230 silly gunzTarPerm extractEntry node_modules/read-package-json/LICENSE -231 silly gunzTarPerm extractEntry node_modules/read/LICENSE -232 silly gunzTarPerm extractEntry node_modules/readable-stream/LICENSE -233 silly gunzTarPerm extractEntry node_modules/retry/License -234 silly gunzTarPerm extractEntry node_modules/safe-buffer/LICENSE -235 silly gunzTarPerm extractEntry node_modules/safer-buffer/LICENSE -236 silly gunzTarPerm extractEntry node_modules/semver/LICENSE -237 silly gunzTarPerm extractEntry node_modules/semver/node_modules/lru-cache/LICENSE -238 silly gunzTarPerm extractEntry node_modules/shebang-command/license -239 silly gunzTarPerm extractEntry node_modules/shebang-regex/license -240 silly gunzTarPerm extractEntry node_modules/sigstore/LICENSE -241 silly gunzTarPerm extractEntry node_modules/smart-buffer/LICENSE -242 silly gunzTarPerm extractEntry node_modules/socks/LICENSE -243 silly gunzTarPerm extractEntry node_modules/spdx-correct/LICENSE -244 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/LICENSE -245 silly gunzTarPerm extractEntry node_modules/string_decoder/LICENSE -246 silly gunzTarPerm extractEntry node_modules/string-width-cjs/license -247 silly gunzTarPerm extractEntry node_modules/string-width-cjs/node_modules/ansi-regex/license -248 silly gunzTarPerm extractEntry node_modules/string-width-cjs/node_modules/strip-ansi/license -249 silly gunzTarPerm extractEntry node_modules/string-width/license -250 silly gunzTarPerm extractEntry node_modules/string-width/node_modules/ansi-regex/license -251 silly gunzTarPerm extractEntry node_modules/string-width/node_modules/strip-ansi/license -252 silly gunzTarPerm extractEntry node_modules/strip-ansi-cjs/license -253 silly gunzTarPerm extractEntry node_modules/strip-ansi-cjs/node_modules/ansi-regex/license -254 silly gunzTarPerm extractEntry node_modules/strip-ansi/license -255 silly gunzTarPerm extractEntry node_modules/supports-color/license -256 silly gunzTarPerm extractEntry node_modules/tar/LICENSE -257 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/LICENSE -258 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/node_modules/minipass/LICENSE -259 silly gunzTarPerm extractEntry node_modules/tar/node_modules/minipass/LICENSE -260 silly gunzTarPerm extractEntry node_modules/text-table/LICENSE -261 silly gunzTarPerm extractEntry node_modules/treeverse/LICENSE -262 silly gunzTarPerm extractEntry node_modules/tuf-js/LICENSE -263 silly gunzTarPerm extractEntry node_modules/unique-filename/LICENSE -264 silly gunzTarPerm extractEntry node_modules/unique-slug/LICENSE -265 silly gunzTarPerm extractEntry node_modules/util-deprecate/LICENSE -266 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/LICENSE -267 silly gunzTarPerm extractEntry node_modules/validate-npm-package-name/LICENSE -268 silly gunzTarPerm extractEntry node_modules/walk-up-path/LICENSE -269 silly gunzTarPerm extractEntry node_modules/wcwidth/LICENSE -270 silly gunzTarPerm extractEntry node_modules/which/LICENSE -271 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/LICENSE -272 silly gunzTarPerm extractEntry node_modules/wide-align/LICENSE -273 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/license -274 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/ansi-regex/license -275 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/ansi-styles/license -276 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license -277 silly gunzTarPerm extractEntry node_modules/wrap-ansi/license -278 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/string-width/license -279 silly gunzTarPerm extractEntry node_modules/yallist/LICENSE -280 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/LICENSE-MIT -281 silly gunzTarPerm extractEntry node_modules/columnify/Makefile -282 silly gunzTarPerm extractEntry node_modules/delegates/Makefile -283 silly gunzTarPerm extractEntry node_modules/retry/Makefile -284 silly gunzTarPerm extractEntry bin/node-gyp-bin/node-gyp -285 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp -286 silly gunzTarPerm extractEntry node_modules/cross-spawn/node_modules/which/bin/node-which -287 silly gunzTarPerm extractEntry bin/npm -288 silly gunzTarPerm extractEntry bin/npx -289 silly gunzTarPerm extractEntry node_modules/cssesc/man/cssesc.1 -290 silly gunzTarPerm extractEntry man/man1/npm-access.1 -291 silly gunzTarPerm extractEntry man/man1/npm-adduser.1 -292 silly gunzTarPerm extractEntry man/man1/npm-audit.1 -293 silly gunzTarPerm extractEntry man/man1/npm-bugs.1 -294 silly gunzTarPerm extractEntry man/man1/npm-cache.1 -295 silly gunzTarPerm extractEntry man/man1/npm-ci.1 -296 silly gunzTarPerm extractEntry man/man1/npm-completion.1 -297 silly gunzTarPerm extractEntry man/man1/npm-config.1 -298 silly gunzTarPerm extractEntry man/man1/npm-dedupe.1 -299 silly gunzTarPerm extractEntry man/man1/npm-deprecate.1 -300 silly gunzTarPerm extractEntry man/man1/npm-diff.1 -301 silly gunzTarPerm extractEntry man/man1/npm-dist-tag.1 -302 silly gunzTarPerm extractEntry man/man1/npm-docs.1 -303 silly gunzTarPerm extractEntry man/man1/npm-doctor.1 -304 silly gunzTarPerm extractEntry man/man1/npm-edit.1 -305 silly gunzTarPerm extractEntry man/man1/npm-exec.1 -306 silly gunzTarPerm extractEntry man/man1/npm-explain.1 -307 silly gunzTarPerm extractEntry man/man1/npm-explore.1 -308 silly gunzTarPerm extractEntry man/man1/npm-find-dupes.1 -309 silly gunzTarPerm extractEntry man/man1/npm-fund.1 -310 silly gunzTarPerm extractEntry man/man1/npm-help-search.1 -311 silly gunzTarPerm extractEntry man/man1/npm-help.1 -312 silly gunzTarPerm extractEntry man/man1/npm-hook.1 -313 silly gunzTarPerm extractEntry man/man1/npm-init.1 -314 silly gunzTarPerm extractEntry man/man1/npm-install-ci-test.1 -315 silly gunzTarPerm extractEntry man/man1/npm-install-test.1 -316 silly gunzTarPerm extractEntry man/man1/npm-install.1 -317 silly gunzTarPerm extractEntry man/man1/npm-link.1 -318 silly gunzTarPerm extractEntry man/man1/npm-login.1 -319 silly gunzTarPerm extractEntry man/man1/npm-logout.1 -320 silly gunzTarPerm extractEntry man/man1/npm-ls.1 -321 silly gunzTarPerm extractEntry man/man1/npm-org.1 -322 silly gunzTarPerm extractEntry man/man1/npm-outdated.1 -323 silly gunzTarPerm extractEntry man/man1/npm-owner.1 -324 silly gunzTarPerm extractEntry man/man1/npm-pack.1 -325 silly gunzTarPerm extractEntry man/man1/npm-ping.1 -326 silly gunzTarPerm extractEntry man/man1/npm-pkg.1 -327 silly gunzTarPerm extractEntry man/man1/npm-prefix.1 -328 silly gunzTarPerm extractEntry man/man1/npm-profile.1 -329 silly gunzTarPerm extractEntry man/man1/npm-prune.1 -330 silly gunzTarPerm extractEntry man/man1/npm-publish.1 -331 silly gunzTarPerm extractEntry man/man1/npm-query.1 -332 silly gunzTarPerm extractEntry man/man1/npm-rebuild.1 -333 silly gunzTarPerm extractEntry man/man1/npm-repo.1 -334 silly gunzTarPerm extractEntry man/man1/npm-restart.1 -335 silly gunzTarPerm extractEntry man/man1/npm-root.1 -336 silly gunzTarPerm extractEntry man/man1/npm-run-script.1 -337 silly gunzTarPerm extractEntry man/man1/npm-sbom.1 -338 silly gunzTarPerm extractEntry man/man1/npm-search.1 -339 silly gunzTarPerm extractEntry man/man1/npm-shrinkwrap.1 -340 silly gunzTarPerm extractEntry man/man1/npm-star.1 -341 silly gunzTarPerm extractEntry man/man1/npm-stars.1 -342 silly gunzTarPerm extractEntry man/man1/npm-start.1 -343 silly gunzTarPerm extractEntry man/man1/npm-stop.1 -344 silly gunzTarPerm extractEntry man/man1/npm-team.1 -345 silly gunzTarPerm extractEntry man/man1/npm-test.1 -346 silly gunzTarPerm extractEntry man/man1/npm-token.1 -347 silly gunzTarPerm extractEntry man/man1/npm-uninstall.1 -348 silly gunzTarPerm extractEntry man/man1/npm-unpublish.1 -349 silly gunzTarPerm extractEntry man/man1/npm-unstar.1 -350 silly gunzTarPerm extractEntry man/man1/npm-update.1 -351 silly gunzTarPerm extractEntry man/man1/npm-version.1 -352 silly gunzTarPerm extractEntry man/man1/npm-view.1 -353 silly gunzTarPerm extractEntry man/man1/npm-whoami.1 -354 silly gunzTarPerm extractEntry man/man1/npm.1 -355 silly gunzTarPerm extractEntry man/man1/npx.1 -356 silly gunzTarPerm extractEntry man/man5/folders.5 -357 silly gunzTarPerm extractEntry man/man5/install.5 -358 silly gunzTarPerm extractEntry man/man5/npm-global.5 -359 silly gunzTarPerm extractEntry man/man5/npm-json.5 -360 silly gunzTarPerm extractEntry man/man5/npm-shrinkwrap-json.5 -361 silly gunzTarPerm extractEntry man/man5/npmrc.5 -362 silly gunzTarPerm extractEntry man/man5/package-json.5 -363 silly gunzTarPerm extractEntry man/man5/package-lock-json.5 -364 silly gunzTarPerm extractEntry man/man7/config.7 -365 silly gunzTarPerm extractEntry man/man7/dependency-selectors.7 -366 silly gunzTarPerm extractEntry man/man7/developers.7 -367 silly gunzTarPerm extractEntry man/man7/logging.7 -368 silly gunzTarPerm extractEntry man/man7/orgs.7 -369 silly gunzTarPerm extractEntry man/man7/package-spec.7 -370 silly gunzTarPerm extractEntry man/man7/registry.7 -371 silly gunzTarPerm extractEntry man/man7/removal.7 -372 silly gunzTarPerm extractEntry man/man7/scope.7 -373 silly gunzTarPerm extractEntry man/man7/scripts.7 -374 silly gunzTarPerm extractEntry man/man7/workspaces.7 -375 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE -376 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/gyp.bat -377 silly gunzTarPerm extractEntry node_modules/semver/range.bnf -378 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD -379 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc -380 silly gunzTarPerm extractEntry node_modules/node-gyp/src/win_delay_load_hook.cc -381 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/build/index.cjs -382 silly gunzTarPerm extractEntry node_modules/just-diff-apply/index.cjs -383 silly gunzTarPerm extractEntry node_modules/just-diff/index.cjs -384 silly gunzTarPerm extractEntry bin/node-gyp-bin/node-gyp.cmd -385 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd -386 silly gunzTarPerm extractEntry bin/npm.cmd -387 silly gunzTarPerm extractEntry bin/npx.cmd -388 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/Find-VisualStudio.cs -389 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/build/index.d.cts -390 silly gunzTarPerm extractEntry lib/utils/completion.fish -391 silly gunzTarPerm extractEntry node_modules/retry/equation.gif -392 silly gunzTarPerm extractEntry node_modules/node-gyp/addon.gypi -393 silly gunzTarPerm extractEntry docs/output/using-npm/config.html -394 silly gunzTarPerm extractEntry docs/output/using-npm/dependency-selectors.html -395 silly gunzTarPerm extractEntry docs/output/using-npm/developers.html -396 silly gunzTarPerm extractEntry docs/output/configuring-npm/folders.html -397 silly gunzTarPerm extractEntry docs/output/configuring-npm/install.html -398 silly gunzTarPerm extractEntry docs/output/using-npm/logging.html -399 silly gunzTarPerm extractEntry docs/output/commands/npm-access.html -400 silly gunzTarPerm extractEntry docs/output/commands/npm-adduser.html -401 silly gunzTarPerm extractEntry docs/output/commands/npm-audit.html -402 silly gunzTarPerm extractEntry docs/output/commands/npm-bugs.html -403 silly gunzTarPerm extractEntry docs/output/commands/npm-cache.html -404 silly gunzTarPerm extractEntry docs/output/commands/npm-ci.html -405 silly gunzTarPerm extractEntry docs/output/commands/npm-completion.html -406 silly gunzTarPerm extractEntry docs/output/commands/npm-config.html -407 silly gunzTarPerm extractEntry docs/output/commands/npm-dedupe.html -408 silly gunzTarPerm extractEntry docs/output/commands/npm-deprecate.html -409 silly gunzTarPerm extractEntry docs/output/commands/npm-diff.html -410 silly gunzTarPerm extractEntry docs/output/commands/npm-dist-tag.html -411 silly gunzTarPerm extractEntry docs/output/commands/npm-docs.html -412 silly gunzTarPerm extractEntry docs/output/commands/npm-doctor.html -413 silly gunzTarPerm extractEntry docs/output/commands/npm-edit.html -414 silly gunzTarPerm extractEntry docs/output/commands/npm-exec.html -415 silly gunzTarPerm extractEntry docs/output/commands/npm-explain.html -416 silly gunzTarPerm extractEntry docs/output/commands/npm-explore.html -417 silly gunzTarPerm extractEntry docs/output/commands/npm-find-dupes.html -418 silly gunzTarPerm extractEntry docs/output/commands/npm-fund.html -419 silly gunzTarPerm extractEntry docs/output/commands/npm-help-search.html -420 silly gunzTarPerm extractEntry docs/output/commands/npm-help.html -421 silly gunzTarPerm extractEntry docs/output/commands/npm-hook.html -422 silly gunzTarPerm extractEntry docs/output/commands/npm-init.html -423 silly gunzTarPerm extractEntry docs/output/commands/npm-install-ci-test.html -424 silly gunzTarPerm extractEntry docs/output/commands/npm-install-test.html -425 silly gunzTarPerm extractEntry docs/output/commands/npm-install.html -426 silly gunzTarPerm extractEntry docs/output/commands/npm-link.html -427 silly gunzTarPerm extractEntry docs/output/commands/npm-login.html -428 silly gunzTarPerm extractEntry docs/output/commands/npm-logout.html -429 silly gunzTarPerm extractEntry docs/output/commands/npm-ls.html -430 silly gunzTarPerm extractEntry docs/output/commands/npm-org.html -431 silly gunzTarPerm extractEntry docs/output/commands/npm-outdated.html -432 silly gunzTarPerm extractEntry docs/output/commands/npm-owner.html -433 silly gunzTarPerm extractEntry docs/output/commands/npm-pack.html -434 silly gunzTarPerm extractEntry docs/output/commands/npm-ping.html -435 silly gunzTarPerm extractEntry docs/output/commands/npm-pkg.html -436 silly gunzTarPerm extractEntry docs/output/commands/npm-prefix.html -437 silly gunzTarPerm extractEntry docs/output/commands/npm-profile.html -438 silly gunzTarPerm extractEntry docs/output/commands/npm-prune.html -439 silly gunzTarPerm extractEntry docs/output/commands/npm-publish.html -440 silly gunzTarPerm extractEntry docs/output/commands/npm-query.html -441 silly gunzTarPerm extractEntry docs/output/commands/npm-rebuild.html -442 silly gunzTarPerm extractEntry docs/output/commands/npm-repo.html -443 silly gunzTarPerm extractEntry docs/output/commands/npm-restart.html -444 silly gunzTarPerm extractEntry docs/output/commands/npm-root.html -445 silly gunzTarPerm extractEntry docs/output/commands/npm-run-script.html -446 silly gunzTarPerm extractEntry docs/output/commands/npm-sbom.html -447 silly gunzTarPerm extractEntry docs/output/commands/npm-search.html -448 silly gunzTarPerm extractEntry docs/output/configuring-npm/npm-shrinkwrap-json.html -449 silly gunzTarPerm extractEntry docs/output/commands/npm-shrinkwrap.html -450 silly gunzTarPerm extractEntry docs/output/commands/npm-star.html -451 silly gunzTarPerm extractEntry docs/output/commands/npm-stars.html -452 silly gunzTarPerm extractEntry docs/output/commands/npm-start.html -453 silly gunzTarPerm extractEntry docs/output/commands/npm-stop.html -454 silly gunzTarPerm extractEntry docs/output/commands/npm-team.html -455 silly gunzTarPerm extractEntry docs/output/commands/npm-test.html -456 silly gunzTarPerm extractEntry docs/output/commands/npm-token.html -457 silly gunzTarPerm extractEntry docs/output/commands/npm-uninstall.html -458 silly gunzTarPerm extractEntry docs/output/commands/npm-unpublish.html -459 silly gunzTarPerm extractEntry docs/output/commands/npm-unstar.html -460 silly gunzTarPerm extractEntry docs/output/commands/npm-update.html -461 silly gunzTarPerm extractEntry docs/output/commands/npm-version.html -462 silly gunzTarPerm extractEntry docs/output/commands/npm-view.html -463 silly gunzTarPerm extractEntry docs/output/commands/npm-whoami.html -464 silly gunzTarPerm extractEntry docs/output/commands/npm.html -465 silly gunzTarPerm extractEntry docs/output/configuring-npm/npmrc.html -466 silly gunzTarPerm extractEntry docs/output/commands/npx.html -467 silly gunzTarPerm extractEntry docs/output/using-npm/orgs.html -468 silly gunzTarPerm extractEntry docs/output/configuring-npm/package-json.html -469 silly gunzTarPerm extractEntry docs/output/configuring-npm/package-lock-json.html -470 silly gunzTarPerm extractEntry docs/output/using-npm/package-spec.html -471 silly gunzTarPerm extractEntry docs/output/using-npm/registry.html -472 silly gunzTarPerm extractEntry docs/output/using-npm/removal.html -473 silly gunzTarPerm extractEntry docs/output/using-npm/scope.html -474 silly gunzTarPerm extractEntry docs/output/using-npm/scripts.html -475 silly gunzTarPerm extractEntry docs/output/using-npm/workspaces.html -476 silly gunzTarPerm extractEntry node_modules/clone/clone.iml -477 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/_stream_duplex.js -478 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/_stream_passthrough.js -479 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/_stream_readable.js -480 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/_stream_transform.js -481 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/_stream_writable.js -482 silly gunzTarPerm extractEntry node_modules/abort-controller/dist/abort-controller.js -483 silly gunzTarPerm extractEntry node_modules/abort-controller/dist/abort-controller.umd.js -484 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/abort-error.js -485 silly gunzTarPerm extractEntry lib/commands/access.js -486 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/actual.js -487 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/add-abort-signal.js -488 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/add-git-sha.js -489 silly gunzTarPerm extractEntry node_modules/events/tests/add-listeners.js -490 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js -491 silly gunzTarPerm extractEntry lib/commands/adduser.js -492 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/lib/advisory.js -493 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/agents.js -494 silly gunzTarPerm extractEntry node_modules/text-table/example/align.js -495 silly gunzTarPerm extractEntry node_modules/text-table/test/align.js -496 silly gunzTarPerm extractEntry node_modules/wide-align/align.js -497 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/cjs/all-signals.js -498 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/mjs/all-signals.js -499 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/delay/always/always.delay.js -500 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/maps/america.js -501 silly gunzTarPerm extractEntry node_modules/text-table/test/ansi-colors.js -502 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/any.js -503 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/dist/appdata.js -504 silly gunzTarPerm extractEntry node_modules/diff/lib/patch/apply.js -505 silly gunzTarPerm extractEntry lib/arborist-cmd.js -506 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/array.js -507 silly gunzTarPerm extractEntry node_modules/diff/lib/util/array.js -508 silly gunzTarPerm extractEntry node_modules/minimatch/dist/cjs/assert-valid-pattern.js -509 silly gunzTarPerm extractEntry node_modules/minimatch/dist/mjs/assert-valid-pattern.js -510 silly gunzTarPerm extractEntry node_modules/minimatch/dist/cjs/ast.js -511 silly gunzTarPerm extractEntry node_modules/minimatch/dist/mjs/ast.js -512 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/attribute.js -513 silly gunzTarPerm extractEntry lib/utils/audit-error.js -514 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/audit-report.js -515 silly gunzTarPerm extractEntry lib/commands/audit.js -516 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/audit.js -517 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/audit.js -518 silly gunzTarPerm extractEntry lib/utils/auth.js -519 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/lib/auth.js -520 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/backoff.js -521 silly gunzTarPerm extractEntry lib/base-command.js -522 silly gunzTarPerm extractEntry node_modules/gauge/lib/base-theme.js -523 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/bundler/base.js -524 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/base.js -525 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/base.js -526 silly gunzTarPerm extractEntry node_modules/base64-js/base64js.min.js -527 silly gunzTarPerm extractEntry node_modules/isexe/test/basic.js -528 silly gunzTarPerm extractEntry node_modules/minipass-sized/test/basic.js -529 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/example/basic.js -530 silly gunzTarPerm extractEntry node_modules/archy/examples/beep.js -531 silly gunzTarPerm extractEntry node_modules/archy/test/beep.js -532 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/bench.js -533 silly gunzTarPerm extractEntry node_modules/jsonparse/bench.js -534 silly gunzTarPerm extractEntry node_modules/jsonparse/test/big-token.js -535 silly gunzTarPerm extractEntry node_modules/bin-links/lib/bin-target.js -536 silly gunzTarPerm extractEntry node_modules/color-support/bin.js -537 silly gunzTarPerm extractEntry node_modules/pacote/lib/bin.js -538 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/blob.js -539 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/body.js -540 silly gunzTarPerm extractEntry node_modules/sigstore/dist/tlog/verify/body.js -541 silly gunzTarPerm extractEntry node_modules/iconv-lite/lib/bom-handling.js -542 silly gunzTarPerm extractEntry node_modules/jsonparse/test/boundary.js -543 silly gunzTarPerm extractEntry node_modules/minimatch/dist/cjs/brace-expressions.js -544 silly gunzTarPerm extractEntry node_modules/minimatch/dist/mjs/brace-expressions.js -545 silly gunzTarPerm extractEntry node_modules/treeverse/lib/breadth.js -546 silly gunzTarPerm extractEntry node_modules/abort-controller/browser.js -547 silly gunzTarPerm extractEntry node_modules/chalk/source/vendor/supports-color/browser.js -548 silly gunzTarPerm extractEntry node_modules/color-support/browser.js -549 silly gunzTarPerm extractEntry node_modules/debug/src/browser.js -550 silly gunzTarPerm extractEntry node_modules/process/browser.js -551 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/ours/browser.js -552 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/cjs/browser.js -553 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/mjs/browser.js -554 silly gunzTarPerm extractEntry node_modules/supports-color/browser.js -555 silly gunzTarPerm extractEntry node_modules/util-deprecate/browser.js -556 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/buffer_list.js -557 silly gunzTarPerm extractEntry lib/commands/bugs.js -558 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js -559 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/build.js -560 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/build.js -561 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/bundle.js -562 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/bundler/bundle.js -563 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/signer/fulcio/ca.js -564 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/cache-dir.js -565 silly gunzTarPerm extractEntry lib/commands/cache.js -566 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/calc-dep-flags.js -567 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/example/callback.js -568 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/can-place-dep.js -569 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/case-insensitive-map.js -570 silly gunzTarPerm extractEntry node_modules/cli-table3/src/cell.js -571 silly gunzTarPerm extractEntry node_modules/text-table/example/center.js -572 silly gunzTarPerm extractEntry node_modules/text-table/test/center.js -573 silly gunzTarPerm extractEntry node_modules/sigstore/dist/x509/cert.js -574 silly gunzTarPerm extractEntry node_modules/sigstore/dist/ca/verify/chain.js -575 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/character.js -576 silly gunzTarPerm extractEntry node_modules/negotiator/lib/charset.js -577 silly gunzTarPerm extractEntry node_modules/bin-links/lib/check-bin.js -578 silly gunzTarPerm extractEntry node_modules/bin-links/lib/check-bins.js -579 silly gunzTarPerm extractEntry node_modules/events/tests/check-listener-leaks.js -580 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/lib/check-response.js -581 silly gunzTarPerm extractEntry node_modules/sigstore/dist/tlog/verify/checkpoint.js -582 silly gunzTarPerm extractEntry node_modules/chownr/chownr.js -583 silly gunzTarPerm extractEntry lib/commands/ci.js -584 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/identity/ci.js -585 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/className.js -586 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/lib/clean-url.js -587 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/clean.js -588 silly gunzTarPerm extractEntry node_modules/semver/functions/clean.js -589 silly gunzTarPerm extractEntry lib/cli-entry.js -590 silly gunzTarPerm extractEntry lib/cli.js -591 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/tlog/client.js -592 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/tsa/client.js -593 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/dist/client.js -594 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/clone.js -595 silly gunzTarPerm extractEntry node_modules/clone/clone.js -596 silly gunzTarPerm extractEntry node_modules/graceful-fs/clone.js -597 silly gunzTarPerm extractEntry lib/utils/cmd-list.js -598 silly gunzTarPerm extractEntry node_modules/mkdirp/bin/cmd.js -599 silly gunzTarPerm extractEntry node_modules/semver/functions/cmp.js -600 silly gunzTarPerm extractEntry node_modules/semver/functions/coerce.js -601 silly gunzTarPerm extractEntry node_modules/cli-columns/color.js -602 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/colors.js -603 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/colors.js -604 silly gunzTarPerm extractEntry node_modules/columnify/columnify.js -605 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/combinator.js -606 silly gunzTarPerm extractEntry node_modules/wcwidth/combining.js -607 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/comment.js -608 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/commit.js -609 silly gunzTarPerm extractEntry node_modules/debug/src/common.js -610 silly gunzTarPerm extractEntry node_modules/events/tests/common.js -611 silly gunzTarPerm extractEntry node_modules/retry/test/common.js -612 silly gunzTarPerm extractEntry node_modules/semver/classes/comparator.js -613 silly gunzTarPerm extractEntry node_modules/semver/functions/compare-build.js -614 silly gunzTarPerm extractEntry node_modules/semver/functions/compare-loose.js -615 silly gunzTarPerm extractEntry node_modules/semver/functions/compare.js -616 silly gunzTarPerm extractEntry lib/commands/completion.js -617 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/compose.js -618 silly gunzTarPerm extractEntry lib/commands/config.js -619 silly gunzTarPerm extractEntry node_modules/sigstore/dist/config.js -620 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/config.js -621 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/configure.js -622 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/consistent-resolve.js -623 silly gunzTarPerm extractEntry node_modules/minizlib/constants.js -624 silly gunzTarPerm extractEntry node_modules/semver/internal/constants.js -625 silly gunzTarPerm extractEntry node_modules/socks/build/common/constants.js -626 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/constructors.js -627 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/container.js -628 silly gunzTarPerm extractEntry node_modules/color-convert/conversions.js -629 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/create-config-gypi.js -630 silly gunzTarPerm extractEntry node_modules/diff/lib/patch/create.js -631 silly gunzTarPerm extractEntry node_modules/tar/lib/create.js -632 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/util/crypto.js -633 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/crypto.js -634 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/css.js -635 silly gunzTarPerm extractEntry node_modules/cssesc/cssesc.js -636 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/translations/da.js -637 silly gunzTarPerm extractEntry node_modules/safer-buffer/dangerous.js -638 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/dbcs-codec.js -639 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/dbcs-data.js -640 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/translations/de.js -641 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/debug.js -642 silly gunzTarPerm extractEntry node_modules/cli-table3/src/debug.js -643 silly gunzTarPerm extractEntry node_modules/nopt/lib/debug.js -644 silly gunzTarPerm extractEntry node_modules/semver/internal/debug.js -645 silly gunzTarPerm extractEntry lib/commands/dedupe.js -646 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/deduper.js -647 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/deepest-nesting-target.js -648 silly gunzTarPerm extractEntry node_modules/init-package-json/lib/default-input.js -649 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/lib/default-opts.js -650 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/definitions/definition.js -651 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/definitions/definitions.js -652 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/delay/delay.base.js -653 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/delay/delay.factory.js -654 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/delay/delay.interface.js -655 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/delegations.js -656 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/dep-valid.js -657 silly gunzTarPerm extractEntry lib/commands/deprecate.js -658 silly gunzTarPerm extractEntry node_modules/treeverse/lib/depth-descent.js -659 silly gunzTarPerm extractEntry node_modules/treeverse/lib/depth.js -660 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/descriptor.js -661 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/destroy.js -662 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/reporters/detail.js -663 silly gunzTarPerm extractEntry lib/utils/did-you-mean.js -664 silly gunzTarPerm extractEntry lib/commands/diff.js -665 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/diff.js -666 silly gunzTarPerm extractEntry node_modules/diff/dist/diff.js -667 silly gunzTarPerm extractEntry node_modules/semver/functions/diff.js -668 silly gunzTarPerm extractEntry node_modules/diff/dist/diff.min.js -669 silly gunzTarPerm extractEntry node_modules/pacote/lib/dir.js -670 silly gunzTarPerm extractEntry lib/utils/display.js -671 silly gunzTarPerm extractEntry lib/commands/dist-tag.js -672 silly gunzTarPerm extractEntry node_modules/diff/lib/util/distance-iterator.js -673 silly gunzTarPerm extractEntry node_modules/diff/lib/convert/dmp.js -674 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/dns.js -675 silly gunzTarPerm extractEntry node_modules/retry/example/dns.js -676 silly gunzTarPerm extractEntry lib/commands/docs.js -677 silly gunzTarPerm extractEntry lib/commands/doctor.js -678 silly gunzTarPerm extractEntry node_modules/text-table/example/dotalign.js -679 silly gunzTarPerm extractEntry node_modules/text-table/test/dotalign.js -680 silly gunzTarPerm extractEntry node_modules/text-table/example/doubledot.js -681 silly gunzTarPerm extractEntry node_modules/text-table/test/doubledot.js -682 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/download.js -683 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/bundler/dsse.js -684 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/util/dsse.js -685 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/dsse.js -686 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/asn1/dump.js -687 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/duplex.js -688 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/duplexify.js -689 silly gunzTarPerm extractEntry node_modules/eastasianwidth/eastasianwidth.js -690 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/edge.js -691 silly gunzTarPerm extractEntry lib/commands/edit.js -692 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/translations/en-short.js -693 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/translations/en.js -694 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/util/encoding.js -695 silly gunzTarPerm extractEntry node_modules/encoding/lib/encoding.js -696 silly gunzTarPerm extractEntry node_modules/negotiator/lib/encoding.js -697 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/encoding.js -698 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/end-of-stream.js -699 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/enforce-clean.js -700 silly gunzTarPerm extractEntry node_modules/cross-spawn/lib/enoent.js -701 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/util/ensureObject.js -702 silly gunzTarPerm extractEntry node_modules/cacache/lib/entry-index.js -703 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/tlog/entry.js -704 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/cache/entry.js -705 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/env-replace.js -706 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/envelope.js -707 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js -708 silly gunzTarPerm extractEntry node_modules/semver/functions/eq.js -709 silly gunzTarPerm extractEntry lib/utils/error-message.js -710 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/error.js -711 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/error.js -712 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/external/error.js -713 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/dist/error.js -714 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/error.js -715 silly gunzTarPerm extractEntry node_modules/gauge/lib/error.js -716 silly gunzTarPerm extractEntry node_modules/sigstore/dist/error.js -717 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/asn1/error.js -718 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/error.js -719 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/errors.js -720 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/errors.js -721 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/cp/errors.js -722 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/errors.js -723 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/internal/errors.js -724 silly gunzTarPerm extractEntry node_modules/events/tests/errors.js -725 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/cache/errors.js -726 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/lib/errors.js -727 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/ours/errors.js -728 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/translations/es.js -729 silly gunzTarPerm extractEntry node_modules/@npmcli/promise-spawn/lib/escape.js -730 silly gunzTarPerm extractEntry node_modules/cross-spawn/lib/util/escape.js -731 silly gunzTarPerm extractEntry node_modules/minimatch/dist/cjs/escape.js -732 silly gunzTarPerm extractEntry node_modules/minimatch/dist/mjs/escape.js -733 silly gunzTarPerm extractEntry node_modules/event-target-shim/dist/event-target-shim.js -734 silly gunzTarPerm extractEntry node_modules/event-target-shim/dist/event-target-shim.umd.js -735 silly gunzTarPerm extractEntry node_modules/events/tests/events-list.js -736 silly gunzTarPerm extractEntry node_modules/events/tests/events-once.js -737 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/events.js -738 silly gunzTarPerm extractEntry node_modules/events/events.js -739 silly gunzTarPerm extractEntry lib/commands/exec.js -740 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/exit-code.js -741 silly gunzTarPerm extractEntry lib/utils/exit-handler.js -742 silly gunzTarPerm extractEntry lib/utils/explain-dep.js -743 silly gunzTarPerm extractEntry lib/utils/explain-eresolve.js -744 silly gunzTarPerm extractEntry lib/commands/explain.js -745 silly gunzTarPerm extractEntry lib/commands/explore.js -746 silly gunzTarPerm extractEntry node_modules/sigstore/dist/x509/ext.js -747 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/extendStringPrototype.js -748 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/extract_description.js -749 silly gunzTarPerm extractEntry node_modules/tar/lib/extract.js -750 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/lib/factory.js -751 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/src/factory.js -752 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/fetch-error.js -753 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/types/fetch.js -754 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/fetch.js -755 silly gunzTarPerm extractEntry node_modules/sigstore/dist/types/fetch.js -756 silly gunzTarPerm extractEntry node_modules/pacote/lib/fetcher.js -757 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/fetcher.js -758 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/google/api/field_behavior.js -759 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/file-exists.js -760 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/file.js -761 silly gunzTarPerm extractEntry node_modules/pacote/lib/file.js -762 silly gunzTarPerm extractEntry lib/commands/find-dupes.js -763 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/find-made.js -764 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/find-node-directory.js -765 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/find-python.js -766 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/find-visualstudio.js -767 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/find.js -768 silly gunzTarPerm extractEntry node_modules/bin-links/lib/fix-bin.js -769 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/fixer.js -770 silly gunzTarPerm extractEntry lib/utils/format-bytes.js -771 silly gunzTarPerm extractEntry node_modules/libnpmdiff/lib/format-diff.js -772 silly gunzTarPerm extractEntry lib/utils/format-search-stream.js -773 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/from-path.js -774 silly gunzTarPerm extractEntry node_modules/hosted-git-info/lib/from-url.js -775 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/from.js -776 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/external/fulcio.js -777 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/jitter/full/full.jitter.js -778 silly gunzTarPerm extractEntry lib/commands/fund.js -779 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/funding.js -780 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/gather-dep-set.js -781 silly gunzTarPerm extractEntry node_modules/@colors/colors/themes/generic-logging.js -782 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/get-bin-from-manifest.js -783 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js -784 silly gunzTarPerm extractEntry lib/utils/get-identity.js -785 silly gunzTarPerm extractEntry node_modules/bin-links/lib/get-node-modules.js -786 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/common/get-options.js -787 silly gunzTarPerm extractEntry node_modules/bin-links/lib/get-paths.js -788 silly gunzTarPerm extractEntry node_modules/bin-links/lib/get-prefix.js -789 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/get-workspace-nodes.js -790 silly gunzTarPerm extractEntry lib/workspaces/get-workspaces.js -791 silly gunzTarPerm extractEntry node_modules/tar/lib/get-write-flag.js -792 silly gunzTarPerm extractEntry lib/commands/get.js -793 silly gunzTarPerm extractEntry node_modules/cacache/lib/get.js -794 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/util/getProp.js -795 silly gunzTarPerm extractEntry node_modules/pacote/lib/git.js -796 silly gunzTarPerm extractEntry node_modules/cacache/lib/util/glob.js -797 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/glob.js -798 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/glob.js -799 silly gunzTarPerm extractEntry node_modules/graceful-fs/graceful-fs.js -800 silly gunzTarPerm extractEntry node_modules/semver/functions/gt.js -801 silly gunzTarPerm extractEntry node_modules/semver/functions/gte.js -802 silly gunzTarPerm extractEntry node_modules/semver/ranges/gtr.js -803 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/guard.js -804 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/guards.js -805 silly gunzTarPerm extractEntry node_modules/gauge/lib/has-color.js -806 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/system/has-flag.js -807 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/has-magic.js -808 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/has-magic.js -809 silly gunzTarPerm extractEntry node_modules/cacache/lib/util/hash-to-segments.js -810 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/lib/hash.js -811 silly gunzTarPerm extractEntry node_modules/tar/lib/header.js -812 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/headers.js -813 silly gunzTarPerm extractEntry lib/commands/help-search.js -814 silly gunzTarPerm extractEntry lib/commands/help.js -815 silly gunzTarPerm extractEntry node_modules/agent-base/dist/helpers.js -816 silly gunzTarPerm extractEntry node_modules/socks/build/common/helpers.js -817 silly gunzTarPerm extractEntry node_modules/tar/lib/high-level-opt.js -818 silly gunzTarPerm extractEntry lib/commands/hook.js -819 silly gunzTarPerm extractEntry node_modules/hosted-git-info/lib/hosts.js -820 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/id.js -821 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/ideal.js -822 silly gunzTarPerm extractEntry node_modules/semver/internal/identifiers.js -823 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/ignore.js -824 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/ignore.js -825 silly gunzTarPerm extractEntry node_modules/function-bind/implementation.js -826 silly gunzTarPerm extractEntry node_modules/imurmurhash/imurmurhash.js -827 silly gunzTarPerm extractEntry node_modules/imurmurhash/imurmurhash.min.js -828 silly gunzTarPerm extractEntry node_modules/semver/functions/inc.js -829 silly gunzTarPerm extractEntry node_modules/diff/lib/index.es6.js -830 silly gunzTarPerm extractEntry index.js -831 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/index.js -832 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/build/lib/index.js -833 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.js -834 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/index.js -835 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/string-width/index.js -836 silly gunzTarPerm extractEntry node_modules/@isaacs/string-locale-compare/index.js -837 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/index.js -838 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/index.js -839 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/index.js -840 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/index.js -841 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/definitions/index.js -842 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/index.js -843 silly gunzTarPerm extractEntry node_modules/@npmcli/disparity-colors/lib/index.js -844 silly gunzTarPerm extractEntry node_modules/@npmcli/disparity-colors/node_modules/ansi-styles/index.js -845 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/cp/index.js -846 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/index.js -847 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/index.js -848 silly gunzTarPerm extractEntry node_modules/@npmcli/installed-package-contents/lib/index.js -849 silly gunzTarPerm extractEntry node_modules/@npmcli/map-workspaces/lib/index.js -850 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/lib/index.js -851 silly gunzTarPerm extractEntry node_modules/@npmcli/name-from-folder/lib/index.js -852 silly gunzTarPerm extractEntry node_modules/@npmcli/node-gyp/lib/index.js -853 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/lib/index.js -854 silly gunzTarPerm extractEntry node_modules/@npmcli/promise-spawn/lib/index.js -855 silly gunzTarPerm extractEntry node_modules/@npmcli/query/lib/index.js -856 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/index.js -857 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/index.js -858 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/index.js -859 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/bundler/index.js -860 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/identity/index.js -861 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/index.js -862 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/signer/fulcio/index.js -863 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/signer/index.js -864 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/util/index.js -865 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/index.js -866 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/tlog/index.js -867 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/tsa/index.js -868 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/dist/index.js -869 silly gunzTarPerm extractEntry node_modules/@tufjs/canonical-json/lib/index.js -870 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/index.js -871 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/index.js -872 silly gunzTarPerm extractEntry node_modules/abbrev/lib/index.js -873 silly gunzTarPerm extractEntry node_modules/agent-base/dist/index.js -874 silly gunzTarPerm extractEntry node_modules/aggregate-error/index.js -875 silly gunzTarPerm extractEntry node_modules/ansi-regex/index.js -876 silly gunzTarPerm extractEntry node_modules/ansi-styles/index.js -877 silly gunzTarPerm extractEntry node_modules/aproba/index.js -878 silly gunzTarPerm extractEntry node_modules/archy/index.js -879 silly gunzTarPerm extractEntry node_modules/are-we-there-yet/lib/index.js -880 silly gunzTarPerm extractEntry node_modules/balanced-match/index.js -881 silly gunzTarPerm extractEntry node_modules/base64-js/index.js -882 silly gunzTarPerm extractEntry node_modules/bin-links/lib/index.js -883 silly gunzTarPerm extractEntry node_modules/binary-extensions/index.js -884 silly gunzTarPerm extractEntry node_modules/brace-expansion/index.js -885 silly gunzTarPerm extractEntry node_modules/buffer/index.js -886 silly gunzTarPerm extractEntry node_modules/builtins/index.js -887 silly gunzTarPerm extractEntry node_modules/cacache/lib/index.js -888 silly gunzTarPerm extractEntry node_modules/chalk/source/index.js -889 silly gunzTarPerm extractEntry node_modules/chalk/source/vendor/ansi-styles/index.js -890 silly gunzTarPerm extractEntry node_modules/chalk/source/vendor/supports-color/index.js -891 silly gunzTarPerm extractEntry node_modules/ci-info/index.js -892 silly gunzTarPerm extractEntry node_modules/cidr-regex/index.js -893 silly gunzTarPerm extractEntry node_modules/clean-stack/index.js -894 silly gunzTarPerm extractEntry node_modules/cli-columns/index.js -895 silly gunzTarPerm extractEntry node_modules/cli-columns/node_modules/ansi-regex/index.js -896 silly gunzTarPerm extractEntry node_modules/cli-columns/node_modules/strip-ansi/index.js -897 silly gunzTarPerm extractEntry node_modules/cli-table3/index.js -898 silly gunzTarPerm extractEntry node_modules/cmd-shim/lib/index.js -899 silly gunzTarPerm extractEntry node_modules/color-convert/index.js -900 silly gunzTarPerm extractEntry node_modules/color-name/index.js -901 silly gunzTarPerm extractEntry node_modules/color-support/index.js -902 silly gunzTarPerm extractEntry node_modules/columnify/index.js -903 silly gunzTarPerm extractEntry node_modules/columnify/node_modules/ansi-regex/index.js -904 silly gunzTarPerm extractEntry node_modules/columnify/node_modules/strip-ansi/index.js -905 silly gunzTarPerm extractEntry node_modules/common-ancestor-path/index.js -906 silly gunzTarPerm extractEntry node_modules/console-control-strings/index.js -907 silly gunzTarPerm extractEntry node_modules/cross-spawn/index.js -908 silly gunzTarPerm extractEntry node_modules/debug/node_modules/ms/index.js -909 silly gunzTarPerm extractEntry node_modules/debug/src/index.js -910 silly gunzTarPerm extractEntry node_modules/defaults/index.js -911 silly gunzTarPerm extractEntry node_modules/delegates/index.js -912 silly gunzTarPerm extractEntry node_modules/delegates/test/index.js -913 silly gunzTarPerm extractEntry node_modules/diff/lib/index.js -914 silly gunzTarPerm extractEntry node_modules/emoji-regex/es2015/index.js -915 silly gunzTarPerm extractEntry node_modules/emoji-regex/index.js -916 silly gunzTarPerm extractEntry node_modules/env-paths/index.js -917 silly gunzTarPerm extractEntry node_modules/err-code/index.js -918 silly gunzTarPerm extractEntry node_modules/events/tests/index.js -919 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/cjs/index.js -920 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/mjs/index.js -921 silly gunzTarPerm extractEntry node_modules/fs-minipass/lib/index.js -922 silly gunzTarPerm extractEntry node_modules/function-bind/index.js -923 silly gunzTarPerm extractEntry node_modules/function-bind/test/index.js -924 silly gunzTarPerm extractEntry node_modules/gauge/lib/index.js -925 silly gunzTarPerm extractEntry node_modules/gauge/node_modules/ansi-regex/index.js -926 silly gunzTarPerm extractEntry node_modules/gauge/node_modules/strip-ansi/index.js -927 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/index.js -928 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/index.js -929 silly gunzTarPerm extractEntry node_modules/has-unicode/index.js -930 silly gunzTarPerm extractEntry node_modules/hasown/index.js -931 silly gunzTarPerm extractEntry node_modules/hosted-git-info/lib/index.js -932 silly gunzTarPerm extractEntry node_modules/http-cache-semantics/index.js -933 silly gunzTarPerm extractEntry node_modules/http-proxy-agent/dist/index.js -934 silly gunzTarPerm extractEntry node_modules/https-proxy-agent/dist/index.js -935 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/index.js -936 silly gunzTarPerm extractEntry node_modules/iconv-lite/lib/index.js -937 silly gunzTarPerm extractEntry node_modules/ieee754/index.js -938 silly gunzTarPerm extractEntry node_modules/ignore-walk/lib/index.js -939 silly gunzTarPerm extractEntry node_modules/indent-string/index.js -940 silly gunzTarPerm extractEntry node_modules/ip-regex/index.js -941 silly gunzTarPerm extractEntry node_modules/is-cidr/index.js -942 silly gunzTarPerm extractEntry node_modules/is-core-module/index.js -943 silly gunzTarPerm extractEntry node_modules/is-core-module/test/index.js -944 silly gunzTarPerm extractEntry node_modules/is-fullwidth-code-point/index.js -945 silly gunzTarPerm extractEntry node_modules/is-lambda/index.js -946 silly gunzTarPerm extractEntry node_modules/isexe/index.js -947 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/commonjs/index.js -948 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/esm/index.js -949 silly gunzTarPerm extractEntry node_modules/json-parse-even-better-errors/lib/index.js -950 silly gunzTarPerm extractEntry node_modules/json-stringify-nice/index.js -951 silly gunzTarPerm extractEntry node_modules/libnpmaccess/lib/index.js -952 silly gunzTarPerm extractEntry node_modules/libnpmdiff/lib/index.js -953 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/index.js -954 silly gunzTarPerm extractEntry node_modules/libnpmfund/lib/index.js -955 silly gunzTarPerm extractEntry node_modules/libnpmhook/lib/index.js -956 silly gunzTarPerm extractEntry node_modules/libnpmorg/lib/index.js -957 silly gunzTarPerm extractEntry node_modules/libnpmpack/lib/index.js -958 silly gunzTarPerm extractEntry node_modules/libnpmpublish/lib/index.js -959 silly gunzTarPerm extractEntry node_modules/libnpmsearch/lib/index.js -960 silly gunzTarPerm extractEntry node_modules/libnpmteam/lib/index.js -961 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/index.js -962 silly gunzTarPerm extractEntry node_modules/lru-cache/dist/commonjs/index.js -963 silly gunzTarPerm extractEntry node_modules/lru-cache/dist/esm/index.js -964 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/cache/index.js -965 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/index.js -966 silly gunzTarPerm extractEntry node_modules/minimatch/dist/cjs/index.js -967 silly gunzTarPerm extractEntry node_modules/minimatch/dist/mjs/index.js -968 silly gunzTarPerm extractEntry node_modules/minipass-collect/index.js -969 silly gunzTarPerm extractEntry node_modules/minipass-collect/node_modules/minipass/index.js -970 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/index.js -971 silly gunzTarPerm extractEntry node_modules/minipass-flush/index.js -972 silly gunzTarPerm extractEntry node_modules/minipass-flush/node_modules/minipass/index.js -973 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/index.js -974 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/node_modules/minipass/index.js -975 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/index.js -976 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/node_modules/minipass/index.js -977 silly gunzTarPerm extractEntry node_modules/minipass-sized/index.js -978 silly gunzTarPerm extractEntry node_modules/minipass-sized/node_modules/minipass/index.js -979 silly gunzTarPerm extractEntry node_modules/minipass/dist/commonjs/index.js -980 silly gunzTarPerm extractEntry node_modules/minipass/dist/esm/index.js -981 silly gunzTarPerm extractEntry node_modules/minizlib/index.js -982 silly gunzTarPerm extractEntry node_modules/minizlib/node_modules/minipass/index.js -983 silly gunzTarPerm extractEntry node_modules/mkdirp/index.js -984 silly gunzTarPerm extractEntry node_modules/ms/index.js -985 silly gunzTarPerm extractEntry node_modules/mute-stream/lib/index.js -986 silly gunzTarPerm extractEntry node_modules/negotiator/index.js -987 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/index.js -988 silly gunzTarPerm extractEntry node_modules/npm-bundled/lib/index.js -989 silly gunzTarPerm extractEntry node_modules/npm-install-checks/lib/index.js -990 silly gunzTarPerm extractEntry node_modules/npm-normalize-package-bin/lib/index.js -991 silly gunzTarPerm extractEntry node_modules/npm-packlist/lib/index.js -992 silly gunzTarPerm extractEntry node_modules/npm-pick-manifest/lib/index.js -993 silly gunzTarPerm extractEntry node_modules/npm-profile/lib/index.js -994 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/lib/index.js -995 silly gunzTarPerm extractEntry node_modules/npm-user-validate/lib/index.js -996 silly gunzTarPerm extractEntry node_modules/p-map/index.js -997 silly gunzTarPerm extractEntry node_modules/pacote/lib/index.js -998 silly gunzTarPerm extractEntry node_modules/parse-conflict-json/lib/index.js -999 silly gunzTarPerm extractEntry node_modules/path-key/index.js -1000 silly gunzTarPerm extractEntry node_modules/path-scurry/dist/cjs/index.js -1001 silly gunzTarPerm extractEntry node_modules/path-scurry/dist/mjs/index.js -1002 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/index.js -1003 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/index.js -1004 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/util/index.js -1005 silly gunzTarPerm extractEntry node_modules/proc-log/lib/index.js -1006 silly gunzTarPerm extractEntry node_modules/process/index.js -1007 silly gunzTarPerm extractEntry node_modules/promise-all-reject-late/index.js -1008 silly gunzTarPerm extractEntry node_modules/promise-all-reject-late/test/index.js -1009 silly gunzTarPerm extractEntry node_modules/promise-call-limit/index.js -1010 silly gunzTarPerm extractEntry node_modules/promise-retry/index.js -1011 silly gunzTarPerm extractEntry node_modules/promzard/lib/index.js -1012 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/index.js -1013 silly gunzTarPerm extractEntry node_modules/read-cmd-shim/lib/index.js -1014 silly gunzTarPerm extractEntry node_modules/read-package-json-fast/lib/index.js -1015 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/ours/index.js -1016 silly gunzTarPerm extractEntry node_modules/retry/index.js -1017 silly gunzTarPerm extractEntry node_modules/safe-buffer/index.js -1018 silly gunzTarPerm extractEntry node_modules/semver/classes/index.js -1019 silly gunzTarPerm extractEntry node_modules/semver/index.js -1020 silly gunzTarPerm extractEntry node_modules/semver/node_modules/lru-cache/index.js -1021 silly gunzTarPerm extractEntry node_modules/set-blocking/index.js -1022 silly gunzTarPerm extractEntry node_modules/shebang-command/index.js -1023 silly gunzTarPerm extractEntry node_modules/shebang-regex/index.js -1024 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/cjs/index.js -1025 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/mjs/index.js -1026 silly gunzTarPerm extractEntry node_modules/sigstore/dist/ca/verify/index.js -1027 silly gunzTarPerm extractEntry node_modules/sigstore/dist/index.js -1028 silly gunzTarPerm extractEntry node_modules/sigstore/dist/tlog/verify/index.js -1029 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/asn1/index.js -1030 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/index.js -1031 silly gunzTarPerm extractEntry node_modules/socks-proxy-agent/dist/index.js -1032 silly gunzTarPerm extractEntry node_modules/socks/build/index.js -1033 silly gunzTarPerm extractEntry node_modules/spdx-correct/index.js -1034 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/index.js -1035 silly gunzTarPerm extractEntry node_modules/ssri/lib/index.js -1036 silly gunzTarPerm extractEntry node_modules/string-width-cjs/index.js -1037 silly gunzTarPerm extractEntry node_modules/string-width-cjs/node_modules/ansi-regex/index.js -1038 silly gunzTarPerm extractEntry node_modules/string-width-cjs/node_modules/strip-ansi/index.js -1039 silly gunzTarPerm extractEntry node_modules/string-width/index.js -1040 silly gunzTarPerm extractEntry node_modules/string-width/node_modules/ansi-regex/index.js -1041 silly gunzTarPerm extractEntry node_modules/string-width/node_modules/strip-ansi/index.js -1042 silly gunzTarPerm extractEntry node_modules/strip-ansi-cjs/index.js -1043 silly gunzTarPerm extractEntry node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js -1044 silly gunzTarPerm extractEntry node_modules/strip-ansi/index.js -1045 silly gunzTarPerm extractEntry node_modules/supports-color/index.js -1046 silly gunzTarPerm extractEntry node_modules/tar/index.js -1047 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/index.js -1048 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.js -1049 silly gunzTarPerm extractEntry node_modules/tar/node_modules/minipass/index.js -1050 silly gunzTarPerm extractEntry node_modules/text-table/index.js -1051 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/lib/index.js -1052 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/src/index.js -1053 silly gunzTarPerm extractEntry node_modules/treeverse/lib/index.js -1054 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/index.js -1055 silly gunzTarPerm extractEntry node_modules/unique-filename/lib/index.js -1056 silly gunzTarPerm extractEntry node_modules/unique-slug/lib/index.js -1057 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/index.js -1058 silly gunzTarPerm extractEntry node_modules/validate-npm-package-name/lib/index.js -1059 silly gunzTarPerm extractEntry node_modules/walk-up-path/dist/cjs/index.js -1060 silly gunzTarPerm extractEntry node_modules/walk-up-path/dist/mjs/index.js -1061 silly gunzTarPerm extractEntry node_modules/wcwidth/index.js -1062 silly gunzTarPerm extractEntry node_modules/wcwidth/test/index.js -1063 silly gunzTarPerm extractEntry node_modules/which/lib/index.js -1064 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/cjs/index.js -1065 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/mjs/index.js -1066 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/index.js -1067 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.js -1068 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.js -1069 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js -1070 silly gunzTarPerm extractEntry node_modules/wrap-ansi/index.js -1071 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/es2015/index.js -1072 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/index.js -1073 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/string-width/index.js -1074 silly gunzTarPerm extractEntry node_modules/write-file-atomic/lib/index.js -1075 silly gunzTarPerm extractEntry node_modules/err-code/index.umd.js -1076 silly gunzTarPerm extractEntry node_modules/promise-inflight/inflight.js -1077 silly gunzTarPerm extractEntry node_modules/ini/lib/ini.js -1078 silly gunzTarPerm extractEntry node_modules/init-package-json/lib/init-package-json.js -1079 silly gunzTarPerm extractEntry lib/commands/init.js -1080 silly gunzTarPerm extractEntry lib/commands/install-ci-test.js -1081 silly gunzTarPerm extractEntry lib/commands/install-test.js -1082 silly gunzTarPerm extractEntry lib/commands/install.js -1083 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/install.js -1084 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/reporters/install.js -1085 silly gunzTarPerm extractEntry lib/utils/completion/installed-deep.js -1086 silly gunzTarPerm extractEntry lib/utils/completion/installed-shallow.js -1087 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/internal.js -1088 silly gunzTarPerm extractEntry node_modules/semver/ranges/intersects.js -1089 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/inventory.js -1090 silly gunzTarPerm extractEntry node_modules/ip/lib/ip.js -1091 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/is-clean.js -1092 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/is-default-value.js -1093 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/is-package-bin.js -1094 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/is-server-package.js -1095 silly gunzTarPerm extractEntry lib/utils/is-windows.js -1096 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/is-windows.js -1097 silly gunzTarPerm extractEntry node_modules/bin-links/lib/is-windows.js -1098 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/is-windows.js -1099 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/is.js -1100 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js -1101 silly gunzTarPerm extractEntry node_modules/yallist/iterator.js -1102 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/jitter/jitter.factory.js -1103 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/util/json.js -1104 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/json.js -1105 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/reporters/json.js -1106 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/json.js -1107 silly gunzTarPerm extractEntry node_modules/jsonparse/jsonparse.js -1108 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/key.js -1109 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/key.js -1110 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/cache/key.js -1111 silly gunzTarPerm extractEntry node_modules/negotiator/lib/language.js -1112 silly gunzTarPerm extractEntry node_modules/tar/lib/large-numbers.js -1113 silly gunzTarPerm extractEntry node_modules/cli-table3/src/layout-manager.js -1114 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/lazy_transform.js -1115 silly gunzTarPerm extractEntry node_modules/events/tests/legacy-compat.js -1116 silly gunzTarPerm extractEntry node_modules/graceful-fs/legacy-streams.js -1117 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/legacy.js -1118 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/asn1/length.js -1119 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/license.js -1120 silly gunzTarPerm extractEntry lib/lifecycle-cmd.js -1121 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js -1122 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/line.js -1123 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/lines-to-revs.js -1124 silly gunzTarPerm extractEntry node_modules/bin-links/lib/link-bin.js -1125 silly gunzTarPerm extractEntry node_modules/bin-links/lib/link-bins.js -1126 silly gunzTarPerm extractEntry node_modules/bin-links/lib/link-gently.js -1127 silly gunzTarPerm extractEntry node_modules/bin-links/lib/link-mans.js -1128 silly gunzTarPerm extractEntry lib/commands/link.js -1129 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/link.js -1130 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/list.js -1131 silly gunzTarPerm extractEntry node_modules/tar/lib/list.js -1132 silly gunzTarPerm extractEntry node_modules/events/tests/listener-count.js -1133 silly gunzTarPerm extractEntry node_modules/events/tests/listeners-side-effects.js -1134 silly gunzTarPerm extractEntry node_modules/events/tests/listeners.js -1135 silly gunzTarPerm extractEntry lib/commands/ll.js -1136 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/load-actual.js -1137 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/load-virtual.js -1138 silly gunzTarPerm extractEntry lib/utils/log-file.js -1139 silly gunzTarPerm extractEntry lib/utils/log-shim.js -1140 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/log.js -1141 silly gunzTarPerm extractEntry node_modules/npmlog/lib/log.js -1142 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/lib/logging.js -1143 silly gunzTarPerm extractEntry lib/commands/login.js -1144 silly gunzTarPerm extractEntry lib/commands/logout.js -1145 silly gunzTarPerm extractEntry lib/commands/ls.js -1146 silly gunzTarPerm extractEntry node_modules/semver/functions/lt.js -1147 silly gunzTarPerm extractEntry node_modules/semver/functions/lte.js -1148 silly gunzTarPerm extractEntry node_modules/semver/ranges/ltr.js -1149 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/lib/main.js -1150 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/test/main.js -1151 silly gunzTarPerm extractEntry node_modules/semver/functions/major.js -1152 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/make_warning.js -1153 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/make-error.js -1154 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/make-spawn-args.js -1155 silly gunzTarPerm extractEntry node_modules/bin-links/lib/man-target.js -1156 silly gunzTarPerm extractEntry node_modules/events/tests/max-listeners.js -1157 silly gunzTarPerm extractEntry node_modules/semver/ranges/max-satisfying.js -1158 silly gunzTarPerm extractEntry node_modules/negotiator/lib/mediaType.js -1159 silly gunzTarPerm extractEntry node_modules/cacache/lib/memoization.js -1160 silly gunzTarPerm extractEntry node_modules/diff/lib/patch/merge.js -1161 silly gunzTarPerm extractEntry node_modules/sigstore/dist/tlog/verify/merkle.js -1162 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/bundler/message.js -1163 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/metadata.js -1164 silly gunzTarPerm extractEntry node_modules/events/tests/method-names.js -1165 silly gunzTarPerm extractEntry node_modules/semver/ranges/min-satisfying.js -1166 silly gunzTarPerm extractEntry node_modules/semver/ranges/min-version.js -1167 silly gunzTarPerm extractEntry node_modules/semver/functions/minor.js -1168 silly gunzTarPerm extractEntry node_modules/tar/lib/mkdir.js -1169 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/mkdirp-manual.js -1170 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/mkdirp-native.js -1171 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/esm/mod.js -1172 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/mod.js -1173 silly gunzTarPerm extractEntry node_modules/tar/lib/mode-fix.js -1174 silly gunzTarPerm extractEntry node_modules/isexe/mode.js -1175 silly gunzTarPerm extractEntry node_modules/events/tests/modify-in-emit.js -1176 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/move-file.js -1177 silly gunzTarPerm extractEntry node_modules/archy/examples/multi_line.js -1178 silly gunzTarPerm extractEntry node_modules/archy/test/multi_line.js -1179 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/namespace.js -1180 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/negate.js -1181 silly gunzTarPerm extractEntry node_modules/semver/functions/neq.js -1182 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/nerf-dart.js -1183 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/nesting.js -1184 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/no-repeated-options.js -1185 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/no-tty.js -1186 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/jitter/no/no.jitter.js -1187 silly gunzTarPerm extractEntry node_modules/node-gyp/bin/node-gyp.js -1188 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/node-gyp.js -1189 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/node.js -1190 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/common/node.js -1191 silly gunzTarPerm extractEntry node_modules/debug/src/node.js -1192 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/node.js -1193 silly gunzTarPerm extractEntry node_modules/util-deprecate/node.js -1194 silly gunzTarPerm extractEntry node_modules/archy/test/non_unicode.js -1195 silly gunzTarPerm extractEntry node_modules/nopt/lib/nopt-lib.js -1196 silly gunzTarPerm extractEntry node_modules/nopt/bin/nopt.js -1197 silly gunzTarPerm extractEntry node_modules/nopt/lib/nopt.js -1198 silly gunzTarPerm extractEntry node_modules/@colors/colors/examples/normal-usage.js -1199 silly gunzTarPerm extractEntry node_modules/tar/lib/normalize-unicode.js -1200 silly gunzTarPerm extractEntry node_modules/tar/lib/normalize-windows-path.js -1201 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/lib/normalize.js -1202 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/normalize.js -1203 silly gunzTarPerm extractEntry node_modules/npm-package-arg/lib/npa.js -1204 silly gunzTarPerm extractEntry bin/npm-cli.js -1205 silly gunzTarPerm extractEntry lib/utils/npm-usage.js -1206 silly gunzTarPerm extractEntry lib/npm.js -1207 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/npm.js -1208 silly gunzTarPerm extractEntry bin/npx-cli.js -1209 silly gunzTarPerm extractEntry node_modules/events/tests/num-args.js -1210 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/asn1/obj.js -1211 silly gunzTarPerm extractEntry node_modules/jsonparse/test/offset.js -1212 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/oid.js -1213 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/util/oidc.js -1214 silly gunzTarPerm extractEntry node_modules/events/tests/once.js -1215 silly gunzTarPerm extractEntry lib/utils/open-url-prompt.js -1216 silly gunzTarPerm extractEntry lib/utils/open-url.js -1217 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/operators.js -1218 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/optional-set.js -1219 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/options.js -1220 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/lib/options.js -1221 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/options.js -1222 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/options.js -1223 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/cjs/options.js -1224 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/mjs/options.js -1225 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/opts-arg.js -1226 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/opts.js -1227 silly gunzTarPerm extractEntry lib/commands/org.js -1228 silly gunzTarPerm extractEntry lib/utils/otplease.js -1229 silly gunzTarPerm extractEntry lib/commands/outdated.js -1230 silly gunzTarPerm extractEntry node_modules/semver/ranges/outside.js -1231 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/override-resolves.js -1232 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/override-set.js -1233 silly gunzTarPerm extractEntry lib/commands/owner.js -1234 silly gunzTarPerm extractEntry lib/commands/pack.js -1235 silly gunzTarPerm extractEntry node_modules/tar/lib/pack.js -1236 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/package-envs.js -1237 silly gunzTarPerm extractEntry lib/package-url-cmd.js -1238 silly gunzTarPerm extractEntry node_modules/diff/lib/util/params.js -1239 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/commonjs/parse-args.js -1240 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/esm/parse-args.js -1241 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/parse-field.js -1242 silly gunzTarPerm extractEntry node_modules/semver/internal/parse-options.js -1243 silly gunzTarPerm extractEntry node_modules/https-proxy-agent/dist/parse-proxy-response.js -1244 silly gunzTarPerm extractEntry node_modules/hosted-git-info/lib/parse-url.js -1245 silly gunzTarPerm extractEntry node_modules/cross-spawn/lib/parse.js -1246 silly gunzTarPerm extractEntry node_modules/diff/lib/patch/parse.js -1247 silly gunzTarPerm extractEntry node_modules/semver/functions/parse.js -1248 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/asn1/parse.js -1249 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/parse.js -1250 silly gunzTarPerm extractEntry node_modules/tar/lib/parse.js -1251 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/parser.js -1252 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/passthrough.js -1253 silly gunzTarPerm extractEntry node_modules/semver/functions/patch.js -1254 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/path-arg.js -1255 silly gunzTarPerm extractEntry node_modules/tar/lib/path-reservations.js -1256 silly gunzTarPerm extractEntry node_modules/cacache/lib/content/path.js -1257 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/pattern.js -1258 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/pattern.js -1259 silly gunzTarPerm extractEntry node_modules/tar/lib/pax.js -1260 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/peer-entry-sets.js -1261 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/util/pem.js -1262 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/pem.js -1263 silly gunzTarPerm extractEntry lib/commands/ping.js -1264 silly gunzTarPerm extractEntry lib/utils/ping.js -1265 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/pipeline.js -1266 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/pipeline.js -1267 silly gunzTarPerm extractEntry lib/commands/pkg.js -1268 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/place-dep.js -1269 silly gunzTarPerm extractEntry node_modules/gauge/lib/plumbing.js -1270 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/cache/policy.js -1271 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/cp/polyfill.js -1272 silly gunzTarPerm extractEntry node_modules/abort-controller/polyfill.js -1273 silly gunzTarPerm extractEntry node_modules/graceful-fs/polyfills.js -1274 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/cjs/posix.js -1275 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/mjs/posix.js -1276 silly gunzTarPerm extractEntry lib/commands/prefix.js -1277 silly gunzTarPerm extractEntry node_modules/semver/preload.js -1278 silly gunzTarPerm extractEntry node_modules/events/tests/prepend.js -1279 silly gunzTarPerm extractEntry node_modules/semver/functions/prerelease.js -1280 silly gunzTarPerm extractEntry node_modules/jsonparse/test/primitives.js -1281 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/internal/primordials.js -1282 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/ours/primordials.js -1283 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/lib/print-tree.js -1284 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/printable.js -1285 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/process-release.js -1286 silly gunzTarPerm extractEntry node_modules/gauge/lib/process.js -1287 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/processor.js -1288 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/processor.js -1289 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/processor.js -1290 silly gunzTarPerm extractEntry lib/commands/profile.js -1291 silly gunzTarPerm extractEntry node_modules/gauge/lib/progress-bar.js -1292 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/stream/promises.js -1293 silly gunzTarPerm extractEntry node_modules/libnpmpublish/lib/provenance.js -1294 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/identity/provider.js -1295 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/proxy.js -1296 silly gunzTarPerm extractEntry lib/commands/prune.js -1297 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/prune.js -1298 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/pruner.js -1299 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/pseudo.js -1300 silly gunzTarPerm extractEntry lib/commands/publish.js -1301 silly gunzTarPerm extractEntry node_modules/libnpmpublish/lib/publish.js -1302 silly gunzTarPerm extractEntry lib/utils/pulse-till-done.js -1303 silly gunzTarPerm extractEntry node_modules/cacache/lib/put.js -1304 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js -1305 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js -1306 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/bin/qrcode-terminal.js -1307 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js -1308 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js -1309 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRMath.js -1310 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRMode.js -1311 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js -1312 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js -1313 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js -1314 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/query-selector-all.js -1315 silly gunzTarPerm extractEntry lib/commands/query.js -1316 silly gunzTarPerm extractEntry lib/utils/queryable.js -1317 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/reporters/quiet.js -1318 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/maps/rainbow.js -1319 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/maps/random.js -1320 silly gunzTarPerm extractEntry node_modules/semver/classes/range.js -1321 silly gunzTarPerm extractEntry node_modules/semver/functions/rcompare.js -1322 silly gunzTarPerm extractEntry node_modules/semver/internal/re.js -1323 silly gunzTarPerm extractEntry node_modules/tar/lib/read-entry.js -1324 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/read-json.js -1325 silly gunzTarPerm extractEntry node_modules/read-package-json/lib/read-json.js -1326 silly gunzTarPerm extractEntry lib/utils/read-user-info.js -1327 silly gunzTarPerm extractEntry node_modules/cacache/lib/content/read.js -1328 silly gunzTarPerm extractEntry node_modules/read/lib/read.js -1329 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/readable.js -1330 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/readdir-scoped.js -1331 silly gunzTarPerm extractEntry node_modules/cross-spawn/lib/util/readShebang.js -1332 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/realpath.js -1333 silly gunzTarPerm extractEntry lib/commands/rebuild.js -1334 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/rebuild.js -1335 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/rebuild.js -1336 silly gunzTarPerm extractEntry node_modules/socks/build/common/receivebuffer.js -1337 silly gunzTarPerm extractEntry node_modules/pacote/lib/registry.js -1338 silly gunzTarPerm extractEntry lib/utils/reify-finish.js -1339 silly gunzTarPerm extractEntry lib/utils/reify-output.js -1340 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/reify.js -1341 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/reify.js -1342 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/external/rekor.js -1343 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/relpath.js -1344 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/remote.js -1345 silly gunzTarPerm extractEntry node_modules/pacote/lib/remote.js -1346 silly gunzTarPerm extractEntry node_modules/events/tests/remove-all-listeners.js -1347 silly gunzTarPerm extractEntry node_modules/events/tests/remove-listeners.js -1348 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/remove.js -1349 silly gunzTarPerm extractEntry node_modules/gauge/lib/render-template.js -1350 silly gunzTarPerm extractEntry lib/utils/replace-info.js -1351 silly gunzTarPerm extractEntry node_modules/tar/lib/replace.js -1352 silly gunzTarPerm extractEntry lib/commands/repo.js -1353 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/request.js -1354 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/reset-dep-flags.js -1355 silly gunzTarPerm extractEntry node_modules/cross-spawn/lib/util/resolveCommand.js -1356 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/response.js -1357 silly gunzTarPerm extractEntry lib/commands/restart.js -1358 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/retire-path.js -1359 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/retrieve-tag.js -1360 silly gunzTarPerm extractEntry node_modules/retry/lib/retry_operation.js -1361 silly gunzTarPerm extractEntry node_modules/retry/lib/retry.js -1362 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/revs.js -1363 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.js -1364 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.js -1365 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/es2015/RGI_Emoji.js -1366 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/RGI_Emoji.js -1367 silly gunzTarPerm extractEntry node_modules/cacache/lib/content/rm.js -1368 silly gunzTarPerm extractEntry node_modules/cacache/lib/rm.js -1369 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/role.js -1370 silly gunzTarPerm extractEntry node_modules/just-diff-apply/rollup.config.js -1371 silly gunzTarPerm extractEntry node_modules/just-diff/rollup.config.js -1372 silly gunzTarPerm extractEntry lib/commands/root.js -1373 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/root.js -1374 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/root.js -1375 silly gunzTarPerm extractEntry node_modules/color-convert/route.js -1376 silly gunzTarPerm extractEntry node_modules/semver/functions/rsort.js -1377 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/run-script-pkg.js -1378 silly gunzTarPerm extractEntry lib/commands/run-script.js -1379 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/run-script.js -1380 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/run-script.js -1381 silly gunzTarPerm extractEntry node_modules/diff/runtime.js -1382 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/safe_format.js -1383 silly gunzTarPerm extractEntry node_modules/@colors/colors/examples/safe-string.js -1384 silly gunzTarPerm extractEntry node_modules/@colors/colors/safe.js -1385 silly gunzTarPerm extractEntry node_modules/safer-buffer/safer.js -1386 silly gunzTarPerm extractEntry node_modules/semver/functions/satisfies.js -1387 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/sbcs-codec.js -1388 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/sbcs-data-generated.js -1389 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/sbcs-data.js -1390 silly gunzTarPerm extractEntry lib/utils/sbom-cyclonedx.js -1391 silly gunzTarPerm extractEntry lib/utils/sbom-spdx.js -1392 silly gunzTarPerm extractEntry lib/commands/sbom.js -1393 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/scan.js -1394 silly gunzTarPerm extractEntry node_modules/sigstore/dist/ca/verify/sct.js -1395 silly gunzTarPerm extractEntry node_modules/sigstore/dist/x509/sct.js -1396 silly gunzTarPerm extractEntry lib/commands/search.js -1397 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/selector.js -1398 silly gunzTarPerm extractEntry node_modules/semver/bin/semver.js -1399 silly gunzTarPerm extractEntry node_modules/semver/classes/semver.js -1400 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/sentence.js -1401 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/serialized.js -1402 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/set-envs.js -1403 silly gunzTarPerm extractEntry node_modules/gauge/lib/set-immediate.js -1404 silly gunzTarPerm extractEntry node_modules/gauge/lib/set-interval.js -1405 silly gunzTarPerm extractEntry node_modules/events/tests/set-max-listeners-side-effects.js -1406 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/set-path.js -1407 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/set-workspaces.js -1408 silly gunzTarPerm extractEntry lib/commands/set.js -1409 silly gunzTarPerm extractEntry node_modules/sigstore/dist/tlog/verify/set.js -1410 silly gunzTarPerm extractEntry node_modules/bin-links/lib/shim-bin.js -1411 silly gunzTarPerm extractEntry node_modules/libnpmdiff/lib/should-print-patch.js -1412 silly gunzTarPerm extractEntry lib/commands/shrinkwrap.js -1413 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/shrinkwrap.js -1414 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/shrinkwrap.js -1415 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/signal-handling.js -1416 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/signal-manager.js -1417 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/signals.js -1418 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/cjs/signals.js -1419 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/mjs/signals.js -1420 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/signature.js -1421 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/signer/signer.js -1422 silly gunzTarPerm extractEntry node_modules/sigstore/dist/ca/verify/signer.js -1423 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_bundle.js -1424 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_common.js -1425 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_rekor.js -1426 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_trustroot.js -1427 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_verification.js -1428 silly gunzTarPerm extractEntry node_modules/sigstore/dist/sigstore.js -1429 silly gunzTarPerm extractEntry node_modules/sigstore/dist/types/sigstore.js -1430 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js -1431 silly gunzTarPerm extractEntry node_modules/semver/ranges/simplify.js -1432 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/delay/skip-first/skip-first.delay.js -1433 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/example/small-qrcode.js -1434 silly gunzTarPerm extractEntry node_modules/smart-buffer/build/smartbuffer.js -1435 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/snapshot.js -1436 silly gunzTarPerm extractEntry node_modules/socks/build/client/socksclient.js -1437 silly gunzTarPerm extractEntry node_modules/semver/functions/sort.js -1438 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/sortAscending.js -1439 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/spawn.js -1440 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/spec-from-lock.js -1441 silly gunzTarPerm extractEntry node_modules/events/tests/special-event-names.js -1442 silly gunzTarPerm extractEntry node_modules/gauge/lib/spin.js -1443 silly gunzTarPerm extractEntry lib/commands/star.js -1444 silly gunzTarPerm extractEntry lib/commands/stars.js -1445 silly gunzTarPerm extractEntry lib/commands/start.js -1446 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/state.js -1447 silly gunzTarPerm extractEntry lib/commands/stop.js -1448 silly gunzTarPerm extractEntry node_modules/retry/example/stop.js -1449 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/store.js -1450 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/stream.js -1451 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/stream.js -1452 silly gunzTarPerm extractEntry node_modules/iconv-lite/lib/streams.js -1453 silly gunzTarPerm extractEntry node_modules/string_decoder/lib/string_decoder.js -1454 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/string.js -1455 silly gunzTarPerm extractEntry node_modules/tar/lib/strip-absolute-path.js -1456 silly gunzTarPerm extractEntry node_modules/tar/lib/strip-trailing-slashes.js -1457 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/util/stripComments.js -1458 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/styles.js -1459 silly gunzTarPerm extractEntry node_modules/events/tests/subclass.js -1460 silly gunzTarPerm extractEntry node_modules/semver/ranges/subset.js -1461 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/system/supports-colors.js -1462 silly gunzTarPerm extractEntry node_modules/jsonparse/test/surrogate.js -1463 silly gunzTarPerm extractEntry node_modules/events/tests/symbols.js -1464 silly gunzTarPerm extractEntry node_modules/cli-table3/src/table.js -1465 silly gunzTarPerm extractEntry node_modules/text-table/example/table.js -1466 silly gunzTarPerm extractEntry node_modules/text-table/test/table.js -1467 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/tag.js -1468 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/tag.js -1469 silly gunzTarPerm extractEntry node_modules/sigstore/dist/util/asn1/tag.js -1470 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/tar-create-options.js -1471 silly gunzTarPerm extractEntry lib/utils/tar.js -1472 silly gunzTarPerm extractEntry node_modules/libnpmdiff/lib/tarball.js -1473 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/dist/target.js -1474 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/targets.js -1475 silly gunzTarPerm extractEntry lib/commands/team.js -1476 silly gunzTarPerm extractEntry node_modules/gauge/lib/template-item.js -1477 silly gunzTarPerm extractEntry node_modules/retry/test/integration/test-forever.js -1478 silly gunzTarPerm extractEntry node_modules/retry/test/integration/test-retry-operation.js -1479 silly gunzTarPerm extractEntry node_modules/retry/test/integration/test-retry-wrap.js -1480 silly gunzTarPerm extractEntry node_modules/retry/test/integration/test-timeouts.js -1481 silly gunzTarPerm extractEntry lib/commands/test.js -1482 silly gunzTarPerm extractEntry node_modules/cli-columns/test.js -1483 silly gunzTarPerm extractEntry node_modules/defaults/test.js -1484 silly gunzTarPerm extractEntry node_modules/encoding/test/test.js -1485 silly gunzTarPerm extractEntry node_modules/err-code/test/test.js -1486 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/test.js -1487 silly gunzTarPerm extractEntry node_modules/is-lambda/test.js -1488 silly gunzTarPerm extractEntry node_modules/process/test.js -1489 silly gunzTarPerm extractEntry node_modules/promise-retry/test/test.js -1490 silly gunzTarPerm extractEntry node_modules/safer-buffer/tests.js -1491 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.js -1492 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/text.js -1493 silly gunzTarPerm extractEntry node_modules/emoji-regex/es2015/text.js -1494 silly gunzTarPerm extractEntry node_modules/emoji-regex/text.js -1495 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/es2015/text.js -1496 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/text.js -1497 silly gunzTarPerm extractEntry node_modules/gauge/lib/theme-set.js -1498 silly gunzTarPerm extractEntry node_modules/gauge/lib/themes.js -1499 silly gunzTarPerm extractEntry lib/utils/timers.js -1500 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/lib/timers.js -1501 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/timestamp.js -1502 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/timestamp.js -1503 silly gunzTarPerm extractEntry node_modules/cacache/lib/util/tmp.js -1504 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/utils/tmpfile.js -1505 silly gunzTarPerm extractEntry node_modules/cmd-shim/lib/to-batch-syntax.js -1506 silly gunzTarPerm extractEntry node_modules/semver/ranges/to-comparators.js -1507 silly gunzTarPerm extractEntry lib/commands/token.js -1508 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/tokenize.js -1509 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/tokenTypes.js -1510 silly gunzTarPerm extractEntry node_modules/are-we-there-yet/lib/tracker-base.js -1511 silly gunzTarPerm extractEntry node_modules/are-we-there-yet/lib/tracker-group.js -1512 silly gunzTarPerm extractEntry node_modules/are-we-there-yet/lib/tracker-stream.js -1513 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/tracker.js -1514 silly gunzTarPerm extractEntry node_modules/are-we-there-yet/lib/tracker.js -1515 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/trailing-slashes.js -1516 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/transform.js -1517 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/custom/trap.js -1518 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/tree-check.js -1519 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/external/tsa.js -1520 silly gunzTarPerm extractEntry node_modules/jsonparse/examples/twitterfeed.js -1521 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/type-defs.js -1522 silly gunzTarPerm extractEntry node_modules/nopt/lib/type-defs.js -1523 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/type-description.js -1524 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/types.js -1525 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/types.js -1526 silly gunzTarPerm extractEntry node_modules/tar/lib/types.js -1527 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/util/ua.js -1528 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/umask.js -1529 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/util/unesc.js -1530 silly gunzTarPerm extractEntry node_modules/minimatch/dist/cjs/unescape.js -1531 silly gunzTarPerm extractEntry node_modules/minimatch/dist/mjs/unescape.js -1532 silly gunzTarPerm extractEntry lib/commands/uninstall.js -1533 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/universal.js -1534 silly gunzTarPerm extractEntry node_modules/tar/lib/unpack.js -1535 silly gunzTarPerm extractEntry lib/commands/unpublish.js -1536 silly gunzTarPerm extractEntry node_modules/libnpmpublish/lib/unpublish.js -1537 silly gunzTarPerm extractEntry lib/commands/unstar.js -1538 silly gunzTarPerm extractEntry node_modules/libnpmdiff/lib/untar.js -1539 silly gunzTarPerm extractEntry node_modules/jsonparse/test/unvalid.js -1540 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/lib/update-dependencies.js -1541 silly gunzTarPerm extractEntry lib/utils/update-notifier.js -1542 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/lib/update-scripts.js -1543 silly gunzTarPerm extractEntry lib/workspaces/update-workspaces.js -1544 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/lib/update-workspaces.js -1545 silly gunzTarPerm extractEntry lib/commands/update.js -1546 silly gunzTarPerm extractEntry node_modules/tar/lib/update.js -1547 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/updater.js -1548 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/utils/url.js -1549 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/use-native.js -1550 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/utf16.js -1551 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/utf32.js -1552 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/utf7.js -1553 silly gunzTarPerm extractEntry node_modules/jsonparse/test/utf8.js -1554 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/internal/util.js -1555 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/util.js -1556 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/ours/util.js -1557 silly gunzTarPerm extractEntry node_modules/socks/build/common/util.js -1558 silly gunzTarPerm extractEntry node_modules/chalk/source/utilities.js -1559 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/utility.js -1560 silly gunzTarPerm extractEntry node_modules/sigstore/dist/types/utility.js -1561 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/utils.js -1562 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/utils.js -1563 silly gunzTarPerm extractEntry node_modules/cli-table3/src/utils.js -1564 silly gunzTarPerm extractEntry node_modules/columnify/utils.js -1565 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/utils.js -1566 silly gunzTarPerm extractEntry node_modules/smart-buffer/build/utils.js -1567 silly gunzTarPerm extractEntry node_modules/semver/functions/valid.js -1568 silly gunzTarPerm extractEntry node_modules/semver/ranges/valid.js -1569 silly gunzTarPerm extractEntry lib/es6/validate-engines.js -1570 silly gunzTarPerm extractEntry lib/utils/validate-lockfile.js -1571 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/validate-options.js -1572 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/validate.js -1573 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/internal/validators.js -1574 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/validators.js -1575 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/verify.js -1576 silly gunzTarPerm extractEntry node_modules/cacache/lib/verify.js -1577 silly gunzTarPerm extractEntry node_modules/sigstore/dist/verify.js -1578 silly gunzTarPerm extractEntry node_modules/sigstore/dist/x509/verify.js -1579 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/version-from-tgz.js -1580 silly gunzTarPerm extractEntry lib/commands/version.js -1581 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/version.js -1582 silly gunzTarPerm extractEntry lib/commands/view.js -1583 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/virtual.js -1584 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/vuln.js -1585 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/walker.js -1586 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/walker.js -1587 silly gunzTarPerm extractEntry node_modules/tar/lib/warn-mixin.js -1588 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/cjs/watchdog.js -1589 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/mjs/watchdog.js -1590 silly gunzTarPerm extractEntry lib/utils/web-auth.js -1591 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/which.js -1592 silly gunzTarPerm extractEntry node_modules/cross-spawn/node_modules/which/which.js -1593 silly gunzTarPerm extractEntry node_modules/which/bin/which.js -1594 silly gunzTarPerm extractEntry lib/commands/whoami.js -1595 silly gunzTarPerm extractEntry node_modules/gauge/lib/wide-truncate.js -1596 silly gunzTarPerm extractEntry node_modules/columnify/width.js -1597 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/cjs/win32.js -1598 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/mjs/win32.js -1599 silly gunzTarPerm extractEntry node_modules/tar/lib/winchars.js -1600 silly gunzTarPerm extractEntry node_modules/isexe/windows.js -1601 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/with-temp-dir.js -1602 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/witness.js -1603 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/word.js -1604 silly gunzTarPerm extractEntry node_modules/readable-stream/lib/internal/streams/writable.js -1605 silly gunzTarPerm extractEntry node_modules/tar/lib/write-entry.js -1606 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/write-json.js -1607 silly gunzTarPerm extractEntry node_modules/cacache/lib/content/write.js -1608 silly gunzTarPerm extractEntry node_modules/diff/lib/convert/xml.js -1609 silly gunzTarPerm extractEntry node_modules/yallist/yallist.js -1610 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/yarn-lock.js -1611 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/custom/zalgo.js -1612 silly gunzTarPerm extractEntry node_modules/@colors/colors/lib/maps/zebra.js -1613 silly gunzTarPerm extractEntry node_modules/jsonparse/samplejson/basic.json -1614 silly gunzTarPerm extractEntry node_modules/jsonparse/samplejson/basic2.json -1615 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/big5-added.json -1616 silly gunzTarPerm extractEntry node_modules/binary-extensions/binary-extensions.json -1617 silly gunzTarPerm extractEntry node_modules/err-code/bower.json -1618 silly gunzTarPerm extractEntry node_modules/is-core-module/core.json -1619 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/cp936.json -1620 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/cp949.json -1621 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/cp950.json -1622 silly gunzTarPerm extractEntry node_modules/spdx-license-ids/deprecated.json -1623 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/eucjp.json -1624 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/gb18030-ranges.json -1625 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/gbk-added.json -1626 silly gunzTarPerm extractEntry node_modules/spdx-exceptions/index.json -1627 silly gunzTarPerm extractEntry node_modules/spdx-license-ids/index.json -1628 silly gunzTarPerm extractEntry node_modules/@colors/colors/package.json -1629 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json -1630 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/string-width/package.json -1631 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/package.json -1632 silly gunzTarPerm extractEntry node_modules/@isaacs/string-locale-compare/package.json -1633 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/package.json -1634 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/package.json -1635 silly gunzTarPerm extractEntry node_modules/@npmcli/config/package.json -1636 silly gunzTarPerm extractEntry node_modules/@npmcli/disparity-colors/node_modules/ansi-styles/package.json -1637 silly gunzTarPerm extractEntry node_modules/@npmcli/disparity-colors/package.json -1638 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/package.json -1639 silly gunzTarPerm extractEntry node_modules/@npmcli/git/package.json -1640 silly gunzTarPerm extractEntry node_modules/@npmcli/installed-package-contents/package.json -1641 silly gunzTarPerm extractEntry node_modules/@npmcli/map-workspaces/package.json -1642 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/package.json -1643 silly gunzTarPerm extractEntry node_modules/@npmcli/name-from-folder/package.json -1644 silly gunzTarPerm extractEntry node_modules/@npmcli/node-gyp/package.json -1645 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/package.json -1646 silly gunzTarPerm extractEntry node_modules/@npmcli/promise-spawn/package.json -1647 silly gunzTarPerm extractEntry node_modules/@npmcli/query/package.json -1648 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/package.json -1649 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/package.json -1650 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/package.json -1651 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/package.json -1652 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/package.json -1653 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/package.json -1654 silly gunzTarPerm extractEntry node_modules/@tufjs/canonical-json/package.json -1655 silly gunzTarPerm extractEntry node_modules/@tufjs/models/package.json -1656 silly gunzTarPerm extractEntry node_modules/abbrev/package.json -1657 silly gunzTarPerm extractEntry node_modules/abort-controller/package.json -1658 silly gunzTarPerm extractEntry node_modules/agent-base/package.json -1659 silly gunzTarPerm extractEntry node_modules/aggregate-error/package.json -1660 silly gunzTarPerm extractEntry node_modules/ansi-regex/package.json -1661 silly gunzTarPerm extractEntry node_modules/ansi-styles/package.json -1662 silly gunzTarPerm extractEntry node_modules/aproba/package.json -1663 silly gunzTarPerm extractEntry node_modules/archy/package.json -1664 silly gunzTarPerm extractEntry node_modules/are-we-there-yet/package.json -1665 silly gunzTarPerm extractEntry node_modules/balanced-match/package.json -1666 silly gunzTarPerm extractEntry node_modules/base64-js/package.json -1667 silly gunzTarPerm extractEntry node_modules/bin-links/package.json -1668 silly gunzTarPerm extractEntry node_modules/binary-extensions/package.json -1669 silly gunzTarPerm extractEntry node_modules/brace-expansion/package.json -1670 silly gunzTarPerm extractEntry node_modules/buffer/package.json -1671 silly gunzTarPerm extractEntry node_modules/builtins/package.json -1672 silly gunzTarPerm extractEntry node_modules/cacache/package.json -1673 silly gunzTarPerm extractEntry node_modules/chalk/package.json -1674 silly gunzTarPerm extractEntry node_modules/chownr/package.json -1675 silly gunzTarPerm extractEntry node_modules/ci-info/package.json -1676 silly gunzTarPerm extractEntry node_modules/cidr-regex/package.json -1677 silly gunzTarPerm extractEntry node_modules/clean-stack/package.json -1678 silly gunzTarPerm extractEntry node_modules/cli-columns/node_modules/ansi-regex/package.json -1679 silly gunzTarPerm extractEntry node_modules/cli-columns/node_modules/strip-ansi/package.json -1680 silly gunzTarPerm extractEntry node_modules/cli-columns/package.json -1681 silly gunzTarPerm extractEntry node_modules/cli-table3/package.json -1682 silly gunzTarPerm extractEntry node_modules/clone/package.json -1683 silly gunzTarPerm extractEntry node_modules/cmd-shim/package.json -1684 silly gunzTarPerm extractEntry node_modules/color-convert/package.json -1685 silly gunzTarPerm extractEntry node_modules/color-name/package.json -1686 silly gunzTarPerm extractEntry node_modules/color-support/package.json -1687 silly gunzTarPerm extractEntry node_modules/columnify/node_modules/ansi-regex/package.json -1688 silly gunzTarPerm extractEntry node_modules/columnify/node_modules/strip-ansi/package.json -1689 silly gunzTarPerm extractEntry node_modules/columnify/package.json -1690 silly gunzTarPerm extractEntry node_modules/common-ancestor-path/package.json -1691 silly gunzTarPerm extractEntry node_modules/console-control-strings/package.json -1692 silly gunzTarPerm extractEntry node_modules/cross-spawn/node_modules/which/package.json -1693 silly gunzTarPerm extractEntry node_modules/cross-spawn/package.json -1694 silly gunzTarPerm extractEntry node_modules/cssesc/package.json -1695 silly gunzTarPerm extractEntry node_modules/debug/node_modules/ms/package.json -1696 silly gunzTarPerm extractEntry node_modules/debug/package.json -1697 silly gunzTarPerm extractEntry node_modules/defaults/package.json -1698 silly gunzTarPerm extractEntry node_modules/delegates/package.json -1699 silly gunzTarPerm extractEntry node_modules/diff/package.json -1700 silly gunzTarPerm extractEntry node_modules/eastasianwidth/package.json -1701 silly gunzTarPerm extractEntry node_modules/emoji-regex/package.json -1702 silly gunzTarPerm extractEntry node_modules/encoding/package.json -1703 silly gunzTarPerm extractEntry node_modules/env-paths/package.json -1704 silly gunzTarPerm extractEntry node_modules/err-code/package.json -1705 silly gunzTarPerm extractEntry node_modules/event-target-shim/package.json -1706 silly gunzTarPerm extractEntry node_modules/events/package.json -1707 silly gunzTarPerm extractEntry node_modules/exponential-backoff/package.json -1708 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/package.json -1709 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/cjs/package.json -1710 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/mjs/package.json -1711 silly gunzTarPerm extractEntry node_modules/foreground-child/package.json -1712 silly gunzTarPerm extractEntry node_modules/fs-minipass/package.json -1713 silly gunzTarPerm extractEntry node_modules/function-bind/package.json -1714 silly gunzTarPerm extractEntry node_modules/gauge/node_modules/ansi-regex/package.json -1715 silly gunzTarPerm extractEntry node_modules/gauge/node_modules/strip-ansi/package.json -1716 silly gunzTarPerm extractEntry node_modules/gauge/package.json -1717 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/package.json -1718 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/package.json -1719 silly gunzTarPerm extractEntry node_modules/glob/package.json -1720 silly gunzTarPerm extractEntry node_modules/graceful-fs/package.json -1721 silly gunzTarPerm extractEntry node_modules/has-unicode/package.json -1722 silly gunzTarPerm extractEntry node_modules/hasown/package.json -1723 silly gunzTarPerm extractEntry node_modules/hosted-git-info/package.json -1724 silly gunzTarPerm extractEntry node_modules/http-cache-semantics/package.json -1725 silly gunzTarPerm extractEntry node_modules/http-proxy-agent/package.json -1726 silly gunzTarPerm extractEntry node_modules/https-proxy-agent/package.json -1727 silly gunzTarPerm extractEntry node_modules/iconv-lite/package.json -1728 silly gunzTarPerm extractEntry node_modules/ieee754/package.json -1729 silly gunzTarPerm extractEntry node_modules/ignore-walk/package.json -1730 silly gunzTarPerm extractEntry node_modules/imurmurhash/package.json -1731 silly gunzTarPerm extractEntry node_modules/indent-string/package.json -1732 silly gunzTarPerm extractEntry node_modules/ini/package.json -1733 silly gunzTarPerm extractEntry node_modules/init-package-json/package.json -1734 silly gunzTarPerm extractEntry node_modules/ip-regex/package.json -1735 silly gunzTarPerm extractEntry node_modules/ip/package.json -1736 silly gunzTarPerm extractEntry node_modules/is-cidr/package.json -1737 silly gunzTarPerm extractEntry node_modules/is-core-module/package.json -1738 silly gunzTarPerm extractEntry node_modules/is-fullwidth-code-point/package.json -1739 silly gunzTarPerm extractEntry node_modules/is-lambda/package.json -1740 silly gunzTarPerm extractEntry node_modules/isexe/package.json -1741 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/commonjs/package.json -1742 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/esm/package.json -1743 silly gunzTarPerm extractEntry node_modules/jackspeak/package.json -1744 silly gunzTarPerm extractEntry node_modules/json-parse-even-better-errors/package.json -1745 silly gunzTarPerm extractEntry node_modules/json-stringify-nice/package.json -1746 silly gunzTarPerm extractEntry node_modules/jsonparse/package.json -1747 silly gunzTarPerm extractEntry node_modules/just-diff-apply/package.json -1748 silly gunzTarPerm extractEntry node_modules/just-diff/package.json -1749 silly gunzTarPerm extractEntry node_modules/libnpmaccess/package.json -1750 silly gunzTarPerm extractEntry node_modules/libnpmdiff/package.json -1751 silly gunzTarPerm extractEntry node_modules/libnpmexec/package.json -1752 silly gunzTarPerm extractEntry node_modules/libnpmfund/package.json -1753 silly gunzTarPerm extractEntry node_modules/libnpmhook/package.json -1754 silly gunzTarPerm extractEntry node_modules/libnpmorg/package.json -1755 silly gunzTarPerm extractEntry node_modules/libnpmpack/package.json -1756 silly gunzTarPerm extractEntry node_modules/libnpmpublish/package.json -1757 silly gunzTarPerm extractEntry node_modules/libnpmsearch/package.json -1758 silly gunzTarPerm extractEntry node_modules/libnpmteam/package.json -1759 silly gunzTarPerm extractEntry node_modules/libnpmversion/package.json -1760 silly gunzTarPerm extractEntry node_modules/lru-cache/dist/commonjs/package.json -1761 silly gunzTarPerm extractEntry node_modules/lru-cache/dist/esm/package.json -1762 silly gunzTarPerm extractEntry node_modules/lru-cache/package.json -1763 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/package.json -1764 silly gunzTarPerm extractEntry node_modules/minimatch/dist/cjs/package.json -1765 silly gunzTarPerm extractEntry node_modules/minimatch/dist/mjs/package.json -1766 silly gunzTarPerm extractEntry node_modules/minimatch/package.json -1767 silly gunzTarPerm extractEntry node_modules/minipass-collect/node_modules/minipass/package.json -1768 silly gunzTarPerm extractEntry node_modules/minipass-collect/package.json -1769 silly gunzTarPerm extractEntry node_modules/minipass-fetch/package.json -1770 silly gunzTarPerm extractEntry node_modules/minipass-flush/node_modules/minipass/package.json -1771 silly gunzTarPerm extractEntry node_modules/minipass-flush/package.json -1772 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/node_modules/minipass/package.json -1773 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/package.json -1774 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/node_modules/minipass/package.json -1775 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/package.json -1776 silly gunzTarPerm extractEntry node_modules/minipass-sized/node_modules/minipass/package.json -1777 silly gunzTarPerm extractEntry node_modules/minipass-sized/package.json -1778 silly gunzTarPerm extractEntry node_modules/minipass/dist/commonjs/package.json -1779 silly gunzTarPerm extractEntry node_modules/minipass/dist/esm/package.json -1780 silly gunzTarPerm extractEntry node_modules/minipass/package.json -1781 silly gunzTarPerm extractEntry node_modules/minizlib/node_modules/minipass/package.json -1782 silly gunzTarPerm extractEntry node_modules/minizlib/package.json -1783 silly gunzTarPerm extractEntry node_modules/mkdirp/package.json -1784 silly gunzTarPerm extractEntry node_modules/ms/package.json -1785 silly gunzTarPerm extractEntry node_modules/mute-stream/package.json -1786 silly gunzTarPerm extractEntry node_modules/negotiator/package.json -1787 silly gunzTarPerm extractEntry node_modules/node-gyp/package.json -1788 silly gunzTarPerm extractEntry node_modules/nopt/package.json -1789 silly gunzTarPerm extractEntry node_modules/normalize-package-data/package.json -1790 silly gunzTarPerm extractEntry node_modules/npm-audit-report/package.json -1791 silly gunzTarPerm extractEntry node_modules/npm-bundled/package.json -1792 silly gunzTarPerm extractEntry node_modules/npm-install-checks/package.json -1793 silly gunzTarPerm extractEntry node_modules/npm-normalize-package-bin/package.json -1794 silly gunzTarPerm extractEntry node_modules/npm-package-arg/package.json -1795 silly gunzTarPerm extractEntry node_modules/npm-packlist/package.json -1796 silly gunzTarPerm extractEntry node_modules/npm-pick-manifest/package.json -1797 silly gunzTarPerm extractEntry node_modules/npm-profile/package.json -1798 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/package.json -1799 silly gunzTarPerm extractEntry node_modules/npm-user-validate/package.json -1800 silly gunzTarPerm extractEntry node_modules/npmlog/package.json -1801 silly gunzTarPerm extractEntry node_modules/p-map/package.json -1802 silly gunzTarPerm extractEntry node_modules/pacote/package.json -1803 silly gunzTarPerm extractEntry node_modules/parse-conflict-json/package.json -1804 silly gunzTarPerm extractEntry node_modules/path-key/package.json -1805 silly gunzTarPerm extractEntry node_modules/path-scurry/dist/cjs/package.json -1806 silly gunzTarPerm extractEntry node_modules/path-scurry/dist/mjs/package.json -1807 silly gunzTarPerm extractEntry node_modules/path-scurry/package.json -1808 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/package.json -1809 silly gunzTarPerm extractEntry node_modules/proc-log/package.json -1810 silly gunzTarPerm extractEntry node_modules/process/package.json -1811 silly gunzTarPerm extractEntry node_modules/promise-all-reject-late/package.json -1812 silly gunzTarPerm extractEntry node_modules/promise-call-limit/package.json -1813 silly gunzTarPerm extractEntry node_modules/promise-inflight/package.json -1814 silly gunzTarPerm extractEntry node_modules/promise-retry/package.json -1815 silly gunzTarPerm extractEntry node_modules/promzard/package.json -1816 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/package.json -1817 silly gunzTarPerm extractEntry node_modules/read-cmd-shim/package.json -1818 silly gunzTarPerm extractEntry node_modules/read-package-json-fast/package.json -1819 silly gunzTarPerm extractEntry node_modules/read-package-json/package.json -1820 silly gunzTarPerm extractEntry node_modules/read/package.json -1821 silly gunzTarPerm extractEntry node_modules/readable-stream/package.json -1822 silly gunzTarPerm extractEntry node_modules/retry/package.json -1823 silly gunzTarPerm extractEntry node_modules/safe-buffer/package.json -1824 silly gunzTarPerm extractEntry node_modules/safer-buffer/package.json -1825 silly gunzTarPerm extractEntry node_modules/semver/node_modules/lru-cache/package.json -1826 silly gunzTarPerm extractEntry node_modules/semver/package.json -1827 silly gunzTarPerm extractEntry node_modules/set-blocking/package.json -1828 silly gunzTarPerm extractEntry node_modules/shebang-command/package.json -1829 silly gunzTarPerm extractEntry node_modules/shebang-regex/package.json -1830 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/cjs/package.json -1831 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/mjs/package.json -1832 silly gunzTarPerm extractEntry node_modules/signal-exit/package.json -1833 silly gunzTarPerm extractEntry node_modules/sigstore/package.json -1834 silly gunzTarPerm extractEntry node_modules/smart-buffer/package.json -1835 silly gunzTarPerm extractEntry node_modules/socks-proxy-agent/package.json -1836 silly gunzTarPerm extractEntry node_modules/socks/package.json -1837 silly gunzTarPerm extractEntry node_modules/spdx-correct/package.json -1838 silly gunzTarPerm extractEntry node_modules/spdx-exceptions/package.json -1839 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/package.json -1840 silly gunzTarPerm extractEntry node_modules/spdx-license-ids/package.json -1841 silly gunzTarPerm extractEntry node_modules/ssri/package.json -1842 silly gunzTarPerm extractEntry node_modules/string_decoder/package.json -1843 silly gunzTarPerm extractEntry node_modules/string-width-cjs/node_modules/ansi-regex/package.json -1844 silly gunzTarPerm extractEntry node_modules/string-width-cjs/node_modules/strip-ansi/package.json -1845 silly gunzTarPerm extractEntry node_modules/string-width-cjs/package.json -1846 silly gunzTarPerm extractEntry node_modules/string-width/node_modules/ansi-regex/package.json -1847 silly gunzTarPerm extractEntry node_modules/string-width/node_modules/strip-ansi/package.json -1848 silly gunzTarPerm extractEntry node_modules/string-width/package.json -1849 silly gunzTarPerm extractEntry node_modules/strip-ansi-cjs/node_modules/ansi-regex/package.json -1850 silly gunzTarPerm extractEntry node_modules/strip-ansi-cjs/package.json -1851 silly gunzTarPerm extractEntry node_modules/strip-ansi/package.json -1852 silly gunzTarPerm extractEntry node_modules/supports-color/package.json -1853 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json -1854 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/package.json -1855 silly gunzTarPerm extractEntry node_modules/tar/node_modules/minipass/package.json -1856 silly gunzTarPerm extractEntry node_modules/tar/package.json -1857 silly gunzTarPerm extractEntry node_modules/text-table/package.json -1858 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/package.json -1859 silly gunzTarPerm extractEntry node_modules/treeverse/package.json -1860 silly gunzTarPerm extractEntry node_modules/tuf-js/package.json -1861 silly gunzTarPerm extractEntry node_modules/unique-filename/package.json -1862 silly gunzTarPerm extractEntry node_modules/unique-slug/package.json -1863 silly gunzTarPerm extractEntry node_modules/util-deprecate/package.json -1864 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/package.json -1865 silly gunzTarPerm extractEntry node_modules/validate-npm-package-name/package.json -1866 silly gunzTarPerm extractEntry node_modules/walk-up-path/dist/cjs/package.json -1867 silly gunzTarPerm extractEntry node_modules/walk-up-path/dist/mjs/package.json -1868 silly gunzTarPerm extractEntry node_modules/walk-up-path/package.json -1869 silly gunzTarPerm extractEntry node_modules/wcwidth/package.json -1870 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/cjs/package.json -1871 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/mjs/package.json -1872 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/package.json -1873 silly gunzTarPerm extractEntry node_modules/which/package.json -1874 silly gunzTarPerm extractEntry node_modules/wide-align/package.json -1875 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/ansi-regex/package.json -1876 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json -1877 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json -1878 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/package.json -1879 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/package.json -1880 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/string-width/package.json -1881 silly gunzTarPerm extractEntry node_modules/wrap-ansi/package.json -1882 silly gunzTarPerm extractEntry node_modules/write-file-atomic/package.json -1883 silly gunzTarPerm extractEntry node_modules/yallist/package.json -1884 silly gunzTarPerm extractEntry package.json -1885 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/store/public-good-instance-root.json -1886 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/shiftjis.json -1887 silly gunzTarPerm extractEntry node_modules/hasown/tsconfig.json -1888 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/typos.json -1889 silly gunzTarPerm extractEntry node_modules/ci-info/vendors.json -1890 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/warning_messages.json -1891 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/bin.d.mts.map -1892 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/bin.mjs.map -1893 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/glob.d.ts.map -1894 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/glob.d.ts.map -1895 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/glob.js.map -1896 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/glob.js.map -1897 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/has-magic.d.ts.map -1898 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/has-magic.d.ts.map -1899 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/has-magic.js.map -1900 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/has-magic.js.map -1901 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/ignore.d.ts.map -1902 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/ignore.d.ts.map -1903 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/ignore.js.map -1904 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/ignore.js.map -1905 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/index.d.ts.map -1906 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/index.d.ts.map -1907 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/index.js.map -1908 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/index.js.map -1909 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/pattern.d.ts.map -1910 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/pattern.d.ts.map -1911 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/pattern.js.map -1912 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/pattern.js.map -1913 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/processor.d.ts.map -1914 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/processor.d.ts.map -1915 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/processor.js.map -1916 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/processor.js.map -1917 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/walker.d.ts.map -1918 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/walker.d.ts.map -1919 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/walker.js.map -1920 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/walker.js.map -1921 silly gunzTarPerm extractEntry node_modules/mkdirp/readme.markdown -1922 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/API.md -1923 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/javascript/associateExample.md -1924 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/typescript/associateExample.md -1925 silly gunzTarPerm extractEntry node_modules/buffer/AUTHORS.md -1926 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/javascript/bindExample.md -1927 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/typescript/bindExample.md -1928 silly gunzTarPerm extractEntry node_modules/node-gyp/CHANGELOG.md -1929 silly gunzTarPerm extractEntry docs/content/using-npm/config.md -1930 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/javascript/connectExample.md -1931 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/typescript/connectExample.md -1932 silly gunzTarPerm extractEntry node_modules/diff/CONTRIBUTING.md -1933 silly gunzTarPerm extractEntry node_modules/node-gyp/CONTRIBUTING.md -1934 silly gunzTarPerm extractEntry docs/content/using-npm/dependency-selectors.md -1935 silly gunzTarPerm extractEntry docs/content/using-npm/developers.md -1936 silly gunzTarPerm extractEntry docs/content/configuring-npm/folders.md -1937 silly gunzTarPerm extractEntry node_modules/delegates/History.md -1938 silly gunzTarPerm extractEntry node_modules/events/History.md -1939 silly gunzTarPerm extractEntry node_modules/negotiator/HISTORY.md -1940 silly gunzTarPerm extractEntry node_modules/util-deprecate/History.md -1941 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/index.md -1942 silly gunzTarPerm extractEntry node_modules/socks/docs/index.md -1943 silly gunzTarPerm extractEntry node_modules/wcwidth/docs/index.md -1944 silly gunzTarPerm extractEntry docs/content/configuring-npm/install.md -1945 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/LICENSE.md -1946 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/LICENSE.md -1947 silly gunzTarPerm extractEntry node_modules/@npmcli/map-workspaces/LICENSE.md -1948 silly gunzTarPerm extractEntry node_modules/are-we-there-yet/LICENSE.md -1949 silly gunzTarPerm extractEntry node_modules/balanced-match/LICENSE.md -1950 silly gunzTarPerm extractEntry node_modules/cacache/LICENSE.md -1951 silly gunzTarPerm extractEntry node_modules/debug/node_modules/ms/license.md -1952 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/LICENSE.md -1953 silly gunzTarPerm extractEntry node_modules/gauge/LICENSE.md -1954 silly gunzTarPerm extractEntry node_modules/init-package-json/LICENSE.md -1955 silly gunzTarPerm extractEntry node_modules/jackspeak/LICENSE.md -1956 silly gunzTarPerm extractEntry node_modules/json-parse-even-better-errors/LICENSE.md -1957 silly gunzTarPerm extractEntry node_modules/libnpmhook/LICENSE.md -1958 silly gunzTarPerm extractEntry node_modules/ms/license.md -1959 silly gunzTarPerm extractEntry node_modules/npm-pick-manifest/LICENSE.md -1960 silly gunzTarPerm extractEntry node_modules/npm-profile/LICENSE.md -1961 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/LICENSE.md -1962 silly gunzTarPerm extractEntry node_modules/npmlog/LICENSE.md -1963 silly gunzTarPerm extractEntry node_modules/parse-conflict-json/LICENSE.md -1964 silly gunzTarPerm extractEntry node_modules/path-scurry/LICENSE.md -1965 silly gunzTarPerm extractEntry node_modules/ssri/LICENSE.md -1966 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/LICENSE.md -1967 silly gunzTarPerm extractEntry node_modules/write-file-atomic/LICENSE.md -1968 silly gunzTarPerm extractEntry docs/content/using-npm/logging.md -1969 silly gunzTarPerm extractEntry node_modules/socks/docs/migratingFromV1.md -1970 silly gunzTarPerm extractEntry docs/content/commands/npm-access.md -1971 silly gunzTarPerm extractEntry docs/content/commands/npm-adduser.md -1972 silly gunzTarPerm extractEntry docs/content/commands/npm-audit.md -1973 silly gunzTarPerm extractEntry docs/content/commands/npm-bugs.md -1974 silly gunzTarPerm extractEntry docs/content/commands/npm-cache.md -1975 silly gunzTarPerm extractEntry docs/content/commands/npm-ci.md -1976 silly gunzTarPerm extractEntry docs/content/commands/npm-completion.md -1977 silly gunzTarPerm extractEntry docs/content/commands/npm-config.md -1978 silly gunzTarPerm extractEntry docs/content/commands/npm-dedupe.md -1979 silly gunzTarPerm extractEntry docs/content/commands/npm-deprecate.md -1980 silly gunzTarPerm extractEntry docs/content/commands/npm-diff.md -1981 silly gunzTarPerm extractEntry docs/content/commands/npm-dist-tag.md -1982 silly gunzTarPerm extractEntry docs/content/commands/npm-docs.md -1983 silly gunzTarPerm extractEntry docs/content/commands/npm-doctor.md -1984 silly gunzTarPerm extractEntry docs/content/commands/npm-edit.md -1985 silly gunzTarPerm extractEntry docs/content/commands/npm-exec.md -1986 silly gunzTarPerm extractEntry docs/content/commands/npm-explain.md -1987 silly gunzTarPerm extractEntry docs/content/commands/npm-explore.md -1988 silly gunzTarPerm extractEntry docs/content/commands/npm-find-dupes.md -1989 silly gunzTarPerm extractEntry docs/content/commands/npm-fund.md -1990 silly gunzTarPerm extractEntry docs/content/commands/npm-help-search.md -1991 silly gunzTarPerm extractEntry docs/content/commands/npm-help.md -1992 silly gunzTarPerm extractEntry docs/content/commands/npm-hook.md -1993 silly gunzTarPerm extractEntry docs/content/commands/npm-init.md -1994 silly gunzTarPerm extractEntry docs/content/commands/npm-install-ci-test.md -1995 silly gunzTarPerm extractEntry docs/content/commands/npm-install-test.md -1996 silly gunzTarPerm extractEntry docs/content/commands/npm-install.md -1997 silly gunzTarPerm extractEntry docs/content/commands/npm-link.md -1998 silly gunzTarPerm extractEntry docs/content/commands/npm-login.md -1999 silly gunzTarPerm extractEntry docs/content/commands/npm-logout.md -2000 silly gunzTarPerm extractEntry docs/content/commands/npm-ls.md -2001 silly gunzTarPerm extractEntry docs/content/commands/npm-org.md -2002 silly gunzTarPerm extractEntry docs/content/commands/npm-outdated.md -2003 silly gunzTarPerm extractEntry docs/content/commands/npm-owner.md -2004 silly gunzTarPerm extractEntry docs/content/commands/npm-pack.md -2005 silly gunzTarPerm extractEntry docs/content/commands/npm-ping.md -2006 silly gunzTarPerm extractEntry docs/content/commands/npm-pkg.md -2007 silly gunzTarPerm extractEntry docs/content/commands/npm-prefix.md -2008 silly gunzTarPerm extractEntry docs/content/commands/npm-profile.md -2009 silly gunzTarPerm extractEntry docs/content/commands/npm-prune.md -2010 silly gunzTarPerm extractEntry docs/content/commands/npm-publish.md -2011 silly gunzTarPerm extractEntry docs/content/commands/npm-query.md -2012 silly gunzTarPerm extractEntry docs/content/commands/npm-rebuild.md -2013 silly gunzTarPerm extractEntry docs/content/commands/npm-repo.md -2014 silly gunzTarPerm extractEntry docs/content/commands/npm-restart.md -2015 silly gunzTarPerm extractEntry docs/content/commands/npm-root.md -2016 silly gunzTarPerm extractEntry docs/content/commands/npm-run-script.md -2017 silly gunzTarPerm extractEntry docs/content/commands/npm-sbom.md -2018 silly gunzTarPerm extractEntry docs/content/commands/npm-search.md -2019 silly gunzTarPerm extractEntry docs/content/configuring-npm/npm-shrinkwrap-json.md -2020 silly gunzTarPerm extractEntry docs/content/commands/npm-shrinkwrap.md -2021 silly gunzTarPerm extractEntry docs/content/commands/npm-star.md -2022 silly gunzTarPerm extractEntry docs/content/commands/npm-stars.md -2023 silly gunzTarPerm extractEntry docs/content/commands/npm-start.md -2024 silly gunzTarPerm extractEntry docs/content/commands/npm-stop.md -2025 silly gunzTarPerm extractEntry docs/content/commands/npm-team.md -2026 silly gunzTarPerm extractEntry docs/content/commands/npm-test.md -2027 silly gunzTarPerm extractEntry docs/content/commands/npm-token.md -2028 silly gunzTarPerm extractEntry docs/content/commands/npm-uninstall.md -2029 silly gunzTarPerm extractEntry docs/content/commands/npm-unpublish.md -2030 silly gunzTarPerm extractEntry docs/content/commands/npm-unstar.md -2031 silly gunzTarPerm extractEntry docs/content/commands/npm-update.md -2032 silly gunzTarPerm extractEntry docs/content/commands/npm-version.md -2033 silly gunzTarPerm extractEntry docs/content/commands/npm-view.md -2034 silly gunzTarPerm extractEntry docs/content/commands/npm-whoami.md -2035 silly gunzTarPerm extractEntry docs/content/commands/npm.md -2036 silly gunzTarPerm extractEntry docs/content/configuring-npm/npmrc.md -2037 silly gunzTarPerm extractEntry docs/content/commands/npx.md -2038 silly gunzTarPerm extractEntry docs/content/using-npm/orgs.md -2039 silly gunzTarPerm extractEntry docs/content/configuring-npm/package-json.md -2040 silly gunzTarPerm extractEntry docs/content/configuring-npm/package-lock-json.md -2041 silly gunzTarPerm extractEntry docs/content/using-npm/package-spec.md -2042 silly gunzTarPerm extractEntry node_modules/safer-buffer/Porting-Buffer.md -2043 silly gunzTarPerm extractEntry docs/README.md -2044 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/README.md -2045 silly gunzTarPerm extractEntry node_modules/@npmcli/config/README.md -2046 silly gunzTarPerm extractEntry node_modules/@npmcli/installed-package-contents/README.md -2047 silly gunzTarPerm extractEntry node_modules/color-support/README.md -2048 silly gunzTarPerm extractEntry node_modules/cross-spawn/node_modules/which/README.md -2049 silly gunzTarPerm extractEntry node_modules/cssesc/README.md -2050 silly gunzTarPerm extractEntry node_modules/glob/README.md -2051 silly gunzTarPerm extractEntry node_modules/libnpmaccess/README.md -2052 silly gunzTarPerm extractEntry node_modules/libnpmdiff/README.md -2053 silly gunzTarPerm extractEntry node_modules/libnpmexec/README.md -2054 silly gunzTarPerm extractEntry node_modules/libnpmfund/README.md -2055 silly gunzTarPerm extractEntry node_modules/libnpmhook/README.md -2056 silly gunzTarPerm extractEntry node_modules/libnpmorg/README.md -2057 silly gunzTarPerm extractEntry node_modules/libnpmpack/README.md -2058 silly gunzTarPerm extractEntry node_modules/libnpmpublish/README.md -2059 silly gunzTarPerm extractEntry node_modules/libnpmsearch/README.md -2060 silly gunzTarPerm extractEntry node_modules/libnpmteam/README.md -2061 silly gunzTarPerm extractEntry node_modules/libnpmversion/README.md -2062 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/README.md -2063 silly gunzTarPerm extractEntry node_modules/node-gyp/README.md -2064 silly gunzTarPerm extractEntry node_modules/nopt/README.md -2065 silly gunzTarPerm extractEntry node_modules/pacote/README.md -2066 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/README.md -2067 silly gunzTarPerm extractEntry node_modules/semver/README.md -2068 silly gunzTarPerm extractEntry node_modules/which/README.md -2069 silly gunzTarPerm extractEntry README.md -2070 silly gunzTarPerm extractEntry docs/content/using-npm/registry.md -2071 silly gunzTarPerm extractEntry node_modules/diff/release-notes.md -2072 silly gunzTarPerm extractEntry docs/content/using-npm/removal.md -2073 silly gunzTarPerm extractEntry node_modules/smart-buffer/docs/ROADMAP.md -2074 silly gunzTarPerm extractEntry docs/content/using-npm/scope.md -2075 silly gunzTarPerm extractEntry docs/content/using-npm/scripts.md -2076 silly gunzTarPerm extractEntry node_modules/events/security.md -2077 silly gunzTarPerm extractEntry node_modules/node-gyp/SECURITY.md -2078 silly gunzTarPerm extractEntry docs/content/using-npm/workspaces.md -2079 silly gunzTarPerm extractEntry node_modules/abort-controller/dist/abort-controller.mjs -2080 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/bin.mjs -2081 silly gunzTarPerm extractEntry node_modules/abort-controller/browser.mjs -2082 silly gunzTarPerm extractEntry node_modules/event-target-shim/dist/event-target-shim.mjs -2083 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/index.mjs -2084 silly gunzTarPerm extractEntry node_modules/diff/lib/index.mjs -2085 silly gunzTarPerm extractEntry node_modules/just-diff-apply/index.mjs -2086 silly gunzTarPerm extractEntry node_modules/just-diff/index.mjs -2087 silly gunzTarPerm extractEntry node_modules/tar/node_modules/minipass/index.mjs -2088 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/ordered-options.mjs -2089 silly gunzTarPerm extractEntry node_modules/abort-controller/polyfill.mjs -2090 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/bin.d.mts -2091 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/example/basic.png -2092 silly gunzTarPerm extractEntry bin/npm.ps1 -2093 silly gunzTarPerm extractEntry bin/npx.ps1 -2094 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/__init__.py -2095 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py -2096 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/__init__.py -2097 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_elffile.py -2098 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py -2099 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py -2100 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_parser.py -2101 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_structures.py -2102 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py -2103 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py -2104 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/android.py -2105 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py -2106 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/common_test.py -2107 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/common.py -2108 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py -2109 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py -2110 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py -2111 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py -2112 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py -2113 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py -2114 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/gyp_main.py -2115 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py -2116 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py -2117 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/input_test.py -2118 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/input.py -2119 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py -2120 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/make.py -2121 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/markers.py -2122 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/metadata.py -2123 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py -2124 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py -2125 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py -2126 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py -2127 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py -2128 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py -2129 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py -2130 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py -2131 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py -2132 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py -2133 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py -2134 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py -2135 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py -2136 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py -2137 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/requirements.py -2138 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py -2139 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/specifiers.py -2140 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/tags.py -2141 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/test_gyp.py -2142 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/utils.py -2143 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/version.py -2144 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/win_tool.py -2145 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py -2146 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py -2147 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py -2148 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py -2149 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py -2150 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py -2151 silly gunzTarPerm extractEntry lib/utils/completion.sh -2152 silly gunzTarPerm extractEntry node_modules/node-gyp/macOS_Catalina_acid_test.sh -2153 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pyproject.toml -2154 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/glob.d.ts -2155 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/glob.d.ts -2156 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/has-magic.d.ts -2157 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/has-magic.d.ts -2158 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/ignore.d.ts -2159 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/ignore.d.ts -2160 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/index.d.ts -2161 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/index.d.ts -2162 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/pattern.d.ts -2163 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/pattern.d.ts -2164 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/processor.d.ts -2165 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/processor.d.ts -2166 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/walker.d.ts -2167 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/walker.d.ts -2168 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/LICENSE-MIT.txt -2169 silly gunzTarPerm extractEntry node_modules/cssesc/LICENSE-MIT.txt -2170 silly gunzTarPerm extractEntry node_modules/emoji-regex/LICENSE-MIT.txt -2171 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/LICENSE-MIT.txt -2172 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/LICENSE.txt -2173 silly gunzTarPerm extractEntry node_modules/set-blocking/LICENSE.txt -2174 silly gunzTarPerm extractEntry node_modules/signal-exit/LICENSE.txt -2175 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/py.typed -2176 silly gunzTarPerm extractEntry node_modules/events/.airtap.yml -2177 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/.travis.yml -2178 silly addBundled read tarball -2179 silly cleanup remove extracted module -2180 silly rollbackFailedOptional Starting -2181 silly rollbackFailedOptional Finishing -2182 silly runTopLevelLifecycles Finishing -2183 silly install printInstalled -2184 warn optional SKIPPING OPTIONAL DEPENDENCY: strip-ansi-cjs@npm:strip-ansi@^6.0.1 (node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi-cjs): -2185 warn optional SKIPPING OPTIONAL DEPENDENCY: Unsupported URL Type: npm:strip-ansi@^6.0.1 -2186 verbose optional SKIPPING OPTIONAL DEPENDENCY: -2186 verbose optional If you need help, you may report this error at: -2186 verbose optional SKIPPING OPTIONAL DEPENDENCY: -2187 warn optional SKIPPING OPTIONAL DEPENDENCY: wrap-ansi-cjs@npm:wrap-ansi@^7.0.0 (node_modules/npm/node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs): -2188 warn optional SKIPPING OPTIONAL DEPENDENCY: Unsupported URL Type: npm:wrap-ansi@^7.0.0 -2189 verbose optional SKIPPING OPTIONAL DEPENDENCY: -2189 verbose optional If you need help, you may report this error at: -2189 verbose optional SKIPPING OPTIONAL DEPENDENCY: -2190 verbose stack Error: Unsupported URL Type: npm:string-width@^4.2.0 -2190 verbose stack at parseUrl (/home/mtukhtasunov/.nvm/versions/node/v6.11.5/lib/node_modules/npm/node_modules/npm-package-arg/npa.js:186:13) -2190 verbose stack at npa (/home/mtukhtasunov/.nvm/versions/node/v6.11.5/lib/node_modules/npm/node_modules/npm-package-arg/npa.js:79:12) -2190 verbose stack at module.exports (/home/mtukhtasunov/.nvm/versions/node/v6.11.5/lib/node_modules/npm/node_modules/realize-package-specifier/index.js:12:15) -2190 verbose stack at childDependencySpecifier (/home/mtukhtasunov/.nvm/versions/node/v6.11.5/lib/node_modules/npm/lib/install/deps.js:104:3) -2190 verbose stack at addDependency (/home/mtukhtasunov/.nvm/versions/node/v6.11.5/lib/node_modules/npm/lib/install/deps.js:442:3) -2190 verbose stack at /home/mtukhtasunov/.nvm/versions/node/v6.11.5/lib/node_modules/npm/lib/install/deps.js:401:5 -2190 verbose stack at /home/mtukhtasunov/.nvm/versions/node/v6.11.5/lib/node_modules/npm/node_modules/slide/lib/async-map.js:52:35 -2190 verbose stack at Array.forEach (native) -2190 verbose stack at /home/mtukhtasunov/.nvm/versions/node/v6.11.5/lib/node_modules/npm/node_modules/slide/lib/async-map.js:52:11 -2190 verbose stack at Array.forEach (native) -2191 verbose cwd /home/mtukhtasunov/K3MS/frontend -2192 error Linux 5.15.133.1-microsoft-standard-WSL2 -2193 error argv "/home/mtukhtasunov/.nvm/versions/node/v6.11.5/bin/node" "/home/mtukhtasunov/.nvm/versions/node/v6.11.5/bin/npm" "install" "-g" "npm@latest" -2194 error node v6.11.5 -2195 error npm v3.10.10 -2196 error Unsupported URL Type: npm:string-width@^4.2.0 -2197 error If you need help, you may report this error at: -2197 error -2198 verbose exit [ 1, true ]