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,1561 @@
|
|
1
|
+
function Diff() {}
|
2
|
+
Diff.prototype = {
|
3
|
+
diff: function diff(oldString, newString) {
|
4
|
+
var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
5
|
+
var callback = options.callback;
|
6
|
+
|
7
|
+
if (typeof options === 'function') {
|
8
|
+
callback = options;
|
9
|
+
options = {};
|
10
|
+
}
|
11
|
+
|
12
|
+
this.options = options;
|
13
|
+
var self = this;
|
14
|
+
|
15
|
+
function done(value) {
|
16
|
+
if (callback) {
|
17
|
+
setTimeout(function () {
|
18
|
+
callback(undefined, value);
|
19
|
+
}, 0);
|
20
|
+
return true;
|
21
|
+
} else {
|
22
|
+
return value;
|
23
|
+
}
|
24
|
+
} // Allow subclasses to massage the input prior to running
|
25
|
+
|
26
|
+
|
27
|
+
oldString = this.castInput(oldString);
|
28
|
+
newString = this.castInput(newString);
|
29
|
+
oldString = this.removeEmpty(this.tokenize(oldString));
|
30
|
+
newString = this.removeEmpty(this.tokenize(newString));
|
31
|
+
var newLen = newString.length,
|
32
|
+
oldLen = oldString.length;
|
33
|
+
var editLength = 1;
|
34
|
+
var maxEditLength = newLen + oldLen;
|
35
|
+
|
36
|
+
if (options.maxEditLength) {
|
37
|
+
maxEditLength = Math.min(maxEditLength, options.maxEditLength);
|
38
|
+
}
|
39
|
+
|
40
|
+
var bestPath = [{
|
41
|
+
newPos: -1,
|
42
|
+
components: []
|
43
|
+
}]; // Seed editLength = 0, i.e. the content starts with the same values
|
44
|
+
|
45
|
+
var oldPos = this.extractCommon(bestPath[0], newString, oldString, 0);
|
46
|
+
|
47
|
+
if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) {
|
48
|
+
// Identity per the equality and tokenizer
|
49
|
+
return done([{
|
50
|
+
value: this.join(newString),
|
51
|
+
count: newString.length
|
52
|
+
}]);
|
53
|
+
} // Main worker method. checks all permutations of a given edit length for acceptance.
|
54
|
+
|
55
|
+
|
56
|
+
function execEditLength() {
|
57
|
+
for (var diagonalPath = -1 * editLength; diagonalPath <= editLength; diagonalPath += 2) {
|
58
|
+
var basePath = void 0;
|
59
|
+
|
60
|
+
var addPath = bestPath[diagonalPath - 1],
|
61
|
+
removePath = bestPath[diagonalPath + 1],
|
62
|
+
_oldPos = (removePath ? removePath.newPos : 0) - diagonalPath;
|
63
|
+
|
64
|
+
if (addPath) {
|
65
|
+
// No one else is going to attempt to use this value, clear it
|
66
|
+
bestPath[diagonalPath - 1] = undefined;
|
67
|
+
}
|
68
|
+
|
69
|
+
var canAdd = addPath && addPath.newPos + 1 < newLen,
|
70
|
+
canRemove = removePath && 0 <= _oldPos && _oldPos < oldLen;
|
71
|
+
|
72
|
+
if (!canAdd && !canRemove) {
|
73
|
+
// If this path is a terminal then prune
|
74
|
+
bestPath[diagonalPath] = undefined;
|
75
|
+
continue;
|
76
|
+
} // Select the diagonal that we want to branch from. We select the prior
|
77
|
+
// path whose position in the new string is the farthest from the origin
|
78
|
+
// and does not pass the bounds of the diff graph
|
79
|
+
|
80
|
+
|
81
|
+
if (!canAdd || canRemove && addPath.newPos < removePath.newPos) {
|
82
|
+
basePath = clonePath(removePath);
|
83
|
+
self.pushComponent(basePath.components, undefined, true);
|
84
|
+
} else {
|
85
|
+
basePath = addPath; // No need to clone, we've pulled it from the list
|
86
|
+
|
87
|
+
basePath.newPos++;
|
88
|
+
self.pushComponent(basePath.components, true, undefined);
|
89
|
+
}
|
90
|
+
|
91
|
+
_oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the end of both strings, then we are done
|
92
|
+
|
93
|
+
if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) {
|
94
|
+
return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken));
|
95
|
+
} else {
|
96
|
+
// Otherwise track this path as a potential candidate and continue.
|
97
|
+
bestPath[diagonalPath] = basePath;
|
98
|
+
}
|
99
|
+
}
|
100
|
+
|
101
|
+
editLength++;
|
102
|
+
} // Performs the length of edit iteration. Is a bit fugly as this has to support the
|
103
|
+
// sync and async mode which is never fun. Loops over execEditLength until a value
|
104
|
+
// is produced, or until the edit length exceeds options.maxEditLength (if given),
|
105
|
+
// in which case it will return undefined.
|
106
|
+
|
107
|
+
|
108
|
+
if (callback) {
|
109
|
+
(function exec() {
|
110
|
+
setTimeout(function () {
|
111
|
+
if (editLength > maxEditLength) {
|
112
|
+
return callback();
|
113
|
+
}
|
114
|
+
|
115
|
+
if (!execEditLength()) {
|
116
|
+
exec();
|
117
|
+
}
|
118
|
+
}, 0);
|
119
|
+
})();
|
120
|
+
} else {
|
121
|
+
while (editLength <= maxEditLength) {
|
122
|
+
var ret = execEditLength();
|
123
|
+
|
124
|
+
if (ret) {
|
125
|
+
return ret;
|
126
|
+
}
|
127
|
+
}
|
128
|
+
}
|
129
|
+
},
|
130
|
+
pushComponent: function pushComponent(components, added, removed) {
|
131
|
+
var last = components[components.length - 1];
|
132
|
+
|
133
|
+
if (last && last.added === added && last.removed === removed) {
|
134
|
+
// We need to clone here as the component clone operation is just
|
135
|
+
// as shallow array clone
|
136
|
+
components[components.length - 1] = {
|
137
|
+
count: last.count + 1,
|
138
|
+
added: added,
|
139
|
+
removed: removed
|
140
|
+
};
|
141
|
+
} else {
|
142
|
+
components.push({
|
143
|
+
count: 1,
|
144
|
+
added: added,
|
145
|
+
removed: removed
|
146
|
+
});
|
147
|
+
}
|
148
|
+
},
|
149
|
+
extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) {
|
150
|
+
var newLen = newString.length,
|
151
|
+
oldLen = oldString.length,
|
152
|
+
newPos = basePath.newPos,
|
153
|
+
oldPos = newPos - diagonalPath,
|
154
|
+
commonCount = 0;
|
155
|
+
|
156
|
+
while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) {
|
157
|
+
newPos++;
|
158
|
+
oldPos++;
|
159
|
+
commonCount++;
|
160
|
+
}
|
161
|
+
|
162
|
+
if (commonCount) {
|
163
|
+
basePath.components.push({
|
164
|
+
count: commonCount
|
165
|
+
});
|
166
|
+
}
|
167
|
+
|
168
|
+
basePath.newPos = newPos;
|
169
|
+
return oldPos;
|
170
|
+
},
|
171
|
+
equals: function equals(left, right) {
|
172
|
+
if (this.options.comparator) {
|
173
|
+
return this.options.comparator(left, right);
|
174
|
+
} else {
|
175
|
+
return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase();
|
176
|
+
}
|
177
|
+
},
|
178
|
+
removeEmpty: function removeEmpty(array) {
|
179
|
+
var ret = [];
|
180
|
+
|
181
|
+
for (var i = 0; i < array.length; i++) {
|
182
|
+
if (array[i]) {
|
183
|
+
ret.push(array[i]);
|
184
|
+
}
|
185
|
+
}
|
186
|
+
|
187
|
+
return ret;
|
188
|
+
},
|
189
|
+
castInput: function castInput(value) {
|
190
|
+
return value;
|
191
|
+
},
|
192
|
+
tokenize: function tokenize(value) {
|
193
|
+
return value.split('');
|
194
|
+
},
|
195
|
+
join: function join(chars) {
|
196
|
+
return chars.join('');
|
197
|
+
}
|
198
|
+
};
|
199
|
+
|
200
|
+
function buildValues(diff, components, newString, oldString, useLongestToken) {
|
201
|
+
var componentPos = 0,
|
202
|
+
componentLen = components.length,
|
203
|
+
newPos = 0,
|
204
|
+
oldPos = 0;
|
205
|
+
|
206
|
+
for (; componentPos < componentLen; componentPos++) {
|
207
|
+
var component = components[componentPos];
|
208
|
+
|
209
|
+
if (!component.removed) {
|
210
|
+
if (!component.added && useLongestToken) {
|
211
|
+
var value = newString.slice(newPos, newPos + component.count);
|
212
|
+
value = value.map(function (value, i) {
|
213
|
+
var oldValue = oldString[oldPos + i];
|
214
|
+
return oldValue.length > value.length ? oldValue : value;
|
215
|
+
});
|
216
|
+
component.value = diff.join(value);
|
217
|
+
} else {
|
218
|
+
component.value = diff.join(newString.slice(newPos, newPos + component.count));
|
219
|
+
}
|
220
|
+
|
221
|
+
newPos += component.count; // Common case
|
222
|
+
|
223
|
+
if (!component.added) {
|
224
|
+
oldPos += component.count;
|
225
|
+
}
|
226
|
+
} else {
|
227
|
+
component.value = diff.join(oldString.slice(oldPos, oldPos + component.count));
|
228
|
+
oldPos += component.count; // Reverse add and remove so removes are output first to match common convention
|
229
|
+
// The diffing algorithm is tied to add then remove output and this is the simplest
|
230
|
+
// route to get the desired output with minimal overhead.
|
231
|
+
|
232
|
+
if (componentPos && components[componentPos - 1].added) {
|
233
|
+
var tmp = components[componentPos - 1];
|
234
|
+
components[componentPos - 1] = components[componentPos];
|
235
|
+
components[componentPos] = tmp;
|
236
|
+
}
|
237
|
+
}
|
238
|
+
} // Special case handle for when one terminal is ignored (i.e. whitespace).
|
239
|
+
// For this case we merge the terminal into the prior string and drop the change.
|
240
|
+
// This is only available for string mode.
|
241
|
+
|
242
|
+
|
243
|
+
var lastComponent = components[componentLen - 1];
|
244
|
+
|
245
|
+
if (componentLen > 1 && typeof lastComponent.value === 'string' && (lastComponent.added || lastComponent.removed) && diff.equals('', lastComponent.value)) {
|
246
|
+
components[componentLen - 2].value += lastComponent.value;
|
247
|
+
components.pop();
|
248
|
+
}
|
249
|
+
|
250
|
+
return components;
|
251
|
+
}
|
252
|
+
|
253
|
+
function clonePath(path) {
|
254
|
+
return {
|
255
|
+
newPos: path.newPos,
|
256
|
+
components: path.components.slice(0)
|
257
|
+
};
|
258
|
+
}
|
259
|
+
|
260
|
+
var characterDiff = new Diff();
|
261
|
+
function diffChars(oldStr, newStr, options) {
|
262
|
+
return characterDiff.diff(oldStr, newStr, options);
|
263
|
+
}
|
264
|
+
|
265
|
+
function generateOptions(options, defaults) {
|
266
|
+
if (typeof options === 'function') {
|
267
|
+
defaults.callback = options;
|
268
|
+
} else if (options) {
|
269
|
+
for (var name in options) {
|
270
|
+
/* istanbul ignore else */
|
271
|
+
if (options.hasOwnProperty(name)) {
|
272
|
+
defaults[name] = options[name];
|
273
|
+
}
|
274
|
+
}
|
275
|
+
}
|
276
|
+
|
277
|
+
return defaults;
|
278
|
+
}
|
279
|
+
|
280
|
+
//
|
281
|
+
// Ranges and exceptions:
|
282
|
+
// Latin-1 Supplement, 0080–00FF
|
283
|
+
// - U+00D7 × Multiplication sign
|
284
|
+
// - U+00F7 ÷ Division sign
|
285
|
+
// Latin Extended-A, 0100–017F
|
286
|
+
// Latin Extended-B, 0180–024F
|
287
|
+
// IPA Extensions, 0250–02AF
|
288
|
+
// Spacing Modifier Letters, 02B0–02FF
|
289
|
+
// - U+02C7 ˇ ˇ Caron
|
290
|
+
// - U+02D8 ˘ ˘ Breve
|
291
|
+
// - U+02D9 ˙ ˙ Dot Above
|
292
|
+
// - U+02DA ˚ ˚ Ring Above
|
293
|
+
// - U+02DB ˛ ˛ Ogonek
|
294
|
+
// - U+02DC ˜ ˜ Small Tilde
|
295
|
+
// - U+02DD ˝ ˝ Double Acute Accent
|
296
|
+
// Latin Extended Additional, 1E00–1EFF
|
297
|
+
|
298
|
+
var extendedWordChars = /^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/;
|
299
|
+
var reWhitespace = /\S/;
|
300
|
+
var wordDiff = new Diff();
|
301
|
+
|
302
|
+
wordDiff.equals = function (left, right) {
|
303
|
+
if (this.options.ignoreCase) {
|
304
|
+
left = left.toLowerCase();
|
305
|
+
right = right.toLowerCase();
|
306
|
+
}
|
307
|
+
|
308
|
+
return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right);
|
309
|
+
};
|
310
|
+
|
311
|
+
wordDiff.tokenize = function (value) {
|
312
|
+
// All whitespace symbols except newline group into one token, each newline - in separate token
|
313
|
+
var tokens = value.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/); // Join the boundary splits that we do not consider to be boundaries. This is primarily the extended Latin character set.
|
314
|
+
|
315
|
+
for (var i = 0; i < tokens.length - 1; i++) {
|
316
|
+
// If we have an empty string in the next field and we have only word chars before and after, merge
|
317
|
+
if (!tokens[i + 1] && tokens[i + 2] && extendedWordChars.test(tokens[i]) && extendedWordChars.test(tokens[i + 2])) {
|
318
|
+
tokens[i] += tokens[i + 2];
|
319
|
+
tokens.splice(i + 1, 2);
|
320
|
+
i--;
|
321
|
+
}
|
322
|
+
}
|
323
|
+
|
324
|
+
return tokens;
|
325
|
+
};
|
326
|
+
|
327
|
+
function diffWords(oldStr, newStr, options) {
|
328
|
+
options = generateOptions(options, {
|
329
|
+
ignoreWhitespace: true
|
330
|
+
});
|
331
|
+
return wordDiff.diff(oldStr, newStr, options);
|
332
|
+
}
|
333
|
+
function diffWordsWithSpace(oldStr, newStr, options) {
|
334
|
+
return wordDiff.diff(oldStr, newStr, options);
|
335
|
+
}
|
336
|
+
|
337
|
+
var lineDiff = new Diff();
|
338
|
+
|
339
|
+
lineDiff.tokenize = function (value) {
|
340
|
+
var retLines = [],
|
341
|
+
linesAndNewlines = value.split(/(\n|\r\n)/); // Ignore the final empty token that occurs if the string ends with a new line
|
342
|
+
|
343
|
+
if (!linesAndNewlines[linesAndNewlines.length - 1]) {
|
344
|
+
linesAndNewlines.pop();
|
345
|
+
} // Merge the content and line separators into single tokens
|
346
|
+
|
347
|
+
|
348
|
+
for (var i = 0; i < linesAndNewlines.length; i++) {
|
349
|
+
var line = linesAndNewlines[i];
|
350
|
+
|
351
|
+
if (i % 2 && !this.options.newlineIsToken) {
|
352
|
+
retLines[retLines.length - 1] += line;
|
353
|
+
} else {
|
354
|
+
if (this.options.ignoreWhitespace) {
|
355
|
+
line = line.trim();
|
356
|
+
}
|
357
|
+
|
358
|
+
retLines.push(line);
|
359
|
+
}
|
360
|
+
}
|
361
|
+
|
362
|
+
return retLines;
|
363
|
+
};
|
364
|
+
|
365
|
+
function diffLines(oldStr, newStr, callback) {
|
366
|
+
return lineDiff.diff(oldStr, newStr, callback);
|
367
|
+
}
|
368
|
+
function diffTrimmedLines(oldStr, newStr, callback) {
|
369
|
+
var options = generateOptions(callback, {
|
370
|
+
ignoreWhitespace: true
|
371
|
+
});
|
372
|
+
return lineDiff.diff(oldStr, newStr, options);
|
373
|
+
}
|
374
|
+
|
375
|
+
var sentenceDiff = new Diff();
|
376
|
+
|
377
|
+
sentenceDiff.tokenize = function (value) {
|
378
|
+
return value.split(/(\S.+?[.!?])(?=\s+|$)/);
|
379
|
+
};
|
380
|
+
|
381
|
+
function diffSentences(oldStr, newStr, callback) {
|
382
|
+
return sentenceDiff.diff(oldStr, newStr, callback);
|
383
|
+
}
|
384
|
+
|
385
|
+
var cssDiff = new Diff();
|
386
|
+
|
387
|
+
cssDiff.tokenize = function (value) {
|
388
|
+
return value.split(/([{}:;,]|\s+)/);
|
389
|
+
};
|
390
|
+
|
391
|
+
function diffCss(oldStr, newStr, callback) {
|
392
|
+
return cssDiff.diff(oldStr, newStr, callback);
|
393
|
+
}
|
394
|
+
|
395
|
+
function _typeof(obj) {
|
396
|
+
"@babel/helpers - typeof";
|
397
|
+
|
398
|
+
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
|
399
|
+
_typeof = function (obj) {
|
400
|
+
return typeof obj;
|
401
|
+
};
|
402
|
+
} else {
|
403
|
+
_typeof = function (obj) {
|
404
|
+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
405
|
+
};
|
406
|
+
}
|
407
|
+
|
408
|
+
return _typeof(obj);
|
409
|
+
}
|
410
|
+
|
411
|
+
function _toConsumableArray(arr) {
|
412
|
+
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
413
|
+
}
|
414
|
+
|
415
|
+
function _arrayWithoutHoles(arr) {
|
416
|
+
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
417
|
+
}
|
418
|
+
|
419
|
+
function _iterableToArray(iter) {
|
420
|
+
if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
|
421
|
+
}
|
422
|
+
|
423
|
+
function _unsupportedIterableToArray(o, minLen) {
|
424
|
+
if (!o) return;
|
425
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
426
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
427
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
428
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
429
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
430
|
+
}
|
431
|
+
|
432
|
+
function _arrayLikeToArray(arr, len) {
|
433
|
+
if (len == null || len > arr.length) len = arr.length;
|
434
|
+
|
435
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
436
|
+
|
437
|
+
return arr2;
|
438
|
+
}
|
439
|
+
|
440
|
+
function _nonIterableSpread() {
|
441
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
442
|
+
}
|
443
|
+
|
444
|
+
var objectPrototypeToString = Object.prototype.toString;
|
445
|
+
var jsonDiff = new Diff(); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a
|
446
|
+
// dangling comma and the other doesn't. Turns out including the dangling comma yields the nicest output:
|
447
|
+
|
448
|
+
jsonDiff.useLongestToken = true;
|
449
|
+
jsonDiff.tokenize = lineDiff.tokenize;
|
450
|
+
|
451
|
+
jsonDiff.castInput = function (value) {
|
452
|
+
var _this$options = this.options,
|
453
|
+
undefinedReplacement = _this$options.undefinedReplacement,
|
454
|
+
_this$options$stringi = _this$options.stringifyReplacer,
|
455
|
+
stringifyReplacer = _this$options$stringi === void 0 ? function (k, v) {
|
456
|
+
return typeof v === 'undefined' ? undefinedReplacement : v;
|
457
|
+
} : _this$options$stringi;
|
458
|
+
return typeof value === 'string' ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, ' ');
|
459
|
+
};
|
460
|
+
|
461
|
+
jsonDiff.equals = function (left, right) {
|
462
|
+
return Diff.prototype.equals.call(jsonDiff, left.replace(/,([\r\n])/g, '$1'), right.replace(/,([\r\n])/g, '$1'));
|
463
|
+
};
|
464
|
+
|
465
|
+
function diffJson(oldObj, newObj, options) {
|
466
|
+
return jsonDiff.diff(oldObj, newObj, options);
|
467
|
+
} // This function handles the presence of circular references by bailing out when encountering an
|
468
|
+
// object that is already on the "stack" of items being processed. Accepts an optional replacer
|
469
|
+
|
470
|
+
function canonicalize(obj, stack, replacementStack, replacer, key) {
|
471
|
+
stack = stack || [];
|
472
|
+
replacementStack = replacementStack || [];
|
473
|
+
|
474
|
+
if (replacer) {
|
475
|
+
obj = replacer(key, obj);
|
476
|
+
}
|
477
|
+
|
478
|
+
var i;
|
479
|
+
|
480
|
+
for (i = 0; i < stack.length; i += 1) {
|
481
|
+
if (stack[i] === obj) {
|
482
|
+
return replacementStack[i];
|
483
|
+
}
|
484
|
+
}
|
485
|
+
|
486
|
+
var canonicalizedObj;
|
487
|
+
|
488
|
+
if ('[object Array]' === objectPrototypeToString.call(obj)) {
|
489
|
+
stack.push(obj);
|
490
|
+
canonicalizedObj = new Array(obj.length);
|
491
|
+
replacementStack.push(canonicalizedObj);
|
492
|
+
|
493
|
+
for (i = 0; i < obj.length; i += 1) {
|
494
|
+
canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key);
|
495
|
+
}
|
496
|
+
|
497
|
+
stack.pop();
|
498
|
+
replacementStack.pop();
|
499
|
+
return canonicalizedObj;
|
500
|
+
}
|
501
|
+
|
502
|
+
if (obj && obj.toJSON) {
|
503
|
+
obj = obj.toJSON();
|
504
|
+
}
|
505
|
+
|
506
|
+
if (_typeof(obj) === 'object' && obj !== null) {
|
507
|
+
stack.push(obj);
|
508
|
+
canonicalizedObj = {};
|
509
|
+
replacementStack.push(canonicalizedObj);
|
510
|
+
|
511
|
+
var sortedKeys = [],
|
512
|
+
_key;
|
513
|
+
|
514
|
+
for (_key in obj) {
|
515
|
+
/* istanbul ignore else */
|
516
|
+
if (obj.hasOwnProperty(_key)) {
|
517
|
+
sortedKeys.push(_key);
|
518
|
+
}
|
519
|
+
}
|
520
|
+
|
521
|
+
sortedKeys.sort();
|
522
|
+
|
523
|
+
for (i = 0; i < sortedKeys.length; i += 1) {
|
524
|
+
_key = sortedKeys[i];
|
525
|
+
canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key);
|
526
|
+
}
|
527
|
+
|
528
|
+
stack.pop();
|
529
|
+
replacementStack.pop();
|
530
|
+
} else {
|
531
|
+
canonicalizedObj = obj;
|
532
|
+
}
|
533
|
+
|
534
|
+
return canonicalizedObj;
|
535
|
+
}
|
536
|
+
|
537
|
+
var arrayDiff = new Diff();
|
538
|
+
|
539
|
+
arrayDiff.tokenize = function (value) {
|
540
|
+
return value.slice();
|
541
|
+
};
|
542
|
+
|
543
|
+
arrayDiff.join = arrayDiff.removeEmpty = function (value) {
|
544
|
+
return value;
|
545
|
+
};
|
546
|
+
|
547
|
+
function diffArrays(oldArr, newArr, callback) {
|
548
|
+
return arrayDiff.diff(oldArr, newArr, callback);
|
549
|
+
}
|
550
|
+
|
551
|
+
function parsePatch(uniDiff) {
|
552
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
553
|
+
var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/),
|
554
|
+
delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [],
|
555
|
+
list = [],
|
556
|
+
i = 0;
|
557
|
+
|
558
|
+
function parseIndex() {
|
559
|
+
var index = {};
|
560
|
+
list.push(index); // Parse diff metadata
|
561
|
+
|
562
|
+
while (i < diffstr.length) {
|
563
|
+
var line = diffstr[i]; // File header found, end parsing diff metadata
|
564
|
+
|
565
|
+
if (/^(\-\-\-|\+\+\+|@@)\s/.test(line)) {
|
566
|
+
break;
|
567
|
+
} // Diff index
|
568
|
+
|
569
|
+
|
570
|
+
var header = /^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(line);
|
571
|
+
|
572
|
+
if (header) {
|
573
|
+
index.index = header[1];
|
574
|
+
}
|
575
|
+
|
576
|
+
i++;
|
577
|
+
} // Parse file headers if they are defined. Unified diff requires them, but
|
578
|
+
// there's no technical issues to have an isolated hunk without file header
|
579
|
+
|
580
|
+
|
581
|
+
parseFileHeader(index);
|
582
|
+
parseFileHeader(index); // Parse hunks
|
583
|
+
|
584
|
+
index.hunks = [];
|
585
|
+
|
586
|
+
while (i < diffstr.length) {
|
587
|
+
var _line = diffstr[i];
|
588
|
+
|
589
|
+
if (/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(_line)) {
|
590
|
+
break;
|
591
|
+
} else if (/^@@/.test(_line)) {
|
592
|
+
index.hunks.push(parseHunk());
|
593
|
+
} else if (_line && options.strict) {
|
594
|
+
// Ignore unexpected content unless in strict mode
|
595
|
+
throw new Error('Unknown line ' + (i + 1) + ' ' + JSON.stringify(_line));
|
596
|
+
} else {
|
597
|
+
i++;
|
598
|
+
}
|
599
|
+
}
|
600
|
+
} // Parses the --- and +++ headers, if none are found, no lines
|
601
|
+
// are consumed.
|
602
|
+
|
603
|
+
|
604
|
+
function parseFileHeader(index) {
|
605
|
+
var fileHeader = /^(---|\+\+\+)\s+(.*)$/.exec(diffstr[i]);
|
606
|
+
|
607
|
+
if (fileHeader) {
|
608
|
+
var keyPrefix = fileHeader[1] === '---' ? 'old' : 'new';
|
609
|
+
var data = fileHeader[2].split('\t', 2);
|
610
|
+
var fileName = data[0].replace(/\\\\/g, '\\');
|
611
|
+
|
612
|
+
if (/^".*"$/.test(fileName)) {
|
613
|
+
fileName = fileName.substr(1, fileName.length - 2);
|
614
|
+
}
|
615
|
+
|
616
|
+
index[keyPrefix + 'FileName'] = fileName;
|
617
|
+
index[keyPrefix + 'Header'] = (data[1] || '').trim();
|
618
|
+
i++;
|
619
|
+
}
|
620
|
+
} // Parses a hunk
|
621
|
+
// This assumes that we are at the start of a hunk.
|
622
|
+
|
623
|
+
|
624
|
+
function parseHunk() {
|
625
|
+
var chunkHeaderIndex = i,
|
626
|
+
chunkHeaderLine = diffstr[i++],
|
627
|
+
chunkHeader = chunkHeaderLine.split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/);
|
628
|
+
var hunk = {
|
629
|
+
oldStart: +chunkHeader[1],
|
630
|
+
oldLines: typeof chunkHeader[2] === 'undefined' ? 1 : +chunkHeader[2],
|
631
|
+
newStart: +chunkHeader[3],
|
632
|
+
newLines: typeof chunkHeader[4] === 'undefined' ? 1 : +chunkHeader[4],
|
633
|
+
lines: [],
|
634
|
+
linedelimiters: []
|
635
|
+
}; // Unified Diff Format quirk: If the chunk size is 0,
|
636
|
+
// the first number is one lower than one would expect.
|
637
|
+
// https://www.artima.com/weblogs/viewpost.jsp?thread=164293
|
638
|
+
|
639
|
+
if (hunk.oldLines === 0) {
|
640
|
+
hunk.oldStart += 1;
|
641
|
+
}
|
642
|
+
|
643
|
+
if (hunk.newLines === 0) {
|
644
|
+
hunk.newStart += 1;
|
645
|
+
}
|
646
|
+
|
647
|
+
var addCount = 0,
|
648
|
+
removeCount = 0;
|
649
|
+
|
650
|
+
for (; i < diffstr.length; i++) {
|
651
|
+
// Lines starting with '---' could be mistaken for the "remove line" operation
|
652
|
+
// But they could be the header for the next file. Therefore prune such cases out.
|
653
|
+
if (diffstr[i].indexOf('--- ') === 0 && i + 2 < diffstr.length && diffstr[i + 1].indexOf('+++ ') === 0 && diffstr[i + 2].indexOf('@@') === 0) {
|
654
|
+
break;
|
655
|
+
}
|
656
|
+
|
657
|
+
var operation = diffstr[i].length == 0 && i != diffstr.length - 1 ? ' ' : diffstr[i][0];
|
658
|
+
|
659
|
+
if (operation === '+' || operation === '-' || operation === ' ' || operation === '\\') {
|
660
|
+
hunk.lines.push(diffstr[i]);
|
661
|
+
hunk.linedelimiters.push(delimiters[i] || '\n');
|
662
|
+
|
663
|
+
if (operation === '+') {
|
664
|
+
addCount++;
|
665
|
+
} else if (operation === '-') {
|
666
|
+
removeCount++;
|
667
|
+
} else if (operation === ' ') {
|
668
|
+
addCount++;
|
669
|
+
removeCount++;
|
670
|
+
}
|
671
|
+
} else {
|
672
|
+
break;
|
673
|
+
}
|
674
|
+
} // Handle the empty block count case
|
675
|
+
|
676
|
+
|
677
|
+
if (!addCount && hunk.newLines === 1) {
|
678
|
+
hunk.newLines = 0;
|
679
|
+
}
|
680
|
+
|
681
|
+
if (!removeCount && hunk.oldLines === 1) {
|
682
|
+
hunk.oldLines = 0;
|
683
|
+
} // Perform optional sanity checking
|
684
|
+
|
685
|
+
|
686
|
+
if (options.strict) {
|
687
|
+
if (addCount !== hunk.newLines) {
|
688
|
+
throw new Error('Added line count did not match for hunk at line ' + (chunkHeaderIndex + 1));
|
689
|
+
}
|
690
|
+
|
691
|
+
if (removeCount !== hunk.oldLines) {
|
692
|
+
throw new Error('Removed line count did not match for hunk at line ' + (chunkHeaderIndex + 1));
|
693
|
+
}
|
694
|
+
}
|
695
|
+
|
696
|
+
return hunk;
|
697
|
+
}
|
698
|
+
|
699
|
+
while (i < diffstr.length) {
|
700
|
+
parseIndex();
|
701
|
+
}
|
702
|
+
|
703
|
+
return list;
|
704
|
+
}
|
705
|
+
|
706
|
+
// Iterator that traverses in the range of [min, max], stepping
|
707
|
+
// by distance from a given start position. I.e. for [0, 4], with
|
708
|
+
// start of 2, this will iterate 2, 3, 1, 4, 0.
|
709
|
+
function distanceIterator (start, minLine, maxLine) {
|
710
|
+
var wantForward = true,
|
711
|
+
backwardExhausted = false,
|
712
|
+
forwardExhausted = false,
|
713
|
+
localOffset = 1;
|
714
|
+
return function iterator() {
|
715
|
+
if (wantForward && !forwardExhausted) {
|
716
|
+
if (backwardExhausted) {
|
717
|
+
localOffset++;
|
718
|
+
} else {
|
719
|
+
wantForward = false;
|
720
|
+
} // Check if trying to fit beyond text length, and if not, check it fits
|
721
|
+
// after offset location (or desired location on first iteration)
|
722
|
+
|
723
|
+
|
724
|
+
if (start + localOffset <= maxLine) {
|
725
|
+
return localOffset;
|
726
|
+
}
|
727
|
+
|
728
|
+
forwardExhausted = true;
|
729
|
+
}
|
730
|
+
|
731
|
+
if (!backwardExhausted) {
|
732
|
+
if (!forwardExhausted) {
|
733
|
+
wantForward = true;
|
734
|
+
} // Check if trying to fit before text beginning, and if not, check it fits
|
735
|
+
// before offset location
|
736
|
+
|
737
|
+
|
738
|
+
if (minLine <= start - localOffset) {
|
739
|
+
return -localOffset++;
|
740
|
+
}
|
741
|
+
|
742
|
+
backwardExhausted = true;
|
743
|
+
return iterator();
|
744
|
+
} // We tried to fit hunk before text beginning and beyond text length, then
|
745
|
+
// hunk can't fit on the text. Return undefined
|
746
|
+
|
747
|
+
};
|
748
|
+
}
|
749
|
+
|
750
|
+
function applyPatch(source, uniDiff) {
|
751
|
+
var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
752
|
+
|
753
|
+
if (typeof uniDiff === 'string') {
|
754
|
+
uniDiff = parsePatch(uniDiff);
|
755
|
+
}
|
756
|
+
|
757
|
+
if (Array.isArray(uniDiff)) {
|
758
|
+
if (uniDiff.length > 1) {
|
759
|
+
throw new Error('applyPatch only works with a single input.');
|
760
|
+
}
|
761
|
+
|
762
|
+
uniDiff = uniDiff[0];
|
763
|
+
} // Apply the diff to the input
|
764
|
+
|
765
|
+
|
766
|
+
var lines = source.split(/\r\n|[\n\v\f\r\x85]/),
|
767
|
+
delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [],
|
768
|
+
hunks = uniDiff.hunks,
|
769
|
+
compareLine = options.compareLine || function (lineNumber, line, operation, patchContent) {
|
770
|
+
return line === patchContent;
|
771
|
+
},
|
772
|
+
errorCount = 0,
|
773
|
+
fuzzFactor = options.fuzzFactor || 0,
|
774
|
+
minLine = 0,
|
775
|
+
offset = 0,
|
776
|
+
removeEOFNL,
|
777
|
+
addEOFNL;
|
778
|
+
/**
|
779
|
+
* Checks if the hunk exactly fits on the provided location
|
780
|
+
*/
|
781
|
+
|
782
|
+
|
783
|
+
function hunkFits(hunk, toPos) {
|
784
|
+
for (var j = 0; j < hunk.lines.length; j++) {
|
785
|
+
var line = hunk.lines[j],
|
786
|
+
operation = line.length > 0 ? line[0] : ' ',
|
787
|
+
content = line.length > 0 ? line.substr(1) : line;
|
788
|
+
|
789
|
+
if (operation === ' ' || operation === '-') {
|
790
|
+
// Context sanity check
|
791
|
+
if (!compareLine(toPos + 1, lines[toPos], operation, content)) {
|
792
|
+
errorCount++;
|
793
|
+
|
794
|
+
if (errorCount > fuzzFactor) {
|
795
|
+
return false;
|
796
|
+
}
|
797
|
+
}
|
798
|
+
|
799
|
+
toPos++;
|
800
|
+
}
|
801
|
+
}
|
802
|
+
|
803
|
+
return true;
|
804
|
+
} // Search best fit offsets for each hunk based on the previous ones
|
805
|
+
|
806
|
+
|
807
|
+
for (var i = 0; i < hunks.length; i++) {
|
808
|
+
var hunk = hunks[i],
|
809
|
+
maxLine = lines.length - hunk.oldLines,
|
810
|
+
localOffset = 0,
|
811
|
+
toPos = offset + hunk.oldStart - 1;
|
812
|
+
var iterator = distanceIterator(toPos, minLine, maxLine);
|
813
|
+
|
814
|
+
for (; localOffset !== undefined; localOffset = iterator()) {
|
815
|
+
if (hunkFits(hunk, toPos + localOffset)) {
|
816
|
+
hunk.offset = offset += localOffset;
|
817
|
+
break;
|
818
|
+
}
|
819
|
+
}
|
820
|
+
|
821
|
+
if (localOffset === undefined) {
|
822
|
+
return false;
|
823
|
+
} // Set lower text limit to end of the current hunk, so next ones don't try
|
824
|
+
// to fit over already patched text
|
825
|
+
|
826
|
+
|
827
|
+
minLine = hunk.offset + hunk.oldStart + hunk.oldLines;
|
828
|
+
} // Apply patch hunks
|
829
|
+
|
830
|
+
|
831
|
+
var diffOffset = 0;
|
832
|
+
|
833
|
+
for (var _i = 0; _i < hunks.length; _i++) {
|
834
|
+
var _hunk = hunks[_i],
|
835
|
+
_toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1;
|
836
|
+
|
837
|
+
diffOffset += _hunk.newLines - _hunk.oldLines;
|
838
|
+
|
839
|
+
for (var j = 0; j < _hunk.lines.length; j++) {
|
840
|
+
var line = _hunk.lines[j],
|
841
|
+
operation = line.length > 0 ? line[0] : ' ',
|
842
|
+
content = line.length > 0 ? line.substr(1) : line,
|
843
|
+
delimiter = _hunk.linedelimiters[j];
|
844
|
+
|
845
|
+
if (operation === ' ') {
|
846
|
+
_toPos++;
|
847
|
+
} else if (operation === '-') {
|
848
|
+
lines.splice(_toPos, 1);
|
849
|
+
delimiters.splice(_toPos, 1);
|
850
|
+
/* istanbul ignore else */
|
851
|
+
} else if (operation === '+') {
|
852
|
+
lines.splice(_toPos, 0, content);
|
853
|
+
delimiters.splice(_toPos, 0, delimiter);
|
854
|
+
_toPos++;
|
855
|
+
} else if (operation === '\\') {
|
856
|
+
var previousOperation = _hunk.lines[j - 1] ? _hunk.lines[j - 1][0] : null;
|
857
|
+
|
858
|
+
if (previousOperation === '+') {
|
859
|
+
removeEOFNL = true;
|
860
|
+
} else if (previousOperation === '-') {
|
861
|
+
addEOFNL = true;
|
862
|
+
}
|
863
|
+
}
|
864
|
+
}
|
865
|
+
} // Handle EOFNL insertion/removal
|
866
|
+
|
867
|
+
|
868
|
+
if (removeEOFNL) {
|
869
|
+
while (!lines[lines.length - 1]) {
|
870
|
+
lines.pop();
|
871
|
+
delimiters.pop();
|
872
|
+
}
|
873
|
+
} else if (addEOFNL) {
|
874
|
+
lines.push('');
|
875
|
+
delimiters.push('\n');
|
876
|
+
}
|
877
|
+
|
878
|
+
for (var _k = 0; _k < lines.length - 1; _k++) {
|
879
|
+
lines[_k] = lines[_k] + delimiters[_k];
|
880
|
+
}
|
881
|
+
|
882
|
+
return lines.join('');
|
883
|
+
} // Wrapper that supports multiple file patches via callbacks.
|
884
|
+
|
885
|
+
function applyPatches(uniDiff, options) {
|
886
|
+
if (typeof uniDiff === 'string') {
|
887
|
+
uniDiff = parsePatch(uniDiff);
|
888
|
+
}
|
889
|
+
|
890
|
+
var currentIndex = 0;
|
891
|
+
|
892
|
+
function processIndex() {
|
893
|
+
var index = uniDiff[currentIndex++];
|
894
|
+
|
895
|
+
if (!index) {
|
896
|
+
return options.complete();
|
897
|
+
}
|
898
|
+
|
899
|
+
options.loadFile(index, function (err, data) {
|
900
|
+
if (err) {
|
901
|
+
return options.complete(err);
|
902
|
+
}
|
903
|
+
|
904
|
+
var updatedContent = applyPatch(data, index, options);
|
905
|
+
options.patched(index, updatedContent, function (err) {
|
906
|
+
if (err) {
|
907
|
+
return options.complete(err);
|
908
|
+
}
|
909
|
+
|
910
|
+
processIndex();
|
911
|
+
});
|
912
|
+
});
|
913
|
+
}
|
914
|
+
|
915
|
+
processIndex();
|
916
|
+
}
|
917
|
+
|
918
|
+
function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) {
|
919
|
+
if (!options) {
|
920
|
+
options = {};
|
921
|
+
}
|
922
|
+
|
923
|
+
if (typeof options.context === 'undefined') {
|
924
|
+
options.context = 4;
|
925
|
+
}
|
926
|
+
|
927
|
+
var diff = diffLines(oldStr, newStr, options);
|
928
|
+
|
929
|
+
if (!diff) {
|
930
|
+
return;
|
931
|
+
}
|
932
|
+
|
933
|
+
diff.push({
|
934
|
+
value: '',
|
935
|
+
lines: []
|
936
|
+
}); // Append an empty value to make cleanup easier
|
937
|
+
|
938
|
+
function contextLines(lines) {
|
939
|
+
return lines.map(function (entry) {
|
940
|
+
return ' ' + entry;
|
941
|
+
});
|
942
|
+
}
|
943
|
+
|
944
|
+
var hunks = [];
|
945
|
+
var oldRangeStart = 0,
|
946
|
+
newRangeStart = 0,
|
947
|
+
curRange = [],
|
948
|
+
oldLine = 1,
|
949
|
+
newLine = 1;
|
950
|
+
|
951
|
+
var _loop = function _loop(i) {
|
952
|
+
var current = diff[i],
|
953
|
+
lines = current.lines || current.value.replace(/\n$/, '').split('\n');
|
954
|
+
current.lines = lines;
|
955
|
+
|
956
|
+
if (current.added || current.removed) {
|
957
|
+
var _curRange;
|
958
|
+
|
959
|
+
// If we have previous context, start with that
|
960
|
+
if (!oldRangeStart) {
|
961
|
+
var prev = diff[i - 1];
|
962
|
+
oldRangeStart = oldLine;
|
963
|
+
newRangeStart = newLine;
|
964
|
+
|
965
|
+
if (prev) {
|
966
|
+
curRange = options.context > 0 ? contextLines(prev.lines.slice(-options.context)) : [];
|
967
|
+
oldRangeStart -= curRange.length;
|
968
|
+
newRangeStart -= curRange.length;
|
969
|
+
}
|
970
|
+
} // Output our changes
|
971
|
+
|
972
|
+
|
973
|
+
(_curRange = curRange).push.apply(_curRange, _toConsumableArray(lines.map(function (entry) {
|
974
|
+
return (current.added ? '+' : '-') + entry;
|
975
|
+
}))); // Track the updated file position
|
976
|
+
|
977
|
+
|
978
|
+
if (current.added) {
|
979
|
+
newLine += lines.length;
|
980
|
+
} else {
|
981
|
+
oldLine += lines.length;
|
982
|
+
}
|
983
|
+
} else {
|
984
|
+
// Identical context lines. Track line changes
|
985
|
+
if (oldRangeStart) {
|
986
|
+
// Close out any changes that have been output (or join overlapping)
|
987
|
+
if (lines.length <= options.context * 2 && i < diff.length - 2) {
|
988
|
+
var _curRange2;
|
989
|
+
|
990
|
+
// Overlapping
|
991
|
+
(_curRange2 = curRange).push.apply(_curRange2, _toConsumableArray(contextLines(lines)));
|
992
|
+
} else {
|
993
|
+
var _curRange3;
|
994
|
+
|
995
|
+
// end the range and output
|
996
|
+
var contextSize = Math.min(lines.length, options.context);
|
997
|
+
|
998
|
+
(_curRange3 = curRange).push.apply(_curRange3, _toConsumableArray(contextLines(lines.slice(0, contextSize))));
|
999
|
+
|
1000
|
+
var hunk = {
|
1001
|
+
oldStart: oldRangeStart,
|
1002
|
+
oldLines: oldLine - oldRangeStart + contextSize,
|
1003
|
+
newStart: newRangeStart,
|
1004
|
+
newLines: newLine - newRangeStart + contextSize,
|
1005
|
+
lines: curRange
|
1006
|
+
};
|
1007
|
+
|
1008
|
+
if (i >= diff.length - 2 && lines.length <= options.context) {
|
1009
|
+
// EOF is inside this hunk
|
1010
|
+
var oldEOFNewline = /\n$/.test(oldStr);
|
1011
|
+
var newEOFNewline = /\n$/.test(newStr);
|
1012
|
+
var noNlBeforeAdds = lines.length == 0 && curRange.length > hunk.oldLines;
|
1013
|
+
|
1014
|
+
if (!oldEOFNewline && noNlBeforeAdds && oldStr.length > 0) {
|
1015
|
+
// special case: old has no eol and no trailing context; no-nl can end up before adds
|
1016
|
+
// however, if the old file is empty, do not output the no-nl line
|
1017
|
+
curRange.splice(hunk.oldLines, 0, '\');
|
1018
|
+
}
|
1019
|
+
|
1020
|
+
if (!oldEOFNewline && !noNlBeforeAdds || !newEOFNewline) {
|
1021
|
+
curRange.push('\');
|
1022
|
+
}
|
1023
|
+
}
|
1024
|
+
|
1025
|
+
hunks.push(hunk);
|
1026
|
+
oldRangeStart = 0;
|
1027
|
+
newRangeStart = 0;
|
1028
|
+
curRange = [];
|
1029
|
+
}
|
1030
|
+
}
|
1031
|
+
|
1032
|
+
oldLine += lines.length;
|
1033
|
+
newLine += lines.length;
|
1034
|
+
}
|
1035
|
+
};
|
1036
|
+
|
1037
|
+
for (var i = 0; i < diff.length; i++) {
|
1038
|
+
_loop(i);
|
1039
|
+
}
|
1040
|
+
|
1041
|
+
return {
|
1042
|
+
oldFileName: oldFileName,
|
1043
|
+
newFileName: newFileName,
|
1044
|
+
oldHeader: oldHeader,
|
1045
|
+
newHeader: newHeader,
|
1046
|
+
hunks: hunks
|
1047
|
+
};
|
1048
|
+
}
|
1049
|
+
function formatPatch(diff) {
|
1050
|
+
var ret = [];
|
1051
|
+
|
1052
|
+
if (diff.oldFileName == diff.newFileName) {
|
1053
|
+
ret.push('Index: ' + diff.oldFileName);
|
1054
|
+
}
|
1055
|
+
|
1056
|
+
ret.push('===================================================================');
|
1057
|
+
ret.push('--- ' + diff.oldFileName + (typeof diff.oldHeader === 'undefined' ? '' : '\t' + diff.oldHeader));
|
1058
|
+
ret.push('+++ ' + diff.newFileName + (typeof diff.newHeader === 'undefined' ? '' : '\t' + diff.newHeader));
|
1059
|
+
|
1060
|
+
for (var i = 0; i < diff.hunks.length; i++) {
|
1061
|
+
var hunk = diff.hunks[i]; // Unified Diff Format quirk: If the chunk size is 0,
|
1062
|
+
// the first number is one lower than one would expect.
|
1063
|
+
// https://www.artima.com/weblogs/viewpost.jsp?thread=164293
|
1064
|
+
|
1065
|
+
if (hunk.oldLines === 0) {
|
1066
|
+
hunk.oldStart -= 1;
|
1067
|
+
}
|
1068
|
+
|
1069
|
+
if (hunk.newLines === 0) {
|
1070
|
+
hunk.newStart -= 1;
|
1071
|
+
}
|
1072
|
+
|
1073
|
+
ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@');
|
1074
|
+
ret.push.apply(ret, hunk.lines);
|
1075
|
+
}
|
1076
|
+
|
1077
|
+
return ret.join('\n') + '\n';
|
1078
|
+
}
|
1079
|
+
function createTwoFilesPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) {
|
1080
|
+
return formatPatch(structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options));
|
1081
|
+
}
|
1082
|
+
function createPatch(fileName, oldStr, newStr, oldHeader, newHeader, options) {
|
1083
|
+
return createTwoFilesPatch(fileName, fileName, oldStr, newStr, oldHeader, newHeader, options);
|
1084
|
+
}
|
1085
|
+
|
1086
|
+
function arrayEqual(a, b) {
|
1087
|
+
if (a.length !== b.length) {
|
1088
|
+
return false;
|
1089
|
+
}
|
1090
|
+
|
1091
|
+
return arrayStartsWith(a, b);
|
1092
|
+
}
|
1093
|
+
function arrayStartsWith(array, start) {
|
1094
|
+
if (start.length > array.length) {
|
1095
|
+
return false;
|
1096
|
+
}
|
1097
|
+
|
1098
|
+
for (var i = 0; i < start.length; i++) {
|
1099
|
+
if (start[i] !== array[i]) {
|
1100
|
+
return false;
|
1101
|
+
}
|
1102
|
+
}
|
1103
|
+
|
1104
|
+
return true;
|
1105
|
+
}
|
1106
|
+
|
1107
|
+
function calcLineCount(hunk) {
|
1108
|
+
var _calcOldNewLineCount = calcOldNewLineCount(hunk.lines),
|
1109
|
+
oldLines = _calcOldNewLineCount.oldLines,
|
1110
|
+
newLines = _calcOldNewLineCount.newLines;
|
1111
|
+
|
1112
|
+
if (oldLines !== undefined) {
|
1113
|
+
hunk.oldLines = oldLines;
|
1114
|
+
} else {
|
1115
|
+
delete hunk.oldLines;
|
1116
|
+
}
|
1117
|
+
|
1118
|
+
if (newLines !== undefined) {
|
1119
|
+
hunk.newLines = newLines;
|
1120
|
+
} else {
|
1121
|
+
delete hunk.newLines;
|
1122
|
+
}
|
1123
|
+
}
|
1124
|
+
function merge(mine, theirs, base) {
|
1125
|
+
mine = loadPatch(mine, base);
|
1126
|
+
theirs = loadPatch(theirs, base);
|
1127
|
+
var ret = {}; // For index we just let it pass through as it doesn't have any necessary meaning.
|
1128
|
+
// Leaving sanity checks on this to the API consumer that may know more about the
|
1129
|
+
// meaning in their own context.
|
1130
|
+
|
1131
|
+
if (mine.index || theirs.index) {
|
1132
|
+
ret.index = mine.index || theirs.index;
|
1133
|
+
}
|
1134
|
+
|
1135
|
+
if (mine.newFileName || theirs.newFileName) {
|
1136
|
+
if (!fileNameChanged(mine)) {
|
1137
|
+
// No header or no change in ours, use theirs (and ours if theirs does not exist)
|
1138
|
+
ret.oldFileName = theirs.oldFileName || mine.oldFileName;
|
1139
|
+
ret.newFileName = theirs.newFileName || mine.newFileName;
|
1140
|
+
ret.oldHeader = theirs.oldHeader || mine.oldHeader;
|
1141
|
+
ret.newHeader = theirs.newHeader || mine.newHeader;
|
1142
|
+
} else if (!fileNameChanged(theirs)) {
|
1143
|
+
// No header or no change in theirs, use ours
|
1144
|
+
ret.oldFileName = mine.oldFileName;
|
1145
|
+
ret.newFileName = mine.newFileName;
|
1146
|
+
ret.oldHeader = mine.oldHeader;
|
1147
|
+
ret.newHeader = mine.newHeader;
|
1148
|
+
} else {
|
1149
|
+
// Both changed... figure it out
|
1150
|
+
ret.oldFileName = selectField(ret, mine.oldFileName, theirs.oldFileName);
|
1151
|
+
ret.newFileName = selectField(ret, mine.newFileName, theirs.newFileName);
|
1152
|
+
ret.oldHeader = selectField(ret, mine.oldHeader, theirs.oldHeader);
|
1153
|
+
ret.newHeader = selectField(ret, mine.newHeader, theirs.newHeader);
|
1154
|
+
}
|
1155
|
+
}
|
1156
|
+
|
1157
|
+
ret.hunks = [];
|
1158
|
+
var mineIndex = 0,
|
1159
|
+
theirsIndex = 0,
|
1160
|
+
mineOffset = 0,
|
1161
|
+
theirsOffset = 0;
|
1162
|
+
|
1163
|
+
while (mineIndex < mine.hunks.length || theirsIndex < theirs.hunks.length) {
|
1164
|
+
var mineCurrent = mine.hunks[mineIndex] || {
|
1165
|
+
oldStart: Infinity
|
1166
|
+
},
|
1167
|
+
theirsCurrent = theirs.hunks[theirsIndex] || {
|
1168
|
+
oldStart: Infinity
|
1169
|
+
};
|
1170
|
+
|
1171
|
+
if (hunkBefore(mineCurrent, theirsCurrent)) {
|
1172
|
+
// This patch does not overlap with any of the others, yay.
|
1173
|
+
ret.hunks.push(cloneHunk(mineCurrent, mineOffset));
|
1174
|
+
mineIndex++;
|
1175
|
+
theirsOffset += mineCurrent.newLines - mineCurrent.oldLines;
|
1176
|
+
} else if (hunkBefore(theirsCurrent, mineCurrent)) {
|
1177
|
+
// This patch does not overlap with any of the others, yay.
|
1178
|
+
ret.hunks.push(cloneHunk(theirsCurrent, theirsOffset));
|
1179
|
+
theirsIndex++;
|
1180
|
+
mineOffset += theirsCurrent.newLines - theirsCurrent.oldLines;
|
1181
|
+
} else {
|
1182
|
+
// Overlap, merge as best we can
|
1183
|
+
var mergedHunk = {
|
1184
|
+
oldStart: Math.min(mineCurrent.oldStart, theirsCurrent.oldStart),
|
1185
|
+
oldLines: 0,
|
1186
|
+
newStart: Math.min(mineCurrent.newStart + mineOffset, theirsCurrent.oldStart + theirsOffset),
|
1187
|
+
newLines: 0,
|
1188
|
+
lines: []
|
1189
|
+
};
|
1190
|
+
mergeLines(mergedHunk, mineCurrent.oldStart, mineCurrent.lines, theirsCurrent.oldStart, theirsCurrent.lines);
|
1191
|
+
theirsIndex++;
|
1192
|
+
mineIndex++;
|
1193
|
+
ret.hunks.push(mergedHunk);
|
1194
|
+
}
|
1195
|
+
}
|
1196
|
+
|
1197
|
+
return ret;
|
1198
|
+
}
|
1199
|
+
|
1200
|
+
function loadPatch(param, base) {
|
1201
|
+
if (typeof param === 'string') {
|
1202
|
+
if (/^@@/m.test(param) || /^Index:/m.test(param)) {
|
1203
|
+
return parsePatch(param)[0];
|
1204
|
+
}
|
1205
|
+
|
1206
|
+
if (!base) {
|
1207
|
+
throw new Error('Must provide a base reference or pass in a patch');
|
1208
|
+
}
|
1209
|
+
|
1210
|
+
return structuredPatch(undefined, undefined, base, param);
|
1211
|
+
}
|
1212
|
+
|
1213
|
+
return param;
|
1214
|
+
}
|
1215
|
+
|
1216
|
+
function fileNameChanged(patch) {
|
1217
|
+
return patch.newFileName && patch.newFileName !== patch.oldFileName;
|
1218
|
+
}
|
1219
|
+
|
1220
|
+
function selectField(index, mine, theirs) {
|
1221
|
+
if (mine === theirs) {
|
1222
|
+
return mine;
|
1223
|
+
} else {
|
1224
|
+
index.conflict = true;
|
1225
|
+
return {
|
1226
|
+
mine: mine,
|
1227
|
+
theirs: theirs
|
1228
|
+
};
|
1229
|
+
}
|
1230
|
+
}
|
1231
|
+
|
1232
|
+
function hunkBefore(test, check) {
|
1233
|
+
return test.oldStart < check.oldStart && test.oldStart + test.oldLines < check.oldStart;
|
1234
|
+
}
|
1235
|
+
|
1236
|
+
function cloneHunk(hunk, offset) {
|
1237
|
+
return {
|
1238
|
+
oldStart: hunk.oldStart,
|
1239
|
+
oldLines: hunk.oldLines,
|
1240
|
+
newStart: hunk.newStart + offset,
|
1241
|
+
newLines: hunk.newLines,
|
1242
|
+
lines: hunk.lines
|
1243
|
+
};
|
1244
|
+
}
|
1245
|
+
|
1246
|
+
function mergeLines(hunk, mineOffset, mineLines, theirOffset, theirLines) {
|
1247
|
+
// This will generally result in a conflicted hunk, but there are cases where the context
|
1248
|
+
// is the only overlap where we can successfully merge the content here.
|
1249
|
+
var mine = {
|
1250
|
+
offset: mineOffset,
|
1251
|
+
lines: mineLines,
|
1252
|
+
index: 0
|
1253
|
+
},
|
1254
|
+
their = {
|
1255
|
+
offset: theirOffset,
|
1256
|
+
lines: theirLines,
|
1257
|
+
index: 0
|
1258
|
+
}; // Handle any leading content
|
1259
|
+
|
1260
|
+
insertLeading(hunk, mine, their);
|
1261
|
+
insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each.
|
1262
|
+
|
1263
|
+
while (mine.index < mine.lines.length && their.index < their.lines.length) {
|
1264
|
+
var mineCurrent = mine.lines[mine.index],
|
1265
|
+
theirCurrent = their.lines[their.index];
|
1266
|
+
|
1267
|
+
if ((mineCurrent[0] === '-' || mineCurrent[0] === '+') && (theirCurrent[0] === '-' || theirCurrent[0] === '+')) {
|
1268
|
+
// Both modified ...
|
1269
|
+
mutualChange(hunk, mine, their);
|
1270
|
+
} else if (mineCurrent[0] === '+' && theirCurrent[0] === ' ') {
|
1271
|
+
var _hunk$lines;
|
1272
|
+
|
1273
|
+
// Mine inserted
|
1274
|
+
(_hunk$lines = hunk.lines).push.apply(_hunk$lines, _toConsumableArray(collectChange(mine)));
|
1275
|
+
} else if (theirCurrent[0] === '+' && mineCurrent[0] === ' ') {
|
1276
|
+
var _hunk$lines2;
|
1277
|
+
|
1278
|
+
// Theirs inserted
|
1279
|
+
(_hunk$lines2 = hunk.lines).push.apply(_hunk$lines2, _toConsumableArray(collectChange(their)));
|
1280
|
+
} else if (mineCurrent[0] === '-' && theirCurrent[0] === ' ') {
|
1281
|
+
// Mine removed or edited
|
1282
|
+
removal(hunk, mine, their);
|
1283
|
+
} else if (theirCurrent[0] === '-' && mineCurrent[0] === ' ') {
|
1284
|
+
// Their removed or edited
|
1285
|
+
removal(hunk, their, mine, true);
|
1286
|
+
} else if (mineCurrent === theirCurrent) {
|
1287
|
+
// Context identity
|
1288
|
+
hunk.lines.push(mineCurrent);
|
1289
|
+
mine.index++;
|
1290
|
+
their.index++;
|
1291
|
+
} else {
|
1292
|
+
// Context mismatch
|
1293
|
+
conflict(hunk, collectChange(mine), collectChange(their));
|
1294
|
+
}
|
1295
|
+
} // Now push anything that may be remaining
|
1296
|
+
|
1297
|
+
|
1298
|
+
insertTrailing(hunk, mine);
|
1299
|
+
insertTrailing(hunk, their);
|
1300
|
+
calcLineCount(hunk);
|
1301
|
+
}
|
1302
|
+
|
1303
|
+
function mutualChange(hunk, mine, their) {
|
1304
|
+
var myChanges = collectChange(mine),
|
1305
|
+
theirChanges = collectChange(their);
|
1306
|
+
|
1307
|
+
if (allRemoves(myChanges) && allRemoves(theirChanges)) {
|
1308
|
+
// Special case for remove changes that are supersets of one another
|
1309
|
+
if (arrayStartsWith(myChanges, theirChanges) && skipRemoveSuperset(their, myChanges, myChanges.length - theirChanges.length)) {
|
1310
|
+
var _hunk$lines3;
|
1311
|
+
|
1312
|
+
(_hunk$lines3 = hunk.lines).push.apply(_hunk$lines3, _toConsumableArray(myChanges));
|
1313
|
+
|
1314
|
+
return;
|
1315
|
+
} else if (arrayStartsWith(theirChanges, myChanges) && skipRemoveSuperset(mine, theirChanges, theirChanges.length - myChanges.length)) {
|
1316
|
+
var _hunk$lines4;
|
1317
|
+
|
1318
|
+
(_hunk$lines4 = hunk.lines).push.apply(_hunk$lines4, _toConsumableArray(theirChanges));
|
1319
|
+
|
1320
|
+
return;
|
1321
|
+
}
|
1322
|
+
} else if (arrayEqual(myChanges, theirChanges)) {
|
1323
|
+
var _hunk$lines5;
|
1324
|
+
|
1325
|
+
(_hunk$lines5 = hunk.lines).push.apply(_hunk$lines5, _toConsumableArray(myChanges));
|
1326
|
+
|
1327
|
+
return;
|
1328
|
+
}
|
1329
|
+
|
1330
|
+
conflict(hunk, myChanges, theirChanges);
|
1331
|
+
}
|
1332
|
+
|
1333
|
+
function removal(hunk, mine, their, swap) {
|
1334
|
+
var myChanges = collectChange(mine),
|
1335
|
+
theirChanges = collectContext(their, myChanges);
|
1336
|
+
|
1337
|
+
if (theirChanges.merged) {
|
1338
|
+
var _hunk$lines6;
|
1339
|
+
|
1340
|
+
(_hunk$lines6 = hunk.lines).push.apply(_hunk$lines6, _toConsumableArray(theirChanges.merged));
|
1341
|
+
} else {
|
1342
|
+
conflict(hunk, swap ? theirChanges : myChanges, swap ? myChanges : theirChanges);
|
1343
|
+
}
|
1344
|
+
}
|
1345
|
+
|
1346
|
+
function conflict(hunk, mine, their) {
|
1347
|
+
hunk.conflict = true;
|
1348
|
+
hunk.lines.push({
|
1349
|
+
conflict: true,
|
1350
|
+
mine: mine,
|
1351
|
+
theirs: their
|
1352
|
+
});
|
1353
|
+
}
|
1354
|
+
|
1355
|
+
function insertLeading(hunk, insert, their) {
|
1356
|
+
while (insert.offset < their.offset && insert.index < insert.lines.length) {
|
1357
|
+
var line = insert.lines[insert.index++];
|
1358
|
+
hunk.lines.push(line);
|
1359
|
+
insert.offset++;
|
1360
|
+
}
|
1361
|
+
}
|
1362
|
+
|
1363
|
+
function insertTrailing(hunk, insert) {
|
1364
|
+
while (insert.index < insert.lines.length) {
|
1365
|
+
var line = insert.lines[insert.index++];
|
1366
|
+
hunk.lines.push(line);
|
1367
|
+
}
|
1368
|
+
}
|
1369
|
+
|
1370
|
+
function collectChange(state) {
|
1371
|
+
var ret = [],
|
1372
|
+
operation = state.lines[state.index][0];
|
1373
|
+
|
1374
|
+
while (state.index < state.lines.length) {
|
1375
|
+
var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change.
|
1376
|
+
|
1377
|
+
if (operation === '-' && line[0] === '+') {
|
1378
|
+
operation = '+';
|
1379
|
+
}
|
1380
|
+
|
1381
|
+
if (operation === line[0]) {
|
1382
|
+
ret.push(line);
|
1383
|
+
state.index++;
|
1384
|
+
} else {
|
1385
|
+
break;
|
1386
|
+
}
|
1387
|
+
}
|
1388
|
+
|
1389
|
+
return ret;
|
1390
|
+
}
|
1391
|
+
|
1392
|
+
function collectContext(state, matchChanges) {
|
1393
|
+
var changes = [],
|
1394
|
+
merged = [],
|
1395
|
+
matchIndex = 0,
|
1396
|
+
contextChanges = false,
|
1397
|
+
conflicted = false;
|
1398
|
+
|
1399
|
+
while (matchIndex < matchChanges.length && state.index < state.lines.length) {
|
1400
|
+
var change = state.lines[state.index],
|
1401
|
+
match = matchChanges[matchIndex]; // Once we've hit our add, then we are done
|
1402
|
+
|
1403
|
+
if (match[0] === '+') {
|
1404
|
+
break;
|
1405
|
+
}
|
1406
|
+
|
1407
|
+
contextChanges = contextChanges || change[0] !== ' ';
|
1408
|
+
merged.push(match);
|
1409
|
+
matchIndex++; // Consume any additions in the other block as a conflict to attempt
|
1410
|
+
// to pull in the remaining context after this
|
1411
|
+
|
1412
|
+
if (change[0] === '+') {
|
1413
|
+
conflicted = true;
|
1414
|
+
|
1415
|
+
while (change[0] === '+') {
|
1416
|
+
changes.push(change);
|
1417
|
+
change = state.lines[++state.index];
|
1418
|
+
}
|
1419
|
+
}
|
1420
|
+
|
1421
|
+
if (match.substr(1) === change.substr(1)) {
|
1422
|
+
changes.push(change);
|
1423
|
+
state.index++;
|
1424
|
+
} else {
|
1425
|
+
conflicted = true;
|
1426
|
+
}
|
1427
|
+
}
|
1428
|
+
|
1429
|
+
if ((matchChanges[matchIndex] || '')[0] === '+' && contextChanges) {
|
1430
|
+
conflicted = true;
|
1431
|
+
}
|
1432
|
+
|
1433
|
+
if (conflicted) {
|
1434
|
+
return changes;
|
1435
|
+
}
|
1436
|
+
|
1437
|
+
while (matchIndex < matchChanges.length) {
|
1438
|
+
merged.push(matchChanges[matchIndex++]);
|
1439
|
+
}
|
1440
|
+
|
1441
|
+
return {
|
1442
|
+
merged: merged,
|
1443
|
+
changes: changes
|
1444
|
+
};
|
1445
|
+
}
|
1446
|
+
|
1447
|
+
function allRemoves(changes) {
|
1448
|
+
return changes.reduce(function (prev, change) {
|
1449
|
+
return prev && change[0] === '-';
|
1450
|
+
}, true);
|
1451
|
+
}
|
1452
|
+
|
1453
|
+
function skipRemoveSuperset(state, removeChanges, delta) {
|
1454
|
+
for (var i = 0; i < delta; i++) {
|
1455
|
+
var changeContent = removeChanges[removeChanges.length - delta + i].substr(1);
|
1456
|
+
|
1457
|
+
if (state.lines[state.index + i] !== ' ' + changeContent) {
|
1458
|
+
return false;
|
1459
|
+
}
|
1460
|
+
}
|
1461
|
+
|
1462
|
+
state.index += delta;
|
1463
|
+
return true;
|
1464
|
+
}
|
1465
|
+
|
1466
|
+
function calcOldNewLineCount(lines) {
|
1467
|
+
var oldLines = 0;
|
1468
|
+
var newLines = 0;
|
1469
|
+
lines.forEach(function (line) {
|
1470
|
+
if (typeof line !== 'string') {
|
1471
|
+
var myCount = calcOldNewLineCount(line.mine);
|
1472
|
+
var theirCount = calcOldNewLineCount(line.theirs);
|
1473
|
+
|
1474
|
+
if (oldLines !== undefined) {
|
1475
|
+
if (myCount.oldLines === theirCount.oldLines) {
|
1476
|
+
oldLines += myCount.oldLines;
|
1477
|
+
} else {
|
1478
|
+
oldLines = undefined;
|
1479
|
+
}
|
1480
|
+
}
|
1481
|
+
|
1482
|
+
if (newLines !== undefined) {
|
1483
|
+
if (myCount.newLines === theirCount.newLines) {
|
1484
|
+
newLines += myCount.newLines;
|
1485
|
+
} else {
|
1486
|
+
newLines = undefined;
|
1487
|
+
}
|
1488
|
+
}
|
1489
|
+
} else {
|
1490
|
+
if (newLines !== undefined && (line[0] === '+' || line[0] === ' ')) {
|
1491
|
+
newLines++;
|
1492
|
+
}
|
1493
|
+
|
1494
|
+
if (oldLines !== undefined && (line[0] === '-' || line[0] === ' ')) {
|
1495
|
+
oldLines++;
|
1496
|
+
}
|
1497
|
+
}
|
1498
|
+
});
|
1499
|
+
return {
|
1500
|
+
oldLines: oldLines,
|
1501
|
+
newLines: newLines
|
1502
|
+
};
|
1503
|
+
}
|
1504
|
+
|
1505
|
+
// See: http://code.google.com/p/google-diff-match-patch/wiki/API
|
1506
|
+
function convertChangesToDMP(changes) {
|
1507
|
+
var ret = [],
|
1508
|
+
change,
|
1509
|
+
operation;
|
1510
|
+
|
1511
|
+
for (var i = 0; i < changes.length; i++) {
|
1512
|
+
change = changes[i];
|
1513
|
+
|
1514
|
+
if (change.added) {
|
1515
|
+
operation = 1;
|
1516
|
+
} else if (change.removed) {
|
1517
|
+
operation = -1;
|
1518
|
+
} else {
|
1519
|
+
operation = 0;
|
1520
|
+
}
|
1521
|
+
|
1522
|
+
ret.push([operation, change.value]);
|
1523
|
+
}
|
1524
|
+
|
1525
|
+
return ret;
|
1526
|
+
}
|
1527
|
+
|
1528
|
+
function convertChangesToXML(changes) {
|
1529
|
+
var ret = [];
|
1530
|
+
|
1531
|
+
for (var i = 0; i < changes.length; i++) {
|
1532
|
+
var change = changes[i];
|
1533
|
+
|
1534
|
+
if (change.added) {
|
1535
|
+
ret.push('<ins>');
|
1536
|
+
} else if (change.removed) {
|
1537
|
+
ret.push('<del>');
|
1538
|
+
}
|
1539
|
+
|
1540
|
+
ret.push(escapeHTML(change.value));
|
1541
|
+
|
1542
|
+
if (change.added) {
|
1543
|
+
ret.push('</ins>');
|
1544
|
+
} else if (change.removed) {
|
1545
|
+
ret.push('</del>');
|
1546
|
+
}
|
1547
|
+
}
|
1548
|
+
|
1549
|
+
return ret.join('');
|
1550
|
+
}
|
1551
|
+
|
1552
|
+
function escapeHTML(s) {
|
1553
|
+
var n = s;
|
1554
|
+
n = n.replace(/&/g, '&');
|
1555
|
+
n = n.replace(/</g, '<');
|
1556
|
+
n = n.replace(/>/g, '>');
|
1557
|
+
n = n.replace(/"/g, '"');
|
1558
|
+
return n;
|
1559
|
+
}
|
1560
|
+
|
1561
|
+
export { Diff, applyPatch, applyPatches, canonicalize, convertChangesToDMP, convertChangesToXML, createPatch, createTwoFilesPatch, diffArrays, diffChars, diffCss, diffJson, diffLines, diffSentences, diffTrimmedLines, diffWords, diffWordsWithSpace, merge, parsePatch, structuredPatch };
|