3 "version": "1.0.0-dev1",
9 "version": "1.0.0-dev1",
11 "@apollo/client": "^3.6.4",
12 "@pact-foundation/pact": "^9.17.3",
13 "@playwright/test": "^1.20.0",
14 "@sveltejs/adapter-auto": "next",
15 "@sveltejs/kit": "next",
16 "@tailwindcss/typography": "^0.5.2",
17 "@testing-library/jest-dom": "^5.16.4",
18 "@testing-library/svelte": "^3.1.1",
19 "@testing-library/user-event": "^14.1.1",
20 "@types/jest": "^27.4.1",
21 "@typescript-eslint/eslint-plugin": "^5.10.1",
22 "@typescript-eslint/parser": "^5.10.1",
23 "autoprefixer": "^10.4.4",
24 "cross-fetch": "^3.1.5",
27 "eslint-config-prettier": "^8.3.0",
28 "eslint-plugin-svelte3": "^3.2.1",
30 "jest-environment-jsdom": "^28.0.2",
31 "language-name-map": "^0.3.0",
34 "prettier-plugin-svelte": "^2.5.0",
36 "svelte-check": "^2.7.0",
37 "svelte-i18n": "^3.3.13",
38 "svelte-jester": "^2.3.2",
39 "svelte-preprocess": "^4.10.6",
40 "tailwindcss": "^3.0.23",
41 "tinyduration": "^3.2.2",
42 "ts-jest": "^28.0.0-next.3",
44 "typedoc": "^0.22.15",
45 "typedoc-plugin-markdown": "^3.12.1",
46 "typescript": "~4.6.2"
49 "node_modules/@apollo/client": {
51 "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.6.4.tgz",
52 "integrity": "sha512-2z0dzQpx2HhGK5Pip/rbMM5kkbE4BLZGK2ItSmy2lMPy9/SZGFnw+zWBXSoIook0JT2bDscm+FsdmtV+1AhdJw==",
55 "@graphql-typed-document-node/core": "^3.1.1",
56 "@wry/context": "^0.6.0",
57 "@wry/equality": "^0.5.0",
58 "@wry/trie": "^0.3.0",
59 "graphql-tag": "^2.12.6",
60 "hoist-non-react-statics": "^3.3.2",
61 "optimism": "^0.16.1",
62 "prop-types": "^15.7.2",
63 "symbol-observable": "^4.0.0",
64 "ts-invariant": "^0.10.3",
66 "zen-observable-ts": "^1.2.5"
69 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
70 "graphql-ws": "^5.5.5",
71 "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
72 "subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
74 "peerDependenciesMeta": {
81 "subscriptions-transport-ws": {
86 "node_modules/@babel/code-frame": {
91 "@babel/highlight": "^7.16.7"
97 "node_modules/@babel/compat-data": {
99 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz",
100 "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==",
106 "node_modules/@babel/core": {
107 "version": "7.16.12",
108 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.12.tgz",
109 "integrity": "sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==",
112 "@babel/code-frame": "^7.16.7",
113 "@babel/generator": "^7.16.8",
114 "@babel/helper-compilation-targets": "^7.16.7",
115 "@babel/helper-module-transforms": "^7.16.7",
116 "@babel/helpers": "^7.16.7",
117 "@babel/parser": "^7.16.12",
118 "@babel/template": "^7.16.7",
119 "@babel/traverse": "^7.16.10",
120 "@babel/types": "^7.16.8",
121 "convert-source-map": "^1.7.0",
123 "gensync": "^1.0.0-beta.2",
126 "source-map": "^0.5.0"
132 "type": "opencollective",
133 "url": "https://opencollective.com/babel"
136 "node_modules/@babel/generator": {
137 "version": "7.17.12",
138 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.12.tgz",
139 "integrity": "sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw==",
142 "@babel/types": "^7.17.12",
143 "@jridgewell/gen-mapping": "^0.3.0",
150 "node_modules/@babel/helper-annotate-as-pure": {
155 "@babel/types": "^7.16.7"
161 "node_modules/@babel/helper-compilation-targets": {
162 "version": "7.17.10",
163 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz",
164 "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==",
167 "@babel/compat-data": "^7.17.10",
168 "@babel/helper-validator-option": "^7.16.7",
169 "browserslist": "^4.20.2",
175 "peerDependencies": {
176 "@babel/core": "^7.0.0"
179 "node_modules/@babel/helper-create-class-features-plugin": {
184 "@babel/helper-annotate-as-pure": "^7.16.7",
185 "@babel/helper-environment-visitor": "^7.16.7",
186 "@babel/helper-function-name": "^7.17.9",
187 "@babel/helper-member-expression-to-functions": "^7.17.7",
188 "@babel/helper-optimise-call-expression": "^7.16.7",
189 "@babel/helper-replace-supers": "^7.16.7",
190 "@babel/helper-split-export-declaration": "^7.16.7"
195 "peerDependencies": {
196 "@babel/core": "^7.0.0"
199 "node_modules/@babel/helper-environment-visitor": {
204 "@babel/types": "^7.16.7"
210 "node_modules/@babel/helper-function-name": {
215 "@babel/template": "^7.16.7",
216 "@babel/types": "^7.17.0"
222 "node_modules/@babel/helper-hoist-variables": {
227 "@babel/types": "^7.16.7"
233 "node_modules/@babel/helper-member-expression-to-functions": {
238 "@babel/types": "^7.17.0"
244 "node_modules/@babel/helper-module-imports": {
249 "@babel/types": "^7.16.7"
255 "node_modules/@babel/helper-module-transforms": {
260 "@babel/helper-environment-visitor": "^7.16.7",
261 "@babel/helper-module-imports": "^7.16.7",
262 "@babel/helper-simple-access": "^7.17.7",
263 "@babel/helper-split-export-declaration": "^7.16.7",
264 "@babel/helper-validator-identifier": "^7.16.7",
265 "@babel/template": "^7.16.7",
266 "@babel/traverse": "^7.17.3",
267 "@babel/types": "^7.17.0"
273 "node_modules/@babel/helper-optimise-call-expression": {
278 "@babel/types": "^7.16.7"
284 "node_modules/@babel/helper-plugin-utils": {
292 "node_modules/@babel/helper-replace-supers": {
297 "@babel/helper-environment-visitor": "^7.16.7",
298 "@babel/helper-member-expression-to-functions": "^7.16.7",
299 "@babel/helper-optimise-call-expression": "^7.16.7",
300 "@babel/traverse": "^7.16.7",
301 "@babel/types": "^7.16.7"
307 "node_modules/@babel/helper-simple-access": {
312 "@babel/types": "^7.17.0"
318 "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
323 "@babel/types": "^7.16.0"
329 "node_modules/@babel/helper-split-export-declaration": {
334 "@babel/types": "^7.16.7"
340 "node_modules/@babel/helper-validator-identifier": {
348 "node_modules/@babel/helper-validator-option": {
356 "node_modules/@babel/helpers": {
358 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz",
359 "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==",
362 "@babel/template": "^7.16.7",
363 "@babel/traverse": "^7.17.9",
364 "@babel/types": "^7.17.0"
370 "node_modules/@babel/highlight": {
375 "@babel/helper-validator-identifier": "^7.16.7",
377 "js-tokens": "^4.0.0"
383 "node_modules/@babel/parser": {
384 "version": "7.17.12",
385 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.12.tgz",
386 "integrity": "sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==",
389 "parser": "bin/babel-parser.js"
395 "node_modules/@babel/plugin-proposal-class-properties": {
400 "@babel/helper-create-class-features-plugin": "^7.16.7",
401 "@babel/helper-plugin-utils": "^7.16.7"
406 "peerDependencies": {
407 "@babel/core": "^7.0.0-0"
410 "node_modules/@babel/plugin-proposal-dynamic-import": {
415 "@babel/helper-plugin-utils": "^7.16.7",
416 "@babel/plugin-syntax-dynamic-import": "^7.8.3"
421 "peerDependencies": {
422 "@babel/core": "^7.0.0-0"
425 "node_modules/@babel/plugin-proposal-export-namespace-from": {
430 "@babel/helper-plugin-utils": "^7.16.7",
431 "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
436 "peerDependencies": {
437 "@babel/core": "^7.0.0-0"
440 "node_modules/@babel/plugin-proposal-logical-assignment-operators": {
445 "@babel/helper-plugin-utils": "^7.16.7",
446 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
451 "peerDependencies": {
452 "@babel/core": "^7.0.0-0"
455 "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
460 "@babel/helper-plugin-utils": "^7.16.7",
461 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
466 "peerDependencies": {
467 "@babel/core": "^7.0.0-0"
470 "node_modules/@babel/plugin-proposal-numeric-separator": {
475 "@babel/helper-plugin-utils": "^7.16.7",
476 "@babel/plugin-syntax-numeric-separator": "^7.10.4"
481 "peerDependencies": {
482 "@babel/core": "^7.0.0-0"
485 "node_modules/@babel/plugin-proposal-optional-chaining": {
490 "@babel/helper-plugin-utils": "^7.16.7",
491 "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
492 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
497 "peerDependencies": {
498 "@babel/core": "^7.0.0-0"
501 "node_modules/@babel/plugin-proposal-private-methods": {
502 "version": "7.16.11",
506 "@babel/helper-create-class-features-plugin": "^7.16.10",
507 "@babel/helper-plugin-utils": "^7.16.7"
512 "peerDependencies": {
513 "@babel/core": "^7.0.0-0"
516 "node_modules/@babel/plugin-proposal-private-property-in-object": {
521 "@babel/helper-annotate-as-pure": "^7.16.7",
522 "@babel/helper-create-class-features-plugin": "^7.16.7",
523 "@babel/helper-plugin-utils": "^7.16.7",
524 "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
529 "peerDependencies": {
530 "@babel/core": "^7.0.0-0"
533 "node_modules/@babel/plugin-syntax-async-generators": {
538 "@babel/helper-plugin-utils": "^7.8.0"
540 "peerDependencies": {
541 "@babel/core": "^7.0.0-0"
544 "node_modules/@babel/plugin-syntax-bigint": {
546 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
547 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
550 "@babel/helper-plugin-utils": "^7.8.0"
552 "peerDependencies": {
553 "@babel/core": "^7.0.0-0"
556 "node_modules/@babel/plugin-syntax-class-properties": {
557 "version": "7.12.13",
558 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
559 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
562 "@babel/helper-plugin-utils": "^7.12.13"
564 "peerDependencies": {
565 "@babel/core": "^7.0.0-0"
568 "node_modules/@babel/plugin-syntax-dynamic-import": {
573 "@babel/helper-plugin-utils": "^7.8.0"
575 "peerDependencies": {
576 "@babel/core": "^7.0.0-0"
579 "node_modules/@babel/plugin-syntax-export-namespace-from": {
584 "@babel/helper-plugin-utils": "^7.8.3"
586 "peerDependencies": {
587 "@babel/core": "^7.0.0-0"
590 "node_modules/@babel/plugin-syntax-import-meta": {
592 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
593 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
596 "@babel/helper-plugin-utils": "^7.10.4"
598 "peerDependencies": {
599 "@babel/core": "^7.0.0-0"
602 "node_modules/@babel/plugin-syntax-json-strings": {
607 "@babel/helper-plugin-utils": "^7.8.0"
609 "peerDependencies": {
610 "@babel/core": "^7.0.0-0"
613 "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
618 "@babel/helper-plugin-utils": "^7.10.4"
620 "peerDependencies": {
621 "@babel/core": "^7.0.0-0"
624 "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
629 "@babel/helper-plugin-utils": "^7.8.0"
631 "peerDependencies": {
632 "@babel/core": "^7.0.0-0"
635 "node_modules/@babel/plugin-syntax-numeric-separator": {
640 "@babel/helper-plugin-utils": "^7.10.4"
642 "peerDependencies": {
643 "@babel/core": "^7.0.0-0"
646 "node_modules/@babel/plugin-syntax-object-rest-spread": {
651 "@babel/helper-plugin-utils": "^7.8.0"
653 "peerDependencies": {
654 "@babel/core": "^7.0.0-0"
657 "node_modules/@babel/plugin-syntax-optional-catch-binding": {
662 "@babel/helper-plugin-utils": "^7.8.0"
664 "peerDependencies": {
665 "@babel/core": "^7.0.0-0"
668 "node_modules/@babel/plugin-syntax-optional-chaining": {
673 "@babel/helper-plugin-utils": "^7.8.0"
675 "peerDependencies": {
676 "@babel/core": "^7.0.0-0"
679 "node_modules/@babel/plugin-syntax-private-property-in-object": {
684 "@babel/helper-plugin-utils": "^7.14.5"
689 "peerDependencies": {
690 "@babel/core": "^7.0.0-0"
693 "node_modules/@babel/plugin-syntax-top-level-await": {
695 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
696 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
699 "@babel/helper-plugin-utils": "^7.14.5"
704 "peerDependencies": {
705 "@babel/core": "^7.0.0-0"
708 "node_modules/@babel/plugin-syntax-typescript": {
709 "version": "7.17.10",
713 "@babel/helper-plugin-utils": "^7.16.7"
718 "peerDependencies": {
719 "@babel/core": "^7.0.0-0"
722 "node_modules/@babel/plugin-transform-modules-commonjs": {
727 "@babel/helper-module-transforms": "^7.16.7",
728 "@babel/helper-plugin-utils": "^7.16.7",
729 "@babel/helper-simple-access": "^7.16.7",
730 "babel-plugin-dynamic-import-node": "^2.3.3"
735 "peerDependencies": {
736 "@babel/core": "^7.0.0-0"
739 "node_modules/@babel/plugin-transform-typescript": {
744 "@babel/helper-create-class-features-plugin": "^7.16.7",
745 "@babel/helper-plugin-utils": "^7.16.7",
746 "@babel/plugin-syntax-typescript": "^7.16.7"
751 "peerDependencies": {
752 "@babel/core": "^7.0.0-0"
755 "node_modules/@babel/preset-typescript": {
760 "@babel/helper-plugin-utils": "^7.16.7",
761 "@babel/helper-validator-option": "^7.16.7",
762 "@babel/plugin-transform-typescript": "^7.16.7"
767 "peerDependencies": {
768 "@babel/core": "^7.0.0-0"
771 "node_modules/@babel/runtime": {
776 "regenerator-runtime": "^0.13.4"
782 "node_modules/@babel/template": {
784 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
785 "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
788 "@babel/code-frame": "^7.16.7",
789 "@babel/parser": "^7.16.7",
790 "@babel/types": "^7.16.7"
796 "node_modules/@babel/traverse": {
797 "version": "7.17.12",
798 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.12.tgz",
799 "integrity": "sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==",
802 "@babel/code-frame": "^7.16.7",
803 "@babel/generator": "^7.17.12",
804 "@babel/helper-environment-visitor": "^7.16.7",
805 "@babel/helper-function-name": "^7.17.9",
806 "@babel/helper-hoist-variables": "^7.16.7",
807 "@babel/helper-split-export-declaration": "^7.16.7",
808 "@babel/parser": "^7.17.12",
809 "@babel/types": "^7.17.12",
817 "node_modules/@babel/types": {
818 "version": "7.17.12",
819 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.12.tgz",
820 "integrity": "sha512-rH8i29wcZ6x9xjzI5ILHL/yZkbQnCERdHlogKuIb4PUr7do4iT8DPekrTbBLWTnRQm6U0GYABbTMSzijmEqlAg==",
823 "@babel/helper-validator-identifier": "^7.16.7",
824 "to-fast-properties": "^2.0.0"
830 "node_modules/@bcoe/v8-coverage": {
832 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
833 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
836 "node_modules/@eslint/eslintrc": {
844 "globals": "^13.9.0",
846 "import-fresh": "^3.2.1",
847 "js-yaml": "^3.13.1",
848 "minimatch": "^3.0.4",
849 "strip-json-comments": "^3.1.1"
852 "node": "^10.12.0 || >=12.0.0"
855 "node_modules/@eslint/eslintrc/node_modules/argparse": {
858 "license": "Python-2.0"
860 "node_modules/@eslint/eslintrc/node_modules/globals": {
865 "type-fest": "^0.20.2"
871 "url": "https://github.com/sponsors/sindresorhus"
874 "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
882 "js-yaml": "bin/js-yaml.js"
885 "node_modules/@eslint/eslintrc/node_modules/type-fest": {
888 "license": "(MIT OR CC0-1.0)",
893 "url": "https://github.com/sponsors/sindresorhus"
896 "node_modules/@formatjs/ecma402-abstract": {
904 "node_modules/@formatjs/fast-memoize": {
912 "node_modules/@formatjs/icu-messageformat-parser": {
917 "@formatjs/ecma402-abstract": "1.9.4",
918 "@formatjs/icu-skeleton-parser": "1.2.8",
922 "node_modules/@formatjs/icu-skeleton-parser": {
927 "@formatjs/ecma402-abstract": "1.9.4",
931 "node_modules/@graphql-typed-document-node/core": {
935 "peerDependencies": {
936 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
939 "node_modules/@hapi/bourne": {
941 "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-2.1.0.tgz",
942 "integrity": "sha512-i1BpaNDVLJdRBEKeJWkVO6tYX6DMFBuwMhSuWqLsY4ufeTKGVuV5rBsUhxPayXqnnWHgXUAmWK16H/ykO5Wj4Q==",
945 "node_modules/@humanwhocodes/config-array": {
948 "license": "Apache-2.0",
950 "@humanwhocodes/object-schema": "^1.2.1",
952 "minimatch": "^3.0.4"
958 "node_modules/@humanwhocodes/object-schema": {
961 "license": "BSD-3-Clause"
963 "node_modules/@iarna/toml": {
965 "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
966 "integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==",
969 "node_modules/@istanbuljs/load-nyc-config": {
971 "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
972 "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
975 "camelcase": "^5.3.1",
977 "get-package-type": "^0.1.0",
978 "js-yaml": "^3.13.1",
979 "resolve-from": "^5.0.0"
985 "node_modules/@istanbuljs/schema": {
987 "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
988 "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
994 "node_modules/@jest/console": {
996 "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.0.tgz",
997 "integrity": "sha512-tscn3dlJFGay47kb4qVruQg/XWlmvU0xp3EJOjzzY+sBaI+YgwKcvAmTcyYU7xEiLLIY5HCdWRooAL8dqkFlDA==",
1000 "@jest/types": "^28.1.0",
1003 "jest-message-util": "^28.1.0",
1004 "jest-util": "^28.1.0",
1008 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1011 "node_modules/@jest/console/node_modules/ansi-styles": {
1013 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1014 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1017 "color-convert": "^2.0.1"
1023 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1026 "node_modules/@jest/console/node_modules/chalk": {
1028 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1029 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1032 "ansi-styles": "^4.1.0",
1033 "supports-color": "^7.1.0"
1039 "url": "https://github.com/chalk/chalk?sponsor=1"
1042 "node_modules/@jest/console/node_modules/color-convert": {
1044 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1045 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1048 "color-name": "~1.1.4"
1054 "node_modules/@jest/console/node_modules/color-name": {
1056 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1057 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1060 "node_modules/@jest/console/node_modules/has-flag": {
1062 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
1063 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
1069 "node_modules/@jest/console/node_modules/supports-color": {
1071 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1072 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1075 "has-flag": "^4.0.0"
1081 "node_modules/@jest/core": {
1082 "version": "28.1.0",
1083 "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.0.tgz",
1084 "integrity": "sha512-/2PTt0ywhjZ4NwNO4bUqD9IVJfmFVhVKGlhvSpmEfUCuxYf/3NHcKmRFI+I71lYzbTT3wMuYpETDCTHo81gC/g==",
1087 "@jest/console": "^28.1.0",
1088 "@jest/reporters": "^28.1.0",
1089 "@jest/test-result": "^28.1.0",
1090 "@jest/transform": "^28.1.0",
1091 "@jest/types": "^28.1.0",
1093 "ansi-escapes": "^4.2.1",
1095 "ci-info": "^3.2.0",
1097 "graceful-fs": "^4.2.9",
1098 "jest-changed-files": "^28.0.2",
1099 "jest-config": "^28.1.0",
1100 "jest-haste-map": "^28.1.0",
1101 "jest-message-util": "^28.1.0",
1102 "jest-regex-util": "^28.0.2",
1103 "jest-resolve": "^28.1.0",
1104 "jest-resolve-dependencies": "^28.1.0",
1105 "jest-runner": "^28.1.0",
1106 "jest-runtime": "^28.1.0",
1107 "jest-snapshot": "^28.1.0",
1108 "jest-util": "^28.1.0",
1109 "jest-validate": "^28.1.0",
1110 "jest-watcher": "^28.1.0",
1111 "micromatch": "^4.0.4",
1112 "pretty-format": "^28.1.0",
1115 "strip-ansi": "^6.0.0"
1118 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1120 "peerDependencies": {
1121 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
1123 "peerDependenciesMeta": {
1129 "node_modules/@jest/core/node_modules/ansi-regex": {
1131 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1132 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1138 "node_modules/@jest/core/node_modules/ansi-styles": {
1140 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1141 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1144 "color-convert": "^2.0.1"
1150 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1153 "node_modules/@jest/core/node_modules/chalk": {
1155 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1156 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1159 "ansi-styles": "^4.1.0",
1160 "supports-color": "^7.1.0"
1166 "url": "https://github.com/chalk/chalk?sponsor=1"
1169 "node_modules/@jest/core/node_modules/color-convert": {
1171 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1172 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1175 "color-name": "~1.1.4"
1181 "node_modules/@jest/core/node_modules/color-name": {
1183 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1184 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1187 "node_modules/@jest/core/node_modules/has-flag": {
1189 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
1190 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
1196 "node_modules/@jest/core/node_modules/pretty-format": {
1197 "version": "28.1.0",
1198 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
1199 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
1202 "@jest/schemas": "^28.0.2",
1203 "ansi-regex": "^5.0.1",
1204 "ansi-styles": "^5.0.0",
1205 "react-is": "^18.0.0"
1208 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1211 "node_modules/@jest/core/node_modules/pretty-format/node_modules/ansi-styles": {
1213 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
1214 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
1220 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1223 "node_modules/@jest/core/node_modules/react-is": {
1224 "version": "18.1.0",
1225 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
1226 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
1229 "node_modules/@jest/core/node_modules/rimraf": {
1231 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
1232 "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
1241 "url": "https://github.com/sponsors/isaacs"
1244 "node_modules/@jest/core/node_modules/supports-color": {
1246 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1247 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1250 "has-flag": "^4.0.0"
1256 "node_modules/@jest/environment": {
1257 "version": "28.1.0",
1258 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.0.tgz",
1259 "integrity": "sha512-S44WGSxkRngzHslhV6RoAExekfF7Qhwa6R5+IYFa81mpcj0YgdBnRSmvHe3SNwOt64yXaE5GG8Y2xM28ii5ssA==",
1262 "@jest/fake-timers": "^28.1.0",
1263 "@jest/types": "^28.1.0",
1265 "jest-mock": "^28.1.0"
1268 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1271 "node_modules/@jest/expect": {
1272 "version": "28.1.0",
1273 "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.0.tgz",
1274 "integrity": "sha512-be9ETznPLaHOmeJqzYNIXv1ADEzENuQonIoobzThOYPuK/6GhrWNIJDVTgBLCrz3Am73PyEU2urQClZp0hLTtA==",
1277 "expect": "^28.1.0",
1278 "jest-snapshot": "^28.1.0"
1281 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1284 "node_modules/@jest/expect-utils": {
1285 "version": "28.1.0",
1286 "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-28.1.0.tgz",
1287 "integrity": "sha512-5BrG48dpC0sB80wpeIX5FU6kolDJI4K0n5BM9a5V38MGx0pyRvUBSS0u2aNTdDzmOrCjhOg8pGs6a20ivYkdmw==",
1290 "jest-get-type": "^28.0.2"
1293 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1296 "node_modules/@jest/expect-utils/node_modules/jest-get-type": {
1297 "version": "28.0.2",
1298 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
1299 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
1302 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1305 "node_modules/@jest/expect/node_modules/ansi-regex": {
1307 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1308 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1314 "node_modules/@jest/expect/node_modules/ansi-styles": {
1316 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1317 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1320 "color-convert": "^2.0.1"
1326 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1329 "node_modules/@jest/expect/node_modules/chalk": {
1331 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1332 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1335 "ansi-styles": "^4.1.0",
1336 "supports-color": "^7.1.0"
1342 "url": "https://github.com/chalk/chalk?sponsor=1"
1345 "node_modules/@jest/expect/node_modules/color-convert": {
1347 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1348 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1351 "color-name": "~1.1.4"
1357 "node_modules/@jest/expect/node_modules/color-name": {
1359 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1360 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1363 "node_modules/@jest/expect/node_modules/diff-sequences": {
1364 "version": "28.0.2",
1365 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.0.2.tgz",
1366 "integrity": "sha512-YtEoNynLDFCRznv/XDalsKGSZDoj0U5kLnXvY0JSq3nBboRrZXjD81+eSiwi+nzcZDwedMmcowcxNwwgFW23mQ==",
1369 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1372 "node_modules/@jest/expect/node_modules/expect": {
1373 "version": "28.1.0",
1374 "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.0.tgz",
1375 "integrity": "sha512-qFXKl8Pmxk8TBGfaFKRtcQjfXEnKAs+dmlxdwvukJZorwrAabT7M3h8oLOG01I2utEhkmUTi17CHaPBovZsKdw==",
1378 "@jest/expect-utils": "^28.1.0",
1379 "jest-get-type": "^28.0.2",
1380 "jest-matcher-utils": "^28.1.0",
1381 "jest-message-util": "^28.1.0",
1382 "jest-util": "^28.1.0"
1385 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1388 "node_modules/@jest/expect/node_modules/has-flag": {
1390 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
1391 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
1397 "node_modules/@jest/expect/node_modules/jest-diff": {
1398 "version": "28.1.0",
1399 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.0.tgz",
1400 "integrity": "sha512-8eFd3U3OkIKRtlasXfiAQfbovgFgRDb0Ngcs2E+FMeBZ4rUezqIaGjuyggJBp+llosQXNEWofk/Sz4Hr5gMUhA==",
1404 "diff-sequences": "^28.0.2",
1405 "jest-get-type": "^28.0.2",
1406 "pretty-format": "^28.1.0"
1409 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1412 "node_modules/@jest/expect/node_modules/jest-get-type": {
1413 "version": "28.0.2",
1414 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
1415 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
1418 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1421 "node_modules/@jest/expect/node_modules/jest-matcher-utils": {
1422 "version": "28.1.0",
1423 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.0.tgz",
1424 "integrity": "sha512-onnax0n2uTLRQFKAjC7TuaxibrPSvZgKTcSCnNUz/tOjJ9UhxNm7ZmPpoQavmTDUjXvUQ8KesWk2/VdrxIFzTQ==",
1428 "jest-diff": "^28.1.0",
1429 "jest-get-type": "^28.0.2",
1430 "pretty-format": "^28.1.0"
1433 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1436 "node_modules/@jest/expect/node_modules/pretty-format": {
1437 "version": "28.1.0",
1438 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
1439 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
1442 "@jest/schemas": "^28.0.2",
1443 "ansi-regex": "^5.0.1",
1444 "ansi-styles": "^5.0.0",
1445 "react-is": "^18.0.0"
1448 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1451 "node_modules/@jest/expect/node_modules/pretty-format/node_modules/ansi-styles": {
1453 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
1454 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
1460 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1463 "node_modules/@jest/expect/node_modules/react-is": {
1464 "version": "18.1.0",
1465 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
1466 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
1469 "node_modules/@jest/expect/node_modules/supports-color": {
1471 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1472 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1475 "has-flag": "^4.0.0"
1481 "node_modules/@jest/fake-timers": {
1482 "version": "28.1.0",
1483 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.0.tgz",
1484 "integrity": "sha512-Xqsf/6VLeAAq78+GNPzI7FZQRf5cCHj1qgQxCjws9n8rKw8r1UYoeaALwBvyuzOkpU3c1I6emeMySPa96rxtIg==",
1487 "@jest/types": "^28.1.0",
1488 "@sinonjs/fake-timers": "^9.1.1",
1490 "jest-message-util": "^28.1.0",
1491 "jest-mock": "^28.1.0",
1492 "jest-util": "^28.1.0"
1495 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1498 "node_modules/@jest/globals": {
1499 "version": "28.1.0",
1500 "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.0.tgz",
1501 "integrity": "sha512-3m7sTg52OTQR6dPhsEQSxAvU+LOBbMivZBwOvKEZ+Rb+GyxVnXi9HKgOTYkx/S99T8yvh17U4tNNJPIEQmtwYw==",
1504 "@jest/environment": "^28.1.0",
1505 "@jest/expect": "^28.1.0",
1506 "@jest/types": "^28.1.0"
1509 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1512 "node_modules/@jest/reporters": {
1513 "version": "28.1.0",
1514 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.0.tgz",
1515 "integrity": "sha512-qxbFfqap/5QlSpIizH9c/bFCDKsQlM4uAKSOvZrP+nIdrjqre3FmKzpTtYyhsaVcOSNK7TTt2kjm+4BJIjysFA==",
1518 "@bcoe/v8-coverage": "^0.2.3",
1519 "@jest/console": "^28.1.0",
1520 "@jest/test-result": "^28.1.0",
1521 "@jest/transform": "^28.1.0",
1522 "@jest/types": "^28.1.0",
1523 "@jridgewell/trace-mapping": "^0.3.7",
1526 "collect-v8-coverage": "^1.0.0",
1529 "graceful-fs": "^4.2.9",
1530 "istanbul-lib-coverage": "^3.0.0",
1531 "istanbul-lib-instrument": "^5.1.0",
1532 "istanbul-lib-report": "^3.0.0",
1533 "istanbul-lib-source-maps": "^4.0.0",
1534 "istanbul-reports": "^3.1.3",
1535 "jest-util": "^28.1.0",
1536 "jest-worker": "^28.1.0",
1538 "string-length": "^4.0.1",
1539 "strip-ansi": "^6.0.0",
1540 "terminal-link": "^2.0.0",
1541 "v8-to-istanbul": "^9.0.0"
1544 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1546 "peerDependencies": {
1547 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
1549 "peerDependenciesMeta": {
1555 "node_modules/@jest/reporters/node_modules/ansi-styles": {
1557 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1558 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1561 "color-convert": "^2.0.1"
1567 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1570 "node_modules/@jest/reporters/node_modules/chalk": {
1572 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1573 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1576 "ansi-styles": "^4.1.0",
1577 "supports-color": "^7.1.0"
1583 "url": "https://github.com/chalk/chalk?sponsor=1"
1586 "node_modules/@jest/reporters/node_modules/color-convert": {
1588 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1589 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1592 "color-name": "~1.1.4"
1598 "node_modules/@jest/reporters/node_modules/color-name": {
1600 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1601 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1604 "node_modules/@jest/reporters/node_modules/has-flag": {
1606 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
1607 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
1613 "node_modules/@jest/reporters/node_modules/supports-color": {
1615 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1616 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1619 "has-flag": "^4.0.0"
1625 "node_modules/@jest/schemas": {
1626 "version": "28.0.2",
1630 "@sinclair/typebox": "^0.23.3"
1633 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1636 "node_modules/@jest/source-map": {
1637 "version": "28.0.2",
1638 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-28.0.2.tgz",
1639 "integrity": "sha512-Y9dxC8ZpN3kImkk0LkK5XCEneYMAXlZ8m5bflmSL5vrwyeUpJfentacCUg6fOb8NOpOO7hz2+l37MV77T6BFPw==",
1642 "@jridgewell/trace-mapping": "^0.3.7",
1643 "callsites": "^3.0.0",
1644 "graceful-fs": "^4.2.9"
1647 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1650 "node_modules/@jest/test-result": {
1651 "version": "28.1.0",
1652 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.0.tgz",
1653 "integrity": "sha512-sBBFIyoPzrZho3N+80P35A5oAkSKlGfsEFfXFWuPGBsW40UAjCkGakZhn4UQK4iQlW2vgCDMRDOob9FGKV8YoQ==",
1656 "@jest/console": "^28.1.0",
1657 "@jest/types": "^28.1.0",
1658 "@types/istanbul-lib-coverage": "^2.0.0",
1659 "collect-v8-coverage": "^1.0.0"
1662 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1665 "node_modules/@jest/test-sequencer": {
1666 "version": "28.1.0",
1667 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.0.tgz",
1668 "integrity": "sha512-tZCEiVWlWNTs/2iK9yi6o3AlMfbbYgV4uuZInSVdzZ7ftpHZhCMuhvk2HLYhCZzLgPFQ9MnM1YaxMnh3TILFiQ==",
1671 "@jest/test-result": "^28.1.0",
1672 "graceful-fs": "^4.2.9",
1673 "jest-haste-map": "^28.1.0",
1677 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1680 "node_modules/@jest/transform": {
1681 "version": "28.1.0",
1682 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.0.tgz",
1683 "integrity": "sha512-omy2xe5WxlAfqmsTjTPxw+iXRTRnf+NtX0ToG+4S0tABeb4KsKmPUHq5UBuwunHg3tJRwgEQhEp0M/8oiatLEA==",
1686 "@babel/core": "^7.11.6",
1687 "@jest/types": "^28.1.0",
1688 "@jridgewell/trace-mapping": "^0.3.7",
1689 "babel-plugin-istanbul": "^6.1.1",
1691 "convert-source-map": "^1.4.0",
1692 "fast-json-stable-stringify": "^2.0.0",
1693 "graceful-fs": "^4.2.9",
1694 "jest-haste-map": "^28.1.0",
1695 "jest-regex-util": "^28.0.2",
1696 "jest-util": "^28.1.0",
1697 "micromatch": "^4.0.4",
1698 "pirates": "^4.0.4",
1700 "write-file-atomic": "^4.0.1"
1703 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1706 "node_modules/@jest/transform/node_modules/ansi-styles": {
1708 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1709 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1712 "color-convert": "^2.0.1"
1718 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1721 "node_modules/@jest/transform/node_modules/chalk": {
1723 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1724 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1727 "ansi-styles": "^4.1.0",
1728 "supports-color": "^7.1.0"
1734 "url": "https://github.com/chalk/chalk?sponsor=1"
1737 "node_modules/@jest/transform/node_modules/color-convert": {
1739 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1740 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1743 "color-name": "~1.1.4"
1749 "node_modules/@jest/transform/node_modules/color-name": {
1751 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1752 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1755 "node_modules/@jest/transform/node_modules/has-flag": {
1757 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
1758 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
1764 "node_modules/@jest/transform/node_modules/supports-color": {
1766 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1767 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1770 "has-flag": "^4.0.0"
1776 "node_modules/@jest/types": {
1777 "version": "28.1.0",
1778 "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.0.tgz",
1779 "integrity": "sha512-xmEggMPr317MIOjjDoZ4ejCSr9Lpbt/u34+dvc99t7DS8YirW5rwZEhzKPC2BMUFkUhI48qs6qLUSGw5FuL0GA==",
1782 "@jest/schemas": "^28.0.2",
1783 "@types/istanbul-lib-coverage": "^2.0.0",
1784 "@types/istanbul-reports": "^3.0.0",
1786 "@types/yargs": "^17.0.8",
1790 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
1793 "node_modules/@jest/types/node_modules/ansi-styles": {
1795 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1796 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1799 "color-convert": "^2.0.1"
1805 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1808 "node_modules/@jest/types/node_modules/chalk": {
1810 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1811 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1814 "ansi-styles": "^4.1.0",
1815 "supports-color": "^7.1.0"
1821 "url": "https://github.com/chalk/chalk?sponsor=1"
1824 "node_modules/@jest/types/node_modules/color-convert": {
1826 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1827 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1830 "color-name": "~1.1.4"
1836 "node_modules/@jest/types/node_modules/color-name": {
1838 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1839 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1842 "node_modules/@jest/types/node_modules/has-flag": {
1844 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
1845 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
1851 "node_modules/@jest/types/node_modules/supports-color": {
1853 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1854 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1857 "has-flag": "^4.0.0"
1863 "node_modules/@jridgewell/gen-mapping": {
1865 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz",
1866 "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==",
1869 "@jridgewell/set-array": "^1.0.0",
1870 "@jridgewell/sourcemap-codec": "^1.4.10",
1871 "@jridgewell/trace-mapping": "^0.3.9"
1877 "node_modules/@jridgewell/resolve-uri": {
1885 "node_modules/@jridgewell/set-array": {
1887 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz",
1888 "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==",
1894 "node_modules/@jridgewell/sourcemap-codec": {
1895 "version": "1.4.11",
1899 "node_modules/@jridgewell/trace-mapping": {
1904 "@jridgewell/resolve-uri": "^3.0.3",
1905 "@jridgewell/sourcemap-codec": "^1.4.10"
1908 "node_modules/@nodelib/fs.scandir": {
1913 "@nodelib/fs.stat": "2.0.5",
1914 "run-parallel": "^1.1.9"
1920 "node_modules/@nodelib/fs.stat": {
1928 "node_modules/@nodelib/fs.walk": {
1933 "@nodelib/fs.scandir": "2.1.5",
1940 "node_modules/@pact-foundation/pact": {
1941 "version": "9.17.3",
1942 "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-9.17.3.tgz",
1943 "integrity": "sha512-AVcScLZsxDDKlO1AuyN7m26Z2EqIt5AA4P8cPGEkokyHf97vbbWlHOPZsgZgzxZXQRnvjNyQnyMwHR69hQ1hew==",
1946 "@pact-foundation/pact-node": "^10.17.2",
1947 "@types/bluebird": "^3.5.20",
1948 "@types/express": "^4.17.11",
1949 "bluebird": "~3.5.1",
1950 "body-parser": "^1.18.2",
1951 "cli-color": "^1.1.0",
1952 "es6-object-assign": "^1.1.0",
1953 "es6-promise": "^4.1.1",
1954 "express": "^4.17.1",
1955 "graphql": "^14.0.0",
1956 "graphql-tag": "^2.9.1",
1957 "http-proxy": "^1.18.1",
1958 "lodash": "^4.17.21",
1959 "lodash.isfunction": "3.0.8",
1960 "lodash.isnil": "4.0.0",
1961 "lodash.isundefined": "3.0.1",
1962 "lodash.omit": "^4.5.0",
1963 "lodash.omitby": "4.6.0",
1965 "pino-pretty": "^4.1.0",
1966 "pkginfo": "^0.4.1",
1967 "popsicle": "^9.2.0"
1973 "node_modules/@pact-foundation/pact-node": {
1974 "version": "10.17.2",
1975 "resolved": "https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-10.17.2.tgz",
1976 "integrity": "sha512-RslLuFYItB0uDfKLYXei0ZfAPK0W0nwSwp+Zt7Qyt+Stnea2H4DOucKV03uFSiv3TLVKojut5nF70wfgXyNItQ==",
1983 "hasInstallScript": true,
1990 "@types/needle": "^2.5.1",
1991 "@types/pino": "^6.3.5",
1992 "@types/q": "1.0.7",
1993 "@types/request": "2.48.2",
1995 "check-types": "7.3.0",
1996 "cross-spawn": "^7.0.1",
1997 "libnpmconfig": "^1.2.1",
2001 "pino-pretty": "^4.1.0",
2004 "sumchecker": "^2.0.2",
2006 "underscore": "1.12.1",
2008 "unzipper": "^0.10.10",
2009 "url-join": "^4.0.0"
2012 "pact": "bin/pact.js",
2013 "pact-broker": "bin/pact-broker.js",
2014 "pact-message": "bin/pact-message.js",
2015 "pact-mock-service": "bin/pact-mock-service.js",
2016 "pact-provider-verifier": "bin/pact-provider-verifier.js",
2017 "pact-stub-service": "bin/pact-stub-service.js"
2020 "node_modules/@pact-foundation/pact-node/node_modules/chalk": {
2022 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.1.tgz",
2023 "integrity": "sha512-QUU4ofkDoMIVO7hcx1iPTISs88wsO8jA92RQIm4JAwZvFGGAV2hSAA1NX7oVj2Ej2Q6NDTcRDjPTFrMCRZoJ6g==",
2026 "ansi-styles": "^3.2.0",
2027 "escape-string-regexp": "^1.0.5",
2028 "supports-color": "^5.2.0"
2034 "node_modules/@pact-foundation/pact/node_modules/graphql": {
2035 "version": "14.7.0",
2045 "node_modules/@playwright/test": {
2046 "version": "1.21.1",
2048 "license": "Apache-2.0",
2050 "@babel/code-frame": "7.16.7",
2051 "@babel/core": "7.16.12",
2052 "@babel/helper-plugin-utils": "7.16.7",
2053 "@babel/plugin-proposal-class-properties": "7.16.7",
2054 "@babel/plugin-proposal-dynamic-import": "7.16.7",
2055 "@babel/plugin-proposal-export-namespace-from": "7.16.7",
2056 "@babel/plugin-proposal-logical-assignment-operators": "7.16.7",
2057 "@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
2058 "@babel/plugin-proposal-numeric-separator": "7.16.7",
2059 "@babel/plugin-proposal-optional-chaining": "7.16.7",
2060 "@babel/plugin-proposal-private-methods": "7.16.11",
2061 "@babel/plugin-proposal-private-property-in-object": "7.16.7",
2062 "@babel/plugin-syntax-async-generators": "7.8.4",
2063 "@babel/plugin-syntax-json-strings": "7.8.3",
2064 "@babel/plugin-syntax-object-rest-spread": "7.8.3",
2065 "@babel/plugin-syntax-optional-catch-binding": "7.8.3",
2066 "@babel/plugin-transform-modules-commonjs": "7.16.8",
2067 "@babel/preset-typescript": "7.16.7",
2069 "commander": "8.3.0",
2072 "jest-matcher-utils": "27.2.5",
2075 "minimatch": "3.0.4",
2079 "playwright-core": "1.21.1",
2081 "source-map-support": "0.4.18",
2082 "stack-utils": "2.0.5",
2086 "playwright": "cli.js"
2092 "node_modules/@playwright/test/node_modules/ansi-styles": {
2094 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2095 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2098 "color-convert": "^2.0.1"
2104 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2107 "node_modules/@playwright/test/node_modules/chalk": {
2109 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2110 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2113 "ansi-styles": "^4.1.0",
2114 "supports-color": "^7.1.0"
2120 "url": "https://github.com/chalk/chalk?sponsor=1"
2123 "node_modules/@playwright/test/node_modules/color-convert": {
2125 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2126 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2129 "color-name": "~1.1.4"
2135 "node_modules/@playwright/test/node_modules/color-name": {
2137 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2138 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2141 "node_modules/@playwright/test/node_modules/has-flag": {
2143 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2144 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2150 "node_modules/@playwright/test/node_modules/jest-matcher-utils": {
2151 "version": "27.2.5",
2152 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.2.5.tgz",
2153 "integrity": "sha512-qNR/kh6bz0Dyv3m68Ck2g1fLW5KlSOUNcFQh87VXHZwWc/gY6XwnKofx76Qytz3x5LDWT09/2+yXndTkaG4aWg==",
2157 "jest-diff": "^27.2.5",
2158 "jest-get-type": "^27.0.6",
2159 "pretty-format": "^27.2.5"
2162 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2165 "node_modules/@playwright/test/node_modules/ms": {
2167 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2168 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2171 "node_modules/@playwright/test/node_modules/pirates": {
2173 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.4.tgz",
2174 "integrity": "sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==",
2180 "node_modules/@playwright/test/node_modules/rimraf": {
2191 "url": "https://github.com/sponsors/isaacs"
2194 "node_modules/@playwright/test/node_modules/source-map-support": {
2195 "version": "0.4.18",
2196 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
2197 "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
2200 "source-map": "^0.5.6"
2203 "node_modules/@playwright/test/node_modules/supports-color": {
2205 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2206 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2209 "has-flag": "^4.0.0"
2215 "node_modules/@rollup/pluginutils": {
2217 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
2218 "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
2221 "estree-walker": "^2.0.1",
2222 "picomatch": "^2.2.2"
2228 "node_modules/@sinclair/typebox": {
2229 "version": "0.23.5",
2233 "node_modules/@sinonjs/commons": {
2235 "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
2236 "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
2239 "type-detect": "4.0.8"
2242 "node_modules/@sinonjs/fake-timers": {
2244 "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz",
2245 "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==",
2248 "@sinonjs/commons": "^1.7.0"
2251 "node_modules/@sveltejs/adapter-auto": {
2252 "version": "1.0.0-next.43",
2253 "resolved": "https://registry.npmjs.org/@sveltejs/adapter-auto/-/adapter-auto-1.0.0-next.43.tgz",
2254 "integrity": "sha512-ihlAdfMWmqNbo1zHIT77HG/fBZSrAD/VBFbUjm41+7jb3XUg87tQsMbsd/SQ360IAA2atbwKc/1wNKQLfpahDw==",
2257 "@sveltejs/adapter-cloudflare": "1.0.0-next.19",
2258 "@sveltejs/adapter-netlify": "1.0.0-next.58",
2259 "@sveltejs/adapter-vercel": "1.0.0-next.52"
2262 "node_modules/@sveltejs/adapter-cloudflare": {
2263 "version": "1.0.0-next.19",
2267 "esbuild": "^0.14.21",
2268 "worktop": "0.8.0-next.13"
2271 "node_modules/@sveltejs/adapter-netlify": {
2272 "version": "1.0.0-next.58",
2273 "resolved": "https://registry.npmjs.org/@sveltejs/adapter-netlify/-/adapter-netlify-1.0.0-next.58.tgz",
2274 "integrity": "sha512-ZkL9mop/oTLfSj3tPCnTjQw7cKfoYLiptDzTypv7l+HDfE7SCFzJuK7YenjTMPoKTakFVfYAEEVIdJEySZt5MQ==",
2277 "@iarna/toml": "^2.2.5",
2278 "esbuild": "^0.14.21",
2279 "tiny-glob": "^0.2.9"
2282 "node_modules/@sveltejs/adapter-vercel": {
2283 "version": "1.0.0-next.52",
2284 "resolved": "https://registry.npmjs.org/@sveltejs/adapter-vercel/-/adapter-vercel-1.0.0-next.52.tgz",
2285 "integrity": "sha512-HEGmOX1HPGAotmosms0k88sTG9LnPMEQkpmWoyMdcffsPcT45SkJepXP/lvqNNlbUl9epZX95nqyZVie/mauRA==",
2288 "esbuild": "^0.14.21"
2291 "node_modules/@sveltejs/kit": {
2292 "version": "1.0.0-next.334",
2293 "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-1.0.0-next.334.tgz",
2294 "integrity": "sha512-HPMF1oYBfyOG6wfU0Y6F4SID8jphue9yF+PXJqVTDBL5Z2WBG2ogum6MavE8aWhq+g2H6w5y0jNT8+8DO2KTCA==",
2297 "@sveltejs/vite-plugin-svelte": "^1.0.0-next.32",
2298 "chokidar": "^3.5.3",
2303 "svelte-kit": "svelte-kit.js"
2308 "peerDependencies": {
2312 "node_modules/@sveltejs/vite-plugin-svelte": {
2313 "version": "1.0.0-next.44",
2314 "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-1.0.0-next.44.tgz",
2315 "integrity": "sha512-n+sssEWbzykPS447FmnNyU5GxEhrBPDVd0lxNZnxRGz9P6651LjjwAnISKr3CKgT9v8IybP8VD0n2i5XzbqExg==",
2318 "@rollup/pluginutils": "^4.2.1",
2320 "deepmerge": "^4.2.2",
2322 "magic-string": "^0.26.1",
2323 "svelte-hmr": "^0.14.11"
2326 "node": "^14.13.1 || >= 16"
2328 "peerDependencies": {
2329 "diff-match-patch": "^1.0.5",
2330 "svelte": "^3.44.0",
2333 "peerDependenciesMeta": {
2334 "diff-match-patch": {
2339 "node_modules/@sveltejs/vite-plugin-svelte/node_modules/debug": {
2341 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
2342 "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2350 "peerDependenciesMeta": {
2356 "node_modules/@tailwindcss/typography": {
2361 "lodash.castarray": "^4.4.0",
2362 "lodash.isplainobject": "^4.0.6",
2363 "lodash.merge": "^4.6.2"
2365 "peerDependencies": {
2366 "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || insiders"
2369 "node_modules/@testing-library/dom": {
2370 "version": "8.13.0",
2371 "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.13.0.tgz",
2372 "integrity": "sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ==",
2375 "@babel/code-frame": "^7.10.4",
2376 "@babel/runtime": "^7.12.5",
2377 "@types/aria-query": "^4.2.0",
2378 "aria-query": "^5.0.0",
2380 "dom-accessibility-api": "^0.5.9",
2381 "lz-string": "^1.4.4",
2382 "pretty-format": "^27.0.2"
2388 "node_modules/@testing-library/dom/node_modules/ansi-styles": {
2393 "color-convert": "^2.0.1"
2399 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2402 "node_modules/@testing-library/dom/node_modules/chalk": {
2407 "ansi-styles": "^4.1.0",
2408 "supports-color": "^7.1.0"
2414 "url": "https://github.com/chalk/chalk?sponsor=1"
2417 "node_modules/@testing-library/dom/node_modules/color-convert": {
2422 "color-name": "~1.1.4"
2428 "node_modules/@testing-library/dom/node_modules/color-name": {
2433 "node_modules/@testing-library/dom/node_modules/has-flag": {
2441 "node_modules/@testing-library/dom/node_modules/supports-color": {
2446 "has-flag": "^4.0.0"
2452 "node_modules/@testing-library/jest-dom": {
2453 "version": "5.16.4",
2454 "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz",
2455 "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==",
2458 "@babel/runtime": "^7.9.2",
2459 "@types/testing-library__jest-dom": "^5.9.1",
2460 "aria-query": "^5.0.0",
2463 "css.escape": "^1.5.1",
2464 "dom-accessibility-api": "^0.5.6",
2465 "lodash": "^4.17.15",
2474 "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": {
2479 "color-convert": "^2.0.1"
2485 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2488 "node_modules/@testing-library/jest-dom/node_modules/chalk": {
2493 "ansi-styles": "^4.1.0",
2494 "supports-color": "^7.1.0"
2500 "node_modules/@testing-library/jest-dom/node_modules/color-convert": {
2505 "color-name": "~1.1.4"
2511 "node_modules/@testing-library/jest-dom/node_modules/color-name": {
2516 "node_modules/@testing-library/jest-dom/node_modules/has-flag": {
2524 "node_modules/@testing-library/jest-dom/node_modules/supports-color": {
2529 "has-flag": "^4.0.0"
2535 "node_modules/@testing-library/svelte": {
2537 "resolved": "https://registry.npmjs.org/@testing-library/svelte/-/svelte-3.1.1.tgz",
2538 "integrity": "sha512-JM0MwtUCbL13CkdosivF5So5s7Y1cGTrrIGTNUOy4vq+quCvHTiFkHLRsUuOyFhGG3fXT6lhCzX30ichG+AlHA==",
2541 "@testing-library/dom": "^8.1.0"
2546 "peerDependencies": {
2550 "node_modules/@testing-library/user-event": {
2551 "version": "14.2.0",
2552 "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.0.tgz",
2553 "integrity": "sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ==",
2559 "peerDependencies": {
2560 "@testing-library/dom": ">=7.21.4"
2563 "node_modules/@tootallnate/once": {
2565 "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
2566 "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
2572 "node_modules/@types/aria-query": {
2577 "node_modules/@types/babel__core": {
2578 "version": "7.1.19",
2579 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz",
2580 "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==",
2583 "@babel/parser": "^7.1.0",
2584 "@babel/types": "^7.0.0",
2585 "@types/babel__generator": "*",
2586 "@types/babel__template": "*",
2587 "@types/babel__traverse": "*"
2590 "node_modules/@types/babel__generator": {
2592 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
2593 "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
2596 "@babel/types": "^7.0.0"
2599 "node_modules/@types/babel__template": {
2601 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
2602 "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
2605 "@babel/parser": "^7.1.0",
2606 "@babel/types": "^7.0.0"
2609 "node_modules/@types/babel__traverse": {
2610 "version": "7.17.1",
2611 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz",
2612 "integrity": "sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==",
2615 "@babel/types": "^7.3.0"
2618 "node_modules/@types/bluebird": {
2619 "version": "3.5.35",
2623 "node_modules/@types/body-parser": {
2624 "version": "1.19.0",
2628 "@types/connect": "*",
2632 "node_modules/@types/caseless": {
2633 "version": "0.12.2",
2634 "resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.2.tgz",
2635 "integrity": "sha512-6ckxMjBBD8URvjB6J3NcnuAn5Pkl7t3TizAg+xdlzzQGSPSmBcXf8KoIH0ua/i+tio+ZRUHEXp0HEmvaR4kt0w==",
2638 "node_modules/@types/connect": {
2639 "version": "3.4.34",
2646 "node_modules/@types/express": {
2647 "version": "4.17.12",
2651 "@types/body-parser": "*",
2652 "@types/express-serve-static-core": "^4.17.18",
2654 "@types/serve-static": "*"
2657 "node_modules/@types/express-serve-static-core": {
2658 "version": "4.17.22",
2664 "@types/range-parser": "*"
2667 "node_modules/@types/graceful-fs": {
2669 "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
2670 "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
2676 "node_modules/@types/istanbul-lib-coverage": {
2681 "node_modules/@types/istanbul-lib-report": {
2686 "@types/istanbul-lib-coverage": "*"
2689 "node_modules/@types/istanbul-reports": {
2694 "@types/istanbul-lib-report": "*"
2697 "node_modules/@types/jest": {
2698 "version": "27.5.1",
2699 "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz",
2700 "integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==",
2703 "jest-matcher-utils": "^27.0.0",
2704 "pretty-format": "^27.0.0"
2707 "node_modules/@types/jsdom": {
2708 "version": "16.2.14",
2713 "@types/parse5": "*",
2714 "@types/tough-cookie": "*"
2717 "node_modules/@types/json-schema": {
2718 "version": "7.0.11",
2722 "node_modules/@types/mime": {
2727 "node_modules/@types/needle": {
2735 "node_modules/@types/node": {
2736 "version": "15.12.5",
2740 "node_modules/@types/parse5": {
2745 "node_modules/@types/pino": {
2746 "version": "6.3.12",
2747 "resolved": "https://registry.npmjs.org/@types/pino/-/pino-6.3.12.tgz",
2748 "integrity": "sha512-dsLRTq8/4UtVSpJgl9aeqHvbh6pzdmjYD3C092SYgLD2TyoCqHpTJk6vp8DvCTGGc7iowZ2MoiYiVUUCcu7muw==",
2752 "@types/pino-pretty": "*",
2753 "@types/pino-std-serializers": "*",
2754 "sonic-boom": "^2.1.0"
2757 "node_modules/@types/pino-pretty": {
2759 "resolved": "https://registry.npmjs.org/@types/pino-pretty/-/pino-pretty-4.7.5.tgz",
2760 "integrity": "sha512-rfHe6VIknk14DymxGqc9maGsRe8/HQSvM2u46EAz2XrS92qsAJnW16dpdFejBuZKD8cRJX6Aw6uVZqIQctMpAg==",
2764 "@types/pino": "6.3"
2767 "node_modules/@types/pino-std-serializers": {
2769 "resolved": "https://registry.npmjs.org/@types/pino-std-serializers/-/pino-std-serializers-2.4.1.tgz",
2770 "integrity": "sha512-17XcksO47M24IVTVKPeAByWUd3Oez7EbIjXpSbzMPhXVzgjGtrOa49gKBwxH9hb8dKv58OelsWQ+A1G1l9S3wQ==",
2776 "node_modules/@types/prettier": {
2778 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.1.tgz",
2779 "integrity": "sha512-XFjFHmaLVifrAKaZ+EKghFHtHSUonyw8P2Qmy2/+osBnrKbH9UYtlK10zg8/kCt47MFilll/DEDKy3DHfJ0URw==",
2782 "node_modules/@types/pug": {
2787 "node_modules/@types/q": {
2789 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.0.7.tgz",
2790 "integrity": "sha512-0WS7XU7sXzQ7J1nbnMKKYdjrrFoO3YtZYgUzeV8JFXffPnHfvSJQleR70I8BOAsOm14i4dyaAZ3YzqIl1YhkXQ==",
2793 "node_modules/@types/qs": {
2798 "node_modules/@types/range-parser": {
2803 "node_modules/@types/request": {
2804 "version": "2.48.2",
2805 "resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.2.tgz",
2806 "integrity": "sha512-gP+PSFXAXMrd5PcD7SqHeUjdGshAI8vKQ3+AvpQr3ht9iQea+59LOKvKITcQI+Lg+1EIkDP6AFSBUJPWG8GDyA==",
2809 "@types/caseless": "*",
2811 "@types/tough-cookie": "*",
2812 "form-data": "^2.5.0"
2815 "node_modules/@types/sass": {
2816 "version": "1.43.1",
2823 "node_modules/@types/serve-static": {
2824 "version": "1.13.9",
2828 "@types/mime": "^1",
2832 "node_modules/@types/stack-utils": {
2837 "node_modules/@types/testing-library__jest-dom": {
2838 "version": "5.14.0",
2845 "node_modules/@types/tough-cookie": {
2850 "node_modules/@types/yargs": {
2851 "version": "17.0.10",
2852 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.10.tgz",
2853 "integrity": "sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==",
2856 "@types/yargs-parser": "*"
2859 "node_modules/@types/yargs-parser": {
2860 "version": "20.2.0",
2864 "node_modules/@types/yauzl": {
2865 "version": "2.10.0",
2873 "node_modules/@typescript-eslint/eslint-plugin": {
2874 "version": "5.21.0",
2878 "@typescript-eslint/scope-manager": "5.21.0",
2879 "@typescript-eslint/type-utils": "5.21.0",
2880 "@typescript-eslint/utils": "5.21.0",
2882 "functional-red-black-tree": "^1.0.1",
2884 "regexpp": "^3.2.0",
2886 "tsutils": "^3.21.0"
2889 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2892 "type": "opencollective",
2893 "url": "https://opencollective.com/typescript-eslint"
2895 "peerDependencies": {
2896 "@typescript-eslint/parser": "^5.0.0",
2897 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
2899 "peerDependenciesMeta": {
2905 "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
2910 "lru-cache": "^6.0.0"
2913 "semver": "bin/semver.js"
2919 "node_modules/@typescript-eslint/parser": {
2920 "version": "5.21.0",
2922 "license": "BSD-2-Clause",
2924 "@typescript-eslint/scope-manager": "5.21.0",
2925 "@typescript-eslint/types": "5.21.0",
2926 "@typescript-eslint/typescript-estree": "5.21.0",
2930 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2933 "type": "opencollective",
2934 "url": "https://opencollective.com/typescript-eslint"
2936 "peerDependencies": {
2937 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
2939 "peerDependenciesMeta": {
2945 "node_modules/@typescript-eslint/scope-manager": {
2946 "version": "5.21.0",
2950 "@typescript-eslint/types": "5.21.0",
2951 "@typescript-eslint/visitor-keys": "5.21.0"
2954 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2957 "type": "opencollective",
2958 "url": "https://opencollective.com/typescript-eslint"
2961 "node_modules/@typescript-eslint/type-utils": {
2962 "version": "5.21.0",
2966 "@typescript-eslint/utils": "5.21.0",
2968 "tsutils": "^3.21.0"
2971 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2974 "type": "opencollective",
2975 "url": "https://opencollective.com/typescript-eslint"
2977 "peerDependencies": {
2980 "peerDependenciesMeta": {
2986 "node_modules/@typescript-eslint/types": {
2987 "version": "5.21.0",
2991 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2994 "type": "opencollective",
2995 "url": "https://opencollective.com/typescript-eslint"
2998 "node_modules/@typescript-eslint/typescript-estree": {
2999 "version": "5.21.0",
3001 "license": "BSD-2-Clause",
3003 "@typescript-eslint/types": "5.21.0",
3004 "@typescript-eslint/visitor-keys": "5.21.0",
3006 "globby": "^11.0.4",
3007 "is-glob": "^4.0.3",
3009 "tsutils": "^3.21.0"
3012 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
3015 "type": "opencollective",
3016 "url": "https://opencollective.com/typescript-eslint"
3018 "peerDependenciesMeta": {
3024 "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
3029 "lru-cache": "^6.0.0"
3032 "semver": "bin/semver.js"
3038 "node_modules/@typescript-eslint/utils": {
3039 "version": "5.21.0",
3043 "@types/json-schema": "^7.0.9",
3044 "@typescript-eslint/scope-manager": "5.21.0",
3045 "@typescript-eslint/types": "5.21.0",
3046 "@typescript-eslint/typescript-estree": "5.21.0",
3047 "eslint-scope": "^5.1.1",
3048 "eslint-utils": "^3.0.0"
3051 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
3054 "type": "opencollective",
3055 "url": "https://opencollective.com/typescript-eslint"
3057 "peerDependencies": {
3058 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
3061 "node_modules/@typescript-eslint/visitor-keys": {
3062 "version": "5.21.0",
3066 "@typescript-eslint/types": "5.21.0",
3067 "eslint-visitor-keys": "^3.0.0"
3070 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
3073 "type": "opencollective",
3074 "url": "https://opencollective.com/typescript-eslint"
3077 "node_modules/@wry/context": {
3088 "node_modules/@wry/equality": {
3099 "node_modules/@wry/trie": {
3110 "node_modules/abab": {
3112 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
3113 "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
3116 "node_modules/accepts": {
3121 "mime-types": "~2.1.34",
3122 "negotiator": "0.6.3"
3128 "node_modules/acorn": {
3133 "acorn": "bin/acorn"
3139 "node_modules/acorn-globals": {
3141 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
3142 "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
3146 "acorn-walk": "^7.1.1"
3149 "node_modules/acorn-jsx": {
3153 "peerDependencies": {
3154 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
3157 "node_modules/acorn-node": {
3160 "license": "Apache-2.0",
3163 "acorn-walk": "^7.0.0",
3167 "node_modules/acorn-walk": {
3175 "node_modules/agent-base": {
3186 "node_modules/ajv": {
3187 "version": "6.12.6",
3191 "fast-deep-equal": "^3.1.1",
3192 "fast-json-stable-stringify": "^2.0.0",
3193 "json-schema-traverse": "^0.4.1",
3198 "url": "https://github.com/sponsors/epoberezkin"
3201 "node_modules/ansi-escapes": {
3203 "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
3204 "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
3207 "type-fest": "^0.21.3"
3213 "url": "https://github.com/sponsors/sindresorhus"
3216 "node_modules/ansi-regex": {
3224 "node_modules/ansi-styles": {
3229 "color-convert": "^1.9.0"
3235 "node_modules/anymatch": {
3240 "normalize-path": "^3.0.0",
3241 "picomatch": "^2.0.4"
3247 "node_modules/arg": {
3252 "node_modules/argparse": {
3253 "version": "1.0.10",
3254 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3255 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3258 "sprintf-js": "~1.0.2"
3261 "node_modules/args": {
3263 "resolved": "https://registry.npmjs.org/args/-/args-5.0.3.tgz",
3264 "integrity": "sha512-h6k/zfFgusnv3i5TU08KQkVKuCPBtL/PWQbWkHUxvJrZ2nAyeaUupneemcrgn1xmqxPQsPIzwkUhOpoqPDRZuA==",
3267 "camelcase": "5.0.0",
3276 "node_modules/args/node_modules/camelcase": {
3278 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz",
3279 "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==",
3285 "node_modules/args/node_modules/leven": {
3287 "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz",
3288 "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=",
3294 "node_modules/aria-query": {
3297 "license": "Apache-2.0",
3302 "node_modules/array-flatten": {
3307 "node_modules/array-union": {
3315 "node_modules/asynckit": {
3320 "node_modules/atob": {
3323 "license": "(MIT OR Apache-2.0)",
3325 "atob": "bin/atob.js"
3331 "node_modules/atomic-sleep": {
3339 "node_modules/autoprefixer": {
3340 "version": "10.4.5",
3344 "type": "opencollective",
3345 "url": "https://opencollective.com/postcss/"
3349 "url": "https://tidelift.com/funding/github/npm/autoprefixer"
3354 "browserslist": "^4.20.2",
3355 "caniuse-lite": "^1.0.30001332",
3356 "fraction.js": "^4.2.0",
3357 "normalize-range": "^0.1.2",
3358 "picocolors": "^1.0.0",
3359 "postcss-value-parser": "^4.2.0"
3362 "autoprefixer": "bin/autoprefixer"
3365 "node": "^10 || ^12 || >=14"
3367 "peerDependencies": {
3371 "node_modules/babel-jest": {
3372 "version": "28.1.0",
3373 "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.0.tgz",
3374 "integrity": "sha512-zNKk0yhDZ6QUwfxh9k07GII6siNGMJWVUU49gmFj5gfdqDKLqa2RArXOF2CODp4Dr7dLxN2cvAV+667dGJ4b4w==",
3377 "@jest/transform": "^28.1.0",
3378 "@types/babel__core": "^7.1.14",
3379 "babel-plugin-istanbul": "^6.1.1",
3380 "babel-preset-jest": "^28.0.2",
3382 "graceful-fs": "^4.2.9",
3386 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
3388 "peerDependencies": {
3389 "@babel/core": "^7.8.0"
3392 "node_modules/babel-jest/node_modules/ansi-styles": {
3394 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3395 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3398 "color-convert": "^2.0.1"
3404 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3407 "node_modules/babel-jest/node_modules/chalk": {
3409 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3410 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3413 "ansi-styles": "^4.1.0",
3414 "supports-color": "^7.1.0"
3420 "url": "https://github.com/chalk/chalk?sponsor=1"
3423 "node_modules/babel-jest/node_modules/color-convert": {
3425 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
3426 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
3429 "color-name": "~1.1.4"
3435 "node_modules/babel-jest/node_modules/color-name": {
3437 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
3438 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
3441 "node_modules/babel-jest/node_modules/has-flag": {
3443 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
3444 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
3450 "node_modules/babel-jest/node_modules/supports-color": {
3452 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3453 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3456 "has-flag": "^4.0.0"
3462 "node_modules/babel-plugin-dynamic-import-node": {
3467 "object.assign": "^4.1.0"
3470 "node_modules/babel-plugin-istanbul": {
3472 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
3473 "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
3476 "@babel/helper-plugin-utils": "^7.0.0",
3477 "@istanbuljs/load-nyc-config": "^1.0.0",
3478 "@istanbuljs/schema": "^0.1.2",
3479 "istanbul-lib-instrument": "^5.0.4",
3480 "test-exclude": "^6.0.0"
3486 "node_modules/babel-plugin-jest-hoist": {
3487 "version": "28.0.2",
3488 "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.0.2.tgz",
3489 "integrity": "sha512-Kizhn/ZL+68ZQHxSnHyuvJv8IchXD62KQxV77TBDV/xoBFBOfgRAk97GNs6hXdTTCiVES9nB2I6+7MXXrk5llQ==",
3492 "@babel/template": "^7.3.3",
3493 "@babel/types": "^7.3.3",
3494 "@types/babel__core": "^7.1.14",
3495 "@types/babel__traverse": "^7.0.6"
3498 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
3501 "node_modules/babel-preset-current-node-syntax": {
3503 "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
3504 "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
3507 "@babel/plugin-syntax-async-generators": "^7.8.4",
3508 "@babel/plugin-syntax-bigint": "^7.8.3",
3509 "@babel/plugin-syntax-class-properties": "^7.8.3",
3510 "@babel/plugin-syntax-import-meta": "^7.8.3",
3511 "@babel/plugin-syntax-json-strings": "^7.8.3",
3512 "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
3513 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
3514 "@babel/plugin-syntax-numeric-separator": "^7.8.3",
3515 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
3516 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
3517 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
3518 "@babel/plugin-syntax-top-level-await": "^7.8.3"
3520 "peerDependencies": {
3521 "@babel/core": "^7.0.0"
3524 "node_modules/babel-preset-jest": {
3525 "version": "28.0.2",
3526 "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.0.2.tgz",
3527 "integrity": "sha512-sYzXIdgIXXroJTFeB3S6sNDWtlJ2dllCdTEsnZ65ACrMojj3hVNFRmnJ1HZtomGi+Be7aqpY/HJ92fr8OhKVkQ==",
3530 "babel-plugin-jest-hoist": "^28.0.2",
3531 "babel-preset-current-node-syntax": "^1.0.0"
3534 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
3536 "peerDependencies": {
3537 "@babel/core": "^7.0.0"
3540 "node_modules/balanced-match": {
3545 "node_modules/big-integer": {
3546 "version": "1.6.51",
3547 "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
3548 "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
3554 "node_modules/binary": {
3556 "resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
3557 "integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==",
3560 "buffers": "~0.1.1",
3561 "chainsaw": "~0.1.0"
3567 "node_modules/binary-extensions": {
3575 "node_modules/bluebird": {
3580 "node_modules/body-parser": {
3581 "version": "1.20.0",
3586 "content-type": "~1.0.4",
3590 "http-errors": "2.0.0",
3591 "iconv-lite": "0.4.24",
3592 "on-finished": "2.4.1",
3594 "raw-body": "2.5.1",
3595 "type-is": "~1.6.18",
3600 "npm": "1.2.8000 || >= 1.4.16"
3603 "node_modules/body-parser/node_modules/debug": {
3611 "node_modules/body-parser/node_modules/ms": {
3616 "node_modules/brace-expansion": {
3617 "version": "1.1.11",
3621 "balanced-match": "^1.0.0",
3622 "concat-map": "0.0.1"
3625 "node_modules/braces": {
3630 "fill-range": "^7.0.1"
3636 "node_modules/browser-process-hrtime": {
3638 "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
3639 "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",
3642 "node_modules/browserslist": {
3643 "version": "4.20.3",
3647 "type": "opencollective",
3648 "url": "https://opencollective.com/browserslist"
3652 "url": "https://tidelift.com/funding/github/npm/browserslist"
3657 "caniuse-lite": "^1.0.30001332",
3658 "electron-to-chromium": "^1.4.118",
3659 "escalade": "^3.1.1",
3660 "node-releases": "^2.0.3",
3661 "picocolors": "^1.0.0"
3664 "browserslist": "cli.js"
3667 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
3670 "node_modules/bs-logger": {
3675 "fast-json-stable-stringify": "2.x"
3681 "node_modules/bser": {
3683 "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
3684 "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
3687 "node-int64": "^0.4.0"
3690 "node_modules/buffer-crc32": {
3691 "version": "0.2.13",
3698 "node_modules/buffer-from": {
3703 "node_modules/buffer-indexof-polyfill": {
3705 "resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
3706 "integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
3712 "node_modules/buffers": {
3714 "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz",
3715 "integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==",
3721 "node_modules/bytes": {
3729 "node_modules/call-bind": {
3734 "function-bind": "^1.1.1",
3735 "get-intrinsic": "^1.0.2"
3738 "url": "https://github.com/sponsors/ljharb"
3741 "node_modules/callsites": {
3749 "node_modules/camelcase": {
3757 "node_modules/camelcase-css": {
3765 "node_modules/caniuse-lite": {
3766 "version": "1.0.30001334",
3770 "type": "opencollective",
3771 "url": "https://opencollective.com/browserslist"
3775 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
3778 "license": "CC-BY-4.0"
3780 "node_modules/chainsaw": {
3782 "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz",
3783 "integrity": "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==",
3786 "traverse": ">=0.3.0 <0.4"
3792 "node_modules/chalk": {
3797 "ansi-styles": "^3.2.1",
3798 "escape-string-regexp": "^1.0.5",
3799 "supports-color": "^5.3.0"
3805 "node_modules/char-regex": {
3807 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
3808 "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
3814 "node_modules/check-types": {
3816 "resolved": "https://registry.npmjs.org/check-types/-/check-types-7.3.0.tgz",
3817 "integrity": "sha512-bzDMlwEIZFtyK70RHwQhMCvXpPyJZgOCCKlvH9oAJz4quUQse8ZynYE5RQzKpY7b5PoL6G+jQMcZzUPD4p6tFg==",
3820 "node_modules/chokidar": {
3825 "type": "individual",
3826 "url": "https://paulmillr.com/funding/"
3831 "anymatch": "~3.1.2",
3833 "glob-parent": "~5.1.2",
3834 "is-binary-path": "~2.1.0",
3835 "is-glob": "~4.0.1",
3836 "normalize-path": "~3.0.0",
3837 "readdirp": "~3.6.0"
3842 "optionalDependencies": {
3843 "fsevents": "~2.3.2"
3846 "node_modules/chownr": {
3854 "node_modules/ci-info": {
3856 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.1.tgz",
3857 "integrity": "sha512-SXgeMX9VwDe7iFFaEWkA5AstuER9YKqy4EhHqr4DVqkwmD9rpVimkMKWHdjn30Ja45txyjhSn63lVX69eVCckg==",
3860 "node_modules/cjs-module-lexer": {
3862 "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
3863 "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==",
3866 "node_modules/cli-color": {
3871 "ansi-regex": "^2.1.1",
3873 "es5-ext": "^0.10.46",
3874 "es6-iterator": "^2.0.3",
3875 "memoizee": "^0.4.14",
3876 "timers-ext": "^0.1.5"
3879 "node_modules/cliui": {
3881 "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
3882 "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
3885 "string-width": "^4.2.0",
3886 "strip-ansi": "^6.0.0",
3887 "wrap-ansi": "^7.0.0"
3890 "node_modules/co": {
3899 "node_modules/collect-v8-coverage": {
3901 "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
3902 "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==",
3905 "node_modules/color": {
3910 "color-convert": "^2.0.1",
3911 "color-string": "^1.9.0"
3917 "node_modules/color-convert": {
3922 "color-name": "1.1.3"
3925 "node_modules/color-name": {
3930 "node_modules/color-string": {
3935 "color-name": "^1.0.0",
3936 "simple-swizzle": "^0.2.2"
3939 "node_modules/color/node_modules/color-convert": {
3944 "color-name": "~1.1.4"
3950 "node_modules/color/node_modules/color-name": {
3955 "node_modules/colors": {
3963 "node_modules/combined-stream": {
3968 "delayed-stream": "~1.0.0"
3974 "node_modules/commander": {
3982 "node_modules/concat-map": {
3987 "node_modules/concat-stream": {
3995 "buffer-from": "^1.0.0",
3996 "inherits": "^2.0.3",
3997 "readable-stream": "^2.2.2",
3998 "typedarray": "^0.0.6"
4001 "node_modules/concat-stream/node_modules/readable-stream": {
4006 "core-util-is": "~1.0.0",
4007 "inherits": "~2.0.3",
4008 "isarray": "~1.0.0",
4009 "process-nextick-args": "~2.0.0",
4010 "safe-buffer": "~5.1.1",
4011 "string_decoder": "~1.1.1",
4012 "util-deprecate": "~1.0.1"
4015 "node_modules/concat-stream/node_modules/string_decoder": {
4020 "safe-buffer": "~5.1.0"
4023 "node_modules/content-disposition": {
4028 "safe-buffer": "5.2.1"
4034 "node_modules/content-disposition/node_modules/safe-buffer": {
4040 "url": "https://github.com/sponsors/feross"
4044 "url": "https://www.patreon.com/feross"
4047 "type": "consulting",
4048 "url": "https://feross.org/support"
4053 "node_modules/content-type": {
4061 "node_modules/convert-source-map": {
4066 "safe-buffer": "~5.1.1"
4069 "node_modules/cookie": {
4077 "node_modules/cookie-signature": {
4082 "node_modules/core-util-is": {
4087 "node_modules/cross-fetch": {
4092 "node-fetch": "2.6.7"
4095 "node_modules/cross-spawn": {
4100 "path-key": "^3.1.0",
4101 "shebang-command": "^2.0.0",
4108 "node_modules/css": {
4113 "inherits": "^2.0.4",
4114 "source-map": "^0.6.1",
4115 "source-map-resolve": "^0.6.0"
4118 "node_modules/css-selector-tokenizer": {
4124 "fastparse": "^1.1.2"
4127 "node_modules/css.escape": {
4132 "node_modules/css/node_modules/source-map": {
4135 "license": "BSD-3-Clause",
4140 "node_modules/cssesc": {
4145 "cssesc": "bin/cssesc"
4151 "node_modules/cssom": {
4153 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz",
4154 "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==",
4157 "node_modules/cssstyle": {
4159 "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
4160 "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
4169 "node_modules/cssstyle/node_modules/cssom": {
4171 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
4172 "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
4180 "es5-ext": "^0.10.50",
4184 "node_modules/daisyui": {
4185 "version": "2.14.3",
4190 "css-selector-tokenizer": "^0.8.0",
4191 "postcss-js": "^4.0.0",
4192 "tailwindcss": "^3.0"
4194 "peerDependencies": {
4195 "autoprefixer": "^10.0.2",
4199 "node_modules/data-urls": {
4201 "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
4202 "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==",
4206 "whatwg-mimetype": "^3.0.0",
4207 "whatwg-url": "^11.0.0"
4213 "node_modules/data-urls/node_modules/whatwg-url": {
4214 "version": "11.0.0",
4215 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
4216 "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
4220 "webidl-conversions": "^7.0.0"
4226 "node_modules/dateformat": {
4228 "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
4229 "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
4235 "node_modules/debug": {
4245 "peerDependenciesMeta": {
4251 "node_modules/debug/node_modules/ms": {
4256 "node_modules/decimal.js": {
4257 "version": "10.3.1",
4258 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
4259 "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==",
4262 "node_modules/decode-uri-component": {
4270 "node_modules/dedent": {
4275 "node_modules/deep-is": {
4280 "node_modules/deepmerge": {
4288 "node_modules/define-lazy-prop": {
4296 "node_modules/define-properties": {
4301 "has-property-descriptors": "^1.0.0",
4302 "object-keys": "^1.1.1"
4308 "url": "https://github.com/sponsors/ljharb"
4311 "node_modules/defined": {
4316 "node_modules/delayed-stream": {
4324 "node_modules/depd": {
4332 "node_modules/destroy": {
4338 "npm": "1.2.8000 || >= 1.4.16"
4341 "node_modules/detect-indent": {
4349 "node_modules/detect-newline": {
4351 "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
4352 "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
4358 "node_modules/detective": {
4363 "acorn-node": "^1.6.1",
4364 "defined": "^1.0.0",
4365 "minimist": "^1.1.1"
4368 "detective": "bin/detective.js"
4374 "node_modules/didyoumean": {
4377 "license": "Apache-2.0"
4379 "node_modules/diff-sequences": {
4380 "version": "27.5.1",
4384 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
4387 "node_modules/dir-glob": {
4392 "path-type": "^4.0.0"
4398 "node_modules/dlv": {
4403 "node_modules/doctrine": {
4406 "license": "Apache-2.0",
4414 "node_modules/dom-accessibility-api": {
4415 "version": "0.5.14",
4419 "node_modules/domexception": {
4421 "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz",
4422 "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==",
4425 "webidl-conversions": "^7.0.0"
4431 "node_modules/duplexer2": {
4433 "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
4434 "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=",
4437 "readable-stream": "^2.0.2"
4440 "node_modules/duplexer2/node_modules/readable-stream": {
4442 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
4443 "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
4446 "core-util-is": "~1.0.0",
4447 "inherits": "~2.0.3",
4448 "isarray": "~1.0.0",
4449 "process-nextick-args": "~2.0.0",
4450 "safe-buffer": "~5.1.1",
4451 "string_decoder": "~1.1.1",
4452 "util-deprecate": "~1.0.1"
4455 "node_modules/duplexer2/node_modules/string_decoder": {
4457 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
4458 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
4461 "safe-buffer": "~5.1.0"
4464 "node_modules/ee-first": {
4469 "node_modules/electron-to-chromium": {
4470 "version": "1.4.129",
4474 "node_modules/emittery": {
4475 "version": "0.10.2",
4476 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz",
4477 "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==",
4483 "url": "https://github.com/sindresorhus/emittery?sponsor=1"
4486 "node_modules/emoji-regex": {
4491 "node_modules/encodeurl": {
4499 "node_modules/end-of-stream": {
4507 "node_modules/error-ex": {
4512 "is-arrayish": "^0.2.1"
4515 "node_modules/es5-ext": {
4516 "version": "0.10.61",
4518 "hasInstallScript": true,
4521 "es6-iterator": "^2.0.3",
4522 "es6-symbol": "^3.1.3",
4523 "next-tick": "^1.1.0"
4529 "node_modules/es6-iterator": {
4535 "es5-ext": "^0.10.35",
4536 "es6-symbol": "^3.1.1"
4539 "node_modules/es6-object-assign": {
4544 "node_modules/es6-promise": {
4549 "node_modules/es6-symbol": {
4558 "node_modules/es6-weak-map": {
4564 "es5-ext": "^0.10.46",
4565 "es6-iterator": "^2.0.3",
4566 "es6-symbol": "^3.1.1"
4569 "node_modules/esbuild": {
4570 "version": "0.14.38",
4572 "hasInstallScript": true,
4575 "esbuild": "bin/esbuild"
4580 "optionalDependencies": {
4581 "esbuild-android-64": "0.14.38",
4582 "esbuild-android-arm64": "0.14.38",
4583 "esbuild-darwin-64": "0.14.38",
4584 "esbuild-darwin-arm64": "0.14.38",
4585 "esbuild-freebsd-64": "0.14.38",
4586 "esbuild-freebsd-arm64": "0.14.38",
4587 "esbuild-linux-32": "0.14.38",
4588 "esbuild-linux-64": "0.14.38",
4589 "esbuild-linux-arm": "0.14.38",
4590 "esbuild-linux-arm64": "0.14.38",
4591 "esbuild-linux-mips64le": "0.14.38",
4592 "esbuild-linux-ppc64le": "0.14.38",
4593 "esbuild-linux-riscv64": "0.14.38",
4594 "esbuild-linux-s390x": "0.14.38",
4595 "esbuild-netbsd-64": "0.14.38",
4596 "esbuild-openbsd-64": "0.14.38",
4597 "esbuild-sunos-64": "0.14.38",
4598 "esbuild-windows-32": "0.14.38",
4599 "esbuild-windows-64": "0.14.38",
4600 "esbuild-windows-arm64": "0.14.38"
4603 "node_modules/esbuild-darwin-64": {
4604 "version": "0.14.38",
4618 "node_modules/escalade": {
4626 "node_modules/escape-html": {
4631 "node_modules/escape-string-regexp": {
4639 "node_modules/escodegen": {
4641 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
4642 "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
4645 "esprima": "^4.0.1",
4646 "estraverse": "^5.2.0",
4647 "esutils": "^2.0.2",
4648 "optionator": "^0.8.1"
4651 "escodegen": "bin/escodegen.js",
4652 "esgenerate": "bin/esgenerate.js"
4657 "optionalDependencies": {
4658 "source-map": "~0.6.1"
4661 "node_modules/escodegen/node_modules/estraverse": {
4663 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
4664 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
4670 "node_modules/escodegen/node_modules/levn": {
4672 "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
4673 "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
4676 "prelude-ls": "~1.1.2",
4677 "type-check": "~0.3.2"
4683 "node_modules/escodegen/node_modules/optionator": {
4685 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
4686 "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
4689 "deep-is": "~0.1.3",
4690 "fast-levenshtein": "~2.0.6",
4692 "prelude-ls": "~1.1.2",
4693 "type-check": "~0.3.2",
4694 "word-wrap": "~1.2.3"
4700 "node_modules/escodegen/node_modules/prelude-ls": {
4702 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
4703 "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
4709 "node_modules/escodegen/node_modules/source-map": {
4711 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
4712 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
4719 "node_modules/escodegen/node_modules/type-check": {
4721 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
4722 "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
4725 "prelude-ls": "~1.1.2"
4731 "node_modules/eslint": {
4732 "version": "8.14.0",
4736 "@eslint/eslintrc": "^1.2.2",
4737 "@humanwhocodes/config-array": "^0.9.2",
4740 "cross-spawn": "^7.0.2",
4742 "doctrine": "^3.0.0",
4743 "escape-string-regexp": "^4.0.0",
4744 "eslint-scope": "^7.1.1",
4745 "eslint-utils": "^3.0.0",
4746 "eslint-visitor-keys": "^3.3.0",
4748 "esquery": "^1.4.0",
4749 "esutils": "^2.0.2",
4750 "fast-deep-equal": "^3.1.3",
4751 "file-entry-cache": "^6.0.1",
4752 "functional-red-black-tree": "^1.0.1",
4753 "glob-parent": "^6.0.1",
4754 "globals": "^13.6.0",
4756 "import-fresh": "^3.0.0",
4757 "imurmurhash": "^0.1.4",
4758 "is-glob": "^4.0.0",
4759 "js-yaml": "^4.1.0",
4760 "json-stable-stringify-without-jsonify": "^1.0.1",
4762 "lodash.merge": "^4.6.2",
4763 "minimatch": "^3.0.4",
4764 "natural-compare": "^1.4.0",
4765 "optionator": "^0.9.1",
4766 "regexpp": "^3.2.0",
4767 "strip-ansi": "^6.0.1",
4768 "strip-json-comments": "^3.1.0",
4769 "text-table": "^0.2.0",
4770 "v8-compile-cache": "^2.0.3"
4773 "eslint": "bin/eslint.js"
4776 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4779 "url": "https://opencollective.com/eslint"
4782 "node_modules/eslint-config-prettier": {
4787 "eslint-config-prettier": "bin/cli.js"
4789 "peerDependencies": {
4793 "node_modules/eslint-plugin-svelte3": {
4800 "peerDependencies": {
4801 "eslint": ">=6.0.0",
4805 "node_modules/eslint-scope": {
4808 "license": "BSD-2-Clause",
4810 "esrecurse": "^4.3.0",
4811 "estraverse": "^4.1.1"
4817 "node_modules/eslint-utils": {
4822 "eslint-visitor-keys": "^1.1.0"
4828 "url": "https://github.com/sponsors/mysticatea"
4831 "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
4834 "license": "Apache-2.0",
4839 "node_modules/eslint-visitor-keys": {
4842 "license": "Apache-2.0",
4847 "node_modules/eslint/node_modules/ansi-styles": {
4852 "color-convert": "^2.0.1"
4858 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4861 "node_modules/eslint/node_modules/argparse": {
4864 "license": "Python-2.0"
4866 "node_modules/eslint/node_modules/chalk": {
4871 "ansi-styles": "^4.1.0",
4872 "supports-color": "^7.1.0"
4878 "url": "https://github.com/chalk/chalk?sponsor=1"
4881 "node_modules/eslint/node_modules/color-convert": {
4886 "color-name": "~1.1.4"
4892 "node_modules/eslint/node_modules/color-name": {
4897 "node_modules/eslint/node_modules/escape-string-regexp": {
4905 "url": "https://github.com/sponsors/sindresorhus"
4908 "node_modules/eslint/node_modules/eslint-scope": {
4911 "license": "BSD-2-Clause",
4913 "esrecurse": "^4.3.0",
4914 "estraverse": "^5.2.0"
4917 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4920 "node_modules/eslint/node_modules/estraverse": {
4923 "license": "BSD-2-Clause",
4928 "node_modules/eslint/node_modules/glob-parent": {
4939 "node_modules/eslint/node_modules/globals": {
4940 "version": "13.13.0",
4944 "type-fest": "^0.20.2"
4950 "url": "https://github.com/sponsors/sindresorhus"
4953 "node_modules/eslint/node_modules/has-flag": {
4961 "node_modules/eslint/node_modules/js-yaml": {
4966 "argparse": "^2.0.1"
4969 "js-yaml": "bin/js-yaml.js"
4972 "node_modules/eslint/node_modules/supports-color": {
4977 "has-flag": "^4.0.0"
4983 "node_modules/eslint/node_modules/type-fest": {
4984 "version": "0.20.2",
4986 "license": "(MIT OR CC0-1.0)",
4991 "url": "https://github.com/sponsors/sindresorhus"
4994 "node_modules/espree": {
4997 "license": "BSD-2-Clause",
5000 "acorn-jsx": "^5.3.1",
5001 "eslint-visitor-keys": "^1.3.0"
5004 "node": "^10.12.0 || >=12.0.0"
5007 "node_modules/espree/node_modules/acorn": {
5012 "acorn": "bin/acorn"
5018 "node_modules/esprima": {
5020 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
5021 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
5024 "esparse": "bin/esparse.js",
5025 "esvalidate": "bin/esvalidate.js"
5031 "node_modules/esquery": {
5034 "license": "BSD-3-Clause",
5036 "estraverse": "^5.1.0"
5042 "node_modules/esquery/node_modules/estraverse": {
5045 "license": "BSD-2-Clause",
5050 "node_modules/esrecurse": {
5053 "license": "BSD-2-Clause",
5055 "estraverse": "^5.2.0"
5061 "node_modules/esrecurse/node_modules/estraverse": {
5064 "license": "BSD-2-Clause",
5069 "node_modules/estraverse": {
5072 "license": "BSD-2-Clause",
5077 "node_modules/estree-walker": {
5082 "node_modules/esutils": {
5085 "license": "BSD-2-Clause",
5090 "node_modules/etag": {
5098 "node_modules/event-emitter": {
5104 "es5-ext": "~0.10.14"
5107 "node_modules/eventemitter3": {
5112 "node_modules/execa": {
5114 "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
5115 "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
5118 "cross-spawn": "^7.0.3",
5119 "get-stream": "^6.0.0",
5120 "human-signals": "^2.1.0",
5121 "is-stream": "^2.0.0",
5122 "merge-stream": "^2.0.0",
5123 "npm-run-path": "^4.0.1",
5124 "onetime": "^5.1.2",
5125 "signal-exit": "^3.0.3",
5126 "strip-final-newline": "^2.0.0"
5132 "url": "https://github.com/sindresorhus/execa?sponsor=1"
5135 "node_modules/exit": {
5137 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
5138 "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
5144 "node_modules/expect": {
5145 "version": "27.2.5",
5146 "resolved": "https://registry.npmjs.org/expect/-/expect-27.2.5.tgz",
5147 "integrity": "sha512-ZrO0w7bo8BgGoP/bLz+HDCI+0Hfei9jUSZs5yI/Wyn9VkG9w8oJ7rHRgYj+MA7yqqFa0IwHA3flJzZtYugShJA==",
5150 "@jest/types": "^27.2.5",
5151 "ansi-styles": "^5.0.0",
5152 "jest-get-type": "^27.0.6",
5153 "jest-matcher-utils": "^27.2.5",
5154 "jest-message-util": "^27.2.5",
5155 "jest-regex-util": "^27.0.6"
5158 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5161 "node_modules/expect/node_modules/@jest/types": {
5162 "version": "27.5.1",
5163 "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
5164 "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
5167 "@types/istanbul-lib-coverage": "^2.0.0",
5168 "@types/istanbul-reports": "^3.0.0",
5170 "@types/yargs": "^16.0.0",
5174 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5177 "node_modules/expect/node_modules/@types/yargs": {
5178 "version": "16.0.4",
5179 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
5180 "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
5183 "@types/yargs-parser": "*"
5186 "node_modules/expect/node_modules/ansi-styles": {
5188 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
5189 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
5195 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5198 "node_modules/expect/node_modules/chalk": {
5200 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
5201 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
5204 "ansi-styles": "^4.1.0",
5205 "supports-color": "^7.1.0"
5211 "url": "https://github.com/chalk/chalk?sponsor=1"
5214 "node_modules/expect/node_modules/chalk/node_modules/ansi-styles": {
5216 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5217 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5220 "color-convert": "^2.0.1"
5226 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5229 "node_modules/expect/node_modules/color-convert": {
5231 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
5232 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
5235 "color-name": "~1.1.4"
5241 "node_modules/expect/node_modules/color-name": {
5243 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
5244 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
5247 "node_modules/expect/node_modules/has-flag": {
5249 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
5250 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
5256 "node_modules/expect/node_modules/jest-message-util": {
5257 "version": "27.5.1",
5258 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
5259 "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
5262 "@babel/code-frame": "^7.12.13",
5263 "@jest/types": "^27.5.1",
5264 "@types/stack-utils": "^2.0.0",
5266 "graceful-fs": "^4.2.9",
5267 "micromatch": "^4.0.4",
5268 "pretty-format": "^27.5.1",
5270 "stack-utils": "^2.0.3"
5273 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5276 "node_modules/expect/node_modules/jest-regex-util": {
5277 "version": "27.5.1",
5278 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
5279 "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
5282 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5285 "node_modules/expect/node_modules/supports-color": {
5287 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
5288 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
5291 "has-flag": "^4.0.0"
5297 "node_modules/express": {
5298 "version": "4.18.1",
5302 "accepts": "~1.3.8",
5303 "array-flatten": "1.1.1",
5304 "body-parser": "1.20.0",
5305 "content-disposition": "0.5.4",
5306 "content-type": "~1.0.4",
5308 "cookie-signature": "1.0.6",
5311 "encodeurl": "~1.0.2",
5312 "escape-html": "~1.0.3",
5314 "finalhandler": "1.2.0",
5316 "http-errors": "2.0.0",
5317 "merge-descriptors": "1.0.1",
5318 "methods": "~1.1.2",
5319 "on-finished": "2.4.1",
5320 "parseurl": "~1.3.3",
5321 "path-to-regexp": "0.1.7",
5322 "proxy-addr": "~2.0.7",
5324 "range-parser": "~1.2.1",
5325 "safe-buffer": "5.2.1",
5327 "serve-static": "1.15.0",
5328 "setprototypeof": "1.2.0",
5329 "statuses": "2.0.1",
5330 "type-is": "~1.6.18",
5331 "utils-merge": "1.0.1",
5338 "node_modules/express/node_modules/debug": {
5346 "node_modules/express/node_modules/ms": {
5351 "node_modules/express/node_modules/safe-buffer": {
5357 "url": "https://github.com/sponsors/feross"
5361 "url": "https://www.patreon.com/feross"
5364 "type": "consulting",
5365 "url": "https://feross.org/support"
5370 "node_modules/ext": {
5378 "node_modules/ext/node_modules/type": {
5383 "node_modules/extract-zip": {
5386 "license": "BSD-2-Clause",
5389 "get-stream": "^5.1.0",
5393 "extract-zip": "cli.js"
5396 "node": ">= 10.17.0"
5398 "optionalDependencies": {
5399 "@types/yauzl": "^2.9.1"
5402 "node_modules/extract-zip/node_modules/get-stream": {
5413 "url": "https://github.com/sponsors/sindresorhus"
5416 "node_modules/fast-deep-equal": {
5421 "node_modules/fast-glob": {
5422 "version": "3.2.11",
5426 "@nodelib/fs.stat": "^2.0.2",
5427 "@nodelib/fs.walk": "^1.2.3",
5428 "glob-parent": "^5.1.2",
5430 "micromatch": "^4.0.4"
5436 "node_modules/fast-json-stable-stringify": {
5441 "node_modules/fast-levenshtein": {
5446 "node_modules/fast-redact": {
5448 "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.1.1.tgz",
5449 "integrity": "sha512-odVmjC8x8jNeMZ3C+rPMESzXVSEU8tSWSHv9HFxP2mm89G/1WwqhrerJDQm9Zus8X6aoRgQDThKqptdNA6bt+A==",
5455 "node_modules/fast-safe-stringify": {
5457 "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
5458 "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
5461 "node_modules/fastparse": {
5466 "node_modules/fastq": {
5467 "version": "1.13.0",
5474 "node_modules/fb-watchman": {
5476 "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
5477 "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
5483 "node_modules/fd-slicer": {
5491 "node_modules/figgy-pudding": {
5493 "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz",
5494 "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
5497 "node_modules/file-entry-cache": {
5502 "flat-cache": "^3.0.4"
5505 "node": "^10.12.0 || >=12.0.0"
5508 "node_modules/fill-range": {
5513 "to-regex-range": "^5.0.1"
5519 "node_modules/finalhandler": {
5525 "encodeurl": "~1.0.2",
5526 "escape-html": "~1.0.3",
5527 "on-finished": "2.4.1",
5528 "parseurl": "~1.3.3",
5529 "statuses": "2.0.1",
5536 "node_modules/finalhandler/node_modules/debug": {
5544 "node_modules/finalhandler/node_modules/ms": {
5549 "node_modules/find-up": {
5551 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
5552 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
5555 "locate-path": "^5.0.0",
5556 "path-exists": "^4.0.0"
5562 "node_modules/flat-cache": {
5567 "flatted": "^3.1.0",
5571 "node": "^10.12.0 || >=12.0.0"
5574 "node_modules/flat-cache/node_modules/rimraf": {
5585 "url": "https://github.com/sponsors/isaacs"
5588 "node_modules/flatstr": {
5589 "version": "1.0.12",
5590 "resolved": "https://registry.npmjs.org/flatstr/-/flatstr-1.0.12.tgz",
5591 "integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==",
5594 "node_modules/flatted": {
5599 "node_modules/follow-redirects": {
5600 "version": "1.14.9",
5604 "type": "individual",
5605 "url": "https://github.com/sponsors/RubenVerborgh"
5612 "peerDependenciesMeta": {
5618 "node_modules/form-data": {
5623 "asynckit": "^0.4.0",
5624 "combined-stream": "^1.0.6",
5625 "mime-types": "^2.1.12"
5631 "node_modules/forwarded": {
5639 "node_modules/fraction.js": {
5648 "url": "https://www.patreon.com/infusion"
5651 "node_modules/fresh": {
5659 "node_modules/fs-minipass": {
5664 "minipass": "^3.0.0"
5670 "node_modules/fs.realpath": {
5675 "node_modules/fsevents": {
5684 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
5687 "node_modules/fstream": {
5688 "version": "1.0.12",
5689 "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
5690 "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
5693 "graceful-fs": "^4.1.2",
5694 "inherits": "~2.0.0",
5695 "mkdirp": ">=0.5 0",
5702 "node_modules/fstream/node_modules/mkdirp": {
5704 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
5705 "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
5708 "minimist": "^1.2.6"
5711 "mkdirp": "bin/cmd.js"
5714 "node_modules/function-bind": {
5719 "node_modules/functional-red-black-tree": {
5724 "node_modules/gensync": {
5725 "version": "1.0.0-beta.2",
5732 "node_modules/get-caller-file": {
5734 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
5735 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
5738 "node": "6.* || 8.* || >= 10.*"
5741 "node_modules/get-intrinsic": {
5746 "function-bind": "^1.1.1",
5748 "has-symbols": "^1.0.1"
5751 "url": "https://github.com/sponsors/ljharb"
5754 "node_modules/get-package-type": {
5756 "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
5757 "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
5763 "node_modules/get-stream": {
5765 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
5766 "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
5772 "url": "https://github.com/sponsors/sindresorhus"
5775 "node_modules/glob": {
5780 "fs.realpath": "^1.0.0",
5781 "inflight": "^1.0.4",
5783 "minimatch": "^3.0.4",
5785 "path-is-absolute": "^1.0.0"
5791 "url": "https://github.com/sponsors/isaacs"
5794 "node_modules/glob-parent": {
5805 "node_modules/globals": {
5806 "version": "11.12.0",
5813 "node_modules/globalyzer": {
5818 "node_modules/globby": {
5819 "version": "11.1.0",
5823 "array-union": "^2.1.0",
5824 "dir-glob": "^3.0.1",
5825 "fast-glob": "^3.2.9",
5834 "url": "https://github.com/sponsors/sindresorhus"
5837 "node_modules/globrex": {
5842 "node_modules/graceful-fs": {
5843 "version": "4.2.10",
5847 "node_modules/graphql": {
5848 "version": "16.4.0",
5853 "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
5856 "node_modules/graphql-tag": {
5857 "version": "2.12.6",
5866 "peerDependencies": {
5867 "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
5870 "node_modules/handlebars": {
5875 "minimist": "^1.2.5",
5876 "neo-async": "^2.6.0",
5877 "source-map": "^0.6.1",
5878 "wordwrap": "^1.0.0"
5881 "handlebars": "bin/handlebars"
5886 "optionalDependencies": {
5887 "uglify-js": "^3.1.4"
5890 "node_modules/handlebars/node_modules/source-map": {
5893 "license": "BSD-3-Clause",
5898 "node_modules/has": {
5903 "function-bind": "^1.1.1"
5909 "node_modules/has-flag": {
5917 "node_modules/has-property-descriptors": {
5922 "get-intrinsic": "^1.1.1"
5925 "url": "https://github.com/sponsors/ljharb"
5928 "node_modules/has-symbols": {
5936 "url": "https://github.com/sponsors/ljharb"
5939 "node_modules/hoist-non-react-statics": {
5942 "license": "BSD-3-Clause",
5944 "react-is": "^16.7.0"
5947 "node_modules/html-encoding-sniffer": {
5949 "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz",
5950 "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==",
5953 "whatwg-encoding": "^2.0.0"
5959 "node_modules/html-escaper": {
5961 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
5962 "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
5965 "node_modules/http-errors": {
5971 "inherits": "2.0.4",
5972 "setprototypeof": "1.2.0",
5973 "statuses": "2.0.1",
5974 "toidentifier": "1.0.1"
5980 "node_modules/http-proxy": {
5981 "version": "1.18.1",
5985 "eventemitter3": "^4.0.0",
5986 "follow-redirects": "^1.0.0",
5987 "requires-port": "^1.0.0"
5993 "node_modules/http-proxy-agent": {
5995 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
5996 "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
5999 "@tootallnate/once": "2",
6007 "node_modules/https-proxy-agent": {
6009 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
6010 "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
6020 "node_modules/human-signals": {
6022 "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
6023 "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
6029 "node_modules/iconv-lite": {
6030 "version": "0.4.24",
6034 "safer-buffer": ">= 2.1.2 < 3"
6040 "node_modules/ignore": {
6048 "node_modules/import-fresh": {
6053 "parent-module": "^1.0.0",
6054 "resolve-from": "^4.0.0"
6060 "url": "https://github.com/sponsors/sindresorhus"
6063 "node_modules/import-local": {
6065 "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
6066 "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
6069 "pkg-dir": "^4.2.0",
6070 "resolve-cwd": "^3.0.0"
6073 "import-local-fixture": "fixtures/cli.js"
6079 "url": "https://github.com/sponsors/sindresorhus"
6082 "node_modules/imurmurhash": {
6090 "node_modules/indent-string": {
6098 "node_modules/inflight": {
6107 "node_modules/inherits": {
6112 "node_modules/ini": {
6114 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
6115 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
6118 "node_modules/intl-messageformat": {
6119 "version": "9.13.0",
6121 "license": "BSD-3-Clause",
6123 "@formatjs/ecma402-abstract": "1.11.4",
6124 "@formatjs/fast-memoize": "1.2.1",
6125 "@formatjs/icu-messageformat-parser": "2.1.0",
6129 "node_modules/ip": {
6134 "node_modules/ipaddr.js": {
6142 "node_modules/is-arrayish": {
6147 "node_modules/is-binary-path": {
6152 "binary-extensions": "^2.0.0"
6158 "node_modules/is-core-module": {
6160 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
6161 "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
6167 "url": "https://github.com/sponsors/ljharb"
6170 "node_modules/is-docker": {
6175 "is-docker": "cli.js"
6181 "url": "https://github.com/sponsors/sindresorhus"
6184 "node_modules/is-extglob": {
6192 "node_modules/is-fullwidth-code-point": {
6200 "node_modules/is-generator-fn": {
6208 "node_modules/is-glob": {
6213 "is-extglob": "^2.1.1"
6219 "node_modules/is-number": {
6227 "node_modules/is-potential-custom-element-name": {
6229 "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
6230 "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
6233 "node_modules/is-promise": {
6238 "node_modules/is-stream": {
6240 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
6241 "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
6247 "url": "https://github.com/sponsors/sindresorhus"
6250 "node_modules/is-wsl": {
6255 "is-docker": "^2.0.0"
6261 "node_modules/isarray": {
6266 "node_modules/isexe": {
6271 "node_modules/istanbul-lib-coverage": {
6273 "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
6274 "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
6280 "node_modules/istanbul-lib-instrument": {
6282 "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.0.tgz",
6283 "integrity": "sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==",
6286 "@babel/core": "^7.12.3",
6287 "@babel/parser": "^7.14.7",
6288 "@istanbuljs/schema": "^0.1.2",
6289 "istanbul-lib-coverage": "^3.2.0",
6296 "node_modules/istanbul-lib-report": {
6298 "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
6299 "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
6302 "istanbul-lib-coverage": "^3.0.0",
6303 "make-dir": "^3.0.0",
6304 "supports-color": "^7.1.0"
6310 "node_modules/istanbul-lib-report/node_modules/has-flag": {
6312 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
6313 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
6319 "node_modules/istanbul-lib-report/node_modules/supports-color": {
6321 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
6322 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
6325 "has-flag": "^4.0.0"
6331 "node_modules/istanbul-lib-source-maps": {
6333 "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
6334 "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
6338 "istanbul-lib-coverage": "^3.0.0",
6339 "source-map": "^0.6.1"
6345 "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
6347 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
6348 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
6354 "node_modules/istanbul-reports": {
6356 "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz",
6357 "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==",
6360 "html-escaper": "^2.0.0",
6361 "istanbul-lib-report": "^3.0.0"
6367 "node_modules/iterall": {
6372 "node_modules/jest": {
6373 "version": "28.1.0",
6374 "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.0.tgz",
6375 "integrity": "sha512-TZR+tHxopPhzw3c3560IJXZWLNHgpcz1Zh0w5A65vynLGNcg/5pZ+VildAd7+XGOu6jd58XMY/HNn0IkZIXVXg==",
6378 "@jest/core": "^28.1.0",
6379 "import-local": "^3.0.2",
6380 "jest-cli": "^28.1.0"
6383 "jest": "bin/jest.js"
6386 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6388 "peerDependencies": {
6389 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
6391 "peerDependenciesMeta": {
6397 "node_modules/jest-changed-files": {
6398 "version": "28.0.2",
6399 "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.0.2.tgz",
6400 "integrity": "sha512-QX9u+5I2s54ZnGoMEjiM2WeBvJR2J7w/8ZUmH2um/WLAuGAYFQcsVXY9+1YL6k0H/AGUdH8pXUAv6erDqEsvIA==",
6407 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6410 "node_modules/jest-circus": {
6411 "version": "28.1.0",
6412 "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.0.tgz",
6413 "integrity": "sha512-rNYfqfLC0L0zQKRKsg4n4J+W1A2fbyGH7Ss/kDIocp9KXD9iaL111glsLu7+Z7FHuZxwzInMDXq+N1ZIBkI/TQ==",
6416 "@jest/environment": "^28.1.0",
6417 "@jest/expect": "^28.1.0",
6418 "@jest/test-result": "^28.1.0",
6419 "@jest/types": "^28.1.0",
6424 "is-generator-fn": "^2.0.0",
6425 "jest-each": "^28.1.0",
6426 "jest-matcher-utils": "^28.1.0",
6427 "jest-message-util": "^28.1.0",
6428 "jest-runtime": "^28.1.0",
6429 "jest-snapshot": "^28.1.0",
6430 "jest-util": "^28.1.0",
6431 "pretty-format": "^28.1.0",
6433 "stack-utils": "^2.0.3",
6437 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6440 "node_modules/jest-circus/node_modules/ansi-regex": {
6442 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
6443 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
6449 "node_modules/jest-circus/node_modules/ansi-styles": {
6451 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6452 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6455 "color-convert": "^2.0.1"
6461 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6464 "node_modules/jest-circus/node_modules/chalk": {
6466 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
6467 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
6470 "ansi-styles": "^4.1.0",
6471 "supports-color": "^7.1.0"
6477 "url": "https://github.com/chalk/chalk?sponsor=1"
6480 "node_modules/jest-circus/node_modules/color-convert": {
6482 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
6483 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
6486 "color-name": "~1.1.4"
6492 "node_modules/jest-circus/node_modules/color-name": {
6494 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
6495 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
6498 "node_modules/jest-circus/node_modules/diff-sequences": {
6499 "version": "28.0.2",
6500 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.0.2.tgz",
6501 "integrity": "sha512-YtEoNynLDFCRznv/XDalsKGSZDoj0U5kLnXvY0JSq3nBboRrZXjD81+eSiwi+nzcZDwedMmcowcxNwwgFW23mQ==",
6504 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6507 "node_modules/jest-circus/node_modules/has-flag": {
6509 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
6510 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
6516 "node_modules/jest-circus/node_modules/jest-diff": {
6517 "version": "28.1.0",
6518 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.0.tgz",
6519 "integrity": "sha512-8eFd3U3OkIKRtlasXfiAQfbovgFgRDb0Ngcs2E+FMeBZ4rUezqIaGjuyggJBp+llosQXNEWofk/Sz4Hr5gMUhA==",
6523 "diff-sequences": "^28.0.2",
6524 "jest-get-type": "^28.0.2",
6525 "pretty-format": "^28.1.0"
6528 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6531 "node_modules/jest-circus/node_modules/jest-get-type": {
6532 "version": "28.0.2",
6533 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
6534 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
6537 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6540 "node_modules/jest-circus/node_modules/jest-matcher-utils": {
6541 "version": "28.1.0",
6542 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.0.tgz",
6543 "integrity": "sha512-onnax0n2uTLRQFKAjC7TuaxibrPSvZgKTcSCnNUz/tOjJ9UhxNm7ZmPpoQavmTDUjXvUQ8KesWk2/VdrxIFzTQ==",
6547 "jest-diff": "^28.1.0",
6548 "jest-get-type": "^28.0.2",
6549 "pretty-format": "^28.1.0"
6552 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6555 "node_modules/jest-circus/node_modules/pretty-format": {
6556 "version": "28.1.0",
6557 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
6558 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
6561 "@jest/schemas": "^28.0.2",
6562 "ansi-regex": "^5.0.1",
6563 "ansi-styles": "^5.0.0",
6564 "react-is": "^18.0.0"
6567 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6570 "node_modules/jest-circus/node_modules/pretty-format/node_modules/ansi-styles": {
6572 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
6573 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
6579 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6582 "node_modules/jest-circus/node_modules/react-is": {
6583 "version": "18.1.0",
6584 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
6585 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
6588 "node_modules/jest-circus/node_modules/supports-color": {
6590 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
6591 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
6594 "has-flag": "^4.0.0"
6600 "node_modules/jest-cli": {
6601 "version": "28.1.0",
6602 "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.0.tgz",
6603 "integrity": "sha512-fDJRt6WPRriHrBsvvgb93OxgajHHsJbk4jZxiPqmZbMDRcHskfJBBfTyjFko0jjfprP544hOktdSi9HVgl4VUQ==",
6606 "@jest/core": "^28.1.0",
6607 "@jest/test-result": "^28.1.0",
6608 "@jest/types": "^28.1.0",
6611 "graceful-fs": "^4.2.9",
6612 "import-local": "^3.0.2",
6613 "jest-config": "^28.1.0",
6614 "jest-util": "^28.1.0",
6615 "jest-validate": "^28.1.0",
6616 "prompts": "^2.0.1",
6620 "jest": "bin/jest.js"
6623 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6625 "peerDependencies": {
6626 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
6628 "peerDependenciesMeta": {
6634 "node_modules/jest-cli/node_modules/ansi-styles": {
6636 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6637 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6640 "color-convert": "^2.0.1"
6646 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6649 "node_modules/jest-cli/node_modules/chalk": {
6651 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
6652 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
6655 "ansi-styles": "^4.1.0",
6656 "supports-color": "^7.1.0"
6662 "url": "https://github.com/chalk/chalk?sponsor=1"
6665 "node_modules/jest-cli/node_modules/color-convert": {
6667 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
6668 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
6671 "color-name": "~1.1.4"
6677 "node_modules/jest-cli/node_modules/color-name": {
6679 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
6680 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
6683 "node_modules/jest-cli/node_modules/has-flag": {
6685 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
6686 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
6692 "node_modules/jest-cli/node_modules/supports-color": {
6694 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
6695 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
6698 "has-flag": "^4.0.0"
6704 "node_modules/jest-config": {
6705 "version": "28.1.0",
6706 "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.0.tgz",
6707 "integrity": "sha512-aOV80E9LeWrmflp7hfZNn/zGA4QKv/xsn2w8QCBP0t0+YqObuCWTSgNbHJ0j9YsTuCO08ZR/wsvlxqqHX20iUA==",
6710 "@babel/core": "^7.11.6",
6711 "@jest/test-sequencer": "^28.1.0",
6712 "@jest/types": "^28.1.0",
6713 "babel-jest": "^28.1.0",
6715 "ci-info": "^3.2.0",
6716 "deepmerge": "^4.2.2",
6718 "graceful-fs": "^4.2.9",
6719 "jest-circus": "^28.1.0",
6720 "jest-environment-node": "^28.1.0",
6721 "jest-get-type": "^28.0.2",
6722 "jest-regex-util": "^28.0.2",
6723 "jest-resolve": "^28.1.0",
6724 "jest-runner": "^28.1.0",
6725 "jest-util": "^28.1.0",
6726 "jest-validate": "^28.1.0",
6727 "micromatch": "^4.0.4",
6728 "parse-json": "^5.2.0",
6729 "pretty-format": "^28.1.0",
6731 "strip-json-comments": "^3.1.1"
6734 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6736 "peerDependencies": {
6738 "ts-node": ">=9.0.0"
6740 "peerDependenciesMeta": {
6749 "node_modules/jest-config/node_modules/ansi-regex": {
6751 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
6752 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
6758 "node_modules/jest-config/node_modules/ansi-styles": {
6760 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6761 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6764 "color-convert": "^2.0.1"
6770 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6773 "node_modules/jest-config/node_modules/chalk": {
6775 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
6776 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
6779 "ansi-styles": "^4.1.0",
6780 "supports-color": "^7.1.0"
6786 "url": "https://github.com/chalk/chalk?sponsor=1"
6789 "node_modules/jest-config/node_modules/color-convert": {
6791 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
6792 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
6795 "color-name": "~1.1.4"
6801 "node_modules/jest-config/node_modules/color-name": {
6803 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
6804 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
6807 "node_modules/jest-config/node_modules/has-flag": {
6809 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
6810 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
6816 "node_modules/jest-config/node_modules/jest-get-type": {
6817 "version": "28.0.2",
6818 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
6819 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
6822 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6825 "node_modules/jest-config/node_modules/pretty-format": {
6826 "version": "28.1.0",
6827 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
6828 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
6831 "@jest/schemas": "^28.0.2",
6832 "ansi-regex": "^5.0.1",
6833 "ansi-styles": "^5.0.0",
6834 "react-is": "^18.0.0"
6837 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6840 "node_modules/jest-config/node_modules/pretty-format/node_modules/ansi-styles": {
6842 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
6843 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
6849 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6852 "node_modules/jest-config/node_modules/react-is": {
6853 "version": "18.1.0",
6854 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
6855 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
6858 "node_modules/jest-config/node_modules/supports-color": {
6860 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
6861 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
6864 "has-flag": "^4.0.0"
6870 "node_modules/jest-diff": {
6871 "version": "27.5.1",
6876 "diff-sequences": "^27.5.1",
6877 "jest-get-type": "^27.5.1",
6878 "pretty-format": "^27.5.1"
6881 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
6884 "node_modules/jest-diff/node_modules/ansi-styles": {
6889 "color-convert": "^2.0.1"
6895 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6898 "node_modules/jest-diff/node_modules/chalk": {
6903 "ansi-styles": "^4.1.0",
6904 "supports-color": "^7.1.0"
6910 "url": "https://github.com/chalk/chalk?sponsor=1"
6913 "node_modules/jest-diff/node_modules/color-convert": {
6918 "color-name": "~1.1.4"
6924 "node_modules/jest-diff/node_modules/color-name": {
6929 "node_modules/jest-diff/node_modules/has-flag": {
6937 "node_modules/jest-diff/node_modules/supports-color": {
6942 "has-flag": "^4.0.0"
6948 "node_modules/jest-docblock": {
6949 "version": "28.0.2",
6950 "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-28.0.2.tgz",
6951 "integrity": "sha512-FH10WWw5NxLoeSdQlJwu+MTiv60aXV/t8KEwIRGEv74WARE1cXIqh1vGdy2CraHuWOOrnzTWj/azQKqW4fO7xg==",
6954 "detect-newline": "^3.0.0"
6957 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6960 "node_modules/jest-each": {
6961 "version": "28.1.0",
6962 "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.0.tgz",
6963 "integrity": "sha512-a/XX02xF5NTspceMpHujmOexvJ4GftpYXqr6HhhmKmExtMXsyIN/fvanQlt/BcgFoRKN4OCXxLQKth9/n6OPFg==",
6966 "@jest/types": "^28.1.0",
6968 "jest-get-type": "^28.0.2",
6969 "jest-util": "^28.1.0",
6970 "pretty-format": "^28.1.0"
6973 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
6976 "node_modules/jest-each/node_modules/ansi-regex": {
6978 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
6979 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
6985 "node_modules/jest-each/node_modules/ansi-styles": {
6987 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6988 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6991 "color-convert": "^2.0.1"
6997 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7000 "node_modules/jest-each/node_modules/chalk": {
7002 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
7003 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
7006 "ansi-styles": "^4.1.0",
7007 "supports-color": "^7.1.0"
7013 "url": "https://github.com/chalk/chalk?sponsor=1"
7016 "node_modules/jest-each/node_modules/color-convert": {
7018 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
7019 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
7022 "color-name": "~1.1.4"
7028 "node_modules/jest-each/node_modules/color-name": {
7030 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
7031 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
7034 "node_modules/jest-each/node_modules/has-flag": {
7036 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
7037 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
7043 "node_modules/jest-each/node_modules/jest-get-type": {
7044 "version": "28.0.2",
7045 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
7046 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
7049 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7052 "node_modules/jest-each/node_modules/pretty-format": {
7053 "version": "28.1.0",
7054 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
7055 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
7058 "@jest/schemas": "^28.0.2",
7059 "ansi-regex": "^5.0.1",
7060 "ansi-styles": "^5.0.0",
7061 "react-is": "^18.0.0"
7064 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7067 "node_modules/jest-each/node_modules/pretty-format/node_modules/ansi-styles": {
7069 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
7070 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
7076 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7079 "node_modules/jest-each/node_modules/react-is": {
7080 "version": "18.1.0",
7081 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
7082 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
7085 "node_modules/jest-each/node_modules/supports-color": {
7087 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
7088 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
7091 "has-flag": "^4.0.0"
7097 "node_modules/jest-environment-jsdom": {
7098 "version": "28.1.0",
7099 "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-28.1.0.tgz",
7100 "integrity": "sha512-8n6P4xiDjNVqTWv6W6vJPuQdLx+ZiA3dbYg7YJ+DPzR+9B61K6pMVJrSs2IxfGRG4J7pyAUA5shQ9G0KEun78w==",
7103 "@jest/environment": "^28.1.0",
7104 "@jest/fake-timers": "^28.1.0",
7105 "@jest/types": "^28.1.0",
7106 "@types/jsdom": "^16.2.4",
7108 "jest-mock": "^28.1.0",
7109 "jest-util": "^28.1.0",
7113 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7116 "node_modules/jest-environment-node": {
7117 "version": "28.1.0",
7118 "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.0.tgz",
7119 "integrity": "sha512-gBLZNiyrPw9CSMlTXF1yJhaBgWDPVvH0Pq6bOEwGMXaYNzhzhw2kA/OijNF8egbCgDS0/veRv97249x2CX+udQ==",
7122 "@jest/environment": "^28.1.0",
7123 "@jest/fake-timers": "^28.1.0",
7124 "@jest/types": "^28.1.0",
7126 "jest-mock": "^28.1.0",
7127 "jest-util": "^28.1.0"
7130 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7133 "node_modules/jest-get-type": {
7134 "version": "27.5.1",
7135 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
7136 "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
7139 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
7142 "node_modules/jest-haste-map": {
7143 "version": "28.1.0",
7144 "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.0.tgz",
7145 "integrity": "sha512-xyZ9sXV8PtKi6NCrJlmq53PyNVHzxmcfXNVvIRHpHmh1j/HChC4pwKgyjj7Z9us19JMw8PpQTJsFWOsIfT93Dw==",
7148 "@jest/types": "^28.1.0",
7149 "@types/graceful-fs": "^4.1.3",
7151 "anymatch": "^3.0.3",
7152 "fb-watchman": "^2.0.0",
7153 "graceful-fs": "^4.2.9",
7154 "jest-regex-util": "^28.0.2",
7155 "jest-util": "^28.1.0",
7156 "jest-worker": "^28.1.0",
7157 "micromatch": "^4.0.4",
7161 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7163 "optionalDependencies": {
7164 "fsevents": "^2.3.2"
7167 "node_modules/jest-leak-detector": {
7168 "version": "28.1.0",
7169 "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.0.tgz",
7170 "integrity": "sha512-uIJDQbxwEL2AMMs2xjhZl2hw8s77c3wrPaQ9v6tXJLGaaQ+4QrNJH5vuw7hA7w/uGT/iJ42a83opAqxGHeyRIA==",
7173 "jest-get-type": "^28.0.2",
7174 "pretty-format": "^28.1.0"
7177 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7180 "node_modules/jest-leak-detector/node_modules/ansi-regex": {
7182 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
7183 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
7189 "node_modules/jest-leak-detector/node_modules/ansi-styles": {
7191 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
7192 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
7198 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7201 "node_modules/jest-leak-detector/node_modules/jest-get-type": {
7202 "version": "28.0.2",
7203 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
7204 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
7207 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7210 "node_modules/jest-leak-detector/node_modules/pretty-format": {
7211 "version": "28.1.0",
7212 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
7213 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
7216 "@jest/schemas": "^28.0.2",
7217 "ansi-regex": "^5.0.1",
7218 "ansi-styles": "^5.0.0",
7219 "react-is": "^18.0.0"
7222 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7225 "node_modules/jest-leak-detector/node_modules/react-is": {
7226 "version": "18.1.0",
7227 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
7228 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
7231 "node_modules/jest-matcher-utils": {
7232 "version": "27.5.1",
7237 "jest-diff": "^27.5.1",
7238 "jest-get-type": "^27.5.1",
7239 "pretty-format": "^27.5.1"
7242 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
7245 "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
7250 "color-convert": "^2.0.1"
7256 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7259 "node_modules/jest-matcher-utils/node_modules/chalk": {
7264 "ansi-styles": "^4.1.0",
7265 "supports-color": "^7.1.0"
7271 "url": "https://github.com/chalk/chalk?sponsor=1"
7274 "node_modules/jest-matcher-utils/node_modules/color-convert": {
7279 "color-name": "~1.1.4"
7285 "node_modules/jest-matcher-utils/node_modules/color-name": {
7290 "node_modules/jest-matcher-utils/node_modules/has-flag": {
7298 "node_modules/jest-matcher-utils/node_modules/supports-color": {
7303 "has-flag": "^4.0.0"
7309 "node_modules/jest-message-util": {
7310 "version": "28.1.0",
7311 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.0.tgz",
7312 "integrity": "sha512-RpA8mpaJ/B2HphDMiDlrAZdDytkmwFqgjDZovM21F35lHGeUeCvYmm6W+sbQ0ydaLpg5bFAUuWG1cjqOl8vqrw==",
7315 "@babel/code-frame": "^7.12.13",
7316 "@jest/types": "^28.1.0",
7317 "@types/stack-utils": "^2.0.0",
7319 "graceful-fs": "^4.2.9",
7320 "micromatch": "^4.0.4",
7321 "pretty-format": "^28.1.0",
7323 "stack-utils": "^2.0.3"
7326 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7329 "node_modules/jest-message-util/node_modules/ansi-regex": {
7331 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
7332 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
7338 "node_modules/jest-message-util/node_modules/ansi-styles": {
7340 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
7341 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
7344 "color-convert": "^2.0.1"
7350 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7353 "node_modules/jest-message-util/node_modules/chalk": {
7355 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
7356 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
7359 "ansi-styles": "^4.1.0",
7360 "supports-color": "^7.1.0"
7366 "url": "https://github.com/chalk/chalk?sponsor=1"
7369 "node_modules/jest-message-util/node_modules/color-convert": {
7371 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
7372 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
7375 "color-name": "~1.1.4"
7381 "node_modules/jest-message-util/node_modules/color-name": {
7383 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
7384 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
7387 "node_modules/jest-message-util/node_modules/has-flag": {
7389 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
7390 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
7396 "node_modules/jest-message-util/node_modules/pretty-format": {
7397 "version": "28.1.0",
7398 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
7399 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
7402 "@jest/schemas": "^28.0.2",
7403 "ansi-regex": "^5.0.1",
7404 "ansi-styles": "^5.0.0",
7405 "react-is": "^18.0.0"
7408 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7411 "node_modules/jest-message-util/node_modules/pretty-format/node_modules/ansi-styles": {
7413 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
7414 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
7420 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7423 "node_modules/jest-message-util/node_modules/react-is": {
7424 "version": "18.1.0",
7425 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
7426 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
7429 "node_modules/jest-message-util/node_modules/supports-color": {
7431 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
7432 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
7435 "has-flag": "^4.0.0"
7441 "node_modules/jest-mock": {
7442 "version": "28.1.0",
7443 "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.0.tgz",
7444 "integrity": "sha512-H7BrhggNn77WhdL7O1apG0Q/iwl0Bdd5E1ydhCJzL3oBLh/UYxAwR3EJLsBZ9XA3ZU4PA3UNw4tQjduBTCTmLw==",
7447 "@jest/types": "^28.1.0",
7451 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7454 "node_modules/jest-pnp-resolver": {
7456 "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
7457 "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==",
7462 "peerDependencies": {
7465 "peerDependenciesMeta": {
7471 "node_modules/jest-regex-util": {
7472 "version": "28.0.2",
7473 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
7474 "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==",
7477 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7480 "node_modules/jest-resolve": {
7481 "version": "28.1.0",
7482 "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.0.tgz",
7483 "integrity": "sha512-vvfN7+tPNnnhDvISuzD1P+CRVP8cK0FHXRwPAcdDaQv4zgvwvag2n55/h5VjYcM5UJG7L4TwE5tZlzcI0X2Lhw==",
7487 "graceful-fs": "^4.2.9",
7488 "jest-haste-map": "^28.1.0",
7489 "jest-pnp-resolver": "^1.2.2",
7490 "jest-util": "^28.1.0",
7491 "jest-validate": "^28.1.0",
7492 "resolve": "^1.20.0",
7493 "resolve.exports": "^1.1.0",
7497 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7500 "node_modules/jest-resolve-dependencies": {
7501 "version": "28.1.0",
7502 "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.0.tgz",
7503 "integrity": "sha512-Ue1VYoSZquPwEvng7Uefw8RmZR+me/1kr30H2jMINjGeHgeO/JgrR6wxj2ofkJ7KSAA11W3cOrhNCbj5Dqqd9g==",
7506 "jest-regex-util": "^28.0.2",
7507 "jest-snapshot": "^28.1.0"
7510 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7513 "node_modules/jest-resolve/node_modules/ansi-styles": {
7515 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
7516 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
7519 "color-convert": "^2.0.1"
7525 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7528 "node_modules/jest-resolve/node_modules/chalk": {
7530 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
7531 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
7534 "ansi-styles": "^4.1.0",
7535 "supports-color": "^7.1.0"
7541 "url": "https://github.com/chalk/chalk?sponsor=1"
7544 "node_modules/jest-resolve/node_modules/color-convert": {
7546 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
7547 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
7550 "color-name": "~1.1.4"
7556 "node_modules/jest-resolve/node_modules/color-name": {
7558 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
7559 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
7562 "node_modules/jest-resolve/node_modules/has-flag": {
7564 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
7565 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
7571 "node_modules/jest-resolve/node_modules/supports-color": {
7573 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
7574 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
7577 "has-flag": "^4.0.0"
7583 "node_modules/jest-runner": {
7584 "version": "28.1.0",
7585 "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.0.tgz",
7586 "integrity": "sha512-FBpmuh1HB2dsLklAlRdOxNTTHKFR6G1Qmd80pVDvwbZXTriqjWqjei5DKFC1UlM732KjYcE6yuCdiF0WUCOS2w==",
7589 "@jest/console": "^28.1.0",
7590 "@jest/environment": "^28.1.0",
7591 "@jest/test-result": "^28.1.0",
7592 "@jest/transform": "^28.1.0",
7593 "@jest/types": "^28.1.0",
7596 "emittery": "^0.10.2",
7597 "graceful-fs": "^4.2.9",
7598 "jest-docblock": "^28.0.2",
7599 "jest-environment-node": "^28.1.0",
7600 "jest-haste-map": "^28.1.0",
7601 "jest-leak-detector": "^28.1.0",
7602 "jest-message-util": "^28.1.0",
7603 "jest-resolve": "^28.1.0",
7604 "jest-runtime": "^28.1.0",
7605 "jest-util": "^28.1.0",
7606 "jest-watcher": "^28.1.0",
7607 "jest-worker": "^28.1.0",
7608 "source-map-support": "0.5.13",
7612 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7615 "node_modules/jest-runner/node_modules/ansi-styles": {
7617 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
7618 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
7621 "color-convert": "^2.0.1"
7627 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7630 "node_modules/jest-runner/node_modules/chalk": {
7632 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
7633 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
7636 "ansi-styles": "^4.1.0",
7637 "supports-color": "^7.1.0"
7643 "url": "https://github.com/chalk/chalk?sponsor=1"
7646 "node_modules/jest-runner/node_modules/color-convert": {
7648 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
7649 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
7652 "color-name": "~1.1.4"
7658 "node_modules/jest-runner/node_modules/color-name": {
7660 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
7661 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
7664 "node_modules/jest-runner/node_modules/has-flag": {
7666 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
7667 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
7673 "node_modules/jest-runner/node_modules/source-map": {
7675 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
7676 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
7682 "node_modules/jest-runner/node_modules/source-map-support": {
7683 "version": "0.5.13",
7684 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
7685 "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
7688 "buffer-from": "^1.0.0",
7689 "source-map": "^0.6.0"
7692 "node_modules/jest-runner/node_modules/supports-color": {
7694 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
7695 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
7698 "has-flag": "^4.0.0"
7704 "node_modules/jest-runtime": {
7705 "version": "28.1.0",
7706 "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.0.tgz",
7707 "integrity": "sha512-wNYDiwhdH/TV3agaIyVF0lsJ33MhyujOe+lNTUiolqKt8pchy1Hq4+tDMGbtD5P/oNLA3zYrpx73T9dMTOCAcg==",
7710 "@jest/environment": "^28.1.0",
7711 "@jest/fake-timers": "^28.1.0",
7712 "@jest/globals": "^28.1.0",
7713 "@jest/source-map": "^28.0.2",
7714 "@jest/test-result": "^28.1.0",
7715 "@jest/transform": "^28.1.0",
7716 "@jest/types": "^28.1.0",
7718 "cjs-module-lexer": "^1.0.0",
7719 "collect-v8-coverage": "^1.0.0",
7722 "graceful-fs": "^4.2.9",
7723 "jest-haste-map": "^28.1.0",
7724 "jest-message-util": "^28.1.0",
7725 "jest-mock": "^28.1.0",
7726 "jest-regex-util": "^28.0.2",
7727 "jest-resolve": "^28.1.0",
7728 "jest-snapshot": "^28.1.0",
7729 "jest-util": "^28.1.0",
7731 "strip-bom": "^4.0.0"
7734 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7737 "node_modules/jest-runtime/node_modules/ansi-styles": {
7739 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
7740 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
7743 "color-convert": "^2.0.1"
7749 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7752 "node_modules/jest-runtime/node_modules/chalk": {
7754 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
7755 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
7758 "ansi-styles": "^4.1.0",
7759 "supports-color": "^7.1.0"
7765 "url": "https://github.com/chalk/chalk?sponsor=1"
7768 "node_modules/jest-runtime/node_modules/color-convert": {
7770 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
7771 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
7774 "color-name": "~1.1.4"
7780 "node_modules/jest-runtime/node_modules/color-name": {
7782 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
7783 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
7786 "node_modules/jest-runtime/node_modules/has-flag": {
7788 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
7789 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
7795 "node_modules/jest-runtime/node_modules/supports-color": {
7797 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
7798 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
7801 "has-flag": "^4.0.0"
7807 "node_modules/jest-snapshot": {
7808 "version": "28.1.0",
7809 "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.0.tgz",
7810 "integrity": "sha512-ex49M2ZrZsUyQLpLGxQtDbahvgBjlLPgklkqGM0hq/F7W/f8DyqZxVHjdy19QKBm4O93eDp+H5S23EiTbbUmHw==",
7813 "@babel/core": "^7.11.6",
7814 "@babel/generator": "^7.7.2",
7815 "@babel/plugin-syntax-typescript": "^7.7.2",
7816 "@babel/traverse": "^7.7.2",
7817 "@babel/types": "^7.3.3",
7818 "@jest/expect-utils": "^28.1.0",
7819 "@jest/transform": "^28.1.0",
7820 "@jest/types": "^28.1.0",
7821 "@types/babel__traverse": "^7.0.6",
7822 "@types/prettier": "^2.1.5",
7823 "babel-preset-current-node-syntax": "^1.0.0",
7825 "expect": "^28.1.0",
7826 "graceful-fs": "^4.2.9",
7827 "jest-diff": "^28.1.0",
7828 "jest-get-type": "^28.0.2",
7829 "jest-haste-map": "^28.1.0",
7830 "jest-matcher-utils": "^28.1.0",
7831 "jest-message-util": "^28.1.0",
7832 "jest-util": "^28.1.0",
7833 "natural-compare": "^1.4.0",
7834 "pretty-format": "^28.1.0",
7838 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7841 "node_modules/jest-snapshot/node_modules/ansi-regex": {
7843 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
7844 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
7850 "node_modules/jest-snapshot/node_modules/ansi-styles": {
7852 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
7853 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
7856 "color-convert": "^2.0.1"
7862 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7865 "node_modules/jest-snapshot/node_modules/chalk": {
7867 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
7868 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
7871 "ansi-styles": "^4.1.0",
7872 "supports-color": "^7.1.0"
7878 "url": "https://github.com/chalk/chalk?sponsor=1"
7881 "node_modules/jest-snapshot/node_modules/color-convert": {
7883 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
7884 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
7887 "color-name": "~1.1.4"
7893 "node_modules/jest-snapshot/node_modules/color-name": {
7895 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
7896 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
7899 "node_modules/jest-snapshot/node_modules/diff-sequences": {
7900 "version": "28.0.2",
7901 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.0.2.tgz",
7902 "integrity": "sha512-YtEoNynLDFCRznv/XDalsKGSZDoj0U5kLnXvY0JSq3nBboRrZXjD81+eSiwi+nzcZDwedMmcowcxNwwgFW23mQ==",
7905 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7908 "node_modules/jest-snapshot/node_modules/expect": {
7909 "version": "28.1.0",
7910 "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.0.tgz",
7911 "integrity": "sha512-qFXKl8Pmxk8TBGfaFKRtcQjfXEnKAs+dmlxdwvukJZorwrAabT7M3h8oLOG01I2utEhkmUTi17CHaPBovZsKdw==",
7914 "@jest/expect-utils": "^28.1.0",
7915 "jest-get-type": "^28.0.2",
7916 "jest-matcher-utils": "^28.1.0",
7917 "jest-message-util": "^28.1.0",
7918 "jest-util": "^28.1.0"
7921 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7924 "node_modules/jest-snapshot/node_modules/has-flag": {
7926 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
7927 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
7933 "node_modules/jest-snapshot/node_modules/jest-diff": {
7934 "version": "28.1.0",
7935 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.0.tgz",
7936 "integrity": "sha512-8eFd3U3OkIKRtlasXfiAQfbovgFgRDb0Ngcs2E+FMeBZ4rUezqIaGjuyggJBp+llosQXNEWofk/Sz4Hr5gMUhA==",
7940 "diff-sequences": "^28.0.2",
7941 "jest-get-type": "^28.0.2",
7942 "pretty-format": "^28.1.0"
7945 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7948 "node_modules/jest-snapshot/node_modules/jest-get-type": {
7949 "version": "28.0.2",
7950 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
7951 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
7954 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7957 "node_modules/jest-snapshot/node_modules/jest-matcher-utils": {
7958 "version": "28.1.0",
7959 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.0.tgz",
7960 "integrity": "sha512-onnax0n2uTLRQFKAjC7TuaxibrPSvZgKTcSCnNUz/tOjJ9UhxNm7ZmPpoQavmTDUjXvUQ8KesWk2/VdrxIFzTQ==",
7964 "jest-diff": "^28.1.0",
7965 "jest-get-type": "^28.0.2",
7966 "pretty-format": "^28.1.0"
7969 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7972 "node_modules/jest-snapshot/node_modules/pretty-format": {
7973 "version": "28.1.0",
7974 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
7975 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
7978 "@jest/schemas": "^28.0.2",
7979 "ansi-regex": "^5.0.1",
7980 "ansi-styles": "^5.0.0",
7981 "react-is": "^18.0.0"
7984 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7987 "node_modules/jest-snapshot/node_modules/pretty-format/node_modules/ansi-styles": {
7989 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
7990 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
7996 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7999 "node_modules/jest-snapshot/node_modules/react-is": {
8000 "version": "18.1.0",
8001 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
8002 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
8005 "node_modules/jest-snapshot/node_modules/semver": {
8007 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
8008 "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
8011 "lru-cache": "^6.0.0"
8014 "semver": "bin/semver.js"
8020 "node_modules/jest-snapshot/node_modules/supports-color": {
8022 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
8023 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
8026 "has-flag": "^4.0.0"
8032 "node_modules/jest-util": {
8033 "version": "28.1.0",
8034 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.0.tgz",
8035 "integrity": "sha512-qYdCKD77k4Hwkose2YBEqQk7PzUf/NSE+rutzceduFveQREeH6b+89Dc9+wjX9dAwHcgdx4yedGA3FQlU/qCTA==",
8038 "@jest/types": "^28.1.0",
8041 "ci-info": "^3.2.0",
8042 "graceful-fs": "^4.2.9",
8043 "picomatch": "^2.2.3"
8046 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
8049 "node_modules/jest-util/node_modules/ansi-styles": {
8051 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
8052 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
8055 "color-convert": "^2.0.1"
8061 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8064 "node_modules/jest-util/node_modules/chalk": {
8066 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
8067 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
8070 "ansi-styles": "^4.1.0",
8071 "supports-color": "^7.1.0"
8077 "url": "https://github.com/chalk/chalk?sponsor=1"
8080 "node_modules/jest-util/node_modules/color-convert": {
8082 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
8083 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
8086 "color-name": "~1.1.4"
8092 "node_modules/jest-util/node_modules/color-name": {
8094 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
8095 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
8098 "node_modules/jest-util/node_modules/has-flag": {
8100 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
8101 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
8107 "node_modules/jest-util/node_modules/supports-color": {
8109 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
8110 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
8113 "has-flag": "^4.0.0"
8119 "node_modules/jest-validate": {
8120 "version": "28.1.0",
8121 "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.0.tgz",
8122 "integrity": "sha512-Lly7CJYih3vQBfjLeANGgBSBJ7pEa18cxpQfQEq2go2xyEzehnHfQTjoUia8xUv4x4J80XKFIDwJJThXtRFQXQ==",
8125 "@jest/types": "^28.1.0",
8126 "camelcase": "^6.2.0",
8128 "jest-get-type": "^28.0.2",
8130 "pretty-format": "^28.1.0"
8133 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
8136 "node_modules/jest-validate/node_modules/ansi-regex": {
8138 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
8139 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
8145 "node_modules/jest-validate/node_modules/ansi-styles": {
8147 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
8148 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
8151 "color-convert": "^2.0.1"
8157 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8160 "node_modules/jest-validate/node_modules/camelcase": {
8162 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
8163 "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
8169 "url": "https://github.com/sponsors/sindresorhus"
8172 "node_modules/jest-validate/node_modules/chalk": {
8174 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
8175 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
8178 "ansi-styles": "^4.1.0",
8179 "supports-color": "^7.1.0"
8185 "url": "https://github.com/chalk/chalk?sponsor=1"
8188 "node_modules/jest-validate/node_modules/color-convert": {
8190 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
8191 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
8194 "color-name": "~1.1.4"
8200 "node_modules/jest-validate/node_modules/color-name": {
8202 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
8203 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
8206 "node_modules/jest-validate/node_modules/has-flag": {
8208 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
8209 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
8215 "node_modules/jest-validate/node_modules/jest-get-type": {
8216 "version": "28.0.2",
8217 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
8218 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
8221 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
8224 "node_modules/jest-validate/node_modules/pretty-format": {
8225 "version": "28.1.0",
8226 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
8227 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
8230 "@jest/schemas": "^28.0.2",
8231 "ansi-regex": "^5.0.1",
8232 "ansi-styles": "^5.0.0",
8233 "react-is": "^18.0.0"
8236 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
8239 "node_modules/jest-validate/node_modules/pretty-format/node_modules/ansi-styles": {
8241 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
8242 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
8248 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8251 "node_modules/jest-validate/node_modules/react-is": {
8252 "version": "18.1.0",
8253 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
8254 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
8257 "node_modules/jest-validate/node_modules/supports-color": {
8259 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
8260 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
8263 "has-flag": "^4.0.0"
8269 "node_modules/jest-watcher": {
8270 "version": "28.1.0",
8271 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.0.tgz",
8272 "integrity": "sha512-tNHMtfLE8Njcr2IRS+5rXYA4BhU90gAOwI9frTGOqd+jX0P/Au/JfRSNqsf5nUTcWdbVYuLxS1KjnzILSoR5hA==",
8275 "@jest/test-result": "^28.1.0",
8276 "@jest/types": "^28.1.0",
8278 "ansi-escapes": "^4.2.1",
8280 "emittery": "^0.10.2",
8281 "jest-util": "^28.1.0",
8282 "string-length": "^4.0.1"
8285 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
8288 "node_modules/jest-watcher/node_modules/ansi-styles": {
8290 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
8291 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
8294 "color-convert": "^2.0.1"
8300 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8303 "node_modules/jest-watcher/node_modules/chalk": {
8305 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
8306 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
8309 "ansi-styles": "^4.1.0",
8310 "supports-color": "^7.1.0"
8316 "url": "https://github.com/chalk/chalk?sponsor=1"
8319 "node_modules/jest-watcher/node_modules/color-convert": {
8321 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
8322 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
8325 "color-name": "~1.1.4"
8331 "node_modules/jest-watcher/node_modules/color-name": {
8333 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
8334 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
8337 "node_modules/jest-watcher/node_modules/has-flag": {
8339 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
8340 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
8346 "node_modules/jest-watcher/node_modules/supports-color": {
8348 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
8349 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
8352 "has-flag": "^4.0.0"
8358 "node_modules/jest-worker": {
8359 "version": "28.1.0",
8360 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.0.tgz",
8361 "integrity": "sha512-ZHwM6mNwaWBR52Snff8ZvsCTqQsvhCxP/bT1I6T6DAnb6ygkshsyLQIMxFwHpYxht0HOoqt23JlC01viI7T03A==",
8365 "merge-stream": "^2.0.0",
8366 "supports-color": "^8.0.0"
8369 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
8372 "node_modules/jest-worker/node_modules/has-flag": {
8374 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
8375 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
8381 "node_modules/jest-worker/node_modules/supports-color": {
8383 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
8384 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
8387 "has-flag": "^4.0.0"
8393 "url": "https://github.com/chalk/supports-color?sponsor=1"
8396 "node_modules/jmespath": {
8397 "version": "0.15.0",
8398 "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
8399 "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=",
8405 "node_modules/joycon": {
8407 "resolved": "https://registry.npmjs.org/joycon/-/joycon-2.2.5.tgz",
8408 "integrity": "sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ==",
8414 "node_modules/jpeg-js": {
8417 "license": "BSD-3-Clause"
8419 "node_modules/js-tokens": {
8424 "node_modules/js-yaml": {
8425 "version": "3.14.1",
8426 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
8427 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
8430 "argparse": "^1.0.7",
8434 "js-yaml": "bin/js-yaml.js"
8437 "node_modules/jsdom": {
8438 "version": "19.0.0",
8439 "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz",
8440 "integrity": "sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==",
8445 "acorn-globals": "^6.0.0",
8447 "cssstyle": "^2.3.0",
8448 "data-urls": "^3.0.1",
8449 "decimal.js": "^10.3.1",
8450 "domexception": "^4.0.0",
8451 "escodegen": "^2.0.0",
8452 "form-data": "^4.0.0",
8453 "html-encoding-sniffer": "^3.0.0",
8454 "http-proxy-agent": "^5.0.0",
8455 "https-proxy-agent": "^5.0.0",
8456 "is-potential-custom-element-name": "^1.0.1",
8460 "symbol-tree": "^3.2.4",
8461 "tough-cookie": "^4.0.0",
8462 "w3c-hr-time": "^1.0.2",
8463 "w3c-xmlserializer": "^3.0.0",
8464 "webidl-conversions": "^7.0.0",
8465 "whatwg-encoding": "^2.0.0",
8466 "whatwg-mimetype": "^3.0.0",
8467 "whatwg-url": "^10.0.0",
8469 "xml-name-validator": "^4.0.0"
8474 "peerDependencies": {
8477 "peerDependenciesMeta": {
8483 "node_modules/jsdom/node_modules/acorn": {
8485 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz",
8486 "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==",
8489 "acorn": "bin/acorn"
8495 "node_modules/jsdom/node_modules/form-data": {
8497 "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
8498 "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
8501 "asynckit": "^0.4.0",
8502 "combined-stream": "^1.0.8",
8503 "mime-types": "^2.1.12"
8509 "node_modules/jsesc": {
8514 "jsesc": "bin/jsesc"
8520 "node_modules/json-parse-even-better-errors": {
8525 "node_modules/json-schema-traverse": {
8530 "node_modules/json-stable-stringify-without-jsonify": {
8535 "node_modules/json5": {
8537 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
8538 "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
8541 "json5": "lib/cli.js"
8547 "node_modules/jsonc-parser": {
8552 "node_modules/kleur": {
8560 "node_modules/language-name-map": {
8563 "license": "BSD-2-Clause"
8565 "node_modules/leven": {
8567 "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
8568 "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
8574 "node_modules/levn": {
8579 "prelude-ls": "^1.2.1",
8580 "type-check": "~0.4.0"
8586 "node_modules/libnpmconfig": {
8588 "resolved": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.2.1.tgz",
8589 "integrity": "sha512-9esX8rTQAHqarx6qeZqmGQKBNZR5OIbl/Ayr0qQDy3oXja2iFVQQI81R6GZ2a02bSNZ9p3YOGX1O6HHCb1X7kA==",
8590 "deprecated": "This module is not used anymore. npm config is parsed by npm itself and by @npmcli/config",
8593 "figgy-pudding": "^3.5.1",
8594 "find-up": "^3.0.0",
8598 "node_modules/libnpmconfig/node_modules/find-up": {
8600 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
8601 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
8604 "locate-path": "^3.0.0"
8610 "node_modules/libnpmconfig/node_modules/locate-path": {
8612 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
8613 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
8616 "p-locate": "^3.0.0",
8617 "path-exists": "^3.0.0"
8623 "node_modules/libnpmconfig/node_modules/p-locate": {
8625 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
8626 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
8635 "node_modules/libnpmconfig/node_modules/path-exists": {
8637 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
8638 "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
8644 "node_modules/lilconfig": {
8652 "node_modules/lines-and-columns": {
8657 "node_modules/listenercount": {
8659 "resolved": "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz",
8660 "integrity": "sha1-hMinKrWcRyUyFIDJdeZQg0LnCTc=",
8663 "node_modules/locate-path": {
8665 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
8666 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
8669 "p-locate": "^4.1.0"
8675 "node_modules/lodash": {
8676 "version": "4.17.21",
8680 "node_modules/lodash.castarray": {
8685 "node_modules/lodash.isfunction": {
8690 "node_modules/lodash.isnil": {
8695 "node_modules/lodash.isplainobject": {
8700 "node_modules/lodash.isundefined": {
8705 "node_modules/lodash.memoize": {
8710 "node_modules/lodash.merge": {
8715 "node_modules/lodash.omit": {
8720 "node_modules/lodash.omitby": {
8725 "node_modules/loose-envify": {
8730 "js-tokens": "^3.0.0 || ^4.0.0"
8733 "loose-envify": "cli.js"
8736 "node_modules/lru-cache": {
8747 "node_modules/lru-queue": {
8752 "es5-ext": "~0.10.2"
8755 "node_modules/lunr": {
8760 "node_modules/lz-string": {
8765 "lz-string": "bin/bin.js"
8768 "node_modules/magic-string": {
8769 "version": "0.26.1",
8773 "sourcemap-codec": "^1.4.8"
8779 "node_modules/make-dir": {
8781 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
8782 "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
8791 "url": "https://github.com/sponsors/sindresorhus"
8794 "node_modules/make-error": {
8799 "node_modules/make-error-cause": {
8802 "license": "Apache-2.0",
8804 "make-error": "^1.2.0"
8807 "node_modules/makeerror": {
8808 "version": "1.0.12",
8809 "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
8810 "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
8816 "node_modules/marked": {
8817 "version": "4.0.14",
8821 "marked": "bin/marked.js"
8827 "node_modules/media-typer": {
8835 "node_modules/memoizee": {
8836 "version": "0.4.15",
8841 "es5-ext": "^0.10.53",
8842 "es6-weak-map": "^2.0.3",
8843 "event-emitter": "^0.3.5",
8844 "is-promise": "^2.2.2",
8845 "lru-queue": "^0.1.0",
8846 "next-tick": "^1.1.0",
8847 "timers-ext": "^0.1.7"
8850 "node_modules/merge-descriptors": {
8855 "node_modules/merge-stream": {
8857 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
8858 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
8861 "node_modules/merge2": {
8869 "node_modules/methods": {
8877 "node_modules/micromatch": {
8883 "picomatch": "^2.3.1"
8889 "node_modules/mime": {
8891 "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
8892 "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
8901 "node_modules/mime-db": {
8902 "version": "1.52.0",
8909 "node_modules/mime-types": {
8910 "version": "2.1.35",
8920 "node_modules/mimic-fn": {
8922 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
8923 "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
8929 "node_modules/min-indent": {
8937 "node_modules/minimatch": {
8942 "brace-expansion": "^1.1.7"
8948 "node_modules/minimist": {
8953 "node_modules/minipass": {
8964 "node_modules/minizlib": {
8969 "minipass": "^3.0.0",
8976 "node_modules/mkdirp": {
8978 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.0.tgz",
8979 "integrity": "sha512-4Pb+8NJ5DdvaWD797hKOM28wMXsObb4HppQdIwKUHFiB69ICZ4wktOE+qsGGBy7GtwgYNizp0R9KEy4zKYBLMg==",
8982 "mkdirp": "bin/cmd.js"
8988 "node_modules/mri": {
8996 "node_modules/mrmime": {
9004 "node_modules/ms": {
9009 "node_modules/nanoid": {
9014 "nanoid": "bin/nanoid.cjs"
9017 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
9020 "node_modules/natural-compare": {
9025 "node_modules/needle": {
9031 "iconv-lite": "^0.4.4",
9035 "needle": "bin/needle"
9041 "node_modules/needle/node_modules/debug": {
9049 "node_modules/negotiator": {
9057 "node_modules/neo-async": {
9062 "node_modules/next-tick": {
9067 "node_modules/node-fetch": {
9072 "whatwg-url": "^5.0.0"
9075 "node": "4.x || >=6.0.0"
9077 "peerDependencies": {
9078 "encoding": "^0.1.0"
9080 "peerDependenciesMeta": {
9086 "node_modules/node-fetch/node_modules/tr46": {
9091 "node_modules/node-fetch/node_modules/webidl-conversions": {
9094 "license": "BSD-2-Clause"
9096 "node_modules/node-fetch/node_modules/whatwg-url": {
9102 "webidl-conversions": "^3.0.0"
9105 "node_modules/node-int64": {
9107 "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
9108 "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=",
9111 "node_modules/node-releases": {
9116 "node_modules/normalize-path": {
9124 "node_modules/normalize-range": {
9132 "node_modules/npm-run-path": {
9134 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
9135 "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
9138 "path-key": "^3.0.0"
9144 "node_modules/nwsapi": {
9146 "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
9147 "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==",
9150 "node_modules/object-assign": {
9158 "node_modules/object-hash": {
9166 "node_modules/object-inspect": {
9167 "version": "1.12.0",
9171 "url": "https://github.com/sponsors/ljharb"
9174 "node_modules/object-keys": {
9182 "node_modules/object.assign": {
9187 "call-bind": "^1.0.0",
9188 "define-properties": "^1.1.3",
9189 "has-symbols": "^1.0.1",
9190 "object-keys": "^1.1.1"
9196 "url": "https://github.com/sponsors/ljharb"
9199 "node_modules/on-finished": {
9210 "node_modules/once": {
9218 "node_modules/onetime": {
9220 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
9221 "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
9224 "mimic-fn": "^2.1.0"
9230 "url": "https://github.com/sponsors/sindresorhus"
9233 "node_modules/open": {
9238 "define-lazy-prop": "^2.0.0",
9239 "is-docker": "^2.1.1",
9246 "url": "https://github.com/sponsors/sindresorhus"
9249 "node_modules/optimism": {
9250 "version": "0.16.1",
9254 "@wry/context": "^0.6.0",
9255 "@wry/trie": "^0.3.0"
9258 "node_modules/optionator": {
9263 "deep-is": "^0.1.3",
9264 "fast-levenshtein": "^2.0.6",
9266 "prelude-ls": "^1.2.1",
9267 "type-check": "^0.4.0",
9268 "word-wrap": "^1.2.3"
9274 "node_modules/p-limit": {
9276 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
9277 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
9286 "url": "https://github.com/sponsors/sindresorhus"
9289 "node_modules/p-locate": {
9291 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
9292 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
9301 "node_modules/p-try": {
9303 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
9304 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
9310 "node_modules/parent-module": {
9315 "callsites": "^3.0.0"
9321 "node_modules/parse-json": {
9326 "@babel/code-frame": "^7.0.0",
9327 "error-ex": "^1.3.1",
9328 "json-parse-even-better-errors": "^2.3.0",
9329 "lines-and-columns": "^1.1.6"
9335 "url": "https://github.com/sponsors/sindresorhus"
9338 "node_modules/parse5": {
9340 "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
9341 "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
9344 "node_modules/parseurl": {
9352 "node_modules/path-exists": {
9354 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
9355 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
9361 "node_modules/path-is-absolute": {
9369 "node_modules/path-key": {
9377 "node_modules/path-parse": {
9379 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
9380 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
9383 "node_modules/path-to-regexp": {
9388 "node_modules/path-type": {
9396 "node_modules/pend": {
9401 "node_modules/picocolors": {
9406 "node_modules/picomatch": {
9414 "url": "https://github.com/sponsors/jonschlinkert"
9417 "node_modules/pino": {
9418 "version": "6.14.0",
9419 "resolved": "https://registry.npmjs.org/pino/-/pino-6.14.0.tgz",
9420 "integrity": "sha512-iuhEDel3Z3hF9Jfe44DPXR8l07bhjuFY3GMHIXbjnY9XcafbyDDwl2sN2vw2GjMPf5Nkoe+OFao7ffn9SXaKDg==",
9423 "fast-redact": "^3.0.0",
9424 "fast-safe-stringify": "^2.0.8",
9425 "flatstr": "^1.0.12",
9426 "pino-std-serializers": "^3.1.0",
9427 "process-warning": "^1.0.0",
9428 "quick-format-unescaped": "^4.0.3",
9429 "sonic-boom": "^1.0.2"
9435 "node_modules/pino-pretty": {
9437 "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-4.8.0.tgz",
9438 "integrity": "sha512-mhQfHG4rw5ZFpWL44m0Utjo4GC2+HMfdNvxyA8lLw0sIqn6fCf7uQe6dPckUcW/obly+OQHD7B/MTso6LNizYw==",
9441 "@hapi/bourne": "^2.0.0",
9444 "dateformat": "^4.5.1",
9445 "fast-safe-stringify": "^2.0.7",
9446 "jmespath": "^0.15.0",
9449 "readable-stream": "^3.6.0",
9452 "strip-json-comments": "^3.1.1"
9455 "pino-pretty": "bin.js"
9458 "node_modules/pino-pretty/node_modules/ansi-styles": {
9460 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
9461 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
9464 "color-convert": "^2.0.1"
9470 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
9473 "node_modules/pino-pretty/node_modules/chalk": {
9475 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
9476 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
9479 "ansi-styles": "^4.1.0",
9480 "supports-color": "^7.1.0"
9486 "url": "https://github.com/chalk/chalk?sponsor=1"
9489 "node_modules/pino-pretty/node_modules/color-convert": {
9491 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
9492 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
9495 "color-name": "~1.1.4"
9501 "node_modules/pino-pretty/node_modules/color-name": {
9503 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
9504 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
9507 "node_modules/pino-pretty/node_modules/has-flag": {
9509 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
9510 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
9516 "node_modules/pino-pretty/node_modules/supports-color": {
9518 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
9519 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
9522 "has-flag": "^4.0.0"
9528 "node_modules/pino-std-serializers": {
9530 "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-3.2.0.tgz",
9531 "integrity": "sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg==",
9534 "node_modules/pino/node_modules/sonic-boom": {
9536 "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-1.4.1.tgz",
9537 "integrity": "sha512-LRHh/A8tpW7ru89lrlkU4AszXt1dbwSjVWguGrmlxE7tawVmDBlI1PILMkXAxJTwqhgsEeTHzj36D5CmHgQmNg==",
9540 "atomic-sleep": "^1.0.0",
9541 "flatstr": "^1.0.12"
9544 "node_modules/pirates": {
9546 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
9547 "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
9553 "node_modules/pixelmatch": {
9561 "pixelmatch": "bin/pixelmatch"
9564 "node_modules/pixelmatch/node_modules/pngjs": {
9572 "node_modules/pkg-dir": {
9574 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
9575 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
9584 "node_modules/pkginfo": {
9592 "node_modules/playwright-core": {
9593 "version": "1.21.1",
9595 "license": "Apache-2.0",
9598 "commander": "8.3.0",
9600 "extract-zip": "2.0.1",
9601 "https-proxy-agent": "5.0.0",
9604 "pixelmatch": "5.2.1",
9606 "progress": "2.0.3",
9607 "proper-lockfile": "4.1.2",
9608 "proxy-from-env": "1.1.0",
9610 "socks-proxy-agent": "6.1.1",
9611 "stack-utils": "2.0.5",
9617 "playwright": "cli.js"
9623 "node_modules/playwright-core/node_modules/https-proxy-agent": {
9635 "node_modules/playwright-core/node_modules/rimraf": {
9646 "url": "https://github.com/sponsors/isaacs"
9649 "node_modules/playwright-core/node_modules/ws": {
9656 "peerDependencies": {
9657 "bufferutil": "^4.0.1",
9658 "utf-8-validate": "^5.0.2"
9660 "peerDependenciesMeta": {
9669 "node_modules/pngjs": {
9677 "node_modules/popsicle": {
9682 "concat-stream": "^1.4.7",
9683 "form-data": "^2.0.0",
9684 "make-error-cause": "^1.2.1",
9685 "tough-cookie": "^2.0.0"
9688 "node_modules/popsicle/node_modules/tough-cookie": {
9691 "license": "BSD-3-Clause",
9694 "punycode": "^2.1.1"
9700 "node_modules/postcss": {
9701 "version": "8.4.13",
9702 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz",
9703 "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==",
9707 "type": "opencollective",
9708 "url": "https://opencollective.com/postcss/"
9712 "url": "https://tidelift.com/funding/github/npm/postcss"
9717 "picocolors": "^1.0.0",
9718 "source-map-js": "^1.0.2"
9721 "node": "^10 || ^12 || >=14"
9724 "node_modules/postcss-js": {
9729 "camelcase-css": "^2.0.1"
9732 "node": "^12 || ^14 || >= 16"
9735 "type": "opencollective",
9736 "url": "https://opencollective.com/postcss/"
9738 "peerDependencies": {
9742 "node_modules/postcss-load-config": {
9747 "lilconfig": "^2.0.5",
9754 "type": "opencollective",
9755 "url": "https://opencollective.com/postcss/"
9757 "peerDependencies": {
9758 "postcss": ">=8.0.9",
9759 "ts-node": ">=9.0.0"
9761 "peerDependenciesMeta": {
9770 "node_modules/postcss-nested": {
9775 "postcss-selector-parser": "^6.0.6"
9781 "type": "opencollective",
9782 "url": "https://opencollective.com/postcss/"
9784 "peerDependencies": {
9785 "postcss": "^8.2.14"
9788 "node_modules/postcss-selector-parser": {
9789 "version": "6.0.10",
9794 "util-deprecate": "^1.0.2"
9800 "node_modules/postcss-value-parser": {
9805 "node_modules/prelude-ls": {
9813 "node_modules/prettier": {
9818 "prettier": "bin-prettier.js"
9824 "url": "https://github.com/prettier/prettier?sponsor=1"
9827 "node_modules/prettier-plugin-svelte": {
9831 "peerDependencies": {
9832 "prettier": "^1.16.4 || ^2.0.0",
9836 "node_modules/pretty-format": {
9837 "version": "27.5.1",
9838 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
9839 "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
9842 "ansi-regex": "^5.0.1",
9843 "ansi-styles": "^5.0.0",
9844 "react-is": "^17.0.1"
9847 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9850 "node_modules/pretty-format/node_modules/ansi-regex": {
9852 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
9853 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
9859 "node_modules/pretty-format/node_modules/ansi-styles": {
9867 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
9870 "node_modules/pretty-format/node_modules/react-is": {
9871 "version": "17.0.2",
9875 "node_modules/process-nextick-args": {
9880 "node_modules/process-warning": {
9885 "node_modules/progress": {
9893 "node_modules/prompts": {
9895 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
9896 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
9900 "sisteransi": "^1.0.5"
9906 "node_modules/prompts/node_modules/kleur": {
9908 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
9909 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
9915 "node_modules/prop-types": {
9916 "version": "15.7.2",
9920 "loose-envify": "^1.4.0",
9921 "object-assign": "^4.1.1",
9922 "react-is": "^16.8.1"
9925 "node_modules/proper-lockfile": {
9930 "graceful-fs": "^4.2.4",
9932 "signal-exit": "^3.0.2"
9935 "node_modules/proxy-addr": {
9940 "forwarded": "0.2.0",
9941 "ipaddr.js": "1.9.1"
9947 "node_modules/proxy-from-env": {
9952 "node_modules/psl": {
9957 "node_modules/pump": {
9962 "end-of-stream": "^1.1.0",
9966 "node_modules/punycode": {
9976 "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
9977 "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
9981 "teleport": ">=0.2.0"
9984 "node_modules/qs": {
9985 "version": "6.10.3",
9987 "license": "BSD-3-Clause",
9989 "side-channel": "^1.0.4"
9995 "url": "https://github.com/sponsors/ljharb"
9998 "node_modules/queue-microtask": {
10004 "url": "https://github.com/sponsors/feross"
10008 "url": "https://www.patreon.com/feross"
10011 "type": "consulting",
10012 "url": "https://feross.org/support"
10017 "node_modules/quick-format-unescaped": {
10018 "version": "4.0.4",
10019 "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
10020 "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
10023 "node_modules/quick-lru": {
10024 "version": "5.1.1",
10031 "url": "https://github.com/sponsors/sindresorhus"
10034 "node_modules/range-parser": {
10035 "version": "1.2.1",
10042 "node_modules/raw-body": {
10043 "version": "2.5.1",
10048 "http-errors": "2.0.0",
10049 "iconv-lite": "0.4.24",
10056 "node_modules/react-is": {
10057 "version": "16.13.1",
10061 "node_modules/readable-stream": {
10062 "version": "3.6.0",
10063 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
10064 "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
10067 "inherits": "^2.0.3",
10068 "string_decoder": "^1.1.1",
10069 "util-deprecate": "^1.0.1"
10075 "node_modules/readdirp": {
10076 "version": "3.6.0",
10080 "picomatch": "^2.2.1"
10086 "node_modules/redent": {
10087 "version": "3.0.0",
10091 "indent-string": "^4.0.0",
10092 "strip-indent": "^3.0.0"
10098 "node_modules/regenerator-runtime": {
10099 "version": "0.13.9",
10103 "node_modules/regexparam": {
10104 "version": "2.0.0",
10111 "node_modules/regexpp": {
10112 "version": "3.2.0",
10119 "url": "https://github.com/sponsors/mysticatea"
10122 "node_modules/remove-trailing-separator": {
10123 "version": "1.1.0",
10124 "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
10125 "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
10128 "node_modules/require-directory": {
10129 "version": "2.1.1",
10130 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
10131 "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
10137 "node_modules/requires-port": {
10138 "version": "1.0.0",
10142 "node_modules/resolve": {
10143 "version": "1.22.0",
10144 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
10145 "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
10148 "is-core-module": "^2.8.1",
10149 "path-parse": "^1.0.7",
10150 "supports-preserve-symlinks-flag": "^1.0.0"
10153 "resolve": "bin/resolve"
10156 "url": "https://github.com/sponsors/ljharb"
10159 "node_modules/resolve-cwd": {
10160 "version": "3.0.0",
10161 "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
10162 "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
10165 "resolve-from": "^5.0.0"
10171 "node_modules/resolve-from": {
10172 "version": "5.0.0",
10179 "node_modules/resolve.exports": {
10180 "version": "1.1.0",
10187 "node_modules/retry": {
10188 "version": "0.12.0",
10195 "node_modules/reusify": {
10196 "version": "1.0.4",
10204 "node_modules/rfdc": {
10205 "version": "1.3.0",
10206 "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz",
10207 "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==",
10210 "node_modules/rimraf": {
10211 "version": "2.6.2",
10221 "node_modules/rollup": {
10222 "version": "2.73.0",
10223 "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.73.0.tgz",
10224 "integrity": "sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==",
10227 "rollup": "dist/bin/rollup"
10232 "optionalDependencies": {
10233 "fsevents": "~2.3.2"
10236 "node_modules/run-parallel": {
10237 "version": "1.2.0",
10242 "url": "https://github.com/sponsors/feross"
10246 "url": "https://www.patreon.com/feross"
10249 "type": "consulting",
10250 "url": "https://feross.org/support"
10255 "queue-microtask": "^1.2.2"
10258 "node_modules/sade": {
10259 "version": "1.7.4",
10269 "node_modules/safe-buffer": {
10270 "version": "5.1.2",
10274 "node_modules/safer-buffer": {
10275 "version": "2.1.2",
10279 "node_modules/sander": {
10280 "version": "0.5.1",
10284 "es6-promise": "^3.1.2",
10285 "graceful-fs": "^4.1.3",
10286 "mkdirp": "^0.5.1",
10290 "node_modules/sander/node_modules/es6-promise": {
10291 "version": "3.3.1",
10295 "node_modules/sander/node_modules/mkdirp": {
10296 "version": "0.5.6",
10300 "minimist": "^1.2.6"
10303 "mkdirp": "bin/cmd.js"
10306 "node_modules/sax": {
10307 "version": "1.2.4",
10311 "node_modules/saxes": {
10312 "version": "5.0.1",
10313 "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
10314 "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
10317 "xmlchars": "^2.2.0"
10323 "node_modules/semver": {
10324 "version": "6.3.0",
10328 "semver": "bin/semver.js"
10331 "node_modules/send": {
10332 "version": "0.17.1",
10338 "destroy": "~1.0.4",
10339 "encodeurl": "~1.0.2",
10340 "escape-html": "~1.0.3",
10343 "http-errors": "~1.7.2",
10346 "on-finished": "~2.3.0",
10347 "range-parser": "~1.2.1",
10348 "statuses": "~1.5.0"
10354 "node_modules/send/node_modules/debug": {
10355 "version": "2.6.9",
10362 "node_modules/send/node_modules/debug/node_modules/ms": {
10363 "version": "2.0.0",
10367 "node_modules/send/node_modules/mime": {
10368 "version": "1.6.0",
10378 "node_modules/serve-static": {
10379 "version": "1.15.0",
10383 "encodeurl": "~1.0.2",
10384 "escape-html": "~1.0.3",
10385 "parseurl": "~1.3.3",
10392 "node_modules/setimmediate": {
10393 "version": "1.0.5",
10394 "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
10395 "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=",
10398 "node_modules/setprototypeof": {
10399 "version": "1.1.1",
10403 "node_modules/shebang-command": {
10404 "version": "2.0.0",
10408 "shebang-regex": "^3.0.0"
10414 "node_modules/shebang-regex": {
10415 "version": "3.0.0",
10422 "node_modules/shiki": {
10423 "version": "0.10.1",
10427 "jsonc-parser": "^3.0.0",
10428 "vscode-oniguruma": "^1.6.1",
10429 "vscode-textmate": "5.2.0"
10432 "node_modules/side-channel": {
10433 "version": "1.0.4",
10437 "call-bind": "^1.0.0",
10438 "get-intrinsic": "^1.0.2",
10439 "object-inspect": "^1.9.0"
10442 "url": "https://github.com/sponsors/ljharb"
10445 "node_modules/signal-exit": {
10446 "version": "3.0.7",
10450 "node_modules/simple-swizzle": {
10451 "version": "0.2.2",
10455 "is-arrayish": "^0.3.1"
10458 "node_modules/simple-swizzle/node_modules/is-arrayish": {
10459 "version": "0.3.2",
10463 "node_modules/sisteransi": {
10464 "version": "1.0.5",
10465 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
10466 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
10469 "node_modules/slash": {
10470 "version": "3.0.0",
10477 "node_modules/smart-buffer": {
10478 "version": "4.2.0",
10482 "node": ">= 6.0.0",
10486 "node_modules/socks": {
10487 "version": "2.6.2",
10492 "smart-buffer": "^4.2.0"
10495 "node": ">= 10.13.0",
10499 "node_modules/socks-proxy-agent": {
10500 "version": "6.1.1",
10504 "agent-base": "^6.0.2",
10512 "node_modules/sonic-boom": {
10513 "version": "2.8.0",
10517 "atomic-sleep": "^1.0.0"
10520 "node_modules/sorcery": {
10521 "version": "0.10.0",
10525 "buffer-crc32": "^0.2.5",
10526 "minimist": "^1.2.0",
10527 "sander": "^0.5.0",
10528 "sourcemap-codec": "^1.3.0"
10531 "sorcery": "bin/index.js"
10534 "node_modules/source-map": {
10535 "version": "0.5.7",
10537 "license": "BSD-3-Clause",
10542 "node_modules/source-map-js": {
10543 "version": "1.0.2",
10544 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
10545 "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
10551 "node_modules/source-map-resolve": {
10552 "version": "0.6.0",
10557 "decode-uri-component": "^0.2.0"
10560 "node_modules/sourcemap-codec": {
10561 "version": "1.4.8",
10565 "node_modules/split2": {
10566 "version": "3.2.2",
10567 "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
10568 "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==",
10571 "readable-stream": "^3.0.0"
10574 "node_modules/sprintf-js": {
10575 "version": "1.0.3",
10576 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
10577 "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
10580 "node_modules/stack-utils": {
10581 "version": "2.0.5",
10585 "escape-string-regexp": "^2.0.0"
10591 "node_modules/stack-utils/node_modules/escape-string-regexp": {
10592 "version": "2.0.0",
10599 "node_modules/statuses": {
10600 "version": "2.0.1",
10607 "node_modules/string_decoder": {
10608 "version": "1.3.0",
10609 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
10610 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
10613 "safe-buffer": "~5.2.0"
10616 "node_modules/string_decoder/node_modules/safe-buffer": {
10617 "version": "5.2.1",
10618 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
10619 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
10624 "url": "https://github.com/sponsors/feross"
10628 "url": "https://www.patreon.com/feross"
10631 "type": "consulting",
10632 "url": "https://feross.org/support"
10636 "node_modules/string-length": {
10637 "version": "4.0.2",
10638 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
10639 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
10642 "char-regex": "^1.0.2",
10643 "strip-ansi": "^6.0.0"
10649 "node_modules/string-width": {
10650 "version": "4.2.3",
10654 "emoji-regex": "^8.0.0",
10655 "is-fullwidth-code-point": "^3.0.0",
10656 "strip-ansi": "^6.0.1"
10662 "node_modules/strip-ansi": {
10663 "version": "6.0.1",
10667 "ansi-regex": "^5.0.1"
10673 "node_modules/strip-ansi/node_modules/ansi-regex": {
10674 "version": "5.0.1",
10681 "node_modules/strip-bom": {
10682 "version": "4.0.0",
10683 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
10684 "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
10690 "node_modules/strip-final-newline": {
10691 "version": "2.0.0",
10692 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
10693 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
10699 "node_modules/strip-indent": {
10700 "version": "3.0.0",
10704 "min-indent": "^1.0.0"
10710 "node_modules/strip-json-comments": {
10711 "version": "3.1.1",
10718 "url": "https://github.com/sponsors/sindresorhus"
10721 "node_modules/sumchecker": {
10722 "version": "2.0.2",
10723 "resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-2.0.2.tgz",
10724 "integrity": "sha1-D0LBDl0F2l1C7qPlbDOZo31sWz4=",
10733 "node_modules/sumchecker/node_modules/debug": {
10734 "version": "2.6.9",
10735 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
10736 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
10742 "node_modules/sumchecker/node_modules/ms": {
10743 "version": "2.0.0",
10744 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
10745 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
10748 "node_modules/supports-color": {
10749 "version": "5.5.0",
10753 "has-flag": "^3.0.0"
10759 "node_modules/supports-hyperlinks": {
10760 "version": "2.2.0",
10761 "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
10762 "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
10765 "has-flag": "^4.0.0",
10766 "supports-color": "^7.0.0"
10772 "node_modules/supports-hyperlinks/node_modules/has-flag": {
10773 "version": "4.0.0",
10774 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10775 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10781 "node_modules/supports-hyperlinks/node_modules/supports-color": {
10782 "version": "7.2.0",
10783 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
10784 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
10787 "has-flag": "^4.0.0"
10793 "node_modules/supports-preserve-symlinks-flag": {
10794 "version": "1.0.0",
10801 "url": "https://github.com/sponsors/ljharb"
10804 "node_modules/svelte": {
10805 "version": "3.48.0",
10806 "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.48.0.tgz",
10807 "integrity": "sha512-fN2YRm/bGumvjUpu6yI3BpvZnpIm9I6A7HR4oUNYd7ggYyIwSA/BX7DJ+UXXffLp6XNcUijyLvttbPVCYa/3xQ==",
10813 "node_modules/svelte-check": {
10814 "version": "2.7.0",
10818 "chokidar": "^3.4.1",
10819 "fast-glob": "^3.2.7",
10820 "import-fresh": "^3.2.1",
10821 "picocolors": "^1.0.0",
10823 "source-map": "^0.7.3",
10824 "svelte-preprocess": "^4.0.0",
10828 "svelte-check": "bin/svelte-check"
10830 "peerDependencies": {
10831 "svelte": "^3.24.0"
10834 "node_modules/svelte-check/node_modules/source-map": {
10835 "version": "0.7.3",
10837 "license": "BSD-3-Clause",
10842 "node_modules/svelte-hmr": {
10843 "version": "0.14.11",
10844 "resolved": "https://registry.npmjs.org/svelte-hmr/-/svelte-hmr-0.14.11.tgz",
10845 "integrity": "sha512-R9CVfX6DXxW1Kn45Jtmx+yUe+sPhrbYSUp7TkzbW0jI5fVPn6lsNG9NEs5dFg5qRhFNAoVdRw5qQDLALNKhwbQ==",
10848 "node": "^12.20 || ^14.13.1 || >= 16"
10850 "peerDependencies": {
10851 "svelte": ">=3.19.0"
10854 "node_modules/svelte-i18n": {
10855 "version": "3.4.0",
10856 "resolved": "https://registry.npmjs.org/svelte-i18n/-/svelte-i18n-3.4.0.tgz",
10857 "integrity": "sha512-590N+YIRlebDT3fXmuAxd4guQZLR3vm4kCs5UhWYmw3SxOlJNZ7HwYYiw6d4jDr7P+Cx7DSopk1Z1K9wn8B6EA==",
10860 "deepmerge": "^4.2.2",
10861 "estree-walker": "^2.0.1",
10862 "intl-messageformat": "^9.3.15",
10864 "tiny-glob": "^0.2.6"
10867 "svelte-i18n": "dist/cli.js"
10870 "node": ">= 11.15.0"
10872 "peerDependencies": {
10873 "svelte": "^3.25.1"
10876 "node_modules/svelte-jester": {
10877 "version": "2.3.2",
10878 "resolved": "https://registry.npmjs.org/svelte-jester/-/svelte-jester-2.3.2.tgz",
10879 "integrity": "sha512-JtxSz4FWAaCRBXbPsh4LcDs4Ua7zdXgLC0TZvT1R56hRV0dymmNP+abw67DTPF7sQPyNxWsOKd0Sl7Q8SnP8kg==",
10884 "peerDependencies": {
10889 "node_modules/svelte-preprocess": {
10890 "version": "4.10.6",
10892 "hasInstallScript": true,
10895 "@types/pug": "^2.0.4",
10896 "@types/sass": "^1.16.0",
10897 "detect-indent": "^6.0.0",
10898 "magic-string": "^0.25.7",
10899 "sorcery": "^0.10.0",
10900 "strip-indent": "^3.0.0"
10903 "node": ">= 9.11.2"
10905 "peerDependencies": {
10906 "@babel/core": "^7.10.2",
10907 "coffeescript": "^2.5.1",
10908 "less": "^3.11.3 || ^4.0.0",
10909 "postcss": "^7 || ^8",
10910 "postcss-load-config": "^2.1.0 || ^3.0.0",
10913 "stylus": "^0.55.0",
10914 "sugarss": "^2.0.0",
10915 "svelte": "^3.23.0",
10916 "typescript": "^3.9.5 || ^4.0.0"
10918 "peerDependenciesMeta": {
10934 "postcss-load-config": {
10954 "node_modules/svelte-preprocess/node_modules/magic-string": {
10955 "version": "0.25.9",
10959 "sourcemap-codec": "^1.4.8"
10962 "node_modules/symbol-observable": {
10963 "version": "4.0.0",
10970 "node_modules/symbol-tree": {
10971 "version": "3.2.4",
10972 "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
10973 "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
10976 "node_modules/tailwindcss": {
10977 "version": "3.0.24",
10982 "chokidar": "^3.5.3",
10983 "color-name": "^1.1.4",
10984 "detective": "^5.2.0",
10985 "didyoumean": "^1.2.2",
10987 "fast-glob": "^3.2.11",
10988 "glob-parent": "^6.0.2",
10989 "is-glob": "^4.0.3",
10990 "lilconfig": "^2.0.5",
10991 "normalize-path": "^3.0.0",
10992 "object-hash": "^3.0.0",
10993 "picocolors": "^1.0.0",
10994 "postcss": "^8.4.12",
10995 "postcss-js": "^4.0.0",
10996 "postcss-load-config": "^3.1.4",
10997 "postcss-nested": "5.0.6",
10998 "postcss-selector-parser": "^6.0.10",
10999 "postcss-value-parser": "^4.2.0",
11000 "quick-lru": "^5.1.1",
11001 "resolve": "^1.22.0"
11004 "tailwind": "lib/cli.js",
11005 "tailwindcss": "lib/cli.js"
11008 "node": ">=12.13.0"
11010 "peerDependencies": {
11011 "postcss": "^8.0.9"
11014 "node_modules/tailwindcss/node_modules/color-name": {
11015 "version": "1.1.4",
11019 "node_modules/tailwindcss/node_modules/glob-parent": {
11020 "version": "6.0.2",
11024 "is-glob": "^4.0.3"
11027 "node": ">=10.13.0"
11030 "node_modules/tar": {
11031 "version": "6.1.11",
11032 "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
11033 "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
11036 "chownr": "^2.0.0",
11037 "fs-minipass": "^2.0.0",
11038 "minipass": "^3.0.0",
11039 "minizlib": "^2.1.1",
11040 "mkdirp": "^1.0.3",
11041 "yallist": "^4.0.0"
11047 "node_modules/tar/node_modules/mkdirp": {
11048 "version": "1.0.4",
11049 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
11050 "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
11053 "mkdirp": "bin/cmd.js"
11059 "node_modules/terminal-link": {
11060 "version": "2.1.1",
11061 "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
11062 "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
11065 "ansi-escapes": "^4.2.1",
11066 "supports-hyperlinks": "^2.0.0"
11072 "url": "https://github.com/sponsors/sindresorhus"
11075 "node_modules/test-exclude": {
11076 "version": "6.0.0",
11077 "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
11078 "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
11081 "@istanbuljs/schema": "^0.1.2",
11083 "minimatch": "^3.0.4"
11089 "node_modules/text-table": {
11090 "version": "0.2.0",
11094 "node_modules/throat": {
11095 "version": "6.0.1",
11096 "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
11097 "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==",
11100 "node_modules/timers-ext": {
11101 "version": "0.1.7",
11105 "es5-ext": "~0.10.46",
11109 "node_modules/tiny-glob": {
11110 "version": "0.2.9",
11114 "globalyzer": "0.1.0",
11115 "globrex": "^0.1.2"
11118 "node_modules/tinyduration": {
11119 "version": "3.2.2",
11123 "node_modules/tmpl": {
11124 "version": "1.0.5",
11125 "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
11126 "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
11129 "node_modules/to-fast-properties": {
11130 "version": "2.0.0",
11137 "node_modules/to-regex-range": {
11138 "version": "5.0.1",
11142 "is-number": "^7.0.0"
11148 "node_modules/toidentifier": {
11149 "version": "1.0.0",
11156 "node_modules/tough-cookie": {
11157 "version": "4.0.0",
11158 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
11159 "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
11163 "punycode": "^2.1.1",
11164 "universalify": "^0.1.2"
11170 "node_modules/tr46": {
11171 "version": "3.0.0",
11172 "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
11173 "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
11176 "punycode": "^2.1.1"
11182 "node_modules/traverse": {
11183 "version": "0.3.9",
11184 "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz",
11185 "integrity": "sha1-cXuPIgzAu3tE5AUUwisui7xw2Lk=",
11191 "node_modules/ts-invariant": {
11192 "version": "0.10.3",
11193 "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.10.3.tgz",
11194 "integrity": "sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==",
11203 "node_modules/ts-jest": {
11204 "version": "28.0.0-next.3",
11208 "bs-logger": "0.x",
11209 "fast-json-stable-stringify": "2.x",
11210 "jest-util": "^28.0.0",
11212 "lodash.memoize": "4.x",
11213 "make-error": "1.x",
11215 "yargs-parser": "^20.x"
11218 "ts-jest": "cli.js"
11221 "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
11223 "peerDependencies": {
11224 "@babel/core": ">=7.0.0-beta.0 <8",
11225 "@types/jest": "^27.0.0",
11226 "babel-jest": "^28.0.0",
11228 "typescript": ">=4.3"
11230 "peerDependenciesMeta": {
11245 "node_modules/ts-jest/node_modules/semver": {
11246 "version": "7.3.7",
11250 "lru-cache": "^6.0.0"
11253 "semver": "bin/semver.js"
11259 "node_modules/tslib": {
11260 "version": "2.4.0",
11261 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
11262 "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
11265 "node_modules/tsutils": {
11266 "version": "3.21.0",
11275 "peerDependencies": {
11276 "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
11279 "node_modules/tsutils/node_modules/tslib": {
11280 "version": "1.14.1",
11284 "node_modules/type": {
11285 "version": "1.2.0",
11289 "node_modules/type-check": {
11290 "version": "0.4.0",
11294 "prelude-ls": "^1.2.1"
11300 "node_modules/type-detect": {
11301 "version": "4.0.8",
11302 "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
11303 "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
11309 "node_modules/type-fest": {
11310 "version": "0.21.3",
11311 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
11312 "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
11318 "url": "https://github.com/sponsors/sindresorhus"
11321 "node_modules/type-is": {
11322 "version": "1.6.18",
11326 "media-typer": "0.3.0",
11327 "mime-types": "~2.1.24"
11333 "node_modules/typedarray": {
11334 "version": "0.0.6",
11338 "node_modules/typedoc": {
11339 "version": "0.22.15",
11341 "license": "Apache-2.0",
11345 "marked": "^4.0.12",
11346 "minimatch": "^5.0.1",
11350 "typedoc": "bin/typedoc"
11353 "node": ">= 12.10.0"
11355 "peerDependencies": {
11356 "typescript": "4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x"
11359 "node_modules/typedoc-plugin-markdown": {
11360 "version": "3.12.1",
11364 "handlebars": "^4.7.7"
11366 "peerDependencies": {
11367 "typedoc": ">=0.22.0"
11370 "node_modules/typedoc/node_modules/brace-expansion": {
11371 "version": "2.0.1",
11375 "balanced-match": "^1.0.0"
11378 "node_modules/typedoc/node_modules/minimatch": {
11379 "version": "5.0.1",
11383 "brace-expansion": "^2.0.1"
11389 "node_modules/typescript": {
11390 "version": "4.6.4",
11392 "license": "Apache-2.0",
11395 "tsserver": "bin/tsserver"
11401 "node_modules/uglify-js": {
11402 "version": "3.15.4",
11404 "license": "BSD-2-Clause",
11407 "uglifyjs": "bin/uglifyjs"
11413 "node_modules/underscore": {
11414 "version": "1.12.1",
11415 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
11416 "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
11419 "node_modules/universalify": {
11420 "version": "0.1.2",
11421 "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
11422 "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
11428 "node_modules/unixify": {
11429 "version": "1.0.0",
11430 "resolved": "https://registry.npmjs.org/unixify/-/unixify-1.0.0.tgz",
11431 "integrity": "sha1-OmQcjC/7zk2mg6XHDwOkYpQMIJA=",
11434 "normalize-path": "^2.1.1"
11440 "node_modules/unixify/node_modules/normalize-path": {
11441 "version": "2.1.1",
11442 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
11443 "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
11446 "remove-trailing-separator": "^1.0.1"
11452 "node_modules/unpipe": {
11453 "version": "1.0.0",
11460 "node_modules/unzipper": {
11461 "version": "0.10.11",
11462 "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.11.tgz",
11463 "integrity": "sha512-+BrAq2oFqWod5IESRjL3S8baohbevGcVA+teAIOYWM3pDVdseogqbzhhvvmiyQrUNKFUnDMtELW3X8ykbyDCJw==",
11466 "big-integer": "^1.6.17",
11467 "binary": "~0.3.0",
11468 "bluebird": "~3.4.1",
11469 "buffer-indexof-polyfill": "~1.0.0",
11470 "duplexer2": "~0.1.4",
11471 "fstream": "^1.0.12",
11472 "graceful-fs": "^4.2.2",
11473 "listenercount": "~1.0.1",
11474 "readable-stream": "~2.3.6",
11475 "setimmediate": "~1.0.4"
11478 "node_modules/unzipper/node_modules/bluebird": {
11479 "version": "3.4.7",
11480 "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz",
11481 "integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==",
11484 "node_modules/unzipper/node_modules/readable-stream": {
11485 "version": "2.3.7",
11486 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
11487 "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
11490 "core-util-is": "~1.0.0",
11491 "inherits": "~2.0.3",
11492 "isarray": "~1.0.0",
11493 "process-nextick-args": "~2.0.0",
11494 "safe-buffer": "~5.1.1",
11495 "string_decoder": "~1.1.1",
11496 "util-deprecate": "~1.0.1"
11499 "node_modules/unzipper/node_modules/string_decoder": {
11500 "version": "1.1.1",
11501 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
11502 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
11505 "safe-buffer": "~5.1.0"
11508 "node_modules/uri-js": {
11509 "version": "4.4.1",
11511 "license": "BSD-2-Clause",
11513 "punycode": "^2.1.0"
11516 "node_modules/url-join": {
11517 "version": "4.0.1",
11518 "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz",
11519 "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==",
11522 "node_modules/util-deprecate": {
11523 "version": "1.0.2",
11527 "node_modules/utils-merge": {
11528 "version": "1.0.1",
11535 "node_modules/v8-compile-cache": {
11536 "version": "2.3.0",
11540 "node_modules/v8-to-istanbul": {
11541 "version": "9.0.0",
11542 "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz",
11543 "integrity": "sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==",
11546 "@jridgewell/trace-mapping": "^0.3.7",
11547 "@types/istanbul-lib-coverage": "^2.0.1",
11548 "convert-source-map": "^1.6.0"
11551 "node": ">=10.12.0"
11554 "node_modules/vary": {
11555 "version": "1.1.2",
11562 "node_modules/vite": {
11563 "version": "2.9.9",
11564 "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.9.tgz",
11565 "integrity": "sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==",
11568 "esbuild": "^0.14.27",
11569 "postcss": "^8.4.13",
11570 "resolve": "^1.22.0",
11571 "rollup": "^2.59.0"
11574 "vite": "bin/vite.js"
11579 "optionalDependencies": {
11580 "fsevents": "~2.3.2"
11582 "peerDependencies": {
11587 "peerDependenciesMeta": {
11599 "node_modules/vscode-oniguruma": {
11600 "version": "1.6.2",
11604 "node_modules/vscode-textmate": {
11605 "version": "5.2.0",
11609 "node_modules/w3c-hr-time": {
11610 "version": "1.0.2",
11611 "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
11612 "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
11615 "browser-process-hrtime": "^1.0.0"
11618 "node_modules/w3c-xmlserializer": {
11619 "version": "3.0.0",
11620 "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz",
11621 "integrity": "sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==",
11624 "xml-name-validator": "^4.0.0"
11630 "node_modules/walker": {
11631 "version": "1.0.8",
11632 "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
11633 "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
11636 "makeerror": "1.0.12"
11639 "node_modules/webidl-conversions": {
11640 "version": "7.0.0",
11641 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
11642 "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
11648 "node_modules/whatwg-encoding": {
11649 "version": "2.0.0",
11650 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz",
11651 "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==",
11654 "iconv-lite": "0.6.3"
11660 "node_modules/whatwg-encoding/node_modules/iconv-lite": {
11661 "version": "0.6.3",
11662 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
11663 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
11666 "safer-buffer": ">= 2.1.2 < 3.0.0"
11672 "node_modules/whatwg-mimetype": {
11673 "version": "3.0.0",
11674 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
11675 "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
11681 "node_modules/whatwg-url": {
11682 "version": "10.0.0",
11683 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-10.0.0.tgz",
11684 "integrity": "sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==",
11688 "webidl-conversions": "^7.0.0"
11694 "node_modules/which": {
11695 "version": "2.0.2",
11702 "node-which": "bin/node-which"
11708 "node_modules/word-wrap": {
11709 "version": "1.2.3",
11716 "node_modules/wordwrap": {
11717 "version": "1.0.0",
11721 "node_modules/worktop": {
11722 "version": "0.8.0-next.13",
11726 "mrmime": "^1.0.0",
11727 "regexparam": "^2.0.0"
11733 "node_modules/wrap-ansi": {
11734 "version": "7.0.0",
11735 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
11736 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
11739 "ansi-styles": "^4.0.0",
11740 "string-width": "^4.1.0",
11741 "strip-ansi": "^6.0.0"
11747 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
11750 "node_modules/wrap-ansi/node_modules/ansi-styles": {
11751 "version": "4.3.0",
11752 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
11753 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
11756 "color-convert": "^2.0.1"
11762 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11765 "node_modules/wrap-ansi/node_modules/color-convert": {
11766 "version": "2.0.1",
11767 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
11768 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
11771 "color-name": "~1.1.4"
11777 "node_modules/wrap-ansi/node_modules/color-name": {
11778 "version": "1.1.4",
11779 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
11780 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
11783 "node_modules/wrappy": {
11784 "version": "1.0.2",
11788 "node_modules/write-file-atomic": {
11789 "version": "4.0.1",
11790 "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.1.tgz",
11791 "integrity": "sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ==",
11794 "imurmurhash": "^0.1.4",
11795 "signal-exit": "^3.0.7"
11798 "node": "^12.13.0 || ^14.15.0 || >=16"
11801 "node_modules/ws": {
11802 "version": "8.6.0",
11803 "resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
11804 "integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==",
11809 "peerDependencies": {
11810 "bufferutil": "^4.0.1",
11811 "utf-8-validate": "^5.0.2"
11813 "peerDependenciesMeta": {
11817 "utf-8-validate": {
11822 "node_modules/xml-name-validator": {
11823 "version": "4.0.0",
11824 "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
11825 "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
11831 "node_modules/xmlchars": {
11832 "version": "2.2.0",
11833 "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
11834 "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
11837 "node_modules/xtend": {
11838 "version": "4.0.2",
11845 "node_modules/y18n": {
11846 "version": "5.0.8",
11847 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
11848 "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
11854 "node_modules/yallist": {
11855 "version": "4.0.0",
11856 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
11857 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
11860 "node_modules/yaml": {
11861 "version": "1.10.2",
11868 "node_modules/yargs": {
11869 "version": "17.5.1",
11870 "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
11871 "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
11875 "escalade": "^3.1.1",
11876 "get-caller-file": "^2.0.5",
11877 "require-directory": "^2.1.1",
11878 "string-width": "^4.2.3",
11880 "yargs-parser": "^21.0.0"
11886 "node_modules/yargs-parser": {
11887 "version": "18.1.3",
11891 "camelcase": "^5.0.0",
11892 "decamelize": "^1.2.0"
11898 "node_modules/yargs/node_modules/yargs-parser": {
11899 "version": "21.0.1",
11900 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz",
11901 "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==",
11907 "node_modules/yauzl": {
11908 "version": "2.10.0",
11912 "buffer-crc32": "~0.2.3",
11913 "fd-slicer": "~1.1.0"
11916 "node_modules/yazl": {
11917 "version": "2.5.1",
11921 "buffer-crc32": "~0.2.3"
11924 "node_modules/zen-observable": {
11925 "version": "0.8.15",
11926 "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz",
11927 "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==",
11930 "node_modules/zen-observable-ts": {
11931 "version": "1.2.5",
11932 "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz",
11933 "integrity": "sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==",
11936 "zen-observable": "0.8.15"
11941 "@apollo/client": {
11942 "version": "3.6.4",
11943 "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.6.4.tgz",
11944 "integrity": "sha512-2z0dzQpx2HhGK5Pip/rbMM5kkbE4BLZGK2ItSmy2lMPy9/SZGFnw+zWBXSoIook0JT2bDscm+FsdmtV+1AhdJw==",
11947 "@graphql-typed-document-node/core": "^3.1.1",
11948 "@wry/context": "^0.6.0",
11949 "@wry/equality": "^0.5.0",
11950 "@wry/trie": "^0.3.0",
11951 "graphql-tag": "^2.12.6",
11952 "hoist-non-react-statics": "^3.3.2",
11953 "optimism": "^0.16.1",
11954 "prop-types": "^15.7.2",
11955 "symbol-observable": "^4.0.0",
11956 "ts-invariant": "^0.10.3",
11958 "zen-observable-ts": "^1.2.5"
11961 "@babel/code-frame": {
11962 "version": "7.16.7",
11965 "@babel/highlight": "^7.16.7"
11968 "@babel/compat-data": {
11969 "version": "7.17.10",
11970 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz",
11971 "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==",
11975 "version": "7.16.12",
11976 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.12.tgz",
11977 "integrity": "sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==",
11980 "@babel/code-frame": "^7.16.7",
11981 "@babel/generator": "^7.16.8",
11982 "@babel/helper-compilation-targets": "^7.16.7",
11983 "@babel/helper-module-transforms": "^7.16.7",
11984 "@babel/helpers": "^7.16.7",
11985 "@babel/parser": "^7.16.12",
11986 "@babel/template": "^7.16.7",
11987 "@babel/traverse": "^7.16.10",
11988 "@babel/types": "^7.16.8",
11989 "convert-source-map": "^1.7.0",
11991 "gensync": "^1.0.0-beta.2",
11993 "semver": "^6.3.0",
11994 "source-map": "^0.5.0"
11997 "@babel/generator": {
11998 "version": "7.17.12",
11999 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.12.tgz",
12000 "integrity": "sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw==",
12003 "@babel/types": "^7.17.12",
12004 "@jridgewell/gen-mapping": "^0.3.0",
12008 "@babel/helper-annotate-as-pure": {
12009 "version": "7.16.7",
12012 "@babel/types": "^7.16.7"
12015 "@babel/helper-compilation-targets": {
12016 "version": "7.17.10",
12017 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz",
12018 "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==",
12021 "@babel/compat-data": "^7.17.10",
12022 "@babel/helper-validator-option": "^7.16.7",
12023 "browserslist": "^4.20.2",
12027 "@babel/helper-create-class-features-plugin": {
12028 "version": "7.17.9",
12031 "@babel/helper-annotate-as-pure": "^7.16.7",
12032 "@babel/helper-environment-visitor": "^7.16.7",
12033 "@babel/helper-function-name": "^7.17.9",
12034 "@babel/helper-member-expression-to-functions": "^7.17.7",
12035 "@babel/helper-optimise-call-expression": "^7.16.7",
12036 "@babel/helper-replace-supers": "^7.16.7",
12037 "@babel/helper-split-export-declaration": "^7.16.7"
12040 "@babel/helper-environment-visitor": {
12041 "version": "7.16.7",
12044 "@babel/types": "^7.16.7"
12047 "@babel/helper-function-name": {
12048 "version": "7.17.9",
12051 "@babel/template": "^7.16.7",
12052 "@babel/types": "^7.17.0"
12055 "@babel/helper-hoist-variables": {
12056 "version": "7.16.7",
12059 "@babel/types": "^7.16.7"
12062 "@babel/helper-member-expression-to-functions": {
12063 "version": "7.17.7",
12066 "@babel/types": "^7.17.0"
12069 "@babel/helper-module-imports": {
12070 "version": "7.16.7",
12073 "@babel/types": "^7.16.7"
12076 "@babel/helper-module-transforms": {
12077 "version": "7.17.7",
12080 "@babel/helper-environment-visitor": "^7.16.7",
12081 "@babel/helper-module-imports": "^7.16.7",
12082 "@babel/helper-simple-access": "^7.17.7",
12083 "@babel/helper-split-export-declaration": "^7.16.7",
12084 "@babel/helper-validator-identifier": "^7.16.7",
12085 "@babel/template": "^7.16.7",
12086 "@babel/traverse": "^7.17.3",
12087 "@babel/types": "^7.17.0"
12090 "@babel/helper-optimise-call-expression": {
12091 "version": "7.16.7",
12094 "@babel/types": "^7.16.7"
12097 "@babel/helper-plugin-utils": {
12098 "version": "7.16.7",
12101 "@babel/helper-replace-supers": {
12102 "version": "7.16.7",
12105 "@babel/helper-environment-visitor": "^7.16.7",
12106 "@babel/helper-member-expression-to-functions": "^7.16.7",
12107 "@babel/helper-optimise-call-expression": "^7.16.7",
12108 "@babel/traverse": "^7.16.7",
12109 "@babel/types": "^7.16.7"
12112 "@babel/helper-simple-access": {
12113 "version": "7.17.7",
12116 "@babel/types": "^7.17.0"
12119 "@babel/helper-skip-transparent-expression-wrappers": {
12120 "version": "7.16.0",
12123 "@babel/types": "^7.16.0"
12126 "@babel/helper-split-export-declaration": {
12127 "version": "7.16.7",
12130 "@babel/types": "^7.16.7"
12133 "@babel/helper-validator-identifier": {
12134 "version": "7.16.7",
12137 "@babel/helper-validator-option": {
12138 "version": "7.16.7",
12141 "@babel/helpers": {
12142 "version": "7.17.9",
12143 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz",
12144 "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==",
12147 "@babel/template": "^7.16.7",
12148 "@babel/traverse": "^7.17.9",
12149 "@babel/types": "^7.17.0"
12152 "@babel/highlight": {
12153 "version": "7.17.9",
12156 "@babel/helper-validator-identifier": "^7.16.7",
12158 "js-tokens": "^4.0.0"
12162 "version": "7.17.12",
12163 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.12.tgz",
12164 "integrity": "sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==",
12167 "@babel/plugin-proposal-class-properties": {
12168 "version": "7.16.7",
12171 "@babel/helper-create-class-features-plugin": "^7.16.7",
12172 "@babel/helper-plugin-utils": "^7.16.7"
12175 "@babel/plugin-proposal-dynamic-import": {
12176 "version": "7.16.7",
12179 "@babel/helper-plugin-utils": "^7.16.7",
12180 "@babel/plugin-syntax-dynamic-import": "^7.8.3"
12183 "@babel/plugin-proposal-export-namespace-from": {
12184 "version": "7.16.7",
12187 "@babel/helper-plugin-utils": "^7.16.7",
12188 "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
12191 "@babel/plugin-proposal-logical-assignment-operators": {
12192 "version": "7.16.7",
12195 "@babel/helper-plugin-utils": "^7.16.7",
12196 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
12199 "@babel/plugin-proposal-nullish-coalescing-operator": {
12200 "version": "7.16.7",
12203 "@babel/helper-plugin-utils": "^7.16.7",
12204 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
12207 "@babel/plugin-proposal-numeric-separator": {
12208 "version": "7.16.7",
12211 "@babel/helper-plugin-utils": "^7.16.7",
12212 "@babel/plugin-syntax-numeric-separator": "^7.10.4"
12215 "@babel/plugin-proposal-optional-chaining": {
12216 "version": "7.16.7",
12219 "@babel/helper-plugin-utils": "^7.16.7",
12220 "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
12221 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
12224 "@babel/plugin-proposal-private-methods": {
12225 "version": "7.16.11",
12228 "@babel/helper-create-class-features-plugin": "^7.16.10",
12229 "@babel/helper-plugin-utils": "^7.16.7"
12232 "@babel/plugin-proposal-private-property-in-object": {
12233 "version": "7.16.7",
12236 "@babel/helper-annotate-as-pure": "^7.16.7",
12237 "@babel/helper-create-class-features-plugin": "^7.16.7",
12238 "@babel/helper-plugin-utils": "^7.16.7",
12239 "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
12242 "@babel/plugin-syntax-async-generators": {
12243 "version": "7.8.4",
12246 "@babel/helper-plugin-utils": "^7.8.0"
12249 "@babel/plugin-syntax-bigint": {
12250 "version": "7.8.3",
12251 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
12252 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
12255 "@babel/helper-plugin-utils": "^7.8.0"
12258 "@babel/plugin-syntax-class-properties": {
12259 "version": "7.12.13",
12260 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
12261 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
12264 "@babel/helper-plugin-utils": "^7.12.13"
12267 "@babel/plugin-syntax-dynamic-import": {
12268 "version": "7.8.3",
12271 "@babel/helper-plugin-utils": "^7.8.0"
12274 "@babel/plugin-syntax-export-namespace-from": {
12275 "version": "7.8.3",
12278 "@babel/helper-plugin-utils": "^7.8.3"
12281 "@babel/plugin-syntax-import-meta": {
12282 "version": "7.10.4",
12283 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
12284 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
12287 "@babel/helper-plugin-utils": "^7.10.4"
12290 "@babel/plugin-syntax-json-strings": {
12291 "version": "7.8.3",
12294 "@babel/helper-plugin-utils": "^7.8.0"
12297 "@babel/plugin-syntax-logical-assignment-operators": {
12298 "version": "7.10.4",
12301 "@babel/helper-plugin-utils": "^7.10.4"
12304 "@babel/plugin-syntax-nullish-coalescing-operator": {
12305 "version": "7.8.3",
12308 "@babel/helper-plugin-utils": "^7.8.0"
12311 "@babel/plugin-syntax-numeric-separator": {
12312 "version": "7.10.4",
12315 "@babel/helper-plugin-utils": "^7.10.4"
12318 "@babel/plugin-syntax-object-rest-spread": {
12319 "version": "7.8.3",
12322 "@babel/helper-plugin-utils": "^7.8.0"
12325 "@babel/plugin-syntax-optional-catch-binding": {
12326 "version": "7.8.3",
12329 "@babel/helper-plugin-utils": "^7.8.0"
12332 "@babel/plugin-syntax-optional-chaining": {
12333 "version": "7.8.3",
12336 "@babel/helper-plugin-utils": "^7.8.0"
12339 "@babel/plugin-syntax-private-property-in-object": {
12340 "version": "7.14.5",
12343 "@babel/helper-plugin-utils": "^7.14.5"
12346 "@babel/plugin-syntax-top-level-await": {
12347 "version": "7.14.5",
12348 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
12349 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
12352 "@babel/helper-plugin-utils": "^7.14.5"
12355 "@babel/plugin-syntax-typescript": {
12356 "version": "7.17.10",
12359 "@babel/helper-plugin-utils": "^7.16.7"
12362 "@babel/plugin-transform-modules-commonjs": {
12363 "version": "7.16.8",
12366 "@babel/helper-module-transforms": "^7.16.7",
12367 "@babel/helper-plugin-utils": "^7.16.7",
12368 "@babel/helper-simple-access": "^7.16.7",
12369 "babel-plugin-dynamic-import-node": "^2.3.3"
12372 "@babel/plugin-transform-typescript": {
12373 "version": "7.16.8",
12376 "@babel/helper-create-class-features-plugin": "^7.16.7",
12377 "@babel/helper-plugin-utils": "^7.16.7",
12378 "@babel/plugin-syntax-typescript": "^7.16.7"
12381 "@babel/preset-typescript": {
12382 "version": "7.16.7",
12385 "@babel/helper-plugin-utils": "^7.16.7",
12386 "@babel/helper-validator-option": "^7.16.7",
12387 "@babel/plugin-transform-typescript": "^7.16.7"
12390 "@babel/runtime": {
12391 "version": "7.14.6",
12394 "regenerator-runtime": "^0.13.4"
12397 "@babel/template": {
12398 "version": "7.16.7",
12399 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
12400 "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
12403 "@babel/code-frame": "^7.16.7",
12404 "@babel/parser": "^7.16.7",
12405 "@babel/types": "^7.16.7"
12408 "@babel/traverse": {
12409 "version": "7.17.12",
12410 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.12.tgz",
12411 "integrity": "sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==",
12414 "@babel/code-frame": "^7.16.7",
12415 "@babel/generator": "^7.17.12",
12416 "@babel/helper-environment-visitor": "^7.16.7",
12417 "@babel/helper-function-name": "^7.17.9",
12418 "@babel/helper-hoist-variables": "^7.16.7",
12419 "@babel/helper-split-export-declaration": "^7.16.7",
12420 "@babel/parser": "^7.17.12",
12421 "@babel/types": "^7.17.12",
12423 "globals": "^11.1.0"
12427 "version": "7.17.12",
12428 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.12.tgz",
12429 "integrity": "sha512-rH8i29wcZ6x9xjzI5ILHL/yZkbQnCERdHlogKuIb4PUr7do4iT8DPekrTbBLWTnRQm6U0GYABbTMSzijmEqlAg==",
12432 "@babel/helper-validator-identifier": "^7.16.7",
12433 "to-fast-properties": "^2.0.0"
12436 "@bcoe/v8-coverage": {
12437 "version": "0.2.3",
12438 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
12439 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
12442 "@eslint/eslintrc": {
12443 "version": "0.4.2",
12448 "espree": "^7.3.0",
12449 "globals": "^13.9.0",
12450 "ignore": "^4.0.6",
12451 "import-fresh": "^3.2.1",
12452 "js-yaml": "^3.13.1",
12453 "minimatch": "^3.0.4",
12454 "strip-json-comments": "^3.1.1"
12458 "version": "2.0.1",
12462 "version": "13.9.0",
12465 "type-fest": "^0.20.2"
12469 "version": "4.1.0",
12472 "argparse": "^2.0.1"
12476 "version": "0.20.2",
12481 "@formatjs/ecma402-abstract": {
12482 "version": "1.9.4",
12488 "@formatjs/fast-memoize": {
12489 "version": "1.2.1",
12495 "@formatjs/icu-messageformat-parser": {
12496 "version": "2.0.7",
12499 "@formatjs/ecma402-abstract": "1.9.4",
12500 "@formatjs/icu-skeleton-parser": "1.2.8",
12504 "@formatjs/icu-skeleton-parser": {
12505 "version": "1.2.8",
12508 "@formatjs/ecma402-abstract": "1.9.4",
12512 "@graphql-typed-document-node/core": {
12513 "version": "3.1.1",
12518 "version": "2.1.0",
12519 "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-2.1.0.tgz",
12520 "integrity": "sha512-i1BpaNDVLJdRBEKeJWkVO6tYX6DMFBuwMhSuWqLsY4ufeTKGVuV5rBsUhxPayXqnnWHgXUAmWK16H/ykO5Wj4Q==",
12523 "@humanwhocodes/config-array": {
12524 "version": "0.9.5",
12527 "@humanwhocodes/object-schema": "^1.2.1",
12529 "minimatch": "^3.0.4"
12532 "@humanwhocodes/object-schema": {
12533 "version": "1.2.1",
12537 "version": "2.2.5",
12538 "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
12539 "integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==",
12542 "@istanbuljs/load-nyc-config": {
12543 "version": "1.1.0",
12544 "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
12545 "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
12548 "camelcase": "^5.3.1",
12549 "find-up": "^4.1.0",
12550 "get-package-type": "^0.1.0",
12551 "js-yaml": "^3.13.1",
12552 "resolve-from": "^5.0.0"
12555 "@istanbuljs/schema": {
12556 "version": "0.1.3",
12557 "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
12558 "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
12562 "version": "28.1.0",
12563 "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.0.tgz",
12564 "integrity": "sha512-tscn3dlJFGay47kb4qVruQg/XWlmvU0xp3EJOjzzY+sBaI+YgwKcvAmTcyYU7xEiLLIY5HCdWRooAL8dqkFlDA==",
12567 "@jest/types": "^28.1.0",
12568 "@types/node": "*",
12570 "jest-message-util": "^28.1.0",
12571 "jest-util": "^28.1.0",
12576 "version": "4.3.0",
12577 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
12578 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
12581 "color-convert": "^2.0.1"
12585 "version": "4.1.2",
12586 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
12587 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
12590 "ansi-styles": "^4.1.0",
12591 "supports-color": "^7.1.0"
12595 "version": "2.0.1",
12596 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
12597 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
12600 "color-name": "~1.1.4"
12604 "version": "1.1.4",
12605 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
12606 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
12610 "version": "4.0.0",
12611 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
12612 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
12615 "supports-color": {
12616 "version": "7.2.0",
12617 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
12618 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
12621 "has-flag": "^4.0.0"
12627 "version": "28.1.0",
12628 "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.0.tgz",
12629 "integrity": "sha512-/2PTt0ywhjZ4NwNO4bUqD9IVJfmFVhVKGlhvSpmEfUCuxYf/3NHcKmRFI+I71lYzbTT3wMuYpETDCTHo81gC/g==",
12632 "@jest/console": "^28.1.0",
12633 "@jest/reporters": "^28.1.0",
12634 "@jest/test-result": "^28.1.0",
12635 "@jest/transform": "^28.1.0",
12636 "@jest/types": "^28.1.0",
12637 "@types/node": "*",
12638 "ansi-escapes": "^4.2.1",
12640 "ci-info": "^3.2.0",
12642 "graceful-fs": "^4.2.9",
12643 "jest-changed-files": "^28.0.2",
12644 "jest-config": "^28.1.0",
12645 "jest-haste-map": "^28.1.0",
12646 "jest-message-util": "^28.1.0",
12647 "jest-regex-util": "^28.0.2",
12648 "jest-resolve": "^28.1.0",
12649 "jest-resolve-dependencies": "^28.1.0",
12650 "jest-runner": "^28.1.0",
12651 "jest-runtime": "^28.1.0",
12652 "jest-snapshot": "^28.1.0",
12653 "jest-util": "^28.1.0",
12654 "jest-validate": "^28.1.0",
12655 "jest-watcher": "^28.1.0",
12656 "micromatch": "^4.0.4",
12657 "pretty-format": "^28.1.0",
12658 "rimraf": "^3.0.0",
12660 "strip-ansi": "^6.0.0"
12664 "version": "5.0.1",
12665 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
12666 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
12670 "version": "4.3.0",
12671 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
12672 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
12675 "color-convert": "^2.0.1"
12679 "version": "4.1.2",
12680 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
12681 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
12684 "ansi-styles": "^4.1.0",
12685 "supports-color": "^7.1.0"
12689 "version": "2.0.1",
12690 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
12691 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
12694 "color-name": "~1.1.4"
12698 "version": "1.1.4",
12699 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
12700 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
12704 "version": "4.0.0",
12705 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
12706 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
12710 "version": "28.1.0",
12711 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
12712 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
12715 "@jest/schemas": "^28.0.2",
12716 "ansi-regex": "^5.0.1",
12717 "ansi-styles": "^5.0.0",
12718 "react-is": "^18.0.0"
12722 "version": "5.2.0",
12723 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
12724 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
12730 "version": "18.1.0",
12731 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
12732 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
12736 "version": "3.0.2",
12737 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
12738 "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
12744 "supports-color": {
12745 "version": "7.2.0",
12746 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
12747 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
12750 "has-flag": "^4.0.0"
12755 "@jest/environment": {
12756 "version": "28.1.0",
12757 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.0.tgz",
12758 "integrity": "sha512-S44WGSxkRngzHslhV6RoAExekfF7Qhwa6R5+IYFa81mpcj0YgdBnRSmvHe3SNwOt64yXaE5GG8Y2xM28ii5ssA==",
12761 "@jest/fake-timers": "^28.1.0",
12762 "@jest/types": "^28.1.0",
12763 "@types/node": "*",
12764 "jest-mock": "^28.1.0"
12768 "version": "28.1.0",
12769 "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.0.tgz",
12770 "integrity": "sha512-be9ETznPLaHOmeJqzYNIXv1ADEzENuQonIoobzThOYPuK/6GhrWNIJDVTgBLCrz3Am73PyEU2urQClZp0hLTtA==",
12773 "expect": "^28.1.0",
12774 "jest-snapshot": "^28.1.0"
12778 "version": "5.0.1",
12779 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
12780 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
12784 "version": "4.3.0",
12785 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
12786 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
12789 "color-convert": "^2.0.1"
12793 "version": "4.1.2",
12794 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
12795 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
12798 "ansi-styles": "^4.1.0",
12799 "supports-color": "^7.1.0"
12803 "version": "2.0.1",
12804 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
12805 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
12808 "color-name": "~1.1.4"
12812 "version": "1.1.4",
12813 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
12814 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
12817 "diff-sequences": {
12818 "version": "28.0.2",
12819 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.0.2.tgz",
12820 "integrity": "sha512-YtEoNynLDFCRznv/XDalsKGSZDoj0U5kLnXvY0JSq3nBboRrZXjD81+eSiwi+nzcZDwedMmcowcxNwwgFW23mQ==",
12824 "version": "28.1.0",
12825 "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.0.tgz",
12826 "integrity": "sha512-qFXKl8Pmxk8TBGfaFKRtcQjfXEnKAs+dmlxdwvukJZorwrAabT7M3h8oLOG01I2utEhkmUTi17CHaPBovZsKdw==",
12829 "@jest/expect-utils": "^28.1.0",
12830 "jest-get-type": "^28.0.2",
12831 "jest-matcher-utils": "^28.1.0",
12832 "jest-message-util": "^28.1.0",
12833 "jest-util": "^28.1.0"
12837 "version": "4.0.0",
12838 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
12839 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
12843 "version": "28.1.0",
12844 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.0.tgz",
12845 "integrity": "sha512-8eFd3U3OkIKRtlasXfiAQfbovgFgRDb0Ngcs2E+FMeBZ4rUezqIaGjuyggJBp+llosQXNEWofk/Sz4Hr5gMUhA==",
12849 "diff-sequences": "^28.0.2",
12850 "jest-get-type": "^28.0.2",
12851 "pretty-format": "^28.1.0"
12855 "version": "28.0.2",
12856 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
12857 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
12860 "jest-matcher-utils": {
12861 "version": "28.1.0",
12862 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.0.tgz",
12863 "integrity": "sha512-onnax0n2uTLRQFKAjC7TuaxibrPSvZgKTcSCnNUz/tOjJ9UhxNm7ZmPpoQavmTDUjXvUQ8KesWk2/VdrxIFzTQ==",
12867 "jest-diff": "^28.1.0",
12868 "jest-get-type": "^28.0.2",
12869 "pretty-format": "^28.1.0"
12873 "version": "28.1.0",
12874 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
12875 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
12878 "@jest/schemas": "^28.0.2",
12879 "ansi-regex": "^5.0.1",
12880 "ansi-styles": "^5.0.0",
12881 "react-is": "^18.0.0"
12885 "version": "5.2.0",
12886 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
12887 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
12893 "version": "18.1.0",
12894 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
12895 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
12898 "supports-color": {
12899 "version": "7.2.0",
12900 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
12901 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
12904 "has-flag": "^4.0.0"
12909 "@jest/expect-utils": {
12910 "version": "28.1.0",
12911 "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-28.1.0.tgz",
12912 "integrity": "sha512-5BrG48dpC0sB80wpeIX5FU6kolDJI4K0n5BM9a5V38MGx0pyRvUBSS0u2aNTdDzmOrCjhOg8pGs6a20ivYkdmw==",
12915 "jest-get-type": "^28.0.2"
12919 "version": "28.0.2",
12920 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
12921 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
12926 "@jest/fake-timers": {
12927 "version": "28.1.0",
12928 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.0.tgz",
12929 "integrity": "sha512-Xqsf/6VLeAAq78+GNPzI7FZQRf5cCHj1qgQxCjws9n8rKw8r1UYoeaALwBvyuzOkpU3c1I6emeMySPa96rxtIg==",
12932 "@jest/types": "^28.1.0",
12933 "@sinonjs/fake-timers": "^9.1.1",
12934 "@types/node": "*",
12935 "jest-message-util": "^28.1.0",
12936 "jest-mock": "^28.1.0",
12937 "jest-util": "^28.1.0"
12941 "version": "28.1.0",
12942 "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.0.tgz",
12943 "integrity": "sha512-3m7sTg52OTQR6dPhsEQSxAvU+LOBbMivZBwOvKEZ+Rb+GyxVnXi9HKgOTYkx/S99T8yvh17U4tNNJPIEQmtwYw==",
12946 "@jest/environment": "^28.1.0",
12947 "@jest/expect": "^28.1.0",
12948 "@jest/types": "^28.1.0"
12951 "@jest/reporters": {
12952 "version": "28.1.0",
12953 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.0.tgz",
12954 "integrity": "sha512-qxbFfqap/5QlSpIizH9c/bFCDKsQlM4uAKSOvZrP+nIdrjqre3FmKzpTtYyhsaVcOSNK7TTt2kjm+4BJIjysFA==",
12957 "@bcoe/v8-coverage": "^0.2.3",
12958 "@jest/console": "^28.1.0",
12959 "@jest/test-result": "^28.1.0",
12960 "@jest/transform": "^28.1.0",
12961 "@jest/types": "^28.1.0",
12962 "@jridgewell/trace-mapping": "^0.3.7",
12963 "@types/node": "*",
12965 "collect-v8-coverage": "^1.0.0",
12968 "graceful-fs": "^4.2.9",
12969 "istanbul-lib-coverage": "^3.0.0",
12970 "istanbul-lib-instrument": "^5.1.0",
12971 "istanbul-lib-report": "^3.0.0",
12972 "istanbul-lib-source-maps": "^4.0.0",
12973 "istanbul-reports": "^3.1.3",
12974 "jest-util": "^28.1.0",
12975 "jest-worker": "^28.1.0",
12977 "string-length": "^4.0.1",
12978 "strip-ansi": "^6.0.0",
12979 "terminal-link": "^2.0.0",
12980 "v8-to-istanbul": "^9.0.0"
12984 "version": "4.3.0",
12985 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
12986 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
12989 "color-convert": "^2.0.1"
12993 "version": "4.1.2",
12994 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
12995 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
12998 "ansi-styles": "^4.1.0",
12999 "supports-color": "^7.1.0"
13003 "version": "2.0.1",
13004 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
13005 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
13008 "color-name": "~1.1.4"
13012 "version": "1.1.4",
13013 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
13014 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
13018 "version": "4.0.0",
13019 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
13020 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
13023 "supports-color": {
13024 "version": "7.2.0",
13025 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
13026 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
13029 "has-flag": "^4.0.0"
13035 "version": "28.0.2",
13038 "@sinclair/typebox": "^0.23.3"
13041 "@jest/source-map": {
13042 "version": "28.0.2",
13043 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-28.0.2.tgz",
13044 "integrity": "sha512-Y9dxC8ZpN3kImkk0LkK5XCEneYMAXlZ8m5bflmSL5vrwyeUpJfentacCUg6fOb8NOpOO7hz2+l37MV77T6BFPw==",
13047 "@jridgewell/trace-mapping": "^0.3.7",
13048 "callsites": "^3.0.0",
13049 "graceful-fs": "^4.2.9"
13052 "@jest/test-result": {
13053 "version": "28.1.0",
13054 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.0.tgz",
13055 "integrity": "sha512-sBBFIyoPzrZho3N+80P35A5oAkSKlGfsEFfXFWuPGBsW40UAjCkGakZhn4UQK4iQlW2vgCDMRDOob9FGKV8YoQ==",
13058 "@jest/console": "^28.1.0",
13059 "@jest/types": "^28.1.0",
13060 "@types/istanbul-lib-coverage": "^2.0.0",
13061 "collect-v8-coverage": "^1.0.0"
13064 "@jest/test-sequencer": {
13065 "version": "28.1.0",
13066 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.0.tgz",
13067 "integrity": "sha512-tZCEiVWlWNTs/2iK9yi6o3AlMfbbYgV4uuZInSVdzZ7ftpHZhCMuhvk2HLYhCZzLgPFQ9MnM1YaxMnh3TILFiQ==",
13070 "@jest/test-result": "^28.1.0",
13071 "graceful-fs": "^4.2.9",
13072 "jest-haste-map": "^28.1.0",
13076 "@jest/transform": {
13077 "version": "28.1.0",
13078 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.0.tgz",
13079 "integrity": "sha512-omy2xe5WxlAfqmsTjTPxw+iXRTRnf+NtX0ToG+4S0tABeb4KsKmPUHq5UBuwunHg3tJRwgEQhEp0M/8oiatLEA==",
13082 "@babel/core": "^7.11.6",
13083 "@jest/types": "^28.1.0",
13084 "@jridgewell/trace-mapping": "^0.3.7",
13085 "babel-plugin-istanbul": "^6.1.1",
13087 "convert-source-map": "^1.4.0",
13088 "fast-json-stable-stringify": "^2.0.0",
13089 "graceful-fs": "^4.2.9",
13090 "jest-haste-map": "^28.1.0",
13091 "jest-regex-util": "^28.0.2",
13092 "jest-util": "^28.1.0",
13093 "micromatch": "^4.0.4",
13094 "pirates": "^4.0.4",
13096 "write-file-atomic": "^4.0.1"
13100 "version": "4.3.0",
13101 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
13102 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
13105 "color-convert": "^2.0.1"
13109 "version": "4.1.2",
13110 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
13111 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
13114 "ansi-styles": "^4.1.0",
13115 "supports-color": "^7.1.0"
13119 "version": "2.0.1",
13120 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
13121 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
13124 "color-name": "~1.1.4"
13128 "version": "1.1.4",
13129 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
13130 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
13134 "version": "4.0.0",
13135 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
13136 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
13139 "supports-color": {
13140 "version": "7.2.0",
13141 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
13142 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
13145 "has-flag": "^4.0.0"
13151 "version": "28.1.0",
13152 "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.0.tgz",
13153 "integrity": "sha512-xmEggMPr317MIOjjDoZ4ejCSr9Lpbt/u34+dvc99t7DS8YirW5rwZEhzKPC2BMUFkUhI48qs6qLUSGw5FuL0GA==",
13156 "@jest/schemas": "^28.0.2",
13157 "@types/istanbul-lib-coverage": "^2.0.0",
13158 "@types/istanbul-reports": "^3.0.0",
13159 "@types/node": "*",
13160 "@types/yargs": "^17.0.8",
13165 "version": "4.3.0",
13166 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
13167 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
13170 "color-convert": "^2.0.1"
13174 "version": "4.1.2",
13175 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
13176 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
13179 "ansi-styles": "^4.1.0",
13180 "supports-color": "^7.1.0"
13184 "version": "2.0.1",
13185 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
13186 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
13189 "color-name": "~1.1.4"
13193 "version": "1.1.4",
13194 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
13195 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
13199 "version": "4.0.0",
13200 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
13201 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
13204 "supports-color": {
13205 "version": "7.2.0",
13206 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
13207 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
13210 "has-flag": "^4.0.0"
13215 "@jridgewell/gen-mapping": {
13216 "version": "0.3.1",
13217 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz",
13218 "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==",
13221 "@jridgewell/set-array": "^1.0.0",
13222 "@jridgewell/sourcemap-codec": "^1.4.10",
13223 "@jridgewell/trace-mapping": "^0.3.9"
13226 "@jridgewell/resolve-uri": {
13227 "version": "3.0.6",
13230 "@jridgewell/set-array": {
13231 "version": "1.1.1",
13232 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz",
13233 "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==",
13236 "@jridgewell/sourcemap-codec": {
13237 "version": "1.4.11",
13240 "@jridgewell/trace-mapping": {
13241 "version": "0.3.9",
13244 "@jridgewell/resolve-uri": "^3.0.3",
13245 "@jridgewell/sourcemap-codec": "^1.4.10"
13248 "@nodelib/fs.scandir": {
13249 "version": "2.1.5",
13252 "@nodelib/fs.stat": "2.0.5",
13253 "run-parallel": "^1.1.9"
13256 "@nodelib/fs.stat": {
13257 "version": "2.0.5",
13260 "@nodelib/fs.walk": {
13261 "version": "1.2.8",
13264 "@nodelib/fs.scandir": "2.1.5",
13268 "@pact-foundation/pact": {
13269 "version": "9.17.3",
13270 "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-9.17.3.tgz",
13271 "integrity": "sha512-AVcScLZsxDDKlO1AuyN7m26Z2EqIt5AA4P8cPGEkokyHf97vbbWlHOPZsgZgzxZXQRnvjNyQnyMwHR69hQ1hew==",
13274 "@pact-foundation/pact-node": "^10.17.2",
13275 "@types/bluebird": "^3.5.20",
13276 "@types/express": "^4.17.11",
13277 "bluebird": "~3.5.1",
13278 "body-parser": "^1.18.2",
13279 "cli-color": "^1.1.0",
13280 "es6-object-assign": "^1.1.0",
13281 "es6-promise": "^4.1.1",
13282 "express": "^4.17.1",
13283 "graphql": "^14.0.0",
13284 "graphql-tag": "^2.9.1",
13285 "http-proxy": "^1.18.1",
13286 "lodash": "^4.17.21",
13287 "lodash.isfunction": "3.0.8",
13288 "lodash.isnil": "4.0.0",
13289 "lodash.isundefined": "3.0.1",
13290 "lodash.omit": "^4.5.0",
13291 "lodash.omitby": "4.6.0",
13293 "pino-pretty": "^4.1.0",
13294 "pkginfo": "^0.4.1",
13295 "popsicle": "^9.2.0"
13299 "version": "14.7.0",
13302 "iterall": "^1.2.2"
13307 "@pact-foundation/pact-node": {
13308 "version": "10.17.2",
13309 "resolved": "https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-10.17.2.tgz",
13310 "integrity": "sha512-RslLuFYItB0uDfKLYXei0ZfAPK0W0nwSwp+Zt7Qyt+Stnea2H4DOucKV03uFSiv3TLVKojut5nF70wfgXyNItQ==",
13313 "@types/needle": "^2.5.1",
13314 "@types/pino": "^6.3.5",
13315 "@types/q": "1.0.7",
13316 "@types/request": "2.48.2",
13318 "check-types": "7.3.0",
13319 "cross-spawn": "^7.0.1",
13320 "libnpmconfig": "^1.2.1",
13322 "needle": "^2.6.0",
13324 "pino-pretty": "^4.1.0",
13327 "sumchecker": "^2.0.2",
13329 "underscore": "1.12.1",
13330 "unixify": "1.0.0",
13331 "unzipper": "^0.10.10",
13332 "url-join": "^4.0.0"
13336 "version": "2.3.1",
13337 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.1.tgz",
13338 "integrity": "sha512-QUU4ofkDoMIVO7hcx1iPTISs88wsO8jA92RQIm4JAwZvFGGAV2hSAA1NX7oVj2Ej2Q6NDTcRDjPTFrMCRZoJ6g==",
13341 "ansi-styles": "^3.2.0",
13342 "escape-string-regexp": "^1.0.5",
13343 "supports-color": "^5.2.0"
13348 "@playwright/test": {
13349 "version": "1.21.1",
13352 "@babel/code-frame": "7.16.7",
13353 "@babel/core": "7.16.12",
13354 "@babel/helper-plugin-utils": "7.16.7",
13355 "@babel/plugin-proposal-class-properties": "7.16.7",
13356 "@babel/plugin-proposal-dynamic-import": "7.16.7",
13357 "@babel/plugin-proposal-export-namespace-from": "7.16.7",
13358 "@babel/plugin-proposal-logical-assignment-operators": "7.16.7",
13359 "@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
13360 "@babel/plugin-proposal-numeric-separator": "7.16.7",
13361 "@babel/plugin-proposal-optional-chaining": "7.16.7",
13362 "@babel/plugin-proposal-private-methods": "7.16.11",
13363 "@babel/plugin-proposal-private-property-in-object": "7.16.7",
13364 "@babel/plugin-syntax-async-generators": "7.8.4",
13365 "@babel/plugin-syntax-json-strings": "7.8.3",
13366 "@babel/plugin-syntax-object-rest-spread": "7.8.3",
13367 "@babel/plugin-syntax-optional-catch-binding": "7.8.3",
13368 "@babel/plugin-transform-modules-commonjs": "7.16.8",
13369 "@babel/preset-typescript": "7.16.7",
13371 "commander": "8.3.0",
13373 "expect": "27.2.5",
13374 "jest-matcher-utils": "27.2.5",
13377 "minimatch": "3.0.4",
13380 "pirates": "4.0.4",
13381 "playwright-core": "1.21.1",
13383 "source-map-support": "0.4.18",
13384 "stack-utils": "2.0.5",
13389 "version": "4.3.0",
13390 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
13391 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
13394 "color-convert": "^2.0.1"
13398 "version": "4.1.2",
13399 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
13400 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
13403 "ansi-styles": "^4.1.0",
13404 "supports-color": "^7.1.0"
13408 "version": "2.0.1",
13409 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
13410 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
13413 "color-name": "~1.1.4"
13417 "version": "1.1.4",
13418 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
13419 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
13423 "version": "4.0.0",
13424 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
13425 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
13428 "jest-matcher-utils": {
13429 "version": "27.2.5",
13430 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.2.5.tgz",
13431 "integrity": "sha512-qNR/kh6bz0Dyv3m68Ck2g1fLW5KlSOUNcFQh87VXHZwWc/gY6XwnKofx76Qytz3x5LDWT09/2+yXndTkaG4aWg==",
13435 "jest-diff": "^27.2.5",
13436 "jest-get-type": "^27.0.6",
13437 "pretty-format": "^27.2.5"
13441 "version": "2.1.3",
13442 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
13443 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
13447 "version": "4.0.4",
13448 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.4.tgz",
13449 "integrity": "sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==",
13453 "version": "3.0.2",
13459 "source-map-support": {
13460 "version": "0.4.18",
13461 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
13462 "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
13465 "source-map": "^0.5.6"
13468 "supports-color": {
13469 "version": "7.2.0",
13470 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
13471 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
13474 "has-flag": "^4.0.0"
13479 "@rollup/pluginutils": {
13480 "version": "4.2.1",
13481 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
13482 "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
13485 "estree-walker": "^2.0.1",
13486 "picomatch": "^2.2.2"
13489 "@sinclair/typebox": {
13490 "version": "0.23.5",
13493 "@sinonjs/commons": {
13494 "version": "1.8.3",
13495 "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
13496 "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
13499 "type-detect": "4.0.8"
13502 "@sinonjs/fake-timers": {
13503 "version": "9.1.2",
13504 "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz",
13505 "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==",
13508 "@sinonjs/commons": "^1.7.0"
13511 "@sveltejs/adapter-auto": {
13512 "version": "1.0.0-next.43",
13513 "resolved": "https://registry.npmjs.org/@sveltejs/adapter-auto/-/adapter-auto-1.0.0-next.43.tgz",
13514 "integrity": "sha512-ihlAdfMWmqNbo1zHIT77HG/fBZSrAD/VBFbUjm41+7jb3XUg87tQsMbsd/SQ360IAA2atbwKc/1wNKQLfpahDw==",
13517 "@sveltejs/adapter-cloudflare": "1.0.0-next.19",
13518 "@sveltejs/adapter-netlify": "1.0.0-next.58",
13519 "@sveltejs/adapter-vercel": "1.0.0-next.52"
13522 "@sveltejs/adapter-cloudflare": {
13523 "version": "1.0.0-next.19",
13526 "esbuild": "^0.14.21",
13527 "worktop": "0.8.0-next.13"
13530 "@sveltejs/adapter-netlify": {
13531 "version": "1.0.0-next.58",
13532 "resolved": "https://registry.npmjs.org/@sveltejs/adapter-netlify/-/adapter-netlify-1.0.0-next.58.tgz",
13533 "integrity": "sha512-ZkL9mop/oTLfSj3tPCnTjQw7cKfoYLiptDzTypv7l+HDfE7SCFzJuK7YenjTMPoKTakFVfYAEEVIdJEySZt5MQ==",
13536 "@iarna/toml": "^2.2.5",
13537 "esbuild": "^0.14.21",
13538 "tiny-glob": "^0.2.9"
13541 "@sveltejs/adapter-vercel": {
13542 "version": "1.0.0-next.52",
13543 "resolved": "https://registry.npmjs.org/@sveltejs/adapter-vercel/-/adapter-vercel-1.0.0-next.52.tgz",
13544 "integrity": "sha512-HEGmOX1HPGAotmosms0k88sTG9LnPMEQkpmWoyMdcffsPcT45SkJepXP/lvqNNlbUl9epZX95nqyZVie/mauRA==",
13547 "esbuild": "^0.14.21"
13551 "version": "1.0.0-next.334",
13552 "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-1.0.0-next.334.tgz",
13553 "integrity": "sha512-HPMF1oYBfyOG6wfU0Y6F4SID8jphue9yF+PXJqVTDBL5Z2WBG2ogum6MavE8aWhq+g2H6w5y0jNT8+8DO2KTCA==",
13556 "@sveltejs/vite-plugin-svelte": "^1.0.0-next.32",
13557 "chokidar": "^3.5.3",
13562 "@sveltejs/vite-plugin-svelte": {
13563 "version": "1.0.0-next.44",
13564 "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-1.0.0-next.44.tgz",
13565 "integrity": "sha512-n+sssEWbzykPS447FmnNyU5GxEhrBPDVd0lxNZnxRGz9P6651LjjwAnISKr3CKgT9v8IybP8VD0n2i5XzbqExg==",
13568 "@rollup/pluginutils": "^4.2.1",
13570 "deepmerge": "^4.2.2",
13572 "magic-string": "^0.26.1",
13573 "svelte-hmr": "^0.14.11"
13577 "version": "4.3.4",
13578 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
13579 "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
13587 "@tailwindcss/typography": {
13588 "version": "0.5.2",
13591 "lodash.castarray": "^4.4.0",
13592 "lodash.isplainobject": "^4.0.6",
13593 "lodash.merge": "^4.6.2"
13596 "@testing-library/dom": {
13597 "version": "8.13.0",
13598 "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.13.0.tgz",
13599 "integrity": "sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ==",
13602 "@babel/code-frame": "^7.10.4",
13603 "@babel/runtime": "^7.12.5",
13604 "@types/aria-query": "^4.2.0",
13605 "aria-query": "^5.0.0",
13607 "dom-accessibility-api": "^0.5.9",
13608 "lz-string": "^1.4.4",
13609 "pretty-format": "^27.0.2"
13613 "version": "4.3.0",
13616 "color-convert": "^2.0.1"
13620 "version": "4.1.1",
13623 "ansi-styles": "^4.1.0",
13624 "supports-color": "^7.1.0"
13628 "version": "2.0.1",
13631 "color-name": "~1.1.4"
13635 "version": "1.1.4",
13639 "version": "4.0.0",
13642 "supports-color": {
13643 "version": "7.2.0",
13646 "has-flag": "^4.0.0"
13651 "@testing-library/jest-dom": {
13652 "version": "5.16.4",
13653 "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz",
13654 "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==",
13657 "@babel/runtime": "^7.9.2",
13658 "@types/testing-library__jest-dom": "^5.9.1",
13659 "aria-query": "^5.0.0",
13662 "css.escape": "^1.5.1",
13663 "dom-accessibility-api": "^0.5.6",
13664 "lodash": "^4.17.15",
13669 "version": "4.3.0",
13672 "color-convert": "^2.0.1"
13676 "version": "3.0.0",
13679 "ansi-styles": "^4.1.0",
13680 "supports-color": "^7.1.0"
13684 "version": "2.0.1",
13687 "color-name": "~1.1.4"
13691 "version": "1.1.4",
13695 "version": "4.0.0",
13698 "supports-color": {
13699 "version": "7.2.0",
13702 "has-flag": "^4.0.0"
13707 "@testing-library/svelte": {
13708 "version": "3.1.1",
13709 "resolved": "https://registry.npmjs.org/@testing-library/svelte/-/svelte-3.1.1.tgz",
13710 "integrity": "sha512-JM0MwtUCbL13CkdosivF5So5s7Y1cGTrrIGTNUOy4vq+quCvHTiFkHLRsUuOyFhGG3fXT6lhCzX30ichG+AlHA==",
13713 "@testing-library/dom": "^8.1.0"
13716 "@testing-library/user-event": {
13717 "version": "14.2.0",
13718 "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.0.tgz",
13719 "integrity": "sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ==",
13723 "@tootallnate/once": {
13724 "version": "2.0.0",
13725 "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
13726 "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
13729 "@types/aria-query": {
13730 "version": "4.2.1",
13733 "@types/babel__core": {
13734 "version": "7.1.19",
13735 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz",
13736 "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==",
13739 "@babel/parser": "^7.1.0",
13740 "@babel/types": "^7.0.0",
13741 "@types/babel__generator": "*",
13742 "@types/babel__template": "*",
13743 "@types/babel__traverse": "*"
13746 "@types/babel__generator": {
13747 "version": "7.6.4",
13748 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
13749 "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
13752 "@babel/types": "^7.0.0"
13755 "@types/babel__template": {
13756 "version": "7.4.1",
13757 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
13758 "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
13761 "@babel/parser": "^7.1.0",
13762 "@babel/types": "^7.0.0"
13765 "@types/babel__traverse": {
13766 "version": "7.17.1",
13767 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz",
13768 "integrity": "sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==",
13771 "@babel/types": "^7.3.0"
13774 "@types/bluebird": {
13775 "version": "3.5.35",
13778 "@types/body-parser": {
13779 "version": "1.19.0",
13782 "@types/connect": "*",
13786 "@types/caseless": {
13787 "version": "0.12.2",
13788 "resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.2.tgz",
13789 "integrity": "sha512-6ckxMjBBD8URvjB6J3NcnuAn5Pkl7t3TizAg+xdlzzQGSPSmBcXf8KoIH0ua/i+tio+ZRUHEXp0HEmvaR4kt0w==",
13792 "@types/connect": {
13793 "version": "3.4.34",
13799 "@types/express": {
13800 "version": "4.17.12",
13803 "@types/body-parser": "*",
13804 "@types/express-serve-static-core": "^4.17.18",
13806 "@types/serve-static": "*"
13809 "@types/express-serve-static-core": {
13810 "version": "4.17.22",
13813 "@types/node": "*",
13815 "@types/range-parser": "*"
13818 "@types/graceful-fs": {
13819 "version": "4.1.5",
13820 "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
13821 "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
13827 "@types/istanbul-lib-coverage": {
13828 "version": "2.0.3",
13831 "@types/istanbul-lib-report": {
13832 "version": "3.0.0",
13835 "@types/istanbul-lib-coverage": "*"
13838 "@types/istanbul-reports": {
13839 "version": "3.0.1",
13842 "@types/istanbul-lib-report": "*"
13846 "version": "27.5.1",
13847 "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz",
13848 "integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==",
13851 "jest-matcher-utils": "^27.0.0",
13852 "pretty-format": "^27.0.0"
13856 "version": "16.2.14",
13859 "@types/node": "*",
13860 "@types/parse5": "*",
13861 "@types/tough-cookie": "*"
13864 "@types/json-schema": {
13865 "version": "7.0.11",
13869 "version": "1.3.2",
13873 "version": "2.5.3",
13880 "version": "15.12.5",
13884 "version": "6.0.3",
13888 "version": "6.3.12",
13889 "resolved": "https://registry.npmjs.org/@types/pino/-/pino-6.3.12.tgz",
13890 "integrity": "sha512-dsLRTq8/4UtVSpJgl9aeqHvbh6pzdmjYD3C092SYgLD2TyoCqHpTJk6vp8DvCTGGc7iowZ2MoiYiVUUCcu7muw==",
13893 "@types/node": "*",
13894 "@types/pino-pretty": "*",
13895 "@types/pino-std-serializers": "*",
13896 "sonic-boom": "^2.1.0"
13899 "@types/pino-pretty": {
13900 "version": "4.7.5",
13901 "resolved": "https://registry.npmjs.org/@types/pino-pretty/-/pino-pretty-4.7.5.tgz",
13902 "integrity": "sha512-rfHe6VIknk14DymxGqc9maGsRe8/HQSvM2u46EAz2XrS92qsAJnW16dpdFejBuZKD8cRJX6Aw6uVZqIQctMpAg==",
13905 "@types/node": "*",
13906 "@types/pino": "6.3"
13909 "@types/pino-std-serializers": {
13910 "version": "2.4.1",
13911 "resolved": "https://registry.npmjs.org/@types/pino-std-serializers/-/pino-std-serializers-2.4.1.tgz",
13912 "integrity": "sha512-17XcksO47M24IVTVKPeAByWUd3Oez7EbIjXpSbzMPhXVzgjGtrOa49gKBwxH9hb8dKv58OelsWQ+A1G1l9S3wQ==",
13918 "@types/prettier": {
13919 "version": "2.6.1",
13920 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.1.tgz",
13921 "integrity": "sha512-XFjFHmaLVifrAKaZ+EKghFHtHSUonyw8P2Qmy2/+osBnrKbH9UYtlK10zg8/kCt47MFilll/DEDKy3DHfJ0URw==",
13925 "version": "2.0.6",
13929 "version": "1.0.7",
13930 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.0.7.tgz",
13931 "integrity": "sha512-0WS7XU7sXzQ7J1nbnMKKYdjrrFoO3YtZYgUzeV8JFXffPnHfvSJQleR70I8BOAsOm14i4dyaAZ3YzqIl1YhkXQ==",
13935 "version": "6.9.6",
13938 "@types/range-parser": {
13939 "version": "1.2.3",
13942 "@types/request": {
13943 "version": "2.48.2",
13944 "resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.2.tgz",
13945 "integrity": "sha512-gP+PSFXAXMrd5PcD7SqHeUjdGshAI8vKQ3+AvpQr3ht9iQea+59LOKvKITcQI+Lg+1EIkDP6AFSBUJPWG8GDyA==",
13948 "@types/caseless": "*",
13949 "@types/node": "*",
13950 "@types/tough-cookie": "*",
13951 "form-data": "^2.5.0"
13955 "version": "1.43.1",
13961 "@types/serve-static": {
13962 "version": "1.13.9",
13965 "@types/mime": "^1",
13969 "@types/stack-utils": {
13970 "version": "2.0.0",
13973 "@types/testing-library__jest-dom": {
13974 "version": "5.14.0",
13980 "@types/tough-cookie": {
13981 "version": "4.0.0",
13985 "version": "17.0.10",
13986 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.10.tgz",
13987 "integrity": "sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==",
13990 "@types/yargs-parser": "*"
13993 "@types/yargs-parser": {
13994 "version": "20.2.0",
13998 "version": "2.10.0",
14005 "@typescript-eslint/eslint-plugin": {
14006 "version": "5.21.0",
14009 "@typescript-eslint/scope-manager": "5.21.0",
14010 "@typescript-eslint/type-utils": "5.21.0",
14011 "@typescript-eslint/utils": "5.21.0",
14013 "functional-red-black-tree": "^1.0.1",
14014 "ignore": "^5.1.8",
14015 "regexpp": "^3.2.0",
14016 "semver": "^7.3.5",
14017 "tsutils": "^3.21.0"
14021 "version": "7.3.7",
14024 "lru-cache": "^6.0.0"
14029 "@typescript-eslint/parser": {
14030 "version": "5.21.0",
14033 "@typescript-eslint/scope-manager": "5.21.0",
14034 "@typescript-eslint/types": "5.21.0",
14035 "@typescript-eslint/typescript-estree": "5.21.0",
14039 "@typescript-eslint/scope-manager": {
14040 "version": "5.21.0",
14043 "@typescript-eslint/types": "5.21.0",
14044 "@typescript-eslint/visitor-keys": "5.21.0"
14047 "@typescript-eslint/type-utils": {
14048 "version": "5.21.0",
14051 "@typescript-eslint/utils": "5.21.0",
14053 "tsutils": "^3.21.0"
14056 "@typescript-eslint/types": {
14057 "version": "5.21.0",
14060 "@typescript-eslint/typescript-estree": {
14061 "version": "5.21.0",
14064 "@typescript-eslint/types": "5.21.0",
14065 "@typescript-eslint/visitor-keys": "5.21.0",
14067 "globby": "^11.0.4",
14068 "is-glob": "^4.0.3",
14069 "semver": "^7.3.5",
14070 "tsutils": "^3.21.0"
14074 "version": "7.3.7",
14077 "lru-cache": "^6.0.0"
14082 "@typescript-eslint/utils": {
14083 "version": "5.21.0",
14086 "@types/json-schema": "^7.0.9",
14087 "@typescript-eslint/scope-manager": "5.21.0",
14088 "@typescript-eslint/types": "5.21.0",
14089 "@typescript-eslint/typescript-estree": "5.21.0",
14090 "eslint-scope": "^5.1.1",
14091 "eslint-utils": "^3.0.0"
14094 "@typescript-eslint/visitor-keys": {
14095 "version": "5.21.0",
14098 "@typescript-eslint/types": "5.21.0",
14099 "eslint-visitor-keys": "^3.0.0"
14103 "version": "0.6.0",
14110 "version": "0.5.1",
14117 "version": "0.3.0",
14124 "version": "2.0.6",
14125 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
14126 "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
14130 "version": "1.3.8",
14133 "mime-types": "~2.1.34",
14134 "negotiator": "0.6.3"
14138 "version": "7.4.1",
14142 "version": "6.0.0",
14143 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
14144 "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
14148 "acorn-walk": "^7.1.1"
14152 "version": "5.3.2",
14157 "version": "1.8.2",
14161 "acorn-walk": "^7.0.0",
14166 "version": "7.2.0",
14170 "version": "6.0.2",
14177 "version": "6.12.6",
14180 "fast-deep-equal": "^3.1.1",
14181 "fast-json-stable-stringify": "^2.0.0",
14182 "json-schema-traverse": "^0.4.1",
14187 "version": "4.3.2",
14188 "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
14189 "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
14192 "type-fest": "^0.21.3"
14196 "version": "2.1.1",
14200 "version": "3.2.1",
14203 "color-convert": "^1.9.0"
14207 "version": "3.1.2",
14210 "normalize-path": "^3.0.0",
14211 "picomatch": "^2.0.4"
14215 "version": "5.0.1",
14219 "version": "1.0.10",
14220 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
14221 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
14224 "sprintf-js": "~1.0.2"
14228 "version": "5.0.3",
14229 "resolved": "https://registry.npmjs.org/args/-/args-5.0.3.tgz",
14230 "integrity": "sha512-h6k/zfFgusnv3i5TU08KQkVKuCPBtL/PWQbWkHUxvJrZ2nAyeaUupneemcrgn1xmqxPQsPIzwkUhOpoqPDRZuA==",
14233 "camelcase": "5.0.0",
14240 "version": "5.0.0",
14241 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz",
14242 "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==",
14246 "version": "2.1.0",
14247 "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz",
14248 "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=",
14254 "version": "5.0.0",
14258 "version": "1.1.1",
14262 "version": "2.1.0",
14266 "version": "0.4.0",
14270 "version": "2.1.2",
14274 "version": "1.0.0",
14278 "version": "10.4.5",
14281 "browserslist": "^4.20.2",
14282 "caniuse-lite": "^1.0.30001332",
14283 "fraction.js": "^4.2.0",
14284 "normalize-range": "^0.1.2",
14285 "picocolors": "^1.0.0",
14286 "postcss-value-parser": "^4.2.0"
14290 "version": "28.1.0",
14291 "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.0.tgz",
14292 "integrity": "sha512-zNKk0yhDZ6QUwfxh9k07GII6siNGMJWVUU49gmFj5gfdqDKLqa2RArXOF2CODp4Dr7dLxN2cvAV+667dGJ4b4w==",
14295 "@jest/transform": "^28.1.0",
14296 "@types/babel__core": "^7.1.14",
14297 "babel-plugin-istanbul": "^6.1.1",
14298 "babel-preset-jest": "^28.0.2",
14300 "graceful-fs": "^4.2.9",
14305 "version": "4.3.0",
14306 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
14307 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
14310 "color-convert": "^2.0.1"
14314 "version": "4.1.2",
14315 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
14316 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
14319 "ansi-styles": "^4.1.0",
14320 "supports-color": "^7.1.0"
14324 "version": "2.0.1",
14325 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
14326 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
14329 "color-name": "~1.1.4"
14333 "version": "1.1.4",
14334 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
14335 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
14339 "version": "4.0.0",
14340 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
14341 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
14344 "supports-color": {
14345 "version": "7.2.0",
14346 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
14347 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
14350 "has-flag": "^4.0.0"
14355 "babel-plugin-dynamic-import-node": {
14356 "version": "2.3.3",
14359 "object.assign": "^4.1.0"
14362 "babel-plugin-istanbul": {
14363 "version": "6.1.1",
14364 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
14365 "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
14368 "@babel/helper-plugin-utils": "^7.0.0",
14369 "@istanbuljs/load-nyc-config": "^1.0.0",
14370 "@istanbuljs/schema": "^0.1.2",
14371 "istanbul-lib-instrument": "^5.0.4",
14372 "test-exclude": "^6.0.0"
14375 "babel-plugin-jest-hoist": {
14376 "version": "28.0.2",
14377 "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.0.2.tgz",
14378 "integrity": "sha512-Kizhn/ZL+68ZQHxSnHyuvJv8IchXD62KQxV77TBDV/xoBFBOfgRAk97GNs6hXdTTCiVES9nB2I6+7MXXrk5llQ==",
14381 "@babel/template": "^7.3.3",
14382 "@babel/types": "^7.3.3",
14383 "@types/babel__core": "^7.1.14",
14384 "@types/babel__traverse": "^7.0.6"
14387 "babel-preset-current-node-syntax": {
14388 "version": "1.0.1",
14389 "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
14390 "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
14393 "@babel/plugin-syntax-async-generators": "^7.8.4",
14394 "@babel/plugin-syntax-bigint": "^7.8.3",
14395 "@babel/plugin-syntax-class-properties": "^7.8.3",
14396 "@babel/plugin-syntax-import-meta": "^7.8.3",
14397 "@babel/plugin-syntax-json-strings": "^7.8.3",
14398 "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
14399 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
14400 "@babel/plugin-syntax-numeric-separator": "^7.8.3",
14401 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
14402 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
14403 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
14404 "@babel/plugin-syntax-top-level-await": "^7.8.3"
14407 "babel-preset-jest": {
14408 "version": "28.0.2",
14409 "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.0.2.tgz",
14410 "integrity": "sha512-sYzXIdgIXXroJTFeB3S6sNDWtlJ2dllCdTEsnZ65ACrMojj3hVNFRmnJ1HZtomGi+Be7aqpY/HJ92fr8OhKVkQ==",
14413 "babel-plugin-jest-hoist": "^28.0.2",
14414 "babel-preset-current-node-syntax": "^1.0.0"
14417 "balanced-match": {
14418 "version": "1.0.2",
14422 "version": "1.6.51",
14423 "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
14424 "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
14428 "version": "0.3.0",
14429 "resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
14430 "integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==",
14433 "buffers": "~0.1.1",
14434 "chainsaw": "~0.1.0"
14437 "binary-extensions": {
14438 "version": "2.2.0",
14442 "version": "3.5.5",
14446 "version": "1.20.0",
14450 "content-type": "~1.0.4",
14453 "destroy": "1.2.0",
14454 "http-errors": "2.0.0",
14455 "iconv-lite": "0.4.24",
14456 "on-finished": "2.4.1",
14458 "raw-body": "2.5.1",
14459 "type-is": "~1.6.18",
14464 "version": "2.6.9",
14471 "version": "2.0.0",
14476 "brace-expansion": {
14477 "version": "1.1.11",
14480 "balanced-match": "^1.0.0",
14481 "concat-map": "0.0.1"
14485 "version": "3.0.2",
14488 "fill-range": "^7.0.1"
14491 "browser-process-hrtime": {
14492 "version": "1.0.0",
14493 "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
14494 "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",
14498 "version": "4.20.3",
14501 "caniuse-lite": "^1.0.30001332",
14502 "electron-to-chromium": "^1.4.118",
14503 "escalade": "^3.1.1",
14504 "node-releases": "^2.0.3",
14505 "picocolors": "^1.0.0"
14509 "version": "0.2.6",
14512 "fast-json-stable-stringify": "2.x"
14516 "version": "2.1.1",
14517 "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
14518 "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
14521 "node-int64": "^0.4.0"
14525 "version": "0.2.13",
14529 "version": "1.1.2",
14532 "buffer-indexof-polyfill": {
14533 "version": "1.0.2",
14534 "resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
14535 "integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
14539 "version": "0.1.1",
14540 "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz",
14541 "integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==",
14545 "version": "3.1.2",
14549 "version": "1.0.2",
14552 "function-bind": "^1.1.1",
14553 "get-intrinsic": "^1.0.2"
14557 "version": "3.1.0",
14561 "version": "5.3.1",
14565 "version": "2.0.1",
14569 "version": "1.0.30001334",
14573 "version": "0.1.0",
14574 "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz",
14575 "integrity": "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==",
14578 "traverse": ">=0.3.0 <0.4"
14582 "version": "2.4.2",
14585 "ansi-styles": "^3.2.1",
14586 "escape-string-regexp": "^1.0.5",
14587 "supports-color": "^5.3.0"
14591 "version": "1.0.2",
14592 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
14593 "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
14597 "version": "7.3.0",
14598 "resolved": "https://registry.npmjs.org/check-types/-/check-types-7.3.0.tgz",
14599 "integrity": "sha512-bzDMlwEIZFtyK70RHwQhMCvXpPyJZgOCCKlvH9oAJz4quUQse8ZynYE5RQzKpY7b5PoL6G+jQMcZzUPD4p6tFg==",
14603 "version": "3.5.3",
14606 "anymatch": "~3.1.2",
14607 "braces": "~3.0.2",
14608 "fsevents": "~2.3.2",
14609 "glob-parent": "~5.1.2",
14610 "is-binary-path": "~2.1.0",
14611 "is-glob": "~4.0.1",
14612 "normalize-path": "~3.0.0",
14613 "readdirp": "~3.6.0"
14617 "version": "2.0.0",
14621 "version": "3.3.1",
14622 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.1.tgz",
14623 "integrity": "sha512-SXgeMX9VwDe7iFFaEWkA5AstuER9YKqy4EhHqr4DVqkwmD9rpVimkMKWHdjn30Ja45txyjhSn63lVX69eVCckg==",
14626 "cjs-module-lexer": {
14627 "version": "1.2.2",
14628 "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
14629 "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==",
14633 "version": "1.4.0",
14636 "ansi-regex": "^2.1.1",
14638 "es5-ext": "^0.10.46",
14639 "es6-iterator": "^2.0.3",
14640 "memoizee": "^0.4.14",
14641 "timers-ext": "^0.1.5"
14645 "version": "7.0.4",
14646 "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
14647 "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
14650 "string-width": "^4.2.0",
14651 "strip-ansi": "^6.0.0",
14652 "wrap-ansi": "^7.0.0"
14656 "version": "4.6.0",
14659 "collect-v8-coverage": {
14660 "version": "1.0.1",
14661 "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
14662 "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==",
14666 "version": "4.2.3",
14669 "color-convert": "^2.0.1",
14670 "color-string": "^1.9.0"
14674 "version": "2.0.1",
14677 "color-name": "~1.1.4"
14681 "version": "1.1.4",
14687 "version": "1.9.3",
14690 "color-name": "1.1.3"
14694 "version": "1.1.3",
14698 "version": "1.9.1",
14701 "color-name": "^1.0.0",
14702 "simple-swizzle": "^0.2.2"
14706 "version": "1.4.0",
14709 "combined-stream": {
14710 "version": "1.0.8",
14713 "delayed-stream": "~1.0.0"
14717 "version": "8.3.0",
14721 "version": "0.0.1",
14725 "version": "1.6.2",
14728 "buffer-from": "^1.0.0",
14729 "inherits": "^2.0.3",
14730 "readable-stream": "^2.2.2",
14731 "typedarray": "^0.0.6"
14734 "readable-stream": {
14735 "version": "2.3.7",
14738 "core-util-is": "~1.0.0",
14739 "inherits": "~2.0.3",
14740 "isarray": "~1.0.0",
14741 "process-nextick-args": "~2.0.0",
14742 "safe-buffer": "~5.1.1",
14743 "string_decoder": "~1.1.1",
14744 "util-deprecate": "~1.0.1"
14747 "string_decoder": {
14748 "version": "1.1.1",
14751 "safe-buffer": "~5.1.0"
14756 "content-disposition": {
14757 "version": "0.5.4",
14760 "safe-buffer": "5.2.1"
14764 "version": "5.2.1",
14770 "version": "1.0.4",
14773 "convert-source-map": {
14774 "version": "1.8.0",
14777 "safe-buffer": "~5.1.1"
14781 "version": "0.5.0",
14784 "cookie-signature": {
14785 "version": "1.0.6",
14789 "version": "1.0.3",
14793 "version": "3.1.5",
14796 "node-fetch": "2.6.7"
14800 "version": "7.0.3",
14803 "path-key": "^3.1.0",
14804 "shebang-command": "^2.0.0",
14809 "version": "3.0.0",
14812 "inherits": "^2.0.4",
14813 "source-map": "^0.6.1",
14814 "source-map-resolve": "^0.6.0"
14818 "version": "0.6.1",
14823 "css-selector-tokenizer": {
14824 "version": "0.8.0",
14827 "cssesc": "^3.0.0",
14828 "fastparse": "^1.1.2"
14832 "version": "1.5.1",
14836 "version": "3.0.0",
14840 "version": "0.5.0",
14841 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz",
14842 "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==",
14846 "version": "2.3.0",
14847 "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
14848 "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
14855 "version": "0.3.8",
14856 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
14857 "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
14863 "version": "1.0.1",
14866 "es5-ext": "^0.10.50",
14871 "version": "2.14.3",
14875 "css-selector-tokenizer": "^0.8.0",
14876 "postcss-js": "^4.0.0",
14877 "tailwindcss": "^3.0"
14881 "version": "3.0.2",
14882 "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
14883 "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==",
14887 "whatwg-mimetype": "^3.0.0",
14888 "whatwg-url": "^11.0.0"
14892 "version": "11.0.0",
14893 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
14894 "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
14898 "webidl-conversions": "^7.0.0"
14904 "version": "4.6.3",
14905 "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
14906 "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
14910 "version": "4.3.3",
14917 "version": "2.1.2",
14923 "version": "10.3.1",
14924 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
14925 "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==",
14928 "decode-uri-component": {
14929 "version": "0.2.0",
14933 "version": "0.7.0",
14937 "version": "0.1.4",
14941 "version": "4.2.2",
14944 "define-lazy-prop": {
14945 "version": "2.0.0",
14948 "define-properties": {
14949 "version": "1.1.4",
14952 "has-property-descriptors": "^1.0.0",
14953 "object-keys": "^1.1.1"
14957 "version": "1.0.0",
14960 "delayed-stream": {
14961 "version": "1.0.0",
14965 "version": "2.0.0",
14969 "version": "1.2.0",
14973 "version": "6.1.0",
14976 "detect-newline": {
14977 "version": "3.1.0",
14978 "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
14979 "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
14983 "version": "5.2.0",
14986 "acorn-node": "^1.6.1",
14987 "defined": "^1.0.0",
14988 "minimist": "^1.1.1"
14992 "version": "1.2.2",
14995 "diff-sequences": {
14996 "version": "27.5.1",
15000 "version": "3.0.1",
15003 "path-type": "^4.0.0"
15007 "version": "1.1.3",
15011 "version": "3.0.0",
15014 "esutils": "^2.0.2"
15017 "dom-accessibility-api": {
15018 "version": "0.5.14",
15022 "version": "4.0.0",
15023 "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz",
15024 "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==",
15027 "webidl-conversions": "^7.0.0"
15031 "version": "0.1.4",
15032 "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
15033 "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=",
15036 "readable-stream": "^2.0.2"
15039 "readable-stream": {
15040 "version": "2.3.7",
15041 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
15042 "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
15045 "core-util-is": "~1.0.0",
15046 "inherits": "~2.0.3",
15047 "isarray": "~1.0.0",
15048 "process-nextick-args": "~2.0.0",
15049 "safe-buffer": "~5.1.1",
15050 "string_decoder": "~1.1.1",
15051 "util-deprecate": "~1.0.1"
15054 "string_decoder": {
15055 "version": "1.1.1",
15056 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
15057 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
15060 "safe-buffer": "~5.1.0"
15066 "version": "1.1.1",
15069 "electron-to-chromium": {
15070 "version": "1.4.129",
15074 "version": "0.10.2",
15075 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz",
15076 "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==",
15080 "version": "8.0.0",
15084 "version": "1.0.2",
15088 "version": "1.4.4",
15095 "version": "1.3.2",
15098 "is-arrayish": "^0.2.1"
15102 "version": "0.10.61",
15105 "es6-iterator": "^2.0.3",
15106 "es6-symbol": "^3.1.3",
15107 "next-tick": "^1.1.0"
15111 "version": "2.0.3",
15115 "es5-ext": "^0.10.35",
15116 "es6-symbol": "^3.1.1"
15119 "es6-object-assign": {
15120 "version": "1.1.0",
15124 "version": "4.2.8",
15128 "version": "3.1.3",
15136 "version": "2.0.3",
15140 "es5-ext": "^0.10.46",
15141 "es6-iterator": "^2.0.3",
15142 "es6-symbol": "^3.1.1"
15146 "version": "0.14.38",
15149 "esbuild-android-64": "0.14.38",
15150 "esbuild-android-arm64": "0.14.38",
15151 "esbuild-darwin-64": "0.14.38",
15152 "esbuild-darwin-arm64": "0.14.38",
15153 "esbuild-freebsd-64": "0.14.38",
15154 "esbuild-freebsd-arm64": "0.14.38",
15155 "esbuild-linux-32": "0.14.38",
15156 "esbuild-linux-64": "0.14.38",
15157 "esbuild-linux-arm": "0.14.38",
15158 "esbuild-linux-arm64": "0.14.38",
15159 "esbuild-linux-mips64le": "0.14.38",
15160 "esbuild-linux-ppc64le": "0.14.38",
15161 "esbuild-linux-riscv64": "0.14.38",
15162 "esbuild-linux-s390x": "0.14.38",
15163 "esbuild-netbsd-64": "0.14.38",
15164 "esbuild-openbsd-64": "0.14.38",
15165 "esbuild-sunos-64": "0.14.38",
15166 "esbuild-windows-32": "0.14.38",
15167 "esbuild-windows-64": "0.14.38",
15168 "esbuild-windows-arm64": "0.14.38"
15171 "esbuild-darwin-64": {
15172 "version": "0.14.38",
15177 "version": "3.1.1",
15181 "version": "1.0.3",
15184 "escape-string-regexp": {
15185 "version": "1.0.5",
15189 "version": "2.0.0",
15190 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
15191 "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
15194 "esprima": "^4.0.1",
15195 "estraverse": "^5.2.0",
15196 "esutils": "^2.0.2",
15197 "optionator": "^0.8.1",
15198 "source-map": "~0.6.1"
15202 "version": "5.3.0",
15203 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
15204 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
15208 "version": "0.3.0",
15209 "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
15210 "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
15213 "prelude-ls": "~1.1.2",
15214 "type-check": "~0.3.2"
15218 "version": "0.8.3",
15219 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
15220 "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
15223 "deep-is": "~0.1.3",
15224 "fast-levenshtein": "~2.0.6",
15226 "prelude-ls": "~1.1.2",
15227 "type-check": "~0.3.2",
15228 "word-wrap": "~1.2.3"
15232 "version": "1.1.2",
15233 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
15234 "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
15238 "version": "0.6.1",
15239 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
15240 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
15245 "version": "0.3.2",
15246 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
15247 "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
15250 "prelude-ls": "~1.1.2"
15256 "version": "8.14.0",
15259 "@eslint/eslintrc": "^1.2.2",
15260 "@humanwhocodes/config-array": "^0.9.2",
15263 "cross-spawn": "^7.0.2",
15265 "doctrine": "^3.0.0",
15266 "escape-string-regexp": "^4.0.0",
15267 "eslint-scope": "^7.1.1",
15268 "eslint-utils": "^3.0.0",
15269 "eslint-visitor-keys": "^3.3.0",
15270 "espree": "^9.3.1",
15271 "esquery": "^1.4.0",
15272 "esutils": "^2.0.2",
15273 "fast-deep-equal": "^3.1.3",
15274 "file-entry-cache": "^6.0.1",
15275 "functional-red-black-tree": "^1.0.1",
15276 "glob-parent": "^6.0.1",
15277 "globals": "^13.6.0",
15278 "ignore": "^5.2.0",
15279 "import-fresh": "^3.0.0",
15280 "imurmurhash": "^0.1.4",
15281 "is-glob": "^4.0.0",
15282 "js-yaml": "^4.1.0",
15283 "json-stable-stringify-without-jsonify": "^1.0.1",
15285 "lodash.merge": "^4.6.2",
15286 "minimatch": "^3.0.4",
15287 "natural-compare": "^1.4.0",
15288 "optionator": "^0.9.1",
15289 "regexpp": "^3.2.0",
15290 "strip-ansi": "^6.0.1",
15291 "strip-json-comments": "^3.1.0",
15292 "text-table": "^0.2.0",
15293 "v8-compile-cache": "^2.0.3"
15297 "version": "4.3.0",
15300 "color-convert": "^2.0.1"
15304 "version": "2.0.1",
15308 "version": "4.1.2",
15311 "ansi-styles": "^4.1.0",
15312 "supports-color": "^7.1.0"
15316 "version": "2.0.1",
15319 "color-name": "~1.1.4"
15323 "version": "1.1.4",
15326 "escape-string-regexp": {
15327 "version": "4.0.0",
15331 "version": "7.1.1",
15334 "esrecurse": "^4.3.0",
15335 "estraverse": "^5.2.0"
15339 "version": "5.3.0",
15343 "version": "6.0.2",
15346 "is-glob": "^4.0.3"
15350 "version": "13.13.0",
15353 "type-fest": "^0.20.2"
15357 "version": "4.0.0",
15361 "version": "4.1.0",
15364 "argparse": "^2.0.1"
15367 "supports-color": {
15368 "version": "7.2.0",
15371 "has-flag": "^4.0.0"
15375 "version": "0.20.2",
15380 "eslint-config-prettier": {
15381 "version": "8.5.0",
15385 "eslint-plugin-svelte3": {
15386 "version": "3.4.1",
15391 "version": "5.1.1",
15394 "esrecurse": "^4.3.0",
15395 "estraverse": "^4.1.1"
15399 "version": "2.1.0",
15402 "eslint-visitor-keys": "^1.1.0"
15405 "eslint-visitor-keys": {
15406 "version": "2.1.0",
15411 "eslint-visitor-keys": {
15412 "version": "1.3.0",
15416 "version": "7.3.1",
15420 "acorn-jsx": "^5.3.1",
15421 "eslint-visitor-keys": "^1.3.0"
15425 "version": "8.7.1",
15431 "version": "4.0.1",
15432 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
15433 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
15437 "version": "1.4.0",
15440 "estraverse": "^5.1.0"
15444 "version": "5.3.0",
15450 "version": "4.3.0",
15453 "estraverse": "^5.2.0"
15457 "version": "5.3.0",
15463 "version": "4.3.0",
15467 "version": "2.0.2",
15471 "version": "2.0.3",
15475 "version": "1.8.1",
15479 "version": "0.3.5",
15483 "es5-ext": "~0.10.14"
15487 "version": "4.0.7",
15491 "version": "5.1.1",
15492 "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
15493 "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
15496 "cross-spawn": "^7.0.3",
15497 "get-stream": "^6.0.0",
15498 "human-signals": "^2.1.0",
15499 "is-stream": "^2.0.0",
15500 "merge-stream": "^2.0.0",
15501 "npm-run-path": "^4.0.1",
15502 "onetime": "^5.1.2",
15503 "signal-exit": "^3.0.3",
15504 "strip-final-newline": "^2.0.0"
15508 "version": "0.1.2",
15509 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
15510 "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
15514 "version": "27.2.5",
15515 "resolved": "https://registry.npmjs.org/expect/-/expect-27.2.5.tgz",
15516 "integrity": "sha512-ZrO0w7bo8BgGoP/bLz+HDCI+0Hfei9jUSZs5yI/Wyn9VkG9w8oJ7rHRgYj+MA7yqqFa0IwHA3flJzZtYugShJA==",
15519 "@jest/types": "^27.2.5",
15520 "ansi-styles": "^5.0.0",
15521 "jest-get-type": "^27.0.6",
15522 "jest-matcher-utils": "^27.2.5",
15523 "jest-message-util": "^27.2.5",
15524 "jest-regex-util": "^27.0.6"
15528 "version": "27.5.1",
15529 "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
15530 "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
15533 "@types/istanbul-lib-coverage": "^2.0.0",
15534 "@types/istanbul-reports": "^3.0.0",
15535 "@types/node": "*",
15536 "@types/yargs": "^16.0.0",
15541 "version": "16.0.4",
15542 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
15543 "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
15546 "@types/yargs-parser": "*"
15550 "version": "5.2.0",
15551 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
15552 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
15556 "version": "4.1.2",
15557 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
15558 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
15561 "ansi-styles": "^4.1.0",
15562 "supports-color": "^7.1.0"
15566 "version": "4.3.0",
15567 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
15568 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
15571 "color-convert": "^2.0.1"
15577 "version": "2.0.1",
15578 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
15579 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
15582 "color-name": "~1.1.4"
15586 "version": "1.1.4",
15587 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
15588 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
15592 "version": "4.0.0",
15593 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
15594 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
15597 "jest-message-util": {
15598 "version": "27.5.1",
15599 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
15600 "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
15603 "@babel/code-frame": "^7.12.13",
15604 "@jest/types": "^27.5.1",
15605 "@types/stack-utils": "^2.0.0",
15607 "graceful-fs": "^4.2.9",
15608 "micromatch": "^4.0.4",
15609 "pretty-format": "^27.5.1",
15611 "stack-utils": "^2.0.3"
15614 "jest-regex-util": {
15615 "version": "27.5.1",
15616 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
15617 "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
15620 "supports-color": {
15621 "version": "7.2.0",
15622 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
15623 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
15626 "has-flag": "^4.0.0"
15632 "version": "4.18.1",
15635 "accepts": "~1.3.8",
15636 "array-flatten": "1.1.1",
15637 "body-parser": "1.20.0",
15638 "content-disposition": "0.5.4",
15639 "content-type": "~1.0.4",
15641 "cookie-signature": "1.0.6",
15644 "encodeurl": "~1.0.2",
15645 "escape-html": "~1.0.3",
15647 "finalhandler": "1.2.0",
15649 "http-errors": "2.0.0",
15650 "merge-descriptors": "1.0.1",
15651 "methods": "~1.1.2",
15652 "on-finished": "2.4.1",
15653 "parseurl": "~1.3.3",
15654 "path-to-regexp": "0.1.7",
15655 "proxy-addr": "~2.0.7",
15657 "range-parser": "~1.2.1",
15658 "safe-buffer": "5.2.1",
15660 "serve-static": "1.15.0",
15661 "setprototypeof": "1.2.0",
15662 "statuses": "2.0.1",
15663 "type-is": "~1.6.18",
15664 "utils-merge": "1.0.1",
15669 "version": "2.6.9",
15676 "version": "2.0.0",
15680 "version": "5.2.1",
15686 "version": "1.6.0",
15693 "version": "2.6.0",
15699 "version": "2.0.1",
15702 "@types/yauzl": "^2.9.1",
15704 "get-stream": "^5.1.0",
15709 "version": "5.2.0",
15717 "fast-deep-equal": {
15718 "version": "3.1.3",
15722 "version": "3.2.11",
15725 "@nodelib/fs.stat": "^2.0.2",
15726 "@nodelib/fs.walk": "^1.2.3",
15727 "glob-parent": "^5.1.2",
15728 "merge2": "^1.3.0",
15729 "micromatch": "^4.0.4"
15732 "fast-json-stable-stringify": {
15733 "version": "2.1.0",
15736 "fast-levenshtein": {
15737 "version": "2.0.6",
15741 "version": "3.1.1",
15742 "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.1.1.tgz",
15743 "integrity": "sha512-odVmjC8x8jNeMZ3C+rPMESzXVSEU8tSWSHv9HFxP2mm89G/1WwqhrerJDQm9Zus8X6aoRgQDThKqptdNA6bt+A==",
15746 "fast-safe-stringify": {
15747 "version": "2.1.1",
15748 "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
15749 "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
15753 "version": "1.1.2",
15757 "version": "1.13.0",
15760 "reusify": "^1.0.4"
15764 "version": "2.0.1",
15765 "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
15766 "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
15773 "version": "1.1.0",
15780 "version": "3.5.2",
15781 "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz",
15782 "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
15785 "file-entry-cache": {
15786 "version": "6.0.1",
15789 "flat-cache": "^3.0.4"
15793 "version": "7.0.1",
15796 "to-regex-range": "^5.0.1"
15800 "version": "1.2.0",
15804 "encodeurl": "~1.0.2",
15805 "escape-html": "~1.0.3",
15806 "on-finished": "2.4.1",
15807 "parseurl": "~1.3.3",
15808 "statuses": "2.0.1",
15813 "version": "2.6.9",
15820 "version": "2.0.0",
15826 "version": "4.1.0",
15827 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
15828 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
15831 "locate-path": "^5.0.0",
15832 "path-exists": "^4.0.0"
15836 "version": "3.0.4",
15839 "flatted": "^3.1.0",
15844 "version": "3.0.2",
15853 "version": "1.0.12",
15854 "resolved": "https://registry.npmjs.org/flatstr/-/flatstr-1.0.12.tgz",
15855 "integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==",
15859 "version": "3.2.5",
15862 "follow-redirects": {
15863 "version": "1.14.9",
15867 "version": "2.5.1",
15870 "asynckit": "^0.4.0",
15871 "combined-stream": "^1.0.6",
15872 "mime-types": "^2.1.12"
15876 "version": "0.2.0",
15880 "version": "4.2.0",
15884 "version": "0.5.2",
15888 "version": "2.1.0",
15891 "minipass": "^3.0.0"
15895 "version": "1.0.0",
15899 "version": "2.3.2",
15904 "version": "1.0.12",
15905 "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
15906 "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
15909 "graceful-fs": "^4.1.2",
15910 "inherits": "~2.0.0",
15911 "mkdirp": ">=0.5 0",
15916 "version": "0.5.6",
15917 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
15918 "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
15921 "minimist": "^1.2.6"
15927 "version": "1.1.1",
15930 "functional-red-black-tree": {
15931 "version": "1.0.1",
15935 "version": "1.0.0-beta.2",
15938 "get-caller-file": {
15939 "version": "2.0.5",
15940 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
15941 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
15945 "version": "1.1.1",
15948 "function-bind": "^1.1.1",
15950 "has-symbols": "^1.0.1"
15953 "get-package-type": {
15954 "version": "0.1.0",
15955 "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
15956 "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
15960 "version": "6.0.1",
15961 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
15962 "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
15966 "version": "7.2.0",
15969 "fs.realpath": "^1.0.0",
15970 "inflight": "^1.0.4",
15972 "minimatch": "^3.0.4",
15974 "path-is-absolute": "^1.0.0"
15978 "version": "5.1.2",
15981 "is-glob": "^4.0.1"
15985 "version": "11.12.0",
15989 "version": "0.1.0",
15993 "version": "11.1.0",
15996 "array-union": "^2.1.0",
15997 "dir-glob": "^3.0.1",
15998 "fast-glob": "^3.2.9",
15999 "ignore": "^5.2.0",
16000 "merge2": "^1.4.1",
16005 "version": "0.1.2",
16009 "version": "4.2.10",
16013 "version": "16.4.0",
16018 "version": "2.12.6",
16025 "version": "4.7.7",
16028 "minimist": "^1.2.5",
16029 "neo-async": "^2.6.0",
16030 "source-map": "^0.6.1",
16031 "uglify-js": "^3.1.4",
16032 "wordwrap": "^1.0.0"
16036 "version": "0.6.1",
16042 "version": "1.0.3",
16045 "function-bind": "^1.1.1"
16049 "version": "3.0.0",
16052 "has-property-descriptors": {
16053 "version": "1.0.0",
16056 "get-intrinsic": "^1.1.1"
16060 "version": "1.0.3",
16063 "hoist-non-react-statics": {
16064 "version": "3.3.2",
16067 "react-is": "^16.7.0"
16070 "html-encoding-sniffer": {
16071 "version": "3.0.0",
16072 "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz",
16073 "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==",
16076 "whatwg-encoding": "^2.0.0"
16080 "version": "2.0.2",
16081 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
16082 "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
16086 "version": "2.0.0",
16090 "inherits": "2.0.4",
16091 "setprototypeof": "1.2.0",
16092 "statuses": "2.0.1",
16093 "toidentifier": "1.0.1"
16097 "version": "1.18.1",
16100 "eventemitter3": "^4.0.0",
16101 "follow-redirects": "^1.0.0",
16102 "requires-port": "^1.0.0"
16105 "http-proxy-agent": {
16106 "version": "5.0.0",
16107 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
16108 "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
16111 "@tootallnate/once": "2",
16116 "https-proxy-agent": {
16117 "version": "5.0.1",
16118 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
16119 "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
16127 "version": "2.1.0",
16128 "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
16129 "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
16133 "version": "0.4.24",
16136 "safer-buffer": ">= 2.1.2 < 3"
16140 "version": "4.0.6",
16144 "version": "3.3.0",
16147 "parent-module": "^1.0.0",
16148 "resolve-from": "^4.0.0"
16152 "version": "3.1.0",
16153 "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
16154 "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
16157 "pkg-dir": "^4.2.0",
16158 "resolve-cwd": "^3.0.0"
16162 "version": "0.1.4",
16166 "version": "4.0.0",
16170 "version": "1.0.6",
16178 "version": "2.0.4",
16182 "version": "1.3.8",
16183 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
16184 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
16187 "intl-messageformat": {
16188 "version": "9.13.0",
16191 "@formatjs/ecma402-abstract": "1.11.4",
16192 "@formatjs/fast-memoize": "1.2.1",
16193 "@formatjs/icu-messageformat-parser": "2.1.0",
16198 "version": "1.1.5",
16202 "version": "1.9.1",
16206 "version": "0.2.1",
16209 "is-binary-path": {
16210 "version": "2.1.0",
16213 "binary-extensions": "^2.0.0"
16216 "is-core-module": {
16217 "version": "2.9.0",
16218 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
16219 "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
16226 "version": "2.2.1",
16230 "version": "2.1.1",
16233 "is-fullwidth-code-point": {
16234 "version": "3.0.0",
16237 "is-generator-fn": {
16238 "version": "2.1.0",
16242 "version": "4.0.3",
16245 "is-extglob": "^2.1.1"
16249 "version": "7.0.0",
16252 "is-potential-custom-element-name": {
16253 "version": "1.0.1",
16254 "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
16255 "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
16259 "version": "2.2.2",
16263 "version": "2.0.1",
16264 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
16265 "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
16269 "version": "2.2.0",
16272 "is-docker": "^2.0.0"
16276 "version": "1.0.0",
16280 "version": "2.0.0",
16283 "istanbul-lib-coverage": {
16284 "version": "3.2.0",
16285 "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
16286 "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
16289 "istanbul-lib-instrument": {
16290 "version": "5.2.0",
16291 "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.0.tgz",
16292 "integrity": "sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==",
16295 "@babel/core": "^7.12.3",
16296 "@babel/parser": "^7.14.7",
16297 "@istanbuljs/schema": "^0.1.2",
16298 "istanbul-lib-coverage": "^3.2.0",
16302 "istanbul-lib-report": {
16303 "version": "3.0.0",
16304 "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
16305 "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
16308 "istanbul-lib-coverage": "^3.0.0",
16309 "make-dir": "^3.0.0",
16310 "supports-color": "^7.1.0"
16314 "version": "4.0.0",
16315 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
16316 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
16319 "supports-color": {
16320 "version": "7.2.0",
16321 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
16322 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
16325 "has-flag": "^4.0.0"
16330 "istanbul-lib-source-maps": {
16331 "version": "4.0.1",
16332 "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
16333 "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
16337 "istanbul-lib-coverage": "^3.0.0",
16338 "source-map": "^0.6.1"
16342 "version": "0.6.1",
16343 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
16344 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
16349 "istanbul-reports": {
16350 "version": "3.1.4",
16351 "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz",
16352 "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==",
16355 "html-escaper": "^2.0.0",
16356 "istanbul-lib-report": "^3.0.0"
16360 "version": "1.3.0",
16364 "version": "28.1.0",
16365 "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.0.tgz",
16366 "integrity": "sha512-TZR+tHxopPhzw3c3560IJXZWLNHgpcz1Zh0w5A65vynLGNcg/5pZ+VildAd7+XGOu6jd58XMY/HNn0IkZIXVXg==",
16369 "@jest/core": "^28.1.0",
16370 "import-local": "^3.0.2",
16371 "jest-cli": "^28.1.0"
16374 "jest-changed-files": {
16375 "version": "28.0.2",
16376 "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.0.2.tgz",
16377 "integrity": "sha512-QX9u+5I2s54ZnGoMEjiM2WeBvJR2J7w/8ZUmH2um/WLAuGAYFQcsVXY9+1YL6k0H/AGUdH8pXUAv6erDqEsvIA==",
16385 "version": "28.1.0",
16386 "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.0.tgz",
16387 "integrity": "sha512-rNYfqfLC0L0zQKRKsg4n4J+W1A2fbyGH7Ss/kDIocp9KXD9iaL111glsLu7+Z7FHuZxwzInMDXq+N1ZIBkI/TQ==",
16390 "@jest/environment": "^28.1.0",
16391 "@jest/expect": "^28.1.0",
16392 "@jest/test-result": "^28.1.0",
16393 "@jest/types": "^28.1.0",
16394 "@types/node": "*",
16397 "dedent": "^0.7.0",
16398 "is-generator-fn": "^2.0.0",
16399 "jest-each": "^28.1.0",
16400 "jest-matcher-utils": "^28.1.0",
16401 "jest-message-util": "^28.1.0",
16402 "jest-runtime": "^28.1.0",
16403 "jest-snapshot": "^28.1.0",
16404 "jest-util": "^28.1.0",
16405 "pretty-format": "^28.1.0",
16407 "stack-utils": "^2.0.3",
16412 "version": "5.0.1",
16413 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
16414 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
16418 "version": "4.3.0",
16419 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
16420 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
16423 "color-convert": "^2.0.1"
16427 "version": "4.1.2",
16428 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
16429 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
16432 "ansi-styles": "^4.1.0",
16433 "supports-color": "^7.1.0"
16437 "version": "2.0.1",
16438 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
16439 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
16442 "color-name": "~1.1.4"
16446 "version": "1.1.4",
16447 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
16448 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
16451 "diff-sequences": {
16452 "version": "28.0.2",
16453 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.0.2.tgz",
16454 "integrity": "sha512-YtEoNynLDFCRznv/XDalsKGSZDoj0U5kLnXvY0JSq3nBboRrZXjD81+eSiwi+nzcZDwedMmcowcxNwwgFW23mQ==",
16458 "version": "4.0.0",
16459 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
16460 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
16464 "version": "28.1.0",
16465 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.0.tgz",
16466 "integrity": "sha512-8eFd3U3OkIKRtlasXfiAQfbovgFgRDb0Ngcs2E+FMeBZ4rUezqIaGjuyggJBp+llosQXNEWofk/Sz4Hr5gMUhA==",
16470 "diff-sequences": "^28.0.2",
16471 "jest-get-type": "^28.0.2",
16472 "pretty-format": "^28.1.0"
16476 "version": "28.0.2",
16477 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
16478 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
16481 "jest-matcher-utils": {
16482 "version": "28.1.0",
16483 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.0.tgz",
16484 "integrity": "sha512-onnax0n2uTLRQFKAjC7TuaxibrPSvZgKTcSCnNUz/tOjJ9UhxNm7ZmPpoQavmTDUjXvUQ8KesWk2/VdrxIFzTQ==",
16488 "jest-diff": "^28.1.0",
16489 "jest-get-type": "^28.0.2",
16490 "pretty-format": "^28.1.0"
16494 "version": "28.1.0",
16495 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
16496 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
16499 "@jest/schemas": "^28.0.2",
16500 "ansi-regex": "^5.0.1",
16501 "ansi-styles": "^5.0.0",
16502 "react-is": "^18.0.0"
16506 "version": "5.2.0",
16507 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
16508 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
16514 "version": "18.1.0",
16515 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
16516 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
16519 "supports-color": {
16520 "version": "7.2.0",
16521 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
16522 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
16525 "has-flag": "^4.0.0"
16531 "version": "28.1.0",
16532 "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.0.tgz",
16533 "integrity": "sha512-fDJRt6WPRriHrBsvvgb93OxgajHHsJbk4jZxiPqmZbMDRcHskfJBBfTyjFko0jjfprP544hOktdSi9HVgl4VUQ==",
16536 "@jest/core": "^28.1.0",
16537 "@jest/test-result": "^28.1.0",
16538 "@jest/types": "^28.1.0",
16541 "graceful-fs": "^4.2.9",
16542 "import-local": "^3.0.2",
16543 "jest-config": "^28.1.0",
16544 "jest-util": "^28.1.0",
16545 "jest-validate": "^28.1.0",
16546 "prompts": "^2.0.1",
16551 "version": "4.3.0",
16552 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
16553 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
16556 "color-convert": "^2.0.1"
16560 "version": "4.1.2",
16561 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
16562 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
16565 "ansi-styles": "^4.1.0",
16566 "supports-color": "^7.1.0"
16570 "version": "2.0.1",
16571 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
16572 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
16575 "color-name": "~1.1.4"
16579 "version": "1.1.4",
16580 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
16581 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
16585 "version": "4.0.0",
16586 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
16587 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
16590 "supports-color": {
16591 "version": "7.2.0",
16592 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
16593 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
16596 "has-flag": "^4.0.0"
16602 "version": "28.1.0",
16603 "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.0.tgz",
16604 "integrity": "sha512-aOV80E9LeWrmflp7hfZNn/zGA4QKv/xsn2w8QCBP0t0+YqObuCWTSgNbHJ0j9YsTuCO08ZR/wsvlxqqHX20iUA==",
16607 "@babel/core": "^7.11.6",
16608 "@jest/test-sequencer": "^28.1.0",
16609 "@jest/types": "^28.1.0",
16610 "babel-jest": "^28.1.0",
16612 "ci-info": "^3.2.0",
16613 "deepmerge": "^4.2.2",
16615 "graceful-fs": "^4.2.9",
16616 "jest-circus": "^28.1.0",
16617 "jest-environment-node": "^28.1.0",
16618 "jest-get-type": "^28.0.2",
16619 "jest-regex-util": "^28.0.2",
16620 "jest-resolve": "^28.1.0",
16621 "jest-runner": "^28.1.0",
16622 "jest-util": "^28.1.0",
16623 "jest-validate": "^28.1.0",
16624 "micromatch": "^4.0.4",
16625 "parse-json": "^5.2.0",
16626 "pretty-format": "^28.1.0",
16628 "strip-json-comments": "^3.1.1"
16632 "version": "5.0.1",
16633 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
16634 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
16638 "version": "4.3.0",
16639 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
16640 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
16643 "color-convert": "^2.0.1"
16647 "version": "4.1.2",
16648 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
16649 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
16652 "ansi-styles": "^4.1.0",
16653 "supports-color": "^7.1.0"
16657 "version": "2.0.1",
16658 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
16659 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
16662 "color-name": "~1.1.4"
16666 "version": "1.1.4",
16667 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
16668 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
16672 "version": "4.0.0",
16673 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
16674 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
16678 "version": "28.0.2",
16679 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
16680 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
16684 "version": "28.1.0",
16685 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
16686 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
16689 "@jest/schemas": "^28.0.2",
16690 "ansi-regex": "^5.0.1",
16691 "ansi-styles": "^5.0.0",
16692 "react-is": "^18.0.0"
16696 "version": "5.2.0",
16697 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
16698 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
16704 "version": "18.1.0",
16705 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
16706 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
16709 "supports-color": {
16710 "version": "7.2.0",
16711 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
16712 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
16715 "has-flag": "^4.0.0"
16721 "version": "27.5.1",
16725 "diff-sequences": "^27.5.1",
16726 "jest-get-type": "^27.5.1",
16727 "pretty-format": "^27.5.1"
16731 "version": "4.3.0",
16734 "color-convert": "^2.0.1"
16738 "version": "4.1.2",
16741 "ansi-styles": "^4.1.0",
16742 "supports-color": "^7.1.0"
16746 "version": "2.0.1",
16749 "color-name": "~1.1.4"
16753 "version": "1.1.4",
16757 "version": "4.0.0",
16760 "supports-color": {
16761 "version": "7.2.0",
16764 "has-flag": "^4.0.0"
16770 "version": "28.0.2",
16771 "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-28.0.2.tgz",
16772 "integrity": "sha512-FH10WWw5NxLoeSdQlJwu+MTiv60aXV/t8KEwIRGEv74WARE1cXIqh1vGdy2CraHuWOOrnzTWj/azQKqW4fO7xg==",
16775 "detect-newline": "^3.0.0"
16779 "version": "28.1.0",
16780 "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.0.tgz",
16781 "integrity": "sha512-a/XX02xF5NTspceMpHujmOexvJ4GftpYXqr6HhhmKmExtMXsyIN/fvanQlt/BcgFoRKN4OCXxLQKth9/n6OPFg==",
16784 "@jest/types": "^28.1.0",
16786 "jest-get-type": "^28.0.2",
16787 "jest-util": "^28.1.0",
16788 "pretty-format": "^28.1.0"
16792 "version": "5.0.1",
16793 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
16794 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
16798 "version": "4.3.0",
16799 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
16800 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
16803 "color-convert": "^2.0.1"
16807 "version": "4.1.2",
16808 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
16809 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
16812 "ansi-styles": "^4.1.0",
16813 "supports-color": "^7.1.0"
16817 "version": "2.0.1",
16818 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
16819 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
16822 "color-name": "~1.1.4"
16826 "version": "1.1.4",
16827 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
16828 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
16832 "version": "4.0.0",
16833 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
16834 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
16838 "version": "28.0.2",
16839 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
16840 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
16844 "version": "28.1.0",
16845 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
16846 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
16849 "@jest/schemas": "^28.0.2",
16850 "ansi-regex": "^5.0.1",
16851 "ansi-styles": "^5.0.0",
16852 "react-is": "^18.0.0"
16856 "version": "5.2.0",
16857 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
16858 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
16864 "version": "18.1.0",
16865 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
16866 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
16869 "supports-color": {
16870 "version": "7.2.0",
16871 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
16872 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
16875 "has-flag": "^4.0.0"
16880 "jest-environment-jsdom": {
16881 "version": "28.1.0",
16882 "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-28.1.0.tgz",
16883 "integrity": "sha512-8n6P4xiDjNVqTWv6W6vJPuQdLx+ZiA3dbYg7YJ+DPzR+9B61K6pMVJrSs2IxfGRG4J7pyAUA5shQ9G0KEun78w==",
16886 "@jest/environment": "^28.1.0",
16887 "@jest/fake-timers": "^28.1.0",
16888 "@jest/types": "^28.1.0",
16889 "@types/jsdom": "^16.2.4",
16890 "@types/node": "*",
16891 "jest-mock": "^28.1.0",
16892 "jest-util": "^28.1.0",
16896 "jest-environment-node": {
16897 "version": "28.1.0",
16898 "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.0.tgz",
16899 "integrity": "sha512-gBLZNiyrPw9CSMlTXF1yJhaBgWDPVvH0Pq6bOEwGMXaYNzhzhw2kA/OijNF8egbCgDS0/veRv97249x2CX+udQ==",
16902 "@jest/environment": "^28.1.0",
16903 "@jest/fake-timers": "^28.1.0",
16904 "@jest/types": "^28.1.0",
16905 "@types/node": "*",
16906 "jest-mock": "^28.1.0",
16907 "jest-util": "^28.1.0"
16911 "version": "27.5.1",
16912 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
16913 "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
16916 "jest-haste-map": {
16917 "version": "28.1.0",
16918 "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.0.tgz",
16919 "integrity": "sha512-xyZ9sXV8PtKi6NCrJlmq53PyNVHzxmcfXNVvIRHpHmh1j/HChC4pwKgyjj7Z9us19JMw8PpQTJsFWOsIfT93Dw==",
16922 "@jest/types": "^28.1.0",
16923 "@types/graceful-fs": "^4.1.3",
16924 "@types/node": "*",
16925 "anymatch": "^3.0.3",
16926 "fb-watchman": "^2.0.0",
16927 "fsevents": "^2.3.2",
16928 "graceful-fs": "^4.2.9",
16929 "jest-regex-util": "^28.0.2",
16930 "jest-util": "^28.1.0",
16931 "jest-worker": "^28.1.0",
16932 "micromatch": "^4.0.4",
16936 "jest-leak-detector": {
16937 "version": "28.1.0",
16938 "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.0.tgz",
16939 "integrity": "sha512-uIJDQbxwEL2AMMs2xjhZl2hw8s77c3wrPaQ9v6tXJLGaaQ+4QrNJH5vuw7hA7w/uGT/iJ42a83opAqxGHeyRIA==",
16942 "jest-get-type": "^28.0.2",
16943 "pretty-format": "^28.1.0"
16947 "version": "5.0.1",
16948 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
16949 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
16953 "version": "5.2.0",
16954 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
16955 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
16959 "version": "28.0.2",
16960 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
16961 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
16965 "version": "28.1.0",
16966 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
16967 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
16970 "@jest/schemas": "^28.0.2",
16971 "ansi-regex": "^5.0.1",
16972 "ansi-styles": "^5.0.0",
16973 "react-is": "^18.0.0"
16977 "version": "18.1.0",
16978 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
16979 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
16984 "jest-matcher-utils": {
16985 "version": "27.5.1",
16989 "jest-diff": "^27.5.1",
16990 "jest-get-type": "^27.5.1",
16991 "pretty-format": "^27.5.1"
16995 "version": "4.3.0",
16998 "color-convert": "^2.0.1"
17002 "version": "4.1.2",
17005 "ansi-styles": "^4.1.0",
17006 "supports-color": "^7.1.0"
17010 "version": "2.0.1",
17013 "color-name": "~1.1.4"
17017 "version": "1.1.4",
17021 "version": "4.0.0",
17024 "supports-color": {
17025 "version": "7.2.0",
17028 "has-flag": "^4.0.0"
17033 "jest-message-util": {
17034 "version": "28.1.0",
17035 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.0.tgz",
17036 "integrity": "sha512-RpA8mpaJ/B2HphDMiDlrAZdDytkmwFqgjDZovM21F35lHGeUeCvYmm6W+sbQ0ydaLpg5bFAUuWG1cjqOl8vqrw==",
17039 "@babel/code-frame": "^7.12.13",
17040 "@jest/types": "^28.1.0",
17041 "@types/stack-utils": "^2.0.0",
17043 "graceful-fs": "^4.2.9",
17044 "micromatch": "^4.0.4",
17045 "pretty-format": "^28.1.0",
17047 "stack-utils": "^2.0.3"
17051 "version": "5.0.1",
17052 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
17053 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
17057 "version": "4.3.0",
17058 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17059 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17062 "color-convert": "^2.0.1"
17066 "version": "4.1.2",
17067 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
17068 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
17071 "ansi-styles": "^4.1.0",
17072 "supports-color": "^7.1.0"
17076 "version": "2.0.1",
17077 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17078 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17081 "color-name": "~1.1.4"
17085 "version": "1.1.4",
17086 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17087 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
17091 "version": "4.0.0",
17092 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
17093 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
17097 "version": "28.1.0",
17098 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
17099 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
17102 "@jest/schemas": "^28.0.2",
17103 "ansi-regex": "^5.0.1",
17104 "ansi-styles": "^5.0.0",
17105 "react-is": "^18.0.0"
17109 "version": "5.2.0",
17110 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
17111 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
17117 "version": "18.1.0",
17118 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
17119 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
17122 "supports-color": {
17123 "version": "7.2.0",
17124 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17125 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
17128 "has-flag": "^4.0.0"
17134 "version": "28.1.0",
17135 "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.0.tgz",
17136 "integrity": "sha512-H7BrhggNn77WhdL7O1apG0Q/iwl0Bdd5E1ydhCJzL3oBLh/UYxAwR3EJLsBZ9XA3ZU4PA3UNw4tQjduBTCTmLw==",
17139 "@jest/types": "^28.1.0",
17143 "jest-pnp-resolver": {
17144 "version": "1.2.2",
17145 "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
17146 "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==",
17150 "jest-regex-util": {
17151 "version": "28.0.2",
17152 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
17153 "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==",
17157 "version": "28.1.0",
17158 "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.0.tgz",
17159 "integrity": "sha512-vvfN7+tPNnnhDvISuzD1P+CRVP8cK0FHXRwPAcdDaQv4zgvwvag2n55/h5VjYcM5UJG7L4TwE5tZlzcI0X2Lhw==",
17163 "graceful-fs": "^4.2.9",
17164 "jest-haste-map": "^28.1.0",
17165 "jest-pnp-resolver": "^1.2.2",
17166 "jest-util": "^28.1.0",
17167 "jest-validate": "^28.1.0",
17168 "resolve": "^1.20.0",
17169 "resolve.exports": "^1.1.0",
17174 "version": "4.3.0",
17175 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17176 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17179 "color-convert": "^2.0.1"
17183 "version": "4.1.2",
17184 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
17185 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
17188 "ansi-styles": "^4.1.0",
17189 "supports-color": "^7.1.0"
17193 "version": "2.0.1",
17194 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17195 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17198 "color-name": "~1.1.4"
17202 "version": "1.1.4",
17203 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17204 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
17208 "version": "4.0.0",
17209 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
17210 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
17213 "supports-color": {
17214 "version": "7.2.0",
17215 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17216 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
17219 "has-flag": "^4.0.0"
17224 "jest-resolve-dependencies": {
17225 "version": "28.1.0",
17226 "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.0.tgz",
17227 "integrity": "sha512-Ue1VYoSZquPwEvng7Uefw8RmZR+me/1kr30H2jMINjGeHgeO/JgrR6wxj2ofkJ7KSAA11W3cOrhNCbj5Dqqd9g==",
17230 "jest-regex-util": "^28.0.2",
17231 "jest-snapshot": "^28.1.0"
17235 "version": "28.1.0",
17236 "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.0.tgz",
17237 "integrity": "sha512-FBpmuh1HB2dsLklAlRdOxNTTHKFR6G1Qmd80pVDvwbZXTriqjWqjei5DKFC1UlM732KjYcE6yuCdiF0WUCOS2w==",
17240 "@jest/console": "^28.1.0",
17241 "@jest/environment": "^28.1.0",
17242 "@jest/test-result": "^28.1.0",
17243 "@jest/transform": "^28.1.0",
17244 "@jest/types": "^28.1.0",
17245 "@types/node": "*",
17247 "emittery": "^0.10.2",
17248 "graceful-fs": "^4.2.9",
17249 "jest-docblock": "^28.0.2",
17250 "jest-environment-node": "^28.1.0",
17251 "jest-haste-map": "^28.1.0",
17252 "jest-leak-detector": "^28.1.0",
17253 "jest-message-util": "^28.1.0",
17254 "jest-resolve": "^28.1.0",
17255 "jest-runtime": "^28.1.0",
17256 "jest-util": "^28.1.0",
17257 "jest-watcher": "^28.1.0",
17258 "jest-worker": "^28.1.0",
17259 "source-map-support": "0.5.13",
17264 "version": "4.3.0",
17265 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17266 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17269 "color-convert": "^2.0.1"
17273 "version": "4.1.2",
17274 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
17275 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
17278 "ansi-styles": "^4.1.0",
17279 "supports-color": "^7.1.0"
17283 "version": "2.0.1",
17284 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17285 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17288 "color-name": "~1.1.4"
17292 "version": "1.1.4",
17293 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17294 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
17298 "version": "4.0.0",
17299 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
17300 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
17304 "version": "0.6.1",
17305 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
17306 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
17309 "source-map-support": {
17310 "version": "0.5.13",
17311 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
17312 "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
17315 "buffer-from": "^1.0.0",
17316 "source-map": "^0.6.0"
17319 "supports-color": {
17320 "version": "7.2.0",
17321 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17322 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
17325 "has-flag": "^4.0.0"
17331 "version": "28.1.0",
17332 "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.0.tgz",
17333 "integrity": "sha512-wNYDiwhdH/TV3agaIyVF0lsJ33MhyujOe+lNTUiolqKt8pchy1Hq4+tDMGbtD5P/oNLA3zYrpx73T9dMTOCAcg==",
17336 "@jest/environment": "^28.1.0",
17337 "@jest/fake-timers": "^28.1.0",
17338 "@jest/globals": "^28.1.0",
17339 "@jest/source-map": "^28.0.2",
17340 "@jest/test-result": "^28.1.0",
17341 "@jest/transform": "^28.1.0",
17342 "@jest/types": "^28.1.0",
17344 "cjs-module-lexer": "^1.0.0",
17345 "collect-v8-coverage": "^1.0.0",
17348 "graceful-fs": "^4.2.9",
17349 "jest-haste-map": "^28.1.0",
17350 "jest-message-util": "^28.1.0",
17351 "jest-mock": "^28.1.0",
17352 "jest-regex-util": "^28.0.2",
17353 "jest-resolve": "^28.1.0",
17354 "jest-snapshot": "^28.1.0",
17355 "jest-util": "^28.1.0",
17357 "strip-bom": "^4.0.0"
17361 "version": "4.3.0",
17362 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17363 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17366 "color-convert": "^2.0.1"
17370 "version": "4.1.2",
17371 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
17372 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
17375 "ansi-styles": "^4.1.0",
17376 "supports-color": "^7.1.0"
17380 "version": "2.0.1",
17381 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17382 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17385 "color-name": "~1.1.4"
17389 "version": "1.1.4",
17390 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17391 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
17395 "version": "4.0.0",
17396 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
17397 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
17400 "supports-color": {
17401 "version": "7.2.0",
17402 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17403 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
17406 "has-flag": "^4.0.0"
17412 "version": "28.1.0",
17413 "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.0.tgz",
17414 "integrity": "sha512-ex49M2ZrZsUyQLpLGxQtDbahvgBjlLPgklkqGM0hq/F7W/f8DyqZxVHjdy19QKBm4O93eDp+H5S23EiTbbUmHw==",
17417 "@babel/core": "^7.11.6",
17418 "@babel/generator": "^7.7.2",
17419 "@babel/plugin-syntax-typescript": "^7.7.2",
17420 "@babel/traverse": "^7.7.2",
17421 "@babel/types": "^7.3.3",
17422 "@jest/expect-utils": "^28.1.0",
17423 "@jest/transform": "^28.1.0",
17424 "@jest/types": "^28.1.0",
17425 "@types/babel__traverse": "^7.0.6",
17426 "@types/prettier": "^2.1.5",
17427 "babel-preset-current-node-syntax": "^1.0.0",
17429 "expect": "^28.1.0",
17430 "graceful-fs": "^4.2.9",
17431 "jest-diff": "^28.1.0",
17432 "jest-get-type": "^28.0.2",
17433 "jest-haste-map": "^28.1.0",
17434 "jest-matcher-utils": "^28.1.0",
17435 "jest-message-util": "^28.1.0",
17436 "jest-util": "^28.1.0",
17437 "natural-compare": "^1.4.0",
17438 "pretty-format": "^28.1.0",
17443 "version": "5.0.1",
17444 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
17445 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
17449 "version": "4.3.0",
17450 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17451 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17454 "color-convert": "^2.0.1"
17458 "version": "4.1.2",
17459 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
17460 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
17463 "ansi-styles": "^4.1.0",
17464 "supports-color": "^7.1.0"
17468 "version": "2.0.1",
17469 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17470 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17473 "color-name": "~1.1.4"
17477 "version": "1.1.4",
17478 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17479 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
17482 "diff-sequences": {
17483 "version": "28.0.2",
17484 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.0.2.tgz",
17485 "integrity": "sha512-YtEoNynLDFCRznv/XDalsKGSZDoj0U5kLnXvY0JSq3nBboRrZXjD81+eSiwi+nzcZDwedMmcowcxNwwgFW23mQ==",
17489 "version": "28.1.0",
17490 "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.0.tgz",
17491 "integrity": "sha512-qFXKl8Pmxk8TBGfaFKRtcQjfXEnKAs+dmlxdwvukJZorwrAabT7M3h8oLOG01I2utEhkmUTi17CHaPBovZsKdw==",
17494 "@jest/expect-utils": "^28.1.0",
17495 "jest-get-type": "^28.0.2",
17496 "jest-matcher-utils": "^28.1.0",
17497 "jest-message-util": "^28.1.0",
17498 "jest-util": "^28.1.0"
17502 "version": "4.0.0",
17503 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
17504 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
17508 "version": "28.1.0",
17509 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.0.tgz",
17510 "integrity": "sha512-8eFd3U3OkIKRtlasXfiAQfbovgFgRDb0Ngcs2E+FMeBZ4rUezqIaGjuyggJBp+llosQXNEWofk/Sz4Hr5gMUhA==",
17514 "diff-sequences": "^28.0.2",
17515 "jest-get-type": "^28.0.2",
17516 "pretty-format": "^28.1.0"
17520 "version": "28.0.2",
17521 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
17522 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
17525 "jest-matcher-utils": {
17526 "version": "28.1.0",
17527 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.0.tgz",
17528 "integrity": "sha512-onnax0n2uTLRQFKAjC7TuaxibrPSvZgKTcSCnNUz/tOjJ9UhxNm7ZmPpoQavmTDUjXvUQ8KesWk2/VdrxIFzTQ==",
17532 "jest-diff": "^28.1.0",
17533 "jest-get-type": "^28.0.2",
17534 "pretty-format": "^28.1.0"
17538 "version": "28.1.0",
17539 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
17540 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
17543 "@jest/schemas": "^28.0.2",
17544 "ansi-regex": "^5.0.1",
17545 "ansi-styles": "^5.0.0",
17546 "react-is": "^18.0.0"
17550 "version": "5.2.0",
17551 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
17552 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
17558 "version": "18.1.0",
17559 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
17560 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
17564 "version": "7.3.7",
17565 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
17566 "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
17569 "lru-cache": "^6.0.0"
17572 "supports-color": {
17573 "version": "7.2.0",
17574 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17575 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
17578 "has-flag": "^4.0.0"
17584 "version": "28.1.0",
17585 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.0.tgz",
17586 "integrity": "sha512-qYdCKD77k4Hwkose2YBEqQk7PzUf/NSE+rutzceduFveQREeH6b+89Dc9+wjX9dAwHcgdx4yedGA3FQlU/qCTA==",
17589 "@jest/types": "^28.1.0",
17590 "@types/node": "*",
17592 "ci-info": "^3.2.0",
17593 "graceful-fs": "^4.2.9",
17594 "picomatch": "^2.2.3"
17598 "version": "4.3.0",
17599 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17600 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17603 "color-convert": "^2.0.1"
17607 "version": "4.1.2",
17608 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
17609 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
17612 "ansi-styles": "^4.1.0",
17613 "supports-color": "^7.1.0"
17617 "version": "2.0.1",
17618 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17619 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17622 "color-name": "~1.1.4"
17626 "version": "1.1.4",
17627 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17628 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
17632 "version": "4.0.0",
17633 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
17634 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
17637 "supports-color": {
17638 "version": "7.2.0",
17639 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17640 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
17643 "has-flag": "^4.0.0"
17649 "version": "28.1.0",
17650 "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.0.tgz",
17651 "integrity": "sha512-Lly7CJYih3vQBfjLeANGgBSBJ7pEa18cxpQfQEq2go2xyEzehnHfQTjoUia8xUv4x4J80XKFIDwJJThXtRFQXQ==",
17654 "@jest/types": "^28.1.0",
17655 "camelcase": "^6.2.0",
17657 "jest-get-type": "^28.0.2",
17659 "pretty-format": "^28.1.0"
17663 "version": "5.0.1",
17664 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
17665 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
17669 "version": "4.3.0",
17670 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17671 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17674 "color-convert": "^2.0.1"
17678 "version": "6.3.0",
17679 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
17680 "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
17684 "version": "4.1.2",
17685 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
17686 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
17689 "ansi-styles": "^4.1.0",
17690 "supports-color": "^7.1.0"
17694 "version": "2.0.1",
17695 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17696 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17699 "color-name": "~1.1.4"
17703 "version": "1.1.4",
17704 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17705 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
17709 "version": "4.0.0",
17710 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
17711 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
17715 "version": "28.0.2",
17716 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
17717 "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
17721 "version": "28.1.0",
17722 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.0.tgz",
17723 "integrity": "sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==",
17726 "@jest/schemas": "^28.0.2",
17727 "ansi-regex": "^5.0.1",
17728 "ansi-styles": "^5.0.0",
17729 "react-is": "^18.0.0"
17733 "version": "5.2.0",
17734 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
17735 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
17741 "version": "18.1.0",
17742 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
17743 "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
17746 "supports-color": {
17747 "version": "7.2.0",
17748 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17749 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
17752 "has-flag": "^4.0.0"
17758 "version": "28.1.0",
17759 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.0.tgz",
17760 "integrity": "sha512-tNHMtfLE8Njcr2IRS+5rXYA4BhU90gAOwI9frTGOqd+jX0P/Au/JfRSNqsf5nUTcWdbVYuLxS1KjnzILSoR5hA==",
17763 "@jest/test-result": "^28.1.0",
17764 "@jest/types": "^28.1.0",
17765 "@types/node": "*",
17766 "ansi-escapes": "^4.2.1",
17768 "emittery": "^0.10.2",
17769 "jest-util": "^28.1.0",
17770 "string-length": "^4.0.1"
17774 "version": "4.3.0",
17775 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17776 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17779 "color-convert": "^2.0.1"
17783 "version": "4.1.2",
17784 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
17785 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
17788 "ansi-styles": "^4.1.0",
17789 "supports-color": "^7.1.0"
17793 "version": "2.0.1",
17794 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17795 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17798 "color-name": "~1.1.4"
17802 "version": "1.1.4",
17803 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17804 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
17808 "version": "4.0.0",
17809 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
17810 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
17813 "supports-color": {
17814 "version": "7.2.0",
17815 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17816 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
17819 "has-flag": "^4.0.0"
17825 "version": "28.1.0",
17826 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.0.tgz",
17827 "integrity": "sha512-ZHwM6mNwaWBR52Snff8ZvsCTqQsvhCxP/bT1I6T6DAnb6ygkshsyLQIMxFwHpYxht0HOoqt23JlC01viI7T03A==",
17830 "@types/node": "*",
17831 "merge-stream": "^2.0.0",
17832 "supports-color": "^8.0.0"
17836 "version": "4.0.0",
17837 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
17838 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
17841 "supports-color": {
17842 "version": "8.1.1",
17843 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
17844 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
17847 "has-flag": "^4.0.0"
17853 "version": "0.15.0",
17854 "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
17855 "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=",
17859 "version": "2.2.5",
17860 "resolved": "https://registry.npmjs.org/joycon/-/joycon-2.2.5.tgz",
17861 "integrity": "sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ==",
17865 "version": "0.4.3",
17869 "version": "4.0.0",
17873 "version": "3.14.1",
17874 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
17875 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
17878 "argparse": "^1.0.7",
17879 "esprima": "^4.0.0"
17883 "version": "19.0.0",
17884 "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz",
17885 "integrity": "sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==",
17890 "acorn-globals": "^6.0.0",
17892 "cssstyle": "^2.3.0",
17893 "data-urls": "^3.0.1",
17894 "decimal.js": "^10.3.1",
17895 "domexception": "^4.0.0",
17896 "escodegen": "^2.0.0",
17897 "form-data": "^4.0.0",
17898 "html-encoding-sniffer": "^3.0.0",
17899 "http-proxy-agent": "^5.0.0",
17900 "https-proxy-agent": "^5.0.0",
17901 "is-potential-custom-element-name": "^1.0.1",
17902 "nwsapi": "^2.2.0",
17905 "symbol-tree": "^3.2.4",
17906 "tough-cookie": "^4.0.0",
17907 "w3c-hr-time": "^1.0.2",
17908 "w3c-xmlserializer": "^3.0.0",
17909 "webidl-conversions": "^7.0.0",
17910 "whatwg-encoding": "^2.0.0",
17911 "whatwg-mimetype": "^3.0.0",
17912 "whatwg-url": "^10.0.0",
17914 "xml-name-validator": "^4.0.0"
17918 "version": "8.7.1",
17919 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz",
17920 "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==",
17924 "version": "4.0.0",
17925 "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
17926 "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
17929 "asynckit": "^0.4.0",
17930 "combined-stream": "^1.0.8",
17931 "mime-types": "^2.1.12"
17937 "version": "2.5.2",
17940 "json-parse-even-better-errors": {
17941 "version": "2.3.1",
17944 "json-schema-traverse": {
17945 "version": "0.4.1",
17948 "json-stable-stringify-without-jsonify": {
17949 "version": "1.0.1",
17953 "version": "2.2.1",
17954 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
17955 "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
17959 "version": "3.0.0",
17963 "version": "4.1.4",
17966 "language-name-map": {
17967 "version": "0.3.0",
17971 "version": "3.1.0",
17972 "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
17973 "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
17977 "version": "0.4.1",
17980 "prelude-ls": "^1.2.1",
17981 "type-check": "~0.4.0"
17985 "version": "1.2.1",
17986 "resolved": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.2.1.tgz",
17987 "integrity": "sha512-9esX8rTQAHqarx6qeZqmGQKBNZR5OIbl/Ayr0qQDy3oXja2iFVQQI81R6GZ2a02bSNZ9p3YOGX1O6HHCb1X7kA==",
17990 "figgy-pudding": "^3.5.1",
17991 "find-up": "^3.0.0",
17996 "version": "3.0.0",
17997 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
17998 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
18001 "locate-path": "^3.0.0"
18005 "version": "3.0.0",
18006 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
18007 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
18010 "p-locate": "^3.0.0",
18011 "path-exists": "^3.0.0"
18015 "version": "3.0.0",
18016 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
18017 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
18020 "p-limit": "^2.0.0"
18024 "version": "3.0.0",
18025 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
18026 "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
18032 "version": "2.0.5",
18035 "lines-and-columns": {
18036 "version": "1.2.4",
18040 "version": "1.0.1",
18041 "resolved": "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz",
18042 "integrity": "sha1-hMinKrWcRyUyFIDJdeZQg0LnCTc=",
18046 "version": "5.0.0",
18047 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
18048 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
18051 "p-locate": "^4.1.0"
18055 "version": "4.17.21",
18058 "lodash.castarray": {
18059 "version": "4.4.0",
18062 "lodash.isfunction": {
18063 "version": "3.0.8",
18067 "version": "4.0.0",
18070 "lodash.isplainobject": {
18071 "version": "4.0.6",
18074 "lodash.isundefined": {
18075 "version": "3.0.1",
18078 "lodash.memoize": {
18079 "version": "4.1.2",
18083 "version": "4.6.2",
18087 "version": "4.5.0",
18091 "version": "4.6.0",
18095 "version": "1.4.0",
18098 "js-tokens": "^3.0.0 || ^4.0.0"
18102 "version": "6.0.0",
18105 "yallist": "^4.0.0"
18109 "version": "0.1.0",
18112 "es5-ext": "~0.10.2"
18116 "version": "2.3.9",
18120 "version": "1.4.4",
18124 "version": "0.26.1",
18127 "sourcemap-codec": "^1.4.8"
18131 "version": "3.1.0",
18132 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
18133 "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
18140 "version": "1.3.6",
18143 "make-error-cause": {
18144 "version": "1.2.2",
18147 "make-error": "^1.2.0"
18151 "version": "1.0.12",
18152 "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
18153 "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
18160 "version": "4.0.14",
18164 "version": "0.3.0",
18168 "version": "0.4.15",
18172 "es5-ext": "^0.10.53",
18173 "es6-weak-map": "^2.0.3",
18174 "event-emitter": "^0.3.5",
18175 "is-promise": "^2.2.2",
18176 "lru-queue": "^0.1.0",
18177 "next-tick": "^1.1.0",
18178 "timers-ext": "^0.1.7"
18181 "merge-descriptors": {
18182 "version": "1.0.1",
18186 "version": "2.0.0",
18187 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
18188 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
18192 "version": "1.4.1",
18196 "version": "1.1.2",
18200 "version": "4.0.5",
18203 "braces": "^3.0.2",
18204 "picomatch": "^2.3.1"
18208 "version": "3.0.0",
18209 "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
18210 "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
18214 "version": "1.52.0",
18218 "version": "2.1.35",
18221 "mime-db": "1.52.0"
18225 "version": "2.1.0",
18226 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
18227 "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
18231 "version": "1.0.1",
18235 "version": "3.0.4",
18238 "brace-expansion": "^1.1.7"
18242 "version": "1.2.6",
18246 "version": "3.1.6",
18249 "yallist": "^4.0.0"
18253 "version": "2.1.2",
18256 "minipass": "^3.0.0",
18257 "yallist": "^4.0.0"
18261 "version": "1.0.0",
18262 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.0.tgz",
18263 "integrity": "sha512-4Pb+8NJ5DdvaWD797hKOM28wMXsObb4HppQdIwKUHFiB69ICZ4wktOE+qsGGBy7GtwgYNizp0R9KEy4zKYBLMg==",
18267 "version": "1.1.4",
18271 "version": "1.0.0",
18275 "version": "2.1.2",
18279 "version": "3.3.3",
18282 "natural-compare": {
18283 "version": "1.4.0",
18287 "version": "2.9.1",
18291 "iconv-lite": "^0.4.4",
18296 "version": "3.2.7",
18305 "version": "0.6.2",
18309 "version": "2.6.2",
18313 "version": "1.1.0",
18317 "version": "2.6.7",
18320 "whatwg-url": "^5.0.0"
18324 "version": "0.0.3",
18327 "webidl-conversions": {
18328 "version": "3.0.1",
18332 "version": "5.0.0",
18336 "webidl-conversions": "^3.0.0"
18342 "version": "0.4.0",
18343 "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
18344 "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=",
18348 "version": "2.0.4",
18351 "normalize-path": {
18352 "version": "3.0.0",
18355 "normalize-range": {
18356 "version": "0.1.2",
18360 "version": "4.0.1",
18361 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
18362 "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
18365 "path-key": "^3.0.0"
18369 "version": "2.2.0",
18370 "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
18371 "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==",
18375 "version": "4.1.1",
18379 "version": "3.0.0",
18382 "object-inspect": {
18383 "version": "1.12.0",
18387 "version": "1.1.1",
18391 "version": "4.1.2",
18394 "call-bind": "^1.0.0",
18395 "define-properties": "^1.1.3",
18396 "has-symbols": "^1.0.1",
18397 "object-keys": "^1.1.1"
18401 "version": "2.4.1",
18404 "ee-first": "1.1.1"
18408 "version": "1.4.0",
18415 "version": "5.1.2",
18416 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
18417 "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
18420 "mimic-fn": "^2.1.0"
18424 "version": "8.4.0",
18427 "define-lazy-prop": "^2.0.0",
18428 "is-docker": "^2.1.1",
18433 "version": "0.16.1",
18436 "@wry/context": "^0.6.0",
18437 "@wry/trie": "^0.3.0"
18441 "version": "0.9.1",
18444 "deep-is": "^0.1.3",
18445 "fast-levenshtein": "^2.0.6",
18447 "prelude-ls": "^1.2.1",
18448 "type-check": "^0.4.0",
18449 "word-wrap": "^1.2.3"
18453 "version": "2.3.0",
18454 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
18455 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
18462 "version": "4.1.0",
18463 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
18464 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
18467 "p-limit": "^2.2.0"
18471 "version": "2.2.0",
18472 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
18473 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
18477 "version": "1.0.1",
18480 "callsites": "^3.0.0"
18484 "version": "5.2.0",
18487 "@babel/code-frame": "^7.0.0",
18488 "error-ex": "^1.3.1",
18489 "json-parse-even-better-errors": "^2.3.0",
18490 "lines-and-columns": "^1.1.6"
18494 "version": "6.0.1",
18495 "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
18496 "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
18500 "version": "1.3.3",
18504 "version": "4.0.0",
18505 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
18506 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
18509 "path-is-absolute": {
18510 "version": "1.0.1",
18514 "version": "3.1.1",
18518 "version": "1.0.7",
18519 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
18520 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
18523 "path-to-regexp": {
18524 "version": "0.1.7",
18528 "version": "4.0.0",
18532 "version": "1.2.0",
18536 "version": "1.0.0",
18540 "version": "2.3.0",
18544 "version": "6.14.0",
18545 "resolved": "https://registry.npmjs.org/pino/-/pino-6.14.0.tgz",
18546 "integrity": "sha512-iuhEDel3Z3hF9Jfe44DPXR8l07bhjuFY3GMHIXbjnY9XcafbyDDwl2sN2vw2GjMPf5Nkoe+OFao7ffn9SXaKDg==",
18549 "fast-redact": "^3.0.0",
18550 "fast-safe-stringify": "^2.0.8",
18551 "flatstr": "^1.0.12",
18552 "pino-std-serializers": "^3.1.0",
18553 "process-warning": "^1.0.0",
18554 "quick-format-unescaped": "^4.0.3",
18555 "sonic-boom": "^1.0.2"
18559 "version": "1.4.1",
18560 "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-1.4.1.tgz",
18561 "integrity": "sha512-LRHh/A8tpW7ru89lrlkU4AszXt1dbwSjVWguGrmlxE7tawVmDBlI1PILMkXAxJTwqhgsEeTHzj36D5CmHgQmNg==",
18564 "atomic-sleep": "^1.0.0",
18565 "flatstr": "^1.0.12"
18571 "version": "4.8.0",
18572 "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-4.8.0.tgz",
18573 "integrity": "sha512-mhQfHG4rw5ZFpWL44m0Utjo4GC2+HMfdNvxyA8lLw0sIqn6fCf7uQe6dPckUcW/obly+OQHD7B/MTso6LNizYw==",
18576 "@hapi/bourne": "^2.0.0",
18579 "dateformat": "^4.5.1",
18580 "fast-safe-stringify": "^2.0.7",
18581 "jmespath": "^0.15.0",
18582 "joycon": "^2.2.5",
18584 "readable-stream": "^3.6.0",
18586 "split2": "^3.1.1",
18587 "strip-json-comments": "^3.1.1"
18591 "version": "4.3.0",
18592 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
18593 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
18596 "color-convert": "^2.0.1"
18600 "version": "4.1.2",
18601 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
18602 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
18605 "ansi-styles": "^4.1.0",
18606 "supports-color": "^7.1.0"
18610 "version": "2.0.1",
18611 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
18612 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
18615 "color-name": "~1.1.4"
18619 "version": "1.1.4",
18620 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
18621 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
18625 "version": "4.0.0",
18626 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
18627 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
18630 "supports-color": {
18631 "version": "7.2.0",
18632 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
18633 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
18636 "has-flag": "^4.0.0"
18641 "pino-std-serializers": {
18642 "version": "3.2.0",
18643 "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-3.2.0.tgz",
18644 "integrity": "sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg==",
18648 "version": "4.0.5",
18649 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
18650 "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
18654 "version": "5.2.1",
18661 "version": "4.0.1",
18667 "version": "4.2.0",
18668 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
18669 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
18672 "find-up": "^4.0.0"
18676 "version": "0.4.1",
18679 "playwright-core": {
18680 "version": "1.21.1",
18684 "commander": "8.3.0",
18686 "extract-zip": "2.0.1",
18687 "https-proxy-agent": "5.0.0",
18688 "jpeg-js": "0.4.3",
18690 "pixelmatch": "5.2.1",
18692 "progress": "2.0.3",
18693 "proper-lockfile": "4.1.2",
18694 "proxy-from-env": "1.1.0",
18696 "socks-proxy-agent": "6.1.1",
18697 "stack-utils": "2.0.5",
18703 "https-proxy-agent": {
18704 "version": "5.0.0",
18712 "version": "3.0.2",
18719 "version": "8.4.2",
18726 "version": "6.0.0",
18730 "version": "9.2.0",
18733 "concat-stream": "^1.4.7",
18734 "form-data": "^2.0.0",
18735 "make-error-cause": "^1.2.1",
18736 "tough-cookie": "^2.0.0"
18740 "version": "2.5.0",
18744 "punycode": "^2.1.1"
18750 "version": "8.4.13",
18751 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz",
18752 "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==",
18755 "nanoid": "^3.3.3",
18756 "picocolors": "^1.0.0",
18757 "source-map-js": "^1.0.2"
18761 "version": "4.0.0",
18764 "camelcase-css": "^2.0.1"
18767 "postcss-load-config": {
18768 "version": "3.1.4",
18771 "lilconfig": "^2.0.5",
18775 "postcss-nested": {
18776 "version": "5.0.6",
18779 "postcss-selector-parser": "^6.0.6"
18782 "postcss-selector-parser": {
18783 "version": "6.0.10",
18786 "cssesc": "^3.0.0",
18787 "util-deprecate": "^1.0.2"
18790 "postcss-value-parser": {
18791 "version": "4.2.0",
18795 "version": "1.2.1",
18799 "version": "2.6.2",
18802 "prettier-plugin-svelte": {
18803 "version": "2.7.0",
18808 "version": "27.5.1",
18809 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
18810 "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
18813 "ansi-regex": "^5.0.1",
18814 "ansi-styles": "^5.0.0",
18815 "react-is": "^17.0.1"
18819 "version": "5.0.1",
18820 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
18821 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
18825 "version": "5.2.0",
18829 "version": "17.0.2",
18834 "process-nextick-args": {
18835 "version": "2.0.1",
18838 "process-warning": {
18839 "version": "1.0.0",
18843 "version": "2.0.3",
18847 "version": "2.4.2",
18848 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
18849 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
18853 "sisteransi": "^1.0.5"
18857 "version": "3.0.3",
18858 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
18859 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
18865 "version": "15.7.2",
18868 "loose-envify": "^1.4.0",
18869 "object-assign": "^4.1.1",
18870 "react-is": "^16.8.1"
18873 "proper-lockfile": {
18874 "version": "4.1.2",
18877 "graceful-fs": "^4.2.4",
18878 "retry": "^0.12.0",
18879 "signal-exit": "^3.0.2"
18883 "version": "2.0.7",
18886 "forwarded": "0.2.0",
18887 "ipaddr.js": "1.9.1"
18890 "proxy-from-env": {
18891 "version": "1.1.0",
18895 "version": "1.8.0",
18899 "version": "3.0.0",
18902 "end-of-stream": "^1.1.0",
18907 "version": "2.1.1",
18911 "version": "1.5.1",
18912 "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
18913 "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
18917 "version": "6.10.3",
18920 "side-channel": "^1.0.4"
18923 "queue-microtask": {
18924 "version": "1.2.3",
18927 "quick-format-unescaped": {
18928 "version": "4.0.4",
18929 "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
18930 "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
18934 "version": "5.1.1",
18938 "version": "1.2.1",
18942 "version": "2.5.1",
18946 "http-errors": "2.0.0",
18947 "iconv-lite": "0.4.24",
18952 "version": "16.13.1",
18955 "readable-stream": {
18956 "version": "3.6.0",
18957 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
18958 "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
18961 "inherits": "^2.0.3",
18962 "string_decoder": "^1.1.1",
18963 "util-deprecate": "^1.0.1"
18967 "version": "3.6.0",
18970 "picomatch": "^2.2.1"
18974 "version": "3.0.0",
18977 "indent-string": "^4.0.0",
18978 "strip-indent": "^3.0.0"
18981 "regenerator-runtime": {
18982 "version": "0.13.9",
18986 "version": "2.0.0",
18990 "version": "3.2.0",
18993 "remove-trailing-separator": {
18994 "version": "1.1.0",
18995 "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
18996 "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
18999 "require-directory": {
19000 "version": "2.1.1",
19001 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
19002 "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
19006 "version": "1.0.0",
19010 "version": "1.22.0",
19011 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
19012 "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
19015 "is-core-module": "^2.8.1",
19016 "path-parse": "^1.0.7",
19017 "supports-preserve-symlinks-flag": "^1.0.0"
19021 "version": "3.0.0",
19022 "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
19023 "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
19026 "resolve-from": "^5.0.0"
19030 "version": "5.0.0",
19033 "resolve.exports": {
19034 "version": "1.1.0",
19038 "version": "0.12.0",
19042 "version": "1.0.4",
19046 "version": "1.3.0",
19047 "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz",
19048 "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==",
19052 "version": "2.6.2",
19059 "version": "2.73.0",
19060 "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.73.0.tgz",
19061 "integrity": "sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==",
19064 "fsevents": "~2.3.2"
19068 "version": "1.2.0",
19071 "queue-microtask": "^1.2.2"
19075 "version": "1.7.4",
19082 "version": "5.1.2",
19086 "version": "2.1.2",
19090 "version": "0.5.1",
19093 "es6-promise": "^3.1.2",
19094 "graceful-fs": "^4.1.3",
19095 "mkdirp": "^0.5.1",
19100 "version": "3.3.1",
19104 "version": "0.5.6",
19107 "minimist": "^1.2.6"
19113 "version": "1.2.4",
19117 "version": "5.0.1",
19118 "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
19119 "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
19122 "xmlchars": "^2.2.0"
19126 "version": "6.3.0",
19130 "version": "0.17.1",
19135 "destroy": "~1.0.4",
19136 "encodeurl": "~1.0.2",
19137 "escape-html": "~1.0.3",
19140 "http-errors": "~1.7.2",
19143 "on-finished": "~2.3.0",
19144 "range-parser": "~1.2.1",
19145 "statuses": "~1.5.0"
19149 "version": "2.6.9",
19156 "version": "2.0.0",
19162 "version": "1.6.0",
19168 "version": "1.15.0",
19171 "encodeurl": "~1.0.2",
19172 "escape-html": "~1.0.3",
19173 "parseurl": "~1.3.3",
19178 "version": "1.0.5",
19179 "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
19180 "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=",
19183 "setprototypeof": {
19184 "version": "1.1.1",
19187 "shebang-command": {
19188 "version": "2.0.0",
19191 "shebang-regex": "^3.0.0"
19195 "version": "3.0.0",
19199 "version": "0.10.1",
19202 "jsonc-parser": "^3.0.0",
19203 "vscode-oniguruma": "^1.6.1",
19204 "vscode-textmate": "5.2.0"
19208 "version": "1.0.4",
19211 "call-bind": "^1.0.0",
19212 "get-intrinsic": "^1.0.2",
19213 "object-inspect": "^1.9.0"
19217 "version": "3.0.7",
19220 "simple-swizzle": {
19221 "version": "0.2.2",
19224 "is-arrayish": "^0.3.1"
19228 "version": "0.3.2",
19234 "version": "1.0.5",
19235 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
19236 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
19240 "version": "3.0.0",
19244 "version": "4.2.0",
19248 "version": "2.6.2",
19252 "smart-buffer": "^4.2.0"
19255 "socks-proxy-agent": {
19256 "version": "6.1.1",
19259 "agent-base": "^6.0.2",
19265 "version": "2.8.0",
19268 "atomic-sleep": "^1.0.0"
19272 "version": "0.10.0",
19275 "buffer-crc32": "^0.2.5",
19276 "minimist": "^1.2.0",
19277 "sander": "^0.5.0",
19278 "sourcemap-codec": "^1.3.0"
19282 "version": "0.5.7",
19286 "version": "1.0.2",
19287 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
19288 "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
19291 "source-map-resolve": {
19292 "version": "0.6.0",
19296 "decode-uri-component": "^0.2.0"
19299 "sourcemap-codec": {
19300 "version": "1.4.8",
19304 "version": "3.2.2",
19305 "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
19306 "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==",
19309 "readable-stream": "^3.0.0"
19313 "version": "1.0.3",
19314 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
19315 "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
19319 "version": "2.0.5",
19322 "escape-string-regexp": "^2.0.0"
19325 "escape-string-regexp": {
19326 "version": "2.0.0",
19332 "version": "2.0.1",
19335 "string_decoder": {
19336 "version": "1.3.0",
19337 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
19338 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
19341 "safe-buffer": "~5.2.0"
19345 "version": "5.2.1",
19346 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
19347 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
19353 "version": "4.0.2",
19354 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
19355 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
19358 "char-regex": "^1.0.2",
19359 "strip-ansi": "^6.0.0"
19363 "version": "4.2.3",
19366 "emoji-regex": "^8.0.0",
19367 "is-fullwidth-code-point": "^3.0.0",
19368 "strip-ansi": "^6.0.1"
19372 "version": "6.0.1",
19375 "ansi-regex": "^5.0.1"
19379 "version": "5.0.1",
19385 "version": "4.0.0",
19386 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
19387 "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
19390 "strip-final-newline": {
19391 "version": "2.0.0",
19392 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
19393 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
19397 "version": "3.0.0",
19400 "min-indent": "^1.0.0"
19403 "strip-json-comments": {
19404 "version": "3.1.1",
19408 "version": "2.0.2",
19409 "resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-2.0.2.tgz",
19410 "integrity": "sha1-D0LBDl0F2l1C7qPlbDOZo31sWz4=",
19417 "version": "2.6.9",
19418 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
19419 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
19426 "version": "2.0.0",
19427 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
19428 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
19433 "supports-color": {
19434 "version": "5.5.0",
19437 "has-flag": "^3.0.0"
19440 "supports-hyperlinks": {
19441 "version": "2.2.0",
19442 "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
19443 "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
19446 "has-flag": "^4.0.0",
19447 "supports-color": "^7.0.0"
19451 "version": "4.0.0",
19452 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
19453 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
19456 "supports-color": {
19457 "version": "7.2.0",
19458 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
19459 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
19462 "has-flag": "^4.0.0"
19467 "supports-preserve-symlinks-flag": {
19468 "version": "1.0.0",
19472 "version": "3.48.0",
19473 "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.48.0.tgz",
19474 "integrity": "sha512-fN2YRm/bGumvjUpu6yI3BpvZnpIm9I6A7HR4oUNYd7ggYyIwSA/BX7DJ+UXXffLp6XNcUijyLvttbPVCYa/3xQ==",
19478 "version": "2.7.0",
19481 "chokidar": "^3.4.1",
19482 "fast-glob": "^3.2.7",
19483 "import-fresh": "^3.2.1",
19484 "picocolors": "^1.0.0",
19486 "source-map": "^0.7.3",
19487 "svelte-preprocess": "^4.0.0",
19492 "version": "0.7.3",
19498 "version": "0.14.11",
19499 "resolved": "https://registry.npmjs.org/svelte-hmr/-/svelte-hmr-0.14.11.tgz",
19500 "integrity": "sha512-R9CVfX6DXxW1Kn45Jtmx+yUe+sPhrbYSUp7TkzbW0jI5fVPn6lsNG9NEs5dFg5qRhFNAoVdRw5qQDLALNKhwbQ==",
19505 "version": "3.4.0",
19506 "resolved": "https://registry.npmjs.org/svelte-i18n/-/svelte-i18n-3.4.0.tgz",
19507 "integrity": "sha512-590N+YIRlebDT3fXmuAxd4guQZLR3vm4kCs5UhWYmw3SxOlJNZ7HwYYiw6d4jDr7P+Cx7DSopk1Z1K9wn8B6EA==",
19510 "deepmerge": "^4.2.2",
19511 "estree-walker": "^2.0.1",
19512 "intl-messageformat": "^9.3.15",
19514 "tiny-glob": "^0.2.6"
19518 "version": "2.3.2",
19519 "resolved": "https://registry.npmjs.org/svelte-jester/-/svelte-jester-2.3.2.tgz",
19520 "integrity": "sha512-JtxSz4FWAaCRBXbPsh4LcDs4Ua7zdXgLC0TZvT1R56hRV0dymmNP+abw67DTPF7sQPyNxWsOKd0Sl7Q8SnP8kg==",
19524 "svelte-preprocess": {
19525 "version": "4.10.6",
19528 "@types/pug": "^2.0.4",
19529 "@types/sass": "^1.16.0",
19530 "detect-indent": "^6.0.0",
19531 "magic-string": "^0.25.7",
19532 "sorcery": "^0.10.0",
19533 "strip-indent": "^3.0.0"
19537 "version": "0.25.9",
19540 "sourcemap-codec": "^1.4.8"
19545 "symbol-observable": {
19546 "version": "4.0.0",
19550 "version": "3.2.4",
19551 "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
19552 "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
19556 "version": "3.0.24",
19560 "chokidar": "^3.5.3",
19561 "color-name": "^1.1.4",
19562 "detective": "^5.2.0",
19563 "didyoumean": "^1.2.2",
19565 "fast-glob": "^3.2.11",
19566 "glob-parent": "^6.0.2",
19567 "is-glob": "^4.0.3",
19568 "lilconfig": "^2.0.5",
19569 "normalize-path": "^3.0.0",
19570 "object-hash": "^3.0.0",
19571 "picocolors": "^1.0.0",
19572 "postcss": "^8.4.12",
19573 "postcss-js": "^4.0.0",
19574 "postcss-load-config": "^3.1.4",
19575 "postcss-nested": "5.0.6",
19576 "postcss-selector-parser": "^6.0.10",
19577 "postcss-value-parser": "^4.2.0",
19578 "quick-lru": "^5.1.1",
19579 "resolve": "^1.22.0"
19583 "version": "1.1.4",
19587 "version": "6.0.2",
19590 "is-glob": "^4.0.3"
19596 "version": "6.1.11",
19597 "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
19598 "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
19601 "chownr": "^2.0.0",
19602 "fs-minipass": "^2.0.0",
19603 "minipass": "^3.0.0",
19604 "minizlib": "^2.1.1",
19605 "mkdirp": "^1.0.3",
19606 "yallist": "^4.0.0"
19610 "version": "1.0.4",
19611 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
19612 "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
19618 "version": "2.1.1",
19619 "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
19620 "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
19623 "ansi-escapes": "^4.2.1",
19624 "supports-hyperlinks": "^2.0.0"
19628 "version": "6.0.0",
19629 "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
19630 "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
19633 "@istanbuljs/schema": "^0.1.2",
19635 "minimatch": "^3.0.4"
19639 "version": "0.2.0",
19643 "version": "6.0.1",
19644 "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
19645 "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==",
19649 "version": "0.1.7",
19652 "es5-ext": "~0.10.46",
19657 "version": "0.2.9",
19660 "globalyzer": "0.1.0",
19661 "globrex": "^0.1.2"
19665 "version": "3.2.2",
19669 "version": "1.0.5",
19670 "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
19671 "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
19674 "to-fast-properties": {
19675 "version": "2.0.0",
19678 "to-regex-range": {
19679 "version": "5.0.1",
19682 "is-number": "^7.0.0"
19686 "version": "1.0.0",
19690 "version": "4.0.0",
19691 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
19692 "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
19696 "punycode": "^2.1.1",
19697 "universalify": "^0.1.2"
19701 "version": "3.0.0",
19702 "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
19703 "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
19706 "punycode": "^2.1.1"
19710 "version": "0.3.9",
19711 "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz",
19712 "integrity": "sha1-cXuPIgzAu3tE5AUUwisui7xw2Lk=",
19716 "version": "0.10.3",
19717 "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.10.3.tgz",
19718 "integrity": "sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==",
19725 "version": "28.0.0-next.3",
19728 "bs-logger": "0.x",
19729 "fast-json-stable-stringify": "2.x",
19730 "jest-util": "^28.0.0",
19732 "lodash.memoize": "4.x",
19733 "make-error": "1.x",
19735 "yargs-parser": "^20.x"
19739 "version": "7.3.7",
19742 "lru-cache": "^6.0.0"
19748 "version": "2.4.0",
19749 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
19750 "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
19754 "version": "3.21.0",
19761 "version": "1.14.1",
19767 "version": "1.2.0",
19771 "version": "0.4.0",
19774 "prelude-ls": "^1.2.1"
19778 "version": "4.0.8",
19779 "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
19780 "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
19784 "version": "0.21.3",
19785 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
19786 "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
19790 "version": "1.6.18",
19793 "media-typer": "0.3.0",
19794 "mime-types": "~2.1.24"
19798 "version": "0.0.6",
19802 "version": "0.22.15",
19807 "marked": "^4.0.12",
19808 "minimatch": "^5.0.1",
19812 "brace-expansion": {
19813 "version": "2.0.1",
19816 "balanced-match": "^1.0.0"
19820 "version": "5.0.1",
19823 "brace-expansion": "^2.0.1"
19828 "typedoc-plugin-markdown": {
19829 "version": "3.12.1",
19832 "handlebars": "^4.7.7"
19836 "version": "4.6.4",
19840 "version": "3.15.4",
19845 "version": "1.12.1",
19846 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
19847 "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
19851 "version": "0.1.2",
19852 "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
19853 "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
19857 "version": "1.0.0",
19858 "resolved": "https://registry.npmjs.org/unixify/-/unixify-1.0.0.tgz",
19859 "integrity": "sha1-OmQcjC/7zk2mg6XHDwOkYpQMIJA=",
19862 "normalize-path": "^2.1.1"
19865 "normalize-path": {
19866 "version": "2.1.1",
19867 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
19868 "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
19871 "remove-trailing-separator": "^1.0.1"
19877 "version": "1.0.0",
19881 "version": "0.10.11",
19882 "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.11.tgz",
19883 "integrity": "sha512-+BrAq2oFqWod5IESRjL3S8baohbevGcVA+teAIOYWM3pDVdseogqbzhhvvmiyQrUNKFUnDMtELW3X8ykbyDCJw==",
19886 "big-integer": "^1.6.17",
19887 "binary": "~0.3.0",
19888 "bluebird": "~3.4.1",
19889 "buffer-indexof-polyfill": "~1.0.0",
19890 "duplexer2": "~0.1.4",
19891 "fstream": "^1.0.12",
19892 "graceful-fs": "^4.2.2",
19893 "listenercount": "~1.0.1",
19894 "readable-stream": "~2.3.6",
19895 "setimmediate": "~1.0.4"
19899 "version": "3.4.7",
19900 "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz",
19901 "integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==",
19904 "readable-stream": {
19905 "version": "2.3.7",
19906 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
19907 "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
19910 "core-util-is": "~1.0.0",
19911 "inherits": "~2.0.3",
19912 "isarray": "~1.0.0",
19913 "process-nextick-args": "~2.0.0",
19914 "safe-buffer": "~5.1.1",
19915 "string_decoder": "~1.1.1",
19916 "util-deprecate": "~1.0.1"
19919 "string_decoder": {
19920 "version": "1.1.1",
19921 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
19922 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
19925 "safe-buffer": "~5.1.0"
19931 "version": "4.4.1",
19934 "punycode": "^2.1.0"
19938 "version": "4.0.1",
19939 "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz",
19940 "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==",
19943 "util-deprecate": {
19944 "version": "1.0.2",
19948 "version": "1.0.1",
19951 "v8-compile-cache": {
19952 "version": "2.3.0",
19955 "v8-to-istanbul": {
19956 "version": "9.0.0",
19957 "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz",
19958 "integrity": "sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==",
19961 "@jridgewell/trace-mapping": "^0.3.7",
19962 "@types/istanbul-lib-coverage": "^2.0.1",
19963 "convert-source-map": "^1.6.0"
19967 "version": "1.1.2",
19971 "version": "2.9.9",
19972 "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.9.tgz",
19973 "integrity": "sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==",
19976 "esbuild": "^0.14.27",
19977 "fsevents": "~2.3.2",
19978 "postcss": "^8.4.13",
19979 "resolve": "^1.22.0",
19980 "rollup": "^2.59.0"
19983 "vscode-oniguruma": {
19984 "version": "1.6.2",
19987 "vscode-textmate": {
19988 "version": "5.2.0",
19992 "version": "1.0.2",
19993 "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
19994 "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
19997 "browser-process-hrtime": "^1.0.0"
20000 "w3c-xmlserializer": {
20001 "version": "3.0.0",
20002 "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz",
20003 "integrity": "sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==",
20006 "xml-name-validator": "^4.0.0"
20010 "version": "1.0.8",
20011 "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
20012 "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
20015 "makeerror": "1.0.12"
20018 "webidl-conversions": {
20019 "version": "7.0.0",
20020 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
20021 "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
20024 "whatwg-encoding": {
20025 "version": "2.0.0",
20026 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz",
20027 "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==",
20030 "iconv-lite": "0.6.3"
20034 "version": "0.6.3",
20035 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
20036 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
20039 "safer-buffer": ">= 2.1.2 < 3.0.0"
20044 "whatwg-mimetype": {
20045 "version": "3.0.0",
20046 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
20047 "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
20051 "version": "10.0.0",
20052 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-10.0.0.tgz",
20053 "integrity": "sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==",
20057 "webidl-conversions": "^7.0.0"
20061 "version": "2.0.2",
20068 "version": "1.2.3",
20072 "version": "1.0.0",
20076 "version": "0.8.0-next.13",
20079 "mrmime": "^1.0.0",
20080 "regexparam": "^2.0.0"
20084 "version": "7.0.0",
20085 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
20086 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
20089 "ansi-styles": "^4.0.0",
20090 "string-width": "^4.1.0",
20091 "strip-ansi": "^6.0.0"
20095 "version": "4.3.0",
20096 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
20097 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
20100 "color-convert": "^2.0.1"
20104 "version": "2.0.1",
20105 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
20106 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
20109 "color-name": "~1.1.4"
20113 "version": "1.1.4",
20114 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
20115 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
20121 "version": "1.0.2",
20124 "write-file-atomic": {
20125 "version": "4.0.1",
20126 "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.1.tgz",
20127 "integrity": "sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ==",
20130 "imurmurhash": "^0.1.4",
20131 "signal-exit": "^3.0.7"
20135 "version": "8.6.0",
20136 "resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
20137 "integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==",
20141 "xml-name-validator": {
20142 "version": "4.0.0",
20143 "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
20144 "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
20148 "version": "2.2.0",
20149 "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
20150 "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
20154 "version": "4.0.2",
20158 "version": "5.0.8",
20159 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
20160 "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
20164 "version": "4.0.0",
20165 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
20166 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
20170 "version": "1.10.2",
20174 "version": "17.5.1",
20175 "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
20176 "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
20180 "escalade": "^3.1.1",
20181 "get-caller-file": "^2.0.5",
20182 "require-directory": "^2.1.1",
20183 "string-width": "^4.2.3",
20185 "yargs-parser": "^21.0.0"
20189 "version": "21.0.1",
20190 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz",
20191 "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==",
20197 "version": "18.1.3",
20200 "camelcase": "^5.0.0",
20201 "decamelize": "^1.2.0"
20205 "version": "2.10.0",
20208 "buffer-crc32": "~0.2.3",
20209 "fd-slicer": "~1.1.0"
20213 "version": "2.5.1",
20216 "buffer-crc32": "~0.2.3"
20219 "zen-observable": {
20220 "version": "0.8.15",
20221 "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz",
20222 "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==",
20225 "zen-observable-ts": {
20226 "version": "1.2.5",
20227 "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz",
20228 "integrity": "sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==",
20231 "zen-observable": "0.8.15"