Skip to content
Snippets Groups Projects
package-lock.json 477 KiB
Newer Older
Grant's avatar
Grant committed
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/@types/socket.io-client/-/socket.io-client-3.0.0.tgz",
      "integrity": "sha512-s+IPvFoEIjKA3RdJz/Z2dGR4gLgysKi8owcnrVwNjgvc01Lk68LJDDsG2GRqegFITcxmvCMYM7bhMpwEMlHmDg==",
      "deprecated": "This is a stub types definition. socket.io-client provides its own type definitions, so you do not need this installed.",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "socket.io-client": "*"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@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"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Grant's avatar
Grant committed
      },
      "funding": {
Grant's avatar
Grant committed
        "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
        }
Grant's avatar
Grant committed
    "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": {
      "version": "4.3.4",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
      "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "ms": "2.1.2"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">=6.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependenciesMeta": {
        "supports-color": {
          "optional": true
        }
Grant's avatar
Grant committed
    "node_modules/@typescript-eslint/eslint-plugin/node_modules/ms": {
Grant's avatar
Grant committed
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
      "dev": true
    },
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "@typescript-eslint/utils": "5.62.0"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Grant's avatar
Grant committed
      },
      "funding": {
Grant's avatar
Grant committed
        "type": "opencollective",
        "url": "https://opencollective.com/typescript-eslint"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@typescript-eslint/scope-manager": "5.62.0",
        "@typescript-eslint/types": "5.62.0",
        "@typescript-eslint/typescript-estree": "5.62.0",
        "debug": "^4.3.4"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Grant's avatar
Grant committed
      },
      "funding": {
Grant's avatar
Grant committed
        "type": "opencollective",
        "url": "https://opencollective.com/typescript-eslint"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependenciesMeta": {
        "typescript": {
          "optional": true
        }
Grant's avatar
Grant committed
    "node_modules/@typescript-eslint/parser/node_modules/debug": {
      "version": "4.3.4",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
      "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "ms": "2.1.2"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": ">=6.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependenciesMeta": {
        "supports-color": {
          "optional": true
        }
Grant's avatar
Grant committed
    "node_modules/@typescript-eslint/parser/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==",
      "dev": true
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
        "@typescript-eslint/types": "5.62.0",
        "@typescript-eslint/visitor-keys": "5.62.0"
      },
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
      },
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/typescript-eslint"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
        "@typescript-eslint/typescript-estree": "5.62.0",
        "@typescript-eslint/utils": "5.62.0",
        "debug": "^4.3.4",
        "tsutils": "^3.21.0"
      },
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "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
        }
Grant's avatar
Grant committed
    "node_modules/@typescript-eslint/type-utils/node_modules/debug": {
      "version": "4.3.4",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
      "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
      "dev": true,
      "dependencies": {
        "ms": "2.1.2"
      },
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": ">=6.0"
      },
      "peerDependenciesMeta": {
        "supports-color": {
          "optional": true
        }
Grant's avatar
Grant committed
    "node_modules/@typescript-eslint/type-utils/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==",
Grant's avatar
Grant committed
      "dev": true
    },
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
      "engines": {
Grant's avatar
Grant committed
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
      },
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/typescript-eslint"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "@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"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Grant's avatar
Grant committed
      },
      "funding": {
Grant's avatar
Grant committed
        "type": "opencollective",
        "url": "https://opencollective.com/typescript-eslint"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependenciesMeta": {
        "typescript": {
          "optional": true
        }
Grant's avatar
Grant committed
    "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": {
      "version": "4.3.4",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
      "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "ms": "2.1.2"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": ">=6.0"
      },
      "peerDependenciesMeta": {
        "supports-color": {
          "optional": true
        }
Grant's avatar
Grant committed
    "node_modules/@typescript-eslint/typescript-estree/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==",
      "dev": 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==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@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"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "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"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "@typescript-eslint/types": "5.62.0",
        "eslint-visitor-keys": "^3.3.0"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
      },
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/typescript-eslint"
Grant's avatar
Grant committed
    "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==",
      "dev": true
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@vitejs/plugin-react": {
      "version": "4.2.1",
      "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.2.1.tgz",
      "integrity": "sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@babel/core": "^7.23.5",
        "@babel/plugin-transform-react-jsx-self": "^7.23.3",
        "@babel/plugin-transform-react-jsx-source": "^7.23.3",
        "@types/babel__core": "^7.20.5",
        "react-refresh": "^0.14.0"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": "^14.18.0 || >=16.0.0"
      },
      "peerDependencies": {
        "vite": "^4.2.0 || ^5.0.0"
Grant's avatar
Grant committed
    "node_modules/abbrev": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
      "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
      "dev": true
    },
    "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==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "mime-types": "~2.1.34",
        "negotiator": "0.6.3"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 0.6"
