Jeobeardy/package-lock.json

4239 lines
104 KiB
JSON
Raw Permalink Normal View History

2023-07-10 18:18:02 +02:00
{
"name": "jeobeardy",
"version": "1.1.0",
"lockfileVersion": 3,
2023-07-10 18:18:02 +02:00
"requires": true,
"packages": {
"": {
"name": "jeobeardy",
"version": "1.1.0",
2023-07-10 18:18:02 +02:00
"license": "GPL-3.0-or-later",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "~7.2.0",
"@fortawesome/free-regular-svg-icons": "~7.2.0",
"@fortawesome/free-solid-svg-icons": "~7.2.0",
"@fortawesome/vue-fontawesome": "~3.1.3",
"@popperjs/core": "~2.11.8",
"axios": "~1.15.0",
"bcryptjs": "~3.0.3",
"body-parser": "~2.2.2",
"bootstrap": "~5.3.8",
"connect-history-api-fallback": "~2.0.0",
"connect-mongodb-session": "~5.0.0",
"cors": "~2.8.6",
"dotenv": "~17.4.2",
"express": "~5.2.1",
"express-session": "~1.19.0",
"helmet": "~8.1.0",
"mongoose": "~9.4.1",
"morgan": "~1.10.1",
"multer": "~2.1.1",
"pinia": "~3.0.4",
"uuid": "~13.0.0",
"vite": "~8.0.8",
"vue": "~3.5.32",
"vue-router": "~5.0.4",
"ws": "~8.20.0"
2023-07-10 18:18:02 +02:00
},
"devDependencies": {
"@rushstack/eslint-patch": "~1.16.1",
"@vitejs/plugin-vue": "~6.0.5",
"@vue/eslint-config-prettier": "~10.2.0",
"eslint": "~10.2.0",
"eslint-plugin-vue": "~10.8.0",
"prettier": "~3.8.2",
"sass": "~1.99.0"
}
},
"node_modules/@babel/generator": {
"version": "7.29.1",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.29.0",
"@babel/types": "^7.29.0",
"@jridgewell/gen-mapping": "^0.3.12",
"@jridgewell/trace-mapping": "^0.3.28",
"jsesc": "^3.0.2"
},
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-string-parser": {
"version": "7.27.1",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-identifier": {
"version": "7.28.5",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@babel/parser": {
"version": "7.29.2",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.29.0"
},
2023-07-10 18:18:02 +02:00
"bin": {
"parser": "bin/babel-parser.js"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@babel/types": {
"version": "7.29.0",
"license": "MIT",
"dependencies": {
"@babel/helper-string-parser": "^7.27.1",
"@babel/helper-validator-identifier": "^7.28.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@emnapi/core": {
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
"integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"dependencies": {
"@emnapi/wasi-threads": "1.2.1",
"tslib": "^2.4.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@emnapi/runtime": {
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
"integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@emnapi/wasi-threads": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
"integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
"license": "MIT",
"optional": true,
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@eslint-community/eslint-utils": {
"version": "4.9.1",
"dev": true,
"license": "MIT",
"dependencies": {
"eslint-visitor-keys": "^3.4.3"
},
2023-07-10 18:18:02 +02:00
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
}
},
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
"version": "3.4.3",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/@eslint-community/regexpp": {
"version": "4.12.2",
"dev": true,
"license": "MIT",
"engines": {
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
}
},
"node_modules/@eslint/config-array": {
"version": "0.23.5",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@eslint/object-schema": "^3.0.5",
"debug": "^4.3.1",
"minimatch": "^10.2.4"
},
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
}
},
"node_modules/@eslint/config-helpers": {
"version": "0.5.5",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@eslint/core": "^1.2.1"
},
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
}
},
"node_modules/@eslint/core": {
"version": "1.2.1",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@types/json-schema": "^7.0.15"
},
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
}
},
"node_modules/@eslint/object-schema": {
"version": "3.0.5",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
}
},
"node_modules/@eslint/plugin-kit": {
"version": "0.7.1",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@eslint/core": "^1.2.1",
"levn": "^0.4.1"
},
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
}
},
"node_modules/@fortawesome/fontawesome-common-types": {
"version": "7.2.0",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/@fortawesome/fontawesome-svg-core": {
"version": "7.2.0",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-common-types": "7.2.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@fortawesome/free-regular-svg-icons": {
"version": "7.2.0",
"license": "(CC-BY-4.0 AND MIT)",
"dependencies": {
"@fortawesome/fontawesome-common-types": "7.2.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@fortawesome/free-solid-svg-icons": {
"version": "7.2.0",
"license": "(CC-BY-4.0 AND MIT)",
"dependencies": {
"@fortawesome/fontawesome-common-types": "7.2.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@fortawesome/vue-fontawesome": {
"version": "3.1.3",
"license": "MIT",
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "~1 || ~6 || ~7",
"vue": ">= 3.0.0 < 4"
}
},
"node_modules/@humanfs/core": {
"version": "0.19.1",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=18.18.0"
}
},
"node_modules/@humanfs/node": {
"version": "0.16.7",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@humanfs/core": "^0.19.1",
"@humanwhocodes/retry": "^0.4.0"
},
"engines": {
"node": ">=18.18.0"
}
},
"node_modules/@humanwhocodes/module-importer": {
"version": "1.0.1",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=12.22"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nzakas"
}
},
"node_modules/@humanwhocodes/retry": {
"version": "0.4.3",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=18.18"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nzakas"
}
},
"node_modules/@jridgewell/gen-mapping": {
"version": "0.3.13",
"license": "MIT",
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.0",
"@jridgewell/trace-mapping": "^0.3.24"
}
},
"node_modules/@jridgewell/remapping": {
"version": "2.3.5",
"license": "MIT",
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.24"
}
},
"node_modules/@jridgewell/resolve-uri": {
"version": "3.1.2",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/sourcemap-codec": {
"version": "1.5.5",
"license": "MIT"
},
"node_modules/@jridgewell/trace-mapping": {
"version": "0.3.31",
"license": "MIT",
"dependencies": {
"@jridgewell/resolve-uri": "^3.1.0",
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@mongodb-js/saslprep": {
"version": "1.4.6",
"license": "MIT",
"dependencies": {
"sparse-bitfield": "^3.0.3"
}
},
"node_modules/@napi-rs/wasm-runtime": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
"integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
"license": "MIT",
"optional": true,
"dependencies": {
"@tybys/wasm-util": "^0.10.1"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
},
"peerDependencies": {
"@emnapi/core": "^1.7.1",
"@emnapi/runtime": "^1.7.1"
}
},
"node_modules/@oxc-project/types": {
"version": "0.124.0",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/Boshen"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher": {
"version": "2.5.6",
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"dependencies": {
"detect-libc": "^2.0.3",
"is-glob": "^4.0.3",
"node-addon-api": "^7.0.0",
"picomatch": "^4.0.3"
},
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"optionalDependencies": {
"@parcel/watcher-android-arm64": "2.5.6",
"@parcel/watcher-darwin-arm64": "2.5.6",
"@parcel/watcher-darwin-x64": "2.5.6",
"@parcel/watcher-freebsd-x64": "2.5.6",
"@parcel/watcher-linux-arm-glibc": "2.5.6",
"@parcel/watcher-linux-arm-musl": "2.5.6",
"@parcel/watcher-linux-arm64-glibc": "2.5.6",
"@parcel/watcher-linux-arm64-musl": "2.5.6",
"@parcel/watcher-linux-x64-glibc": "2.5.6",
"@parcel/watcher-linux-x64-musl": "2.5.6",
"@parcel/watcher-win32-arm64": "2.5.6",
"@parcel/watcher-win32-ia32": "2.5.6",
"@parcel/watcher-win32-x64": "2.5.6"
}
},
"node_modules/@parcel/watcher-android-arm64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
"integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm64"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"android"
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-darwin-arm64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
"integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm64"
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-darwin-x64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
"integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
2023-07-10 18:18:02 +02:00
"cpu": [
"x64"
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-freebsd-x64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
"integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
2023-07-10 18:18:02 +02:00
"cpu": [
"x64"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"freebsd"
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-linux-arm-glibc": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
"integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm"
2023-07-10 18:18:02 +02:00
],
"libc": [
"glibc"
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"linux"
2023-07-10 18:18:02 +02:00
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-linux-arm-musl": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
"integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm"
],
"libc": [
"musl"
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-linux-arm64-glibc": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
"integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-linux-arm64-musl": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
"integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm64"
],
"libc": [
"musl"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-linux-x64-glibc": {
"version": "2.5.6",
2023-07-10 18:18:02 +02:00
"cpu": [
"x64"
],
"libc": [
"glibc"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-linux-x64-musl": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
"integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
2023-07-10 18:18:02 +02:00
"cpu": [
"x64"
],
"libc": [
"musl"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-win32-arm64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
"integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm64"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"win32"
2023-07-10 18:18:02 +02:00
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-win32-ia32": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
"integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
2023-07-10 18:18:02 +02:00
"cpu": [
"ia32"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"win32"
2023-07-10 18:18:02 +02:00
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@parcel/watcher-win32-x64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
"integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
2023-07-10 18:18:02 +02:00
"cpu": [
"x64"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"win32"
2023-07-10 18:18:02 +02:00
],
"engines": {
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/@pkgr/core": {
"version": "0.2.9",
"dev": true,
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/pkgr"
}
},
"node_modules/@popperjs/core": {
"version": "2.11.8",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-android-arm64": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.15.tgz",
"integrity": "sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm64"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"android"
2023-07-10 18:18:02 +02:00
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-darwin-arm64": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.15.tgz",
"integrity": "sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm64"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"darwin"
2023-07-10 18:18:02 +02:00
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-darwin-x64": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.15.tgz",
"integrity": "sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==",
2023-07-10 18:18:02 +02:00
"cpu": [
"x64"
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"darwin"
2023-07-10 18:18:02 +02:00
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-freebsd-x64": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.15.tgz",
"integrity": "sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==",
2023-07-10 18:18:02 +02:00
"cpu": [
"x64"
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"freebsd"
2023-07-10 18:18:02 +02:00
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.15.tgz",
"integrity": "sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"linux"
2023-07-10 18:18:02 +02:00
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-linux-arm64-gnu": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.15.tgz",
"integrity": "sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm64"
2023-07-10 18:18:02 +02:00
],
"libc": [
"glibc"
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"linux"
2023-07-10 18:18:02 +02:00
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-linux-arm64-musl": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.15.tgz",
"integrity": "sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==",
2023-07-10 18:18:02 +02:00
"cpu": [
"arm64"
2023-07-10 18:18:02 +02:00
],
"libc": [
"musl"
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"linux"
2023-07-10 18:18:02 +02:00
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.15.tgz",
"integrity": "sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==",
"cpu": [
"ppc64"
],
"libc": [
"glibc"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-linux-s390x-gnu": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.15.tgz",
"integrity": "sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==",
"cpu": [
"s390x"
],
"libc": [
"glibc"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-linux-x64-gnu": {
"version": "1.0.0-rc.15",
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
],
2023-07-10 18:18:02 +02:00
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-linux-x64-musl": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.15.tgz",
"integrity": "sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==",
"cpu": [
"x64"
],
"libc": [
"musl"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-openharmony-arm64": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.15.tgz",
"integrity": "sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"openharmony"
],
2023-07-10 18:18:02 +02:00
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-wasm32-wasi": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.15.tgz",
"integrity": "sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==",
"cpu": [
"wasm32"
],
"license": "MIT",
"optional": true,
2023-07-10 18:18:02 +02:00
"dependencies": {
"@emnapi/core": "1.9.2",
"@emnapi/runtime": "1.9.2",
"@napi-rs/wasm-runtime": "^1.1.3"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=14.0.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-win32-arm64-msvc": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.15.tgz",
"integrity": "sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"win32"
],
2023-07-10 18:18:02 +02:00
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/binding-win32-x64-msvc": {
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.15.tgz",
"integrity": "sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"win32"
],
2023-07-10 18:18:02 +02:00
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@rolldown/pluginutils": {
"version": "1.0.0-rc.2",
"dev": true,
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/@rushstack/eslint-patch": {
"version": "1.16.1",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT"
},
"node_modules/@tybys/wasm-util": {
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
"integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
"license": "MIT",
"optional": true,
2023-07-10 18:18:02 +02:00
"dependencies": {
"tslib": "^2.4.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@types/esrecurse": {
"version": "4.3.1",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/@types/estree": {
"version": "1.0.8",
"dev": true,
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/@types/json-schema": {
"version": "7.0.15",
"dev": true,
"license": "MIT"
},
"node_modules/@types/webidl-conversions": {
"version": "7.0.3",
"license": "MIT"
},
"node_modules/@types/whatwg-url": {
"version": "11.0.5",
"license": "MIT",
"dependencies": {
"@types/webidl-conversions": "*"
}
},
"node_modules/@vitejs/plugin-vue": {
"version": "6.0.5",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@rolldown/pluginutils": "1.0.0-rc.2"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"peerDependencies": {
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"vue": "^3.2.25"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue-macros/common": {
"version": "3.1.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@vue/compiler-sfc": "^3.5.22",
"ast-kit": "^2.1.2",
"local-pkg": "^1.1.2",
"magic-string-ast": "^1.0.2",
"unplugin-utils": "^0.3.0"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=20.19.0"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/sponsors/vue-macros"
},
"peerDependencies": {
"vue": "^2.7.0 || ^3.2.25"
},
"peerDependenciesMeta": {
"vue": {
"optional": true
}
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/compiler-core": {
"version": "3.5.32",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.29.2",
"@vue/shared": "3.5.32",
"entities": "^7.0.1",
"estree-walker": "^2.0.2",
"source-map-js": "^1.2.1"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/compiler-dom": {
"version": "3.5.32",
"license": "MIT",
"dependencies": {
"@vue/compiler-core": "3.5.32",
"@vue/shared": "3.5.32"
}
2023-07-10 18:18:02 +02:00
},
"node_modules/@vue/compiler-sfc": {
"version": "3.5.32",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.29.2",
"@vue/compiler-core": "3.5.32",
"@vue/compiler-dom": "3.5.32",
"@vue/compiler-ssr": "3.5.32",
"@vue/shared": "3.5.32",
"estree-walker": "^2.0.2",
"magic-string": "^0.30.21",
"postcss": "^8.5.8",
"source-map-js": "^1.2.1"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/compiler-ssr": {
"version": "3.5.32",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@vue/compiler-dom": "3.5.32",
"@vue/shared": "3.5.32"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/devtools-api": {
"version": "7.7.9",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@vue/devtools-kit": "^7.7.9"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/devtools-kit": {
"version": "7.7.9",
"license": "MIT",
"dependencies": {
"@vue/devtools-shared": "^7.7.9",
"birpc": "^2.3.0",
"hookable": "^5.5.3",
"mitt": "^3.0.1",
"perfect-debounce": "^1.0.0",
"speakingurl": "^14.0.1",
"superjson": "^2.2.2"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/devtools-shared": {
"version": "7.7.9",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"rfdc": "^1.4.1"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/eslint-config-prettier": {
"version": "10.2.0",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2"
2023-07-10 18:18:02 +02:00
},
"peerDependencies": {
"eslint": ">= 8.21.0",
"prettier": ">= 3.0.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/reactivity": {
"version": "3.5.32",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@vue/shared": "3.5.32"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/runtime-core": {
"version": "3.5.32",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@vue/reactivity": "3.5.32",
"@vue/shared": "3.5.32"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/runtime-dom": {
"version": "3.5.32",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@vue/reactivity": "3.5.32",
"@vue/runtime-core": "3.5.32",
"@vue/shared": "3.5.32",
"csstype": "^3.2.3"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/server-renderer": {
"version": "3.5.32",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@vue/compiler-ssr": "3.5.32",
"@vue/shared": "3.5.32"
2023-07-10 18:18:02 +02:00
},
"peerDependencies": {
"vue": "3.5.32"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/@vue/shared": {
"version": "3.5.32",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/accepts": {
"version": "2.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"mime-types": "^3.0.0",
"negotiator": "^1.0.0"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/acorn": {
"version": "8.16.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/acorn-jsx": {
"version": "5.3.2",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/ajv": {
"version": "6.14.0",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"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/append-field": {
"version": "1.0.0",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/archetype": {
"version": "0.13.1",
"license": "Apache 2.0",
2023-07-10 18:18:02 +02:00
"dependencies": {
"lodash": "4.x",
"mpath": "0.8.x"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 4.0.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/ast-kit": {
"version": "2.2.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@babel/parser": "^7.28.5",
"pathe": "^2.0.3"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=20.19.0"
},
"funding": {
"url": "https://github.com/sponsors/sxzz"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/ast-walker-scope": {
"version": "0.8.3",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@babel/parser": "^7.28.4",
"ast-kit": "^2.1.3"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=20.19.0"
},
"funding": {
"url": "https://github.com/sponsors/sxzz"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/asynckit": {
"version": "0.4.0",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/axios": {
"version": "1.15.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"follow-redirects": "^1.15.11",
"form-data": "^4.0.5",
"proxy-from-env": "^2.1.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/balanced-match": {
"version": "4.0.4",
"dev": true,
"license": "MIT",
"engines": {
"node": "18 || 20 || >=22"
}
2023-07-10 18:18:02 +02:00
},
"node_modules/basic-auth": {
"version": "2.0.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"safe-buffer": "5.1.2"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/basic-auth/node_modules/safe-buffer": {
"version": "5.1.2",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/bcryptjs": {
"version": "3.0.3",
"license": "BSD-3-Clause",
"bin": {
"bcrypt": "bin/bcrypt"
}
2023-07-10 18:18:02 +02:00
},
"node_modules/birpc": {
"version": "2.9.0",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/antfu"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/body-parser": {
"version": "2.2.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"bytes": "^3.1.2",
"content-type": "^1.0.5",
"debug": "^4.4.3",
"http-errors": "^2.0.0",
"iconv-lite": "^0.7.0",
"on-finished": "^2.4.1",
"qs": "^6.14.1",
"raw-body": "^3.0.1",
"type-is": "^2.0.1"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=18"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/boolbase": {
"version": "1.0.0",
"dev": true,
"license": "ISC"
2023-07-10 18:18:02 +02:00
},
"node_modules/bootstrap": {
"version": "5.3.8",
2023-07-10 18:18:02 +02:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"peerDependencies": {
"@popperjs/core": "^2.11.8"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/brace-expansion": {
"version": "5.0.5",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"balanced-match": "^4.0.2"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": "18 || 20 || >=22"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/bson": {
"version": "6.10.4",
"license": "Apache-2.0",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=16.20.1"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/buffer-from": {
"version": "1.1.2",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/busboy": {
"version": "1.6.0",
"dependencies": {
"streamsearch": "^1.1.0"
},
"engines": {
"node": ">=10.16.0"
}
},
"node_modules/bytes": {
"version": "3.1.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/call-bind-apply-helpers": {
2023-07-10 18:18:02 +02:00
"version": "1.0.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"es-errors": "^1.3.0",
"function-bind": "^1.1.2"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 0.4"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/call-bound": {
"version": "1.0.4",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"call-bind-apply-helpers": "^1.0.2",
"get-intrinsic": "^1.3.0"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 0.4"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/chokidar": {
"version": "4.0.3",
2023-07-10 18:18:02 +02:00
"devOptional": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"readdirp": "^4.0.1"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 14.16.0"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://paulmillr.com/funding/"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/combined-stream": {
"version": "1.0.8",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"delayed-stream": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/concat-stream": {
"version": "2.0.0",
2023-07-10 18:18:02 +02:00
"engines": [
"node >= 6.0"
2023-07-10 18:18:02 +02:00
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"buffer-from": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^3.0.2",
2023-07-10 18:18:02 +02:00
"typedarray": "^0.0.6"
}
},
"node_modules/confbox": {
"version": "0.2.4",
"license": "MIT"
},
2023-07-10 18:18:02 +02:00
"node_modules/connect-history-api-fallback": {
"version": "2.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=0.8"
}
},
"node_modules/connect-mongodb-session": {
"version": "5.0.0",
2023-07-10 18:18:02 +02:00
"dependencies": {
"archetype": "0.13.x",
"mongodb": "5.x || 6.x"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/content-disposition": {
"version": "1.1.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=18"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/content-type": {
"version": "1.0.5",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/cookie": {
"version": "0.7.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/cookie-signature": {
"version": "1.2.2",
"license": "MIT",
"engines": {
"node": ">=6.6.0"
}
2023-07-10 18:18:02 +02:00
},
"node_modules/copy-anything": {
"version": "4.0.5",
"license": "MIT",
"dependencies": {
"is-what": "^5.2.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/mesqueeb"
}
2023-07-10 18:18:02 +02:00
},
"node_modules/cors": {
"version": "2.8.6",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"object-assign": "^4",
"vary": "^1"
},
"engines": {
"node": ">= 0.10"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/cross-spawn": {
"version": "7.0.6",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/cssesc": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"bin": {
"cssesc": "bin/cssesc"
},
"engines": {
"node": ">=4"
}
},
"node_modules/csstype": {
"version": "3.2.3",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/debug": {
"version": "4.4.3",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"ms": "^2.1.3"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/deep-is": {
"version": "0.1.4",
"dev": true,
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/delayed-stream": {
"version": "1.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/depd": {
"version": "2.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/detect-libc": {
"version": "2.1.2",
"license": "Apache-2.0",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=8"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/dotenv": {
"version": "17.4.2",
"license": "BSD-2-Clause",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/dunder-proto": {
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"call-bind-apply-helpers": "^1.0.1",
"es-errors": "^1.3.0",
"gopd": "^1.2.0"
},
"engines": {
"node": ">= 0.4"
}
},
2023-07-10 18:18:02 +02:00
"node_modules/ee-first": {
"version": "1.1.1",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/encodeurl": {
"version": "2.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/entities": {
"version": "7.0.1",
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/es-define-property": {
"version": "1.0.1",
"license": "MIT",
"engines": {
"node": ">= 0.4"
}
},
"node_modules/es-errors": {
"version": "1.3.0",
"license": "MIT",
"engines": {
"node": ">= 0.4"
}
},
"node_modules/es-object-atoms": {
"version": "1.1.1",
"license": "MIT",
"dependencies": {
"es-errors": "^1.3.0"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/es-set-tostringtag": {
"version": "2.1.0",
"license": "MIT",
"dependencies": {
"es-errors": "^1.3.0",
"get-intrinsic": "^1.2.6",
"has-tostringtag": "^1.0.2",
"hasown": "^2.0.2"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 0.4"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/escape-html": {
"version": "1.0.3",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/escape-string-regexp": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint": {
"version": "10.2.0",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.2",
"@eslint/config-array": "^0.23.4",
"@eslint/config-helpers": "^0.5.4",
"@eslint/core": "^1.2.0",
"@eslint/plugin-kit": "^0.7.0",
"@humanfs/node": "^0.16.6",
2023-07-10 18:18:02 +02:00
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.4.2",
"@types/estree": "^1.0.6",
"ajv": "^6.14.0",
"cross-spawn": "^7.0.6",
2023-07-10 18:18:02 +02:00
"debug": "^4.3.2",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^9.1.2",
"eslint-visitor-keys": "^5.0.1",
"espree": "^11.2.0",
"esquery": "^1.7.0",
2023-07-10 18:18:02 +02:00
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"file-entry-cache": "^8.0.0",
2023-07-10 18:18:02 +02:00
"find-up": "^5.0.0",
"glob-parent": "^6.0.2",
"ignore": "^5.2.0",
"imurmurhash": "^0.1.4",
"is-glob": "^4.0.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"minimatch": "^10.2.4",
2023-07-10 18:18:02 +02:00
"natural-compare": "^1.4.0",
"optionator": "^0.9.3"
2023-07-10 18:18:02 +02:00
},
"bin": {
"eslint": "bin/eslint.js"
},
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://eslint.org/donate"
},
"peerDependencies": {
"jiti": "*"
},
"peerDependenciesMeta": {
"jiti": {
"optional": true
}
2023-07-10 18:18:02 +02:00
}
},
"node_modules/eslint-config-prettier": {
"version": "10.1.8",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"bin": {
"eslint-config-prettier": "bin/cli.js"
},
"funding": {
"url": "https://opencollective.com/eslint-config-prettier"
},
2023-07-10 18:18:02 +02:00
"peerDependencies": {
"eslint": ">=7.0.0"
}
},
"node_modules/eslint-plugin-prettier": {
"version": "5.5.5",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"prettier-linter-helpers": "^1.0.1",
"synckit": "^0.11.12"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint-plugin-prettier"
2023-07-10 18:18:02 +02:00
},
"peerDependencies": {
"@types/eslint": ">=8.0.0",
"eslint": ">=8.0.0",
"eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
"prettier": ">=3.0.0"
2023-07-10 18:18:02 +02:00
},
"peerDependenciesMeta": {
"@types/eslint": {
"optional": true
},
2023-07-10 18:18:02 +02:00
"eslint-config-prettier": {
"optional": true
}
}
},
"node_modules/eslint-plugin-vue": {
"version": "10.8.0",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
2023-07-10 18:18:02 +02:00
"natural-compare": "^1.4.0",
"nth-check": "^2.1.1",
"postcss-selector-parser": "^7.1.0",
"semver": "^7.6.3",
2023-07-10 18:18:02 +02:00
"xml-name-validator": "^4.0.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-07-10 18:18:02 +02:00
},
"peerDependencies": {
"@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
"vue-eslint-parser": "^10.0.0"
},
"peerDependenciesMeta": {
"@stylistic/eslint-plugin": {
"optional": true
},
"@typescript-eslint/parser": {
"optional": true
}
2023-07-10 18:18:02 +02:00
}
},
"node_modules/eslint-scope": {
"version": "9.1.2",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "BSD-2-Clause",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@types/esrecurse": "^4.3.1",
"@types/estree": "^1.0.8",
2023-07-10 18:18:02 +02:00
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
},
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://opencollective.com/eslint"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/eslint-visitor-keys": {
"version": "5.0.1",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "Apache-2.0",
2023-07-10 18:18:02 +02:00
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
},
"funding": {
"url": "https://opencollective.com/eslint"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/espree": {
"version": "11.2.0",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "BSD-2-Clause",
2023-07-10 18:18:02 +02:00
"dependencies": {
"acorn": "^8.16.0",
2023-07-10 18:18:02 +02:00
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^5.0.1"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/esquery": {
"version": "1.7.0",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "BSD-3-Clause",
2023-07-10 18:18:02 +02:00
"dependencies": {
"estraverse": "^5.1.0"
},
"engines": {
"node": ">=0.10"
}
},
"node_modules/esrecurse": {
"version": "4.3.0",
"dev": true,
"license": "BSD-2-Clause",
2023-07-10 18:18:02 +02:00
"dependencies": {
"estraverse": "^5.2.0"
},
"engines": {
"node": ">=4.0"
}
},
"node_modules/estraverse": {
"version": "5.3.0",
"dev": true,
"license": "BSD-2-Clause",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=4.0"
}
},
"node_modules/estree-walker": {
"version": "2.0.2",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/esutils": {
"version": "2.0.3",
"dev": true,
"license": "BSD-2-Clause",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/etag": {
"version": "1.8.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/express": {
"version": "5.2.1",
"license": "MIT",
"dependencies": {
"accepts": "^2.0.0",
"body-parser": "^2.2.1",
"content-disposition": "^1.0.0",
"content-type": "^1.0.5",
"cookie": "^0.7.1",
"cookie-signature": "^1.2.1",
"debug": "^4.4.0",
"depd": "^2.0.0",
"encodeurl": "^2.0.0",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"finalhandler": "^2.1.0",
"fresh": "^2.0.0",
"http-errors": "^2.0.0",
"merge-descriptors": "^2.0.0",
"mime-types": "^3.0.0",
"on-finished": "^2.4.1",
"once": "^1.4.0",
"parseurl": "^1.3.3",
"proxy-addr": "^2.0.7",
"qs": "^6.14.0",
"range-parser": "^1.2.1",
"router": "^2.2.0",
"send": "^1.1.0",
"serve-static": "^2.2.0",
"statuses": "^2.0.1",
"type-is": "^2.0.1",
"vary": "^1.1.2"
},
"engines": {
"node": ">= 18"
2023-07-10 18:18:02 +02:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/express-session": {
"version": "1.19.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"cookie": "~0.7.2",
"cookie-signature": "~1.0.7",
"debug": "~2.6.9",
2023-07-10 18:18:02 +02:00
"depd": "~2.0.0",
"on-headers": "~1.1.0",
2023-07-10 18:18:02 +02:00
"parseurl": "~1.3.3",
"safe-buffer": "~5.2.1",
2023-07-10 18:18:02 +02:00
"uid-safe": "~2.1.5"
},
"engines": {
"node": ">= 0.8.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/express-session/node_modules/cookie-signature": {
"version": "1.0.7",
"license": "MIT"
},
2023-07-10 18:18:02 +02:00
"node_modules/express-session/node_modules/debug": {
"version": "2.6.9",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/express-session/node_modules/ms": {
"version": "2.0.0",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/exsolve": {
"version": "1.0.8",
"license": "MIT"
},
2023-07-10 18:18:02 +02:00
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"dev": true,
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/fast-diff": {
"version": "1.3.0",
"dev": true,
"license": "Apache-2.0"
2023-07-10 18:18:02 +02:00
},
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
"dev": true,
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/fast-levenshtein": {
"version": "2.0.6",
"dev": true,
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/fdir": {
"version": "6.5.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"picomatch": "^3 || ^4"
},
"peerDependenciesMeta": {
"picomatch": {
"optional": true
}
2023-07-10 18:18:02 +02:00
}
},
"node_modules/file-entry-cache": {
"version": "8.0.0",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"flat-cache": "^4.0.0"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=16.0.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/finalhandler": {
"version": "2.1.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"debug": "^4.4.0",
"encodeurl": "^2.0.0",
"escape-html": "^1.0.3",
"on-finished": "^2.4.1",
"parseurl": "^1.3.3",
"statuses": "^2.0.1"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 18.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/find-up": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"locate-path": "^6.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/flat-cache": {
"version": "4.0.1",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"flatted": "^3.2.9",
"keyv": "^4.5.4"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=16"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/flatted": {
"version": "3.4.2",
"dev": true,
"license": "ISC"
2023-07-10 18:18:02 +02:00
},
"node_modules/follow-redirects": {
"version": "1.16.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
2023-07-10 18:18:02 +02:00
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=4.0"
},
"peerDependenciesMeta": {
"debug": {
"optional": true
}
}
},
"node_modules/form-data": {
"version": "4.0.5",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"es-set-tostringtag": "^2.1.0",
"hasown": "^2.0.2",
2023-07-10 18:18:02 +02:00
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/form-data/node_modules/mime-db": {
"version": "1.52.0",
"license": "MIT",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/form-data/node_modules/mime-types": {
"version": "2.1.35",
"license": "MIT",
"dependencies": {
"mime-db": "1.52.0"
},
"engines": {
"node": ">= 0.6"
}
},
2023-07-10 18:18:02 +02:00
"node_modules/forwarded": {
"version": "0.2.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/fresh": {
"version": "2.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2023-07-10 18:18:02 +02:00
"hasInstallScript": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.2",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2023-07-10 18:18:02 +02:00
},
"node_modules/get-intrinsic": {
"version": "1.3.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"call-bind-apply-helpers": "^1.0.2",
"es-define-property": "^1.0.1",
"es-errors": "^1.3.0",
"es-object-atoms": "^1.1.1",
"function-bind": "^1.1.2",
"get-proto": "^1.0.1",
"gopd": "^1.2.0",
"has-symbols": "^1.1.0",
"hasown": "^2.0.2",
"math-intrinsics": "^1.1.0"
},
"engines": {
"node": ">= 0.4"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/get-proto": {
"version": "1.0.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"dunder-proto": "^1.0.1",
"es-object-atoms": "^1.0.0"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 0.4"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/glob-parent": {
"version": "6.0.2",
"dev": true,
"license": "ISC",
2023-07-10 18:18:02 +02:00
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/gopd": {
"version": "1.2.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.4"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/has-symbols": {
"version": "1.1.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/has-tostringtag": {
"version": "1.0.2",
"license": "MIT",
"dependencies": {
"has-symbols": "^1.0.3"
},
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/hasown": {
"version": "2.0.2",
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.2"
},
"engines": {
"node": ">= 0.4"
}
},
2023-07-10 18:18:02 +02:00
"node_modules/helmet": {
"version": "8.1.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=18.0.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/hookable": {
"version": "5.5.3",
"license": "MIT"
},
2023-07-10 18:18:02 +02:00
"node_modules/http-errors": {
"version": "2.0.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"depd": "~2.0.0",
"inherits": "~2.0.4",
"setprototypeof": "~1.2.0",
"statuses": "~2.0.2",
"toidentifier": "~1.0.1"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 0.8"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/iconv-lite": {
"version": "0.7.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3.0.0"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=0.10.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/ignore": {
"version": "5.3.2",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 4"
}
},
"node_modules/immutable": {
"version": "5.1.5",
"devOptional": true,
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/imurmurhash": {
"version": "0.1.4",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=0.8.19"
}
},
"node_modules/inherits": {
"version": "2.0.4",
"license": "ISC"
2023-07-10 18:18:02 +02:00
},
"node_modules/ipaddr.js": {
"version": "1.9.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.10"
}
},
"node_modules/is-extglob": {
"version": "2.1.1",
"devOptional": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-glob": {
"version": "4.0.3",
"devOptional": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"is-extglob": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-promise": {
"version": "4.0.0",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/is-what": {
"version": "5.5.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/mesqueeb"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/isexe": {
"version": "2.0.0",
"dev": true,
"license": "ISC"
},
"node_modules/jsesc": {
"version": "3.1.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"bin": {
"jsesc": "bin/jsesc"
},
"engines": {
"node": ">=6"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/json-buffer": {
"version": "3.0.1",
"dev": true,
"license": "MIT"
},
2023-07-10 18:18:02 +02:00
"node_modules/json-schema-traverse": {
"version": "0.4.1",
"dev": true,
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/json-stable-stringify-without-jsonify": {
"version": "1.0.1",
"dev": true,
"license": "MIT"
},
"node_modules/json5": {
"version": "2.2.3",
"license": "MIT",
"bin": {
"json5": "lib/cli.js"
},
"engines": {
"node": ">=6"
}
2023-07-10 18:18:02 +02:00
},
"node_modules/kareem": {
"version": "3.2.0",
"license": "Apache-2.0",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/keyv": {
"version": "4.5.4",
"dev": true,
"license": "MIT",
"dependencies": {
"json-buffer": "3.0.1"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/levn": {
"version": "0.4.1",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"prelude-ls": "^1.2.1",
"type-check": "~0.4.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/lightningcss": {
"version": "1.32.0",
"license": "MPL-2.0",
"dependencies": {
"detect-libc": "^2.0.3"
},
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"optionalDependencies": {
"lightningcss-android-arm64": "1.32.0",
"lightningcss-darwin-arm64": "1.32.0",
"lightningcss-darwin-x64": "1.32.0",
"lightningcss-freebsd-x64": "1.32.0",
"lightningcss-linux-arm-gnueabihf": "1.32.0",
"lightningcss-linux-arm64-gnu": "1.32.0",
"lightningcss-linux-arm64-musl": "1.32.0",
"lightningcss-linux-x64-gnu": "1.32.0",
"lightningcss-linux-x64-musl": "1.32.0",
"lightningcss-win32-arm64-msvc": "1.32.0",
"lightningcss-win32-x64-msvc": "1.32.0"
}
},
"node_modules/lightningcss-android-arm64": {
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
"cpu": [
"arm64"
],
"license": "MPL-2.0",
"optional": true,
"os": [
"android"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-darwin-arm64": {
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
"cpu": [
"arm64"
],
"license": "MPL-2.0",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-darwin-x64": {
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
"cpu": [
"x64"
],
"license": "MPL-2.0",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-freebsd-x64": {
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
"cpu": [
"x64"
],
"license": "MPL-2.0",
"optional": true,
"os": [
"freebsd"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-linux-arm-gnueabihf": {
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
"cpu": [
"arm"
],
"license": "MPL-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-linux-arm64-gnu": {
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"license": "MPL-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-linux-arm64-musl": {
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
"cpu": [
"arm64"
],
"libc": [
"musl"
],
"license": "MPL-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-linux-x64-gnu": {
"version": "1.32.0",
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"license": "MPL-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-linux-x64-musl": {
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
"cpu": [
"x64"
],
"libc": [
"musl"
],
"license": "MPL-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-win32-arm64-msvc": {
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
"cpu": [
"arm64"
],
"license": "MPL-2.0",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-win32-x64-msvc": {
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
"cpu": [
"x64"
],
"license": "MPL-2.0",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/local-pkg": {
"version": "1.1.2",
"license": "MIT",
"dependencies": {
"mlly": "^1.7.4",
"pkg-types": "^2.3.0",
"quansync": "^0.2.11"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
2023-07-10 18:18:02 +02:00
"node_modules/locate-path": {
"version": "6.0.0",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"p-locate": "^5.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lodash": {
"version": "4.18.1",
"license": "MIT"
},
"node_modules/magic-string": {
"version": "0.30.21",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.5"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/magic-string-ast": {
"version": "1.0.3",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"magic-string": "^0.30.19"
},
"engines": {
"node": ">=20.19.0"
},
"funding": {
"url": "https://github.com/sponsors/sxzz"
}
},
"node_modules/math-intrinsics": {
"version": "1.1.0",
"license": "MIT",
"engines": {
"node": ">= 0.4"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/media-typer": {
"version": "1.1.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/memory-pager": {
"version": "1.5.0",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/merge-descriptors": {
"version": "2.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=18"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/mime-db": {
"version": "1.54.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mime-types": {
"version": "3.0.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"mime-db": "^1.54.0"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=18"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/minimatch": {
"version": "10.2.5",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "BlueOak-1.0.0",
2023-07-10 18:18:02 +02:00
"dependencies": {
"brace-expansion": "^5.0.5"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": "18 || 20 || >=22"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/mitt": {
"version": "3.0.1",
"license": "MIT"
},
"node_modules/mlly": {
"version": "1.8.2",
"license": "MIT",
"dependencies": {
"acorn": "^8.16.0",
"pathe": "^2.0.3",
"pkg-types": "^1.3.1",
"ufo": "^1.6.3"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/mlly/node_modules/confbox": {
"version": "0.1.8",
"license": "MIT"
},
"node_modules/mlly/node_modules/pkg-types": {
"version": "1.3.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"confbox": "^0.1.8",
"mlly": "^1.7.4",
"pathe": "^2.0.1"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/mongodb": {
"version": "6.21.0",
"license": "Apache-2.0",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@mongodb-js/saslprep": "^1.3.0",
"bson": "^6.10.4",
"mongodb-connection-string-url": "^3.0.2"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=16.20.1"
2023-07-10 18:18:02 +02:00
},
"peerDependencies": {
"@aws-sdk/credential-providers": "^3.188.0",
"@mongodb-js/zstd": "^1.1.0 || ^2.0.0",
"gcp-metadata": "^5.2.0",
"kerberos": "^2.0.1",
"mongodb-client-encryption": ">=6.0.0 <7",
"snappy": "^7.3.2",
"socks": "^2.7.1"
},
"peerDependenciesMeta": {
"@aws-sdk/credential-providers": {
"optional": true
},
"@mongodb-js/zstd": {
"optional": true
},
"gcp-metadata": {
"optional": true
},
"kerberos": {
"optional": true
},
"mongodb-client-encryption": {
"optional": true
},
"snappy": {
"optional": true
},
"socks": {
"optional": true
}
2023-07-10 18:18:02 +02:00
}
},
"node_modules/mongodb-connection-string-url": {
"version": "3.0.2",
"license": "Apache-2.0",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@types/whatwg-url": "^11.0.2",
"whatwg-url": "^14.1.0 || ^13.0.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/mongoose": {
"version": "9.4.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"kareem": "3.2.0",
"mongodb": "~7.1",
2023-07-10 18:18:02 +02:00
"mpath": "0.9.0",
"mquery": "6.0.0",
2023-07-10 18:18:02 +02:00
"ms": "2.1.3",
"sift": "17.1.3"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=20.19.0"
2023-07-10 18:18:02 +02:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mongoose"
}
},
"node_modules/mongoose/node_modules/@types/whatwg-url": {
"version": "13.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@types/webidl-conversions": "*"
}
},
"node_modules/mongoose/node_modules/bson": {
"version": "7.2.0",
"license": "Apache-2.0",
"engines": {
"node": ">=20.19.0"
}
},
"node_modules/mongoose/node_modules/mongodb": {
"version": "7.1.1",
"license": "Apache-2.0",
"dependencies": {
"@mongodb-js/saslprep": "^1.3.0",
"bson": "^7.1.1",
"mongodb-connection-string-url": "^7.0.0"
},
"engines": {
"node": ">=20.19.0"
},
"peerDependencies": {
"@aws-sdk/credential-providers": "^3.806.0",
"@mongodb-js/zstd": "^7.0.0",
"gcp-metadata": "^7.0.1",
"kerberos": "^7.0.0",
"mongodb-client-encryption": ">=7.0.0 <7.1.0",
"snappy": "^7.3.2",
"socks": "^2.8.6"
},
"peerDependenciesMeta": {
"@aws-sdk/credential-providers": {
"optional": true
},
"@mongodb-js/zstd": {
"optional": true
},
"gcp-metadata": {
"optional": true
},
"kerberos": {
"optional": true
},
"mongodb-client-encryption": {
"optional": true
},
"snappy": {
"optional": true
},
"socks": {
"optional": true
}
}
},
"node_modules/mongoose/node_modules/mongodb-connection-string-url": {
"version": "7.0.1",
"license": "Apache-2.0",
"dependencies": {
"@types/whatwg-url": "^13.0.0",
"whatwg-url": "^14.1.0"
},
"engines": {
"node": ">=20.19.0"
}
},
"node_modules/mongoose/node_modules/mpath": {
"version": "0.9.0",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/morgan": {
"version": "1.10.1",
"license": "MIT",
"dependencies": {
"basic-auth": "~2.0.1",
"debug": "2.6.9",
"depd": "~2.0.0",
"on-finished": "~2.3.0",
"on-headers": "~1.1.0"
},
"engines": {
"node": ">= 0.8.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/morgan/node_modules/debug": {
"version": "2.6.9",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/morgan/node_modules/ms": {
"version": "2.0.0",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/morgan/node_modules/on-finished": {
"version": "2.3.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"ee-first": "1.1.1"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/mpath": {
"version": "0.8.4",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/mquery": {
"version": "6.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=20.19.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/ms": {
"version": "2.1.3",
"license": "MIT"
},
"node_modules/muggle-string": {
"version": "0.4.1",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/multer": {
"version": "2.1.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"append-field": "^1.0.0",
"busboy": "^1.6.0",
"concat-stream": "^2.0.0",
"type-is": "^1.6.18"
},
"engines": {
"node": ">= 10.16.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
}
},
"node_modules/multer/node_modules/media-typer": {
"version": "0.3.0",
"license": "MIT",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/multer/node_modules/mime-db": {
"version": "1.52.0",
"license": "MIT",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/multer/node_modules/mime-types": {
"version": "2.1.35",
"license": "MIT",
"dependencies": {
"mime-db": "1.52.0"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/multer/node_modules/type-is": {
"version": "1.6.18",
"license": "MIT",
"dependencies": {
"media-typer": "0.3.0",
"mime-types": "~2.1.24"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 0.6"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/nanoid": {
"version": "3.3.11",
2023-07-10 18:18:02 +02:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"bin": {
"nanoid": "bin/nanoid.cjs"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
"node_modules/natural-compare": {
"version": "1.4.0",
"dev": true,
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/negotiator": {
"version": "1.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/node-addon-api": {
"version": "7.1.1",
"license": "MIT",
"optional": true
2023-07-10 18:18:02 +02:00
},
"node_modules/nth-check": {
"version": "2.1.1",
"dev": true,
"license": "BSD-2-Clause",
2023-07-10 18:18:02 +02:00
"dependencies": {
"boolbase": "^1.0.0"
},
"funding": {
"url": "https://github.com/fb55/nth-check?sponsor=1"
}
},
"node_modules/object-assign": {
"version": "4.1.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/object-inspect": {
"version": "1.13.4",
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
2023-07-10 18:18:02 +02:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/on-finished": {
"version": "2.4.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"ee-first": "1.1.1"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/on-headers": {
"version": "1.1.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/once": {
"version": "1.4.0",
"license": "ISC",
2023-07-10 18:18:02 +02:00
"dependencies": {
"wrappy": "1"
}
},
"node_modules/optionator": {
"version": "0.9.4",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"deep-is": "^0.1.3",
"fast-levenshtein": "^2.0.6",
"levn": "^0.4.1",
"prelude-ls": "^1.2.1",
"type-check": "^0.4.0",
"word-wrap": "^1.2.5"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/p-limit": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"yocto-queue": "^0.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-locate": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"p-limit": "^3.0.2"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/parseurl": {
"version": "1.3.3",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/path-exists": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/path-key": {
"version": "3.1.1",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/path-to-regexp": {
"version": "8.4.2",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
}
2023-07-10 18:18:02 +02:00
},
"node_modules/pathe": {
"version": "2.0.3",
"license": "MIT"
},
"node_modules/perfect-debounce": {
2023-07-10 18:18:02 +02:00
"version": "1.0.0",
"license": "MIT"
},
"node_modules/picocolors": {
"version": "1.1.1",
"license": "ISC"
2023-07-10 18:18:02 +02:00
},
"node_modules/picomatch": {
"version": "4.0.4",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=12"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/pinia": {
"version": "3.0.4",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@vue/devtools-api": "^7.7.7"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"typescript": ">=4.5.0",
"vue": "^3.5.11"
2023-07-10 18:18:02 +02:00
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/pkg-types": {
"version": "2.3.0",
"license": "MIT",
"dependencies": {
"confbox": "^0.2.2",
"exsolve": "^1.0.7",
"pathe": "^2.0.3"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/postcss": {
"version": "8.5.9",
2023-07-10 18:18:02 +02:00
"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",
2023-07-10 18:18:02 +02:00
"dependencies": {
"nanoid": "^3.3.11",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": "^10 || ^12 || >=14"
}
},
"node_modules/postcss-selector-parser": {
"version": "7.1.1",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
},
"engines": {
"node": ">=4"
}
},
"node_modules/prelude-ls": {
"version": "1.2.1",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/prettier": {
"version": "3.8.2",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"bin": {
"prettier": "bin/prettier.cjs"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=14"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-linter-helpers": {
"version": "1.0.1",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"fast-diff": "^1.1.2"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/proxy-addr": {
"version": "2.0.7",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"forwarded": "0.2.0",
"ipaddr.js": "1.9.1"
},
"engines": {
"node": ">= 0.10"
}
},
"node_modules/proxy-from-env": {
"version": "2.1.0",
"license": "MIT",
"engines": {
"node": ">=10"
}
2023-07-10 18:18:02 +02:00
},
"node_modules/punycode": {
"version": "2.3.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=6"
}
},
"node_modules/qs": {
"version": "6.15.1",
"license": "BSD-3-Clause",
2023-07-10 18:18:02 +02:00
"dependencies": {
"side-channel": "^1.1.0"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/quansync": {
"version": "0.2.11",
2023-07-10 18:18:02 +02:00
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/antfu"
2023-07-10 18:18:02 +02:00
},
{
"type": "individual",
"url": "https://github.com/sponsors/sxzz"
2023-07-10 18:18:02 +02:00
}
],
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/random-bytes": {
"version": "1.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/range-parser": {
"version": "1.2.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/raw-body": {
"version": "3.0.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"bytes": "~3.1.2",
"http-errors": "~2.0.1",
"iconv-lite": "~0.7.0",
"unpipe": "~1.0.0"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 0.10"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/readable-stream": {
"version": "3.6.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 6"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/readdirp": {
"version": "4.1.2",
"devOptional": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 14.18.0"
2023-07-10 18:18:02 +02:00
},
"funding": {
"type": "individual",
"url": "https://paulmillr.com/funding/"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/rfdc": {
"version": "1.4.1",
"license": "MIT"
},
"node_modules/rolldown": {
"version": "1.0.0-rc.15",
"license": "MIT",
"dependencies": {
"@oxc-project/types": "=0.124.0",
"@rolldown/pluginutils": "1.0.0-rc.15"
},
2023-07-10 18:18:02 +02:00
"bin": {
"rolldown": "bin/cli.mjs"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
},
"optionalDependencies": {
"@rolldown/binding-android-arm64": "1.0.0-rc.15",
"@rolldown/binding-darwin-arm64": "1.0.0-rc.15",
"@rolldown/binding-darwin-x64": "1.0.0-rc.15",
"@rolldown/binding-freebsd-x64": "1.0.0-rc.15",
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.15",
"@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.15",
"@rolldown/binding-linux-arm64-musl": "1.0.0-rc.15",
"@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.15",
"@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.15",
"@rolldown/binding-linux-x64-gnu": "1.0.0-rc.15",
"@rolldown/binding-linux-x64-musl": "1.0.0-rc.15",
"@rolldown/binding-openharmony-arm64": "1.0.0-rc.15",
"@rolldown/binding-wasm32-wasi": "1.0.0-rc.15",
"@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.15",
"@rolldown/binding-win32-x64-msvc": "1.0.0-rc.15"
}
},
"node_modules/rolldown/node_modules/@rolldown/pluginutils": {
"version": "1.0.0-rc.15",
"license": "MIT"
},
"node_modules/router": {
"version": "2.2.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"debug": "^4.4.0",
"depd": "^2.0.0",
"is-promise": "^4.0.0",
"parseurl": "^1.3.3",
"path-to-regexp": "^8.0.0"
},
"engines": {
"node": ">= 18"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/safe-buffer": {
"version": "5.2.1",
"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"
2023-07-10 18:18:02 +02:00
},
"node_modules/safer-buffer": {
"version": "2.1.2",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/sass": {
"version": "1.99.0",
2023-07-10 18:18:02 +02:00
"devOptional": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"chokidar": "^4.0.0",
"immutable": "^5.1.5",
2023-07-10 18:18:02 +02:00
"source-map-js": ">=0.6.2 <2.0.0"
},
"bin": {
"sass": "sass.js"
},
"engines": {
"node": ">=14.0.0"
},
"optionalDependencies": {
"@parcel/watcher": "^2.4.1"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/scule": {
"version": "1.3.0",
"license": "MIT"
},
2023-07-10 18:18:02 +02:00
"node_modules/semver": {
"version": "7.7.4",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "ISC",
2023-07-10 18:18:02 +02:00
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/send": {
"version": "1.2.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"debug": "^4.4.3",
"encodeurl": "^2.0.0",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"fresh": "^2.0.0",
"http-errors": "^2.0.1",
"mime-types": "^3.0.2",
"ms": "^2.1.3",
"on-finished": "^2.4.1",
"range-parser": "^1.2.1",
"statuses": "^2.0.2"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 18"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/serve-static": {
"version": "2.2.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"encodeurl": "^2.0.0",
"escape-html": "^1.0.3",
"parseurl": "^1.3.3",
"send": "^1.2.0"
},
"engines": {
"node": ">= 18"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/setprototypeof": {
"version": "1.2.0",
"license": "ISC"
2023-07-10 18:18:02 +02:00
},
"node_modules/shebang-command": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/shebang-regex": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/side-channel": {
"version": "1.1.0",
"license": "MIT",
"dependencies": {
"es-errors": "^1.3.0",
"object-inspect": "^1.13.3",
"side-channel-list": "^1.0.0",
"side-channel-map": "^1.0.1",
"side-channel-weakmap": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/side-channel-list": {
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"es-errors": "^1.3.0",
"object-inspect": "^1.13.4"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/side-channel-map": {
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"call-bound": "^1.0.2",
"es-errors": "^1.3.0",
"get-intrinsic": "^1.2.5",
"object-inspect": "^1.13.3"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/side-channel-weakmap": {
"version": "1.0.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"call-bound": "^1.0.2",
"es-errors": "^1.3.0",
"get-intrinsic": "^1.2.5",
"object-inspect": "^1.13.3",
"side-channel-map": "^1.0.1"
},
"engines": {
"node": ">= 0.4"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/sift": {
"version": "17.1.3",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/source-map-js": {
"version": "1.2.1",
"license": "BSD-3-Clause",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/sparse-bitfield": {
"version": "3.0.3",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"memory-pager": "^1.0.2"
}
},
"node_modules/speakingurl": {
"version": "14.0.1",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
2023-07-10 18:18:02 +02:00
"node_modules/statuses": {
"version": "2.0.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/streamsearch": {
"version": "1.1.0",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/string_decoder": {
"version": "1.3.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"safe-buffer": "~5.2.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/superjson": {
"version": "2.2.6",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"copy-anything": "^4"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=16"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/synckit": {
"version": "0.11.12",
"dev": true,
"license": "MIT",
"dependencies": {
"@pkgr/core": "^0.2.9"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/synckit"
}
},
"node_modules/tinyglobby": {
"version": "0.2.16",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"fdir": "^6.5.0",
"picomatch": "^4.0.4"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=12.0.0"
},
"funding": {
"url": "https://github.com/sponsors/SuperchupuDev"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/toidentifier": {
"version": "1.0.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=0.6"
}
},
"node_modules/tr46": {
"version": "5.1.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"punycode": "^2.3.1"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">=18"
2023-07-10 18:18:02 +02:00
}
},
"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",
"optional": true
2023-07-10 18:18:02 +02:00
},
"node_modules/type-check": {
"version": "0.4.0",
"dev": true,
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"prelude-ls": "^1.2.1"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/type-is": {
"version": "2.0.1",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"content-type": "^1.0.5",
"media-typer": "^1.1.0",
"mime-types": "^3.0.0"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/typedarray": {
"version": "0.0.6",
"license": "MIT"
},
"node_modules/ufo": {
"version": "1.6.3",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/uid-safe": {
"version": "2.1.5",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"random-bytes": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/unpipe": {
"version": "1.0.0",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/unplugin": {
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"@jridgewell/remapping": "^2.3.5",
"picomatch": "^4.0.3",
"webpack-virtual-modules": "^0.6.2"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/unplugin-utils": {
"version": "0.3.1",
"license": "MIT",
"dependencies": {
"pathe": "^2.0.3",
"picomatch": "^4.0.3"
},
"engines": {
"node": ">=20.19.0"
},
"funding": {
"url": "https://github.com/sponsors/sxzz"
}
},
2023-07-10 18:18:02 +02:00
"node_modules/uri-js": {
"version": "4.4.1",
"dev": true,
"license": "BSD-2-Clause",
2023-07-10 18:18:02 +02:00
"dependencies": {
"punycode": "^2.1.0"
}
},
"node_modules/util-deprecate": {
"version": "1.0.2",
"license": "MIT"
2023-07-10 18:18:02 +02:00
},
"node_modules/uuid": {
"version": "13.0.0",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
2023-07-10 18:18:02 +02:00
"bin": {
"uuid": "dist-node/bin/uuid"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/vary": {
"version": "1.1.2",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/vite": {
"version": "8.0.8",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"lightningcss": "^1.32.0",
"picomatch": "^4.0.4",
"postcss": "^8.5.8",
"rolldown": "1.0.0-rc.15",
"tinyglobby": "^0.2.15"
2023-07-10 18:18:02 +02:00
},
"bin": {
"vite": "bin/vite.js"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/vitejs/vite?sponsor=1"
},
2023-07-10 18:18:02 +02:00
"optionalDependencies": {
"fsevents": "~2.3.3"
2023-07-10 18:18:02 +02:00
},
"peerDependencies": {
"@types/node": "^20.19.0 || >=22.12.0",
"@vitejs/devtools": "^0.1.0",
"esbuild": "^0.27.0 || ^0.28.0",
"jiti": ">=1.21.0",
"less": "^4.0.0",
"sass": "^1.70.0",
"sass-embedded": "^1.70.0",
"stylus": ">=0.54.8",
"sugarss": "^5.0.0",
"terser": "^5.16.0",
"tsx": "^4.8.1",
"yaml": "^2.4.2"
2023-07-10 18:18:02 +02:00
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@vitejs/devtools": {
2023-07-10 18:18:02 +02:00
"optional": true
},
"esbuild": {
"optional": true
},
"jiti": {
"optional": true
},
"less": {
"optional": true
},
2023-07-10 18:18:02 +02:00
"sass": {
"optional": true
},
"sass-embedded": {
"optional": true
},
2023-07-10 18:18:02 +02:00
"stylus": {
"optional": true
},
"sugarss": {
"optional": true
},
"terser": {
"optional": true
},
"tsx": {
"optional": true
},
"yaml": {
"optional": true
2023-07-10 18:18:02 +02:00
}
}
},
"node_modules/vue": {
"version": "3.5.32",
"license": "MIT",
2023-07-10 18:18:02 +02:00
"dependencies": {
"@vue/compiler-dom": "3.5.32",
"@vue/compiler-sfc": "3.5.32",
"@vue/runtime-dom": "3.5.32",
"@vue/server-renderer": "3.5.32",
"@vue/shared": "3.5.32"
},
"peerDependencies": {
"typescript": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2023-07-10 18:18:02 +02:00
}
},
"node_modules/vue-eslint-parser": {
"version": "10.4.0",
2023-07-10 18:18:02 +02:00
"dev": true,
"license": "MIT",
"peer": true,
2023-07-10 18:18:02 +02:00
"dependencies": {
"debug": "^4.4.0",
"eslint-scope": "^8.2.0 || ^9.0.0",
"eslint-visitor-keys": "^4.2.0 || ^5.0.0",
"espree": "^10.3.0 || ^11.0.0",
"esquery": "^1.6.0",
"semver": "^7.6.3"
2023-07-10 18:18:02 +02:00
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/sponsors/mysticatea"
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/vue-router": {
"version": "5.0.4",
"license": "MIT",
"dependencies": {
"@babel/generator": "^7.28.6",
"@vue-macros/common": "^3.1.1",
"@vue/devtools-api": "^8.0.6",
"ast-walker-scope": "^0.8.3",
"chokidar": "^5.0.0",
"json5": "^2.2.3",
"local-pkg": "^1.1.2",
"magic-string": "^0.30.21",
"mlly": "^1.8.0",
"muggle-string": "^0.4.1",
"pathe": "^2.0.3",
"picomatch": "^4.0.3",
"scule": "^1.3.0",
"tinyglobby": "^0.2.15",
"unplugin": "^3.0.0",
"unplugin-utils": "^0.3.1",
"yaml": "^2.8.2"
2023-07-10 18:18:02 +02:00
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"@pinia/colada": ">=0.21.2",
"@vue/compiler-sfc": "^3.5.17",
"pinia": "^3.0.4",
"vue": "^3.5.0"
},
"peerDependenciesMeta": {
"@pinia/colada": {
"optional": true
},
"@vue/compiler-sfc": {
"optional": true
},
"pinia": {
"optional": true
}
}
},
"node_modules/vue-router/node_modules/@vue/devtools-api": {
"version": "8.1.1",
"license": "MIT",
"dependencies": {
"@vue/devtools-kit": "^8.1.1"
}
},
"node_modules/vue-router/node_modules/@vue/devtools-kit": {
"version": "8.1.1",
"license": "MIT",
"dependencies": {
"@vue/devtools-shared": "^8.1.1",
"birpc": "^2.6.1",
"hookable": "^5.5.3",
"perfect-debounce": "^2.0.0"
}
},
"node_modules/vue-router/node_modules/@vue/devtools-shared": {
"version": "8.1.1",
"license": "MIT"
},
"node_modules/vue-router/node_modules/chokidar": {
"version": "5.0.0",
"license": "MIT",
"dependencies": {
"readdirp": "^5.0.0"
},
"engines": {
"node": ">= 20.19.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/vue-router/node_modules/perfect-debounce": {
"version": "2.1.0",
"license": "MIT"
},
"node_modules/vue-router/node_modules/readdirp": {
"version": "5.0.0",
"license": "MIT",
"engines": {
"node": ">= 20.19.0"
},
"funding": {
"type": "individual",
"url": "https://paulmillr.com/funding/"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/webidl-conversions": {
"version": "7.0.0",
"license": "BSD-2-Clause",
2023-07-10 18:18:02 +02:00
"engines": {
"node": ">=12"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/webpack-virtual-modules": {
"version": "0.6.2",
"license": "MIT"
},
"node_modules/whatwg-url": {
"version": "14.2.0",
"license": "MIT",
"dependencies": {
"tr46": "^5.1.0",
"webidl-conversions": "^7.0.0"
},
"engines": {
"node": ">=18"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/which": {
"version": "2.0.2",
"dev": true,
"license": "ISC",
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/word-wrap": {
"version": "1.2.5",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/wrappy": {
"version": "1.0.2",
"license": "ISC"
2023-07-10 18:18:02 +02:00
},
"node_modules/ws": {
"version": "8.20.0",
"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
}
2023-07-10 18:18:02 +02:00
}
},
"node_modules/xml-name-validator": {
"version": "4.0.0",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=12"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/yaml": {
"version": "2.8.3",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
2023-07-10 18:18:02 +02:00
}
},
"node_modules/yocto-queue": {
"version": "0.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2023-07-10 18:18:02 +02:00
}
}
2023-07-10 18:18:02 +02:00
}
}