diff --git a/2024/ellehacks2024/package-lock.json b/2024/ellehacks2024/package-lock.json index b8dc7ecc7..5dc5dbc37 100644 --- a/2024/ellehacks2024/package-lock.json +++ b/2024/ellehacks2024/package-lock.json @@ -19,6 +19,12 @@ "react": "^18.2.0", "react-bootstrap": "^2.9.1", "react-dom": "^18.2.0", +<<<<<<< Updated upstream +======= + + "react-router-dom": "^6.21.3", + +>>>>>>> Stashed changes "react-scripts": "5.0.1", "styled-components": "^6.1.1", "web-vitals": "^2.1.4" @@ -90,6 +96,7 @@ "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.22.13", +<<<<<<< Updated upstream "@babel/generator": "^7.23.3", "@babel/helper-compilation-targets": "^7.22.15", "@babel/helper-module-transforms": "^7.23.3", @@ -102,63 +109,24692 @@ "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", "json5": "^2.2.3", - "semver": "^6.3.1" +======= + + "@babel/parser": "^7.22.15", + + "@babel/types": "^7.22.15" + + }, + + "engines": { + + "node": ">=6.9.0" + + } + + }, + + "node_modules/@babel/traverse": { + + "version": "7.23.7", + + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.7.tgz", + + "integrity": "sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==", + + "dependencies": { + + "@babel/code-frame": "^7.23.5", + + "@babel/generator": "^7.23.6", + + "@babel/helper-environment-visitor": "^7.22.20", + + "@babel/helper-function-name": "^7.23.0", + + "@babel/helper-hoist-variables": "^7.22.5", + + "@babel/helper-split-export-declaration": "^7.22.6", + + "@babel/parser": "^7.23.6", + + "@babel/types": "^7.23.6", + + "debug": "^4.3.1", + + "globals": "^11.1.0" + + }, + + "engines": { + + "node": ">=6.9.0" + + } + + }, + + "node_modules/@babel/types": { + + "version": "7.23.6", + + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", + + "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", + + "dependencies": { + + "@babel/helper-string-parser": "^7.23.4", + + "@babel/helper-validator-identifier": "^7.22.20", + + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + + } + + }, + + "node_modules/@bcoe/v8-coverage": { + + "version": "0.2.3", + + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" + + }, + + "node_modules/@contentlayer/cli": { + + "version": "0.3.4", + + "resolved": "https://registry.npmjs.org/@contentlayer/cli/-/cli-0.3.4.tgz", + + "integrity": "sha512-vNDwgLuhYNu+m70NZ3XK9kexKNguuxPXg7Yvzj3B34cEilQjjzSrcTY/i+AIQm9V7uT5GGshx9ukzPf+SmoszQ==", + + "dependencies": { + + "@contentlayer/core": "0.3.4", + + "@contentlayer/utils": "0.3.4", + + "clipanion": "^3.2.1", + + "typanion": "^3.12.1" + + } + + }, + + "node_modules/@contentlayer/client": { + + "version": "0.3.4", + + "resolved": "https://registry.npmjs.org/@contentlayer/client/-/client-0.3.4.tgz", + + "integrity": "sha512-QSlLyc3y4PtdC5lFw0L4wTZUH8BQnv2nk37hNCsPAqGf+dRO7TLAzdc+2/mVIRgK+vSH+pSOzjLsQpFxxXRTZA==", + + "dependencies": { + + "@contentlayer/core": "0.3.4" + + } + + }, + + "node_modules/@contentlayer/core": { + + "version": "0.3.4", + + "resolved": "https://registry.npmjs.org/@contentlayer/core/-/core-0.3.4.tgz", + + "integrity": "sha512-o68oBLwfYZ+2vtgfk1lgHxOl3LoxvRNiUfeQ8IWFWy/L4wnIkKIqLZX01zlRE5IzYM+ZMMN5V0cKQlO7DsyR9g==", + + "dependencies": { + + "@contentlayer/utils": "0.3.4", + + "camel-case": "^4.1.2", + + "comment-json": "^4.2.3", + + "esbuild": "0.17.x || 0.18.x", + + "gray-matter": "^4.0.3", + + "mdx-bundler": "^9.2.1", + + "rehype-stringify": "^9.0.3", + + "remark-frontmatter": "^4.0.1", + + "remark-parse": "^10.0.2", + + "remark-rehype": "^10.1.0", + + "source-map-support": "^0.5.21", + + "type-fest": "^3.12.0", + + "unified": "^10.1.2" + + }, + + "peerDependencies": { + + "esbuild": "0.17.x || 0.18.x", + + "markdown-wasm": "1.x" + + }, + + "peerDependenciesMeta": { + + "esbuild": { + + "optional": true + + }, + + "markdown-wasm": { + + "optional": true + + } + + } + + }, + + "node_modules/@contentlayer/source-files": { + + "version": "0.3.4", + + "resolved": "https://registry.npmjs.org/@contentlayer/source-files/-/source-files-0.3.4.tgz", + + "integrity": "sha512-4njyn0OFPu7WY4tAjMxiJgWOKeiHuBOGdQ36EYE03iij/pPPRbiWbL+cmLccYXUFEW58mDwpqROZZm6pnxjRDQ==", + + "dependencies": { + + "@contentlayer/core": "0.3.4", + + "@contentlayer/utils": "0.3.4", + + "chokidar": "^3.5.3", + + "fast-glob": "^3.2.12", + + "gray-matter": "^4.0.3", + + "imagescript": "^1.2.16", + + "micromatch": "^4.0.5", + + "ts-pattern": "^4.3.0", + + "unified": "^10.1.2", + + "yaml": "^2.3.1", + + "zod": "^3.21.4" + + } + + }, + + "node_modules/@contentlayer/source-files/node_modules/yaml": { + + "version": "2.3.4", + + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", + + "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", + + "engines": { + + "node": ">= 14" + + } + + }, + + "node_modules/@contentlayer/source-remote-files": { + + "version": "0.3.4", + + "resolved": "https://registry.npmjs.org/@contentlayer/source-remote-files/-/source-remote-files-0.3.4.tgz", + + "integrity": "sha512-cyiv4sNUySZvR0uAKlM+kSAELzNd2h2QT1R2e41dRKbwOUVxeLfmGiLugr0aVac6Q3xYcD99dbHyR1xWPV+w9w==", + + "dependencies": { + + "@contentlayer/core": "0.3.4", + + "@contentlayer/source-files": "0.3.4", + + "@contentlayer/utils": "0.3.4" + + } + + }, + + "node_modules/@contentlayer/utils": { + + "version": "0.3.4", + + "resolved": "https://registry.npmjs.org/@contentlayer/utils/-/utils-0.3.4.tgz", + + "integrity": "sha512-ZWWOhbUWYQ2QHoLIlcUnEo7X4ZbwcyFPuzVQWWMkK43BxCveyQtZwBIzfyx54sqVzi0GUmKP8bHzsLQT0QxaLQ==", + + "dependencies": { + + "@effect-ts/core": "^0.60.5", + + "@effect-ts/otel": "^0.15.1", + + "@effect-ts/otel-exporter-trace-otlp-grpc": "^0.15.1", + + "@effect-ts/otel-sdk-trace-node": "^0.15.1", + + "@js-temporal/polyfill": "^0.4.4", + + "@opentelemetry/api": "^1.4.1", + + "@opentelemetry/core": "^1.13.0", + + "@opentelemetry/exporter-trace-otlp-grpc": "^0.39.1", + + "@opentelemetry/resources": "^1.13.0", + + "@opentelemetry/sdk-trace-base": "^1.13.0", + + "@opentelemetry/sdk-trace-node": "^1.13.0", + + "@opentelemetry/semantic-conventions": "^1.13.0", + + "chokidar": "^3.5.3", + + "hash-wasm": "^4.9.0", + + "inflection": "^2.0.1", + + "memfs": "^3.5.1", + + "oo-ascii-tree": "^1.84.0", + + "ts-pattern": "^4.3.0", + + "type-fest": "^3.12.0" + + }, + + "peerDependenciesMeta": { + + "@effect-ts/core": { + + "optional": true + + }, + + "@effect-ts/otel": { + + "optional": true + + }, + + "@effect-ts/otel-node": { + + "optional": true + + } + + } + + }, + + "node_modules/@csstools/normalize.css": { + + "version": "12.1.1", + + "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz", + + "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==" + + }, + + "node_modules/@csstools/postcss-cascade-layers": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz", + + "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==", + + "dependencies": { + + "@csstools/selector-specificity": "^2.0.2", + + "postcss-selector-parser": "^6.0.10" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", - "url": "https://opencollective.com/babel" + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + } + }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" + + "node_modules/@csstools/postcss-color-function": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", + + "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", + + "dependencies": { + + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + } + }, - "node_modules/@babel/eslint-parser": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz", - "integrity": "sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==", + + "node_modules/@csstools/postcss-font-format-keywords": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", + + "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", + "dependencies": { - "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", - "eslint-visitor-keys": "^2.1.0", - "semver": "^6.3.1" + + "postcss-value-parser": "^4.2.0" + }, + "engines": { - "node": "^10.13.0 || ^12.13.0 || >=14.0.0" + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { - "@babel/core": "^7.11.0", - "eslint": "^7.5.0 || ^8.0.0" + + "postcss": "^8.2" + } + }, - "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + + "node_modules/@csstools/postcss-hwb-function": { + + "version": "1.0.2", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", + + "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + "engines": { - "node": ">=10" + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + } + }, - "node_modules/@babel/eslint-parser/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" + + "node_modules/@csstools/postcss-ic-unit": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", + + "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", + + "dependencies": { + + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + } + }, - "node_modules/@babel/generator": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.4.tgz", - "integrity": "sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==", + + "node_modules/@csstools/postcss-is-pseudo-class": { + + "version": "2.0.7", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", + + "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", + "dependencies": { - "@babel/types": "^7.23.4", + + "@csstools/selector-specificity": "^2.0.0", + + "postcss-selector-parser": "^6.0.10" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/@csstools/postcss-nested-calc": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", + + "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/@csstools/postcss-normalize-display-values": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", + + "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/@csstools/postcss-oklab-function": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", + + "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", + + "dependencies": { + + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/@csstools/postcss-progressive-custom-properties": { + + "version": "1.3.0", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", + + "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "peerDependencies": { + + "postcss": "^8.3" + + } + + }, + + "node_modules/@csstools/postcss-stepped-value-functions": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", + + "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/@csstools/postcss-text-decoration-shorthand": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", + + "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/@csstools/postcss-trigonometric-functions": { + + "version": "1.0.2", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", + + "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/@csstools/postcss-unset-value": { + + "version": "1.0.2", + + "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", + + "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/@csstools/selector-specificity": { + + "version": "2.2.0", + + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz", + + "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==", + + "engines": { + + "node": "^14 || ^16 || >=18" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss-selector-parser": "^6.0.10" + + } + + }, + + "node_modules/@effect-ts/core": { + + "version": "0.60.5", + + "resolved": "https://registry.npmjs.org/@effect-ts/core/-/core-0.60.5.tgz", + + "integrity": "sha512-qi1WrtJA90XLMnj2hnUszW9Sx4dXP03ZJtCc5DiUBIOhF4Vw7plfb65/bdBySPoC9s7zy995TdUX1XBSxUkl5w==", + + "dependencies": { + + "@effect-ts/system": "^0.57.5" + + } + + }, + + "node_modules/@effect-ts/otel": { + + "version": "0.15.1", + + "resolved": "https://registry.npmjs.org/@effect-ts/otel/-/otel-0.15.1.tgz", + + "integrity": "sha512-AmZJHl7t0+Peh7Yb2+hqn6r9+rd9/UfeA4AMV9h0YGTdOyouyFfD3wzWlxnAUzAQ4Lrod4kC7Noruret4EpqpA==", + + "peerDependencies": { + + "@effect-ts/core": "^0.60.2", + + "@opentelemetry/api": "^1.4.0", + + "@opentelemetry/core": "^1.13.0", + + "@opentelemetry/sdk-trace-base": "^1.13.0" + + } + + }, + + "node_modules/@effect-ts/otel-exporter-trace-otlp-grpc": { + + "version": "0.15.1", + + "resolved": "https://registry.npmjs.org/@effect-ts/otel-exporter-trace-otlp-grpc/-/otel-exporter-trace-otlp-grpc-0.15.1.tgz", + + "integrity": "sha512-47gAg0O2pW5Jlo86jfzjdkwL5a7Bzb+Kj5WTmdu4CxYRfWn9ytKjuuYIfsNDW8neuhdKzn+P5wCddgEh0glYyQ==", + + "dependencies": { + + "@effect-ts/otel": "^0.15.1" + + }, + + "peerDependencies": { + + "@effect-ts/core": "^0.60.2", + + "@opentelemetry/api": "^1.4.0", + + "@opentelemetry/core": "^1.13.0", + + "@opentelemetry/exporter-trace-otlp-grpc": "^0.39.0", + + "@opentelemetry/sdk-trace-base": "^1.13.0" + + } + + }, + + "node_modules/@effect-ts/otel-sdk-trace-node": { + + "version": "0.15.1", + + "resolved": "https://registry.npmjs.org/@effect-ts/otel-sdk-trace-node/-/otel-sdk-trace-node-0.15.1.tgz", + + "integrity": "sha512-a2sF0ylmn8xOJs8fNeT/spJ1gUcsksAJCALxo9WOfuTCMtTwMVtVhCKEPEeQoL7wFqU+JgPkVdP91+FJ/Rkeow==", + + "dependencies": { + + "@effect-ts/otel": "^0.15.1" + + }, + + "peerDependencies": { + + "@effect-ts/core": "^0.60.2", + + "@opentelemetry/api": "^1.4.0", + + "@opentelemetry/core": "^1.13.0", + + "@opentelemetry/sdk-trace-base": "^1.13.0", + + "@opentelemetry/sdk-trace-node": "^1.13.0" + + } + + }, + + "node_modules/@effect-ts/system": { + + "version": "0.57.5", + + "resolved": "https://registry.npmjs.org/@effect-ts/system/-/system-0.57.5.tgz", + + "integrity": "sha512-/crHGujo0xnuHIYNc1VgP0HGJGFSoSqq88JFXe6FmFyXPpWt8Xu39LyLg7rchsxfXFeEdA9CrIZvLV5eswXV5g==" + + }, + + "node_modules/@emotion/babel-plugin": { + + "version": "11.11.0", + + "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz", + + "integrity": "sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==", + + "dependencies": { + + "@babel/helper-module-imports": "^7.16.7", + + "@babel/runtime": "^7.18.3", + + "@emotion/hash": "^0.9.1", + + "@emotion/memoize": "^0.8.1", + + "@emotion/serialize": "^1.1.2", + + "babel-plugin-macros": "^3.1.0", + + "convert-source-map": "^1.5.0", + + "escape-string-regexp": "^4.0.0", + + "find-root": "^1.1.0", + + "source-map": "^0.5.7", + + "stylis": "4.2.0" + + } + + }, + + "node_modules/@emotion/cache": { + + "version": "11.11.0", + + "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.11.0.tgz", + + "integrity": "sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==", + + "dependencies": { + + "@emotion/memoize": "^0.8.1", + + "@emotion/sheet": "^1.2.2", + + "@emotion/utils": "^1.2.1", + + "@emotion/weak-memoize": "^0.3.1", + + "stylis": "4.2.0" + + } + + }, + + "node_modules/@emotion/hash": { + + "version": "0.9.1", + + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz", + + "integrity": "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==" + + }, + + "node_modules/@emotion/is-prop-valid": { + + "version": "1.2.1", + + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz", + + "integrity": "sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==", + + "dependencies": { + + "@emotion/memoize": "^0.8.1" + + } + + }, + + "node_modules/@emotion/memoize": { + + "version": "0.8.1", + + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", + + "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" + + }, + + "node_modules/@emotion/react": { + + "version": "11.11.3", + + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz", + + "integrity": "sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==", + + "dependencies": { + + "@babel/runtime": "^7.18.3", + + "@emotion/babel-plugin": "^11.11.0", + + "@emotion/cache": "^11.11.0", + + "@emotion/serialize": "^1.1.3", + + "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", + + "@emotion/utils": "^1.2.1", + + "@emotion/weak-memoize": "^0.3.1", + + "hoist-non-react-statics": "^3.3.1" + + }, + + "peerDependencies": { + + "react": ">=16.8.0" + + }, + + "peerDependenciesMeta": { + + "@types/react": { + + "optional": true + + } + + } + + }, + + "node_modules/@emotion/serialize": { + + "version": "1.1.3", + + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz", + + "integrity": "sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==", + + "dependencies": { + + "@emotion/hash": "^0.9.1", + + "@emotion/memoize": "^0.8.1", + + "@emotion/unitless": "^0.8.1", + + "@emotion/utils": "^1.2.1", + + "csstype": "^3.0.2" + + } + + }, + + "node_modules/@emotion/sheet": { + + "version": "1.2.2", + + "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz", + + "integrity": "sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==" + + }, + + "node_modules/@emotion/styled": { + + "version": "11.11.0", + + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.11.0.tgz", + + "integrity": "sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==", + + "dependencies": { + + "@babel/runtime": "^7.18.3", + + "@emotion/babel-plugin": "^11.11.0", + + "@emotion/is-prop-valid": "^1.2.1", + + "@emotion/serialize": "^1.1.2", + + "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", + + "@emotion/utils": "^1.2.1" + + }, + + "peerDependencies": { + + "@emotion/react": "^11.0.0-rc.0", + + "react": ">=16.8.0" + + }, + + "peerDependenciesMeta": { + + "@types/react": { + + "optional": true + + } + + } + + }, + + "node_modules/@emotion/unitless": { + + "version": "0.8.1", + + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", + + "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==" + + }, + + "node_modules/@emotion/use-insertion-effect-with-fallbacks": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz", + + "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==", + + "peerDependencies": { + + "react": ">=16.8.0" + + } + + }, + + "node_modules/@emotion/utils": { + + "version": "1.2.1", + + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz", + + "integrity": "sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==" + + }, + + "node_modules/@emotion/weak-memoize": { + + "version": "0.3.1", + + "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz", + + "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==" + + }, + + "node_modules/@esbuild-plugins/node-resolve": { + + "version": "0.1.4", + + "resolved": "https://registry.npmjs.org/@esbuild-plugins/node-resolve/-/node-resolve-0.1.4.tgz", + + "integrity": "sha512-haFQ0qhxEpqtWWY0kx1Y5oE3sMyO1PcoSiWEPrAw6tm/ZOOLXjSs6Q+v1v9eyuVF0nNt50YEvrcrvENmyoMv5g==", + + "dependencies": { + + "@types/resolve": "^1.17.1", + + "debug": "^4.3.1", + + "escape-string-regexp": "^4.0.0", + + "resolve": "^1.19.0" + + }, + + "peerDependencies": { + + "esbuild": "*" + + } + + }, + + "node_modules/@esbuild/android-arm": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", + + "cpu": [ + + "arm" + + ], + + "optional": true, + + "os": [ + + "android" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/android-arm64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", + + "cpu": [ + + "arm64" + + ], + + "optional": true, + + "os": [ + + "android" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/android-x64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "android" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/darwin-arm64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", + + "cpu": [ + + "arm64" + + ], + + "optional": true, + + "os": [ + + "darwin" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/darwin-x64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "darwin" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/freebsd-arm64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", + + "cpu": [ + + "arm64" + + ], + + "optional": true, + + "os": [ + + "freebsd" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/freebsd-x64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "freebsd" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/linux-arm": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", + + "cpu": [ + + "arm" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/linux-arm64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", + + "cpu": [ + + "arm64" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/linux-ia32": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", + + "cpu": [ + + "ia32" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/linux-loong64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", + + "cpu": [ + + "loong64" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/linux-mips64el": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", + + "cpu": [ + + "mips64el" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/linux-ppc64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", + + "cpu": [ + + "ppc64" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/linux-riscv64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", + + "cpu": [ + + "riscv64" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/linux-s390x": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", + + "cpu": [ + + "s390x" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/linux-x64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/netbsd-x64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "netbsd" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/openbsd-x64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "openbsd" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/sunos-x64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "sunos" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/win32-arm64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", + + "cpu": [ + + "arm64" + + ], + + "optional": true, + + "os": [ + + "win32" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/win32-ia32": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", + + "cpu": [ + + "ia32" + + ], + + "optional": true, + + "os": [ + + "win32" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@esbuild/win32-x64": { + + "version": "0.18.20", + + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "win32" + + ], + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@eslint-community/eslint-utils": { + + "version": "4.4.0", + + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + + "dependencies": { + + "eslint-visitor-keys": "^3.3.0" + + }, + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + }, + + "peerDependencies": { + + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + + } + + }, + + "node_modules/@eslint-community/regexpp": { + + "version": "4.10.0", + + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", + + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + + "engines": { + + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + + } + + }, + + "node_modules/@eslint/eslintrc": { + + "version": "2.1.4", + + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + + "dependencies": { + + "ajv": "^6.12.4", + + "debug": "^4.3.2", + + "espree": "^9.6.0", + + "globals": "^13.19.0", + + "ignore": "^5.2.0", + + "import-fresh": "^3.2.1", + + "js-yaml": "^4.1.0", + + "minimatch": "^3.1.2", + + "strip-json-comments": "^3.1.1" + + }, + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + }, + + "funding": { + + "url": "https://opencollective.com/eslint" + + } + + }, + + "node_modules/@eslint/eslintrc/node_modules/argparse": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + + }, + + "node_modules/@eslint/eslintrc/node_modules/globals": { + + "version": "13.24.0", + + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + + "dependencies": { + + "type-fest": "^0.20.2" + + }, + + "engines": { + + "node": ">=8" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/@eslint/eslintrc/node_modules/js-yaml": { + + "version": "4.1.0", + + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + + "dependencies": { + + "argparse": "^2.0.1" + + }, + + "bin": { + + "js-yaml": "bin/js-yaml.js" + + } + + }, + + "node_modules/@eslint/eslintrc/node_modules/type-fest": { + + "version": "0.20.2", + + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/@eslint/js": { + + "version": "8.56.0", + + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz", + + "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==", + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + } + + }, + + "node_modules/@fal-works/esbuild-plugin-global-externals": { + + "version": "2.1.2", + + "resolved": "https://registry.npmjs.org/@fal-works/esbuild-plugin-global-externals/-/esbuild-plugin-global-externals-2.1.2.tgz", + + "integrity": "sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==" + + }, + + "node_modules/@floating-ui/core": { + + "version": "1.5.3", + + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.3.tgz", + + "integrity": "sha512-O0WKDOo0yhJuugCx6trZQj5jVJ9yR0ystG2JaNAemYUWce+pmM6WUEFIibnWyEJKdrDxhm75NoSRME35FNaM/Q==", + + "dependencies": { + + "@floating-ui/utils": "^0.2.0" + + } + + }, + + "node_modules/@floating-ui/dom": { + + "version": "1.5.4", + + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.4.tgz", + + "integrity": "sha512-jByEsHIY+eEdCjnTVu+E3ephzTOzkQ8hgUfGwos+bg7NlH33Zc5uO+QHz1mrQUOgIKKDD1RtS201P9NvAfq3XQ==", + + "dependencies": { + + "@floating-ui/core": "^1.5.3", + + "@floating-ui/utils": "^0.2.0" + + } + + }, + + "node_modules/@floating-ui/react": { + + "version": "0.26.5", + + "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.26.5.tgz", + + "integrity": "sha512-LJeSQa+yOwV0Tdpc/C3Vr92QMrwRqRMTk4yOwsRJKc57x3Lcw317GE0EV+ECM7+Z89yEAPBe7nzbDEWfkWCrBA==", + + "dependencies": { + + "@floating-ui/react-dom": "^2.0.5", + + "@floating-ui/utils": "^0.2.0", + + "tabbable": "^6.0.1" + + }, + + "peerDependencies": { + + "react": ">=16.8.0", + + "react-dom": ">=16.8.0" + + } + + }, + + "node_modules/@floating-ui/react-dom": { + + "version": "2.0.5", + + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.5.tgz", + + "integrity": "sha512-UsBK30Bg+s6+nsgblXtZmwHhgS2vmbuQK22qgt2pTQM6M3X6H1+cQcLXqgRY3ihVLcZJE6IvqDQozhsnIVqK/Q==", + + "dependencies": { + + "@floating-ui/dom": "^1.5.4" + + }, + + "peerDependencies": { + + "react": ">=16.8.0", + + "react-dom": ">=16.8.0" + + } + + }, + + "node_modules/@floating-ui/utils": { + + "version": "0.2.1", + + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz", + + "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" + + }, + + "node_modules/@grpc/grpc-js": { + + "version": "1.9.13", + + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.13.tgz", + + "integrity": "sha512-OEZZu9v9AA+7/tghMDE8o5DAMD5THVnwSqDWuh7PPYO5287rTyqy0xEHT6/e4pbqSrhyLPdQFsam4TwFQVVIIw==", + + "dependencies": { + + "@grpc/proto-loader": "^0.7.8", + + "@types/node": ">=12.12.47" + + }, + + "engines": { + + "node": "^8.13.0 || >=10.10.0" + + } + + }, + + "node_modules/@grpc/proto-loader": { + + "version": "0.7.10", + + "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.10.tgz", + + "integrity": "sha512-CAqDfoaQ8ykFd9zqBDn4k6iWT9loLAlc2ETmDFS9JCD70gDcnA4L3AFEo2iV7KyAtAAHFW9ftq1Fz+Vsgq80RQ==", + + "dependencies": { + + "lodash.camelcase": "^4.3.0", + + "long": "^5.0.0", + + "protobufjs": "^7.2.4", + + "yargs": "^17.7.2" + + }, + + "bin": { + + "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js" + + }, + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/@humanwhocodes/config-array": { + + "version": "0.11.13", + + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", + + "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", + + "dependencies": { + + "@humanwhocodes/object-schema": "^2.0.1", + + "debug": "^4.1.1", + + "minimatch": "^3.0.5" + + }, + + "engines": { + + "node": ">=10.10.0" + + } + + }, + + "node_modules/@humanwhocodes/module-importer": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + + "engines": { + + "node": ">=12.22" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/nzakas" + + } + + }, + + "node_modules/@humanwhocodes/object-schema": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", + + "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==" + + }, + + "node_modules/@isaacs/cliui": { + + "version": "8.0.2", + + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + + "dependencies": { + + "string-width": "^5.1.2", + + "string-width-cjs": "npm:string-width@^4.2.0", + + "strip-ansi": "^7.0.1", + + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + + "wrap-ansi": "^8.1.0", + + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + + }, + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + + "version": "6.0.1", + + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + + "engines": { + + "node": ">=12" + + }, + + "funding": { + + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + + } + + }, + + "node_modules/@isaacs/cliui/node_modules/ansi-styles": { + + "version": "6.2.1", + + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + + "engines": { + + "node": ">=12" + + }, + + "funding": { + + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + + } + + }, + + "node_modules/@isaacs/cliui/node_modules/string-width": { + + "version": "5.1.2", + + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + + "dependencies": { + + "eastasianwidth": "^0.2.0", + + "emoji-regex": "^9.2.2", + + "strip-ansi": "^7.0.1" + + }, + + "engines": { + + "node": ">=12" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + + "version": "7.1.0", + + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + + "dependencies": { + + "ansi-regex": "^6.0.1" + + }, + + "engines": { + + "node": ">=12" + + }, + + "funding": { + + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + + } + + }, + + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + + "version": "8.1.0", + + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + + "dependencies": { + + "ansi-styles": "^6.1.0", + + "string-width": "^5.0.1", + + "strip-ansi": "^7.0.1" + + }, + + "engines": { + + "node": ">=12" + + }, + + "funding": { + + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + + } + + }, + + "node_modules/@istanbuljs/load-nyc-config": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + + "dependencies": { + + "camelcase": "^5.3.1", + + "find-up": "^4.1.0", + + "get-package-type": "^0.1.0", + + "js-yaml": "^3.13.1", + + "resolve-from": "^5.0.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { + + "version": "5.3.1", + + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { + + "version": "4.1.0", + + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + + "dependencies": { + + "locate-path": "^5.0.0", + + "path-exists": "^4.0.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { + + "version": "5.0.0", + + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + + "dependencies": { + + "p-locate": "^4.1.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { + + "version": "2.3.0", + + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + + "dependencies": { + + "p-try": "^2.0.0" + + }, + + "engines": { + + "node": ">=6" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { + + "version": "4.1.0", + + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + + "dependencies": { + + "p-limit": "^2.2.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { + + "version": "5.0.0", + + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/@istanbuljs/schema": { + + "version": "0.1.3", + + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/@jest/console": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + + "dependencies": { + + "@jest/types": "^27.5.1", + + "@types/node": "*", + + "chalk": "^4.0.0", + + "jest-message-util": "^27.5.1", + + "jest-util": "^27.5.1", + + "slash": "^3.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/console/node_modules/@jest/types": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + + "dependencies": { + + "@types/istanbul-lib-coverage": "^2.0.0", + + "@types/istanbul-reports": "^3.0.0", + + "@types/node": "*", + + "@types/yargs": "^16.0.0", + + "chalk": "^4.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/console/node_modules/@types/yargs": { + + "version": "16.0.9", + + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", + + "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", + + "dependencies": { + + "@types/yargs-parser": "*" + + } + + }, + + "node_modules/@jest/console/node_modules/jest-message-util": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + + "dependencies": { + + "@babel/code-frame": "^7.12.13", + + "@jest/types": "^27.5.1", + + "@types/stack-utils": "^2.0.0", + + "chalk": "^4.0.0", + + "graceful-fs": "^4.2.9", + + "micromatch": "^4.0.4", + + "pretty-format": "^27.5.1", + + "slash": "^3.0.0", + + "stack-utils": "^2.0.3" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/console/node_modules/jest-util": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + + "dependencies": { + + "@jest/types": "^27.5.1", + + "@types/node": "*", + + "chalk": "^4.0.0", + + "ci-info": "^3.2.0", + + "graceful-fs": "^4.2.9", + + "picomatch": "^2.2.3" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/core": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", + + "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", + + "dependencies": { + + "@jest/console": "^27.5.1", + + "@jest/reporters": "^27.5.1", + + "@jest/test-result": "^27.5.1", + + "@jest/transform": "^27.5.1", + + "@jest/types": "^27.5.1", + + "@types/node": "*", + + "ansi-escapes": "^4.2.1", + + "chalk": "^4.0.0", + + "emittery": "^0.8.1", + + "exit": "^0.1.2", + + "graceful-fs": "^4.2.9", + + "jest-changed-files": "^27.5.1", + + "jest-config": "^27.5.1", + + "jest-haste-map": "^27.5.1", + + "jest-message-util": "^27.5.1", + + "jest-regex-util": "^27.5.1", + + "jest-resolve": "^27.5.1", + + "jest-resolve-dependencies": "^27.5.1", + + "jest-runner": "^27.5.1", + + "jest-runtime": "^27.5.1", + + "jest-snapshot": "^27.5.1", + + "jest-util": "^27.5.1", + + "jest-validate": "^27.5.1", + + "jest-watcher": "^27.5.1", + + "micromatch": "^4.0.4", + + "rimraf": "^3.0.0", + + "slash": "^3.0.0", + + "strip-ansi": "^6.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + }, + + "peerDependencies": { + + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + + }, + + "peerDependenciesMeta": { + + "node-notifier": { + + "optional": true + + } + + } + + }, + + "node_modules/@jest/core/node_modules/@jest/types": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + + "dependencies": { + + "@types/istanbul-lib-coverage": "^2.0.0", + + "@types/istanbul-reports": "^3.0.0", + + "@types/node": "*", + + "@types/yargs": "^16.0.0", + + "chalk": "^4.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/core/node_modules/@types/yargs": { + + "version": "16.0.9", + + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", + + "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", + + "dependencies": { + + "@types/yargs-parser": "*" + + } + + }, + + "node_modules/@jest/core/node_modules/jest-message-util": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + + "dependencies": { + + "@babel/code-frame": "^7.12.13", + + "@jest/types": "^27.5.1", + + "@types/stack-utils": "^2.0.0", + + "chalk": "^4.0.0", + + "graceful-fs": "^4.2.9", + + "micromatch": "^4.0.4", + + "pretty-format": "^27.5.1", + + "slash": "^3.0.0", + + "stack-utils": "^2.0.3" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/core/node_modules/jest-util": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + + "dependencies": { + + "@jest/types": "^27.5.1", + + "@types/node": "*", + + "chalk": "^4.0.0", + + "ci-info": "^3.2.0", + + "graceful-fs": "^4.2.9", + + "picomatch": "^2.2.3" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/environment": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", + + "dependencies": { + + "@jest/fake-timers": "^27.5.1", + + "@jest/types": "^27.5.1", + + "@types/node": "*", + + "jest-mock": "^27.5.1" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/environment/node_modules/@jest/types": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + + "dependencies": { + + "@types/istanbul-lib-coverage": "^2.0.0", + + "@types/istanbul-reports": "^3.0.0", + + "@types/node": "*", + + "@types/yargs": "^16.0.0", + + "chalk": "^4.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/environment/node_modules/@types/yargs": { + + "version": "16.0.9", + + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", + + "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", + + "dependencies": { + + "@types/yargs-parser": "*" + + } + + }, + + "node_modules/@jest/expect-utils": { + + "version": "29.7.0", + + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", + + "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", + + "dependencies": { + + "jest-get-type": "^29.6.3" + + }, + + "engines": { + + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + + } + + }, + + "node_modules/@jest/fake-timers": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + + "dependencies": { + + "@jest/types": "^27.5.1", + + "@sinonjs/fake-timers": "^8.0.1", + + "@types/node": "*", + + "jest-message-util": "^27.5.1", + + "jest-mock": "^27.5.1", + + "jest-util": "^27.5.1" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/fake-timers/node_modules/@jest/types": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + + "dependencies": { + + "@types/istanbul-lib-coverage": "^2.0.0", + + "@types/istanbul-reports": "^3.0.0", + + "@types/node": "*", + + "@types/yargs": "^16.0.0", + + "chalk": "^4.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/fake-timers/node_modules/@types/yargs": { + + "version": "16.0.9", + + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", + + "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", + + "dependencies": { + + "@types/yargs-parser": "*" + + } + + }, + + "node_modules/@jest/fake-timers/node_modules/jest-message-util": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + + "dependencies": { + + "@babel/code-frame": "^7.12.13", + + "@jest/types": "^27.5.1", + + "@types/stack-utils": "^2.0.0", + + "chalk": "^4.0.0", + + "graceful-fs": "^4.2.9", + + "micromatch": "^4.0.4", + + "pretty-format": "^27.5.1", + + "slash": "^3.0.0", + + "stack-utils": "^2.0.3" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/fake-timers/node_modules/jest-util": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + + "dependencies": { + + "@jest/types": "^27.5.1", + + "@types/node": "*", + + "chalk": "^4.0.0", + + "ci-info": "^3.2.0", + + "graceful-fs": "^4.2.9", + + "picomatch": "^2.2.3" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/globals": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + + "dependencies": { + + "@jest/environment": "^27.5.1", + + "@jest/types": "^27.5.1", + + "expect": "^27.5.1" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/globals/node_modules/@jest/types": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + + "dependencies": { + + "@types/istanbul-lib-coverage": "^2.0.0", + + "@types/istanbul-reports": "^3.0.0", + + "@types/node": "*", + + "@types/yargs": "^16.0.0", + + "chalk": "^4.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/globals/node_modules/@types/yargs": { + + "version": "16.0.9", + + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", + + "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", + + "dependencies": { + + "@types/yargs-parser": "*" + + } + + }, + + "node_modules/@jest/globals/node_modules/diff-sequences": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/globals/node_modules/expect": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + + "dependencies": { + + "@jest/types": "^27.5.1", + + "jest-get-type": "^27.5.1", + + "jest-matcher-utils": "^27.5.1", + + "jest-message-util": "^27.5.1" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/globals/node_modules/jest-diff": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", + + "dependencies": { + + "chalk": "^4.0.0", + + "diff-sequences": "^27.5.1", + + "jest-get-type": "^27.5.1", + + "pretty-format": "^27.5.1" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/globals/node_modules/jest-get-type": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", + + "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/globals/node_modules/jest-matcher-utils": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", + + "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + + "dependencies": { + + "chalk": "^4.0.0", + + "jest-diff": "^27.5.1", + + "jest-get-type": "^27.5.1", + + "pretty-format": "^27.5.1" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/globals/node_modules/jest-message-util": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + + "dependencies": { + + "@babel/code-frame": "^7.12.13", + + "@jest/types": "^27.5.1", + + "@types/stack-utils": "^2.0.0", + + "chalk": "^4.0.0", + + "graceful-fs": "^4.2.9", + + "micromatch": "^4.0.4", + + "pretty-format": "^27.5.1", + + "slash": "^3.0.0", + + "stack-utils": "^2.0.3" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/reporters": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", + + "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", + + "dependencies": { + + "@bcoe/v8-coverage": "^0.2.3", + + "@jest/console": "^27.5.1", + + "@jest/test-result": "^27.5.1", + + "@jest/transform": "^27.5.1", + + "@jest/types": "^27.5.1", + + "@types/node": "*", + + "chalk": "^4.0.0", + + "collect-v8-coverage": "^1.0.0", + + "exit": "^0.1.2", + + "glob": "^7.1.2", + + "graceful-fs": "^4.2.9", + + "istanbul-lib-coverage": "^3.0.0", + + "istanbul-lib-instrument": "^5.1.0", + + "istanbul-lib-report": "^3.0.0", + + "istanbul-lib-source-maps": "^4.0.0", + + "istanbul-reports": "^3.1.3", + + "jest-haste-map": "^27.5.1", + + "jest-resolve": "^27.5.1", + + "jest-util": "^27.5.1", + + "jest-worker": "^27.5.1", + + "slash": "^3.0.0", + + "source-map": "^0.6.0", + + "string-length": "^4.0.1", + + "terminal-link": "^2.0.0", + + "v8-to-istanbul": "^8.1.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + }, + + "peerDependencies": { + + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + + }, + + "peerDependenciesMeta": { + + "node-notifier": { + + "optional": true + + } + + } + + }, + + "node_modules/@jest/reporters/node_modules/@jest/types": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + + "dependencies": { + + "@types/istanbul-lib-coverage": "^2.0.0", + + "@types/istanbul-reports": "^3.0.0", + + "@types/node": "*", + + "@types/yargs": "^16.0.0", + + "chalk": "^4.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/reporters/node_modules/@types/yargs": { + + "version": "16.0.9", + + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", + + "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", + + "dependencies": { + + "@types/yargs-parser": "*" + + } + + }, + + "node_modules/@jest/reporters/node_modules/jest-util": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + + "dependencies": { + + "@jest/types": "^27.5.1", + + "@types/node": "*", + + "chalk": "^4.0.0", + + "ci-info": "^3.2.0", + + "graceful-fs": "^4.2.9", + + "picomatch": "^2.2.3" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/reporters/node_modules/source-map": { + + "version": "0.6.1", + + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/@jest/schemas": { + + "version": "29.6.3", + + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", + + "dependencies": { + + "@sinclair/typebox": "^0.27.8" + + }, + + "engines": { + + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + + } + + }, + + "node_modules/@jest/source-map": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", + + "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", + + "dependencies": { + + "callsites": "^3.0.0", + + "graceful-fs": "^4.2.9", + + "source-map": "^0.6.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/source-map/node_modules/source-map": { + + "version": "0.6.1", + + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/@jest/test-result": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", + + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", + + "dependencies": { + + "@jest/console": "^27.5.1", + + "@jest/types": "^27.5.1", + + "@types/istanbul-lib-coverage": "^2.0.0", + + "collect-v8-coverage": "^1.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/test-result/node_modules/@jest/types": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + + "dependencies": { + + "@types/istanbul-lib-coverage": "^2.0.0", + + "@types/istanbul-reports": "^3.0.0", + + "@types/node": "*", + + "@types/yargs": "^16.0.0", + + "chalk": "^4.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/test-result/node_modules/@types/yargs": { + + "version": "16.0.9", + + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", + + "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", + + "dependencies": { + + "@types/yargs-parser": "*" + + } + + }, + + "node_modules/@jest/test-sequencer": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", + + "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", + + "dependencies": { + + "@jest/test-result": "^27.5.1", + + "graceful-fs": "^4.2.9", + + "jest-haste-map": "^27.5.1", + + "jest-runtime": "^27.5.1" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/transform": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", + + "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + + "dependencies": { + + "@babel/core": "^7.1.0", + + "@jest/types": "^27.5.1", + + "babel-plugin-istanbul": "^6.1.1", + + "chalk": "^4.0.0", + + "convert-source-map": "^1.4.0", + + "fast-json-stable-stringify": "^2.0.0", + + "graceful-fs": "^4.2.9", + + "jest-haste-map": "^27.5.1", + + "jest-regex-util": "^27.5.1", + + "jest-util": "^27.5.1", + + "micromatch": "^4.0.4", + + "pirates": "^4.0.4", + + "slash": "^3.0.0", + + "source-map": "^0.6.1", + + "write-file-atomic": "^3.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/transform/node_modules/@jest/types": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + + "dependencies": { + + "@types/istanbul-lib-coverage": "^2.0.0", + + "@types/istanbul-reports": "^3.0.0", + + "@types/node": "*", + + "@types/yargs": "^16.0.0", + + "chalk": "^4.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/transform/node_modules/@types/yargs": { + + "version": "16.0.9", + + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", + + "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", + + "dependencies": { + + "@types/yargs-parser": "*" + + } + + }, + + "node_modules/@jest/transform/node_modules/jest-util": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + + "dependencies": { + + "@jest/types": "^27.5.1", + + "@types/node": "*", + + "chalk": "^4.0.0", + + "ci-info": "^3.2.0", + + "graceful-fs": "^4.2.9", + + "picomatch": "^2.2.3" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/@jest/transform/node_modules/source-map": { + + "version": "0.6.1", + + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/@jest/types": { + + "version": "29.6.3", + + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + + "dependencies": { + + "@jest/schemas": "^29.6.3", + + "@types/istanbul-lib-coverage": "^2.0.0", + + "@types/istanbul-reports": "^3.0.0", + + "@types/node": "*", + + "@types/yargs": "^17.0.8", + + "chalk": "^4.0.0" + + }, + + "engines": { + + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + + } + + }, + + "node_modules/@jridgewell/gen-mapping": { + + "version": "0.3.3", + + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + + "dependencies": { + + "@jridgewell/set-array": "^1.0.1", + + "@jridgewell/sourcemap-codec": "^1.4.10", + + "@jridgewell/trace-mapping": "^0.3.9" + + }, + + "engines": { + + "node": ">=6.0.0" + + } + + }, + + "node_modules/@jridgewell/resolve-uri": { + + "version": "3.1.1", + + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + + "engines": { + + "node": ">=6.0.0" + + } + + }, + + "node_modules/@jridgewell/set-array": { + + "version": "1.1.2", + + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + + "engines": { + + "node": ">=6.0.0" + + } + + }, + + "node_modules/@jridgewell/source-map": { + + "version": "0.3.5", + + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", + + "dependencies": { + + "@jridgewell/gen-mapping": "^0.3.0", + + "@jridgewell/trace-mapping": "^0.3.9" + + } + + }, + + "node_modules/@jridgewell/sourcemap-codec": { + + "version": "1.4.15", + + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + + }, + + "node_modules/@jridgewell/trace-mapping": { + + "version": "0.3.20", + + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", + + "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", + + "dependencies": { + + "@jridgewell/resolve-uri": "^3.1.0", + + "@jridgewell/sourcemap-codec": "^1.4.14" + + } + + }, + + "node_modules/@js-temporal/polyfill": { + + "version": "0.4.4", + + "resolved": "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.4.4.tgz", + + "integrity": "sha512-2X6bvghJ/JAoZO52lbgyAPFj8uCflhTo2g7nkFzEQdXd/D8rEeD4HtmTEpmtGCva260fcd66YNXBOYdnmHqSOg==", + + "dependencies": { + + "jsbi": "^4.3.0", + + "tslib": "^2.4.1" + + }, + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@leichtgewicht/ip-codec": { + + "version": "2.0.4", + + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", + + "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" + + }, + + "node_modules/@mdx-js/esbuild": { + + "version": "2.3.0", + + "resolved": "https://registry.npmjs.org/@mdx-js/esbuild/-/esbuild-2.3.0.tgz", + + "integrity": "sha512-r/vsqsM0E+U4Wr0DK+0EfmABE/eg+8ITW4DjvYdh3ve/tK2safaqHArNnaqbOk1DjYGrhxtoXoGaM3BY8fGBTA==", + + "dependencies": { + + "@mdx-js/mdx": "^2.0.0", + + "node-fetch": "^3.0.0", + + "vfile": "^5.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + }, + + "peerDependencies": { + + "esbuild": ">=0.11.0" + + } + + }, + + "node_modules/@mdx-js/mdx": { + + "version": "2.3.0", + + "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-2.3.0.tgz", + + "integrity": "sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==", + + "dependencies": { + + "@types/estree-jsx": "^1.0.0", + + "@types/mdx": "^2.0.0", + + "estree-util-build-jsx": "^2.0.0", + + "estree-util-is-identifier-name": "^2.0.0", + + "estree-util-to-js": "^1.1.0", + + "estree-walker": "^3.0.0", + + "hast-util-to-estree": "^2.0.0", + + "markdown-extensions": "^1.0.0", + + "periscopic": "^3.0.0", + + "remark-mdx": "^2.0.0", + + "remark-parse": "^10.0.0", + + "remark-rehype": "^10.0.0", + + "unified": "^10.0.0", + + "unist-util-position-from-estree": "^1.0.0", + + "unist-util-stringify-position": "^3.0.0", + + "unist-util-visit": "^4.0.0", + + "vfile": "^5.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/@mui/base": { + + "version": "5.0.0-beta.30", + + "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.30.tgz", + + "integrity": "sha512-dc38W4W3K42atE9nSaOeoJ7/x9wGIfawdwC/UmMxMLlZ1iSsITQ8dQJaTATCbn98YvYPINK/EH541YA5enQIPQ==", + + "dependencies": { + + "@babel/runtime": "^7.23.6", + + "@floating-ui/react-dom": "^2.0.4", + + "@mui/types": "^7.2.12", + + "@mui/utils": "^5.15.3", + + "@popperjs/core": "^2.11.8", + + "clsx": "^2.0.0", + + "prop-types": "^15.8.1" + + }, + + "engines": { + + "node": ">=12.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/mui-org" + + }, + + "peerDependencies": { + + "@types/react": "^17.0.0 || ^18.0.0", + + "react": "^17.0.0 || ^18.0.0", + + "react-dom": "^17.0.0 || ^18.0.0" + + }, + + "peerDependenciesMeta": { + + "@types/react": { + + "optional": true + + } + + } + + }, + + "node_modules/@mui/core-downloads-tracker": { + + "version": "5.15.3", + + "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.3.tgz", + + "integrity": "sha512-sWeihiVyxdJjpLkp8SHkTy9kt2M/o11M60G1MzwljGL2BXdM3Ktzqv5QaQHdi00y7Y1ulvtI3GOSxP2xU8mQJw==", + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/mui-org" + + } + + }, + + "node_modules/@mui/material": { + + "version": "5.15.3", + + "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.15.3.tgz", + + "integrity": "sha512-DODBBMouyq1B5f3YkEWL9vO8pGCxuEGqtfpltF6peMJzz/78tJFyLQsDas9MNLC/8AdFu2BQdkK7wox5UBPTAA==", + + "dependencies": { + + "@babel/runtime": "^7.23.6", + + "@mui/base": "5.0.0-beta.30", + + "@mui/core-downloads-tracker": "^5.15.3", + + "@mui/system": "^5.15.3", + + "@mui/types": "^7.2.12", + + "@mui/utils": "^5.15.3", + + "@types/react-transition-group": "^4.4.10", + + "clsx": "^2.0.0", + + "csstype": "^3.1.2", + + "prop-types": "^15.8.1", + + "react-is": "^18.2.0", + + "react-transition-group": "^4.4.5" + + }, + + "engines": { + + "node": ">=12.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/mui-org" + + }, + + "peerDependencies": { + + "@emotion/react": "^11.5.0", + + "@emotion/styled": "^11.3.0", + + "@types/react": "^17.0.0 || ^18.0.0", + + "react": "^17.0.0 || ^18.0.0", + + "react-dom": "^17.0.0 || ^18.0.0" + + }, + + "peerDependenciesMeta": { + + "@emotion/react": { + + "optional": true + + }, + + "@emotion/styled": { + + "optional": true + + }, + + "@types/react": { + + "optional": true + + } + + } + + }, + + "node_modules/@mui/private-theming": { + + "version": "5.15.3", + + "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.3.tgz", + + "integrity": "sha512-Q79MhVMmywC1l5bMsMZq5PsIudr1MNPJnx9/EqdMP0vpz5iNvFpnLmxsD7d8/hqTWgFAljI+LH3jX8MxlZH9Gw==", + + "dependencies": { + + "@babel/runtime": "^7.23.6", + + "@mui/utils": "^5.15.3", + + "prop-types": "^15.8.1" + + }, + + "engines": { + + "node": ">=12.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/mui-org" + + }, + + "peerDependencies": { + + "@types/react": "^17.0.0 || ^18.0.0", + + "react": "^17.0.0 || ^18.0.0" + + }, + + "peerDependenciesMeta": { + + "@types/react": { + + "optional": true + + } + + } + + }, + + "node_modules/@mui/styled-engine": { + + "version": "5.15.3", + + "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.3.tgz", + + "integrity": "sha512-+d5XZCTeemOO/vBfWGEeHgTm8fjU1Psdgm+xAw+uegycO2EnoA/EfGSaG5UwZ6g3b66y48Mkxi35AggShMr88w==", + + "dependencies": { + + "@babel/runtime": "^7.23.6", + + "@emotion/cache": "^11.11.0", + + "csstype": "^3.1.2", + + "prop-types": "^15.8.1" + + }, + + "engines": { + + "node": ">=12.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/mui-org" + + }, + + "peerDependencies": { + + "@emotion/react": "^11.4.1", + + "@emotion/styled": "^11.3.0", + + "react": "^17.0.0 || ^18.0.0" + + }, + + "peerDependenciesMeta": { + + "@emotion/react": { + + "optional": true + + }, + + "@emotion/styled": { + + "optional": true + + } + + } + + }, + + "node_modules/@mui/styled-engine-sc": { + + "version": "6.0.0-alpha.11", + + "resolved": "https://registry.npmjs.org/@mui/styled-engine-sc/-/styled-engine-sc-6.0.0-alpha.11.tgz", + + "integrity": "sha512-lIb2olqCtltv9XtjbDr4ZkAcSh/d72edWLD/TN6+FpTGy0gOAhWdYaAx9+0l5cyb+XYP13tvAAk3tdTl5g1N6w==", + + "dependencies": { + + "@babel/runtime": "^7.23.6", + + "csstype": "^3.1.2", + + "hoist-non-react-statics": "^3.3.2", + + "prop-types": "^15.8.1" + + }, + + "engines": { + + "node": ">=12.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/mui-org" + + }, + + "peerDependencies": { + + "styled-components": "^6.0.0" + + } + + }, + + "node_modules/@mui/system": { + + "version": "5.15.3", + + "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.15.3.tgz", + + "integrity": "sha512-ewVU4eRgo4VfNMGpO61cKlfWmH7l9s6rA8EknRzuMX3DbSLfmtW2WJJg6qPwragvpPIir0Pp/AdWVSDhyNy5Tw==", + + "dependencies": { + + "@babel/runtime": "^7.23.6", + + "@mui/private-theming": "^5.15.3", + + "@mui/styled-engine": "^5.15.3", + + "@mui/types": "^7.2.12", + + "@mui/utils": "^5.15.3", + + "clsx": "^2.0.0", + + "csstype": "^3.1.2", + + "prop-types": "^15.8.1" + + }, + + "engines": { + + "node": ">=12.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/mui-org" + + }, + + "peerDependencies": { + + "@emotion/react": "^11.5.0", + + "@emotion/styled": "^11.3.0", + + "@types/react": "^17.0.0 || ^18.0.0", + + "react": "^17.0.0 || ^18.0.0" + + }, + + "peerDependenciesMeta": { + + "@emotion/react": { + + "optional": true + + }, + + "@emotion/styled": { + + "optional": true + + }, + + "@types/react": { + + "optional": true + + } + + } + + }, + + "node_modules/@mui/types": { + + "version": "7.2.12", + + "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.12.tgz", + + "integrity": "sha512-3kaHiNm9khCAo0pVe0RenketDSFoZGAlVZ4zDjB/QNZV0XiCj+sh1zkX0VVhQPgYJDlBEzAag+MHJ1tU3vf0Zw==", + + "peerDependencies": { + + "@types/react": "^17.0.0 || ^18.0.0" + + }, + + "peerDependenciesMeta": { + + "@types/react": { + + "optional": true + + } + + } + + }, + + "node_modules/@mui/utils": { + + "version": "5.15.3", + + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.3.tgz", + + "integrity": "sha512-mT3LiSt9tZWCdx1pl7q4Q5tNo6gdZbvJel286ZHGuj6LQQXjWNAh8qiF9d+LogvNUI+D7eLkTnj605d1zoazfg==", + + "dependencies": { + + "@babel/runtime": "^7.23.6", + + "@types/prop-types": "^15.7.11", + + "prop-types": "^15.8.1", + + "react-is": "^18.2.0" + + }, + + "engines": { + + "node": ">=12.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/mui-org" + + }, + + "peerDependencies": { + + "@types/react": "^17.0.0 || ^18.0.0", + + "react": "^17.0.0 || ^18.0.0" + + }, + + "peerDependenciesMeta": { + + "@types/react": { + + "optional": true + + } + + } + + }, + + "node_modules/@next/env": { + + "version": "13.5.6", + + "resolved": "https://registry.npmjs.org/@next/env/-/env-13.5.6.tgz", + + "integrity": "sha512-Yac/bV5sBGkkEXmAX5FWPS9Mmo2rthrOPRQQNfycJPkjUAUclomCPH7QFVCDQ4Mp2k2K1SSM6m0zrxYrOwtFQw==", + + "peer": true + + }, + + "node_modules/@next/swc-darwin-arm64": { + + "version": "13.5.6", + + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.5.6.tgz", + + "integrity": "sha512-5nvXMzKtZfvcu4BhtV0KH1oGv4XEW+B+jOfmBdpFI3C7FrB/MfujRpWYSBBO64+qbW8pkZiSyQv9eiwnn5VIQA==", + + "cpu": [ + + "arm64" + + ], + + "optional": true, + + "os": [ + + "darwin" + + ], + + "peer": true, + + "engines": { + + "node": ">= 10" + + } + + }, + + "node_modules/@next/swc-darwin-x64": { + + "version": "13.5.6", + + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-13.5.6.tgz", + + "integrity": "sha512-6cgBfxg98oOCSr4BckWjLLgiVwlL3vlLj8hXg2b+nDgm4bC/qVXXLfpLB9FHdoDu4057hzywbxKvmYGmi7yUzA==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "darwin" + + ], + + "peer": true, + + "engines": { + + "node": ">= 10" + + } + + }, + + "node_modules/@next/swc-linux-arm64-gnu": { + + "version": "13.5.6", + + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.5.6.tgz", + + "integrity": "sha512-txagBbj1e1w47YQjcKgSU4rRVQ7uF29YpnlHV5xuVUsgCUf2FmyfJ3CPjZUvpIeXCJAoMCFAoGnbtX86BK7+sg==", + + "cpu": [ + + "arm64" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "peer": true, + + "engines": { + + "node": ">= 10" + + } + + }, + + "node_modules/@next/swc-linux-arm64-musl": { + + "version": "13.5.6", + + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.5.6.tgz", + + "integrity": "sha512-cGd+H8amifT86ZldVJtAKDxUqeFyLWW+v2NlBULnLAdWsiuuN8TuhVBt8ZNpCqcAuoruoSWynvMWixTFcroq+Q==", + + "cpu": [ + + "arm64" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "peer": true, + + "engines": { + + "node": ">= 10" + + } + + }, + + "node_modules/@next/swc-linux-x64-gnu": { + + "version": "13.5.6", + + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.5.6.tgz", + + "integrity": "sha512-Mc2b4xiIWKXIhBy2NBTwOxGD3nHLmq4keFk+d4/WL5fMsB8XdJRdtUlL87SqVCTSaf1BRuQQf1HvXZcy+rq3Nw==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "peer": true, + + "engines": { + + "node": ">= 10" + + } + + }, + + "node_modules/@next/swc-linux-x64-musl": { + + "version": "13.5.6", + + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.5.6.tgz", + + "integrity": "sha512-CFHvP9Qz98NruJiUnCe61O6GveKKHpJLloXbDSWRhqhkJdZD2zU5hG+gtVJR//tyW897izuHpM6Gtf6+sNgJPQ==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "linux" + + ], + + "peer": true, + + "engines": { + + "node": ">= 10" + + } + + }, + + "node_modules/@next/swc-win32-arm64-msvc": { + + "version": "13.5.6", + + "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.5.6.tgz", + + "integrity": "sha512-aFv1ejfkbS7PUa1qVPwzDHjQWQtknzAZWGTKYIAaS4NMtBlk3VyA6AYn593pqNanlicewqyl2jUhQAaFV/qXsg==", + + "cpu": [ + + "arm64" + + ], + + "optional": true, + + "os": [ + + "win32" + + ], + + "peer": true, + + "engines": { + + "node": ">= 10" + + } + + }, + + "node_modules/@next/swc-win32-ia32-msvc": { + + "version": "13.5.6", + + "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.5.6.tgz", + + "integrity": "sha512-XqqpHgEIlBHvzwG8sp/JXMFkLAfGLqkbVsyN+/Ih1mR8INb6YCc2x/Mbwi6hsAgUnqQztz8cvEbHJUbSl7RHDg==", + + "cpu": [ + + "ia32" + + ], + + "optional": true, + + "os": [ + + "win32" + + ], + + "peer": true, + + "engines": { + + "node": ">= 10" + + } + + }, + + "node_modules/@next/swc-win32-x64-msvc": { + + "version": "13.5.6", + + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.5.6.tgz", + + "integrity": "sha512-Cqfe1YmOS7k+5mGu92nl5ULkzpKuxJrP3+4AEuPmrpFZ3BHxTY3TnHmU1On3bFmFFs6FbTcdF58CCUProGpIGQ==", + + "cpu": [ + + "x64" + + ], + + "optional": true, + + "os": [ + + "win32" + + ], + + "peer": true, + + "engines": { + + "node": ">= 10" + + } + + }, + + "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { + + "version": "5.1.1-v1", + + "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", + + "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", + + "dependencies": { + + "eslint-scope": "5.1.1" + + } + + }, + + "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": { + + "version": "5.1.1", + + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + + "dependencies": { + + "esrecurse": "^4.3.0", + + "estraverse": "^4.1.1" + + }, + + "engines": { + + "node": ">=8.0.0" + + } + + }, + + "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": { + + "version": "4.3.0", + + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + + "engines": { + + "node": ">=4.0" + + } + + }, + + "node_modules/@nodelib/fs.scandir": { + + "version": "2.1.5", + + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + + "dependencies": { + + "@nodelib/fs.stat": "2.0.5", + + "run-parallel": "^1.1.9" + + }, + + "engines": { + + "node": ">= 8" + + } + + }, + + "node_modules/@nodelib/fs.stat": { + + "version": "2.0.5", + + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + + "engines": { + + "node": ">= 8" + + } + + }, + + "node_modules/@nodelib/fs.walk": { + + "version": "1.2.8", + + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + + "dependencies": { + + "@nodelib/fs.scandir": "2.1.5", + + "fastq": "^1.6.0" + + }, + + "engines": { + + "node": ">= 8" + + } + + }, + + "node_modules/@opentelemetry/api": { + + "version": "1.4.1", + + "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz", + + "integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==", + + "engines": { + + "node": ">=8.0.0" + + } + + }, + + "node_modules/@opentelemetry/api-logs": { + + "version": "0.39.1", + + "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.39.1.tgz", + + "integrity": "sha512-9BJ8lMcOzEN0lu+Qji801y707oFO4xT3db6cosPvl+k7ItUHKN5ofWqtSbM9gbt1H4JJ/4/2TVrqI9Rq7hNv6Q==", + + "dependencies": { + + "@opentelemetry/api": "^1.0.0" + + }, + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/@opentelemetry/context-async-hooks": { + + "version": "1.19.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/context-async-hooks/-/context-async-hooks-1.19.0.tgz", + + "integrity": "sha512-0i1ECOc9daKK3rjUgDDXf0GDD5XfCou5lXnt2DALIc2qKoruPPcesobNKE54laSVUWnC3jX26RzuOa31g0V32A==", + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.8.0" + + } + + }, + + "node_modules/@opentelemetry/core": { + + "version": "1.19.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.19.0.tgz", + + "integrity": "sha512-w42AukJh3TP8R0IZZOVJVM/kMWu8g+lm4LzT70WtuKqhwq7KVhcDzZZuZinWZa6TtQCl7Smt2wolEYzpHabOgw==", + + "dependencies": { + + "@opentelemetry/semantic-conventions": "1.19.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.8.0" + + } + + }, + + "node_modules/@opentelemetry/exporter-trace-otlp-grpc": { + + "version": "0.39.1", + + "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-trace-otlp-grpc/-/exporter-trace-otlp-grpc-0.39.1.tgz", + + "integrity": "sha512-l5RhLKx6U+yuLhMrtgavTDthX50E1mZM3/SSySC7OPZiArFHV/b/9x9jxAzrOgIQUDxyj4N0V9aLKSA2t7Qzxg==", + + "dependencies": { + + "@grpc/grpc-js": "^1.7.1", + + "@opentelemetry/core": "1.13.0", + + "@opentelemetry/otlp-grpc-exporter-base": "0.39.1", + + "@opentelemetry/otlp-transformer": "0.39.1", + + "@opentelemetry/resources": "1.13.0", + + "@opentelemetry/sdk-trace-base": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": "^1.0.0" + + } + + }, + + "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/core": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.13.0.tgz", + + "integrity": "sha512-2dBX3Sj99H96uwJKvc2w9NOiNgbvAO6mOFJFramNkKfS9O4Um+VWgpnlAazoYjT6kUJ1MP70KQ5ngD4ed+4NUw==", + + "dependencies": { + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/resources": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.13.0.tgz", + + "integrity": "sha512-euqjOkiN6xhjE//0vQYGvbStxoD/WWQRhDiO0OTLlnLBO9Yw2Gd/VoSx2H+svsebjzYk5OxLuREBmcdw6rbUNg==", + + "dependencies": { + + "@opentelemetry/core": "1.13.0", + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/sdk-trace-base": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.13.0.tgz", + + "integrity": "sha512-moTiQtc0uPR1hQLt6gLDJH9IIkeBhgRb71OKjNHZPE1VF45fHtD6nBDi5J/DkTHTwYP5X3kBJLa3xN7ub6J4eg==", + + "dependencies": { + + "@opentelemetry/core": "1.13.0", + + "@opentelemetry/resources": "1.13.0", + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/semantic-conventions": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.13.0.tgz", + + "integrity": "sha512-LMGqfSZkaMQXqewO0o1wvWr/2fQdCh4a3Sqlxka/UsJCe0cfLulh6x2aqnKLnsrSGiCq5rSCwvINd152i0nCqw==", + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/@opentelemetry/otlp-exporter-base": { + + "version": "0.39.1", + + "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-exporter-base/-/otlp-exporter-base-0.39.1.tgz", + + "integrity": "sha512-Pv5X8fbi6jD/RJBePyn7MnCSuE6MbPB6dl+7YYBWJ5RcMGYMwvLXjd4h2jWsPV2TSUg38H/RoSP0aXvQ06Y7iw==", + + "dependencies": { + + "@opentelemetry/core": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": "^1.0.0" + + } + + }, + + "node_modules/@opentelemetry/otlp-exporter-base/node_modules/@opentelemetry/core": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.13.0.tgz", + + "integrity": "sha512-2dBX3Sj99H96uwJKvc2w9NOiNgbvAO6mOFJFramNkKfS9O4Um+VWgpnlAazoYjT6kUJ1MP70KQ5ngD4ed+4NUw==", + + "dependencies": { + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/otlp-exporter-base/node_modules/@opentelemetry/semantic-conventions": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.13.0.tgz", + + "integrity": "sha512-LMGqfSZkaMQXqewO0o1wvWr/2fQdCh4a3Sqlxka/UsJCe0cfLulh6x2aqnKLnsrSGiCq5rSCwvINd152i0nCqw==", + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/@opentelemetry/otlp-grpc-exporter-base": { + + "version": "0.39.1", + + "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-grpc-exporter-base/-/otlp-grpc-exporter-base-0.39.1.tgz", + + "integrity": "sha512-u3ErFRQqQFKjjIMuwLWxz/tLPYInfmiAmSy//fGSCzCh2ZdJgqQjMOAxBgqFtCF2xFL+OmMhyuC2ThMzceGRWA==", + + "dependencies": { + + "@grpc/grpc-js": "^1.7.1", + + "@opentelemetry/core": "1.13.0", + + "@opentelemetry/otlp-exporter-base": "0.39.1", + + "protobufjs": "^7.2.2" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": "^1.0.0" + + } + + }, + + "node_modules/@opentelemetry/otlp-grpc-exporter-base/node_modules/@opentelemetry/core": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.13.0.tgz", + + "integrity": "sha512-2dBX3Sj99H96uwJKvc2w9NOiNgbvAO6mOFJFramNkKfS9O4Um+VWgpnlAazoYjT6kUJ1MP70KQ5ngD4ed+4NUw==", + + "dependencies": { + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/otlp-grpc-exporter-base/node_modules/@opentelemetry/semantic-conventions": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.13.0.tgz", + + "integrity": "sha512-LMGqfSZkaMQXqewO0o1wvWr/2fQdCh4a3Sqlxka/UsJCe0cfLulh6x2aqnKLnsrSGiCq5rSCwvINd152i0nCqw==", + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/@opentelemetry/otlp-transformer": { + + "version": "0.39.1", + + "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-transformer/-/otlp-transformer-0.39.1.tgz", + + "integrity": "sha512-0hgVnXXz5efI382B/24NxD4b6Zxlh7nxCdJkxkdmQMbn0yRiwoq/ZT+QG8eUL6JNzsBAV1WJlF5aJNsL8skHvw==", + + "dependencies": { + + "@opentelemetry/api-logs": "0.39.1", + + "@opentelemetry/core": "1.13.0", + + "@opentelemetry/resources": "1.13.0", + + "@opentelemetry/sdk-logs": "0.39.1", + + "@opentelemetry/sdk-metrics": "1.13.0", + + "@opentelemetry/sdk-trace-base": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.3.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/core": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.13.0.tgz", + + "integrity": "sha512-2dBX3Sj99H96uwJKvc2w9NOiNgbvAO6mOFJFramNkKfS9O4Um+VWgpnlAazoYjT6kUJ1MP70KQ5ngD4ed+4NUw==", + + "dependencies": { + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/resources": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.13.0.tgz", + + "integrity": "sha512-euqjOkiN6xhjE//0vQYGvbStxoD/WWQRhDiO0OTLlnLBO9Yw2Gd/VoSx2H+svsebjzYk5OxLuREBmcdw6rbUNg==", + + "dependencies": { + + "@opentelemetry/core": "1.13.0", + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/sdk-trace-base": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.13.0.tgz", + + "integrity": "sha512-moTiQtc0uPR1hQLt6gLDJH9IIkeBhgRb71OKjNHZPE1VF45fHtD6nBDi5J/DkTHTwYP5X3kBJLa3xN7ub6J4eg==", + + "dependencies": { + + "@opentelemetry/core": "1.13.0", + + "@opentelemetry/resources": "1.13.0", + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/semantic-conventions": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.13.0.tgz", + + "integrity": "sha512-LMGqfSZkaMQXqewO0o1wvWr/2fQdCh4a3Sqlxka/UsJCe0cfLulh6x2aqnKLnsrSGiCq5rSCwvINd152i0nCqw==", + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/@opentelemetry/propagator-b3": { + + "version": "1.19.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/propagator-b3/-/propagator-b3-1.19.0.tgz", + + "integrity": "sha512-v7y5IBOKBm0vP3yf0DHzlw4L2gL6tZ0KeeMTaxfO5IuomMffDbrGWcvYFp0Dt4LdZctTSK523rVLBB9FBHBciQ==", + + "dependencies": { + + "@opentelemetry/core": "1.19.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.8.0" + + } + + }, + + "node_modules/@opentelemetry/propagator-jaeger": { + + "version": "1.19.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/propagator-jaeger/-/propagator-jaeger-1.19.0.tgz", + + "integrity": "sha512-dedkOoTzKg+nYoLWCMp0Im+wo+XkTRW6aXhi8VQRtMW/9SNJGOllCJSu8llToLxMDF0+6zu7OCrKkevAof2tew==", + + "dependencies": { + + "@opentelemetry/core": "1.19.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.8.0" + + } + + }, + + "node_modules/@opentelemetry/resources": { + + "version": "1.19.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.19.0.tgz", + + "integrity": "sha512-RgxvKuuMOf7nctOeOvpDjt2BpZvZGr9Y0vf7eGtY5XYZPkh2p7e2qub1S2IArdBMf9kEbz0SfycqCviOu9isqg==", + + "dependencies": { + + "@opentelemetry/core": "1.19.0", + + "@opentelemetry/semantic-conventions": "1.19.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.8.0" + + } + + }, + + "node_modules/@opentelemetry/sdk-logs": { + + "version": "0.39.1", + + "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-logs/-/sdk-logs-0.39.1.tgz", + + "integrity": "sha512-/gmgKfZ1ZVFporKuwsewqIyvaUIGpv76JZ7lBpHQQPb37IMpaXO6pdqFI4ebHAWfNIm3akMyhmdtzivcgF3lgw==", + + "dependencies": { + + "@opentelemetry/core": "1.13.0", + + "@opentelemetry/resources": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.4.0 <1.5.0", + + "@opentelemetry/api-logs": ">=0.38.0" + + } + + }, + + "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/core": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.13.0.tgz", + + "integrity": "sha512-2dBX3Sj99H96uwJKvc2w9NOiNgbvAO6mOFJFramNkKfS9O4Um+VWgpnlAazoYjT6kUJ1MP70KQ5ngD4ed+4NUw==", + + "dependencies": { + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.13.0.tgz", + + "integrity": "sha512-euqjOkiN6xhjE//0vQYGvbStxoD/WWQRhDiO0OTLlnLBO9Yw2Gd/VoSx2H+svsebjzYk5OxLuREBmcdw6rbUNg==", + + "dependencies": { + + "@opentelemetry/core": "1.13.0", + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/semantic-conventions": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.13.0.tgz", + + "integrity": "sha512-LMGqfSZkaMQXqewO0o1wvWr/2fQdCh4a3Sqlxka/UsJCe0cfLulh6x2aqnKLnsrSGiCq5rSCwvINd152i0nCqw==", + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/@opentelemetry/sdk-metrics": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.13.0.tgz", + + "integrity": "sha512-MOjZX6AnSOqLliCcZUrb+DQKjAWXBiGeICGbHAGe5w0BB18PJIeIo995lO5JSaFfHpmUMgJButTPfJJD27W3Vg==", + + "dependencies": { + + "@opentelemetry/core": "1.13.0", + + "@opentelemetry/resources": "1.13.0", + + "lodash.merge": "4.6.2" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.3.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/sdk-metrics/node_modules/@opentelemetry/core": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.13.0.tgz", + + "integrity": "sha512-2dBX3Sj99H96uwJKvc2w9NOiNgbvAO6mOFJFramNkKfS9O4Um+VWgpnlAazoYjT6kUJ1MP70KQ5ngD4ed+4NUw==", + + "dependencies": { + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/sdk-metrics/node_modules/@opentelemetry/resources": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.13.0.tgz", + + "integrity": "sha512-euqjOkiN6xhjE//0vQYGvbStxoD/WWQRhDiO0OTLlnLBO9Yw2Gd/VoSx2H+svsebjzYk5OxLuREBmcdw6rbUNg==", + + "dependencies": { + + "@opentelemetry/core": "1.13.0", + + "@opentelemetry/semantic-conventions": "1.13.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.5.0" + + } + + }, + + "node_modules/@opentelemetry/sdk-metrics/node_modules/@opentelemetry/semantic-conventions": { + + "version": "1.13.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.13.0.tgz", + + "integrity": "sha512-LMGqfSZkaMQXqewO0o1wvWr/2fQdCh4a3Sqlxka/UsJCe0cfLulh6x2aqnKLnsrSGiCq5rSCwvINd152i0nCqw==", + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/@opentelemetry/sdk-trace-base": { + + "version": "1.19.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.19.0.tgz", + + "integrity": "sha512-+IRvUm+huJn2KqfFW3yW/cjvRwJ8Q7FzYHoUNx5Fr0Lws0LxjMJG1uVB8HDpLwm7mg5XXH2M5MF+0jj5cM8BpQ==", + + "dependencies": { + + "@opentelemetry/core": "1.19.0", + + "@opentelemetry/resources": "1.19.0", + + "@opentelemetry/semantic-conventions": "1.19.0" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.8.0" + + } + + }, + + "node_modules/@opentelemetry/sdk-trace-node": { + + "version": "1.19.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-node/-/sdk-trace-node-1.19.0.tgz", + + "integrity": "sha512-TCiEq/cUjM15RFqBRwWomTVbOqzndWL4ILa7ZCu0zbjU1/XY6AgHkgrgAc7vGP6TjRqH4Xryuglol8tcIfbBUQ==", + + "dependencies": { + + "@opentelemetry/context-async-hooks": "1.19.0", + + "@opentelemetry/core": "1.19.0", + + "@opentelemetry/propagator-b3": "1.19.0", + + "@opentelemetry/propagator-jaeger": "1.19.0", + + "@opentelemetry/sdk-trace-base": "1.19.0", + + "semver": "^7.5.2" + + }, + + "engines": { + + "node": ">=14" + + }, + + "peerDependencies": { + + "@opentelemetry/api": ">=1.0.0 <1.8.0" + + } + + }, + + "node_modules/@opentelemetry/semantic-conventions": { + + "version": "1.19.0", + + "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.19.0.tgz", + + "integrity": "sha512-14jRpC8f5c0gPSwoZ7SbEJni1PqI+AhAE8m1bMz6v+RPM4OlP1PT2UHBJj5Qh/ALLPjhVU/aZUK3YyjTUqqQVg==", + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/@pkgjs/parseargs": { + + "version": "0.11.0", + + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + + "optional": true, + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/@pmmmwh/react-refresh-webpack-plugin": { + + "version": "0.5.11", + + "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.11.tgz", + + "integrity": "sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==", + + "dependencies": { + + "ansi-html-community": "^0.0.8", + + "common-path-prefix": "^3.0.0", + + "core-js-pure": "^3.23.3", + + "error-stack-parser": "^2.0.6", + + "find-up": "^5.0.0", + + "html-entities": "^2.1.0", + + "loader-utils": "^2.0.4", + + "schema-utils": "^3.0.0", + + "source-map": "^0.7.3" + + }, + + "engines": { + + "node": ">= 10.13" + + }, + + "peerDependencies": { + + "@types/webpack": "4.x || 5.x", + + "react-refresh": ">=0.10.0 <1.0.0", + + "sockjs-client": "^1.4.0", + + "type-fest": ">=0.17.0 <5.0.0", + + "webpack": ">=4.43.0 <6.0.0", + + "webpack-dev-server": "3.x || 4.x", + + "webpack-hot-middleware": "2.x", + + "webpack-plugin-serve": "0.x || 1.x" + + }, + + "peerDependenciesMeta": { + + "@types/webpack": { + + "optional": true + + }, + + "sockjs-client": { + + "optional": true + + }, + + "type-fest": { + + "optional": true + + }, + + "webpack-dev-server": { + + "optional": true + + }, + + "webpack-hot-middleware": { + + "optional": true + + }, + + "webpack-plugin-serve": { + + "optional": true + + } + + } + + }, + + "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map": { + + "version": "0.7.4", + + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + + "engines": { + + "node": ">= 8" + + } + + }, + + "node_modules/@popperjs/core": { + + "version": "2.11.8", + + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/popperjs" + + } + + }, + + "node_modules/@protobufjs/aspromise": { + + "version": "1.1.2", + + "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", + + "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" + + }, + + "node_modules/@protobufjs/base64": { + + "version": "1.1.2", + + "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", + + "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" + + }, + + "node_modules/@protobufjs/codegen": { + + "version": "2.0.4", + + "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", + + "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" + + }, + + "node_modules/@protobufjs/eventemitter": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", + + "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" + + }, + + "node_modules/@protobufjs/fetch": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", + + "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", + + "dependencies": { + + "@protobufjs/aspromise": "^1.1.1", + + "@protobufjs/inquire": "^1.1.0" + + } + + }, + + "node_modules/@protobufjs/float": { + + "version": "1.0.2", + + "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", + + "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" + + }, + + "node_modules/@protobufjs/inquire": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", + + "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" + + }, + + "node_modules/@protobufjs/path": { + + "version": "1.1.2", + + "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", + + "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" + + }, + + "node_modules/@protobufjs/pool": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", + + "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" + + }, + + "node_modules/@protobufjs/utf8": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", + + "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" + + }, + + "node_modules/@react-aria/ssr": { + + "version": "3.9.1", + + "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.1.tgz", + + "integrity": "sha512-NqzkLFP8ZVI4GSorS0AYljC13QW2sc8bDqJOkBvkAt3M8gbcAXJWVRGtZBCRscki9RZF+rNlnPdg0G0jYkhJcg==", + + "dependencies": { + + "@swc/helpers": "^0.5.0" + + }, + + "engines": { + + "node": ">= 12" + + }, + + "peerDependencies": { + + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + + } + + }, + + "node_modules/@remix-run/router": { + + "version": "1.14.2", + + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.14.2.tgz", + + "integrity": "sha512-ACXpdMM9hmKZww21yEqWwiLws/UPLhNKvimN8RrYSqPSvB3ov7sLvAcfvaxePeLvccTQKGdkDIhLYApZVDFuKg==", + + "engines": { + + "node": ">=14.0.0" + + } + + }, + + "node_modules/@restart/hooks": { + + "version": "0.4.15", + + "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.15.tgz", + + "integrity": "sha512-cZFXYTxbpzYcieq/mBwSyXgqnGMHoBVh3J7MU0CCoIB4NRZxV9/TuwTBAaLMqpNhC3zTPMCgkQ5Ey07L02Xmcw==", + + "dependencies": { + + "dequal": "^2.0.3" + + }, + + "peerDependencies": { + + "react": ">=16.8.0" + + } + + }, + + "node_modules/@restart/ui": { + + "version": "1.6.6", + + "resolved": "https://registry.npmjs.org/@restart/ui/-/ui-1.6.6.tgz", + + "integrity": "sha512-eC3puKuWE1SRYbojWHXnvCNHGgf3uzHCb6JOhnF4OXPibOIPEkR1sqDSkL643ydigxwh+ruCa1CmYHlzk7ikKA==", + + "dependencies": { + + "@babel/runtime": "^7.21.0", + + "@popperjs/core": "^2.11.6", + + "@react-aria/ssr": "^3.5.0", + + "@restart/hooks": "^0.4.9", + + "@types/warning": "^3.0.0", + + "dequal": "^2.0.3", + + "dom-helpers": "^5.2.0", + + "uncontrollable": "^8.0.1", + + "warning": "^4.0.3" + + }, + + "peerDependencies": { + + "react": ">=16.14.0", + + "react-dom": ">=16.14.0" + + } + + }, + + "node_modules/@restart/ui/node_modules/uncontrollable": { + + "version": "8.0.4", + + "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-8.0.4.tgz", + + "integrity": "sha512-ulRWYWHvscPFc0QQXvyJjY6LIXU56f0h8pQFvhxiKk5V1fcI8gp9Ht9leVAhrVjzqMw0BgjspBINx9r6oyJUvQ==", + + "peerDependencies": { + + "react": ">=16.14.0" + + } + + }, + + "node_modules/@rollup/plugin-babel": { + + "version": "5.3.1", + + "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", + + "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", + + "dependencies": { + + "@babel/helper-module-imports": "^7.10.4", + + "@rollup/pluginutils": "^3.1.0" + + }, + + "engines": { + + "node": ">= 10.0.0" + + }, + + "peerDependencies": { + + "@babel/core": "^7.0.0", + + "@types/babel__core": "^7.1.9", + + "rollup": "^1.20.0||^2.0.0" + + }, + + "peerDependenciesMeta": { + + "@types/babel__core": { + + "optional": true + + } + + } + + }, + + "node_modules/@rollup/plugin-node-resolve": { + + "version": "11.2.1", + + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz", + + "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", + + "dependencies": { + + "@rollup/pluginutils": "^3.1.0", + + "@types/resolve": "1.17.1", + + "builtin-modules": "^3.1.0", + + "deepmerge": "^4.2.2", + + "is-module": "^1.0.0", + + "resolve": "^1.19.0" + + }, + + "engines": { + + "node": ">= 10.0.0" + + }, + + "peerDependencies": { + + "rollup": "^1.20.0||^2.0.0" + + } + + }, + + "node_modules/@rollup/plugin-node-resolve/node_modules/@types/resolve": { + + "version": "1.17.1", + + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", + + "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", + + "dependencies": { + + "@types/node": "*" + + } + + }, + + "node_modules/@rollup/plugin-replace": { + + "version": "2.4.2", + + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", + + "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", + + "dependencies": { + + "@rollup/pluginutils": "^3.1.0", + + "magic-string": "^0.25.7" + + }, + + "peerDependencies": { + + "rollup": "^1.20.0 || ^2.0.0" + + } + + }, + + "node_modules/@rollup/pluginutils": { + + "version": "3.1.0", + + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", + + "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", + + "dependencies": { + + "@types/estree": "0.0.39", + + "estree-walker": "^1.0.1", + + "picomatch": "^2.2.2" + + }, + + "engines": { + + "node": ">= 8.0.0" + + }, + + "peerDependencies": { + + "rollup": "^1.20.0||^2.0.0" + + } + + }, + + "node_modules/@rollup/pluginutils/node_modules/@types/estree": { + + "version": "0.0.39", + + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", + + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" + + }, + + "node_modules/@rollup/pluginutils/node_modules/estree-walker": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", + + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" + + }, + + "node_modules/@rushstack/eslint-patch": { + + "version": "1.6.1", + + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.6.1.tgz", + + "integrity": "sha512-UY+FGM/2jjMkzQLn8pxcHGMaVLh9aEitG3zY2CiY7XHdLiz3bZOwa6oDxNqEMv7zZkV+cj5DOdz0cQ1BP5Hjgw==" + + }, + + "node_modules/@sinclair/typebox": { + + "version": "0.27.8", + + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" + + }, + + "node_modules/@sinonjs/commons": { + + "version": "1.8.6", + + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + + "dependencies": { + + "type-detect": "4.0.8" + + } + + }, + + "node_modules/@sinonjs/fake-timers": { + + "version": "8.1.0", + + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", + + "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + + "dependencies": { + + "@sinonjs/commons": "^1.7.0" + + } + + }, + + "node_modules/@surma/rollup-plugin-off-main-thread": { + + "version": "2.2.3", + + "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", + + "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", + + "dependencies": { + + "ejs": "^3.1.6", + + "json5": "^2.2.0", + + "magic-string": "^0.25.0", + + "string.prototype.matchall": "^4.0.6" + + } + + }, + + "node_modules/@svgr/babel-plugin-add-jsx-attribute": { + + "version": "5.4.0", + + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", + + "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { + + "version": "5.4.0", + + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", + + "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { + + "version": "5.0.1", + + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", + + "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { + + "version": "5.0.1", + + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", + + "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/babel-plugin-svg-dynamic-title": { + + "version": "5.4.0", + + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", + + "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/babel-plugin-svg-em-dimensions": { + + "version": "5.4.0", + + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", + + "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/babel-plugin-transform-react-native-svg": { + + "version": "5.4.0", + + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", + + "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/babel-plugin-transform-svg-component": { + + "version": "5.5.0", + + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", + + "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/babel-preset": { + + "version": "5.5.0", + + "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", + + "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", + + "dependencies": { + + "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", + + "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", + + "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", + + "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", + + "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", + + "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", + + "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", + + "@svgr/babel-plugin-transform-svg-component": "^5.5.0" + + }, + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/core": { + + "version": "5.5.0", + + "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", + + "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", + + "dependencies": { + + "@svgr/plugin-jsx": "^5.5.0", + + "camelcase": "^6.2.0", + + "cosmiconfig": "^7.0.0" + + }, + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/hast-util-to-babel-ast": { + + "version": "5.5.0", + + "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", + + "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", + + "dependencies": { + + "@babel/types": "^7.12.6" + + }, + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/plugin-jsx": { + + "version": "5.5.0", + + "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", + + "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", + + "dependencies": { + + "@babel/core": "^7.12.3", + + "@svgr/babel-preset": "^5.5.0", + + "@svgr/hast-util-to-babel-ast": "^5.5.0", + + "svg-parser": "^2.0.2" + + }, + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/plugin-svgo": { + + "version": "5.5.0", + + "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", + + "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", + + "dependencies": { + + "cosmiconfig": "^7.0.0", + + "deepmerge": "^4.2.2", + + "svgo": "^1.2.2" + + }, + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@svgr/webpack": { + + "version": "5.5.0", + + "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", + + "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", + + "dependencies": { + + "@babel/core": "^7.12.3", + + "@babel/plugin-transform-react-constant-elements": "^7.12.1", + + "@babel/preset-env": "^7.12.1", + + "@babel/preset-react": "^7.12.5", + + "@svgr/core": "^5.5.0", + + "@svgr/plugin-jsx": "^5.5.0", + + "@svgr/plugin-svgo": "^5.5.0", + + "loader-utils": "^2.0.0" + + }, + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/gregberge" + + } + + }, + + "node_modules/@swc/helpers": { + + "version": "0.5.2", + + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.2.tgz", + + "integrity": "sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==", + + "dependencies": { + + "tslib": "^2.4.0" + + } + + }, + + "node_modules/@testing-library/dom": { + + "version": "9.3.4", + + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.4.tgz", + + "integrity": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==", + + "peer": true, + + "dependencies": { + + "@babel/code-frame": "^7.10.4", + + "@babel/runtime": "^7.12.5", + + "@types/aria-query": "^5.0.1", + + "aria-query": "5.1.3", + + "chalk": "^4.1.0", + + "dom-accessibility-api": "^0.5.9", + + "lz-string": "^1.5.0", + + "pretty-format": "^27.0.2" + + }, + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/@testing-library/jest-dom": { + + "version": "5.17.0", + + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz", + + "integrity": "sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==", + + "dependencies": { + + "@adobe/css-tools": "^4.0.1", + + "@babel/runtime": "^7.9.2", + + "@types/testing-library__jest-dom": "^5.9.1", + + "aria-query": "^5.0.0", + + "chalk": "^3.0.0", + + "css.escape": "^1.5.1", + + "dom-accessibility-api": "^0.5.6", + + "lodash": "^4.17.15", + + "redent": "^3.0.0" + + }, + + "engines": { + + "node": ">=8", + + "npm": ">=6", + + "yarn": ">=1" + + } + + }, + + "node_modules/@testing-library/jest-dom/node_modules/chalk": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + + "dependencies": { + + "ansi-styles": "^4.1.0", + + "supports-color": "^7.1.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/@testing-library/react": { + + "version": "13.4.0", + + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.4.0.tgz", + + "integrity": "sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==", + + "dependencies": { + + "@babel/runtime": "^7.12.5", + + "@testing-library/dom": "^8.5.0", + + "@types/react-dom": "^18.0.0" + + }, + + "engines": { + + "node": ">=12" + + }, + + "peerDependencies": { + + "react": "^18.0.0", + + "react-dom": "^18.0.0" + + } + + }, + + "node_modules/@testing-library/react/node_modules/@testing-library/dom": { + + "version": "8.20.1", + + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.1.tgz", + + "integrity": "sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==", + + "dependencies": { + + "@babel/code-frame": "^7.10.4", + + "@babel/runtime": "^7.12.5", + + "@types/aria-query": "^5.0.1", + + "aria-query": "5.1.3", + + "chalk": "^4.1.0", + + "dom-accessibility-api": "^0.5.9", + + "lz-string": "^1.5.0", + + "pretty-format": "^27.0.2" + + }, + + "engines": { + + "node": ">=12" + + } + + }, + + "node_modules/@testing-library/user-event": { + + "version": "13.5.0", + + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", + + "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", + + "dependencies": { + + "@babel/runtime": "^7.12.5" + + }, + + "engines": { + + "node": ">=10", + + "npm": ">=6" + + }, + + "peerDependencies": { + + "@testing-library/dom": ">=7.21.4" + + } + + }, + + "node_modules/@tootallnate/once": { + + "version": "1.1.2", + + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + + "engines": { + + "node": ">= 6" + + } + + }, + + "node_modules/@trysound/sax": { + + "version": "0.2.0", + + "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", + + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + + "engines": { + + "node": ">=10.13.0" + + } + + }, + + "node_modules/@types/acorn": { + + "version": "4.0.6", + + "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz", + + "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==", + + "dependencies": { + + "@types/estree": "*" + + } + + }, + + "node_modules/@types/aria-query": { + + "version": "5.0.4", + + "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", + + "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" + + }, + + "node_modules/@types/babel__core": { + + "version": "7.20.5", + + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + + "dependencies": { + + "@babel/parser": "^7.20.7", + + "@babel/types": "^7.20.7", + + "@types/babel__generator": "*", + + "@types/babel__template": "*", + + "@types/babel__traverse": "*" + + } + + }, + + "node_modules/@types/babel__generator": { + + "version": "7.6.8", + + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + + "dependencies": { + + "@babel/types": "^7.0.0" + + } + + }, + + "node_modules/@types/babel__template": { + + "version": "7.4.4", + + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + + "dependencies": { + + "@babel/parser": "^7.1.0", + + "@babel/types": "^7.0.0" + + } + + }, + + "node_modules/@types/babel__traverse": { + + "version": "7.20.5", + + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", + + "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", + + "dependencies": { + + "@babel/types": "^7.20.7" + + } + + }, + + "node_modules/@types/body-parser": { + + "version": "1.19.5", + + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", + + "dependencies": { + + "@types/connect": "*", + + "@types/node": "*" + + } + + }, + + "node_modules/@types/bonjour": { + + "version": "3.5.13", + + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", + + "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", + + "dependencies": { + + "@types/node": "*" + + } + + }, + + "node_modules/@types/connect": { + + "version": "3.4.38", + + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + + "dependencies": { + + "@types/node": "*" + + } + + }, + + "node_modules/@types/connect-history-api-fallback": { + + "version": "1.5.4", + + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", + + "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", + + "dependencies": { + + "@types/express-serve-static-core": "*", + + "@types/node": "*" + + } + + }, + + "node_modules/@types/debug": { + + "version": "4.1.12", + + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", + + "dependencies": { + + "@types/ms": "*" + + } + + }, + + "node_modules/@types/eslint": { + + "version": "8.56.1", + + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.1.tgz", + + "integrity": "sha512-18PLWRzhy9glDQp3+wOgfLYRWlhgX0azxgJ63rdpoUHyrC9z0f5CkFburjQx4uD7ZCruw85ZtMt6K+L+R8fLJQ==", + + "dependencies": { + + "@types/estree": "*", + + "@types/json-schema": "*" + + } + + }, + + "node_modules/@types/eslint-scope": { + + "version": "3.7.7", + + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", + + "dependencies": { + + "@types/eslint": "*", + + "@types/estree": "*" + + } + + }, + + "node_modules/@types/estree": { + + "version": "1.0.5", + + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" + + }, + + "node_modules/@types/estree-jsx": { + + "version": "1.0.3", + + "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.3.tgz", + + "integrity": "sha512-pvQ+TKeRHeiUGRhvYwRrQ/ISnohKkSJR14fT2yqyZ4e9K5vqc7hrtY2Y1Dw0ZwAzQ6DQsxsaCUuSIIi8v0Cq6w==", + + "dependencies": { + + "@types/estree": "*" + + } + + }, + + "node_modules/@types/express": { + + "version": "4.17.21", + + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", + + "dependencies": { + + "@types/body-parser": "*", + + "@types/express-serve-static-core": "^4.17.33", + + "@types/qs": "*", + + "@types/serve-static": "*" + + } + + }, + + "node_modules/@types/express-serve-static-core": { + + "version": "4.17.41", + + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz", + + "integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==", + + "dependencies": { + + "@types/node": "*", + + "@types/qs": "*", + + "@types/range-parser": "*", + + "@types/send": "*" + + } + + }, + + "node_modules/@types/graceful-fs": { + + "version": "4.1.9", + + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", + + "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", + + "dependencies": { + + "@types/node": "*" + + } + + }, + + "node_modules/@types/hast": { + + "version": "2.3.9", + + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.9.tgz", + + "integrity": "sha512-pTHyNlaMD/oKJmS+ZZUyFUcsZeBZpC0lmGquw98CqRVNgAdJZJeD7GoeLiT6Xbx5rU9VCjSt0RwEvDgzh4obFw==", + + "dependencies": { + + "@types/unist": "^2" + + } + + }, + + "node_modules/@types/html-minifier-terser": { + + "version": "6.1.0", + + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" + + }, + + "node_modules/@types/http-errors": { + + "version": "2.0.4", + + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==" + + }, + + "node_modules/@types/http-proxy": { + + "version": "1.17.14", + + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", + + "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", + + "dependencies": { + + "@types/node": "*" + + } + + }, + + "node_modules/@types/istanbul-lib-coverage": { + + "version": "2.0.6", + + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" + + }, + + "node_modules/@types/istanbul-lib-report": { + + "version": "3.0.3", + + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", + + "dependencies": { + + "@types/istanbul-lib-coverage": "*" + + } + + }, + + "node_modules/@types/istanbul-reports": { + + "version": "3.0.4", + + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", + + "dependencies": { + + "@types/istanbul-lib-report": "*" + + } + + }, + + "node_modules/@types/jest": { + + "version": "29.5.11", + + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.11.tgz", + + "integrity": "sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==", + + "dependencies": { + + "expect": "^29.0.0", + + "pretty-format": "^29.0.0" + + } + + }, + + "node_modules/@types/jest/node_modules/ansi-styles": { + + "version": "5.2.0", + + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + + } + + }, + + "node_modules/@types/jest/node_modules/pretty-format": { + + "version": "29.7.0", + + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", + + "dependencies": { + + "@jest/schemas": "^29.6.3", + + "ansi-styles": "^5.0.0", + + "react-is": "^18.0.0" + + }, + + "engines": { + + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + + } + + }, + + "node_modules/@types/json-schema": { + + "version": "7.0.15", + + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" + + }, + + "node_modules/@types/json5": { + + "version": "0.0.29", + + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" + + }, + + "node_modules/@types/mdast": { + + "version": "3.0.15", + + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz", + + "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==", + + "dependencies": { + + "@types/unist": "^2" + + } + + }, + + "node_modules/@types/mdx": { + + "version": "2.0.10", + + "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.10.tgz", + + "integrity": "sha512-Rllzc5KHk0Al5/WANwgSPl1/CwjqCy+AZrGd78zuK+jO9aDM6ffblZ+zIjgPNAaEBmlO0RYDvLNh7wD0zKVgEg==" + + }, + + "node_modules/@types/mime": { + + "version": "1.3.5", + + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" + + }, + + "node_modules/@types/ms": { + + "version": "0.7.34", + + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", + + "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" + + }, + + "node_modules/@types/node": { + + "version": "20.10.8", + + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.8.tgz", + + "integrity": "sha512-f8nQs3cLxbAFc00vEU59yf9UyGUftkPaLGfvbVOIDdx2i1b8epBqj2aNGyP19fiyXWvlmZ7qC1XLjAzw/OKIeA==", + + "dependencies": { + + "undici-types": "~5.26.4" + + } + + }, + + "node_modules/@types/node-forge": { + + "version": "1.3.11", + + "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", + + "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", + + "dependencies": { + + "@types/node": "*" + + } + + }, + + "node_modules/@types/parse-json": { + + "version": "4.0.2", + + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" + + }, + + "node_modules/@types/parse5": { + + "version": "6.0.3", + + "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", + + "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==" + + }, + + "node_modules/@types/prettier": { + + "version": "2.7.3", + + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", + + "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==" + + }, + + "node_modules/@types/prop-types": { + + "version": "15.7.11", + + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz", + + "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" + + }, + + "node_modules/@types/q": { + + "version": "1.5.8", + + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz", + + "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==" + + }, + + "node_modules/@types/qs": { + + "version": "6.9.11", + + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.11.tgz", + + "integrity": "sha512-oGk0gmhnEJK4Yyk+oI7EfXsLayXatCWPHary1MtcmbAifkobT9cM9yutG/hZKIseOU0MqbIwQ/u2nn/Gb+ltuQ==" + + }, + + "node_modules/@types/range-parser": { + + "version": "1.2.7", + + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" + + }, + + "node_modules/@types/react": { + + "version": "18.2.47", + + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.47.tgz", + + "integrity": "sha512-xquNkkOirwyCgoClNk85BjP+aqnIS+ckAJ8i37gAbDs14jfW/J23f2GItAf33oiUPQnqNMALiFeoM9Y5mbjpVQ==", + + "dependencies": { + + "@types/prop-types": "*", + + "@types/scheduler": "*", + + "csstype": "^3.0.2" + + } + + }, + + "node_modules/@types/react-dom": { + + "version": "18.2.18", + + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.18.tgz", + + "integrity": "sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==", + + "dependencies": { + + "@types/react": "*" + + } + + }, + + "node_modules/@types/react-transition-group": { + + "version": "4.4.10", + + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.10.tgz", + + "integrity": "sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==", + + "dependencies": { + + "@types/react": "*" + + } + + }, + + "node_modules/@types/resolve": { + + "version": "1.20.6", + + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.6.tgz", + + "integrity": "sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==" + + }, + + "node_modules/@types/retry": { + + "version": "0.12.0", + + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" + + }, + + "node_modules/@types/scheduler": { + + "version": "0.16.8", + + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", + + "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" + + }, + + "node_modules/@types/semver": { + + "version": "7.5.6", + + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz", + + "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==" + + }, + + "node_modules/@types/send": { + + "version": "0.17.4", + + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + + "dependencies": { + + "@types/mime": "^1", + + "@types/node": "*" + + } + + }, + + "node_modules/@types/serve-index": { + + "version": "1.9.4", + + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", + + "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", + + "dependencies": { + + "@types/express": "*" + + } + + }, + + "node_modules/@types/serve-static": { + + "version": "1.15.5", + + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz", + + "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==", + + "dependencies": { + + "@types/http-errors": "*", + + "@types/mime": "*", + + "@types/node": "*" + + } + + }, + + "node_modules/@types/sockjs": { + + "version": "0.3.36", + + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", + + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", + + "dependencies": { + + "@types/node": "*" + + } + + }, + + "node_modules/@types/stack-utils": { + + "version": "2.0.3", + + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", + + "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" + + }, + + "node_modules/@types/stylis": { + + "version": "4.2.0", + + "resolved": "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.0.tgz", + + "integrity": "sha512-n4sx2bqL0mW1tvDf/loQ+aMX7GQD3lc3fkCMC55VFNDu/vBOabO+LTIeXKM14xK0ppk5TUGcWRjiSpIlUpghKw==" + + }, + + "node_modules/@types/testing-library__jest-dom": { + + "version": "5.14.9", + + "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz", + + "integrity": "sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==", + + "dependencies": { + + "@types/jest": "*" + + } + + }, + + "node_modules/@types/trusted-types": { + + "version": "2.0.7", + + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", + + "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" + + }, + + "node_modules/@types/unist": { + + "version": "2.0.10", + + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" + + }, + + "node_modules/@types/warning": { + + "version": "3.0.3", + + "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.3.tgz", + + "integrity": "sha512-D1XC7WK8K+zZEveUPY+cf4+kgauk8N4eHr/XIHXGlGYkHLud6hK9lYfZk1ry1TNh798cZUCgb6MqGEG8DkJt6Q==" + + }, + + "node_modules/@types/ws": { + + "version": "8.5.10", + + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", + + "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", + + "dependencies": { + + "@types/node": "*" + + } + + }, + + "node_modules/@types/yargs": { + + "version": "17.0.32", + + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", + + "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", + + "dependencies": { + + "@types/yargs-parser": "*" + + } + + }, + + "node_modules/@types/yargs-parser": { + + "version": "21.0.3", + + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" + + }, + + "node_modules/@typescript-eslint/eslint-plugin": { + + "version": "5.62.0", + + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", + + "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", + + "dependencies": { + + "@eslint-community/regexpp": "^4.4.0", + + "@typescript-eslint/scope-manager": "5.62.0", + + "@typescript-eslint/type-utils": "5.62.0", + + "@typescript-eslint/utils": "5.62.0", + + "debug": "^4.3.4", + + "graphemer": "^1.4.0", + + "ignore": "^5.2.0", + + "natural-compare-lite": "^1.4.0", + + "semver": "^7.3.7", + + "tsutils": "^3.21.0" + + }, + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/typescript-eslint" + + }, + + "peerDependencies": { + + "@typescript-eslint/parser": "^5.0.0", + + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + + }, + + "peerDependenciesMeta": { + + "typescript": { + + "optional": true + + } + + } + + }, + + "node_modules/@typescript-eslint/experimental-utils": { + + "version": "5.62.0", + + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz", + + "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==", + + "dependencies": { + + "@typescript-eslint/utils": "5.62.0" + + }, + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/typescript-eslint" + + }, + + "peerDependencies": { + + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + + } + + }, + + "node_modules/@typescript-eslint/parser": { + + "version": "5.62.0", + + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", + + "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", + + "dependencies": { + + "@typescript-eslint/scope-manager": "5.62.0", + + "@typescript-eslint/types": "5.62.0", + + "@typescript-eslint/typescript-estree": "5.62.0", + + "debug": "^4.3.4" + + }, + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/typescript-eslint" + + }, + + "peerDependencies": { + + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + + }, + + "peerDependenciesMeta": { + + "typescript": { + + "optional": true + + } + + } + + }, + + "node_modules/@typescript-eslint/scope-manager": { + + "version": "5.62.0", + + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", + + "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", + + "dependencies": { + + "@typescript-eslint/types": "5.62.0", + + "@typescript-eslint/visitor-keys": "5.62.0" + + }, + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/typescript-eslint" + + } + + }, + + "node_modules/@typescript-eslint/type-utils": { + + "version": "5.62.0", + + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", + + "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", + + "dependencies": { + + "@typescript-eslint/typescript-estree": "5.62.0", + + "@typescript-eslint/utils": "5.62.0", + + "debug": "^4.3.4", + + "tsutils": "^3.21.0" + + }, + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/typescript-eslint" + + }, + + "peerDependencies": { + + "eslint": "*" + + }, + + "peerDependenciesMeta": { + + "typescript": { + + "optional": true + + } + + } + + }, + + "node_modules/@typescript-eslint/types": { + + "version": "5.62.0", + + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", + + "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/typescript-eslint" + + } + + }, + + "node_modules/@typescript-eslint/typescript-estree": { + + "version": "5.62.0", + + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", + + "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", + + "dependencies": { + + "@typescript-eslint/types": "5.62.0", + + "@typescript-eslint/visitor-keys": "5.62.0", + + "debug": "^4.3.4", + + "globby": "^11.1.0", + + "is-glob": "^4.0.3", + + "semver": "^7.3.7", + + "tsutils": "^3.21.0" + + }, + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/typescript-eslint" + + }, + + "peerDependenciesMeta": { + + "typescript": { + + "optional": true + + } + + } + + }, + + "node_modules/@typescript-eslint/utils": { + + "version": "5.62.0", + + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", + + "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", + + "dependencies": { + + "@eslint-community/eslint-utils": "^4.2.0", + + "@types/json-schema": "^7.0.9", + + "@types/semver": "^7.3.12", + + "@typescript-eslint/scope-manager": "5.62.0", + + "@typescript-eslint/types": "5.62.0", + + "@typescript-eslint/typescript-estree": "5.62.0", + + "eslint-scope": "^5.1.1", + + "semver": "^7.3.7" + + }, + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/typescript-eslint" + + }, + + "peerDependencies": { + + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + + } + + }, + + "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": { + + "version": "5.1.1", + + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + + "dependencies": { + + "esrecurse": "^4.3.0", + + "estraverse": "^4.1.1" + + }, + + "engines": { + + "node": ">=8.0.0" + + } + + }, + + "node_modules/@typescript-eslint/utils/node_modules/estraverse": { + + "version": "4.3.0", + + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + + "engines": { + + "node": ">=4.0" + + } + + }, + + "node_modules/@typescript-eslint/visitor-keys": { + + "version": "5.62.0", + + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", + + "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", + + "dependencies": { + + "@typescript-eslint/types": "5.62.0", + + "eslint-visitor-keys": "^3.3.0" + + }, + + "engines": { + + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/typescript-eslint" + + } + + }, + + "node_modules/@ungap/structured-clone": { + + "version": "1.2.0", + + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" + + }, + + "node_modules/@webassemblyjs/ast": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", + + "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", + + "dependencies": { + + "@webassemblyjs/helper-numbers": "1.11.6", + + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + + } + + }, + + "node_modules/@webassemblyjs/floating-point-hex-parser": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" + + }, + + "node_modules/@webassemblyjs/helper-api-error": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" + + }, + + "node_modules/@webassemblyjs/helper-buffer": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", + + "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==" + + }, + + "node_modules/@webassemblyjs/helper-numbers": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + + "dependencies": { + + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + + "@webassemblyjs/helper-api-error": "1.11.6", + + "@xtuc/long": "4.2.2" + + } + + }, + + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" + + }, + + "node_modules/@webassemblyjs/helper-wasm-section": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", + + "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", + + "dependencies": { + + "@webassemblyjs/ast": "1.11.6", + + "@webassemblyjs/helper-buffer": "1.11.6", + + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + + "@webassemblyjs/wasm-gen": "1.11.6" + + } + + }, + + "node_modules/@webassemblyjs/ieee754": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + + "dependencies": { + + "@xtuc/ieee754": "^1.2.0" + + } + + }, + + "node_modules/@webassemblyjs/leb128": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + + "dependencies": { + + "@xtuc/long": "4.2.2" + + } + + }, + + "node_modules/@webassemblyjs/utf8": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" + + }, + + "node_modules/@webassemblyjs/wasm-edit": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", + + "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", + + "dependencies": { + + "@webassemblyjs/ast": "1.11.6", + + "@webassemblyjs/helper-buffer": "1.11.6", + + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + + "@webassemblyjs/helper-wasm-section": "1.11.6", + + "@webassemblyjs/wasm-gen": "1.11.6", + + "@webassemblyjs/wasm-opt": "1.11.6", + + "@webassemblyjs/wasm-parser": "1.11.6", + + "@webassemblyjs/wast-printer": "1.11.6" + + } + + }, + + "node_modules/@webassemblyjs/wasm-gen": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", + + "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", + + "dependencies": { + + "@webassemblyjs/ast": "1.11.6", + + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + + "@webassemblyjs/ieee754": "1.11.6", + + "@webassemblyjs/leb128": "1.11.6", + + "@webassemblyjs/utf8": "1.11.6" + + } + + }, + + "node_modules/@webassemblyjs/wasm-opt": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", + + "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", + + "dependencies": { + + "@webassemblyjs/ast": "1.11.6", + + "@webassemblyjs/helper-buffer": "1.11.6", + + "@webassemblyjs/wasm-gen": "1.11.6", + + "@webassemblyjs/wasm-parser": "1.11.6" + + } + + }, + + "node_modules/@webassemblyjs/wasm-parser": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", + + "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", + + "dependencies": { + + "@webassemblyjs/ast": "1.11.6", + + "@webassemblyjs/helper-api-error": "1.11.6", + + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + + "@webassemblyjs/ieee754": "1.11.6", + + "@webassemblyjs/leb128": "1.11.6", + + "@webassemblyjs/utf8": "1.11.6" + + } + + }, + + "node_modules/@webassemblyjs/wast-printer": { + + "version": "1.11.6", + + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", + + "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", + + "dependencies": { + + "@webassemblyjs/ast": "1.11.6", + + "@xtuc/long": "4.2.2" + + } + + }, + + "node_modules/@xtuc/ieee754": { + + "version": "1.2.0", + + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + + }, + + "node_modules/@xtuc/long": { + + "version": "4.2.2", + + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + + }, + + "node_modules/abab": { + + "version": "2.0.6", + + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + + "deprecated": "Use your platform's native atob() and btoa() methods instead" + + }, + + "node_modules/accepts": { + + "version": "1.3.8", + + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + + "dependencies": { + + "mime-types": "~2.1.34", + + "negotiator": "0.6.3" + + }, + + "engines": { + + "node": ">= 0.6" + + } + + }, + + "node_modules/acorn": { + + "version": "8.11.3", + + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + + "bin": { + + "acorn": "bin/acorn" + + }, + + "engines": { + + "node": ">=0.4.0" + + } + + }, + + "node_modules/acorn-globals": { + + "version": "6.0.0", + + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + + "dependencies": { + + "acorn": "^7.1.1", + + "acorn-walk": "^7.1.1" + + } + + }, + + "node_modules/acorn-globals/node_modules/acorn": { + + "version": "7.4.1", + + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + + "bin": { + + "acorn": "bin/acorn" + + }, + + "engines": { + + "node": ">=0.4.0" + + } + + }, + + "node_modules/acorn-import-assertions": { + + "version": "1.9.0", + + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + + "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", + + "peerDependencies": { + + "acorn": "^8" + + } + + }, + + "node_modules/acorn-jsx": { + + "version": "5.3.2", + + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + + "peerDependencies": { + + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + + } + + }, + + "node_modules/acorn-walk": { + + "version": "7.2.0", + + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + + "engines": { + + "node": ">=0.4.0" + + } + + }, + + "node_modules/address": { + + "version": "1.2.2", + + "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", + + "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", + + "engines": { + + "node": ">= 10.0.0" + + } + + }, + + "node_modules/adjust-sourcemap-loader": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", + + "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + + "dependencies": { + + "loader-utils": "^2.0.0", + + "regex-parser": "^2.2.11" + + }, + + "engines": { + + "node": ">=8.9" + + } + + }, + + "node_modules/agent-base": { + + "version": "6.0.2", + + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + + "dependencies": { + + "debug": "4" + + }, + + "engines": { + + "node": ">= 6.0.0" + + } + + }, + + "node_modules/ajv": { + + "version": "6.12.6", + + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + + "dependencies": { + + "fast-deep-equal": "^3.1.1", + + "fast-json-stable-stringify": "^2.0.0", + + "json-schema-traverse": "^0.4.1", + + "uri-js": "^4.2.2" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/epoberezkin" + + } + + }, + + "node_modules/ajv-formats": { + + "version": "2.1.1", + + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + + "dependencies": { + + "ajv": "^8.0.0" + + }, + + "peerDependencies": { + + "ajv": "^8.0.0" + + }, + + "peerDependenciesMeta": { + + "ajv": { + + "optional": true + + } + + } + + }, + + "node_modules/ajv-formats/node_modules/ajv": { + + "version": "8.12.0", + + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + + "dependencies": { + + "fast-deep-equal": "^3.1.1", + + "json-schema-traverse": "^1.0.0", + + "require-from-string": "^2.0.2", + + "uri-js": "^4.2.2" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/epoberezkin" + + } + + }, + + "node_modules/ajv-formats/node_modules/json-schema-traverse": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + + }, + + "node_modules/ajv-keywords": { + + "version": "3.5.2", + + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + + "peerDependencies": { + + "ajv": "^6.9.1" + + } + + }, + + "node_modules/ansi-escapes": { + + "version": "4.3.2", + + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + + "dependencies": { + + "type-fest": "^0.21.3" + + }, + + "engines": { + + "node": ">=8" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/ansi-escapes/node_modules/type-fest": { + + "version": "0.21.3", + + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/ansi-html-community": { + + "version": "0.0.8", + + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + + "engines": [ + + "node >= 0.8.0" + + ], + + "bin": { + + "ansi-html": "bin/ansi-html" + + } + + }, + + "node_modules/ansi-red": { + + "version": "0.1.1", + + "resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz", + + "integrity": "sha512-ewaIr5y+9CUTGFwZfpECUbFlGcC0GCw1oqR9RI6h1gQCd9Aj2GxSckCnPsVJnmfMZbwFYE+leZGASgkWl06Jow==", + + "dependencies": { + + "ansi-wrap": "0.1.0" + + }, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/ansi-regex": { + + "version": "5.0.1", + + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/ansi-styles": { + + "version": "4.3.0", + + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + + "dependencies": { + + "color-convert": "^2.0.1" + + }, + + "engines": { + + "node": ">=8" + + }, + + "funding": { + + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + + } + + }, + + "node_modules/ansi-wrap": { + + "version": "0.1.0", + + "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz", + + "integrity": "sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/any-promise": { + + "version": "1.3.0", + + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + + }, + + "node_modules/anymatch": { + + "version": "3.1.3", + + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + + "dependencies": { + + "normalize-path": "^3.0.0", + + "picomatch": "^2.0.4" + + }, + + "engines": { + + "node": ">= 8" + + } + + }, + + "node_modules/arg": { + + "version": "5.0.2", + + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" + + }, + + "node_modules/argparse": { + + "version": "1.0.10", + + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + + "dependencies": { + + "sprintf-js": "~1.0.2" + + } + + }, + + "node_modules/aria-query": { + + "version": "5.1.3", + + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", + + "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", + + "dependencies": { + + "deep-equal": "^2.0.5" + + } + + }, + + "node_modules/array-buffer-byte-length": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", + + "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "is-array-buffer": "^3.0.1" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/array-flatten": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + + }, + + "node_modules/array-includes": { + + "version": "3.1.7", + + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", + + "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1", + + "get-intrinsic": "^1.2.1", + + "is-string": "^1.0.7" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/array-timsort": { + + "version": "1.0.3", + + "resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz", + + "integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==" + + }, + + "node_modules/array-union": { + + "version": "2.1.0", + + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/array-uniq": { + + "version": "1.0.3", + + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + + "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", + + "dev": true, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/array.prototype.findlastindex": { + + "version": "1.2.3", + + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz", + + "integrity": "sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1", + + "es-shim-unscopables": "^1.0.0", + + "get-intrinsic": "^1.2.1" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/array.prototype.flat": { + + "version": "1.3.2", + + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1", + + "es-shim-unscopables": "^1.0.0" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/array.prototype.flatmap": { + + "version": "1.3.2", + + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", + + "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1", + + "es-shim-unscopables": "^1.0.0" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/array.prototype.reduce": { + + "version": "1.0.6", + + "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.6.tgz", + + "integrity": "sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1", + + "es-array-method-boxes-properly": "^1.0.0", + + "is-string": "^1.0.7" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/array.prototype.tosorted": { + + "version": "1.1.2", + + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.2.tgz", + + "integrity": "sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1", + + "es-shim-unscopables": "^1.0.0", + + "get-intrinsic": "^1.2.1" + + } + + }, + + "node_modules/arraybuffer.prototype.slice": { + + "version": "1.0.2", + + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz", + + "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==", + + "dependencies": { + + "array-buffer-byte-length": "^1.0.0", + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1", + + "get-intrinsic": "^1.2.1", + + "is-array-buffer": "^3.0.2", + + "is-shared-array-buffer": "^1.0.2" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/asap": { + + "version": "2.0.6", + + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" + + }, + + "node_modules/ast-types-flow": { + + "version": "0.0.8", + + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz", + + "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==" + + }, + + "node_modules/astring": { + + "version": "1.8.6", + + "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz", + + "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==", + + "bin": { + + "astring": "bin/astring" + + } + + }, + + "node_modules/async": { + + "version": "3.2.5", + + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" + + }, + + "node_modules/asynciterator.prototype": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz", + + "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", + + "dependencies": { + + "has-symbols": "^1.0.3" + + } + + }, + + "node_modules/asynckit": { + + "version": "0.4.0", + + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + + }, + + "node_modules/at-least-node": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + + "engines": { + + "node": ">= 4.0.0" + + } + + }, + + "node_modules/autolinker": { + + "version": "0.28.1", + + "resolved": "https://registry.npmjs.org/autolinker/-/autolinker-0.28.1.tgz", + + "integrity": "sha512-zQAFO1Dlsn69eXaO6+7YZc+v84aquQKbwpzCE3L0stj56ERn9hutFxPopViLjo9G+rWwjozRhgS5KJ25Xy19cQ==", + + "dependencies": { + + "gulp-header": "^1.7.1" + + } + + }, + + "node_modules/autoprefixer": { + + "version": "10.4.16", + + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", + + "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==", + + "funding": [ + + { + + "type": "opencollective", + + "url": "https://opencollective.com/postcss/" + + }, + + { + + "type": "tidelift", + + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + + }, + + { + + "type": "github", + + "url": "https://github.com/sponsors/ai" + + } + + ], + + "dependencies": { + + "browserslist": "^4.21.10", + + "caniuse-lite": "^1.0.30001538", + + "fraction.js": "^4.3.6", + + "normalize-range": "^0.1.2", + + "picocolors": "^1.0.0", + + "postcss-value-parser": "^4.2.0" + + }, + + "bin": { + + "autoprefixer": "bin/autoprefixer" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14" + + }, + + "peerDependencies": { + + "postcss": "^8.1.0" + + } + + }, + + "node_modules/available-typed-arrays": { + + "version": "1.0.5", + + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/axe-core": { + + "version": "4.7.0", + + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz", + + "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==", + + "engines": { + + "node": ">=4" + + } + + }, + + "node_modules/axobject-query": { + + "version": "3.2.1", + + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz", + + "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", + + "dependencies": { + + "dequal": "^2.0.3" + + } + + }, + + "node_modules/b4a": { + + "version": "1.6.4", + + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.4.tgz", + + "integrity": "sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==" + + }, + + "node_modules/babel-jest": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", + + "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", + + "dependencies": { + + "@jest/transform": "^27.5.1", + + "@jest/types": "^27.5.1", + + "@types/babel__core": "^7.1.14", + + "babel-plugin-istanbul": "^6.1.1", + + "babel-preset-jest": "^27.5.1", + + "chalk": "^4.0.0", + + "graceful-fs": "^4.2.9", + + "slash": "^3.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + }, + + "peerDependencies": { + + "@babel/core": "^7.8.0" + + } + + }, + + "node_modules/babel-jest/node_modules/@jest/types": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + + "dependencies": { + + "@types/istanbul-lib-coverage": "^2.0.0", + + "@types/istanbul-reports": "^3.0.0", + + "@types/node": "*", + + "@types/yargs": "^16.0.0", + + "chalk": "^4.0.0" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/babel-jest/node_modules/@types/yargs": { + + "version": "16.0.9", + + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", + + "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", + + "dependencies": { + + "@types/yargs-parser": "*" + + } + + }, + + "node_modules/babel-loader": { + + "version": "8.3.0", + + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", + + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + + "dependencies": { + + "find-cache-dir": "^3.3.1", + + "loader-utils": "^2.0.0", + + "make-dir": "^3.1.0", + + "schema-utils": "^2.6.5" + + }, + + "engines": { + + "node": ">= 8.9" + + }, + + "peerDependencies": { + + "@babel/core": "^7.0.0", + + "webpack": ">=2" + + } + + }, + + "node_modules/babel-loader/node_modules/schema-utils": { + + "version": "2.7.1", + + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + + "dependencies": { + + "@types/json-schema": "^7.0.5", + + "ajv": "^6.12.4", + + "ajv-keywords": "^3.5.2" + + }, + + "engines": { + + "node": ">= 8.9.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/webpack" + + } + + }, + + "node_modules/babel-plugin-istanbul": { + + "version": "6.1.1", + + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + + "dependencies": { + + "@babel/helper-plugin-utils": "^7.0.0", + + "@istanbuljs/load-nyc-config": "^1.0.0", + + "@istanbuljs/schema": "^0.1.2", + + "istanbul-lib-instrument": "^5.0.4", + + "test-exclude": "^6.0.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/babel-plugin-jest-hoist": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", + + "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", + + "dependencies": { + + "@babel/template": "^7.3.3", + + "@babel/types": "^7.3.3", + + "@types/babel__core": "^7.0.0", + + "@types/babel__traverse": "^7.0.6" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/babel-plugin-macros": { + + "version": "3.1.0", + + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + + "dependencies": { + + "@babel/runtime": "^7.12.5", + + "cosmiconfig": "^7.0.0", + + "resolve": "^1.19.0" + + }, + + "engines": { + + "node": ">=10", + + "npm": ">=6" + + } + + }, + + "node_modules/babel-plugin-named-asset-import": { + + "version": "0.3.8", + + "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", + + "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", + + "peerDependencies": { + + "@babel/core": "^7.1.0" + + } + + }, + + "node_modules/babel-plugin-polyfill-corejs2": { + + "version": "0.4.7", + + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.7.tgz", + + "integrity": "sha512-LidDk/tEGDfuHW2DWh/Hgo4rmnw3cduK6ZkOI1NPFceSK3n/yAGeOsNT7FLnSGHkXj3RHGSEVkN3FsCTY6w2CQ==", + + "dependencies": { + + "@babel/compat-data": "^7.22.6", + + "@babel/helper-define-polyfill-provider": "^0.4.4", + +>>>>>>> Stashed changes + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/eslint-parser": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz", + "integrity": "sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==", + "dependencies": { + "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", + "eslint-visitor-keys": "^2.1.0", + "semver": "^6.3.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || >=14.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.11.0", + "eslint": "^7.5.0 || ^8.0.0" + } + }, + "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "engines": { + "node": ">=10" + } + }, + "node_modules/@babel/eslint-parser/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.4.tgz", + "integrity": "sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==", + "dependencies": { +<<<<<<< Updated upstream + "@babel/types": "^7.23.4", +======= + + "tmpl": "1.0.5" + + } + + }, + + "node_modules/markdown-extensions": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-1.1.1.tgz", + + "integrity": "sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/markdown-link": { + + "version": "0.1.1", + + "resolved": "https://registry.npmjs.org/markdown-link/-/markdown-link-0.1.1.tgz", + + "integrity": "sha512-TurLymbyLyo+kAUUAV9ggR9EPcDjP/ctlv9QAFiqUH7c+t6FlsbivPo9OKTU8xdOx9oNd2drW/Fi5RRElQbUqA==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/markdown-toc": { + + "version": "1.2.0", + + "resolved": "https://registry.npmjs.org/markdown-toc/-/markdown-toc-1.2.0.tgz", + + "integrity": "sha512-eOsq7EGd3asV0oBfmyqngeEIhrbkc7XVP63OwcJBIhH2EpG2PzFcbZdhy1jutXSlRBBVMNXHvMtSr5LAxSUvUg==", + + "dependencies": { + + "concat-stream": "^1.5.2", + + "diacritics-map": "^0.1.0", + + "gray-matter": "^2.1.0", + + "lazy-cache": "^2.0.2", + + "list-item": "^1.1.1", + + "markdown-link": "^0.1.1", + + "minimist": "^1.2.0", + + "mixin-deep": "^1.1.3", + + "object.pick": "^1.2.0", + + "remarkable": "^1.7.1", + + "repeat-string": "^1.6.1", + + "strip-color": "^0.1.0" + + }, + + "bin": { + + "markdown-toc": "cli.js" + + }, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/markdown-toc/node_modules/gray-matter": { + + "version": "2.1.1", + + "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-2.1.1.tgz", + + "integrity": "sha512-vbmvP1Fe/fxuT2QuLVcqb2BfK7upGhhbLIt9/owWEvPYrZZEkelLcq2HqzxosV+PQ67dUFLaAeNpH7C4hhICAA==", + + "dependencies": { + + "ansi-red": "^0.1.1", + + "coffee-script": "^1.12.4", + + "extend-shallow": "^2.0.1", + + "js-yaml": "^3.8.1", + + "toml": "^2.3.2" + + }, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/markdown-toc/node_modules/toml": { + + "version": "2.3.6", + + "resolved": "https://registry.npmjs.org/toml/-/toml-2.3.6.tgz", + + "integrity": "sha512-gVweAectJU3ebq//Ferr2JUY4WKSDe5N+z0FvjDncLGyHmIDoxgY/2Ie4qfEIDm4IS7OA6Rmdm7pdEEdMcV/xQ==" + + }, + + "node_modules/math-random": { + + "version": "1.0.4", + + "resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz", + + "integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==" + + }, + + "node_modules/mdast-util-definitions": { + + "version": "5.1.2", + + "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz", + + "integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==", + + "dependencies": { + + "@types/mdast": "^3.0.0", + + "@types/unist": "^2.0.0", + + "unist-util-visit": "^4.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-from-markdown": { + + "version": "1.3.1", + + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz", + + "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==", + + "dependencies": { + + "@types/mdast": "^3.0.0", + + "@types/unist": "^2.0.0", + + "decode-named-character-reference": "^1.0.0", + + "mdast-util-to-string": "^3.1.0", + + "micromark": "^3.0.0", + + "micromark-util-decode-numeric-character-reference": "^1.0.0", + + "micromark-util-decode-string": "^1.0.0", + + "micromark-util-normalize-identifier": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0", + + "unist-util-stringify-position": "^3.0.0", + + "uvu": "^0.5.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-frontmatter": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/mdast-util-frontmatter/-/mdast-util-frontmatter-1.0.1.tgz", + + "integrity": "sha512-JjA2OjxRqAa8wEG8hloD0uTU0kdn8kbtOWpPP94NBkfAlbxn4S8gCGf/9DwFtEeGPXrDcNXdiDjVaRdUFqYokw==", + + "dependencies": { + + "@types/mdast": "^3.0.0", + + "mdast-util-to-markdown": "^1.3.0", + + "micromark-extension-frontmatter": "^1.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-2.0.1.tgz", + + "integrity": "sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==", + + "dependencies": { + + "mdast-util-from-markdown": "^1.0.0", + + "mdast-util-mdx-expression": "^1.0.0", + + "mdast-util-mdx-jsx": "^2.0.0", + + "mdast-util-mdxjs-esm": "^1.0.0", + + "mdast-util-to-markdown": "^1.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx-expression": { + + "version": "1.3.2", + + "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.3.2.tgz", + + "integrity": "sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==", + + "dependencies": { + + "@types/estree-jsx": "^1.0.0", + + "@types/hast": "^2.0.0", + + "@types/mdast": "^3.0.0", + + "mdast-util-from-markdown": "^1.0.0", + + "mdast-util-to-markdown": "^1.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx-jsx": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.0.0.tgz", + + "integrity": "sha512-XZuPPzQNBPAlaqsTTgRrcJnyFbSOBovSadFgbFu8SnuNgm+6Bdx1K+IWoitsmj6Lq6MNtI+ytOqwN70n//NaBA==", + + "dependencies": { + + "@types/estree-jsx": "^1.0.0", + + "@types/hast": "^3.0.0", + + "@types/mdast": "^4.0.0", + + "@types/unist": "^3.0.0", + + "ccount": "^2.0.0", + + "devlop": "^1.1.0", + + "mdast-util-from-markdown": "^2.0.0", + + "mdast-util-to-markdown": "^2.0.0", + + "parse-entities": "^4.0.0", + + "stringify-entities": "^4.0.0", + + "unist-util-remove-position": "^5.0.0", + + "unist-util-stringify-position": "^4.0.0", + + "vfile-message": "^4.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/@types/hast": { + + "version": "3.0.3", + + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.3.tgz", + + "integrity": "sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==", + + "dependencies": { + + "@types/unist": "*" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/@types/mdast": { + + "version": "4.0.3", + + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz", + + "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==", + + "dependencies": { + + "@types/unist": "*" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/@types/unist": { + + "version": "3.0.2", + + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", + + "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/mdast-util-from-markdown": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz", + + "integrity": "sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==", + + "dependencies": { + + "@types/mdast": "^4.0.0", + + "@types/unist": "^3.0.0", + + "decode-named-character-reference": "^1.0.0", + + "devlop": "^1.0.0", + + "mdast-util-to-string": "^4.0.0", + + "micromark": "^4.0.0", + + "micromark-util-decode-numeric-character-reference": "^2.0.0", + + "micromark-util-decode-string": "^2.0.0", + + "micromark-util-normalize-identifier": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0", + + "unist-util-stringify-position": "^4.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/mdast-util-phrasing": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.0.0.tgz", + + "integrity": "sha512-xadSsJayQIucJ9n053dfQwVu1kuXg7jCTdYsMK8rqzKZh52nLfSH/k0sAxE0u+pj/zKZX+o5wB+ML5mRayOxFA==", + + "dependencies": { + + "@types/mdast": "^4.0.0", + + "unist-util-is": "^6.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/mdast-util-to-markdown": { + + "version": "2.1.0", + + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.0.tgz", + + "integrity": "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==", + + "dependencies": { + + "@types/mdast": "^4.0.0", + + "@types/unist": "^3.0.0", + + "longest-streak": "^3.0.0", + + "mdast-util-phrasing": "^4.0.0", + + "mdast-util-to-string": "^4.0.0", + + "micromark-util-decode-string": "^2.0.0", + + "unist-util-visit": "^5.0.0", + + "zwitch": "^2.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/mdast-util-to-string": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", + + "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", + + "dependencies": { + + "@types/mdast": "^4.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.0.tgz", + + "integrity": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "@types/debug": "^4.0.0", + + "debug": "^4.0.0", + + "decode-named-character-reference": "^1.0.0", + + "devlop": "^1.0.0", + + "micromark-core-commonmark": "^2.0.0", + + "micromark-factory-space": "^2.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-chunked": "^2.0.0", + + "micromark-util-combine-extensions": "^2.0.0", + + "micromark-util-decode-numeric-character-reference": "^2.0.0", + + "micromark-util-encode": "^2.0.0", + + "micromark-util-normalize-identifier": "^2.0.0", + + "micromark-util-resolve-all": "^2.0.0", + + "micromark-util-sanitize-uri": "^2.0.0", + + "micromark-util-subtokenize": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-core-commonmark": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.0.tgz", + + "integrity": "sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "decode-named-character-reference": "^1.0.0", + + "devlop": "^1.0.0", + + "micromark-factory-destination": "^2.0.0", + + "micromark-factory-label": "^2.0.0", + + "micromark-factory-space": "^2.0.0", + + "micromark-factory-title": "^2.0.0", + + "micromark-factory-whitespace": "^2.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-chunked": "^2.0.0", + + "micromark-util-classify-character": "^2.0.0", + + "micromark-util-html-tag-name": "^2.0.0", + + "micromark-util-normalize-identifier": "^2.0.0", + + "micromark-util-resolve-all": "^2.0.0", + + "micromark-util-subtokenize": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-factory-destination": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.0.tgz", + + "integrity": "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-factory-label": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.0.tgz", + + "integrity": "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "devlop": "^1.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-factory-space": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-factory-title": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.0.tgz", + + "integrity": "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-factory-space": "^2.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-factory-whitespace": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.0.tgz", + + "integrity": "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-factory-space": "^2.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-character": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-chunked": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.0.tgz", + + "integrity": "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-classify-character": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.0.tgz", + + "integrity": "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-combine-extensions": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.0.tgz", + + "integrity": "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-chunked": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-decode-numeric-character-reference": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.1.tgz", + + "integrity": "sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-decode-string": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.0.tgz", + + "integrity": "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "decode-named-character-reference": "^1.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-decode-numeric-character-reference": "^2.0.0", + + "micromark-util-symbol": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-encode": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", + + "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-html-tag-name": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.0.tgz", + + "integrity": "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-normalize-identifier": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.0.tgz", + + "integrity": "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-resolve-all": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.0.tgz", + + "integrity": "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-sanitize-uri": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", + + "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^2.0.0", + + "micromark-util-encode": "^2.0.0", + + "micromark-util-symbol": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-subtokenize": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.0.tgz", + + "integrity": "sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "devlop": "^1.0.0", + + "micromark-util-chunked": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-symbol": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-types": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", + + "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-is": { + + "version": "6.0.0", + + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", + + "dependencies": { + + "@types/unist": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-stringify-position": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", + + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", + + "dependencies": { + + "@types/unist": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-visit": { + + "version": "5.0.0", + + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", + + "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", + + "dependencies": { + + "@types/unist": "^3.0.0", + + "unist-util-is": "^6.0.0", + + "unist-util-visit-parents": "^6.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-visit-parents": { + + "version": "6.0.1", + + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", + + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", + + "dependencies": { + + "@types/unist": "^3.0.0", + + "unist-util-is": "^6.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx/node_modules/mdast-util-mdx-jsx": { + + "version": "2.1.4", + + "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.1.4.tgz", + + "integrity": "sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==", + + "dependencies": { + + "@types/estree-jsx": "^1.0.0", + + "@types/hast": "^2.0.0", + + "@types/mdast": "^3.0.0", + + "@types/unist": "^2.0.0", + + "ccount": "^2.0.0", + + "mdast-util-from-markdown": "^1.1.0", + + "mdast-util-to-markdown": "^1.3.0", + + "parse-entities": "^4.0.0", + + "stringify-entities": "^4.0.0", + + "unist-util-remove-position": "^4.0.0", + + "unist-util-stringify-position": "^3.0.0", + + "vfile-message": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx/node_modules/unist-util-remove-position": { + + "version": "4.0.2", + + "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-4.0.2.tgz", + + "integrity": "sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==", + + "dependencies": { + + "@types/unist": "^2.0.0", + + "unist-util-visit": "^4.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdx/node_modules/vfile-message": { + + "version": "3.1.4", + + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + + "dependencies": { + + "@types/unist": "^2.0.0", + + "unist-util-stringify-position": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-mdxjs-esm": { + + "version": "1.3.1", + + "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.3.1.tgz", + + "integrity": "sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==", + + "dependencies": { + + "@types/estree-jsx": "^1.0.0", + + "@types/hast": "^2.0.0", + + "@types/mdast": "^3.0.0", + + "mdast-util-from-markdown": "^1.0.0", + + "mdast-util-to-markdown": "^1.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-phrasing": { + + "version": "3.0.1", + + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz", + + "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==", + + "dependencies": { + + "@types/mdast": "^3.0.0", + + "unist-util-is": "^5.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-to-hast": { + + "version": "13.0.2", + + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.0.2.tgz", + + "integrity": "sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==", + + "dependencies": { + + "@types/hast": "^3.0.0", + + "@types/mdast": "^4.0.0", + + "@ungap/structured-clone": "^1.0.0", + + "devlop": "^1.0.0", + + "micromark-util-sanitize-uri": "^2.0.0", + + "trim-lines": "^3.0.0", + + "unist-util-position": "^5.0.0", + + "unist-util-visit": "^5.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-to-hast/node_modules/@types/hast": { + + "version": "3.0.3", + + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.3.tgz", + + "integrity": "sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==", + + "dependencies": { + + "@types/unist": "*" + + } + + }, + + "node_modules/mdast-util-to-hast/node_modules/@types/mdast": { + + "version": "4.0.3", + + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz", + + "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==", + + "dependencies": { + + "@types/unist": "*" + + } + + }, + + "node_modules/mdast-util-to-hast/node_modules/@types/unist": { + + "version": "3.0.2", + + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", + + "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" + + }, + + "node_modules/mdast-util-to-hast/node_modules/micromark-util-character": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-to-hast/node_modules/micromark-util-encode": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", + + "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/mdast-util-to-hast/node_modules/micromark-util-sanitize-uri": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", + + "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^2.0.0", + + "micromark-util-encode": "^2.0.0", + + "micromark-util-symbol": "^2.0.0" + + } + + }, + + "node_modules/mdast-util-to-hast/node_modules/micromark-util-symbol": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/mdast-util-to-hast/node_modules/micromark-util-types": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", + + "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/mdast-util-to-hast/node_modules/unist-util-is": { + + "version": "6.0.0", + + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", + + "dependencies": { + + "@types/unist": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-to-hast/node_modules/unist-util-position": { + + "version": "5.0.0", + + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", + + "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", + + "dependencies": { + + "@types/unist": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": { + + "version": "5.0.0", + + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", + + "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", + + "dependencies": { + + "@types/unist": "^3.0.0", + + "unist-util-is": "^6.0.0", + + "unist-util-visit-parents": "^6.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents": { + + "version": "6.0.1", + + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", + + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", + + "dependencies": { + + "@types/unist": "^3.0.0", + + "unist-util-is": "^6.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-to-markdown": { + + "version": "1.5.0", + + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz", + + "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", + + "dependencies": { + + "@types/mdast": "^3.0.0", + + "@types/unist": "^2.0.0", + + "longest-streak": "^3.0.0", + + "mdast-util-phrasing": "^3.0.0", + + "mdast-util-to-string": "^3.0.0", + + "micromark-util-decode-string": "^1.0.0", + + "unist-util-visit": "^4.0.0", + + "zwitch": "^2.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdast-util-to-string": { + + "version": "3.2.0", + + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", + + "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", + + "dependencies": { + + "@types/mdast": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/mdn-data": { + + "version": "2.0.4", + + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" + + }, + + "node_modules/mdx-bundler": { + + "version": "9.2.1", + + "resolved": "https://registry.npmjs.org/mdx-bundler/-/mdx-bundler-9.2.1.tgz", + + "integrity": "sha512-hWEEip1KU9MCNqeH2rqwzAZ1pdqPPbfkx9OTJjADqGPQz4t9BO85fhI7AP9gVYrpmfArf9/xJZUN0yBErg/G/Q==", + + "dependencies": { + + "@babel/runtime": "^7.16.3", + + "@esbuild-plugins/node-resolve": "^0.1.4", + + "@fal-works/esbuild-plugin-global-externals": "^2.1.2", + + "@mdx-js/esbuild": "^2.0.0", + + "gray-matter": "^4.0.3", + + "remark-frontmatter": "^4.0.1", + + "remark-mdx-frontmatter": "^1.1.1", + + "uuid": "^8.3.2", + + "vfile": "^5.3.2" + + }, + + "engines": { + + "node": ">=14", + + "npm": ">=6" + + }, + + "peerDependencies": { + + "esbuild": "0.*" + + } + + }, + + "node_modules/media-typer": { + + "version": "0.3.0", + + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + + "engines": { + + "node": ">= 0.6" + + } + + }, + + "node_modules/memfs": { + + "version": "3.5.3", + + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", + + "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", + + "dependencies": { + + "fs-monkey": "^1.0.4" + + }, + + "engines": { + + "node": ">= 4.0.0" + + } + + }, + + "node_modules/merge-descriptors": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + + }, + + "node_modules/merge-stream": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + + }, + + "node_modules/merge2": { + + "version": "1.4.1", + + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + + "engines": { + + "node": ">= 8" + + } + + }, + + "node_modules/methods": { + + "version": "1.1.2", + + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + + "engines": { + + "node": ">= 0.6" + + } + + }, + + "node_modules/micromark": { + + "version": "3.2.0", + + "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz", + + "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "@types/debug": "^4.0.0", + + "debug": "^4.0.0", + + "decode-named-character-reference": "^1.0.0", + + "micromark-core-commonmark": "^1.0.1", + + "micromark-factory-space": "^1.0.0", + + "micromark-util-character": "^1.0.0", + + "micromark-util-chunked": "^1.0.0", + + "micromark-util-combine-extensions": "^1.0.0", + + "micromark-util-decode-numeric-character-reference": "^1.0.0", + + "micromark-util-encode": "^1.0.0", + + "micromark-util-normalize-identifier": "^1.0.0", + + "micromark-util-resolve-all": "^1.0.0", + + "micromark-util-sanitize-uri": "^1.0.0", + + "micromark-util-subtokenize": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.1", + + "uvu": "^0.5.0" + + } + + }, + + "node_modules/micromark-core-commonmark": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz", + + "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "decode-named-character-reference": "^1.0.0", + + "micromark-factory-destination": "^1.0.0", + + "micromark-factory-label": "^1.0.0", + + "micromark-factory-space": "^1.0.0", + + "micromark-factory-title": "^1.0.0", + + "micromark-factory-whitespace": "^1.0.0", + + "micromark-util-character": "^1.0.0", + + "micromark-util-chunked": "^1.0.0", + + "micromark-util-classify-character": "^1.0.0", + + "micromark-util-html-tag-name": "^1.0.0", + + "micromark-util-normalize-identifier": "^1.0.0", + + "micromark-util-resolve-all": "^1.0.0", + + "micromark-util-subtokenize": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.1", + + "uvu": "^0.5.0" + + } + + }, + + "node_modules/micromark-extension-frontmatter": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-1.1.1.tgz", + + "integrity": "sha512-m2UH9a7n3W8VAH9JO9y01APpPKmNNNs71P0RbknEmYSaZU5Ghogv38BYO94AI5Xw6OYfxZRdHZZ2nYjs/Z+SZQ==", + + "dependencies": { + + "fault": "^2.0.0", + + "micromark-util-character": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/micromark-extension-mdx-expression": { + + "version": "1.0.8", + + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-1.0.8.tgz", + + "integrity": "sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "@types/estree": "^1.0.0", + + "micromark-factory-mdx-expression": "^1.0.0", + + "micromark-factory-space": "^1.0.0", + + "micromark-util-character": "^1.0.0", + + "micromark-util-events-to-acorn": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0", + + "uvu": "^0.5.0" + + } + + }, + + "node_modules/micromark-extension-mdx-jsx": { + + "version": "1.0.5", + + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-1.0.5.tgz", + + "integrity": "sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==", + + "dependencies": { + + "@types/acorn": "^4.0.0", + + "@types/estree": "^1.0.0", + + "estree-util-is-identifier-name": "^2.0.0", + + "micromark-factory-mdx-expression": "^1.0.0", + + "micromark-factory-space": "^1.0.0", + + "micromark-util-character": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0", + + "uvu": "^0.5.0", + + "vfile-message": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/micromark-extension-mdx-jsx/node_modules/vfile-message": { + + "version": "3.1.4", + + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + + "dependencies": { + + "@types/unist": "^2.0.0", + + "unist-util-stringify-position": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/micromark-extension-mdx-md": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-1.0.1.tgz", + + "integrity": "sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==", + + "dependencies": { + + "micromark-util-types": "^1.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/micromark-extension-mdxjs": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-1.0.1.tgz", + + "integrity": "sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==", + + "dependencies": { + + "acorn": "^8.0.0", + + "acorn-jsx": "^5.0.0", + + "micromark-extension-mdx-expression": "^1.0.0", + + "micromark-extension-mdx-jsx": "^1.0.0", + + "micromark-extension-mdx-md": "^1.0.0", + + "micromark-extension-mdxjs-esm": "^1.0.0", + + "micromark-util-combine-extensions": "^1.0.0", + + "micromark-util-types": "^1.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/micromark-extension-mdxjs-esm": { + + "version": "1.0.5", + + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-1.0.5.tgz", + + "integrity": "sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==", + + "dependencies": { + + "@types/estree": "^1.0.0", + + "micromark-core-commonmark": "^1.0.0", + + "micromark-util-character": "^1.0.0", + + "micromark-util-events-to-acorn": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0", + + "unist-util-position-from-estree": "^1.1.0", + + "uvu": "^0.5.0", + + "vfile-message": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/micromark-extension-mdxjs-esm/node_modules/vfile-message": { + + "version": "3.1.4", + + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + + "dependencies": { + + "@types/unist": "^2.0.0", + + "unist-util-stringify-position": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/micromark-factory-destination": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz", + + "integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0" + + } + + }, + + "node_modules/micromark-factory-label": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz", + + "integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0", + + "uvu": "^0.5.0" + + } + + }, + + "node_modules/micromark-factory-mdx-expression": { + + "version": "1.0.9", + + "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-1.0.9.tgz", + + "integrity": "sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "@types/estree": "^1.0.0", + + "micromark-util-character": "^1.0.0", + + "micromark-util-events-to-acorn": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0", + + "unist-util-position-from-estree": "^1.0.0", + + "uvu": "^0.5.0", + + "vfile-message": "^3.0.0" + + } + + }, + + "node_modules/micromark-factory-mdx-expression/node_modules/vfile-message": { + + "version": "3.1.4", + + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + + "dependencies": { + + "@types/unist": "^2.0.0", + + "unist-util-stringify-position": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/micromark-factory-space": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz", + + "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^1.0.0", + + "micromark-util-types": "^1.0.0" + + } + + }, + + "node_modules/micromark-factory-title": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz", + + "integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-factory-space": "^1.0.0", + + "micromark-util-character": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0" + + } + + }, + + "node_modules/micromark-factory-whitespace": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz", + + "integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-factory-space": "^1.0.0", + + "micromark-util-character": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0" + + } + + }, + + "node_modules/micromark-util-character": { + + "version": "1.2.0", + + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz", + + "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0" + + } + + }, + + "node_modules/micromark-util-chunked": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz", + + "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^1.0.0" + + } + + }, + + "node_modules/micromark-util-classify-character": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz", + + "integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0" + + } + + }, + + "node_modules/micromark-util-combine-extensions": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz", + + "integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-chunked": "^1.0.0", + + "micromark-util-types": "^1.0.0" + + } + + }, + + "node_modules/micromark-util-decode-numeric-character-reference": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz", + + "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^1.0.0" + + } + + }, + + "node_modules/micromark-util-decode-string": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz", + + "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "decode-named-character-reference": "^1.0.0", + + "micromark-util-character": "^1.0.0", + + "micromark-util-decode-numeric-character-reference": "^1.0.0", + + "micromark-util-symbol": "^1.0.0" + + } + + }, + + "node_modules/micromark-util-encode": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz", + + "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/micromark-util-events-to-acorn": { + + "version": "1.2.3", + + "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-1.2.3.tgz", + + "integrity": "sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "@types/acorn": "^4.0.0", + + "@types/estree": "^1.0.0", + + "@types/unist": "^2.0.0", + + "estree-util-visit": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0", + + "uvu": "^0.5.0", + + "vfile-message": "^3.0.0" + + } + + }, + + "node_modules/micromark-util-events-to-acorn/node_modules/vfile-message": { + + "version": "3.1.4", + + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + + "dependencies": { + + "@types/unist": "^2.0.0", + + "unist-util-stringify-position": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/micromark-util-html-tag-name": { + + "version": "1.2.0", + + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz", + + "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/micromark-util-normalize-identifier": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz", + + "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^1.0.0" + + } + + }, + + "node_modules/micromark-util-resolve-all": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz", + + "integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-types": "^1.0.0" + + } + + }, + + "node_modules/micromark-util-sanitize-uri": { + + "version": "1.2.0", + + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz", + + "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^1.0.0", + + "micromark-util-encode": "^1.0.0", + + "micromark-util-symbol": "^1.0.0" + + } + + }, + + "node_modules/micromark-util-subtokenize": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz", + + "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-chunked": "^1.0.0", + + "micromark-util-symbol": "^1.0.0", + + "micromark-util-types": "^1.0.0", + + "uvu": "^0.5.0" + + } + + }, + + "node_modules/micromark-util-symbol": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz", + + "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/micromark-util-types": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", + + "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/micromatch": { + + "version": "4.0.5", + + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + + "dependencies": { + + "braces": "^3.0.2", + + "picomatch": "^2.3.1" + + }, + + "engines": { + + "node": ">=8.6" + + } + + }, + + "node_modules/mime": { + + "version": "1.6.0", + + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + + "bin": { + + "mime": "cli.js" + + }, + + "engines": { + + "node": ">=4" + + } + + }, + + "node_modules/mime-db": { + + "version": "1.52.0", + + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + + "engines": { + + "node": ">= 0.6" + + } + + }, + + "node_modules/mime-types": { + + "version": "2.1.35", + + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + + "dependencies": { + + "mime-db": "1.52.0" + + }, + + "engines": { + + "node": ">= 0.6" + + } + + }, + + "node_modules/mimic-fn": { + + "version": "2.1.0", + + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/mimic-response": { + + "version": "3.1.0", + + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/min-indent": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", + + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", + + "engines": { + + "node": ">=4" + + } + + }, + + "node_modules/mini-css-extract-plugin": { + + "version": "2.7.6", + + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", + + "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", + + "dependencies": { + + "schema-utils": "^4.0.0" + + }, + + "engines": { + + "node": ">= 12.13.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/webpack" + + }, + + "peerDependencies": { + + "webpack": "^5.0.0" + + } + + }, + + "node_modules/mini-css-extract-plugin/node_modules/ajv": { + + "version": "8.12.0", + + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + + "dependencies": { + + "fast-deep-equal": "^3.1.1", + + "json-schema-traverse": "^1.0.0", + + "require-from-string": "^2.0.2", + + "uri-js": "^4.2.2" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/epoberezkin" + + } + + }, + + "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { + + "version": "5.1.0", + + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + + "dependencies": { + + "fast-deep-equal": "^3.1.3" + + }, + + "peerDependencies": { + + "ajv": "^8.8.2" + + } + + }, + + "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + + }, + + "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { + + "version": "4.2.0", + + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + + "dependencies": { + + "@types/json-schema": "^7.0.9", + + "ajv": "^8.9.0", + + "ajv-formats": "^2.1.1", + + "ajv-keywords": "^5.1.0" + + }, + + "engines": { + + "node": ">= 12.13.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/webpack" + + } + + }, + + "node_modules/mini-svg-data-uri": { + + "version": "1.4.4", + + "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz", + + "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==", + + "bin": { + + "mini-svg-data-uri": "cli.js" + + } + + }, + + "node_modules/minimalistic-assert": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + + }, + + "node_modules/minimatch": { + + "version": "3.1.2", + + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + + "dependencies": { + + "brace-expansion": "^1.1.7" + + }, + + "engines": { + + "node": "*" + + } + + }, + + "node_modules/minimist": { + + "version": "1.2.8", + + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/minipass": { + + "version": "7.0.4", + + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + + "engines": { + + "node": ">=16 || 14 >=14.17" + + } + + }, + + "node_modules/mixin-deep": { + + "version": "1.3.2", + + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + + "dependencies": { + + "for-in": "^1.0.2", + + "is-extendable": "^1.0.1" + + }, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/mixin-deep/node_modules/is-extendable": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + + "dependencies": { + + "is-plain-object": "^2.0.4" + + }, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/mkdirp": { + + "version": "0.5.6", + + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + + "dependencies": { + + "minimist": "^1.2.6" + + }, + + "bin": { + + "mkdirp": "bin/cmd.js" + + } + + }, + + "node_modules/mkdirp-classic": { + + "version": "0.5.3", + + "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + + "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" + + }, + + "node_modules/mri": { + + "version": "1.2.0", + + "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", + + "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", + + "engines": { + + "node": ">=4" + + } + + }, + + "node_modules/ms": { + + "version": "2.1.2", + + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + + }, + + "node_modules/multicast-dns": { + + "version": "7.2.5", + + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + + "dependencies": { + + "dns-packet": "^5.2.2", + + "thunky": "^1.0.2" + + }, + + "bin": { + + "multicast-dns": "cli.js" + + } + + }, + + "node_modules/mz": { + + "version": "2.7.0", + + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + + "dependencies": { + + "any-promise": "^1.0.0", + + "object-assign": "^4.0.1", + + "thenify-all": "^1.0.0" + + } + + }, + + "node_modules/nanoid": { + + "version": "3.3.7", + + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + + "funding": [ + + { + + "type": "github", + + "url": "https://github.com/sponsors/ai" + + } + + ], + + "bin": { + + "nanoid": "bin/nanoid.cjs" + + }, + + "engines": { + + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + + } + + }, + + "node_modules/napi-build-utils": { + + "version": "1.0.2", + + "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", + + "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==" + + }, + + "node_modules/natural-compare": { + + "version": "1.4.0", + + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + + }, + + "node_modules/natural-compare-lite": { + + "version": "1.4.0", + + "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", + + "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==" + + }, + + "node_modules/negotiator": { + + "version": "0.6.3", + + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + + "engines": { + + "node": ">= 0.6" + + } + + }, + + "node_modules/neo-async": { + + "version": "2.6.2", + + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + + }, + + "node_modules/next": { + + "version": "13.5.6", + + "resolved": "https://registry.npmjs.org/next/-/next-13.5.6.tgz", + + "integrity": "sha512-Y2wTcTbO4WwEsVb4A8VSnOsG1I9ok+h74q0ZdxkwM3EODqrs4pasq7O0iUxbcS9VtWMicG7f3+HAj0r1+NtKSw==", + + "peer": true, + + "dependencies": { + + "@next/env": "13.5.6", + + "@swc/helpers": "0.5.2", + + "busboy": "1.6.0", + + "caniuse-lite": "^1.0.30001406", + + "postcss": "8.4.31", + + "styled-jsx": "5.1.1", + + "watchpack": "2.4.0" + + }, + + "bin": { + + "next": "dist/bin/next" + + }, + + "engines": { + + "node": ">=16.14.0" + + }, + + "optionalDependencies": { + + "@next/swc-darwin-arm64": "13.5.6", + + "@next/swc-darwin-x64": "13.5.6", + + "@next/swc-linux-arm64-gnu": "13.5.6", + + "@next/swc-linux-arm64-musl": "13.5.6", + + "@next/swc-linux-x64-gnu": "13.5.6", + + "@next/swc-linux-x64-musl": "13.5.6", + + "@next/swc-win32-arm64-msvc": "13.5.6", + + "@next/swc-win32-ia32-msvc": "13.5.6", + + "@next/swc-win32-x64-msvc": "13.5.6" + + }, + + "peerDependencies": { + + "@opentelemetry/api": "^1.1.0", + + "react": "^18.2.0", + + "react-dom": "^18.2.0", + + "sass": "^1.3.0" + + }, + + "peerDependenciesMeta": { + + "@opentelemetry/api": { + + "optional": true + + }, + + "sass": { + + "optional": true + + } + + } + + }, + + "node_modules/next-contentlayer": { + + "version": "0.3.4", + + "resolved": "https://registry.npmjs.org/next-contentlayer/-/next-contentlayer-0.3.4.tgz", + + "integrity": "sha512-UtUCwgAl159KwfhNaOwyiI7Lg6sdioyKMeh+E7jxx0CJ29JuXGxBEYmCI6+72NxFGIFZKx8lvttbbQhbnYWYSw==", + + "dependencies": { + + "@contentlayer/core": "0.3.4", + + "@contentlayer/utils": "0.3.4" + + }, + + "peerDependencies": { + + "contentlayer": "0.3.4", + + "next": "^12 || ^13", + + "react": "*", + + "react-dom": "*" + + } + + }, + + "node_modules/no-case": { + + "version": "3.0.4", + + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + + "dependencies": { + + "lower-case": "^2.0.2", + + "tslib": "^2.0.3" + + } + + }, + + "node_modules/node-abi": { + + "version": "3.54.0", + + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.54.0.tgz", + + "integrity": "sha512-p7eGEiQil0YUV3ItH4/tBb781L5impVmmx2E9FRKF7d18XXzp4PGT2tdYMFY6wQqgxD0IwNZOiSJ0/K0fSi/OA==", + + "dependencies": { + + "semver": "^7.3.5" + + }, + + "engines": { + + "node": ">=10" + + } + + }, + + "node_modules/node-addon-api": { + + "version": "6.1.0", + + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", + + "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==" + + }, + + "node_modules/node-domexception": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", + + "funding": [ + + { + + "type": "github", + + "url": "https://github.com/sponsors/jimmywarting" + + }, + + { + + "type": "github", + + "url": "https://paypal.me/jimmywarting" + + } + + ], + + "engines": { + + "node": ">=10.5.0" + + } + + }, + + "node_modules/node-fetch": { + + "version": "3.3.2", + + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + + "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + + "dependencies": { + + "data-uri-to-buffer": "^4.0.0", + + "fetch-blob": "^3.1.4", + + "formdata-polyfill": "^4.0.10" + + }, + + "engines": { + + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/node-fetch" + + } + + }, + + "node_modules/node-forge": { + + "version": "1.3.1", + + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + + "engines": { + + "node": ">= 6.13.0" + + } + + }, + + "node_modules/node-int64": { + + "version": "0.4.0", + + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" + + }, + + "node_modules/node-releases": { + + "version": "2.0.14", + + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + + }, + + "node_modules/normalize-path": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/normalize-range": { + + "version": "0.1.2", + + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/normalize-url": { + + "version": "6.1.0", + + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/npm-run-path": { + + "version": "4.0.1", + + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + + "dependencies": { + + "path-key": "^3.0.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/nth-check": { + + "version": "2.1.1", + + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + + "dependencies": { + + "boolbase": "^1.0.0" + + }, + + "funding": { + + "url": "https://github.com/fb55/nth-check?sponsor=1" + + } + + }, + + "node_modules/nwsapi": { + + "version": "2.2.7", + + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", + + "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" + + }, + + "node_modules/object-assign": { + + "version": "4.1.1", + + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/object-hash": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + + "engines": { + + "node": ">= 6" + + } + + }, + + "node_modules/object-inspect": { + + "version": "1.13.1", + + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/object-is": { + + "version": "1.1.5", + + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.1.3" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/object-keys": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + + "engines": { + + "node": ">= 0.4" + + } + + }, + + "node_modules/object.assign": { + + "version": "4.1.5", + + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", + + "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", + + "dependencies": { + + "call-bind": "^1.0.5", + + "define-properties": "^1.2.1", + + "has-symbols": "^1.0.3", + + "object-keys": "^1.1.1" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/object.entries": { + + "version": "1.1.7", + + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", + + "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1" + + }, + + "engines": { + + "node": ">= 0.4" + + } + + }, + + "node_modules/object.fromentries": { + + "version": "2.0.7", + + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", + + "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/object.getownpropertydescriptors": { + + "version": "2.1.7", + + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.7.tgz", + + "integrity": "sha512-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g==", + + "dependencies": { + + "array.prototype.reduce": "^1.0.6", + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1", + + "safe-array-concat": "^1.0.0" + + }, + + "engines": { + + "node": ">= 0.8" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/object.groupby": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.1.tgz", + + "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1", + + "get-intrinsic": "^1.2.1" + + } + + }, + + "node_modules/object.hasown": { + + "version": "1.1.3", + + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz", + + "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==", + + "dependencies": { + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/object.pick": { + + "version": "1.3.0", + + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + + "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", + + "dependencies": { + + "isobject": "^3.0.1" + + }, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/object.values": { + + "version": "1.1.7", + + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", + + "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/obuf": { + + "version": "1.1.2", + + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + + }, + + "node_modules/on-finished": { + + "version": "2.4.1", + + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + + "dependencies": { + + "ee-first": "1.1.1" + + }, + + "engines": { + + "node": ">= 0.8" + + } + + }, + + "node_modules/on-headers": { + + "version": "1.0.2", + + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + + "engines": { + + "node": ">= 0.8" + + } + + }, + + "node_modules/once": { + + "version": "1.4.0", + + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + + "dependencies": { + + "wrappy": "1" + + } + + }, + + "node_modules/onetime": { + + "version": "5.1.2", + + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + + "dependencies": { + + "mimic-fn": "^2.1.0" + + }, + + "engines": { + + "node": ">=6" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/oo-ascii-tree": { + + "version": "1.94.0", + + "resolved": "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.94.0.tgz", + + "integrity": "sha512-i6UllReifEW2InBJHVFJNxrledRp3yr/yKVbpDmgWTguRe8/7BtBK3njzjvZNcPLEAtiWWxr0o9SpwYjapmTOw==", + + "engines": { + + "node": ">= 14.17.0" + + } + + }, + + "node_modules/open": { + + "version": "8.4.2", + + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + + "dependencies": { + + "define-lazy-prop": "^2.0.0", + + "is-docker": "^2.1.1", + + "is-wsl": "^2.2.0" + + }, + + "engines": { + + "node": ">=12" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/optionator": { + + "version": "0.9.3", + + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + + "dependencies": { + + "@aashutoshrathi/word-wrap": "^1.2.3", + + "deep-is": "^0.1.3", + + "fast-levenshtein": "^2.0.6", + + "levn": "^0.4.1", + + "prelude-ls": "^1.2.1", + + "type-check": "^0.4.0" + + }, + + "engines": { + + "node": ">= 0.8.0" + + } + + }, + + "node_modules/p-limit": { + + "version": "3.1.0", + + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + + "dependencies": { + + "yocto-queue": "^0.1.0" + + }, + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/p-locate": { + + "version": "5.0.0", + + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + + "dependencies": { + + "p-limit": "^3.0.2" + + }, + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/p-retry": { + + "version": "4.6.2", + + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", + + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + + "dependencies": { + + "@types/retry": "0.12.0", + + "retry": "^0.13.1" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/p-try": { + + "version": "2.2.0", + + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/param-case": { + + "version": "3.0.4", + + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + + "dependencies": { + + "dot-case": "^3.0.4", + + "tslib": "^2.0.3" + + } + + }, + + "node_modules/parent-module": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + + "dependencies": { + + "callsites": "^3.0.0" + + }, + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/parse-entities": { + + "version": "4.0.1", + + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz", + + "integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==", + + "dependencies": { + + "@types/unist": "^2.0.0", + + "character-entities": "^2.0.0", + + "character-entities-legacy": "^3.0.0", + + "character-reference-invalid": "^2.0.0", + + "decode-named-character-reference": "^1.0.0", + + "is-alphanumerical": "^2.0.0", + + "is-decimal": "^2.0.0", + + "is-hexadecimal": "^2.0.0" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/wooorm" + + } + + }, + + "node_modules/parse-json": { + + "version": "5.2.0", + + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + + "dependencies": { + + "@babel/code-frame": "^7.0.0", + + "error-ex": "^1.3.1", + + "json-parse-even-better-errors": "^2.3.0", + + "lines-and-columns": "^1.1.6" + + }, + + "engines": { + + "node": ">=8" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/parse5": { + + "version": "6.0.1", + + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" + + }, + + "node_modules/parseurl": { + + "version": "1.3.3", + + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + + "engines": { + + "node": ">= 0.8" + + } + + }, + + "node_modules/pascal-case": { + + "version": "3.1.2", + + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + + "dependencies": { + + "no-case": "^3.0.4", + + "tslib": "^2.0.3" + + } + + }, + + "node_modules/path-exists": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/path-is-absolute": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/path-key": { + + "version": "3.1.1", + + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/path-parse": { + + "version": "1.0.7", + + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + + }, + + "node_modules/path-scurry": { + + "version": "1.10.1", + + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", + + "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + + "dependencies": { + + "lru-cache": "^9.1.1 || ^10.0.0", + + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + + }, + + "engines": { + + "node": ">=16 || 14 >=14.17" + + }, + + "funding": { + + "url": "https://github.com/sponsors/isaacs" + + } + + }, + + "node_modules/path-scurry/node_modules/lru-cache": { + + "version": "10.1.0", + + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz", + + "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==", + + "engines": { + + "node": "14 || >=16.14" + + } + + }, + + "node_modules/path-to-regexp": { + + "version": "0.1.7", + + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + + }, + + "node_modules/path-type": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/performance-now": { + + "version": "2.1.0", + + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" + + }, + + "node_modules/periscopic": { + + "version": "3.1.0", + + "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz", + + "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==", + + "dependencies": { + + "@types/estree": "^1.0.0", + + "estree-walker": "^3.0.0", + + "is-reference": "^3.0.0" + + } + + }, + + "node_modules/picocolors": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + + }, + + "node_modules/picomatch": { + + "version": "2.3.1", + + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + + "engines": { + + "node": ">=8.6" + + }, + + "funding": { + + "url": "https://github.com/sponsors/jonschlinkert" + + } + + }, + + "node_modules/pify": { + + "version": "2.3.0", + + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/pinkie": { + + "version": "2.0.4", + + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + + "dev": true, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/pinkie-promise": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + + "dev": true, + + "dependencies": { + + "pinkie": "^2.0.0" + + }, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/pirates": { + + "version": "4.0.6", + + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + + "engines": { + + "node": ">= 6" + + } + + }, + + "node_modules/pkg-dir": { + + "version": "4.2.0", + + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + + "dependencies": { + + "find-up": "^4.0.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/pkg-dir/node_modules/find-up": { + + "version": "4.1.0", + + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + + "dependencies": { + + "locate-path": "^5.0.0", + + "path-exists": "^4.0.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/pkg-dir/node_modules/locate-path": { + + "version": "5.0.0", + + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + + "dependencies": { + + "p-locate": "^4.1.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/pkg-dir/node_modules/p-limit": { + + "version": "2.3.0", + + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + + "dependencies": { + + "p-try": "^2.0.0" + + }, + + "engines": { + + "node": ">=6" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/pkg-dir/node_modules/p-locate": { + + "version": "4.1.0", + + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + + "dependencies": { + + "p-limit": "^2.2.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/pkg-up": { + + "version": "3.1.0", + + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", + + "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + + "dependencies": { + + "find-up": "^3.0.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/pkg-up/node_modules/find-up": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + + "dependencies": { + + "locate-path": "^3.0.0" + + }, + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/pkg-up/node_modules/locate-path": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + + "dependencies": { + + "p-locate": "^3.0.0", + + "path-exists": "^3.0.0" + + }, + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/pkg-up/node_modules/p-limit": { + + "version": "2.3.0", + + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + + "dependencies": { + + "p-try": "^2.0.0" + + }, + + "engines": { + + "node": ">=6" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/pkg-up/node_modules/p-locate": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + + "dependencies": { + + "p-limit": "^2.0.0" + + }, + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/pkg-up/node_modules/path-exists": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + + "engines": { + + "node": ">=4" + + } + + }, + + "node_modules/postcss": { + + "version": "8.4.31", + + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + + "funding": [ + + { + + "type": "opencollective", + + "url": "https://opencollective.com/postcss/" + + }, + + { + + "type": "tidelift", + + "url": "https://tidelift.com/funding/github/npm/postcss" + + }, + + { + + "type": "github", + + "url": "https://github.com/sponsors/ai" + + } + + ], + + "dependencies": { + + "nanoid": "^3.3.6", + + "picocolors": "^1.0.0", + + "source-map-js": "^1.0.2" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14" + + } + + }, + + "node_modules/postcss-attribute-case-insensitive": { + + "version": "5.0.2", + + "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", + + "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.10" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-browser-comments": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", + + "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", + + "engines": { + + "node": ">=8" + + }, + + "peerDependencies": { + + "browserslist": ">=4", + + "postcss": ">=8" + + } + + }, + + "node_modules/postcss-calc": { + + "version": "8.2.4", + + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", + + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.9", + + "postcss-value-parser": "^4.2.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.2" + + } + + }, + + "node_modules/postcss-clamp": { + + "version": "4.1.0", + + "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", + + "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": ">=7.6.0" + + }, + + "peerDependencies": { + + "postcss": "^8.4.6" + + } + + }, + + "node_modules/postcss-color-functional-notation": { + + "version": "4.2.4", + + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", + + "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-color-hex-alpha": { + + "version": "8.0.4", + + "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", + + "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.4" + + } + + }, + + "node_modules/postcss-color-rebeccapurple": { + + "version": "7.1.1", + + "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", + + "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-colormin": { + + "version": "5.3.1", + + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", + + "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", + + "dependencies": { + + "browserslist": "^4.21.4", + + "caniuse-api": "^3.0.0", + + "colord": "^2.9.1", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-convert-values": { + + "version": "5.1.3", + + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", + + "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", + + "dependencies": { + + "browserslist": "^4.21.4", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-custom-media": { + + "version": "8.0.2", + + "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", + + "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.3" + + } + + }, + + "node_modules/postcss-custom-properties": { + + "version": "12.1.11", + + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz", + + "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-custom-selectors": { + + "version": "6.0.3", + + "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", + + "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.4" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.3" + + } + + }, + + "node_modules/postcss-dir-pseudo-class": { + + "version": "6.0.5", + + "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", + + "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.10" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-discard-comments": { + + "version": "5.1.2", + + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", + + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-discard-duplicates": { + + "version": "5.1.0", + + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-discard-empty": { + + "version": "5.1.1", + + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", + + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-discard-overridden": { + + "version": "5.1.0", + + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-double-position-gradients": { + + "version": "3.1.2", + + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", + + "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", + + "dependencies": { + + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-env-function": { + + "version": "4.0.6", + + "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", + + "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "peerDependencies": { + + "postcss": "^8.4" + + } + + }, + + "node_modules/postcss-flexbugs-fixes": { + + "version": "5.0.2", + + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", + + "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", + + "peerDependencies": { + + "postcss": "^8.1.4" + + } + + }, + + "node_modules/postcss-focus-visible": { + + "version": "6.0.4", + + "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", + + "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.9" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "peerDependencies": { + + "postcss": "^8.4" + + } + + }, + + "node_modules/postcss-focus-within": { + + "version": "5.0.4", + + "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", + + "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.9" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "peerDependencies": { + + "postcss": "^8.4" + + } + + }, + + "node_modules/postcss-font-variant": { + + "version": "5.0.0", + + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", + + "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", + + "peerDependencies": { + + "postcss": "^8.1.0" + + } + + }, + + "node_modules/postcss-gap-properties": { + + "version": "3.0.5", + + "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", + + "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-image-set-function": { + + "version": "4.0.7", + + "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", + + "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-import": { + + "version": "15.1.0", + + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + + "dependencies": { + + "postcss-value-parser": "^4.0.0", + + "read-cache": "^1.0.0", + + "resolve": "^1.1.7" + + }, + + "engines": { + + "node": ">=14.0.0" + + }, + + "peerDependencies": { + + "postcss": "^8.0.0" + + } + + }, + + "node_modules/postcss-initial": { + + "version": "4.0.1", + + "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", + + "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", + + "peerDependencies": { + + "postcss": "^8.0.0" + + } + + }, + + "node_modules/postcss-js": { + + "version": "4.0.1", + + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + + "dependencies": { + + "camelcase-css": "^2.0.1" + + }, + + "engines": { + + "node": "^12 || ^14 || >= 16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/postcss/" + + }, + + "peerDependencies": { + + "postcss": "^8.4.21" + + } + + }, + + "node_modules/postcss-lab-function": { + + "version": "4.2.1", + + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", + + "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", + + "dependencies": { + + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-load-config": { + + "version": "4.0.2", + + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", + + "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", + + "funding": [ + + { + + "type": "opencollective", + + "url": "https://opencollective.com/postcss/" + + }, + + { + + "type": "github", + + "url": "https://github.com/sponsors/ai" + + } + + ], + + "dependencies": { + + "lilconfig": "^3.0.0", + + "yaml": "^2.3.4" + + }, + + "engines": { + + "node": ">= 14" + + }, + + "peerDependencies": { + + "postcss": ">=8.0.9", + + "ts-node": ">=9.0.0" + + }, + + "peerDependenciesMeta": { + + "postcss": { + + "optional": true + + }, + + "ts-node": { + + "optional": true + + } + + } + + }, + + "node_modules/postcss-load-config/node_modules/lilconfig": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", + + "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/postcss-load-config/node_modules/yaml": { + + "version": "2.3.4", + + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", + + "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", + + "engines": { + + "node": ">= 14" + + } + + }, + + "node_modules/postcss-loader": { + + "version": "6.2.1", + + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", + + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + + "dependencies": { + + "cosmiconfig": "^7.0.0", + + "klona": "^2.0.5", + + "semver": "^7.3.5" + + }, + + "engines": { + + "node": ">= 12.13.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/webpack" + + }, + + "peerDependencies": { + + "postcss": "^7.0.0 || ^8.0.1", + + "webpack": "^5.0.0" + + } + + }, + + "node_modules/postcss-logical": { + + "version": "5.0.4", + + "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", + + "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "peerDependencies": { + + "postcss": "^8.4" + + } + + }, + + "node_modules/postcss-media-minmax": { + + "version": "5.0.0", + + "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", + + "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", + + "engines": { + + "node": ">=10.0.0" + + }, + + "peerDependencies": { + + "postcss": "^8.1.0" + + } + + }, + + "node_modules/postcss-merge-longhand": { + + "version": "5.1.7", + + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", + + "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0", + + "stylehacks": "^5.1.1" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-merge-rules": { + + "version": "5.1.4", + + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", + + "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", + + "dependencies": { + + "browserslist": "^4.21.4", + + "caniuse-api": "^3.0.0", + + "cssnano-utils": "^3.1.0", + + "postcss-selector-parser": "^6.0.5" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-minify-font-values": { + + "version": "5.1.0", + + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-minify-gradients": { + + "version": "5.1.1", + + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", + + "dependencies": { + + "colord": "^2.9.1", + + "cssnano-utils": "^3.1.0", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-minify-params": { + + "version": "5.1.4", + + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", + + "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", + + "dependencies": { + + "browserslist": "^4.21.4", + + "cssnano-utils": "^3.1.0", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-minify-selectors": { + + "version": "5.2.1", + + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.5" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-modules-extract-imports": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + + "engines": { + + "node": "^10 || ^12 || >= 14" + + }, + + "peerDependencies": { + + "postcss": "^8.1.0" + + } + + }, + + "node_modules/postcss-modules-local-by-default": { + + "version": "4.0.3", + + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz", + + "integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==", + + "dependencies": { + + "icss-utils": "^5.0.0", + + "postcss-selector-parser": "^6.0.2", + + "postcss-value-parser": "^4.1.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >= 14" + + }, + + "peerDependencies": { + + "postcss": "^8.1.0" + + } + + }, + + "node_modules/postcss-modules-scope": { + + "version": "3.1.0", + + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.0.tgz", + + "integrity": "sha512-SaIbK8XW+MZbd0xHPf7kdfA/3eOt7vxJ72IRecn3EzuZVLr1r0orzf0MX/pN8m+NMDoo6X/SQd8oeKqGZd8PXg==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.4" + + }, + + "engines": { + + "node": "^10 || ^12 || >= 14" + + }, + + "peerDependencies": { + + "postcss": "^8.1.0" + + } + + }, + + "node_modules/postcss-modules-values": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + + "dependencies": { + + "icss-utils": "^5.0.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >= 14" + + }, + + "peerDependencies": { + + "postcss": "^8.1.0" + + } + + }, + + "node_modules/postcss-nested": { + + "version": "6.0.1", + + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", + + "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.11" + + }, + + "engines": { + + "node": ">=12.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/postcss/" + + }, + + "peerDependencies": { + + "postcss": "^8.2.14" + + } + + }, + + "node_modules/postcss-nesting": { + + "version": "10.2.0", + + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", + + "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", + + "dependencies": { + + "@csstools/selector-specificity": "^2.0.0", + + "postcss-selector-parser": "^6.0.10" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-normalize": { + + "version": "10.0.1", + + "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", + + "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", + + "dependencies": { + + "@csstools/normalize.css": "*", + + "postcss-browser-comments": "^4", + + "sanitize.css": "*" + + }, + + "engines": { + + "node": ">= 12" + + }, + + "peerDependencies": { + + "browserslist": ">= 4", + + "postcss": ">= 8" + + } + + }, + + "node_modules/postcss-normalize-charset": { + + "version": "5.1.0", + + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-normalize-display-values": { + + "version": "5.1.0", + + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-normalize-positions": { + + "version": "5.1.1", + + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", + + "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-normalize-repeat-style": { + + "version": "5.1.1", + + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", + + "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-normalize-string": { + + "version": "5.1.0", + + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", + + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-normalize-timing-functions": { + + "version": "5.1.0", + + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", + + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-normalize-unicode": { + + "version": "5.1.1", + + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", + + "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", + + "dependencies": { + + "browserslist": "^4.21.4", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-normalize-url": { + + "version": "5.1.0", + + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", + + "dependencies": { + + "normalize-url": "^6.0.1", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-normalize-whitespace": { + + "version": "5.1.1", + + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-opacity-percentage": { + + "version": "1.1.3", + + "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz", + + "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==", + + "funding": [ + + { + + "type": "kofi", + + "url": "https://ko-fi.com/mrcgrtz" + + }, + + { + + "type": "liberapay", + + "url": "https://liberapay.com/mrcgrtz" + + } + + ], + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-ordered-values": { + + "version": "5.1.3", + + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", + + "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", + + "dependencies": { + + "cssnano-utils": "^3.1.0", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-overflow-shorthand": { + + "version": "3.0.4", + + "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", + + "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-page-break": { + + "version": "3.0.4", + + "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", + + "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", + + "peerDependencies": { + + "postcss": "^8" + + } + + }, + + "node_modules/postcss-place": { + + "version": "7.0.5", + + "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", + + "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-preset-env": { + + "version": "7.8.3", + + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz", + + "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==", + + "dependencies": { + + "@csstools/postcss-cascade-layers": "^1.1.1", + + "@csstools/postcss-color-function": "^1.1.1", + + "@csstools/postcss-font-format-keywords": "^1.0.1", + + "@csstools/postcss-hwb-function": "^1.0.2", + + "@csstools/postcss-ic-unit": "^1.0.1", + + "@csstools/postcss-is-pseudo-class": "^2.0.7", + + "@csstools/postcss-nested-calc": "^1.0.0", + + "@csstools/postcss-normalize-display-values": "^1.0.1", + + "@csstools/postcss-oklab-function": "^1.1.1", + + "@csstools/postcss-progressive-custom-properties": "^1.3.0", + + "@csstools/postcss-stepped-value-functions": "^1.0.1", + + "@csstools/postcss-text-decoration-shorthand": "^1.0.0", + + "@csstools/postcss-trigonometric-functions": "^1.0.2", + + "@csstools/postcss-unset-value": "^1.0.2", + + "autoprefixer": "^10.4.13", + + "browserslist": "^4.21.4", + + "css-blank-pseudo": "^3.0.3", + + "css-has-pseudo": "^3.0.4", + + "css-prefers-color-scheme": "^6.0.3", + + "cssdb": "^7.1.0", + + "postcss-attribute-case-insensitive": "^5.0.2", + + "postcss-clamp": "^4.1.0", + + "postcss-color-functional-notation": "^4.2.4", + + "postcss-color-hex-alpha": "^8.0.4", + + "postcss-color-rebeccapurple": "^7.1.1", + + "postcss-custom-media": "^8.0.2", + + "postcss-custom-properties": "^12.1.10", + + "postcss-custom-selectors": "^6.0.3", + + "postcss-dir-pseudo-class": "^6.0.5", + + "postcss-double-position-gradients": "^3.1.2", + + "postcss-env-function": "^4.0.6", + + "postcss-focus-visible": "^6.0.4", + + "postcss-focus-within": "^5.0.4", + + "postcss-font-variant": "^5.0.0", + + "postcss-gap-properties": "^3.0.5", + + "postcss-image-set-function": "^4.0.7", + + "postcss-initial": "^4.0.1", + + "postcss-lab-function": "^4.2.1", + + "postcss-logical": "^5.0.4", + + "postcss-media-minmax": "^5.0.0", + + "postcss-nesting": "^10.2.0", + + "postcss-opacity-percentage": "^1.1.2", + + "postcss-overflow-shorthand": "^3.0.4", + + "postcss-page-break": "^3.0.4", + + "postcss-place": "^7.0.5", + + "postcss-pseudo-class-any-link": "^7.1.6", + + "postcss-replace-overflow-wrap": "^4.0.0", + + "postcss-selector-not": "^6.0.1", + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-pseudo-class-any-link": { + + "version": "7.1.6", + + "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", + + "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.10" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-reduce-initial": { + + "version": "5.1.2", + + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", + + "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", + + "dependencies": { + + "browserslist": "^4.21.4", + + "caniuse-api": "^3.0.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-reduce-transforms": { + + "version": "5.1.0", + + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-replace-overflow-wrap": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", + + "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", + + "peerDependencies": { + + "postcss": "^8.0.3" + + } + + }, + + "node_modules/postcss-selector-not": { + + "version": "6.0.1", + + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", + + "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.10" + + }, + + "engines": { + + "node": "^12 || ^14 || >=16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/csstools" + + }, + + "peerDependencies": { + + "postcss": "^8.2" + + } + + }, + + "node_modules/postcss-selector-parser": { + + "version": "6.0.15", + + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", + + "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", + + "dependencies": { + + "cssesc": "^3.0.0", + + "util-deprecate": "^1.0.2" + + }, + + "engines": { + + "node": ">=4" + + } + + }, + + "node_modules/postcss-svgo": { + + "version": "5.1.0", + + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + + "dependencies": { + + "postcss-value-parser": "^4.2.0", + + "svgo": "^2.7.0" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-svgo/node_modules/commander": { + + "version": "7.2.0", + + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + + "engines": { + + "node": ">= 10" + + } + + }, + + "node_modules/postcss-svgo/node_modules/css-tree": { + + "version": "1.1.3", + + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + + "dependencies": { + + "mdn-data": "2.0.14", + + "source-map": "^0.6.1" + + }, + + "engines": { + + "node": ">=8.0.0" + + } + + }, + + "node_modules/postcss-svgo/node_modules/mdn-data": { + + "version": "2.0.14", + + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + + }, + + "node_modules/postcss-svgo/node_modules/source-map": { + + "version": "0.6.1", + + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/postcss-svgo/node_modules/svgo": { + + "version": "2.8.0", + + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", + + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + + "dependencies": { + + "@trysound/sax": "0.2.0", + + "commander": "^7.2.0", + + "css-select": "^4.1.3", + + "css-tree": "^1.1.3", + + "csso": "^4.2.0", + + "picocolors": "^1.0.0", + + "stable": "^0.1.8" + + }, + + "bin": { + + "svgo": "bin/svgo" + + }, + + "engines": { + + "node": ">=10.13.0" + + } + + }, + + "node_modules/postcss-unique-selectors": { + + "version": "5.1.1", + + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", + + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + + "dependencies": { + + "postcss-selector-parser": "^6.0.5" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/postcss-value-parser": { + + "version": "4.2.0", + + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + + }, + + "node_modules/prebuild-install": { + + "version": "7.1.1", + + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz", + + "integrity": "sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==", + + "dependencies": { + + "detect-libc": "^2.0.0", + + "expand-template": "^2.0.3", + + "github-from-package": "0.0.0", + + "minimist": "^1.2.3", + + "mkdirp-classic": "^0.5.3", + + "napi-build-utils": "^1.0.1", + + "node-abi": "^3.3.0", + + "pump": "^3.0.0", + + "rc": "^1.2.7", + + "simple-get": "^4.0.0", + + "tar-fs": "^2.0.0", + + "tunnel-agent": "^0.6.0" + + }, + + "bin": { + + "prebuild-install": "bin.js" + + }, + + "engines": { + + "node": ">=10" + + } + + }, + + "node_modules/prebuild-install/node_modules/readable-stream": { + + "version": "3.6.2", + + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + + "dependencies": { + + "inherits": "^2.0.3", + + "string_decoder": "^1.1.1", + + "util-deprecate": "^1.0.1" + + }, + + "engines": { + + "node": ">= 6" + + } + + }, + + "node_modules/prebuild-install/node_modules/tar-fs": { + + "version": "2.1.1", + + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", + + "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", + + "dependencies": { + + "chownr": "^1.1.1", + + "mkdirp-classic": "^0.5.2", + + "pump": "^3.0.0", + + "tar-stream": "^2.1.4" + + } + + }, + + "node_modules/prebuild-install/node_modules/tar-stream": { + + "version": "2.2.0", + + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", + + "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", + + "dependencies": { + + "bl": "^4.0.3", + + "end-of-stream": "^1.4.1", + + "fs-constants": "^1.0.0", + + "inherits": "^2.0.3", + + "readable-stream": "^3.1.1" + + }, + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/prelude-ls": { + + "version": "1.2.1", + + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + + "engines": { + + "node": ">= 0.8.0" + + } + + }, + + "node_modules/pretty-bytes": { + + "version": "5.6.0", + + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + + "engines": { + + "node": ">=6" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/pretty-error": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", + + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + + "dependencies": { + + "lodash": "^4.17.20", + + "renderkid": "^3.0.0" + + } + + }, + + "node_modules/pretty-format": { + + "version": "27.5.1", + + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + + "dependencies": { + + "ansi-regex": "^5.0.1", + + "ansi-styles": "^5.0.0", + + "react-is": "^17.0.1" + + }, + + "engines": { + + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + + } + + }, + + "node_modules/pretty-format/node_modules/ansi-styles": { + + "version": "5.2.0", + + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + + "engines": { + + "node": ">=10" + + }, + + "funding": { + + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + + } + + }, + + "node_modules/pretty-format/node_modules/react-is": { + + "version": "17.0.2", + + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + + }, + + "node_modules/process-nextick-args": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + + }, + + "node_modules/promise": { + + "version": "8.3.0", + + "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", + + "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", + + "dependencies": { + + "asap": "~2.0.6" + + } + + }, + + "node_modules/prompts": { + + "version": "2.4.2", + + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + + "dependencies": { + + "kleur": "^3.0.3", + + "sisteransi": "^1.0.5" + + }, + + "engines": { + + "node": ">= 6" + + } + + }, + + "node_modules/prop-types": { + + "version": "15.8.1", + + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + + "dependencies": { + + "loose-envify": "^1.4.0", + + "object-assign": "^4.1.1", + + "react-is": "^16.13.1" + + } + + }, + + "node_modules/prop-types-extra": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz", + + "integrity": "sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew==", + + "dependencies": { + + "react-is": "^16.3.2", + + "warning": "^4.0.0" + + }, + + "peerDependencies": { + + "react": ">=0.14.0" + + } + + }, + + "node_modules/prop-types-extra/node_modules/react-is": { + + "version": "16.13.1", + + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + + }, + + "node_modules/prop-types/node_modules/react-is": { + + "version": "16.13.1", + + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + + }, + + "node_modules/property-information": { + + "version": "6.4.0", + + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.0.tgz", + + "integrity": "sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==", + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/wooorm" + + } + + }, + + "node_modules/protobufjs": { + + "version": "7.2.5", + + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", + + "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", + + "hasInstallScript": true, + + "dependencies": { + + "@protobufjs/aspromise": "^1.1.2", + + "@protobufjs/base64": "^1.1.2", + + "@protobufjs/codegen": "^2.0.4", + + "@protobufjs/eventemitter": "^1.1.0", + + "@protobufjs/fetch": "^1.1.0", + + "@protobufjs/float": "^1.0.2", + + "@protobufjs/inquire": "^1.1.0", + + "@protobufjs/path": "^1.1.2", + + "@protobufjs/pool": "^1.1.0", + + "@protobufjs/utf8": "^1.1.0", + + "@types/node": ">=13.7.0", + + "long": "^5.0.0" + + }, + + "engines": { + + "node": ">=12.0.0" + + } + + }, + + "node_modules/proxy-addr": { + + "version": "2.0.7", + + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + + "dependencies": { + + "forwarded": "0.2.0", + + "ipaddr.js": "1.9.1" + + }, + + "engines": { + + "node": ">= 0.10" + + } + + }, + + "node_modules/proxy-addr/node_modules/ipaddr.js": { + + "version": "1.9.1", + + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + + "engines": { + + "node": ">= 0.10" + + } + + }, + + "node_modules/psl": { + + "version": "1.9.0", + + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" + + }, + + "node_modules/pump": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + + "dependencies": { + + "end-of-stream": "^1.1.0", + + "once": "^1.3.1" + + } + + }, + + "node_modules/punycode": { + + "version": "2.3.1", + + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/q": { + + "version": "1.5.1", + + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", + + "engines": { + + "node": ">=0.6.0", + + "teleport": ">=0.2.0" + + } + + }, + + "node_modules/qs": { + + "version": "6.11.0", + + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + + "dependencies": { + + "side-channel": "^1.0.4" + + }, + + "engines": { + + "node": ">=0.6" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/querystringify": { + + "version": "2.2.0", + + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + + }, + + "node_modules/queue-microtask": { + + "version": "1.2.3", + + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + + "funding": [ + + { + + "type": "github", + + "url": "https://github.com/sponsors/feross" + + }, + + { + + "type": "patreon", + + "url": "https://www.patreon.com/feross" + + }, + + { + + "type": "consulting", + + "url": "https://feross.org/support" + + } + + ] + + }, + + "node_modules/queue-tick": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", + + "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==" + + }, + + "node_modules/raf": { + + "version": "3.4.1", + + "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", + + "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", + + "dependencies": { + + "performance-now": "^2.1.0" + + } + + }, + + "node_modules/randomatic": { + + "version": "3.1.1", + + "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz", + + "integrity": "sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==", + + "dependencies": { + + "is-number": "^4.0.0", + + "kind-of": "^6.0.0", + + "math-random": "^1.0.1" + + }, + + "engines": { + + "node": ">= 0.10.0" + + } + + }, + + "node_modules/randomatic/node_modules/is-number": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/randombytes": { + + "version": "2.1.0", + + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + + "dependencies": { + + "safe-buffer": "^5.1.0" + + } + + }, + + "node_modules/range-parser": { + + "version": "1.2.1", + + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + + "engines": { + + "node": ">= 0.6" + + } + + }, + + "node_modules/raw-body": { + + "version": "2.5.1", + + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + + "dependencies": { + + "bytes": "3.1.2", + + "http-errors": "2.0.0", + + "iconv-lite": "0.4.24", + + "unpipe": "1.0.0" + + }, + + "engines": { + + "node": ">= 0.8" + + } + + }, + + "node_modules/raw-body/node_modules/bytes": { + + "version": "3.1.2", + + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + + "engines": { + + "node": ">= 0.8" + + } + + }, + + "node_modules/raw-body/node_modules/iconv-lite": { + + "version": "0.4.24", + + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + + "dependencies": { + + "safer-buffer": ">= 2.1.2 < 3" + + }, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/rc": { + + "version": "1.2.8", + + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + + "dependencies": { + + "deep-extend": "^0.6.0", + + "ini": "~1.3.0", + + "minimist": "^1.2.0", + + "strip-json-comments": "~2.0.1" + + }, + + "bin": { + + "rc": "cli.js" + + } + + }, + + "node_modules/rc/node_modules/strip-json-comments": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/react": { + + "version": "18.2.0", + + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + + "dependencies": { + + "loose-envify": "^1.1.0" + + }, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/react-app-polyfill": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz", + + "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", + + "dependencies": { + + "core-js": "^3.19.2", + + "object-assign": "^4.1.1", + + "promise": "^8.1.0", + + "raf": "^3.4.1", + + "regenerator-runtime": "^0.13.9", + + "whatwg-fetch": "^3.6.2" + + }, + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/react-app-polyfill/node_modules/regenerator-runtime": { + + "version": "0.13.11", + + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + + }, + + "node_modules/react-bootstrap": { + + "version": "2.9.2", + + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.9.2.tgz", + + "integrity": "sha512-a36B+EHsAI/aH+ZhXNILBFnqscE3zr10dWmjBmfhIb2QR7KSXJiGzYd6Faf/25G8G7/CP9TCL2B0WhUBOD2UBQ==", + + "dependencies": { + + "@babel/runtime": "^7.22.5", + + "@restart/hooks": "^0.4.9", + + "@restart/ui": "^1.6.6", + + "@types/react-transition-group": "^4.4.6", + + "classnames": "^2.3.2", + + "dom-helpers": "^5.2.1", + + "invariant": "^2.2.4", + + "prop-types": "^15.8.1", + + "prop-types-extra": "^1.1.0", + + "react-transition-group": "^4.4.5", + + "uncontrollable": "^7.2.1", + + "warning": "^4.0.3" + + }, + + "peerDependencies": { + + "@types/react": ">=16.14.8", + + "react": ">=16.14.0", + + "react-dom": ">=16.14.0" + + }, + + "peerDependenciesMeta": { + + "@types/react": { + + "optional": true + + } + + } + + }, + + "node_modules/react-dev-utils": { + + "version": "12.0.1", + + "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", + + "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", + + "dependencies": { + + "@babel/code-frame": "^7.16.0", + + "address": "^1.1.2", + + "browserslist": "^4.18.1", + + "chalk": "^4.1.2", + + "cross-spawn": "^7.0.3", + + "detect-port-alt": "^1.1.6", + + "escape-string-regexp": "^4.0.0", + + "filesize": "^8.0.6", + + "find-up": "^5.0.0", + + "fork-ts-checker-webpack-plugin": "^6.5.0", + + "global-modules": "^2.0.0", + + "globby": "^11.0.4", + + "gzip-size": "^6.0.0", + + "immer": "^9.0.7", + + "is-root": "^2.1.0", + + "loader-utils": "^3.2.0", + + "open": "^8.4.0", + + "pkg-up": "^3.1.0", + + "prompts": "^2.4.2", + + "react-error-overlay": "^6.0.11", + + "recursive-readdir": "^2.2.2", + + "shell-quote": "^1.7.3", + + "strip-ansi": "^6.0.1", + + "text-table": "^0.2.0" + + }, + + "engines": { + + "node": ">=14" + + } + + }, + + "node_modules/react-dev-utils/node_modules/loader-utils": { + + "version": "3.2.1", + + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", + + "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", + + "engines": { + + "node": ">= 12.13.0" + + } + + }, + + "node_modules/react-dom": { + + "version": "18.2.0", + + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", + + "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", + + "dependencies": { + + "loose-envify": "^1.1.0", + + "scheduler": "^0.23.0" + + }, + + "peerDependencies": { + + "react": "^18.2.0" + + } + + }, + + "node_modules/react-error-overlay": { + + "version": "6.0.11", + + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", + + "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" + + }, + + "node_modules/react-icons": { + + "version": "4.12.0", + + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + + "peerDependencies": { + + "react": "*" + + } + + }, + + "node_modules/react-indiana-drag-scroll": { + + "version": "2.2.0", + + "resolved": "https://registry.npmjs.org/react-indiana-drag-scroll/-/react-indiana-drag-scroll-2.2.0.tgz", + + "integrity": "sha512-+W/3B2OQV0FrbdnsoIo4dww/xpH0MUQJz6ziQb7H+oBko3OCbXuzDFYnho6v6yhGrYDNWYPuFUewb89IONEl/A==", + + "dependencies": { + + "classnames": "^2.2.6", + + "debounce": "^1.2.0", + + "easy-bem": "^1.1.1" + + }, + + "engines": { + + "node": ">=8", + + "npm": ">=5" + + }, + + "peerDependencies": { + + "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", + + "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + + } + + }, + + "node_modules/react-is": { + + "version": "18.2.0", + + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + + }, + + "node_modules/react-lifecycles-compat": { + + "version": "3.0.4", + + "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", + + "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" + + }, + + "node_modules/react-markdown": { + + "version": "9.0.1", + + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.1.tgz", + + "integrity": "sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==", + + "dependencies": { + + "@types/hast": "^3.0.0", + + "devlop": "^1.0.0", + + "hast-util-to-jsx-runtime": "^2.0.0", + + "html-url-attributes": "^3.0.0", + + "mdast-util-to-hast": "^13.0.0", + + "remark-parse": "^11.0.0", + + "remark-rehype": "^11.0.0", + + "unified": "^11.0.0", + + "unist-util-visit": "^5.0.0", + + "vfile": "^6.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + }, + + "peerDependencies": { + + "@types/react": ">=18", + + "react": ">=18" + + } + + }, + + "node_modules/react-markdown/node_modules/@types/hast": { + + "version": "3.0.3", + + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.3.tgz", + + "integrity": "sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==", + + "dependencies": { + + "@types/unist": "*" + + } + + }, + + "node_modules/react-markdown/node_modules/@types/mdast": { + + "version": "4.0.3", + + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz", + + "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==", + + "dependencies": { + + "@types/unist": "*" + + } + + }, + + "node_modules/react-markdown/node_modules/@types/unist": { + + "version": "3.0.2", + + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", + + "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" + + }, + + "node_modules/react-markdown/node_modules/is-plain-obj": { + + "version": "4.1.0", + + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", + + "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", + + "engines": { + + "node": ">=12" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/react-markdown/node_modules/mdast-util-from-markdown": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz", + + "integrity": "sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==", + + "dependencies": { + + "@types/mdast": "^4.0.0", + + "@types/unist": "^3.0.0", + + "decode-named-character-reference": "^1.0.0", + + "devlop": "^1.0.0", + + "mdast-util-to-string": "^4.0.0", + + "micromark": "^4.0.0", + + "micromark-util-decode-numeric-character-reference": "^2.0.0", + + "micromark-util-decode-string": "^2.0.0", + + "micromark-util-normalize-identifier": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0", + + "unist-util-stringify-position": "^4.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/react-markdown/node_modules/mdast-util-to-string": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", + + "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", + + "dependencies": { + + "@types/mdast": "^4.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.0.tgz", + + "integrity": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "@types/debug": "^4.0.0", + + "debug": "^4.0.0", + + "decode-named-character-reference": "^1.0.0", + + "devlop": "^1.0.0", + + "micromark-core-commonmark": "^2.0.0", + + "micromark-factory-space": "^2.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-chunked": "^2.0.0", + + "micromark-util-combine-extensions": "^2.0.0", + + "micromark-util-decode-numeric-character-reference": "^2.0.0", + + "micromark-util-encode": "^2.0.0", + + "micromark-util-normalize-identifier": "^2.0.0", + + "micromark-util-resolve-all": "^2.0.0", + + "micromark-util-sanitize-uri": "^2.0.0", + + "micromark-util-subtokenize": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-core-commonmark": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.0.tgz", + + "integrity": "sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "decode-named-character-reference": "^1.0.0", + + "devlop": "^1.0.0", + + "micromark-factory-destination": "^2.0.0", + + "micromark-factory-label": "^2.0.0", + + "micromark-factory-space": "^2.0.0", + + "micromark-factory-title": "^2.0.0", + + "micromark-factory-whitespace": "^2.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-chunked": "^2.0.0", + + "micromark-util-classify-character": "^2.0.0", + + "micromark-util-html-tag-name": "^2.0.0", + + "micromark-util-normalize-identifier": "^2.0.0", + + "micromark-util-resolve-all": "^2.0.0", + + "micromark-util-subtokenize": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-factory-destination": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.0.tgz", + + "integrity": "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-factory-label": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.0.tgz", + + "integrity": "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "devlop": "^1.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-factory-space": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-factory-title": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.0.tgz", + + "integrity": "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-factory-space": "^2.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-factory-whitespace": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.0.tgz", + + "integrity": "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-factory-space": "^2.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-util-character": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-util-chunked": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.0.tgz", + + "integrity": "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-util-classify-character": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.0.tgz", + + "integrity": "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-util-combine-extensions": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.0.tgz", + + "integrity": "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-chunked": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-util-decode-numeric-character-reference": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.1.tgz", + + "integrity": "sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-util-decode-string": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.0.tgz", + + "integrity": "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "decode-named-character-reference": "^1.0.0", + + "micromark-util-character": "^2.0.0", + + "micromark-util-decode-numeric-character-reference": "^2.0.0", + + "micromark-util-symbol": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-util-encode": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", + + "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/react-markdown/node_modules/micromark-util-html-tag-name": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.0.tgz", + + "integrity": "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/react-markdown/node_modules/micromark-util-normalize-identifier": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.0.tgz", + + "integrity": "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-symbol": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-util-resolve-all": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.0.tgz", + + "integrity": "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-util-sanitize-uri": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", + + "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "micromark-util-character": "^2.0.0", + + "micromark-util-encode": "^2.0.0", + + "micromark-util-symbol": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-util-subtokenize": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.0.tgz", + + "integrity": "sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ], + + "dependencies": { + + "devlop": "^1.0.0", + + "micromark-util-chunked": "^2.0.0", + + "micromark-util-symbol": "^2.0.0", + + "micromark-util-types": "^2.0.0" + + } + + }, + + "node_modules/react-markdown/node_modules/micromark-util-symbol": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/react-markdown/node_modules/micromark-util-types": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", + + "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", + + "funding": [ + + { + + "type": "GitHub Sponsors", + + "url": "https://github.com/sponsors/unifiedjs" + + }, + + { + + "type": "OpenCollective", + + "url": "https://opencollective.com/unified" + + } + + ] + + }, + + "node_modules/react-markdown/node_modules/remark-parse": { + + "version": "11.0.0", + + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", + + "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", + + "dependencies": { + + "@types/mdast": "^4.0.0", + + "mdast-util-from-markdown": "^2.0.0", + + "micromark-util-types": "^2.0.0", + + "unified": "^11.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/react-markdown/node_modules/remark-rehype": { + + "version": "11.0.0", + + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.0.0.tgz", + + "integrity": "sha512-vx8x2MDMcxuE4lBmQ46zYUDfcFMmvg80WYX+UNLeG6ixjdCCLcw1lrgAukwBTuOFsS78eoAedHGn9sNM0w7TPw==", + + "dependencies": { + + "@types/hast": "^3.0.0", + + "@types/mdast": "^4.0.0", + + "mdast-util-to-hast": "^13.0.0", + + "unified": "^11.0.0", + + "vfile": "^6.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/react-markdown/node_modules/unified": { + + "version": "11.0.4", + + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz", + + "integrity": "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==", + + "dependencies": { + + "@types/unist": "^3.0.0", + + "bail": "^2.0.0", + + "devlop": "^1.0.0", + + "extend": "^3.0.0", + + "is-plain-obj": "^4.0.0", + + "trough": "^2.0.0", + + "vfile": "^6.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/react-markdown/node_modules/unist-util-is": { + + "version": "6.0.0", + + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", + + "dependencies": { + + "@types/unist": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/react-markdown/node_modules/unist-util-stringify-position": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", + + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", + + "dependencies": { + + "@types/unist": "^3.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/react-markdown/node_modules/unist-util-visit": { + + "version": "5.0.0", + + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", + + "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", + + "dependencies": { + + "@types/unist": "^3.0.0", + + "unist-util-is": "^6.0.0", + + "unist-util-visit-parents": "^6.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/react-markdown/node_modules/unist-util-visit-parents": { + + "version": "6.0.1", + + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", + + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", + + "dependencies": { + + "@types/unist": "^3.0.0", + + "unist-util-is": "^6.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/react-markdown/node_modules/vfile": { + + "version": "6.0.1", + + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", + + "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", + + "dependencies": { + + "@types/unist": "^3.0.0", + + "unist-util-stringify-position": "^4.0.0", + + "vfile-message": "^4.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/react-refresh": { + + "version": "0.11.0", + + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", + + "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/react-router": { + + "version": "6.21.3", + + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.21.3.tgz", + + "integrity": "sha512-a0H638ZXULv1OdkmiK6s6itNhoy33ywxmUFT/xtSoVyf9VnC7n7+VT4LjVzdIHSaF5TIh9ylUgxMXksHTgGrKg==", + + "dependencies": { + + "@remix-run/router": "1.14.2" + + }, + + "engines": { + + "node": ">=14.0.0" + + }, + + "peerDependencies": { + + "react": ">=16.8" + + } + + }, + + "node_modules/react-router-dom": { + + "version": "6.21.3", + + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.3.tgz", + + "integrity": "sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==", + + "dependencies": { + + "@remix-run/router": "1.14.2", + + "react-router": "6.21.3" + + }, + + "engines": { + + "node": ">=14.0.0" + + }, + + "peerDependencies": { + + "react": ">=16.8", + + "react-dom": ">=16.8" + + } + + }, + + "node_modules/react-scripts": { + + "version": "5.0.1", + + "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", + + "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==", + + "dependencies": { + + "@babel/core": "^7.16.0", + + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", + + "@svgr/webpack": "^5.5.0", + + "babel-jest": "^27.4.2", + + "babel-loader": "^8.2.3", + + "babel-plugin-named-asset-import": "^0.3.8", + + "babel-preset-react-app": "^10.0.1", + + "bfj": "^7.0.2", + + "browserslist": "^4.18.1", + + "camelcase": "^6.2.1", + + "case-sensitive-paths-webpack-plugin": "^2.4.0", + + "css-loader": "^6.5.1", + + "css-minimizer-webpack-plugin": "^3.2.0", + + "dotenv": "^10.0.0", + + "dotenv-expand": "^5.1.0", + + "eslint": "^8.3.0", + + "eslint-config-react-app": "^7.0.1", + + "eslint-webpack-plugin": "^3.1.1", + + "file-loader": "^6.2.0", + + "fs-extra": "^10.0.0", + + "html-webpack-plugin": "^5.5.0", + + "identity-obj-proxy": "^3.0.0", + + "jest": "^27.4.3", + + "jest-resolve": "^27.4.2", + + "jest-watch-typeahead": "^1.0.0", + + "mini-css-extract-plugin": "^2.4.5", + + "postcss": "^8.4.4", + + "postcss-flexbugs-fixes": "^5.0.2", + + "postcss-loader": "^6.2.1", + + "postcss-normalize": "^10.0.1", + + "postcss-preset-env": "^7.0.1", + + "prompts": "^2.4.2", + + "react-app-polyfill": "^3.0.0", + + "react-dev-utils": "^12.0.1", + + "react-refresh": "^0.11.0", + + "resolve": "^1.20.0", + + "resolve-url-loader": "^4.0.0", + + "sass-loader": "^12.3.0", + + "semver": "^7.3.5", + + "source-map-loader": "^3.0.0", + + "style-loader": "^3.3.1", + + "tailwindcss": "^3.0.2", + + "terser-webpack-plugin": "^5.2.5", + + "webpack": "^5.64.4", + + "webpack-dev-server": "^4.6.0", + + "webpack-manifest-plugin": "^4.0.2", + + "workbox-webpack-plugin": "^6.4.1" + + }, + + "bin": { + + "react-scripts": "bin/react-scripts.js" + + }, + + "engines": { + + "node": ">=14.0.0" + + }, + + "optionalDependencies": { + + "fsevents": "^2.3.2" + + }, + + "peerDependencies": { + + "react": ">= 16", + + "typescript": "^3.2.1 || ^4" + + }, + + "peerDependenciesMeta": { + + "typescript": { + + "optional": true + + } + + } + + }, + + "node_modules/react-scroll": { + + "version": "1.9.0", + + "resolved": "https://registry.npmjs.org/react-scroll/-/react-scroll-1.9.0.tgz", + + "integrity": "sha512-mamNcaX9Ng+JeSbBu97nWwRhYvL2oba+xR2GxvyXsbDeGP+gkYIKZ+aDMMj/n20TbV9SCWm/H7nyuNTSiXA6yA==", + + "dependencies": { + + "lodash.throttle": "^4.1.1", + + "prop-types": "^15.7.2" + + }, + + "peerDependencies": { + + "react": "^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0", + + "react-dom": "^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0" + + } + + }, + + "node_modules/react-transition-group": { + + "version": "4.4.5", + + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + + "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", + + "dependencies": { + + "@babel/runtime": "^7.5.5", + + "dom-helpers": "^5.0.1", + + "loose-envify": "^1.4.0", + + "prop-types": "^15.6.2" + + }, + + "peerDependencies": { + + "react": ">=16.6.0", + + "react-dom": ">=16.6.0" + + } + + }, + + "node_modules/read-cache": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + + "dependencies": { + + "pify": "^2.3.0" + + } + + }, + + "node_modules/readable-stream": { + + "version": "2.3.8", + + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + + "dependencies": { + + "core-util-is": "~1.0.0", + + "inherits": "~2.0.3", + + "isarray": "~1.0.0", + + "process-nextick-args": "~2.0.0", + + "safe-buffer": "~5.1.1", + + "string_decoder": "~1.1.1", + + "util-deprecate": "~1.0.1" + + } + + }, + + "node_modules/readable-stream/node_modules/isarray": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + + }, + + "node_modules/readdirp": { + + "version": "3.6.0", + + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + + "dependencies": { + + "picomatch": "^2.2.1" + + }, + + "engines": { + + "node": ">=8.10.0" + + } + + }, + + "node_modules/recursive-readdir": { + + "version": "2.2.3", + + "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", + + "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", + + "dependencies": { + + "minimatch": "^3.0.5" + + }, + + "engines": { + + "node": ">=6.0.0" + + } + + }, + + "node_modules/redent": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", + + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", + + "dependencies": { + + "indent-string": "^4.0.0", + + "strip-indent": "^3.0.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/reflect.getprototypeof": { + + "version": "1.0.4", + + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.4.tgz", + + "integrity": "sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1", + + "get-intrinsic": "^1.2.1", + + "globalthis": "^1.0.3", + + "which-builtin-type": "^1.1.3" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/regenerate": { + + "version": "1.4.2", + + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + + }, + + "node_modules/regenerate-unicode-properties": { + + "version": "10.1.1", + + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + + "dependencies": { + + "regenerate": "^1.4.2" + + }, + + "engines": { + + "node": ">=4" + + } + + }, + + "node_modules/regenerator-runtime": { + + "version": "0.14.1", + + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + + }, + + "node_modules/regenerator-transform": { + + "version": "0.15.2", + + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + + "dependencies": { + + "@babel/runtime": "^7.8.4" + + } + + }, + + "node_modules/regex-parser": { + + "version": "2.3.0", + + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", + + "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==" + + }, + + "node_modules/regexp.prototype.flags": { + + "version": "1.5.1", + + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", + + "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "set-function-name": "^2.0.0" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/regexpu-core": { + + "version": "5.3.2", + + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + + "dependencies": { + + "@babel/regjsgen": "^0.8.0", + + "regenerate": "^1.4.2", + + "regenerate-unicode-properties": "^10.1.0", + + "regjsparser": "^0.9.1", + + "unicode-match-property-ecmascript": "^2.0.0", + + "unicode-match-property-value-ecmascript": "^2.1.0" + + }, + + "engines": { + + "node": ">=4" + + } + + }, + + "node_modules/regjsparser": { + + "version": "0.9.1", + + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + + "dependencies": { + + "jsesc": "~0.5.0" + + }, + + "bin": { + + "regjsparser": "bin/parser" + + } + + }, + + "node_modules/regjsparser/node_modules/jsesc": { + + "version": "0.5.0", + + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + + "bin": { + + "jsesc": "bin/jsesc" + + } + + }, + + "node_modules/rehype-stringify": { + + "version": "9.0.4", + + "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-9.0.4.tgz", + + "integrity": "sha512-Uk5xu1YKdqobe5XpSskwPvo1XeHUUucWEQSl8hTrXt5selvca1e8K1EZ37E6YoZ4BT8BCqCdVfQW7OfHfthtVQ==", + + "dependencies": { + + "@types/hast": "^2.0.0", + + "hast-util-to-html": "^8.0.0", + + "unified": "^10.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/relateurl": { + + "version": "0.2.7", + + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + + "engines": { + + "node": ">= 0.10" + + } + + }, + + "node_modules/remark-frontmatter": { + + "version": "4.0.1", + + "resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-4.0.1.tgz", + + "integrity": "sha512-38fJrB0KnmD3E33a5jZC/5+gGAC2WKNiPw1/fdXJvijBlhA7RCsvJklrYJakS0HedninvaCYW8lQGf9C918GfA==", + + "dependencies": { + + "@types/mdast": "^3.0.0", + + "mdast-util-frontmatter": "^1.0.0", + + "micromark-extension-frontmatter": "^1.0.0", + + "unified": "^10.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/remark-mdx": { + + "version": "2.3.0", + + "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-2.3.0.tgz", + + "integrity": "sha512-g53hMkpM0I98MU266IzDFMrTD980gNF3BJnkyFcmN+dD873mQeD5rdMO3Y2X+x8umQfbSE0PcoEDl7ledSA+2g==", + + "dependencies": { + + "mdast-util-mdx": "^2.0.0", + + "micromark-extension-mdxjs": "^1.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/remark-mdx-frontmatter": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/remark-mdx-frontmatter/-/remark-mdx-frontmatter-1.1.1.tgz", + + "integrity": "sha512-7teX9DW4tI2WZkXS4DBxneYSY7NHiXl4AKdWDO9LXVweULlCT8OPWsOjLEnMIXViN1j+QcY8mfbq3k0EK6x3uA==", + + "dependencies": { + + "estree-util-is-identifier-name": "^1.0.0", + + "estree-util-value-to-estree": "^1.0.0", + + "js-yaml": "^4.0.0", + + "toml": "^3.0.0" + + }, + + "engines": { + + "node": ">=12.2.0" + + } + + }, + + "node_modules/remark-mdx-frontmatter/node_modules/argparse": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + + }, + + "node_modules/remark-mdx-frontmatter/node_modules/estree-util-is-identifier-name": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-1.1.0.tgz", + + "integrity": "sha512-OVJZ3fGGt9By77Ix9NhaRbzfbDV/2rx9EP7YIDJTmsZSEc5kYn2vWcNccYyahJL2uAQZK2a5Or2i0wtIKTPoRQ==", + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/wooorm" + + } + + }, + + "node_modules/remark-mdx-frontmatter/node_modules/js-yaml": { + + "version": "4.1.0", + + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + + "dependencies": { + + "argparse": "^2.0.1" + + }, + + "bin": { + + "js-yaml": "bin/js-yaml.js" + + } + + }, + + "node_modules/remark-parse": { + + "version": "10.0.2", + + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.2.tgz", + + "integrity": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==", + + "dependencies": { + + "@types/mdast": "^3.0.0", + + "mdast-util-from-markdown": "^1.0.0", + + "unified": "^10.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/remark-rehype": { + + "version": "10.1.0", + + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz", + + "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==", + + "dependencies": { + + "@types/hast": "^2.0.0", + + "@types/mdast": "^3.0.0", + + "mdast-util-to-hast": "^12.1.0", + + "unified": "^10.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/remark-rehype/node_modules/mdast-util-to-hast": { + + "version": "12.3.0", + + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz", + + "integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==", + + "dependencies": { + + "@types/hast": "^2.0.0", + + "@types/mdast": "^3.0.0", + + "mdast-util-definitions": "^5.0.0", + + "micromark-util-sanitize-uri": "^1.1.0", + + "trim-lines": "^3.0.0", + + "unist-util-generated": "^2.0.0", + + "unist-util-position": "^4.0.0", + + "unist-util-visit": "^4.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/unified" + + } + + }, + + "node_modules/remarkable": { + + "version": "1.7.4", + + "resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.7.4.tgz", + + "integrity": "sha512-e6NKUXgX95whv7IgddywbeN/ItCkWbISmc2DiqHJb0wTrqZIexqdco5b8Z3XZoo/48IdNVKM9ZCvTPJ4F5uvhg==", + + "dependencies": { + + "argparse": "^1.0.10", + + "autolinker": "~0.28.0" + + }, + + "bin": { + + "remarkable": "bin/remarkable.js" + + }, + + "engines": { + + "node": ">= 0.10.0" + + } + + }, + + "node_modules/renderkid": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", + + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", + + "dependencies": { + + "css-select": "^4.1.3", + + "dom-converter": "^0.2.0", + + "htmlparser2": "^6.1.0", + + "lodash": "^4.17.21", + + "strip-ansi": "^6.0.1" + + } + + }, + + "node_modules/repeat-element": { + + "version": "1.1.4", + + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", + + "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/repeat-string": { + + "version": "1.6.1", + + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", + + "engines": { + + "node": ">=0.10" + + } + + }, + + "node_modules/require-directory": { + + "version": "2.1.1", + + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/require-from-string": { + + "version": "2.0.2", + + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/requires-port": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + + }, + + "node_modules/resolve": { + + "version": "1.22.8", + + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + + "dependencies": { + + "is-core-module": "^2.13.0", + + "path-parse": "^1.0.7", + + "supports-preserve-symlinks-flag": "^1.0.0" + + }, + + "bin": { + + "resolve": "bin/resolve" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/resolve-cwd": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + + "dependencies": { + + "resolve-from": "^5.0.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/resolve-cwd/node_modules/resolve-from": { + + "version": "5.0.0", + + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/resolve-from": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + + "engines": { + + "node": ">=4" + + } + + }, + + "node_modules/resolve-url-loader": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz", + + "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", + + "dependencies": { + + "adjust-sourcemap-loader": "^4.0.0", + + "convert-source-map": "^1.7.0", + + "loader-utils": "^2.0.0", + + "postcss": "^7.0.35", + + "source-map": "0.6.1" + + }, + + "engines": { + + "node": ">=8.9" + + }, + + "peerDependencies": { + + "rework": "1.0.1", + + "rework-visit": "1.0.0" + + }, + + "peerDependenciesMeta": { + + "rework": { + + "optional": true + + }, + + "rework-visit": { + + "optional": true + + } + + } + + }, + + "node_modules/resolve-url-loader/node_modules/picocolors": { + + "version": "0.2.1", + + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" + + }, + + "node_modules/resolve-url-loader/node_modules/postcss": { + + "version": "7.0.39", + + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + + "dependencies": { + + "picocolors": "^0.2.1", + + "source-map": "^0.6.1" + + }, + + "engines": { + + "node": ">=6.0.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/postcss/" + + } + + }, + + "node_modules/resolve-url-loader/node_modules/source-map": { + + "version": "0.6.1", + + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/resolve.exports": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz", + + "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==", + + "engines": { + + "node": ">=10" + + } + + }, + + "node_modules/retry": { + + "version": "0.13.1", + + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + + "engines": { + + "node": ">= 4" + + } + + }, + + "node_modules/reusify": { + + "version": "1.0.4", + + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + + "engines": { + + "iojs": ">=1.0.0", + + "node": ">=0.10.0" + + } + + }, + + "node_modules/rimraf": { + + "version": "3.0.2", + + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + + "dependencies": { + + "glob": "^7.1.3" + + }, + + "bin": { + + "rimraf": "bin.js" + + }, + + "funding": { + + "url": "https://github.com/sponsors/isaacs" + + } + + }, + + "node_modules/rollup": { + + "version": "2.79.1", + + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", + + "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", + + "bin": { + + "rollup": "dist/bin/rollup" + + }, + + "engines": { + + "node": ">=10.0.0" + + }, + + "optionalDependencies": { + + "fsevents": "~2.3.2" + + } + + }, + + "node_modules/rollup-plugin-terser": { + + "version": "7.0.2", + + "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", + + "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", + + "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser", + + "dependencies": { + + "@babel/code-frame": "^7.10.4", + + "jest-worker": "^26.2.1", + + "serialize-javascript": "^4.0.0", + + "terser": "^5.0.0" + + }, + + "peerDependencies": { + + "rollup": "^2.0.0" + + } + + }, + + "node_modules/rollup-plugin-terser/node_modules/jest-worker": { + + "version": "26.6.2", + + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", + + "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", + + "dependencies": { + + "@types/node": "*", + + "merge-stream": "^2.0.0", + + "supports-color": "^7.0.0" + + }, + + "engines": { + + "node": ">= 10.13.0" + + } + + }, + + "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + + "dependencies": { + + "randombytes": "^2.1.0" + + } + + }, + + "node_modules/run-parallel": { + + "version": "1.2.0", + + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + + "funding": [ + + { + + "type": "github", + + "url": "https://github.com/sponsors/feross" + + }, + + { + + "type": "patreon", + + "url": "https://www.patreon.com/feross" + + }, + + { + + "type": "consulting", + + "url": "https://feross.org/support" + + } + + ], + + "dependencies": { + + "queue-microtask": "^1.2.2" + + } + + }, + + "node_modules/sade": { + + "version": "1.8.1", + + "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", + + "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", + + "dependencies": { + + "mri": "^1.1.0" + + }, + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/safe-array-concat": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz", + + "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "get-intrinsic": "^1.2.1", + + "has-symbols": "^1.0.3", + + "isarray": "^2.0.5" + + }, + + "engines": { + + "node": ">=0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/safe-buffer": { + + "version": "5.1.2", + + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + + }, + + "node_modules/safe-regex-test": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "get-intrinsic": "^1.1.3", + + "is-regex": "^1.1.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/safer-buffer": { + + "version": "2.1.2", + + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + + }, + + "node_modules/sanitize.css": { + + "version": "13.0.0", + + "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", + + "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==" + + }, + + "node_modules/sass-loader": { + + "version": "12.6.0", + + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", + + "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", + + "dependencies": { + + "klona": "^2.0.4", + + "neo-async": "^2.6.2" + + }, + + "engines": { + + "node": ">= 12.13.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/webpack" + + }, + + "peerDependencies": { + + "fibers": ">= 3.1.0", + + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + + "sass": "^1.3.0", + + "sass-embedded": "*", + + "webpack": "^5.0.0" + + }, + + "peerDependenciesMeta": { + + "fibers": { + + "optional": true + + }, + + "node-sass": { + + "optional": true + + }, + + "sass": { + + "optional": true + + }, + + "sass-embedded": { + + "optional": true + + } + + } + + }, + + "node_modules/sax": { + + "version": "1.2.4", + + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + + }, + + "node_modules/saxes": { + + "version": "5.0.1", + + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + + "dependencies": { + + "xmlchars": "^2.2.0" + + }, + + "engines": { + + "node": ">=10" + + } + + }, + + "node_modules/scheduler": { + + "version": "0.23.0", + + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", + + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + + "dependencies": { + + "loose-envify": "^1.1.0" + + } + + }, + + "node_modules/schema-utils": { + + "version": "3.3.0", + + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + + "dependencies": { + + "@types/json-schema": "^7.0.8", + + "ajv": "^6.12.5", + + "ajv-keywords": "^3.5.2" + + }, + + "engines": { + + "node": ">= 10.13.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/webpack" + + } + + }, + + "node_modules/section-matter": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", + + "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", + + "dependencies": { + + "extend-shallow": "^2.0.1", + + "kind-of": "^6.0.0" + + }, + + "engines": { + + "node": ">=4" + + } + + }, + + "node_modules/select-hose": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" + + }, + + "node_modules/selfsigned": { + + "version": "2.4.1", + + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", + + "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", + + "dependencies": { + + "@types/node-forge": "^1.3.0", + + "node-forge": "^1" + + }, + + "engines": { + + "node": ">=10" + + } + + }, + + "node_modules/semver": { + + "version": "7.5.4", + + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + + "dependencies": { + + "lru-cache": "^6.0.0" + + }, + + "bin": { + + "semver": "bin/semver.js" + + }, + + "engines": { + + "node": ">=10" + + } + + }, + + "node_modules/semver/node_modules/lru-cache": { + + "version": "6.0.0", + + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + + "dependencies": { + + "yallist": "^4.0.0" + + }, + + "engines": { + + "node": ">=10" + + } + + }, + + "node_modules/semver/node_modules/yallist": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + + }, + + "node_modules/send": { + + "version": "0.18.0", + + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + + "dependencies": { + + "debug": "2.6.9", + + "depd": "2.0.0", + + "destroy": "1.2.0", + + "encodeurl": "~1.0.2", + + "escape-html": "~1.0.3", + + "etag": "~1.8.1", + + "fresh": "0.5.2", + + "http-errors": "2.0.0", + + "mime": "1.6.0", + + "ms": "2.1.3", + + "on-finished": "2.4.1", + + "range-parser": "~1.2.1", + + "statuses": "2.0.1" + + }, + + "engines": { + + "node": ">= 0.8.0" + + } + + }, + + "node_modules/send/node_modules/debug": { + + "version": "2.6.9", + + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + + "dependencies": { + + "ms": "2.0.0" + + } + + }, + + "node_modules/send/node_modules/debug/node_modules/ms": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + + }, + + "node_modules/send/node_modules/ms": { + + "version": "2.1.3", + + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + + }, + + "node_modules/serialize-javascript": { + + "version": "6.0.2", + + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + + "dependencies": { + + "randombytes": "^2.1.0" + + } + + }, + + "node_modules/serve-index": { + + "version": "1.9.1", + + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + + "dependencies": { + + "accepts": "~1.3.4", + + "batch": "0.6.1", + + "debug": "2.6.9", + + "escape-html": "~1.0.3", + + "http-errors": "~1.6.2", + + "mime-types": "~2.1.17", + + "parseurl": "~1.3.2" + + }, + + "engines": { + + "node": ">= 0.8.0" + + } + + }, + + "node_modules/serve-index/node_modules/debug": { + + "version": "2.6.9", + + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + + "dependencies": { + + "ms": "2.0.0" + + } + + }, + + "node_modules/serve-index/node_modules/depd": { + + "version": "1.1.2", + + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + + "engines": { + + "node": ">= 0.6" + + } + + }, + + "node_modules/serve-index/node_modules/http-errors": { + + "version": "1.6.3", + + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + + "dependencies": { + + "depd": "~1.1.2", + + "inherits": "2.0.3", + + "setprototypeof": "1.1.0", + + "statuses": ">= 1.4.0 < 2" + + }, + + "engines": { + + "node": ">= 0.6" + + } + + }, + + "node_modules/serve-index/node_modules/inherits": { + + "version": "2.0.3", + + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" + + }, + + "node_modules/serve-index/node_modules/ms": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + + }, + + "node_modules/serve-index/node_modules/setprototypeof": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + + }, + + "node_modules/serve-index/node_modules/statuses": { + + "version": "1.5.0", + + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + + "engines": { + + "node": ">= 0.6" + + } + + }, + + "node_modules/serve-static": { + + "version": "1.15.0", + + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + + "dependencies": { + + "encodeurl": "~1.0.2", + + "escape-html": "~1.0.3", + + "parseurl": "~1.3.3", + + "send": "0.18.0" + + }, + + "engines": { + + "node": ">= 0.8.0" + + } + + }, + + "node_modules/set-function-length": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz", + + "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==", + + "dependencies": { + + "define-data-property": "^1.1.1", + + "get-intrinsic": "^1.2.1", + + "gopd": "^1.0.1", + + "has-property-descriptors": "^1.0.0" + + }, + + "engines": { + + "node": ">= 0.4" + + } + + }, + + "node_modules/set-function-name": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz", + + "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", + + "dependencies": { + + "define-data-property": "^1.0.1", + + "functions-have-names": "^1.2.3", + + "has-property-descriptors": "^1.0.0" + + }, + + "engines": { + + "node": ">= 0.4" + + } + + }, + + "node_modules/set-getter": { + + "version": "0.1.1", + + "resolved": "https://registry.npmjs.org/set-getter/-/set-getter-0.1.1.tgz", + + "integrity": "sha512-9sVWOy+gthr+0G9DzqqLaYNA7+5OKkSmcqjL9cBpDEaZrr3ShQlyX2cZ/O/ozE41oxn/Tt0LGEM/w4Rub3A3gw==", + + "dependencies": { + + "to-object-path": "^0.3.0" + + }, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/setprototypeof": { + + "version": "1.2.0", + + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + + }, + + "node_modules/shallowequal": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", + + "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" + + }, + + "node_modules/sharp": { + + "version": "0.32.6", + + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz", + + "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==", + + "hasInstallScript": true, + + "dependencies": { + + "color": "^4.2.3", + + "detect-libc": "^2.0.2", + + "node-addon-api": "^6.1.0", + + "prebuild-install": "^7.1.1", + + "semver": "^7.5.4", + + "simple-get": "^4.0.1", + + "tar-fs": "^3.0.4", + + "tunnel-agent": "^0.6.0" + + }, + + "engines": { + + "node": ">=14.15.0" + + }, + + "funding": { + + "url": "https://opencollective.com/libvips" + + } + + }, + + "node_modules/shebang-command": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + + "dependencies": { + + "shebang-regex": "^3.0.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/shebang-regex": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/shell-quote": { + + "version": "1.8.1", + + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/side-channel": { + + "version": "1.0.4", + + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + + "dependencies": { + + "call-bind": "^1.0.0", + + "get-intrinsic": "^1.0.2", + + "object-inspect": "^1.9.0" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/signal-exit": { + + "version": "3.0.7", + + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + + }, + + "node_modules/simple-concat": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", + + "funding": [ + + { + + "type": "github", + + "url": "https://github.com/sponsors/feross" + + }, + + { + + "type": "patreon", + + "url": "https://www.patreon.com/feross" + + }, + + { + + "type": "consulting", + + "url": "https://feross.org/support" + + } + + ] + + }, + + "node_modules/simple-get": { + + "version": "4.0.1", + + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", + + "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", + + "funding": [ + + { + + "type": "github", + + "url": "https://github.com/sponsors/feross" + + }, + + { + + "type": "patreon", + + "url": "https://www.patreon.com/feross" + + }, + + { + + "type": "consulting", + + "url": "https://feross.org/support" + + } + + ], + + "dependencies": { + + "decompress-response": "^6.0.0", + + "once": "^1.3.1", + + "simple-concat": "^1.0.0" + + } + + }, + + "node_modules/simple-swizzle": { + + "version": "0.2.2", + + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + + "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", + + "dependencies": { + + "is-arrayish": "^0.3.1" + + } + + }, + + "node_modules/simple-swizzle/node_modules/is-arrayish": { + + "version": "0.3.2", + + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" + + }, + + "node_modules/sisteransi": { + + "version": "1.0.5", + + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + + }, + + "node_modules/slash": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/sockjs": { + + "version": "0.3.24", + + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + + "dependencies": { + + "faye-websocket": "^0.11.3", + + "uuid": "^8.3.2", + + "websocket-driver": "^0.7.4" + + } + + }, + + "node_modules/source-list-map": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + + }, + + "node_modules/source-map": { + + "version": "0.5.7", + + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/source-map-js": { + + "version": "1.0.2", + + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/source-map-loader": { + + "version": "3.0.2", + + "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", + + "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", + + "dependencies": { + + "abab": "^2.0.5", + + "iconv-lite": "^0.6.3", + + "source-map-js": "^1.0.1" + + }, + + "engines": { + + "node": ">= 12.13.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/webpack" + + }, + + "peerDependencies": { + + "webpack": "^5.0.0" + + } + + }, + + "node_modules/source-map-support": { + + "version": "0.5.21", + + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + + "dependencies": { + + "buffer-from": "^1.0.0", + + "source-map": "^0.6.0" + + } + + }, + + "node_modules/source-map-support/node_modules/source-map": { + + "version": "0.6.1", + + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/sourcemap-codec": { + + "version": "1.4.8", + + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", + + "deprecated": "Please use @jridgewell/sourcemap-codec instead" + + }, + + "node_modules/space-separated-tokens": { + + "version": "2.0.2", + + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", + + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/wooorm" + + } + + }, + + "node_modules/spdy": { + + "version": "4.0.2", + + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + + "dependencies": { + + "debug": "^4.1.0", + + "handle-thing": "^2.0.0", + + "http-deceiver": "^1.2.7", + + "select-hose": "^2.0.0", + + "spdy-transport": "^3.0.0" + + }, + + "engines": { + + "node": ">=6.0.0" + + } + + }, + + "node_modules/spdy-transport": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + + "dependencies": { + + "debug": "^4.1.0", + + "detect-node": "^2.0.4", + + "hpack.js": "^2.1.6", + + "obuf": "^1.1.2", + + "readable-stream": "^3.0.6", + + "wbuf": "^1.7.3" + + } + + }, + + "node_modules/spdy-transport/node_modules/readable-stream": { + + "version": "3.6.2", + + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + + "dependencies": { + + "inherits": "^2.0.3", + + "string_decoder": "^1.1.1", + + "util-deprecate": "^1.0.1" + + }, + + "engines": { + + "node": ">= 6" + + } + + }, + + "node_modules/sprintf-js": { + + "version": "1.0.3", + + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + + }, + + "node_modules/stable": { + + "version": "0.1.8", + + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + + "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" + + }, + + "node_modules/stack-utils": { + + "version": "2.0.6", + + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + + "dependencies": { + + "escape-string-regexp": "^2.0.0" + + }, + + "engines": { + + "node": ">=10" + + } + + }, + + "node_modules/stack-utils/node_modules/escape-string-regexp": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/stackframe": { + + "version": "1.3.4", + + "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", + + "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==" + + }, + + "node_modules/static-eval": { + + "version": "2.0.2", + + "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz", + + "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==", + + "dependencies": { + + "escodegen": "^1.8.1" + + } + + }, + + "node_modules/static-eval/node_modules/escodegen": { + + "version": "1.14.3", + + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", + + "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", + + "dependencies": { + + "esprima": "^4.0.1", + + "estraverse": "^4.2.0", + + "esutils": "^2.0.2", + + "optionator": "^0.8.1" + + }, + + "bin": { + + "escodegen": "bin/escodegen.js", + + "esgenerate": "bin/esgenerate.js" + + }, + + "engines": { + + "node": ">=4.0" + + }, + + "optionalDependencies": { + + "source-map": "~0.6.1" + + } + + }, + + "node_modules/static-eval/node_modules/estraverse": { + + "version": "4.3.0", + + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + + "engines": { + + "node": ">=4.0" + + } + + }, + + "node_modules/static-eval/node_modules/levn": { + + "version": "0.3.0", + + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + + "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", + + "dependencies": { + + "prelude-ls": "~1.1.2", + + "type-check": "~0.3.2" + + }, + + "engines": { + + "node": ">= 0.8.0" + + } + + }, + + "node_modules/static-eval/node_modules/optionator": { + + "version": "0.8.3", + + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + + "dependencies": { + + "deep-is": "~0.1.3", + + "fast-levenshtein": "~2.0.6", + + "levn": "~0.3.0", + + "prelude-ls": "~1.1.2", + + "type-check": "~0.3.2", + + "word-wrap": "~1.2.3" + + }, + + "engines": { + + "node": ">= 0.8.0" + + } + + }, + + "node_modules/static-eval/node_modules/prelude-ls": { + + "version": "1.1.2", + + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + + "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", + + "engines": { + + "node": ">= 0.8.0" + + } + + }, + + "node_modules/static-eval/node_modules/source-map": { + + "version": "0.6.1", + + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + + "optional": true, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/static-eval/node_modules/type-check": { + + "version": "0.3.2", + + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + + "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", + + "dependencies": { + + "prelude-ls": "~1.1.2" + + }, + + "engines": { + + "node": ">= 0.8.0" + + } + + }, + + "node_modules/statuses": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + + "engines": { + + "node": ">= 0.8" + + } + + }, + + "node_modules/stop-iteration-iterator": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", + + "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", + + "dependencies": { + + "internal-slot": "^1.0.4" + + }, + + "engines": { + + "node": ">= 0.4" + + } + + }, + + "node_modules/streamsearch": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", + + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", + + "peer": true, + + "engines": { + + "node": ">=10.0.0" + + } + + }, + + "node_modules/streamx": { + + "version": "2.15.6", + + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.6.tgz", + + "integrity": "sha512-q+vQL4AAz+FdfT137VF69Cc/APqUbxy+MDOImRrMvchJpigHj9GksgDU2LYbO9rx7RX6osWgxJB2WxhYv4SZAw==", + + "dependencies": { + + "fast-fifo": "^1.1.0", + + "queue-tick": "^1.0.1" + + } + + }, + + "node_modules/string_decoder": { + + "version": "1.1.1", + + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + + "dependencies": { + + "safe-buffer": "~5.1.0" + + } + + }, + + "node_modules/string-length": { + + "version": "4.0.2", + + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + + "dependencies": { + + "char-regex": "^1.0.2", + + "strip-ansi": "^6.0.0" + + }, + + "engines": { + + "node": ">=10" + + } + + }, + + "node_modules/string-natural-compare": { + + "version": "3.0.1", + + "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", + + "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==" + + }, + + "node_modules/string-width": { + + "version": "4.2.3", + + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + + "dependencies": { + + "emoji-regex": "^8.0.0", + + "is-fullwidth-code-point": "^3.0.0", + + "strip-ansi": "^6.0.1" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/string-width-cjs": { + + "name": "string-width", + + "version": "4.2.3", + + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + + "dependencies": { + + "emoji-regex": "^8.0.0", + + "is-fullwidth-code-point": "^3.0.0", + + "strip-ansi": "^6.0.1" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/string-width-cjs/node_modules/emoji-regex": { + + "version": "8.0.0", + + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + + }, + + "node_modules/string-width/node_modules/emoji-regex": { + + "version": "8.0.0", + + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + + }, + + "node_modules/string.prototype.matchall": { + + "version": "4.0.10", + + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", + + "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1", + + "get-intrinsic": "^1.2.1", + + "has-symbols": "^1.0.3", + + "internal-slot": "^1.0.5", + + "regexp.prototype.flags": "^1.5.0", + + "set-function-name": "^2.0.0", + + "side-channel": "^1.0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/string.prototype.trim": { + + "version": "1.2.8", + + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", + + "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1" + + }, + + "engines": { + + "node": ">= 0.4" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/string.prototype.trimend": { + + "version": "1.0.7", + + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", + + "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/string.prototype.trimstart": { + + "version": "1.0.7", + + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", + + "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", + + "dependencies": { + + "call-bind": "^1.0.2", + + "define-properties": "^1.2.0", + + "es-abstract": "^1.22.1" + + }, + + "funding": { + + "url": "https://github.com/sponsors/ljharb" + + } + + }, + + "node_modules/stringify-entities": { + + "version": "4.0.3", + + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz", + + "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==", + + "dependencies": { + + "character-entities-html4": "^2.0.0", + + "character-entities-legacy": "^3.0.0" + + }, + + "funding": { + + "type": "github", + + "url": "https://github.com/sponsors/wooorm" + + } + + }, + + "node_modules/stringify-object": { + + "version": "3.3.0", + + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + + "dependencies": { + + "get-own-enumerable-property-symbols": "^3.0.0", + + "is-obj": "^1.0.1", + + "is-regexp": "^1.0.0" + + }, + + "engines": { + + "node": ">=4" + + } + + }, + + "node_modules/strip-ansi": { + + "version": "6.0.1", + + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + + "dependencies": { + + "ansi-regex": "^5.0.1" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/strip-ansi-cjs": { + + "name": "strip-ansi", + + "version": "6.0.1", + + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + + "dependencies": { + + "ansi-regex": "^5.0.1" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/strip-bom": { + + "version": "4.0.0", + + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/strip-bom-string": { + + "version": "1.0.0", + + "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", + + "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/strip-color": { + + "version": "0.1.0", + + "resolved": "https://registry.npmjs.org/strip-color/-/strip-color-0.1.0.tgz", + + "integrity": "sha512-p9LsUieSjWNNAxVCXLeilaDlmuUOrDS5/dF9znM1nZc7EGX5+zEFC0bEevsNIaldjlks+2jns5Siz6F9iK6jwA==", + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/strip-comments": { + + "version": "2.0.1", + + "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", + + "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==", + + "engines": { + + "node": ">=10" + + } + + }, + + "node_modules/strip-final-newline": { + + "version": "2.0.0", + + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + + "engines": { + + "node": ">=6" + + } + + }, + + "node_modules/strip-indent": { + + "version": "3.0.0", + + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", + + "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", + + "dependencies": { + + "min-indent": "^1.0.0" + + }, + + "engines": { + + "node": ">=8" + + } + + }, + + "node_modules/strip-json-comments": { + + "version": "3.1.1", + + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + + "engines": { + + "node": ">=8" + + }, + + "funding": { + + "url": "https://github.com/sponsors/sindresorhus" + + } + + }, + + "node_modules/strip-outer": { + + "version": "1.0.1", + + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", + + "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", + + "dev": true, + + "dependencies": { + + "escape-string-regexp": "^1.0.2" + + }, + + "engines": { + + "node": ">=0.10.0" + + } + + }, + + "node_modules/strip-outer/node_modules/escape-string-regexp": { + + "version": "1.0.5", + + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + + "dev": true, + + "engines": { + + "node": ">=0.8.0" + + } + + }, + + "node_modules/style-loader": { + + "version": "3.3.4", + + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz", + + "integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==", + + "engines": { + + "node": ">= 12.13.0" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/webpack" + + }, + + "peerDependencies": { + + "webpack": "^5.0.0" + + } + + }, + + "node_modules/style-to-object": { + + "version": "0.4.4", + + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", + + "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", + + "dependencies": { + + "inline-style-parser": "0.1.1" + + } + + }, + + "node_modules/styled-components": { + + "version": "6.1.8", + + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.8.tgz", + + "integrity": "sha512-PQ6Dn+QxlWyEGCKDS71NGsXoVLKfE1c3vApkvDYS5KAK+V8fNWGhbSUEo9Gg2iaID2tjLXegEW3bZDUGpofRWw==", + + "dependencies": { + + "@emotion/is-prop-valid": "1.2.1", + + "@emotion/unitless": "0.8.0", + + "@types/stylis": "4.2.0", + + "css-to-react-native": "3.2.0", + + "csstype": "3.1.2", + + "postcss": "8.4.31", + + "shallowequal": "1.1.0", + + "stylis": "4.3.1", + + "tslib": "2.5.0" + + }, + + "engines": { + + "node": ">= 16" + + }, + + "funding": { + + "type": "opencollective", + + "url": "https://opencollective.com/styled-components" + + }, + + "peerDependencies": { + + "react": ">= 16.8.0", + + "react-dom": ">= 16.8.0" + + } + + }, + + "node_modules/styled-components/node_modules/@emotion/unitless": { + + "version": "0.8.0", + + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", + + "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" + + }, + + "node_modules/styled-components/node_modules/csstype": { + + "version": "3.1.2", + + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + + }, + + "node_modules/styled-components/node_modules/stylis": { + + "version": "4.3.1", + + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.1.tgz", + + "integrity": "sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==" + + }, + + "node_modules/styled-components/node_modules/tslib": { + + "version": "2.5.0", + + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + + }, + + "node_modules/styled-jsx": { + + "version": "5.1.1", + + "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz", + + "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==", + + "peer": true, + + "dependencies": { + + "client-only": "0.0.1" + + }, + + "engines": { + + "node": ">= 12.0.0" + + }, + + "peerDependencies": { + + "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0" + + }, + + "peerDependenciesMeta": { + + "@babel/core": { + + "optional": true + + }, + + "babel-plugin-macros": { + + "optional": true + + } + + } + + }, + + "node_modules/stylehacks": { + + "version": "5.1.1", + + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", + + "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", + + "dependencies": { + + "browserslist": "^4.21.4", + + "postcss-selector-parser": "^6.0.4" + + }, + + "engines": { + + "node": "^10 || ^12 || >=14.0" + + }, + + "peerDependencies": { + + "postcss": "^8.2.15" + + } + + }, + + "node_modules/stylis": { + + "version": "4.2.0", + + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", + + "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==" + + }, + + "node_modules/sucrase": { + + "version": "3.35.0", + + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", + + "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", + + "dependencies": { + +>>>>>>> Stashed changes "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" diff --git a/2024/ellehacks2024/package.json b/2024/ellehacks2024/package.json index e592b7749..706a660e5 100644 --- a/2024/ellehacks2024/package.json +++ b/2024/ellehacks2024/package.json @@ -14,6 +14,12 @@ "react": "^18.2.0", "react-bootstrap": "^2.9.1", "react-dom": "^18.2.0", +<<<<<<< Updated upstream +======= + + "react-router-dom": "^6.21.3", + +>>>>>>> Stashed changes "react-scripts": "5.0.1", "styled-components": "^6.1.1", "web-vitals": "^2.1.4" diff --git a/2024/ellehacks2024/src/App.css b/2024/ellehacks2024/src/App.css index 74b5e0534..352d2fd48 100644 --- a/2024/ellehacks2024/src/App.css +++ b/2024/ellehacks2024/src/App.css @@ -1,5 +1,6 @@ .App { text-align: center; + background-color: #853536; } .App-logo { @@ -13,8 +14,8 @@ } } -.App-header { - background-color: #282c34; +/* .App-header { + background-color: #853536; min-height: 100vh; display: flex; flex-direction: column; @@ -22,7 +23,7 @@ justify-content: center; font-size: calc(10px + 2vmin); color: white; -} +} */ .App-link { color: #61dafb; @@ -36,3 +37,17 @@ transform: rotate(360deg); } } + +/* NavBar{ + background-color: #853536; + color: #FFF; +text-align: center; +font-family: Space Grotesk; +font-size: 180px; +font-style: normal; +font-weight: 700; +line-height: normal; +} */ +body{ + background-color: #853536; +} \ No newline at end of file diff --git a/2024/ellehacks2024/src/App.js b/2024/ellehacks2024/src/App.js index 378457572..6ff6c8f31 100644 --- a/2024/ellehacks2024/src/App.js +++ b/2024/ellehacks2024/src/App.js @@ -1,24 +1,57 @@ -import logo from './logo.svg'; +<<<<<<< Updated upstream +import './App.css' +import Hello from './components/Hello.js'; +import Home from './components/Home.js'; +import NavBar from './components/NavBar.js'; +import AboutUs from './components/AboutUs.js'; +import JoinUS from './components/JoinUS.js'; +import MeetTheTeam from './components/MeetTheTeam.js'; +======= +import React from 'react'; + +import { HashRouter as Router } from 'react-router-dom'; + import './App.css'; +import NavBar from './components/NavBar'; +import Home from './components/Home'; +import AboutUs from './components/AboutUs'; +import JoinUS from './components/JoinUS'; +import FAQ from './components/FAQ'; +import MeetTheTeam from './components/MeetTheTeam' +import MeetOurSponsors from './components/MeetOurSponsors' +import Footer from './components/Footer'; +>>>>>>> Stashed changes +import 'bootstrap/dist/css/bootstrap.min.css'; +; function App() { return ( +<<<<<<< Updated upstream
-
- logo -

- Edit src/App.js and save to reload. -

- - Learn React - -
+ + + + + ; +
+ + + +======= + +
+ + + + + + + +
+
+>>>>>>> Stashed changes ); } diff --git a/2024/ellehacks2024/src/assets/Green.png b/2024/ellehacks2024/src/assets/Green.png new file mode 100644 index 000000000..80e7329b3 Binary files /dev/null and b/2024/ellehacks2024/src/assets/Green.png differ diff --git a/2024/ellehacks2024/src/assets/Red.png b/2024/ellehacks2024/src/assets/Red.png new file mode 100644 index 000000000..4a7d5d7ff Binary files /dev/null and b/2024/ellehacks2024/src/assets/Red.png differ diff --git a/2024/ellehacks2024/src/assets/Simplification.png b/2024/ellehacks2024/src/assets/Simplification.png new file mode 100644 index 000000000..f8794f573 Binary files /dev/null and b/2024/ellehacks2024/src/assets/Simplification.png differ diff --git a/2024/ellehacks2024/src/assets/Yellow.png b/2024/ellehacks2024/src/assets/Yellow.png new file mode 100644 index 000000000..214012b71 Binary files /dev/null and b/2024/ellehacks2024/src/assets/Yellow.png differ diff --git a/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-01.jpg b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-01.jpg new file mode 100644 index 000000000..1dab55593 Binary files /dev/null and b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-01.jpg differ diff --git a/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-02.jpg b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-02.jpg new file mode 100644 index 000000000..a0fb179c0 Binary files /dev/null and b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-02.jpg differ diff --git a/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-03.jpg b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-03.jpg new file mode 100644 index 000000000..a42a87bad Binary files /dev/null and b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-03.jpg differ diff --git a/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-04.jpg b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-04.jpg new file mode 100644 index 000000000..ca6fff0ee Binary files /dev/null and b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-04.jpg differ diff --git a/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-05.jpg b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-05.jpg new file mode 100644 index 000000000..0d602cc60 Binary files /dev/null and b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-05.jpg differ diff --git a/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-06.jpg b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-06.jpg new file mode 100644 index 000000000..f357e7455 Binary files /dev/null and b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-06.jpg differ diff --git a/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-07.jpg b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-07.jpg new file mode 100644 index 000000000..f9a470fca Binary files /dev/null and b/2024/ellehacks2024/src/assets/aboutUs/ElleHacks2024-07.jpg differ diff --git a/2024/ellehacks2024/src/assets/logo.png b/2024/ellehacks2024/src/assets/logo.png new file mode 100644 index 000000000..6c0ceacc0 Binary files /dev/null and b/2024/ellehacks2024/src/assets/logo.png differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Aditi_headshot.jpeg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Aditi_headshot.jpeg new file mode 100644 index 000000000..7cba2f55a Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Aditi_headshot.jpeg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Batul_Ismail.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Batul_Ismail.jpg new file mode 100644 index 000000000..3ab9bad5b Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Batul_Ismail.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Bohina_Manochehrzadeh.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Bohina_Manochehrzadeh.jpg new file mode 100644 index 000000000..f20bbfea5 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Bohina_Manochehrzadeh.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Danielle_Grajnar.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Danielle_Grajnar.jpg new file mode 100644 index 000000000..a1ab1a61a Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Danielle_Grajnar.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Dimitra_Headshot.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Dimitra_Headshot.jpg new file mode 100644 index 000000000..27a401bdc Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Dimitra_Headshot.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Faiza_headshot.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Faiza_headshot.jpg new file mode 100644 index 000000000..f02d8a73f Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Faiza_headshot.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Hejitha_Weera_Headshot.jpeg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Hejitha_Weera_Headshot.jpeg new file mode 100644 index 000000000..53ef1f2d0 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Hejitha_Weera_Headshot.jpeg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Huiling_tang_headshot.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Huiling_tang_headshot.jpg new file mode 100644 index 000000000..26b631d71 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Huiling_tang_headshot.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Hulya_Yasar_Headshot.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Hulya_Yasar_Headshot.jpg new file mode 100644 index 000000000..1faee12a5 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Hulya_Yasar_Headshot.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Julia_Da_Silva_Headshot.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Julia_Da_Silva_Headshot.jpg new file mode 100644 index 000000000..3e3b90510 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Julia_Da_Silva_Headshot.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Lavanaya Headshot.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Lavanaya Headshot.jpg new file mode 100644 index 000000000..6bb724b29 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Lavanaya Headshot.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Najwa_Waqar_Headshot.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Najwa_Waqar_Headshot.jpg new file mode 100644 index 000000000..020729293 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Najwa_Waqar_Headshot.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/New Text Document.txt b/2024/ellehacks2024/src/assets/meettheteam/headshots/New Text Document.txt new file mode 100644 index 000000000..e69de29bb diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Rodiat Adeoye.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Rodiat Adeoye.jpg new file mode 100644 index 000000000..600971f22 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Rodiat Adeoye.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Sabriha_Amin.JPG b/2024/ellehacks2024/src/assets/meettheteam/headshots/Sabriha_Amin.JPG new file mode 100644 index 000000000..c2ef1dbc1 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Sabriha_Amin.JPG differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Sidney_Liu.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Sidney_Liu.jpg new file mode 100644 index 000000000..e71c62cdf Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Sidney_Liu.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Steeve-Johan Otoka-Eyota.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Steeve-Johan Otoka-Eyota.jpg new file mode 100644 index 000000000..564ce63c7 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Steeve-Johan Otoka-Eyota.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Triya Augustine.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Triya Augustine.jpg new file mode 100644 index 000000000..e72e047ab Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Triya Augustine.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Visali_Thirukeswaran.png b/2024/ellehacks2024/src/assets/meettheteam/headshots/Visali_Thirukeswaran.png new file mode 100644 index 000000000..dc0d758cd Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Visali_Thirukeswaran.png differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Wan_Ning_Ma.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Wan_Ning_Ma.jpg new file mode 100644 index 000000000..c91d27b91 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Wan_Ning_Ma.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Zaina Awad.png b/2024/ellehacks2024/src/assets/meettheteam/headshots/Zaina Awad.png new file mode 100644 index 000000000..fdaffb1d5 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Zaina Awad.png differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/Zijing_Wang.jpeg b/2024/ellehacks2024/src/assets/meettheteam/headshots/Zijing_Wang.jpeg new file mode 100644 index 000000000..0ac8477a4 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/Zijing_Wang.jpeg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/ilwad_headshot.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/ilwad_headshot.jpg new file mode 100644 index 000000000..d5abb1d6d Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/ilwad_headshot.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/maher kazi.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/maher kazi.jpg new file mode 100644 index 000000000..a7b7c5193 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/maher kazi.jpg differ diff --git a/2024/ellehacks2024/src/assets/meettheteam/headshots/sayed_mohammed.jpg b/2024/ellehacks2024/src/assets/meettheteam/headshots/sayed_mohammed.jpg new file mode 100644 index 000000000..8469f7f75 Binary files /dev/null and b/2024/ellehacks2024/src/assets/meettheteam/headshots/sayed_mohammed.jpg differ diff --git a/2024/ellehacks2024/src/assets/mlh-trust-badge.png b/2024/ellehacks2024/src/assets/mlh-trust-badge.png new file mode 100644 index 000000000..8cb3a1dc7 Binary files /dev/null and b/2024/ellehacks2024/src/assets/mlh-trust-badge.png differ diff --git a/2024/ellehacks2024/src/components/AboutUs.js b/2024/ellehacks2024/src/components/AboutUs.js new file mode 100644 index 000000000..873900ee9 --- /dev/null +++ b/2024/ellehacks2024/src/components/AboutUs.js @@ -0,0 +1,56 @@ +import React, { Component } from 'react'; +import Carousel from 'react-bootstrap/Carousel'; +import Image from 'react-bootstrap/Image'; +import img1 from '../assets/aboutUs/ElleHacks2024-01.jpg'; +import img2 from '../assets/aboutUs/ElleHacks2024-02.jpg'; +import img3 from '../assets/aboutUs/ElleHacks2024-03.jpg'; +import img4 from '../assets/aboutUs/ElleHacks2024-04.jpg'; +import img5 from '../assets/aboutUs/ElleHacks2024-05.jpg'; +import img6 from '../assets/aboutUs/ElleHacks2024-06.jpg'; +import img7 from '../assets/aboutUs/ElleHacks2024-07.jpg'; + +class AboutUs extends Component { + render() { + return ( +
+
+ + + First slide + + + First slide + + + First slide + + + First slide + + + First slide + + + First slide + + + First slide + + +
+ +
+

About Us

+
+
Girls who // CODE write the future
+
+

ElleHacks is one of Canada's largest hackathons for women and gender-diverse students!

+

We're a free, student-run, and beginner-friendly competition where attendees pitch technical solutions to global issues, participate in fun workshops, + and network with recruiters and industry professionals.

+
+
+ ); + } +} + +export default AboutUs; diff --git a/2024/ellehacks2024/src/components/Hello.js b/2024/ellehacks2024/src/components/Hello.js new file mode 100644 index 000000000..a757e6d3a --- /dev/null +++ b/2024/ellehacks2024/src/components/Hello.js @@ -0,0 +1,23 @@ +import React, {Component} from 'react'; + +class Hello extends Component { +render(){ + return ( +
+

Hello World!AAAAAAAAAAAAAAAa

+

Hello World!AAAAAAAAAAAAAAAa

+

Hello World!AAAAAAAAAAAAAAAa

+

Hello World!AAAAAAAAAAAAAAAa

+

Hello World!AAAAAAAAAAAAAAAa

+

Hello World!AAAAAAAAAAAAAAAa

+

Hello World!AAAAAAAAAAAAAAAa

+

Hello World!AAAAAAAAAAAAAAAa

+

Hello World!AAAAAAAAAAAAAAAa

+

Hello World!AAAAAAAAAAAAAAAa

+

Hello World!AAAAAAAAAAAAAAAa

+ +
+ ); + } +} + export default Hello; \ No newline at end of file diff --git a/2024/ellehacks2024/src/components/Home.js b/2024/ellehacks2024/src/components/Home.js new file mode 100644 index 000000000..2945fd655 --- /dev/null +++ b/2024/ellehacks2024/src/components/Home.js @@ -0,0 +1,90 @@ +import React, { Component } from 'react'; +import Image from 'react-bootstrap/Image'; +import Button from 'react-bootstrap/Button'; + +class Home extends Component { + render() { + const mainName = { + color: '#FFF', + fontSize: '5vw', + fontWeight: 700, + lineHeight: 'normal', + }; + + const mainNum = { + color: '#5E191A', + fontSize: '5vw', + fontWeight: 700, + lineHeight: 'normal', + }; + + const mainDateTime = { + color: '#FFF', + fontSize: '2vw', + fontWeight: 700, + lineHeight: 'normal', + }; + + const mainLocation = { + color: '#FFF', + fontSize: '2vw', + fontWeight: 700, + lineHeight: 'normal', + }; + + const apply = { + color: '#FFF', + backgroundColor: '#702122', + fontSize: '2vw', + fontWeight: 500, + lineHeight: 'normal', + textDecoration: 'none', + border: '1px', + }; + + const containerStyle = { + display: 'flex', + margin: '5vw auto', // Adjust the margin + justifyContent: 'space-evenly', + backgroundColor: '#853536', + }; + + const leftStyle = { + flex: '2', + textAlign: 'left', + marginLeft: '12vw', // Adjust the margin + }; + + const rightStyle = { + flex: '1', + textAlign: 'right', + marginRight: '12vw', // Adjust the margin + }; + + return ( +
+
+

+ ElleHacks 2024 +

+
+

Febuary 17-19, 2024

+

York University, Toronto, ON

+
+ +
+ +
+ ElleHacks Logo +
+
+ ); + } +} + +export default Home; diff --git a/2024/ellehacks2024/src/components/JoinUS.js b/2024/ellehacks2024/src/components/JoinUS.js new file mode 100644 index 000000000..0e7cd161d --- /dev/null +++ b/2024/ellehacks2024/src/components/JoinUS.js @@ -0,0 +1,159 @@ +// JoinUs.js +import React, { Component } from 'react'; +import Yellow from "../assets/Yellow.png"; +import Red from "../assets/Red.png"; +import Green from "../assets/Green.png"; +import CardGroup from 'react-bootstrap/CardGroup'; +import Button from 'react-bootstrap/Button'; +import Card from 'react-bootstrap/Card'; + +class JoinUS extends Component { + render() { + const mentor = { + color: '#FFF', + backgroundColor: '#FFCE82', + fontSize: '2vw', + fontWeight: 500, + lineHeight: 'normal', + textDecoration: 'none', + border: '1px', + }; + + const hacker = { + color: '#FFF', + backgroundColor: '#A45555', + fontSize: '2vw', + fontWeight: 500, + lineHeight: 'normal', + textDecoration: 'none', + border: '1px', + }; + + const volunteer = { + color: '#FFF', + backgroundColor: '#B0BBA0', + fontSize: '2vw', + fontWeight: 500, + lineHeight: 'normal', + textDecoration: 'none', + border: '1px', + }; + + const joinUsStyle = { + padding: '20px', + paddingLeft: '12px', + paddingRight: '36px', + paddingBottom: '8px', + fontWeight: 'bold', + fontSize: '4xl', + color: 'white', + backgroundColor: '#712323', + + }; + + const cardStyleHacker = { + width: '15rem', + border: '0', + maxWidth: '100%', + width: '100%', + backgroundColor: '#712323', + color: '#FFF', + display: 'flex', + flexDirection: 'column', + alignItems: 'center', // Align items at the center + textAlign: 'center', // Center text horizontally + }; + + const cardStyleMentor = { + paddingTop: '120px', + border: '0', + width: '15rem', + maxWidth: '100%', + width: '100%', + backgroundColor: '#712323', + color: '#FFF', + display: 'flex', + flexDirection: 'column', + alignItems: 'center', // Align items at the center + textAlign: 'center', // Center text horizontally + }; + + const cardStyleVolunteer = { + paddingTop: '100px', + border: '0', + width: '15rem', + maxWidth: '100%', + width: '100%', + backgroundColor: '#712323', + color: '#FFF', + display: 'flex', + flexDirection: 'column', + alignItems: 'center', // Align items at the center + textAlign: 'center', // Center text horizontally + }; + + return ( + <> + {/* Join Us Section */} +
+

