fca-rqzax-remake 0.0.1-security → 8.19.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of fca-rqzax-remake might be problematic. Click here for more details.
- package/.cache/replit/__replit_disk_meta.json +1 -0
- package/.cache/replit/modules.stamp +1 -0
- package/.cache/replit/nix/env.json +1 -0
- package/.config/configstore/update-notifier-npm.json +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/LICENSE +235 -0
- package/.config/npm/node_global/lib/node_modules/npm/README.md +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/node-gyp-bin/node-gyp +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npm +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npm-cli.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npm.cmd +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npx +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npx-cli.js +130 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npx.cmd +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/README.md +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-access.md +117 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-adduser.md +81 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-audit.md +421 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-bugs.md +105 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-cache.md +92 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-ci.md +323 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-completion.md +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-config.md +171 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-dedupe.md +284 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-deprecate.md +69 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-diff.md +296 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-dist-tag.md +154 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-docs.md +104 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-doctor.md +120 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-edit.md +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-exec.md +363 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-explain.md +103 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-explore.md +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-find-dupes.md +212 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-fund.md +137 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-help-search.md +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-help.md +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-hook.md +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-init.md +292 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-install-ci-test.md +270 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-install-test.md +271 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-install.md +707 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-link.md +354 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-login.md +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-logout.md +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-ls.md +258 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-org.md +106 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-outdated.md +168 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-owner.md +102 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-pack.md +120 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-ping.md +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-pkg.md +261 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-prefix.md +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-profile.md +123 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-prune.md +171 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-publish.md +215 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-query.md +210 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-rebuild.md +143 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-repo.md +98 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-restart.md +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-root.md +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-run-script.md +247 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-search.md +137 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-shrinkwrap.md +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-star.md +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-stars.md +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-start.md +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-stop.md +69 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-team.md +147 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-test.md +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-token.md +122 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-uninstall.md +139 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-unpublish.md +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-unstar.md +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-update.md +404 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-version.md +221 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-view.md +191 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-whoami.md +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm.md +175 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npx.md +167 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/folders.md +219 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/install.md +87 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/npm-shrinkwrap-json.md +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/npmrc.md +137 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/package-json.md +1175 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/package-lock-json.md +235 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/config.md +1666 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/dependency-selectors.md +207 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/developers.md +245 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/logging.md +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/orgs.md +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/package-spec.md +105 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/registry.md +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/removal.md +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/scope.md +143 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/scripts.md +370 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/workspaces.md +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-access.html +262 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-adduser.html +218 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-audit.html +481 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-bugs.html +243 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-cache.html +236 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-ci.html +426 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-completion.html +186 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-config.html +282 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-dedupe.html +387 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-deprecate.html +206 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-diff.html +398 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-dist-tag.html +281 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-docs.html +242 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-doctor.html +253 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-edit.html +190 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-exec.html +435 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-explain.html +242 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-explore.html +190 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-find-dupes.html +333 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-fund.html +267 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-help-search.html +184 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-help.html +190 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-hook.html +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-init.html +387 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-install-ci-test.html +384 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-install-test.html +385 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-install.html +747 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-link.html +442 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-login.html +222 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-logout.html +209 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-ls.html +369 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-org.html +231 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-outdated.html +305 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-owner.html +243 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-pack.html +256 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-ping.html +189 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-pkg.html +357 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-prefix.html +201 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-profile.html +272 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-prune.html +296 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-publish.html +341 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-query.html +344 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-rebuild.html +277 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-repo.html +236 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-restart.html +211 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-root.html +196 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-run-script.html +345 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-search.html +272 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-shrinkwrap.html +182 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-star.html +209 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-stars.html +185 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-start.html +214 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-stop.html +209 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-team.html +272 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-test.html +207 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-token.html +266 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-uninstall.html +264 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-unpublish.html +263 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-unstar.html +206 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-update.html +478 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-version.html +341 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-view.html +293 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-whoami.html +185 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm.html +296 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npx.html +284 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/folders.html +322 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/install.html +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/npm-shrinkwrap-json.html +184 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/npmrc.html +261 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/package-json.html +1055 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/package-lock-json.html +390 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/config.html +1561 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/dependency-selectors.html +336 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/developers.html +352 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/logging.html +228 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/orgs.html +236 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/package-spec.html +255 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/registry.html +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/removal.html +199 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/scope.html +257 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/scripts.html +483 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/workspaces.html +313 -0
- package/.config/npm/node_global/lib/node_modules/npm/index.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/arborist-cmd.js +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/base-command.js +153 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/cli.js +147 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/access.js +224 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/adduser.js +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/audit.js +474 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/bugs.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/cache.js +215 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ci.js +103 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/completion.js +279 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/config.js +374 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/dedupe.js +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/deprecate.js +73 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/diff.js +290 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/dist-tag.js +206 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/docs.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/doctor.js +411 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/edit.js +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/exec.js +95 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/explain.js +128 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/explore.js +79 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/find-dupes.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/fund.js +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/get.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/help-search.js +199 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/help.js +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/hook.js +125 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/init.js +243 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/install-ci-test.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/install-test.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/install.js +172 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/link.js +187 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ll.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/login.js +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/logout.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ls.js +574 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/org.js +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/outdated.js +375 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/owner.js +233 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/pack.js +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ping.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/pkg.js +141 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/prefix.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/profile.js +408 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/prune.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/publish.js +221 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/query.js +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/rebuild.js +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/repo.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/restart.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/root.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/run-script.js +272 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/search.js +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/set.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/shrinkwrap.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/star.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/stars.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/start.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/stop.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/team.js +154 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/test.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/token.js +230 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/uninstall.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/unpublish.js +160 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/unstar.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/update.js +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/version.js +156 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/view.js +510 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/whoami.js +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/lifecycle-cmd.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/npm.js +498 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/package-url-cmd.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/ansi-trim.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/audit-error.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/auth.js +100 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/cmd-list.js +150 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/completion/installed-deep.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/completion/installed-shallow.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/completion.fish +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/completion.sh +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/config/definition.js +251 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/config/definitions.js +2363 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/config/index.js +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/did-you-mean.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/display.js +121 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/error-message.js +422 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/exit-handler.js +229 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/explain-dep.js +148 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/explain-eresolve.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/format-bytes.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/format-search-stream.js +160 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/get-identity.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/is-windows.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/log-file.js +233 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/log-shim.js +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/npm-usage.js +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/open-url-prompt.js +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/open-url.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/otplease.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/ping.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/pulse-till-done.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/queryable.js +312 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/read-user-info.js +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/reify-finish.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/reify-output.js +184 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/replace-info.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/tar.js +132 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/timers.js +116 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/update-notifier.js +134 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/validate-lockfile.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/web-auth.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/workspaces/get-workspaces.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/workspaces/update-workspaces.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-access.1 +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-adduser.1 +91 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-audit.1 +419 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-bugs.1 +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-cache.1 +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-ci.1 +330 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-completion.1 +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-config.1 +187 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-dedupe.1 +278 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-deprecate.1 +73 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-diff.1 +307 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-dist-tag.1 +144 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-docs.1 +113 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-doctor.1 +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-edit.1 +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-exec.1 +350 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-explain.1 +118 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-explore.1 +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-find-dupes.1 +213 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-fund.1 +142 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-help-search.1 +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-help.1 +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-hook.1 +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-init.1 +316 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-install-ci-test.1 +280 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-install-test.1 +280 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-install.1 +696 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-link.1 +343 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-login.1 +95 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-logout.1 +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-ls.1 +269 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-org.1 +125 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-outdated.1 +182 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-owner.1 +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-pack.1 +130 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-ping.1 +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-pkg.1 +283 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-prefix.1 +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-profile.1 +137 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-prune.1 +170 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-publish.1 +207 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-query.1 +223 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-rebuild.1 +148 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-repo.1 +103 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-restart.1 +85 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-root.1 +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-run-script.1 +234 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-search.1 +156 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-shrinkwrap.1 +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-star.1 +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-stars.1 +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-start.1 +79 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-stop.1 +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-team.1 +148 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-test.1 +73 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-token.1 +130 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-uninstall.1 +140 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-unpublish.1 +135 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-unstar.1 +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-update.1 +394 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-version.1 +229 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-view.1 +205 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-whoami.1 +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm.1 +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npx.1 +156 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/folders.5 +152 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/install.5 +73 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/npm-global.5 +152 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/npm-json.5 +1066 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/npm-shrinkwrap-json.5 +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/npmrc.5 +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/package-json.5 +1066 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/package-lock-json.5 +156 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/config.7 +1962 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/dependency-selectors.7 +309 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/developers.7 +234 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/logging.7 +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/orgs.7 +145 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/package-spec.7 +126 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/registry.7 +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/removal.7 +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/scope.7 +113 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/scripts.7 +409 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/workspaces.7 +214 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/LICENSE +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/examples/normal-usage.js +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/examples/safe-string.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/index.d.ts +136 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/colors.js +211 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/custom/trap.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/custom/zalgo.js +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/extendStringPrototype.js +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/index.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/america.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/rainbow.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/random.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/zebra.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/styles.js +95 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/system/has-flag.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/lib/system/supports-colors.js +151 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/package.json +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/safe.d.ts +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/safe.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@colors/colors/themes/generic-logging.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@gar/promisify/LICENSE.md +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@gar/promisify/index.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@gar/promisify/package.json +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/index.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/README.md +349 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/actual.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/audit.js +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/funding.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/ideal.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/index.js +111 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/logging.js +77 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/options.js +123 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/print-tree.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/timers.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/license.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/prune.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/reify.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/shrinkwrap.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/virtual.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js +143 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/audit.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js +1509 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/deduper.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js +166 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js +453 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-actual.js +443 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js +323 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-workspaces.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/pruner.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js +433 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js +1578 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/audit-report.js +414 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/calc-dep-flags.js +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/can-place-dep.js +436 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/case-insensitive-map.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/consistent-resolve.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/debug.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/dep-valid.js +144 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/diff.js +306 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/edge.js +294 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/from-path.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/gather-dep-set.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/get-workspace-nodes.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/inventory.js +125 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/link.js +126 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/node.js +1476 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/optional-set.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/override-resolves.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/override-set.js +147 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/peer-entry-sets.js +77 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/place-dep.js +569 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/printable.js +198 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/query-selector-all.js +850 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/realpath.js +95 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/relpath.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/reset-dep-flags.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/retire-path.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/shrinkwrap.js +1150 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signal-handling.js +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signals.js +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/spec-from-lock.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js +102 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tree-check.js +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/version-from-tgz.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/vuln.js +217 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/yarn-lock.js +377 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/package.json +104 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/README.md +260 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/env-replace.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/errors.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/index.js +929 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/nerf-dart.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/parse-field.js +81 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/set-envs.js +111 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/type-defs.js +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/type-description.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/umask.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/package.json +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/lib/index.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/package.json +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common/get-options.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common/node.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/errors.js +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/index.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/polyfill.js +428 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/index.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/move-file.js +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/readdir-scoped.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/with-temp-dir.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/clone.js +171 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/errors.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/find.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/index.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/is-clean.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/is.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/lines-to-revs.js +147 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/make-error.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/opts.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/revs.js +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/spawn.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/utils.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/which.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/package.json +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/README.md +109 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/lib/index.js +242 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/lib/index.js +211 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/advisory.js +435 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/hash.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/index.js +128 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/move-file/LICENSE.md +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/move-file/lib/index.js +185 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/move-file/package.json +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/lib/index.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/node-gyp/lib/index.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/LICENSE +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js +109 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-dependencies.js +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-scripts.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-workspaces.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/escape.js +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js +195 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/query/LICENSE +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/query/lib/index.js +189 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/query/package.json +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-server-package.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-windows.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/package-envs.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/set-path.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/signal-manager.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/validate-options.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/package.json +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/index.d.ts +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/index.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.d.ts +231 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/types.d.ts +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/types.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/dist/types.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tootallnate/once/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abbrev/LICENSE +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abbrev/lib/index.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abbrev/package.json +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/browser.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/browser.mjs +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/dist/abort-controller.d.ts +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/dist/abort-controller.js +127 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/dist/abort-controller.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/dist/abort-controller.mjs +118 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/dist/abort-controller.mjs.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/dist/abort-controller.umd.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/dist/abort-controller.umd.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/package.json +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/polyfill.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abort-controller/polyfill.mjs +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/dist/src/index.d.ts +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/dist/src/index.js +203 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/dist/src/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/dist/src/promisify.d.ts +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/dist/src/promisify.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/dist/src/promisify.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/package.json +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/src/index.ts +345 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/src/promisify.ts +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/LICENSE +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/browser.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/index.d.ts +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/index.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/lib/agent.js +398 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/lib/constants.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/lib/https_agent.js +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agentkeepalive/package.json +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/aggregate-error/index.d.ts +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/aggregate-error/index.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/aggregate-error/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/aggregate-error/package.json +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-regex/index.d.ts +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-regex/index.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-regex/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-regex/package.json +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-styles/index.d.ts +345 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-styles/index.js +163 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-styles/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-styles/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/aproba/LICENSE +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/aproba/index.js +105 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/aproba/package.json +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/LICENSE +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/examples/beep.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/examples/multi_line.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/index.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/package.json +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/test/beep.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/test/multi_line.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/test/non_unicode.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/LICENSE.md +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/lib/index.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-base.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-group.js +116 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-stream.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/are-we-there-yet/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/balanced-match/LICENSE.md +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/balanced-match/index.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/balanced-match/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/base64-js/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/base64-js/base64js.min.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/base64-js/index.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/base64-js/index.js +150 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/base64-js/package.json +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/bin-target.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/check-bin.js +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/check-bins.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/fix-bin.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/get-node-modules.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/get-paths.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/get-prefix.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/index.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/is-windows.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-bin.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-bins.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-gently.js +90 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-mans.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/man-target.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/shim-bin.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/package.json +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/binary-extensions.json +260 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/binary-extensions.json.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/index.d.ts +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/index.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/package.json +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/brace-expansion/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/brace-expansion/index.js +203 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/brace-expansion/package.json +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/buffer/AUTHORS.md +73 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/buffer/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/buffer/index.d.ts +194 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/buffer/index.js +2106 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/buffer/package.json +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/builtins/License +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/builtins/index.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/builtins/package.json +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/LICENSE.md +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/path.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/read.js +166 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/rm.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/write.js +185 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js +330 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/get.js +170 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/index.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/memoization.js +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/put.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/rm.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/util/glob.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/util/hash-to-segments.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/util/move-file.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/util/tmp.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/verify.js +252 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/package.json +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/index.d.ts +415 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/package.json +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/index.js +229 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/templates.js +134 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/util.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chownr/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chownr/chownr.js +167 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chownr/package.json +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/index.d.ts +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/index.js +90 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/package.json +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/vendors.json +318 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cidr-regex/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cidr-regex/index.d.ts +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cidr-regex/index.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cidr-regex/package.json +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/clean-stack/index.d.ts +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/clean-stack/index.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/clean-stack/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/clean-stack/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/color.js +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/index.js +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/license +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/test.js +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/index.d.ts +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/index.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/package.json +100 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/src/cell.js +409 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/src/debug.js +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/src/layout-manager.js +254 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/src/table.js +106 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-table3/src/utils.js +336 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/clone/LICENSE +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/clone/clone.iml +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/clone/clone.js +166 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/clone/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/lib/index.js +239 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/lib/to-batch-syntax.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/package.json +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/conversions.js +839 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/index.js +81 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/route.js +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-name/LICENSE +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-name/index.js +152 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-name/package.json +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/README.md +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/bin.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/browser.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/index.js +134 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-support/package.json +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/Makefile +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/columnify.js +306 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/index.js +297 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/package.json +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/utils.js +193 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/columnify/width.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/common-ancestor-path/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/common-ancestor-path/index.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/common-ancestor-path/package.json +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/concat-map/LICENSE +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/concat-map/example/map.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/concat-map/index.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/concat-map/package.json +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/concat-map/test/map.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/console-control-strings/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/console-control-strings/index.js +125 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/console-control-strings/package.json +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/LICENSE-MIT.txt +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/README.md +201 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/bin/cssesc +116 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/cssesc.js +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/man/cssesc.1 +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/LICENSE +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/node_modules/ms/index.js +162 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/node_modules/ms/license.md +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/node_modules/ms/package.json +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/package.json +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/browser.js +269 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/common.js +274 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/index.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/node.js +263 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/defaults/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/defaults/index.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/defaults/package.json +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/defaults/test.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/History.md +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/License +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/Makefile +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/index.js +121 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/package.json +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/delegates/test/index.js +94 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/History.md +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/index.js +522 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/lib/browser/index.js +77 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/lib/compat/callsite-tostring.js +103 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/lib/compat/event-listener-count.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/lib/compat/index.js +79 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/depd/package.json +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/CONTRIBUTING.md +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/LICENSE +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/dist/diff.js +1627 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/dist/diff.min.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/convert/dmp.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/convert/xml.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/array.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/base.js +307 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/character.js +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/css.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/json.js +163 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/line.js +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/sentence.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/word.js +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/index.es6.js +1561 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/index.js +216 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/index.mjs +1561 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/apply.js +238 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/create.js +272 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/merge.js +613 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/parse.js +167 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/util/array.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/util/distance-iterator.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/util/params.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/package.json +87 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/release-notes.md +309 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/runtime.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/es2015/index.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/es2015/text.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/index.d.ts +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/index.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/text.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/LICENSE +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/lib/encoding.js +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/package.json +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/test/test.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/env-paths/index.d.ts +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/env-paths/index.js +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/env-paths/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/env-paths/package.json +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/bower.json +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/index.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/index.umd.js +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/package.json +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/test/test.js +159 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.js +871 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.mjs +862 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.mjs.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.umd.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.umd.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/index.d.ts +399 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/event-target-shim/package.json +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/.airtap.yml +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/History.md +118 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/events.js +497 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/package.json +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/security.md +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/add-listeners.js +111 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/check-listener-leaks.js +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/common.js +104 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/errors.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/events-list.js +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/events-once.js +234 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/index.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/legacy-compat.js +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/listener-count.js +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/listeners-side-effects.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/listeners.js +168 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/max-listeners.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/method-names.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/modify-in-emit.js +90 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/num-args.js +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/once.js +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/prepend.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/remove-all-listeners.js +133 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/remove-listeners.js +212 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/set-max-listeners-side-effects.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/special-event-names.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/subclass.js +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/events/tests/symbols.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/LICENSE.md +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/bench.js +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.d.ts +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.js +138 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/mod.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/mod.js +142 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/package.json +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/test.js +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/test.ts +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs-minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs-minipass/lib/index.js +443 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs-minipass/package.json +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs.realpath/LICENSE +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs.realpath/index.js +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs.realpath/old.js +303 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs.realpath/package.json +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/function-bind/LICENSE +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/function-bind/implementation.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/function-bind/index.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/function-bind/package.json +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/function-bind/test/index.js +252 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/base-theme.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/error.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/has-color.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/index.js +289 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/plumbing.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/process.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/progress-bar.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/render-template.js +222 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/set-immediate.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/set-interval.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/spin.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/template-item.js +87 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/theme-set.js +122 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/themes.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/lib/wide-truncate.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/gauge/package.json +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/common.js +244 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/glob.js +790 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/node_modules/minimatch/lib/path.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/node_modules/minimatch/minimatch.js +944 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/node_modules/minimatch/package.json +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/package.json +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/sync.js +486 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/clone.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js +355 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/has/LICENSE-MIT +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/has/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/has/src/index.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/has/test/index.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/has-flag/index.d.ts +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/has-flag/index.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/has-flag/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/has-flag/package.json +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/has-unicode/LICENSE +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/has-unicode/index.js +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/has-unicode/package.json +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/from-url.js +122 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/hosts.js +228 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/index.js +179 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/parse-url.js +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/package.json +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-cache-semantics/LICENSE +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-cache-semantics/index.js +674 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-cache-semantics/package.json +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/dist/agent.d.ts +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js +145 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/dist/index.d.ts +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/dist/index.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/dist/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/package.json +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/agent.d.ts +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js +177 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/index.d.ts +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/index.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/humanize-ms/LICENSE +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/humanize-ms/index.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/humanize-ms/package.json +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-codec.js +597 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-data.js +188 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/index.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/internal.js +198 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data.js +179 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf16.js +197 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf32.js +319 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf7.js +290 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/lib/bom-handling.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/lib/index.d.ts +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/lib/index.js +180 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/lib/streams.js +109 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/package.json +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ieee754/LICENSE +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ieee754/index.d.ts +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ieee754/index.js +85 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ieee754/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ignore-walk/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ignore-walk/lib/index.js +294 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ignore-walk/package.json +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.js +138 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/imurmurhash/package.json +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/indent-string/index.d.ts +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/indent-string/index.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/indent-string/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/indent-string/package.json +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/infer-owner/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/infer-owner/index.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/infer-owner/package.json +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/inflight/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/inflight/inflight.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/inflight/package.json +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/inherits/LICENSE +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/inherits/inherits.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/inherits/inherits_browser.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/inherits/package.json +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ini/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ini/lib/ini.js +230 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ini/package.json +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/LICENSE.md +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/lib/default-input.js +262 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/lib/init-package-json.js +145 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/package.json +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip/lib/ip.js +422 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip/package.json +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-regex/index.d.ts +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-regex/index.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-regex/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-regex/package.json +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-cidr/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-cidr/index.d.ts +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-cidr/index.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-cidr/package.json +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-core-module/LICENSE +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-core-module/core.json +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-core-module/index.js +69 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-core-module/package.json +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-core-module/test/index.js +133 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-fullwidth-code-point/index.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-fullwidth-code-point/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-fullwidth-code-point/package.json +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-lambda/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-lambda/index.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-lambda/package.json +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-lambda/test.js +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/index.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/mode.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/package.json +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/test/basic.js +221 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/windows.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-parse-even-better-errors/lib/index.js +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-parse-even-better-errors/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-stringify-nice/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-stringify-nice/index.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-stringify-nice/package.json +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/LICENSE +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/bench.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/examples/twitterfeed.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/jsonparse.js +413 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/package.json +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/samplejson/basic.json +167 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/samplejson/basic2.json +180 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/big-token.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/boundary.js +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/offset.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/primitives.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/surrogate.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/unvalid.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/utf8.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/index.cjs +153 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/index.d.ts +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/index.mjs +150 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/index.tests.ts +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/package.json +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/rollup.config.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/index.cjs +161 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/index.d.ts +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/index.mjs +158 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/index.tests.ts +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/package.json +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/rollup.config.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/README.md +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/lib/index.js +140 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/package.json +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/README.md +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/format-diff.js +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/index.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/should-print-patch.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/tarball.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/untar.js +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/package.json +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/README.md +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/file-exists.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/get-bin-from-manifest.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/index.js +275 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/is-windows.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/no-tty.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/run-script.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/package.json +81 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/README.md +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/lib/index.js +210 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/package.json +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmhook/LICENSE.md +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmhook/README.md +271 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmhook/lib/index.js +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmhook/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/README.md +148 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/lib/index.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/package.json +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/README.md +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/lib/index.js +69 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/package.json +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/README.md +109 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/index.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/provenance.js +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/publish.js +220 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/unpublish.js +119 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/package.json +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/README.md +173 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/lib/index.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/package.json +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/README.md +188 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/lib/index.js +92 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/README.md +164 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/commit.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/enforce-clean.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/index.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/read-json.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/retrieve-tag.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/tag.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/version.js +140 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/write-json.js +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/index.d.ts +667 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/index.js +1053 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/index.mjs +1053 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/package.json +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/LICENSE +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/agent.js +214 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js +444 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/errors.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/key.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/policy.js +161 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/dns.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js +118 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/index.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/options.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js +121 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/package.json +77 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.d.ts +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/index.d.ts +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/index.js +1090 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/cjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/mjs/index.d.ts +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/mjs/index.js +1077 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/mjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/package.json +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/index.d.ts +147 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/index.js +666 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/index.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/index.d.ts +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/package.json +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/LICENSE +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/abort-error.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/blob.js +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/body.js +350 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/fetch-error.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/headers.js +267 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js +365 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/request.js +281 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/response.js +90 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/package.json +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/index.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/index.d.ts +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/LICENSE +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/index.js +227 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/index.d.ts +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-json-stream/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/index.js +128 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/index.d.ts +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/package.json +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/index.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.d.ts +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/test/basic.js +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/LICENSE +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/constants.js +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/index.js +348 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.d.ts +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/package.json +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/bin/cmd.js +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/index.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/find-made.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/mkdirp-manual.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/mkdirp-native.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/opts-arg.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/path-arg.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/use-native.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/package.json +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/readme.markdown +266 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ms/index.js +162 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ms/license.md +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ms/package.json +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mute-stream/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mute-stream/lib/index.js +142 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mute-stream/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/HISTORY.md +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/LICENSE +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/index.js +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/lib/charset.js +169 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/lib/encoding.js +184 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/lib/language.js +179 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/lib/mediaType.js +294 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/negotiator/package.json +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/release-please.yml +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/tests.yml +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/visual-studio.yml +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/CHANGELOG.md +796 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/LICENSE +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/README.md +258 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/SECURITY.md +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/addon.gypi +204 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js +140 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md +94 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/Force-npm-to-use-global-node-gyp.md +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/Home.md +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/Linking-to-OpenSSL.md +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/README.md +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/.flake8 +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/release-please.yml +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/CHANGELOG.md +233 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/CONTRIBUTING.md +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/LICENSE +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/README.md +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +367 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +206 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +1270 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +1547 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +153 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +271 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +574 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +690 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py +661 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +165 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +109 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +0 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +808 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +1173 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +1321 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +120 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +103 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +464 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +2717 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +3981 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +2936 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +1394 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py +3130 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +98 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +771 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +1271 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +174 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +374 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +1939 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +302 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +3197 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pyproject.toml +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py +261 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/README +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/README +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/README +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp.el +275 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp +1105 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified +1107 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py +102 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py +156 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py +181 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py +339 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs +250 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/build.js +213 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/clean.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js +360 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/create-config-gypi.js +147 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js +344 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/find-visualstudio.js +452 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/install.js +376 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/list.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js +215 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/process-release.js +147 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/remove.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/util.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md +104 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/get-options.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/node.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/owner-sync.js +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/owner.js +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/copy-file.js +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/index.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/polyfill.js +428 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/errors.js +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/fs.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/index.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/mkdir.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/mkdtemp.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/rm/index.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/rm/polyfill.js +239 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-owner-sync.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-owner.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-temp-dir.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/write-file.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/LICENSE +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/abbrev.js +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/package.json +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/LICENSE.md +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/index.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-base.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-group.js +116 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-stream.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/index.js +201 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/LICENSE.md +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/path.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/read.js +241 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/rm.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/write.js +189 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/entry-index.js +404 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/get.js +225 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/index.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/memoization.js +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/put.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/rm.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/fix-owner.js +145 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/hash-to-segments.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/move-file.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/tmp.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/verify.js +257 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/index.js +203 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/package.json +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/common.js +244 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/glob.js +790 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/package.json +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/sync.js +486 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/lib/path.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/minimatch.js +944 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/package.json +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/package.json +84 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/index.js +422 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/base-theme.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/error.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/has-color.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/index.js +289 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/plumbing.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/process.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/progress-bar.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/render-template.js +222 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-immediate.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-interval.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/spin.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/template-item.js +87 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/theme-set.js +122 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/themes.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/wide-truncate.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/package.json +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/common.js +238 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js +790 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js +486 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/LICENSE +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/agent.js +214 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/entry.js +444 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/errors.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/index.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/key.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/policy.js +161 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/dns.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/fetch.js +118 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/index.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/options.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/pipeline.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/remote.js +121 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/package.json +79 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js +947 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.d.ts +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/LICENSE +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/abort-error.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/blob.js +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/body.js +350 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/fetch-error.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/headers.js +267 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/index.js +365 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/request.js +281 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/response.js +90 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/package.json +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/README.md +213 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/nopt.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/lib/nopt.js +515 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/lib/log.js +404 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/LICENSE +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors-browser.js +127 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors.js +116 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_duplex.js +139 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_passthrough.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_readable.js +1124 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_transform.js +201 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_writable.js +697 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/async_iterator.js +207 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/buffer_list.js +210 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/destroy.js +105 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +104 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/pipeline.js +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/state.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/package.json +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable-browser.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable.js +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/ssri/LICENSE.md +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/ssri/lib/index.js +524 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/ssri/package.json +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/LICENSE +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/lib/index.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/lib/index.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/package.json +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/README.md +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/bin/node-which +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/package.json +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/which/which.js +125 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/common.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_BuildTools_minimal.txt +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Community_workload.txt +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Express.txt +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Unusable.txt +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_BuildTools_minimal.txt +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_Community_workload.txt +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_Preview.txt +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/certs.js +150 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/nodedir/include/node/config.gypi +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/fixtures/test-charmap.py +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/process-exec-sync.js +140 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/simple-proxy.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-addon.js +150 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-configure-python.js +84 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-create-config-gypi.js +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-download.js +217 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-find-accessible-sync.js +84 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-find-node-directory.js +119 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-find-python.js +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-find-visualstudio.js +676 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-install.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-options.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/test/test-process-release.js +434 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/update-gyp.py +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/README.md +213 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/bin/nopt.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/lib/nopt.js +515 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js +475 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/typos.json +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/package.json +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/LICENSE +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/colors.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/exit-code.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/index.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/detail.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/install.js +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/json.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/quiet.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/package.json +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-bundled/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-bundled/lib/index.js +254 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-bundled/package.json +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-install-checks/LICENSE +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-install-checks/lib/index.js +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-install-checks/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-normalize-package-bin/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-normalize-package-bin/lib/index.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-normalize-package-bin/package.json +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-package-arg/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-package-arg/lib/npa.js +431 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-package-arg/package.json +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-packlist/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-packlist/lib/index.js +457 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-packlist/package.json +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-pick-manifest/LICENSE.md +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js +218 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-pick-manifest/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-profile/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-profile/lib/index.js +295 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-profile/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/auth.js +145 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js +100 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/clean-url.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js +247 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/package.json +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-user-validate/LICENSE +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-user-validate/lib/index.js +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-user-validate/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npmlog/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npmlog/lib/log.js +400 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npmlog/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/once/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/once/once.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/once/package.json +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/p-map/index.d.ts +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/p-map/index.js +81 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/p-map/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/p-map/package.json +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/README.md +283 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/bin.js +158 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/dir.js +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/fetcher.js +504 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/file.js +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/git.js +327 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/index.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/registry.js +341 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/remote.js +91 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/add-git-sha.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/cache-dir.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/is-package-bin.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/npm.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/tar-create-options.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/trailing-slashes.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/package.json +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/parse-conflict-json/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/parse-conflict-json/lib/index.js +104 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/parse-conflict-json/package.json +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-is-absolute/index.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-is-absolute/license +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-is-absolute/package.json +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/API.md +875 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/LICENSE-MIT +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/index.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/parser.js +1243 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/processor.js +206 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/attribute.js +540 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/className.js +69 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/combinator.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/comment.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/constructors.js +102 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/container.js +395 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/guards.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/id.js +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/index.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/namespace.js +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/nesting.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/node.js +239 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/root.js +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/selector.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/string.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/tag.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/types.js +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/universal.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/sortAscending.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenTypes.js +95 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenize.js +271 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/ensureObject.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/getProp.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/index.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/stripComments.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/unesc.js +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/package.json +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/postcss-selector-parser.d.ts +555 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/proc-log/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/proc-log/lib/index.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/proc-log/package.json +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/process/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/process/browser.js +184 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/process/index.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/process/package.json +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/process/test.js +199 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/index.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/package.json +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/test/index.js +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/index.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/package.json +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-inflight/LICENSE +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-inflight/inflight.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-inflight/package.json +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/LICENSE +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/index.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/package.json +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/test/test.js +263 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promzard/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promzard/lib/index.js +175 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promzard/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/.travis.yml +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/LICENSE +222 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/README.md +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/bin/qrcode-terminal.js +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/basic.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/basic.png +0 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/callback.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/small-qrcode.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/lib/main.js +100 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/package.json +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/test/main.js +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMath.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js +298 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js +272 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/index.js +462 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/lib/read.js +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-cmd-shim/LICENSE +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-cmd-shim/lib/index.js +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-cmd-shim/package.json +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json/lib/read-json.js +605 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json/package.json +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json-fast/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json-fast/lib/index.js +141 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json-fast/package.json +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/LICENSE +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/buffer_list.js +157 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/compose.js +135 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/destroy.js +287 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/duplex.js +143 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/duplexify.js +381 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +224 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/from.js +98 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/legacy.js +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/operators.js +436 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/passthrough.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/pipeline.js +378 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/readable.js +1247 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/state.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/transform.js +180 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/utils.js +295 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/writable.js +817 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/internal/validators.js +395 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/ours/browser.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/ours/errors.js +341 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/ours/index.js +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/ours/primordials.js +100 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/ours/util.js +128 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/stream/promises.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/lib/stream.js +136 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/readable-stream/package.json +84 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/License +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/Makefile +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/equation.gif +0 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/example/dns.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/example/stop.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/index.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/lib/retry.js +100 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/lib/retry_operation.js +158 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/package.json +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/common.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-forever.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-retry-operation.js +258 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-retry-wrap.js +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-timeouts.js +69 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/README.md +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/bin.js +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/index.js +201 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/common.js +238 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/glob.js +790 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/sync.js +486 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/minimatch.js +947 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/package.json +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/rimraf/rimraf.js +360 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safe-buffer/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safe-buffer/index.d.ts +187 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safe-buffer/index.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safe-buffer/package.json +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/dangerous.js +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/package.json +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/safer.js +77 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/tests.js +406 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/README.md +568 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/bin/semver.js +183 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/comparator.js +136 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/index.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/range.js +522 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/semver.js +287 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/clean.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/cmp.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/coerce.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/compare-build.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/compare-loose.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/compare.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/diff.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/eq.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/gt.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/gte.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/inc.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/lt.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/lte.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/major.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/minor.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/neq.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/parse.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/patch.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/prerelease.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/rcompare.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/rsort.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/satisfies.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/sort.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/valid.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/index.js +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/constants.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/debug.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/identifiers.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/parse-options.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/re.js +182 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/index.js +334 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/package.json +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/preload.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/range.bnf +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/gtr.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/intersects.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/ltr.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/max-satisfying.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/min-satisfying.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/min-version.js +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/outside.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/simplify.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/subset.js +244 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/to-comparators.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/valid.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/set-blocking/LICENSE.txt +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/set-blocking/index.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/set-blocking/package.json +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/LICENSE.txt +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/index.js +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/package.json +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/signals.js +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/README.md +180 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/bin/sigstore.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/format.d.ts +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/format.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/index.d.ts +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/index.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.js +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/cli/index.d.ts +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/cli/index.js +113 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/client/error.d.ts +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/client/error.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/client/fulcio.d.ts +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/client/fulcio.js +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/client/index.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/client/index.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/client/rekor.d.ts +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/client/rekor.js +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/error.d.ts +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/error.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.d.ts +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.js +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/index.d.ts +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/index.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/issuer.d.ts +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/issuer.js +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/oauth.d.ts +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/oauth.js +188 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/provider.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/identity/provider.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/index.d.ts +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/index.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/merkle/digest.d.ts +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/merkle/digest.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/merkle/index.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/merkle/index.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/merkle/verify.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/merkle/verify.js +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sign.d.ts +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sign.js +73 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.d.ts +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.js +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sigstore.d.ts +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sigstore.js +188 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/format.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/format.js +105 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/index.d.ts +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/index.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/hashedrekord.d.ts +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/hashedrekord.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/intoto.d.ts +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/intoto.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/types/index.d.ts +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/types/index.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.js +113 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.js +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tuf/index.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tuf/index.js +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tuf/trustroot.d.ts +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/tuf/trustroot.js +163 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/signature.d.ts +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/signature.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/envelope.d.ts +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/envelope.js +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/api/field_behavior.d.ts +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/api/field_behavior.js +119 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/descriptor.d.ts +939 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/descriptor.js +1308 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/timestamp.d.ts +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/timestamp.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_bundle.d.ts +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_bundle.js +106 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_common.d.ts +228 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_common.js +457 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_rekor.d.ts +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_rekor.js +167 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_trustroot.d.ts +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_trustroot.js +103 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_verification.d.ts +156 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_verification.js +273 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.d.ts +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.js +144 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.d.ts +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.d.ts +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.js +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/utility.d.ts +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/types/utility.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/crypto.d.ts +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/crypto.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/dsse.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/dsse.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/encoding.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/encoding.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/index.d.ts +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/index.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/json.d.ts +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/json.js +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/oidc.d.ts +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/oidc.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/pem.d.ts +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/pem.js +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/promise.d.ts +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/promise.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/stream.d.ts +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/stream.js +116 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/ua.d.ts +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/util/ua.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/verify.d.ts +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/verify.js +142 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/dump.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/dump.js +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/error.d.ts +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/error.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/length.d.ts +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/length.js +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/obj.d.ts +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/obj.js +166 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/parse.d.ts +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/parse.js +125 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/tag.d.ts +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/tag.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/cert.d.ts +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/cert.js +241 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/ext.d.ts +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/ext.js +157 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/sct.d.ts +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/sct.js +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/verify.d.ts +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/x509/verify.js +159 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/package.json +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/store/map.json +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/store/public-good-instance-root.json +156 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/LICENSE +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js +1233 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/build/utils.js +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/build/utils.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md +0 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/package.json +79 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/typings/smartbuffer.d.ts +755 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/typings/utils.d.ts +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/LICENSE +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/client/socksclient.js +793 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/client/socksclient.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/constants.js +114 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/constants.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/helpers.js +128 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/helpers.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/receivebuffer.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/receivebuffer.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/util.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/util.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/index.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/index.md +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/associateExample.md +90 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/bindExample.md +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/connectExample.md +258 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/associateExample.md +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/bindExample.md +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/connectExample.md +265 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/index.md +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/migratingFromV1.md +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/package.json +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/typings/client/socksclient.d.ts +162 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/typings/common/constants.d.ts +152 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/typings/common/helpers.d.ts +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/typings/common/receivebuffer.d.ts +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/typings/common/util.d.ts +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/typings/index.d.ts +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.d.ts +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js +197 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json +181 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/index.js +364 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-exceptions/index.json +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-exceptions/package.json +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/AUTHORS +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/index.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/parse.js +138 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/scan.js +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-license-ids/deprecated.json +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-license-ids/index.json +467 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-license-ids/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ssri/LICENSE.md +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ssri/lib/index.js +527 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ssri/package.json +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width/index.d.ts +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width/index.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string_decoder/LICENSE +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string_decoder/lib/string_decoder.js +296 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string_decoder/package.json +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi/index.d.ts +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi/index.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/browser.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/index.js +135 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/package.json +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/index.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/create.js +111 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/extract.js +113 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/get-write-flag.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/header.js +304 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/high-level-opt.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/large-numbers.js +104 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/list.js +139 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/mkdir.js +229 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/mode-fix.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/normalize-unicode.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/normalize-windows-path.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/pack.js +420 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/parse.js +509 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/path-reservations.js +156 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/pax.js +150 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/read-entry.js +107 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/replace.js +246 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/strip-absolute-path.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/strip-trailing-slashes.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/types.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/unpack.js +906 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/update.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/warn-mixin.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/winchars.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/write-entry.js +546 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/index.js +422 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.d.ts +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/package.json +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/LICENSE +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/align.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/center.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/dotalign.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/doubledot.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/table.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/index.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/package.json +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/align.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/ansi-colors.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/center.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/dotalign.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/doubledot.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/table.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/LICENSE.md +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/lib/factory.js +100 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/lib/index.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/src/factory.js +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/src/index.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/da.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/de.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/en-short.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/en.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/es.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/breadth.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/depth-descent.js +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/depth.js +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/index.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/error.d.ts +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/error.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/fetcher.d.ts +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/fetcher.js +81 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/index.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/index.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/base.d.ts +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/base.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/delegations.d.ts +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/delegations.js +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/file.d.ts +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/file.js +183 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/index.d.ts +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/index.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/key.d.ts +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/key.js +109 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/metadata.d.ts +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/metadata.js +139 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/role.d.ts +103 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/role.js +298 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/root.d.ts +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/root.js +107 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/signature.d.ts +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/signature.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/snapshot.d.ts +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/snapshot.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/targets.d.ts +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/targets.js +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/timestamp.d.ts +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/models/timestamp.js +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/store.d.ts +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/store.js +209 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/updater.d.ts +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/updater.js +306 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/config.d.ts +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/config.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/guard.d.ts +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/guard.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/index.d.ts +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/index.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/json.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/json.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/key.d.ts +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/key.js +143 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/oid.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/oid.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/signer.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/signer.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/types.d.ts +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/types.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/package.json +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-filename/LICENSE +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-filename/lib/index.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-filename/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-slug/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-slug/lib/index.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-slug/package.json +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/History.md +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/LICENSE +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/browser.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/node.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/package.json +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/index.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/package.json +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-name/LICENSE +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js +107 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-name/package.json +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/index.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/package.json +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/LICENSE +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/combining.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/docs/index.md +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/index.js +99 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/package.json +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wcwidth/test/index.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/README.md +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/bin/which.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/lib/index.js +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wide-align/LICENSE +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wide-align/align.js +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wide-align/package.json +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrappy/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrappy/package.json +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrappy/wrappy.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/write-file-atomic/LICENSE.md +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/write-file-atomic/lib/index.js +267 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/write-file-atomic/package.json +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/iterator.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/package.json +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/yallist.js +426 -0
- package/.config/npm/node_global/lib/node_modules/npm/package.json +258 -0
- package/.gitattributes +2 -0
- package/.replit +77 -0
- package/.travis.yml +6 -0
- package/.upm/store.json +1 -0
- package/CHANGELOG.md +2 -0
- package/DOCS.md +1738 -0
- package/LICENSE-MIT +21 -0
- package/README.md +213 -3
- package/index.js +531 -0
- package/package.json +64 -3
- package/replit.nix +8 -0
- package/src/addExternalModule.js +16 -0
- package/src/addUserToGroup.js +78 -0
- package/src/changeAdminStatus.js +79 -0
- package/src/changeArchivedStatus.js +41 -0
- package/src/changeBio.js +65 -0
- package/src/changeBlockedStatus.js +36 -0
- package/src/changeGroupImage.js +106 -0
- package/src/changeNickname.js +45 -0
- package/src/changeThreadColor.js +62 -0
- package/src/changeThreadEmoji.js +42 -0
- package/src/createNewGroup.js +70 -0
- package/src/createPoll.js +60 -0
- package/src/deleteMessage.js +45 -0
- package/src/deleteThread.js +43 -0
- package/src/forwardAttachment.js +48 -0
- package/src/getCurrentUserID.js +7 -0
- package/src/getEmojiUrl.js +27 -0
- package/src/getFriendsList.js +73 -0
- package/src/getThreadHistory.js +537 -0
- package/src/getThreadHistoryDeprecated.js +71 -0
- package/src/getThreadInfo.js +171 -0
- package/src/getThreadInfoDeprecated.js +56 -0
- package/src/getThreadList.js +213 -0
- package/src/getThreadListDeprecated.js +46 -0
- package/src/getThreadPictures.js +59 -0
- package/src/getUserID.js +62 -0
- package/src/getUserInfo.js +66 -0
- package/src/handleFriendRequest.js +46 -0
- package/src/handleMessageRequest.js +49 -0
- package/src/httpGet.js +49 -0
- package/src/httpPost.js +48 -0
- package/src/listenMqtt.js +654 -0
- package/src/logout.js +68 -0
- package/src/markAsDelivered.js +48 -0
- package/src/markAsRead.js +70 -0
- package/src/markAsReadAll.js +43 -0
- package/src/markAsSeen.js +51 -0
- package/src/muteThread.js +47 -0
- package/src/removeUserFromGroup.js +49 -0
- package/src/resolvePhotoUrl.js +37 -0
- package/src/searchForThread.js +43 -0
- package/src/sendMessage.js +321 -0
- package/src/sendTypingIndicator.js +80 -0
- package/src/setMessageReaction.js +109 -0
- package/src/setPostReaction.js +64 -0
- package/src/setTitle.js +74 -0
- package/src/threadColors.js +41 -0
- package/src/unfriend.js +43 -0
- package/src/unsendMessage.js +40 -0
- package/test/data/shareAttach.js +146 -0
- package/test/data/something.mov +0 -0
- package/test/data/test.png +0 -0
- package/test/data/test.txt +7 -0
- package/test/example-config.json +18 -0
- package/test/test-page.js +140 -0
- package/test/test.js +385 -0
- package/utils.js +1234 -0
@@ -0,0 +1,1578 @@
|
|
1
|
+
// mixin implementing the reify method
|
2
|
+
const onExit = require('../signal-handling.js')
|
3
|
+
const pacote = require('pacote')
|
4
|
+
const AuditReport = require('../audit-report.js')
|
5
|
+
const { subset, intersects } = require('semver')
|
6
|
+
const npa = require('npm-package-arg')
|
7
|
+
const semver = require('semver')
|
8
|
+
const debug = require('../debug.js')
|
9
|
+
const walkUp = require('walk-up-path')
|
10
|
+
const log = require('proc-log')
|
11
|
+
const hgi = require('hosted-git-info')
|
12
|
+
const rpj = require('read-package-json-fast')
|
13
|
+
|
14
|
+
const { dirname, resolve, relative, join } = require('path')
|
15
|
+
const { depth: dfwalk } = require('treeverse')
|
16
|
+
const {
|
17
|
+
lstat,
|
18
|
+
mkdir,
|
19
|
+
rm,
|
20
|
+
symlink,
|
21
|
+
} = require('fs/promises')
|
22
|
+
const { moveFile } = require('@npmcli/fs')
|
23
|
+
const PackageJson = require('@npmcli/package-json')
|
24
|
+
const packageContents = require('@npmcli/installed-package-contents')
|
25
|
+
const runScript = require('@npmcli/run-script')
|
26
|
+
const { checkEngine, checkPlatform } = require('npm-install-checks')
|
27
|
+
const _force = Symbol.for('force')
|
28
|
+
|
29
|
+
const treeCheck = require('../tree-check.js')
|
30
|
+
const relpath = require('../relpath.js')
|
31
|
+
const Diff = require('../diff.js')
|
32
|
+
const retirePath = require('../retire-path.js')
|
33
|
+
const promiseAllRejectLate = require('promise-all-reject-late')
|
34
|
+
const optionalSet = require('../optional-set.js')
|
35
|
+
const calcDepFlags = require('../calc-dep-flags.js')
|
36
|
+
const { saveTypeMap, hasSubKey } = require('../add-rm-pkg-deps.js')
|
37
|
+
|
38
|
+
const Shrinkwrap = require('../shrinkwrap.js')
|
39
|
+
const { defaultLockfileVersion } = Shrinkwrap
|
40
|
+
|
41
|
+
const _retiredPaths = Symbol('retiredPaths')
|
42
|
+
const _retiredUnchanged = Symbol('retiredUnchanged')
|
43
|
+
const _sparseTreeDirs = Symbol('sparseTreeDirs')
|
44
|
+
const _sparseTreeRoots = Symbol('sparseTreeRoots')
|
45
|
+
const _savePrefix = Symbol('savePrefix')
|
46
|
+
const _retireShallowNodes = Symbol.for('retireShallowNodes')
|
47
|
+
const _getBundlesByDepth = Symbol('getBundlesByDepth')
|
48
|
+
const _registryResolved = Symbol('registryResolved')
|
49
|
+
const _addNodeToTrashList = Symbol.for('addNodeToTrashList')
|
50
|
+
const _workspaces = Symbol.for('workspaces')
|
51
|
+
const _workspacesEnabled = Symbol.for('workspacesEnabled')
|
52
|
+
|
53
|
+
// shared by rebuild mixin
|
54
|
+
const _trashList = Symbol.for('trashList')
|
55
|
+
const _handleOptionalFailure = Symbol.for('handleOptionalFailure')
|
56
|
+
const _loadTrees = Symbol.for('loadTrees')
|
57
|
+
|
58
|
+
// shared symbols for swapping out when testing
|
59
|
+
const _diffTrees = Symbol.for('diffTrees')
|
60
|
+
const _createSparseTree = Symbol.for('createSparseTree')
|
61
|
+
const _loadShrinkwrapsAndUpdateTrees = Symbol.for('loadShrinkwrapsAndUpdateTrees')
|
62
|
+
const _shrinkwrapInflated = Symbol('shrinkwrapInflated')
|
63
|
+
const _bundleUnpacked = Symbol('bundleUnpacked')
|
64
|
+
const _bundleMissing = Symbol('bundleMissing')
|
65
|
+
const _reifyNode = Symbol.for('reifyNode')
|
66
|
+
const _extractOrLink = Symbol('extractOrLink')
|
67
|
+
const _updateAll = Symbol.for('updateAll')
|
68
|
+
const _updateNames = Symbol.for('updateNames')
|
69
|
+
// defined by rebuild mixin
|
70
|
+
const _checkBins = Symbol.for('checkBins')
|
71
|
+
const _symlink = Symbol('symlink')
|
72
|
+
const _warnDeprecated = Symbol('warnDeprecated')
|
73
|
+
const _loadBundlesAndUpdateTrees = Symbol.for('loadBundlesAndUpdateTrees')
|
74
|
+
const _submitQuickAudit = Symbol('submitQuickAudit')
|
75
|
+
const _unpackNewModules = Symbol.for('unpackNewModules')
|
76
|
+
const _moveContents = Symbol.for('moveContents')
|
77
|
+
const _moveBackRetiredUnchanged = Symbol.for('moveBackRetiredUnchanged')
|
78
|
+
const _build = Symbol.for('build')
|
79
|
+
const _removeTrash = Symbol.for('removeTrash')
|
80
|
+
const _renamePath = Symbol.for('renamePath')
|
81
|
+
const _rollbackRetireShallowNodes = Symbol.for('rollbackRetireShallowNodes')
|
82
|
+
const _rollbackCreateSparseTree = Symbol.for('rollbackCreateSparseTree')
|
83
|
+
const _rollbackMoveBackRetiredUnchanged = Symbol.for('rollbackMoveBackRetiredUnchanged')
|
84
|
+
const _saveIdealTree = Symbol.for('saveIdealTree')
|
85
|
+
const _copyIdealToActual = Symbol('copyIdealToActual')
|
86
|
+
const _addOmitsToTrashList = Symbol('addOmitsToTrashList')
|
87
|
+
const _packageLockOnly = Symbol('packageLockOnly')
|
88
|
+
const _dryRun = Symbol('dryRun')
|
89
|
+
const _validateNodeModules = Symbol('validateNodeModules')
|
90
|
+
const _nmValidated = Symbol('nmValidated')
|
91
|
+
const _validatePath = Symbol('validatePath')
|
92
|
+
const _reifyPackages = Symbol.for('reifyPackages')
|
93
|
+
const _includeWorkspaceRoot = Symbol.for('includeWorkspaceRoot')
|
94
|
+
|
95
|
+
const _omitDev = Symbol('omitDev')
|
96
|
+
const _omitOptional = Symbol('omitOptional')
|
97
|
+
const _omitPeer = Symbol('omitPeer')
|
98
|
+
|
99
|
+
const _global = Symbol.for('global')
|
100
|
+
|
101
|
+
const _pruneBundledMetadeps = Symbol('pruneBundledMetadeps')
|
102
|
+
|
103
|
+
// defined by Ideal mixin
|
104
|
+
const _resolvedAdd = Symbol.for('resolvedAdd')
|
105
|
+
const _usePackageLock = Symbol.for('usePackageLock')
|
106
|
+
const _formatPackageLock = Symbol.for('formatPackageLock')
|
107
|
+
|
108
|
+
const _createIsolatedTree = Symbol.for('createIsolatedTree')
|
109
|
+
|
110
|
+
module.exports = cls => class Reifier extends cls {
|
111
|
+
constructor (options) {
|
112
|
+
super(options)
|
113
|
+
|
114
|
+
const {
|
115
|
+
savePrefix = '^',
|
116
|
+
packageLockOnly = false,
|
117
|
+
dryRun = false,
|
118
|
+
formatPackageLock = true,
|
119
|
+
} = options
|
120
|
+
|
121
|
+
this[_dryRun] = !!dryRun
|
122
|
+
this[_packageLockOnly] = !!packageLockOnly
|
123
|
+
this[_savePrefix] = savePrefix
|
124
|
+
this[_formatPackageLock] = !!formatPackageLock
|
125
|
+
|
126
|
+
this.diff = null
|
127
|
+
this[_retiredPaths] = {}
|
128
|
+
this[_shrinkwrapInflated] = new Set()
|
129
|
+
this[_retiredUnchanged] = {}
|
130
|
+
this[_sparseTreeDirs] = new Set()
|
131
|
+
this[_sparseTreeRoots] = new Set()
|
132
|
+
this[_trashList] = new Set()
|
133
|
+
// the nodes we unpack to read their bundles
|
134
|
+
this[_bundleUnpacked] = new Set()
|
135
|
+
// child nodes we'd EXPECT to be included in a bundle, but aren't
|
136
|
+
this[_bundleMissing] = new Set()
|
137
|
+
this[_nmValidated] = new Set()
|
138
|
+
}
|
139
|
+
|
140
|
+
// public method
|
141
|
+
async reify (options = {}) {
|
142
|
+
const linked = (options.installStrategy || this.options.installStrategy) === 'linked'
|
143
|
+
|
144
|
+
if (this[_packageLockOnly] && this[_global]) {
|
145
|
+
const er = new Error('cannot generate lockfile for global packages')
|
146
|
+
er.code = 'ESHRINKWRAPGLOBAL'
|
147
|
+
throw er
|
148
|
+
}
|
149
|
+
|
150
|
+
const omit = new Set(options.omit || [])
|
151
|
+
this[_omitDev] = omit.has('dev')
|
152
|
+
this[_omitOptional] = omit.has('optional')
|
153
|
+
this[_omitPeer] = omit.has('peer')
|
154
|
+
|
155
|
+
// start tracker block
|
156
|
+
this.addTracker('reify')
|
157
|
+
process.emit('time', 'reify')
|
158
|
+
await this[_validatePath]()
|
159
|
+
await this[_loadTrees](options)
|
160
|
+
|
161
|
+
const oldTree = this.idealTree
|
162
|
+
if (linked) {
|
163
|
+
// swap out the tree with the isolated tree
|
164
|
+
// this is currently technical debt which will be resolved in a refactor
|
165
|
+
// of Node/Link trees
|
166
|
+
log.warn('reify', 'The "linked" install strategy is EXPERIMENTAL and may contain bugs.')
|
167
|
+
this.idealTree = await this[_createIsolatedTree](this.idealTree)
|
168
|
+
}
|
169
|
+
await this[_diffTrees]()
|
170
|
+
await this[_reifyPackages]()
|
171
|
+
if (linked) {
|
172
|
+
// swap back in the idealTree
|
173
|
+
// so that the lockfile is preserved
|
174
|
+
this.idealTree = oldTree
|
175
|
+
}
|
176
|
+
await this[_saveIdealTree](options)
|
177
|
+
await this[_copyIdealToActual]()
|
178
|
+
// This is a very bad pattern and I can't wait to stop doing it
|
179
|
+
this.auditReport = await this.auditReport
|
180
|
+
|
181
|
+
this.finishTracker('reify')
|
182
|
+
process.emit('timeEnd', 'reify')
|
183
|
+
return treeCheck(this.actualTree)
|
184
|
+
}
|
185
|
+
|
186
|
+
async [_validatePath] () {
|
187
|
+
// don't create missing dirs on dry runs
|
188
|
+
if (this[_packageLockOnly] || this[_dryRun]) {
|
189
|
+
return
|
190
|
+
}
|
191
|
+
|
192
|
+
// we do NOT want to set ownership on this folder, especially
|
193
|
+
// recursively, because it can have other side effects to do that
|
194
|
+
// in a project directory. We just want to make it if it's missing.
|
195
|
+
await mkdir(resolve(this.path), { recursive: true })
|
196
|
+
|
197
|
+
// do not allow the top-level node_modules to be a symlink
|
198
|
+
await this[_validateNodeModules](resolve(this.path, 'node_modules'))
|
199
|
+
}
|
200
|
+
|
201
|
+
async [_reifyPackages] () {
|
202
|
+
// we don't submit the audit report or write to disk on dry runs
|
203
|
+
if (this[_dryRun]) {
|
204
|
+
return
|
205
|
+
}
|
206
|
+
|
207
|
+
if (this[_packageLockOnly]) {
|
208
|
+
// we already have the complete tree, so just audit it now,
|
209
|
+
// and that's all we have to do here.
|
210
|
+
return this[_submitQuickAudit]()
|
211
|
+
}
|
212
|
+
|
213
|
+
// ok, we're about to start touching the fs. need to roll back
|
214
|
+
// if we get an early termination.
|
215
|
+
let reifyTerminated = null
|
216
|
+
const removeHandler = onExit(({ signal }) => {
|
217
|
+
// only call once. if signal hits twice, we just terminate
|
218
|
+
removeHandler()
|
219
|
+
reifyTerminated = Object.assign(new Error('process terminated'), {
|
220
|
+
signal,
|
221
|
+
})
|
222
|
+
return false
|
223
|
+
})
|
224
|
+
|
225
|
+
// [rollbackfn, [...actions]]
|
226
|
+
// after each step, if the process was terminated, execute the rollback
|
227
|
+
// note that each rollback *also* calls the previous one when it's
|
228
|
+
// finished, and then the first one throws the error, so we only need
|
229
|
+
// a new rollback step when we have a new thing that must be done to
|
230
|
+
// revert the install.
|
231
|
+
const steps = [
|
232
|
+
[_rollbackRetireShallowNodes, [
|
233
|
+
_retireShallowNodes,
|
234
|
+
]],
|
235
|
+
[_rollbackCreateSparseTree, [
|
236
|
+
_createSparseTree,
|
237
|
+
_addOmitsToTrashList,
|
238
|
+
_loadShrinkwrapsAndUpdateTrees,
|
239
|
+
_loadBundlesAndUpdateTrees,
|
240
|
+
_submitQuickAudit,
|
241
|
+
_unpackNewModules,
|
242
|
+
]],
|
243
|
+
[_rollbackMoveBackRetiredUnchanged, [
|
244
|
+
_moveBackRetiredUnchanged,
|
245
|
+
_build,
|
246
|
+
]],
|
247
|
+
]
|
248
|
+
for (const [rollback, actions] of steps) {
|
249
|
+
for (const action of actions) {
|
250
|
+
try {
|
251
|
+
await this[action]()
|
252
|
+
if (reifyTerminated) {
|
253
|
+
throw reifyTerminated
|
254
|
+
}
|
255
|
+
} catch (er) {
|
256
|
+
await this[rollback](er)
|
257
|
+
/* istanbul ignore next - rollback throws, should never hit this */
|
258
|
+
throw er
|
259
|
+
}
|
260
|
+
}
|
261
|
+
}
|
262
|
+
|
263
|
+
// no rollback for this one, just exit with the error, since the
|
264
|
+
// install completed and can't be safely recovered at this point.
|
265
|
+
await this[_removeTrash]()
|
266
|
+
if (reifyTerminated) {
|
267
|
+
throw reifyTerminated
|
268
|
+
}
|
269
|
+
|
270
|
+
// done modifying the file system, no need to keep listening for sigs
|
271
|
+
removeHandler()
|
272
|
+
}
|
273
|
+
|
274
|
+
// when doing a local install, we load everything and figure it all out.
|
275
|
+
// when doing a global install, we *only* care about the explicit requests.
|
276
|
+
[_loadTrees] (options) {
|
277
|
+
process.emit('time', 'reify:loadTrees')
|
278
|
+
const bitOpt = {
|
279
|
+
...options,
|
280
|
+
complete: this[_packageLockOnly] || this[_dryRun],
|
281
|
+
}
|
282
|
+
|
283
|
+
// if we're only writing a package lock, then it doesn't matter what's here
|
284
|
+
if (this[_packageLockOnly]) {
|
285
|
+
return this.buildIdealTree(bitOpt)
|
286
|
+
.then(() => process.emit('timeEnd', 'reify:loadTrees'))
|
287
|
+
}
|
288
|
+
|
289
|
+
const actualOpt = this[_global] ? {
|
290
|
+
ignoreMissing: true,
|
291
|
+
global: true,
|
292
|
+
filter: (node, kid) => {
|
293
|
+
// if it's not the project root, and we have no explicit requests,
|
294
|
+
// then we're already into a nested dep, so we keep it
|
295
|
+
if (this.explicitRequests.size === 0 || !node.isProjectRoot) {
|
296
|
+
return true
|
297
|
+
}
|
298
|
+
|
299
|
+
// if we added it as an edgeOut, then we want it
|
300
|
+
if (this.idealTree.edgesOut.has(kid)) {
|
301
|
+
return true
|
302
|
+
}
|
303
|
+
|
304
|
+
// if it's an explicit request, then we want it
|
305
|
+
const hasExplicit = [...this.explicitRequests]
|
306
|
+
.some(edge => edge.name === kid)
|
307
|
+
if (hasExplicit) {
|
308
|
+
return true
|
309
|
+
}
|
310
|
+
|
311
|
+
// ignore the rest of the global install folder
|
312
|
+
return false
|
313
|
+
},
|
314
|
+
} : { ignoreMissing: true }
|
315
|
+
|
316
|
+
if (!this[_global]) {
|
317
|
+
return Promise.all([
|
318
|
+
this.loadActual(actualOpt),
|
319
|
+
this.buildIdealTree(bitOpt),
|
320
|
+
]).then(() => process.emit('timeEnd', 'reify:loadTrees'))
|
321
|
+
}
|
322
|
+
|
323
|
+
// the global install space tends to have a lot of stuff in it. don't
|
324
|
+
// load all of it, just what we care about. we won't be saving a
|
325
|
+
// hidden lockfile in there anyway. Note that we have to load ideal
|
326
|
+
// BEFORE loading actual, so that the actualOpt can use the
|
327
|
+
// explicitRequests which is set during buildIdealTree
|
328
|
+
return this.buildIdealTree(bitOpt)
|
329
|
+
.then(() => this.loadActual(actualOpt))
|
330
|
+
.then(() => process.emit('timeEnd', 'reify:loadTrees'))
|
331
|
+
}
|
332
|
+
|
333
|
+
[_diffTrees] () {
|
334
|
+
if (this[_packageLockOnly]) {
|
335
|
+
return
|
336
|
+
}
|
337
|
+
|
338
|
+
process.emit('time', 'reify:diffTrees')
|
339
|
+
// XXX if we have an existing diff already, there should be a way
|
340
|
+
// to just invalidate the parts that changed, but avoid walking the
|
341
|
+
// whole tree again.
|
342
|
+
|
343
|
+
const includeWorkspaces = this[_workspacesEnabled]
|
344
|
+
const includeRootDeps = !this[_workspacesEnabled]
|
345
|
+
|| this[_includeWorkspaceRoot] && this[_workspaces].length > 0
|
346
|
+
|
347
|
+
const filterNodes = []
|
348
|
+
if (this[_global] && this.explicitRequests.size) {
|
349
|
+
const idealTree = this.idealTree.target
|
350
|
+
const actualTree = this.actualTree.target
|
351
|
+
// we ONLY are allowed to make changes in the global top-level
|
352
|
+
// children where there's an explicit request.
|
353
|
+
for (const { name } of this.explicitRequests) {
|
354
|
+
const ideal = idealTree.children.get(name)
|
355
|
+
if (ideal) {
|
356
|
+
filterNodes.push(ideal)
|
357
|
+
}
|
358
|
+
const actual = actualTree.children.get(name)
|
359
|
+
if (actual) {
|
360
|
+
filterNodes.push(actual)
|
361
|
+
}
|
362
|
+
}
|
363
|
+
} else {
|
364
|
+
if (includeWorkspaces) {
|
365
|
+
// add all ws nodes to filterNodes
|
366
|
+
for (const ws of this[_workspaces]) {
|
367
|
+
const ideal = this.idealTree.children.get(ws)
|
368
|
+
if (ideal) {
|
369
|
+
filterNodes.push(ideal)
|
370
|
+
}
|
371
|
+
const actual = this.actualTree.children.get(ws)
|
372
|
+
if (actual) {
|
373
|
+
filterNodes.push(actual)
|
374
|
+
}
|
375
|
+
}
|
376
|
+
}
|
377
|
+
if (includeRootDeps) {
|
378
|
+
// add all non-workspace nodes to filterNodes
|
379
|
+
for (const tree of [this.idealTree, this.actualTree]) {
|
380
|
+
for (const { type, to } of tree.edgesOut.values()) {
|
381
|
+
if (type !== 'workspace' && to) {
|
382
|
+
filterNodes.push(to)
|
383
|
+
}
|
384
|
+
}
|
385
|
+
}
|
386
|
+
}
|
387
|
+
}
|
388
|
+
|
389
|
+
// find all the nodes that need to change between the actual
|
390
|
+
// and ideal trees.
|
391
|
+
this.diff = Diff.calculate({
|
392
|
+
shrinkwrapInflated: this[_shrinkwrapInflated],
|
393
|
+
filterNodes,
|
394
|
+
actual: this.actualTree,
|
395
|
+
ideal: this.idealTree,
|
396
|
+
})
|
397
|
+
|
398
|
+
// we don't have to add 'removed' folders to the trashlist, because
|
399
|
+
// they'll be moved aside to a retirement folder, and then the retired
|
400
|
+
// folder will be deleted at the end. This is important when we have
|
401
|
+
// a folder like FOO being "removed" in favor of a folder like "foo",
|
402
|
+
// because if we remove node_modules/FOO on case-insensitive systems,
|
403
|
+
// it will remove the dep that we *want* at node_modules/foo.
|
404
|
+
|
405
|
+
process.emit('timeEnd', 'reify:diffTrees')
|
406
|
+
}
|
407
|
+
|
408
|
+
// add the node and all its bins to the list of things to be
|
409
|
+
// removed later on in the process. optionally, also mark them
|
410
|
+
// as a retired paths, so that we move them out of the way and
|
411
|
+
// replace them when rolling back on failure.
|
412
|
+
[_addNodeToTrashList] (node, retire = false) {
|
413
|
+
const paths = [node.path, ...node.binPaths]
|
414
|
+
const moves = this[_retiredPaths]
|
415
|
+
log.silly('reify', 'mark', retire ? 'retired' : 'deleted', paths)
|
416
|
+
for (const path of paths) {
|
417
|
+
if (retire) {
|
418
|
+
const retired = retirePath(path)
|
419
|
+
moves[path] = retired
|
420
|
+
this[_trashList].add(retired)
|
421
|
+
} else {
|
422
|
+
this[_trashList].add(path)
|
423
|
+
}
|
424
|
+
}
|
425
|
+
}
|
426
|
+
|
427
|
+
// move aside the shallowest nodes in the tree that have to be
|
428
|
+
// changed or removed, so that we can rollback if necessary.
|
429
|
+
[_retireShallowNodes] () {
|
430
|
+
process.emit('time', 'reify:retireShallow')
|
431
|
+
const moves = this[_retiredPaths] = {}
|
432
|
+
for (const diff of this.diff.children) {
|
433
|
+
if (diff.action === 'CHANGE' || diff.action === 'REMOVE') {
|
434
|
+
// we'll have to clean these up at the end, so add them to the list
|
435
|
+
this[_addNodeToTrashList](diff.actual, true)
|
436
|
+
}
|
437
|
+
}
|
438
|
+
log.silly('reify', 'moves', moves)
|
439
|
+
const movePromises = Object.entries(moves)
|
440
|
+
.map(([from, to]) => this[_renamePath](from, to))
|
441
|
+
return promiseAllRejectLate(movePromises)
|
442
|
+
.then(() => process.emit('timeEnd', 'reify:retireShallow'))
|
443
|
+
}
|
444
|
+
|
445
|
+
[_renamePath] (from, to, didMkdirp = false) {
|
446
|
+
return moveFile(from, to)
|
447
|
+
.catch(er => {
|
448
|
+
// Occasionally an expected bin file might not exist in the package,
|
449
|
+
// or a shim/symlink might have been moved aside. If we've already
|
450
|
+
// handled the most common cause of ENOENT (dir doesn't exist yet),
|
451
|
+
// then just ignore any ENOENT.
|
452
|
+
if (er.code === 'ENOENT') {
|
453
|
+
return didMkdirp ? null : mkdir(dirname(to), { recursive: true }).then(() =>
|
454
|
+
this[_renamePath](from, to, true))
|
455
|
+
} else if (er.code === 'EEXIST') {
|
456
|
+
return rm(to, { recursive: true, force: true }).then(() => moveFile(from, to))
|
457
|
+
} else {
|
458
|
+
throw er
|
459
|
+
}
|
460
|
+
})
|
461
|
+
}
|
462
|
+
|
463
|
+
[_rollbackRetireShallowNodes] (er) {
|
464
|
+
process.emit('time', 'reify:rollback:retireShallow')
|
465
|
+
const moves = this[_retiredPaths]
|
466
|
+
const movePromises = Object.entries(moves)
|
467
|
+
.map(([from, to]) => this[_renamePath](to, from))
|
468
|
+
return promiseAllRejectLate(movePromises)
|
469
|
+
// ignore subsequent rollback errors
|
470
|
+
.catch(er => {})
|
471
|
+
.then(() => process.emit('timeEnd', 'reify:rollback:retireShallow'))
|
472
|
+
.then(() => {
|
473
|
+
throw er
|
474
|
+
})
|
475
|
+
}
|
476
|
+
|
477
|
+
// adding to the trash list will skip reifying, and delete them
|
478
|
+
// if they are currently in the tree and otherwise untouched.
|
479
|
+
[_addOmitsToTrashList] () {
|
480
|
+
if (!this[_omitDev] && !this[_omitOptional] && !this[_omitPeer]) {
|
481
|
+
return
|
482
|
+
}
|
483
|
+
|
484
|
+
process.emit('time', 'reify:trashOmits')
|
485
|
+
|
486
|
+
const filter = node =>
|
487
|
+
node.top.isProjectRoot &&
|
488
|
+
(
|
489
|
+
node.peer && this[_omitPeer] ||
|
490
|
+
node.dev && this[_omitDev] ||
|
491
|
+
node.optional && this[_omitOptional] ||
|
492
|
+
node.devOptional && this[_omitOptional] && this[_omitDev]
|
493
|
+
)
|
494
|
+
|
495
|
+
for (const node of this.idealTree.inventory.filter(filter)) {
|
496
|
+
this[_addNodeToTrashList](node)
|
497
|
+
}
|
498
|
+
|
499
|
+
process.emit('timeEnd', 'reify:trashOmits')
|
500
|
+
}
|
501
|
+
|
502
|
+
[_createSparseTree] () {
|
503
|
+
process.emit('time', 'reify:createSparse')
|
504
|
+
// if we call this fn again, we look for the previous list
|
505
|
+
// so that we can avoid making the same directory multiple times
|
506
|
+
const leaves = this.diff.leaves
|
507
|
+
.filter(diff => {
|
508
|
+
return (diff.action === 'ADD' || diff.action === 'CHANGE') &&
|
509
|
+
!this[_sparseTreeDirs].has(diff.ideal.path) &&
|
510
|
+
!diff.ideal.isLink
|
511
|
+
})
|
512
|
+
.map(diff => diff.ideal)
|
513
|
+
|
514
|
+
// we check this in parallel, so guard against multiple attempts to
|
515
|
+
// retire the same path at the same time.
|
516
|
+
const dirsChecked = new Set()
|
517
|
+
return promiseAllRejectLate(leaves.map(async node => {
|
518
|
+
for (const d of walkUp(node.path)) {
|
519
|
+
if (d === node.top.path) {
|
520
|
+
break
|
521
|
+
}
|
522
|
+
if (dirsChecked.has(d)) {
|
523
|
+
continue
|
524
|
+
}
|
525
|
+
dirsChecked.add(d)
|
526
|
+
const st = await lstat(d).catch(er => null)
|
527
|
+
// this can happen if we have a link to a package with a name
|
528
|
+
// that the filesystem treats as if it is the same thing.
|
529
|
+
// would be nice to have conditional istanbul ignores here...
|
530
|
+
/* istanbul ignore next - defense in depth */
|
531
|
+
if (st && !st.isDirectory()) {
|
532
|
+
const retired = retirePath(d)
|
533
|
+
this[_retiredPaths][d] = retired
|
534
|
+
this[_trashList].add(retired)
|
535
|
+
await this[_renamePath](d, retired)
|
536
|
+
}
|
537
|
+
}
|
538
|
+
const made = await mkdir(node.path, { recursive: true })
|
539
|
+
this[_sparseTreeDirs].add(node.path)
|
540
|
+
this[_sparseTreeRoots].add(made)
|
541
|
+
}))
|
542
|
+
.then(() => process.emit('timeEnd', 'reify:createSparse'))
|
543
|
+
}
|
544
|
+
|
545
|
+
[_rollbackCreateSparseTree] (er) {
|
546
|
+
process.emit('time', 'reify:rollback:createSparse')
|
547
|
+
// cut the roots of the sparse tree that were created, not the leaves
|
548
|
+
const roots = this[_sparseTreeRoots]
|
549
|
+
// also delete the moves that we retired, so that we can move them back
|
550
|
+
const failures = []
|
551
|
+
const targets = [...roots, ...Object.keys(this[_retiredPaths])]
|
552
|
+
const unlinks = targets
|
553
|
+
.map(path => rm(path, { recursive: true, force: true }).catch(er => failures.push([path, er])))
|
554
|
+
return promiseAllRejectLate(unlinks).then(() => {
|
555
|
+
// eslint-disable-next-line promise/always-return
|
556
|
+
if (failures.length) {
|
557
|
+
log.warn('cleanup', 'Failed to remove some directories', failures)
|
558
|
+
}
|
559
|
+
})
|
560
|
+
.then(() => process.emit('timeEnd', 'reify:rollback:createSparse'))
|
561
|
+
.then(() => this[_rollbackRetireShallowNodes](er))
|
562
|
+
}
|
563
|
+
|
564
|
+
// shrinkwrap nodes define their dependency branches with a file, so
|
565
|
+
// we need to unpack them, read that shrinkwrap file, and then update
|
566
|
+
// the tree by calling loadVirtual with the node as the root.
|
567
|
+
[_loadShrinkwrapsAndUpdateTrees] () {
|
568
|
+
const seen = this[_shrinkwrapInflated]
|
569
|
+
const shrinkwraps = this.diff.leaves
|
570
|
+
.filter(d => (d.action === 'CHANGE' || d.action === 'ADD' || !d.action) &&
|
571
|
+
d.ideal.hasShrinkwrap && !seen.has(d.ideal) &&
|
572
|
+
!this[_trashList].has(d.ideal.path))
|
573
|
+
|
574
|
+
if (!shrinkwraps.length) {
|
575
|
+
return
|
576
|
+
}
|
577
|
+
|
578
|
+
process.emit('time', 'reify:loadShrinkwraps')
|
579
|
+
|
580
|
+
const Arborist = this.constructor
|
581
|
+
return promiseAllRejectLate(shrinkwraps.map(diff => {
|
582
|
+
const node = diff.ideal
|
583
|
+
seen.add(node)
|
584
|
+
return diff.action ? this[_reifyNode](node) : node
|
585
|
+
}))
|
586
|
+
.then(nodes => promiseAllRejectLate(nodes.map(node => new Arborist({
|
587
|
+
...this.options,
|
588
|
+
path: node.path,
|
589
|
+
}).loadVirtual({ root: node }))))
|
590
|
+
// reload the diff and sparse tree because the ideal tree changed
|
591
|
+
.then(() => this[_diffTrees]())
|
592
|
+
.then(() => this[_createSparseTree]())
|
593
|
+
.then(() => this[_addOmitsToTrashList]())
|
594
|
+
.then(() => this[_loadShrinkwrapsAndUpdateTrees]())
|
595
|
+
.then(() => process.emit('timeEnd', 'reify:loadShrinkwraps'))
|
596
|
+
}
|
597
|
+
|
598
|
+
// create a symlink for Links, extract for Nodes
|
599
|
+
// return the node object, since we usually want that
|
600
|
+
// handle optional dep failures here
|
601
|
+
// If node is in trash list, skip it
|
602
|
+
// If reifying fails, and the node is optional, add it and its optionalSet
|
603
|
+
// to the trash list
|
604
|
+
// Always return the node.
|
605
|
+
[_reifyNode] (node) {
|
606
|
+
if (this[_trashList].has(node.path)) {
|
607
|
+
return node
|
608
|
+
}
|
609
|
+
|
610
|
+
const timer = `reifyNode:${node.location}`
|
611
|
+
process.emit('time', timer)
|
612
|
+
this.addTracker('reify', node.name, node.location)
|
613
|
+
|
614
|
+
const { npmVersion, nodeVersion } = this.options
|
615
|
+
const p = Promise.resolve().then(async () => {
|
616
|
+
// when we reify an optional node, check the engine and platform
|
617
|
+
// first. be sure to ignore the --force and --engine-strict flags,
|
618
|
+
// since we always want to skip any optional packages we can't install.
|
619
|
+
// these checks throwing will result in a rollback and removal
|
620
|
+
// of the mismatches
|
621
|
+
// eslint-disable-next-line promise/always-return
|
622
|
+
if (node.optional) {
|
623
|
+
checkEngine(node.package, npmVersion, nodeVersion, false)
|
624
|
+
checkPlatform(node.package, false)
|
625
|
+
}
|
626
|
+
await this[_checkBins](node)
|
627
|
+
await this[_extractOrLink](node)
|
628
|
+
await this[_warnDeprecated](node)
|
629
|
+
})
|
630
|
+
|
631
|
+
return this[_handleOptionalFailure](node, p)
|
632
|
+
.then(() => {
|
633
|
+
this.finishTracker('reify', node.name, node.location)
|
634
|
+
process.emit('timeEnd', timer)
|
635
|
+
return node
|
636
|
+
})
|
637
|
+
}
|
638
|
+
|
639
|
+
// do not allow node_modules to be a symlink
|
640
|
+
async [_validateNodeModules] (nm) {
|
641
|
+
if (this[_force] || this[_nmValidated].has(nm)) {
|
642
|
+
return
|
643
|
+
}
|
644
|
+
const st = await lstat(nm).catch(() => null)
|
645
|
+
if (!st || st.isDirectory()) {
|
646
|
+
this[_nmValidated].add(nm)
|
647
|
+
return
|
648
|
+
}
|
649
|
+
log.warn('reify', 'Removing non-directory', nm)
|
650
|
+
await rm(nm, { recursive: true, force: true })
|
651
|
+
}
|
652
|
+
|
653
|
+
async [_extractOrLink] (node) {
|
654
|
+
const nm = resolve(node.parent.path, 'node_modules')
|
655
|
+
await this[_validateNodeModules](nm)
|
656
|
+
|
657
|
+
if (!node.isLink) {
|
658
|
+
// in normal cases, node.resolved should *always* be set by now.
|
659
|
+
// however, it is possible when a lockfile is damaged, or very old,
|
660
|
+
// or in some other race condition bugs in npm v6, that a previously
|
661
|
+
// bundled dependency will have just a version, but no resolved value,
|
662
|
+
// and no 'bundled: true' setting.
|
663
|
+
// Do the best with what we have, or else remove it from the tree
|
664
|
+
// entirely, since we can't possibly reify it.
|
665
|
+
let res = null
|
666
|
+
if (node.resolved) {
|
667
|
+
const registryResolved = this[_registryResolved](node.resolved)
|
668
|
+
if (registryResolved) {
|
669
|
+
res = `${node.name}@${registryResolved}`
|
670
|
+
}
|
671
|
+
} else if (node.package.name && node.version) {
|
672
|
+
res = `${node.package.name}@${node.version}`
|
673
|
+
}
|
674
|
+
|
675
|
+
// no idea what this thing is. remove it from the tree.
|
676
|
+
if (!res) {
|
677
|
+
const warning = 'invalid or damaged lockfile detected\n' +
|
678
|
+
'please re-try this operation once it completes\n' +
|
679
|
+
'so that the damage can be corrected, or perform\n' +
|
680
|
+
'a fresh install with no lockfile if the problem persists.'
|
681
|
+
log.warn('reify', warning)
|
682
|
+
log.verbose('reify', 'unrecognized node in tree', node.path)
|
683
|
+
node.parent = null
|
684
|
+
node.fsParent = null
|
685
|
+
this[_addNodeToTrashList](node)
|
686
|
+
return
|
687
|
+
}
|
688
|
+
await debug(async () => {
|
689
|
+
const st = await lstat(node.path).catch(e => null)
|
690
|
+
if (st && !st.isDirectory()) {
|
691
|
+
debug.log('unpacking into a non-directory', node)
|
692
|
+
throw Object.assign(new Error('ENOTDIR: not a directory'), {
|
693
|
+
code: 'ENOTDIR',
|
694
|
+
path: node.path,
|
695
|
+
})
|
696
|
+
}
|
697
|
+
})
|
698
|
+
await pacote.extract(res, node.path, {
|
699
|
+
...this.options,
|
700
|
+
Arborist: this.constructor,
|
701
|
+
resolved: node.resolved,
|
702
|
+
integrity: node.integrity,
|
703
|
+
})
|
704
|
+
// store nodes don't use Node class so node.package doesn't get updated
|
705
|
+
if (node.isInStore) {
|
706
|
+
const pkg = await rpj(join(node.path, 'package.json'))
|
707
|
+
node.package.scripts = pkg.scripts
|
708
|
+
}
|
709
|
+
return
|
710
|
+
}
|
711
|
+
|
712
|
+
// node.isLink
|
713
|
+
await rm(node.path, { recursive: true, force: true })
|
714
|
+
await this[_symlink](node)
|
715
|
+
}
|
716
|
+
|
717
|
+
async [_symlink] (node) {
|
718
|
+
const dir = dirname(node.path)
|
719
|
+
const target = node.realpath
|
720
|
+
const rel = relative(dir, target)
|
721
|
+
await mkdir(dir, { recursive: true })
|
722
|
+
return symlink(rel, node.path, 'junction')
|
723
|
+
}
|
724
|
+
|
725
|
+
[_warnDeprecated] (node) {
|
726
|
+
const { _id, deprecated } = node.package
|
727
|
+
if (deprecated) {
|
728
|
+
log.warn('deprecated', `${_id}: ${deprecated}`)
|
729
|
+
}
|
730
|
+
}
|
731
|
+
|
732
|
+
// if the node is optional, then the failure of the promise is nonfatal
|
733
|
+
// just add it and its optional set to the trash list.
|
734
|
+
[_handleOptionalFailure] (node, p) {
|
735
|
+
return (node.optional ? p.catch(er => {
|
736
|
+
const set = optionalSet(node)
|
737
|
+
for (node of set) {
|
738
|
+
log.verbose('reify', 'failed optional dependency', node.path)
|
739
|
+
this[_addNodeToTrashList](node)
|
740
|
+
}
|
741
|
+
}) : p).then(() => node)
|
742
|
+
}
|
743
|
+
|
744
|
+
[_registryResolved] (resolved) {
|
745
|
+
// the default registry url is a magic value meaning "the currently
|
746
|
+
// configured registry".
|
747
|
+
// `resolved` must never be falsey.
|
748
|
+
//
|
749
|
+
// XXX: use a magic string that isn't also a valid value, like
|
750
|
+
// ${REGISTRY} or something. This has to be threaded through the
|
751
|
+
// Shrinkwrap and Node classes carefully, so for now, just treat
|
752
|
+
// the default reg as the magical animal that it has been.
|
753
|
+
const resolvedURL = hgi.parseUrl(resolved)
|
754
|
+
|
755
|
+
if (!resolvedURL) {
|
756
|
+
// if we could not parse the url at all then returning nothing
|
757
|
+
// here means it will get removed from the tree in the next step
|
758
|
+
return
|
759
|
+
}
|
760
|
+
|
761
|
+
if ((this.options.replaceRegistryHost === resolvedURL.hostname)
|
762
|
+
|| this.options.replaceRegistryHost === 'always') {
|
763
|
+
// this.registry always has a trailing slash
|
764
|
+
return `${this.registry.slice(0, -1)}${resolvedURL.pathname}${resolvedURL.searchParams}`
|
765
|
+
}
|
766
|
+
|
767
|
+
return resolved
|
768
|
+
}
|
769
|
+
|
770
|
+
// bundles are *sort of* like shrinkwraps, in that the branch is defined
|
771
|
+
// by the contents of the package. however, in their case, rather than
|
772
|
+
// shipping a virtual tree that must be reified, they ship an entire
|
773
|
+
// reified actual tree that must be unpacked and not modified.
|
774
|
+
[_loadBundlesAndUpdateTrees] (
|
775
|
+
depth = 0, bundlesByDepth = this[_getBundlesByDepth]()
|
776
|
+
) {
|
777
|
+
if (depth === 0) {
|
778
|
+
process.emit('time', 'reify:loadBundles')
|
779
|
+
}
|
780
|
+
|
781
|
+
const maxBundleDepth = bundlesByDepth.get('maxBundleDepth')
|
782
|
+
if (depth > maxBundleDepth) {
|
783
|
+
// if we did something, then prune the tree and update the diffs
|
784
|
+
if (maxBundleDepth !== -1) {
|
785
|
+
this[_pruneBundledMetadeps](bundlesByDepth)
|
786
|
+
this[_diffTrees]()
|
787
|
+
}
|
788
|
+
process.emit('timeEnd', 'reify:loadBundles')
|
789
|
+
return
|
790
|
+
}
|
791
|
+
|
792
|
+
// skip any that have since been removed from the tree, eg by a
|
793
|
+
// shallower bundle overwriting them with a bundled meta-dep.
|
794
|
+
const set = (bundlesByDepth.get(depth) || [])
|
795
|
+
.filter(node => node.root === this.idealTree &&
|
796
|
+
node.target !== node.root &&
|
797
|
+
!this[_trashList].has(node.path))
|
798
|
+
|
799
|
+
if (!set.length) {
|
800
|
+
return this[_loadBundlesAndUpdateTrees](depth + 1, bundlesByDepth)
|
801
|
+
}
|
802
|
+
|
803
|
+
// extract all the nodes with bundles
|
804
|
+
return promiseAllRejectLate(set.map(node => {
|
805
|
+
this[_bundleUnpacked].add(node)
|
806
|
+
return this[_reifyNode](node)
|
807
|
+
}))
|
808
|
+
// then load their unpacked children and move into the ideal tree
|
809
|
+
.then(nodes =>
|
810
|
+
promiseAllRejectLate(nodes.map(async node => {
|
811
|
+
const arb = new this.constructor({
|
812
|
+
...this.options,
|
813
|
+
path: node.path,
|
814
|
+
})
|
815
|
+
const notTransplanted = new Set(node.children.keys())
|
816
|
+
await arb.loadActual({
|
817
|
+
root: node,
|
818
|
+
// don't transplant any sparse folders we created
|
819
|
+
// loadActual will set node.package to {} for empty directories
|
820
|
+
// if by chance there are some empty folders in the node_modules
|
821
|
+
// tree for some other reason, then ok, ignore those too.
|
822
|
+
transplantFilter: node => {
|
823
|
+
if (node.package._id) {
|
824
|
+
// it's actually in the bundle if it gets transplanted
|
825
|
+
notTransplanted.delete(node.name)
|
826
|
+
return true
|
827
|
+
} else {
|
828
|
+
return false
|
829
|
+
}
|
830
|
+
},
|
831
|
+
})
|
832
|
+
for (const name of notTransplanted) {
|
833
|
+
this[_bundleMissing].add(node.children.get(name))
|
834
|
+
}
|
835
|
+
})))
|
836
|
+
// move onto the next level of bundled items
|
837
|
+
.then(() => this[_loadBundlesAndUpdateTrees](depth + 1, bundlesByDepth))
|
838
|
+
}
|
839
|
+
|
840
|
+
[_getBundlesByDepth] () {
|
841
|
+
const bundlesByDepth = new Map()
|
842
|
+
let maxBundleDepth = -1
|
843
|
+
dfwalk({
|
844
|
+
tree: this.diff,
|
845
|
+
visit: diff => {
|
846
|
+
const node = diff.ideal
|
847
|
+
if (!node) {
|
848
|
+
return
|
849
|
+
}
|
850
|
+
if (node.isProjectRoot) {
|
851
|
+
return
|
852
|
+
}
|
853
|
+
|
854
|
+
const { bundleDependencies } = node.package
|
855
|
+
if (bundleDependencies && bundleDependencies.length) {
|
856
|
+
maxBundleDepth = Math.max(maxBundleDepth, node.depth)
|
857
|
+
if (!bundlesByDepth.has(node.depth)) {
|
858
|
+
bundlesByDepth.set(node.depth, [node])
|
859
|
+
} else {
|
860
|
+
bundlesByDepth.get(node.depth).push(node)
|
861
|
+
}
|
862
|
+
}
|
863
|
+
},
|
864
|
+
getChildren: diff => diff.children,
|
865
|
+
})
|
866
|
+
|
867
|
+
bundlesByDepth.set('maxBundleDepth', maxBundleDepth)
|
868
|
+
return bundlesByDepth
|
869
|
+
}
|
870
|
+
|
871
|
+
// https://github.com/npm/cli/issues/1597#issuecomment-667639545
|
872
|
+
[_pruneBundledMetadeps] (bundlesByDepth) {
|
873
|
+
const bundleShadowed = new Set()
|
874
|
+
|
875
|
+
// Example dep graph:
|
876
|
+
// root -> (a, c)
|
877
|
+
// a -> BUNDLE(b)
|
878
|
+
// b -> c
|
879
|
+
// c -> b
|
880
|
+
//
|
881
|
+
// package tree:
|
882
|
+
// root
|
883
|
+
// +-- a
|
884
|
+
// | +-- b(1)
|
885
|
+
// | +-- c(1)
|
886
|
+
// +-- b(2)
|
887
|
+
// +-- c(2)
|
888
|
+
// 1. mark everything that's shadowed by anything in the bundle. This
|
889
|
+
// marks b(2) and c(2).
|
890
|
+
// 2. anything with edgesIn from outside the set, mark not-extraneous,
|
891
|
+
// remove from set. This unmarks c(2).
|
892
|
+
// 3. continue until no change
|
893
|
+
// 4. remove everything in the set from the tree. b(2) is pruned
|
894
|
+
|
895
|
+
// create the list of nodes shadowed by children of bundlers
|
896
|
+
for (const bundles of bundlesByDepth.values()) {
|
897
|
+
// skip the 'maxBundleDepth' item
|
898
|
+
if (!Array.isArray(bundles)) {
|
899
|
+
continue
|
900
|
+
}
|
901
|
+
for (const node of bundles) {
|
902
|
+
for (const name of node.children.keys()) {
|
903
|
+
const shadow = node.parent.resolve(name)
|
904
|
+
if (!shadow) {
|
905
|
+
continue
|
906
|
+
}
|
907
|
+
bundleShadowed.add(shadow)
|
908
|
+
shadow.extraneous = true
|
909
|
+
}
|
910
|
+
}
|
911
|
+
}
|
912
|
+
|
913
|
+
// lib -> (a@1.x) BUNDLE(a@1.2.3 (b@1.2.3))
|
914
|
+
// a@1.2.3 -> (b@1.2.3)
|
915
|
+
// a@1.3.0 -> (b@2)
|
916
|
+
// b@1.2.3 -> ()
|
917
|
+
// b@2 -> (c@2)
|
918
|
+
//
|
919
|
+
// root
|
920
|
+
// +-- lib
|
921
|
+
// | +-- a@1.2.3
|
922
|
+
// | +-- b@1.2.3
|
923
|
+
// +-- b@2 <-- shadowed, now extraneous
|
924
|
+
// +-- c@2 <-- also shadowed, because only dependent is shadowed
|
925
|
+
for (const shadow of bundleShadowed) {
|
926
|
+
for (const shadDep of shadow.edgesOut.values()) {
|
927
|
+
/* istanbul ignore else - pretty unusual situation, just being
|
928
|
+
* defensive here. Would mean that a bundled dep has a dependency
|
929
|
+
* that is unmet. which, weird, but if you bundle it, we take
|
930
|
+
* whatever you put there and assume the publisher knows best. */
|
931
|
+
if (shadDep.to) {
|
932
|
+
bundleShadowed.add(shadDep.to)
|
933
|
+
shadDep.to.extraneous = true
|
934
|
+
}
|
935
|
+
}
|
936
|
+
}
|
937
|
+
|
938
|
+
let changed
|
939
|
+
do {
|
940
|
+
changed = false
|
941
|
+
for (const shadow of bundleShadowed) {
|
942
|
+
for (const edge of shadow.edgesIn) {
|
943
|
+
if (!bundleShadowed.has(edge.from)) {
|
944
|
+
shadow.extraneous = false
|
945
|
+
bundleShadowed.delete(shadow)
|
946
|
+
changed = true
|
947
|
+
break
|
948
|
+
}
|
949
|
+
}
|
950
|
+
}
|
951
|
+
} while (changed)
|
952
|
+
|
953
|
+
for (const shadow of bundleShadowed) {
|
954
|
+
this[_addNodeToTrashList](shadow)
|
955
|
+
shadow.root = null
|
956
|
+
}
|
957
|
+
}
|
958
|
+
|
959
|
+
async [_submitQuickAudit] () {
|
960
|
+
if (this.options.audit === false) {
|
961
|
+
this.auditReport = null
|
962
|
+
return
|
963
|
+
}
|
964
|
+
|
965
|
+
// we submit the quick audit at this point in the process, as soon as
|
966
|
+
// we have all the deps resolved, so that it can overlap with the other
|
967
|
+
// actions as much as possible. Stash the promise, which we resolve
|
968
|
+
// before finishing the reify() and returning the tree. Thus, we do
|
969
|
+
// NOT return the promise, as the intent is for this to run in parallel
|
970
|
+
// with the reification, and be resolved at a later time.
|
971
|
+
process.emit('time', 'reify:audit')
|
972
|
+
const options = { ...this.options }
|
973
|
+
const tree = this.idealTree
|
974
|
+
|
975
|
+
// if we're operating on a workspace, only audit the workspace deps
|
976
|
+
if (this[_workspaces] && this[_workspaces].length) {
|
977
|
+
options.filterSet = this.workspaceDependencySet(
|
978
|
+
tree,
|
979
|
+
this[_workspaces],
|
980
|
+
this[_includeWorkspaceRoot]
|
981
|
+
)
|
982
|
+
}
|
983
|
+
|
984
|
+
this.auditReport = AuditReport.load(tree, options).then(res => {
|
985
|
+
process.emit('timeEnd', 'reify:audit')
|
986
|
+
return res
|
987
|
+
})
|
988
|
+
}
|
989
|
+
|
990
|
+
// ok! actually unpack stuff into their target locations!
|
991
|
+
// The sparse tree has already been created, so we walk the diff
|
992
|
+
// kicking off each unpack job. If any fail, we rm the sparse
|
993
|
+
// tree entirely and try to put everything back where it was.
|
994
|
+
[_unpackNewModules] () {
|
995
|
+
process.emit('time', 'reify:unpack')
|
996
|
+
const unpacks = []
|
997
|
+
dfwalk({
|
998
|
+
tree: this.diff,
|
999
|
+
visit: diff => {
|
1000
|
+
// no unpacking if we don't want to change this thing
|
1001
|
+
if (diff.action !== 'CHANGE' && diff.action !== 'ADD') {
|
1002
|
+
return
|
1003
|
+
}
|
1004
|
+
|
1005
|
+
const node = diff.ideal
|
1006
|
+
const bd = this[_bundleUnpacked].has(node)
|
1007
|
+
const sw = this[_shrinkwrapInflated].has(node)
|
1008
|
+
const bundleMissing = this[_bundleMissing].has(node)
|
1009
|
+
|
1010
|
+
// check whether we still need to unpack this one.
|
1011
|
+
// test the inDepBundle last, since that's potentially a tree walk.
|
1012
|
+
const doUnpack = node && // can't unpack if removed!
|
1013
|
+
// root node already exists
|
1014
|
+
!node.isRoot &&
|
1015
|
+
// already unpacked to read bundle
|
1016
|
+
!bd &&
|
1017
|
+
// already unpacked to read sw
|
1018
|
+
!sw &&
|
1019
|
+
// already unpacked by another dep's bundle
|
1020
|
+
(bundleMissing || !node.inDepBundle)
|
1021
|
+
|
1022
|
+
if (doUnpack) {
|
1023
|
+
unpacks.push(this[_reifyNode](node))
|
1024
|
+
}
|
1025
|
+
},
|
1026
|
+
getChildren: diff => diff.children,
|
1027
|
+
})
|
1028
|
+
return promiseAllRejectLate(unpacks)
|
1029
|
+
.then(() => process.emit('timeEnd', 'reify:unpack'))
|
1030
|
+
}
|
1031
|
+
|
1032
|
+
// This is the part where we move back the unchanging nodes that were
|
1033
|
+
// the children of a node that did change. If this fails, the rollback
|
1034
|
+
// is a three-step process. First, we try to move the retired unchanged
|
1035
|
+
// nodes BACK to their retirement folders, then delete the sparse tree,
|
1036
|
+
// then move everything out of retirement.
|
1037
|
+
[_moveBackRetiredUnchanged] () {
|
1038
|
+
// get a list of all unchanging children of any shallow retired nodes
|
1039
|
+
// if they are not the ancestor of any node in the diff set, then the
|
1040
|
+
// directory won't already exist, so just rename it over.
|
1041
|
+
// This is sort of an inverse diff tree, of all the nodes where
|
1042
|
+
// the actualTree and idealTree _don't_ differ, starting from the
|
1043
|
+
// shallowest nodes that we moved aside in the first place.
|
1044
|
+
process.emit('time', 'reify:unretire')
|
1045
|
+
const moves = this[_retiredPaths]
|
1046
|
+
this[_retiredUnchanged] = {}
|
1047
|
+
return promiseAllRejectLate(this.diff.children.map(diff => {
|
1048
|
+
// skip if nothing was retired
|
1049
|
+
if (diff.action !== 'CHANGE' && diff.action !== 'REMOVE') {
|
1050
|
+
return
|
1051
|
+
}
|
1052
|
+
|
1053
|
+
const { path: realFolder } = diff.actual
|
1054
|
+
const retireFolder = moves[realFolder]
|
1055
|
+
/* istanbul ignore next - should be impossible */
|
1056
|
+
debug(() => {
|
1057
|
+
if (!retireFolder) {
|
1058
|
+
const er = new Error('trying to un-retire but not retired')
|
1059
|
+
throw Object.assign(er, {
|
1060
|
+
realFolder,
|
1061
|
+
retireFolder,
|
1062
|
+
actual: diff.actual,
|
1063
|
+
ideal: diff.ideal,
|
1064
|
+
action: diff.action,
|
1065
|
+
})
|
1066
|
+
}
|
1067
|
+
})
|
1068
|
+
|
1069
|
+
this[_retiredUnchanged][retireFolder] = []
|
1070
|
+
return promiseAllRejectLate(diff.unchanged.map(node => {
|
1071
|
+
// no need to roll back links, since we'll just delete them anyway
|
1072
|
+
if (node.isLink) {
|
1073
|
+
return mkdir(dirname(node.path), { recursive: true, force: true })
|
1074
|
+
.then(() => this[_reifyNode](node))
|
1075
|
+
}
|
1076
|
+
|
1077
|
+
// will have been moved/unpacked along with bundler
|
1078
|
+
if (node.inDepBundle && !this[_bundleMissing].has(node)) {
|
1079
|
+
return
|
1080
|
+
}
|
1081
|
+
|
1082
|
+
this[_retiredUnchanged][retireFolder].push(node)
|
1083
|
+
|
1084
|
+
const rel = relative(realFolder, node.path)
|
1085
|
+
const fromPath = resolve(retireFolder, rel)
|
1086
|
+
// if it has bundleDependencies, then make node_modules. otherwise
|
1087
|
+
// skip it.
|
1088
|
+
const bd = node.package.bundleDependencies
|
1089
|
+
const dir = bd && bd.length ? node.path + '/node_modules' : node.path
|
1090
|
+
return mkdir(dir, { recursive: true }).then(() => this[_moveContents](node, fromPath))
|
1091
|
+
}))
|
1092
|
+
}))
|
1093
|
+
.then(() => process.emit('timeEnd', 'reify:unretire'))
|
1094
|
+
}
|
1095
|
+
|
1096
|
+
// move the contents from the fromPath to the node.path
|
1097
|
+
[_moveContents] (node, fromPath) {
|
1098
|
+
return packageContents({
|
1099
|
+
path: fromPath,
|
1100
|
+
depth: 1,
|
1101
|
+
packageJsonCache: new Map([[fromPath + '/package.json', node.package]]),
|
1102
|
+
}).then(res => promiseAllRejectLate(res.map(path => {
|
1103
|
+
const rel = relative(fromPath, path)
|
1104
|
+
const to = resolve(node.path, rel)
|
1105
|
+
return this[_renamePath](path, to)
|
1106
|
+
})))
|
1107
|
+
}
|
1108
|
+
|
1109
|
+
[_rollbackMoveBackRetiredUnchanged] (er) {
|
1110
|
+
const moves = this[_retiredPaths]
|
1111
|
+
// flip the mapping around to go back
|
1112
|
+
const realFolders = new Map(Object.entries(moves).map(([k, v]) => [v, k]))
|
1113
|
+
const promises = Object.entries(this[_retiredUnchanged])
|
1114
|
+
.map(([retireFolder, nodes]) => promiseAllRejectLate(nodes.map(node => {
|
1115
|
+
const realFolder = realFolders.get(retireFolder)
|
1116
|
+
const rel = relative(realFolder, node.path)
|
1117
|
+
const fromPath = resolve(retireFolder, rel)
|
1118
|
+
return this[_moveContents]({ ...node, path: fromPath }, node.path)
|
1119
|
+
})))
|
1120
|
+
return promiseAllRejectLate(promises)
|
1121
|
+
.then(() => this[_rollbackCreateSparseTree](er))
|
1122
|
+
}
|
1123
|
+
|
1124
|
+
[_build] () {
|
1125
|
+
process.emit('time', 'reify:build')
|
1126
|
+
|
1127
|
+
// for all the things being installed, run their appropriate scripts
|
1128
|
+
// run in tip->root order, so as to be more likely to build a node's
|
1129
|
+
// deps before attempting to build it itself
|
1130
|
+
const nodes = []
|
1131
|
+
dfwalk({
|
1132
|
+
tree: this.diff,
|
1133
|
+
leave: diff => {
|
1134
|
+
if (!diff.ideal.isProjectRoot) {
|
1135
|
+
nodes.push(diff.ideal)
|
1136
|
+
}
|
1137
|
+
},
|
1138
|
+
// process adds before changes, ignore removals
|
1139
|
+
getChildren: diff => diff && diff.children,
|
1140
|
+
filter: diff => diff.action === 'ADD' || diff.action === 'CHANGE',
|
1141
|
+
})
|
1142
|
+
|
1143
|
+
// pick up link nodes from the unchanged list as we want to run their
|
1144
|
+
// scripts in every install despite of having a diff status change
|
1145
|
+
for (const node of this.diff.unchanged) {
|
1146
|
+
const tree = node.root.target
|
1147
|
+
|
1148
|
+
// skip links that only live within node_modules as they are most
|
1149
|
+
// likely managed by packages we installed, we only want to rebuild
|
1150
|
+
// unchanged links we directly manage
|
1151
|
+
const linkedFromRoot = node.parent === tree || node.target.fsTop === tree
|
1152
|
+
if (node.isLink && linkedFromRoot) {
|
1153
|
+
nodes.push(node)
|
1154
|
+
}
|
1155
|
+
}
|
1156
|
+
|
1157
|
+
return this.rebuild({ nodes, handleOptionalFailure: true })
|
1158
|
+
.then(() => process.emit('timeEnd', 'reify:build'))
|
1159
|
+
}
|
1160
|
+
|
1161
|
+
// the tree is pretty much built now, so it's cleanup time.
|
1162
|
+
// remove the retired folders, and any deleted nodes
|
1163
|
+
// If this fails, there isn't much we can do but tell the user about it.
|
1164
|
+
// Thankfully, it's pretty unlikely that it'll fail, since rm is a node builtin.
|
1165
|
+
async [_removeTrash] () {
|
1166
|
+
process.emit('time', 'reify:trash')
|
1167
|
+
const promises = []
|
1168
|
+
const failures = []
|
1169
|
+
const _rm = path => rm(path, { recursive: true, force: true }).catch(er => failures.push([path, er]))
|
1170
|
+
|
1171
|
+
for (const path of this[_trashList]) {
|
1172
|
+
promises.push(_rm(path))
|
1173
|
+
}
|
1174
|
+
|
1175
|
+
await promiseAllRejectLate(promises)
|
1176
|
+
if (failures.length) {
|
1177
|
+
log.warn('cleanup', 'Failed to remove some directories', failures)
|
1178
|
+
}
|
1179
|
+
process.emit('timeEnd', 'reify:trash')
|
1180
|
+
}
|
1181
|
+
|
1182
|
+
// last but not least, we save the ideal tree metadata to the package-lock
|
1183
|
+
// or shrinkwrap file, and any additions or removals to package.json
|
1184
|
+
async [_saveIdealTree] (options) {
|
1185
|
+
// the ideal tree is actualized now, hooray!
|
1186
|
+
// it still contains all the references to optional nodes that were removed
|
1187
|
+
// for install failures. Those still end up in the shrinkwrap, so we
|
1188
|
+
// save it first, then prune out the optional trash, and then return it.
|
1189
|
+
|
1190
|
+
const save = !(options.save === false)
|
1191
|
+
|
1192
|
+
// we check for updates in order to make sure we run save ideal tree
|
1193
|
+
// even though save=false since we want `npm update` to be able to
|
1194
|
+
// write to package-lock files by default
|
1195
|
+
const hasUpdates = this[_updateAll] || this[_updateNames].length
|
1196
|
+
|
1197
|
+
// we're going to completely skip save ideal tree in case of a global or
|
1198
|
+
// dry-run install and also if the save option is set to false, EXCEPT for
|
1199
|
+
// update since the expected behavior for npm7+ is for update to
|
1200
|
+
// NOT save to package.json, we make that exception since we still want
|
1201
|
+
// saveIdealTree to be able to write the lockfile by default.
|
1202
|
+
const saveIdealTree = !(
|
1203
|
+
(!save && !hasUpdates)
|
1204
|
+
|| this[_global]
|
1205
|
+
|| this[_dryRun]
|
1206
|
+
)
|
1207
|
+
|
1208
|
+
if (!saveIdealTree) {
|
1209
|
+
return false
|
1210
|
+
}
|
1211
|
+
|
1212
|
+
process.emit('time', 'reify:save')
|
1213
|
+
|
1214
|
+
const updatedTrees = new Set()
|
1215
|
+
const updateNodes = nodes => {
|
1216
|
+
for (const { name, tree: addTree } of nodes) {
|
1217
|
+
// addTree either the root, or a workspace
|
1218
|
+
const edge = addTree.edgesOut.get(name)
|
1219
|
+
const pkg = addTree.package
|
1220
|
+
const req = npa.resolve(name, edge.spec, addTree.realpath)
|
1221
|
+
const { rawSpec, subSpec } = req
|
1222
|
+
|
1223
|
+
const spec = subSpec ? subSpec.rawSpec : rawSpec
|
1224
|
+
const child = edge.to
|
1225
|
+
|
1226
|
+
// if we tried to install an optional dep, but it was a version
|
1227
|
+
// that we couldn't resolve, this MAY be missing. if we haven't
|
1228
|
+
// blown up by now, it's because it was not a problem, though, so
|
1229
|
+
// just move on.
|
1230
|
+
if (!child || !addTree.isTop) {
|
1231
|
+
continue
|
1232
|
+
}
|
1233
|
+
|
1234
|
+
let newSpec
|
1235
|
+
// True if the dependency is getting installed from a local file path
|
1236
|
+
// In this case it is not possible to do the normal version comparisons
|
1237
|
+
// as the new version will be a file path
|
1238
|
+
const isLocalDep = req.type === 'directory' || req.type === 'file'
|
1239
|
+
if (req.registry) {
|
1240
|
+
const version = child.version
|
1241
|
+
const prefixRange = version ? this[_savePrefix] + version : '*'
|
1242
|
+
// if we installed a range, then we save the range specified
|
1243
|
+
// if it is not a subset of the ^x.y.z. eg, installing a range
|
1244
|
+
// of `1.x <1.2.3` will not be saved as `^1.2.0`, because that
|
1245
|
+
// would allow versions outside the requested range. Tags and
|
1246
|
+
// specific versions save with the save-prefix.
|
1247
|
+
const isRange = (subSpec || req).type === 'range'
|
1248
|
+
|
1249
|
+
let range = spec
|
1250
|
+
if (
|
1251
|
+
!isRange ||
|
1252
|
+
spec === '*' ||
|
1253
|
+
subset(prefixRange, spec, { loose: true })
|
1254
|
+
) {
|
1255
|
+
range = prefixRange
|
1256
|
+
}
|
1257
|
+
|
1258
|
+
const pname = child.packageName
|
1259
|
+
const alias = name !== pname
|
1260
|
+
newSpec = alias ? `npm:${pname}@${range}` : range
|
1261
|
+
} else if (req.hosted) {
|
1262
|
+
// save the git+https url if it has auth, otherwise shortcut
|
1263
|
+
const h = req.hosted
|
1264
|
+
const opt = { noCommittish: false }
|
1265
|
+
if (h.https && h.auth) {
|
1266
|
+
newSpec = `git+${h.https(opt)}`
|
1267
|
+
} else {
|
1268
|
+
newSpec = h.shortcut(opt)
|
1269
|
+
}
|
1270
|
+
} else if (isLocalDep) {
|
1271
|
+
// when finding workspace nodes, make sure that
|
1272
|
+
// we save them using their version instead of
|
1273
|
+
// using their relative path
|
1274
|
+
if (edge.type === 'workspace') {
|
1275
|
+
const { version } = edge.to.target
|
1276
|
+
const prefixRange = version ? this[_savePrefix] + version : '*'
|
1277
|
+
newSpec = prefixRange
|
1278
|
+
} else {
|
1279
|
+
// save the relative path in package.json
|
1280
|
+
// Normally saveSpec is updated with the proper relative
|
1281
|
+
// path already, but it's possible to specify a full absolute
|
1282
|
+
// path initially, in which case we can end up with the wrong
|
1283
|
+
// thing, so just get the ultimate fetchSpec and relativize it.
|
1284
|
+
const p = req.fetchSpec.replace(/^file:/, '')
|
1285
|
+
const rel = relpath(addTree.realpath, p).replace(/#/g, '%23')
|
1286
|
+
newSpec = `file:${rel}`
|
1287
|
+
}
|
1288
|
+
} else {
|
1289
|
+
newSpec = req.saveSpec
|
1290
|
+
}
|
1291
|
+
|
1292
|
+
if (options.saveType) {
|
1293
|
+
const depType = saveTypeMap.get(options.saveType)
|
1294
|
+
pkg[depType][name] = newSpec
|
1295
|
+
// rpj will have moved it here if it was in both
|
1296
|
+
// if it is empty it will be deleted later
|
1297
|
+
if (options.saveType === 'prod' && pkg.optionalDependencies) {
|
1298
|
+
delete pkg.optionalDependencies[name]
|
1299
|
+
}
|
1300
|
+
} else {
|
1301
|
+
if (hasSubKey(pkg, 'dependencies', name)) {
|
1302
|
+
pkg.dependencies[name] = newSpec
|
1303
|
+
}
|
1304
|
+
|
1305
|
+
if (hasSubKey(pkg, 'devDependencies', name)) {
|
1306
|
+
pkg.devDependencies[name] = newSpec
|
1307
|
+
// don't update peer or optional if we don't have to
|
1308
|
+
if (hasSubKey(pkg, 'peerDependencies', name) && (isLocalDep || !intersects(newSpec, pkg.peerDependencies[name]))) {
|
1309
|
+
pkg.peerDependencies[name] = newSpec
|
1310
|
+
}
|
1311
|
+
|
1312
|
+
if (hasSubKey(pkg, 'optionalDependencies', name) && (isLocalDep || !intersects(newSpec, pkg.optionalDependencies[name]))) {
|
1313
|
+
pkg.optionalDependencies[name] = newSpec
|
1314
|
+
}
|
1315
|
+
} else {
|
1316
|
+
if (hasSubKey(pkg, 'peerDependencies', name)) {
|
1317
|
+
pkg.peerDependencies[name] = newSpec
|
1318
|
+
}
|
1319
|
+
|
1320
|
+
if (hasSubKey(pkg, 'optionalDependencies', name)) {
|
1321
|
+
pkg.optionalDependencies[name] = newSpec
|
1322
|
+
}
|
1323
|
+
}
|
1324
|
+
}
|
1325
|
+
|
1326
|
+
updatedTrees.add(addTree)
|
1327
|
+
}
|
1328
|
+
}
|
1329
|
+
|
1330
|
+
// Returns true if any of the edges from this node has a semver
|
1331
|
+
// range definition that is an exact match to the version installed
|
1332
|
+
// e.g: should return true if for a given an installed version 1.0.0,
|
1333
|
+
// range is either =1.0.0 or 1.0.0
|
1334
|
+
const exactVersion = node => {
|
1335
|
+
for (const edge of node.edgesIn) {
|
1336
|
+
try {
|
1337
|
+
if (semver.subset(edge.spec, node.version)) {
|
1338
|
+
return false
|
1339
|
+
}
|
1340
|
+
} catch {
|
1341
|
+
// ignore errors
|
1342
|
+
}
|
1343
|
+
}
|
1344
|
+
return true
|
1345
|
+
}
|
1346
|
+
|
1347
|
+
// helper that retrieves an array of nodes that were
|
1348
|
+
// potentially updated during the reify process, in order
|
1349
|
+
// to limit the number of nodes to check and update, only
|
1350
|
+
// select nodes from the inventory that are direct deps
|
1351
|
+
// of a given package.json (project root or a workspace)
|
1352
|
+
// and in ase of using a list of `names`, restrict nodes
|
1353
|
+
// to only names that are found in this list
|
1354
|
+
const retrieveUpdatedNodes = names => {
|
1355
|
+
const filterDirectDependencies = node =>
|
1356
|
+
!node.isRoot && node.resolveParent && node.resolveParent.isRoot
|
1357
|
+
&& (!names || names.includes(node.name))
|
1358
|
+
&& exactVersion(node) // skip update for exact ranges
|
1359
|
+
|
1360
|
+
const directDeps = this.idealTree.inventory
|
1361
|
+
.filter(filterDirectDependencies)
|
1362
|
+
|
1363
|
+
// traverses the list of direct dependencies and collect all nodes
|
1364
|
+
// to be updated, since any of them might have changed during reify
|
1365
|
+
const nodes = []
|
1366
|
+
for (const node of directDeps) {
|
1367
|
+
for (const edgeIn of node.edgesIn) {
|
1368
|
+
nodes.push({
|
1369
|
+
name: node.name,
|
1370
|
+
tree: edgeIn.from.target,
|
1371
|
+
})
|
1372
|
+
}
|
1373
|
+
}
|
1374
|
+
return nodes
|
1375
|
+
}
|
1376
|
+
|
1377
|
+
if (save) {
|
1378
|
+
// when using update all alongside with save, we'll make
|
1379
|
+
// sure to refresh every dependency of the root idealTree
|
1380
|
+
if (this[_updateAll]) {
|
1381
|
+
const nodes = retrieveUpdatedNodes()
|
1382
|
+
updateNodes(nodes)
|
1383
|
+
} else {
|
1384
|
+
// resolvedAdd is the list of user add requests, but with names added
|
1385
|
+
// to things like git repos and tarball file/urls. However, if the
|
1386
|
+
// user requested 'foo@', and we have a foo@file:../foo, then we should
|
1387
|
+
// end up saving the spec we actually used, not whatever they gave us.
|
1388
|
+
if (this[_resolvedAdd].length) {
|
1389
|
+
updateNodes(this[_resolvedAdd])
|
1390
|
+
}
|
1391
|
+
|
1392
|
+
// if updating given dependencies by name, restrict the list of
|
1393
|
+
// nodes to check to only those currently in _updateNames
|
1394
|
+
if (this[_updateNames].length) {
|
1395
|
+
const nodes = retrieveUpdatedNodes(this[_updateNames])
|
1396
|
+
updateNodes(nodes)
|
1397
|
+
}
|
1398
|
+
|
1399
|
+
// grab any from explicitRequests that had deps removed
|
1400
|
+
for (const { from: tree } of this.explicitRequests) {
|
1401
|
+
updatedTrees.add(tree)
|
1402
|
+
}
|
1403
|
+
}
|
1404
|
+
}
|
1405
|
+
|
1406
|
+
if (save) {
|
1407
|
+
for (const tree of updatedTrees) {
|
1408
|
+
// refresh the edges so they have the correct specs
|
1409
|
+
tree.package = tree.package
|
1410
|
+
const pkgJson = await PackageJson.load(tree.path)
|
1411
|
+
.catch(() => new PackageJson(tree.path))
|
1412
|
+
const {
|
1413
|
+
dependencies = {},
|
1414
|
+
devDependencies = {},
|
1415
|
+
optionalDependencies = {},
|
1416
|
+
peerDependencies = {},
|
1417
|
+
// bundleDependencies is not required by PackageJson like the other
|
1418
|
+
// fields here PackageJson also doesn't omit an empty array for this
|
1419
|
+
// field so defaulting this to an empty array would add that field to
|
1420
|
+
// every package.json file.
|
1421
|
+
bundleDependencies,
|
1422
|
+
} = tree.package
|
1423
|
+
|
1424
|
+
pkgJson.update({
|
1425
|
+
dependencies,
|
1426
|
+
devDependencies,
|
1427
|
+
optionalDependencies,
|
1428
|
+
peerDependencies,
|
1429
|
+
bundleDependencies,
|
1430
|
+
})
|
1431
|
+
await pkgJson.save()
|
1432
|
+
}
|
1433
|
+
}
|
1434
|
+
|
1435
|
+
// before now edge specs could be changing, affecting the `requires` field
|
1436
|
+
// in the package lock, so we hold off saving to the very last action
|
1437
|
+
if (this[_usePackageLock]) {
|
1438
|
+
// preserve indentation, if possible
|
1439
|
+
let format = this.idealTree.package[Symbol.for('indent')]
|
1440
|
+
if (format === undefined) {
|
1441
|
+
format = ' '
|
1442
|
+
}
|
1443
|
+
|
1444
|
+
// TODO this ignores options.save
|
1445
|
+
await this.idealTree.meta.save({
|
1446
|
+
format: (this[_formatPackageLock] && format) ? format
|
1447
|
+
: this[_formatPackageLock],
|
1448
|
+
})
|
1449
|
+
}
|
1450
|
+
|
1451
|
+
process.emit('timeEnd', 'reify:save')
|
1452
|
+
return true
|
1453
|
+
}
|
1454
|
+
|
1455
|
+
async [_copyIdealToActual] () {
|
1456
|
+
// clean up any trash that is still in the tree
|
1457
|
+
for (const path of this[_trashList]) {
|
1458
|
+
const loc = relpath(this.idealTree.realpath, path)
|
1459
|
+
const node = this.idealTree.inventory.get(loc)
|
1460
|
+
if (node && node.root === this.idealTree) {
|
1461
|
+
node.parent = null
|
1462
|
+
}
|
1463
|
+
}
|
1464
|
+
|
1465
|
+
// if we filtered to only certain nodes, then anything ELSE needs
|
1466
|
+
// to be untouched in the resulting actual tree, even if it differs
|
1467
|
+
// in the idealTree. Copy over anything that was in the actual and
|
1468
|
+
// was not changed, delete anything in the ideal and not actual.
|
1469
|
+
// Then we move the entire idealTree over to this.actualTree, and
|
1470
|
+
// save the hidden lockfile.
|
1471
|
+
if (this.diff && this.diff.filterSet.size) {
|
1472
|
+
const reroot = new Set()
|
1473
|
+
|
1474
|
+
const { filterSet } = this.diff
|
1475
|
+
const seen = new Set()
|
1476
|
+
for (const [loc, ideal] of this.idealTree.inventory.entries()) {
|
1477
|
+
seen.add(loc)
|
1478
|
+
|
1479
|
+
// if it's an ideal node from the filter set, then skip it
|
1480
|
+
// because we already made whatever changes were necessary
|
1481
|
+
if (filterSet.has(ideal)) {
|
1482
|
+
continue
|
1483
|
+
}
|
1484
|
+
|
1485
|
+
// otherwise, if it's not in the actualTree, then it's not a thing
|
1486
|
+
// that we actually added. And if it IS in the actualTree, then
|
1487
|
+
// it's something that we left untouched, so we need to record
|
1488
|
+
// that.
|
1489
|
+
const actual = this.actualTree.inventory.get(loc)
|
1490
|
+
if (!actual) {
|
1491
|
+
ideal.root = null
|
1492
|
+
} else {
|
1493
|
+
if ([...actual.linksIn].some(link => filterSet.has(link))) {
|
1494
|
+
seen.add(actual.location)
|
1495
|
+
continue
|
1496
|
+
}
|
1497
|
+
const { realpath, isLink } = actual
|
1498
|
+
if (isLink && ideal.isLink && ideal.realpath === realpath) {
|
1499
|
+
continue
|
1500
|
+
} else {
|
1501
|
+
reroot.add(actual)
|
1502
|
+
}
|
1503
|
+
}
|
1504
|
+
}
|
1505
|
+
|
1506
|
+
// now find any actual nodes that may not be present in the ideal
|
1507
|
+
// tree, but were left behind by virtue of not being in the filter
|
1508
|
+
for (const [loc, actual] of this.actualTree.inventory.entries()) {
|
1509
|
+
if (seen.has(loc)) {
|
1510
|
+
continue
|
1511
|
+
}
|
1512
|
+
seen.add(loc)
|
1513
|
+
|
1514
|
+
// we know that this is something that ISN'T in the idealTree,
|
1515
|
+
// or else we will have addressed it in the previous loop.
|
1516
|
+
// If it's in the filterSet, that means we intentionally removed
|
1517
|
+
// it, so nothing to do here.
|
1518
|
+
if (filterSet.has(actual)) {
|
1519
|
+
continue
|
1520
|
+
}
|
1521
|
+
|
1522
|
+
reroot.add(actual)
|
1523
|
+
}
|
1524
|
+
|
1525
|
+
// go through the rerooted actual nodes, and move them over.
|
1526
|
+
for (const actual of reroot) {
|
1527
|
+
actual.root = this.idealTree
|
1528
|
+
}
|
1529
|
+
|
1530
|
+
// prune out any tops that lack a linkIn, they are no longer relevant.
|
1531
|
+
for (const top of this.idealTree.tops) {
|
1532
|
+
if (top.linksIn.size === 0) {
|
1533
|
+
top.root = null
|
1534
|
+
}
|
1535
|
+
}
|
1536
|
+
|
1537
|
+
// need to calculate dep flags, since nodes may have been marked
|
1538
|
+
// as extraneous or otherwise incorrect during transit.
|
1539
|
+
calcDepFlags(this.idealTree)
|
1540
|
+
}
|
1541
|
+
|
1542
|
+
// save the ideal's meta as a hidden lockfile after we actualize it
|
1543
|
+
this.idealTree.meta.filename =
|
1544
|
+
this.idealTree.realpath + '/node_modules/.package-lock.json'
|
1545
|
+
this.idealTree.meta.hiddenLockfile = true
|
1546
|
+
this.idealTree.meta.lockfileVersion = defaultLockfileVersion
|
1547
|
+
|
1548
|
+
this.actualTree = this.idealTree
|
1549
|
+
this.idealTree = null
|
1550
|
+
|
1551
|
+
if (!this[_global]) {
|
1552
|
+
await this.actualTree.meta.save()
|
1553
|
+
const ignoreScripts = !!this.options.ignoreScripts
|
1554
|
+
// if we aren't doing a dry run or ignoring scripts and we actually made changes to the dep
|
1555
|
+
// tree, then run the dependencies scripts
|
1556
|
+
if (!this[_dryRun] && !ignoreScripts && this.diff && this.diff.children.length) {
|
1557
|
+
const { path, package: pkg } = this.actualTree.target
|
1558
|
+
const stdio = this.options.foregroundScripts ? 'inherit' : 'pipe'
|
1559
|
+
const { scripts = {} } = pkg
|
1560
|
+
for (const event of ['predependencies', 'dependencies', 'postdependencies']) {
|
1561
|
+
if (Object.prototype.hasOwnProperty.call(scripts, event)) {
|
1562
|
+
const timer = `reify:run:${event}`
|
1563
|
+
process.emit('time', timer)
|
1564
|
+
log.info('run', pkg._id, event, scripts[event])
|
1565
|
+
await runScript({
|
1566
|
+
event,
|
1567
|
+
path,
|
1568
|
+
pkg,
|
1569
|
+
stdio,
|
1570
|
+
scriptShell: this.options.scriptShell,
|
1571
|
+
})
|
1572
|
+
process.emit('timeEnd', timer)
|
1573
|
+
}
|
1574
|
+
}
|
1575
|
+
}
|
1576
|
+
}
|
1577
|
+
}
|
1578
|
+
}
|