diff --git a/.gitignore b/.gitignore index 23c6007..f36147c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ __pycache__/ ui_feedback.log logs/qt_log.log logs/default.log +node_modules/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..c86f584 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,42 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python Debugger: Current File with Arguments", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": "${command:pickArgs}", + "subProcess": true, // Enable debugging in threads + "justMyCode": false // Disable to allow debugging into all modules + }, + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:4200", + "webRoot": "${workspaceFolder}/origin-dex", + "runtimeExecutable": "C:\\Program Files\\Vivaldi\\Application\\vivaldi.exe", + "sourceMaps": true, + "runtimeArgs": [ + "--remote-debugging-port=9222", + "--user-data-dir=${workspaceFolder}/origin-dex/DevProfile" + ], + "sourceMapPathOverrides": { + "webpack:///./src/*": "${webRoot}/src/*", + "webpack:///src/*": "${webRoot}/src/*", + "webpack:///*": "*", + "/./*": "${webRoot}/*", + "/src/*": "${webRoot}/src/*", + "/*": "*", + "/./~/*": "${webRoot}/node_modules/*" + }, + "port": 9222, + "trace": true, + } + ] +} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..53e5545 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,37 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "type": "npm", + "script": "start", + "isBackground": true, + "presentation": { + "focus": true, + "panel": "dedicated" + }, + "group": { + "kind": "build", + "isDefault": true + }, + "problemMatcher": { + "owner": "typescript", + "source": "ts", + "applyTo": "closedDocuments", + "fileLocation": [ + "relative", + "${workspaceRoot}" + ], + "pattern": "$tsc", + "background": { + "activeOnStart": true, + "beginsPattern": { + "regexp": "(.*?)" + }, + "endsPattern": { + "regexp": "bundle generation complete" + } + } + } + } + ] + } \ No newline at end of file diff --git a/origin-dex-api/.env b/origin-dex-api/.env new file mode 100644 index 0000000..e69de29 diff --git a/origin-dex-api/package-lock.json b/origin-dex-api/package-lock.json new file mode 100644 index 0000000..004b2d4 --- /dev/null +++ b/origin-dex-api/package-lock.json @@ -0,0 +1,3207 @@ +{ + "name": "origin-dex-api", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "origin-dex-api", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "cors": "^2.8.5", + "dotenv": "^16.4.5", + "express": "^4.21.1", + "pg": "^8.13.1", + "sqlite": "^5.1.1", + "sqlite3": "^5.1.7" + }, + "devDependencies": { + "@types/cors": "^2.8.17", + "@types/express": "^5.0.0", + "@types/node": "^22.8.6", + "@types/pg": "^8.11.10", + "nodemon": "^3.1.7", + "ts-node": "^10.9.2", + "typescript": "^5.6.3" + } + }, + "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, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "0.3.9" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@gar/promisify": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", + "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", + "license": "MIT", + "optional": true + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "dev": true, + "license": "MIT" + }, + "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, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "node_modules/@npmcli/fs": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", + "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", + "license": "ISC", + "optional": true, + "dependencies": { + "@gar/promisify": "^1.0.1", + "semver": "^7.3.5" + } + }, + "node_modules/@npmcli/move-file": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", + "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", + "deprecated": "This functionality has been moved to @npmcli/fs", + "license": "MIT", + "optional": true, + "dependencies": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@tsconfig/node10": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", + "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/body-parser": { + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/cors": { + "version": "2.8.17", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz", + "integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/express": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.0.tgz", + "integrity": "sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^5.0.0", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.1.tgz", + "integrity": "sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/http-errors": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/mime": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/node": { + "version": "22.8.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.6.tgz", + "integrity": "sha512-tosuJYKrIqjQIlVCM4PEGxOmyg3FCPa/fViuJChnGeEIhjA46oy8FMVoF9su1/v8PNs2a8Q0iFNyOx0uOF91nw==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~6.19.8" + } + }, + "node_modules/@types/pg": { + "version": "8.11.10", + "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.11.10.tgz", + "integrity": "sha512-LczQUW4dbOQzsH2RQ5qoeJ6qJPdrcM/DcMLoqWQkMLMsq83J5lAX3LXjdkWdpscFy67JSOWDnh7Ny/sPFykmkg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "pg-protocol": "*", + "pg-types": "^4.0.1" + } + }, + "node_modules/@types/pg/node_modules/pg-types": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-4.0.2.tgz", + "integrity": "sha512-cRL3JpS3lKMGsKaWndugWQoLOCoP+Cic8oseVcbr0qhPzYD5DWXK+RZ9LY9wxRf7RQia4SCwQlXk0q6FCPrVng==", + "dev": true, + "license": "MIT", + "dependencies": { + "pg-int8": "1.0.1", + "pg-numeric": "1.0.2", + "postgres-array": "~3.0.1", + "postgres-bytea": "~3.0.0", + "postgres-date": "~2.1.0", + "postgres-interval": "^3.0.0", + "postgres-range": "^1.1.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@types/pg/node_modules/postgres-array": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-3.0.2.tgz", + "integrity": "sha512-6faShkdFugNQCLwucjPcY5ARoW1SlbnrZjmGl0IrrqewpvxvhSLHimCVzqeuULCbG0fQv7Dtk1yDbG3xv7Veog==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + } + }, + "node_modules/@types/pg/node_modules/postgres-bytea": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-3.0.0.tgz", + "integrity": "sha512-CNd4jim9RFPkObHSjVHlVrxoVQXz7quwNFpz7RY1okNNme49+sVyiTvTRobiLV548Hx/hb1BG+iE7h9493WzFw==", + "dev": true, + "license": "MIT", + "dependencies": { + "obuf": "~1.1.2" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@types/pg/node_modules/postgres-date": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-2.1.0.tgz", + "integrity": "sha512-K7Juri8gtgXVcDfZttFKVmhglp7epKb1K4pgrkLxehjqkrgPhfG6OO8LHLkfaqkbpjNRnra018XwAr1yQFWGcA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + } + }, + "node_modules/@types/pg/node_modules/postgres-interval": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-3.0.0.tgz", + "integrity": "sha512-BSNDnbyZCXSxgA+1f5UU2GmwhoI0aU5yMxRGO8CdFEcY2BQF9xm/7MqKnYoM1nJDk8nONNWDk9WeSmePFhQdlw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + } + }, + "node_modules/@types/qs": { + "version": "6.9.16", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz", + "integrity": "sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/send": { + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.7", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", + "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/http-errors": "*", + "@types/node": "*", + "@types/send": "*" + } + }, + "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==", + "license": "ISC", + "optional": 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==", + "license": "MIT", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-walk": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "acorn": "^8.11.0" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/agent-base/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/agent-base/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT", + "optional": true + }, + "node_modules/agentkeepalive": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz", + "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==", + "license": "MIT", + "optional": true, + "dependencies": { + "humanize-ms": "^1.2.1" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "license": "MIT", + "optional": true, + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "license": "ISC", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", + "license": "ISC", + "optional": true + }, + "node_modules/are-we-there-yet": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", + "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", + "deprecated": "This package is no longer supported.", + "license": "ISC", + "optional": true, + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true, + "license": "MIT" + }, + "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==", + "license": "MIT" + }, + "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==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "license": "MIT", + "dependencies": { + "file-uri-to-path": "1.0.0" + } + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "license": "MIT", + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/body-parser": { + "version": "1.20.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", + "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "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.13.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "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==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/cacache": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", + "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", + "license": "ISC", + "optional": true, + "dependencies": { + "@npmcli/fs": "^1.0.0", + "@npmcli/move-file": "^1.0.1", + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "infer-owner": "^1.0.4", + "lru-cache": "^6.0.0", + "minipass": "^3.1.1", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^1.0.3", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^8.0.1", + "tar": "^6.0.2", + "unique-filename": "^1.1.1" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "license": "MIT", + "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" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "license": "ISC", + "optional": true, + "bin": { + "color-support": "bin.js" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", + "license": "ISC", + "optional": true + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "license": "MIT", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "license": "MIT" + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "license": "MIT", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/decompress-response": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "license": "MIT", + "dependencies": { + "mimic-response": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "license": "MIT", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", + "license": "MIT", + "optional": true + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "license": "MIT", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-libc": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", + "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/dotenv": { + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "license": "MIT" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "license": "MIT", + "optional": true + }, + "node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "license": "MIT", + "optional": true, + "dependencies": { + "iconv-lite": "^0.6.2" + } + }, + "node_modules/encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "license": "MIT", + "optional": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "license": "MIT", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/err-code": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", + "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", + "license": "MIT", + "optional": true + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "license": "MIT" + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/expand-template": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", + "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", + "license": "(MIT OR WTFPL)", + "engines": { + "node": ">=6" + } + }, + "node_modules/express": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "license": "MIT", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.3", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.7.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.3.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.3", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.10", + "proxy-addr": "~2.0.7", + "qs": "6.13.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.19.0", + "serve-static": "1.16.2", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "license": "MIT" + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-constants": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", + "license": "MIT" + }, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "license": "ISC", + "optional": true + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gauge": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", + "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", + "deprecated": "This package is no longer supported.", + "license": "ISC", + "optional": true, + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.3", + "console-control-strings": "^1.1.0", + "has-unicode": "^2.0.1", + "signal-exit": "^3.0.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.5" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/github-from-package": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", + "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==", + "license": "MIT" + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "license": "ISC", + "optional": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "license": "ISC", + "optional": true + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", + "license": "ISC", + "optional": true + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "license": "BSD-2-Clause", + "optional": true + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "license": "MIT", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "license": "MIT", + "optional": true, + "dependencies": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/http-proxy-agent/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/http-proxy-agent/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT", + "optional": true + }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "license": "MIT", + "optional": true, + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT", + "optional": true + }, + "node_modules/humanize-ms": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "ms": "^2.0.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==", + "dev": true, + "license": "ISC" + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", + "license": "ISC", + "optional": true + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "license": "ISC", + "optional": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "license": "ISC" + }, + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "license": "MIT", + "optional": true, + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "license": "MIT", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-lambda": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", + "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", + "license": "MIT", + "optional": true + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "license": "ISC", + "optional": true + }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", + "license": "MIT", + "optional": true + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "license": "ISC", + "optional": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true, + "license": "ISC" + }, + "node_modules/make-fetch-happen": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz", + "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", + "license": "ISC", + "optional": true, + "dependencies": { + "agentkeepalive": "^4.1.3", + "cacache": "^15.2.0", + "http-cache-semantics": "^4.1.0", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^6.0.0", + "minipass": "^3.1.3", + "minipass-collect": "^1.0.2", + "minipass-fetch": "^1.3.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.2", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^6.0.0", + "ssri": "^8.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "devOptional": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-collect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", + "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", + "license": "ISC", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-fetch": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", + "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", + "license": "MIT", + "optional": true, + "dependencies": { + "minipass": "^3.1.0", + "minipass-sized": "^1.0.3", + "minizlib": "^2.0.0" + }, + "engines": { + "node": ">=8" + }, + "optionalDependencies": { + "encoding": "^0.1.12" + } + }, + "node_modules/minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "license": "ISC", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "license": "ISC", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-sized": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", + "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", + "license": "ISC", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "license": "MIT", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "license": "MIT", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/mkdirp-classic": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", + "license": "MIT" + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/napi-build-utils": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", + "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==", + "license": "MIT" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/node-abi": { + "version": "3.71.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.71.0.tgz", + "integrity": "sha512-SZ40vRiy/+wRTf21hxkkEjPJZpARzUMVcJoQse2EF8qkUWbbO2z7vd5oA/H6bVH6SZQ5STGcu0KRDS7biNRfxw==", + "license": "MIT", + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/node-addon-api": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", + "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", + "license": "MIT" + }, + "node_modules/node-gyp": { + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", + "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==", + "license": "MIT", + "optional": true, + "dependencies": { + "env-paths": "^2.2.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.6", + "make-fetch-happen": "^9.1.0", + "nopt": "^5.0.0", + "npmlog": "^6.0.0", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.2", + "which": "^2.0.2" + }, + "bin": { + "node-gyp": "bin/node-gyp.js" + }, + "engines": { + "node": ">= 10.12.0" + } + }, + "node_modules/nodemon": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.7.tgz", + "integrity": "sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "chokidar": "^3.5.2", + "debug": "^4", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.1.2", + "pstree.remy": "^1.1.8", + "semver": "^7.5.3", + "simple-update-notifier": "^2.0.0", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5" + }, + "bin": { + "nodemon": "bin/nodemon.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nodemon" + } + }, + "node_modules/nodemon/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/nodemon/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "license": "ISC", + "optional": true, + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npmlog": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", + "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", + "deprecated": "This package is no longer supported.", + "license": "ISC", + "optional": true, + "dependencies": { + "are-we-there-yet": "^3.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^4.0.3", + "set-blocking": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true, + "license": "MIT" + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-to-regexp": { + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", + "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", + "license": "MIT" + }, + "node_modules/pg": { + "version": "8.13.1", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.13.1.tgz", + "integrity": "sha512-OUir1A0rPNZlX//c7ksiu7crsGZTKSOXJPgtNiHGIlC9H0lO+NC6ZDYksSgBYY/thSWhnSRBv8w1lieNNGATNQ==", + "license": "MIT", + "dependencies": { + "pg-connection-string": "^2.7.0", + "pg-pool": "^3.7.0", + "pg-protocol": "^1.7.0", + "pg-types": "^2.1.0", + "pgpass": "1.x" + }, + "engines": { + "node": ">= 8.0.0" + }, + "optionalDependencies": { + "pg-cloudflare": "^1.1.1" + }, + "peerDependencies": { + "pg-native": ">=3.0.1" + }, + "peerDependenciesMeta": { + "pg-native": { + "optional": true + } + } + }, + "node_modules/pg-cloudflare": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz", + "integrity": "sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==", + "license": "MIT", + "optional": true + }, + "node_modules/pg-connection-string": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.7.0.tgz", + "integrity": "sha512-PI2W9mv53rXJQEOb8xNR8lH7Hr+EKa6oJa38zsK0S/ky2er16ios1wLKhZyxzD7jUReiWokc9WK5nxSnC7W1TA==", + "license": "MIT" + }, + "node_modules/pg-int8": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", + "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==", + "license": "ISC", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/pg-numeric": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pg-numeric/-/pg-numeric-1.0.2.tgz", + "integrity": "sha512-BM/Thnrw5jm2kKLE5uJkXqqExRUY/toLHda65XgFTBTFYZyopbKjBe29Ii3RbkvlsMoFwD+tHeGaCjjv0gHlyw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=4" + } + }, + "node_modules/pg-pool": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.7.0.tgz", + "integrity": "sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==", + "license": "MIT", + "peerDependencies": { + "pg": ">=8.0" + } + }, + "node_modules/pg-protocol": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.7.0.tgz", + "integrity": "sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==", + "license": "MIT" + }, + "node_modules/pg-types": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz", + "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==", + "license": "MIT", + "dependencies": { + "pg-int8": "1.0.1", + "postgres-array": "~2.0.0", + "postgres-bytea": "~1.0.0", + "postgres-date": "~1.0.4", + "postgres-interval": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pgpass": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz", + "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", + "license": "MIT", + "dependencies": { + "split2": "^4.1.0" + } + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/postgres-array": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz", + "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/postgres-bytea": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz", + "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-date": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz", + "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-interval": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz", + "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==", + "license": "MIT", + "dependencies": { + "xtend": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-range": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/postgres-range/-/postgres-range-1.1.4.tgz", + "integrity": "sha512-i/hbxIE9803Alj/6ytL7UHQxRvZkI9O4Sy+J3HGc4F4oo/2eQAjTSNJ0bfxyse3bH0nuVesCk+3IRLaMtG3H6w==", + "dev": true, + "license": "MIT" + }, + "node_modules/prebuild-install": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.2.tgz", + "integrity": "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==", + "license": "MIT", + "dependencies": { + "detect-libc": "^2.0.0", + "expand-template": "^2.0.3", + "github-from-package": "0.0.0", + "minimist": "^1.2.3", + "mkdirp-classic": "^0.5.3", + "napi-build-utils": "^1.0.1", + "node-abi": "^3.3.0", + "pump": "^3.0.0", + "rc": "^1.2.7", + "simple-get": "^4.0.0", + "tar-fs": "^2.0.0", + "tunnel-agent": "^0.6.0" + }, + "bin": { + "prebuild-install": "bin.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", + "license": "ISC", + "optional": true + }, + "node_modules/promise-retry": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", + "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", + "license": "MIT", + "optional": true, + "dependencies": { + "err-code": "^2.0.2", + "retry": "^0.12.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "license": "MIT", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", + "dev": true, + "license": "MIT" + }, + "node_modules/pump": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", + "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", + "license": "MIT", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "license": "ISC", + "optional": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" + }, + "node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/send": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/serve-static": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "license": "MIT", + "dependencies": { + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.19.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "license": "ISC", + "optional": true + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "license": "ISC" + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "license": "ISC", + "optional": true + }, + "node_modules/simple-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/simple-get": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", + "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "decompress-response": "^6.0.0", + "once": "^1.3.1", + "simple-concat": "^1.0.0" + } + }, + "node_modules/simple-update-notifier": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", + "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", + "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", + "license": "MIT", + "optional": true, + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks-proxy-agent": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz", + "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "agent-base": "^6.0.2", + "debug": "^4.3.3", + "socks": "^2.6.2" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/socks-proxy-agent/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/socks-proxy-agent/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT", + "optional": true + }, + "node_modules/split2": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", + "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", + "license": "ISC", + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "license": "BSD-3-Clause", + "optional": true + }, + "node_modules/sqlite": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/sqlite/-/sqlite-5.1.1.tgz", + "integrity": "sha512-oBkezXa2hnkfuJwUo44Hl9hS3er+YFtueifoajrgidvqsJRQFpc5fKoAkAor1O5ZnLoa28GBScfHXs8j0K358Q==", + "license": "MIT" + }, + "node_modules/sqlite3": { + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz", + "integrity": "sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==", + "hasInstallScript": true, + "license": "BSD-3-Clause", + "dependencies": { + "bindings": "^1.5.0", + "node-addon-api": "^7.0.0", + "prebuild-install": "^7.1.1", + "tar": "^6.1.11" + }, + "optionalDependencies": { + "node-gyp": "8.x" + }, + "peerDependencies": { + "node-gyp": "8.x" + }, + "peerDependenciesMeta": { + "node-gyp": { + "optional": true + } + } + }, + "node_modules/ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "license": "ISC", + "optional": true, + "dependencies": { + "minipass": "^3.1.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", + "optional": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", + "optional": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/tar": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", + "license": "ISC", + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tar-fs": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", + "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", + "license": "MIT", + "dependencies": { + "chownr": "^1.1.1", + "mkdirp-classic": "^0.5.2", + "pump": "^3.0.0", + "tar-stream": "^2.1.4" + } + }, + "node_modules/tar-fs/node_modules/chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "license": "ISC" + }, + "node_modules/tar-stream": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", + "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", + "license": "MIT", + "dependencies": { + "bl": "^4.0.3", + "end-of-stream": "^1.4.1", + "fs-constants": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/tar/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "license": "ISC", + "engines": { + "node": ">=8" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/touch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz", + "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==", + "dev": true, + "license": "ISC", + "bin": { + "nodetouch": "bin/nodetouch.js" + } + }, + "node_modules/ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "license": "Apache-2.0", + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "license": "MIT", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typescript": { + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", + "dev": true, + "license": "MIT" + }, + "node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true, + "license": "MIT" + }, + "node_modules/unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "license": "ISC", + "optional": true, + "dependencies": { + "unique-slug": "^2.0.0" + } + }, + "node_modules/unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "license": "ISC", + "optional": true, + "dependencies": { + "imurmurhash": "^0.1.4" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "license": "MIT", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true, + "license": "MIT" + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "license": "ISC", + "optional": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "license": "ISC", + "optional": true, + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "license": "ISC" + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "license": "MIT", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "license": "ISC" + }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + } + } +} diff --git a/origin-dex-api/package.json b/origin-dex-api/package.json new file mode 100644 index 0000000..d19f581 --- /dev/null +++ b/origin-dex-api/package.json @@ -0,0 +1,28 @@ +{ + "name": "origin-dex-api", + "version": "1.0.0", + "main": "dist/server.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node dist/server.js", + "dev": "ts-node-dev src/server.ts", + "build": "tsc" + }, + "keywords": [], + "author": "", + "license": "ISC", + "description": "", + "dependencies": { + "cors": "^2.8.5", + "express": "^4.21.1", + "sqlite": "^5.0.1", + "sqlite3": "^5.1.6" + }, + "devDependencies": { + "@types/cors": "^2.8.17", + "@types/express": "^5.0.0", + "@types/node": "^22.8.6", + "ts-node-dev": "^2.0.0", + "typescript": "^5.6.3" + } +} diff --git a/origin-dex-api/src/server.ts b/origin-dex-api/src/server.ts new file mode 100644 index 0000000..9fdbb09 --- /dev/null +++ b/origin-dex-api/src/server.ts @@ -0,0 +1,143 @@ +import express from 'express'; +import cors from 'cors'; +import sqlite3 from 'sqlite3'; +import { open } from 'sqlite'; + +const app = express(); +const port = process.env.PORT || 5000; + +// Middleware +app.use(cors()); +app.use(express.json()); + +// Database connection +const dbPromise = open({ + filename: '../pokemon_forms.db', // Adjust path to your database file + driver: sqlite3.Database +}); + +function processPokemonData(pokemonData: any[]): any[][] { + const pokemonList: any[][] = []; + let current_group: any[] = []; + let current_dex_number = 0; + let current_generation = 0; + let pokemon_forms: any[] = []; + + for (const pokemon of pokemonData) { + if (pokemon.national_dex !== current_dex_number) { + if (pokemon_forms.length > 0) { + for (const form of pokemon_forms) { + current_group.push(form); + if (current_group.length === 30) { + pokemonList.push([...current_group]); + current_group = []; + } + } + pokemon_forms = []; + } + current_dex_number = pokemon.national_dex; + + if (!pokemon.form_name) { + if (current_generation === null || pokemon.generation !== current_generation) { + if (current_group.length > 0) { + while (current_group.length < 30) { + current_group.push(null); + } + pokemonList.push([...current_group]); + current_group = []; + } + current_generation = pokemon.generation || 0; + } + } + } + + pokemon_forms.push(pokemon); + } + + // Handle remaining pokemon forms + for (const form of pokemon_forms) { + current_group.push(form); + if (current_group.length === 30) { + pokemonList.push([...current_group]); + current_group = []; + } + } + + // Handle the last group + if (current_group.length > 0) { + while (current_group.length < 30) { + current_group.push(null); + } + pokemonList.push([...current_group]); + } + + return pokemonList; +} + +// Routes +app.get('/api/pokemon', async (req, res) => { + try { + const db = await dbPromise; + const pokemon = await db.all(` + SELECT + pf.national_dex, pf.name, pf.form_name, pf.PFIC, pf.generation, + ps.storable_in_home, m.icon_path, m.name as mark_name + FROM pokemon_forms pf + JOIN pokemon_storage ps ON pf.PFIC = ps.PFIC + JOIN form_marks fm ON pf.PFIC = fm.pfic + JOIN marks m ON fm.mark_id = m.id + WHERE ps.storable_in_home = 1 + ORDER BY pf.PFIC + `); + + const processedData = processPokemonData(pokemon); + res.json(processedData); + } catch (err) { + console.error('Error fetching pokemon:', err); + res.status(500).json({ error: 'Internal server error' }); + } +}); + +app.get('/api/pokemon/:pfic/details', async (req, res) => { + try { + const db = await dbPromise; + const { pfic } = req.params; + + const details = await db.get(` + SELECT pf.name, pf.form_name, pf.national_dex, pf.generation, + ps.storable_in_home, pf.is_baby_form + FROM pokemon_forms pf + LEFT JOIN pokemon_storage ps ON pf.PFIC = ps.PFIC + WHERE pf.PFIC = ? + `, pfic); + + const encounters = await db.all(` + SELECT g.name as game_name, e.location, e.day, e.time, + e.dual_slot, e.static_encounter_count, e.static_encounter, + e.extra_text, e.stars, e.rods, e.fishing + FROM encounters e + JOIN games g ON e.game_id = g.id + WHERE e.pfic = ? + ORDER BY g.name, e.location + `, pfic); + + res.json({ ...details, encounters }); + } catch (err) { + console.error('Error fetching pokemon details:', err); + res.status(500).json({ error: 'Internal server error' }); + } +}); + +app.get('/api/pokemon/caught', async (req, res) => { + // This will need to be implemented with your user authentication system + res.json([]); +}); + +app.post('/api/pokemon/caught/:pfic', async (req, res) => { + // This will need to be implemented with your user authentication system + res.json({ status: 'caught' }); +}); + +app.listen(port, () => { + console.log(`Server running on port ${port}`); +}); \ No newline at end of file diff --git a/origin-dex-api/tsconfig.json b/origin-dex-api/tsconfig.json new file mode 100644 index 0000000..c3cb0b7 --- /dev/null +++ b/origin-dex-api/tsconfig.json @@ -0,0 +1,14 @@ +{ + "compilerOptions": { + "target": "es2020", + "module": "commonjs", + "outDir": "./dist", + "rootDir": "./src", + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true + }, + "include": ["src/**/*"], + "exclude": ["node_modules"] + } \ No newline at end of file diff --git a/origin-dex/.editorconfig b/origin-dex/.editorconfig new file mode 100644 index 0000000..f166060 --- /dev/null +++ b/origin-dex/.editorconfig @@ -0,0 +1,17 @@ +# Editor configuration, see https://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.ts] +quote_type = single +ij_typescript_use_double_quotes = false + +[*.md] +max_line_length = off +trim_trailing_whitespace = false diff --git a/origin-dex/.gitignore b/origin-dex/.gitignore new file mode 100644 index 0000000..cc7b141 --- /dev/null +++ b/origin-dex/.gitignore @@ -0,0 +1,42 @@ +# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files. + +# Compiled output +/dist +/tmp +/out-tsc +/bazel-out + +# Node +/node_modules +npm-debug.log +yarn-error.log + +# IDEs and editors +.idea/ +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# Visual Studio Code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# Miscellaneous +/.angular/cache +.sass-cache/ +/connect.lock +/coverage +/libpeerconnection.log +testem.log +/typings + +# System files +.DS_Store +Thumbs.db diff --git a/origin-dex/.vscode/extensions.json b/origin-dex/.vscode/extensions.json new file mode 100644 index 0000000..77b3745 --- /dev/null +++ b/origin-dex/.vscode/extensions.json @@ -0,0 +1,4 @@ +{ + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846 + "recommendations": ["angular.ng-template"] +} diff --git a/origin-dex/.vscode/launch.json b/origin-dex/.vscode/launch.json new file mode 100644 index 0000000..cd1beba --- /dev/null +++ b/origin-dex/.vscode/launch.json @@ -0,0 +1,31 @@ +{ + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "ng serve", + "type": "chrome", + "request": "launch", + "preLaunchTask": "npm: start", + "url": "http://localhost:4200/" + }, + { + "name": "ng test", + "type": "chrome", + "request": "launch", + "preLaunchTask": "npm: test", + "url": "http://localhost:9876/debug.html" + }, + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:4200", + "webRoot": "${workspaceFolder}", + "sourceMaps": true, + "sourceMapPathOverrides": { + "webpack:///./src/*": "${webRoot}/src/*" + } + } + ] +} diff --git a/origin-dex/.vscode/tasks.json b/origin-dex/.vscode/tasks.json new file mode 100644 index 0000000..a298b5b --- /dev/null +++ b/origin-dex/.vscode/tasks.json @@ -0,0 +1,42 @@ +{ + // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558 + "version": "2.0.0", + "tasks": [ + { + "type": "npm", + "script": "start", + "isBackground": true, + "problemMatcher": { + "owner": "typescript", + "pattern": "$tsc", + "background": { + "activeOnStart": true, + "beginsPattern": { + "regexp": "(.*?)" + }, + "endsPattern": { + "regexp": "bundle generation complete" + } + } + } + }, + { + "type": "npm", + "script": "test", + "isBackground": true, + "problemMatcher": { + "owner": "typescript", + "pattern": "$tsc", + "background": { + "activeOnStart": true, + "beginsPattern": { + "regexp": "(.*?)" + }, + "endsPattern": { + "regexp": "bundle generation complete" + } + } + } + } + ] +} diff --git a/origin-dex/README.md b/origin-dex/README.md new file mode 100644 index 0000000..97102fe --- /dev/null +++ b/origin-dex/README.md @@ -0,0 +1,27 @@ +# OriginDex + +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.11. + +## Development server + +Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. + +## Code scaffolding + +Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. + +## Build + +Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. + +## Running unit tests + +Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). + +## Running end-to-end tests + +Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. + +## Further help + +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page. diff --git a/origin-dex/angular.json b/origin-dex/angular.json new file mode 100644 index 0000000..cb55e06 --- /dev/null +++ b/origin-dex/angular.json @@ -0,0 +1,117 @@ +{ + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", + "version": 1, + "newProjectRoot": "projects", + "projects": { + "origin-dex": { + "projectType": "application", + "schematics": { + "@schematics/angular:component": { + "style": "scss" + } + }, + "root": "", + "sourceRoot": "src", + "prefix": "app", + "architect": { + "build": { + "builder": "@angular-devkit/build-angular:application", + "options": { + "sourceMap": true, + "optimization": false, + "outputPath": "dist/origin-dex", + "index": "src/index.html", + "browser": "src/main.ts", + "polyfills": [ + "zone.js" + ], + "tsConfig": "tsconfig.app.json", + "inlineStyleLanguage": "scss", + "assets": [ + { + "glob": "**/*", + "input": "public" + }, + "src/assets" + ], + "styles": [ + "@angular/material/prebuilt-themes/indigo-pink.css", + "src/styles.scss" + ], + "scripts": [], + "server": "src/main.server.ts", + "prerender": true, + "ssr": { + "entry": "server.ts" + } + }, + "configurations": { + "production": { + "budgets": [ + { + "type": "initial", + "maximumWarning": "500kB", + "maximumError": "1MB" + }, + { + "type": "anyComponentStyle", + "maximumWarning": "2kB", + "maximumError": "4kB" + } + ], + "outputHashing": "all" + }, + "development": { + "optimization": false, + "extractLicenses": false, + "sourceMap": true, + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.development.ts" + } + ] + } + }, + "defaultConfiguration": "production" + }, + "serve": { + "builder": "@angular-devkit/build-angular:dev-server", + "configurations": { + "production": { + "buildTarget": "origin-dex:build:production" + }, + "development": { + "buildTarget": "origin-dex:build:development" + } + }, + "defaultConfiguration": "development" + }, + "extract-i18n": { + "builder": "@angular-devkit/build-angular:extract-i18n" + }, + "test": { + "builder": "@angular-devkit/build-angular:karma", + "options": { + "polyfills": [ + "zone.js", + "zone.js/testing" + ], + "tsConfig": "tsconfig.spec.json", + "inlineStyleLanguage": "scss", + "assets": [ + { + "glob": "**/*", + "input": "public" + } + ], + "styles": [ + "src/styles.scss" + ], + "scripts": [] + } + } + } + } + } +} diff --git a/origin-dex/package-lock.json b/origin-dex/package-lock.json new file mode 100644 index 0000000..383a9f1 --- /dev/null +++ b/origin-dex/package-lock.json @@ -0,0 +1,14141 @@ +{ + "name": "origin-dex", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "origin-dex", + "version": "0.0.0", + "dependencies": { + "@angular/animations": "^18.2.10", + "@angular/cdk": "^18.2.11", + "@angular/common": "^18.2.0", + "@angular/compiler": "^18.2.0", + "@angular/core": "^18.2.0", + "@angular/forms": "^18.2.0", + "@angular/material": "^18.2.11", + "@angular/platform-browser": "^18.2.0", + "@angular/platform-browser-dynamic": "^18.2.0", + "@angular/platform-server": "^18.2.0", + "@angular/router": "^18.2.0", + "@angular/ssr": "^18.2.11", + "@auth0/angular-jwt": "^5.2.0", + "express": "^4.18.2", + "rxjs": "~7.8.0", + "tslib": "^2.3.0", + "zone.js": "~0.14.10" + }, + "devDependencies": { + "@angular-devkit/build-angular": "^18.2.11", + "@angular/cli": "^18.2.11", + "@angular/compiler-cli": "^18.2.0", + "@types/express": "^4.17.17", + "@types/jasmine": "~5.1.0", + "@types/node": "^18.18.0", + "jasmine-core": "~5.2.0", + "karma": "~6.4.0", + "karma-chrome-launcher": "~3.2.0", + "karma-coverage": "~2.2.0", + "karma-jasmine": "~5.1.0", + "karma-jasmine-html-reporter": "~2.1.0", + "typescript": "~5.5.2" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@angular-devkit/architect": { + "version": "0.1802.11", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1802.11.tgz", + "integrity": "sha512-p+XIc/j51aI83ExNdeZwvkm1F4wkuKMGUUoj0MVUUi5E6NoiMlXYm6uU8+HbRvPBzGy5+3KOiGp3Fks0UmDSAA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@angular-devkit/core": "18.2.11", + "rxjs": "7.8.1" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular-devkit/build-angular": { + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-18.2.11.tgz", + "integrity": "sha512-09Ln3NAdlMw/wMLgnwYU5VgWV5TPBEHolZUIvE9D8b6SFWBCowk3B3RWeAMgg7Peuf9SKwqQHBz2b1C7RTP/8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@ampproject/remapping": "2.3.0", + "@angular-devkit/architect": "0.1802.11", + "@angular-devkit/build-webpack": "0.1802.11", + "@angular-devkit/core": "18.2.11", + "@angular/build": "18.2.11", + "@babel/core": "7.25.2", + "@babel/generator": "7.25.0", + "@babel/helper-annotate-as-pure": "7.24.7", + "@babel/helper-split-export-declaration": "7.24.7", + "@babel/plugin-transform-async-generator-functions": "7.25.0", + "@babel/plugin-transform-async-to-generator": "7.24.7", + "@babel/plugin-transform-runtime": "7.24.7", + "@babel/preset-env": "7.25.3", + "@babel/runtime": "7.25.0", + "@discoveryjs/json-ext": "0.6.1", + "@ngtools/webpack": "18.2.11", + "@vitejs/plugin-basic-ssl": "1.1.0", + "ansi-colors": "4.1.3", + "autoprefixer": "10.4.20", + "babel-loader": "9.1.3", + "browserslist": "^4.21.5", + "copy-webpack-plugin": "12.0.2", + "critters": "0.0.24", + "css-loader": "7.1.2", + "esbuild-wasm": "0.23.0", + "fast-glob": "3.3.2", + "http-proxy-middleware": "3.0.3", + "https-proxy-agent": "7.0.5", + "istanbul-lib-instrument": "6.0.3", + "jsonc-parser": "3.3.1", + "karma-source-map-support": "1.4.0", + "less": "4.2.0", + "less-loader": "12.2.0", + "license-webpack-plugin": "4.0.2", + "loader-utils": "3.3.1", + "magic-string": "0.30.11", + "mini-css-extract-plugin": "2.9.0", + "mrmime": "2.0.0", + "open": "10.1.0", + "ora": "5.4.1", + "parse5-html-rewriting-stream": "7.0.0", + "picomatch": "4.0.2", + "piscina": "4.6.1", + "postcss": "8.4.41", + "postcss-loader": "8.1.1", + "resolve-url-loader": "5.0.0", + "rxjs": "7.8.1", + "sass": "1.77.6", + "sass-loader": "16.0.0", + "semver": "7.6.3", + "source-map-loader": "5.0.0", + "source-map-support": "0.5.21", + "terser": "5.31.6", + "tree-kill": "1.2.2", + "tslib": "2.6.3", + "vite": "5.4.6", + "watchpack": "2.4.1", + "webpack": "5.94.0", + "webpack-dev-middleware": "7.4.2", + "webpack-dev-server": "5.0.4", + "webpack-merge": "6.0.1", + "webpack-subresource-integrity": "5.1.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "optionalDependencies": { + "esbuild": "0.23.0" + }, + "peerDependencies": { + "@angular/compiler-cli": "^18.0.0", + "@angular/localize": "^18.0.0", + "@angular/platform-server": "^18.0.0", + "@angular/service-worker": "^18.0.0", + "@web/test-runner": "^0.18.0", + "browser-sync": "^3.0.2", + "jest": "^29.5.0", + "jest-environment-jsdom": "^29.5.0", + "karma": "^6.3.0", + "ng-packagr": "^18.0.0", + "protractor": "^7.0.0", + "tailwindcss": "^2.0.0 || ^3.0.0", + "typescript": ">=5.4 <5.6" + }, + "peerDependenciesMeta": { + "@angular/localize": { + "optional": true + }, + "@angular/platform-server": { + "optional": true + }, + "@angular/service-worker": { + "optional": true + }, + "@web/test-runner": { + "optional": true + }, + "browser-sync": { + "optional": true + }, + "jest": { + "optional": true + }, + "jest-environment-jsdom": { + "optional": true + }, + "karma": { + "optional": true + }, + "ng-packagr": { + "optional": true + }, + "protractor": { + "optional": true + }, + "tailwindcss": { + "optional": true + } + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/tslib": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@angular-devkit/build-webpack": { + "version": "0.1802.11", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1802.11.tgz", + "integrity": "sha512-G76rNsyn1iQk7qjyr+K4rnDzfalmEswmwXQorypSDGaHYzIDY1SZXMoP4225WMq5fJNBOJrk82FA0PSfnPE+zQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@angular-devkit/architect": "0.1802.11", + "rxjs": "7.8.1" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "webpack": "^5.30.0", + "webpack-dev-server": "^5.0.2" + } + }, + "node_modules/@angular-devkit/core": { + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.2.11.tgz", + "integrity": "sha512-H9P1shRGigORWJHUY2BRa2YurT+DVminrhuaYHsbhXBRsPmgB2Dx/30YLTnC1s5XmR9QIRUCsg/d3kyT1wd5Zg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "8.17.1", + "ajv-formats": "3.0.1", + "jsonc-parser": "3.3.1", + "picomatch": "4.0.2", + "rxjs": "7.8.1", + "source-map": "0.7.4" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "chokidar": "^3.5.2" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } + } + }, + "node_modules/@angular-devkit/schematics": { + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.2.11.tgz", + "integrity": "sha512-efRK3FotTFp4KD5u42jWfXpHUALXB9kJNsWiB4wEImKFH6CN+vjBspJQuLqk2oeBFh/7D2qRMc5P+2tZHM5hdw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@angular-devkit/core": "18.2.11", + "jsonc-parser": "3.3.1", + "magic-string": "0.30.11", + "ora": "5.4.1", + "rxjs": "7.8.1" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular/animations": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.10.tgz", + "integrity": "sha512-LT5+CocFZJ4t5jXsXLx5w/sBuWSxOEjmNTYga13usRcLOblrAB902pjUdFCHEZyrCUgm4MH8vov9fMS+Ks2GCw==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "18.2.10" + } + }, + "node_modules/@angular/build": { + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@angular/build/-/build-18.2.11.tgz", + "integrity": "sha512-AgirvSCmqUKiDE3C0rl3JA68OkOqQWDKUvjqRHXCkhxldLVOVoeIl87+jBYK/v9gcmk+K+ju+5wbGEfu1FjhiQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@ampproject/remapping": "2.3.0", + "@angular-devkit/architect": "0.1802.11", + "@babel/core": "7.25.2", + "@babel/helper-annotate-as-pure": "7.24.7", + "@babel/helper-split-export-declaration": "7.24.7", + "@babel/plugin-syntax-import-attributes": "7.24.7", + "@inquirer/confirm": "3.1.22", + "@vitejs/plugin-basic-ssl": "1.1.0", + "browserslist": "^4.23.0", + "critters": "0.0.24", + "esbuild": "0.23.0", + "fast-glob": "3.3.2", + "https-proxy-agent": "7.0.5", + "listr2": "8.2.4", + "lmdb": "3.0.13", + "magic-string": "0.30.11", + "mrmime": "2.0.0", + "parse5-html-rewriting-stream": "7.0.0", + "picomatch": "4.0.2", + "piscina": "4.6.1", + "rollup": "4.22.4", + "sass": "1.77.6", + "semver": "7.6.3", + "vite": "5.4.6", + "watchpack": "2.4.1" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "@angular/compiler-cli": "^18.0.0", + "@angular/localize": "^18.0.0", + "@angular/platform-server": "^18.0.0", + "@angular/service-worker": "^18.0.0", + "less": "^4.2.0", + "postcss": "^8.4.0", + "tailwindcss": "^2.0.0 || ^3.0.0", + "typescript": ">=5.4 <5.6" + }, + "peerDependenciesMeta": { + "@angular/localize": { + "optional": true + }, + "@angular/platform-server": { + "optional": true + }, + "@angular/service-worker": { + "optional": true + }, + "less": { + "optional": true + }, + "postcss": { + "optional": true + }, + "tailwindcss": { + "optional": true + } + } + }, + "node_modules/@angular/cdk": { + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.11.tgz", + "integrity": "sha512-FuvfhrSz2ch0gyOVHrkWq2C/I2PnOzKYSXlG/VEG+ize/WNrvlYy//5WVrTh/hv+HD9sdoWPr9ULXsfFfgbo7w==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "optionalDependencies": { + "parse5": "^7.1.2" + }, + "peerDependencies": { + "@angular/common": "^18.0.0 || ^19.0.0", + "@angular/core": "^18.0.0 || ^19.0.0", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/cli": { + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.2.11.tgz", + "integrity": "sha512-0JI1xjOLRemBPjdT/yVlabxc3Zkjqa/lhvVxxVC1XhKoW7yGxIGwNrQ4pka4CcQtCuktO6KPMmTGIu8YgC3cpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@angular-devkit/architect": "0.1802.11", + "@angular-devkit/core": "18.2.11", + "@angular-devkit/schematics": "18.2.11", + "@inquirer/prompts": "5.3.8", + "@listr2/prompt-adapter-inquirer": "2.0.15", + "@schematics/angular": "18.2.11", + "@yarnpkg/lockfile": "1.1.0", + "ini": "4.1.3", + "jsonc-parser": "3.3.1", + "listr2": "8.2.4", + "npm-package-arg": "11.0.3", + "npm-pick-manifest": "9.1.0", + "pacote": "18.0.6", + "resolve": "1.22.8", + "semver": "7.6.3", + "symbol-observable": "4.0.0", + "yargs": "17.7.2" + }, + "bin": { + "ng": "bin/ng.js" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular/common": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.10.tgz", + "integrity": "sha512-YzTCmuqLiOuT+Yv07vuKymDWiebOVZ8BuXakJiz4EM7FMoOw5gICHJ04jepZSjDNWpA16e7kJSdt5ucnmvCFDQ==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "18.2.10", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/compiler": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.10.tgz", + "integrity": "sha512-cu+Uq1nnyl00Glg0+2uvm+Xpaq5b4YvWpaLGGtit7uGETAJ4L/frlBVeaTRhEoaIAGBI+RRlyuFLae+etQDA0w==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "18.2.10" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } + } + }, + "node_modules/@angular/compiler-cli": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-18.2.10.tgz", + "integrity": "sha512-CNFStKWMB89MFKAZZFUOhoQi+fHqRLgNOOrI73LjizXixvngEh3BDZJRtK9hbSGG+giujBrummEA60CWAw69MA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "7.25.2", + "@jridgewell/sourcemap-codec": "^1.4.14", + "chokidar": "^4.0.0", + "convert-source-map": "^1.5.1", + "reflect-metadata": "^0.2.0", + "semver": "^7.0.0", + "tslib": "^2.3.0", + "yargs": "^17.2.1" + }, + "bin": { + "ng-xi18n": "bundles/src/bin/ng_xi18n.js", + "ngc": "bundles/src/bin/ngc.js", + "ngcc": "bundles/ngcc/index.js" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/compiler": "18.2.10", + "typescript": ">=5.4 <5.6" + } + }, + "node_modules/@angular/compiler-cli/node_modules/chokidar": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz", + "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "readdirp": "^4.0.1" + }, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@angular/compiler-cli/node_modules/readdirp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz", + "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@angular/core": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.10.tgz", + "integrity": "sha512-EfxVz0pLaxnOppOYkdhnaUkk8HZT+uxaAGpJD3ppAa7YAWTE9xIGoNJmtS33cZNNOnvriMkdv7yn6pDtV4ct+Q==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "rxjs": "^6.5.3 || ^7.4.0", + "zone.js": "~0.14.10" + } + }, + "node_modules/@angular/forms": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.2.10.tgz", + "integrity": "sha512-2VprGB+enJIeqfz2oALmP/G/UiFzpZW6PHgyZXhk/0J/UMsa26JoYxwDFvfdm/WGTrB+VaQEG7in5xwiFPAFtQ==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "18.2.10", + "@angular/core": "18.2.10", + "@angular/platform-browser": "18.2.10", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/material": { + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-18.2.11.tgz", + "integrity": "sha512-VPfnpwmg6p5DsH1UMfOXjKA+qAbUx6nyinGWpx4+ntr/T1oEhRk5CnoOtVS0Xk0rnRSbEF6ayjDBH2YPR9ol3A==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@angular/animations": "^18.0.0 || ^19.0.0", + "@angular/cdk": "18.2.11", + "@angular/common": "^18.0.0 || ^19.0.0", + "@angular/core": "^18.0.0 || ^19.0.0", + "@angular/forms": "^18.0.0 || ^19.0.0", + "@angular/platform-browser": "^18.0.0 || ^19.0.0", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/platform-browser": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.2.10.tgz", + "integrity": "sha512-zKyRKFr3AaEA4SE/DEeb5FWHJutT26avHZog6ZGDkMeMN12zMtSqjPuTSgmDXCWleoOkzbb+nhAQ+fK/EyGyPA==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/animations": "18.2.10", + "@angular/common": "18.2.10", + "@angular/core": "18.2.10" + }, + "peerDependenciesMeta": { + "@angular/animations": { + "optional": true + } + } + }, + "node_modules/@angular/platform-browser-dynamic": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.2.10.tgz", + "integrity": "sha512-syKyOTgfQnMxfpDRP1khTSPZ5dsMgA8YQwNF6KsB3eZQl15CKSka7bzjMOUWeZ8M3WShOp1AzTf0MfwNeh0UBA==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "18.2.10", + "@angular/compiler": "18.2.10", + "@angular/core": "18.2.10", + "@angular/platform-browser": "18.2.10" + } + }, + "node_modules/@angular/platform-server": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-18.2.10.tgz", + "integrity": "sha512-vewG3K03uLmxmHyjQivzIxvCBQ334hO33vC1rFZpbe3TX+rpVg7FYmz9ArdTgwbuxMSvImrcBWIYs8m/ZpKs9Q==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0", + "xhr2": "^0.2.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/animations": "18.2.10", + "@angular/common": "18.2.10", + "@angular/compiler": "18.2.10", + "@angular/core": "18.2.10", + "@angular/platform-browser": "18.2.10" + } + }, + "node_modules/@angular/router": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.2.10.tgz", + "integrity": "sha512-ZqJgOGOfvW0epsc7pIo7DffZqYHo3O9aUCVepZAhOxqtjF/sfhX2fy+A0xopTIiR0eM3LrT823V+2hjlBHj+CA==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "18.2.10", + "@angular/core": "18.2.10", + "@angular/platform-browser": "18.2.10", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/ssr": { + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-18.2.11.tgz", + "integrity": "sha512-JO9PCSt3NIHcEkXSS3WkIyNOlbcgZh1IE5u/AVPeDEkKRhmu2vW3mf5X3YJ+m+UMbUG4gQst27sK4EK57GExOg==", + "license": "MIT", + "dependencies": { + "critters": "0.0.24", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@angular/common": "^18.0.0", + "@angular/core": "^18.0.0" + } + }, + "node_modules/@auth0/angular-jwt": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@auth0/angular-jwt/-/angular-jwt-5.2.0.tgz", + "integrity": "sha512-9FS2L0QwGNlxA/zgeehCcsR9CZscouyXkoIj1fODM36A8BLfdzg9k9DWAXUQ2Drjk0AypGAFzeNZR4vsLMhdeQ==", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@angular/common": ">=14.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", + "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/core/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", + "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.25.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", + "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", + "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", + "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/traverse": "^7.25.9", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", + "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "regexpu-core": "^6.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", + "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-plugin-utils": "^7.22.5", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", + "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", + "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", + "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-wrap-function": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", + "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", + "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", + "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", + "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", + "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.26.0" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", + "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", + "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", + "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", + "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", + "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", + "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-unicode-sets-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", + "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-generator-functions": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz", + "integrity": "sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-remap-async-to-generator": "^7.25.0", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/traverse": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", + "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-remap-async-to-generator": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", + "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", + "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-properties": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", + "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-static-block": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", + "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", + "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/traverse": "^7.25.9", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", + "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/template": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", + "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", + "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", + "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-dynamic-import": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", + "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", + "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-export-namespace-from": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", + "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", + "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", + "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-json-strings": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", + "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", + "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-logical-assignment-operators": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", + "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", + "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", + "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", + "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-simple-access": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", + "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", + "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", + "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", + "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-numeric-separator": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", + "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-rest-spread": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", + "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", + "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-catch-binding": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", + "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-chaining": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", + "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-methods": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", + "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-property-in-object": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", + "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-property-in-object/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", + "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", + "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "regenerator-transform": "^0.15.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", + "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz", + "integrity": "sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.1", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", + "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", + "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", + "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", + "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz", + "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", + "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-property-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", + "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", + "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-sets-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", + "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz", + "integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.25.2", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.24.7", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", + "@babel/plugin-transform-arrow-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.25.0", + "@babel/plugin-transform-async-to-generator": "^7.24.7", + "@babel/plugin-transform-block-scoped-functions": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.25.0", + "@babel/plugin-transform-class-properties": "^7.24.7", + "@babel/plugin-transform-class-static-block": "^7.24.7", + "@babel/plugin-transform-classes": "^7.25.0", + "@babel/plugin-transform-computed-properties": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", + "@babel/plugin-transform-dotall-regex": "^7.24.7", + "@babel/plugin-transform-duplicate-keys": "^7.24.7", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0", + "@babel/plugin-transform-dynamic-import": "^7.24.7", + "@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.25.1", + "@babel/plugin-transform-json-strings": "^7.24.7", + "@babel/plugin-transform-literals": "^7.25.2", + "@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", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-modules-systemjs": "^7.25.0", + "@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", + "@babel/plugin-transform-optional-chaining": "^7.24.8", + "@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", + "@babel/plugin-transform-typeof-symbol": "^7.24.8", + "@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", + "core-js-compat": "^3.37.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "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==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "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==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", + "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", + "dev": true, + "license": "MIT", + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", + "debug": "^4.3.1", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/@babel/generator": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/jsesc": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", + "dev": true, + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@babel/types": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "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, + "license": "MIT", + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/@discoveryjs/json-ext": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.6.1.tgz", + "integrity": "sha512-boghen8F0Q8D+0/Q1/1r6DUEieUJ8w2a1gIknExMSHBsJFOr2+0KUfHiVYBvucPwl3+RU5PFBK833FjFCh3BhA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.17.0" + } + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.0.tgz", + "integrity": "sha512-3sG8Zwa5fMcA9bgqB8AfWPQ+HFke6uD3h1s3RIwUNK8EG7a4buxvuFTs3j1IMs2NXAk9F30C/FF4vxRgQCcmoQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.0.tgz", + "integrity": "sha512-+KuOHTKKyIKgEEqKbGTK8W7mPp+hKinbMBeEnNzjJGyFcWsfrXjSTNluJHCY1RqhxFurdD8uNXQDei7qDlR6+g==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.0.tgz", + "integrity": "sha512-EuHFUYkAVfU4qBdyivULuu03FhJO4IJN9PGuABGrFy4vUuzk91P2d+npxHcFdpUnfYKy0PuV+n6bKIpHOB3prQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.0.tgz", + "integrity": "sha512-WRrmKidLoKDl56LsbBMhzTTBxrsVwTKdNbKDalbEZr0tcsBgCLbEtoNthOW6PX942YiYq8HzEnb4yWQMLQuipQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.0.tgz", + "integrity": "sha512-YLntie/IdS31H54Ogdn+v50NuoWF5BDkEUFpiOChVa9UnKpftgwzZRrI4J132ETIi+D8n6xh9IviFV3eXdxfow==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.0.tgz", + "integrity": "sha512-IMQ6eme4AfznElesHUPDZ+teuGwoRmVuuixu7sv92ZkdQcPbsNHzutd+rAfaBKo8YK3IrBEi9SLLKWJdEvJniQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.0.tgz", + "integrity": "sha512-0muYWCng5vqaxobq6LB3YNtevDFSAZGlgtLoAc81PjUfiFz36n4KMpwhtAd4he8ToSI3TGyuhyx5xmiWNYZFyw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.0.tgz", + "integrity": "sha512-XKDVu8IsD0/q3foBzsXGt/KjD/yTKBCIwOHE1XwiXmrRwrX6Hbnd5Eqn/WvDekddK21tfszBSrE/WMaZh+1buQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.0.tgz", + "integrity": "sha512-SEELSTEtOFu5LPykzA395Mc+54RMg1EUgXP+iw2SJ72+ooMwVsgfuwXo5Fn0wXNgWZsTVHwY2cg4Vi/bOD88qw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.0.tgz", + "integrity": "sha512-j1t5iG8jE7BhonbsEg5d9qOYcVZv/Rv6tghaXM/Ug9xahM0nX/H2gfu6X6z11QRTMT6+aywOMA8TDkhPo8aCGw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.0.tgz", + "integrity": "sha512-P7O5Tkh2NbgIm2R6x1zGJJsnacDzTFcRWZyTTMgFdVit6E98LTxO+v8LCCLWRvPrjdzXHx9FEOA8oAZPyApWUA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.0.tgz", + "integrity": "sha512-InQwepswq6urikQiIC/kkx412fqUZudBO4SYKu0N+tGhXRWUqAx+Q+341tFV6QdBifpjYgUndV1hhMq3WeJi7A==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.0.tgz", + "integrity": "sha512-J9rflLtqdYrxHv2FqXE2i1ELgNjT+JFURt/uDMoPQLcjWQA5wDKgQA4t/dTqGa88ZVECKaD0TctwsUfHbVoi4w==", + "cpu": [ + "mips64el" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.0.tgz", + "integrity": "sha512-cShCXtEOVc5GxU0fM+dsFD10qZ5UpcQ8AM22bYj0u/yaAykWnqXJDpd77ublcX6vdDsWLuweeuSNZk4yUxZwtw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.0.tgz", + "integrity": "sha512-HEtaN7Y5UB4tZPeQmgz/UhzoEyYftbMXrBCUjINGjh3uil+rB/QzzpMshz3cNUxqXN7Vr93zzVtpIDL99t9aRw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.0.tgz", + "integrity": "sha512-WDi3+NVAuyjg/Wxi+o5KPqRbZY0QhI9TjrEEm+8dmpY9Xir8+HE/HNx2JoLckhKbFopW0RdO2D72w8trZOV+Wg==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.0.tgz", + "integrity": "sha512-a3pMQhUEJkITgAw6e0bWA+F+vFtCciMjW/LPtoj99MhVt+Mfb6bbL9hu2wmTZgNd994qTAEw+U/r6k3qHWWaOQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.0.tgz", + "integrity": "sha512-cRK+YDem7lFTs2Q5nEv/HHc4LnrfBCbH5+JHu6wm2eP+d8OZNoSMYgPZJq78vqQ9g+9+nMuIsAO7skzphRXHyw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-arm64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.0.tgz", + "integrity": "sha512-suXjq53gERueVWu0OKxzWqk7NxiUWSUlrxoZK7usiF50C6ipColGR5qie2496iKGYNLhDZkPxBI3erbnYkU0rQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.0.tgz", + "integrity": "sha512-6p3nHpby0DM/v15IFKMjAaayFhqnXV52aEmv1whZHX56pdkK+MEaLoQWj+H42ssFarP1PcomVhbsR4pkz09qBg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.0.tgz", + "integrity": "sha512-BFelBGfrBwk6LVrmFzCq1u1dZbG4zy/Kp93w2+y83Q5UGYF1d8sCzeLI9NXjKyujjBBniQa8R8PzLFAUrSM9OA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.0.tgz", + "integrity": "sha512-lY6AC8p4Cnb7xYHuIxQ6iYPe6MfO2CC43XXKo9nBXDb35krYt7KGhQnOkRGar5psxYkircpCqfbNDB4uJbS2jQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.0.tgz", + "integrity": "sha512-7L1bHlOTcO4ByvI7OXVI5pNN6HSu6pUQq9yodga8izeuB1KcT2UkHaH6118QJwopExPn0rMHIseCTx1CRo/uNA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.0.tgz", + "integrity": "sha512-Arm+WgUFLUATuoxCJcahGuk6Yj9Pzxd6l11Zb/2aAuv5kWWvvfhLFo2fni4uSK5vzlUdCGZ/BdV5tH8klj8p8g==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/checkbox": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.5.0.tgz", + "integrity": "sha512-sMgdETOfi2dUHT8r7TT1BTKOwNvdDGFDXYWtQ2J69SvlYNntk9I/gJe7r5yvMwwsuKnYbuRs3pNhx4tgNck5aA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/figures": "^1.0.5", + "@inquirer/type": "^1.5.3", + "ansi-escapes": "^4.3.2", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/confirm": { + "version": "3.1.22", + "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.22.tgz", + "integrity": "sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/core": "^9.0.10", + "@inquirer/type": "^1.5.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/core": { + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz", + "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/figures": "^1.0.6", + "@inquirer/type": "^2.0.0", + "@types/mute-stream": "^0.0.4", + "@types/node": "^22.5.5", + "@types/wrap-ansi": "^3.0.0", + "ansi-escapes": "^4.3.2", + "cli-width": "^4.1.0", + "mute-stream": "^1.0.0", + "signal-exit": "^4.1.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^6.2.0", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/core/node_modules/@inquirer/type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz", + "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==", + "dev": true, + "license": "MIT", + "dependencies": { + "mute-stream": "^1.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/core/node_modules/@types/node": { + "version": "22.8.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.6.tgz", + "integrity": "sha512-tosuJYKrIqjQIlVCM4PEGxOmyg3FCPa/fViuJChnGeEIhjA46oy8FMVoF9su1/v8PNs2a8Q0iFNyOx0uOF91nw==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~6.19.8" + } + }, + "node_modules/@inquirer/core/node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@inquirer/editor": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-2.2.0.tgz", + "integrity": "sha512-9KHOpJ+dIL5SZli8lJ6xdaYLPPzB8xB9GZItg39MBybzhxA16vxmszmQFrRwbOA918WA2rvu8xhDEg/p6LXKbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3", + "external-editor": "^3.1.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/expand": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-2.3.0.tgz", + "integrity": "sha512-qnJsUcOGCSG1e5DTOErmv2BPQqrtT6uzqn1vI/aYGiPKq+FgslGZmtdnXbhuI7IlT7OByDoEEqdnhUnVR2hhLw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/figures": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz", + "integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/input": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.3.0.tgz", + "integrity": "sha512-XfnpCStx2xgh1LIRqPXrTNEEByqQWoxsWYzNRSEUxJ5c6EQlhMogJ3vHKu8aXuTacebtaZzMAHwEL0kAflKOBw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/number": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-1.1.0.tgz", + "integrity": "sha512-ilUnia/GZUtfSZy3YEErXLJ2Sljo/mf9fiKc08n18DdwdmDbOzRcTv65H1jjDvlsAuvdFXf4Sa/aL7iw/NanVA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/password": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz", + "integrity": "sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3", + "ansi-escapes": "^4.3.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/prompts": { + "version": "5.3.8", + "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-5.3.8.tgz", + "integrity": "sha512-b2BudQY/Si4Y2a0PdZZL6BeJtl8llgeZa7U2j47aaJSCeAl1e4UI7y8a9bSkO3o/ZbZrgT5muy/34JbsjfIWxA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/checkbox": "^2.4.7", + "@inquirer/confirm": "^3.1.22", + "@inquirer/editor": "^2.1.22", + "@inquirer/expand": "^2.1.22", + "@inquirer/input": "^2.2.9", + "@inquirer/number": "^1.0.10", + "@inquirer/password": "^2.1.22", + "@inquirer/rawlist": "^2.2.4", + "@inquirer/search": "^1.0.7", + "@inquirer/select": "^2.4.7" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/rawlist": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-2.3.0.tgz", + "integrity": "sha512-zzfNuINhFF7OLAtGHfhwOW2TlYJyli7lOUoJUXw/uyklcwalV6WRXBXtFIicN8rTRK1XTiPWB4UY+YuW8dsnLQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/search": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-1.1.0.tgz", + "integrity": "sha512-h+/5LSj51dx7hp5xOn4QFnUaKeARwUCLs6mIhtkJ0JYPBLmEYjdHSYh7I6GrLg9LwpJ3xeX0FZgAG1q0QdCpVQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/figures": "^1.0.5", + "@inquirer/type": "^1.5.3", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/select": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz", + "integrity": "sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/figures": "^1.0.5", + "@inquirer/type": "^1.5.3", + "ansi-escapes": "^4.3.2", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/type": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz", + "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==", + "dev": true, + "license": "MIT", + "dependencies": { + "mute-stream": "^1.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@jsonjoy.com/base64": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/@jsonjoy.com/json-pack": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.1.0.tgz", + "integrity": "sha512-zlQONA+msXPPwHWZMKFVS78ewFczIll5lXiVPwFPCZUsrOKdxc2AvxU1HoNBmMRhqDZUR9HkC3UOm+6pME6Xsg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@jsonjoy.com/base64": "^1.1.1", + "@jsonjoy.com/util": "^1.1.2", + "hyperdyperid": "^1.2.0", + "thingies": "^1.20.0" + }, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/@jsonjoy.com/util": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.5.0.tgz", + "integrity": "sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/@leichtgewicht/ip-codec": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", + "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@listr2/prompt-adapter-inquirer": { + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/@listr2/prompt-adapter-inquirer/-/prompt-adapter-inquirer-2.0.15.tgz", + "integrity": "sha512-MZrGem/Ujjd4cPTLYDfCZK2iKKeiO/8OX13S6jqxldLs0Prf2aGqVlJ77nMBqMv7fzqgXEgjrNHLXcKR8l9lOg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/type": "^1.5.1" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "@inquirer/prompts": ">= 3 < 6" + } + }, + "node_modules/@lmdb/lmdb-darwin-arm64": { + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.0.13.tgz", + "integrity": "sha512-uiKPB0Fv6WEEOZjruu9a6wnW/8jrjzlZbxXscMB8kuCJ1k6kHpcBnuvaAWcqhbI7rqX5GKziwWEdD+wi2gNLfA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@lmdb/lmdb-darwin-x64": { + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.0.13.tgz", + "integrity": "sha512-bEVIIfK5mSQoG1R19qA+fJOvCB+0wVGGnXHT3smchBVahYBdlPn2OsZZKzlHWfb1E+PhLBmYfqB5zQXFP7hJig==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@lmdb/lmdb-linux-arm": { + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.0.13.tgz", + "integrity": "sha512-Yml1KlMzOnXj/tnW7yX8U78iAzTk39aILYvCPbqeewAq1kSzl+w59k/fiVkTBfvDi/oW/5YRxL+Fq+Y1Fr1r2Q==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lmdb/lmdb-linux-arm64": { + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.0.13.tgz", + "integrity": "sha512-afbVrsMgZ9dUTNUchFpj5VkmJRxvht/u335jUJ7o23YTbNbnpmXif3VKQGCtnjSh+CZaqm6N3CPG8KO3zwyZ1Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lmdb/lmdb-linux-x64": { + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.0.13.tgz", + "integrity": "sha512-vOtxu0xC0SLdQ2WRXg8Qgd8T32ak4SPqk5zjItRszrJk2BdeXqfGxBJbP7o4aOvSPSmSSv46Lr1EP4HXU8v7Kg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lmdb/lmdb-win32-x64": { + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.0.13.tgz", + "integrity": "sha512-UCrMJQY/gJnOl3XgbWRZZUvGGBuKy6i0YNSptgMzHBjs+QYDYR1Mt/RLTOPy4fzzves65O1EDmlL//OzEqoLlA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz", + "integrity": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz", + "integrity": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz", + "integrity": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz", + "integrity": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz", + "integrity": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz", + "integrity": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@ngtools/webpack": { + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-18.2.11.tgz", + "integrity": "sha512-iTdUGJ5O7yMm1DyCzyoMDMxBJ68emUSSXPWbQzEEdcqmtifRebn+VAq4vHN8OmtGM1mtuKeLEsbiZP8ywrw7Ug==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "@angular/compiler-cli": "^18.0.0", + "typescript": ">=5.4 <5.6", + "webpack": "^5.54.0" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@npmcli/agent": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz", + "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==", + "dev": true, + "license": "ISC", + "dependencies": { + "agent-base": "^7.1.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.1", + "lru-cache": "^10.0.1", + "socks-proxy-agent": "^8.0.3" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/agent/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/@npmcli/fs": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz", + "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==", + "dev": true, + "license": "ISC", + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/git": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.8.tgz", + "integrity": "sha512-liASfw5cqhjNW9UFd+ruwwdEf/lbOAQjLL2XY2dFW/bkJheXDYZgOyul/4gVvEV4BWkTXjYGmDqMw9uegdbJNQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/promise-spawn": "^7.0.0", + "ini": "^4.1.3", + "lru-cache": "^10.0.1", + "npm-pick-manifest": "^9.0.0", + "proc-log": "^4.0.0", + "promise-inflight": "^1.0.1", + "promise-retry": "^2.0.1", + "semver": "^7.3.5", + "which": "^4.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/git/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16" + } + }, + "node_modules/@npmcli/git/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/@npmcli/git/node_modules/which": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", + "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/installed-package-contents": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz", + "integrity": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==", + "dev": true, + "license": "ISC", + "dependencies": { + "npm-bundled": "^3.0.0", + "npm-normalize-package-bin": "^3.0.0" + }, + "bin": { + "installed-package-contents": "bin/index.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/node-gyp": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz", + "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/package-json": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.1.tgz", + "integrity": "sha512-f7zYC6kQautXHvNbLEWgD/uGu1+xCn9izgqBfgItWSx22U0ZDekxN08A1vM8cTxj/cRVe0Q94Ode+tdoYmIOOQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/git": "^5.0.0", + "glob": "^10.2.2", + "hosted-git-info": "^7.0.0", + "json-parse-even-better-errors": "^3.0.0", + "normalize-package-data": "^6.0.0", + "proc-log": "^4.0.0", + "semver": "^7.5.3" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/package-json/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@npmcli/package-json/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@npmcli/package-json/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@npmcli/promise-spawn": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz", + "integrity": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "which": "^4.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/promise-spawn/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16" + } + }, + "node_modules/@npmcli/promise-spawn/node_modules/which": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", + "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/redact": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-2.0.1.tgz", + "integrity": "sha512-YgsR5jCQZhVmTJvjduTOIHph0L73pK8xwMVaDY0PatySqVM9AZj93jpoXYSJqfHFxFkN9dmqTw6OiqExsS3LPw==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/run-script": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.1.0.tgz", + "integrity": "sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/node-gyp": "^3.0.0", + "@npmcli/package-json": "^5.0.0", + "@npmcli/promise-spawn": "^7.0.0", + "node-gyp": "^10.0.0", + "proc-log": "^4.0.0", + "which": "^4.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/run-script/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16" + } + }, + "node_modules/@npmcli/run-script/node_modules/which": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", + "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^16.13.0 || >=18.0.0" + } + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz", + "integrity": "sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.4.tgz", + "integrity": "sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz", + "integrity": "sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.4.tgz", + "integrity": "sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.4.tgz", + "integrity": "sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.4.tgz", + "integrity": "sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.4.tgz", + "integrity": "sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.4.tgz", + "integrity": "sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.4.tgz", + "integrity": "sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.4.tgz", + "integrity": "sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.4.tgz", + "integrity": "sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz", + "integrity": "sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.4.tgz", + "integrity": "sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.4.tgz", + "integrity": "sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.4.tgz", + "integrity": "sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.4.tgz", + "integrity": "sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@schematics/angular": { + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.2.11.tgz", + "integrity": "sha512-jT54mc9+hPOwie9bji/g2krVuK1kkNh2PNFGwfgCg3Ofmt3hcyOBai1DKuot5uLTX4VCCbvfwiVR/hJniQl2SA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@angular-devkit/core": "18.2.11", + "@angular-devkit/schematics": "18.2.11", + "jsonc-parser": "3.3.1" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@sigstore/bundle": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.3.2.tgz", + "integrity": "sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/protobuf-specs": "^0.3.2" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@sigstore/core": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.1.0.tgz", + "integrity": "sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@sigstore/protobuf-specs": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.2.tgz", + "integrity": "sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@sigstore/sign": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.3.2.tgz", + "integrity": "sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/bundle": "^2.3.2", + "@sigstore/core": "^1.0.0", + "@sigstore/protobuf-specs": "^0.3.2", + "make-fetch-happen": "^13.0.1", + "proc-log": "^4.2.0", + "promise-retry": "^2.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@sigstore/tuf": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz", + "integrity": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/protobuf-specs": "^0.3.2", + "tuf-js": "^2.2.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@sigstore/verify": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.2.1.tgz", + "integrity": "sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/bundle": "^2.3.2", + "@sigstore/core": "^1.1.0", + "@sigstore/protobuf-specs": "^0.3.2" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@sindresorhus/merge-streams": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", + "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@socket.io/component-emitter": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz", + "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tufjs/canonical-json": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz", + "integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@tufjs/models": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz", + "integrity": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@tufjs/canonical-json": "2.0.0", + "minimatch": "^9.0.4" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@tufjs/models/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@tufjs/models/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/bonjour": { + "version": "3.5.13", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", + "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect-history-api-fallback": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", + "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/express-serve-static-core": "*", + "@types/node": "*" + } + }, + "node_modules/@types/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/cors": { + "version": "2.8.17", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz", + "integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/express": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.33", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.19.6", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", + "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/http-errors": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/http-proxy": { + "version": "1.17.15", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz", + "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/jasmine": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.4.tgz", + "integrity": "sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/mime": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/mute-stream": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz", + "integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/node": { + "version": "18.19.63", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.63.tgz", + "integrity": "sha512-hcUB7THvrGmaEcPcvUZCZtQ2Z3C+UR/aOcraBLCvTsFMh916Gc1kCCYcfcMuB76HM2pSerxl1PoP3KnmHzd9Lw==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/node-forge": { + "version": "1.3.11", + "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", + "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/qs": { + "version": "6.9.16", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz", + "integrity": "sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/retry": { + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.2.tgz", + "integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/send": { + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/serve-index": { + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", + "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/express": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.7", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", + "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/http-errors": "*", + "@types/node": "*", + "@types/send": "*" + } + }, + "node_modules/@types/sockjs": { + "version": "0.3.36", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/wrap-ansi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz", + "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/ws": { + "version": "8.5.12", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz", + "integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@vitejs/plugin-basic-ssl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.1.0.tgz", + "integrity": "sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.6.0" + }, + "peerDependencies": { + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" + } + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", + "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", + "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", + "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.12.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", + "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-opt": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1", + "@webassemblyjs/wast-printer": "1.12.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", + "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", + "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", + "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", + "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/@yarnpkg/lockfile": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", + "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/abbrev": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", + "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "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==", + "license": "MIT", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-attributes": { + "version": "1.9.5", + "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", + "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/adjust-sourcemap-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", + "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + "dev": true, + "license": "MIT", + "dependencies": { + "loader-utils": "^2.0.0", + "regex-parser": "^2.2.11" + }, + "engines": { + "node": ">=8.9" + } + }, + "node_modules/adjust-sourcemap-loader/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "license": "MIT", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/agent-base": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dev": true, + "license": "MIT", + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "dev": true, + "engines": [ + "node >= 0.8.0" + ], + "license": "Apache-2.0", + "bin": { + "ansi-html": "bin/ansi-html" + } + }, + "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==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "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==", + "dev": true, + "license": "ISC", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/anymatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, + "license": "Python-2.0" + }, + "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==", + "license": "MIT" + }, + "node_modules/autoprefixer": { + "version": "10.4.20", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz", + "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", + "dev": true, + "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" + } + ], + "license": "MIT", + "dependencies": { + "browserslist": "^4.23.3", + "caniuse-lite": "^1.0.30001646", + "fraction.js": "^4.3.7", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.1", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/babel-loader": { + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz", + "integrity": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "find-cache-dir": "^4.0.0", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 14.15.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0", + "webpack": ">=5" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.4.11", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", + "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.22.6", + "@babel/helper-define-polyfill-provider": "^0.6.2", + "semver": "^6.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "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==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", + "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "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==", + "dev": true, + "license": "MIT" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "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==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^4.5.0 || >= 5.9" + } + }, + "node_modules/batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "dev": true, + "license": "MIT" + }, + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "*" + } + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/body-parser": { + "version": "1.20.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", + "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "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.13.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/bonjour-service": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", + "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.5" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "license": "ISC" + }, + "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==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", + "dev": true, + "funding": [ + { + "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" + } + ], + "license": "MIT", + "dependencies": { + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.1" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "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, + "license": "MIT" + }, + "node_modules/bundle-name": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz", + "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "run-applescript": "^7.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/cacache": { + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz", + "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^10.0.1", + "minipass": "^7.0.3", + "minipass-collect": "^2.0.1", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "p-map": "^4.0.0", + "ssri": "^10.0.0", + "tar": "^6.1.11", + "unique-filename": "^3.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/cacache/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/cacache/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/cacache/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/cacache/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001676", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001676.tgz", + "integrity": "sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw==", + "dev": true, + "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" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true, + "license": "MIT" + }, + "node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "license": "MIT", + "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" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", + "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0" + } + }, + "node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/cli-cursor": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz", + "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==", + "dev": true, + "license": "MIT", + "dependencies": { + "restore-cursor": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-truncate": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz", + "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", + "dev": true, + "license": "MIT", + "dependencies": { + "slice-ansi": "^5.0.0", + "string-width": "^7.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-width": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz", + "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 12" + } + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/cliui/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/cliui/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/clone-deep/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "license": "MIT", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "license": "MIT" + }, + "node_modules/colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "dev": true, + "license": "MIT" + }, + "node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/common-path-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", + "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", + "dev": true, + "license": "ISC" + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "license": "MIT", + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.5.tgz", + "integrity": "sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "compressible": "~2.0.18", + "debug": "2.6.9", + "negotiator": "~0.6.4", + "on-headers": "~1.0.2", + "safe-buffer": "5.2.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true, + "license": "MIT" + }, + "node_modules/compression/node_modules/negotiator": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", + "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/connect": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", + "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "finalhandler": "1.1.2", + "parseurl": "~1.3.3", + "utils-merge": "1.0.1" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/connect-history-api-fallback": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/connect/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/connect/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/connect/node_modules/finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/connect/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true, + "license": "MIT" + }, + "node_modules/connect/node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "dev": true, + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/connect/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "license": "MIT", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true, + "license": "MIT" + }, + "node_modules/cookie": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "license": "MIT" + }, + "node_modules/copy-anything": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz", + "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-what": "^3.14.1" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" + } + }, + "node_modules/copy-webpack-plugin": { + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-12.0.2.tgz", + "integrity": "sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-glob": "^3.3.2", + "glob-parent": "^6.0.1", + "globby": "^14.0.0", + "normalize-path": "^3.0.0", + "schema-utils": "^4.2.0", + "serialize-javascript": "^6.0.2" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + } + }, + "node_modules/core-js-compat": { + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.39.0.tgz", + "integrity": "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==", + "dev": true, + "license": "MIT", + "dependencies": { + "browserslist": "^4.24.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "dev": true, + "license": "MIT", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/cosmiconfig": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", + "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", + "dev": true, + "license": "MIT", + "dependencies": { + "env-paths": "^2.2.1", + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/critters": { + "version": "0.0.24", + "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.24.tgz", + "integrity": "sha512-Oyqew0FGM0wYUSNqR0L6AteO5MpMoUU0rhKRieXeiKs+PmRTxiJMyaunYB2KF6fQ3dzChXKCpbFOEJx3OQ1v/Q==", + "deprecated": "Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at https://github.com/danielroe/beasties", + "license": "Apache-2.0", + "dependencies": { + "chalk": "^4.1.0", + "css-select": "^5.1.0", + "dom-serializer": "^2.0.0", + "domhandler": "^5.0.2", + "htmlparser2": "^8.0.2", + "postcss": "^8.4.23", + "postcss-media-query-parser": "^0.2.3" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/cross-spawn/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/css-loader": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-7.1.2.tgz", + "integrity": "sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==", + "dev": true, + "license": "MIT", + "dependencies": { + "icss-utils": "^5.1.0", + "postcss": "^8.4.33", + "postcss-modules-extract-imports": "^3.1.0", + "postcss-modules-local-by-default": "^4.0.5", + "postcss-modules-scope": "^3.2.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "webpack": "^5.27.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/css-select": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", + "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", + "license": "BSD-2-Clause", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "license": "BSD-2-Clause", + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "license": "MIT", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/custom-event": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", + "integrity": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==", + "dev": true, + "license": "MIT" + }, + "node_modules/date-format": { + "version": "4.0.14", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz", + "integrity": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/default-browser": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz", + "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", + "dev": true, + "license": "MIT", + "dependencies": { + "bundle-name": "^4.1.0", + "default-browser-id": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/default-browser-id": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz", + "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/default-gateway": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "execa": "^5.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-lazy-prop": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "license": "MIT", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-libc": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", + "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "dev": true, + "license": "MIT" + }, + "node_modules/di": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", + "integrity": "sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==", + "dev": true, + "license": "MIT" + }, + "node_modules/dns-packet": { + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@leichtgewicht/ip-codec": "^2.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/dom-serialize": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", + "integrity": "sha512-Yra4DbvoW7/Z6LBN560ZwXMjoNOSAN2wRsKFGc4iBeso+mpIA6qj1vfdf9HpMaKAqG6wXTy+1SYEzmNpKXOSsQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "custom-event": "~1.0.0", + "ent": "~2.2.0", + "extend": "^3.0.0", + "void-elements": "^2.0.0" + } + }, + "node_modules/dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "license": "MIT", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "license": "BSD-2-Clause" + }, + "node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "license": "BSD-2-Clause", + "dependencies": { + "domelementtype": "^2.3.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "license": "BSD-2-Clause", + "dependencies": { + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true, + "license": "MIT" + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "license": "MIT" + }, + "node_modules/electron-to-chromium": { + "version": "1.5.50", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.50.tgz", + "integrity": "sha512-eMVObiUQ2LdgeO1F/ySTXsvqvxb6ZH2zPGaMYsWzRDdOddUa77tdmI0ltg+L16UpbWdhPmuF3wIQYyQq65WfZw==", + "dev": true, + "license": "ISC" + }, + "node_modules/emoji-regex": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", + "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", + "dev": true, + "license": "MIT" + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "iconv-lite": "^0.6.2" + } + }, + "node_modules/encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/engine.io": { + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.2.tgz", + "integrity": "sha512-gmNvsYi9C8iErnZdVcJnvCpSKbWTt1E8+JZo8b+daLninywUWi5NQ5STSHZ9rFjFO7imNcvb8Pc5pe/wMR5xEw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/cookie": "^0.4.1", + "@types/cors": "^2.8.12", + "@types/node": ">=10.0.0", + "accepts": "~1.3.4", + "base64id": "2.0.0", + "cookie": "~0.7.2", + "cors": "~2.8.5", + "debug": "~4.3.1", + "engine.io-parser": "~5.2.1", + "ws": "~8.17.1" + }, + "engines": { + "node": ">=10.2.0" + } + }, + "node_modules/engine.io-parser": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz", + "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/engine.io/node_modules/cookie": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/ent": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.1.tgz", + "integrity": "sha512-QHuXVeZx9d+tIQAz/XztU0ZwZf2Agg9CcXcgE1rurqvdBeDBrpSwjl8/6XUqMg7tw2Y7uAdKb2sRv+bSEFqQ5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "punycode": "^1.4.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/environment": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz", + "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/err-code": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", + "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", + "dev": true, + "license": "MIT" + }, + "node_modules/errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "prr": "~1.0.1" + }, + "bin": { + "errno": "cli.js" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-module-lexer": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", + "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", + "dev": true, + "license": "MIT" + }, + "node_modules/esbuild": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.23.0.tgz", + "integrity": "sha512-1lvV17H2bMYda/WaFb2jLPeHU3zml2k4/yagNMG8Q/YtfMjCwEUZa2eXXMgZTVSL5q1n4H7sQ0X6CdJDqqeCFA==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.23.0", + "@esbuild/android-arm": "0.23.0", + "@esbuild/android-arm64": "0.23.0", + "@esbuild/android-x64": "0.23.0", + "@esbuild/darwin-arm64": "0.23.0", + "@esbuild/darwin-x64": "0.23.0", + "@esbuild/freebsd-arm64": "0.23.0", + "@esbuild/freebsd-x64": "0.23.0", + "@esbuild/linux-arm": "0.23.0", + "@esbuild/linux-arm64": "0.23.0", + "@esbuild/linux-ia32": "0.23.0", + "@esbuild/linux-loong64": "0.23.0", + "@esbuild/linux-mips64el": "0.23.0", + "@esbuild/linux-ppc64": "0.23.0", + "@esbuild/linux-riscv64": "0.23.0", + "@esbuild/linux-s390x": "0.23.0", + "@esbuild/linux-x64": "0.23.0", + "@esbuild/netbsd-x64": "0.23.0", + "@esbuild/openbsd-arm64": "0.23.0", + "@esbuild/openbsd-x64": "0.23.0", + "@esbuild/sunos-x64": "0.23.0", + "@esbuild/win32-arm64": "0.23.0", + "@esbuild/win32-ia32": "0.23.0", + "@esbuild/win32-x64": "0.23.0" + } + }, + "node_modules/esbuild-wasm": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.23.0.tgz", + "integrity": "sha512-6jP8UmWy6R6TUUV8bMuC3ZyZ6lZKI56x0tkxyCIqWwRRJ/DgeQKneh/Oid5EoGoPFLrGNkz47ZEtWAYuiY/u9g==", + "dev": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "license": "MIT" + }, + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true, + "license": "MIT" + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/execa/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/execa/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/exponential-backoff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz", + "integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/express": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "license": "MIT", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.3", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.7.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.3.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.3", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.10", + "proxy-addr": "~2.0.7", + "qs": "6.13.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.19.0", + "serve-static": "1.16.2", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true, + "license": "MIT" + }, + "node_modules/external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "license": "MIT", + "dependencies": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-uri": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", + "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/fastq": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "dev": true, + "license": "ISC", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "websocket-driver": ">=0.5.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/find-cache-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz", + "integrity": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==", + "dev": true, + "license": "MIT", + "dependencies": { + "common-path-prefix": "^3.0.0", + "pkg-dir": "^7.0.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/find-up": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", + "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^7.1.0", + "path-exists": "^5.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "dev": true, + "license": "BSD-3-Clause", + "bin": { + "flat": "cli.js" + } + }, + "node_modules/flatted": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "dev": true, + "license": "ISC" + }, + "node_modules/follow-redirects": { + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/foreground-child": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", + "dev": true, + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fraction.js": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "dev": true, + "license": "MIT", + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://github.com/sponsors/rawify" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/fs-minipass": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz", + "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true, + "license": "ISC" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "license": "ISC", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-east-asian-width": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", + "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", + "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@sindresorhus/merge-streams": "^2.1.0", + "fast-glob": "^3.3.2", + "ignore": "^5.2.4", + "path-type": "^5.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true, + "license": "MIT" + }, + "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==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hosted-git-info": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", + "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", + "dev": true, + "license": "ISC", + "dependencies": { + "lru-cache": "^10.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/hosted-git-info/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } + }, + "node_modules/hpack.js/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "license": "MIT", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/hpack.js/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true, + "license": "MIT" + }, + "node_modules/hpack.js/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/html-entities": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", + "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mdevils" + }, + { + "type": "patreon", + "url": "https://patreon.com/mdevils" + } + ], + "license": "MIT" + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true, + "license": "MIT" + }, + "node_modules/htmlparser2": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "license": "MIT", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "entities": "^4.4.0" + } + }, + "node_modules/http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "dev": true, + "license": "MIT" + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "license": "MIT", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-parser-js": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/http-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "dev": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/http-proxy-middleware": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.3.tgz", + "integrity": "sha512-usY0HG5nyDUwtqpiZdETNbmKtw3QQ1jwYFZ9wi5iHzX2BcILwQKtYDJPo7XHTsu5Z0B2Hj3W9NNnbd+AjFWjqg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/http-proxy": "^1.17.15", + "debug": "^4.3.6", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.3", + "is-plain-object": "^5.0.0", + "micromatch": "^4.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/https-proxy-agent": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", + "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", + "dev": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.0.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/hyperdyperid": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz", + "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.18" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/ignore-walk": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.5.tgz", + "integrity": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==", + "dev": true, + "license": "ISC", + "dependencies": { + "minimatch": "^9.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/ignore-walk/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/ignore-walk/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/image-size": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", + "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", + "dev": true, + "license": "MIT", + "optional": true, + "bin": { + "image-size": "bin/image-size.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/immutable": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz", + "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", + "dev": true, + "license": "MIT" + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "license": "MIT", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "dev": true, + "license": "ISC", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/ini": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz", + "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true, + "license": "MIT" + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "license": "MIT", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-core-module": { + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", + "dev": true, + "license": "MIT", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", + "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-inside-container": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-docker": "^3.0.0" + }, + "bin": { + "is-inside-container": "cli.js" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-lambda": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", + "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/is-network-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-network-error/-/is-network-error-1.1.0.tgz", + "integrity": "sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-what": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz", + "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", + "dev": true, + "license": "MIT" + }, + "node_modules/is-wsl": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", + "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-inside-container": "^1.0.0" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/isbinaryfile": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz", + "integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/gjtorikian/" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true, + "license": "ISC" + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", + "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@babel/core": "^7.23.9", + "@babel/parser": "^7.23.9", + "@istanbuljs/schema": "^0.1.3", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-report": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-source-maps/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/istanbul-reports": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", + "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/jasmine-core": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.2.0.tgz", + "integrity": "sha512-tSAtdrvWybZkQmmaIoDgnvHG8ORUNw5kEVlO5CvrXj02Jjr9TZrmjFq7FUiOUzJiOP2wLGYT6PgrQgQF4R1xiw==", + "dev": true, + "license": "MIT" + }, + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/jiti": { + "version": "1.21.6", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", + "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", + "dev": true, + "license": "MIT", + "bin": { + "jiti": "bin/jiti.js" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", + "dev": true, + "license": "MIT" + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz", + "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonc-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz", + "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "license": "MIT", + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", + "dev": true, + "engines": [ + "node >= 0.2.0" + ], + "license": "MIT" + }, + "node_modules/karma": { + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.4.tgz", + "integrity": "sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@colors/colors": "1.5.0", + "body-parser": "^1.19.0", + "braces": "^3.0.2", + "chokidar": "^3.5.1", + "connect": "^3.7.0", + "di": "^0.0.1", + "dom-serialize": "^2.2.1", + "glob": "^7.1.7", + "graceful-fs": "^4.2.6", + "http-proxy": "^1.18.1", + "isbinaryfile": "^4.0.8", + "lodash": "^4.17.21", + "log4js": "^6.4.1", + "mime": "^2.5.2", + "minimatch": "^3.0.4", + "mkdirp": "^0.5.5", + "qjobs": "^1.2.0", + "range-parser": "^1.2.1", + "rimraf": "^3.0.2", + "socket.io": "^4.7.2", + "source-map": "^0.6.1", + "tmp": "^0.2.1", + "ua-parser-js": "^0.7.30", + "yargs": "^16.1.1" + }, + "bin": { + "karma": "bin/karma" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/karma-chrome-launcher": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.2.0.tgz", + "integrity": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "which": "^1.2.1" + } + }, + "node_modules/karma-coverage": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.2.1.tgz", + "integrity": "sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "istanbul-lib-coverage": "^3.2.0", + "istanbul-lib-instrument": "^5.1.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.1", + "istanbul-reports": "^3.0.5", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/karma-coverage/node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/karma-coverage/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/karma-jasmine": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-5.1.0.tgz", + "integrity": "sha512-i/zQLFrfEpRyQoJF9fsCdTMOF5c2dK7C7OmsuKg2D0YSsuZSfQDiLuaiktbuio6F2wiCsZSnSnieIQ0ant/uzQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "jasmine-core": "^4.1.0" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "karma": "^6.0.0" + } + }, + "node_modules/karma-jasmine-html-reporter": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.1.0.tgz", + "integrity": "sha512-sPQE1+nlsn6Hwb5t+HHwyy0A1FNCVKuL1192b+XNauMYWThz2kweiBVW1DqloRpVvZIJkIoHVB7XRpK78n1xbQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "jasmine-core": "^4.0.0 || ^5.0.0", + "karma": "^6.0.0", + "karma-jasmine": "^5.0.0" + } + }, + "node_modules/karma-jasmine/node_modules/jasmine-core": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.1.tgz", + "integrity": "sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/karma-source-map-support": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", + "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", + "dev": true, + "license": "MIT", + "dependencies": { + "source-map-support": "^0.5.5" + } + }, + "node_modules/karma/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/karma/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/karma/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/karma/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/karma/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/karma/node_modules/tmp": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", + "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.14" + } + }, + "node_modules/karma/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/karma/node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "license": "MIT", + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/karma/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/launch-editor": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.9.1.tgz", + "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==", + "dev": true, + "license": "MIT", + "dependencies": { + "picocolors": "^1.0.0", + "shell-quote": "^1.8.1" + } + }, + "node_modules/less": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz", + "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "copy-anything": "^2.0.1", + "parse-node-version": "^1.0.1", + "tslib": "^2.3.0" + }, + "bin": { + "lessc": "bin/lessc" + }, + "engines": { + "node": ">=6" + }, + "optionalDependencies": { + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "make-dir": "^2.1.0", + "mime": "^1.4.1", + "needle": "^3.1.0", + "source-map": "~0.6.0" + } + }, + "node_modules/less-loader": { + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-12.2.0.tgz", + "integrity": "sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "less": "^3.5.0 || ^4.0.0", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/less/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/less/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "license": "MIT", + "optional": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/less/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "license": "ISC", + "optional": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/less/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/license-webpack-plugin": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", + "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", + "dev": true, + "license": "ISC", + "dependencies": { + "webpack-sources": "^3.0.0" + }, + "peerDependenciesMeta": { + "webpack": { + "optional": true + }, + "webpack-sources": { + "optional": true + } + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true, + "license": "MIT" + }, + "node_modules/listr2": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.4.tgz", + "integrity": "sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "cli-truncate": "^4.0.0", + "colorette": "^2.0.20", + "eventemitter3": "^5.0.1", + "log-update": "^6.1.0", + "rfdc": "^1.4.1", + "wrap-ansi": "^9.0.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/listr2/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/listr2/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/listr2/node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "dev": true, + "license": "MIT" + }, + "node_modules/listr2/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/listr2/node_modules/wrap-ansi": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/lmdb": { + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-3.0.13.tgz", + "integrity": "sha512-UGe+BbaSUQtAMZobTb4nHvFMrmvuAQKSeaqAX2meTEQjfsbpl5sxdHD8T72OnwD4GU9uwNhYXIVe4QGs8N9Zyw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "msgpackr": "^1.10.2", + "node-addon-api": "^6.1.0", + "node-gyp-build-optional-packages": "5.2.2", + "ordered-binary": "^1.4.1", + "weak-lru-cache": "^1.2.2" + }, + "bin": { + "download-lmdb-prebuilds": "bin/download-prebuilds.js" + }, + "optionalDependencies": { + "@lmdb/lmdb-darwin-arm64": "3.0.13", + "@lmdb/lmdb-darwin-x64": "3.0.13", + "@lmdb/lmdb-linux-arm": "3.0.13", + "@lmdb/lmdb-linux-arm64": "3.0.13", + "@lmdb/lmdb-linux-x64": "3.0.13", + "@lmdb/lmdb-win32-x64": "3.0.13" + } + }, + "node_modules/loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/loader-utils": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz", + "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 12.13.0" + } + }, + "node_modules/locate-path": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", + "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^6.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true, + "license": "MIT" + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", + "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-escapes": "^7.0.0", + "cli-cursor": "^5.0.0", + "slice-ansi": "^7.1.0", + "strip-ansi": "^7.1.0", + "wrap-ansi": "^9.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/ansi-escapes": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz", + "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==", + "dev": true, + "license": "MIT", + "dependencies": { + "environment": "^1.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/log-update/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/log-update/node_modules/is-fullwidth-code-point": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz", + "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==", + "dev": true, + "license": "MIT", + "dependencies": { + "get-east-asian-width": "^1.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/slice-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz", + "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.2.1", + "is-fullwidth-code-point": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/log-update/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/log-update/node_modules/wrap-ansi": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/log4js": { + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", + "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "date-format": "^4.0.14", + "debug": "^4.3.4", + "flatted": "^3.2.7", + "rfdc": "^1.3.0", + "streamroller": "^3.1.5" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/magic-string": { + "version": "0.30.11", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz", + "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0" + } + }, + "node_modules/make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-fetch-happen": { + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz", + "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/agent": "^2.0.0", + "cacache": "^18.0.0", + "http-cache-semantics": "^4.1.1", + "is-lambda": "^1.0.1", + "minipass": "^7.0.2", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "proc-log": "^4.2.0", + "promise-retry": "^2.0.1", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memfs": { + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.14.0.tgz", + "integrity": "sha512-JUeY0F/fQZgIod31Ja1eJgiSxLn7BfQlCnqhwXFBzFHEw63OdLK7VJUJ7bnzNsWgCyoUP5tEp1VRY8rDaYzqOA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@jsonjoy.com/json-pack": "^1.0.3", + "@jsonjoy.com/util": "^1.3.0", + "tree-dump": "^1.0.1", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">= 4.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true, + "license": "MIT" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/micromatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/mime": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "dev": true, + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/mimic-function": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", + "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/mini-css-extract-plugin": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz", + "integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==", + "dev": true, + "license": "MIT", + "dependencies": { + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true, + "license": "ISC" + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/minipass-collect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz", + "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/minipass-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz", + "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==", + "dev": true, + "license": "MIT", + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-flush/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-flush/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true, + "license": "ISC" + }, + "node_modules/minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-pipeline/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-pipeline/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true, + "license": "ISC" + }, + "node_modules/minipass-sized": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", + "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-sized/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-sized/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true, + "license": "ISC" + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true, + "license": "ISC" + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/mrmime": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", + "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/msgpackr": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.2.tgz", + "integrity": "sha512-F9UngXRlPyWCDEASDpTf6c9uNhGPTqnTeLVt7bN+bU1eajoR/8V9ys2BRaV5C/e5ihE6sJ9uPIKaYt6bFuO32g==", + "dev": true, + "license": "MIT", + "optionalDependencies": { + "msgpackr-extract": "^3.0.2" + } + }, + "node_modules/msgpackr-extract": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz", + "integrity": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "dependencies": { + "node-gyp-build-optional-packages": "5.2.2" + }, + "bin": { + "download-msgpackr-prebuilds": "bin/download-prebuilds.js" + }, + "optionalDependencies": { + "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3" + } + }, + "node_modules/multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "dev": true, + "license": "MIT", + "dependencies": { + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" + } + }, + "node_modules/mute-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", + "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/needle": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz", + "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "iconv-lite": "^0.6.3", + "sax": "^1.2.4" + }, + "bin": { + "needle": "bin/needle" + }, + "engines": { + "node": ">= 4.4.x" + } + }, + "node_modules/needle/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true, + "license": "MIT" + }, + "node_modules/nice-napi": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", + "integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "!win32" + ], + "dependencies": { + "node-addon-api": "^3.0.0", + "node-gyp-build": "^4.2.2" + } + }, + "node_modules/nice-napi/node_modules/node-addon-api": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz", + "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", + "dev": true, + "license": "MIT", + "optional": true + }, + "node_modules/node-addon-api": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", + "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==", + "dev": true, + "license": "MIT" + }, + "node_modules/node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "dev": true, + "license": "(BSD-3-Clause OR GPL-2.0)", + "engines": { + "node": ">= 6.13.0" + } + }, + "node_modules/node-gyp": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz", + "integrity": "sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==", + "dev": true, + "license": "MIT", + "dependencies": { + "env-paths": "^2.2.0", + "exponential-backoff": "^3.1.1", + "glob": "^10.3.10", + "graceful-fs": "^4.2.6", + "make-fetch-happen": "^13.0.0", + "nopt": "^7.0.0", + "proc-log": "^4.1.0", + "semver": "^7.3.5", + "tar": "^6.2.1", + "which": "^4.0.0" + }, + "bin": { + "node-gyp": "bin/node-gyp.js" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/node-gyp-build": { + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz", + "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==", + "dev": true, + "license": "MIT", + "optional": true, + "bin": { + "node-gyp-build": "bin.js", + "node-gyp-build-optional": "optional.js", + "node-gyp-build-test": "build-test.js" + } + }, + "node_modules/node-gyp-build-optional-packages": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz", + "integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==", + "dev": true, + "license": "MIT", + "dependencies": { + "detect-libc": "^2.0.1" + }, + "bin": { + "node-gyp-build-optional-packages": "bin.js", + "node-gyp-build-optional-packages-optional": "optional.js", + "node-gyp-build-optional-packages-test": "build-test.js" + } + }, + "node_modules/node-gyp/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/node-gyp/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/node-gyp/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16" + } + }, + "node_modules/node-gyp/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/node-gyp/node_modules/which": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", + "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^16.13.0 || >=18.0.0" + } + }, + "node_modules/node-releases": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", + "dev": true, + "license": "MIT" + }, + "node_modules/nopt": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", + "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", + "dev": true, + "license": "ISC", + "dependencies": { + "abbrev": "^2.0.0" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/normalize-package-data": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz", + "integrity": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "hosted-git-info": "^7.0.0", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-bundled": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.1.tgz", + "integrity": "sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "npm-normalize-package-bin": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-install-checks": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz", + "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "semver": "^7.1.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-normalize-package-bin": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz", + "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-package-arg": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.3.tgz", + "integrity": "sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==", + "dev": true, + "license": "ISC", + "dependencies": { + "hosted-git-info": "^7.0.0", + "proc-log": "^4.0.0", + "semver": "^7.3.5", + "validate-npm-package-name": "^5.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm-packlist": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz", + "integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==", + "dev": true, + "license": "ISC", + "dependencies": { + "ignore-walk": "^6.0.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-pick-manifest": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.1.0.tgz", + "integrity": "sha512-nkc+3pIIhqHVQr085X9d2JzPzLyjzQS96zbruppqC9aZRm/x8xx6xhI98gHtsfELP2bE+loHq8ZaHFHhe+NauA==", + "dev": true, + "license": "ISC", + "dependencies": { + "npm-install-checks": "^6.0.0", + "npm-normalize-package-bin": "^3.0.0", + "npm-package-arg": "^11.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm-registry-fetch": { + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.1.0.tgz", + "integrity": "sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA==", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/redact": "^2.0.0", + "jsonparse": "^1.3.1", + "make-fetch-happen": "^13.0.0", + "minipass": "^7.0.2", + "minipass-fetch": "^3.0.0", + "minizlib": "^2.1.2", + "npm-package-arg": "^11.0.0", + "proc-log": "^4.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "license": "BSD-2-Clause", + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true, + "license": "MIT" + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz", + "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-function": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz", + "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==", + "dev": true, + "license": "MIT", + "dependencies": { + "default-browser": "^5.2.1", + "define-lazy-prop": "^3.0.0", + "is-inside-container": "^1.0.0", + "is-wsl": "^3.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ora/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ora/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/ordered-binary": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.5.2.tgz", + "integrity": "sha512-JTo+4+4Fw7FreyAvlSLjb1BBVaxEQAacmjD3jjuyPZclpbEghTvQZbXBb2qPd2LeIMxiHwXBZUcpmG2Gl/mDEA==", + "dev": true, + "license": "MIT" + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/p-limit": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "yocto-queue": "^1.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", + "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-retry": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-6.2.0.tgz", + "integrity": "sha512-JA6nkq6hKyWLLasXQXUrO4z8BUZGUt/LjlJxx8Gb2+2ntodU/SS63YZ8b0LUTbQ8ZB9iwOfhEPhg4ykKnn2KsA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/retry": "0.12.2", + "is-network-error": "^1.0.0", + "retry": "^0.13.1" + }, + "engines": { + "node": ">=16.17" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-retry/node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" + }, + "node_modules/pacote": { + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz", + "integrity": "sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/git": "^5.0.0", + "@npmcli/installed-package-contents": "^2.0.1", + "@npmcli/package-json": "^5.1.0", + "@npmcli/promise-spawn": "^7.0.0", + "@npmcli/run-script": "^8.0.0", + "cacache": "^18.0.0", + "fs-minipass": "^3.0.0", + "minipass": "^7.0.2", + "npm-package-arg": "^11.0.0", + "npm-packlist": "^8.0.0", + "npm-pick-manifest": "^9.0.0", + "npm-registry-fetch": "^17.0.0", + "proc-log": "^4.0.0", + "promise-retry": "^2.0.1", + "sigstore": "^2.2.0", + "ssri": "^10.0.0", + "tar": "^6.1.11" + }, + "bin": { + "pacote": "bin/index.js" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parse-json/node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true, + "license": "MIT" + }, + "node_modules/parse-node-version": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", + "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/parse5": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", + "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "entities": "^4.5.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parse5-html-rewriting-stream": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-7.0.0.tgz", + "integrity": "sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "entities": "^4.3.0", + "parse5": "^7.0.0", + "parse5-sax-parser": "^7.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parse5-sax-parser": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-7.0.0.tgz", + "integrity": "sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==", + "dev": true, + "license": "MIT", + "dependencies": { + "parse5": "^7.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-exists": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true, + "license": "MIT" + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/path-to-regexp": { + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", + "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", + "license": "MIT" + }, + "node_modules/path-type": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/piscina": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.6.1.tgz", + "integrity": "sha512-z30AwWGtQE+Apr+2WBZensP2lIvwoaMcOPkQlIEmSGMJNUvaYACylPYrQM6wSdUNJlnDVMSpLv7xTMJqlVshOA==", + "dev": true, + "license": "MIT", + "optionalDependencies": { + "nice-napi": "^1.0.2" + } + }, + "node_modules/pkg-dir": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz", + "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==", + "dev": true, + "license": "MIT", + "dependencies": { + "find-up": "^6.3.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/postcss": { + "version": "8.4.41", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", + "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.0.1", + "source-map-js": "^1.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-loader": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz", + "integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "cosmiconfig": "^9.0.0", + "jiti": "^1.20.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/postcss-media-query-parser": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", + "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", + "license": "MIT" + }, + "node_modules/postcss-modules-extract-imports": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", + "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-local-by-default": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", + "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", + "dev": true, + "license": "MIT", + "dependencies": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-scope": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", + "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/proc-log": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz", + "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true, + "license": "MIT" + }, + "node_modules/promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", + "dev": true, + "license": "ISC" + }, + "node_modules/promise-retry": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", + "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "err-code": "^2.0.2", + "retry": "^0.12.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "license": "MIT", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", + "dev": true, + "license": "MIT", + "optional": true + }, + "node_modules/punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/qjobs": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz", + "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.9" + } + }, + "node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/readdirp/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/reflect-metadata": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz", + "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true, + "license": "MIT" + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", + "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", + "dev": true, + "license": "MIT", + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "dev": true, + "license": "MIT" + }, + "node_modules/regenerator-transform": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regex-parser": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", + "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==", + "dev": true, + "license": "MIT" + }, + "node_modules/regexpu-core": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz", + "integrity": "sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==", + "dev": true, + "license": "MIT", + "dependencies": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.2.0", + "regjsgen": "^0.8.0", + "regjsparser": "^0.11.0", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/regjsparser": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.2.tgz", + "integrity": "sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "jsesc": "~3.0.2" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", + "dev": true, + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-url-loader": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", + "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", + "dev": true, + "license": "MIT", + "dependencies": { + "adjust-sourcemap-loader": "^4.0.0", + "convert-source-map": "^1.7.0", + "loader-utils": "^2.0.0", + "postcss": "^8.2.14", + "source-map": "0.6.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/resolve-url-loader/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "license": "MIT", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/resolve-url-loader/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/restore-cursor": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz", + "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==", + "dev": true, + "license": "MIT", + "dependencies": { + "onetime": "^7.0.0", + "signal-exit": "^4.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "license": "MIT", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rfdc": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", + "dev": true, + "license": "MIT" + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dev": true, + "license": "ISC", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rollup": { + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.22.4.tgz", + "integrity": "sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "1.0.5" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.22.4", + "@rollup/rollup-android-arm64": "4.22.4", + "@rollup/rollup-darwin-arm64": "4.22.4", + "@rollup/rollup-darwin-x64": "4.22.4", + "@rollup/rollup-linux-arm-gnueabihf": "4.22.4", + "@rollup/rollup-linux-arm-musleabihf": "4.22.4", + "@rollup/rollup-linux-arm64-gnu": "4.22.4", + "@rollup/rollup-linux-arm64-musl": "4.22.4", + "@rollup/rollup-linux-powerpc64le-gnu": "4.22.4", + "@rollup/rollup-linux-riscv64-gnu": "4.22.4", + "@rollup/rollup-linux-s390x-gnu": "4.22.4", + "@rollup/rollup-linux-x64-gnu": "4.22.4", + "@rollup/rollup-linux-x64-musl": "4.22.4", + "@rollup/rollup-win32-arm64-msvc": "4.22.4", + "@rollup/rollup-win32-ia32-msvc": "4.22.4", + "@rollup/rollup-win32-x64-msvc": "4.22.4", + "fsevents": "~2.3.2" + } + }, + "node_modules/run-applescript": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz", + "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" + }, + "node_modules/sass": { + "version": "1.77.6", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.6.tgz", + "integrity": "sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/sass-loader": { + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.0.tgz", + "integrity": "sha512-n13Z+3rU9A177dk4888czcVFiC8CL9dii4qpXWUg3YIIgZEvi9TCFKjOQcbK0kJM7DJu9VucrZFddvNfYCPwtw==", + "dev": true, + "license": "MIT", + "dependencies": { + "neo-async": "^2.6.2" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", + "sass": "^1.3.0", + "sass-embedded": "*", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "node-sass": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/sax": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", + "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", + "dev": true, + "license": "ISC", + "optional": true + }, + "node_modules/schema-utils": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/schema-utils/node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "dev": true, + "license": "MIT" + }, + "node_modules/selfsigned": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", + "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node-forge": "^1.3.0", + "node-forge": "^1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/send": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/send/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/serialize-javascript": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true, + "license": "ISC" + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true, + "license": "MIT" + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/serve-index/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-static": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "license": "MIT", + "dependencies": { + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.19.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "license": "ISC" + }, + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "license": "MIT", + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/shell-quote": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/sigstore": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.3.1.tgz", + "integrity": "sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/bundle": "^2.3.2", + "@sigstore/core": "^1.0.0", + "@sigstore/protobuf-specs": "^0.3.2", + "@sigstore/sign": "^2.3.2", + "@sigstore/tuf": "^2.3.4", + "@sigstore/verify": "^1.2.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/slash": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/slice-ansi": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz", + "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.0.0", + "is-fullwidth-code-point": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/slice-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socket.io": { + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.1.tgz", + "integrity": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "accepts": "~1.3.4", + "base64id": "~2.0.0", + "cors": "~2.8.5", + "debug": "~4.3.2", + "engine.io": "~6.6.0", + "socket.io-adapter": "~2.5.2", + "socket.io-parser": "~4.2.4" + }, + "engines": { + "node": ">=10.2.0" + } + }, + "node_modules/socket.io-adapter": { + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz", + "integrity": "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "~4.3.4", + "ws": "~8.17.1" + } + }, + "node_modules/socket.io-parser": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", + "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", + "dev": true, + "license": "MIT", + "dependencies": { + "@socket.io/component-emitter": "~3.1.0", + "debug": "~4.3.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/sockjs": { + "version": "0.3.24", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "node_modules/socks": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", + "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", + "dev": true, + "license": "MIT", + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks-proxy-agent": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz", + "integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.1", + "debug": "^4.3.4", + "socks": "^2.8.3" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">= 8" + } + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-loader": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-5.0.0.tgz", + "integrity": "sha512-k2Dur7CbSLcAH73sBcIkV5xjPV4SzqO1NJ7+XaQl8if3VODDUj3FNchNGpqgJSKbvUfJuhVdv8K2Eu8/TNl2eA==", + "dev": true, + "license": "MIT", + "dependencies": { + "iconv-lite": "^0.6.3", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.72.1" + } + }, + "node_modules/source-map-loader/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/spdx-correct": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", + "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", + "dev": true, + "license": "CC-BY-3.0" + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.20", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz", + "integrity": "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==", + "dev": true, + "license": "CC0-1.0" + }, + "node_modules/spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/ssri": { + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz", + "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/streamroller": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.5.tgz", + "integrity": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==", + "dev": true, + "license": "MIT", + "dependencies": { + "date-format": "^4.0.14", + "debug": "^4.3.4", + "fs-extra": "^8.1.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "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==", + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/symbol-observable": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz", + "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/tar": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", + "dev": true, + "license": "ISC", + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tar/node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tar/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, + "node_modules/tar/node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true, + "license": "MIT", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tar/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true, + "license": "ISC" + }, + "node_modules/terser": { + "version": "5.31.6", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.6.tgz", + "integrity": "sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.20", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.1", + "terser": "^5.26.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/terser-webpack-plugin/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true, + "license": "MIT" + }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/thingies": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/thingies/-/thingies-1.21.0.tgz", + "integrity": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==", + "dev": true, + "license": "Unlicense", + "engines": { + "node": ">=10.18" + }, + "peerDependencies": { + "tslib": "^2" + } + }, + "node_modules/thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true, + "license": "MIT" + }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tree-dump": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.2.tgz", + "integrity": "sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true, + "license": "MIT", + "bin": { + "tree-kill": "cli.js" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" + }, + "node_modules/tuf-js": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz", + "integrity": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@tufjs/models": "2.0.1", + "debug": "^4.3.4", + "make-fetch-happen": "^13.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "license": "MIT", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typed-assert": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/typed-assert/-/typed-assert-1.0.9.tgz", + "integrity": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==", + "dev": true, + "license": "MIT" + }, + "node_modules/typescript": { + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/ua-parser-js": { + "version": "0.7.39", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.39.tgz", + "integrity": "sha512-IZ6acm6RhQHNibSt7+c09hhvsKy9WUr4DVbeq9U8o71qxyYtJpQeDxQnMrVqnIFMLcQjHO0I9wgfO2vIahht4w==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/ua-parser-js" + }, + { + "type": "paypal", + "url": "https://paypal.me/faisalman" + }, + { + "type": "github", + "url": "https://github.com/sponsors/faisalman" + } + ], + "license": "MIT", + "bin": { + "ua-parser-js": "script/cli.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true, + "license": "MIT" + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", + "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicorn-magic": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", + "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/unique-filename": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", + "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==", + "dev": true, + "license": "ISC", + "dependencies": { + "unique-slug": "^4.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/unique-slug": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz", + "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", + "dev": true, + "funding": [ + { + "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" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/uri-js/node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true, + "license": "MIT" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "license": "MIT", + "engines": { + "node": ">= 0.4.0" + } + }, + "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==", + "dev": true, + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/validate-npm-package-name": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz", + "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/vite": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", + "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "esbuild": "^0.21.3", + "postcss": "^8.4.43", + "rollup": "^4.20.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "sass-embedded": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vite/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==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + } + }, + "node_modules/vite/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" + } + }, + "node_modules/vite/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" + } + }, + "node_modules/vite/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" + } + }, + "node_modules/vite/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" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/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" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/sunos-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.21.5", + "@esbuild/android-arm": "0.21.5", + "@esbuild/android-arm64": "0.21.5", + "@esbuild/android-x64": "0.21.5", + "@esbuild/darwin-arm64": "0.21.5", + "@esbuild/darwin-x64": "0.21.5", + "@esbuild/freebsd-arm64": "0.21.5", + "@esbuild/freebsd-x64": "0.21.5", + "@esbuild/linux-arm": "0.21.5", + "@esbuild/linux-arm64": "0.21.5", + "@esbuild/linux-ia32": "0.21.5", + "@esbuild/linux-loong64": "0.21.5", + "@esbuild/linux-mips64el": "0.21.5", + "@esbuild/linux-ppc64": "0.21.5", + "@esbuild/linux-riscv64": "0.21.5", + "@esbuild/linux-s390x": "0.21.5", + "@esbuild/linux-x64": "0.21.5", + "@esbuild/netbsd-x64": "0.21.5", + "@esbuild/openbsd-x64": "0.21.5", + "@esbuild/sunos-x64": "0.21.5", + "@esbuild/win32-arm64": "0.21.5", + "@esbuild/win32-ia32": "0.21.5", + "@esbuild/win32-x64": "0.21.5" + } + }, + "node_modules/vite/node_modules/postcss": { + "version": "8.4.47", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", + "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.1.0", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/void-elements": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", + "integrity": "sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/watchpack": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", + "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "license": "MIT", + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/weak-lru-cache": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz", + "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", + "dev": true, + "license": "MIT" + }, + "node_modules/webpack": { + "version": "5.94.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz", + "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.5", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", + "acorn": "^8.7.1", + "acorn-import-attributes": "^1.9.5", + "browserslist": "^4.21.10", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.17.1", + "es-module-lexer": "^1.2.1", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.11", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.2.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.3.10", + "watchpack": "^2.4.1", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-middleware": { + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.4.2.tgz", + "integrity": "sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA==", + "dev": true, + "license": "MIT", + "dependencies": { + "colorette": "^2.0.10", + "memfs": "^4.6.0", + "mime-types": "^2.1.31", + "on-finished": "^2.4.1", + "range-parser": "^1.2.1", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "webpack": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.0.4.tgz", + "integrity": "sha512-dljXhUgx3HqKP2d8J/fUMvhxGhzjeNVarDLcbO/EWMSgRizDkxHQDZQaLFL5VJY9tRBj2Gz+rvCEYYvhbqPHNA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/bonjour": "^3.5.13", + "@types/connect-history-api-fallback": "^1.5.4", + "@types/express": "^4.17.21", + "@types/serve-index": "^1.9.4", + "@types/serve-static": "^1.15.5", + "@types/sockjs": "^0.3.36", + "@types/ws": "^8.5.10", + "ansi-html-community": "^0.0.8", + "bonjour-service": "^1.2.1", + "chokidar": "^3.6.0", + "colorette": "^2.0.10", + "compression": "^1.7.4", + "connect-history-api-fallback": "^2.0.0", + "default-gateway": "^6.0.3", + "express": "^4.17.3", + "graceful-fs": "^4.2.6", + "html-entities": "^2.4.0", + "http-proxy-middleware": "^2.0.3", + "ipaddr.js": "^2.1.0", + "launch-editor": "^2.6.1", + "open": "^10.0.3", + "p-retry": "^6.2.0", + "rimraf": "^5.0.5", + "schema-utils": "^4.2.0", + "selfsigned": "^2.4.1", + "serve-index": "^1.9.1", + "sockjs": "^0.3.24", + "spdy": "^4.0.2", + "webpack-dev-middleware": "^7.1.0", + "ws": "^8.16.0" + }, + "bin": { + "webpack-dev-server": "bin/webpack-dev-server.js" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "webpack": { + "optional": true + }, + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/webpack-dev-server/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/webpack-dev-server/node_modules/http-proxy-middleware": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz", + "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@types/express": "^4.17.13" + }, + "peerDependenciesMeta": { + "@types/express": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/ipaddr.js": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz", + "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10" + } + }, + "node_modules/webpack-dev-server/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/webpack-dev-server/node_modules/rimraf": { + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "glob": "^10.3.7" + }, + "bin": { + "rimraf": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/webpack-merge": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz", + "integrity": "sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "clone-deep": "^4.0.1", + "flat": "^5.0.2", + "wildcard": "^2.0.1" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack-subresource-integrity": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-5.1.0.tgz", + "integrity": "sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "typed-assert": "^1.0.8" + }, + "engines": { + "node": ">= 12" + }, + "peerDependencies": { + "html-webpack-plugin": ">= 5.0.0-beta.1 < 6", + "webpack": "^5.12.0" + }, + "peerDependenciesMeta": { + "html-webpack-plugin": { + "optional": true + } + } + }, + "node_modules/webpack/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/webpack/node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true, + "license": "MIT" + }, + "node_modules/webpack/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true, + "license": "MIT" + }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/wildcard": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", + "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/ws": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xhr2": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/xhr2/-/xhr2-0.2.1.tgz", + "integrity": "sha512-sID0rrVCqkVNUn8t6xuv9+6FViXjUVXq8H5rWOH2rz9fDNQEd4g0EA2XlcEdJXRz5BMEn4O1pJFdT+z4YHhoWw==", + "license": "MIT", + "engines": { + "node": ">= 6" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true, + "license": "ISC" + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/yargs/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yocto-queue": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", + "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/yoctocolors-cjs": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz", + "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/zone.js": { + "version": "0.14.10", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.10.tgz", + "integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==", + "license": "MIT" + } + } +} diff --git a/origin-dex/package.json b/origin-dex/package.json new file mode 100644 index 0000000..12e671c --- /dev/null +++ b/origin-dex/package.json @@ -0,0 +1,47 @@ +{ + "name": "origin-dex", + "version": "0.0.0", + "scripts": { + "ng": "ng", + "start": "ng serve", + "build": "ng build", + "watch": "ng build --watch --configuration development", + "test": "ng test", + "serve:ssr:origin-dex": "node dist/origin-dex/server/server.mjs" + }, + "private": true, + "dependencies": { + "@angular/animations": "^18.2.10", + "@angular/cdk": "^18.2.11", + "@angular/common": "^18.2.0", + "@angular/compiler": "^18.2.0", + "@angular/core": "^18.2.0", + "@angular/forms": "^18.2.0", + "@angular/material": "^18.2.11", + "@angular/platform-browser": "^18.2.0", + "@angular/platform-browser-dynamic": "^18.2.0", + "@angular/platform-server": "^18.2.0", + "@angular/router": "^18.2.0", + "@angular/ssr": "^18.2.11", + "@auth0/angular-jwt": "^5.2.0", + "express": "^4.18.2", + "rxjs": "~7.8.0", + "tslib": "^2.3.0", + "zone.js": "~0.14.10" + }, + "devDependencies": { + "@angular-devkit/build-angular": "^18.2.11", + "@angular/cli": "^18.2.11", + "@angular/compiler-cli": "^18.2.0", + "@types/express": "^4.17.17", + "@types/jasmine": "~5.1.0", + "@types/node": "^18.18.0", + "jasmine-core": "~5.2.0", + "karma": "~6.4.0", + "karma-chrome-launcher": "~3.2.0", + "karma-coverage": "~2.2.0", + "karma-jasmine": "~5.1.0", + "karma-jasmine-html-reporter": "~2.1.0", + "typescript": "~5.5.2" + } +} diff --git a/origin-dex/public/favicon.ico b/origin-dex/public/favicon.ico new file mode 100644 index 0000000..57614f9 Binary files /dev/null and b/origin-dex/public/favicon.ico differ diff --git a/origin-dex/server.ts b/origin-dex/server.ts new file mode 100644 index 0000000..1a0df5e --- /dev/null +++ b/origin-dex/server.ts @@ -0,0 +1,57 @@ +import { APP_BASE_HREF } from '@angular/common'; +import { CommonEngine } from '@angular/ssr'; +import express from 'express'; +import { fileURLToPath } from 'node:url'; +import { dirname, join, resolve } from 'node:path'; +import bootstrap from './src/main.server'; + +// The Express app is exported so that it can be used by serverless Functions. +export function app(): express.Express { + const server = express(); + const serverDistFolder = dirname(fileURLToPath(import.meta.url)); + const browserDistFolder = resolve(serverDistFolder, '../browser'); + const indexHtml = join(serverDistFolder, 'index.server.html'); + + const commonEngine = new CommonEngine(); + + server.set('view engine', 'html'); + server.set('views', browserDistFolder); + + // Example Express Rest API endpoints + // server.get('/api/**', (req, res) => { }); + // Serve static files from /browser + server.get('**', express.static(browserDistFolder, { + maxAge: '1y', + index: 'index.html', + })); + + // All regular routes use the Angular engine + server.get('**', (req, res, next) => { + const { protocol, originalUrl, baseUrl, headers } = req; + + commonEngine + .render({ + bootstrap, + documentFilePath: indexHtml, + url: `${protocol}://${headers.host}${originalUrl}`, + publicPath: browserDistFolder, + providers: [{ provide: APP_BASE_HREF, useValue: baseUrl }], + }) + .then((html) => res.send(html)) + .catch((err) => next(err)); + }); + + return server; +} + +function run(): void { + const port = process.env['PORT'] || 4000; + + // Start up the Node server + const server = app(); + server.listen(port, () => { + console.log(`Node Express server listening on http://localhost:${port}`); + }); +} + +run(); diff --git a/origin-dex/src/app/app.component.html b/origin-dex/src/app/app.component.html new file mode 100644 index 0000000..36093e1 --- /dev/null +++ b/origin-dex/src/app/app.component.html @@ -0,0 +1,336 @@ + + + + + + + + + + + +
+
+
+ +

Hello, {{ title }}

+

Congratulations! Your app is running. 🎉

+
+ +
+
+ @for (item of [ + { title: 'Explore the Docs', link: 'https://angular.dev' }, + { title: 'Learn with Tutorials', link: 'https://angular.dev/tutorials' }, + { title: 'CLI Docs', link: 'https://angular.dev/tools/cli' }, + { title: 'Angular Language Service', link: 'https://angular.dev/tools/language-service' }, + { title: 'Angular DevTools', link: 'https://angular.dev/tools/devtools' }, + ]; track item.title) { + + {{ item.title }} + + + + + } +
+ +
+
+
+ + + + + + + + + + + diff --git a/origin-dex/src/app/app.component.scss b/origin-dex/src/app/app.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/origin-dex/src/app/app.component.spec.ts b/origin-dex/src/app/app.component.spec.ts new file mode 100644 index 0000000..6015f8b --- /dev/null +++ b/origin-dex/src/app/app.component.spec.ts @@ -0,0 +1,29 @@ +import { TestBed } from '@angular/core/testing'; +import { AppComponent } from './app.component'; + +describe('AppComponent', () => { + beforeEach(async () => { + await TestBed.configureTestingModule({ + imports: [AppComponent], + }).compileComponents(); + }); + + it('should create the app', () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.componentInstance; + expect(app).toBeTruthy(); + }); + + it(`should have the 'origin-dex' title`, () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.componentInstance; + expect(app.title).toEqual('origin-dex'); + }); + + it('should render title', () => { + const fixture = TestBed.createComponent(AppComponent); + fixture.detectChanges(); + const compiled = fixture.nativeElement as HTMLElement; + expect(compiled.querySelector('h1')?.textContent).toContain('Hello, origin-dex'); + }); +}); diff --git a/origin-dex/src/app/app.component.ts b/origin-dex/src/app/app.component.ts new file mode 100644 index 0000000..239d0ee --- /dev/null +++ b/origin-dex/src/app/app.component.ts @@ -0,0 +1,101 @@ +import { Component } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { RouterOutlet, RouterLink, RouterLinkActive } from '@angular/router'; +import { MatToolbarModule } from '@angular/material/toolbar'; +import { MatButtonModule } from '@angular/material/button'; +import { MatTabsModule } from '@angular/material/tabs'; +import { AuthService } from './core/services/auth.service'; +import { MatSidenavModule } from '@angular/material/sidenav'; +import { MatListModule } from '@angular/material/list'; + +@Component({ + selector: 'app-root', + standalone: true, + imports: [ + CommonModule, + RouterOutlet, + RouterLink, + RouterLinkActive, + MatToolbarModule, + MatButtonModule, + MatTabsModule, + MatSidenavModule, + MatListModule + ], + template: ` + + OriginDex + + + Welcome, {{ auth.currentUser?.username }}! + + + + + + + + + + + + + Storage + + + Storage Carousel + + + Efficiency Plan + + + + +
+ +
+
+
+ `, + styles: [` + .spacer { + flex: 1 1 auto; + } + + mat-toolbar { + margin-bottom: 0; + } + + .content-container { + height: calc(100vh - 64px); + } + + mat-sidenav { + width: 200px; + background: #f5f5f5; + border-right: 1px solid #ddd; + } + + .content { + padding: 20px; + height: 100%; + overflow: auto; + } + + .active { + background: rgba(0, 0, 0, 0.04); + color: #3f51b5; + } + + mat-nav-list { + padding-top: 0; + } + + mat-nav-list a { + height: 48px; + } + `] +}) +export class AppComponent { + constructor(public auth: AuthService) {} +} \ No newline at end of file diff --git a/origin-dex/src/app/app.config.server.ts b/origin-dex/src/app/app.config.server.ts new file mode 100644 index 0000000..b4d57c9 --- /dev/null +++ b/origin-dex/src/app/app.config.server.ts @@ -0,0 +1,11 @@ +import { mergeApplicationConfig, ApplicationConfig } from '@angular/core'; +import { provideServerRendering } from '@angular/platform-server'; +import { appConfig } from './app.config'; + +const serverConfig: ApplicationConfig = { + providers: [ + provideServerRendering() + ] +}; + +export const config = mergeApplicationConfig(appConfig, serverConfig); diff --git a/origin-dex/src/app/app.config.ts b/origin-dex/src/app/app.config.ts new file mode 100644 index 0000000..78cce75 --- /dev/null +++ b/origin-dex/src/app/app.config.ts @@ -0,0 +1,20 @@ +import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core'; +import { provideRouter, withDebugTracing } from '@angular/router'; +import { provideHttpClient, withInterceptors, withFetch } from '@angular/common/http'; +import { provideAnimations } from '@angular/platform-browser/animations'; +import { authInterceptor } from './core/interceptors/auth.interceptor'; +import { routes } from './app.routes'; +import { provideClientHydration } from '@angular/platform-browser'; + +export const appConfig: ApplicationConfig = { + providers: [ + provideZoneChangeDetection({ eventCoalescing: true }), + provideRouter(routes, withDebugTracing()), + provideClientHydration(), + provideHttpClient( + withFetch(), + withInterceptors([authInterceptor]) + ), + provideAnimations() + ] +}; diff --git a/origin-dex/src/app/app.routes.ts b/origin-dex/src/app/app.routes.ts new file mode 100644 index 0000000..381b976 --- /dev/null +++ b/origin-dex/src/app/app.routes.ts @@ -0,0 +1,31 @@ +import { Routes } from '@angular/router'; +import { AuthGuard } from './core/guards/auth.guard'; + +export const routes: Routes = [ + { + path: 'storage', + loadComponent: () => import('./features/pokemon/pokemon-grid/pokemon-grid.component') + .then(m => m.PokemonGridComponent) + }, + { + path: 'storage-carousel', // Add new route + loadComponent: () => import('./features/pokemon/pokemon-carousel/pokemon-carousel.component') + .then(m => m.PokemonCarouselComponent) + }, + { + path: 'auth', + loadChildren: () => import('./features/auth/auth.routes') + .then(m => m.AUTH_ROUTES) + }, + { + path: 'efficiency', + loadComponent: () => import('./features/plan/plan-game/plan-game.component') + .then(m => m.PlanGameComponent), + canActivate: [AuthGuard] + }, + { + path: '', + redirectTo: 'storage', + pathMatch: 'full' + } +]; \ No newline at end of file diff --git a/origin-dex/src/app/core/guards/auth.guard.ts b/origin-dex/src/app/core/guards/auth.guard.ts new file mode 100644 index 0000000..6df926a --- /dev/null +++ b/origin-dex/src/app/core/guards/auth.guard.ts @@ -0,0 +1,22 @@ +import { inject } from '@angular/core'; +import { Router, CanActivateFn } from '@angular/router'; +import { AuthService } from '../services/auth.service'; +import { map } from 'rxjs/operators'; + +export const AuthGuard: CanActivateFn = (route, state) => { + const router = inject(Router); + const authService = inject(AuthService); + + return authService.isAuthenticated$.pipe( + map(isAuthenticated => { + if (isAuthenticated) { + return true; + } + + router.navigate(['/auth/login'], { + queryParams: { returnUrl: state.url } + }); + return false; + }) + ); +}; \ No newline at end of file diff --git a/origin-dex/src/app/core/interceptors/auth.interceptor.ts b/origin-dex/src/app/core/interceptors/auth.interceptor.ts new file mode 100644 index 0000000..a726422 --- /dev/null +++ b/origin-dex/src/app/core/interceptors/auth.interceptor.ts @@ -0,0 +1,21 @@ +import { HttpInterceptorFn, HttpRequest, HttpHandlerFn } from '@angular/common/http'; +import { inject } from '@angular/core'; +import { AuthService } from '../services/auth.service'; + +export const authInterceptor: HttpInterceptorFn = ( + req: HttpRequest, + next: HttpHandlerFn +) => { + const authService = inject(AuthService); + + if (authService.currentUser?.token) { + const authReq = req.clone({ + setHeaders: { + Authorization: `Bearer ${authService.currentUser.token}` + } + }); + return next(authReq); + } + + return next(req); +}; \ No newline at end of file diff --git a/origin-dex/src/app/core/models/plan.model.ts b/origin-dex/src/app/core/models/plan.model.ts new file mode 100644 index 0000000..8a6b683 --- /dev/null +++ b/origin-dex/src/app/core/models/plan.model.ts @@ -0,0 +1,29 @@ +export interface GamePlan { + game_name: string; + game_id: number; + pokemon: PlanPokemon[]; + } + + export interface PlanPokemon { + pfic: string; + name: string; + form_name?: string; + catch_count: number; + evolve_to: EvolutionTarget[]; + breed_for: BreedingTarget[]; + } + + export interface EvolutionTarget { + pfic: string; + name: string; + form_name?: string; + method: string; + count: number; + } + + export interface BreedingTarget { + pfic: string; + name: string; + form_name?: string; + count: number; + } \ No newline at end of file diff --git a/origin-dex/src/app/core/models/pokemon.model.ts b/origin-dex/src/app/core/models/pokemon.model.ts new file mode 100644 index 0000000..6c4d75c --- /dev/null +++ b/origin-dex/src/app/core/models/pokemon.model.ts @@ -0,0 +1,32 @@ +export interface Pokemon { + PFIC: string; + Name: string; + Form: string | null; + NationalDex: number; + Generation?: number; + StorableInHome?: boolean; + IsBabyForm?: boolean; + Encounters?: PokemonEncounter[]; + MarkIcon?: string; + MarkName?: string; + Image?: string; + IsDefault?: boolean; + IsCaught?: boolean; +} + + export interface PokemonEncounter { + form: string; + game: string; + game_id: number; + location: string; + day?: string; + time?: string; + dual_slot?: boolean; + static_encounter?: boolean; + static_encounter_count?: number; + extra_text?: string; + stars?: number; + fishing?: boolean; + rods?: string; + starter?: boolean; + } \ No newline at end of file diff --git a/origin-dex/src/app/core/models/user.model.ts b/origin-dex/src/app/core/models/user.model.ts new file mode 100644 index 0000000..5bc986c --- /dev/null +++ b/origin-dex/src/app/core/models/user.model.ts @@ -0,0 +1,5 @@ +export interface User { + id: number; + username: string; + token?: string; + } \ No newline at end of file diff --git a/origin-dex/src/app/core/services/auth.service.ts b/origin-dex/src/app/core/services/auth.service.ts new file mode 100644 index 0000000..deb3afa --- /dev/null +++ b/origin-dex/src/app/core/services/auth.service.ts @@ -0,0 +1,82 @@ +import { Injectable, PLATFORM_ID, inject } from '@angular/core'; +import { HttpClient, HttpErrorResponse } from '@angular/common/http'; +import { BehaviorSubject, Observable, throwError } from 'rxjs'; +import { map, tap, catchError } from 'rxjs/operators'; +import { Router } from '@angular/router'; +import { User } from '../models/user.model'; +import { environment } from '../../../environments/environment.development'; +import { isPlatformBrowser } from '@angular/common'; + +@Injectable({ + providedIn: 'root' +}) +export class AuthService { + private currentUserSubject = new BehaviorSubject(null); + public currentUser$: Observable; + public isAuthenticated$: Observable; + private platformId = inject(PLATFORM_ID); + + constructor( + private http: HttpClient, + private router: Router + ) { + let storedUser: User | null = null; + + if (isPlatformBrowser(this.platformId)) { + const storedUserStr = localStorage.getItem('currentUser'); + if (storedUserStr) { + try { + storedUser = JSON.parse(storedUserStr); + } catch (e) { + console.error('Error parsing stored user:', e); + } + } + } + + this.currentUserSubject = new BehaviorSubject(storedUser); + this.currentUser$ = this.currentUserSubject.asObservable(); + this.isAuthenticated$ = this.currentUser$.pipe( + map(user => !!user) + ); + } + + login(username: string, password: string): Observable { + return this.http.post(`${environment.apiUrl}/auth/login`, { username, password }) + .pipe( + tap(user => { + if (isPlatformBrowser(this.platformId)) { + localStorage.setItem('currentUser', JSON.stringify(user)); + } + this.currentUserSubject.next(user); + }) + ); + } + + logout(): void { + if (isPlatformBrowser(this.platformId)) { + localStorage.removeItem('currentUser'); + } + this.currentUserSubject.next(null); + this.router.navigate(['/']); + } + + register(username: string, password: string): Observable { + return this.http.post(`${environment.apiUrl}/auth/register`, { username, password }); + } + + public get currentUser(): User | null { + return this.currentUserSubject.value; + } + + private handleError(error: HttpErrorResponse) { + let errorMessage = 'An error occurred'; + if (error.error instanceof ErrorEvent) { + // Client-side error + errorMessage = error.error.message; + } else { + // Server-side error + errorMessage = error.error?.message || `Error Code: ${error.status}`; + } + return throwError(() => new Error(errorMessage)); + } +} \ No newline at end of file diff --git a/origin-dex/src/app/core/services/plan.service.ts b/origin-dex/src/app/core/services/plan.service.ts new file mode 100644 index 0000000..7b37f48 --- /dev/null +++ b/origin-dex/src/app/core/services/plan.service.ts @@ -0,0 +1,56 @@ +import { Injectable } from '@angular/core'; +import { HttpClient } from '@angular/common/http'; +import { Observable, Subject, take } from 'rxjs'; +import { environment } from '../../../environments/environment.development'; +import { GamePlan } from '../models/plan.model'; + +@Injectable({ + providedIn: 'root' +}) +export class PlanService { + private caughtPokemon = new Set(); + private gameUpdates = new Subject<{gameId: number, total: number}>(); + + gameUpdates$ = this.gameUpdates.asObservable(); + + constructor(private http: HttpClient) {} + + getPlan(): Observable { + return this.http.get(`${environment.apiUrl}/plan`); + } + + updateCaughtStatus(pfic: string, caught: boolean) { + if (caught) { + this.caughtPokemon.add(pfic); + } else { + this.caughtPokemon.delete(pfic); + } + // Trigger recalculation of affected games + this.recalculateAffectedGames(pfic); + } + + private recalculateAffectedGames(pfic: string) { + // This would need to check all games for the affected Pokemon + // and update their totals accordingly + this.getPlan().pipe(take(1)).subscribe(games => { + games.forEach(game => { + const affectedPokemon = game.pokemon.find(p => + p.pfic === pfic || + p.evolve_to.some(e => e.pfic === pfic) || + p.breed_for.some(b => b.pfic === pfic) + ); + if (affectedPokemon) { + this.gameUpdates.next({ + gameId: game.game_id, + total: this.calculateGameTotal(game) + }); + } + }); + }); + } + + private calculateGameTotal(game: GamePlan): number { + return game.pokemon.reduce((total, pokemon) => total + pokemon.catch_count, 0); + } + +} \ No newline at end of file diff --git a/origin-dex/src/app/core/services/pokemon.service.ts b/origin-dex/src/app/core/services/pokemon.service.ts new file mode 100644 index 0000000..312af7c --- /dev/null +++ b/origin-dex/src/app/core/services/pokemon.service.ts @@ -0,0 +1,82 @@ +import { Injectable } from '@angular/core'; +import { HttpClient } from '@angular/common/http'; +import { map, Observable, shareReplay } from 'rxjs'; +import { Pokemon, PokemonEncounter } from '../models/pokemon.model'; +import { environment } from '../../../environments/environment.development'; +import { comparePfics } from '../utils/pfic-utils'; + +@Injectable({ + providedIn: 'root' +}) +export class PokemonService { + private apiUrl = environment.apiUrl; + private pokemonCache: Observable<(Pokemon | null)[][]> | null = null; + + constructor(private http: HttpClient) { } + + getPokemonList(): Observable<(Pokemon | null)[][]> { + if (this.pokemonCache) { + return this.pokemonCache; + } + + this.pokemonCache = this.http.get<(any | null)[][]>(`${this.apiUrl}/pokemon`).pipe( + map(groups => groups.map(group => + group.map(pokemon => pokemon ? { + PFIC: pokemon.PFIC, + Name: pokemon.name, + Form: pokemon.form_name, + NationalDex: pokemon.national_dex, + Generation: pokemon.generation, + StorableInHome: pokemon.storable_in_home, + IsBabyForm: pokemon.is_baby_form, + Encounters: pokemon.encounters || [], + MarkIcon: pokemon.icon_path, + MarkName: pokemon.mark_name, + Image: this.getPokemonImageUrl(pokemon.PFIC), + IsDefault: pokemon.is_default || false, + IsCaught: false + } as Pokemon : null) + )), + shareReplay(1) + ); + + return this.pokemonCache; + } + + getPokemonDetails(pfic: string): Observable { + return this.http.get(`${this.apiUrl}/pokemon/${pfic}`); + } + + toggleCatch(pfic: string): Observable<{status: string, pfic: string}> { + return this.http.post<{status: string, pfic: string}>( + `${this.apiUrl}/toggle_catch/${pfic}`, + {} + ); + } + + getCaughtPokemon(): Observable { + return this.http.get(`${this.apiUrl}/get_caught_pokemon`); + } + + private caughtPokemon = new Set(); + + isTargetCompleted(pfic: string): boolean { + return this.caughtPokemon.has(pfic); + } + + updateCaughtStatus(pfic: string, caught: boolean) { + if (caught) { + this.caughtPokemon.add(pfic); + } else { + this.caughtPokemon.delete(pfic); + } + } + + getPokemonImageUrl(pfic: string): string { + return `/assets/images/pokemon/${pfic}.png`; + } + + getMarkImageUrl(markName: string): string { + return `/assets/images/marks/${markName}.png`; + } +} \ No newline at end of file diff --git a/origin-dex/src/app/core/services/storage.service.ts b/origin-dex/src/app/core/services/storage.service.ts new file mode 100644 index 0000000..e69de29 diff --git a/origin-dex/src/app/core/utils/pfic-utils.ts b/origin-dex/src/app/core/utils/pfic-utils.ts new file mode 100644 index 0000000..304fdd0 --- /dev/null +++ b/origin-dex/src/app/core/utils/pfic-utils.ts @@ -0,0 +1,23 @@ +export function parsePfic(pfic: string): (string | number)[] { + return pfic.split('-').map(part => isNaN(Number(part)) ? part : Number(part)); + } + + export function comparePfics(pfic1: string, pfic2: string): number { + const parts1 = parsePfic(pfic1); + const parts2 = parsePfic(pfic2); + + // Compare each part + for (let i = 0; i < Math.min(parts1.length, parts2.length); i++) { + if (parts1[i] !== parts2[i]) { + // If both parts are numbers, do numeric comparison + if (typeof parts1[i] === 'number' && typeof parts2[i] === 'number') { + return parts1[i] as number - (parts2[i] as number); + } + // If either part is a string, do string comparison + return String(parts1[i]).localeCompare(String(parts2[i])); + } + } + + // If all parts match up to the shortest length, shorter PFICs come first + return parts1.length - parts2.length; + } \ No newline at end of file diff --git a/origin-dex/src/app/features/auth/auth.routes.ts b/origin-dex/src/app/features/auth/auth.routes.ts new file mode 100644 index 0000000..ba12559 --- /dev/null +++ b/origin-dex/src/app/features/auth/auth.routes.ts @@ -0,0 +1,17 @@ +import { Routes } from '@angular/router'; + +export const AUTH_ROUTES: Routes = [ + { + path: 'login', + loadComponent: () => import('./login/login.component').then(m => m.LoginComponent) + }, + { + path: 'register', + loadComponent: () => import('./register/register.component').then(m => m.RegisterComponent) + }, + { + path: '', + redirectTo: 'login', + pathMatch: 'full' + } +]; \ No newline at end of file diff --git a/origin-dex/src/app/features/auth/login/login.component.ts b/origin-dex/src/app/features/auth/login/login.component.ts new file mode 100644 index 0000000..bd293a9 --- /dev/null +++ b/origin-dex/src/app/features/auth/login/login.component.ts @@ -0,0 +1,137 @@ +import { Component } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { RouterLink, Router, ActivatedRoute } from '@angular/router'; +import { FormBuilder, FormGroup, Validators, ReactiveFormsModule } from '@angular/forms'; +import { MatCardModule } from '@angular/material/card'; +import { MatFormFieldModule } from '@angular/material/form-field'; +import { MatInputModule } from '@angular/material/input'; +import { MatButtonModule } from '@angular/material/button'; +import { AuthService } from '../../../core/services/auth.service'; + +@Component({ + selector: 'app-login', + standalone: true, + imports: [ + CommonModule, + RouterLink, + ReactiveFormsModule, + MatCardModule, + MatFormFieldModule, + MatInputModule, + MatButtonModule + ], + template: ` +
+ + + Login + + + +
+ + Username + + + Username is required + + + + + Password + + + Password is required + + + +
+ {{ error }} +
+ +
+ + Need an account? +
+
+
+
+
+ `, + styles: [` + .auth-container { + display: flex; + justify-content: center; + align-items: center; + min-height: calc(100vh - 64px); + padding: 20px; + } + + mat-card { + max-width: 400px; + width: 100%; + } + + mat-card-header { + margin-bottom: 20px; + } + + form { + display: flex; + flex-direction: column; + gap: 16px; + } + + .form-actions { + display: flex; + justify-content: space-between; + align-items: center; + margin-top: 16px; + } + + .error-message { + color: #f44336; + font-size: 0.875rem; + margin-top: -8px; + } + `] +}) +export class LoginComponent { + loginForm: FormGroup; + loading = false; + error = ''; + + constructor( + private formBuilder: FormBuilder, + private authService: AuthService, + private router: Router, + private route: ActivatedRoute + ) { + this.loginForm = this.formBuilder.group({ + username: ['', Validators.required], + password: ['', Validators.required] + }); + } + + onSubmit() { + if (this.loginForm.invalid) return; + + this.loading = true; + this.error = ''; + + const { username, password } = this.loginForm.value; + + this.authService.login(username, password).subscribe({ + next: () => { + const returnUrl = this.route.snapshot.queryParams['returnUrl'] || '/'; + this.router.navigateByUrl(returnUrl); + }, + error: err => { + this.error = err.error?.message || 'Login failed'; + this.loading = false; + } + }); + } +} \ No newline at end of file diff --git a/origin-dex/src/app/features/auth/register/register.component.ts b/origin-dex/src/app/features/auth/register/register.component.ts new file mode 100644 index 0000000..b3b246d --- /dev/null +++ b/origin-dex/src/app/features/auth/register/register.component.ts @@ -0,0 +1,155 @@ +import { Component } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { RouterLink, Router } from '@angular/router'; +import { FormBuilder, FormGroup, Validators, ReactiveFormsModule } from '@angular/forms'; +import { MatCardModule } from '@angular/material/card'; +import { MatFormFieldModule } from '@angular/material/form-field'; +import { MatInputModule } from '@angular/material/input'; +import { MatButtonModule } from '@angular/material/button'; +import { AuthService } from '../../../core/services/auth.service'; + +@Component({ + selector: 'app-register', + standalone: true, + imports: [ + CommonModule, + RouterLink, + ReactiveFormsModule, + MatCardModule, + MatFormFieldModule, + MatInputModule, + MatButtonModule + ], + template: ` +
+ + + Register + + + +
+ + Username + + + Username is required + + + + + Password + + + Password is required + + + + + Confirm Password + + + Please confirm your password + + + Passwords do not match + + + +
+ {{ error }} +
+ +
+ + Already have an account? +
+
+
+
+
+ `, + styles: [` + .auth-container { + display: flex; + justify-content: center; + align-items: center; + min-height: calc(100vh - 64px); + padding: 20px; + } + + mat-card { + max-width: 400px; + width: 100%; + } + + mat-card-header { + margin-bottom: 20px; + } + + form { + display: flex; + flex-direction: column; + gap: 16px; + } + + .form-actions { + display: flex; + justify-content: space-between; + align-items: center; + margin-top: 16px; + } + + .error-message { + color: #f44336; + font-size: 0.875rem; + margin-top: -8px; + } + `] +}) +export class RegisterComponent { + registerForm: FormGroup; + loading = false; + error = ''; + + constructor( + private formBuilder: FormBuilder, + private authService: AuthService, + private router: Router + ) { + this.registerForm = this.formBuilder.group({ + username: ['', Validators.required], + password: ['', Validators.required], + confirmPassword: ['', Validators.required] + }, { validators: this.passwordMatchValidator }); + } + + passwordMatchValidator(group: FormGroup) { + const password = group.get('password')?.value; + const confirmPassword = group.get('confirmPassword')?.value; + return password === confirmPassword ? null : { passwordMismatch: true }; + } + + onSubmit() { + if (this.registerForm.invalid) return; + + this.loading = true; + this.error = ''; + + const { username, password } = this.registerForm.value; + + this.authService.register(username, password).subscribe({ + next: () => { + this.router.navigate(['/auth/login'], { + queryParams: { registered: true } + }); + }, + error: err => { + this.error = err.error?.message || 'Registration failed'; + this.loading = false; + } + }); + } +} \ No newline at end of file diff --git a/origin-dex/src/app/features/plan/plan-game/plan-game.component.ts b/origin-dex/src/app/features/plan/plan-game/plan-game.component.ts new file mode 100644 index 0000000..8e2b259 --- /dev/null +++ b/origin-dex/src/app/features/plan/plan-game/plan-game.component.ts @@ -0,0 +1,150 @@ +import { Component, Input, Output, EventEmitter } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { MatExpansionModule } from '@angular/material/expansion'; +import { MatFormFieldModule } from '@angular/material/form-field'; +import { MatInputModule } from '@angular/material/input'; +import { FormsModule } from '@angular/forms'; +import { PlanPokemonComponent } from '../plan-pokemon/plan-pokemon.component'; +import { GamePlan, PlanPokemon } from '../../../core/models/plan.model'; + +interface StatusUpdateEvent { + pfic?: string; + caught?: boolean; + gameId?: number; + total?: number; +} + +@Component({ + selector: 'app-plan-game', + standalone: true, + imports: [ + CommonModule, + MatExpansionModule, + MatFormFieldModule, + MatInputModule, + FormsModule, + PlanPokemonComponent + ], + template: ` + + + + {{ game.game_name }} + + + Catch: {{ getTotalCatchCount() }} + + + +
+ + Search Pokémon + + +
+ +
+
+ +
+ +
+

Completed

+ +
+
+
+ `, + styles: [` + .search-container { + margin-bottom: 16px; + } + + .search-field { + width: 100%; + } + + .game-sections { + display: flex; + flex-direction: column; + gap: 24px; + } + + .completed-section { + border-top: 2px solid #eee; + padding-top: 16px; + } + + .section-title { + color: #4CAF50; + margin: 0 0 16px 0; + font-size: 1.2em; + } + `] +}) +export class PlanGameComponent { + @Input() game!: GamePlan; + @Output() statusUpdate = new EventEmitter(); + + searchTerm = ''; + filteredPokemon: typeof this.game.pokemon = []; + completedPokemon: typeof this.game.pokemon = []; + + ngOnInit() { + this.filterPokemon(); + } + + filterPokemon() { + const term = this.searchTerm.toLowerCase(); + const filtered = this.game.pokemon.filter(pokemon => { + const nameMatch = pokemon.name.toLowerCase().includes(term); + const formMatch = pokemon.form_name?.toLowerCase().includes(term); + return nameMatch || formMatch; + }); + + this.completedPokemon = filtered.filter(p => p.catch_count === 0); + this.filteredPokemon = filtered.filter(p => p.catch_count > 0); + } + + getTotalCatchCount(): number { + return this.game.pokemon.reduce((sum, pokemon) => sum + pokemon.catch_count, 0); + } + + onPokemonStatusUpdate(event: {pfic: string, caught: boolean}) { + this.statusUpdate.emit(event); + this.filterPokemon(); // Refresh the lists + } + + updateGameTotal(change: number) { + const currentTotal = this.getTotalCatchCount(); + // Emit the new total to update the header + this.statusUpdate.emit({ + gameId: this.game.game_id, + total: currentTotal + change + }); + } + + moveToCompletedSection(pokemon: PlanPokemon) { + const index = this.filteredPokemon.findIndex(p => p.pfic === pokemon.pfic); + if (index > -1) { + const [movedPokemon] = this.filteredPokemon.splice(index, 1); + this.completedPokemon.push(movedPokemon); + } + } + + moveToActiveSection(pokemon: PlanPokemon) { + const index = this.completedPokemon.findIndex(p => p.pfic === pokemon.pfic); + if (index > -1) { + const [movedPokemon] = this.completedPokemon.splice(index, 1); + this.filteredPokemon.push(movedPokemon); + } + } +} \ No newline at end of file diff --git a/origin-dex/src/app/features/plan/plan-pokemon/plan-pokemon.component.ts b/origin-dex/src/app/features/plan/plan-pokemon/plan-pokemon.component.ts new file mode 100644 index 0000000..8694975 --- /dev/null +++ b/origin-dex/src/app/features/plan/plan-pokemon/plan-pokemon.component.ts @@ -0,0 +1,319 @@ +import { Component, Input, Output, EventEmitter } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { MatExpansionModule } from '@angular/material/expansion'; +import { MatIconModule } from '@angular/material/icon'; +import { MatChipsModule } from '@angular/material/chips'; +import { MatTooltipModule } from '@angular/material/tooltip'; +import { PlanPokemon } from '../../../core/models/plan.model'; +import { LazyImgDirective } from '../../../shared/directives/lazy-img.directive'; +import { PokemonService } from '../../../core/services/pokemon.service'; + +// Define an interface for the status update event +interface PokemonStatusEvent { + pfic: string; + caught: boolean; + completed?: boolean; // Make completed optional + } + +@Component({ + selector: 'app-plan-pokemon', + standalone: true, + imports: [ + CommonModule, + MatExpansionModule, + MatIconModule, + MatChipsModule, + MatTooltipModule, + LazyImgDirective + ], + template: ` + + +
+ + +
+
+ {{ pokemon.name }} + + ({{ pokemon.form_name }}) + +
+ +
+ + {{ pokemon.catch_count }} +
+
+
+
+ +
+ +
+

Evolution Targets

+
+
+ +
+
+ {{ target.name }} + ({{ target.form_name }}) +
+ + {{ target.method }} + Need: {{ target.count }} + +
+
+
+
+
+ + +
+

Breeding Targets

+
+
+ +
+
+ {{ target.name }} + ({{ target.form_name }}) +
+ + Breed + Need: {{ target.count }} + +
+
+
+
+
+
+
+ `, + styles: [` + .pokemon-panel { + margin-bottom: 8px; + } + + .pokemon-header { + display: flex; + align-items: center; + gap: 16px; + width: 100%; + } + + .pokemon-thumbnail { + width: 48px; + height: 48px; + object-fit: contain; + } + + .pokemon-info { + display: flex; + justify-content: space-between; + align-items: center; + flex-grow: 1; + } + + .pokemon-name { + font-weight: 500; + font-size: 1.1em; + } + + .form-name { + color: #666; + font-size: 0.9em; + margin-left: 4px; + } + + .catch-info { + display: flex; + align-items: center; + gap: 8px; + } + + .pokeball-icon { + width: 24px; + height: 24px; + cursor: pointer; + transition: filter 0.3s ease; + } + + .grayscale { + filter: grayscale(100%); + } + + .catch-count { + font-weight: 500; + color: #4CAF50; + } + + .targets-grid { + padding: 16px 8px; + display: flex; + flex-direction: column; + gap: 24px; + } + + .target-section { + h4 { + margin: 0 0 12px 0; + color: #666; + } + } + + .target-cards { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); + gap: 16px; + } + + .target-card { + display: flex; + align-items: center; + gap: 12px; + padding: 8px; + border: 1px solid #eee; + border-radius: 8px; + transition: background-color 0.3s ease; + + &:hover { + background-color: #f5f5f5; + } + + &.completed { + background-color: #f0f0f0; + } + } + + .target-image { + width: 64px; + height: 64px; + object-fit: contain; + } + + .target-details { + display: flex; + flex-direction: column; + gap: 8px; + } + + .target-name { + font-weight: 500; + + span { + color: #666; + font-size: 0.9em; + } + } + + mat-chip-list { + display: flex; + gap: 4px; + } + `] +}) +export class PlanPokemonComponent { + @Input() pokemon!: PlanPokemon; + @Output() statusUpdate = new EventEmitter(); + + constructor(public pokemonService: PokemonService) {} + + get hasTargets(): boolean { + return this.pokemon.evolve_to.length > 0 || this.pokemon.breed_for.length > 0; + } + + isTargetCompleted(pfic: string): boolean { + // This should be connected to your caught Pokemon service/state + return false; // Placeholder + } + + toggleCatch(event: MouseEvent) { + event.stopPropagation(); + this.statusUpdate.emit({ + pfic: this.pokemon.pfic, + caught: this.pokemon.catch_count > 0 + }); + } + + calculateTotalNeeded(): number { + let total = 1; // Initial catch + let breedCount = 0; + let evolveCount = 0; + + // Calculate breeding needs + if (this.pokemon.breed_for.length > 0) { + breedCount = 1; // We only need one for breeding, regardless of how many we breed + } + + // Calculate evolution needs + this.pokemon.evolve_to.forEach(target => { + if (!this.isTargetCompleted(target.pfic)) { + evolveCount += target.count; + } + }); + + return total + breedCount + evolveCount; + } + + updateCatchCount() { + const newCount = this.calculateTotalNeeded(); + if (newCount !== this.pokemon.catch_count) { + this.pokemon.catch_count = newCount; + if (newCount === 0) { + // Emit event to move to completed section + this.statusUpdate.emit({ + pfic: this.pokemon.pfic, + caught: true, + completed: true + }); + } else if (newCount > 0 && this.pokemon.catch_count === 0) { + // Emit event to move back to active section + this.statusUpdate.emit({ + pfic: this.pokemon.pfic, + caught: false, + completed: false + }); + } + } + } +} \ No newline at end of file diff --git a/origin-dex/src/app/features/plan/plan.component.ts b/origin-dex/src/app/features/plan/plan.component.ts new file mode 100644 index 0000000..4e3a692 --- /dev/null +++ b/origin-dex/src/app/features/plan/plan.component.ts @@ -0,0 +1,66 @@ +import { Component, OnInit } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { MatExpansionModule } from '@angular/material/expansion'; +import { MatFormFieldModule } from '@angular/material/form-field'; +import { MatInputModule } from '@angular/material/input'; +import { FormsModule } from '@angular/forms'; +import { PlanGameComponent } from './plan-game/plan-game.component'; +import { PlanService } from '../../core/services/plan.service'; +import { GamePlan } from '../../core/models/plan.model'; + +@Component({ + selector: 'app-plan', + standalone: true, + imports: [ + CommonModule, + MatExpansionModule, + MatFormFieldModule, + MatInputModule, + FormsModule, + PlanGameComponent + ], + template: ` +
+
+ +
+
+ `, + styles: [` + .plan-container { + padding: 20px; + max-width: 1200px; + margin: 0 auto; + } + + .games-accordion { + display: flex; + flex-direction: column; + gap: 16px; + } + `] +}) +export class PlanComponent implements OnInit { + gamePlans: GamePlan[] = []; + + constructor(private planService: PlanService) {} + + ngOnInit() { + this.loadPlan(); + } + + private loadPlan() { + this.planService.getPlan().subscribe( + plan => this.gamePlans = plan + ); + } + + onPokemonStatusUpdate(event: { pfic: string, caught: boolean }) { + // Handle status updates that might affect other games' plans + this.loadPlan(); // Reload the full plan to ensure consistency + } +} \ No newline at end of file diff --git a/origin-dex/src/app/features/pokemon/pokemon-carousel/pokemon-carousel.component.ts b/origin-dex/src/app/features/pokemon/pokemon-carousel/pokemon-carousel.component.ts new file mode 100644 index 0000000..3464dc9 --- /dev/null +++ b/origin-dex/src/app/features/pokemon/pokemon-carousel/pokemon-carousel.component.ts @@ -0,0 +1,186 @@ +import { ChangeDetectionStrategy, ChangeDetectorRef, Component, OnInit } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { MatCardModule } from '@angular/material/card'; +import { MatIconModule } from '@angular/material/icon'; +import { MatButtonModule } from '@angular/material/button'; +import { PokemonService } from '../../../core/services/pokemon.service'; +import { Pokemon } from '../../../core/models/pokemon.model'; +import { PokemonCellComponent } from '../pokemon-cell/pokemon-cell.component'; +import { PokemonDetailsComponent } from '../pokemon-details/pokemon-details.component'; + +@Component({ + selector: 'app-pokemon-carousel', + standalone: true, + imports: [ + CommonModule, + MatCardModule, + MatIconModule, + MatButtonModule, + PokemonCellComponent, + PokemonDetailsComponent + ], + template: ` + + +
+ Box {{ currentBoxIndex + 1 }} of {{ pokemonGroups.length }} +
+ + + `, + styles: [` + .carousel-container { + display: flex; + align-items: center; + justify-content: center; + padding: 20px; + position: relative; + height: calc(100vh - 200px); + } + + .pokemon-box-container { + flex: 1; + max-width: 800px; + position: relative; + } + + .pokemon-box { + background-color: white; + border: 2px solid #ccc; + border-radius: 10px; + padding: 20px; + position: relative; + width: 100%; + box-sizing: border-box; + } + + .box-title { + background-color: #4CAF50; + color: white; + padding: 5px 15px; + border-radius: 15px 15px 0 0; + position: absolute; + top: -30px; + left: 20px; + font-weight: bold; + } + + .pokemon-grid { + display: grid; + grid-template-columns: repeat(6, 1fr); + gap: 10px; + } + + .nav-button { + margin: 0 20px; + &.prev { left: 0; } + &.next { right: 0; } + &:disabled { + opacity: 0.5; + } + } + + .box-navigation { + text-align: center; + padding: 10px; + font-size: 1.1em; + color: #666; + } + `], + changeDetection: ChangeDetectionStrategy.OnPush +}) +export class PokemonCarouselComponent implements OnInit { + pokemonGroups: (Pokemon | null)[][] = []; + currentBoxIndex = 0; + selectedPokemon: Pokemon | null = null; + caughtPokemon = new Set(); + + get currentGroup(): (Pokemon | null)[] { + return this.pokemonGroups[this.currentBoxIndex] || []; + } + + constructor( + private pokemonService: PokemonService, + private cdr: ChangeDetectorRef + ) {} + + ngOnInit() { + this.loadPokemon(); + } + + private loadPokemon() { + this.pokemonService.getPokemonList().subscribe({ + next: (groups) => { + this.pokemonGroups = groups; + this.cdr.markForCheck(); + }, + error: (error) => { + console.error('Error loading Pokemon:', error); + this.cdr.markForCheck(); + } + }); + } + + nextBox() { + if (this.currentBoxIndex < this.pokemonGroups.length - 1) { + this.currentBoxIndex++; + this.cdr.markForCheck(); + } + } + + previousBox() { + if (this.currentBoxIndex > 0) { + this.currentBoxIndex--; + this.cdr.markForCheck(); + } + } + + onPokemonCaught(pfic: string) { + this.pokemonService.toggleCatch(pfic).subscribe( + response => { + if (response.status === 'caught') { + this.caughtPokemon.add(pfic); + } else { + this.caughtPokemon.delete(pfic); + } + this.cdr.markForCheck(); + } + ); + } + + onPokemonSelected(pokemon: Pokemon) { + this.selectedPokemon = pokemon; + this.cdr.markForCheck(); + } +} \ No newline at end of file diff --git a/origin-dex/src/app/features/pokemon/pokemon-cell/pokemon-cell.component.ts b/origin-dex/src/app/features/pokemon/pokemon-cell/pokemon-cell.component.ts new file mode 100644 index 0000000..78cb854 --- /dev/null +++ b/origin-dex/src/app/features/pokemon/pokemon-cell/pokemon-cell.component.ts @@ -0,0 +1,173 @@ +import { Component, Input, Output, EventEmitter } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { MatTooltipModule } from '@angular/material/tooltip'; +import { Pokemon } from '../../../core/models/pokemon.model'; +import { LazyImgDirective } from '../../../shared/directives/lazy-img.directive'; +import { PokemonService } from '../../../core/services/pokemon.service'; + +@Component({ + selector: 'app-pokemon-cell', + standalone: true, + imports: [ + CommonModule, + MatTooltipModule, + LazyImgDirective + ], + template: ` +
+
{{ pokemon.Name }}
+ +
+ {{ pokemon.Form !== 'Default' ? pokemon.Form : '-----' }} +
+
+
+ +
+
#{{ pokemon.NationalDex.toString().padStart(4, '0') }}
+
+ +
+
+
+ + +
+
+ `, + styles: [` + .pokemon-cell { + background-color: #f9f9f9; + border: 1px solid #ddd; + border-radius: 10px; + padding: 10px; + text-align: center; + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; + cursor: pointer; + height: 180px; + } + + .pokemon-cell.empty { + background-color: #e0e0e0; + cursor: default; + } + + .pokemon-name { + font-weight: bold; + font-size: 0.8em; + margin-bottom: 5px; + height: 2.4em; /* Allows for 2 lines of text */ + display: flex; + align-items: center; + justify-content: center; + width: 100%; + } + .pokemon-image { + width: 96px; + height: 96px; + object-fit: contain; + background-color: #f9f9f9; /* Light gray background for placeholder */ + } + .pokemon-form { + min-height: 2.4em; + line-height: 1.2em; + font-style: italic; + font-size: 0.7em; + margin-top: 5px; + } + .pokemon-info { + display: flex; + justify-content: center; + align-items: center; + width: 100%; + margin-top: 5px; + position: relative; + } + .pokemon-number { + color: #777; + font-size: 0.7em; + margin-top: 5px; + } + + .pokemon-number { + color: #777; + font-size: 0.7em; + text-align: center; + width: 100%; + } + + .origin-mark { + width: 20px; + height: 20px; + object-fit: contain; + filter: invert(100%); + } + + /* Optional: Add a background circle for better visibility */ + .origin-mark-container { + background-color: rgba(0, 0, 0, 0.1); + border-radius: 50%; + padding: 2px; + display: flex; + align-items: center; + justify-content: center; + position: absolute; + right: 0; + bottom: 0; + } + + .pokeball-container { + position: absolute; + left: 0; + bottom: 0; + } + + .pokeball-icon { + width: 20px; + height: 20px; + object-fit: contain; + cursor: pointer; + transition: filter 0.3s ease; + } + + .pokeball-icon.grayscale { + filter: grayscale(100%); + } + `] +}) +export class PokemonCellComponent { + @Input() pokemon: Pokemon | null = null; + @Output() caught = new EventEmitter(); + @Output() selected = new EventEmitter(); + + constructor(public pokemonService: PokemonService) {} + + onPokeballClick(event: MouseEvent) { + event.stopPropagation(); + if (this.pokemon) { + this.caught.emit(this.pokemon.PFIC); + this.pokemon.IsCaught = !this.pokemon.IsCaught; + } + } +} \ No newline at end of file diff --git a/origin-dex/src/app/features/pokemon/pokemon-details/pokemon-details.component.ts b/origin-dex/src/app/features/pokemon/pokemon-details/pokemon-details.component.ts new file mode 100644 index 0000000..31b97f0 --- /dev/null +++ b/origin-dex/src/app/features/pokemon/pokemon-details/pokemon-details.component.ts @@ -0,0 +1,228 @@ +import { Component, Input, Output, EventEmitter, SimpleChanges } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { MatButtonModule } from '@angular/material/button'; +import { MatIconModule } from '@angular/material/icon'; +import { Pokemon, PokemonEncounter } from '../../../core/models/pokemon.model'; +import { PokemonService } from '../../../core/services/pokemon.service'; +import { Observable } from 'rxjs'; + +@Component({ + selector: 'app-pokemon-details', + standalone: true, + imports: [ + CommonModule, + MatButtonModule, + MatIconModule + ], + template: ` +
+
+

+ {{ formatPokemonTitle(pokemon) }} +

+ +
+ +
+ + +
+

Encounters

+ +
+ +
+
+

+ {{ encounter.location }} + + ({{ encounter.day || '' }} {{ encounter.time || '' }}) + +

+
+ Static + Fishing + Starter +
+
+
+
+
+
+
+
+ `, + styles: [` + .details-panel { + width: 300px; + background-color: white; + padding: 20px; + box-shadow: -2px 0 5px rgba(0,0,0,0.1); + position: fixed; + top: 0; + right: -340px; + bottom: 0; + transition: right 0.3s ease-in-out; + overflow-y: auto; + z-index: 1000; + } + + .details-panel.open { + right: 0; + } + + .details-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 20px; + + h2 { + margin: 0; + font-size: 1.5em; + } + } + + .pokemon-detail-image { + width: 200px; + height: 200px; + object-fit: contain; + margin: 0 auto 20px; + display: block; + } + + .game-encounters { + margin-bottom: 10px; + } + + .collapsible { + background-color: #f1f1f1; + color: #444; + cursor: pointer; + padding: 10px; + width: 100%; + text-align: left; + border: none; + border-radius: 5px; + display: flex; + justify-content: space-between; + align-items: center; + transition: background-color 0.3s; + + &:hover { + background-color: #ddd; + } + + &.active { + background-color: #e0e0e0; + } + } + + .encounter-list { + display: none; + padding: 10px; + background-color: white; + } + + .encounter-item { + padding: 8px; + border-bottom: 1px solid #eee; + + &:last-child { + border-bottom: none; + } + + p { + margin: 0 0 5px 0; + } + } + + .encounter-tags { + display: flex; + gap: 5px; + flex-wrap: wrap; + } + + .tag { + background-color: #e0e0e0; + padding: 2px 8px; + border-radius: 12px; + font-size: 0.8em; + color: #666; + } + `] +}) +export class PokemonDetailsComponent { + @Input() pokemon: Pokemon | null = null; + @Input() isOpen = false; + @Output() closed = new EventEmitter(); + + encounters$: Observable; + isCollapsibleActive = false; + + constructor(private pokemonService: PokemonService) { + this.encounters$ = this.pokemonService.getPokemonDetails(this.pokemon?.PFIC || ''); + } + + ngOnInit() { + if (this.pokemon) { + this.encounters$ = this.pokemonService.getPokemonDetails(this.pokemon.PFIC); + } + } + + ngOnChanges(changes: SimpleChanges) { + if (changes['pokemon'] && this.pokemon) { + this.encounters$ = this.pokemonService.getPokemonDetails(this.pokemon.PFIC); + } + } + + groupEncountersByGame(encounters: PokemonEncounter[]) { + return encounters.reduce((groups, encounter) => { + const group = groups.find(g => g.game === encounter.game); + if (group) { + group.encounters.push(encounter); + } else { + groups.push({ + game: encounter.game, + encounters: [encounter] + }); + } + return groups; + }, [] as Array<{game: string, encounters: PokemonEncounter[]}>); + } + + toggleCollapsible(event: Event) { + const button = event.currentTarget as HTMLButtonElement; + button.classList.toggle('active'); + const content = button.nextElementSibling as HTMLElement; + + if (content.style.display === 'block') { + content.style.display = 'none'; + button.querySelector('.toggle-icon')!.textContent = 'â–¼'; + } else { + content.style.display = 'block'; + button.querySelector('.toggle-icon')!.textContent = 'â–²'; + } + } + + formatPokemonTitle(pokemon: Pokemon | null): string { + if (!pokemon) return ''; + + const id = pokemon.NationalDex.toString().padStart(4, '0'); + const form = pokemon.Form !== 'Default' ? ` (${pokemon.Form})` : ''; + return `#${id} - ${pokemon.Name}${form}`; + } +} \ No newline at end of file diff --git a/origin-dex/src/app/features/pokemon/pokemon-grid/pokemon-grid.component.ts b/origin-dex/src/app/features/pokemon/pokemon-grid/pokemon-grid.component.ts new file mode 100644 index 0000000..2cd4499 --- /dev/null +++ b/origin-dex/src/app/features/pokemon/pokemon-grid/pokemon-grid.component.ts @@ -0,0 +1,149 @@ +import { ChangeDetectionStrategy, ChangeDetectorRef, Component, OnInit } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { MatCardModule } from '@angular/material/card'; +import { ScrollingModule } from '@angular/cdk/scrolling'; +import { PokemonService } from '../../../core/services/pokemon.service'; +import { Pokemon } from '../../../core/models/pokemon.model'; +import { PokemonCellComponent } from '../pokemon-cell/pokemon-cell.component'; +import { PokemonDetailsComponent } from '../pokemon-details/pokemon-details.component'; + +@Component({ + selector: 'app-pokemon-grid', + changeDetection: ChangeDetectionStrategy.OnPush, + standalone: true, + imports: [ + CommonModule, + MatCardModule, + ScrollingModule, + PokemonCellComponent, + PokemonDetailsComponent + ], + template: ` +
+ + +
Box {{ (i + 1).toString().padStart(3, '0') }}
+
+ +
+
+
+
+ + + `, + styles: [` + .pokemon-boxes { + height: calc(100vh - 100px); /* Adjust based on your layout */ + overflow: hidden; + padding: 20px; + transition: margin-right 0.3s ease-in-out; + display: flex; + flex-direction: column; + align-items: center; + } + + .viewport { + height: 100%; + width: 100%; + } + + .pokemon-box { + background-color: white; + border: 2px solid #ccc; + border-radius: 10px; + margin: 0 10px 30px; + padding: 20px; + position: relative; + width: calc(100% - 20px); + max-width: 800px; + box-sizing: border-box; + } + + .box-title { + background-color: #4CAF50; + color: white; + padding: 5px 15px; + border-radius: 15px 15px 0 0; + position: absolute; + top: -30px; + left: 20px; + font-weight: bold; + } + + .pokemon-grid { + display: grid; + grid-template-columns: repeat(6, 1fr); + gap: 10px; + } + `] +}) +export class PokemonGridComponent implements OnInit { + pokemonGroups: (Pokemon | null)[][] = []; + selectedPokemon: Pokemon | null = null; + caughtPokemon = new Set(); + + constructor( + private pokemonService: PokemonService, + private cdr: ChangeDetectorRef + ) {} + + ngOnInit() { + this.loadPokemon(); + //this.loadCaughtPokemon(); + } + + private loadPokemon() { + //this.pokemonService.getPokemonList().subscribe( + // groups => this.pokemonGroups = groups + //); + + console.time('loadPokemon'); // Add performance measurement + this.pokemonService.getPokemonList().subscribe({ + next: (groups) => { + this.pokemonGroups = groups; + this.cdr.markForCheck(); // Manually trigger change detection + console.timeEnd('loadPokemon'); // Measure how long it took + }, + error: (error) => { + console.error('Error loading Pokemon:', error); + this.cdr.markForCheck(); + } + }); + } + + private loadCaughtPokemon() { + this.pokemonService.getCaughtPokemon().subscribe( + caught => { + this.caughtPokemon = new Set(caught); + } + ); + } + + onPokemonCaught(pfic: string) { + this.pokemonService.toggleCatch(pfic).subscribe( + response => { + if (response.status === 'caught') { + this.caughtPokemon.add(pfic); + } else { + this.caughtPokemon.delete(pfic); + } + } + ); + } + + onPokemonSelected(pokemon: Pokemon) { + this.selectedPokemon = pokemon; + this.cdr.markForCheck(); + } +} \ No newline at end of file diff --git a/origin-dex/src/app/features/pokemon/pokemon.model.ts b/origin-dex/src/app/features/pokemon/pokemon.model.ts new file mode 100644 index 0000000..ddf6f35 --- /dev/null +++ b/origin-dex/src/app/features/pokemon/pokemon.model.ts @@ -0,0 +1,30 @@ +import { NgModule } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { RouterModule } from '@angular/router'; +import { MatCardModule } from '@angular/material/card'; +import { MatIconModule } from '@angular/material/icon'; +import { MatTooltipModule } from '@angular/material/tooltip'; + +import { PokemonGridComponent } from './pokemon-grid/pokemon-grid.component'; +import { PokemonCellComponent } from './pokemon-cell/pokemon-cell.component'; +import { PokemonDetailsComponent } from './pokemon-details/pokemon-details.component'; +import { LazyImgDirective } from '../../shared/directives/lazy-img.directive'; + +@NgModule({ + declarations: [ + PokemonGridComponent, + PokemonCellComponent, + PokemonDetailsComponent, + LazyImgDirective + ], + imports: [ + CommonModule, + MatCardModule, + MatIconModule, + MatTooltipModule, + RouterModule.forChild([ + { path: '', component: PokemonGridComponent } + ]) + ] +}) +export class PokemonModule { } \ No newline at end of file diff --git a/origin-dex/src/app/shared/directives/lazy-img.directive.ts b/origin-dex/src/app/shared/directives/lazy-img.directive.ts new file mode 100644 index 0000000..f5835c5 --- /dev/null +++ b/origin-dex/src/app/shared/directives/lazy-img.directive.ts @@ -0,0 +1,52 @@ +import { Directive, ElementRef, Input, OnInit, PLATFORM_ID, inject } from '@angular/core'; +import { isPlatformBrowser } from '@angular/common'; + +@Directive({ + selector: '[lazyImg]', + standalone: true + }) +export class LazyImgDirective { + private platformId = inject(PLATFORM_ID); + private _src = ''; + + @Input() + set src(value: string) { + this._src = value; + if (isPlatformBrowser(this.platformId)) { + this.setupLazyLoading(); + } else { + // For SSR, set the src directly + this.el.nativeElement.src = value; + } + } + + constructor(private el: ElementRef) {} + + ngOnInit() { + if (isPlatformBrowser(this.platformId)) { + this.setupLazyLoading(); + } + } + + private setupLazyLoading() { + if ('IntersectionObserver' in window) { + const observer = new IntersectionObserver(entries => { + entries.forEach(entry => { + if (entry.isIntersecting) { + this.loadImage(); + observer.unobserve(this.el.nativeElement); + } + }); + }); + + observer.observe(this.el.nativeElement); + } else { + // Fallback for browsers that don't support IntersectionObserver + this.loadImage(); + } + } + + private loadImage() { + this.el.nativeElement.src = this._src; + } +} \ No newline at end of file diff --git a/origin-dex/src/assets/images/marks/Arceus_mark_HOME.png b/origin-dex/src/assets/images/marks/Arceus_mark_HOME.png new file mode 100644 index 0000000..6c58473 Binary files /dev/null and b/origin-dex/src/assets/images/marks/Arceus_mark_HOME.png differ diff --git a/origin-dex/src/assets/images/marks/BDSP_icon_HOME.png b/origin-dex/src/assets/images/marks/BDSP_icon_HOME.png new file mode 100644 index 0000000..48d78e3 Binary files /dev/null and b/origin-dex/src/assets/images/marks/BDSP_icon_HOME.png differ diff --git a/origin-dex/src/assets/images/marks/Black_clover_HOME.png b/origin-dex/src/assets/images/marks/Black_clover_HOME.png new file mode 100644 index 0000000..ca66019 Binary files /dev/null and b/origin-dex/src/assets/images/marks/Black_clover_HOME.png differ diff --git a/origin-dex/src/assets/images/marks/Blue_pentagon_HOME.png b/origin-dex/src/assets/images/marks/Blue_pentagon_HOME.png new file mode 100644 index 0000000..7ba2538 Binary files /dev/null and b/origin-dex/src/assets/images/marks/Blue_pentagon_HOME.png differ diff --git a/origin-dex/src/assets/images/marks/GB_icon_HOME.png b/origin-dex/src/assets/images/marks/GB_icon_HOME.png new file mode 100644 index 0000000..45be39e Binary files /dev/null and b/origin-dex/src/assets/images/marks/GB_icon_HOME.png differ diff --git a/origin-dex/src/assets/images/marks/GO_icon_HOME.png b/origin-dex/src/assets/images/marks/GO_icon_HOME.png new file mode 100644 index 0000000..201171b Binary files /dev/null and b/origin-dex/src/assets/images/marks/GO_icon_HOME.png differ diff --git a/origin-dex/src/assets/images/marks/Galar_symbol_HOME.png b/origin-dex/src/assets/images/marks/Galar_symbol_HOME.png new file mode 100644 index 0000000..4e6c137 Binary files /dev/null and b/origin-dex/src/assets/images/marks/Galar_symbol_HOME.png differ diff --git a/origin-dex/src/assets/images/marks/Let's_Go_icon_HOME.png b/origin-dex/src/assets/images/marks/Let's_Go_icon_HOME.png new file mode 100644 index 0000000..5980285 Binary files /dev/null and b/origin-dex/src/assets/images/marks/Let's_Go_icon_HOME.png differ diff --git a/origin-dex/src/assets/images/marks/Markless_icon_HOME.png b/origin-dex/src/assets/images/marks/Markless_icon_HOME.png new file mode 100644 index 0000000..ff3dc83 Binary files /dev/null and b/origin-dex/src/assets/images/marks/Markless_icon_HOME.png differ diff --git a/origin-dex/src/assets/images/marks/Paldea_icon_HOME.png b/origin-dex/src/assets/images/marks/Paldea_icon_HOME.png new file mode 100644 index 0000000..2a0abd0 Binary files /dev/null and b/origin-dex/src/assets/images/marks/Paldea_icon_HOME.png differ diff --git a/origin-dex/src/assets/images/pokeball_color.png b/origin-dex/src/assets/images/pokeball_color.png new file mode 100644 index 0000000..93ad8e3 Binary files /dev/null and b/origin-dex/src/assets/images/pokeball_color.png differ diff --git a/origin-dex/src/assets/images/pokemon/0001-01-000-0.png b/origin-dex/src/assets/images/pokemon/0001-01-000-0.png new file mode 100644 index 0000000..a2660fe Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0001-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0002-01-000-0.png b/origin-dex/src/assets/images/pokemon/0002-01-000-0.png new file mode 100644 index 0000000..942667f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0002-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0003-01-000-1.png b/origin-dex/src/assets/images/pokemon/0003-01-000-1.png new file mode 100644 index 0000000..ab1e8b4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0003-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0003-01-000-2.png b/origin-dex/src/assets/images/pokemon/0003-01-000-2.png new file mode 100644 index 0000000..8e1d930 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0003-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0003-01-001-0.png b/origin-dex/src/assets/images/pokemon/0003-01-001-0.png new file mode 100644 index 0000000..7c10d98 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0003-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0003-01-002-0.png b/origin-dex/src/assets/images/pokemon/0003-01-002-0.png new file mode 100644 index 0000000..310edf1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0003-01-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0004-01-000-0.png b/origin-dex/src/assets/images/pokemon/0004-01-000-0.png new file mode 100644 index 0000000..ffac020 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0004-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0005-01-000-0.png b/origin-dex/src/assets/images/pokemon/0005-01-000-0.png new file mode 100644 index 0000000..8c5bcf0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0005-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0006-01-000-0.png b/origin-dex/src/assets/images/pokemon/0006-01-000-0.png new file mode 100644 index 0000000..eb6e38b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0006-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0006-01-001-0.png b/origin-dex/src/assets/images/pokemon/0006-01-001-0.png new file mode 100644 index 0000000..d26a046 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0006-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0006-01-002-0.png b/origin-dex/src/assets/images/pokemon/0006-01-002-0.png new file mode 100644 index 0000000..9b7936d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0006-01-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0006-01-003-0.png b/origin-dex/src/assets/images/pokemon/0006-01-003-0.png new file mode 100644 index 0000000..1436e67 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0006-01-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0007-01-000-0.png b/origin-dex/src/assets/images/pokemon/0007-01-000-0.png new file mode 100644 index 0000000..b0dd244 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0007-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0008-01-000-0.png b/origin-dex/src/assets/images/pokemon/0008-01-000-0.png new file mode 100644 index 0000000..eb79da1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0008-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0009-01-000-0.png b/origin-dex/src/assets/images/pokemon/0009-01-000-0.png new file mode 100644 index 0000000..5cc9c53 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0009-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0009-01-001-0.png b/origin-dex/src/assets/images/pokemon/0009-01-001-0.png new file mode 100644 index 0000000..5fe1875 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0009-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0009-01-002-0.png b/origin-dex/src/assets/images/pokemon/0009-01-002-0.png new file mode 100644 index 0000000..47caff9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0009-01-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0010-01-000-0.png b/origin-dex/src/assets/images/pokemon/0010-01-000-0.png new file mode 100644 index 0000000..e7d74a5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0010-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0011-01-000-0.png b/origin-dex/src/assets/images/pokemon/0011-01-000-0.png new file mode 100644 index 0000000..960e835 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0011-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0012-01-000-1.png b/origin-dex/src/assets/images/pokemon/0012-01-000-1.png new file mode 100644 index 0000000..d028dff Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0012-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0012-01-000-2.png b/origin-dex/src/assets/images/pokemon/0012-01-000-2.png new file mode 100644 index 0000000..d745387 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0012-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0012-01-001-0.png b/origin-dex/src/assets/images/pokemon/0012-01-001-0.png new file mode 100644 index 0000000..9a35c49 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0012-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0013-01-000-0.png b/origin-dex/src/assets/images/pokemon/0013-01-000-0.png new file mode 100644 index 0000000..8dc1fcf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0013-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0014-01-000-0.png b/origin-dex/src/assets/images/pokemon/0014-01-000-0.png new file mode 100644 index 0000000..78b636b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0014-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0015-01-000-0.png b/origin-dex/src/assets/images/pokemon/0015-01-000-0.png new file mode 100644 index 0000000..63451fc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0015-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0015-01-001-0.png b/origin-dex/src/assets/images/pokemon/0015-01-001-0.png new file mode 100644 index 0000000..aae5861 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0015-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0016-01-000-0.png b/origin-dex/src/assets/images/pokemon/0016-01-000-0.png new file mode 100644 index 0000000..8e24427 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0016-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0017-01-000-0.png b/origin-dex/src/assets/images/pokemon/0017-01-000-0.png new file mode 100644 index 0000000..4e148d7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0017-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0018-01-000-0.png b/origin-dex/src/assets/images/pokemon/0018-01-000-0.png new file mode 100644 index 0000000..82439a8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0018-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0018-01-001-0.png b/origin-dex/src/assets/images/pokemon/0018-01-001-0.png new file mode 100644 index 0000000..ee28049 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0018-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0019-01-000-1.png b/origin-dex/src/assets/images/pokemon/0019-01-000-1.png new file mode 100644 index 0000000..2fdd978 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0019-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0019-01-000-2.png b/origin-dex/src/assets/images/pokemon/0019-01-000-2.png new file mode 100644 index 0000000..1f0b54a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0019-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0019-01-001-0.png b/origin-dex/src/assets/images/pokemon/0019-01-001-0.png new file mode 100644 index 0000000..1295b7c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0019-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0019-07-001-0.png b/origin-dex/src/assets/images/pokemon/0019-07-001-0.png new file mode 100644 index 0000000..1295b7c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0019-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0020-01-000-1.png b/origin-dex/src/assets/images/pokemon/0020-01-000-1.png new file mode 100644 index 0000000..6a491f5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0020-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0020-01-000-2.png b/origin-dex/src/assets/images/pokemon/0020-01-000-2.png new file mode 100644 index 0000000..c72255a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0020-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0020-01-001-0.png b/origin-dex/src/assets/images/pokemon/0020-01-001-0.png new file mode 100644 index 0000000..1a246a0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0020-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0020-07-001-0.png b/origin-dex/src/assets/images/pokemon/0020-07-001-0.png new file mode 100644 index 0000000..1a246a0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0020-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0021-01-000-0.png b/origin-dex/src/assets/images/pokemon/0021-01-000-0.png new file mode 100644 index 0000000..38f5bdc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0021-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0022-01-000-0.png b/origin-dex/src/assets/images/pokemon/0022-01-000-0.png new file mode 100644 index 0000000..ef6cd1d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0022-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0023-01-000-0.png b/origin-dex/src/assets/images/pokemon/0023-01-000-0.png new file mode 100644 index 0000000..809ff96 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0023-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0024-01-000-0.png b/origin-dex/src/assets/images/pokemon/0024-01-000-0.png new file mode 100644 index 0000000..f4f0fb4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0024-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0025-01-000-1.png b/origin-dex/src/assets/images/pokemon/0025-01-000-1.png new file mode 100644 index 0000000..b6ccc7b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0025-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0025-01-000-2.png b/origin-dex/src/assets/images/pokemon/0025-01-000-2.png new file mode 100644 index 0000000..287f5cb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0025-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0025-01-001-0.png b/origin-dex/src/assets/images/pokemon/0025-01-001-0.png new file mode 100644 index 0000000..61e95a4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0025-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0025-01-002-0.png b/origin-dex/src/assets/images/pokemon/0025-01-002-0.png new file mode 100644 index 0000000..f657ee3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0025-01-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0025-01-003-0.png b/origin-dex/src/assets/images/pokemon/0025-01-003-0.png new file mode 100644 index 0000000..d06c322 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0025-01-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0025-01-004-0.png b/origin-dex/src/assets/images/pokemon/0025-01-004-0.png new file mode 100644 index 0000000..68b7ebd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0025-01-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0025-01-005-0.png b/origin-dex/src/assets/images/pokemon/0025-01-005-0.png new file mode 100644 index 0000000..53e6b01 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0025-01-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0025-01-006-0.png b/origin-dex/src/assets/images/pokemon/0025-01-006-0.png new file mode 100644 index 0000000..867c7ab Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0025-01-006-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0025-01-007-0.png b/origin-dex/src/assets/images/pokemon/0025-01-007-0.png new file mode 100644 index 0000000..c760711 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0025-01-007-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0025-01-008-0.png b/origin-dex/src/assets/images/pokemon/0025-01-008-0.png new file mode 100644 index 0000000..3863ed9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0025-01-008-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0025-01-009-0.png b/origin-dex/src/assets/images/pokemon/0025-01-009-0.png new file mode 100644 index 0000000..b403a65 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0025-01-009-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0026-01-000-1.png b/origin-dex/src/assets/images/pokemon/0026-01-000-1.png new file mode 100644 index 0000000..b93cd82 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0026-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0026-01-000-2.png b/origin-dex/src/assets/images/pokemon/0026-01-000-2.png new file mode 100644 index 0000000..0b023c3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0026-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0026-01-001-0.png b/origin-dex/src/assets/images/pokemon/0026-01-001-0.png new file mode 100644 index 0000000..2c40ef3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0026-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0026-07-001-0.png b/origin-dex/src/assets/images/pokemon/0026-07-001-0.png new file mode 100644 index 0000000..2c40ef3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0026-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0027-01-000-0.png b/origin-dex/src/assets/images/pokemon/0027-01-000-0.png new file mode 100644 index 0000000..f96bf68 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0027-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0027-01-001-0.png b/origin-dex/src/assets/images/pokemon/0027-01-001-0.png new file mode 100644 index 0000000..91cf7c4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0027-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0027-07-001-0.png b/origin-dex/src/assets/images/pokemon/0027-07-001-0.png new file mode 100644 index 0000000..91cf7c4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0027-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0028-01-000-0.png b/origin-dex/src/assets/images/pokemon/0028-01-000-0.png new file mode 100644 index 0000000..d0979f9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0028-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0028-01-001-0.png b/origin-dex/src/assets/images/pokemon/0028-01-001-0.png new file mode 100644 index 0000000..e9de252 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0028-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0028-07-001-0.png b/origin-dex/src/assets/images/pokemon/0028-07-001-0.png new file mode 100644 index 0000000..e9de252 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0028-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0029-01-000-0.png b/origin-dex/src/assets/images/pokemon/0029-01-000-0.png new file mode 100644 index 0000000..ef36d53 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0029-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0030-01-000-0.png b/origin-dex/src/assets/images/pokemon/0030-01-000-0.png new file mode 100644 index 0000000..278db05 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0030-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0031-01-000-0.png b/origin-dex/src/assets/images/pokemon/0031-01-000-0.png new file mode 100644 index 0000000..13dddd5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0031-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0032-01-000-0.png b/origin-dex/src/assets/images/pokemon/0032-01-000-0.png new file mode 100644 index 0000000..d772001 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0032-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0033-01-000-0.png b/origin-dex/src/assets/images/pokemon/0033-01-000-0.png new file mode 100644 index 0000000..ed80056 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0033-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0034-01-000-0.png b/origin-dex/src/assets/images/pokemon/0034-01-000-0.png new file mode 100644 index 0000000..178ac55 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0034-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0035-01-000-0.png b/origin-dex/src/assets/images/pokemon/0035-01-000-0.png new file mode 100644 index 0000000..0dab6e4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0035-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0036-01-000-0.png b/origin-dex/src/assets/images/pokemon/0036-01-000-0.png new file mode 100644 index 0000000..517e8a4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0036-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0037-01-000-0.png b/origin-dex/src/assets/images/pokemon/0037-01-000-0.png new file mode 100644 index 0000000..176e7eb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0037-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0037-01-001-0.png b/origin-dex/src/assets/images/pokemon/0037-01-001-0.png new file mode 100644 index 0000000..e48335c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0037-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0037-07-001-0.png b/origin-dex/src/assets/images/pokemon/0037-07-001-0.png new file mode 100644 index 0000000..e48335c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0037-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0038-01-000-0.png b/origin-dex/src/assets/images/pokemon/0038-01-000-0.png new file mode 100644 index 0000000..68c1558 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0038-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0038-01-001-0.png b/origin-dex/src/assets/images/pokemon/0038-01-001-0.png new file mode 100644 index 0000000..00e8428 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0038-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0038-07-001-0.png b/origin-dex/src/assets/images/pokemon/0038-07-001-0.png new file mode 100644 index 0000000..00e8428 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0038-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0039-01-000-0.png b/origin-dex/src/assets/images/pokemon/0039-01-000-0.png new file mode 100644 index 0000000..c5665e3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0039-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0040-01-000-0.png b/origin-dex/src/assets/images/pokemon/0040-01-000-0.png new file mode 100644 index 0000000..d134db9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0040-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0041-01-000-1.png b/origin-dex/src/assets/images/pokemon/0041-01-000-1.png new file mode 100644 index 0000000..321ecd2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0041-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0041-01-000-2.png b/origin-dex/src/assets/images/pokemon/0041-01-000-2.png new file mode 100644 index 0000000..953bcc2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0041-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0042-01-000-1.png b/origin-dex/src/assets/images/pokemon/0042-01-000-1.png new file mode 100644 index 0000000..fbe51cb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0042-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0042-01-000-2.png b/origin-dex/src/assets/images/pokemon/0042-01-000-2.png new file mode 100644 index 0000000..639b234 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0042-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0043-01-000-0.png b/origin-dex/src/assets/images/pokemon/0043-01-000-0.png new file mode 100644 index 0000000..9783308 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0043-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0044-01-000-1.png b/origin-dex/src/assets/images/pokemon/0044-01-000-1.png new file mode 100644 index 0000000..fdcf3f5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0044-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0044-01-000-2.png b/origin-dex/src/assets/images/pokemon/0044-01-000-2.png new file mode 100644 index 0000000..8300577 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0044-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0045-01-000-1.png b/origin-dex/src/assets/images/pokemon/0045-01-000-1.png new file mode 100644 index 0000000..0a53be8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0045-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0045-01-000-2.png b/origin-dex/src/assets/images/pokemon/0045-01-000-2.png new file mode 100644 index 0000000..fa894af Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0045-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0046-01-000-0.png b/origin-dex/src/assets/images/pokemon/0046-01-000-0.png new file mode 100644 index 0000000..5f96e40 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0046-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0047-01-000-0.png b/origin-dex/src/assets/images/pokemon/0047-01-000-0.png new file mode 100644 index 0000000..74f7c4e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0047-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0048-01-000-0.png b/origin-dex/src/assets/images/pokemon/0048-01-000-0.png new file mode 100644 index 0000000..04f16b5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0048-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0049-01-000-0.png b/origin-dex/src/assets/images/pokemon/0049-01-000-0.png new file mode 100644 index 0000000..0fe2fb1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0049-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0050-01-000-0.png b/origin-dex/src/assets/images/pokemon/0050-01-000-0.png new file mode 100644 index 0000000..1dd4b49 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0050-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0050-01-001-0.png b/origin-dex/src/assets/images/pokemon/0050-01-001-0.png new file mode 100644 index 0000000..02d17b6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0050-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0050-07-001-0.png b/origin-dex/src/assets/images/pokemon/0050-07-001-0.png new file mode 100644 index 0000000..02d17b6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0050-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0051-01-000-0.png b/origin-dex/src/assets/images/pokemon/0051-01-000-0.png new file mode 100644 index 0000000..7453e11 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0051-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0051-01-001-0.png b/origin-dex/src/assets/images/pokemon/0051-01-001-0.png new file mode 100644 index 0000000..0c75ae0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0051-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0051-07-001-0.png b/origin-dex/src/assets/images/pokemon/0051-07-001-0.png new file mode 100644 index 0000000..0c75ae0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0051-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0052-01-000-0.png b/origin-dex/src/assets/images/pokemon/0052-01-000-0.png new file mode 100644 index 0000000..90182bb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0052-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0052-01-001-0.png b/origin-dex/src/assets/images/pokemon/0052-01-001-0.png new file mode 100644 index 0000000..6d0b7ae Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0052-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0052-01-002-0.png b/origin-dex/src/assets/images/pokemon/0052-01-002-0.png new file mode 100644 index 0000000..6ae786d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0052-01-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0052-01-003-0.png b/origin-dex/src/assets/images/pokemon/0052-01-003-0.png new file mode 100644 index 0000000..27cbf83 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0052-01-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0052-07-001-0.png b/origin-dex/src/assets/images/pokemon/0052-07-001-0.png new file mode 100644 index 0000000..6d0b7ae Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0052-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0052-08-002-0.png b/origin-dex/src/assets/images/pokemon/0052-08-002-0.png new file mode 100644 index 0000000..6ae786d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0052-08-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0053-01-000-0.png b/origin-dex/src/assets/images/pokemon/0053-01-000-0.png new file mode 100644 index 0000000..0b9ad6f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0053-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0053-01-001-0.png b/origin-dex/src/assets/images/pokemon/0053-01-001-0.png new file mode 100644 index 0000000..bc2676c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0053-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0053-07-001-0.png b/origin-dex/src/assets/images/pokemon/0053-07-001-0.png new file mode 100644 index 0000000..bc2676c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0053-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0054-01-000-0.png b/origin-dex/src/assets/images/pokemon/0054-01-000-0.png new file mode 100644 index 0000000..e807f58 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0054-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0055-01-000-0.png b/origin-dex/src/assets/images/pokemon/0055-01-000-0.png new file mode 100644 index 0000000..f511467 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0055-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0056-01-000-0.png b/origin-dex/src/assets/images/pokemon/0056-01-000-0.png new file mode 100644 index 0000000..a9fccb8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0056-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0057-01-000-0.png b/origin-dex/src/assets/images/pokemon/0057-01-000-0.png new file mode 100644 index 0000000..7693b64 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0057-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0058-01-000-0.png b/origin-dex/src/assets/images/pokemon/0058-01-000-0.png new file mode 100644 index 0000000..4a0998d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0058-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0058-01-001-0.png b/origin-dex/src/assets/images/pokemon/0058-01-001-0.png new file mode 100644 index 0000000..b90342d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0058-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0058-08-001-0.png b/origin-dex/src/assets/images/pokemon/0058-08-001-0.png new file mode 100644 index 0000000..b90342d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0058-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0059-01-000-0.png b/origin-dex/src/assets/images/pokemon/0059-01-000-0.png new file mode 100644 index 0000000..83c0a22 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0059-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0059-01-001-0.png b/origin-dex/src/assets/images/pokemon/0059-01-001-0.png new file mode 100644 index 0000000..e44b359 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0059-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0059-08-001-0.png b/origin-dex/src/assets/images/pokemon/0059-08-001-0.png new file mode 100644 index 0000000..e44b359 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0059-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0060-01-000-0.png b/origin-dex/src/assets/images/pokemon/0060-01-000-0.png new file mode 100644 index 0000000..c84eba8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0060-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0061-01-000-0.png b/origin-dex/src/assets/images/pokemon/0061-01-000-0.png new file mode 100644 index 0000000..f85ef04 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0061-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0062-01-000-0.png b/origin-dex/src/assets/images/pokemon/0062-01-000-0.png new file mode 100644 index 0000000..f3c1f5d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0062-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0063-01-000-0.png b/origin-dex/src/assets/images/pokemon/0063-01-000-0.png new file mode 100644 index 0000000..22ebe98 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0063-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0064-01-000-1.png b/origin-dex/src/assets/images/pokemon/0064-01-000-1.png new file mode 100644 index 0000000..0c3e367 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0064-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0064-01-000-2.png b/origin-dex/src/assets/images/pokemon/0064-01-000-2.png new file mode 100644 index 0000000..3341366 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0064-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0065-01-000-1.png b/origin-dex/src/assets/images/pokemon/0065-01-000-1.png new file mode 100644 index 0000000..6be5f8e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0065-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0065-01-000-2.png b/origin-dex/src/assets/images/pokemon/0065-01-000-2.png new file mode 100644 index 0000000..78698bd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0065-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0065-01-001-0.png b/origin-dex/src/assets/images/pokemon/0065-01-001-0.png new file mode 100644 index 0000000..fe7eff6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0065-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0066-01-000-0.png b/origin-dex/src/assets/images/pokemon/0066-01-000-0.png new file mode 100644 index 0000000..89d3d74 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0066-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0067-01-000-0.png b/origin-dex/src/assets/images/pokemon/0067-01-000-0.png new file mode 100644 index 0000000..2cdcf1e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0067-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0068-01-000-0.png b/origin-dex/src/assets/images/pokemon/0068-01-000-0.png new file mode 100644 index 0000000..8a1989a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0068-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0068-01-001-0.png b/origin-dex/src/assets/images/pokemon/0068-01-001-0.png new file mode 100644 index 0000000..4b87ca0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0068-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0069-01-000-0.png b/origin-dex/src/assets/images/pokemon/0069-01-000-0.png new file mode 100644 index 0000000..f9f1cfc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0069-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0070-01-000-0.png b/origin-dex/src/assets/images/pokemon/0070-01-000-0.png new file mode 100644 index 0000000..4be1b46 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0070-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0071-01-000-0.png b/origin-dex/src/assets/images/pokemon/0071-01-000-0.png new file mode 100644 index 0000000..0d18336 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0071-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0072-01-000-0.png b/origin-dex/src/assets/images/pokemon/0072-01-000-0.png new file mode 100644 index 0000000..4406fb4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0072-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0073-01-000-0.png b/origin-dex/src/assets/images/pokemon/0073-01-000-0.png new file mode 100644 index 0000000..562b459 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0073-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0074-01-000-0.png b/origin-dex/src/assets/images/pokemon/0074-01-000-0.png new file mode 100644 index 0000000..18d9995 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0074-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0074-01-001-0.png b/origin-dex/src/assets/images/pokemon/0074-01-001-0.png new file mode 100644 index 0000000..5b5bcc4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0074-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0074-07-001-0.png b/origin-dex/src/assets/images/pokemon/0074-07-001-0.png new file mode 100644 index 0000000..5b5bcc4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0074-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0075-01-000-0.png b/origin-dex/src/assets/images/pokemon/0075-01-000-0.png new file mode 100644 index 0000000..7132b1e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0075-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0075-01-001-0.png b/origin-dex/src/assets/images/pokemon/0075-01-001-0.png new file mode 100644 index 0000000..b706c27 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0075-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0075-07-001-0.png b/origin-dex/src/assets/images/pokemon/0075-07-001-0.png new file mode 100644 index 0000000..b706c27 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0075-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0076-01-000-0.png b/origin-dex/src/assets/images/pokemon/0076-01-000-0.png new file mode 100644 index 0000000..70bac7c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0076-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0076-01-001-0.png b/origin-dex/src/assets/images/pokemon/0076-01-001-0.png new file mode 100644 index 0000000..1ad2409 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0076-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0076-07-001-0.png b/origin-dex/src/assets/images/pokemon/0076-07-001-0.png new file mode 100644 index 0000000..1ad2409 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0076-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0077-01-000-0.png b/origin-dex/src/assets/images/pokemon/0077-01-000-0.png new file mode 100644 index 0000000..377da4e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0077-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0077-01-001-0.png b/origin-dex/src/assets/images/pokemon/0077-01-001-0.png new file mode 100644 index 0000000..073b65f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0077-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0077-08-001-0.png b/origin-dex/src/assets/images/pokemon/0077-08-001-0.png new file mode 100644 index 0000000..073b65f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0077-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0078-01-000-0.png b/origin-dex/src/assets/images/pokemon/0078-01-000-0.png new file mode 100644 index 0000000..a05cf49 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0078-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0078-01-001-0.png b/origin-dex/src/assets/images/pokemon/0078-01-001-0.png new file mode 100644 index 0000000..05fd125 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0078-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0078-08-001-0.png b/origin-dex/src/assets/images/pokemon/0078-08-001-0.png new file mode 100644 index 0000000..05fd125 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0078-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0079-01-000-0.png b/origin-dex/src/assets/images/pokemon/0079-01-000-0.png new file mode 100644 index 0000000..10550d8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0079-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0079-01-001-0.png b/origin-dex/src/assets/images/pokemon/0079-01-001-0.png new file mode 100644 index 0000000..f21fffc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0079-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0079-08-001-0.png b/origin-dex/src/assets/images/pokemon/0079-08-001-0.png new file mode 100644 index 0000000..f21fffc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0079-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0080-01-000-0.png b/origin-dex/src/assets/images/pokemon/0080-01-000-0.png new file mode 100644 index 0000000..b192a91 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0080-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0080-01-001-0.png b/origin-dex/src/assets/images/pokemon/0080-01-001-0.png new file mode 100644 index 0000000..62f38d9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0080-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0080-01-002-0.png b/origin-dex/src/assets/images/pokemon/0080-01-002-0.png new file mode 100644 index 0000000..ce0035e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0080-01-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0080-08-001-0.png b/origin-dex/src/assets/images/pokemon/0080-08-001-0.png new file mode 100644 index 0000000..62f38d9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0080-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0081-01-000-0.png b/origin-dex/src/assets/images/pokemon/0081-01-000-0.png new file mode 100644 index 0000000..1e9a40a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0081-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0082-01-000-0.png b/origin-dex/src/assets/images/pokemon/0082-01-000-0.png new file mode 100644 index 0000000..1f4e183 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0082-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0083-01-000-0.png b/origin-dex/src/assets/images/pokemon/0083-01-000-0.png new file mode 100644 index 0000000..773c825 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0083-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0083-01-001-0.png b/origin-dex/src/assets/images/pokemon/0083-01-001-0.png new file mode 100644 index 0000000..2ddadb9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0083-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0083-08-001-0.png b/origin-dex/src/assets/images/pokemon/0083-08-001-0.png new file mode 100644 index 0000000..2ddadb9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0083-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0084-01-000-1.png b/origin-dex/src/assets/images/pokemon/0084-01-000-1.png new file mode 100644 index 0000000..827932c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0084-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0084-01-000-2.png b/origin-dex/src/assets/images/pokemon/0084-01-000-2.png new file mode 100644 index 0000000..fa80b8b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0084-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0085-01-000-1.png b/origin-dex/src/assets/images/pokemon/0085-01-000-1.png new file mode 100644 index 0000000..94b9897 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0085-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0085-01-000-2.png b/origin-dex/src/assets/images/pokemon/0085-01-000-2.png new file mode 100644 index 0000000..989c388 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0085-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0086-01-000-0.png b/origin-dex/src/assets/images/pokemon/0086-01-000-0.png new file mode 100644 index 0000000..7fcc33e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0086-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0087-01-000-0.png b/origin-dex/src/assets/images/pokemon/0087-01-000-0.png new file mode 100644 index 0000000..fccbd84 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0087-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0088-01-000-0.png b/origin-dex/src/assets/images/pokemon/0088-01-000-0.png new file mode 100644 index 0000000..308451d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0088-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0088-01-001-0.png b/origin-dex/src/assets/images/pokemon/0088-01-001-0.png new file mode 100644 index 0000000..fb1bffc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0088-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0088-07-001-0.png b/origin-dex/src/assets/images/pokemon/0088-07-001-0.png new file mode 100644 index 0000000..fb1bffc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0088-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0089-01-000-0.png b/origin-dex/src/assets/images/pokemon/0089-01-000-0.png new file mode 100644 index 0000000..07aa824 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0089-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0089-01-001-0.png b/origin-dex/src/assets/images/pokemon/0089-01-001-0.png new file mode 100644 index 0000000..3c8222f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0089-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0089-07-001-0.png b/origin-dex/src/assets/images/pokemon/0089-07-001-0.png new file mode 100644 index 0000000..3c8222f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0089-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0090-01-000-0.png b/origin-dex/src/assets/images/pokemon/0090-01-000-0.png new file mode 100644 index 0000000..9f9fddc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0090-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0091-01-000-0.png b/origin-dex/src/assets/images/pokemon/0091-01-000-0.png new file mode 100644 index 0000000..598724f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0091-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0092-01-000-0.png b/origin-dex/src/assets/images/pokemon/0092-01-000-0.png new file mode 100644 index 0000000..cbbb0a3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0092-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0093-01-000-0.png b/origin-dex/src/assets/images/pokemon/0093-01-000-0.png new file mode 100644 index 0000000..16e1c8d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0093-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0094-01-000-0.png b/origin-dex/src/assets/images/pokemon/0094-01-000-0.png new file mode 100644 index 0000000..52ac354 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0094-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0094-01-001-0.png b/origin-dex/src/assets/images/pokemon/0094-01-001-0.png new file mode 100644 index 0000000..4f33d83 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0094-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0094-01-002-0.png b/origin-dex/src/assets/images/pokemon/0094-01-002-0.png new file mode 100644 index 0000000..a36bcd6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0094-01-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0095-01-000-0.png b/origin-dex/src/assets/images/pokemon/0095-01-000-0.png new file mode 100644 index 0000000..19b9a89 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0095-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0096-01-000-0.png b/origin-dex/src/assets/images/pokemon/0096-01-000-0.png new file mode 100644 index 0000000..e748f6f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0096-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0097-01-000-1.png b/origin-dex/src/assets/images/pokemon/0097-01-000-1.png new file mode 100644 index 0000000..7a9a407 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0097-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0097-01-000-2.png b/origin-dex/src/assets/images/pokemon/0097-01-000-2.png new file mode 100644 index 0000000..c89dc3e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0097-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0098-01-000-0.png b/origin-dex/src/assets/images/pokemon/0098-01-000-0.png new file mode 100644 index 0000000..4f0f90e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0098-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0099-01-000-0.png b/origin-dex/src/assets/images/pokemon/0099-01-000-0.png new file mode 100644 index 0000000..8e5886e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0099-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0099-01-001-0.png b/origin-dex/src/assets/images/pokemon/0099-01-001-0.png new file mode 100644 index 0000000..3e5d581 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0099-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0100-01-000-0.png b/origin-dex/src/assets/images/pokemon/0100-01-000-0.png new file mode 100644 index 0000000..6de2ad2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0100-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0100-01-001-0.png b/origin-dex/src/assets/images/pokemon/0100-01-001-0.png new file mode 100644 index 0000000..bc18707 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0100-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0100-08-001-0.png b/origin-dex/src/assets/images/pokemon/0100-08-001-0.png new file mode 100644 index 0000000..bc18707 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0100-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0101-01-000-0.png b/origin-dex/src/assets/images/pokemon/0101-01-000-0.png new file mode 100644 index 0000000..839c9ae Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0101-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0101-01-001-0.png b/origin-dex/src/assets/images/pokemon/0101-01-001-0.png new file mode 100644 index 0000000..99dbec0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0101-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0101-08-001-0.png b/origin-dex/src/assets/images/pokemon/0101-08-001-0.png new file mode 100644 index 0000000..99dbec0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0101-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0102-01-000-0.png b/origin-dex/src/assets/images/pokemon/0102-01-000-0.png new file mode 100644 index 0000000..4c90823 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0102-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0103-01-000-0.png b/origin-dex/src/assets/images/pokemon/0103-01-000-0.png new file mode 100644 index 0000000..4e1c462 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0103-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0103-01-001-0.png b/origin-dex/src/assets/images/pokemon/0103-01-001-0.png new file mode 100644 index 0000000..02127d3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0103-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0103-07-001-0.png b/origin-dex/src/assets/images/pokemon/0103-07-001-0.png new file mode 100644 index 0000000..02127d3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0103-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0104-01-000-0.png b/origin-dex/src/assets/images/pokemon/0104-01-000-0.png new file mode 100644 index 0000000..8cdf903 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0104-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0105-01-000-0.png b/origin-dex/src/assets/images/pokemon/0105-01-000-0.png new file mode 100644 index 0000000..007bd39 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0105-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0105-01-001-0.png b/origin-dex/src/assets/images/pokemon/0105-01-001-0.png new file mode 100644 index 0000000..1ff0898 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0105-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0105-07-001-0.png b/origin-dex/src/assets/images/pokemon/0105-07-001-0.png new file mode 100644 index 0000000..1ff0898 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0105-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0106-01-000-0.png b/origin-dex/src/assets/images/pokemon/0106-01-000-0.png new file mode 100644 index 0000000..761c2b3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0106-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0107-01-000-0.png b/origin-dex/src/assets/images/pokemon/0107-01-000-0.png new file mode 100644 index 0000000..f701768 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0107-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0108-01-000-0.png b/origin-dex/src/assets/images/pokemon/0108-01-000-0.png new file mode 100644 index 0000000..80b5b59 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0108-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0109-01-000-0.png b/origin-dex/src/assets/images/pokemon/0109-01-000-0.png new file mode 100644 index 0000000..bbc4fc3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0109-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0110-01-000-0.png b/origin-dex/src/assets/images/pokemon/0110-01-000-0.png new file mode 100644 index 0000000..170ebe0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0110-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0110-01-001-0.png b/origin-dex/src/assets/images/pokemon/0110-01-001-0.png new file mode 100644 index 0000000..b5248f0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0110-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0110-08-001-0.png b/origin-dex/src/assets/images/pokemon/0110-08-001-0.png new file mode 100644 index 0000000..b5248f0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0110-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0111-01-000-1.png b/origin-dex/src/assets/images/pokemon/0111-01-000-1.png new file mode 100644 index 0000000..cfdde6a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0111-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0111-01-000-2.png b/origin-dex/src/assets/images/pokemon/0111-01-000-2.png new file mode 100644 index 0000000..0f59f90 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0111-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0112-01-000-1.png b/origin-dex/src/assets/images/pokemon/0112-01-000-1.png new file mode 100644 index 0000000..7f9b2cf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0112-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0112-01-000-2.png b/origin-dex/src/assets/images/pokemon/0112-01-000-2.png new file mode 100644 index 0000000..56c0b67 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0112-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0113-01-000-0.png b/origin-dex/src/assets/images/pokemon/0113-01-000-0.png new file mode 100644 index 0000000..0114f65 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0113-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0114-01-000-0.png b/origin-dex/src/assets/images/pokemon/0114-01-000-0.png new file mode 100644 index 0000000..5d5155e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0114-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0115-01-000-0.png b/origin-dex/src/assets/images/pokemon/0115-01-000-0.png new file mode 100644 index 0000000..a44b935 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0115-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0115-01-001-0.png b/origin-dex/src/assets/images/pokemon/0115-01-001-0.png new file mode 100644 index 0000000..6293ca5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0115-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0116-01-000-0.png b/origin-dex/src/assets/images/pokemon/0116-01-000-0.png new file mode 100644 index 0000000..471c763 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0116-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0117-01-000-0.png b/origin-dex/src/assets/images/pokemon/0117-01-000-0.png new file mode 100644 index 0000000..92e00d8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0117-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0118-01-000-1.png b/origin-dex/src/assets/images/pokemon/0118-01-000-1.png new file mode 100644 index 0000000..efefae0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0118-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0118-01-000-2.png b/origin-dex/src/assets/images/pokemon/0118-01-000-2.png new file mode 100644 index 0000000..c241115 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0118-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0119-01-000-1.png b/origin-dex/src/assets/images/pokemon/0119-01-000-1.png new file mode 100644 index 0000000..2e2dd20 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0119-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0119-01-000-2.png b/origin-dex/src/assets/images/pokemon/0119-01-000-2.png new file mode 100644 index 0000000..b3dfba9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0119-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0120-01-000-0.png b/origin-dex/src/assets/images/pokemon/0120-01-000-0.png new file mode 100644 index 0000000..dd64f51 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0120-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0121-01-000-0.png b/origin-dex/src/assets/images/pokemon/0121-01-000-0.png new file mode 100644 index 0000000..7c53410 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0121-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0122-01-000-0.png b/origin-dex/src/assets/images/pokemon/0122-01-000-0.png new file mode 100644 index 0000000..3defd9c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0122-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0122-01-001-0.png b/origin-dex/src/assets/images/pokemon/0122-01-001-0.png new file mode 100644 index 0000000..733b0b0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0122-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0122-08-001-0.png b/origin-dex/src/assets/images/pokemon/0122-08-001-0.png new file mode 100644 index 0000000..733b0b0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0122-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0123-01-000-1.png b/origin-dex/src/assets/images/pokemon/0123-01-000-1.png new file mode 100644 index 0000000..a0f55b1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0123-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0123-01-000-2.png b/origin-dex/src/assets/images/pokemon/0123-01-000-2.png new file mode 100644 index 0000000..94d5ba8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0123-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0124-01-000-0.png b/origin-dex/src/assets/images/pokemon/0124-01-000-0.png new file mode 100644 index 0000000..5f5eaa9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0124-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0125-01-000-0.png b/origin-dex/src/assets/images/pokemon/0125-01-000-0.png new file mode 100644 index 0000000..1bd856c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0125-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0126-01-000-0.png b/origin-dex/src/assets/images/pokemon/0126-01-000-0.png new file mode 100644 index 0000000..0cfc763 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0126-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0127-01-000-0.png b/origin-dex/src/assets/images/pokemon/0127-01-000-0.png new file mode 100644 index 0000000..cba7876 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0127-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0127-01-001-0.png b/origin-dex/src/assets/images/pokemon/0127-01-001-0.png new file mode 100644 index 0000000..be40625 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0127-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0128-01-000-0.png b/origin-dex/src/assets/images/pokemon/0128-01-000-0.png new file mode 100644 index 0000000..2c0c24f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0128-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0128-01-001-0.png b/origin-dex/src/assets/images/pokemon/0128-01-001-0.png new file mode 100644 index 0000000..ff08b6d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0128-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0128-01-002-0.png b/origin-dex/src/assets/images/pokemon/0128-01-002-0.png new file mode 100644 index 0000000..900335c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0128-01-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0128-01-003-0.png b/origin-dex/src/assets/images/pokemon/0128-01-003-0.png new file mode 100644 index 0000000..4ee198d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0128-01-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0128-09-001-0.png b/origin-dex/src/assets/images/pokemon/0128-09-001-0.png new file mode 100644 index 0000000..ff08b6d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0128-09-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0128-09-002-0.png b/origin-dex/src/assets/images/pokemon/0128-09-002-0.png new file mode 100644 index 0000000..900335c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0128-09-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0128-09-003-0.png b/origin-dex/src/assets/images/pokemon/0128-09-003-0.png new file mode 100644 index 0000000..4ee198d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0128-09-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0129-01-000-1.png b/origin-dex/src/assets/images/pokemon/0129-01-000-1.png new file mode 100644 index 0000000..92979f9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0129-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0129-01-000-2.png b/origin-dex/src/assets/images/pokemon/0129-01-000-2.png new file mode 100644 index 0000000..1a9e2a9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0129-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0130-01-000-1.png b/origin-dex/src/assets/images/pokemon/0130-01-000-1.png new file mode 100644 index 0000000..849df16 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0130-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0130-01-000-2.png b/origin-dex/src/assets/images/pokemon/0130-01-000-2.png new file mode 100644 index 0000000..5acb674 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0130-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0130-01-001-0.png b/origin-dex/src/assets/images/pokemon/0130-01-001-0.png new file mode 100644 index 0000000..7ba499c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0130-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0131-01-000-0.png b/origin-dex/src/assets/images/pokemon/0131-01-000-0.png new file mode 100644 index 0000000..9d0d1b9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0131-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0131-01-001-0.png b/origin-dex/src/assets/images/pokemon/0131-01-001-0.png new file mode 100644 index 0000000..b3d1baa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0131-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0132-01-000-0.png b/origin-dex/src/assets/images/pokemon/0132-01-000-0.png new file mode 100644 index 0000000..17aa527 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0132-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0133-01-000-1.png b/origin-dex/src/assets/images/pokemon/0133-01-000-1.png new file mode 100644 index 0000000..b4ff156 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0133-01-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0133-01-000-2.png b/origin-dex/src/assets/images/pokemon/0133-01-000-2.png new file mode 100644 index 0000000..14807aa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0133-01-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0133-01-001-0.png b/origin-dex/src/assets/images/pokemon/0133-01-001-0.png new file mode 100644 index 0000000..3d41b19 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0133-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0134-01-000-0.png b/origin-dex/src/assets/images/pokemon/0134-01-000-0.png new file mode 100644 index 0000000..9f62f52 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0134-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0135-01-000-0.png b/origin-dex/src/assets/images/pokemon/0135-01-000-0.png new file mode 100644 index 0000000..8c479d9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0135-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0136-01-000-0.png b/origin-dex/src/assets/images/pokemon/0136-01-000-0.png new file mode 100644 index 0000000..b930c09 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0136-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0137-01-000-0.png b/origin-dex/src/assets/images/pokemon/0137-01-000-0.png new file mode 100644 index 0000000..457ce75 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0137-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0138-01-000-0.png b/origin-dex/src/assets/images/pokemon/0138-01-000-0.png new file mode 100644 index 0000000..0e02ba7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0138-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0139-01-000-0.png b/origin-dex/src/assets/images/pokemon/0139-01-000-0.png new file mode 100644 index 0000000..74ba14a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0139-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0140-01-000-0.png b/origin-dex/src/assets/images/pokemon/0140-01-000-0.png new file mode 100644 index 0000000..be5b18a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0140-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0141-01-000-0.png b/origin-dex/src/assets/images/pokemon/0141-01-000-0.png new file mode 100644 index 0000000..1901553 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0141-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0142-01-000-0.png b/origin-dex/src/assets/images/pokemon/0142-01-000-0.png new file mode 100644 index 0000000..3f5c836 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0142-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0142-01-001-0.png b/origin-dex/src/assets/images/pokemon/0142-01-001-0.png new file mode 100644 index 0000000..30e9cb8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0142-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0143-01-000-0.png b/origin-dex/src/assets/images/pokemon/0143-01-000-0.png new file mode 100644 index 0000000..fa3cc5f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0143-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0143-01-001-0.png b/origin-dex/src/assets/images/pokemon/0143-01-001-0.png new file mode 100644 index 0000000..69f6860 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0143-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0144-01-000-0.png b/origin-dex/src/assets/images/pokemon/0144-01-000-0.png new file mode 100644 index 0000000..6c1f2f5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0144-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0144-01-001-0.png b/origin-dex/src/assets/images/pokemon/0144-01-001-0.png new file mode 100644 index 0000000..2f0b39b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0144-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0144-08-001-0.png b/origin-dex/src/assets/images/pokemon/0144-08-001-0.png new file mode 100644 index 0000000..2f0b39b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0144-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0145-01-000-0.png b/origin-dex/src/assets/images/pokemon/0145-01-000-0.png new file mode 100644 index 0000000..7abface Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0145-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0145-01-001-0.png b/origin-dex/src/assets/images/pokemon/0145-01-001-0.png new file mode 100644 index 0000000..7a2c2fc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0145-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0145-08-001-0.png b/origin-dex/src/assets/images/pokemon/0145-08-001-0.png new file mode 100644 index 0000000..7a2c2fc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0145-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0146-01-000-0.png b/origin-dex/src/assets/images/pokemon/0146-01-000-0.png new file mode 100644 index 0000000..8ab7bd7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0146-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0146-01-001-0.png b/origin-dex/src/assets/images/pokemon/0146-01-001-0.png new file mode 100644 index 0000000..77c155f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0146-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0146-08-001-0.png b/origin-dex/src/assets/images/pokemon/0146-08-001-0.png new file mode 100644 index 0000000..77c155f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0146-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0147-01-000-0.png b/origin-dex/src/assets/images/pokemon/0147-01-000-0.png new file mode 100644 index 0000000..25e2572 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0147-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0148-01-000-0.png b/origin-dex/src/assets/images/pokemon/0148-01-000-0.png new file mode 100644 index 0000000..cd8d18c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0148-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0149-01-000-0.png b/origin-dex/src/assets/images/pokemon/0149-01-000-0.png new file mode 100644 index 0000000..7be4d19 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0149-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0150-01-000-0.png b/origin-dex/src/assets/images/pokemon/0150-01-000-0.png new file mode 100644 index 0000000..8632117 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0150-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0150-01-001-0.png b/origin-dex/src/assets/images/pokemon/0150-01-001-0.png new file mode 100644 index 0000000..fdf11c9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0150-01-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0150-01-002-0.png b/origin-dex/src/assets/images/pokemon/0150-01-002-0.png new file mode 100644 index 0000000..2d5bbde Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0150-01-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0151-01-000-0.png b/origin-dex/src/assets/images/pokemon/0151-01-000-0.png new file mode 100644 index 0000000..f75c68f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0151-01-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0152-02-000-0.png b/origin-dex/src/assets/images/pokemon/0152-02-000-0.png new file mode 100644 index 0000000..ccf8c1b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0152-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0153-02-000-0.png b/origin-dex/src/assets/images/pokemon/0153-02-000-0.png new file mode 100644 index 0000000..ae4da44 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0153-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0154-02-000-1.png b/origin-dex/src/assets/images/pokemon/0154-02-000-1.png new file mode 100644 index 0000000..939993d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0154-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0154-02-000-2.png b/origin-dex/src/assets/images/pokemon/0154-02-000-2.png new file mode 100644 index 0000000..22d8f20 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0154-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0155-02-000-0.png b/origin-dex/src/assets/images/pokemon/0155-02-000-0.png new file mode 100644 index 0000000..a44181d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0155-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0156-02-000-0.png b/origin-dex/src/assets/images/pokemon/0156-02-000-0.png new file mode 100644 index 0000000..e920beb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0156-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0157-02-000-0.png b/origin-dex/src/assets/images/pokemon/0157-02-000-0.png new file mode 100644 index 0000000..ed2dd60 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0157-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0157-02-001-0.png b/origin-dex/src/assets/images/pokemon/0157-02-001-0.png new file mode 100644 index 0000000..5cf3ac5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0157-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0157-08-001-0.png b/origin-dex/src/assets/images/pokemon/0157-08-001-0.png new file mode 100644 index 0000000..5cf3ac5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0157-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0158-02-000-0.png b/origin-dex/src/assets/images/pokemon/0158-02-000-0.png new file mode 100644 index 0000000..b7bbe81 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0158-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0159-02-000-0.png b/origin-dex/src/assets/images/pokemon/0159-02-000-0.png new file mode 100644 index 0000000..ccef177 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0159-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0160-02-000-0.png b/origin-dex/src/assets/images/pokemon/0160-02-000-0.png new file mode 100644 index 0000000..4d7cb3a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0160-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0161-02-000-0.png b/origin-dex/src/assets/images/pokemon/0161-02-000-0.png new file mode 100644 index 0000000..3f6ca2b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0161-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0162-02-000-0.png b/origin-dex/src/assets/images/pokemon/0162-02-000-0.png new file mode 100644 index 0000000..9993101 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0162-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0163-02-000-0.png b/origin-dex/src/assets/images/pokemon/0163-02-000-0.png new file mode 100644 index 0000000..b9e6ee5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0163-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0164-02-000-0.png b/origin-dex/src/assets/images/pokemon/0164-02-000-0.png new file mode 100644 index 0000000..95ade7c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0164-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0165-02-000-1.png b/origin-dex/src/assets/images/pokemon/0165-02-000-1.png new file mode 100644 index 0000000..7050384 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0165-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0165-02-000-2.png b/origin-dex/src/assets/images/pokemon/0165-02-000-2.png new file mode 100644 index 0000000..4a98fa5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0165-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0166-02-000-1.png b/origin-dex/src/assets/images/pokemon/0166-02-000-1.png new file mode 100644 index 0000000..60e541b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0166-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0166-02-000-2.png b/origin-dex/src/assets/images/pokemon/0166-02-000-2.png new file mode 100644 index 0000000..c61a2f7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0166-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0167-02-000-0.png b/origin-dex/src/assets/images/pokemon/0167-02-000-0.png new file mode 100644 index 0000000..6b02eab Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0167-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0168-02-000-0.png b/origin-dex/src/assets/images/pokemon/0168-02-000-0.png new file mode 100644 index 0000000..3f900e7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0168-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0169-02-000-0.png b/origin-dex/src/assets/images/pokemon/0169-02-000-0.png new file mode 100644 index 0000000..3352b37 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0169-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0170-02-000-0.png b/origin-dex/src/assets/images/pokemon/0170-02-000-0.png new file mode 100644 index 0000000..7df34e9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0170-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0171-02-000-0.png b/origin-dex/src/assets/images/pokemon/0171-02-000-0.png new file mode 100644 index 0000000..9b2e1c6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0171-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0172-02-000-0.png b/origin-dex/src/assets/images/pokemon/0172-02-000-0.png new file mode 100644 index 0000000..89a9d06 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0172-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0173-02-000-0.png b/origin-dex/src/assets/images/pokemon/0173-02-000-0.png new file mode 100644 index 0000000..1aef575 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0173-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0174-02-000-0.png b/origin-dex/src/assets/images/pokemon/0174-02-000-0.png new file mode 100644 index 0000000..2ca6b54 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0174-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0175-02-000-0.png b/origin-dex/src/assets/images/pokemon/0175-02-000-0.png new file mode 100644 index 0000000..3d40b12 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0175-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0176-02-000-0.png b/origin-dex/src/assets/images/pokemon/0176-02-000-0.png new file mode 100644 index 0000000..cadcb0b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0176-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0177-02-000-0.png b/origin-dex/src/assets/images/pokemon/0177-02-000-0.png new file mode 100644 index 0000000..bacc5d0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0177-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0178-02-000-1.png b/origin-dex/src/assets/images/pokemon/0178-02-000-1.png new file mode 100644 index 0000000..53c205f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0178-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0178-02-000-2.png b/origin-dex/src/assets/images/pokemon/0178-02-000-2.png new file mode 100644 index 0000000..b8e616f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0178-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0179-02-000-0.png b/origin-dex/src/assets/images/pokemon/0179-02-000-0.png new file mode 100644 index 0000000..49ab88a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0179-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0180-02-000-0.png b/origin-dex/src/assets/images/pokemon/0180-02-000-0.png new file mode 100644 index 0000000..d768edc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0180-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0181-02-000-0.png b/origin-dex/src/assets/images/pokemon/0181-02-000-0.png new file mode 100644 index 0000000..e2b3856 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0181-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0181-02-001-0.png b/origin-dex/src/assets/images/pokemon/0181-02-001-0.png new file mode 100644 index 0000000..21334d6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0181-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0182-02-000-0.png b/origin-dex/src/assets/images/pokemon/0182-02-000-0.png new file mode 100644 index 0000000..757d8fd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0182-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0183-02-000-0.png b/origin-dex/src/assets/images/pokemon/0183-02-000-0.png new file mode 100644 index 0000000..3be8db7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0183-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0184-02-000-0.png b/origin-dex/src/assets/images/pokemon/0184-02-000-0.png new file mode 100644 index 0000000..63a7d1c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0184-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0185-02-000-1.png b/origin-dex/src/assets/images/pokemon/0185-02-000-1.png new file mode 100644 index 0000000..a2414ab Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0185-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0185-02-000-2.png b/origin-dex/src/assets/images/pokemon/0185-02-000-2.png new file mode 100644 index 0000000..704014a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0185-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0186-02-000-1.png b/origin-dex/src/assets/images/pokemon/0186-02-000-1.png new file mode 100644 index 0000000..3f7cac5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0186-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0186-02-000-2.png b/origin-dex/src/assets/images/pokemon/0186-02-000-2.png new file mode 100644 index 0000000..8e2a6ca Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0186-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0187-02-000-0.png b/origin-dex/src/assets/images/pokemon/0187-02-000-0.png new file mode 100644 index 0000000..bb23dba Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0187-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0188-02-000-0.png b/origin-dex/src/assets/images/pokemon/0188-02-000-0.png new file mode 100644 index 0000000..cfd7c15 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0188-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0189-02-000-0.png b/origin-dex/src/assets/images/pokemon/0189-02-000-0.png new file mode 100644 index 0000000..69f68cf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0189-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0190-02-000-1.png b/origin-dex/src/assets/images/pokemon/0190-02-000-1.png new file mode 100644 index 0000000..c6fb0e8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0190-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0190-02-000-2.png b/origin-dex/src/assets/images/pokemon/0190-02-000-2.png new file mode 100644 index 0000000..da4d9d3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0190-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0191-02-000-0.png b/origin-dex/src/assets/images/pokemon/0191-02-000-0.png new file mode 100644 index 0000000..6624489 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0191-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0192-02-000-0.png b/origin-dex/src/assets/images/pokemon/0192-02-000-0.png new file mode 100644 index 0000000..0aecd1b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0192-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0193-02-000-0.png b/origin-dex/src/assets/images/pokemon/0193-02-000-0.png new file mode 100644 index 0000000..d8c2256 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0193-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0194-02-000-1.png b/origin-dex/src/assets/images/pokemon/0194-02-000-1.png new file mode 100644 index 0000000..315185e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0194-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0194-02-000-2.png b/origin-dex/src/assets/images/pokemon/0194-02-000-2.png new file mode 100644 index 0000000..6c97105 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0194-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0194-02-001-0.png b/origin-dex/src/assets/images/pokemon/0194-02-001-0.png new file mode 100644 index 0000000..7beee4e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0194-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0194-09-001-0.png b/origin-dex/src/assets/images/pokemon/0194-09-001-0.png new file mode 100644 index 0000000..7beee4e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0194-09-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0195-02-000-1.png b/origin-dex/src/assets/images/pokemon/0195-02-000-1.png new file mode 100644 index 0000000..76102e8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0195-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0195-02-000-2.png b/origin-dex/src/assets/images/pokemon/0195-02-000-2.png new file mode 100644 index 0000000..ac398b8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0195-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0196-02-000-0.png b/origin-dex/src/assets/images/pokemon/0196-02-000-0.png new file mode 100644 index 0000000..9f4853f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0196-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0197-02-000-0.png b/origin-dex/src/assets/images/pokemon/0197-02-000-0.png new file mode 100644 index 0000000..2542ffb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0197-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0198-02-000-1.png b/origin-dex/src/assets/images/pokemon/0198-02-000-1.png new file mode 100644 index 0000000..f9eb726 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0198-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0198-02-000-2.png b/origin-dex/src/assets/images/pokemon/0198-02-000-2.png new file mode 100644 index 0000000..961ea55 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0198-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0199-02-000-0.png b/origin-dex/src/assets/images/pokemon/0199-02-000-0.png new file mode 100644 index 0000000..f86acd5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0199-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0199-02-001-0.png b/origin-dex/src/assets/images/pokemon/0199-02-001-0.png new file mode 100644 index 0000000..f435d0e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0199-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0199-08-001-0.png b/origin-dex/src/assets/images/pokemon/0199-08-001-0.png new file mode 100644 index 0000000..f435d0e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0199-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0200-02-000-0.png b/origin-dex/src/assets/images/pokemon/0200-02-000-0.png new file mode 100644 index 0000000..336fd46 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0200-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-001-0.png b/origin-dex/src/assets/images/pokemon/0201-02-001-0.png new file mode 100644 index 0000000..e33aec7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-002-0.png b/origin-dex/src/assets/images/pokemon/0201-02-002-0.png new file mode 100644 index 0000000..cef48d8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-003-0.png b/origin-dex/src/assets/images/pokemon/0201-02-003-0.png new file mode 100644 index 0000000..cd119b9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-004-0.png b/origin-dex/src/assets/images/pokemon/0201-02-004-0.png new file mode 100644 index 0000000..40c183a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-005-0.png b/origin-dex/src/assets/images/pokemon/0201-02-005-0.png new file mode 100644 index 0000000..997c94a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-006-0.png b/origin-dex/src/assets/images/pokemon/0201-02-006-0.png new file mode 100644 index 0000000..8cbac20 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-006-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-007-0.png b/origin-dex/src/assets/images/pokemon/0201-02-007-0.png new file mode 100644 index 0000000..dd83881 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-007-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-008-0.png b/origin-dex/src/assets/images/pokemon/0201-02-008-0.png new file mode 100644 index 0000000..2b7014c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-008-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-009-0.png b/origin-dex/src/assets/images/pokemon/0201-02-009-0.png new file mode 100644 index 0000000..6e61198 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-009-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-010-0.png b/origin-dex/src/assets/images/pokemon/0201-02-010-0.png new file mode 100644 index 0000000..1f69d68 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-010-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-011-0.png b/origin-dex/src/assets/images/pokemon/0201-02-011-0.png new file mode 100644 index 0000000..a82819b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-011-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-012-0.png b/origin-dex/src/assets/images/pokemon/0201-02-012-0.png new file mode 100644 index 0000000..9c77fbf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-012-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-013-0.png b/origin-dex/src/assets/images/pokemon/0201-02-013-0.png new file mode 100644 index 0000000..68f3676 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-013-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-014-0.png b/origin-dex/src/assets/images/pokemon/0201-02-014-0.png new file mode 100644 index 0000000..cf18361 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-014-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-015-0.png b/origin-dex/src/assets/images/pokemon/0201-02-015-0.png new file mode 100644 index 0000000..2cc71a9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-015-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-016-0.png b/origin-dex/src/assets/images/pokemon/0201-02-016-0.png new file mode 100644 index 0000000..2c02c74 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-016-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-017-0.png b/origin-dex/src/assets/images/pokemon/0201-02-017-0.png new file mode 100644 index 0000000..e6a18f2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-017-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-018-0.png b/origin-dex/src/assets/images/pokemon/0201-02-018-0.png new file mode 100644 index 0000000..2790696 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-018-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-019-0.png b/origin-dex/src/assets/images/pokemon/0201-02-019-0.png new file mode 100644 index 0000000..ee540d6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-019-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-020-0.png b/origin-dex/src/assets/images/pokemon/0201-02-020-0.png new file mode 100644 index 0000000..7c7d685 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-020-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-021-0.png b/origin-dex/src/assets/images/pokemon/0201-02-021-0.png new file mode 100644 index 0000000..c571864 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-021-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-022-0.png b/origin-dex/src/assets/images/pokemon/0201-02-022-0.png new file mode 100644 index 0000000..b6658f4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-022-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-023-0.png b/origin-dex/src/assets/images/pokemon/0201-02-023-0.png new file mode 100644 index 0000000..4b78259 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-023-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-024-0.png b/origin-dex/src/assets/images/pokemon/0201-02-024-0.png new file mode 100644 index 0000000..7f634bb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-024-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-025-0.png b/origin-dex/src/assets/images/pokemon/0201-02-025-0.png new file mode 100644 index 0000000..9ac532a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-025-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-026-0.png b/origin-dex/src/assets/images/pokemon/0201-02-026-0.png new file mode 100644 index 0000000..63427e4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-026-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-027-0.png b/origin-dex/src/assets/images/pokemon/0201-02-027-0.png new file mode 100644 index 0000000..36e69bb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-027-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0201-02-028-0.png b/origin-dex/src/assets/images/pokemon/0201-02-028-0.png new file mode 100644 index 0000000..d3871ea Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0201-02-028-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0202-02-000-1.png b/origin-dex/src/assets/images/pokemon/0202-02-000-1.png new file mode 100644 index 0000000..02635f2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0202-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0202-02-000-2.png b/origin-dex/src/assets/images/pokemon/0202-02-000-2.png new file mode 100644 index 0000000..1718cd4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0202-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0203-02-000-1.png b/origin-dex/src/assets/images/pokemon/0203-02-000-1.png new file mode 100644 index 0000000..3b030e5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0203-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0203-02-000-2.png b/origin-dex/src/assets/images/pokemon/0203-02-000-2.png new file mode 100644 index 0000000..0fa2400 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0203-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0204-02-000-0.png b/origin-dex/src/assets/images/pokemon/0204-02-000-0.png new file mode 100644 index 0000000..aff2408 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0204-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0205-02-000-0.png b/origin-dex/src/assets/images/pokemon/0205-02-000-0.png new file mode 100644 index 0000000..7e67590 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0205-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0206-02-000-0.png b/origin-dex/src/assets/images/pokemon/0206-02-000-0.png new file mode 100644 index 0000000..0cf73ac Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0206-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0207-02-000-1.png b/origin-dex/src/assets/images/pokemon/0207-02-000-1.png new file mode 100644 index 0000000..e2a9a13 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0207-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0207-02-000-2.png b/origin-dex/src/assets/images/pokemon/0207-02-000-2.png new file mode 100644 index 0000000..d3a7a0d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0207-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0208-02-000-1.png b/origin-dex/src/assets/images/pokemon/0208-02-000-1.png new file mode 100644 index 0000000..19e2a9f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0208-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0208-02-000-2.png b/origin-dex/src/assets/images/pokemon/0208-02-000-2.png new file mode 100644 index 0000000..8c2fdfb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0208-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0208-02-001-0.png b/origin-dex/src/assets/images/pokemon/0208-02-001-0.png new file mode 100644 index 0000000..3c5c881 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0208-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0209-02-000-0.png b/origin-dex/src/assets/images/pokemon/0209-02-000-0.png new file mode 100644 index 0000000..5b97504 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0209-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0210-02-000-0.png b/origin-dex/src/assets/images/pokemon/0210-02-000-0.png new file mode 100644 index 0000000..77c63d4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0210-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0211-02-000-0.png b/origin-dex/src/assets/images/pokemon/0211-02-000-0.png new file mode 100644 index 0000000..1e23e9d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0211-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0211-02-001-0.png b/origin-dex/src/assets/images/pokemon/0211-02-001-0.png new file mode 100644 index 0000000..3afd7a6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0211-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0211-08-001-0.png b/origin-dex/src/assets/images/pokemon/0211-08-001-0.png new file mode 100644 index 0000000..3afd7a6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0211-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0212-02-000-1.png b/origin-dex/src/assets/images/pokemon/0212-02-000-1.png new file mode 100644 index 0000000..96ea4e3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0212-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0212-02-000-2.png b/origin-dex/src/assets/images/pokemon/0212-02-000-2.png new file mode 100644 index 0000000..e32594c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0212-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0212-02-001-0.png b/origin-dex/src/assets/images/pokemon/0212-02-001-0.png new file mode 100644 index 0000000..950e194 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0212-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0213-02-000-0.png b/origin-dex/src/assets/images/pokemon/0213-02-000-0.png new file mode 100644 index 0000000..84688fd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0213-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0214-02-000-1.png b/origin-dex/src/assets/images/pokemon/0214-02-000-1.png new file mode 100644 index 0000000..9cf966d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0214-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0214-02-000-2.png b/origin-dex/src/assets/images/pokemon/0214-02-000-2.png new file mode 100644 index 0000000..db27925 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0214-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0214-02-001-0.png b/origin-dex/src/assets/images/pokemon/0214-02-001-0.png new file mode 100644 index 0000000..64ca5bb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0214-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0215-02-000-1.png b/origin-dex/src/assets/images/pokemon/0215-02-000-1.png new file mode 100644 index 0000000..b36a559 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0215-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0215-02-000-2.png b/origin-dex/src/assets/images/pokemon/0215-02-000-2.png new file mode 100644 index 0000000..14c49cd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0215-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0215-08-000-1.png b/origin-dex/src/assets/images/pokemon/0215-08-000-1.png new file mode 100644 index 0000000..4f0ff52 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0215-08-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0215-08-000-2.png b/origin-dex/src/assets/images/pokemon/0215-08-000-2.png new file mode 100644 index 0000000..5475338 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0215-08-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0216-02-000-0.png b/origin-dex/src/assets/images/pokemon/0216-02-000-0.png new file mode 100644 index 0000000..b335a17 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0216-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0217-02-000-1.png b/origin-dex/src/assets/images/pokemon/0217-02-000-1.png new file mode 100644 index 0000000..0a59356 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0217-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0217-02-000-2.png b/origin-dex/src/assets/images/pokemon/0217-02-000-2.png new file mode 100644 index 0000000..41844d4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0217-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0218-02-000-0.png b/origin-dex/src/assets/images/pokemon/0218-02-000-0.png new file mode 100644 index 0000000..33af6dd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0218-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0219-02-000-0.png b/origin-dex/src/assets/images/pokemon/0219-02-000-0.png new file mode 100644 index 0000000..eb88244 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0219-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0220-02-000-0.png b/origin-dex/src/assets/images/pokemon/0220-02-000-0.png new file mode 100644 index 0000000..88c7925 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0220-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0221-02-000-1.png b/origin-dex/src/assets/images/pokemon/0221-02-000-1.png new file mode 100644 index 0000000..787e764 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0221-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0221-02-000-2.png b/origin-dex/src/assets/images/pokemon/0221-02-000-2.png new file mode 100644 index 0000000..28132a9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0221-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0222-02-000-0.png b/origin-dex/src/assets/images/pokemon/0222-02-000-0.png new file mode 100644 index 0000000..63b1fd7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0222-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0222-02-001-0.png b/origin-dex/src/assets/images/pokemon/0222-02-001-0.png new file mode 100644 index 0000000..69fd3c2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0222-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0222-08-001-0.png b/origin-dex/src/assets/images/pokemon/0222-08-001-0.png new file mode 100644 index 0000000..69fd3c2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0222-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0223-02-000-0.png b/origin-dex/src/assets/images/pokemon/0223-02-000-0.png new file mode 100644 index 0000000..6d28bb1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0223-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0224-02-000-1.png b/origin-dex/src/assets/images/pokemon/0224-02-000-1.png new file mode 100644 index 0000000..f0125de Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0224-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0224-02-000-2.png b/origin-dex/src/assets/images/pokemon/0224-02-000-2.png new file mode 100644 index 0000000..12c86f7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0224-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0225-02-000-0.png b/origin-dex/src/assets/images/pokemon/0225-02-000-0.png new file mode 100644 index 0000000..4e364a7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0225-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0226-02-000-0.png b/origin-dex/src/assets/images/pokemon/0226-02-000-0.png new file mode 100644 index 0000000..9431cde Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0226-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0227-02-000-0.png b/origin-dex/src/assets/images/pokemon/0227-02-000-0.png new file mode 100644 index 0000000..786a516 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0227-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0228-02-000-0.png b/origin-dex/src/assets/images/pokemon/0228-02-000-0.png new file mode 100644 index 0000000..d302d5f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0228-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0229-02-000-1.png b/origin-dex/src/assets/images/pokemon/0229-02-000-1.png new file mode 100644 index 0000000..f921225 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0229-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0229-02-000-2.png b/origin-dex/src/assets/images/pokemon/0229-02-000-2.png new file mode 100644 index 0000000..20924c0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0229-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0229-02-001-0.png b/origin-dex/src/assets/images/pokemon/0229-02-001-0.png new file mode 100644 index 0000000..7c13ca5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0229-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0230-02-000-0.png b/origin-dex/src/assets/images/pokemon/0230-02-000-0.png new file mode 100644 index 0000000..825b178 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0230-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0231-02-000-0.png b/origin-dex/src/assets/images/pokemon/0231-02-000-0.png new file mode 100644 index 0000000..b78ac2e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0231-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0232-02-000-1.png b/origin-dex/src/assets/images/pokemon/0232-02-000-1.png new file mode 100644 index 0000000..9b2b364 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0232-02-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0232-02-000-2.png b/origin-dex/src/assets/images/pokemon/0232-02-000-2.png new file mode 100644 index 0000000..6a244a7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0232-02-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0233-02-000-0.png b/origin-dex/src/assets/images/pokemon/0233-02-000-0.png new file mode 100644 index 0000000..8ce5bf5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0233-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0234-02-000-0.png b/origin-dex/src/assets/images/pokemon/0234-02-000-0.png new file mode 100644 index 0000000..8540d49 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0234-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0235-02-000-0.png b/origin-dex/src/assets/images/pokemon/0235-02-000-0.png new file mode 100644 index 0000000..23a710b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0235-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0236-02-000-0.png b/origin-dex/src/assets/images/pokemon/0236-02-000-0.png new file mode 100644 index 0000000..5aa33c8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0236-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0237-02-000-0.png b/origin-dex/src/assets/images/pokemon/0237-02-000-0.png new file mode 100644 index 0000000..0b994a0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0237-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0238-02-000-0.png b/origin-dex/src/assets/images/pokemon/0238-02-000-0.png new file mode 100644 index 0000000..e543a7e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0238-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0239-02-000-0.png b/origin-dex/src/assets/images/pokemon/0239-02-000-0.png new file mode 100644 index 0000000..59b3fe4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0239-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0240-02-000-0.png b/origin-dex/src/assets/images/pokemon/0240-02-000-0.png new file mode 100644 index 0000000..d3d5c10 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0240-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0241-02-000-0.png b/origin-dex/src/assets/images/pokemon/0241-02-000-0.png new file mode 100644 index 0000000..27bef8d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0241-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0242-02-000-0.png b/origin-dex/src/assets/images/pokemon/0242-02-000-0.png new file mode 100644 index 0000000..a1bd930 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0242-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0243-02-000-0.png b/origin-dex/src/assets/images/pokemon/0243-02-000-0.png new file mode 100644 index 0000000..f6f67bc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0243-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0244-02-000-0.png b/origin-dex/src/assets/images/pokemon/0244-02-000-0.png new file mode 100644 index 0000000..510eaf0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0244-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0245-02-000-0.png b/origin-dex/src/assets/images/pokemon/0245-02-000-0.png new file mode 100644 index 0000000..4acdf63 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0245-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0246-02-000-0.png b/origin-dex/src/assets/images/pokemon/0246-02-000-0.png new file mode 100644 index 0000000..476e29a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0246-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0247-02-000-0.png b/origin-dex/src/assets/images/pokemon/0247-02-000-0.png new file mode 100644 index 0000000..8de09f4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0247-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0248-02-000-0.png b/origin-dex/src/assets/images/pokemon/0248-02-000-0.png new file mode 100644 index 0000000..9e66efc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0248-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0248-02-001-0.png b/origin-dex/src/assets/images/pokemon/0248-02-001-0.png new file mode 100644 index 0000000..0bb626a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0248-02-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0249-02-000-0.png b/origin-dex/src/assets/images/pokemon/0249-02-000-0.png new file mode 100644 index 0000000..0810963 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0249-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0250-02-000-0.png b/origin-dex/src/assets/images/pokemon/0250-02-000-0.png new file mode 100644 index 0000000..3152159 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0250-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0251-02-000-0.png b/origin-dex/src/assets/images/pokemon/0251-02-000-0.png new file mode 100644 index 0000000..eec3be6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0251-02-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0252-03-000-0.png b/origin-dex/src/assets/images/pokemon/0252-03-000-0.png new file mode 100644 index 0000000..89dd9f7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0252-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0253-03-000-0.png b/origin-dex/src/assets/images/pokemon/0253-03-000-0.png new file mode 100644 index 0000000..289d4b5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0253-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0254-03-000-0.png b/origin-dex/src/assets/images/pokemon/0254-03-000-0.png new file mode 100644 index 0000000..df83cea Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0254-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0254-03-001-0.png b/origin-dex/src/assets/images/pokemon/0254-03-001-0.png new file mode 100644 index 0000000..cabe528 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0254-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0255-03-000-1.png b/origin-dex/src/assets/images/pokemon/0255-03-000-1.png new file mode 100644 index 0000000..e8ed12d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0255-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0255-03-000-2.png b/origin-dex/src/assets/images/pokemon/0255-03-000-2.png new file mode 100644 index 0000000..e8ed12d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0255-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0256-03-000-1.png b/origin-dex/src/assets/images/pokemon/0256-03-000-1.png new file mode 100644 index 0000000..fc3be5b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0256-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0256-03-000-2.png b/origin-dex/src/assets/images/pokemon/0256-03-000-2.png new file mode 100644 index 0000000..3090555 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0256-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0257-03-000-1.png b/origin-dex/src/assets/images/pokemon/0257-03-000-1.png new file mode 100644 index 0000000..544b394 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0257-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0257-03-000-2.png b/origin-dex/src/assets/images/pokemon/0257-03-000-2.png new file mode 100644 index 0000000..67ab35e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0257-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0257-03-001-0.png b/origin-dex/src/assets/images/pokemon/0257-03-001-0.png new file mode 100644 index 0000000..735d78a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0257-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0258-03-000-0.png b/origin-dex/src/assets/images/pokemon/0258-03-000-0.png new file mode 100644 index 0000000..50c11d3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0258-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0259-03-000-0.png b/origin-dex/src/assets/images/pokemon/0259-03-000-0.png new file mode 100644 index 0000000..e9a2100 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0259-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0260-03-000-0.png b/origin-dex/src/assets/images/pokemon/0260-03-000-0.png new file mode 100644 index 0000000..09d9cf3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0260-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0260-03-001-0.png b/origin-dex/src/assets/images/pokemon/0260-03-001-0.png new file mode 100644 index 0000000..fa1edfc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0260-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0261-03-000-0.png b/origin-dex/src/assets/images/pokemon/0261-03-000-0.png new file mode 100644 index 0000000..e84430e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0261-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0262-03-000-0.png b/origin-dex/src/assets/images/pokemon/0262-03-000-0.png new file mode 100644 index 0000000..c0a1e7e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0262-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0263-03-000-0.png b/origin-dex/src/assets/images/pokemon/0263-03-000-0.png new file mode 100644 index 0000000..d360213 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0263-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0263-03-001-0.png b/origin-dex/src/assets/images/pokemon/0263-03-001-0.png new file mode 100644 index 0000000..8e17234 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0263-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0263-08-001-0.png b/origin-dex/src/assets/images/pokemon/0263-08-001-0.png new file mode 100644 index 0000000..8e17234 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0263-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0264-03-000-0.png b/origin-dex/src/assets/images/pokemon/0264-03-000-0.png new file mode 100644 index 0000000..c1f8d13 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0264-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0264-03-001-0.png b/origin-dex/src/assets/images/pokemon/0264-03-001-0.png new file mode 100644 index 0000000..8bf34b1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0264-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0264-08-001-0.png b/origin-dex/src/assets/images/pokemon/0264-08-001-0.png new file mode 100644 index 0000000..8bf34b1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0264-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0265-03-000-0.png b/origin-dex/src/assets/images/pokemon/0265-03-000-0.png new file mode 100644 index 0000000..29b0f7d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0265-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0266-03-000-0.png b/origin-dex/src/assets/images/pokemon/0266-03-000-0.png new file mode 100644 index 0000000..9399057 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0266-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0267-03-000-1.png b/origin-dex/src/assets/images/pokemon/0267-03-000-1.png new file mode 100644 index 0000000..5a2860a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0267-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0267-03-000-2.png b/origin-dex/src/assets/images/pokemon/0267-03-000-2.png new file mode 100644 index 0000000..1fc076f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0267-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0268-03-000-0.png b/origin-dex/src/assets/images/pokemon/0268-03-000-0.png new file mode 100644 index 0000000..fa9103c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0268-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0269-03-000-1.png b/origin-dex/src/assets/images/pokemon/0269-03-000-1.png new file mode 100644 index 0000000..1dd2f0c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0269-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0269-03-000-2.png b/origin-dex/src/assets/images/pokemon/0269-03-000-2.png new file mode 100644 index 0000000..64875bb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0269-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0270-03-000-0.png b/origin-dex/src/assets/images/pokemon/0270-03-000-0.png new file mode 100644 index 0000000..1184816 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0270-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0271-03-000-0.png b/origin-dex/src/assets/images/pokemon/0271-03-000-0.png new file mode 100644 index 0000000..3913e2e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0271-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0272-03-000-1.png b/origin-dex/src/assets/images/pokemon/0272-03-000-1.png new file mode 100644 index 0000000..3a2578b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0272-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0272-03-000-2.png b/origin-dex/src/assets/images/pokemon/0272-03-000-2.png new file mode 100644 index 0000000..80159c7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0272-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0273-03-000-0.png b/origin-dex/src/assets/images/pokemon/0273-03-000-0.png new file mode 100644 index 0000000..b9588de Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0273-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0274-03-000-1.png b/origin-dex/src/assets/images/pokemon/0274-03-000-1.png new file mode 100644 index 0000000..2cd5d1d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0274-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0274-03-000-2.png b/origin-dex/src/assets/images/pokemon/0274-03-000-2.png new file mode 100644 index 0000000..ee9d542 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0274-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0275-03-000-1.png b/origin-dex/src/assets/images/pokemon/0275-03-000-1.png new file mode 100644 index 0000000..a506775 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0275-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0275-03-000-2.png b/origin-dex/src/assets/images/pokemon/0275-03-000-2.png new file mode 100644 index 0000000..16e1054 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0275-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0276-03-000-0.png b/origin-dex/src/assets/images/pokemon/0276-03-000-0.png new file mode 100644 index 0000000..92c2d22 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0276-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0277-03-000-0.png b/origin-dex/src/assets/images/pokemon/0277-03-000-0.png new file mode 100644 index 0000000..87015fe Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0277-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0278-03-000-0.png b/origin-dex/src/assets/images/pokemon/0278-03-000-0.png new file mode 100644 index 0000000..5a1ce99 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0278-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0279-03-000-0.png b/origin-dex/src/assets/images/pokemon/0279-03-000-0.png new file mode 100644 index 0000000..420a6da Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0279-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0280-03-000-0.png b/origin-dex/src/assets/images/pokemon/0280-03-000-0.png new file mode 100644 index 0000000..a48af41 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0280-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0281-03-000-0.png b/origin-dex/src/assets/images/pokemon/0281-03-000-0.png new file mode 100644 index 0000000..5a531cc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0281-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0282-03-000-0.png b/origin-dex/src/assets/images/pokemon/0282-03-000-0.png new file mode 100644 index 0000000..0b86e2f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0282-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0282-03-001-0.png b/origin-dex/src/assets/images/pokemon/0282-03-001-0.png new file mode 100644 index 0000000..faf8c32 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0282-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0283-03-000-0.png b/origin-dex/src/assets/images/pokemon/0283-03-000-0.png new file mode 100644 index 0000000..fb7cb46 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0283-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0284-03-000-0.png b/origin-dex/src/assets/images/pokemon/0284-03-000-0.png new file mode 100644 index 0000000..74bf36c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0284-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0285-03-000-0.png b/origin-dex/src/assets/images/pokemon/0285-03-000-0.png new file mode 100644 index 0000000..5bcd455 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0285-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0286-03-000-0.png b/origin-dex/src/assets/images/pokemon/0286-03-000-0.png new file mode 100644 index 0000000..60387e1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0286-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0287-03-000-0.png b/origin-dex/src/assets/images/pokemon/0287-03-000-0.png new file mode 100644 index 0000000..59c12dc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0287-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0288-03-000-0.png b/origin-dex/src/assets/images/pokemon/0288-03-000-0.png new file mode 100644 index 0000000..c619cf9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0288-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0289-03-000-0.png b/origin-dex/src/assets/images/pokemon/0289-03-000-0.png new file mode 100644 index 0000000..80144a8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0289-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0290-03-000-0.png b/origin-dex/src/assets/images/pokemon/0290-03-000-0.png new file mode 100644 index 0000000..ee349cf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0290-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0291-03-000-0.png b/origin-dex/src/assets/images/pokemon/0291-03-000-0.png new file mode 100644 index 0000000..f7528f5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0291-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0292-03-000-0.png b/origin-dex/src/assets/images/pokemon/0292-03-000-0.png new file mode 100644 index 0000000..6cd01e1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0292-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0293-03-000-0.png b/origin-dex/src/assets/images/pokemon/0293-03-000-0.png new file mode 100644 index 0000000..f2ed1a4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0293-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0294-03-000-0.png b/origin-dex/src/assets/images/pokemon/0294-03-000-0.png new file mode 100644 index 0000000..2a70439 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0294-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0295-03-000-0.png b/origin-dex/src/assets/images/pokemon/0295-03-000-0.png new file mode 100644 index 0000000..b3bfad1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0295-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0296-03-000-0.png b/origin-dex/src/assets/images/pokemon/0296-03-000-0.png new file mode 100644 index 0000000..ba897e6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0296-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0297-03-000-0.png b/origin-dex/src/assets/images/pokemon/0297-03-000-0.png new file mode 100644 index 0000000..8238058 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0297-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0298-03-000-0.png b/origin-dex/src/assets/images/pokemon/0298-03-000-0.png new file mode 100644 index 0000000..e9a7aca Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0298-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0299-03-000-0.png b/origin-dex/src/assets/images/pokemon/0299-03-000-0.png new file mode 100644 index 0000000..53aa8a7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0299-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0300-03-000-0.png b/origin-dex/src/assets/images/pokemon/0300-03-000-0.png new file mode 100644 index 0000000..818e494 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0300-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0301-03-000-0.png b/origin-dex/src/assets/images/pokemon/0301-03-000-0.png new file mode 100644 index 0000000..e8b6ddc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0301-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0302-03-000-0.png b/origin-dex/src/assets/images/pokemon/0302-03-000-0.png new file mode 100644 index 0000000..3699325 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0302-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0302-03-001-0.png b/origin-dex/src/assets/images/pokemon/0302-03-001-0.png new file mode 100644 index 0000000..37719fb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0302-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0303-03-000-0.png b/origin-dex/src/assets/images/pokemon/0303-03-000-0.png new file mode 100644 index 0000000..8c8ca8f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0303-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0303-03-001-0.png b/origin-dex/src/assets/images/pokemon/0303-03-001-0.png new file mode 100644 index 0000000..e36a1a9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0303-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0304-03-000-0.png b/origin-dex/src/assets/images/pokemon/0304-03-000-0.png new file mode 100644 index 0000000..84852f6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0304-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0305-03-000-0.png b/origin-dex/src/assets/images/pokemon/0305-03-000-0.png new file mode 100644 index 0000000..65cab7a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0305-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0306-03-000-0.png b/origin-dex/src/assets/images/pokemon/0306-03-000-0.png new file mode 100644 index 0000000..95040ad Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0306-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0306-03-001-0.png b/origin-dex/src/assets/images/pokemon/0306-03-001-0.png new file mode 100644 index 0000000..5f694a3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0306-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0307-03-000-1.png b/origin-dex/src/assets/images/pokemon/0307-03-000-1.png new file mode 100644 index 0000000..ed86c86 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0307-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0307-03-000-2.png b/origin-dex/src/assets/images/pokemon/0307-03-000-2.png new file mode 100644 index 0000000..d81522e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0307-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0308-03-000-1.png b/origin-dex/src/assets/images/pokemon/0308-03-000-1.png new file mode 100644 index 0000000..0d8ddbb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0308-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0308-03-000-2.png b/origin-dex/src/assets/images/pokemon/0308-03-000-2.png new file mode 100644 index 0000000..639bfec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0308-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0308-03-001-0.png b/origin-dex/src/assets/images/pokemon/0308-03-001-0.png new file mode 100644 index 0000000..f4b0db4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0308-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0309-03-000-0.png b/origin-dex/src/assets/images/pokemon/0309-03-000-0.png new file mode 100644 index 0000000..a16a872 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0309-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0310-03-000-0.png b/origin-dex/src/assets/images/pokemon/0310-03-000-0.png new file mode 100644 index 0000000..02489a0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0310-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0310-03-001-0.png b/origin-dex/src/assets/images/pokemon/0310-03-001-0.png new file mode 100644 index 0000000..c56fe0e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0310-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0311-03-000-0.png b/origin-dex/src/assets/images/pokemon/0311-03-000-0.png new file mode 100644 index 0000000..63a3fc1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0311-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0312-03-000-0.png b/origin-dex/src/assets/images/pokemon/0312-03-000-0.png new file mode 100644 index 0000000..6be00b3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0312-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0313-03-000-0.png b/origin-dex/src/assets/images/pokemon/0313-03-000-0.png new file mode 100644 index 0000000..721bd98 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0313-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0314-03-000-0.png b/origin-dex/src/assets/images/pokemon/0314-03-000-0.png new file mode 100644 index 0000000..a0c59a0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0314-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0315-03-000-1.png b/origin-dex/src/assets/images/pokemon/0315-03-000-1.png new file mode 100644 index 0000000..5de7368 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0315-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0315-03-000-2.png b/origin-dex/src/assets/images/pokemon/0315-03-000-2.png new file mode 100644 index 0000000..3d545fa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0315-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0316-03-000-1.png b/origin-dex/src/assets/images/pokemon/0316-03-000-1.png new file mode 100644 index 0000000..cdcff4d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0316-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0316-03-000-2.png b/origin-dex/src/assets/images/pokemon/0316-03-000-2.png new file mode 100644 index 0000000..44ae40f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0316-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0317-03-000-1.png b/origin-dex/src/assets/images/pokemon/0317-03-000-1.png new file mode 100644 index 0000000..0068b49 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0317-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0317-03-000-2.png b/origin-dex/src/assets/images/pokemon/0317-03-000-2.png new file mode 100644 index 0000000..a6bc405 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0317-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0318-03-000-0.png b/origin-dex/src/assets/images/pokemon/0318-03-000-0.png new file mode 100644 index 0000000..82422f5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0318-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0319-03-000-0.png b/origin-dex/src/assets/images/pokemon/0319-03-000-0.png new file mode 100644 index 0000000..b0dd44c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0319-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0319-03-001-0.png b/origin-dex/src/assets/images/pokemon/0319-03-001-0.png new file mode 100644 index 0000000..822c281 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0319-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0320-03-000-0.png b/origin-dex/src/assets/images/pokemon/0320-03-000-0.png new file mode 100644 index 0000000..dc43a3e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0320-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0321-03-000-0.png b/origin-dex/src/assets/images/pokemon/0321-03-000-0.png new file mode 100644 index 0000000..46ef2e7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0321-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0322-03-000-1.png b/origin-dex/src/assets/images/pokemon/0322-03-000-1.png new file mode 100644 index 0000000..bac94d7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0322-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0322-03-000-2.png b/origin-dex/src/assets/images/pokemon/0322-03-000-2.png new file mode 100644 index 0000000..c18fbec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0322-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0323-03-000-1.png b/origin-dex/src/assets/images/pokemon/0323-03-000-1.png new file mode 100644 index 0000000..adac7c6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0323-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0323-03-000-2.png b/origin-dex/src/assets/images/pokemon/0323-03-000-2.png new file mode 100644 index 0000000..b520735 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0323-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0323-03-001-0.png b/origin-dex/src/assets/images/pokemon/0323-03-001-0.png new file mode 100644 index 0000000..99a5e15 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0323-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0324-03-000-0.png b/origin-dex/src/assets/images/pokemon/0324-03-000-0.png new file mode 100644 index 0000000..0ff32e1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0324-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0325-03-000-0.png b/origin-dex/src/assets/images/pokemon/0325-03-000-0.png new file mode 100644 index 0000000..0495b42 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0325-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0326-03-000-0.png b/origin-dex/src/assets/images/pokemon/0326-03-000-0.png new file mode 100644 index 0000000..d47b51b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0326-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0327-03-000-0.png b/origin-dex/src/assets/images/pokemon/0327-03-000-0.png new file mode 100644 index 0000000..5607d1a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0327-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0328-03-000-0.png b/origin-dex/src/assets/images/pokemon/0328-03-000-0.png new file mode 100644 index 0000000..776ce8f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0328-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0329-03-000-0.png b/origin-dex/src/assets/images/pokemon/0329-03-000-0.png new file mode 100644 index 0000000..9efe3aa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0329-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0330-03-000-0.png b/origin-dex/src/assets/images/pokemon/0330-03-000-0.png new file mode 100644 index 0000000..3eb5415 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0330-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0331-03-000-0.png b/origin-dex/src/assets/images/pokemon/0331-03-000-0.png new file mode 100644 index 0000000..08510f6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0331-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0332-03-000-1.png b/origin-dex/src/assets/images/pokemon/0332-03-000-1.png new file mode 100644 index 0000000..9ad1597 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0332-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0332-03-000-2.png b/origin-dex/src/assets/images/pokemon/0332-03-000-2.png new file mode 100644 index 0000000..fb0ef80 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0332-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0333-03-000-0.png b/origin-dex/src/assets/images/pokemon/0333-03-000-0.png new file mode 100644 index 0000000..3271cc4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0333-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0334-03-000-0.png b/origin-dex/src/assets/images/pokemon/0334-03-000-0.png new file mode 100644 index 0000000..e77cdb9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0334-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0334-03-001-0.png b/origin-dex/src/assets/images/pokemon/0334-03-001-0.png new file mode 100644 index 0000000..d465135 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0334-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0335-03-000-0.png b/origin-dex/src/assets/images/pokemon/0335-03-000-0.png new file mode 100644 index 0000000..f3b4c54 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0335-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0336-03-000-0.png b/origin-dex/src/assets/images/pokemon/0336-03-000-0.png new file mode 100644 index 0000000..3ddd317 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0336-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0337-03-000-0.png b/origin-dex/src/assets/images/pokemon/0337-03-000-0.png new file mode 100644 index 0000000..c48e112 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0337-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0338-03-000-0.png b/origin-dex/src/assets/images/pokemon/0338-03-000-0.png new file mode 100644 index 0000000..d5d82dd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0338-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0339-03-000-0.png b/origin-dex/src/assets/images/pokemon/0339-03-000-0.png new file mode 100644 index 0000000..4b35901 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0339-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0340-03-000-0.png b/origin-dex/src/assets/images/pokemon/0340-03-000-0.png new file mode 100644 index 0000000..94bfc86 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0340-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0341-03-000-0.png b/origin-dex/src/assets/images/pokemon/0341-03-000-0.png new file mode 100644 index 0000000..75f057e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0341-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0342-03-000-0.png b/origin-dex/src/assets/images/pokemon/0342-03-000-0.png new file mode 100644 index 0000000..4f7c609 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0342-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0343-03-000-0.png b/origin-dex/src/assets/images/pokemon/0343-03-000-0.png new file mode 100644 index 0000000..fb30e14 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0343-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0344-03-000-0.png b/origin-dex/src/assets/images/pokemon/0344-03-000-0.png new file mode 100644 index 0000000..8a72efd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0344-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0345-03-000-0.png b/origin-dex/src/assets/images/pokemon/0345-03-000-0.png new file mode 100644 index 0000000..9e051cc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0345-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0346-03-000-0.png b/origin-dex/src/assets/images/pokemon/0346-03-000-0.png new file mode 100644 index 0000000..c855a29 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0346-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0347-03-000-0.png b/origin-dex/src/assets/images/pokemon/0347-03-000-0.png new file mode 100644 index 0000000..bfb339c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0347-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0348-03-000-0.png b/origin-dex/src/assets/images/pokemon/0348-03-000-0.png new file mode 100644 index 0000000..c77adab Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0348-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0349-03-000-0.png b/origin-dex/src/assets/images/pokemon/0349-03-000-0.png new file mode 100644 index 0000000..0b600b4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0349-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0350-03-000-1.png b/origin-dex/src/assets/images/pokemon/0350-03-000-1.png new file mode 100644 index 0000000..466237d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0350-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0350-03-000-2.png b/origin-dex/src/assets/images/pokemon/0350-03-000-2.png new file mode 100644 index 0000000..f4a417b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0350-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0351-03-000-0.png b/origin-dex/src/assets/images/pokemon/0351-03-000-0.png new file mode 100644 index 0000000..c501198 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0351-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0351-03-001-0.png b/origin-dex/src/assets/images/pokemon/0351-03-001-0.png new file mode 100644 index 0000000..b5785e8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0351-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0351-03-002-0.png b/origin-dex/src/assets/images/pokemon/0351-03-002-0.png new file mode 100644 index 0000000..79bc9d6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0351-03-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0351-03-003-0.png b/origin-dex/src/assets/images/pokemon/0351-03-003-0.png new file mode 100644 index 0000000..edcb4ca Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0351-03-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0352-03-000-0.png b/origin-dex/src/assets/images/pokemon/0352-03-000-0.png new file mode 100644 index 0000000..7381d12 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0352-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0353-03-000-0.png b/origin-dex/src/assets/images/pokemon/0353-03-000-0.png new file mode 100644 index 0000000..dff3f18 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0353-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0354-03-000-0.png b/origin-dex/src/assets/images/pokemon/0354-03-000-0.png new file mode 100644 index 0000000..cb67e35 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0354-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0354-03-001-0.png b/origin-dex/src/assets/images/pokemon/0354-03-001-0.png new file mode 100644 index 0000000..bb8744a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0354-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0355-03-000-0.png b/origin-dex/src/assets/images/pokemon/0355-03-000-0.png new file mode 100644 index 0000000..8ef2c4b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0355-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0356-03-000-0.png b/origin-dex/src/assets/images/pokemon/0356-03-000-0.png new file mode 100644 index 0000000..e67c061 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0356-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0357-03-000-0.png b/origin-dex/src/assets/images/pokemon/0357-03-000-0.png new file mode 100644 index 0000000..07d2371 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0357-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0358-03-000-0.png b/origin-dex/src/assets/images/pokemon/0358-03-000-0.png new file mode 100644 index 0000000..e6f638a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0358-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0359-03-000-0.png b/origin-dex/src/assets/images/pokemon/0359-03-000-0.png new file mode 100644 index 0000000..4136078 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0359-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0359-03-001-0.png b/origin-dex/src/assets/images/pokemon/0359-03-001-0.png new file mode 100644 index 0000000..62d3e6e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0359-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0360-03-000-0.png b/origin-dex/src/assets/images/pokemon/0360-03-000-0.png new file mode 100644 index 0000000..afaec9e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0360-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0361-03-000-0.png b/origin-dex/src/assets/images/pokemon/0361-03-000-0.png new file mode 100644 index 0000000..a2bf0f2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0361-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0362-03-000-0.png b/origin-dex/src/assets/images/pokemon/0362-03-000-0.png new file mode 100644 index 0000000..2783ca3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0362-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0362-03-001-0.png b/origin-dex/src/assets/images/pokemon/0362-03-001-0.png new file mode 100644 index 0000000..c0276ea Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0362-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0363-03-000-0.png b/origin-dex/src/assets/images/pokemon/0363-03-000-0.png new file mode 100644 index 0000000..715f0d4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0363-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0364-03-000-0.png b/origin-dex/src/assets/images/pokemon/0364-03-000-0.png new file mode 100644 index 0000000..5ca5a89 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0364-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0365-03-000-0.png b/origin-dex/src/assets/images/pokemon/0365-03-000-0.png new file mode 100644 index 0000000..046791f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0365-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0366-03-000-0.png b/origin-dex/src/assets/images/pokemon/0366-03-000-0.png new file mode 100644 index 0000000..548f19d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0366-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0367-03-000-0.png b/origin-dex/src/assets/images/pokemon/0367-03-000-0.png new file mode 100644 index 0000000..364fe2f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0367-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0368-03-000-0.png b/origin-dex/src/assets/images/pokemon/0368-03-000-0.png new file mode 100644 index 0000000..d96b7c5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0368-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0369-03-000-1.png b/origin-dex/src/assets/images/pokemon/0369-03-000-1.png new file mode 100644 index 0000000..1b189df Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0369-03-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0369-03-000-2.png b/origin-dex/src/assets/images/pokemon/0369-03-000-2.png new file mode 100644 index 0000000..cc79901 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0369-03-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0370-03-000-0.png b/origin-dex/src/assets/images/pokemon/0370-03-000-0.png new file mode 100644 index 0000000..2e6045e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0370-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0371-03-000-0.png b/origin-dex/src/assets/images/pokemon/0371-03-000-0.png new file mode 100644 index 0000000..69a738f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0371-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0372-03-000-0.png b/origin-dex/src/assets/images/pokemon/0372-03-000-0.png new file mode 100644 index 0000000..8d8173c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0372-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0373-03-000-0.png b/origin-dex/src/assets/images/pokemon/0373-03-000-0.png new file mode 100644 index 0000000..3e66ecf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0373-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0373-03-001-0.png b/origin-dex/src/assets/images/pokemon/0373-03-001-0.png new file mode 100644 index 0000000..4aeccd9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0373-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0374-03-000-0.png b/origin-dex/src/assets/images/pokemon/0374-03-000-0.png new file mode 100644 index 0000000..6f547bc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0374-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0375-03-000-0.png b/origin-dex/src/assets/images/pokemon/0375-03-000-0.png new file mode 100644 index 0000000..409b14f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0375-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0376-03-000-0.png b/origin-dex/src/assets/images/pokemon/0376-03-000-0.png new file mode 100644 index 0000000..0abd2f2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0376-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0376-03-001-0.png b/origin-dex/src/assets/images/pokemon/0376-03-001-0.png new file mode 100644 index 0000000..3635fad Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0376-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0377-03-000-0.png b/origin-dex/src/assets/images/pokemon/0377-03-000-0.png new file mode 100644 index 0000000..f8413d3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0377-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0378-03-000-0.png b/origin-dex/src/assets/images/pokemon/0378-03-000-0.png new file mode 100644 index 0000000..21111cb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0378-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0379-03-000-0.png b/origin-dex/src/assets/images/pokemon/0379-03-000-0.png new file mode 100644 index 0000000..03b278c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0379-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0380-03-000-0.png b/origin-dex/src/assets/images/pokemon/0380-03-000-0.png new file mode 100644 index 0000000..3188b22 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0380-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0380-03-001-0.png b/origin-dex/src/assets/images/pokemon/0380-03-001-0.png new file mode 100644 index 0000000..14dd488 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0380-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0381-03-000-0.png b/origin-dex/src/assets/images/pokemon/0381-03-000-0.png new file mode 100644 index 0000000..94feb44 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0381-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0381-03-001-0.png b/origin-dex/src/assets/images/pokemon/0381-03-001-0.png new file mode 100644 index 0000000..ccb81f2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0381-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0382-03-000-0.png b/origin-dex/src/assets/images/pokemon/0382-03-000-0.png new file mode 100644 index 0000000..8cbf65a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0382-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0382-03-001-0.png b/origin-dex/src/assets/images/pokemon/0382-03-001-0.png new file mode 100644 index 0000000..6ad472a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0382-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0383-03-000-0.png b/origin-dex/src/assets/images/pokemon/0383-03-000-0.png new file mode 100644 index 0000000..3b5dd9d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0383-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0383-03-001-0.png b/origin-dex/src/assets/images/pokemon/0383-03-001-0.png new file mode 100644 index 0000000..b759356 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0383-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0384-03-000-0.png b/origin-dex/src/assets/images/pokemon/0384-03-000-0.png new file mode 100644 index 0000000..64d7e78 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0384-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0384-03-001-0.png b/origin-dex/src/assets/images/pokemon/0384-03-001-0.png new file mode 100644 index 0000000..7c81180 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0384-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0385-03-000-0.png b/origin-dex/src/assets/images/pokemon/0385-03-000-0.png new file mode 100644 index 0000000..a0add3e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0385-03-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0386-03-001-0.png b/origin-dex/src/assets/images/pokemon/0386-03-001-0.png new file mode 100644 index 0000000..bd6516c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0386-03-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0386-03-002-0.png b/origin-dex/src/assets/images/pokemon/0386-03-002-0.png new file mode 100644 index 0000000..ca88c17 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0386-03-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0386-03-003-0.png b/origin-dex/src/assets/images/pokemon/0386-03-003-0.png new file mode 100644 index 0000000..fedd1e6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0386-03-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0386-03-004-0.png b/origin-dex/src/assets/images/pokemon/0386-03-004-0.png new file mode 100644 index 0000000..cb9630f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0386-03-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0387-04-000-0.png b/origin-dex/src/assets/images/pokemon/0387-04-000-0.png new file mode 100644 index 0000000..c59ba99 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0387-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0388-04-000-0.png b/origin-dex/src/assets/images/pokemon/0388-04-000-0.png new file mode 100644 index 0000000..abaec17 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0388-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0389-04-000-0.png b/origin-dex/src/assets/images/pokemon/0389-04-000-0.png new file mode 100644 index 0000000..0907ff5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0389-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0390-04-000-0.png b/origin-dex/src/assets/images/pokemon/0390-04-000-0.png new file mode 100644 index 0000000..42c1215 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0390-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0391-04-000-0.png b/origin-dex/src/assets/images/pokemon/0391-04-000-0.png new file mode 100644 index 0000000..4118926 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0391-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0392-04-000-0.png b/origin-dex/src/assets/images/pokemon/0392-04-000-0.png new file mode 100644 index 0000000..5e066dc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0392-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0393-04-000-0.png b/origin-dex/src/assets/images/pokemon/0393-04-000-0.png new file mode 100644 index 0000000..a9d2f78 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0393-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0394-04-000-0.png b/origin-dex/src/assets/images/pokemon/0394-04-000-0.png new file mode 100644 index 0000000..dfde6d3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0394-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0395-04-000-0.png b/origin-dex/src/assets/images/pokemon/0395-04-000-0.png new file mode 100644 index 0000000..e781ba2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0395-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0396-04-000-1.png b/origin-dex/src/assets/images/pokemon/0396-04-000-1.png new file mode 100644 index 0000000..f49bb75 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0396-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0396-04-000-2.png b/origin-dex/src/assets/images/pokemon/0396-04-000-2.png new file mode 100644 index 0000000..bc99ba5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0396-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0397-04-000-1.png b/origin-dex/src/assets/images/pokemon/0397-04-000-1.png new file mode 100644 index 0000000..ba2ccdd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0397-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0397-04-000-2.png b/origin-dex/src/assets/images/pokemon/0397-04-000-2.png new file mode 100644 index 0000000..4b61731 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0397-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0398-04-000-1.png b/origin-dex/src/assets/images/pokemon/0398-04-000-1.png new file mode 100644 index 0000000..b613f42 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0398-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0398-04-000-2.png b/origin-dex/src/assets/images/pokemon/0398-04-000-2.png new file mode 100644 index 0000000..a2ffb77 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0398-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0399-04-000-1.png b/origin-dex/src/assets/images/pokemon/0399-04-000-1.png new file mode 100644 index 0000000..a752179 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0399-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0399-04-000-2.png b/origin-dex/src/assets/images/pokemon/0399-04-000-2.png new file mode 100644 index 0000000..b2460d9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0399-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0400-04-000-1.png b/origin-dex/src/assets/images/pokemon/0400-04-000-1.png new file mode 100644 index 0000000..5838c79 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0400-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0400-04-000-2.png b/origin-dex/src/assets/images/pokemon/0400-04-000-2.png new file mode 100644 index 0000000..90c01df Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0400-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0401-04-000-1.png b/origin-dex/src/assets/images/pokemon/0401-04-000-1.png new file mode 100644 index 0000000..e19ffbf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0401-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0401-04-000-2.png b/origin-dex/src/assets/images/pokemon/0401-04-000-2.png new file mode 100644 index 0000000..2d83f44 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0401-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0402-04-000-1.png b/origin-dex/src/assets/images/pokemon/0402-04-000-1.png new file mode 100644 index 0000000..fc0f5a1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0402-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0402-04-000-2.png b/origin-dex/src/assets/images/pokemon/0402-04-000-2.png new file mode 100644 index 0000000..c379fda Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0402-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0403-04-000-1.png b/origin-dex/src/assets/images/pokemon/0403-04-000-1.png new file mode 100644 index 0000000..4250829 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0403-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0403-04-000-2.png b/origin-dex/src/assets/images/pokemon/0403-04-000-2.png new file mode 100644 index 0000000..9fdfa47 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0403-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0404-04-000-1.png b/origin-dex/src/assets/images/pokemon/0404-04-000-1.png new file mode 100644 index 0000000..34f31d5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0404-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0404-04-000-2.png b/origin-dex/src/assets/images/pokemon/0404-04-000-2.png new file mode 100644 index 0000000..7039ca9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0404-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0405-04-000-1.png b/origin-dex/src/assets/images/pokemon/0405-04-000-1.png new file mode 100644 index 0000000..51a4d15 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0405-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0405-04-000-2.png b/origin-dex/src/assets/images/pokemon/0405-04-000-2.png new file mode 100644 index 0000000..09075b6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0405-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0406-04-000-0.png b/origin-dex/src/assets/images/pokemon/0406-04-000-0.png new file mode 100644 index 0000000..6ae4773 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0406-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0407-04-000-1.png b/origin-dex/src/assets/images/pokemon/0407-04-000-1.png new file mode 100644 index 0000000..a21e3b6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0407-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0407-04-000-2.png b/origin-dex/src/assets/images/pokemon/0407-04-000-2.png new file mode 100644 index 0000000..b4d6c14 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0407-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0408-04-000-0.png b/origin-dex/src/assets/images/pokemon/0408-04-000-0.png new file mode 100644 index 0000000..1f26a44 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0408-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0409-04-000-0.png b/origin-dex/src/assets/images/pokemon/0409-04-000-0.png new file mode 100644 index 0000000..7ff7b06 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0409-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0410-04-000-0.png b/origin-dex/src/assets/images/pokemon/0410-04-000-0.png new file mode 100644 index 0000000..52dba62 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0410-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0411-04-000-0.png b/origin-dex/src/assets/images/pokemon/0411-04-000-0.png new file mode 100644 index 0000000..497e1d8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0411-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0412-04-001-0.png b/origin-dex/src/assets/images/pokemon/0412-04-001-0.png new file mode 100644 index 0000000..868d2ed Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0412-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0412-04-002-0.png b/origin-dex/src/assets/images/pokemon/0412-04-002-0.png new file mode 100644 index 0000000..a0a412a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0412-04-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0412-04-003-0.png b/origin-dex/src/assets/images/pokemon/0412-04-003-0.png new file mode 100644 index 0000000..9c1b53d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0412-04-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0413-04-001-0.png b/origin-dex/src/assets/images/pokemon/0413-04-001-0.png new file mode 100644 index 0000000..c855710 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0413-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0413-04-002-0.png b/origin-dex/src/assets/images/pokemon/0413-04-002-0.png new file mode 100644 index 0000000..fe4a396 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0413-04-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0413-04-003-0.png b/origin-dex/src/assets/images/pokemon/0413-04-003-0.png new file mode 100644 index 0000000..a19cd5a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0413-04-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0414-04-000-0.png b/origin-dex/src/assets/images/pokemon/0414-04-000-0.png new file mode 100644 index 0000000..50b4bd8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0414-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0415-04-000-1.png b/origin-dex/src/assets/images/pokemon/0415-04-000-1.png new file mode 100644 index 0000000..c2aa9d6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0415-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0415-04-000-2.png b/origin-dex/src/assets/images/pokemon/0415-04-000-2.png new file mode 100644 index 0000000..cccd93b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0415-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0416-04-000-0.png b/origin-dex/src/assets/images/pokemon/0416-04-000-0.png new file mode 100644 index 0000000..01b78c2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0416-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0417-04-000-1.png b/origin-dex/src/assets/images/pokemon/0417-04-000-1.png new file mode 100644 index 0000000..55b3d15 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0417-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0417-04-000-2.png b/origin-dex/src/assets/images/pokemon/0417-04-000-2.png new file mode 100644 index 0000000..a4c3615 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0417-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0418-04-000-1.png b/origin-dex/src/assets/images/pokemon/0418-04-000-1.png new file mode 100644 index 0000000..4229c3d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0418-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0418-04-000-2.png b/origin-dex/src/assets/images/pokemon/0418-04-000-2.png new file mode 100644 index 0000000..518e9f4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0418-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0419-04-000-1.png b/origin-dex/src/assets/images/pokemon/0419-04-000-1.png new file mode 100644 index 0000000..405969f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0419-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0419-04-000-2.png b/origin-dex/src/assets/images/pokemon/0419-04-000-2.png new file mode 100644 index 0000000..e38bf2b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0419-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0420-04-000-0.png b/origin-dex/src/assets/images/pokemon/0420-04-000-0.png new file mode 100644 index 0000000..89e36ca Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0420-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0421-04-001-0.png b/origin-dex/src/assets/images/pokemon/0421-04-001-0.png new file mode 100644 index 0000000..0adadb8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0421-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0421-04-002-0.png b/origin-dex/src/assets/images/pokemon/0421-04-002-0.png new file mode 100644 index 0000000..6f7afe6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0421-04-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0422-04-001-0.png b/origin-dex/src/assets/images/pokemon/0422-04-001-0.png new file mode 100644 index 0000000..6eac471 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0422-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0422-04-002-0.png b/origin-dex/src/assets/images/pokemon/0422-04-002-0.png new file mode 100644 index 0000000..7d540cf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0422-04-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0423-04-001-0.png b/origin-dex/src/assets/images/pokemon/0423-04-001-0.png new file mode 100644 index 0000000..b510ce9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0423-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0423-04-002-0.png b/origin-dex/src/assets/images/pokemon/0423-04-002-0.png new file mode 100644 index 0000000..b0d200d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0423-04-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0424-04-000-1.png b/origin-dex/src/assets/images/pokemon/0424-04-000-1.png new file mode 100644 index 0000000..ceb710e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0424-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0424-04-000-2.png b/origin-dex/src/assets/images/pokemon/0424-04-000-2.png new file mode 100644 index 0000000..ee68836 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0424-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0425-04-000-0.png b/origin-dex/src/assets/images/pokemon/0425-04-000-0.png new file mode 100644 index 0000000..956234a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0425-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0426-04-000-0.png b/origin-dex/src/assets/images/pokemon/0426-04-000-0.png new file mode 100644 index 0000000..b897612 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0426-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0427-04-000-0.png b/origin-dex/src/assets/images/pokemon/0427-04-000-0.png new file mode 100644 index 0000000..10bc6ae Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0427-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0428-04-000-0.png b/origin-dex/src/assets/images/pokemon/0428-04-000-0.png new file mode 100644 index 0000000..f4e7acf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0428-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0428-04-001-0.png b/origin-dex/src/assets/images/pokemon/0428-04-001-0.png new file mode 100644 index 0000000..d8b71a3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0428-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0429-04-000-0.png b/origin-dex/src/assets/images/pokemon/0429-04-000-0.png new file mode 100644 index 0000000..4c256aa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0429-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0430-04-000-0.png b/origin-dex/src/assets/images/pokemon/0430-04-000-0.png new file mode 100644 index 0000000..2111ac6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0430-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0431-04-000-0.png b/origin-dex/src/assets/images/pokemon/0431-04-000-0.png new file mode 100644 index 0000000..fc6f19a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0431-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0432-04-000-0.png b/origin-dex/src/assets/images/pokemon/0432-04-000-0.png new file mode 100644 index 0000000..c131b63 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0432-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0433-04-000-0.png b/origin-dex/src/assets/images/pokemon/0433-04-000-0.png new file mode 100644 index 0000000..3d5f14d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0433-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0434-04-000-0.png b/origin-dex/src/assets/images/pokemon/0434-04-000-0.png new file mode 100644 index 0000000..c6fc811 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0434-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0435-04-000-0.png b/origin-dex/src/assets/images/pokemon/0435-04-000-0.png new file mode 100644 index 0000000..01b8399 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0435-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0436-04-000-0.png b/origin-dex/src/assets/images/pokemon/0436-04-000-0.png new file mode 100644 index 0000000..fa0fabf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0436-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0437-04-000-0.png b/origin-dex/src/assets/images/pokemon/0437-04-000-0.png new file mode 100644 index 0000000..a95f5ec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0437-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0438-04-000-0.png b/origin-dex/src/assets/images/pokemon/0438-04-000-0.png new file mode 100644 index 0000000..f381aae Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0438-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0439-04-000-0.png b/origin-dex/src/assets/images/pokemon/0439-04-000-0.png new file mode 100644 index 0000000..fc6ddfb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0439-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0440-04-000-0.png b/origin-dex/src/assets/images/pokemon/0440-04-000-0.png new file mode 100644 index 0000000..c4a52ab Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0440-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0441-04-000-0.png b/origin-dex/src/assets/images/pokemon/0441-04-000-0.png new file mode 100644 index 0000000..69e573b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0441-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0442-04-000-0.png b/origin-dex/src/assets/images/pokemon/0442-04-000-0.png new file mode 100644 index 0000000..f82138d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0442-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0443-04-000-1.png b/origin-dex/src/assets/images/pokemon/0443-04-000-1.png new file mode 100644 index 0000000..10327b9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0443-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0443-04-000-2.png b/origin-dex/src/assets/images/pokemon/0443-04-000-2.png new file mode 100644 index 0000000..062903f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0443-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0444-04-000-1.png b/origin-dex/src/assets/images/pokemon/0444-04-000-1.png new file mode 100644 index 0000000..72a8b6e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0444-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0444-04-000-2.png b/origin-dex/src/assets/images/pokemon/0444-04-000-2.png new file mode 100644 index 0000000..407444d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0444-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0445-04-000-1.png b/origin-dex/src/assets/images/pokemon/0445-04-000-1.png new file mode 100644 index 0000000..a15a8c0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0445-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0445-04-000-2.png b/origin-dex/src/assets/images/pokemon/0445-04-000-2.png new file mode 100644 index 0000000..a1a7227 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0445-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0445-04-001-0.png b/origin-dex/src/assets/images/pokemon/0445-04-001-0.png new file mode 100644 index 0000000..806f6c0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0445-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0446-04-000-0.png b/origin-dex/src/assets/images/pokemon/0446-04-000-0.png new file mode 100644 index 0000000..304f322 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0446-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0447-04-000-0.png b/origin-dex/src/assets/images/pokemon/0447-04-000-0.png new file mode 100644 index 0000000..cd287f7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0447-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0448-04-000-0.png b/origin-dex/src/assets/images/pokemon/0448-04-000-0.png new file mode 100644 index 0000000..1b3481c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0448-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0448-04-001-0.png b/origin-dex/src/assets/images/pokemon/0448-04-001-0.png new file mode 100644 index 0000000..a6d4c6b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0448-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0449-04-000-1.png b/origin-dex/src/assets/images/pokemon/0449-04-000-1.png new file mode 100644 index 0000000..bbfa305 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0449-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0449-04-000-2.png b/origin-dex/src/assets/images/pokemon/0449-04-000-2.png new file mode 100644 index 0000000..30d26dc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0449-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0450-04-000-1.png b/origin-dex/src/assets/images/pokemon/0450-04-000-1.png new file mode 100644 index 0000000..b2c2a89 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0450-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0450-04-000-2.png b/origin-dex/src/assets/images/pokemon/0450-04-000-2.png new file mode 100644 index 0000000..c72daf4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0450-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0451-04-000-0.png b/origin-dex/src/assets/images/pokemon/0451-04-000-0.png new file mode 100644 index 0000000..8997489 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0451-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0452-04-000-0.png b/origin-dex/src/assets/images/pokemon/0452-04-000-0.png new file mode 100644 index 0000000..86b0371 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0452-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0453-04-000-1.png b/origin-dex/src/assets/images/pokemon/0453-04-000-1.png new file mode 100644 index 0000000..a44cedd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0453-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0453-04-000-2.png b/origin-dex/src/assets/images/pokemon/0453-04-000-2.png new file mode 100644 index 0000000..180c2bf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0453-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0454-04-000-1.png b/origin-dex/src/assets/images/pokemon/0454-04-000-1.png new file mode 100644 index 0000000..5b42136 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0454-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0454-04-000-2.png b/origin-dex/src/assets/images/pokemon/0454-04-000-2.png new file mode 100644 index 0000000..67129be Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0454-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0455-04-000-0.png b/origin-dex/src/assets/images/pokemon/0455-04-000-0.png new file mode 100644 index 0000000..6b6720b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0455-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0456-04-000-1.png b/origin-dex/src/assets/images/pokemon/0456-04-000-1.png new file mode 100644 index 0000000..502321f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0456-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0456-04-000-2.png b/origin-dex/src/assets/images/pokemon/0456-04-000-2.png new file mode 100644 index 0000000..2ae67f5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0456-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0457-04-000-1.png b/origin-dex/src/assets/images/pokemon/0457-04-000-1.png new file mode 100644 index 0000000..0007746 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0457-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0457-04-000-2.png b/origin-dex/src/assets/images/pokemon/0457-04-000-2.png new file mode 100644 index 0000000..e9a1b59 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0457-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0458-04-000-0.png b/origin-dex/src/assets/images/pokemon/0458-04-000-0.png new file mode 100644 index 0000000..af8b392 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0458-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0459-04-000-1.png b/origin-dex/src/assets/images/pokemon/0459-04-000-1.png new file mode 100644 index 0000000..59195f6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0459-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0459-04-000-2.png b/origin-dex/src/assets/images/pokemon/0459-04-000-2.png new file mode 100644 index 0000000..c493e0f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0459-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0460-04-000-1.png b/origin-dex/src/assets/images/pokemon/0460-04-000-1.png new file mode 100644 index 0000000..28b19c1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0460-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0460-04-000-2.png b/origin-dex/src/assets/images/pokemon/0460-04-000-2.png new file mode 100644 index 0000000..3c03f4f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0460-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0460-04-001-0.png b/origin-dex/src/assets/images/pokemon/0460-04-001-0.png new file mode 100644 index 0000000..b5d035a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0460-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0461-04-000-1.png b/origin-dex/src/assets/images/pokemon/0461-04-000-1.png new file mode 100644 index 0000000..ef54fb3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0461-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0461-04-000-2.png b/origin-dex/src/assets/images/pokemon/0461-04-000-2.png new file mode 100644 index 0000000..1951b34 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0461-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0462-04-000-0.png b/origin-dex/src/assets/images/pokemon/0462-04-000-0.png new file mode 100644 index 0000000..69d7b4a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0462-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0463-04-000-0.png b/origin-dex/src/assets/images/pokemon/0463-04-000-0.png new file mode 100644 index 0000000..696b81c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0463-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0464-04-000-1.png b/origin-dex/src/assets/images/pokemon/0464-04-000-1.png new file mode 100644 index 0000000..8c9b822 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0464-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0464-04-000-2.png b/origin-dex/src/assets/images/pokemon/0464-04-000-2.png new file mode 100644 index 0000000..f48af71 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0464-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0465-04-000-1.png b/origin-dex/src/assets/images/pokemon/0465-04-000-1.png new file mode 100644 index 0000000..e016372 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0465-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0465-04-000-2.png b/origin-dex/src/assets/images/pokemon/0465-04-000-2.png new file mode 100644 index 0000000..eb2d25f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0465-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0466-04-000-0.png b/origin-dex/src/assets/images/pokemon/0466-04-000-0.png new file mode 100644 index 0000000..3fc126f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0466-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0467-04-000-0.png b/origin-dex/src/assets/images/pokemon/0467-04-000-0.png new file mode 100644 index 0000000..2590424 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0467-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0468-04-000-0.png b/origin-dex/src/assets/images/pokemon/0468-04-000-0.png new file mode 100644 index 0000000..1781704 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0468-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0469-04-000-0.png b/origin-dex/src/assets/images/pokemon/0469-04-000-0.png new file mode 100644 index 0000000..b372f90 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0469-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0470-04-000-0.png b/origin-dex/src/assets/images/pokemon/0470-04-000-0.png new file mode 100644 index 0000000..191f9b9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0470-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0471-04-000-0.png b/origin-dex/src/assets/images/pokemon/0471-04-000-0.png new file mode 100644 index 0000000..0301e98 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0471-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0472-04-000-0.png b/origin-dex/src/assets/images/pokemon/0472-04-000-0.png new file mode 100644 index 0000000..61214f4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0472-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0473-04-000-1.png b/origin-dex/src/assets/images/pokemon/0473-04-000-1.png new file mode 100644 index 0000000..900f100 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0473-04-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0473-04-000-2.png b/origin-dex/src/assets/images/pokemon/0473-04-000-2.png new file mode 100644 index 0000000..dc0f35d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0473-04-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0474-04-000-0.png b/origin-dex/src/assets/images/pokemon/0474-04-000-0.png new file mode 100644 index 0000000..a18b128 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0474-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0475-04-000-0.png b/origin-dex/src/assets/images/pokemon/0475-04-000-0.png new file mode 100644 index 0000000..5547729 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0475-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0475-04-001-0.png b/origin-dex/src/assets/images/pokemon/0475-04-001-0.png new file mode 100644 index 0000000..cd338b3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0475-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0476-04-000-0.png b/origin-dex/src/assets/images/pokemon/0476-04-000-0.png new file mode 100644 index 0000000..2f6b50c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0476-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0477-04-000-0.png b/origin-dex/src/assets/images/pokemon/0477-04-000-0.png new file mode 100644 index 0000000..661a4b5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0477-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0478-04-000-0.png b/origin-dex/src/assets/images/pokemon/0478-04-000-0.png new file mode 100644 index 0000000..391bdbe Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0478-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0479-04-000-0.png b/origin-dex/src/assets/images/pokemon/0479-04-000-0.png new file mode 100644 index 0000000..1fa841f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0479-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0479-04-001-0.png b/origin-dex/src/assets/images/pokemon/0479-04-001-0.png new file mode 100644 index 0000000..b04f91e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0479-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0479-04-002-0.png b/origin-dex/src/assets/images/pokemon/0479-04-002-0.png new file mode 100644 index 0000000..80bb7a8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0479-04-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0479-04-003-0.png b/origin-dex/src/assets/images/pokemon/0479-04-003-0.png new file mode 100644 index 0000000..a9f6278 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0479-04-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0479-04-004-0.png b/origin-dex/src/assets/images/pokemon/0479-04-004-0.png new file mode 100644 index 0000000..8d803a7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0479-04-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0479-04-005-0.png b/origin-dex/src/assets/images/pokemon/0479-04-005-0.png new file mode 100644 index 0000000..2373c2f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0479-04-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0480-04-000-0.png b/origin-dex/src/assets/images/pokemon/0480-04-000-0.png new file mode 100644 index 0000000..6649815 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0480-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0481-04-000-0.png b/origin-dex/src/assets/images/pokemon/0481-04-000-0.png new file mode 100644 index 0000000..41cca97 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0481-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0482-04-000-0.png b/origin-dex/src/assets/images/pokemon/0482-04-000-0.png new file mode 100644 index 0000000..1dff6da Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0482-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0483-04-000-0.png b/origin-dex/src/assets/images/pokemon/0483-04-000-0.png new file mode 100644 index 0000000..cc1c81c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0483-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0483-04-001-0.png b/origin-dex/src/assets/images/pokemon/0483-04-001-0.png new file mode 100644 index 0000000..ab27325 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0483-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0484-04-000-0.png b/origin-dex/src/assets/images/pokemon/0484-04-000-0.png new file mode 100644 index 0000000..a180186 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0484-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0484-04-001-0.png b/origin-dex/src/assets/images/pokemon/0484-04-001-0.png new file mode 100644 index 0000000..06b035b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0484-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0485-04-000-0.png b/origin-dex/src/assets/images/pokemon/0485-04-000-0.png new file mode 100644 index 0000000..b832954 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0485-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0486-04-000-0.png b/origin-dex/src/assets/images/pokemon/0486-04-000-0.png new file mode 100644 index 0000000..73792d6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0486-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0487-04-001-0.png b/origin-dex/src/assets/images/pokemon/0487-04-001-0.png new file mode 100644 index 0000000..5fc0ab4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0487-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0487-04-002-0.png b/origin-dex/src/assets/images/pokemon/0487-04-002-0.png new file mode 100644 index 0000000..a3bb58d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0487-04-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0488-04-000-0.png b/origin-dex/src/assets/images/pokemon/0488-04-000-0.png new file mode 100644 index 0000000..c113f4a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0488-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0489-04-000-0.png b/origin-dex/src/assets/images/pokemon/0489-04-000-0.png new file mode 100644 index 0000000..9e1a463 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0489-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0490-04-000-0.png b/origin-dex/src/assets/images/pokemon/0490-04-000-0.png new file mode 100644 index 0000000..0d6ace1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0490-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0491-04-000-0.png b/origin-dex/src/assets/images/pokemon/0491-04-000-0.png new file mode 100644 index 0000000..7e40a2f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0491-04-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0492-04-001-0.png b/origin-dex/src/assets/images/pokemon/0492-04-001-0.png new file mode 100644 index 0000000..d9b61f1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0492-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0492-04-002-0.png b/origin-dex/src/assets/images/pokemon/0492-04-002-0.png new file mode 100644 index 0000000..fb8d2e0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0492-04-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-001-0.png b/origin-dex/src/assets/images/pokemon/0493-04-001-0.png new file mode 100644 index 0000000..2df0010 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-002-0.png b/origin-dex/src/assets/images/pokemon/0493-04-002-0.png new file mode 100644 index 0000000..1fbd147 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-003-0.png b/origin-dex/src/assets/images/pokemon/0493-04-003-0.png new file mode 100644 index 0000000..b34a40f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-004-0.png b/origin-dex/src/assets/images/pokemon/0493-04-004-0.png new file mode 100644 index 0000000..28d655d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-005-0.png b/origin-dex/src/assets/images/pokemon/0493-04-005-0.png new file mode 100644 index 0000000..4960afd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-006-0.png b/origin-dex/src/assets/images/pokemon/0493-04-006-0.png new file mode 100644 index 0000000..e3baafb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-006-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-007-0.png b/origin-dex/src/assets/images/pokemon/0493-04-007-0.png new file mode 100644 index 0000000..c589516 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-007-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-008-0.png b/origin-dex/src/assets/images/pokemon/0493-04-008-0.png new file mode 100644 index 0000000..d28b579 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-008-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-009-0.png b/origin-dex/src/assets/images/pokemon/0493-04-009-0.png new file mode 100644 index 0000000..30895b3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-009-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-010-0.png b/origin-dex/src/assets/images/pokemon/0493-04-010-0.png new file mode 100644 index 0000000..f79abf6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-010-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-011-0.png b/origin-dex/src/assets/images/pokemon/0493-04-011-0.png new file mode 100644 index 0000000..7795125 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-011-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-012-0.png b/origin-dex/src/assets/images/pokemon/0493-04-012-0.png new file mode 100644 index 0000000..c234099 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-012-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-013-0.png b/origin-dex/src/assets/images/pokemon/0493-04-013-0.png new file mode 100644 index 0000000..a2413c9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-013-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-014-0.png b/origin-dex/src/assets/images/pokemon/0493-04-014-0.png new file mode 100644 index 0000000..a6505c3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-014-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-015-0.png b/origin-dex/src/assets/images/pokemon/0493-04-015-0.png new file mode 100644 index 0000000..e428217 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-015-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-016-0.png b/origin-dex/src/assets/images/pokemon/0493-04-016-0.png new file mode 100644 index 0000000..909804a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-016-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-017-0.png b/origin-dex/src/assets/images/pokemon/0493-04-017-0.png new file mode 100644 index 0000000..3298018 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-017-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0493-04-018-0.png b/origin-dex/src/assets/images/pokemon/0493-04-018-0.png new file mode 100644 index 0000000..0a0acdd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0493-04-018-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0494-05-000-0.png b/origin-dex/src/assets/images/pokemon/0494-05-000-0.png new file mode 100644 index 0000000..6dfa4b2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0494-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0495-05-000-0.png b/origin-dex/src/assets/images/pokemon/0495-05-000-0.png new file mode 100644 index 0000000..5d62407 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0495-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0496-05-000-0.png b/origin-dex/src/assets/images/pokemon/0496-05-000-0.png new file mode 100644 index 0000000..a3303ca Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0496-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0497-05-000-0.png b/origin-dex/src/assets/images/pokemon/0497-05-000-0.png new file mode 100644 index 0000000..ecba3a9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0497-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0498-05-000-0.png b/origin-dex/src/assets/images/pokemon/0498-05-000-0.png new file mode 100644 index 0000000..0140283 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0498-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0499-05-000-0.png b/origin-dex/src/assets/images/pokemon/0499-05-000-0.png new file mode 100644 index 0000000..1d4517b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0499-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0500-05-000-0.png b/origin-dex/src/assets/images/pokemon/0500-05-000-0.png new file mode 100644 index 0000000..27b9057 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0500-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0501-05-000-0.png b/origin-dex/src/assets/images/pokemon/0501-05-000-0.png new file mode 100644 index 0000000..23f8853 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0501-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0502-05-000-0.png b/origin-dex/src/assets/images/pokemon/0502-05-000-0.png new file mode 100644 index 0000000..5016837 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0502-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0503-05-000-0.png b/origin-dex/src/assets/images/pokemon/0503-05-000-0.png new file mode 100644 index 0000000..ded5723 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0503-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0503-05-001-0.png b/origin-dex/src/assets/images/pokemon/0503-05-001-0.png new file mode 100644 index 0000000..fc3b838 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0503-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0503-08-001-0.png b/origin-dex/src/assets/images/pokemon/0503-08-001-0.png new file mode 100644 index 0000000..fc3b838 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0503-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0504-05-000-0.png b/origin-dex/src/assets/images/pokemon/0504-05-000-0.png new file mode 100644 index 0000000..5436504 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0504-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0505-05-000-0.png b/origin-dex/src/assets/images/pokemon/0505-05-000-0.png new file mode 100644 index 0000000..1716d2c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0505-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0506-05-000-0.png b/origin-dex/src/assets/images/pokemon/0506-05-000-0.png new file mode 100644 index 0000000..b2247c7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0506-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0507-05-000-0.png b/origin-dex/src/assets/images/pokemon/0507-05-000-0.png new file mode 100644 index 0000000..caf4acc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0507-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0508-05-000-0.png b/origin-dex/src/assets/images/pokemon/0508-05-000-0.png new file mode 100644 index 0000000..1014488 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0508-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0509-05-000-0.png b/origin-dex/src/assets/images/pokemon/0509-05-000-0.png new file mode 100644 index 0000000..bd18a28 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0509-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0510-05-000-0.png b/origin-dex/src/assets/images/pokemon/0510-05-000-0.png new file mode 100644 index 0000000..89bf963 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0510-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0511-05-000-0.png b/origin-dex/src/assets/images/pokemon/0511-05-000-0.png new file mode 100644 index 0000000..3f48b1c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0511-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0512-05-000-0.png b/origin-dex/src/assets/images/pokemon/0512-05-000-0.png new file mode 100644 index 0000000..34f8147 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0512-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0513-05-000-0.png b/origin-dex/src/assets/images/pokemon/0513-05-000-0.png new file mode 100644 index 0000000..f45d794 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0513-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0514-05-000-0.png b/origin-dex/src/assets/images/pokemon/0514-05-000-0.png new file mode 100644 index 0000000..ce2e885 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0514-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0515-05-000-0.png b/origin-dex/src/assets/images/pokemon/0515-05-000-0.png new file mode 100644 index 0000000..900c390 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0515-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0516-05-000-0.png b/origin-dex/src/assets/images/pokemon/0516-05-000-0.png new file mode 100644 index 0000000..592a912 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0516-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0517-05-000-0.png b/origin-dex/src/assets/images/pokemon/0517-05-000-0.png new file mode 100644 index 0000000..7069b4c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0517-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0518-05-000-0.png b/origin-dex/src/assets/images/pokemon/0518-05-000-0.png new file mode 100644 index 0000000..7370d30 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0518-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0519-05-000-0.png b/origin-dex/src/assets/images/pokemon/0519-05-000-0.png new file mode 100644 index 0000000..d5e83b0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0519-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0520-05-000-0.png b/origin-dex/src/assets/images/pokemon/0520-05-000-0.png new file mode 100644 index 0000000..a7186b9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0520-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0521-05-000-1.png b/origin-dex/src/assets/images/pokemon/0521-05-000-1.png new file mode 100644 index 0000000..2c6e662 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0521-05-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0521-05-000-2.png b/origin-dex/src/assets/images/pokemon/0521-05-000-2.png new file mode 100644 index 0000000..ee8404f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0521-05-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0522-05-000-0.png b/origin-dex/src/assets/images/pokemon/0522-05-000-0.png new file mode 100644 index 0000000..7023f42 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0522-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0523-05-000-0.png b/origin-dex/src/assets/images/pokemon/0523-05-000-0.png new file mode 100644 index 0000000..752899d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0523-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0524-05-000-0.png b/origin-dex/src/assets/images/pokemon/0524-05-000-0.png new file mode 100644 index 0000000..6e555a2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0524-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0525-05-000-0.png b/origin-dex/src/assets/images/pokemon/0525-05-000-0.png new file mode 100644 index 0000000..fa7ab7e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0525-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0526-05-000-0.png b/origin-dex/src/assets/images/pokemon/0526-05-000-0.png new file mode 100644 index 0000000..ff8ead0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0526-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0527-05-000-0.png b/origin-dex/src/assets/images/pokemon/0527-05-000-0.png new file mode 100644 index 0000000..bbfe9bd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0527-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0528-05-000-0.png b/origin-dex/src/assets/images/pokemon/0528-05-000-0.png new file mode 100644 index 0000000..90adb95 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0528-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0529-05-000-0.png b/origin-dex/src/assets/images/pokemon/0529-05-000-0.png new file mode 100644 index 0000000..a3572db Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0529-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0530-05-000-0.png b/origin-dex/src/assets/images/pokemon/0530-05-000-0.png new file mode 100644 index 0000000..dfe7325 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0530-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0531-05-000-0.png b/origin-dex/src/assets/images/pokemon/0531-05-000-0.png new file mode 100644 index 0000000..27538b4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0531-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0531-05-001-0.png b/origin-dex/src/assets/images/pokemon/0531-05-001-0.png new file mode 100644 index 0000000..0a10577 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0531-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0532-05-000-0.png b/origin-dex/src/assets/images/pokemon/0532-05-000-0.png new file mode 100644 index 0000000..930595c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0532-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0533-05-000-0.png b/origin-dex/src/assets/images/pokemon/0533-05-000-0.png new file mode 100644 index 0000000..a5bfc52 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0533-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0534-05-000-0.png b/origin-dex/src/assets/images/pokemon/0534-05-000-0.png new file mode 100644 index 0000000..d15929c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0534-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0535-05-000-0.png b/origin-dex/src/assets/images/pokemon/0535-05-000-0.png new file mode 100644 index 0000000..eec750f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0535-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0536-05-000-0.png b/origin-dex/src/assets/images/pokemon/0536-05-000-0.png new file mode 100644 index 0000000..34210f1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0536-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0537-05-000-0.png b/origin-dex/src/assets/images/pokemon/0537-05-000-0.png new file mode 100644 index 0000000..bbf5e69 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0537-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0538-05-000-0.png b/origin-dex/src/assets/images/pokemon/0538-05-000-0.png new file mode 100644 index 0000000..db73546 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0538-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0539-05-000-0.png b/origin-dex/src/assets/images/pokemon/0539-05-000-0.png new file mode 100644 index 0000000..b25e9dd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0539-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0540-05-000-0.png b/origin-dex/src/assets/images/pokemon/0540-05-000-0.png new file mode 100644 index 0000000..20c39bc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0540-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0541-05-000-0.png b/origin-dex/src/assets/images/pokemon/0541-05-000-0.png new file mode 100644 index 0000000..864c233 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0541-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0542-05-000-0.png b/origin-dex/src/assets/images/pokemon/0542-05-000-0.png new file mode 100644 index 0000000..7698357 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0542-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0543-05-000-0.png b/origin-dex/src/assets/images/pokemon/0543-05-000-0.png new file mode 100644 index 0000000..9b9f96f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0543-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0544-05-000-0.png b/origin-dex/src/assets/images/pokemon/0544-05-000-0.png new file mode 100644 index 0000000..b68f261 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0544-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0545-05-000-0.png b/origin-dex/src/assets/images/pokemon/0545-05-000-0.png new file mode 100644 index 0000000..2f3cf1e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0545-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0546-05-000-0.png b/origin-dex/src/assets/images/pokemon/0546-05-000-0.png new file mode 100644 index 0000000..16853bf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0546-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0547-05-000-0.png b/origin-dex/src/assets/images/pokemon/0547-05-000-0.png new file mode 100644 index 0000000..86cccdf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0547-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0548-05-000-0.png b/origin-dex/src/assets/images/pokemon/0548-05-000-0.png new file mode 100644 index 0000000..e93ec09 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0548-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0549-05-000-0.png b/origin-dex/src/assets/images/pokemon/0549-05-000-0.png new file mode 100644 index 0000000..d7c52ef Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0549-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0549-05-001-0.png b/origin-dex/src/assets/images/pokemon/0549-05-001-0.png new file mode 100644 index 0000000..d363c8c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0549-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0549-08-001-0.png b/origin-dex/src/assets/images/pokemon/0549-08-001-0.png new file mode 100644 index 0000000..d363c8c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0549-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0550-05-001-0.png b/origin-dex/src/assets/images/pokemon/0550-05-001-0.png new file mode 100644 index 0000000..6828e99 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0550-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0550-05-002-0.png b/origin-dex/src/assets/images/pokemon/0550-05-002-0.png new file mode 100644 index 0000000..291673d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0550-05-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0550-05-003-0.png b/origin-dex/src/assets/images/pokemon/0550-05-003-0.png new file mode 100644 index 0000000..90cf39a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0550-05-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0551-05-000-0.png b/origin-dex/src/assets/images/pokemon/0551-05-000-0.png new file mode 100644 index 0000000..33877e1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0551-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0552-05-000-0.png b/origin-dex/src/assets/images/pokemon/0552-05-000-0.png new file mode 100644 index 0000000..21893af Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0552-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0553-05-000-0.png b/origin-dex/src/assets/images/pokemon/0553-05-000-0.png new file mode 100644 index 0000000..d9212ec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0553-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0554-05-000-0.png b/origin-dex/src/assets/images/pokemon/0554-05-000-0.png new file mode 100644 index 0000000..fc769ba Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0554-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0554-05-001-0.png b/origin-dex/src/assets/images/pokemon/0554-05-001-0.png new file mode 100644 index 0000000..c454aaa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0554-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0554-08-001-0.png b/origin-dex/src/assets/images/pokemon/0554-08-001-0.png new file mode 100644 index 0000000..c454aaa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0554-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0555-05-001-0.png b/origin-dex/src/assets/images/pokemon/0555-05-001-0.png new file mode 100644 index 0000000..0304df1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0555-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0555-05-002-0.png b/origin-dex/src/assets/images/pokemon/0555-05-002-0.png new file mode 100644 index 0000000..ca59d77 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0555-05-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0555-05-003-0.png b/origin-dex/src/assets/images/pokemon/0555-05-003-0.png new file mode 100644 index 0000000..e5675cd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0555-05-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0555-05-004-0.png b/origin-dex/src/assets/images/pokemon/0555-05-004-0.png new file mode 100644 index 0000000..3ffe593 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0555-05-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0556-05-000-0.png b/origin-dex/src/assets/images/pokemon/0556-05-000-0.png new file mode 100644 index 0000000..13223aa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0556-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0557-05-000-0.png b/origin-dex/src/assets/images/pokemon/0557-05-000-0.png new file mode 100644 index 0000000..2274e76 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0557-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0558-05-000-0.png b/origin-dex/src/assets/images/pokemon/0558-05-000-0.png new file mode 100644 index 0000000..4440a70 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0558-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0559-05-000-0.png b/origin-dex/src/assets/images/pokemon/0559-05-000-0.png new file mode 100644 index 0000000..500fec1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0559-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0560-05-000-0.png b/origin-dex/src/assets/images/pokemon/0560-05-000-0.png new file mode 100644 index 0000000..b8f7b8d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0560-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0561-05-000-0.png b/origin-dex/src/assets/images/pokemon/0561-05-000-0.png new file mode 100644 index 0000000..4804e49 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0561-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0562-05-000-0.png b/origin-dex/src/assets/images/pokemon/0562-05-000-0.png new file mode 100644 index 0000000..132fa73 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0562-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0562-05-001-0.png b/origin-dex/src/assets/images/pokemon/0562-05-001-0.png new file mode 100644 index 0000000..c445702 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0562-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0562-08-001-0.png b/origin-dex/src/assets/images/pokemon/0562-08-001-0.png new file mode 100644 index 0000000..c445702 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0562-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0563-05-000-0.png b/origin-dex/src/assets/images/pokemon/0563-05-000-0.png new file mode 100644 index 0000000..a55affe Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0563-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0564-05-000-0.png b/origin-dex/src/assets/images/pokemon/0564-05-000-0.png new file mode 100644 index 0000000..8368817 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0564-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0565-05-000-0.png b/origin-dex/src/assets/images/pokemon/0565-05-000-0.png new file mode 100644 index 0000000..2a470ec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0565-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0566-05-000-0.png b/origin-dex/src/assets/images/pokemon/0566-05-000-0.png new file mode 100644 index 0000000..768993a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0566-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0567-05-000-0.png b/origin-dex/src/assets/images/pokemon/0567-05-000-0.png new file mode 100644 index 0000000..a6063bc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0567-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0568-05-000-0.png b/origin-dex/src/assets/images/pokemon/0568-05-000-0.png new file mode 100644 index 0000000..eb43e69 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0568-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0569-05-000-0.png b/origin-dex/src/assets/images/pokemon/0569-05-000-0.png new file mode 100644 index 0000000..1643a94 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0569-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0569-05-001-0.png b/origin-dex/src/assets/images/pokemon/0569-05-001-0.png new file mode 100644 index 0000000..384ab6d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0569-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0570-05-000-0.png b/origin-dex/src/assets/images/pokemon/0570-05-000-0.png new file mode 100644 index 0000000..291640f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0570-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0570-05-001-0.png b/origin-dex/src/assets/images/pokemon/0570-05-001-0.png new file mode 100644 index 0000000..6883289 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0570-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0570-08-001-0.png b/origin-dex/src/assets/images/pokemon/0570-08-001-0.png new file mode 100644 index 0000000..6883289 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0570-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0571-05-000-0.png b/origin-dex/src/assets/images/pokemon/0571-05-000-0.png new file mode 100644 index 0000000..b06ac4e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0571-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0571-05-001-0.png b/origin-dex/src/assets/images/pokemon/0571-05-001-0.png new file mode 100644 index 0000000..267e413 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0571-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0571-08-001-0.png b/origin-dex/src/assets/images/pokemon/0571-08-001-0.png new file mode 100644 index 0000000..267e413 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0571-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0572-05-000-0.png b/origin-dex/src/assets/images/pokemon/0572-05-000-0.png new file mode 100644 index 0000000..eec7494 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0572-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0573-05-000-0.png b/origin-dex/src/assets/images/pokemon/0573-05-000-0.png new file mode 100644 index 0000000..9c607b2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0573-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0574-05-000-0.png b/origin-dex/src/assets/images/pokemon/0574-05-000-0.png new file mode 100644 index 0000000..7bf23ee Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0574-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0575-05-000-0.png b/origin-dex/src/assets/images/pokemon/0575-05-000-0.png new file mode 100644 index 0000000..df026c4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0575-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0576-05-000-0.png b/origin-dex/src/assets/images/pokemon/0576-05-000-0.png new file mode 100644 index 0000000..a5d15cc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0576-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0577-05-000-0.png b/origin-dex/src/assets/images/pokemon/0577-05-000-0.png new file mode 100644 index 0000000..0f3e9fc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0577-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0578-05-000-0.png b/origin-dex/src/assets/images/pokemon/0578-05-000-0.png new file mode 100644 index 0000000..a43bc65 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0578-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0579-05-000-0.png b/origin-dex/src/assets/images/pokemon/0579-05-000-0.png new file mode 100644 index 0000000..6a845cb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0579-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0580-05-000-0.png b/origin-dex/src/assets/images/pokemon/0580-05-000-0.png new file mode 100644 index 0000000..58fee7d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0580-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0581-05-000-0.png b/origin-dex/src/assets/images/pokemon/0581-05-000-0.png new file mode 100644 index 0000000..595a93c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0581-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0582-05-000-0.png b/origin-dex/src/assets/images/pokemon/0582-05-000-0.png new file mode 100644 index 0000000..17c8b60 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0582-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0583-05-000-0.png b/origin-dex/src/assets/images/pokemon/0583-05-000-0.png new file mode 100644 index 0000000..d2dbb2c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0583-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0584-05-000-0.png b/origin-dex/src/assets/images/pokemon/0584-05-000-0.png new file mode 100644 index 0000000..4da4881 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0584-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0585-05-001-0.png b/origin-dex/src/assets/images/pokemon/0585-05-001-0.png new file mode 100644 index 0000000..2e8778e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0585-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0585-05-002-0.png b/origin-dex/src/assets/images/pokemon/0585-05-002-0.png new file mode 100644 index 0000000..9d02ce7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0585-05-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0585-05-003-0.png b/origin-dex/src/assets/images/pokemon/0585-05-003-0.png new file mode 100644 index 0000000..121e076 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0585-05-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0585-05-004-0.png b/origin-dex/src/assets/images/pokemon/0585-05-004-0.png new file mode 100644 index 0000000..8d93251 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0585-05-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0586-05-001-0.png b/origin-dex/src/assets/images/pokemon/0586-05-001-0.png new file mode 100644 index 0000000..f471754 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0586-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0586-05-002-0.png b/origin-dex/src/assets/images/pokemon/0586-05-002-0.png new file mode 100644 index 0000000..01e62f6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0586-05-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0586-05-003-0.png b/origin-dex/src/assets/images/pokemon/0586-05-003-0.png new file mode 100644 index 0000000..ac23d63 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0586-05-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0586-05-004-0.png b/origin-dex/src/assets/images/pokemon/0586-05-004-0.png new file mode 100644 index 0000000..a1f1a17 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0586-05-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0587-05-000-0.png b/origin-dex/src/assets/images/pokemon/0587-05-000-0.png new file mode 100644 index 0000000..6730a44 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0587-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0588-05-000-0.png b/origin-dex/src/assets/images/pokemon/0588-05-000-0.png new file mode 100644 index 0000000..b54029b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0588-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0589-05-000-0.png b/origin-dex/src/assets/images/pokemon/0589-05-000-0.png new file mode 100644 index 0000000..6acdca8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0589-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0590-05-000-0.png b/origin-dex/src/assets/images/pokemon/0590-05-000-0.png new file mode 100644 index 0000000..b491dae Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0590-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0591-05-000-0.png b/origin-dex/src/assets/images/pokemon/0591-05-000-0.png new file mode 100644 index 0000000..a4aecc0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0591-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0592-05-000-1.png b/origin-dex/src/assets/images/pokemon/0592-05-000-1.png new file mode 100644 index 0000000..f939cfb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0592-05-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0592-05-000-2.png b/origin-dex/src/assets/images/pokemon/0592-05-000-2.png new file mode 100644 index 0000000..bc432ed Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0592-05-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0593-05-000-1.png b/origin-dex/src/assets/images/pokemon/0593-05-000-1.png new file mode 100644 index 0000000..f49ee46 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0593-05-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0593-05-000-2.png b/origin-dex/src/assets/images/pokemon/0593-05-000-2.png new file mode 100644 index 0000000..ee424ed Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0593-05-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0594-05-000-0.png b/origin-dex/src/assets/images/pokemon/0594-05-000-0.png new file mode 100644 index 0000000..c4aed58 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0594-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0595-05-000-0.png b/origin-dex/src/assets/images/pokemon/0595-05-000-0.png new file mode 100644 index 0000000..1ae0242 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0595-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0596-05-000-0.png b/origin-dex/src/assets/images/pokemon/0596-05-000-0.png new file mode 100644 index 0000000..fc24ded Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0596-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0597-05-000-0.png b/origin-dex/src/assets/images/pokemon/0597-05-000-0.png new file mode 100644 index 0000000..8c76fff Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0597-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0598-05-000-0.png b/origin-dex/src/assets/images/pokemon/0598-05-000-0.png new file mode 100644 index 0000000..d2c3a5f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0598-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0599-05-000-0.png b/origin-dex/src/assets/images/pokemon/0599-05-000-0.png new file mode 100644 index 0000000..3cdff69 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0599-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0600-05-000-0.png b/origin-dex/src/assets/images/pokemon/0600-05-000-0.png new file mode 100644 index 0000000..f450be8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0600-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0601-05-000-0.png b/origin-dex/src/assets/images/pokemon/0601-05-000-0.png new file mode 100644 index 0000000..1a9ae1c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0601-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0602-05-000-0.png b/origin-dex/src/assets/images/pokemon/0602-05-000-0.png new file mode 100644 index 0000000..396e3b8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0602-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0603-05-000-0.png b/origin-dex/src/assets/images/pokemon/0603-05-000-0.png new file mode 100644 index 0000000..399aff6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0603-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0604-05-000-0.png b/origin-dex/src/assets/images/pokemon/0604-05-000-0.png new file mode 100644 index 0000000..00d2581 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0604-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0605-05-000-0.png b/origin-dex/src/assets/images/pokemon/0605-05-000-0.png new file mode 100644 index 0000000..2b13f51 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0605-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0606-05-000-0.png b/origin-dex/src/assets/images/pokemon/0606-05-000-0.png new file mode 100644 index 0000000..8cedae8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0606-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0607-05-000-0.png b/origin-dex/src/assets/images/pokemon/0607-05-000-0.png new file mode 100644 index 0000000..a0701b2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0607-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0608-05-000-0.png b/origin-dex/src/assets/images/pokemon/0608-05-000-0.png new file mode 100644 index 0000000..3d56e64 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0608-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0609-05-000-0.png b/origin-dex/src/assets/images/pokemon/0609-05-000-0.png new file mode 100644 index 0000000..94c5b95 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0609-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0610-05-000-0.png b/origin-dex/src/assets/images/pokemon/0610-05-000-0.png new file mode 100644 index 0000000..e4c8d28 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0610-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0611-05-000-0.png b/origin-dex/src/assets/images/pokemon/0611-05-000-0.png new file mode 100644 index 0000000..1964a60 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0611-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0612-05-000-0.png b/origin-dex/src/assets/images/pokemon/0612-05-000-0.png new file mode 100644 index 0000000..645183e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0612-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0613-05-000-0.png b/origin-dex/src/assets/images/pokemon/0613-05-000-0.png new file mode 100644 index 0000000..79c9dfc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0613-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0614-05-000-0.png b/origin-dex/src/assets/images/pokemon/0614-05-000-0.png new file mode 100644 index 0000000..11898b4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0614-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0615-05-000-0.png b/origin-dex/src/assets/images/pokemon/0615-05-000-0.png new file mode 100644 index 0000000..af25c7b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0615-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0616-05-000-0.png b/origin-dex/src/assets/images/pokemon/0616-05-000-0.png new file mode 100644 index 0000000..704b828 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0616-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0617-05-000-0.png b/origin-dex/src/assets/images/pokemon/0617-05-000-0.png new file mode 100644 index 0000000..2cefd3e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0617-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0618-05-000-0.png b/origin-dex/src/assets/images/pokemon/0618-05-000-0.png new file mode 100644 index 0000000..4864776 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0618-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0618-05-001-0.png b/origin-dex/src/assets/images/pokemon/0618-05-001-0.png new file mode 100644 index 0000000..ca6b9ad Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0618-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0618-08-001-0.png b/origin-dex/src/assets/images/pokemon/0618-08-001-0.png new file mode 100644 index 0000000..ca6b9ad Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0618-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0619-05-000-0.png b/origin-dex/src/assets/images/pokemon/0619-05-000-0.png new file mode 100644 index 0000000..7f4e905 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0619-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0620-05-000-0.png b/origin-dex/src/assets/images/pokemon/0620-05-000-0.png new file mode 100644 index 0000000..471814d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0620-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0621-05-000-0.png b/origin-dex/src/assets/images/pokemon/0621-05-000-0.png new file mode 100644 index 0000000..0e869fd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0621-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0622-05-000-0.png b/origin-dex/src/assets/images/pokemon/0622-05-000-0.png new file mode 100644 index 0000000..03c5152 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0622-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0623-05-000-0.png b/origin-dex/src/assets/images/pokemon/0623-05-000-0.png new file mode 100644 index 0000000..c85bb10 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0623-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0624-05-000-0.png b/origin-dex/src/assets/images/pokemon/0624-05-000-0.png new file mode 100644 index 0000000..975283d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0624-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0625-05-000-0.png b/origin-dex/src/assets/images/pokemon/0625-05-000-0.png new file mode 100644 index 0000000..9265e2b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0625-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0626-05-000-0.png b/origin-dex/src/assets/images/pokemon/0626-05-000-0.png new file mode 100644 index 0000000..c6217e7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0626-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0627-05-000-0.png b/origin-dex/src/assets/images/pokemon/0627-05-000-0.png new file mode 100644 index 0000000..8e3184f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0627-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0628-05-000-0.png b/origin-dex/src/assets/images/pokemon/0628-05-000-0.png new file mode 100644 index 0000000..45ec514 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0628-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0628-05-001-0.png b/origin-dex/src/assets/images/pokemon/0628-05-001-0.png new file mode 100644 index 0000000..f525315 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0628-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0628-08-001-0.png b/origin-dex/src/assets/images/pokemon/0628-08-001-0.png new file mode 100644 index 0000000..f525315 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0628-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0629-05-000-0.png b/origin-dex/src/assets/images/pokemon/0629-05-000-0.png new file mode 100644 index 0000000..177b1cb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0629-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0630-05-000-0.png b/origin-dex/src/assets/images/pokemon/0630-05-000-0.png new file mode 100644 index 0000000..d424855 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0630-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0631-05-000-0.png b/origin-dex/src/assets/images/pokemon/0631-05-000-0.png new file mode 100644 index 0000000..f0a1716 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0631-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0632-05-000-0.png b/origin-dex/src/assets/images/pokemon/0632-05-000-0.png new file mode 100644 index 0000000..c026e75 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0632-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0633-05-000-0.png b/origin-dex/src/assets/images/pokemon/0633-05-000-0.png new file mode 100644 index 0000000..c077d5c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0633-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0634-05-000-0.png b/origin-dex/src/assets/images/pokemon/0634-05-000-0.png new file mode 100644 index 0000000..795bc17 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0634-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0635-05-000-0.png b/origin-dex/src/assets/images/pokemon/0635-05-000-0.png new file mode 100644 index 0000000..aeac97c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0635-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0636-05-000-0.png b/origin-dex/src/assets/images/pokemon/0636-05-000-0.png new file mode 100644 index 0000000..058433c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0636-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0637-05-000-0.png b/origin-dex/src/assets/images/pokemon/0637-05-000-0.png new file mode 100644 index 0000000..b1a7173 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0637-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0638-05-000-0.png b/origin-dex/src/assets/images/pokemon/0638-05-000-0.png new file mode 100644 index 0000000..666934e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0638-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0639-05-000-0.png b/origin-dex/src/assets/images/pokemon/0639-05-000-0.png new file mode 100644 index 0000000..8defcad Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0639-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0640-05-000-0.png b/origin-dex/src/assets/images/pokemon/0640-05-000-0.png new file mode 100644 index 0000000..55e7ba4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0640-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0641-05-001-0.png b/origin-dex/src/assets/images/pokemon/0641-05-001-0.png new file mode 100644 index 0000000..f0b83fd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0641-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0641-05-002-0.png b/origin-dex/src/assets/images/pokemon/0641-05-002-0.png new file mode 100644 index 0000000..d8ce3ef Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0641-05-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0642-05-001-0.png b/origin-dex/src/assets/images/pokemon/0642-05-001-0.png new file mode 100644 index 0000000..54177f1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0642-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0642-05-002-0.png b/origin-dex/src/assets/images/pokemon/0642-05-002-0.png new file mode 100644 index 0000000..dfa5d0b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0642-05-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0643-05-000-0.png b/origin-dex/src/assets/images/pokemon/0643-05-000-0.png new file mode 100644 index 0000000..35e8db8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0643-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0644-05-000-0.png b/origin-dex/src/assets/images/pokemon/0644-05-000-0.png new file mode 100644 index 0000000..d782cd2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0644-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0645-05-001-0.png b/origin-dex/src/assets/images/pokemon/0645-05-001-0.png new file mode 100644 index 0000000..1606951 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0645-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0645-05-002-0.png b/origin-dex/src/assets/images/pokemon/0645-05-002-0.png new file mode 100644 index 0000000..d82cc07 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0645-05-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0646-05-000-0.png b/origin-dex/src/assets/images/pokemon/0646-05-000-0.png new file mode 100644 index 0000000..ed96ff1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0646-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0646-05-001-0.png b/origin-dex/src/assets/images/pokemon/0646-05-001-0.png new file mode 100644 index 0000000..dcf196a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0646-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0646-05-002-0.png b/origin-dex/src/assets/images/pokemon/0646-05-002-0.png new file mode 100644 index 0000000..d3be445 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0646-05-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0647-05-001-0.png b/origin-dex/src/assets/images/pokemon/0647-05-001-0.png new file mode 100644 index 0000000..9f9518b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0647-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0647-05-002-0.png b/origin-dex/src/assets/images/pokemon/0647-05-002-0.png new file mode 100644 index 0000000..1dd22aa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0647-05-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0648-05-001-0.png b/origin-dex/src/assets/images/pokemon/0648-05-001-0.png new file mode 100644 index 0000000..9fc4693 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0648-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0648-05-002-0.png b/origin-dex/src/assets/images/pokemon/0648-05-002-0.png new file mode 100644 index 0000000..5c10e63 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0648-05-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0649-05-000-0.png b/origin-dex/src/assets/images/pokemon/0649-05-000-0.png new file mode 100644 index 0000000..8a1bc04 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0649-05-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0649-05-001-0.png b/origin-dex/src/assets/images/pokemon/0649-05-001-0.png new file mode 100644 index 0000000..fd32899 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0649-05-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0649-05-002-0.png b/origin-dex/src/assets/images/pokemon/0649-05-002-0.png new file mode 100644 index 0000000..f01e776 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0649-05-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0649-05-003-0.png b/origin-dex/src/assets/images/pokemon/0649-05-003-0.png new file mode 100644 index 0000000..f820594 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0649-05-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0649-05-004-0.png b/origin-dex/src/assets/images/pokemon/0649-05-004-0.png new file mode 100644 index 0000000..a5f546f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0649-05-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0650-06-000-0.png b/origin-dex/src/assets/images/pokemon/0650-06-000-0.png new file mode 100644 index 0000000..9100231 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0650-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0651-06-000-0.png b/origin-dex/src/assets/images/pokemon/0651-06-000-0.png new file mode 100644 index 0000000..f329927 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0651-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0652-06-000-0.png b/origin-dex/src/assets/images/pokemon/0652-06-000-0.png new file mode 100644 index 0000000..25d7d1e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0652-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0653-06-000-0.png b/origin-dex/src/assets/images/pokemon/0653-06-000-0.png new file mode 100644 index 0000000..cefe677 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0653-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0654-06-000-0.png b/origin-dex/src/assets/images/pokemon/0654-06-000-0.png new file mode 100644 index 0000000..f2f60cc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0654-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0655-06-000-0.png b/origin-dex/src/assets/images/pokemon/0655-06-000-0.png new file mode 100644 index 0000000..8f169aa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0655-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0656-06-000-0.png b/origin-dex/src/assets/images/pokemon/0656-06-000-0.png new file mode 100644 index 0000000..e3f2db5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0656-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0657-06-000-0.png b/origin-dex/src/assets/images/pokemon/0657-06-000-0.png new file mode 100644 index 0000000..96751c0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0657-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0658-06-000-0.png b/origin-dex/src/assets/images/pokemon/0658-06-000-0.png new file mode 100644 index 0000000..c94c5ce Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0658-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0658-06-001-0.png b/origin-dex/src/assets/images/pokemon/0658-06-001-0.png new file mode 100644 index 0000000..a22b44c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0658-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0659-06-000-0.png b/origin-dex/src/assets/images/pokemon/0659-06-000-0.png new file mode 100644 index 0000000..e44b0f1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0659-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0660-06-000-0.png b/origin-dex/src/assets/images/pokemon/0660-06-000-0.png new file mode 100644 index 0000000..598a0d2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0660-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0661-06-000-0.png b/origin-dex/src/assets/images/pokemon/0661-06-000-0.png new file mode 100644 index 0000000..956072e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0661-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0662-06-000-0.png b/origin-dex/src/assets/images/pokemon/0662-06-000-0.png new file mode 100644 index 0000000..e1956c3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0662-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0663-06-000-0.png b/origin-dex/src/assets/images/pokemon/0663-06-000-0.png new file mode 100644 index 0000000..81753a9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0663-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0664-06-000-0.png b/origin-dex/src/assets/images/pokemon/0664-06-000-0.png new file mode 100644 index 0000000..84deb46 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0664-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0665-06-000-0.png b/origin-dex/src/assets/images/pokemon/0665-06-000-0.png new file mode 100644 index 0000000..a720be9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0665-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-001-0.png b/origin-dex/src/assets/images/pokemon/0666-06-001-0.png new file mode 100644 index 0000000..7b78adb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-002-0.png b/origin-dex/src/assets/images/pokemon/0666-06-002-0.png new file mode 100644 index 0000000..df2fd8c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-003-0.png b/origin-dex/src/assets/images/pokemon/0666-06-003-0.png new file mode 100644 index 0000000..374b73d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-004-0.png b/origin-dex/src/assets/images/pokemon/0666-06-004-0.png new file mode 100644 index 0000000..a7ddf6e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-005-0.png b/origin-dex/src/assets/images/pokemon/0666-06-005-0.png new file mode 100644 index 0000000..74840c1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-006-0.png b/origin-dex/src/assets/images/pokemon/0666-06-006-0.png new file mode 100644 index 0000000..8ab12b5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-006-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-007-0.png b/origin-dex/src/assets/images/pokemon/0666-06-007-0.png new file mode 100644 index 0000000..5ccd38b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-007-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-008-0.png b/origin-dex/src/assets/images/pokemon/0666-06-008-0.png new file mode 100644 index 0000000..af93569 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-008-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-009-0.png b/origin-dex/src/assets/images/pokemon/0666-06-009-0.png new file mode 100644 index 0000000..0ffcc8f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-009-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-010-0.png b/origin-dex/src/assets/images/pokemon/0666-06-010-0.png new file mode 100644 index 0000000..7af3620 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-010-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-011-0.png b/origin-dex/src/assets/images/pokemon/0666-06-011-0.png new file mode 100644 index 0000000..cd4a37a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-011-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-012-0.png b/origin-dex/src/assets/images/pokemon/0666-06-012-0.png new file mode 100644 index 0000000..71f3e3a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-012-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-013-0.png b/origin-dex/src/assets/images/pokemon/0666-06-013-0.png new file mode 100644 index 0000000..cb53959 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-013-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-014-0.png b/origin-dex/src/assets/images/pokemon/0666-06-014-0.png new file mode 100644 index 0000000..7760acf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-014-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-015-0.png b/origin-dex/src/assets/images/pokemon/0666-06-015-0.png new file mode 100644 index 0000000..e0d1b2d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-015-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-016-0.png b/origin-dex/src/assets/images/pokemon/0666-06-016-0.png new file mode 100644 index 0000000..e728e94 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-016-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-017-0.png b/origin-dex/src/assets/images/pokemon/0666-06-017-0.png new file mode 100644 index 0000000..5233c7c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-017-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-018-0.png b/origin-dex/src/assets/images/pokemon/0666-06-018-0.png new file mode 100644 index 0000000..76b9832 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-018-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-019-0.png b/origin-dex/src/assets/images/pokemon/0666-06-019-0.png new file mode 100644 index 0000000..ffae371 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-019-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0666-06-020-0.png b/origin-dex/src/assets/images/pokemon/0666-06-020-0.png new file mode 100644 index 0000000..f18ca83 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0666-06-020-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0667-06-000-0.png b/origin-dex/src/assets/images/pokemon/0667-06-000-0.png new file mode 100644 index 0000000..3e5afd5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0667-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0668-06-000-1.png b/origin-dex/src/assets/images/pokemon/0668-06-000-1.png new file mode 100644 index 0000000..551409a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0668-06-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0668-06-000-2.png b/origin-dex/src/assets/images/pokemon/0668-06-000-2.png new file mode 100644 index 0000000..1f1b6a9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0668-06-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0669-06-001-0.png b/origin-dex/src/assets/images/pokemon/0669-06-001-0.png new file mode 100644 index 0000000..8b8f10e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0669-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0669-06-002-0.png b/origin-dex/src/assets/images/pokemon/0669-06-002-0.png new file mode 100644 index 0000000..156395f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0669-06-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0669-06-003-0.png b/origin-dex/src/assets/images/pokemon/0669-06-003-0.png new file mode 100644 index 0000000..5842fb6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0669-06-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0669-06-004-0.png b/origin-dex/src/assets/images/pokemon/0669-06-004-0.png new file mode 100644 index 0000000..fb304af Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0669-06-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0669-06-005-0.png b/origin-dex/src/assets/images/pokemon/0669-06-005-0.png new file mode 100644 index 0000000..9e01660 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0669-06-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0670-06-001-0.png b/origin-dex/src/assets/images/pokemon/0670-06-001-0.png new file mode 100644 index 0000000..7eb020f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0670-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0670-06-002-0.png b/origin-dex/src/assets/images/pokemon/0670-06-002-0.png new file mode 100644 index 0000000..12d4d4c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0670-06-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0670-06-003-0.png b/origin-dex/src/assets/images/pokemon/0670-06-003-0.png new file mode 100644 index 0000000..2e988d1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0670-06-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0670-06-004-0.png b/origin-dex/src/assets/images/pokemon/0670-06-004-0.png new file mode 100644 index 0000000..c79e531 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0670-06-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0670-06-005-0.png b/origin-dex/src/assets/images/pokemon/0670-06-005-0.png new file mode 100644 index 0000000..06a5e10 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0670-06-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0671-06-001-0.png b/origin-dex/src/assets/images/pokemon/0671-06-001-0.png new file mode 100644 index 0000000..445aaf8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0671-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0671-06-002-0.png b/origin-dex/src/assets/images/pokemon/0671-06-002-0.png new file mode 100644 index 0000000..4f2339a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0671-06-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0671-06-003-0.png b/origin-dex/src/assets/images/pokemon/0671-06-003-0.png new file mode 100644 index 0000000..2ea7765 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0671-06-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0671-06-004-0.png b/origin-dex/src/assets/images/pokemon/0671-06-004-0.png new file mode 100644 index 0000000..5002a55 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0671-06-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0671-06-005-0.png b/origin-dex/src/assets/images/pokemon/0671-06-005-0.png new file mode 100644 index 0000000..cd5a0fb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0671-06-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0672-06-000-0.png b/origin-dex/src/assets/images/pokemon/0672-06-000-0.png new file mode 100644 index 0000000..f0f9d77 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0672-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0673-06-000-0.png b/origin-dex/src/assets/images/pokemon/0673-06-000-0.png new file mode 100644 index 0000000..3b3dd2e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0673-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0674-06-000-0.png b/origin-dex/src/assets/images/pokemon/0674-06-000-0.png new file mode 100644 index 0000000..26f5a3a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0674-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0675-06-000-0.png b/origin-dex/src/assets/images/pokemon/0675-06-000-0.png new file mode 100644 index 0000000..cb94243 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0675-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0676-06-001-0.png b/origin-dex/src/assets/images/pokemon/0676-06-001-0.png new file mode 100644 index 0000000..9b84c4b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0676-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0676-06-002-0.png b/origin-dex/src/assets/images/pokemon/0676-06-002-0.png new file mode 100644 index 0000000..b2c165e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0676-06-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0676-06-003-0.png b/origin-dex/src/assets/images/pokemon/0676-06-003-0.png new file mode 100644 index 0000000..39c9d46 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0676-06-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0676-06-004-0.png b/origin-dex/src/assets/images/pokemon/0676-06-004-0.png new file mode 100644 index 0000000..93a3d8a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0676-06-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0676-06-005-0.png b/origin-dex/src/assets/images/pokemon/0676-06-005-0.png new file mode 100644 index 0000000..12c25ec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0676-06-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0676-06-006-0.png b/origin-dex/src/assets/images/pokemon/0676-06-006-0.png new file mode 100644 index 0000000..081293b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0676-06-006-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0676-06-007-0.png b/origin-dex/src/assets/images/pokemon/0676-06-007-0.png new file mode 100644 index 0000000..83b83e9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0676-06-007-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0676-06-008-0.png b/origin-dex/src/assets/images/pokemon/0676-06-008-0.png new file mode 100644 index 0000000..2dbc992 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0676-06-008-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0676-06-009-0.png b/origin-dex/src/assets/images/pokemon/0676-06-009-0.png new file mode 100644 index 0000000..08b09e3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0676-06-009-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0676-06-010-0.png b/origin-dex/src/assets/images/pokemon/0676-06-010-0.png new file mode 100644 index 0000000..971023e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0676-06-010-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0677-06-000-0.png b/origin-dex/src/assets/images/pokemon/0677-06-000-0.png new file mode 100644 index 0000000..061d39c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0677-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0678-06-000-1.png b/origin-dex/src/assets/images/pokemon/0678-06-000-1.png new file mode 100644 index 0000000..35fc438 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0678-06-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0678-06-000-2.png b/origin-dex/src/assets/images/pokemon/0678-06-000-2.png new file mode 100644 index 0000000..febbda9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0678-06-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0679-06-000-0.png b/origin-dex/src/assets/images/pokemon/0679-06-000-0.png new file mode 100644 index 0000000..580b451 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0679-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0680-06-000-0.png b/origin-dex/src/assets/images/pokemon/0680-06-000-0.png new file mode 100644 index 0000000..d026d93 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0680-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0681-06-001-0.png b/origin-dex/src/assets/images/pokemon/0681-06-001-0.png new file mode 100644 index 0000000..f99c1ef Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0681-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0681-06-002-0.png b/origin-dex/src/assets/images/pokemon/0681-06-002-0.png new file mode 100644 index 0000000..5b13377 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0681-06-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0682-06-000-0.png b/origin-dex/src/assets/images/pokemon/0682-06-000-0.png new file mode 100644 index 0000000..d0ecf11 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0682-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0683-06-000-0.png b/origin-dex/src/assets/images/pokemon/0683-06-000-0.png new file mode 100644 index 0000000..5c48db6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0683-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0684-06-000-0.png b/origin-dex/src/assets/images/pokemon/0684-06-000-0.png new file mode 100644 index 0000000..eefc029 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0684-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0685-06-000-0.png b/origin-dex/src/assets/images/pokemon/0685-06-000-0.png new file mode 100644 index 0000000..5734330 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0685-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0686-06-000-0.png b/origin-dex/src/assets/images/pokemon/0686-06-000-0.png new file mode 100644 index 0000000..53fd96a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0686-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0687-06-000-0.png b/origin-dex/src/assets/images/pokemon/0687-06-000-0.png new file mode 100644 index 0000000..a6f3adb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0687-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0688-06-000-0.png b/origin-dex/src/assets/images/pokemon/0688-06-000-0.png new file mode 100644 index 0000000..d14f9fd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0688-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0689-06-000-0.png b/origin-dex/src/assets/images/pokemon/0689-06-000-0.png new file mode 100644 index 0000000..e0a0526 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0689-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0690-06-000-0.png b/origin-dex/src/assets/images/pokemon/0690-06-000-0.png new file mode 100644 index 0000000..0d845fd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0690-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0691-06-000-0.png b/origin-dex/src/assets/images/pokemon/0691-06-000-0.png new file mode 100644 index 0000000..0b0087a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0691-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0692-06-000-0.png b/origin-dex/src/assets/images/pokemon/0692-06-000-0.png new file mode 100644 index 0000000..cb6c759 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0692-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0693-06-000-0.png b/origin-dex/src/assets/images/pokemon/0693-06-000-0.png new file mode 100644 index 0000000..bc9bb8e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0693-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0694-06-000-0.png b/origin-dex/src/assets/images/pokemon/0694-06-000-0.png new file mode 100644 index 0000000..496cd40 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0694-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0695-06-000-0.png b/origin-dex/src/assets/images/pokemon/0695-06-000-0.png new file mode 100644 index 0000000..72fa238 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0695-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0696-06-000-0.png b/origin-dex/src/assets/images/pokemon/0696-06-000-0.png new file mode 100644 index 0000000..5e5f4c8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0696-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0697-06-000-0.png b/origin-dex/src/assets/images/pokemon/0697-06-000-0.png new file mode 100644 index 0000000..85d5d93 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0697-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0698-06-000-0.png b/origin-dex/src/assets/images/pokemon/0698-06-000-0.png new file mode 100644 index 0000000..9aeddf8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0698-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0699-06-000-0.png b/origin-dex/src/assets/images/pokemon/0699-06-000-0.png new file mode 100644 index 0000000..a806c84 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0699-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0700-06-000-0.png b/origin-dex/src/assets/images/pokemon/0700-06-000-0.png new file mode 100644 index 0000000..60effce Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0700-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0701-06-000-0.png b/origin-dex/src/assets/images/pokemon/0701-06-000-0.png new file mode 100644 index 0000000..04538d3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0701-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0702-06-000-0.png b/origin-dex/src/assets/images/pokemon/0702-06-000-0.png new file mode 100644 index 0000000..25f8525 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0702-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0703-06-000-0.png b/origin-dex/src/assets/images/pokemon/0703-06-000-0.png new file mode 100644 index 0000000..e88b24d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0703-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0704-06-000-0.png b/origin-dex/src/assets/images/pokemon/0704-06-000-0.png new file mode 100644 index 0000000..3e6d8d7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0704-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0705-06-000-0.png b/origin-dex/src/assets/images/pokemon/0705-06-000-0.png new file mode 100644 index 0000000..6ffea2d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0705-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0705-06-001-0.png b/origin-dex/src/assets/images/pokemon/0705-06-001-0.png new file mode 100644 index 0000000..8114f3f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0705-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0706-06-000-0.png b/origin-dex/src/assets/images/pokemon/0706-06-000-0.png new file mode 100644 index 0000000..468dc2a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0706-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0706-06-001-0.png b/origin-dex/src/assets/images/pokemon/0706-06-001-0.png new file mode 100644 index 0000000..7eb27ef Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0706-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0706-08-001-0.png b/origin-dex/src/assets/images/pokemon/0706-08-001-0.png new file mode 100644 index 0000000..7eb27ef Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0706-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0707-06-000-0.png b/origin-dex/src/assets/images/pokemon/0707-06-000-0.png new file mode 100644 index 0000000..2c90d4c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0707-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0708-06-000-0.png b/origin-dex/src/assets/images/pokemon/0708-06-000-0.png new file mode 100644 index 0000000..f941b83 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0708-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0709-06-000-0.png b/origin-dex/src/assets/images/pokemon/0709-06-000-0.png new file mode 100644 index 0000000..00d78db Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0709-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0710-06-001-0.png b/origin-dex/src/assets/images/pokemon/0710-06-001-0.png new file mode 100644 index 0000000..e37a4ff Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0710-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0710-06-002-0.png b/origin-dex/src/assets/images/pokemon/0710-06-002-0.png new file mode 100644 index 0000000..6abaa79 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0710-06-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0710-06-003-0.png b/origin-dex/src/assets/images/pokemon/0710-06-003-0.png new file mode 100644 index 0000000..341a6fa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0710-06-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0710-06-004-0.png b/origin-dex/src/assets/images/pokemon/0710-06-004-0.png new file mode 100644 index 0000000..57bd6eb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0710-06-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0711-06-001-0.png b/origin-dex/src/assets/images/pokemon/0711-06-001-0.png new file mode 100644 index 0000000..c5c2b0d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0711-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0711-06-002-0.png b/origin-dex/src/assets/images/pokemon/0711-06-002-0.png new file mode 100644 index 0000000..5fab58d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0711-06-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0711-06-003-0.png b/origin-dex/src/assets/images/pokemon/0711-06-003-0.png new file mode 100644 index 0000000..89e9c1d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0711-06-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0711-06-004-0.png b/origin-dex/src/assets/images/pokemon/0711-06-004-0.png new file mode 100644 index 0000000..03e93c8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0711-06-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0712-06-000-0.png b/origin-dex/src/assets/images/pokemon/0712-06-000-0.png new file mode 100644 index 0000000..ae5d4cc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0712-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0713-06-000-0.png b/origin-dex/src/assets/images/pokemon/0713-06-000-0.png new file mode 100644 index 0000000..116d438 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0713-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0713-06-001-0.png b/origin-dex/src/assets/images/pokemon/0713-06-001-0.png new file mode 100644 index 0000000..2fe55f2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0713-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0713-08-001-0.png b/origin-dex/src/assets/images/pokemon/0713-08-001-0.png new file mode 100644 index 0000000..2fe55f2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0713-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0714-06-000-0.png b/origin-dex/src/assets/images/pokemon/0714-06-000-0.png new file mode 100644 index 0000000..9c83240 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0714-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0715-06-000-0.png b/origin-dex/src/assets/images/pokemon/0715-06-000-0.png new file mode 100644 index 0000000..d97ffe3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0715-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0716-06-001-0.png b/origin-dex/src/assets/images/pokemon/0716-06-001-0.png new file mode 100644 index 0000000..174a8ec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0716-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0716-06-002-0.png b/origin-dex/src/assets/images/pokemon/0716-06-002-0.png new file mode 100644 index 0000000..80a41df Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0716-06-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0717-06-000-0.png b/origin-dex/src/assets/images/pokemon/0717-06-000-0.png new file mode 100644 index 0000000..5734f24 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0717-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0718-06-001-0.png b/origin-dex/src/assets/images/pokemon/0718-06-001-0.png new file mode 100644 index 0000000..beebc81 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0718-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0718-06-002-0.png b/origin-dex/src/assets/images/pokemon/0718-06-002-0.png new file mode 100644 index 0000000..120c80a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0718-06-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0718-06-003-0.png b/origin-dex/src/assets/images/pokemon/0718-06-003-0.png new file mode 100644 index 0000000..2a41903 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0718-06-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0719-06-000-0.png b/origin-dex/src/assets/images/pokemon/0719-06-000-0.png new file mode 100644 index 0000000..e3f709a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0719-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0719-06-001-0.png b/origin-dex/src/assets/images/pokemon/0719-06-001-0.png new file mode 100644 index 0000000..5a22fd1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0719-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0720-06-001-0.png b/origin-dex/src/assets/images/pokemon/0720-06-001-0.png new file mode 100644 index 0000000..211148e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0720-06-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0720-06-002-0.png b/origin-dex/src/assets/images/pokemon/0720-06-002-0.png new file mode 100644 index 0000000..26800c4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0720-06-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0721-06-000-0.png b/origin-dex/src/assets/images/pokemon/0721-06-000-0.png new file mode 100644 index 0000000..e2d4b57 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0721-06-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0722-07-000-0.png b/origin-dex/src/assets/images/pokemon/0722-07-000-0.png new file mode 100644 index 0000000..71791bb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0722-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0723-07-000-0.png b/origin-dex/src/assets/images/pokemon/0723-07-000-0.png new file mode 100644 index 0000000..d9f3beb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0723-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0724-07-000-0.png b/origin-dex/src/assets/images/pokemon/0724-07-000-0.png new file mode 100644 index 0000000..4af83b5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0724-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0724-07-001-0.png b/origin-dex/src/assets/images/pokemon/0724-07-001-0.png new file mode 100644 index 0000000..f1e51ab Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0724-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0725-07-000-0.png b/origin-dex/src/assets/images/pokemon/0725-07-000-0.png new file mode 100644 index 0000000..531a86e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0725-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0726-07-000-0.png b/origin-dex/src/assets/images/pokemon/0726-07-000-0.png new file mode 100644 index 0000000..ab73ed6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0726-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0727-07-000-0.png b/origin-dex/src/assets/images/pokemon/0727-07-000-0.png new file mode 100644 index 0000000..7312f52 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0727-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0728-07-000-0.png b/origin-dex/src/assets/images/pokemon/0728-07-000-0.png new file mode 100644 index 0000000..6bcd2f9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0728-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0729-07-000-0.png b/origin-dex/src/assets/images/pokemon/0729-07-000-0.png new file mode 100644 index 0000000..a148f87 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0729-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0730-07-000-0.png b/origin-dex/src/assets/images/pokemon/0730-07-000-0.png new file mode 100644 index 0000000..cebeb60 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0730-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0731-07-000-0.png b/origin-dex/src/assets/images/pokemon/0731-07-000-0.png new file mode 100644 index 0000000..a9a34d7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0731-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0732-07-000-0.png b/origin-dex/src/assets/images/pokemon/0732-07-000-0.png new file mode 100644 index 0000000..ade3e96 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0732-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0733-07-000-0.png b/origin-dex/src/assets/images/pokemon/0733-07-000-0.png new file mode 100644 index 0000000..6581bd2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0733-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0734-07-000-0.png b/origin-dex/src/assets/images/pokemon/0734-07-000-0.png new file mode 100644 index 0000000..7ae760d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0734-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0735-07-000-0.png b/origin-dex/src/assets/images/pokemon/0735-07-000-0.png new file mode 100644 index 0000000..dfa5a61 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0735-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0736-07-000-0.png b/origin-dex/src/assets/images/pokemon/0736-07-000-0.png new file mode 100644 index 0000000..91e6902 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0736-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0737-07-000-0.png b/origin-dex/src/assets/images/pokemon/0737-07-000-0.png new file mode 100644 index 0000000..47e4ae7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0737-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0738-07-000-0.png b/origin-dex/src/assets/images/pokemon/0738-07-000-0.png new file mode 100644 index 0000000..101cee1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0738-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0739-07-000-0.png b/origin-dex/src/assets/images/pokemon/0739-07-000-0.png new file mode 100644 index 0000000..5a4973d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0739-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0740-07-000-0.png b/origin-dex/src/assets/images/pokemon/0740-07-000-0.png new file mode 100644 index 0000000..9f3a314 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0740-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0741-07-001-0.png b/origin-dex/src/assets/images/pokemon/0741-07-001-0.png new file mode 100644 index 0000000..4973124 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0741-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0741-07-002-0.png b/origin-dex/src/assets/images/pokemon/0741-07-002-0.png new file mode 100644 index 0000000..7b46304 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0741-07-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0741-07-003-0.png b/origin-dex/src/assets/images/pokemon/0741-07-003-0.png new file mode 100644 index 0000000..f970842 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0741-07-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0741-07-004-0.png b/origin-dex/src/assets/images/pokemon/0741-07-004-0.png new file mode 100644 index 0000000..c3a2025 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0741-07-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0742-07-000-0.png b/origin-dex/src/assets/images/pokemon/0742-07-000-0.png new file mode 100644 index 0000000..779c2c8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0742-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0743-07-000-0.png b/origin-dex/src/assets/images/pokemon/0743-07-000-0.png new file mode 100644 index 0000000..97de19b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0743-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0744-07-000-0.png b/origin-dex/src/assets/images/pokemon/0744-07-000-0.png new file mode 100644 index 0000000..c7effa3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0744-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0745-07-001-0.png b/origin-dex/src/assets/images/pokemon/0745-07-001-0.png new file mode 100644 index 0000000..7797151 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0745-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0745-07-002-0.png b/origin-dex/src/assets/images/pokemon/0745-07-002-0.png new file mode 100644 index 0000000..0281433 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0745-07-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0745-07-003-0.png b/origin-dex/src/assets/images/pokemon/0745-07-003-0.png new file mode 100644 index 0000000..fc7eb8f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0745-07-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0746-07-001-0.png b/origin-dex/src/assets/images/pokemon/0746-07-001-0.png new file mode 100644 index 0000000..87b6f4f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0746-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0746-07-002-0.png b/origin-dex/src/assets/images/pokemon/0746-07-002-0.png new file mode 100644 index 0000000..132a214 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0746-07-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0747-07-000-0.png b/origin-dex/src/assets/images/pokemon/0747-07-000-0.png new file mode 100644 index 0000000..54b1ec6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0747-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0748-07-000-0.png b/origin-dex/src/assets/images/pokemon/0748-07-000-0.png new file mode 100644 index 0000000..db2fcca Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0748-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0749-07-000-0.png b/origin-dex/src/assets/images/pokemon/0749-07-000-0.png new file mode 100644 index 0000000..7c9ca3d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0749-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0750-07-000-0.png b/origin-dex/src/assets/images/pokemon/0750-07-000-0.png new file mode 100644 index 0000000..4cc074f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0750-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0751-07-000-0.png b/origin-dex/src/assets/images/pokemon/0751-07-000-0.png new file mode 100644 index 0000000..264925f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0751-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0752-07-000-0.png b/origin-dex/src/assets/images/pokemon/0752-07-000-0.png new file mode 100644 index 0000000..897f534 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0752-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0753-07-000-0.png b/origin-dex/src/assets/images/pokemon/0753-07-000-0.png new file mode 100644 index 0000000..0e73d52 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0753-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0754-07-000-0.png b/origin-dex/src/assets/images/pokemon/0754-07-000-0.png new file mode 100644 index 0000000..e6cd25c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0754-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0755-07-000-0.png b/origin-dex/src/assets/images/pokemon/0755-07-000-0.png new file mode 100644 index 0000000..78c7d15 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0755-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0756-07-000-0.png b/origin-dex/src/assets/images/pokemon/0756-07-000-0.png new file mode 100644 index 0000000..7e0bab6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0756-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0757-07-000-0.png b/origin-dex/src/assets/images/pokemon/0757-07-000-0.png new file mode 100644 index 0000000..ce5d669 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0757-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0758-07-000-0.png b/origin-dex/src/assets/images/pokemon/0758-07-000-0.png new file mode 100644 index 0000000..3b75ff2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0758-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0759-07-000-0.png b/origin-dex/src/assets/images/pokemon/0759-07-000-0.png new file mode 100644 index 0000000..4d9ae9f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0759-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0760-07-000-0.png b/origin-dex/src/assets/images/pokemon/0760-07-000-0.png new file mode 100644 index 0000000..955c0d6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0760-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0761-07-000-0.png b/origin-dex/src/assets/images/pokemon/0761-07-000-0.png new file mode 100644 index 0000000..90aded2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0761-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0762-07-000-0.png b/origin-dex/src/assets/images/pokemon/0762-07-000-0.png new file mode 100644 index 0000000..6e0c79d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0762-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0763-07-000-0.png b/origin-dex/src/assets/images/pokemon/0763-07-000-0.png new file mode 100644 index 0000000..6a0146c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0763-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0764-07-000-0.png b/origin-dex/src/assets/images/pokemon/0764-07-000-0.png new file mode 100644 index 0000000..091221c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0764-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0765-07-000-0.png b/origin-dex/src/assets/images/pokemon/0765-07-000-0.png new file mode 100644 index 0000000..a9c3b7b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0765-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0766-07-000-0.png b/origin-dex/src/assets/images/pokemon/0766-07-000-0.png new file mode 100644 index 0000000..d814e50 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0766-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0767-07-000-0.png b/origin-dex/src/assets/images/pokemon/0767-07-000-0.png new file mode 100644 index 0000000..cac596e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0767-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0768-07-000-0.png b/origin-dex/src/assets/images/pokemon/0768-07-000-0.png new file mode 100644 index 0000000..1729cb9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0768-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0769-07-000-0.png b/origin-dex/src/assets/images/pokemon/0769-07-000-0.png new file mode 100644 index 0000000..a474589 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0769-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0770-07-000-0.png b/origin-dex/src/assets/images/pokemon/0770-07-000-0.png new file mode 100644 index 0000000..1196cc5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0770-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0771-07-000-0.png b/origin-dex/src/assets/images/pokemon/0771-07-000-0.png new file mode 100644 index 0000000..7648efc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0771-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0772-07-000-0.png b/origin-dex/src/assets/images/pokemon/0772-07-000-0.png new file mode 100644 index 0000000..23c28c7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0772-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-001-0.png b/origin-dex/src/assets/images/pokemon/0773-07-001-0.png new file mode 100644 index 0000000..769c0f8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-002-0.png b/origin-dex/src/assets/images/pokemon/0773-07-002-0.png new file mode 100644 index 0000000..38f074b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-003-0.png b/origin-dex/src/assets/images/pokemon/0773-07-003-0.png new file mode 100644 index 0000000..4567713 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-004-0.png b/origin-dex/src/assets/images/pokemon/0773-07-004-0.png new file mode 100644 index 0000000..7ddbad2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-005-0.png b/origin-dex/src/assets/images/pokemon/0773-07-005-0.png new file mode 100644 index 0000000..969a4d2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-006-0.png b/origin-dex/src/assets/images/pokemon/0773-07-006-0.png new file mode 100644 index 0000000..6360a65 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-006-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-007-0.png b/origin-dex/src/assets/images/pokemon/0773-07-007-0.png new file mode 100644 index 0000000..a7501c4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-007-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-008-0.png b/origin-dex/src/assets/images/pokemon/0773-07-008-0.png new file mode 100644 index 0000000..d9a683f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-008-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-009-0.png b/origin-dex/src/assets/images/pokemon/0773-07-009-0.png new file mode 100644 index 0000000..09eee2f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-009-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-010-0.png b/origin-dex/src/assets/images/pokemon/0773-07-010-0.png new file mode 100644 index 0000000..db153b1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-010-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-011-0.png b/origin-dex/src/assets/images/pokemon/0773-07-011-0.png new file mode 100644 index 0000000..2cde86c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-011-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-012-0.png b/origin-dex/src/assets/images/pokemon/0773-07-012-0.png new file mode 100644 index 0000000..3c60817 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-012-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-013-0.png b/origin-dex/src/assets/images/pokemon/0773-07-013-0.png new file mode 100644 index 0000000..c8f71d1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-013-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-014-0.png b/origin-dex/src/assets/images/pokemon/0773-07-014-0.png new file mode 100644 index 0000000..286cb87 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-014-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-015-0.png b/origin-dex/src/assets/images/pokemon/0773-07-015-0.png new file mode 100644 index 0000000..01184ad Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-015-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-016-0.png b/origin-dex/src/assets/images/pokemon/0773-07-016-0.png new file mode 100644 index 0000000..e7e30f1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-016-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-017-0.png b/origin-dex/src/assets/images/pokemon/0773-07-017-0.png new file mode 100644 index 0000000..a7a4644 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-017-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0773-07-018-0.png b/origin-dex/src/assets/images/pokemon/0773-07-018-0.png new file mode 100644 index 0000000..4f37ac7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0773-07-018-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0774-07-001-0.png b/origin-dex/src/assets/images/pokemon/0774-07-001-0.png new file mode 100644 index 0000000..c3c0730 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0774-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0774-07-002-0.png b/origin-dex/src/assets/images/pokemon/0774-07-002-0.png new file mode 100644 index 0000000..28d44fa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0774-07-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0774-07-003-0.png b/origin-dex/src/assets/images/pokemon/0774-07-003-0.png new file mode 100644 index 0000000..592a0ec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0774-07-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0774-07-004-0.png b/origin-dex/src/assets/images/pokemon/0774-07-004-0.png new file mode 100644 index 0000000..e1c895b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0774-07-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0774-07-005-0.png b/origin-dex/src/assets/images/pokemon/0774-07-005-0.png new file mode 100644 index 0000000..105f010 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0774-07-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0774-07-006-0.png b/origin-dex/src/assets/images/pokemon/0774-07-006-0.png new file mode 100644 index 0000000..ae209e6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0774-07-006-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0774-07-007-0.png b/origin-dex/src/assets/images/pokemon/0774-07-007-0.png new file mode 100644 index 0000000..a255fae Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0774-07-007-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0774-07-008-0.png b/origin-dex/src/assets/images/pokemon/0774-07-008-0.png new file mode 100644 index 0000000..967b373 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0774-07-008-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0775-07-000-0.png b/origin-dex/src/assets/images/pokemon/0775-07-000-0.png new file mode 100644 index 0000000..dbf6e78 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0775-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0776-07-000-0.png b/origin-dex/src/assets/images/pokemon/0776-07-000-0.png new file mode 100644 index 0000000..8f0bd8e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0776-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0777-07-000-0.png b/origin-dex/src/assets/images/pokemon/0777-07-000-0.png new file mode 100644 index 0000000..9c9baa7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0777-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0778-07-000-0.png b/origin-dex/src/assets/images/pokemon/0778-07-000-0.png new file mode 100644 index 0000000..ba68637 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0778-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0778-07-001-0.png b/origin-dex/src/assets/images/pokemon/0778-07-001-0.png new file mode 100644 index 0000000..e03a2a1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0778-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0779-07-000-0.png b/origin-dex/src/assets/images/pokemon/0779-07-000-0.png new file mode 100644 index 0000000..ba38f80 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0779-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0780-07-000-0.png b/origin-dex/src/assets/images/pokemon/0780-07-000-0.png new file mode 100644 index 0000000..1194453 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0780-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0781-07-000-0.png b/origin-dex/src/assets/images/pokemon/0781-07-000-0.png new file mode 100644 index 0000000..2d34b5e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0781-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0782-07-000-0.png b/origin-dex/src/assets/images/pokemon/0782-07-000-0.png new file mode 100644 index 0000000..5095168 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0782-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0783-07-000-0.png b/origin-dex/src/assets/images/pokemon/0783-07-000-0.png new file mode 100644 index 0000000..8c3ebae Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0783-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0784-07-000-0.png b/origin-dex/src/assets/images/pokemon/0784-07-000-0.png new file mode 100644 index 0000000..aa3d2b5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0784-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0785-07-000-0.png b/origin-dex/src/assets/images/pokemon/0785-07-000-0.png new file mode 100644 index 0000000..e247c15 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0785-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0786-07-000-0.png b/origin-dex/src/assets/images/pokemon/0786-07-000-0.png new file mode 100644 index 0000000..9749132 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0786-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0787-07-000-0.png b/origin-dex/src/assets/images/pokemon/0787-07-000-0.png new file mode 100644 index 0000000..7f7b48f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0787-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0788-07-000-0.png b/origin-dex/src/assets/images/pokemon/0788-07-000-0.png new file mode 100644 index 0000000..f67c91d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0788-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0789-07-000-0.png b/origin-dex/src/assets/images/pokemon/0789-07-000-0.png new file mode 100644 index 0000000..6cdacd7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0789-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0790-07-000-0.png b/origin-dex/src/assets/images/pokemon/0790-07-000-0.png new file mode 100644 index 0000000..7d2ba61 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0790-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0791-07-000-0.png b/origin-dex/src/assets/images/pokemon/0791-07-000-0.png new file mode 100644 index 0000000..cbbd842 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0791-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0792-07-000-0.png b/origin-dex/src/assets/images/pokemon/0792-07-000-0.png new file mode 100644 index 0000000..a9183ac Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0792-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0793-07-000-0.png b/origin-dex/src/assets/images/pokemon/0793-07-000-0.png new file mode 100644 index 0000000..6b99d98 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0793-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0794-07-000-0.png b/origin-dex/src/assets/images/pokemon/0794-07-000-0.png new file mode 100644 index 0000000..4d73168 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0794-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0795-07-000-0.png b/origin-dex/src/assets/images/pokemon/0795-07-000-0.png new file mode 100644 index 0000000..1a56eb6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0795-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0796-07-000-0.png b/origin-dex/src/assets/images/pokemon/0796-07-000-0.png new file mode 100644 index 0000000..96b645b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0796-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0797-07-000-0.png b/origin-dex/src/assets/images/pokemon/0797-07-000-0.png new file mode 100644 index 0000000..6b64d01 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0797-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0798-07-000-0.png b/origin-dex/src/assets/images/pokemon/0798-07-000-0.png new file mode 100644 index 0000000..e66306f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0798-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0799-07-000-0.png b/origin-dex/src/assets/images/pokemon/0799-07-000-0.png new file mode 100644 index 0000000..42751f5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0799-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0800-07-000-0.png b/origin-dex/src/assets/images/pokemon/0800-07-000-0.png new file mode 100644 index 0000000..6581026 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0800-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0800-07-001-0.png b/origin-dex/src/assets/images/pokemon/0800-07-001-0.png new file mode 100644 index 0000000..44a1529 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0800-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0800-07-002-0.png b/origin-dex/src/assets/images/pokemon/0800-07-002-0.png new file mode 100644 index 0000000..c322a34 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0800-07-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0800-07-003-0.png b/origin-dex/src/assets/images/pokemon/0800-07-003-0.png new file mode 100644 index 0000000..4abbb60 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0800-07-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0801-07-000-0.png b/origin-dex/src/assets/images/pokemon/0801-07-000-0.png new file mode 100644 index 0000000..4f3a6fc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0801-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0801-07-001-0.png b/origin-dex/src/assets/images/pokemon/0801-07-001-0.png new file mode 100644 index 0000000..53f077a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0801-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0802-07-000-0.png b/origin-dex/src/assets/images/pokemon/0802-07-000-0.png new file mode 100644 index 0000000..89cbe1a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0802-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0803-07-000-0.png b/origin-dex/src/assets/images/pokemon/0803-07-000-0.png new file mode 100644 index 0000000..1e6e183 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0803-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0804-07-000-0.png b/origin-dex/src/assets/images/pokemon/0804-07-000-0.png new file mode 100644 index 0000000..14a706f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0804-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0805-07-000-0.png b/origin-dex/src/assets/images/pokemon/0805-07-000-0.png new file mode 100644 index 0000000..a8299f9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0805-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0806-07-000-0.png b/origin-dex/src/assets/images/pokemon/0806-07-000-0.png new file mode 100644 index 0000000..c11e787 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0806-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0807-07-000-0.png b/origin-dex/src/assets/images/pokemon/0807-07-000-0.png new file mode 100644 index 0000000..ee07517 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0807-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0808-07-000-0.png b/origin-dex/src/assets/images/pokemon/0808-07-000-0.png new file mode 100644 index 0000000..fd91808 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0808-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0809-07-000-0.png b/origin-dex/src/assets/images/pokemon/0809-07-000-0.png new file mode 100644 index 0000000..3da91ec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0809-07-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0809-07-001-0.png b/origin-dex/src/assets/images/pokemon/0809-07-001-0.png new file mode 100644 index 0000000..0dad325 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0809-07-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0810-08-000-0.png b/origin-dex/src/assets/images/pokemon/0810-08-000-0.png new file mode 100644 index 0000000..c3d7d8b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0810-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0811-08-000-0.png b/origin-dex/src/assets/images/pokemon/0811-08-000-0.png new file mode 100644 index 0000000..5013759 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0811-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0812-08-000-0.png b/origin-dex/src/assets/images/pokemon/0812-08-000-0.png new file mode 100644 index 0000000..00eb455 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0812-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0812-08-001-0.png b/origin-dex/src/assets/images/pokemon/0812-08-001-0.png new file mode 100644 index 0000000..5923c01 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0812-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0813-08-000-0.png b/origin-dex/src/assets/images/pokemon/0813-08-000-0.png new file mode 100644 index 0000000..5656c67 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0813-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0814-08-000-0.png b/origin-dex/src/assets/images/pokemon/0814-08-000-0.png new file mode 100644 index 0000000..4600796 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0814-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0815-08-000-0.png b/origin-dex/src/assets/images/pokemon/0815-08-000-0.png new file mode 100644 index 0000000..cfb1e7c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0815-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0815-08-001-0.png b/origin-dex/src/assets/images/pokemon/0815-08-001-0.png new file mode 100644 index 0000000..562bb83 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0815-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0816-08-000-0.png b/origin-dex/src/assets/images/pokemon/0816-08-000-0.png new file mode 100644 index 0000000..5dad284 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0816-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0817-08-000-0.png b/origin-dex/src/assets/images/pokemon/0817-08-000-0.png new file mode 100644 index 0000000..2d7ce0e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0817-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0818-08-000-0.png b/origin-dex/src/assets/images/pokemon/0818-08-000-0.png new file mode 100644 index 0000000..46b72c2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0818-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0818-08-001-0.png b/origin-dex/src/assets/images/pokemon/0818-08-001-0.png new file mode 100644 index 0000000..729e49b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0818-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0819-08-000-0.png b/origin-dex/src/assets/images/pokemon/0819-08-000-0.png new file mode 100644 index 0000000..4d759e6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0819-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0820-08-000-0.png b/origin-dex/src/assets/images/pokemon/0820-08-000-0.png new file mode 100644 index 0000000..96f714e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0820-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0821-08-000-0.png b/origin-dex/src/assets/images/pokemon/0821-08-000-0.png new file mode 100644 index 0000000..771e4ff Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0821-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0822-08-000-0.png b/origin-dex/src/assets/images/pokemon/0822-08-000-0.png new file mode 100644 index 0000000..76d3b7c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0822-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0823-08-000-0.png b/origin-dex/src/assets/images/pokemon/0823-08-000-0.png new file mode 100644 index 0000000..b06d856 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0823-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0823-08-001-0.png b/origin-dex/src/assets/images/pokemon/0823-08-001-0.png new file mode 100644 index 0000000..9429273 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0823-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0824-08-000-0.png b/origin-dex/src/assets/images/pokemon/0824-08-000-0.png new file mode 100644 index 0000000..dfddd27 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0824-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0825-08-000-0.png b/origin-dex/src/assets/images/pokemon/0825-08-000-0.png new file mode 100644 index 0000000..2e1b4b4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0825-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0826-08-000-0.png b/origin-dex/src/assets/images/pokemon/0826-08-000-0.png new file mode 100644 index 0000000..52118ce Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0826-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0826-08-001-0.png b/origin-dex/src/assets/images/pokemon/0826-08-001-0.png new file mode 100644 index 0000000..8f47e9f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0826-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0827-08-000-0.png b/origin-dex/src/assets/images/pokemon/0827-08-000-0.png new file mode 100644 index 0000000..69bffd3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0827-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0828-08-000-0.png b/origin-dex/src/assets/images/pokemon/0828-08-000-0.png new file mode 100644 index 0000000..fde5e01 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0828-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0829-08-000-0.png b/origin-dex/src/assets/images/pokemon/0829-08-000-0.png new file mode 100644 index 0000000..5cf11b5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0829-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0830-08-000-0.png b/origin-dex/src/assets/images/pokemon/0830-08-000-0.png new file mode 100644 index 0000000..f1372dc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0830-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0831-08-000-0.png b/origin-dex/src/assets/images/pokemon/0831-08-000-0.png new file mode 100644 index 0000000..be1ec46 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0831-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0832-08-000-0.png b/origin-dex/src/assets/images/pokemon/0832-08-000-0.png new file mode 100644 index 0000000..a41033e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0832-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0833-08-000-0.png b/origin-dex/src/assets/images/pokemon/0833-08-000-0.png new file mode 100644 index 0000000..5b070d1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0833-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0834-08-000-0.png b/origin-dex/src/assets/images/pokemon/0834-08-000-0.png new file mode 100644 index 0000000..e0940bd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0834-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0834-08-001-0.png b/origin-dex/src/assets/images/pokemon/0834-08-001-0.png new file mode 100644 index 0000000..039be26 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0834-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0835-08-000-0.png b/origin-dex/src/assets/images/pokemon/0835-08-000-0.png new file mode 100644 index 0000000..ba0675b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0835-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0836-08-000-0.png b/origin-dex/src/assets/images/pokemon/0836-08-000-0.png new file mode 100644 index 0000000..7979901 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0836-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0837-08-000-0.png b/origin-dex/src/assets/images/pokemon/0837-08-000-0.png new file mode 100644 index 0000000..8aee8ac Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0837-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0838-08-000-0.png b/origin-dex/src/assets/images/pokemon/0838-08-000-0.png new file mode 100644 index 0000000..0f754ae Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0838-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0839-08-000-0.png b/origin-dex/src/assets/images/pokemon/0839-08-000-0.png new file mode 100644 index 0000000..3fef9ea Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0839-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0839-08-001-0.png b/origin-dex/src/assets/images/pokemon/0839-08-001-0.png new file mode 100644 index 0000000..fe332e9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0839-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0840-08-000-0.png b/origin-dex/src/assets/images/pokemon/0840-08-000-0.png new file mode 100644 index 0000000..ed63d48 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0840-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0841-08-000-0.png b/origin-dex/src/assets/images/pokemon/0841-08-000-0.png new file mode 100644 index 0000000..5417b29 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0841-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0841-08-001-0.png b/origin-dex/src/assets/images/pokemon/0841-08-001-0.png new file mode 100644 index 0000000..764a576 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0841-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0842-08-000-0.png b/origin-dex/src/assets/images/pokemon/0842-08-000-0.png new file mode 100644 index 0000000..c428411 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0842-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0842-08-001-0.png b/origin-dex/src/assets/images/pokemon/0842-08-001-0.png new file mode 100644 index 0000000..c0efd90 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0842-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0843-08-000-0.png b/origin-dex/src/assets/images/pokemon/0843-08-000-0.png new file mode 100644 index 0000000..668bc72 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0843-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0844-08-000-0.png b/origin-dex/src/assets/images/pokemon/0844-08-000-0.png new file mode 100644 index 0000000..905742e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0844-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0844-08-001-0.png b/origin-dex/src/assets/images/pokemon/0844-08-001-0.png new file mode 100644 index 0000000..7f42d20 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0844-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0845-08-000-0.png b/origin-dex/src/assets/images/pokemon/0845-08-000-0.png new file mode 100644 index 0000000..0e95c91 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0845-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0845-08-001-0.png b/origin-dex/src/assets/images/pokemon/0845-08-001-0.png new file mode 100644 index 0000000..75d2b2b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0845-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0845-08-002-0.png b/origin-dex/src/assets/images/pokemon/0845-08-002-0.png new file mode 100644 index 0000000..132dab2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0845-08-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0846-08-000-0.png b/origin-dex/src/assets/images/pokemon/0846-08-000-0.png new file mode 100644 index 0000000..686810a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0846-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0847-08-000-0.png b/origin-dex/src/assets/images/pokemon/0847-08-000-0.png new file mode 100644 index 0000000..cfb9c66 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0847-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0848-08-000-0.png b/origin-dex/src/assets/images/pokemon/0848-08-000-0.png new file mode 100644 index 0000000..07ca1e2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0848-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0849-08-001-0.png b/origin-dex/src/assets/images/pokemon/0849-08-001-0.png new file mode 100644 index 0000000..1bc76cb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0849-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0849-08-002-0.png b/origin-dex/src/assets/images/pokemon/0849-08-002-0.png new file mode 100644 index 0000000..871e964 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0849-08-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0849-08-003-0.png b/origin-dex/src/assets/images/pokemon/0849-08-003-0.png new file mode 100644 index 0000000..0a2a97f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0849-08-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0850-08-000-0.png b/origin-dex/src/assets/images/pokemon/0850-08-000-0.png new file mode 100644 index 0000000..f907f6a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0850-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0851-08-000-0.png b/origin-dex/src/assets/images/pokemon/0851-08-000-0.png new file mode 100644 index 0000000..4ba640e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0851-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0851-08-001-0.png b/origin-dex/src/assets/images/pokemon/0851-08-001-0.png new file mode 100644 index 0000000..8fdbffd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0851-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0852-08-000-0.png b/origin-dex/src/assets/images/pokemon/0852-08-000-0.png new file mode 100644 index 0000000..d850785 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0852-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0853-08-000-0.png b/origin-dex/src/assets/images/pokemon/0853-08-000-0.png new file mode 100644 index 0000000..4e2e2c0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0853-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0854-08-000-0.png b/origin-dex/src/assets/images/pokemon/0854-08-000-0.png new file mode 100644 index 0000000..8d788ab Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0854-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0855-08-000-0.png b/origin-dex/src/assets/images/pokemon/0855-08-000-0.png new file mode 100644 index 0000000..0f288b4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0855-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0856-08-000-0.png b/origin-dex/src/assets/images/pokemon/0856-08-000-0.png new file mode 100644 index 0000000..6a81fc5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0856-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0857-08-000-0.png b/origin-dex/src/assets/images/pokemon/0857-08-000-0.png new file mode 100644 index 0000000..cc76fcb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0857-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0858-08-000-0.png b/origin-dex/src/assets/images/pokemon/0858-08-000-0.png new file mode 100644 index 0000000..b90ef27 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0858-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0858-08-001-0.png b/origin-dex/src/assets/images/pokemon/0858-08-001-0.png new file mode 100644 index 0000000..4cedb34 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0858-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0859-08-000-0.png b/origin-dex/src/assets/images/pokemon/0859-08-000-0.png new file mode 100644 index 0000000..3d73ff8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0859-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0860-08-000-0.png b/origin-dex/src/assets/images/pokemon/0860-08-000-0.png new file mode 100644 index 0000000..6f0c755 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0860-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0861-08-000-0.png b/origin-dex/src/assets/images/pokemon/0861-08-000-0.png new file mode 100644 index 0000000..69f3b17 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0861-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0861-08-001-0.png b/origin-dex/src/assets/images/pokemon/0861-08-001-0.png new file mode 100644 index 0000000..5af8957 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0861-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0862-08-000-0.png b/origin-dex/src/assets/images/pokemon/0862-08-000-0.png new file mode 100644 index 0000000..64ef31c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0862-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0863-08-000-0.png b/origin-dex/src/assets/images/pokemon/0863-08-000-0.png new file mode 100644 index 0000000..bb81908 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0863-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0864-08-000-0.png b/origin-dex/src/assets/images/pokemon/0864-08-000-0.png new file mode 100644 index 0000000..8a676fa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0864-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0865-08-000-0.png b/origin-dex/src/assets/images/pokemon/0865-08-000-0.png new file mode 100644 index 0000000..7ace854 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0865-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0866-08-000-0.png b/origin-dex/src/assets/images/pokemon/0866-08-000-0.png new file mode 100644 index 0000000..4cf3c19 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0866-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0867-08-000-0.png b/origin-dex/src/assets/images/pokemon/0867-08-000-0.png new file mode 100644 index 0000000..86880af Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0867-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0868-08-000-0.png b/origin-dex/src/assets/images/pokemon/0868-08-000-0.png new file mode 100644 index 0000000..09554cc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0868-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-001-0.png b/origin-dex/src/assets/images/pokemon/0869-08-001-0.png new file mode 100644 index 0000000..f7401cf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-002-0.png b/origin-dex/src/assets/images/pokemon/0869-08-002-0.png new file mode 100644 index 0000000..25edf65 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-003-0.png b/origin-dex/src/assets/images/pokemon/0869-08-003-0.png new file mode 100644 index 0000000..a55ec00 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-004-0.png b/origin-dex/src/assets/images/pokemon/0869-08-004-0.png new file mode 100644 index 0000000..7c5491b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-005-0.png b/origin-dex/src/assets/images/pokemon/0869-08-005-0.png new file mode 100644 index 0000000..0146490 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-005-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-006-0.png b/origin-dex/src/assets/images/pokemon/0869-08-006-0.png new file mode 100644 index 0000000..b835047 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-006-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-007-0.png b/origin-dex/src/assets/images/pokemon/0869-08-007-0.png new file mode 100644 index 0000000..e3df489 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-007-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-008-0.png b/origin-dex/src/assets/images/pokemon/0869-08-008-0.png new file mode 100644 index 0000000..109e2a8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-008-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-009-0.png b/origin-dex/src/assets/images/pokemon/0869-08-009-0.png new file mode 100644 index 0000000..53f5f5a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-009-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-010-0.png b/origin-dex/src/assets/images/pokemon/0869-08-010-0.png new file mode 100644 index 0000000..0d94f0c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-010-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-011-0.png b/origin-dex/src/assets/images/pokemon/0869-08-011-0.png new file mode 100644 index 0000000..b34a225 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-011-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-012-0.png b/origin-dex/src/assets/images/pokemon/0869-08-012-0.png new file mode 100644 index 0000000..04d2894 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-012-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-013-0.png b/origin-dex/src/assets/images/pokemon/0869-08-013-0.png new file mode 100644 index 0000000..1dbcb40 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-013-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-014-0.png b/origin-dex/src/assets/images/pokemon/0869-08-014-0.png new file mode 100644 index 0000000..1db781d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-014-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-015-0.png b/origin-dex/src/assets/images/pokemon/0869-08-015-0.png new file mode 100644 index 0000000..2bfefc6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-015-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-016-0.png b/origin-dex/src/assets/images/pokemon/0869-08-016-0.png new file mode 100644 index 0000000..9e2fee8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-016-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-017-0.png b/origin-dex/src/assets/images/pokemon/0869-08-017-0.png new file mode 100644 index 0000000..e48a47f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-017-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-018-0.png b/origin-dex/src/assets/images/pokemon/0869-08-018-0.png new file mode 100644 index 0000000..1675db6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-018-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-019-0.png b/origin-dex/src/assets/images/pokemon/0869-08-019-0.png new file mode 100644 index 0000000..f5e0e19 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-019-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-020-0.png b/origin-dex/src/assets/images/pokemon/0869-08-020-0.png new file mode 100644 index 0000000..e04ccfa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-020-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-021-0.png b/origin-dex/src/assets/images/pokemon/0869-08-021-0.png new file mode 100644 index 0000000..c0a4747 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-021-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-022-0.png b/origin-dex/src/assets/images/pokemon/0869-08-022-0.png new file mode 100644 index 0000000..2298f7f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-022-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-023-0.png b/origin-dex/src/assets/images/pokemon/0869-08-023-0.png new file mode 100644 index 0000000..b87ce0c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-023-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-024-0.png b/origin-dex/src/assets/images/pokemon/0869-08-024-0.png new file mode 100644 index 0000000..0322beb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-024-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-025-0.png b/origin-dex/src/assets/images/pokemon/0869-08-025-0.png new file mode 100644 index 0000000..bb590a4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-025-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-026-0.png b/origin-dex/src/assets/images/pokemon/0869-08-026-0.png new file mode 100644 index 0000000..cc3ad6a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-026-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-027-0.png b/origin-dex/src/assets/images/pokemon/0869-08-027-0.png new file mode 100644 index 0000000..6427dab Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-027-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-028-0.png b/origin-dex/src/assets/images/pokemon/0869-08-028-0.png new file mode 100644 index 0000000..23b3a51 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-028-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-029-0.png b/origin-dex/src/assets/images/pokemon/0869-08-029-0.png new file mode 100644 index 0000000..5658ad2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-029-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-030-0.png b/origin-dex/src/assets/images/pokemon/0869-08-030-0.png new file mode 100644 index 0000000..5148539 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-030-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-031-0.png b/origin-dex/src/assets/images/pokemon/0869-08-031-0.png new file mode 100644 index 0000000..d909b29 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-031-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-032-0.png b/origin-dex/src/assets/images/pokemon/0869-08-032-0.png new file mode 100644 index 0000000..3bab1b6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-032-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-033-0.png b/origin-dex/src/assets/images/pokemon/0869-08-033-0.png new file mode 100644 index 0000000..25d7699 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-033-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-034-0.png b/origin-dex/src/assets/images/pokemon/0869-08-034-0.png new file mode 100644 index 0000000..f0aabbe Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-034-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-035-0.png b/origin-dex/src/assets/images/pokemon/0869-08-035-0.png new file mode 100644 index 0000000..24c4da2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-035-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-036-0.png b/origin-dex/src/assets/images/pokemon/0869-08-036-0.png new file mode 100644 index 0000000..06ed62f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-036-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-037-0.png b/origin-dex/src/assets/images/pokemon/0869-08-037-0.png new file mode 100644 index 0000000..0c8efe7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-037-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-038-0.png b/origin-dex/src/assets/images/pokemon/0869-08-038-0.png new file mode 100644 index 0000000..3f35569 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-038-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-039-0.png b/origin-dex/src/assets/images/pokemon/0869-08-039-0.png new file mode 100644 index 0000000..04d25a6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-039-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-040-0.png b/origin-dex/src/assets/images/pokemon/0869-08-040-0.png new file mode 100644 index 0000000..4262890 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-040-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-041-0.png b/origin-dex/src/assets/images/pokemon/0869-08-041-0.png new file mode 100644 index 0000000..521714c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-041-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-042-0.png b/origin-dex/src/assets/images/pokemon/0869-08-042-0.png new file mode 100644 index 0000000..8d62e8b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-042-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-043-0.png b/origin-dex/src/assets/images/pokemon/0869-08-043-0.png new file mode 100644 index 0000000..b5a2c80 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-043-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-044-0.png b/origin-dex/src/assets/images/pokemon/0869-08-044-0.png new file mode 100644 index 0000000..009208e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-044-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-045-0.png b/origin-dex/src/assets/images/pokemon/0869-08-045-0.png new file mode 100644 index 0000000..ff30d98 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-045-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-046-0.png b/origin-dex/src/assets/images/pokemon/0869-08-046-0.png new file mode 100644 index 0000000..ba7024c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-046-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-047-0.png b/origin-dex/src/assets/images/pokemon/0869-08-047-0.png new file mode 100644 index 0000000..8c07795 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-047-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-048-0.png b/origin-dex/src/assets/images/pokemon/0869-08-048-0.png new file mode 100644 index 0000000..4901530 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-048-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-049-0.png b/origin-dex/src/assets/images/pokemon/0869-08-049-0.png new file mode 100644 index 0000000..3a69833 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-049-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-050-0.png b/origin-dex/src/assets/images/pokemon/0869-08-050-0.png new file mode 100644 index 0000000..409af43 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-050-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-051-0.png b/origin-dex/src/assets/images/pokemon/0869-08-051-0.png new file mode 100644 index 0000000..ec122cd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-051-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-052-0.png b/origin-dex/src/assets/images/pokemon/0869-08-052-0.png new file mode 100644 index 0000000..51eb400 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-052-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-053-0.png b/origin-dex/src/assets/images/pokemon/0869-08-053-0.png new file mode 100644 index 0000000..57c96c2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-053-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-054-0.png b/origin-dex/src/assets/images/pokemon/0869-08-054-0.png new file mode 100644 index 0000000..490a883 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-054-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-055-0.png b/origin-dex/src/assets/images/pokemon/0869-08-055-0.png new file mode 100644 index 0000000..31627d7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-055-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-056-0.png b/origin-dex/src/assets/images/pokemon/0869-08-056-0.png new file mode 100644 index 0000000..8524963 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-056-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-057-0.png b/origin-dex/src/assets/images/pokemon/0869-08-057-0.png new file mode 100644 index 0000000..62479c3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-057-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-058-0.png b/origin-dex/src/assets/images/pokemon/0869-08-058-0.png new file mode 100644 index 0000000..e71398f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-058-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-059-0.png b/origin-dex/src/assets/images/pokemon/0869-08-059-0.png new file mode 100644 index 0000000..4de9f26 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-059-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-060-0.png b/origin-dex/src/assets/images/pokemon/0869-08-060-0.png new file mode 100644 index 0000000..3e5eeea Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-060-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-061-0.png b/origin-dex/src/assets/images/pokemon/0869-08-061-0.png new file mode 100644 index 0000000..3b1eecc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-061-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-062-0.png b/origin-dex/src/assets/images/pokemon/0869-08-062-0.png new file mode 100644 index 0000000..247b9e9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-062-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-063-0.png b/origin-dex/src/assets/images/pokemon/0869-08-063-0.png new file mode 100644 index 0000000..97b6dc8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-063-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0869-08-064-0.png b/origin-dex/src/assets/images/pokemon/0869-08-064-0.png new file mode 100644 index 0000000..198aa30 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0869-08-064-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0870-08-000-0.png b/origin-dex/src/assets/images/pokemon/0870-08-000-0.png new file mode 100644 index 0000000..bfa6063 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0870-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0871-08-000-0.png b/origin-dex/src/assets/images/pokemon/0871-08-000-0.png new file mode 100644 index 0000000..c591f0c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0871-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0872-08-000-0.png b/origin-dex/src/assets/images/pokemon/0872-08-000-0.png new file mode 100644 index 0000000..69efdfd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0872-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0873-08-000-0.png b/origin-dex/src/assets/images/pokemon/0873-08-000-0.png new file mode 100644 index 0000000..18e23b8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0873-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0874-08-000-0.png b/origin-dex/src/assets/images/pokemon/0874-08-000-0.png new file mode 100644 index 0000000..c2e96a3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0874-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0875-08-001-0.png b/origin-dex/src/assets/images/pokemon/0875-08-001-0.png new file mode 100644 index 0000000..2dd8243 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0875-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0875-08-002-0.png b/origin-dex/src/assets/images/pokemon/0875-08-002-0.png new file mode 100644 index 0000000..b3bb06b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0875-08-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0876-08-000-1.png b/origin-dex/src/assets/images/pokemon/0876-08-000-1.png new file mode 100644 index 0000000..dda23ec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0876-08-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0876-08-000-2.png b/origin-dex/src/assets/images/pokemon/0876-08-000-2.png new file mode 100644 index 0000000..3a64a36 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0876-08-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0877-08-001-0.png b/origin-dex/src/assets/images/pokemon/0877-08-001-0.png new file mode 100644 index 0000000..86eea67 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0877-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0877-08-002-0.png b/origin-dex/src/assets/images/pokemon/0877-08-002-0.png new file mode 100644 index 0000000..3b56ca6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0877-08-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0878-08-000-0.png b/origin-dex/src/assets/images/pokemon/0878-08-000-0.png new file mode 100644 index 0000000..b07d0c5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0878-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0879-08-000-0.png b/origin-dex/src/assets/images/pokemon/0879-08-000-0.png new file mode 100644 index 0000000..bcb743a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0879-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0879-08-001-0.png b/origin-dex/src/assets/images/pokemon/0879-08-001-0.png new file mode 100644 index 0000000..91c53a5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0879-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0880-08-000-0.png b/origin-dex/src/assets/images/pokemon/0880-08-000-0.png new file mode 100644 index 0000000..2ea575c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0880-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0881-08-000-0.png b/origin-dex/src/assets/images/pokemon/0881-08-000-0.png new file mode 100644 index 0000000..c6babc8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0881-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0882-08-000-0.png b/origin-dex/src/assets/images/pokemon/0882-08-000-0.png new file mode 100644 index 0000000..eab85a3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0882-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0883-08-000-0.png b/origin-dex/src/assets/images/pokemon/0883-08-000-0.png new file mode 100644 index 0000000..3ba0362 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0883-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0884-08-000-0.png b/origin-dex/src/assets/images/pokemon/0884-08-000-0.png new file mode 100644 index 0000000..c0a82df Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0884-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0884-08-001-0.png b/origin-dex/src/assets/images/pokemon/0884-08-001-0.png new file mode 100644 index 0000000..1c06d69 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0884-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0885-08-000-0.png b/origin-dex/src/assets/images/pokemon/0885-08-000-0.png new file mode 100644 index 0000000..ff86c82 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0885-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0886-08-000-0.png b/origin-dex/src/assets/images/pokemon/0886-08-000-0.png new file mode 100644 index 0000000..5561ab8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0886-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0887-08-000-0.png b/origin-dex/src/assets/images/pokemon/0887-08-000-0.png new file mode 100644 index 0000000..e48a2b1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0887-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0888-08-001-0.png b/origin-dex/src/assets/images/pokemon/0888-08-001-0.png new file mode 100644 index 0000000..60f510b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0888-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0888-08-002-0.png b/origin-dex/src/assets/images/pokemon/0888-08-002-0.png new file mode 100644 index 0000000..7931d08 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0888-08-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0889-08-001-0.png b/origin-dex/src/assets/images/pokemon/0889-08-001-0.png new file mode 100644 index 0000000..56c82d5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0889-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0889-08-002-0.png b/origin-dex/src/assets/images/pokemon/0889-08-002-0.png new file mode 100644 index 0000000..97ad218 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0889-08-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0890-08-000-0.png b/origin-dex/src/assets/images/pokemon/0890-08-000-0.png new file mode 100644 index 0000000..81dd969 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0890-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0890-08-001-0.png b/origin-dex/src/assets/images/pokemon/0890-08-001-0.png new file mode 100644 index 0000000..1d39298 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0890-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0891-08-000-0.png b/origin-dex/src/assets/images/pokemon/0891-08-000-0.png new file mode 100644 index 0000000..ee942b5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0891-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0892-08-001-0.png b/origin-dex/src/assets/images/pokemon/0892-08-001-0.png new file mode 100644 index 0000000..92e1a42 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0892-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0892-08-002-0.png b/origin-dex/src/assets/images/pokemon/0892-08-002-0.png new file mode 100644 index 0000000..74b9d4a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0892-08-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0892-08-003-0.png b/origin-dex/src/assets/images/pokemon/0892-08-003-0.png new file mode 100644 index 0000000..356fcb2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0892-08-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0892-08-004-0.png b/origin-dex/src/assets/images/pokemon/0892-08-004-0.png new file mode 100644 index 0000000..caf9b73 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0892-08-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0893-08-000-0.png b/origin-dex/src/assets/images/pokemon/0893-08-000-0.png new file mode 100644 index 0000000..491df28 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0893-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0893-08-001-0.png b/origin-dex/src/assets/images/pokemon/0893-08-001-0.png new file mode 100644 index 0000000..0d23011 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0893-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0894-08-000-0.png b/origin-dex/src/assets/images/pokemon/0894-08-000-0.png new file mode 100644 index 0000000..0a862e0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0894-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0895-08-000-0.png b/origin-dex/src/assets/images/pokemon/0895-08-000-0.png new file mode 100644 index 0000000..8511686 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0895-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0896-08-000-0.png b/origin-dex/src/assets/images/pokemon/0896-08-000-0.png new file mode 100644 index 0000000..635c806 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0896-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0897-08-000-0.png b/origin-dex/src/assets/images/pokemon/0897-08-000-0.png new file mode 100644 index 0000000..9e4cbe4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0897-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0898-08-000-0.png b/origin-dex/src/assets/images/pokemon/0898-08-000-0.png new file mode 100644 index 0000000..32ac5ca Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0898-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0898-08-001-0.png b/origin-dex/src/assets/images/pokemon/0898-08-001-0.png new file mode 100644 index 0000000..ee29c94 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0898-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0898-08-002-0.png b/origin-dex/src/assets/images/pokemon/0898-08-002-0.png new file mode 100644 index 0000000..67dd9e0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0898-08-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0899-08-000-0.png b/origin-dex/src/assets/images/pokemon/0899-08-000-0.png new file mode 100644 index 0000000..a8d0a60 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0899-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0900-08-000-0.png b/origin-dex/src/assets/images/pokemon/0900-08-000-0.png new file mode 100644 index 0000000..a1f0d93 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0900-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0901-08-000-0.png b/origin-dex/src/assets/images/pokemon/0901-08-000-0.png new file mode 100644 index 0000000..53257cf Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0901-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0901-08-001-0.png b/origin-dex/src/assets/images/pokemon/0901-08-001-0.png new file mode 100644 index 0000000..d69efde Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0901-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0902-08-000-1.png b/origin-dex/src/assets/images/pokemon/0902-08-000-1.png new file mode 100644 index 0000000..d909e0f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0902-08-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0902-08-000-2.png b/origin-dex/src/assets/images/pokemon/0902-08-000-2.png new file mode 100644 index 0000000..915abb2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0902-08-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0903-08-000-0.png b/origin-dex/src/assets/images/pokemon/0903-08-000-0.png new file mode 100644 index 0000000..c06ca35 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0903-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0904-08-000-0.png b/origin-dex/src/assets/images/pokemon/0904-08-000-0.png new file mode 100644 index 0000000..02672b3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0904-08-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0905-08-001-0.png b/origin-dex/src/assets/images/pokemon/0905-08-001-0.png new file mode 100644 index 0000000..395bc6f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0905-08-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0905-08-002-0.png b/origin-dex/src/assets/images/pokemon/0905-08-002-0.png new file mode 100644 index 0000000..6386a8c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0905-08-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0906-09-000-0.png b/origin-dex/src/assets/images/pokemon/0906-09-000-0.png new file mode 100644 index 0000000..03111cb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0906-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0907-09-000-0.png b/origin-dex/src/assets/images/pokemon/0907-09-000-0.png new file mode 100644 index 0000000..e8139aa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0907-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0908-09-000-0.png b/origin-dex/src/assets/images/pokemon/0908-09-000-0.png new file mode 100644 index 0000000..a2d4a93 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0908-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0909-09-000-0.png b/origin-dex/src/assets/images/pokemon/0909-09-000-0.png new file mode 100644 index 0000000..bcb3e97 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0909-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0910-09-000-0.png b/origin-dex/src/assets/images/pokemon/0910-09-000-0.png new file mode 100644 index 0000000..fc73829 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0910-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0911-09-000-0.png b/origin-dex/src/assets/images/pokemon/0911-09-000-0.png new file mode 100644 index 0000000..709ad1b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0911-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0912-09-000-0.png b/origin-dex/src/assets/images/pokemon/0912-09-000-0.png new file mode 100644 index 0000000..fde6b3c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0912-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0913-09-000-0.png b/origin-dex/src/assets/images/pokemon/0913-09-000-0.png new file mode 100644 index 0000000..7ee6333 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0913-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0914-09-000-0.png b/origin-dex/src/assets/images/pokemon/0914-09-000-0.png new file mode 100644 index 0000000..24904b0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0914-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0915-09-000-0.png b/origin-dex/src/assets/images/pokemon/0915-09-000-0.png new file mode 100644 index 0000000..32644ba Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0915-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0916-09-000-1.png b/origin-dex/src/assets/images/pokemon/0916-09-000-1.png new file mode 100644 index 0000000..cf55ac8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0916-09-000-1.png differ diff --git a/origin-dex/src/assets/images/pokemon/0916-09-000-2.png b/origin-dex/src/assets/images/pokemon/0916-09-000-2.png new file mode 100644 index 0000000..f6ce36b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0916-09-000-2.png differ diff --git a/origin-dex/src/assets/images/pokemon/0917-09-000-0.png b/origin-dex/src/assets/images/pokemon/0917-09-000-0.png new file mode 100644 index 0000000..82cd7aa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0917-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0918-09-000-0.png b/origin-dex/src/assets/images/pokemon/0918-09-000-0.png new file mode 100644 index 0000000..a2fed2b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0918-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0919-09-000-0.png b/origin-dex/src/assets/images/pokemon/0919-09-000-0.png new file mode 100644 index 0000000..caf60d1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0919-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0920-09-000-0.png b/origin-dex/src/assets/images/pokemon/0920-09-000-0.png new file mode 100644 index 0000000..46f697a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0920-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0921-09-000-0.png b/origin-dex/src/assets/images/pokemon/0921-09-000-0.png new file mode 100644 index 0000000..f318e90 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0921-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0922-09-000-0.png b/origin-dex/src/assets/images/pokemon/0922-09-000-0.png new file mode 100644 index 0000000..534ed7e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0922-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0923-09-000-0.png b/origin-dex/src/assets/images/pokemon/0923-09-000-0.png new file mode 100644 index 0000000..86f27fc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0923-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0924-09-000-0.png b/origin-dex/src/assets/images/pokemon/0924-09-000-0.png new file mode 100644 index 0000000..cc5985d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0924-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0925-09-001-0.png b/origin-dex/src/assets/images/pokemon/0925-09-001-0.png new file mode 100644 index 0000000..c6b4c36 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0925-09-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0925-09-002-0.png b/origin-dex/src/assets/images/pokemon/0925-09-002-0.png new file mode 100644 index 0000000..0d6a515 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0925-09-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0926-09-000-0.png b/origin-dex/src/assets/images/pokemon/0926-09-000-0.png new file mode 100644 index 0000000..81ddd56 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0926-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0927-09-000-0.png b/origin-dex/src/assets/images/pokemon/0927-09-000-0.png new file mode 100644 index 0000000..239c76a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0927-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0928-09-000-0.png b/origin-dex/src/assets/images/pokemon/0928-09-000-0.png new file mode 100644 index 0000000..5d56ac8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0928-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0929-09-000-0.png b/origin-dex/src/assets/images/pokemon/0929-09-000-0.png new file mode 100644 index 0000000..80880e0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0929-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0930-09-000-0.png b/origin-dex/src/assets/images/pokemon/0930-09-000-0.png new file mode 100644 index 0000000..4a6e9f6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0930-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0931-09-001-0.png b/origin-dex/src/assets/images/pokemon/0931-09-001-0.png new file mode 100644 index 0000000..4439ba5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0931-09-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0931-09-002-0.png b/origin-dex/src/assets/images/pokemon/0931-09-002-0.png new file mode 100644 index 0000000..ec092e7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0931-09-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0931-09-003-0.png b/origin-dex/src/assets/images/pokemon/0931-09-003-0.png new file mode 100644 index 0000000..c3b48a3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0931-09-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0931-09-004-0.png b/origin-dex/src/assets/images/pokemon/0931-09-004-0.png new file mode 100644 index 0000000..b644aa5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0931-09-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0932-09-000-0.png b/origin-dex/src/assets/images/pokemon/0932-09-000-0.png new file mode 100644 index 0000000..f964e50 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0932-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0933-09-000-0.png b/origin-dex/src/assets/images/pokemon/0933-09-000-0.png new file mode 100644 index 0000000..eed761b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0933-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0934-09-000-0.png b/origin-dex/src/assets/images/pokemon/0934-09-000-0.png new file mode 100644 index 0000000..4b9d379 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0934-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0935-09-000-0.png b/origin-dex/src/assets/images/pokemon/0935-09-000-0.png new file mode 100644 index 0000000..1b4271c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0935-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0936-09-000-0.png b/origin-dex/src/assets/images/pokemon/0936-09-000-0.png new file mode 100644 index 0000000..04d48e7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0936-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0937-09-000-0.png b/origin-dex/src/assets/images/pokemon/0937-09-000-0.png new file mode 100644 index 0000000..dd90ffd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0937-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0938-09-000-0.png b/origin-dex/src/assets/images/pokemon/0938-09-000-0.png new file mode 100644 index 0000000..9c30f47 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0938-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0939-09-000-0.png b/origin-dex/src/assets/images/pokemon/0939-09-000-0.png new file mode 100644 index 0000000..f35e322 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0939-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0940-09-000-0.png b/origin-dex/src/assets/images/pokemon/0940-09-000-0.png new file mode 100644 index 0000000..978feb3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0940-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0941-09-000-0.png b/origin-dex/src/assets/images/pokemon/0941-09-000-0.png new file mode 100644 index 0000000..be084e2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0941-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0942-09-000-0.png b/origin-dex/src/assets/images/pokemon/0942-09-000-0.png new file mode 100644 index 0000000..6907a73 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0942-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0943-09-000-0.png b/origin-dex/src/assets/images/pokemon/0943-09-000-0.png new file mode 100644 index 0000000..6f528b6 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0943-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0944-09-000-0.png b/origin-dex/src/assets/images/pokemon/0944-09-000-0.png new file mode 100644 index 0000000..6c4e5a1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0944-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0945-09-000-0.png b/origin-dex/src/assets/images/pokemon/0945-09-000-0.png new file mode 100644 index 0000000..5322349 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0945-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0946-09-000-0.png b/origin-dex/src/assets/images/pokemon/0946-09-000-0.png new file mode 100644 index 0000000..3236318 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0946-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0947-09-000-0.png b/origin-dex/src/assets/images/pokemon/0947-09-000-0.png new file mode 100644 index 0000000..edab1fa Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0947-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0948-09-000-0.png b/origin-dex/src/assets/images/pokemon/0948-09-000-0.png new file mode 100644 index 0000000..0cf292e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0948-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0949-09-000-0.png b/origin-dex/src/assets/images/pokemon/0949-09-000-0.png new file mode 100644 index 0000000..0d18187 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0949-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0950-09-000-0.png b/origin-dex/src/assets/images/pokemon/0950-09-000-0.png new file mode 100644 index 0000000..efae143 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0950-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0951-09-000-0.png b/origin-dex/src/assets/images/pokemon/0951-09-000-0.png new file mode 100644 index 0000000..9baa59c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0951-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0952-09-000-0.png b/origin-dex/src/assets/images/pokemon/0952-09-000-0.png new file mode 100644 index 0000000..9ca2e4d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0952-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0953-09-000-0.png b/origin-dex/src/assets/images/pokemon/0953-09-000-0.png new file mode 100644 index 0000000..6a6cd61 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0953-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0954-09-000-0.png b/origin-dex/src/assets/images/pokemon/0954-09-000-0.png new file mode 100644 index 0000000..70a7867 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0954-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0955-09-000-0.png b/origin-dex/src/assets/images/pokemon/0955-09-000-0.png new file mode 100644 index 0000000..546f64d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0955-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0956-09-000-0.png b/origin-dex/src/assets/images/pokemon/0956-09-000-0.png new file mode 100644 index 0000000..bdf4b2f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0956-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0957-09-000-0.png b/origin-dex/src/assets/images/pokemon/0957-09-000-0.png new file mode 100644 index 0000000..6c24fdd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0957-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0958-09-000-0.png b/origin-dex/src/assets/images/pokemon/0958-09-000-0.png new file mode 100644 index 0000000..b1f4eb5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0958-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0959-09-000-0.png b/origin-dex/src/assets/images/pokemon/0959-09-000-0.png new file mode 100644 index 0000000..384a6f1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0959-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0960-09-000-0.png b/origin-dex/src/assets/images/pokemon/0960-09-000-0.png new file mode 100644 index 0000000..ee23ee1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0960-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0961-09-000-0.png b/origin-dex/src/assets/images/pokemon/0961-09-000-0.png new file mode 100644 index 0000000..a6bf57b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0961-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0962-09-000-0.png b/origin-dex/src/assets/images/pokemon/0962-09-000-0.png new file mode 100644 index 0000000..5135e73 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0962-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0963-09-000-0.png b/origin-dex/src/assets/images/pokemon/0963-09-000-0.png new file mode 100644 index 0000000..20ea157 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0963-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0964-09-001-0.png b/origin-dex/src/assets/images/pokemon/0964-09-001-0.png new file mode 100644 index 0000000..4b9f964 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0964-09-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0964-09-002-0.png b/origin-dex/src/assets/images/pokemon/0964-09-002-0.png new file mode 100644 index 0000000..24cb97f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0964-09-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0965-09-000-0.png b/origin-dex/src/assets/images/pokemon/0965-09-000-0.png new file mode 100644 index 0000000..4491350 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0965-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0966-09-000-0.png b/origin-dex/src/assets/images/pokemon/0966-09-000-0.png new file mode 100644 index 0000000..5318105 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0966-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0967-09-000-0.png b/origin-dex/src/assets/images/pokemon/0967-09-000-0.png new file mode 100644 index 0000000..6d7eaf4 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0967-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0968-09-000-0.png b/origin-dex/src/assets/images/pokemon/0968-09-000-0.png new file mode 100644 index 0000000..b68a345 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0968-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0969-09-000-0.png b/origin-dex/src/assets/images/pokemon/0969-09-000-0.png new file mode 100644 index 0000000..1cd0250 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0969-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0970-09-000-0.png b/origin-dex/src/assets/images/pokemon/0970-09-000-0.png new file mode 100644 index 0000000..a969d32 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0970-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0971-09-000-0.png b/origin-dex/src/assets/images/pokemon/0971-09-000-0.png new file mode 100644 index 0000000..eed4efd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0971-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0972-09-000-0.png b/origin-dex/src/assets/images/pokemon/0972-09-000-0.png new file mode 100644 index 0000000..05d107d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0972-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0973-09-000-0.png b/origin-dex/src/assets/images/pokemon/0973-09-000-0.png new file mode 100644 index 0000000..8792786 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0973-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0974-09-000-0.png b/origin-dex/src/assets/images/pokemon/0974-09-000-0.png new file mode 100644 index 0000000..968de60 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0974-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0975-09-000-0.png b/origin-dex/src/assets/images/pokemon/0975-09-000-0.png new file mode 100644 index 0000000..9126ffe Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0975-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0976-09-000-0.png b/origin-dex/src/assets/images/pokemon/0976-09-000-0.png new file mode 100644 index 0000000..a40326a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0976-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0977-09-000-0.png b/origin-dex/src/assets/images/pokemon/0977-09-000-0.png new file mode 100644 index 0000000..a82a290 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0977-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0978-09-001-0.png b/origin-dex/src/assets/images/pokemon/0978-09-001-0.png new file mode 100644 index 0000000..857d34b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0978-09-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0978-09-002-0.png b/origin-dex/src/assets/images/pokemon/0978-09-002-0.png new file mode 100644 index 0000000..ab973d2 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0978-09-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0978-09-003-0.png b/origin-dex/src/assets/images/pokemon/0978-09-003-0.png new file mode 100644 index 0000000..2d3893d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0978-09-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0979-09-000-0.png b/origin-dex/src/assets/images/pokemon/0979-09-000-0.png new file mode 100644 index 0000000..e8b57fd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0979-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0980-09-000-0.png b/origin-dex/src/assets/images/pokemon/0980-09-000-0.png new file mode 100644 index 0000000..163e5d5 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0980-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0981-09-000-0.png b/origin-dex/src/assets/images/pokemon/0981-09-000-0.png new file mode 100644 index 0000000..5f3808a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0981-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0982-09-001-0.png b/origin-dex/src/assets/images/pokemon/0982-09-001-0.png new file mode 100644 index 0000000..7b8906e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0982-09-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0982-09-002-0.png b/origin-dex/src/assets/images/pokemon/0982-09-002-0.png new file mode 100644 index 0000000..0432bf3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0982-09-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0983-09-000-0.png b/origin-dex/src/assets/images/pokemon/0983-09-000-0.png new file mode 100644 index 0000000..1254676 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0983-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0984-09-000-0.png b/origin-dex/src/assets/images/pokemon/0984-09-000-0.png new file mode 100644 index 0000000..39dc932 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0984-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0985-09-000-0.png b/origin-dex/src/assets/images/pokemon/0985-09-000-0.png new file mode 100644 index 0000000..9341b15 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0985-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0986-09-000-0.png b/origin-dex/src/assets/images/pokemon/0986-09-000-0.png new file mode 100644 index 0000000..23fe575 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0986-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0987-09-000-0.png b/origin-dex/src/assets/images/pokemon/0987-09-000-0.png new file mode 100644 index 0000000..18eb5ff Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0987-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0988-09-000-0.png b/origin-dex/src/assets/images/pokemon/0988-09-000-0.png new file mode 100644 index 0000000..6a18fbc Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0988-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0989-09-000-0.png b/origin-dex/src/assets/images/pokemon/0989-09-000-0.png new file mode 100644 index 0000000..e9cd184 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0989-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0990-09-000-0.png b/origin-dex/src/assets/images/pokemon/0990-09-000-0.png new file mode 100644 index 0000000..acaac7a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0990-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0991-09-000-0.png b/origin-dex/src/assets/images/pokemon/0991-09-000-0.png new file mode 100644 index 0000000..4cfd81e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0991-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0992-09-000-0.png b/origin-dex/src/assets/images/pokemon/0992-09-000-0.png new file mode 100644 index 0000000..b7aec6b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0992-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0993-09-000-0.png b/origin-dex/src/assets/images/pokemon/0993-09-000-0.png new file mode 100644 index 0000000..b8b0997 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0993-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0994-09-000-0.png b/origin-dex/src/assets/images/pokemon/0994-09-000-0.png new file mode 100644 index 0000000..f7257fe Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0994-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0995-09-000-0.png b/origin-dex/src/assets/images/pokemon/0995-09-000-0.png new file mode 100644 index 0000000..6a45eec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0995-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0996-09-000-0.png b/origin-dex/src/assets/images/pokemon/0996-09-000-0.png new file mode 100644 index 0000000..1aa71cd Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0996-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0997-09-000-0.png b/origin-dex/src/assets/images/pokemon/0997-09-000-0.png new file mode 100644 index 0000000..e30893f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0997-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0998-09-000-0.png b/origin-dex/src/assets/images/pokemon/0998-09-000-0.png new file mode 100644 index 0000000..6c15d8f Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0998-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0999-09-001-0.png b/origin-dex/src/assets/images/pokemon/0999-09-001-0.png new file mode 100644 index 0000000..02e58b0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0999-09-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/0999-09-002-0.png b/origin-dex/src/assets/images/pokemon/0999-09-002-0.png new file mode 100644 index 0000000..c8ec62e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/0999-09-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1000-09-000-0.png b/origin-dex/src/assets/images/pokemon/1000-09-000-0.png new file mode 100644 index 0000000..49dab48 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1000-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1001-09-000-0.png b/origin-dex/src/assets/images/pokemon/1001-09-000-0.png new file mode 100644 index 0000000..6b1bfac Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1001-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1002-09-000-0.png b/origin-dex/src/assets/images/pokemon/1002-09-000-0.png new file mode 100644 index 0000000..4374538 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1002-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1003-09-000-0.png b/origin-dex/src/assets/images/pokemon/1003-09-000-0.png new file mode 100644 index 0000000..e18546e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1003-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1004-09-000-0.png b/origin-dex/src/assets/images/pokemon/1004-09-000-0.png new file mode 100644 index 0000000..af04c56 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1004-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1005-09-000-0.png b/origin-dex/src/assets/images/pokemon/1005-09-000-0.png new file mode 100644 index 0000000..4f9a300 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1005-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1006-09-000-0.png b/origin-dex/src/assets/images/pokemon/1006-09-000-0.png new file mode 100644 index 0000000..ef54dad Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1006-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1007-09-000-0.png b/origin-dex/src/assets/images/pokemon/1007-09-000-0.png new file mode 100644 index 0000000..af87bb7 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1007-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1008-09-000-0.png b/origin-dex/src/assets/images/pokemon/1008-09-000-0.png new file mode 100644 index 0000000..b4cd2ea Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1008-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1009-09-000-0.png b/origin-dex/src/assets/images/pokemon/1009-09-000-0.png new file mode 100644 index 0000000..6365ef1 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1009-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1010-09-000-0.png b/origin-dex/src/assets/images/pokemon/1010-09-000-0.png new file mode 100644 index 0000000..5d55ae0 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1010-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1011-09-000-0.png b/origin-dex/src/assets/images/pokemon/1011-09-000-0.png new file mode 100644 index 0000000..a4657af Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1011-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1012-09-000-0.png b/origin-dex/src/assets/images/pokemon/1012-09-000-0.png new file mode 100644 index 0000000..815784a Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1012-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1013-09-000-0.png b/origin-dex/src/assets/images/pokemon/1013-09-000-0.png new file mode 100644 index 0000000..253f384 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1013-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1014-09-000-0.png b/origin-dex/src/assets/images/pokemon/1014-09-000-0.png new file mode 100644 index 0000000..deeebe8 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1014-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1015-09-000-0.png b/origin-dex/src/assets/images/pokemon/1015-09-000-0.png new file mode 100644 index 0000000..655307c Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1015-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1016-09-000-0.png b/origin-dex/src/assets/images/pokemon/1016-09-000-0.png new file mode 100644 index 0000000..828e7df Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1016-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1017-09-001-0.png b/origin-dex/src/assets/images/pokemon/1017-09-001-0.png new file mode 100644 index 0000000..4722bd9 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1017-09-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1017-09-002-0.png b/origin-dex/src/assets/images/pokemon/1017-09-002-0.png new file mode 100644 index 0000000..5ddddec Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1017-09-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1017-09-003-0.png b/origin-dex/src/assets/images/pokemon/1017-09-003-0.png new file mode 100644 index 0000000..35e3e00 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1017-09-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1017-09-004-0.png b/origin-dex/src/assets/images/pokemon/1017-09-004-0.png new file mode 100644 index 0000000..d4db74d Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1017-09-004-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1018-09-000-0.png b/origin-dex/src/assets/images/pokemon/1018-09-000-0.png new file mode 100644 index 0000000..f6f8f11 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1018-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1019-09-000-0.png b/origin-dex/src/assets/images/pokemon/1019-09-000-0.png new file mode 100644 index 0000000..e1fc755 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1019-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1020-09-000-0.png b/origin-dex/src/assets/images/pokemon/1020-09-000-0.png new file mode 100644 index 0000000..55510bb Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1020-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1021-09-000-0.png b/origin-dex/src/assets/images/pokemon/1021-09-000-0.png new file mode 100644 index 0000000..05b1c4e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1021-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1022-09-000-0.png b/origin-dex/src/assets/images/pokemon/1022-09-000-0.png new file mode 100644 index 0000000..462636e Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1022-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1023-09-000-0.png b/origin-dex/src/assets/images/pokemon/1023-09-000-0.png new file mode 100644 index 0000000..a23d416 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1023-09-000-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1024-09-001-0.png b/origin-dex/src/assets/images/pokemon/1024-09-001-0.png new file mode 100644 index 0000000..ef72a1b Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1024-09-001-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1024-09-002-0.png b/origin-dex/src/assets/images/pokemon/1024-09-002-0.png new file mode 100644 index 0000000..4fe5f74 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1024-09-002-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1024-09-003-0.png b/origin-dex/src/assets/images/pokemon/1024-09-003-0.png new file mode 100644 index 0000000..fdcc8ae Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1024-09-003-0.png differ diff --git a/origin-dex/src/assets/images/pokemon/1025-09-000-0.png b/origin-dex/src/assets/images/pokemon/1025-09-000-0.png new file mode 100644 index 0000000..726dcd3 Binary files /dev/null and b/origin-dex/src/assets/images/pokemon/1025-09-000-0.png differ diff --git a/origin-dex/src/environments/environment.development.ts b/origin-dex/src/environments/environment.development.ts new file mode 100644 index 0000000..e5352a6 --- /dev/null +++ b/origin-dex/src/environments/environment.development.ts @@ -0,0 +1,4 @@ +export const environment = { + production: false, + apiUrl: 'http://localhost:5000/api' + }; \ No newline at end of file diff --git a/origin-dex/src/environments/environment.prod.ts b/origin-dex/src/environments/environment.prod.ts new file mode 100644 index 0000000..01f5186 --- /dev/null +++ b/origin-dex/src/environments/environment.prod.ts @@ -0,0 +1,4 @@ +export const environment = { + production: true, + apiUrl: '/api' // Your production API URL +}; diff --git a/origin-dex/src/environments/environment.ts b/origin-dex/src/environments/environment.ts new file mode 100644 index 0000000..662a91c --- /dev/null +++ b/origin-dex/src/environments/environment.ts @@ -0,0 +1,4 @@ +export const environment = { + production: true, + apiUrl: '/api' +}; \ No newline at end of file diff --git a/origin-dex/src/index.html b/origin-dex/src/index.html new file mode 100644 index 0000000..fc56461 --- /dev/null +++ b/origin-dex/src/index.html @@ -0,0 +1,13 @@ + + + + + OriginDex + + + + + + + + diff --git a/origin-dex/src/main.server.ts b/origin-dex/src/main.server.ts new file mode 100644 index 0000000..4b9d4d1 --- /dev/null +++ b/origin-dex/src/main.server.ts @@ -0,0 +1,7 @@ +import { bootstrapApplication } from '@angular/platform-browser'; +import { AppComponent } from './app/app.component'; +import { config } from './app/app.config.server'; + +const bootstrap = () => bootstrapApplication(AppComponent, config); + +export default bootstrap; diff --git a/origin-dex/src/main.ts b/origin-dex/src/main.ts new file mode 100644 index 0000000..35b00f3 --- /dev/null +++ b/origin-dex/src/main.ts @@ -0,0 +1,6 @@ +import { bootstrapApplication } from '@angular/platform-browser'; +import { appConfig } from './app/app.config'; +import { AppComponent } from './app/app.component'; + +bootstrapApplication(AppComponent, appConfig) + .catch((err) => console.error(err)); diff --git a/origin-dex/src/styles.scss b/origin-dex/src/styles.scss new file mode 100644 index 0000000..edabb25 --- /dev/null +++ b/origin-dex/src/styles.scss @@ -0,0 +1,11 @@ +@import "@angular/material/prebuilt-themes/indigo-pink.css"; + +/* You can add global styles to this file, and also import other style files */ +html, body { + height: 100%; +} + +body { + margin: 0; + font-family: Roboto, "Helvetica Neue", sans-serif; +} \ No newline at end of file diff --git a/origin-dex/tsconfig.app.json b/origin-dex/tsconfig.app.json new file mode 100644 index 0000000..cdc0b28 --- /dev/null +++ b/origin-dex/tsconfig.app.json @@ -0,0 +1,19 @@ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./out-tsc/app", + "types": [ + "node" + ] + }, + "files": [ + "src/main.ts", + "src/main.server.ts", + "server.ts" + ], + "include": [ + "src/**/*.d.ts" + ] +} diff --git a/origin-dex/tsconfig.json b/origin-dex/tsconfig.json new file mode 100644 index 0000000..ab3069f --- /dev/null +++ b/origin-dex/tsconfig.json @@ -0,0 +1,35 @@ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ +{ + "compileOnSave": false, + "compilerOptions": { + "outDir": "./dist/out-tsc", + "strict": true, + "noImplicitOverride": true, + "noPropertyAccessFromIndexSignature": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "skipLibCheck": true, + "isolatedModules": true, + "esModuleInterop": true, + "sourceMap": true, + "inlineSourceMap": false, + "inlineSources": true, + "declaration": false, + "experimentalDecorators": true, + "moduleResolution": "node", + "importHelpers": true, + "target": "ES2022", + "module": "ES2022", + "lib": [ + "ES2022", + "dom" + ] + }, + "angularCompilerOptions": { + "enableI18nLegacyMessageIdFormat": false, + "strictInjectionParameters": true, + "strictInputAccessModifiers": true, + "strictTemplates": true + } +} diff --git a/origin-dex/tsconfig.spec.json b/origin-dex/tsconfig.spec.json new file mode 100644 index 0000000..5fb748d --- /dev/null +++ b/origin-dex/tsconfig.spec.json @@ -0,0 +1,15 @@ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./out-tsc/spec", + "types": [ + "jasmine" + ] + }, + "include": [ + "src/**/*.spec.ts", + "src/**/*.d.ts" + ] +}