Join Us

+ + {/* Main Content Grid */} +
+ + + + + Mentor + + Do you have knowledgable information about tech and are eager to teach? + + + + + + + + + Hacker + + Come out and join us for ElleHacks 2024 + + + + + + + + + Volunteer + + Want to help out? Apply here and we'll set you up with a task! + + + + + +
+
+ + ); + } +} + +export default JoinUS; diff --git a/2024/ellehacks2024/src/components/MeetOurSponsors.css b/2024/ellehacks2024/src/components/MeetOurSponsors.css new file mode 100644 index 000000000..06285cb8c --- /dev/null +++ b/2024/ellehacks2024/src/components/MeetOurSponsors.css @@ -0,0 +1,47 @@ + +.sponsor-heading { + display:inline; + position:relative; + left: 600px; + bottom: 20px; + font-size: 85px; + margin: 5px; + text-align: left; + word-spacing: -0.1em; + letter-spacing: -0.03em; + color: white; +} + +.meet-our-sponsors-section { + position: relative; + width: 100%; + height: 100%; + background: #712323; +} + +.row{ + display: grid; + grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); + grid-gap: 20px; +} + +.sponsors-container { + position: relative; + width: 100%; + margin: auto; + text-align: center; + height: 100%; +} + +.custom-card img { + max-width: 100%; + max-height: 100%; + justify-content: center; +} + +.custom-card { + width: 300px; + height: 300px; + margin-bottom: 10px; + margin-left: 10px; +} \ No newline at end of file diff --git a/2024/ellehacks2024/src/components/MeetOurSponsors.js b/2024/ellehacks2024/src/components/MeetOurSponsors.js new file mode 100644 index 000000000..8d2c3f960 --- /dev/null +++ b/2024/ellehacks2024/src/components/MeetOurSponsors.js @@ -0,0 +1,91 @@ +import React from 'react'; +import Container from 'react-bootstrap/Container'; +import Row from 'react-bootstrap/Row'; +import Col from 'react-bootstrap/Col'; +import Red from "../assets/Red.png"; +import Card from 'react-bootstrap/Card'; +import "./MeetOurSponsors.css" + + +function MeetTheTeam() { + + return ( +
+
+ + +
+
+
+

Gold Sponsors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Silver Sponsors

+ +
+
+

Bronze Sponsors

+ +
+
+

Community Sponsors

+
+
+
+
+ ); +} + +export default MeetTheTeam; diff --git a/2024/ellehacks2024/src/components/MeetTheTeam.css b/2024/ellehacks2024/src/components/MeetTheTeam.css new file mode 100644 index 000000000..c22439e17 --- /dev/null +++ b/2024/ellehacks2024/src/components/MeetTheTeam.css @@ -0,0 +1,155 @@ +/* @Hasti 'Meet The Team' section start */ + +a { + text-decoration: none; +} + +.team-heading { + display:inline; + position:relative; + left: 600px; + bottom: 20px; + font-size: 85px; + margin: 5px; + text-align: left; + word-spacing: -0.1em; + letter-spacing: -0.03em; + color: white; +} + +/*flex properties*/ + +.grid { + display: flex; + margin: 0 auto; +} + +.co-chairs { + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; + max-width: 600px; + margin-top: 50px; + margin-bottom: 40px; +} + +.executives { + display: flex; + margin: 0 auto; +} + +.lms-exe { + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; + max-width: 570px; + margin-left: 0px; +} + +.IT-exe { + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; + max-width: 570px; + margin-right: 0px; +} + +.sponsor-exe { + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; + max-width: 800px; + margin: 0 auto; +} + +.team-member { + margin: 8px; + border-radius: 10px; + padding: 5px; + padding-left: 10px; + padding-right: 10px; + transition: 0.3s; + transition-duration: 0.3s; + transition-timing-function: ease; + transition-delay: 0s; + transition-property: all; + text-align: center; +} + +.team-member:hover { + box-shadow: 4px 4px 20px 0 rgb(0, 0, 0, 40%), -4px -4px 20px 0 rgba(252, 92, 92, 0.8); +} + + +/* Images */ + +.image { + width: 150px; + height: 150px; +} + +.team-img { + display: block; + margin: 0 auto; + width: 150px; + height: 150px; + border-radius: 100%; + /* border: solid #8872AB; */ + border-bottom: solid 5px #A45555; +} + +.team-img-fun { + display: none; + margin: 0 auto; + width: 150px; + height: 150px; + border-radius: 100%; + /* border: solid #8872AB; */ + border-bottom: solid 5px #A45555; +} + +.image:hover .team-img-fun { + display: inline; + margin: 1px; +} + +.image:hover .team-img { + display: none; + margin: 1px; +} + + +/* Name and title */ + +.team-name { + color: white; + font-style: normal; + text-align: center; + margin-bottom: 0; +} + +.team-title { + color: white; + font-style: normal; + text-align: center; + margin-top: 4px; +} + +.team-member h4 { + display: block; + font-size: 16px; + margin-block-start: 1.33em; + /* margin-block-end: 1.33em; */ + margin-inline-start: 0px; + margin-inline-end: 0px; + font-weight: bold; +} + + +/* 'Meet The Team' section end */ + + +/* ********************************************** */ + + +/* **************************************** */ \ No newline at end of file diff --git a/2024/ellehacks2024/src/components/MeetTheTeam.js b/2024/ellehacks2024/src/components/MeetTheTeam.js new file mode 100644 index 000000000..b2500c137 --- /dev/null +++ b/2024/ellehacks2024/src/components/MeetTheTeam.js @@ -0,0 +1,324 @@ +import React from 'react'; +import Container from 'react-bootstrap/Container'; +import Nav from 'react-bootstrap/Nav'; +import Navbar from 'react-bootstrap/Navbar'; +import Image from 'react-bootstrap/Image'; +import test from '../assets/logo.png'; +import "./MeetTheTeam.css" + +//Headshot Images +import img1Chair from '../assets/meettheteam/headshots/Visali_Thirukeswaran.png'; +import img2Chair from '../assets/meettheteam/headshots/Danielle_Grajnar.jpg'; +//Logistic +import img1Logistic from '../assets/meettheteam/headshots/Aditi_headshot.jpeg'; +import img2Logistic from '../assets/meettheteam/headshots/Bohina_Manochehrzadeh.jpg'; +import img3Logistic from '../assets/meettheteam/headshots/Faiza_headshot.jpg'; +import img4Logistic from '../assets/meettheteam/headshots/Huiling_tang_headshot.jpg'; +import img5Logistic from '../assets/meettheteam/headshots/ilwad_headshot.jpg'; +import img6Logistic from '../assets/meettheteam/headshots/Lavanaya Headshot.jpg'; +import img7Logistic from '../assets/meettheteam/headshots/Najwa_Waqar_Headshot.jpg'; +import img8Logistic from '../assets/meettheteam/headshots/Rodiat Adeoye.jpg'; +import img9Logistic from '../assets/meettheteam/headshots/Sabriha_Amin.JPG'; +import img10Logistic from '../assets/meettheteam/headshots/Sidney_Liu.jpg'; +import img11Logistic from '../assets/meettheteam/headshots/Triya Augustine.jpg'; +//IT +import img1IT from '../assets/meettheteam/headshots/Dimitra_Headshot.jpg'; +import img2IT from '../assets/meettheteam/headshots/Hejitha_Weera_Headshot.jpeg'; +import img3IT from '../assets/meettheteam/headshots/Hulya_Yasar_Headshot.jpg'; +import img4IT from '../assets/meettheteam/headshots/Julia_Da_Silva_Headshot.jpg'; +import img5IT from '../assets/meettheteam/headshots/maher kazi.jpg'; +import img6IT from '../assets/meettheteam/headshots/Steeve-Johan Otoka-Eyota.jpg'; +import img7IT from '../assets/meettheteam/headshots/Zaina Awad.png'; +import img8IT from '../assets/meettheteam/headshots/Zijing_Wang.jpeg'; +//Sponsorship +import img1Sponsorship from '../assets/meettheteam/headshots/Batul_Ismail.jpg'; +import img2Sponsorship from '../assets/meettheteam/headshots/sayed_mohammed.jpg'; +import img3Sponsorship from '../assets/meettheteam/headshots/Wan_Ning_Ma.jpg'; + +function MeetTheTeam() { + + return ( +
+
+
+
+ +

+ Meet Our Team +

+ +
+
+ +

Visali Thirukeswaran

+

ElleHacks Co-Chair

+
+
+ +

Danielle Grajnar

+

ElleHacks Co-Chair

+
+
+ +

Blank

+

Co-Chair

+
+ +
+
+
+ +

Triya Augustine

+

Logistics Director

+
+
+ +

Aditi Patel

+

Logistics Executive

+
+
+ +

Bohina Manochehrzadeh

+

Logistics Executive

+
+
+ +

Faiza Sidin

+

Logistics Executive

+
+
+ +

Huiling Tang

+

Logistics Executive

+
+
+ +

Ilwad Abdulle

+

Logistics Executive

+
+
+ +

Lavanaya Bajaj

+

Logistics Executive

+
+
+ +

Najwa Waqar

+

Logistics Executive

+
+
+ +

Rodiat Adeoye

+

Logistics Executive

+
+
+ +

Sabriha Amin

+

Logistics Executive

+
+
+ +

Sidney Liu

+

Logistics Executive

+
+
+ +
+
+ +

Luana Madeira

+

IT Director

+
+
+ +

Dimitra Balasingam

+

IT Executive

+
+
+ +

Thanuj Hejitha Karunadhipathi Weera

+

IT Executive

+
+
+ +

Hulya Yasar

+

IT Executive

+
+
+ +

Julia Da Silva

+

IT Executive

+
+
+ +

Maher Kazi

+

IT Executive

+
+
+ +

Steeve-Johan Otoka-Eyota

+

IT Executive

+
+
+ +

Zaina Awad

+

IT Executive

+
+
+ +

Zijing Wang

+

IT Executive

+
+
+
+
+ +

Batul Ismail

+

Sponsorship Executive

+
+
+ +

Sayed Mohammed

+

Sponsorship Executive

+
+
+ +

Wan Ning Ma

+

Sponsorship Executive

+
+
+
+ test + test +
+

ELLE '23

+

Hacker #1

+
+
+
+ test + test +
+

ELLE '23

+

Hacker #2

+
+
+
+ test + test +
+

ELLE '23

+

Hacker #3

+
+
+
+
+
+ ); +} + +export default MeetTheTeam; diff --git a/2024/ellehacks2024/src/components/NavBar.js b/2024/ellehacks2024/src/components/NavBar.js new file mode 100644 index 000000000..b4847dd0a --- /dev/null +++ b/2024/ellehacks2024/src/components/NavBar.js @@ -0,0 +1,75 @@ +import React from 'react'; +import Container from 'react-bootstrap/Container'; +import Nav from 'react-bootstrap/Nav'; +import Navbar from 'react-bootstrap/Navbar'; +import Image from 'react-bootstrap/Image'; + +function NavBar() { + const linkText = { + color: '#FFF', + textAlign: 'center', + fontSize: '18px', + fontStyle: 'normal', + fontWeight: 500, + lineHeight: 'normal', + }; + + return ( + <> + + + {/* Website Logo */} + + ElleHacks Logo + ElleHacks + + + + + + + + {/* MLH Badge (visible only on larger screens) */} + MLH Trust Badge + + + + {/* Add padding to the top of the body */} +
+ {/* Your other components go here */} +
+ + ); +} + +export default NavBar; diff --git a/2024/ellehacks2024/src/fonts/SpaceGrotesk-Bold.ttf b/2024/ellehacks2024/src/fonts/SpaceGrotesk-Bold.ttf new file mode 100644 index 000000000..0408641c6 Binary files /dev/null and b/2024/ellehacks2024/src/fonts/SpaceGrotesk-Bold.ttf differ diff --git a/2024/ellehacks2024/src/index.css b/2024/ellehacks2024/src/index.css index ec2585e8c..53c0d0288 100644 --- a/2024/ellehacks2024/src/index.css +++ b/2024/ellehacks2024/src/index.css @@ -1,5 +1,6 @@ body { margin: 0; + background-color: #853536; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; diff --git a/2024/ellehacks2024/src/index.js b/2024/ellehacks2024/src/index.js index d563c0fb1..06f12b9be 100644 --- a/2024/ellehacks2024/src/index.js +++ b/2024/ellehacks2024/src/index.js @@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client'; import './index.css'; import App from './App'; import reportWebVitals from './reportWebVitals'; +import 'bootstrap/dist/css/bootstrap.min.css'; const root = ReactDOM.createRoot(document.getElementById('root')); root.render( diff --git a/readme.md b/readme.md deleted file mode 100644 index d7d0aba0d..000000000 --- a/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -The hosting platform for the ElleHacks site - -ElleHacks is one of the biggest hackathons attended by female and non-binary individuals! It is ran by Women in Science and Engineering (WiSE) at York University. \ No newline at end of file