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,150 @@
|
|
1
|
+
const abbrev = require('abbrev')
|
2
|
+
const localeCompare = require('@isaacs/string-locale-compare')('en')
|
3
|
+
|
4
|
+
// plumbing should not have any aliases
|
5
|
+
const aliases = {
|
6
|
+
|
7
|
+
// aliases
|
8
|
+
author: 'owner',
|
9
|
+
home: 'docs',
|
10
|
+
issues: 'bugs',
|
11
|
+
info: 'view',
|
12
|
+
show: 'view',
|
13
|
+
find: 'search',
|
14
|
+
add: 'install',
|
15
|
+
unlink: 'uninstall',
|
16
|
+
remove: 'uninstall',
|
17
|
+
rm: 'uninstall',
|
18
|
+
r: 'uninstall',
|
19
|
+
|
20
|
+
// short names for common things
|
21
|
+
un: 'uninstall',
|
22
|
+
rb: 'rebuild',
|
23
|
+
list: 'ls',
|
24
|
+
ln: 'link',
|
25
|
+
create: 'init',
|
26
|
+
i: 'install',
|
27
|
+
it: 'install-test',
|
28
|
+
cit: 'install-ci-test',
|
29
|
+
up: 'update',
|
30
|
+
c: 'config',
|
31
|
+
s: 'search',
|
32
|
+
se: 'search',
|
33
|
+
tst: 'test',
|
34
|
+
t: 'test',
|
35
|
+
ddp: 'dedupe',
|
36
|
+
v: 'view',
|
37
|
+
run: 'run-script',
|
38
|
+
'clean-install': 'ci',
|
39
|
+
'clean-install-test': 'install-ci-test',
|
40
|
+
x: 'exec',
|
41
|
+
why: 'explain',
|
42
|
+
la: 'll',
|
43
|
+
verison: 'version',
|
44
|
+
ic: 'ci',
|
45
|
+
|
46
|
+
// typos
|
47
|
+
innit: 'init',
|
48
|
+
// manually abbrev so that install-test doesn't make insta stop working
|
49
|
+
in: 'install',
|
50
|
+
ins: 'install',
|
51
|
+
inst: 'install',
|
52
|
+
insta: 'install',
|
53
|
+
instal: 'install',
|
54
|
+
isnt: 'install',
|
55
|
+
isnta: 'install',
|
56
|
+
isntal: 'install',
|
57
|
+
isntall: 'install',
|
58
|
+
'install-clean': 'ci',
|
59
|
+
'isntall-clean': 'ci',
|
60
|
+
hlep: 'help',
|
61
|
+
'dist-tags': 'dist-tag',
|
62
|
+
upgrade: 'update',
|
63
|
+
udpate: 'update',
|
64
|
+
rum: 'run-script',
|
65
|
+
sit: 'install-ci-test',
|
66
|
+
urn: 'run-script',
|
67
|
+
ogr: 'org',
|
68
|
+
'add-user': 'adduser',
|
69
|
+
}
|
70
|
+
|
71
|
+
// these are filenames in .
|
72
|
+
const commands = [
|
73
|
+
'access',
|
74
|
+
'adduser',
|
75
|
+
'audit',
|
76
|
+
'bugs',
|
77
|
+
'cache',
|
78
|
+
'ci',
|
79
|
+
'completion',
|
80
|
+
'config',
|
81
|
+
'dedupe',
|
82
|
+
'deprecate',
|
83
|
+
'diff',
|
84
|
+
'dist-tag',
|
85
|
+
'docs',
|
86
|
+
'doctor',
|
87
|
+
'edit',
|
88
|
+
'exec',
|
89
|
+
'explain',
|
90
|
+
'explore',
|
91
|
+
'find-dupes',
|
92
|
+
'fund',
|
93
|
+
'get',
|
94
|
+
'help',
|
95
|
+
'hook',
|
96
|
+
'init',
|
97
|
+
'install',
|
98
|
+
'install-ci-test',
|
99
|
+
'install-test',
|
100
|
+
'link',
|
101
|
+
'll',
|
102
|
+
'login', // This is an alias for `adduser` but it can be confusing
|
103
|
+
'logout',
|
104
|
+
'ls',
|
105
|
+
'org',
|
106
|
+
'outdated',
|
107
|
+
'owner',
|
108
|
+
'pack',
|
109
|
+
'ping',
|
110
|
+
'pkg',
|
111
|
+
'prefix',
|
112
|
+
'profile',
|
113
|
+
'prune',
|
114
|
+
'publish',
|
115
|
+
'query',
|
116
|
+
'rebuild',
|
117
|
+
'repo',
|
118
|
+
'restart',
|
119
|
+
'root',
|
120
|
+
'run-script',
|
121
|
+
'search',
|
122
|
+
'set',
|
123
|
+
'shrinkwrap',
|
124
|
+
'star',
|
125
|
+
'stars',
|
126
|
+
'start',
|
127
|
+
'stop',
|
128
|
+
'team',
|
129
|
+
'test',
|
130
|
+
'token',
|
131
|
+
'uninstall',
|
132
|
+
'unpublish',
|
133
|
+
'unstar',
|
134
|
+
'update',
|
135
|
+
'version',
|
136
|
+
'view',
|
137
|
+
'whoami',
|
138
|
+
].sort(localeCompare)
|
139
|
+
|
140
|
+
const plumbing = ['help-search']
|
141
|
+
const allCommands = [...commands, ...plumbing].sort(localeCompare)
|
142
|
+
const abbrevs = abbrev(commands.concat(Object.keys(aliases)))
|
143
|
+
|
144
|
+
module.exports = {
|
145
|
+
abbrevs,
|
146
|
+
aliases,
|
147
|
+
commands,
|
148
|
+
plumbing,
|
149
|
+
allCommands,
|
150
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
const { resolve } = require('path')
|
2
|
+
const Arborist = require('@npmcli/arborist')
|
3
|
+
const localeCompare = require('@isaacs/string-locale-compare')('en')
|
4
|
+
|
5
|
+
const installedDeep = async (npm) => {
|
6
|
+
const {
|
7
|
+
depth,
|
8
|
+
global,
|
9
|
+
prefix,
|
10
|
+
workspacesEnabled,
|
11
|
+
} = npm.flatOptions
|
12
|
+
|
13
|
+
const getValues = (tree) =>
|
14
|
+
[...tree.inventory.values()]
|
15
|
+
.filter(i => i.location !== '' && !i.isRoot)
|
16
|
+
.map(i => {
|
17
|
+
return i
|
18
|
+
})
|
19
|
+
.filter(i => (i.depth - 1) <= depth)
|
20
|
+
.sort((a, b) => (a.depth - b.depth) || localeCompare(a.name, b.name))
|
21
|
+
|
22
|
+
const res = new Set()
|
23
|
+
const gArb = new Arborist({
|
24
|
+
global: true,
|
25
|
+
path: resolve(npm.globalDir, '..'),
|
26
|
+
workspacesEnabled,
|
27
|
+
})
|
28
|
+
const gTree = await gArb.loadActual({ global: true })
|
29
|
+
|
30
|
+
for (const node of getValues(gTree)) {
|
31
|
+
res.add(global ? node.name : [node.name, '-g'])
|
32
|
+
}
|
33
|
+
|
34
|
+
if (!global) {
|
35
|
+
const arb = new Arborist({ global: false, path: prefix, workspacesEnabled })
|
36
|
+
const tree = await arb.loadActual()
|
37
|
+
for (const node of getValues(tree)) {
|
38
|
+
res.add(node.name)
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
return [...res]
|
43
|
+
}
|
44
|
+
|
45
|
+
module.exports = installedDeep
|
package/.config/npm/node_global/lib/node_modules/npm/lib/utils/completion/installed-shallow.js
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
const { readdirScoped } = require('@npmcli/fs')
|
2
|
+
|
3
|
+
const installedShallow = async (npm, opts) => {
|
4
|
+
const names = async global => {
|
5
|
+
const paths = await readdirScoped(global ? npm.globalDir : npm.localDir)
|
6
|
+
return paths.map(p => p.replace(/\\/g, '/'))
|
7
|
+
}
|
8
|
+
const { conf: { argv: { remain } } } = opts
|
9
|
+
if (remain.length > 3) {
|
10
|
+
return null
|
11
|
+
}
|
12
|
+
|
13
|
+
const { global } = npm.flatOptions
|
14
|
+
const locals = global ? [] : await names(false)
|
15
|
+
const globals = (await names(true)).map(n => global ? n : `${n} -g`)
|
16
|
+
return [...locals, ...globals]
|
17
|
+
}
|
18
|
+
|
19
|
+
module.exports = installedShallow
|
@@ -0,0 +1,40 @@
|
|
1
|
+
# npm completions for Fish shell
|
2
|
+
# This script is a work in progress and does not fall under the normal semver contract as the rest of npm.
|
3
|
+
|
4
|
+
# __fish_npm_needs_command taken from:
|
5
|
+
# https://stackoverflow.com/questions/16657803/creating-autocomplete-script-with-sub-commands
|
6
|
+
function __fish_npm_needs_command
|
7
|
+
set -l cmd (commandline -opc)
|
8
|
+
|
9
|
+
if test (count $cmd) -eq 1
|
10
|
+
return 0
|
11
|
+
end
|
12
|
+
|
13
|
+
return 1
|
14
|
+
end
|
15
|
+
|
16
|
+
# Taken from https://github.com/fish-shell/fish-shell/blob/HEAD/share/completions/npm.fish
|
17
|
+
function __fish_complete_npm -d "Complete the commandline using npm's 'completion' tool"
|
18
|
+
# tell npm we are fish shell
|
19
|
+
set -lx COMP_FISH true
|
20
|
+
if command -sq npm
|
21
|
+
# npm completion is bash-centric, so we need to translate fish's "commandline" stuff to bash's $COMP_* stuff
|
22
|
+
# COMP_LINE is an array with the words in the commandline
|
23
|
+
set -lx COMP_LINE (commandline -opc)
|
24
|
+
# COMP_CWORD is the index of the current word in COMP_LINE
|
25
|
+
# bash starts arrays with 0, so subtract 1
|
26
|
+
set -lx COMP_CWORD (math (count $COMP_LINE) - 1)
|
27
|
+
# COMP_POINT is the index of point/cursor when the commandline is viewed as a string
|
28
|
+
set -lx COMP_POINT (commandline -C)
|
29
|
+
# If the cursor is after the last word, the empty token will disappear in the expansion
|
30
|
+
# Readd it
|
31
|
+
if test (commandline -ct) = ""
|
32
|
+
set COMP_CWORD (math $COMP_CWORD + 1)
|
33
|
+
set COMP_LINE $COMP_LINE ""
|
34
|
+
end
|
35
|
+
command npm completion -- $COMP_LINE 2>/dev/null
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
# flush out what ships with fish
|
40
|
+
complete -e npm
|
@@ -0,0 +1,70 @@
|
|
1
|
+
#!/bin/bash
|
2
|
+
###-begin-npm-completion-###
|
3
|
+
#
|
4
|
+
# npm command completion script
|
5
|
+
#
|
6
|
+
# Installation: npm completion >> ~/.bashrc (or ~/.zshrc)
|
7
|
+
# Or, maybe: npm completion > /usr/local/etc/bash_completion.d/npm
|
8
|
+
#
|
9
|
+
|
10
|
+
if type complete &>/dev/null; then
|
11
|
+
_npm_completion () {
|
12
|
+
local words cword
|
13
|
+
if type _get_comp_words_by_ref &>/dev/null; then
|
14
|
+
_get_comp_words_by_ref -n = -n @ -n : -w words -i cword
|
15
|
+
else
|
16
|
+
cword="$COMP_CWORD"
|
17
|
+
words=("${COMP_WORDS[@]}")
|
18
|
+
fi
|
19
|
+
|
20
|
+
local si="$IFS"
|
21
|
+
if ! IFS=$'\n' COMPREPLY=($(COMP_CWORD="$cword" \
|
22
|
+
COMP_LINE="$COMP_LINE" \
|
23
|
+
COMP_POINT="$COMP_POINT" \
|
24
|
+
npm completion -- "${words[@]}" \
|
25
|
+
2>/dev/null)); then
|
26
|
+
local ret=$?
|
27
|
+
IFS="$si"
|
28
|
+
return $ret
|
29
|
+
fi
|
30
|
+
IFS="$si"
|
31
|
+
if type __ltrim_colon_completions &>/dev/null; then
|
32
|
+
__ltrim_colon_completions "${words[cword]}"
|
33
|
+
fi
|
34
|
+
}
|
35
|
+
complete -o default -F _npm_completion npm
|
36
|
+
elif type compdef &>/dev/null; then
|
37
|
+
_npm_completion() {
|
38
|
+
local si=$IFS
|
39
|
+
compadd -- $(COMP_CWORD=$((CURRENT-1)) \
|
40
|
+
COMP_LINE=$BUFFER \
|
41
|
+
COMP_POINT=0 \
|
42
|
+
npm completion -- "${words[@]}" \
|
43
|
+
2>/dev/null)
|
44
|
+
IFS=$si
|
45
|
+
}
|
46
|
+
compdef _npm_completion npm
|
47
|
+
elif type compctl &>/dev/null; then
|
48
|
+
_npm_completion () {
|
49
|
+
local cword line point words si
|
50
|
+
read -Ac words
|
51
|
+
read -cn cword
|
52
|
+
let cword-=1
|
53
|
+
read -l line
|
54
|
+
read -ln point
|
55
|
+
si="$IFS"
|
56
|
+
if ! IFS=$'\n' reply=($(COMP_CWORD="$cword" \
|
57
|
+
COMP_LINE="$line" \
|
58
|
+
COMP_POINT="$point" \
|
59
|
+
npm completion -- "${words[@]}" \
|
60
|
+
2>/dev/null)); then
|
61
|
+
|
62
|
+
local ret=$?
|
63
|
+
IFS="$si"
|
64
|
+
return $ret
|
65
|
+
fi
|
66
|
+
IFS="$si"
|
67
|
+
}
|
68
|
+
compctl -K _npm_completion npm
|
69
|
+
fi
|
70
|
+
###-end-npm-completion-###
|
@@ -0,0 +1,251 @@
|
|
1
|
+
// class that describes a config key we know about
|
2
|
+
// this keeps us from defining a config key and not
|
3
|
+
// providing a default, description, etc.
|
4
|
+
//
|
5
|
+
// TODO: some kind of categorization system, so we can
|
6
|
+
// say "these are for registry access", "these are for
|
7
|
+
// version resolution" etc.
|
8
|
+
|
9
|
+
const required = ['type', 'description', 'default', 'key']
|
10
|
+
|
11
|
+
const allowed = [
|
12
|
+
'default',
|
13
|
+
'defaultDescription',
|
14
|
+
'deprecated',
|
15
|
+
'description',
|
16
|
+
'flatten',
|
17
|
+
'hint',
|
18
|
+
'key',
|
19
|
+
'short',
|
20
|
+
'type',
|
21
|
+
'typeDescription',
|
22
|
+
'usage',
|
23
|
+
'envExport',
|
24
|
+
]
|
25
|
+
|
26
|
+
const {
|
27
|
+
typeDefs: {
|
28
|
+
semver: { type: semver },
|
29
|
+
Umask: { type: Umask },
|
30
|
+
url: { type: url },
|
31
|
+
path: { type: path },
|
32
|
+
},
|
33
|
+
} = require('@npmcli/config')
|
34
|
+
|
35
|
+
class Definition {
|
36
|
+
constructor (key, def) {
|
37
|
+
this.key = key
|
38
|
+
// if it's set falsey, don't export it, otherwise we do by default
|
39
|
+
this.envExport = true
|
40
|
+
Object.assign(this, def)
|
41
|
+
this.validate()
|
42
|
+
if (!this.defaultDescription) {
|
43
|
+
this.defaultDescription = describeValue(this.default)
|
44
|
+
}
|
45
|
+
if (!this.typeDescription) {
|
46
|
+
this.typeDescription = describeType(this.type)
|
47
|
+
}
|
48
|
+
// hint is only used for non-boolean values
|
49
|
+
if (!this.hint) {
|
50
|
+
if (this.type === Number) {
|
51
|
+
this.hint = '<number>'
|
52
|
+
} else {
|
53
|
+
this.hint = `<${this.key}>`
|
54
|
+
}
|
55
|
+
}
|
56
|
+
if (!this.usage) {
|
57
|
+
this.usage = describeUsage(this)
|
58
|
+
}
|
59
|
+
}
|
60
|
+
|
61
|
+
validate () {
|
62
|
+
for (const req of required) {
|
63
|
+
if (!Object.prototype.hasOwnProperty.call(this, req)) {
|
64
|
+
throw new Error(`config lacks ${req}: ${this.key}`)
|
65
|
+
}
|
66
|
+
}
|
67
|
+
if (!this.key) {
|
68
|
+
throw new Error(`config lacks key: ${this.key}`)
|
69
|
+
}
|
70
|
+
for (const field of Object.keys(this)) {
|
71
|
+
if (!allowed.includes(field)) {
|
72
|
+
throw new Error(`config defines unknown field ${field}: ${this.key}`)
|
73
|
+
}
|
74
|
+
}
|
75
|
+
}
|
76
|
+
|
77
|
+
// a textual description of this config, suitable for help output
|
78
|
+
describe () {
|
79
|
+
const description = unindent(this.description)
|
80
|
+
const noEnvExport = this.envExport
|
81
|
+
? ''
|
82
|
+
: `
|
83
|
+
This value is not exported to the environment for child processes.
|
84
|
+
`
|
85
|
+
const deprecated = !this.deprecated ? '' : `* DEPRECATED: ${unindent(this.deprecated)}\n`
|
86
|
+
return wrapAll(`#### \`${this.key}\`
|
87
|
+
|
88
|
+
* Default: ${unindent(this.defaultDescription)}
|
89
|
+
* Type: ${unindent(this.typeDescription)}
|
90
|
+
${deprecated}
|
91
|
+
${description}
|
92
|
+
${noEnvExport}`)
|
93
|
+
}
|
94
|
+
}
|
95
|
+
|
96
|
+
const describeUsage = def => {
|
97
|
+
let key = ''
|
98
|
+
|
99
|
+
// Single type
|
100
|
+
if (!Array.isArray(def.type)) {
|
101
|
+
if (def.short) {
|
102
|
+
key = `-${def.short}|`
|
103
|
+
}
|
104
|
+
|
105
|
+
if (def.type === Boolean && def.default !== false) {
|
106
|
+
key = `${key}--no-${def.key}`
|
107
|
+
} else {
|
108
|
+
key = `${key}--${def.key}`
|
109
|
+
}
|
110
|
+
|
111
|
+
if (def.type !== Boolean) {
|
112
|
+
key = `${key} ${def.hint}`
|
113
|
+
}
|
114
|
+
|
115
|
+
return key
|
116
|
+
}
|
117
|
+
|
118
|
+
key = `--${def.key}`
|
119
|
+
if (def.short) {
|
120
|
+
key = `-${def.short}|--${def.key}`
|
121
|
+
}
|
122
|
+
|
123
|
+
// Multiple types
|
124
|
+
let types = def.type
|
125
|
+
const multiple = types.includes(Array)
|
126
|
+
const bool = types.includes(Boolean)
|
127
|
+
|
128
|
+
// null type means optional and doesn't currently affect usage output since
|
129
|
+
// all non-optional params have defaults so we render everything as optional
|
130
|
+
types = types.filter(t => t !== null && t !== Array && t !== Boolean)
|
131
|
+
|
132
|
+
if (!types.length) {
|
133
|
+
return key
|
134
|
+
}
|
135
|
+
|
136
|
+
let description
|
137
|
+
if (!types.some(t => typeof t !== 'string')) {
|
138
|
+
// Specific values, use specifics given
|
139
|
+
description = `<${types.filter(d => d).join('|')}>`
|
140
|
+
} else {
|
141
|
+
// Generic values, use hint
|
142
|
+
description = def.hint
|
143
|
+
}
|
144
|
+
|
145
|
+
if (bool) {
|
146
|
+
// Currently none of our multi-type configs with boolean values default to
|
147
|
+
// false so all their hints should show `--no-`, if we ever add ones that
|
148
|
+
// default to false we can branch the logic here
|
149
|
+
key = `--no-${def.key}|${key}`
|
150
|
+
}
|
151
|
+
|
152
|
+
const usage = `${key} ${description}`
|
153
|
+
if (multiple) {
|
154
|
+
return `${usage} [${usage} ...]`
|
155
|
+
} else {
|
156
|
+
return usage
|
157
|
+
}
|
158
|
+
}
|
159
|
+
|
160
|
+
const describeType = type => {
|
161
|
+
if (Array.isArray(type)) {
|
162
|
+
const descriptions = type.filter(t => t !== Array).map(t => describeType(t))
|
163
|
+
|
164
|
+
// [a] => "a"
|
165
|
+
// [a, b] => "a or b"
|
166
|
+
// [a, b, c] => "a, b, or c"
|
167
|
+
// [a, Array] => "a (can be set multiple times)"
|
168
|
+
// [a, Array, b] => "a or b (can be set multiple times)"
|
169
|
+
const last = descriptions.length > 1 ? [descriptions.pop()] : []
|
170
|
+
const oxford = descriptions.length > 1 ? ', or ' : ' or '
|
171
|
+
const words = [descriptions.join(', ')].concat(last).join(oxford)
|
172
|
+
const multiple = type.includes(Array) ? ' (can be set multiple times)' : ''
|
173
|
+
return `${words}${multiple}`
|
174
|
+
}
|
175
|
+
|
176
|
+
// Note: these are not quite the same as the description printed
|
177
|
+
// when validation fails. In that case, we want to give the user
|
178
|
+
// a bit more information to help them figure out what's wrong.
|
179
|
+
switch (type) {
|
180
|
+
case String:
|
181
|
+
return 'String'
|
182
|
+
case Number:
|
183
|
+
return 'Number'
|
184
|
+
case Umask:
|
185
|
+
return 'Octal numeric string in range 0000..0777 (0..511)'
|
186
|
+
case Boolean:
|
187
|
+
return 'Boolean'
|
188
|
+
case Date:
|
189
|
+
return 'Date'
|
190
|
+
case path:
|
191
|
+
return 'Path'
|
192
|
+
case semver:
|
193
|
+
return 'SemVer string'
|
194
|
+
case url:
|
195
|
+
return 'URL'
|
196
|
+
default:
|
197
|
+
return describeValue(type)
|
198
|
+
}
|
199
|
+
}
|
200
|
+
|
201
|
+
// if it's a string, quote it. otherwise, just cast to string.
|
202
|
+
const describeValue = val => (typeof val === 'string' ? JSON.stringify(val) : String(val))
|
203
|
+
|
204
|
+
const unindent = s => {
|
205
|
+
// get the first \n followed by a bunch of spaces, and pluck off
|
206
|
+
// that many spaces from the start of every line.
|
207
|
+
const match = s.match(/\n +/)
|
208
|
+
return !match ? s.trim() : s.split(match[0]).join('\n').trim()
|
209
|
+
}
|
210
|
+
|
211
|
+
const wrap = s => {
|
212
|
+
const cols = Math.min(Math.max(20, process.stdout.columns) || 80, 80) - 5
|
213
|
+
return unindent(s)
|
214
|
+
.split(/[ \n]+/)
|
215
|
+
.reduce((left, right) => {
|
216
|
+
const last = left.split('\n').pop()
|
217
|
+
const join = last.length && last.length + right.length > cols ? '\n' : ' '
|
218
|
+
return left + join + right
|
219
|
+
})
|
220
|
+
}
|
221
|
+
|
222
|
+
const wrapAll = s => {
|
223
|
+
let inCodeBlock = false
|
224
|
+
return s
|
225
|
+
.split('\n\n')
|
226
|
+
.map(block => {
|
227
|
+
if (inCodeBlock || block.startsWith('```')) {
|
228
|
+
inCodeBlock = !block.endsWith('```')
|
229
|
+
return block
|
230
|
+
}
|
231
|
+
|
232
|
+
if (block.charAt(0) === '*') {
|
233
|
+
return (
|
234
|
+
'* ' +
|
235
|
+
block
|
236
|
+
.slice(1)
|
237
|
+
.trim()
|
238
|
+
.split('\n* ')
|
239
|
+
.map(li => {
|
240
|
+
return wrap(li).replace(/\n/g, '\n ')
|
241
|
+
})
|
242
|
+
.join('\n* ')
|
243
|
+
)
|
244
|
+
} else {
|
245
|
+
return wrap(block)
|
246
|
+
}
|
247
|
+
})
|
248
|
+
.join('\n\n')
|
249
|
+
}
|
250
|
+
|
251
|
+
module.exports = Definition
|