Grant's avatar
Grant committed
    "node_modules/acorn": {
      "version": "8.11.3",
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",
      "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
      "devOptional": true,
      "bin": {
        "acorn": "bin/acorn"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">=0.4.0"
Grant's avatar
Grant committed
    "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==",
      "dev": true,
      "peerDependencies": {
        "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
Grant's avatar
Grant committed
    "node_modules/acorn-walk": {
      "version": "8.3.2",
      "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz",
      "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==",
      "devOptional": true,
      "engines": {
        "node": ">=0.4.0"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": ">=8"
Grant's avatar
Grant committed
    "node_modules/ansi-styles": {
      "version": "3.2.1",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
      "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "color-convert": "^1.9.0"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">=4"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "normalize-path": "^3.0.0",
        "picomatch": "^2.0.4"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 8"
Grant's avatar
Grant committed
    "node_modules/arg": {
      "version": "4.1.3",
      "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
      "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
      "devOptional": true
    },
    "node_modules/argparse": {
Grant's avatar
Grant committed
      "version": "2.0.1",
Grant's avatar
Grant committed
      "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
      "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
      "dev": true
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/aria-query": {
      "version": "5.3.0",
      "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
      "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
        "dequal": "^2.0.3"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "call-bind": "^1.0.2",
        "is-array-buffer": "^3.0.1"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Grant's avatar
Grant committed
    "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=="
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "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"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Grant's avatar
Grant committed
    "node_modules/array-union": {
Grant's avatar
Grant committed
      "version": "2.1.0",
Grant's avatar
Grant committed
      "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
      "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
Grant's avatar
Grant committed
      "dev": true,
      "engines": {
Grant's avatar
Grant committed
        "node": ">=8"
Grant's avatar
Grant committed
    "node_modules/array.prototype.filter": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.3.tgz",
      "integrity": "sha512-VizNcj/RGJiUyQBgzwxzE5oHdeuXY5hSbbmKMlphj1cy1Vl7Pn2asCGbSrru6hSQjmCzqTBPVWAF/whmEOVHbw==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "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"
Grant's avatar
Grant committed
    "node_modules/array.prototype.findlastindex": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.4.tgz",
      "integrity": "sha512-hzvSHUshSpCflDR1QMUBLHGHP1VIEBegT4pix9H/Z92Xw3ySoy6c2qh7lJWTJnRJ8JCZ9bJNCgTyYaJGcJu6xQ==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "call-bind": "^1.0.5",
        "define-properties": "^1.2.1",
        "es-abstract": "^1.22.3",
        "es-errors": "^1.3.0",
        "es-shim-unscopables": "^1.0.2"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "call-bind": "^1.0.2",
        "define-properties": "^1.2.0",
        "es-abstract": "^1.22.1",
        "es-shim-unscopables": "^1.0.0"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "call-bind": "^1.0.2",
        "define-properties": "^1.2.0",
        "es-abstract": "^1.22.1",
        "es-shim-unscopables": "^1.0.0"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Grant's avatar
Grant committed
    "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==",
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "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"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "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"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 0.4"
Grant's avatar
Grant committed
      },
      "funding": {
Grant's avatar
Grant committed
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "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==",
      "dev": true
    },
    "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==",
      "dev": true,
      "dependencies": {
        "has-symbols": "^1.0.3"
Grant's avatar
Grant committed
    "node_modules/autoprefixer": {
      "version": "10.4.17",
      "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.17.tgz",
      "integrity": "sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "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"
        }
      ],
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "browserslist": "^4.22.2",
        "caniuse-lite": "^1.0.30001578",
        "fraction.js": "^4.3.7",
        "normalize-range": "^0.1.2",
        "picocolors": "^1.0.0",
        "postcss-value-parser": "^4.2.0"
      },
      "bin": {
        "autoprefixer": "bin/autoprefixer"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": "^10 || ^12 || >=14"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "postcss": "^8.1.0"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": ">=4"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "dequal": "^2.0.3"
Grant's avatar
Grant committed
    "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==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "@babel/runtime": "^7.12.5",
        "cosmiconfig": "^7.0.0",
        "resolve": "^1.19.0"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">=10",
        "npm": ">=6"
Grant's avatar
Grant committed
    "node_modules/babel-plugin-polyfill-corejs2": {
      "version": "0.4.8",
      "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz",
      "integrity": "sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "@babel/compat-data": "^7.22.6",
        "@babel/helper-define-polyfill-provider": "^0.5.0",
        "semver": "^6.3.1"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
Grant's avatar
Grant committed
    "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
      "version": "6.3.1",
      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "bin": {
        "semver": "bin/semver.js"
Grant's avatar
Grant committed
    "node_modules/babel-plugin-polyfill-corejs3": {
      "version": "0.9.0",
      "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz",
      "integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@babel/helper-define-polyfill-provider": "^0.5.0",
        "core-js-compat": "^3.34.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
Grant's avatar
Grant committed
    "node_modules/babel-plugin-polyfill-regenerator": {
      "version": "0.5.5",
      "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz",
      "integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@babel/helper-define-polyfill-provider": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
Grant's avatar
Grant committed
    "node_modules/babel-plugin-transform-react-remove-prop-types": {
      "version": "0.4.24",
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
      "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==",
      "dev": true
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/babel-preset-react-app": {
      "version": "10.0.1",
      "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz",
      "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@babel/core": "^7.16.0",
        "@babel/plugin-proposal-class-properties": "^7.16.0",
        "@babel/plugin-proposal-decorators": "^7.16.4",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
        "@babel/plugin-proposal-numeric-separator": "^7.16.0",
        "@babel/plugin-proposal-optional-chaining": "^7.16.0",
        "@babel/plugin-proposal-private-methods": "^7.16.0",
        "@babel/plugin-transform-flow-strip-types": "^7.16.0",
        "@babel/plugin-transform-react-display-name": "^7.16.0",
        "@babel/plugin-transform-runtime": "^7.16.4",
        "@babel/preset-env": "^7.16.4",
        "@babel/preset-react": "^7.16.0",
        "@babel/preset-typescript": "^7.16.0",
        "@babel/runtime": "^7.16.3",
        "babel-plugin-macros": "^3.1.0",
        "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
Grant's avatar
Grant committed
    "node_modules/balanced-match": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
      "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/base64id": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz",
      "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==",
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": "^4.5.0 || >= 5.9"
Grant's avatar
Grant committed
    "node_modules/binary-extensions": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
      "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
      "engines": {
        "node": ">=8"
Grant's avatar
Grant committed
    "node_modules/body-parser": {
      "version": "1.20.1",
      "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz",
      "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "bytes": "3.1.2",
        "content-type": "~1.0.4",
        "debug": "2.6.9",
        "depd": "2.0.0",
        "destroy": "1.2.0",
        "http-errors": "2.0.0",
        "iconv-lite": "0.4.24",
        "on-finished": "2.4.1",
        "qs": "6.11.0",
        "raw-body": "2.5.1",
        "type-is": "~1.6.18",
        "unpipe": "1.0.0"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 0.8",
        "npm": "1.2.8000 || >= 1.4.16"
Grant's avatar
Grant committed
    "node_modules/brace-expansion": {
      "version": "1.1.11",
      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
      "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "balanced-match": "^1.0.0",
        "concat-map": "0.0.1"
Grant's avatar
Grant committed
    "node_modules/braces": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
      "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "fill-range": "^7.0.1"
      },
      "engines": {
        "node": ">=8"
Grant's avatar
Grant committed
    "node_modules/browserslist": {
      "version": "4.22.3",
      "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz",
      "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==",
Grant's avatar
Grant committed
      "dev": true,
      "funding": [
        {
Grant's avatar
Grant committed
          "type": "opencollective",
          "url": "https://opencollective.com/browserslist"
        },
        {
          "type": "tidelift",
          "url": "https://tidelift.com/funding/github/npm/browserslist"
        },
        {
          "type": "github",
          "url": "https://github.com/sponsors/ai"
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "caniuse-lite": "^1.0.30001580",
        "electron-to-chromium": "^1.4.648",
        "node-releases": "^2.0.14",
        "update-browserslist-db": "^1.0.13"
      },
      "bin": {
        "browserslist": "cli.js"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
Grant's avatar
Grant committed
    "node_modules/buffer-from": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
      "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
      "dev": true
    },
    "node_modules/bytes": {
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
      "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 0.8"
Grant's avatar
Grant committed
    "node_modules/call-bind": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz",
      "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "function-bind": "^1.1.2",
        "get-intrinsic": "^1.2.1",
        "set-function-length": "^1.1.1"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Grant's avatar
Grant committed
    "node_modules/callsites": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
      "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": ">=6"
Grant's avatar
Grant committed
    "node_modules/camel-case": {
      "version": "4.1.2",
      "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
      "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "pascal-case": "^3.1.2",
        "tslib": "^2.0.3"
Grant's avatar
Grant committed
    "node_modules/camelcase-css": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
      "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
      "engines": {
        "node": ">= 6"
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/caniuse-lite": {
      "version": "1.0.30001580",
      "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001580.tgz",
      "integrity": "sha512-mtj5ur2FFPZcCEpXFy8ADXbDACuNFXg6mxVDqp7tqooX6l3zwm+d8EPoeOSIFRDvHs8qu7/SLFOGniULkcH2iA==",
Grant's avatar
Grant committed
      "dev": true,
Grant's avatar
Grant committed
      "funding": [
        {
          "type": "opencollective",
          "url": "https://opencollective.com/browserslist"
        },
        {
          "type": "tidelift",
          "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
        },
        {
          "type": "github",
          "url": "https://github.com/sponsors/ai"
        }
      ]
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/chalk": {
      "version": "2.4.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
      "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "ansi-styles": "^3.2.1",
        "escape-string-regexp": "^1.0.5",
        "supports-color": "^5.3.0"
      },
      "engines": {
        "node": ">=4"
Grant's avatar
Grant committed
    "node_modules/chokidar": {
      "version": "3.5.3",
      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
      "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
      "funding": [
        {
          "type": "individual",
          "url": "https://paulmillr.com/funding/"
        }
Grant's avatar
Grant committed
      ],
Grant's avatar
Grant committed
      "dependencies": {
        "anymatch": "~3.1.2",
        "braces": "~3.0.2",
        "glob-parent": "~5.1.2",
        "is-binary-path": "~2.1.0",
        "is-glob": "~4.0.1",
        "normalize-path": "~3.0.0",
        "readdirp": "~3.6.0"
      },
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 8.10.0"
      },
      "optionalDependencies": {
        "fsevents": "~2.3.2"
Grant's avatar
Grant committed
    "node_modules/clean-css": {
      "version": "5.3.3",
      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz",
      "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==",
Grant's avatar
Grant committed
      "dev": true,
      "dependencies": {
Grant's avatar
Grant committed
        "source-map": "~0.6.0"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 10.0"
Grant's avatar
Grant committed
    "node_modules/client": {
      "resolved": "packages/client-next",
      "link": true
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/clsx": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
      "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==",
Grant's avatar
Grant committed
      "engines": {