Skip to content
Snippets Groups Projects
package-lock.json 1.12 MiB
Newer Older
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/plugin-transform-exponentiation-operator": "^7.24.7",
        "@babel/plugin-transform-export-namespace-from": "^7.24.7",
        "@babel/plugin-transform-for-of": "^7.24.7",
        "@babel/plugin-transform-function-name": "^7.24.7",
        "@babel/plugin-transform-json-strings": "^7.24.7",
        "@babel/plugin-transform-literals": "^7.24.7",
        "@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
        "@babel/plugin-transform-member-expression-literals": "^7.24.7",
        "@babel/plugin-transform-modules-amd": "^7.24.7",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/plugin-transform-modules-commonjs": "^7.24.8",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/plugin-transform-modules-systemjs": "^7.24.7",
        "@babel/plugin-transform-modules-umd": "^7.24.7",
        "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
        "@babel/plugin-transform-new-target": "^7.24.7",
        "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
        "@babel/plugin-transform-numeric-separator": "^7.24.7",
        "@babel/plugin-transform-object-rest-spread": "^7.24.7",
        "@babel/plugin-transform-object-super": "^7.24.7",
        "@babel/plugin-transform-optional-catch-binding": "^7.24.7",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/plugin-transform-optional-chaining": "^7.24.8",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/plugin-transform-parameters": "^7.24.7",
        "@babel/plugin-transform-private-methods": "^7.24.7",
        "@babel/plugin-transform-private-property-in-object": "^7.24.7",
        "@babel/plugin-transform-property-literals": "^7.24.7",
        "@babel/plugin-transform-regenerator": "^7.24.7",
        "@babel/plugin-transform-reserved-words": "^7.24.7",
        "@babel/plugin-transform-shorthand-properties": "^7.24.7",
        "@babel/plugin-transform-spread": "^7.24.7",
        "@babel/plugin-transform-sticky-regex": "^7.24.7",
        "@babel/plugin-transform-template-literals": "^7.24.7",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/plugin-transform-typeof-symbol": "^7.24.8",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/plugin-transform-unicode-escapes": "^7.24.7",
        "@babel/plugin-transform-unicode-property-regex": "^7.24.7",
        "@babel/plugin-transform-unicode-regex": "^7.24.7",
        "@babel/plugin-transform-unicode-sets-regex": "^7.24.7",
        "@babel/preset-modules": "0.1.6-no-external-plugins",
        "babel-plugin-polyfill-corejs2": "^0.4.10",
        "babel-plugin-polyfill-corejs3": "^0.10.4",
        "babel-plugin-polyfill-regenerator": "^0.6.1",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "core-js-compat": "^3.37.1",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "semver": "^6.3.1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
        "node": ">=6.9.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@babel/preset-env/node_modules/semver": {
      "version": "6.3.1",
      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "ISC",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "bin": {
        "semver": "bin/semver.js"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@babel/preset-modules": {
      "version": "0.1.6-no-external-plugins",
      "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
      "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/types": "^7.4.4",
        "esutils": "^2.0.2"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "peerDependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@babel/preset-typescript": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "version": "7.24.7",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz",
      "integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==",
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/helper-plugin-utils": "^7.24.7",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/helper-validator-option": "^7.24.7",
        "@babel/plugin-syntax-jsx": "^7.24.7",
        "@babel/plugin-transform-modules-commonjs": "^7.24.7",
        "@babel/plugin-transform-typescript": "^7.24.7"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=6.9.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@babel/regjsgen": {
      "version": "0.8.0",
      "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
      "license": "MIT"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    },
    "node_modules/@babel/runtime": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "version": "7.24.7",
      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz",
      "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==",
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "regenerator-runtime": "^0.14.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
        "node": ">=6.9.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@babel/template": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "version": "7.24.7",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
      "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/code-frame": "^7.24.7",
        "@babel/parser": "^7.24.7",
        "@babel/types": "^7.24.7"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
        "node": ">=6.9.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@babel/traverse": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "version": "7.24.8",
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz",
      "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==",
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/code-frame": "^7.24.7",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/generator": "^7.24.8",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/helper-environment-visitor": "^7.24.7",
        "@babel/helper-function-name": "^7.24.7",
        "@babel/helper-hoist-variables": "^7.24.7",
        "@babel/helper-split-export-declaration": "^7.24.7",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/parser": "^7.24.8",
        "@babel/types": "^7.24.8",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "debug": "^4.3.1",
        "globals": "^11.1.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=6.9.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@babel/traverse/node_modules/@babel/generator": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "version": "7.24.10",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz",
      "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==",
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/types": "^7.24.9",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@jridgewell/gen-mapping": "^0.3.5",
        "@jridgewell/trace-mapping": "^0.3.25",
        "jsesc": "^2.5.1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=6.9.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@babel/types": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "version": "7.24.9",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz",
      "integrity": "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==",
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/helper-string-parser": "^7.24.8",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/helper-validator-identifier": "^7.24.7",
        "to-fast-properties": "^2.0.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "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==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
      "license": "MIT"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    },
    "node_modules/@choojs/findup": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/@choojs/findup/-/findup-0.2.1.tgz",
      "integrity": "sha512-YstAqNb0MCN8PjdLCDfRsBcGVRN41f3vgLvaI0IrIcBp4AqILRSS0DeWNGkicC+f/zRIPJLc+9RURVSepwvfBw==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "commander": "^2.15.1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "bin": {
        "findup": "bin/findup.js"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@choojs/findup/node_modules/commander": {
      "version": "2.20.3",
      "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
      "license": "MIT"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    },
    "node_modules/@colors/colors": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
      "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "optional": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=0.1.90"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/compodoc": {
      "version": "1.1.25",
      "resolved": "https://registry.npmjs.org/@compodoc/compodoc/-/compodoc-1.1.25.tgz",
      "integrity": "sha512-MsTEv6S0JGkdXc8pFp3yB/r8Lw49YenD0TCXyIVAmQhWNDtGWi4m2TGz02hdiKAlTJ1McQJFuyXWiItTQtje0A==",
      "hasInstallScript": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@angular-devkit/schematics": "18.0.1",
        "@babel/core": "^7.24.6",
        "@babel/plugin-transform-private-methods": "^7.24.6",
        "@babel/preset-env": "^7.24.6",
        "@compodoc/live-server": "^1.2.3",
        "@compodoc/ngd-transformer": "^2.1.3",
        "bootstrap.native": "^5.0.12",
        "chalk": "4.1.2",
        "cheerio": "^1.0.0-rc.12",
        "chokidar": "^3.6.0",
        "colors": "1.4.0",
        "commander": "^12.1.0",
        "cosmiconfig": "^9.0.0",
        "decache": "^4.6.2",
        "es6-shim": "^0.35.8",
        "fancy-log": "^2.0.0",
        "fast-glob": "^3.3.2",
        "fs-extra": "^11.2.0",
        "glob": "^10.4.1",
        "handlebars": "^4.7.8",
        "html-entities": "^2.5.2",
        "i18next": "^23.11.5",
        "json5": "^2.2.3",
        "lodash": "^4.17.21",
        "loglevel": "^1.9.1",
        "loglevel-plugin-prefix": "^0.8.4",
        "lunr": "^2.3.9",
        "marked": "7.0.3",
        "minimist": "^1.2.8",
        "opencollective-postinstall": "^2.0.3",
        "os-name": "4.0.1",
        "pdfmake": "^0.2.10",
        "prismjs": "^1.29.0",
        "semver": "^7.6.2",
        "svg-pan-zoom": "^3.6.1",
        "tablesort": "^5.3.0",
        "traverse": "^0.6.9",
        "ts-morph": "^22.0.0",
        "uuid": "^9.0.1",
        "vis": "^4.21.0-EOL",
        "zepto": "^1.2.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "bin": {
        "compodoc": "bin/index-cli.js"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
        "node": ">= 16.0.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/compodoc/node_modules/@angular-devkit/core": {
      "version": "18.0.1",
      "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.0.1.tgz",
      "integrity": "sha512-91eKZoObs+wRgwssw81Y/94Nvixj0WqJkNusBAg+gAfZTCEeJoGGZJkRK8wrONbM79C3Bx8lN/TfSIPRbjnfOQ==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "ajv": "8.13.0",
        "ajv-formats": "3.0.1",
        "jsonc-parser": "3.2.1",
        "picomatch": "4.0.2",
        "rxjs": "7.8.1",
        "source-map": "0.7.4"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
        "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
        "yarn": ">= 1.13.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "peerDependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "chokidar": "^3.5.2"
      },
      "peerDependenciesMeta": {
        "chokidar": {
          "optional": true
        }
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/compodoc/node_modules/@angular-devkit/schematics": {
      "version": "18.0.1",
      "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.0.1.tgz",
      "integrity": "sha512-AKcEGa3fIgyXT6XTQZWEJZzgmcqlB89fcF7JFOuz4rgQfRmnE2xFw37lKE6ZclCOSiEoffAvgrL8acjdPI1ouw==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@angular-devkit/core": "18.0.1",
        "jsonc-parser": "3.2.1",
        "magic-string": "0.30.10",
        "ora": "5.4.1",
        "rxjs": "7.8.1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
        "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
        "yarn": ">= 1.13.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/compodoc/node_modules/ajv": {
      "version": "8.13.0",
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
      "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
      "license": "MIT",
      "dependencies": {
        "fast-deep-equal": "^3.1.3",
        "json-schema-traverse": "^1.0.0",
        "require-from-string": "^2.0.2",
        "uri-js": "^4.4.1"
      },
      "funding": {
        "type": "github",
        "url": "https://github.com/sponsors/epoberezkin"
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/compodoc/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==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "color-convert": "^2.0.1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=8"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "funding": {
        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/compodoc/node_modules/chalk": {
      "version": "4.1.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
      "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=10"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "funding": {
        "url": "https://github.com/chalk/chalk?sponsor=1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/compodoc/node_modules/color-convert": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
      "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "color-name": "~1.1.4"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=7.0.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/compodoc/node_modules/color-name": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
      "license": "MIT"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    },
    "node_modules/@compodoc/compodoc/node_modules/has-flag": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
      "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=8"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/compodoc/node_modules/jsonc-parser": {
      "version": "3.2.1",
      "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz",
      "integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==",
      "license": "MIT"
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/compodoc/node_modules/supports-color": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
      "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "has-flag": "^4.0.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=8"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/live-server": {
      "version": "1.2.3",
      "resolved": "https://registry.npmjs.org/@compodoc/live-server/-/live-server-1.2.3.tgz",
      "integrity": "sha512-hDmntVCyjjaxuJzPzBx68orNZ7TW4BtHWMnXlIVn5dqhK7vuFF/11hspO1cMmc+2QTYgqde1TBcb3127S7Zrow==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "chokidar": "^3.5.2",
        "colors": "1.4.0",
        "connect": "^3.7.0",
        "cors": "latest",
        "event-stream": "4.0.1",
        "faye-websocket": "0.11.x",
        "http-auth": "4.1.9",
        "http-auth-connect": "^1.0.5",
        "morgan": "^1.10.0",
        "object-assign": "latest",
        "open": "8.4.0",
        "proxy-middleware": "latest",
        "send": "latest",
        "serve-index": "^1.9.1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "bin": {
        "live-server": "live-server.js"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
        "node": ">=0.10.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/live-server/node_modules/define-lazy-prop": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
      "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
      "license": "MIT",
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@compodoc/live-server/node_modules/is-docker": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
      "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
      "license": "MIT",
      "bin": {
        "is-docker": "cli.js"
      },
      "engines": {
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
      }
    },
    "node_modules/@compodoc/live-server/node_modules/is-wsl": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
      "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
      "license": "MIT",
      "dependencies": {
        "is-docker": "^2.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/live-server/node_modules/open": {
      "version": "8.4.0",
      "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz",
      "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "define-lazy-prop": "^2.0.0",
        "is-docker": "^2.1.1",
        "is-wsl": "^2.2.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/ngd-core": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/@compodoc/ngd-core/-/ngd-core-2.1.1.tgz",
      "integrity": "sha512-Z+wE6wWZYVnudRYg6qunDlyh3Orw39Ib66Gvrz5kX5u7So+iu3tr6sQJdqH6yGS3hAjig5avlfhWLlgsb6/x1Q==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "ansi-colors": "^4.1.3",
        "fancy-log": "^2.0.0",
        "typescript": "^5.0.4"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">= 10.0.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@compodoc/ngd-transformer": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/@compodoc/ngd-transformer/-/ngd-transformer-2.1.3.tgz",
      "integrity": "sha512-oWxJza7CpWR8/FeWYfE6j+jgncnGBsTWnZLt5rD2GUpsGSQTuGrsFPnmbbaVLgRS5QIVWBJYke7QFBr/7qVMWg==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@aduh95/viz.js": "3.4.0",
        "@compodoc/ngd-core": "~2.1.1",
        "dot": "^2.0.0-beta.1",
        "fs-extra": "^11.1.1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">= 10.0.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@cspotcode/source-map-support": {
      "version": "0.8.1",
      "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
      "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@jridgewell/trace-mapping": "0.3.9"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
      "version": "0.3.9",
      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
      "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@jridgewell/resolve-uri": "^3.0.3",
        "@jridgewell/sourcemap-codec": "^1.4.10"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@cypress/request": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz",
      "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "Apache-2.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "aws-sign2": "~0.7.0",
        "aws4": "^1.8.0",
        "caseless": "~0.12.0",
        "combined-stream": "~1.0.6",
        "extend": "~3.0.2",
        "forever-agent": "~0.6.1",
        "form-data": "~2.3.2",
        "http-signature": "~1.3.6",
        "is-typedarray": "~1.0.0",
        "isstream": "~0.1.2",
        "json-stringify-safe": "~5.0.1",
        "mime-types": "~2.1.19",
        "performance-now": "^2.1.0",
        "qs": "6.10.4",
        "safe-buffer": "^5.1.2",
        "tough-cookie": "^4.1.3",
        "tunnel-agent": "^0.6.0",
        "uuid": "^8.3.2"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">= 6"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@cypress/request/node_modules/uuid": {
      "version": "8.3.2",
      "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
      "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "bin": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "uuid": "dist/bin/uuid"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@cypress/schematic": {
      "version": "2.5.2",
      "resolved": "https://registry.npmjs.org/@cypress/schematic/-/schematic-2.5.2.tgz",
      "integrity": "sha512-H+V3ZP3KQVOs6b49N66jioXa+rkLzszVi+Bl3jiroVTURUNMOpSa4BOrt10Pn8F57TO0Bamhch2WOk/e9cq98w==",
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "jsonc-parser": "^3.0.0",
        "rxjs": "~6.6.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "peerDependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@angular/cli": ">=14",
        "@angular/core": ">=14"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@cypress/schematic/node_modules/rxjs": {
      "version": "6.6.7",
      "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
      "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "Apache-2.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "tslib": "^1.9.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "npm": ">=2.0.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@cypress/schematic/node_modules/tslib": {
      "version": "1.14.1",
      "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
      "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
      "license": "0BSD"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    },
    "node_modules/@cypress/webpack-preprocessor": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.2.tgz",
      "integrity": "sha512-0+1+4iy4W9PE6R5ywBNKAZoFp8Sf//w3UJ+CKTqkcAjA29b+dtsD0iFT70DsYE0BMqUM1PO7HXFGbXllQ+bRAA==",
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "bluebird": "3.7.1",
        "debug": "^4.3.4",
        "lodash": "^4.17.20"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      },
      "peerDependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "@babel/core": "^7.0.1",
        "@babel/preset-env": "^7.0.0",
        "babel-loader": "^8.3 || ^9",
        "webpack": "^4 || ^5"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@cypress/xvfb": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz",
      "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==",
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "debug": "^3.1.0",
        "lodash.once": "^4.1.1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@cypress/xvfb/node_modules/debug": {
      "version": "3.2.7",
      "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
      "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "ms": "^2.1.1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@discoveryjs/json-ext": {
      "version": "0.5.7",
      "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
      "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=10.0.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@emnapi/core": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.2.0.tgz",
      "integrity": "sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@emnapi/wasi-threads": "1.0.1",
        "tslib": "^2.4.0"
      }
    },
    "node_modules/@emnapi/runtime": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz",
      "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "tslib": "^2.4.0"
      }
    },
    "node_modules/@emnapi/wasi-threads": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz",
      "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "tslib": "^2.4.0"
      }
    },
    "node_modules/@esbuild/aix-ppc64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
      "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "cpu": [
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "ppc64"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      ],
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "optional": true,
      "os": [
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "aix"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/android-arm": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
      "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
      "cpu": [
        "arm"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "android"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/android-arm64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
      "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
      "cpu": [
        "arm64"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "android"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/android-x64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
      "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
      "cpu": [
        "x64"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "android"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/darwin-arm64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
      "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
      "cpu": [
        "arm64"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "darwin"
      ],
      "engines": {
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/darwin-x64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
      "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
      "cpu": [
        "x64"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "darwin"
      ],
      "engines": {
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/freebsd-arm64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
      "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
      "cpu": [
        "arm64"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "freebsd"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/freebsd-x64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
      "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
      "cpu": [
        "x64"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "freebsd"
      ],
      "engines": {
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/linux-arm": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
      "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
      "cpu": [
        "arm"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "linux"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      }
    },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/linux-arm64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
      "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
      "cpu": [
        "arm64"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "linux"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/linux-ia32": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
      "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
      "cpu": [
        "ia32"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "linux"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/linux-loong64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
      "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
      "cpu": [
        "loong64"
      ],
      "dev": true,
      "license": "MIT",
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/linux-mips64el": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
      "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
      "cpu": [
        "mips64el"
      ],
      "dev": true,
      "license": "MIT",
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/linux-ppc64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
      "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
      "cpu": [
        "ppc64"
      ],
      "dev": true,
      "license": "MIT",
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/linux-riscv64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
      "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
      "cpu": [
        "riscv64"
      ],
      "dev": true,
      "license": "MIT",
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/linux-s390x": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
      "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
      "cpu": [
        "s390x"
      ],
      "dev": true,
      "license": "MIT",
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/linux-x64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
      "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
      "cpu": [
        "x64"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "linux"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "engines": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/netbsd-x64": {
      "version": "0.21.5",
      "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
      "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
      "cpu": [
        "x64"
      ],
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "dev": true,
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
      "license": "MIT",
      "optional": true,
      "os": [
        "netbsd"
      ],
      "engines": {
        "node": ">=12"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "node_modules/@esbuild/openbsd-arm64": {
      "version": "0.23.0",