step-node-agent 3.20.2 → 3.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/aws4/README.md +31 -1
- package/node_modules/aws4/aws4.js +10 -2
- package/node_modules/aws4/package.json +1 -1
- package/node_modules/content-type/HISTORY.md +5 -0
- package/node_modules/content-type/README.md +21 -19
- package/node_modules/content-type/index.js +12 -9
- package/node_modules/content-type/package.json +13 -11
- package/node_modules/get-intrinsic/.eslintrc +1 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +12 -0
- package/node_modules/get-intrinsic/index.js +10 -0
- package/node_modules/get-intrinsic/package.json +7 -6
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +1 -1
- package/node_modules/minimist/.eslintrc +25 -50
- package/node_modules/minimist/CHANGELOG.md +87 -1
- package/node_modules/minimist/README.md +14 -10
- package/node_modules/minimist/example/parse.js +2 -0
- package/node_modules/minimist/index.js +256 -242
- package/node_modules/minimist/package.json +73 -73
- package/node_modules/minimist/test/all_bool.js +26 -24
- package/node_modules/minimist/test/bool.js +146 -147
- package/node_modules/minimist/test/dash.js +33 -21
- package/node_modules/minimist/test/default_bool.js +26 -24
- package/node_modules/minimist/test/dotted.js +13 -11
- package/node_modules/minimist/test/kv_short.js +26 -10
- package/node_modules/minimist/test/long.js +28 -26
- package/node_modules/minimist/test/num.js +30 -28
- package/node_modules/minimist/test/parse.js +169 -157
- package/node_modules/minimist/test/parse_modified.js +7 -5
- package/node_modules/minimist/test/proto.js +41 -37
- package/node_modules/minimist/test/short.js +57 -55
- package/node_modules/minimist/test/stop_early.js +10 -8
- package/node_modules/minimist/test/unknown.js +83 -81
- package/node_modules/minimist/test/whitespace.js +6 -4
- package/node_modules/npm/AUTHORS +6 -0
- package/node_modules/npm/CHANGELOG.md +57 -0
- package/node_modules/npm/Makefile +6 -8
- package/node_modules/npm/docs/config.json +5 -0
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-access.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-adduser.md +6 -10
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-audit.md +2 -6
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bin.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bugs.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-build.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bundle.md +2 -6
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-cache.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ci.md +3 -7
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-completion.md +2 -6
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-config.md +3 -7
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-dedupe.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-deprecate.md +2 -5
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-dist-tag.md +6 -11
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-docs.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-doctor.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-edit.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-explore.md +6 -10
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-fund.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-help-search.md +3 -7
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-help.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-hook.md +1 -5
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-init.md +2 -6
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install-ci-test.md +3 -7
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install-test.md +3 -7
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install.md +13 -17
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-link.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-logout.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ls.md +7 -11
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-org.md +1 -5
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-outdated.md +3 -7
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-owner.md +3 -7
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-pack.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ping.md +2 -6
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-prefix.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-profile.md +2 -5
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-prune.md +3 -6
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-publish.md +15 -18
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-rebuild.md +3 -7
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-repo.md +3 -7
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-restart.md +6 -10
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-root.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-run-script.md +6 -10
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-search.md +3 -7
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-shrinkwrap.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-star.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-stars.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-start.md +6 -10
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-stop.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-team.md +2 -6
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-test.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-token.md +1 -5
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-uninstall.md +4 -8
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-unpublish.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-update.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-version.md +3 -7
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-view.md +5 -9
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm-whoami.md +3 -6
- package/node_modules/npm/docs/content/{cli-commands → commands}/npm.md +6 -10
- package/node_modules/npm/docs/content/configuring-npm/folders.md +8 -12
- package/node_modules/npm/docs/content/configuring-npm/install.md +1 -5
- package/node_modules/npm/docs/content/configuring-npm/npmrc.md +3 -7
- package/node_modules/npm/docs/content/configuring-npm/package-json.md +9 -13
- package/node_modules/npm/docs/content/configuring-npm/package-lock-json.md +3 -7
- package/node_modules/npm/docs/content/configuring-npm/package-locks.md +3 -7
- package/node_modules/npm/docs/content/configuring-npm/shrinkwrap-json.md +4 -8
- package/node_modules/npm/docs/content/using-npm/config.md +8 -12
- package/node_modules/npm/docs/content/using-npm/developers.md +8 -12
- package/node_modules/npm/docs/content/using-npm/orgs.md +5 -9
- package/node_modules/npm/docs/content/using-npm/registry.md +3 -8
- package/node_modules/npm/docs/content/using-npm/removal.md +3 -7
- package/node_modules/npm/docs/content/using-npm/scope.md +7 -9
- package/node_modules/npm/docs/content/using-npm/scripts.md +7 -11
- package/node_modules/npm/docs/content/using-npm/semver.md +1 -4
- package/node_modules/npm/docs/dockhand.js +341 -0
- package/node_modules/npm/docs/nav.yml +236 -0
- package/node_modules/npm/docs/output/commands/npm-access.html +240 -0
- package/node_modules/npm/docs/output/commands/npm-adduser.html +220 -0
- package/node_modules/npm/docs/output/commands/npm-audit.html +253 -0
- package/node_modules/npm/docs/output/commands/npm-bin.html +174 -0
- package/node_modules/npm/docs/output/commands/npm-bugs.html +194 -0
- package/node_modules/npm/docs/output/commands/npm-build.html +181 -0
- package/node_modules/npm/docs/output/commands/npm-bundle.html +170 -0
- package/node_modules/npm/docs/output/commands/npm-cache.html +230 -0
- package/node_modules/npm/docs/output/commands/npm-ci.html +205 -0
- package/node_modules/npm/docs/output/commands/npm-completion.html +185 -0
- package/node_modules/npm/docs/output/commands/npm-config.html +213 -0
- package/node_modules/npm/docs/output/commands/npm-dedupe.html +203 -0
- package/node_modules/npm/docs/output/commands/npm-deprecate.html +181 -0
- package/node_modules/npm/docs/output/commands/npm-dist-tag.html +232 -0
- package/node_modules/npm/docs/output/commands/npm-docs.html +195 -0
- package/node_modules/npm/docs/output/commands/npm-doctor.html +241 -0
- package/node_modules/npm/docs/output/commands/npm-edit.html +190 -0
- package/node_modules/npm/docs/output/commands/npm-explore.html +190 -0
- package/node_modules/npm/docs/output/commands/npm-fund.html +208 -0
- package/node_modules/npm/docs/output/commands/npm-help-search.html +185 -0
- package/node_modules/npm/docs/output/commands/npm-help.html +187 -0
- package/node_modules/npm/docs/output/commands/npm-hook.html +206 -0
- package/node_modules/npm/docs/output/commands/npm-init.html +209 -0
- package/node_modules/npm/docs/output/commands/npm-install-ci-test.html +173 -0
- package/node_modules/npm/docs/output/commands/npm-install-test.html +182 -0
- package/node_modules/npm/docs/output/commands/npm-install.html +582 -0
- package/node_modules/npm/docs/output/commands/npm-link.html +217 -0
- package/node_modules/npm/docs/output/commands/npm-logout.html +190 -0
- package/node_modules/npm/docs/output/commands/npm-ls.html +257 -0
- package/node_modules/npm/docs/output/commands/npm-org.html +193 -0
- package/node_modules/npm/docs/output/commands/npm-outdated.html +260 -0
- package/node_modules/npm/docs/output/commands/npm-owner.html +193 -0
- package/node_modules/npm/docs/output/commands/npm-pack.html +182 -0
- package/node_modules/npm/docs/output/commands/npm-ping.html +177 -0
- package/node_modules/npm/docs/output/commands/npm-prefix.html +178 -0
- package/node_modules/npm/docs/output/commands/npm-profile.html +235 -0
- package/node_modules/npm/docs/output/commands/npm-prune.html +188 -0
- package/node_modules/npm/docs/output/commands/npm-publish.html +232 -0
- package/node_modules/npm/docs/output/commands/npm-rebuild.html +173 -0
- package/node_modules/npm/docs/output/commands/npm-repo.html +181 -0
- package/node_modules/npm/docs/output/commands/npm-restart.html +193 -0
- package/node_modules/npm/docs/output/commands/npm-root.html +174 -0
- package/node_modules/npm/docs/output/commands/npm-run-script.html +226 -0
- package/node_modules/npm/docs/output/commands/npm-search.html +248 -0
- package/node_modules/npm/docs/output/commands/npm-shrinkwrap.html +181 -0
- package/node_modules/npm/docs/output/commands/npm-star.html +176 -0
- package/node_modules/npm/docs/output/commands/npm-stars.html +176 -0
- package/node_modules/npm/docs/output/commands/npm-start.html +178 -0
- package/node_modules/npm/docs/output/commands/npm-stop.html +174 -0
- package/node_modules/npm/docs/output/commands/npm-team.html +213 -0
- package/node_modules/npm/docs/output/commands/npm-test.html +176 -0
- package/node_modules/npm/docs/output/commands/npm-token.html +215 -0
- package/node_modules/npm/docs/output/commands/npm-uninstall.html +208 -0
- package/node_modules/npm/docs/output/commands/npm-unpublish.html +187 -0
- package/node_modules/npm/docs/output/commands/npm-update.html +252 -0
- package/node_modules/npm/docs/output/commands/npm-version.html +263 -0
- package/node_modules/npm/docs/output/commands/npm-view.html +235 -0
- package/node_modules/npm/docs/output/commands/npm-whoami.html +172 -0
- package/node_modules/npm/docs/output/commands/npm.html +290 -0
- package/node_modules/npm/docs/output/configuring-npm/folders.html +321 -0
- package/node_modules/npm/docs/output/configuring-npm/install.html +203 -0
- package/node_modules/npm/docs/output/configuring-npm/npmrc.html +227 -0
- package/node_modules/npm/docs/output/configuring-npm/package-json.html +827 -0
- package/node_modules/npm/docs/output/configuring-npm/package-lock-json.html +273 -0
- package/node_modules/npm/docs/output/configuring-npm/package-locks.html +310 -0
- package/node_modules/npm/docs/output/configuring-npm/shrinkwrap-json.html +181 -0
- package/node_modules/npm/docs/output/using-npm/config.html +1248 -0
- package/node_modules/npm/docs/output/using-npm/developers.html +356 -0
- package/node_modules/npm/docs/output/using-npm/orgs.html +236 -0
- package/node_modules/npm/docs/output/using-npm/registry.html +234 -0
- package/node_modules/npm/docs/output/using-npm/removal.html +200 -0
- package/node_modules/npm/docs/output/using-npm/scope.html +244 -0
- package/node_modules/npm/docs/output/using-npm/scripts.html +410 -0
- package/node_modules/npm/docs/output/using-npm/semver.html +521 -0
- package/node_modules/npm/docs/template.html +161 -0
- package/node_modules/npm/lib/help.js +2 -2
- package/node_modules/npm/man/man1/npm-README.1 +1 -1
- package/node_modules/npm/man/man1/npm-access.1 +1 -1
- package/node_modules/npm/man/man1/npm-adduser.1 +1 -7
- package/node_modules/npm/man/man1/npm-audit.1 +1 -1
- package/node_modules/npm/man/man1/npm-bin.1 +1 -1
- package/node_modules/npm/man/man1/npm-bugs.1 +1 -1
- package/node_modules/npm/man/man1/npm-build.1 +2 -2
- package/node_modules/npm/man/man1/npm-bundle.1 +1 -1
- package/node_modules/npm/man/man1/npm-cache.1 +1 -1
- package/node_modules/npm/man/man1/npm-ci.1 +1 -1
- package/node_modules/npm/man/man1/npm-completion.1 +1 -1
- package/node_modules/npm/man/man1/npm-config.1 +1 -1
- package/node_modules/npm/man/man1/npm-dedupe.1 +1 -1
- package/node_modules/npm/man/man1/npm-deprecate.1 +1 -1
- package/node_modules/npm/man/man1/npm-dist-tag.1 +1 -7
- package/node_modules/npm/man/man1/npm-docs.1 +1 -1
- package/node_modules/npm/man/man1/npm-doctor.1 +1 -1
- package/node_modules/npm/man/man1/npm-edit.1 +1 -1
- package/node_modules/npm/man/man1/npm-explore.1 +1 -7
- package/node_modules/npm/man/man1/npm-fund.1 +1 -1
- package/node_modules/npm/man/man1/npm-help-search.1 +1 -1
- package/node_modules/npm/man/man1/npm-help.1 +1 -1
- package/node_modules/npm/man/man1/npm-hook.1 +1 -1
- package/node_modules/npm/man/man1/npm-init.1 +1 -1
- package/node_modules/npm/man/man1/npm-install-ci-test.1 +2 -2
- package/node_modules/npm/man/man1/npm-install-test.1 +2 -2
- package/node_modules/npm/man/man1/npm-install.1 +1 -1
- package/node_modules/npm/man/man1/npm-link.1 +1 -1
- package/node_modules/npm/man/man1/npm-logout.1 +1 -1
- package/node_modules/npm/man/man1/npm-ls.1 +2 -2
- package/node_modules/npm/man/man1/npm-org.1 +1 -1
- package/node_modules/npm/man/man1/npm-outdated.1 +1 -1
- package/node_modules/npm/man/man1/npm-owner.1 +1 -3
- package/node_modules/npm/man/man1/npm-pack.1 +1 -1
- package/node_modules/npm/man/man1/npm-ping.1 +1 -1
- package/node_modules/npm/man/man1/npm-prefix.1 +1 -1
- package/node_modules/npm/man/man1/npm-profile.1 +1 -1
- package/node_modules/npm/man/man1/npm-prune.1 +1 -1
- package/node_modules/npm/man/man1/npm-publish.1 +5 -5
- package/node_modules/npm/man/man1/npm-rebuild.1 +1 -1
- package/node_modules/npm/man/man1/npm-repo.1 +1 -1
- package/node_modules/npm/man/man1/npm-restart.1 +1 -1
- package/node_modules/npm/man/man1/npm-root.1 +1 -1
- package/node_modules/npm/man/man1/npm-run-script.1 +1 -1
- package/node_modules/npm/man/man1/npm-search.1 +1 -1
- package/node_modules/npm/man/man1/npm-shrinkwrap.1 +1 -1
- package/node_modules/npm/man/man1/npm-star.1 +1 -1
- package/node_modules/npm/man/man1/npm-stars.1 +1 -1
- package/node_modules/npm/man/man1/npm-start.1 +1 -1
- package/node_modules/npm/man/man1/npm-stop.1 +1 -1
- package/node_modules/npm/man/man1/npm-team.1 +1 -1
- package/node_modules/npm/man/man1/npm-test.1 +1 -1
- package/node_modules/npm/man/man1/npm-token.1 +1 -1
- package/node_modules/npm/man/man1/npm-uninstall.1 +1 -1
- package/node_modules/npm/man/man1/npm-unpublish.1 +1 -1
- package/node_modules/npm/man/man1/npm-update.1 +1 -1
- package/node_modules/npm/man/man1/npm-version.1 +1 -1
- package/node_modules/npm/man/man1/npm-view.1 +1 -1
- package/node_modules/npm/man/man1/npm-whoami.1 +1 -1
- package/node_modules/npm/man/man1/npm.1 +2 -2
- package/node_modules/npm/man/man5/folders.5 +1 -1
- package/node_modules/npm/man/man5/install.5 +2 -2
- package/node_modules/npm/man/man5/npmrc.5 +1 -1
- package/node_modules/npm/man/man5/package-json.5 +1 -1
- package/node_modules/npm/man/man5/package-lock-json.5 +1 -1
- package/node_modules/npm/man/man5/package-locks.5 +1 -1
- package/node_modules/npm/man/man5/shrinkwrap-json.5 +2 -2
- package/node_modules/npm/man/man7/config.7 +1 -1
- package/node_modules/npm/man/man7/developers.7 +1 -1
- package/node_modules/npm/man/man7/orgs.7 +1 -1
- package/node_modules/npm/man/man7/registry.7 +1 -3
- package/node_modules/npm/man/man7/removal.7 +1 -1
- package/node_modules/npm/man/man7/scope.7 +3 -2
- package/node_modules/npm/man/man7/scripts.7 +1 -1
- package/node_modules/npm/man/man7/semver.7 +1 -1
- package/node_modules/npm/node_modules/@iarna/cli/LICENSE +14 -0
- package/node_modules/npm/node_modules/@iarna/cli/README.md +152 -0
- package/node_modules/npm/node_modules/@iarna/cli/app.js +109 -0
- package/node_modules/npm/node_modules/@iarna/cli/package.json +35 -0
- package/node_modules/npm/{docs → node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer}/LICENSE +5 -6
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/asn1/Jenkinsfile +65 -0
- package/node_modules/npm/node_modules/asn1/package.json +2 -2
- package/node_modules/npm/node_modules/aws4/.github/FUNDING.yml +3 -0
- package/node_modules/npm/node_modules/aws4/.travis.yml +5 -1
- package/node_modules/npm/node_modules/aws4/README.md +50 -390
- package/node_modules/npm/node_modules/aws4/aws4.js +63 -22
- package/node_modules/npm/node_modules/aws4/package.json +9 -63
- package/node_modules/npm/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/node_modules/npm/node_modules/balanced-match/README.md +6 -0
- package/node_modules/npm/node_modules/balanced-match/index.js +3 -0
- package/node_modules/npm/node_modules/balanced-match/package.json +3 -4
- package/node_modules/npm/node_modules/bluebird/README.md +1 -1
- package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.js +210 -120
- package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.min.js +3 -3
- package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.js +240 -128
- package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.min.js +4 -4
- package/node_modules/npm/node_modules/bluebird/js/release/async.js +3 -48
- package/node_modules/npm/node_modules/bluebird/js/release/debuggability.js +102 -27
- package/node_modules/npm/node_modules/bluebird/js/release/join.js +4 -7
- package/node_modules/npm/node_modules/bluebird/js/release/map.js +10 -3
- package/node_modules/npm/node_modules/bluebird/js/release/promise.js +58 -28
- package/node_modules/npm/node_modules/bluebird/js/release/promise_array.js +1 -0
- package/node_modules/npm/node_modules/bluebird/js/release/reduce.js +16 -5
- package/node_modules/npm/node_modules/bluebird/js/release/settle.js +4 -0
- package/node_modules/npm/node_modules/bluebird/js/release/util.js +39 -7
- package/node_modules/npm/node_modules/bluebird/package.json +1 -1
- package/node_modules/npm/node_modules/cacache/CHANGELOG.md +4 -0
- package/node_modules/npm/node_modules/cacache/package.json +6 -7
- package/node_modules/npm/node_modules/combined-stream/lib/combined_stream.js +21 -2
- package/node_modules/npm/node_modules/combined-stream/package.json +1 -1
- package/node_modules/npm/node_modules/combined-stream/yarn.lock +17 -0
- package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/config-chain/package.json +5 -7
- package/node_modules/npm/node_modules/decode-uri-component/index.js +4 -4
- package/node_modules/npm/node_modules/decode-uri-component/license +4 -16
- package/node_modules/npm/node_modules/decode-uri-component/package.json +35 -35
- package/node_modules/npm/node_modules/decode-uri-component/readme.md +14 -1
- package/node_modules/npm/node_modules/dezalgo/package.json +12 -8
- package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/env-paths/index.d.ts +32 -0
- package/node_modules/npm/node_modules/env-paths/package.json +1 -1
- package/node_modules/npm/node_modules/env-paths/readme.md +44 -5
- package/node_modules/npm/node_modules/figgy-pudding/CHANGELOG.md +38 -33
- package/node_modules/npm/node_modules/figgy-pudding/README.md +10 -2
- package/node_modules/npm/node_modules/figgy-pudding/package.json +4 -8
- package/node_modules/npm/node_modules/filter-obj/index.js +17 -0
- package/node_modules/npm/node_modules/filter-obj/license +21 -0
- package/node_modules/npm/node_modules/filter-obj/package.json +37 -0
- package/node_modules/npm/node_modules/filter-obj/readme.md +41 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/form-data/README.md +4 -4
- package/node_modules/npm/node_modules/form-data/package.json +2 -2
- package/node_modules/npm/node_modules/form-data/yarn.lock +2662 -0
- package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/glob/README.md +4 -1
- package/node_modules/npm/node_modules/glob/common.js +6 -8
- package/node_modules/npm/node_modules/glob/glob.js +8 -8
- package/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
- package/node_modules/npm/node_modules/glob/node_modules/minimatch/README.md +230 -0
- package/node_modules/npm/node_modules/glob/node_modules/minimatch/minimatch.js +947 -0
- package/node_modules/npm/node_modules/glob/node_modules/minimatch/package.json +33 -0
- package/node_modules/npm/node_modules/glob/package.json +13 -4
- package/node_modules/npm/node_modules/glob/sync.js +10 -10
- package/node_modules/npm/node_modules/graceful-fs/LICENSE +1 -1
- package/node_modules/npm/node_modules/graceful-fs/README.md +11 -1
- package/node_modules/npm/node_modules/graceful-fs/clone.js +5 -1
- package/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +132 -38
- package/node_modules/npm/node_modules/graceful-fs/package.json +4 -4
- package/node_modules/npm/node_modules/graceful-fs/polyfills.js +48 -35
- package/node_modules/npm/node_modules/is-cidr/README.md +6 -10
- package/node_modules/npm/node_modules/is-cidr/index.d.ts +31 -0
- package/node_modules/npm/node_modules/is-cidr/index.js +1 -0
- package/node_modules/npm/node_modules/is-cidr/package.json +12 -6
- package/node_modules/npm/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
- package/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
- package/node_modules/npm/node_modules/json-parse-even-better-errors/README.md +96 -0
- package/node_modules/npm/node_modules/json-parse-even-better-errors/index.js +121 -0
- package/node_modules/npm/node_modules/json-parse-even-better-errors/package.json +33 -0
- package/node_modules/npm/node_modules/lock-verify/README.md +8 -0
- package/node_modules/npm/node_modules/lock-verify/cli.js +17 -0
- package/node_modules/npm/node_modules/lock-verify/package.json +8 -12
- package/node_modules/npm/node_modules/meant/CHANGELOG.md +7 -0
- package/node_modules/npm/node_modules/meant/package.json +4 -1
- package/node_modules/npm/node_modules/minimatch/README.md +22 -1
- package/node_modules/npm/node_modules/minimatch/minimatch.js +93 -69
- package/node_modules/npm/node_modules/minimatch/package.json +6 -3
- package/node_modules/npm/node_modules/mkdirp/index.js +5 -2
- package/node_modules/npm/node_modules/mkdirp/package.json +3 -4
- package/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md +27 -5
- package/node_modules/npm/node_modules/node-gyp/.github/workflows/Python_tests.yml +1 -1
- package/node_modules/npm/node_modules/node-gyp/CHANGELOG.md +14 -0
- package/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md +1 -1
- package/node_modules/npm/node_modules/node-gyp/README.md +3 -3
- package/node_modules/npm/node_modules/node-gyp/addon.gypi +22 -1
- package/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js +2 -3
- package/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md +14 -12
- package/node_modules/npm/node_modules/node-gyp/package.json +1 -1
- package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/psl/.env +0 -0
- package/node_modules/npm/node_modules/psl/LICENSE +9 -0
- package/node_modules/npm/node_modules/psl/README.md +4 -6
- package/node_modules/npm/node_modules/psl/browserstack-logo.svg +90 -0
- package/node_modules/npm/node_modules/psl/data/rules.json +9376 -1
- package/node_modules/npm/node_modules/psl/dist/psl.js +9378 -3
- package/node_modules/npm/node_modules/psl/dist/psl.min.js +1 -1
- package/node_modules/npm/node_modules/psl/package.json +24 -23
- package/node_modules/npm/node_modules/qs/.editorconfig +14 -1
- package/node_modules/npm/node_modules/qs/.eslintrc +21 -3
- package/node_modules/npm/node_modules/qs/.github/FUNDING.yml +12 -0
- package/node_modules/npm/node_modules/qs/.nycrc +13 -0
- package/node_modules/npm/node_modules/qs/CHANGELOG.md +24 -0
- package/node_modules/npm/node_modules/qs/LICENSE.md +29 -0
- package/node_modules/npm/node_modules/qs/README.md +54 -19
- package/node_modules/npm/node_modules/qs/bower.json +21 -0
- package/node_modules/npm/node_modules/qs/component.json +15 -0
- package/node_modules/npm/node_modules/qs/dist/qs.js +35 -25
- package/node_modules/npm/node_modules/qs/lib/formats.js +1 -1
- package/node_modules/npm/node_modules/qs/lib/parse.js +6 -5
- package/node_modules/npm/node_modules/qs/lib/stringify.js +21 -14
- package/node_modules/npm/node_modules/qs/lib/utils.js +7 -5
- package/node_modules/npm/node_modules/qs/package.json +18 -16
- package/node_modules/npm/node_modules/qs/test/parse.js +79 -4
- package/node_modules/npm/node_modules/qs/test/stringify.js +45 -0
- package/node_modules/npm/node_modules/qs/test/utils.js +31 -0
- package/node_modules/npm/node_modules/query-string/index.d.ts +290 -9
- package/node_modules/npm/node_modules/query-string/index.js +154 -28
- package/node_modules/npm/node_modules/query-string/license +1 -1
- package/node_modules/npm/node_modules/query-string/package.json +9 -4
- package/node_modules/npm/node_modules/query-string/readme.md +275 -26
- package/node_modules/npm/node_modules/qw/LICENSE +0 -0
- package/node_modules/npm/node_modules/qw/README.md +0 -0
- package/node_modules/npm/node_modules/qw/package.json +1 -1
- package/node_modules/npm/node_modules/qw/qw.js +1 -0
- package/node_modules/npm/node_modules/read-package-json/CHANGELOG.md +10 -0
- package/node_modules/npm/node_modules/read-package-json/package.json +3 -6
- package/node_modules/npm/node_modules/read-package-json/read-json.js +2 -7
- package/node_modules/npm/node_modules/request/CHANGELOG.md +8 -0
- package/node_modules/npm/node_modules/request/README.md +81 -45
- package/node_modules/npm/node_modules/request/index.js +1 -1
- package/node_modules/npm/node_modules/request/lib/auth.js +1 -1
- package/node_modules/npm/node_modules/request/lib/getProxyFromURI.js +1 -1
- package/node_modules/npm/node_modules/request/lib/har.js +1 -1
- package/node_modules/npm/node_modules/request/package.json +6 -6
- package/node_modules/npm/node_modules/request/request.js +13 -11
- package/node_modules/npm/node_modules/safe-buffer/index.js +3 -0
- package/node_modules/npm/node_modules/safe-buffer/package.json +18 -4
- package/node_modules/npm/node_modules/sshpk/Jenkinsfile +86 -0
- package/node_modules/npm/node_modules/sshpk/README.md +116 -10
- package/node_modules/npm/node_modules/sshpk/bin/sshpk-conv +73 -32
- package/node_modules/npm/node_modules/sshpk/lib/certificate.js +33 -1
- package/node_modules/npm/node_modules/sshpk/lib/dhe.js +4 -21
- package/node_modules/npm/node_modules/sshpk/lib/ed-compat.js +1 -7
- package/node_modules/npm/node_modules/sshpk/lib/fingerprint.js +69 -11
- package/node_modules/npm/node_modules/sshpk/lib/formats/auto.js +18 -1
- package/node_modules/npm/node_modules/sshpk/lib/formats/openssh-cert.js +37 -8
- package/node_modules/npm/node_modules/sshpk/lib/formats/pem.js +107 -9
- package/node_modules/npm/node_modules/sshpk/lib/formats/pkcs8.js +23 -4
- package/node_modules/npm/node_modules/sshpk/lib/formats/putty.js +194 -0
- package/node_modules/npm/node_modules/sshpk/lib/formats/x509-pem.js +14 -4
- package/node_modules/npm/node_modules/sshpk/lib/formats/x509.js +28 -5
- package/node_modules/npm/node_modules/sshpk/lib/identity.js +87 -3
- package/node_modules/npm/node_modules/sshpk/lib/index.js +1 -0
- package/node_modules/npm/node_modules/sshpk/lib/key.js +30 -11
- package/node_modules/npm/node_modules/sshpk/lib/private-key.js +11 -17
- package/node_modules/npm/node_modules/sshpk/lib/utils.js +48 -33
- package/node_modules/npm/node_modules/sshpk/package.json +5 -5
- package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/npm/node_modules/tough-cookie/README.md +24 -4
- package/node_modules/npm/node_modules/tough-cookie/lib/cookie.js +54 -3
- package/node_modules/npm/node_modules/tough-cookie/lib/memstore.js +5 -0
- package/node_modules/npm/node_modules/tough-cookie/lib/store.js +4 -0
- package/node_modules/npm/node_modules/tough-cookie/lib/version.js +2 -0
- package/node_modules/npm/node_modules/{punycode → tough-cookie/node_modules/punycode}/LICENSE-MIT.txt +0 -0
- package/node_modules/npm/node_modules/{punycode → tough-cookie/node_modules/punycode}/README.md +9 -63
- package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/package.json +58 -0
- package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/punycode.es6.js +441 -0
- package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/punycode.js +440 -0
- package/node_modules/npm/node_modules/tough-cookie/package.json +6 -4
- package/node_modules/npm/node_modules/uri-js/README.md +3 -1
- package/node_modules/npm/node_modules/uri-js/dist/es5/uri.all.js +1 -1
- package/node_modules/npm/node_modules/uri-js/dist/es5/uri.all.min.js +1 -1
- package/node_modules/npm/node_modules/uri-js/package.json +2 -2
- package/node_modules/npm/node_modules/uri-js/yarn.lock +1263 -628
- package/node_modules/npm/node_modules/uuid/CHANGELOG.md +25 -18
- package/node_modules/npm/node_modules/uuid/README.md +27 -44
- package/node_modules/npm/node_modules/uuid/lib/bytesToUuid.js +10 -8
- package/node_modules/npm/node_modules/uuid/package.json +13 -8
- package/node_modules/npm/node_modules/uuid/v1.js +1 -1
- package/node_modules/npm/package.json +27 -23
- package/node_modules/npm/scripts/docs-build.js +15 -3
- package/node_modules/object-inspect/CHANGELOG.md +10 -0
- package/node_modules/object-inspect/index.js +10 -6
- package/node_modules/object-inspect/package.json +10 -7
- package/node_modules/punycode/README.md +7 -3
- package/node_modules/punycode/package.json +5 -5
- package/node_modules/punycode/punycode.es6.js +24 -21
- package/node_modules/punycode/punycode.js +24 -21
- package/package.json +1 -1
- package/node_modules/npm/.eslintrc +0 -3
- package/node_modules/npm/docs/content/using-npm/disputes.md +0 -137
- package/node_modules/npm/docs/gatsby-browser.js +0 -8
- package/node_modules/npm/docs/gatsby-config.js +0 -88
- package/node_modules/npm/docs/gatsby-node.js +0 -43
- package/node_modules/npm/docs/gatsby-ssr.js +0 -6
- package/node_modules/npm/docs/package-lock.json +0 -18301
- package/node_modules/npm/docs/package.json +0 -45
- package/node_modules/npm/docs/public/cli-commands/npm/index.html +0 -213
- package/node_modules/npm/docs/public/cli-commands/npm-access/index.html +0 -151
- package/node_modules/npm/docs/public/cli-commands/npm-adduser/index.html +0 -146
- package/node_modules/npm/docs/public/cli-commands/npm-audit/index.html +0 -168
- package/node_modules/npm/docs/public/cli-commands/npm-bin/index.html +0 -97
- package/node_modules/npm/docs/public/cli-commands/npm-bugs/index.html +0 -117
- package/node_modules/npm/docs/public/cli-commands/npm-build/index.html +0 -103
- package/node_modules/npm/docs/public/cli-commands/npm-bundle/index.html +0 -94
- package/node_modules/npm/docs/public/cli-commands/npm-cache/index.html +0 -148
- package/node_modules/npm/docs/public/cli-commands/npm-ci/index.html +0 -125
- package/node_modules/npm/docs/public/cli-commands/npm-completion/index.html +0 -107
- package/node_modules/npm/docs/public/cli-commands/npm-config/index.html +0 -131
- package/node_modules/npm/docs/public/cli-commands/npm-dedupe/index.html +0 -124
- package/node_modules/npm/docs/public/cli-commands/npm-deprecate/index.html +0 -103
- package/node_modules/npm/docs/public/cli-commands/npm-dist-tag/index.html +0 -152
- package/node_modules/npm/docs/public/cli-commands/npm-docs/index.html +0 -118
- package/node_modules/npm/docs/public/cli-commands/npm-doctor/index.html +0 -166
- package/node_modules/npm/docs/public/cli-commands/npm-edit/index.html +0 -113
- package/node_modules/npm/docs/public/cli-commands/npm-explore/index.html +0 -117
- package/node_modules/npm/docs/public/cli-commands/npm-fund/index.html +0 -131
- package/node_modules/npm/docs/public/cli-commands/npm-help/index.html +0 -110
- package/node_modules/npm/docs/public/cli-commands/npm-help-search/index.html +0 -108
- package/node_modules/npm/docs/public/cli-commands/npm-hook/index.html +0 -122
- package/node_modules/npm/docs/public/cli-commands/npm-init/index.html +0 -129
- package/node_modules/npm/docs/public/cli-commands/npm-install/index.html +0 -471
- package/node_modules/npm/docs/public/cli-commands/npm-install-ci-test/index.html +0 -96
- package/node_modules/npm/docs/public/cli-commands/npm-install-test/index.html +0 -105
- package/node_modules/npm/docs/public/cli-commands/npm-link/index.html +0 -137
- package/node_modules/npm/docs/public/cli-commands/npm-logout/index.html +0 -112
- package/node_modules/npm/docs/public/cli-commands/npm-ls/index.html +0 -179
- package/node_modules/npm/docs/public/cli-commands/npm-org/index.html +0 -110
- package/node_modules/npm/docs/public/cli-commands/npm-outdated/index.html +0 -181
- package/node_modules/npm/docs/public/cli-commands/npm-owner/index.html +0 -117
- package/node_modules/npm/docs/public/cli-commands/npm-pack/index.html +0 -105
- package/node_modules/npm/docs/public/cli-commands/npm-ping/index.html +0 -98
- package/node_modules/npm/docs/public/cli-commands/npm-prefix/index.html +0 -101
- package/node_modules/npm/docs/public/cli-commands/npm-profile/index.html +0 -151
- package/node_modules/npm/docs/public/cli-commands/npm-prune/index.html +0 -111
- package/node_modules/npm/docs/public/cli-commands/npm-publish/index.html +0 -143
- package/node_modules/npm/docs/public/cli-commands/npm-rebuild/index.html +0 -96
- package/node_modules/npm/docs/public/cli-commands/npm-repo/index.html +0 -104
- package/node_modules/npm/docs/public/cli-commands/npm-restart/index.html +0 -116
- package/node_modules/npm/docs/public/cli-commands/npm-root/index.html +0 -97
- package/node_modules/npm/docs/public/cli-commands/npm-run-script/index.html +0 -146
- package/node_modules/npm/docs/public/cli-commands/npm-search/index.html +0 -171
- package/node_modules/npm/docs/public/cli-commands/npm-shrinkwrap/index.html +0 -104
- package/node_modules/npm/docs/public/cli-commands/npm-star/index.html +0 -99
- package/node_modules/npm/docs/public/cli-commands/npm-stars/index.html +0 -99
- package/node_modules/npm/docs/public/cli-commands/npm-start/index.html +0 -101
- package/node_modules/npm/docs/public/cli-commands/npm-stop/index.html +0 -97
- package/node_modules/npm/docs/public/cli-commands/npm-team/index.html +0 -128
- package/node_modules/npm/docs/public/cli-commands/npm-test/index.html +0 -99
- package/node_modules/npm/docs/public/cli-commands/npm-token/index.html +0 -136
- package/node_modules/npm/docs/public/cli-commands/npm-uninstall/index.html +0 -121
- package/node_modules/npm/docs/public/cli-commands/npm-unpublish/index.html +0 -109
- package/node_modules/npm/docs/public/cli-commands/npm-update/index.html +0 -170
- package/node_modules/npm/docs/public/cli-commands/npm-version/index.html +0 -183
- package/node_modules/npm/docs/public/cli-commands/npm-view/index.html +0 -148
- package/node_modules/npm/docs/public/cli-commands/npm-whoami/index.html +0 -95
- package/node_modules/npm/docs/public/configuring-npm/folders/index.html +0 -243
- package/node_modules/npm/docs/public/configuring-npm/install/index.html +0 -126
- package/node_modules/npm/docs/public/configuring-npm/npmrc/index.html +0 -148
- package/node_modules/npm/docs/public/configuring-npm/package-json/index.html +0 -714
- package/node_modules/npm/docs/public/configuring-npm/package-lock-json/index.html +0 -189
- package/node_modules/npm/docs/public/configuring-npm/package-locks/index.html +0 -217
- package/node_modules/npm/docs/public/configuring-npm/shrinkwrap-json/index.html +0 -105
- package/node_modules/npm/docs/public/icons/icon-144x144.png +0 -0
- package/node_modules/npm/docs/public/icons/icon-192x192.png +0 -0
- package/node_modules/npm/docs/public/icons/icon-256x256.png +0 -0
- package/node_modules/npm/docs/public/icons/icon-384x384.png +0 -0
- package/node_modules/npm/docs/public/icons/icon-48x48.png +0 -0
- package/node_modules/npm/docs/public/icons/icon-512x512.png +0 -0
- package/node_modules/npm/docs/public/icons/icon-72x72.png +0 -0
- package/node_modules/npm/docs/public/icons/icon-96x96.png +0 -0
- package/node_modules/npm/docs/public/index.html +0 -131
- package/node_modules/npm/docs/public/static/d/2215187023.json +0 -1
- package/node_modules/npm/docs/public/static/d/2417117884.json +0 -1
- package/node_modules/npm/docs/public/static/network-icon-f659855f70bb0e12addd96250807c241.svg +0 -1
- package/node_modules/npm/docs/public/styles.e93b5499b63484750fba.css +0 -1
- package/node_modules/npm/docs/public/using-npm/config/index.html +0 -1164
- package/node_modules/npm/docs/public/using-npm/developers/index.html +0 -262
- package/node_modules/npm/docs/public/using-npm/disputes/index.html +0 -195
- package/node_modules/npm/docs/public/using-npm/orgs/index.html +0 -147
- package/node_modules/npm/docs/public/using-npm/registry/index.html +0 -159
- package/node_modules/npm/docs/public/using-npm/removal/index.html +0 -119
- package/node_modules/npm/docs/public/using-npm/scope/index.html +0 -162
- package/node_modules/npm/docs/public/using-npm/scripts/index.html +0 -326
- package/node_modules/npm/docs/public/using-npm/semver/index.html +0 -438
- package/node_modules/npm/docs/src/components/Accordion.js +0 -57
- package/node_modules/npm/docs/src/components/Button.js +0 -22
- package/node_modules/npm/docs/src/components/DocLinks.js +0 -72
- package/node_modules/npm/docs/src/components/FoundTypo.js +0 -23
- package/node_modules/npm/docs/src/components/MobileSidebar.js +0 -33
- package/node_modules/npm/docs/src/components/Sidebar.js +0 -30
- package/node_modules/npm/docs/src/components/home/DarkBlock.js +0 -40
- package/node_modules/npm/docs/src/components/home/FeatureCard.js +0 -39
- package/node_modules/npm/docs/src/components/home/Features.js +0 -83
- package/node_modules/npm/docs/src/components/home/Footer.js +0 -29
- package/node_modules/npm/docs/src/components/home/Terminal.js +0 -120
- package/node_modules/npm/docs/src/components/home/Windows.js +0 -73
- package/node_modules/npm/docs/src/components/home/cubes.js +0 -101
- package/node_modules/npm/docs/src/components/home/hero.js +0 -25
- package/node_modules/npm/docs/src/components/layout.js +0 -24
- package/node_modules/npm/docs/src/components/links.js +0 -50
- package/node_modules/npm/docs/src/components/navbar.js +0 -136
- package/node_modules/npm/docs/src/components/scripts.js +0 -27
- package/node_modules/npm/docs/src/components/seo.js +0 -88
- package/node_modules/npm/docs/src/images/background-boxes.svg +0 -2782
- package/node_modules/npm/docs/src/images/background-cubes.svg +0 -2767
- package/node_modules/npm/docs/src/images/background-rectangles.svg +0 -1
- package/node_modules/npm/docs/src/images/bracket.svg +0 -1
- package/node_modules/npm/docs/src/images/cli-logo.svg +0 -1
- package/node_modules/npm/docs/src/images/down-carrot.svg +0 -1
- package/node_modules/npm/docs/src/images/hamburger-close.svg +0 -1
- package/node_modules/npm/docs/src/images/hamburger.svg +0 -1
- package/node_modules/npm/docs/src/images/manager-icon.svg +0 -1
- package/node_modules/npm/docs/src/images/network-icon.svg +0 -1
- package/node_modules/npm/docs/src/images/npm-icon.png +0 -0
- package/node_modules/npm/docs/src/images/orange-cube.svg +0 -1
- package/node_modules/npm/docs/src/images/pink-gradient-cube.svg +0 -1
- package/node_modules/npm/docs/src/images/purple-cube.svg +0 -1
- package/node_modules/npm/docs/src/images/purple-gradient-cube.svg +0 -1
- package/node_modules/npm/docs/src/images/red-cube.svg +0 -1
- package/node_modules/npm/docs/src/images/right-shadow-box.svg +0 -2809
- package/node_modules/npm/docs/src/images/terminal-icon.svg +0 -1
- package/node_modules/npm/docs/src/images/test-icon.svg +0 -1
- package/node_modules/npm/docs/src/images/up-carrot.svg +0 -1
- package/node_modules/npm/docs/src/images/x.svg +0 -1
- package/node_modules/npm/docs/src/main.css +0 -167
- package/node_modules/npm/docs/src/pages/404.js +0 -12
- package/node_modules/npm/docs/src/pages/index.js +0 -16
- package/node_modules/npm/docs/src/templates/Page.js +0 -40
- package/node_modules/npm/docs/src/theme.js +0 -50
- package/node_modules/npm/man/man7/disputes.7 +0 -149
- package/node_modules/npm/node_modules/balanced-match/.npmignore +0 -5
- package/node_modules/npm/node_modules/combined-stream/lib/defer.js +0 -26
- package/node_modules/npm/node_modules/dezalgo/.travis.yml +0 -7
- package/node_modules/npm/node_modules/dezalgo/test/basic.js +0 -29
- package/node_modules/npm/node_modules/glob/changelog.md +0 -67
- package/node_modules/npm/node_modules/meant/.github/workflows/ci.yml +0 -20
- package/node_modules/npm/node_modules/meant/test.js +0 -11
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/.travis.yml +0 -8
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/LICENSE +0 -18
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/example/parse.js +0 -2
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/index.js +0 -249
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/package.json +0 -45
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/readme.markdown +0 -98
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/all_bool.js +0 -32
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/bool.js +0 -178
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/dash.js +0 -31
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/default_bool.js +0 -35
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/dotted.js +0 -22
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/kv_short.js +0 -16
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/long.js +0 -31
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/num.js +0 -36
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/parse.js +0 -197
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/parse_modified.js +0 -9
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/proto.js +0 -60
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/short.js +0 -67
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/stop_early.js +0 -15
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/unknown.js +0 -102
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/whitespace.js +0 -8
- package/node_modules/npm/node_modules/psl/.eslintignore +0 -1
- package/node_modules/npm/node_modules/psl/.eslintrc +0 -11
- package/node_modules/npm/node_modules/psl/.travis.yml +0 -6
- package/node_modules/npm/node_modules/psl/karma.conf.js +0 -38
- package/node_modules/npm/node_modules/psl/yarn.lock +0 -4532
- package/node_modules/npm/node_modules/punycode/package.json +0 -60
- package/node_modules/npm/node_modules/punycode/punycode.js +0 -533
- package/node_modules/npm/node_modules/qs/.eslintignore +0 -1
- package/node_modules/npm/node_modules/qs/LICENSE +0 -28
- package/node_modules/npm/node_modules/qs/test/.eslintrc +0 -15
- package/node_modules/npm/node_modules/qw/README.md~ +0 -27
- package/node_modules/npm/node_modules/sshpk/.npmignore +0 -9
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 132.16 126.87"><defs><style>.cls-1{fill:#413844;stroke-width:0.83px;}.cls-1,.cls-2,.cls-9{stroke:#223839;}.cls-1,.cls-9{stroke-miterlimit:10;}.cls-2{fill:#fff;fill-opacity:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;}.cls-3{opacity:0.4;}.cls-4{fill:url(#linear-gradient);}.cls-5{fill:url(#linear-gradient-2);}.cls-6{fill:url(#linear-gradient-3);}.cls-7{fill:url(#linear-gradient-4);}.cls-8{fill:url(#linear-gradient-5);}.cls-9{fill:none;stroke-width:1.66px;}.cls-10{fill:#333;}</style><linearGradient id="linear-gradient" x1="53.45" y1="57.46" x2="54.85" y2="45.4" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb8817"/><stop offset="1" stop-color="#e02aff"/></linearGradient><linearGradient id="linear-gradient-2" x1="43.34" y1="69.63" x2="44.44" y2="60.14" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-3" x1="47.25" y1="83.23" x2="48.49" y2="72.5" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-4" x1="44.32" y1="97.11" x2="45.46" y2="87.27" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-5" x1="76.58" y1="68.07" x2="77.31" y2="61.7" xlink:href="#linear-gradient"/></defs><title>terminal-icon.svg</title><path class="cls-1" d="M116.56,106.69H17A1.66,1.66,0,0,1,15.35,105V37.93H118.22V105A1.66,1.66,0,0,1,116.56,106.69Z"/><rect class="cls-2" x="15.76" y="26.75" width="102.05" height="11.6"/><image class="cls-3" width="71" height="15" transform="translate(18.64 44.43)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAQCAYAAAC1MDndAAAACXBIWXMAAAsSAAALEgHS3X78AAACI0lEQVRYR+2XvW4TQRRGz52fzVo2Eg4RJC24suAZ0vFa1j5VyoiWB0hlUqHYRE6MhM2ud3bmUmBjG+ECiSaLTzPSaqTRHn135l5RVY4cxh34LgAU6/V/YMQmKXuJkd8TVBSY0SVmXI5tvsiN7VgxcyO8on18gdRPGsuoVa9Kg84gFh9IoxFps2VfUIG5Gd64rJflvvRdPLmtrQs+GDj50xFPnBU++BSz2BCoQics60VdDW+GDWtJ2xIThGtMVp7nWbk4A3fhlBe1jV2bvIWmheXmtbEaM/XLBh6yUib0Tmdc8h1BUXQrSGF8Nba+9F2cXFjVt02Mbxymr0YzUds6QSpJXZK6ic3cWvspCvjyWznmcTXQQYTdBBVI/j43sfG5NPWZirw2mHdJOBc1J6Dm4ElPFTUpia6MmqmqqCSZqj+5y59bQ4Ew2k0QYDMrtQRnLB0ifUVfAhdADrRPEJpAK4UkSh9LJ0pwWbatlhb+9L9lL0GxjmrVN8S6RJiLyr2CAWlniSEJWAncI8yJlFZ8E+vw62nfChqh1VWVfIiVOpkZ1duoSYyaz2pShprWXdJIUpOkTqS5FblNRmeEqqq+hrRpHHefeQbXgzjmcZmVi0lEcM5N6hS7RsUqsX2C1GgUjZlxy6bhAZiEzrPloHMaEUB3BSlKQaqH04peNvOllkG4c7H9jWKwoYFNozit+Hia0J8JOo4afzVqbDkOq2sOCTqy5gekbz18E4beswAAAABJRU5ErkJggg=="/><rect class="cls-4" x="23.74" y="48.84" width="60.81" height="5.18"/><image class="cls-3" width="51" height="15" transform="translate(18.84 57.64)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAQCAYAAABZRVzLAAAACXBIWXMAAAsSAAALEgHS3X78AAABxUlEQVRIS92WvW7bMBSFv0sykU0BDZQYLdqMGQxoydBnyVPmWboK0ODNCdCgjtBBslSTvB3cyEESdCoC1Wck+Pfx8B5SVJVjknuzVRCmzimAvt6lvHBIuMVUVNa33rjcycsBU1Bog3Z5l0rKyA0JDmDPgYRvuPqunhUUvg3tzBnnZCdC9ua8768B9EQ1pBByl/cNTbe8XPZ8JfAH6gB0i62z2mfp7OJU0pcY4wJr50KyMTEJp6xBFROJcWut/fFLzf1gfm6Ww7LjhgiHGpKKyi5Y+D71l9HKNcZcofE8qZxY85dV3lEpgUjcYcxjJK5MClKYYltRDSVlAnQMBd96E22cCe4CjVcC14p8EiFTnYZDIijIIPBdFQS3jiGufevHIx+BXO4kmOAQOwcKVf0IfAZmMA0g9nXSK6oIBZZ50OCeh9dELtO/0+hQaINmH7IQ0C2GRpAHRQXImJZDgyAPqtqQ2DpcGNphjOoRqMu75J3vd6HfiMhqH356rionZiI+7kNBd4o8IqyUsLFu1nd5l576PAFpSRlr6i4zZ3enJI0prrF2bmRqsW0PsW3MfUPTlZSRV+/Q0T2sex3V1+egI/qc/vf6DdzPD+2yzmeRAAAAAElFTkSuQmCC"/><rect class="cls-5" x="23.68" y="62.42" width="40.44" height="4.92"/><image class="cls-3" width="59" height="15" transform="translate(18.63 70.42)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAQCAYAAABKkhw/AAAACXBIWXMAAAsSAAALEgHS3X78AAACWklEQVRIS+WXzW5bNxSEZw5/dBXbQOMGqIPsUq2M9hmy62sJeqosg2z7AF4pWQWxCih2AVu+15fkmSxqx3KT7KVkNgQIAuSHOeQcUhJ+JsXvzBMAsLgb91Fz3Dv5yFH+3+HFAjZ/BVv2y9BddxamgXZpxG/Yff0D+FNX65uGw8Fn01lbvIXP5/D7JY+BF7Cz07OYD3OX+nSAhC6MIZZUDJh8a4sd0y1SSd5yqygYyrRsxutxOD07rbiDfihpgngDy/1Jl/vrZ0B8HoVfx9AOgqcA1D0o76Qa1LLSpgKfcs9zHB6v8Qo3IARBD8AClq+XIfXpAJHPg/RHbe33CHsqU6bCzgOLrugca6uXIYR3jUDqr/olLm5nmjVg2+EF2P3VWaupYx2fiXxpsD+dOKFsAsi+u9OuSOZO3ZpsJVF0rpQmH7tfgmEBYr7tMIB0lQwssbI9iQrHIE4ovJCpg7DzwKKcjgEEIHxobE8iS0xX6cvZv4ql0cgICySiQxlgpjQBuPPAlBygC8pGRIOF0ci0teYr4OxShTcTKslRwCjSuBcO0ymMBEcJ1ektuz3K3UfA5ah4W6capBsQFxBWIkBxwr24w3RRtxRWIC6Cwk1TqjgqX3L4AXgODa8HT6UNilyb9L7JabIPMs+Q7fwrDbrMOTr8MpDv3bRGGYbh3+L3ndd2DmP2ZtaWuNjk/vq8gYgxno/eDkwMQtt9YJka1bLFTa34BOC8TI82s+lxu3vIsJ3DwgI+nq4GHOZ16tUX4mNs+9dplVAqcN9prQb8fezQfw7/5L30g37Y39JnPaprXmDdnUQAAAAASUVORK5CYII="/><rect class="cls-6" x="23.7" y="75.23" width="48.34" height="5.27"/><image class="cls-3" width="53" height="14" transform="translate(18.69 85.48)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAPCAYAAACvMDy4AAAACXBIWXMAAAsSAAALEgHS3X78AAACFUlEQVRIS+WWTW4TQRCFv+q/jGUj4RBBsgWvLDhDdlzLmlNlGbHlAFmZrFBsIidGwmbG09NdLJxJQAJWCEbhbVpqtVT96T1Vlagqj1HuJ3cCQHl39l0zOmd+cEi+d6wsMbNTzLya22JTGDuwYtZGeEG/9AnyOGuqktajOk8Gk1S+I89m5O7JA1iJuZheuDAKha/8EE9hG+uijwYOflXiH2mHjz6nkFoidRzEbbNp6unFtOUObh9FQTjHhOq4CNXmCNyJU541Ng1t9hbansXSa2s1BfXbFm5CJQtGhytO+YqgKLoHU5ifza2v/BAnJ1b1dZvSK4cZq9EgansFppLVZWna1K6ttR+SgK++VHNudxOdJOgcK5HibWFS6wtpmyMVeWkwb7JwLGoOQM1vK/1tqclZdGfULFVFJctS/cFV8dQaSoRZ5xhgg5VGojOWAYmxos+BE6AA+gWGZtBaIYsyxjJIEl0ID8nq2Yf/nO4dS01Sq74lNRXCWlSuFQxI/6KIZGAncI2wJlFZ8W1q4v3s2oPN0Pqszj6mWp2sjOpl0ixGzUc1OaCmV80DyWqyNJm8tiKX2eiKWNf155i7gd21eybnkzTndhuqzSIhOOcWTU5Do2KV1C8wNZpEUzBu27bcAIs4eLKdDA4TAmgHpigluZkua0Zh5SutonDlUr8HdLSxhW5AL2veH2Z079h/sFI96FEswd8AV3Q6fg1fH2cAAAAASUVORK5CYII="/><rect class="cls-7" x="23.35" y="89.7" width="43.08" height="4.98"/><image class="cls-3" width="23" height="15" transform="translate(65.84 57.64)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAACXBIWXMAAAsSAAALEgHS3X78AAABt0lEQVQ4T7WUsW7bMBRFzyPpyKaABkqMFm3GDAa0ZOi35CvzLV0FaMjmBGhQR+ggWapJvg5u5CBRUxSI70iQPLx89z1RVY4pN7kqCP/LFUBfn5IXDoQbTEVlfeuNy528PDCl0Abt8i6VlJFrEhxAzwHCN1x9V88LCt+Gdu6Mc7ITIZu8FwbQmWpIIeQu7xuabnWx6vlK4A/kALjB1lnts3R6fiLpS4xxibULIdmYmHRiDaqYSIxba+2PX2ruB/NzsxpWHddEONRAKiq7ZOn71F9EK1cYc4nGs6Qys2bqekgJROIOYx4j8dakIIUpthXVUFImQMci+9abaONccOdovBS4UuSTCJnqtAMRFGQQ+K4KglvHENe+9eOTRoDLnQQTHGIXQKGqH4HPwBymAez/uVdUEQosi6DBPQ/HX8y/n0YHoQ2afchCQLcYGkEeFBUg420HgyAPqtqQ2DpcGNphjOYI6PIueef7Xeg3InK7D5eeqcrMvFlk3SnyiHCrhI11877Lu/S05wmgJWWsqbvMnN6dkDSmuMbahZF/xdQeYmrMfUPTlZSRV31w9Ebb66ij4qAjDrt312+pyA/tOC5xIwAAAABJRU5ErkJggg=="/><rect class="cls-8" x="70.33" y="62.42" width="13.22" height="4.92"/><line class="cls-9" x1="54.15" y1="32.54" x2="87.29" y2="32.54"/><circle class="cls-10" cx="22.26" cy="32.13" r="1.24"/><circle class="cls-10" cx="27.23" cy="32.13" r="1.24"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 135 109"><defs><style>.cls-1{stroke:#223839;stroke-miterlimit:10;fill:url(#linear-gradient);}.cls-2{opacity:0.5;}.cls-3{fill:#fff;}.cls-4{fill:#223839;}.cls-5{opacity:0.4;}.cls-6{fill:url(#linear-gradient-2);}.cls-7{fill:url(#linear-gradient-3);}.cls-8{fill:url(#linear-gradient-4);}.cls-9{fill:url(#linear-gradient-5);}.cls-10{fill:url(#linear-gradient-6);}.cls-11{fill:#333;}</style><linearGradient id="linear-gradient" x1="4.55" y1="60.75" x2="128.73" y2="60.75" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2f2633"/><stop offset="1" stop-color="#402543"/></linearGradient><linearGradient id="linear-gradient-2" x1="50.54" y1="42.83" x2="52.23" y2="28.27" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb8817"/><stop offset="1" stop-color="#e02aff"/></linearGradient><linearGradient id="linear-gradient-3" x1="38.34" y1="57.52" x2="39.67" y2="46.07" xlink:href="#linear-gradient-2"/><linearGradient id="linear-gradient-4" x1="43.05" y1="73.94" x2="44.55" y2="60.98" xlink:href="#linear-gradient-2"/><linearGradient id="linear-gradient-5" x1="39.51" y1="90.7" x2="40.89" y2="78.81" xlink:href="#linear-gradient-2"/><linearGradient id="linear-gradient-6" x1="78.45" y1="55.64" x2="79.35" y2="47.95" xlink:href="#linear-gradient-2"/></defs><title>test-icon.svg</title><path class="cls-1" d="M126.73,102.25H6.55a2,2,0,0,1-2-2v-81H128.73v81A2,2,0,0,1,126.73,102.25Z"/><g class="cls-2"><rect class="cls-3" x="5.04" y="5.75" width="123.19" height="14"/></g><path class="cls-4" d="M128.23,20.65H5a.9.9,0,0,1-.9-.9v-14a.9.9,0,0,1,.9-.9H128.23a.9.9,0,0,1,.9.9v14A.9.9,0,0,1,128.23,20.65ZM5.94,18.85H127.33V6.65H5.94Z"/><image class="cls-5" width="86" height="18" transform="translate(8.86 26.86)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAAATCAYAAADlAZEWAAAACXBIWXMAAAsSAAALEgHS3X78AAAC2klEQVRYR+2YwWobVxSGv/9qRvZ4JFJb0NYUjKCQLvIQ0qP0TYReI6s+ivQIXWRTKAzeuHGQbEcaTSTN3L+L2KpNXZqEdpX5YDZ37t18HA7n/LJNy/9D8o9/hGi9/zsC/LwpPVO5AjSbzUL/t76y00zPvGsBqpvKq5crj8fjCPj+O/BE7nQ6DaPRKAyLYZLneVKmZZJkSdBGCmloJd8T99E+seuqjvk+r8uyrIthUc/n8ziZTOLDvcdyxYzO1fqqG/cxC2nIgZNm23Qbmg6ilfuAcYdO0znq7IBN3McypKE6753vGNNwX8GPe66KokjSF2kGDNjzbZ14EAO9oCTFMUTpqxccbBNCbOy97XVSawFcx31cFEURhwwfWsShcjWbzjqvRq+O18v1gE5ykZgfZV0gzoDM0PnqzfLRmqABKszS8mUtfqepL3tnvcWb+ZsP48m4AXyo3P55X+VtmcjKMANZFxY/Gb4PUo5JTNsaACPqaJcSf8hC+BbrXXlbJv3z/sHRQW52muksOwuL9aIbrFzSKfCd8Q+2+6KVCyCwTQ2shCxxLZNH3B1kg7A53fxdLsBqs5KighJ1omMXwhHmWNJxxKlauURwQHvbe4sjE7sKoaNaYbVZPfHzRG7/pO/FehEd3XQUdoatxQfjNEDdVi4EsHGN+CDYirCroxsHx/5J33fv7w53D3Krm8rLdBmFdpZLmxuLt4Ak5TYJrVwMlqhtl8ZvMTeWS6HdslrG6qY6zLYHuaurlS9eXtTr5bpCLIwvZSHxDjujnRaA+xnLNOHRtGCxQK563/Tq4tfir8Xh0RIRil+KbvoizYFBIHycc+vYC1I7594TbKMQo70PSVgntRaReA0s9nf7cvjzcAdEaDe0L+MLNjRP59M4Go12w2IY8zzflmn5PuklIdkkbbbwiIdsYVttn2QLr+ev42Q8ebYtHM5oU7FP4rNSsSe0ee6n8Zl5bst/xJ+Grs3fvieb5gAAAABJRU5ErkJggg=="/><rect class="cls-6" x="14.68" y="32.43" width="73.41" height="6.25"/><image class="cls-5" width="60" height="17" transform="translate(9.1 43.1)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAASCAYAAADomNYKAAAACXBIWXMAAAsSAAALEgHS3X78AAACb0lEQVRYR+XXzU4cRxSG4fc7VT3MDxOE7bFCZMkbEsWztZSl74LrsXw9cyeRvGURsUGyhOMhRnhoZqCrzskCG4ND9oPm23XptLqeblXXKUUE/4kQDww/qgiIhxX6AS3eIaaICXr/13s9dNO65/Vvr4M5wSHBWwLu4++ixQw72j7K4zTO7Xmbc5fNGntUcO88SlN8tDMqi7oo+xf7hQOcO/BvaDHDPvChx08MbGUjxLCm1Nh1SZ06QfO/D1qPdDTRhPdyTbV2BJfe95YvLF/w4vou/Ab9Djv646jpW390fXn9LDN4LspTR9umaFASXtf7i1sKooaHOiMugvxPYfmpN+ydrnzV7v+53/EWB8iAZtOZ3py+yW3ftwd58LxY+VWhl0k8gdQPrwmttxmvyFJN8hWhz6gcD3zA8gur8Wp8NZvOygEHAiIDTA4naqdt1lZ/ULr6LKSXhn539z3Mh5IliPVWyyLwiselyU48oHg501aat7R5cji5nX8GGO+NlbtsGqZG1UeS7brXnzH9ItiOm5ez3mgiBCVMF+4eZulvzEc5pSa6bOO98X00ADtQamc9lJzoCW0FDCIYfK1bczQRQUHUm7lHz1DqamdpB7j4XvgdfQ55p/GoXRV2HfgVaCmRIh4HWqIELIO4+mqoOTUe51f3CjPA4mQRu9NdV81d9mhDfpZkH91dYRoKrf+aRhHEtzX9sYafyaMttXbRFF+cLG736Qwwn87j1epVafFlzvm0qBxHgEyfwPoRj+DvHY6UKuariPgsxXG2fNpdsRytRmU+nf/QnGzYPr3BHdlNNq73vr3etFPWndHNOk9vRP4F5hC2kgTC56EAAAAASUVORK5CYII="/><rect class="cls-7" x="14.6" y="48.82" width="48.81" height="5.94"/><image class="cls-5" width="70" height="18" transform="translate(8.84 58.84)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAAATCAYAAADCrxD+AAAACXBIWXMAAAsSAAALEgHS3X78AAACvUlEQVRYR+2Yz2obVxjFf+fOjOzxSKS2oK0pGEEhXeQhpEfpmwi/RlZ9FOkRusimUBi8ceMg2Y40mkiauacLO0FOHOh66gN3de/m+/H9Od+VbV70vNLv3gjxf+EmwN9Gq2cyR4Bms1kY/DVQfprr6wddUn1be/V65clkEgE/HuArOJeXl2E8HodROUqLokirrErTPA3aSCELnYIU99E+sZu6icW+aKqqaspR2czn8zidTiM8hSNmJNfr617cxzxkoQBO2m3ba2kTRKfgYJyQtMlRsgM2cR+rkIX6vH++Y0IL+LDnqCzLNHuV5cCQPT82qYcx0A9KMxxDlDoBKNgmhNjae9vrtNECuIn7uCjLMo4YRcCfM0ezy1nyZvzmeL1cD0nSi9T8KusCcQbkhqQTZHhoKoIWqDFLy1eN+Ju2ueqf9Rfv5u8+TaaT9kvmDM4Hqu6qVFaOGcq6sPjN8HOQCkxqOlNaRjTRriT+kYXwHdaH6q5KB+cDwcEoz09zneVnYbFe9IJVSDoFfjL+xfZAdAeOwDYNsBKyxI1MEXFvmA/D5nTzFA7AarOSooJSJdGxB+EIcyzpOOJMHYETwQHtbe8tjkzsKYREjcJqs/oS4xM4g5OBF+tFdHSbKOwMW4tPxlmApiuZE8DGDeKTYCvCroluHRwHJwPff7wHDuDUt7WX2TIK7SxXNrcW7wFJKmxSOgLHYInGdmX8HnNruRLaLetlrG9rwwGc1fXKF68vmvVyXSMWxleykPiAndOxaYVpw8G0slgg1/0f+k35Z/kwwg9MYCj/KHvZq6wAhoHw4HOa2A9S93yOQoz2PqRhnTZaROINsNjf76vR76MdEF8c8n90yL6cX8bxeLwblaNYFMW2yqqPaT8N6Sbt7G61rbdPdqu387dxOpl+U1af9bKVP+o5OI83L/8534fzIv4F3kbM4BrxLJUAAAAASUVORK5CYII="/><rect class="cls-8" x="14.62" y="64.28" width="58.35" height="6.36"/><image class="cls-5" width="64" height="18" transform="translate(8.91 75.91)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAATCAYAAADPsWC5AAAACXBIWXMAAAsSAAALEgHS3X78AAACeUlEQVRYR+3YwU4TQRwG8O+bmd20LA2pBLWReCBoSDmScPHiS/g8hOfxJbh4IeFIQwwnQlKhlqZpF+p25v95UCtKfYAVvuvMHuaX2dlvlpLw2BP+OUIQ/5MPAWj5irhkJxCHILogNsCTzydc9mCdsvd2TxhA6EE4gIA/Mf5G4NHhkd/c3/TVtMo67Y4vR6WfBrKF+mUCYDVKRbtI/VE/5av5/PL4Mr0/eJ9wD+I+Ao8Oj/x2dztj4IrLXCFT02R5FD1TrN2OkA8KVHJ0FR3vbG6lom7Pe+fz+xC/EQ7hsI/sbHa2miNfD2g+J+I6HQtJOegJS/WBcF5QEslKplIIw4i76wrVcKexM8Ux5jiAAb8PRn7sfuTudDdro10g4Hl08Q3pX5vZuqNvyJIH62MAS6DzyWQz5/0QihdNa6IZm7PetPfttHsaP+ADAWjxddjobbDzruPH4/GKh1+X+BrQDoGXkBWg8yRqoyBQkCUCpaQvEhERb5JLXztrnfH1p+vFWhYIrU6L5aj0ASFDQCHgGYEXEl7BcRWmINQHAYLgGGGakpCIa5JFiCErR6VvdVoPEX5lHuYutzzQIYfQANGUtAIioE4IhCRFEAlCg2ROQ6hC5bKY/TH1AUIWM1OuKKAiOYPhjo5epoAavQ4QRMco0x0cZoIqOcSsyuzvqQuESX+ira2tNB6P5958CfJGxNWP5qgCZM3OBAhSAlEKuIJwI6lMLs3X1tbSpDdZdIMFwqA7UH/UT220b+EwjIwXpINJA9I1YMmrPgaABDifJJs5cgjYRVAYBgu3/VE/DbqDJWXpEfeEp8aIp7sDgKdbJIDlCD9HHvf/hEeX79e9wr/kDmLQAAAAAElFTkSuQmCC"/><rect class="cls-9" x="14.2" y="81.74" width="52" height="6.02"/><image class="cls-5" width="27" height="17" transform="translate(65.1 43.1)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAYAAABIB77kAAAACXBIWXMAAAsSAAALEgHS3X78AAACZklEQVQ4T8WVzU6bRxSGn/fMfMbGuIg2jkoVKRtaNd5GyjJ3wfVEuR7fSaVsWVRskCKRxjSImA8bfzPndEFCIAUnm9J3N6PzzjN/5xxFBP+SEHdMf7cExN0r6CugeI2YIMbozZ9vdJdpnZ7/9jyYERwQvCLgNvgmUEyxw63DPEqj3J61OXfZrLHvhnrnUZriw+1hmdd52TvfK+zj3IB+Boop9pa3PX5gYEsbIjZrSo2tSurUCZp7QdDRRBPeyzXV2hFceN9bPrJ4wpPVTegV8DV2+OKw6Vt/uLpYPcoMHovyk6MtUzQoCa/3n9RSEDU81BlxHuS/C4v3vc3eydKX7d4fex2vcIAMaDqZ6uXJy9z2fWuQB4+LlV8VeprEj5D64TWhNTfrFVmqSb4k9AGVo4EPWHxkOVqOLqeTadlnX0BkgPHBWO2kzdroD0pXH4X01NDv7r6L+aZkCeJ+oiwCr3hcmOzYA4qXU22kWUubxwfja28GGO2OlLts2kyNqg8l23GvP2P6RbAVVxtbc8QIQQnTubuHWfoL82FOqYku22h3dBsIwDaU2lkPJSd6QhsBgwgGn+LW/daIoCDqlS96hlJXO0vbwPmXwC/AM8jbjUftqrBV4JeghUSK+DZQogQsgrj85K85NR5nl7cCM8D8eB47kx1XzV32aEN+mmTv3F1h2hRa/4Yogvj8hu9q+Kk82lJrF03x+fH8Og8zwGwyi2fLZ6XFFznnk6JyFAEyvQfrR3zjl4YjpYr5MiI+SHGULZ90lyyGy2GZTWZfJf4D5uH/VGmu9KC19Hr8kN3ixuzD9cP/XP8AGC+2ktjWOmUAAAAASUVORK5CYII="/><rect class="cls-10" x="70.92" y="48.82" width="15.96" height="5.94"/><rect class="cls-4" x="51.39" y="11.75" width="40" height="2"/><circle class="cls-11" cx="12.89" cy="12.25" r="1.5"/><circle class="cls-11" cx="18.89" cy="12.25" r="1.5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.5 10"><defs><style>.cls-1{fill:#fb3b49;}</style></defs><title>up-carrot</title><path class="cls-1" d="M8.25.85a1.15,1.15,0,0,0-.81.34l-6,6A1.15,1.15,0,0,0,3.06,8.81L8.25,3.63l5.19,5.19a1.15,1.15,0,0,0,1.63-1.63l-6-6A1.15,1.15,0,0,0,8.25.85Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13"><defs><style>.cls-1{fill:#333;}</style></defs><title>x</title><path class="cls-1" d="M7.9,6.61,11.64,3.1a1,1,0,0,0-1.36-1.46L6.53,5.15,3,1.41A1,1,0,1,0,1.57,2.77l3.5,3.75L1.33,10a1,1,0,0,0,0,1.42,1,1,0,0,0,.73.31,1,1,0,0,0,.68-.27L6.44,8,10,11.72a1,1,0,0,0,.73.31,1,1,0,0,0,.68-.27,1,1,0,0,0,.05-1.41Z"/></svg>
|
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
/* http://meyerweb.com/eric/tools/css/reset/
|
|
2
|
-
v2.0 | 20110126
|
|
3
|
-
License: none (public domain)
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
html, body, div, span, applet, object, iframe,
|
|
7
|
-
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
8
|
-
a, abbr, acronym, address, big, cite, code,
|
|
9
|
-
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
10
|
-
small, strike, strong, sub, sup, tt, var,
|
|
11
|
-
b, u, i, center,
|
|
12
|
-
dl, dt, dd, ol, ul, li,
|
|
13
|
-
fieldset, form, label, legend,
|
|
14
|
-
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
15
|
-
article, aside, canvas, details, embed,
|
|
16
|
-
figure, figcaption, footer, header, hgroup,
|
|
17
|
-
menu, nav, output, ruby, section, summary,
|
|
18
|
-
time, mark, audio, video {
|
|
19
|
-
margin: 0;
|
|
20
|
-
padding: 0;
|
|
21
|
-
border: 0;
|
|
22
|
-
font-size: 100%;
|
|
23
|
-
font: inherit;
|
|
24
|
-
vertical-align: baseline;
|
|
25
|
-
}
|
|
26
|
-
/* HTML5 display-role reset for older browsers */
|
|
27
|
-
article, aside, details, figcaption, figure,
|
|
28
|
-
footer, header, hgroup, menu, nav, section {
|
|
29
|
-
display: block;
|
|
30
|
-
}
|
|
31
|
-
body {
|
|
32
|
-
line-height: 1;
|
|
33
|
-
}
|
|
34
|
-
ol, ul {
|
|
35
|
-
list-style: none;
|
|
36
|
-
}
|
|
37
|
-
blockquote, q {
|
|
38
|
-
quotes: none;
|
|
39
|
-
}
|
|
40
|
-
blockquote:before, blockquote:after,
|
|
41
|
-
q:before, q:after {
|
|
42
|
-
content: '';
|
|
43
|
-
content: none;
|
|
44
|
-
}
|
|
45
|
-
table {
|
|
46
|
-
border-collapse: collapse;
|
|
47
|
-
border-spacing: 0;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
[hidden] {
|
|
51
|
-
display: none;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
html {
|
|
55
|
-
font-family: 'Poppins', sans-serif;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
* {
|
|
59
|
-
box-sizing: border-box;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
/* Custom Styles */
|
|
63
|
-
|
|
64
|
-
p, li {
|
|
65
|
-
font-size: 15px;
|
|
66
|
-
line-height: 1.7;
|
|
67
|
-
font-weight: 300;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
p {
|
|
71
|
-
padding: 10px 0;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
ul {
|
|
75
|
-
padding: 10px 0;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
strong {
|
|
79
|
-
font-weight: bold;
|
|
80
|
-
color: #cc33ff;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
li {
|
|
84
|
-
list-style-type: disc;
|
|
85
|
-
list-style-position: inside;
|
|
86
|
-
padding: 8px 0;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.documentation h1 {
|
|
90
|
-
font-size: 42px;
|
|
91
|
-
font-weight: 600;
|
|
92
|
-
padding: 30px 0 10px;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.documentation h2 {
|
|
96
|
-
font-size: 22px;
|
|
97
|
-
font-weight: 300;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.documentation h3 {
|
|
101
|
-
color: #cc33ff;
|
|
102
|
-
font-size: 22px;
|
|
103
|
-
padding: 30px 0 5px;
|
|
104
|
-
font-weight: 500;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.documentation h4 {
|
|
108
|
-
font-weight: 600;
|
|
109
|
-
padding: 20px 0 5px;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.documentation p {
|
|
113
|
-
display: inline-block;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
/* overriding some prism background styles */
|
|
117
|
-
:not(pre) > code[class*="language-"], pre[class*="language-"] {
|
|
118
|
-
border-radius: 4px;
|
|
119
|
-
background-color: #413844;
|
|
120
|
-
font-size: 13px;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/* in text code styling */
|
|
124
|
-
:not(pre) > code[class*="language-text"] {
|
|
125
|
-
background-color: #cc8bd81a;
|
|
126
|
-
color: #413844;
|
|
127
|
-
padding: 2px 6px;
|
|
128
|
-
border-radius: 0;
|
|
129
|
-
font-size: 14px;
|
|
130
|
-
font-weight: bold;
|
|
131
|
-
border-radius: 1px;
|
|
132
|
-
display: inline-block;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
a > code[class*="language-text"], .documentation a {
|
|
136
|
-
color: #fb3b49;
|
|
137
|
-
font-weight: 600;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
p > code[class*="language-text"] {
|
|
141
|
-
display: inline-block;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.documentation h1::before {
|
|
145
|
-
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 27 26'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='18.13' x2='25.6' y1='13.48' y2='13.48' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fb8817'/%3E%3Cstop offset='.37' stop-color='%23fb8719'/%3E%3Cstop offset='.51' stop-color='%23fa8420'/%3E%3Cstop offset='.61' stop-color='%23f9802c'/%3E%3Cstop offset='.69' stop-color='%23f7793d'/%3E%3Cstop offset='.76' stop-color='%23f47053'/%3E%3Cstop offset='.82' stop-color='%23f1656e'/%3E%3Cstop offset='.87' stop-color='%23ed578f'/%3E%3Cstop offset='.92' stop-color='%23e948b5'/%3E%3Cstop offset='.97' stop-color='%23e437de'/%3E%3Cstop offset='1' stop-color='%23e02aff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='17.89' x2='25.84' y1='13.48' y2='13.48' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fb8817'/%3E%3Cstop offset='1' stop-color='%23e02aff'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='1' x2='18.69' y1='17.84' y2='17.84' xlink:href='%23a'/%3E%3ClinearGradient id='d' x1='.76' x2='18.93' y1='17.84' y2='17.84' xlink:href='%23b'/%3E%3ClinearGradient id='e' x1='1' x2='20.48' y1='7.33' y2='7.33' xlink:href='%23a'/%3E%3ClinearGradient id='f' x1='.76' x2='20.72' y1='7.33' y2='7.33' xlink:href='%23b'/%3E%3C/defs%3E%3Cpath fill='url(%23a)' stroke='url(%23b)' stroke-miterlimit='10' stroke-width='.48' d='M18.53 24.24a.28.28 0 01-.34-.41L25 14.06l-5-11a.28.28 0 11.5-.23L25.58 14a.28.28 0 010 .28l-6.91 9.9a.28.28 0 01-.14.06z'/%3E%3Cpath fill='url(%23c)' stroke='url(%23d)' stroke-miterlimit='10' stroke-width='.48' d='M18.53 24.24a.28.28 0 01-.14 0l-12-1.15a.28.28 0 01-.23-.09L1 11.81a.28.28 0 11.5-.23l5.07 11L18 23.68 13 13a.28.28 0 11.5-.23l5.12 11.12a.28.28 0 01-.09.35z'/%3E%3Cpath fill='url(%23e)' stroke='url(%23f)' stroke-miterlimit='10' stroke-width='.48' d='M13.4 13.12a.25.25 0 01-.14 0L1.25 12a.28.28 0 01-.2-.44L8 1.64a.28.28 0 01.25-.12l12 1.18a.28.28 0 01.2.44L13.51 13a.25.25 0 01-.11.12z'/%3E%3C/svg%3E");
|
|
146
|
-
position: relative;
|
|
147
|
-
display: inline-block;
|
|
148
|
-
padding-right: 8px;
|
|
149
|
-
top: 3px;
|
|
150
|
-
width: 28px;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.active-sidebar-link {
|
|
154
|
-
background-color: #ffebff;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.active-navbar-link {
|
|
158
|
-
border-bottom: 3px solid #cc33ff;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.header-link-class {
|
|
162
|
-
margin-left: -24px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.disabled-body {
|
|
166
|
-
overflow: hidden;
|
|
167
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import SEO from 'src/components/seo'
|
|
3
|
-
|
|
4
|
-
const NotFoundPage = () => (
|
|
5
|
-
<React.Fragment>
|
|
6
|
-
<SEO title='404: Not found' />
|
|
7
|
-
<h1>NOT FOUND</h1>
|
|
8
|
-
<p>You just hit a route that doesn't exist... the sadness.</p>
|
|
9
|
-
</React.Fragment>
|
|
10
|
-
)
|
|
11
|
-
|
|
12
|
-
export default NotFoundPage
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import Features from 'src/components/home/Features'
|
|
3
|
-
import SEO from 'src/components/seo'
|
|
4
|
-
import Hero from 'src/components/home/hero'
|
|
5
|
-
import DarkBlock from 'src/components/home/DarkBlock'
|
|
6
|
-
|
|
7
|
-
const IndexPage = () => (
|
|
8
|
-
<React.Fragment>
|
|
9
|
-
<SEO title='npm cli' />
|
|
10
|
-
<Hero />
|
|
11
|
-
<Features />
|
|
12
|
-
<DarkBlock />
|
|
13
|
-
</React.Fragment>
|
|
14
|
-
)
|
|
15
|
-
|
|
16
|
-
export default IndexPage
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import {graphql} from 'gatsby'
|
|
3
|
-
import styled from 'styled-components'
|
|
4
|
-
import FoundTypo from 'src/components/FoundTypo'
|
|
5
|
-
import Scripts from 'src/components/scripts'
|
|
6
|
-
const version = require('../../../package.json').version
|
|
7
|
-
|
|
8
|
-
const Content = styled.div`
|
|
9
|
-
max-width: 760px;
|
|
10
|
-
margin: auto;
|
|
11
|
-
padding: 0 30px 120px;
|
|
12
|
-
`
|
|
13
|
-
|
|
14
|
-
const Page = ({data}) => {
|
|
15
|
-
const pageData = data.markdownRemark
|
|
16
|
-
const html = pageData.html.replace(/@VERSION@/g, version)
|
|
17
|
-
.replace(/(npm-)+([a-zA-Z\\.-]*)(\((1|5|7)\))<\/h1>/, 'npm $2</h1>')
|
|
18
|
-
.replace(/([a-zA-Z\\.-]*)(\((1|5|7)\))<\/h1>/, '$1</h1>')
|
|
19
|
-
|
|
20
|
-
return (
|
|
21
|
-
<Content className='documentation'>
|
|
22
|
-
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
23
|
-
<FoundTypo />
|
|
24
|
-
<Scripts />
|
|
25
|
-
</Content>
|
|
26
|
-
)
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export default Page
|
|
30
|
-
|
|
31
|
-
export const query = graphql`
|
|
32
|
-
query($slug: String!) {
|
|
33
|
-
markdownRemark(fields: { slug: { eq: $slug } }) {
|
|
34
|
-
html
|
|
35
|
-
fields {
|
|
36
|
-
slug
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
`
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
export const breakpoints = {
|
|
2
|
-
PHABLET: '32em',
|
|
3
|
-
TABLET: '48em',
|
|
4
|
-
PC: '64em',
|
|
5
|
-
WIDESCREEN: '80em'
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export const colors = {
|
|
9
|
-
white: '#ffffff',
|
|
10
|
-
lightGray: '#f2f2f2',
|
|
11
|
-
darkGray: '#767676',
|
|
12
|
-
offWhite: '#e8d9d94d',
|
|
13
|
-
black: '#231f20',
|
|
14
|
-
purpleBlack: '#413844',
|
|
15
|
-
purple: '#cc33ff',
|
|
16
|
-
lightPurple: '#ffebff',
|
|
17
|
-
red: '#fb3b49'
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export const space = [0, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80]
|
|
21
|
-
|
|
22
|
-
export const theme = {
|
|
23
|
-
breakpoints: {
|
|
24
|
-
PHABLET: ' 32em',
|
|
25
|
-
TABLET: '48em',
|
|
26
|
-
PC: '64em',
|
|
27
|
-
WIDESCREEN: '80em'
|
|
28
|
-
},
|
|
29
|
-
fontSizes: [
|
|
30
|
-
12, 14, 16, 20, 24, 32, 48, 64
|
|
31
|
-
],
|
|
32
|
-
colors: {
|
|
33
|
-
white: '#ffffff',
|
|
34
|
-
lightGray: '#f2f2f2',
|
|
35
|
-
darkGray: '#767676',
|
|
36
|
-
offWhite: '#e8d9d94d',
|
|
37
|
-
black: '#231f20',
|
|
38
|
-
purpleBlack: '#413844',
|
|
39
|
-
purple: '#cc33ff',
|
|
40
|
-
lightPurple: '#ffebff',
|
|
41
|
-
red: '#fb3b49'
|
|
42
|
-
},
|
|
43
|
-
space: [
|
|
44
|
-
0, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80
|
|
45
|
-
],
|
|
46
|
-
fonts: {
|
|
47
|
-
poppins: 'Poppins, sans-serif',
|
|
48
|
-
inconsolata: 'Inconsolata, sans-serif'
|
|
49
|
-
}
|
|
50
|
-
}
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
.TH "DISPUTES" "7" "April 2022" "" ""
|
|
2
|
-
.SH "NAME"
|
|
3
|
-
\fBdisputes\fR \- Handling Module Name Disputes
|
|
4
|
-
.P
|
|
5
|
-
This document describes the steps that you should take to resolve module name
|
|
6
|
-
disputes with other npm publishers\. It also describes special steps you should
|
|
7
|
-
take about names you think infringe your trademarks\.
|
|
8
|
-
.P
|
|
9
|
-
This document is a clarification of the acceptable behavior outlined in the
|
|
10
|
-
npm Code of Conduct \fIhttps://www\.npmjs\.com/policies/conduct\fR, and nothing in
|
|
11
|
-
this document should be interpreted to contradict any aspect of the npm Code of
|
|
12
|
-
Conduct\.
|
|
13
|
-
.SS TL;DR
|
|
14
|
-
.RS 0
|
|
15
|
-
.IP 1. 3
|
|
16
|
-
Get the author email with \fBnpm owner ls <pkgname>\fP
|
|
17
|
-
.IP 2. 3
|
|
18
|
-
Email the author, CC support@npmjs\.com
|
|
19
|
-
.IP 3. 3
|
|
20
|
-
After a few weeks, if there's no resolution, we'll sort it out\.
|
|
21
|
-
|
|
22
|
-
.RE
|
|
23
|
-
.P
|
|
24
|
-
Don't squat on package names\. Publish code or move out of the way\.
|
|
25
|
-
.SS Description
|
|
26
|
-
.P
|
|
27
|
-
There sometimes arise cases where a user publishes a module, and then later,
|
|
28
|
-
some other user wants to use that name\. Here are some common ways that happens
|
|
29
|
-
(each of these is based on actual events\.)
|
|
30
|
-
.RS 0
|
|
31
|
-
.IP 1. 3
|
|
32
|
-
Alice writes a JavaScript module \fBfoo\fP, which is not node\-specific\. Alice
|
|
33
|
-
doesn't use node at all\. Yusuf wants to use \fBfoo\fP in node, so he wraps it in
|
|
34
|
-
an npm module\. Some time later, Alice starts using node, and wants to take
|
|
35
|
-
over management of her program\.
|
|
36
|
-
.IP 2. 3
|
|
37
|
-
Yusuf writes an npm module \fBfoo\fP, and publishes it\. Perhaps much later, Alice
|
|
38
|
-
finds a bug in \fBfoo\fP, and fixes it\. She sends a pull request to Yusuf, but
|
|
39
|
-
Yusuf doesn't have the time to deal with it, because he has a new job and a
|
|
40
|
-
new baby and is focused on his new Erlang project, and kind of not involved
|
|
41
|
-
with node any more\. Alice would like to publish a new \fBfoo\fP, but can't,
|
|
42
|
-
because the name is taken\.
|
|
43
|
-
.IP 3. 3
|
|
44
|
-
Yusuf writes a 10\-line flow\-control library, and calls it \fBfoo\fP, and
|
|
45
|
-
publishes it to the npm registry\. Being a simple little thing, it never
|
|
46
|
-
really has to be updated\. Alice works for Foo Inc, the makers of the
|
|
47
|
-
critically acclaimed and widely\-marketed \fBfoo\fP JavaScript toolkit framework\.
|
|
48
|
-
They publish it to npm as \fBfoojs\fP, but people are routinely confused when
|
|
49
|
-
\fBnpm install foo\fP is some different thing\.
|
|
50
|
-
.IP 4. 3
|
|
51
|
-
Yusuf writes a parser for the widely\-known \fBfoo\fP file format, because he
|
|
52
|
-
needs it for work\. Then, he gets a new job, and never updates the prototype\.
|
|
53
|
-
Later on, Alice writes a much more complete \fBfoo\fP parser, but can't publish,
|
|
54
|
-
because Yusuf's \fBfoo\fP is in the way\.
|
|
55
|
-
.IP 5. 3
|
|
56
|
-
\fBnpm owner ls foo\fP\|\. This will tell Alice the email address of the owner
|
|
57
|
-
(Yusuf)\.
|
|
58
|
-
.IP 6. 3
|
|
59
|
-
Alice emails Yusuf, explaining the situation \fBas respectfully as possible\fR,
|
|
60
|
-
and what she would like to do with the module name\. She adds the npm support
|
|
61
|
-
staff support@npmjs\.com to the CC list of the email\. Mention in the email
|
|
62
|
-
that Yusuf can run npm owner \fBadd alice foo\fP to add Alice as an owner of the
|
|
63
|
-
foo package\.
|
|
64
|
-
.IP 7. 3
|
|
65
|
-
After a reasonable amount of time, if Yusuf has not responded, or if Yusuf
|
|
66
|
-
and Alice can't come to any sort of resolution, email support
|
|
67
|
-
support@npmjs\.com and we'll sort it out\. ("Reasonable" is usually at least
|
|
68
|
-
4 weeks\.)
|
|
69
|
-
|
|
70
|
-
.RE
|
|
71
|
-
.SS Reasoning
|
|
72
|
-
.P
|
|
73
|
-
In almost every case so far, the parties involved have been able to reach an
|
|
74
|
-
amicable resolution without any major intervention\. Most people really do want
|
|
75
|
-
to be reasonable, and are probably not even aware that they're in your way\.
|
|
76
|
-
.P
|
|
77
|
-
Module ecosystems are most vibrant and powerful when they are as self\-directed
|
|
78
|
-
as possible\. If an admin one day deletes something you had worked on, then that
|
|
79
|
-
is going to make most people quite upset, regardless of the justification\. When
|
|
80
|
-
humans solve their problems by talking to other humans with respect, everyone
|
|
81
|
-
has the chance to end up feeling good about the interaction\.
|
|
82
|
-
.SS Exceptions
|
|
83
|
-
.P
|
|
84
|
-
Some things are not allowed, and will be removed without discussion if they are
|
|
85
|
-
brought to the attention of the npm registry admins, including but not limited
|
|
86
|
-
to:
|
|
87
|
-
.RS 0
|
|
88
|
-
.IP 1. 3
|
|
89
|
-
Malware (that is, a package designed to exploit or harm the machine on which
|
|
90
|
-
it is installed)\.
|
|
91
|
-
.IP 2. 3
|
|
92
|
-
Violations of copyright or licenses (for example, cloning an MIT\-licensed
|
|
93
|
-
program, and then removing or changing the copyright and license statement)\.
|
|
94
|
-
.IP 3. 3
|
|
95
|
-
Illegal content\.
|
|
96
|
-
.IP 4. 3
|
|
97
|
-
"Squatting" on a package name that you plan to use, but aren't actually
|
|
98
|
-
using\. Sorry, I don't care how great the name is, or how perfect a fit it is
|
|
99
|
-
for the thing that someday might happen\. If someone wants to use it today,
|
|
100
|
-
and you're just taking up space with an empty tarball, you're going to be
|
|
101
|
-
evicted\.
|
|
102
|
-
.IP 5. 3
|
|
103
|
-
Putting empty packages in the registry\. Packages must have SOME
|
|
104
|
-
functionality\. It can be silly, but it can't be nothing\. (See also:
|
|
105
|
-
squatting\.)
|
|
106
|
-
.IP 6. 3
|
|
107
|
-
Doing weird things with the registry, like using it as your own personal
|
|
108
|
-
application database or otherwise putting non\-packagey things into it\.
|
|
109
|
-
.IP 7. 3
|
|
110
|
-
Other things forbidden by the npm
|
|
111
|
-
Code of Conduct \fIhttps://www\.npmjs\.com/policies/conduct\fR such as hateful
|
|
112
|
-
language, pornographic content, or harassment\.
|
|
113
|
-
|
|
114
|
-
.RE
|
|
115
|
-
.P
|
|
116
|
-
If you see bad behavior like this, please report it to abuse@npmjs\.com right
|
|
117
|
-
away\. \fBYou are never expected to resolve abusive behavior on your own\. We are
|
|
118
|
-
here to help\.\fR
|
|
119
|
-
.SS Trademarks
|
|
120
|
-
.P
|
|
121
|
-
If you think another npm publisher is infringing your trademark, such as by
|
|
122
|
-
using a confusingly similar package name, email abuse@npmjs\.com with a link to
|
|
123
|
-
the package or user account on https://www\.npmjs\.com/ \fIhttps://www\.npmjs\.com/\fR\|\.
|
|
124
|
-
Attach a copy of your trademark registration certificate\.
|
|
125
|
-
.P
|
|
126
|
-
If we see that the package's publisher is intentionally misleading others by
|
|
127
|
-
misusing your registered mark without permission, we will transfer the package
|
|
128
|
-
name to you\. Otherwise, we will contact the package publisher and ask them to
|
|
129
|
-
clear up any confusion with changes to their package's \fBREADME\fP file or
|
|
130
|
-
metadata\.
|
|
131
|
-
.SS Changes
|
|
132
|
-
.P
|
|
133
|
-
This is a living document and may be updated from time to time\. Please refer to
|
|
134
|
-
the git history for this document \fIhttps://github\.com/npm/cli/commits/latest/doc/misc/npm\-disputes\.md\fR
|
|
135
|
-
to view the changes\.
|
|
136
|
-
.SS License
|
|
137
|
-
.P
|
|
138
|
-
Copyright (C) npm, Inc\., All rights reserved
|
|
139
|
-
.P
|
|
140
|
-
This document may be reused under a Creative Commons Attribution\-ShareAlike
|
|
141
|
-
License\.
|
|
142
|
-
.SS See also
|
|
143
|
-
.RS 0
|
|
144
|
-
.IP \(bu 2
|
|
145
|
-
npm help registry
|
|
146
|
-
.IP \(bu 2
|
|
147
|
-
npm help owner
|
|
148
|
-
|
|
149
|
-
.RE
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
module.exports = defer;
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Runs provided function on next iteration of the event loop
|
|
5
|
-
*
|
|
6
|
-
* @param {function} fn - function to run
|
|
7
|
-
*/
|
|
8
|
-
function defer(fn)
|
|
9
|
-
{
|
|
10
|
-
var nextTick = typeof setImmediate == 'function'
|
|
11
|
-
? setImmediate
|
|
12
|
-
: (
|
|
13
|
-
typeof process == 'object' && typeof process.nextTick == 'function'
|
|
14
|
-
? process.nextTick
|
|
15
|
-
: null
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
if (nextTick)
|
|
19
|
-
{
|
|
20
|
-
nextTick(fn);
|
|
21
|
-
}
|
|
22
|
-
else
|
|
23
|
-
{
|
|
24
|
-
setTimeout(fn, 0);
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
var test = require('tap').test
|
|
2
|
-
var dz = require('../dezalgo.js')
|
|
3
|
-
|
|
4
|
-
test('the dark pony', function(t) {
|
|
5
|
-
|
|
6
|
-
var n = 0
|
|
7
|
-
function foo(i, cb) {
|
|
8
|
-
cb = dz(cb)
|
|
9
|
-
if (++n % 2) cb(true, i)
|
|
10
|
-
else process.nextTick(cb.bind(null, false, i))
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
var called = 0
|
|
14
|
-
var order = [0, 2, 4, 6, 8, 1, 3, 5, 7, 9]
|
|
15
|
-
var o = 0
|
|
16
|
-
for (var i = 0; i < 10; i++) {
|
|
17
|
-
foo(i, function(cached, i) {
|
|
18
|
-
t.equal(i, order[o++])
|
|
19
|
-
t.equal(i % 2, cached ? 0 : 1)
|
|
20
|
-
called++
|
|
21
|
-
})
|
|
22
|
-
t.equal(called, 0)
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
setTimeout(function() {
|
|
26
|
-
t.equal(called, 10)
|
|
27
|
-
t.end()
|
|
28
|
-
})
|
|
29
|
-
})
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
## 7.0
|
|
2
|
-
|
|
3
|
-
- Raise error if `options.cwd` is specified, and not a directory
|
|
4
|
-
|
|
5
|
-
## 6.0
|
|
6
|
-
|
|
7
|
-
- Remove comment and negation pattern support
|
|
8
|
-
- Ignore patterns are always in `dot:true` mode
|
|
9
|
-
|
|
10
|
-
## 5.0
|
|
11
|
-
|
|
12
|
-
- Deprecate comment and negation patterns
|
|
13
|
-
- Fix regression in `mark` and `nodir` options from making all cache
|
|
14
|
-
keys absolute path.
|
|
15
|
-
- Abort if `fs.readdir` returns an error that's unexpected
|
|
16
|
-
- Don't emit `match` events for ignored items
|
|
17
|
-
- Treat ENOTSUP like ENOTDIR in readdir
|
|
18
|
-
|
|
19
|
-
## 4.5
|
|
20
|
-
|
|
21
|
-
- Add `options.follow` to always follow directory symlinks in globstar
|
|
22
|
-
- Add `options.realpath` to call `fs.realpath` on all results
|
|
23
|
-
- Always cache based on absolute path
|
|
24
|
-
|
|
25
|
-
## 4.4
|
|
26
|
-
|
|
27
|
-
- Add `options.ignore`
|
|
28
|
-
- Fix handling of broken symlinks
|
|
29
|
-
|
|
30
|
-
## 4.3
|
|
31
|
-
|
|
32
|
-
- Bump minimatch to 2.x
|
|
33
|
-
- Pass all tests on Windows
|
|
34
|
-
|
|
35
|
-
## 4.2
|
|
36
|
-
|
|
37
|
-
- Add `glob.hasMagic` function
|
|
38
|
-
- Add `options.nodir` flag
|
|
39
|
-
|
|
40
|
-
## 4.1
|
|
41
|
-
|
|
42
|
-
- Refactor sync and async implementations for performance
|
|
43
|
-
- Throw if callback provided to sync glob function
|
|
44
|
-
- Treat symbolic links in globstar results the same as Bash 4.3
|
|
45
|
-
|
|
46
|
-
## 4.0
|
|
47
|
-
|
|
48
|
-
- Use `^` for dependency versions (bumped major because this breaks
|
|
49
|
-
older npm versions)
|
|
50
|
-
- Ensure callbacks are only ever called once
|
|
51
|
-
- switch to ISC license
|
|
52
|
-
|
|
53
|
-
## 3.x
|
|
54
|
-
|
|
55
|
-
- Rewrite in JavaScript
|
|
56
|
-
- Add support for setting root, cwd, and windows support
|
|
57
|
-
- Cache many fs calls
|
|
58
|
-
- Add globstar support
|
|
59
|
-
- emit match events
|
|
60
|
-
|
|
61
|
-
## 2.x
|
|
62
|
-
|
|
63
|
-
- Use `glob.h` and `fnmatch.h` from NetBSD
|
|
64
|
-
|
|
65
|
-
## 1.x
|
|
66
|
-
|
|
67
|
-
- `glob.h` static binding.
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
name: Node.js CI
|
|
2
|
-
|
|
3
|
-
on: [push, pull_request]
|
|
4
|
-
|
|
5
|
-
jobs:
|
|
6
|
-
build:
|
|
7
|
-
strategy:
|
|
8
|
-
matrix:
|
|
9
|
-
node-version: [6.x, 8.x, 10.x, 12.x]
|
|
10
|
-
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
11
|
-
runs-on: ${{ matrix.os }}
|
|
12
|
-
|
|
13
|
-
steps:
|
|
14
|
-
- uses: actions/checkout@v2
|
|
15
|
-
- name: Use Node.js ${{ matrix.node-version }}
|
|
16
|
-
uses: actions/setup-node@v1
|
|
17
|
-
with:
|
|
18
|
-
node-version: ${{ matrix.node-version }}
|
|
19
|
-
- run: npm install
|
|
20
|
-
- run: npm test
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
var test = require('tap').test
|
|
2
|
-
var meant = require('./')
|
|
3
|
-
|
|
4
|
-
test('test vs [\'tast\', \'tbst\', \'tcst\', \'foo\']', function (t) {
|
|
5
|
-
var list = meant('test', ['tast', 'tbst', 'tcst', 'foo'])
|
|
6
|
-
t.notEqual(list.indexOf('tast'), -1, 'list has tast')
|
|
7
|
-
t.notEqual(list.indexOf('tbst'), -1, 'list has tbst')
|
|
8
|
-
t.notEqual(list.indexOf('tcst'), -1, 'list has tcst')
|
|
9
|
-
t.equal(list.indexOf('foo'), -1, 'list doesn\'t have foo')
|
|
10
|
-
t.end()
|
|
11
|
-
})
|