diff --git a/tsugini/.editorconfig b/tsugini/.editorconfig
deleted file mode 100644
index f6545516..00000000
--- a/tsugini/.editorconfig
+++ /dev/null
@@ -1,7 +0,0 @@
-[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
-charset = utf-8
-indent_size = 2
-indent_style = space
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true
diff --git a/tsugini/.eslintrc-auto-import.json b/tsugini/.eslintrc-auto-import.json
deleted file mode 100644
index 89f065ea..00000000
--- a/tsugini/.eslintrc-auto-import.json
+++ /dev/null
@@ -1,80 +0,0 @@
-{
- "globals": {
- "Component": true,
- "ComponentPublicInstance": true,
- "ComputedRef": true,
- "DirectiveBinding": true,
- "EffectScope": true,
- "ExtractDefaultPropTypes": true,
- "ExtractPropTypes": true,
- "ExtractPublicPropTypes": true,
- "InjectionKey": true,
- "MaybeRef": true,
- "MaybeRefOrGetter": true,
- "PropType": true,
- "Ref": true,
- "Slot": true,
- "Slots": true,
- "VNode": true,
- "WritableComputedRef": true,
- "computed": true,
- "createApp": true,
- "customRef": true,
- "defineAsyncComponent": true,
- "defineComponent": true,
- "effectScope": true,
- "getCurrentInstance": true,
- "getCurrentScope": true,
- "h": true,
- "inject": true,
- "isProxy": true,
- "isReactive": true,
- "isReadonly": true,
- "isRef": true,
- "markRaw": true,
- "nextTick": true,
- "onActivated": true,
- "onBeforeMount": true,
- "onBeforeRouteLeave": true,
- "onBeforeRouteUpdate": true,
- "onBeforeUnmount": true,
- "onBeforeUpdate": true,
- "onDeactivated": true,
- "onErrorCaptured": true,
- "onMounted": true,
- "onRenderTracked": true,
- "onRenderTriggered": true,
- "onScopeDispose": true,
- "onServerPrefetch": true,
- "onUnmounted": true,
- "onUpdated": true,
- "onWatcherCleanup": true,
- "provide": true,
- "reactive": true,
- "readonly": true,
- "ref": true,
- "resolveComponent": true,
- "shallowReactive": true,
- "shallowReadonly": true,
- "shallowRef": true,
- "toRaw": true,
- "toRef": true,
- "toRefs": true,
- "toValue": true,
- "triggerRef": true,
- "unref": true,
- "useAttrs": true,
- "useCssModule": true,
- "useCssVars": true,
- "useId": true,
- "useModel": true,
- "useRoute": true,
- "useRouter": true,
- "useSlots": true,
- "useTemplateRef": true,
- "watch": true,
- "watchEffect": true,
- "watchPostEffect": true,
- "watchSyncEffect": true
- }
-}
diff --git a/tsugini/.gitignore b/tsugini/.gitignore
deleted file mode 100644
index f1d913c8..00000000
--- a/tsugini/.gitignore
+++ /dev/null
@@ -1,33 +0,0 @@
-.DS_Store
-.thumbs.db
-node_modules
-
-# Quasar core related directories
-.quasar
-/dist
-/quasar.config.*.temporary.compiled*
-
-# Cordova related directories and files
-/src-cordova/node_modules
-/src-cordova/platforms
-/src-cordova/plugins
-/src-cordova/www
-
-# Capacitor related directories and files
-/src-capacitor/www
-/src-capacitor/node_modules
-
-# Log files
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-# Editor directories and files
-.idea
-*.suo
-*.ntvs*
-*.njsproj
-*.sln
-
-# local .env files
-.env.local*
diff --git a/tsugini/.npmrc b/tsugini/.npmrc
deleted file mode 100644
index eb190828..00000000
--- a/tsugini/.npmrc
+++ /dev/null
@@ -1,5 +0,0 @@
-# pnpm-related options
-shamefully-hoist=true
-strict-peer-dependencies=false
-# to get the latest compatible packages when creating the project https://github.com/pnpm/pnpm/issues/6463
-resolution-mode=highest
diff --git a/tsugini/.prettierrc.json b/tsugini/.prettierrc.json
deleted file mode 100644
index e56a1621..00000000
--- a/tsugini/.prettierrc.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "$schema": "https://json.schemastore.org/prettierrc",
- "singleQuote": true,
- "printWidth": 100,
- "trailingComma": "all",
- "semi": false,
- "singleAttributePerLine": true
-}
diff --git a/tsugini/.vscode/extensions.json b/tsugini/.vscode/extensions.json
deleted file mode 100644
index b6a2eb96..00000000
--- a/tsugini/.vscode/extensions.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "recommendations": [
- "dbaeumer.vscode-eslint",
- "esbenp.prettier-vscode",
- "editorconfig.editorconfig",
- "vue.volar",
- "wayou.vscode-todo-highlight"
- ],
- "unwantedRecommendations": [
- "octref.vetur",
- "hookyqr.beautify",
- "dbaeumer.jshint",
- "ms-vscode.vscode-typescript-tslint-plugin"
- ]
-}
diff --git a/tsugini/.vscode/settings.json b/tsugini/.vscode/settings.json
deleted file mode 100644
index fa9e6d63..00000000
--- a/tsugini/.vscode/settings.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "editor.bracketPairColorization.enabled": true,
- "editor.guides.bracketPairs": true,
- "editor.formatOnSave": true,
- "editor.defaultFormatter": "esbenp.prettier-vscode",
- "editor.codeActionsOnSave": ["source.fixAll.eslint"],
- "eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
- "typescript.tsdk": "node_modules/typescript/lib"
-}
diff --git a/tsugini/README.md b/tsugini/README.md
deleted file mode 100644
index a5ac60ee..00000000
--- a/tsugini/README.md
+++ /dev/null
@@ -1,43 +0,0 @@
-# Komga (komga-webui-v2)
-
-Komga client
-
-## Install the dependencies
-
-```bash
-yarn
-# or
-npm install
-```
-
-### Start the app in development mode (hot-code reloading, error reporting, etc.)
-
-```bash
-quasar dev
-```
-
-### Lint the files
-
-```bash
-yarn lint
-# or
-npm run lint
-```
-
-### Format the files
-
-```bash
-yarn format
-# or
-npm run format
-```
-
-### Build the app for production
-
-```bash
-quasar build
-```
-
-### Customize the configuration
-
-See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).
diff --git a/tsugini/eslint.config.js b/tsugini/eslint.config.js
deleted file mode 100644
index 39e65c01..00000000
--- a/tsugini/eslint.config.js
+++ /dev/null
@@ -1,92 +0,0 @@
-import js from '@eslint/js'
-import globals from 'globals'
-import pluginVue from 'eslint-plugin-vue'
-import pluginQuasar from '@quasar/app-vite/eslint'
-import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript'
-import prettierSkipFormatting from '@vue/eslint-config-prettier/skip-formatting'
-
-export default defineConfigWithVueTs(
- {
- /**
- * Ignore the following files.
- * Please note that pluginQuasar.configs.recommended() already ignores
- * the "node_modules" folder for you (and all other Quasar project
- * relevant folders and files).
- *
- * ESLint requires "ignores" key to be the only one in this object
- */
- ignores: ['**/generated/openapi/komga.d.ts'],
- },
-
- pluginQuasar.configs.recommended(),
- js.configs.recommended,
-
- /**
- * https://eslint.vuejs.org
- *
- * pluginVue.configs.base
- * -> Settings and rules to enable correct ESLint parsing.
- * pluginVue.configs[ 'flat/essential']
- * -> base, plus rules to prevent errors or unintended behavior.
- * pluginVue.configs["flat/strongly-recommended"]
- * -> Above, plus rules to considerably improve code readability and/or dev experience.
- * pluginVue.configs["flat/recommended"]
- * -> Above, plus rules to enforce subjective community defaults to ensure consistency.
- */
- pluginVue.configs['flat/essential'],
-
- {
- files: ['**/*.ts', '**/*.vue'],
- rules: {
- '@typescript-eslint/consistent-type-imports': ['error', { prefer: 'type-imports' }],
- },
- },
- // https://github.com/vuejs/eslint-config-typescript
- vueTsConfigs.recommendedTypeChecked,
-
- {
- languageOptions: {
- ecmaVersion: 'latest',
- sourceType: 'module',
-
- globals: {
- ...globals.browser,
- ...globals.node, // SSR, Electron, config files
- process: 'readonly', // process.env.*
- ga: 'readonly', // Google Analytics
- cordova: 'readonly',
- Capacitor: 'readonly',
- chrome: 'readonly', // BEX related
- browser: 'readonly', // BEX related
- definePage: 'readonly', // Komga: https://uvr.esm.is/guide/eslint.html
- },
- },
-
- // add your custom rules here
- rules: {
- 'prefer-promise-reject-errors': 'off',
-
- // allow debugger during development only
- 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
-
- // Komga: custom rules
- 'vue/multi-word-component-names': 'off',
- '@typescript-eslint/no-unused-vars': [
- 'error',
- { caughtErrors: 'all', caughtErrorsIgnorePattern: '^ignore' },
- ],
- 'no-empty': ['error', { allowEmptyCatch: true }],
- },
- },
-
- {
- files: ['src-pwa/custom-service-worker.ts'],
- languageOptions: {
- globals: {
- ...globals.serviceworker,
- },
- },
- },
-
- prettierSkipFormatting,
-)
diff --git a/tsugini/index.html b/tsugini/index.html
deleted file mode 100644
index 1dd83d27..00000000
--- a/tsugini/index.html
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
- <%= productName %>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/openapi-generator.ts b/tsugini/openapi-generator.ts
deleted file mode 100644
index 18b0dc04..00000000
--- a/tsugini/openapi-generator.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import fs from 'node:fs'
-import openapiTS, { astToString } from 'openapi-typescript'
-import ts from 'typescript'
-
-// From https://openapi-ts.dev/node
-// We use the Node.js API as the CLI does not support Date types
-
-const mySchema = new URL('../komga/docs/openapi.json', import.meta.url)
-
-const DATE = ts.factory.createTypeReferenceNode(ts.factory.createIdentifier('Date')) // `Date`
-const NULL = ts.factory.createLiteralTypeNode(ts.factory.createNull()) // `null`
-
-const ast = await openapiTS(mySchema, {
- transform(schemaObject) {
- if (schemaObject.format === 'date-time') {
- return schemaObject.nullable ? ts.factory.createUnionTypeNode([DATE, NULL]) : DATE
- }
- },
-})
-
-const contents = astToString(ast)
-
-// write to file
-fs.mkdirSync('./src/generated/openapi', { recursive: true })
-fs.writeFileSync('./src/generated/openapi/komga.d.ts', contents)
diff --git a/tsugini/package-lock.json b/tsugini/package-lock.json
deleted file mode 100644
index c2b4ed78..00000000
--- a/tsugini/package-lock.json
+++ /dev/null
@@ -1,9175 +0,0 @@
-{
- "name": "komga-webui-v2",
- "version": "0.0.1",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "komga-webui-v2",
- "version": "0.0.1",
- "hasInstallScript": true,
- "dependencies": {
- "@pinia/colada": "^0.16.1",
- "@pinia/colada-plugin-auto-refetch": "^0.1.0",
- "@quasar/extras": "^1.16.4",
- "@vueuse/core": "^13.3.0",
- "marked": "^15.0.12",
- "openapi-fetch": "^0.14.0",
- "pinia": "^3.0.1",
- "pinia-plugin-persistedstate": "^4.3.0",
- "quasar": "^2.16.0",
- "vue": "^3.4.18",
- "vue-intl": "^6.5.25",
- "vue-router": "^4.0.12"
- },
- "devDependencies": {
- "@eslint/js": "^9.14.0",
- "@quasar/app-vite": "^2.1.0",
- "@types/node": "^22.15.29",
- "@vue/eslint-config-prettier": "^10.1.0",
- "@vue/eslint-config-typescript": "^14.4.0",
- "autoprefixer": "^10.4.2",
- "eslint": "^9.14.0",
- "eslint-plugin-vue": "^10.1.0",
- "globals": "^15.12.0",
- "openapi-typescript": "^7.8.0",
- "prettier": "^3.3.3",
- "typescript": "^5.8.3",
- "unplugin-auto-import": "^19.3.0",
- "unplugin-vue-components": "^28.7.0",
- "unplugin-vue-router": "^0.12.0",
- "vite-plugin-checker": "^0.9.0",
- "vite-plugin-vue-layouts-next": "^0.1.3",
- "vue-tsc": "^2.0.29"
- },
- "engines": {
- "node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
- "npm": ">= 6.13.4",
- "yarn": ">= 1.21.1"
- }
- },
- "node_modules/@babel/code-frame": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
- "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-validator-identifier": "^7.27.1",
- "js-tokens": "^4.0.0",
- "picocolors": "^1.1.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-string-parser": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
- "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-identifier": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
- "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/parser": {
- "version": "7.27.4",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.4.tgz",
- "integrity": "sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==",
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.27.3"
- },
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/types": {
- "version": "7.27.3",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.3.tgz",
- "integrity": "sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-string-parser": "^7.27.1",
- "@babel/helper-validator-identifier": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@bufbuild/protobuf": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.5.1.tgz",
- "integrity": "sha512-lut4UTvKL8tqtend0UDu7R79/n9jA7Jtxf77RNPbxtmWqfWI4qQ9bTjf7KCS4vfqLmpQbuHr1ciqJumAgJODdw==",
- "dev": true,
- "license": "(Apache-2.0 AND BSD-3-Clause)"
- },
- "node_modules/@esbuild/aix-ppc64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.5.tgz",
- "integrity": "sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "aix"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/android-arm": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.5.tgz",
- "integrity": "sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/android-arm64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.5.tgz",
- "integrity": "sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/android-x64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.5.tgz",
- "integrity": "sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/darwin-arm64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.5.tgz",
- "integrity": "sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/darwin-x64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.5.tgz",
- "integrity": "sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/freebsd-arm64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.5.tgz",
- "integrity": "sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/freebsd-x64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.5.tgz",
- "integrity": "sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/linux-arm": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.5.tgz",
- "integrity": "sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/linux-arm64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.5.tgz",
- "integrity": "sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/linux-ia32": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.5.tgz",
- "integrity": "sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/linux-loong64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.5.tgz",
- "integrity": "sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==",
- "cpu": [
- "loong64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/linux-mips64el": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.5.tgz",
- "integrity": "sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==",
- "cpu": [
- "mips64el"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/linux-ppc64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.5.tgz",
- "integrity": "sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/linux-riscv64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.5.tgz",
- "integrity": "sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/linux-s390x": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.5.tgz",
- "integrity": "sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==",
- "cpu": [
- "s390x"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/linux-x64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.5.tgz",
- "integrity": "sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/netbsd-arm64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.5.tgz",
- "integrity": "sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "netbsd"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/netbsd-x64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.5.tgz",
- "integrity": "sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "netbsd"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/openbsd-arm64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.5.tgz",
- "integrity": "sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "openbsd"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/openbsd-x64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.5.tgz",
- "integrity": "sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "openbsd"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/sunos-x64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.5.tgz",
- "integrity": "sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "sunos"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/win32-arm64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.5.tgz",
- "integrity": "sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/win32-ia32": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.5.tgz",
- "integrity": "sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@esbuild/win32-x64": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.5.tgz",
- "integrity": "sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@eslint-community/eslint-utils": {
- "version": "4.7.0",
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "eslint-visitor-keys": "^3.4.3"
- },
- "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/regexpp": {
- "version": "4.12.1",
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
- "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
- }
- },
- "node_modules/@eslint/config-array": {
- "version": "0.20.0",
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.0.tgz",
- "integrity": "sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@eslint/object-schema": "^2.1.6",
- "debug": "^4.3.1",
- "minimatch": "^3.1.2"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@eslint/config-array/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/@eslint/config-array/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/@eslint/config-helpers": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.2.tgz",
- "integrity": "sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@eslint/core": {
- "version": "0.14.0",
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.14.0.tgz",
- "integrity": "sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@types/json-schema": "^7.0.15"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@eslint/eslintrc": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
- "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ajv": "^6.12.4",
- "debug": "^4.3.2",
- "espree": "^10.0.1",
- "globals": "^14.0.0",
- "ignore": "^5.2.0",
- "import-fresh": "^3.2.1",
- "js-yaml": "^4.1.0",
- "minimatch": "^3.1.2",
- "strip-json-comments": "^3.1.1"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/globals": {
- "version": "14.0.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
- "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/@eslint/js": {
- "version": "9.28.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.28.0.tgz",
- "integrity": "sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://eslint.org/donate"
- }
- },
- "node_modules/@eslint/object-schema": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
- "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@eslint/plugin-kit": {
- "version": "0.3.1",
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz",
- "integrity": "sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@eslint/core": "^0.14.0",
- "levn": "^0.4.1"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@formatjs/ecma402-abstract": {
- "version": "2.3.4",
- "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.3.4.tgz",
- "integrity": "sha512-qrycXDeaORzIqNhBOx0btnhpD1c+/qFIHAN9znofuMJX6QBwtbrmlpWfD4oiUUD2vJUOIYFA/gYtg2KAMGG7sA==",
- "license": "MIT",
- "dependencies": {
- "@formatjs/fast-memoize": "2.2.7",
- "@formatjs/intl-localematcher": "0.6.1",
- "decimal.js": "^10.4.3",
- "tslib": "^2.8.0"
- }
- },
- "node_modules/@formatjs/fast-memoize": {
- "version": "2.2.7",
- "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.7.tgz",
- "integrity": "sha512-Yabmi9nSvyOMrlSeGGWDiH7rf3a7sIwplbvo/dlz9WCIjzIQAfy1RMf4S0X3yG724n5Ghu2GmEl5NJIV6O9sZQ==",
- "license": "MIT",
- "dependencies": {
- "tslib": "^2.8.0"
- }
- },
- "node_modules/@formatjs/icu-messageformat-parser": {
- "version": "2.11.2",
- "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.11.2.tgz",
- "integrity": "sha512-AfiMi5NOSo2TQImsYAg8UYddsNJ/vUEv/HaNqiFjnI3ZFfWihUtD5QtuX6kHl8+H+d3qvnE/3HZrfzgdWpsLNA==",
- "license": "MIT",
- "dependencies": {
- "@formatjs/ecma402-abstract": "2.3.4",
- "@formatjs/icu-skeleton-parser": "1.8.14",
- "tslib": "^2.8.0"
- }
- },
- "node_modules/@formatjs/icu-skeleton-parser": {
- "version": "1.8.14",
- "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.14.tgz",
- "integrity": "sha512-i4q4V4qslThK4Ig8SxyD76cp3+QJ3sAqr7f6q9VVfeGtxG9OhiAk3y9XF6Q41OymsKzsGQ6OQQoJNY4/lI8TcQ==",
- "license": "MIT",
- "dependencies": {
- "@formatjs/ecma402-abstract": "2.3.4",
- "tslib": "^2.8.0"
- }
- },
- "node_modules/@formatjs/intl": {
- "version": "3.1.6",
- "resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-3.1.6.tgz",
- "integrity": "sha512-tDkXnA4qpIFcDWac8CyVJq6oW8DR7W44QDUBsfXWIIJD/FYYen0QoH46W7XsVMFfPOVKkvbufjboZrrWbEfmww==",
- "license": "MIT",
- "dependencies": {
- "@formatjs/ecma402-abstract": "2.3.4",
- "@formatjs/fast-memoize": "2.2.7",
- "@formatjs/icu-messageformat-parser": "2.11.2",
- "intl-messageformat": "10.7.16",
- "tslib": "^2.8.0"
- },
- "peerDependencies": {
- "typescript": "^5.6.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@formatjs/intl-localematcher": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.6.1.tgz",
- "integrity": "sha512-ePEgLgVCqi2BBFnTMWPfIghu6FkbZnnBVhO2sSxvLfrdFw7wCHAHiDoM2h4NRgjbaY7+B7HgOLZGkK187pZTZg==",
- "license": "MIT",
- "dependencies": {
- "tslib": "^2.8.0"
- }
- },
- "node_modules/@humanfs/core": {
- "version": "0.19.1",
- "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
- "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18.18.0"
- }
- },
- "node_modules/@humanfs/node": {
- "version": "0.16.6",
- "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
- "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@humanfs/core": "^0.19.1",
- "@humanwhocodes/retry": "^0.3.0"
- },
- "engines": {
- "node": ">=18.18.0"
- }
- },
- "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
- "version": "0.3.1",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
- "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18.18"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
- }
- },
- "node_modules/@humanwhocodes/module-importer": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
- "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",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
- "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18.18"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
- }
- },
- "node_modules/@inquirer/figures": {
- "version": "1.0.12",
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.12.tgz",
- "integrity": "sha512-MJttijd8rMFcKJC8NYmprWr6hD3r9Gd9qUC0XwPNwoEPWSMVJwA2MlXxF+nhZZNMY+HXsWa+o7KY2emWYIn0jQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@isaacs/cliui": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
- "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^5.1.2",
- "string-width-cjs": "npm:string-width@^4.2.0",
- "strip-ansi": "^7.0.1",
- "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
- "wrap-ansi": "^8.1.0",
- "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
- "version": "9.2.2",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@isaacs/cliui/node_modules/string-width": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "eastasianwidth": "^0.2.0",
- "emoji-regex": "^9.2.2",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^6.1.0",
- "string-width": "^5.0.1",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.8",
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
- "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/set-array": "^1.2.1",
- "@jridgewell/sourcemap-codec": "^1.4.10",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/resolve-uri": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/set-array": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
- "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/source-map": {
- "version": "0.3.6",
- "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
- "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.25"
- }
- },
- "node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
- "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
- "license": "MIT"
- },
- "node_modules/@jridgewell/trace-mapping": {
- "version": "0.3.25",
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
- "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/resolve-uri": "^3.1.0",
- "@jridgewell/sourcemap-codec": "^1.4.14"
- }
- },
- "node_modules/@nodelib/fs.scandir": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "2.0.5",
- "run-parallel": "^1.1.9"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.stat": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.walk": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.scandir": "2.1.5",
- "fastq": "^1.6.0"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nuxt/kit": {
- "version": "3.17.4",
- "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.17.4.tgz",
- "integrity": "sha512-l+hY8sy2XFfg3PigZj+PTu6+KIJzmbACTRimn1ew/gtCz+F38f6KTF4sMRTN5CUxiB8TRENgEonASmkAWfpO9Q==",
- "license": "MIT",
- "dependencies": {
- "c12": "^3.0.4",
- "consola": "^3.4.2",
- "defu": "^6.1.4",
- "destr": "^2.0.5",
- "errx": "^0.1.0",
- "exsolve": "^1.0.5",
- "ignore": "^7.0.4",
- "jiti": "^2.4.2",
- "klona": "^2.0.6",
- "knitwork": "^1.2.0",
- "mlly": "^1.7.4",
- "ohash": "^2.0.11",
- "pathe": "^2.0.3",
- "pkg-types": "^2.1.0",
- "scule": "^1.3.0",
- "semver": "^7.7.2",
- "std-env": "^3.9.0",
- "tinyglobby": "^0.2.13",
- "ufo": "^1.6.1",
- "unctx": "^2.4.1",
- "unimport": "^5.0.1",
- "untyped": "^2.0.0"
- },
- "engines": {
- "node": ">=18.12.0"
- }
- },
- "node_modules/@nuxt/kit/node_modules/confbox": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
- "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
- "license": "MIT"
- },
- "node_modules/@nuxt/kit/node_modules/escape-string-regexp": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
- "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@nuxt/kit/node_modules/estree-walker": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
- "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
- "license": "MIT",
- "dependencies": {
- "@types/estree": "^1.0.0"
- }
- },
- "node_modules/@nuxt/kit/node_modules/ignore": {
- "version": "7.0.5",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
- "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
- "license": "MIT",
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/@nuxt/kit/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/@nuxt/kit/node_modules/pkg-types": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.1.0.tgz",
- "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
- "license": "MIT",
- "dependencies": {
- "confbox": "^0.2.1",
- "exsolve": "^1.0.1",
- "pathe": "^2.0.3"
- }
- },
- "node_modules/@nuxt/kit/node_modules/unimport": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/unimport/-/unimport-5.0.1.tgz",
- "integrity": "sha512-1YWzPj6wYhtwHE+9LxRlyqP4DiRrhGfJxdtH475im8ktyZXO3jHj/3PZ97zDdvkYoovFdi0K4SKl3a7l92v3sQ==",
- "license": "MIT",
- "dependencies": {
- "acorn": "^8.14.1",
- "escape-string-regexp": "^5.0.0",
- "estree-walker": "^3.0.3",
- "local-pkg": "^1.1.1",
- "magic-string": "^0.30.17",
- "mlly": "^1.7.4",
- "pathe": "^2.0.3",
- "picomatch": "^4.0.2",
- "pkg-types": "^2.1.0",
- "scule": "^1.3.0",
- "strip-literal": "^3.0.0",
- "tinyglobby": "^0.2.13",
- "unplugin": "^2.3.2",
- "unplugin-utils": "^0.2.4"
- },
- "engines": {
- "node": ">=18.12.0"
- }
- },
- "node_modules/@pinia/colada": {
- "version": "0.16.1",
- "resolved": "https://registry.npmjs.org/@pinia/colada/-/colada-0.16.1.tgz",
- "integrity": "sha512-pTiFnx9SVKN4ijD93CZeIifBm9qtHf3wLBqkM7x9bIae6hcfBZeziwADiPdoFkAmuCn1xNzwkQvvLR2LFA9bjw==",
- "license": "MIT",
- "dependencies": {
- "@vue/devtools-api": "^7.7.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/posva"
- },
- "peerDependencies": {
- "pinia": "^2.2.6 || ^3.0.0"
- }
- },
- "node_modules/@pinia/colada-plugin-auto-refetch": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/@pinia/colada-plugin-auto-refetch/-/colada-plugin-auto-refetch-0.1.0.tgz",
- "integrity": "sha512-jHTYPAF+plb4dTYySvWYIrLKsxqrQlgiAisWcyh5EKTIl7Na2EfLTCT3kCXjB2DHFY3guBLkn1Y3ExAeJNpUDw==",
- "license": "MIT",
- "peerDependencies": {
- "@pinia/colada": ">=0.16.0"
- }
- },
- "node_modules/@pkgjs/parseargs": {
- "version": "0.11.0",
- "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
- "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
- "dev": true,
- "license": "MIT",
- "optional": true,
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@pkgr/core": {
- "version": "0.2.7",
- "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.7.tgz",
- "integrity": "sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/pkgr"
- }
- },
- "node_modules/@quasar/app-vite": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/@quasar/app-vite/-/app-vite-2.2.0.tgz",
- "integrity": "sha512-MvCfJrCbxUYvoGaK5jPq0h0hjO8mbxYOWngf+dIKrxhwb+1h5ERh6aVYEUuCtMIwTMEVfPkCez4DIfZIoReuDw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@quasar/render-ssr-error": "^1.0.3",
- "@quasar/ssl-certificate": "^1.0.0",
- "@quasar/vite-plugin": "^1.9.0",
- "@types/chrome": "^0.0.262",
- "@types/compression": "^1.7.5",
- "@types/cordova": "^11.0.3",
- "@types/express": "^4.17.21",
- "@vitejs/plugin-vue": "^5.1.4",
- "archiver": "^7.0.1",
- "chokidar": "^3.6.0",
- "ci-info": "^4.0.0",
- "compression": "^1.7.5",
- "confbox": "^0.1.8",
- "cross-spawn": "^7.0.6",
- "dot-prop": "9.0.0",
- "dotenv": "^16.4.5",
- "dotenv-expand": "^11.0.6",
- "elementtree": "0.1.7",
- "esbuild": "^0.25.0",
- "express": "^4.21.2",
- "fs-extra": "^11.2.0",
- "html-minifier-terser": "^7.2.0",
- "inquirer": "^9.3.7",
- "isbinaryfile": "^5.0.4",
- "kolorist": "^1.8.0",
- "lodash": "^4.17.21",
- "minimist": "^1.2.8",
- "mlly": "^1.7.4",
- "open": "^10.1.0",
- "rollup-plugin-visualizer": "^5.13.1",
- "sass-embedded": "^1.83.0",
- "semver": "^7.6.3",
- "serialize-javascript": "^6.0.2",
- "tinyglobby": "^0.2.10",
- "ts-essentials": "^9.4.2",
- "vite": "^6.1.0",
- "webpack-merge": "^6.0.1"
- },
- "bin": {
- "quasar": "bin/quasar.js"
- },
- "engines": {
- "node": "^30 || ^28 || ^26 || ^24 || ^22 || ^20 || ^18",
- "npm": ">= 6.14.12",
- "yarn": ">= 1.17.3"
- },
- "funding": {
- "type": "github",
- "url": "https://donate.quasar.dev"
- },
- "peerDependencies": {
- "@electron/packager": ">= 18",
- "electron-builder": ">= 22",
- "pinia": "^2.0.0 || ^3.0.0",
- "quasar": "^2.16.0",
- "typescript": ">= 5.4",
- "vue": "^3.2.29",
- "vue-router": "^4.0.12",
- "workbox-build": ">= 6"
- },
- "peerDependenciesMeta": {
- "@electron/packager": {
- "optional": true
- },
- "electron-builder": {
- "optional": true
- },
- "eslint": {
- "optional": true
- },
- "pinia": {
- "optional": true
- },
- "typescript": {
- "optional": true
- },
- "workbox-build": {
- "optional": true
- }
- }
- },
- "node_modules/@quasar/extras": {
- "version": "1.17.0",
- "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.17.0.tgz",
- "integrity": "sha512-KqAHdSJfIDauiR1nJ8rqHWT0diqD0QradZKoVIZJAilHAvgwyPIY7MbyR2z4RIMkUIMUSqBZcbshMpEw+9A30w==",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://donate.quasar.dev"
- }
- },
- "node_modules/@quasar/render-ssr-error": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@quasar/render-ssr-error/-/render-ssr-error-1.0.3.tgz",
- "integrity": "sha512-A8RF99q6/sOSe1Ighnh5syEIbliD3qUYEJd2HyfFyBPSMF+WYGXon5dmzg4nUoK662NgOggInevkDyBDJcZugg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "stack-trace": "^1.0.0-pre2"
- },
- "engines": {
- "node": ">= 16"
- },
- "funding": {
- "type": "github",
- "url": "https://donate.quasar.dev"
- }
- },
- "node_modules/@quasar/ssl-certificate": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@quasar/ssl-certificate/-/ssl-certificate-1.0.0.tgz",
- "integrity": "sha512-RhZF7rO76T7Ywer1/5lCe7xl3CIiXxSAH1xgwOj0wcHTityDxJqIN/5YIj6BxMvlFw8XkJDoB1udEQafoVFA4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fs-extra": "^11.1.1",
- "selfsigned": "^2.1.1"
- },
- "engines": {
- "node": ">= 16"
- },
- "funding": {
- "type": "github",
- "url": "https://donate.quasar.dev"
- }
- },
- "node_modules/@quasar/vite-plugin": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/@quasar/vite-plugin/-/vite-plugin-1.9.0.tgz",
- "integrity": "sha512-r1MFtI2QZJ2g20pe75Zuv4aoi0uoK8oP0yEdzLWRoOLCbhtf2+StJpUza9TydYi3KcvCl9+4HUf3OAWVKoxDmQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "type": "github",
- "url": "https://donate.quasar.dev"
- },
- "peerDependencies": {
- "@vitejs/plugin-vue": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
- "quasar": "^2.16.0",
- "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
- "vue": "^3.0.0"
- }
- },
- "node_modules/@redocly/ajv": {
- "version": "8.11.2",
- "resolved": "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.11.2.tgz",
- "integrity": "sha512-io1JpnwtIcvojV7QKDUSIuMN/ikdOUd1ReEnUnMKGfDVridQZ31J0MmIuqwuRjWDZfmvr+Q0MqCcfHM2gTivOg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "json-schema-traverse": "^1.0.0",
- "require-from-string": "^2.0.2",
- "uri-js-replace": "^1.0.1"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/@redocly/ajv/node_modules/json-schema-traverse": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@redocly/config": {
- "version": "0.22.2",
- "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.22.2.tgz",
- "integrity": "sha512-roRDai8/zr2S9YfmzUfNhKjOF0NdcOIqF7bhf4MVC5UxpjIysDjyudvlAiVbpPHp3eDRWbdzUgtkK1a7YiDNyQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@redocly/openapi-core": {
- "version": "1.34.3",
- "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.34.3.tgz",
- "integrity": "sha512-3arRdUp1fNx55itnjKiUhO6t4Mf91TsrTIYINDNLAZPS0TPd5YpiXRctwjel0qqWoOOhjA34cZ3m4dksLDFUYg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@redocly/ajv": "^8.11.2",
- "@redocly/config": "^0.22.0",
- "colorette": "^1.2.0",
- "https-proxy-agent": "^7.0.5",
- "js-levenshtein": "^1.1.6",
- "js-yaml": "^4.1.0",
- "minimatch": "^5.0.1",
- "pluralize": "^8.0.0",
- "yaml-ast-parser": "0.0.43"
- },
- "engines": {
- "node": ">=18.17.0",
- "npm": ">=9.5.0"
- }
- },
- "node_modules/@redocly/openapi-core/node_modules/minimatch": {
- "version": "5.1.6",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
- "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@rollup/rollup-android-arm-eabi": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.41.1.tgz",
- "integrity": "sha512-NELNvyEWZ6R9QMkiytB4/L4zSEaBC03KIXEghptLGLZWJ6VPrL63ooZQCOnlx36aQPGhzuOMwDerC1Eb2VmrLw==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ]
- },
- "node_modules/@rollup/rollup-android-arm64": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.41.1.tgz",
- "integrity": "sha512-DXdQe1BJ6TK47ukAoZLehRHhfKnKg9BjnQYUu9gzhI8Mwa1d2fzxA1aw2JixHVl403bwp1+/o/NhhHtxWJBgEA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ]
- },
- "node_modules/@rollup/rollup-darwin-arm64": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.41.1.tgz",
- "integrity": "sha512-5afxvwszzdulsU2w8JKWwY8/sJOLPzf0e1bFuvcW5h9zsEg+RQAojdW0ux2zyYAz7R8HvvzKCjLNJhVq965U7w==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@rollup/rollup-darwin-x64": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.41.1.tgz",
- "integrity": "sha512-egpJACny8QOdHNNMZKf8xY0Is6gIMz+tuqXlusxquWu3F833DcMwmGM7WlvCO9sB3OsPjdC4U0wHw5FabzCGZg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@rollup/rollup-freebsd-arm64": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.41.1.tgz",
- "integrity": "sha512-DBVMZH5vbjgRk3r0OzgjS38z+atlupJ7xfKIDJdZZL6sM6wjfDNo64aowcLPKIx7LMQi8vybB56uh1Ftck/Atg==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ]
- },
- "node_modules/@rollup/rollup-freebsd-x64": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.41.1.tgz",
- "integrity": "sha512-3FkydeohozEskBxNWEIbPfOE0aqQgB6ttTkJ159uWOFn42VLyfAiyD9UK5mhu+ItWzft60DycIN1Xdgiy8o/SA==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.41.1.tgz",
- "integrity": "sha512-wC53ZNDgt0pqx5xCAgNunkTzFE8GTgdZ9EwYGVcg+jEjJdZGtq9xPjDnFgfFozQI/Xm1mh+D9YlYtl+ueswNEg==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.41.1.tgz",
- "integrity": "sha512-jwKCca1gbZkZLhLRtsrka5N8sFAaxrGz/7wRJ8Wwvq3jug7toO21vWlViihG85ei7uJTpzbXZRcORotE+xyrLA==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.41.1.tgz",
- "integrity": "sha512-g0UBcNknsmmNQ8V2d/zD2P7WWfJKU0F1nu0k5pW4rvdb+BIqMm8ToluW/eeRmxCared5dD76lS04uL4UaNgpNA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm64-musl": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.41.1.tgz",
- "integrity": "sha512-XZpeGB5TKEZWzIrj7sXr+BEaSgo/ma/kCgrZgL0oo5qdB1JlTzIYQKel/RmhT6vMAvOdM2teYlAaOGJpJ9lahg==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.41.1.tgz",
- "integrity": "sha512-bkCfDJ4qzWfFRCNt5RVV4DOw6KEgFTUZi2r2RuYhGWC8WhCA8lCAJhDeAmrM/fdiAH54m0mA0Vk2FGRPyzI+tw==",
- "cpu": [
- "loong64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.41.1.tgz",
- "integrity": "sha512-3mr3Xm+gvMX+/8EKogIZSIEF0WUu0HL9di+YWlJpO8CQBnoLAEL/roTCxuLncEdgcfJcvA4UMOf+2dnjl4Ut1A==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.41.1.tgz",
- "integrity": "sha512-3rwCIh6MQ1LGrvKJitQjZFuQnT2wxfU+ivhNBzmxXTXPllewOF7JR1s2vMX/tWtUYFgphygxjqMl76q4aMotGw==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-riscv64-musl": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.41.1.tgz",
- "integrity": "sha512-LdIUOb3gvfmpkgFZuccNa2uYiqtgZAz3PTzjuM5bH3nvuy9ty6RGc/Q0+HDFrHrizJGVpjnTZ1yS5TNNjFlklw==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.41.1.tgz",
- "integrity": "sha512-oIE6M8WC9ma6xYqjvPhzZYk6NbobIURvP/lEbh7FWplcMO6gn7MM2yHKA1eC/GvYwzNKK/1LYgqzdkZ8YFxR8g==",
- "cpu": [
- "s390x"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-x64-gnu": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.41.1.tgz",
- "integrity": "sha512-cWBOvayNvA+SyeQMp79BHPK8ws6sHSsYnK5zDcsC3Hsxr1dgTABKjMnMslPq1DvZIp6uO7kIWhiGwaTdR4Og9A==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-x64-musl": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.41.1.tgz",
- "integrity": "sha512-y5CbN44M+pUCdGDlZFzGGBSKCA4A/J2ZH4edTYSSxFg7ce1Xt3GtydbVKWLlzL+INfFIZAEg1ZV6hh9+QQf9YQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.41.1.tgz",
- "integrity": "sha512-lZkCxIrjlJlMt1dLO/FbpZbzt6J/A8p4DnqzSa4PWqPEUUUnzXLeki/iyPLfV0BmHItlYgHUqJe+3KiyydmiNQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.41.1.tgz",
- "integrity": "sha512-+psFT9+pIh2iuGsxFYYa/LhS5MFKmuivRsx9iPJWNSGbh2XVEjk90fmpUEjCnILPEPJnikAU6SFDiEUyOv90Pg==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@rollup/rollup-win32-x64-msvc": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.41.1.tgz",
- "integrity": "sha512-Wq2zpapRYLfi4aKxf2Xff0tN+7slj2d4R87WEzqw7ZLsVvO5zwYCIuEGSZYiK41+GlwUo1HiR+GdkLEJnCKTCw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@types/body-parser": {
- "version": "1.19.5",
- "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
- "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/connect": "*",
- "@types/node": "*"
- }
- },
- "node_modules/@types/chrome": {
- "version": "0.0.262",
- "resolved": "https://registry.npmjs.org/@types/chrome/-/chrome-0.0.262.tgz",
- "integrity": "sha512-TOoj3dqSYE13PD2fRuMQ6X6pggEvL9rRk/yOYOyWE6sfqRWxsJm4VoVm+wr9pkr4Sht/M5t7FFL4vXato8d1gA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/filesystem": "*",
- "@types/har-format": "*"
- }
- },
- "node_modules/@types/compression": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/@types/compression/-/compression-1.8.0.tgz",
- "integrity": "sha512-g4vmPIwbTii9dX1HVioHbOolubEaf4re4vDxuzpKrzz9uI7uarBExi9begX0cXyIB85jXZ5X2A/v8rsHZxSAPw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/express": "*",
- "@types/node": "*"
- }
- },
- "node_modules/@types/connect": {
- "version": "3.4.38",
- "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
- "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/cordova": {
- "version": "11.0.3",
- "resolved": "https://registry.npmjs.org/@types/cordova/-/cordova-11.0.3.tgz",
- "integrity": "sha512-kyuRQ40/NWQVhqGIHq78Ehu2Bf9Mlg0LhmSmis6ZFJK7z933FRfYi8tHe/k/0fB+PGfCf95rJC6TO7dopaFvAg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/estree": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
- "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
- "license": "MIT"
- },
- "node_modules/@types/express": {
- "version": "4.17.22",
- "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.22.tgz",
- "integrity": "sha512-eZUmSnhRX9YRSkplpz0N+k6NljUUn5l3EWZIKZvYzhvMphEuNiyyy1viH/ejgt66JWgALwC/gtSUAeQKtSwW/w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/body-parser": "*",
- "@types/express-serve-static-core": "^4.17.33",
- "@types/qs": "*",
- "@types/serve-static": "*"
- }
- },
- "node_modules/@types/express-serve-static-core": {
- "version": "4.19.6",
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",
- "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*",
- "@types/qs": "*",
- "@types/range-parser": "*",
- "@types/send": "*"
- }
- },
- "node_modules/@types/filesystem": {
- "version": "0.0.36",
- "resolved": "https://registry.npmjs.org/@types/filesystem/-/filesystem-0.0.36.tgz",
- "integrity": "sha512-vPDXOZuannb9FZdxgHnqSwAG/jvdGM8Wq+6N4D/d80z+D4HWH+bItqsZaVRQykAn6WEVeEkLm2oQigyHtgb0RA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/filewriter": "*"
- }
- },
- "node_modules/@types/filewriter": {
- "version": "0.0.33",
- "resolved": "https://registry.npmjs.org/@types/filewriter/-/filewriter-0.0.33.tgz",
- "integrity": "sha512-xFU8ZXTw4gd358lb2jw25nxY9QAgqn2+bKKjKOYfNCzN4DKCFetK7sPtrlpg66Ywe3vWY9FNxprZawAh9wfJ3g==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/har-format": {
- "version": "1.2.16",
- "resolved": "https://registry.npmjs.org/@types/har-format/-/har-format-1.2.16.tgz",
- "integrity": "sha512-fluxdy7ryD3MV6h8pTfTYpy/xQzCFC7m89nOH9y94cNqJ1mDIDPut7MnRHI3F6qRmh/cT2fUjG1MLdCNb4hE9A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/http-errors": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
- "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/json-schema": {
- "version": "7.0.15",
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/mime": {
- "version": "1.3.5",
- "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
- "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/node": {
- "version": "22.15.29",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.29.tgz",
- "integrity": "sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "undici-types": "~6.21.0"
- }
- },
- "node_modules/@types/node-forge": {
- "version": "1.3.11",
- "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz",
- "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/qs": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
- "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/range-parser": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
- "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/send": {
- "version": "0.17.4",
- "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
- "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/mime": "^1",
- "@types/node": "*"
- }
- },
- "node_modules/@types/serve-static": {
- "version": "1.15.7",
- "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
- "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/http-errors": "*",
- "@types/node": "*",
- "@types/send": "*"
- }
- },
- "node_modules/@types/web-bluetooth": {
- "version": "0.0.21",
- "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
- "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
- "license": "MIT"
- },
- "node_modules/@typescript-eslint/eslint-plugin": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz",
- "integrity": "sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "8.33.0",
- "@typescript-eslint/type-utils": "8.33.0",
- "@typescript-eslint/utils": "8.33.0",
- "@typescript-eslint/visitor-keys": "8.33.0",
- "graphemer": "^1.4.0",
- "ignore": "^7.0.0",
- "natural-compare": "^1.4.0",
- "ts-api-utils": "^2.1.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "@typescript-eslint/parser": "^8.33.0",
- "eslint": "^8.57.0 || ^9.0.0",
- "typescript": ">=4.8.4 <5.9.0"
- }
- },
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
- "version": "7.0.5",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
- "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/@typescript-eslint/parser": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.33.0.tgz",
- "integrity": "sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/scope-manager": "8.33.0",
- "@typescript-eslint/types": "8.33.0",
- "@typescript-eslint/typescript-estree": "8.33.0",
- "@typescript-eslint/visitor-keys": "8.33.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0",
- "typescript": ">=4.8.4 <5.9.0"
- }
- },
- "node_modules/@typescript-eslint/project-service": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.33.0.tgz",
- "integrity": "sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/tsconfig-utils": "^8.33.0",
- "@typescript-eslint/types": "^8.33.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/scope-manager": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz",
- "integrity": "sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.33.0",
- "@typescript-eslint/visitor-keys": "8.33.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/tsconfig-utils": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz",
- "integrity": "sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "typescript": ">=4.8.4 <5.9.0"
- }
- },
- "node_modules/@typescript-eslint/type-utils": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz",
- "integrity": "sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/typescript-estree": "8.33.0",
- "@typescript-eslint/utils": "8.33.0",
- "debug": "^4.3.4",
- "ts-api-utils": "^2.1.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0",
- "typescript": ">=4.8.4 <5.9.0"
- }
- },
- "node_modules/@typescript-eslint/types": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.33.0.tgz",
- "integrity": "sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz",
- "integrity": "sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/project-service": "8.33.0",
- "@typescript-eslint/tsconfig-utils": "8.33.0",
- "@typescript-eslint/types": "8.33.0",
- "@typescript-eslint/visitor-keys": "8.33.0",
- "debug": "^4.3.4",
- "fast-glob": "^3.3.2",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^2.1.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "typescript": ">=4.8.4 <5.9.0"
- }
- },
- "node_modules/@typescript-eslint/utils": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.33.0.tgz",
- "integrity": "sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.7.0",
- "@typescript-eslint/scope-manager": "8.33.0",
- "@typescript-eslint/types": "8.33.0",
- "@typescript-eslint/typescript-estree": "8.33.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0",
- "typescript": ">=4.8.4 <5.9.0"
- }
- },
- "node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz",
- "integrity": "sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.33.0",
- "eslint-visitor-keys": "^4.2.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/@vitejs/plugin-vue": {
- "version": "5.2.4",
- "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
- "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "peerDependencies": {
- "vite": "^5.0.0 || ^6.0.0",
- "vue": "^3.2.25"
- }
- },
- "node_modules/@volar/language-core": {
- "version": "2.4.14",
- "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.14.tgz",
- "integrity": "sha512-X6beusV0DvuVseaOEy7GoagS4rYHgDHnTrdOj5jeUb49fW5ceQyP9Ej5rBhqgz2wJggl+2fDbbojq1XKaxDi6w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@volar/source-map": "2.4.14"
- }
- },
- "node_modules/@volar/source-map": {
- "version": "2.4.14",
- "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.14.tgz",
- "integrity": "sha512-5TeKKMh7Sfxo8021cJfmBzcjfY1SsXsPMMjMvjY7ivesdnybqqS+GxGAoXHAOUawQTwtdUxgP65Im+dEmvWtYQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@volar/typescript": {
- "version": "2.4.14",
- "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.14.tgz",
- "integrity": "sha512-p8Z6f/bZM3/HyCdRNFZOEEzts51uV8WHeN8Tnfnm2EBv6FDB2TQLzfVx7aJvnl8ofKAOnS64B2O8bImBFaauRw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@volar/language-core": "2.4.14",
- "path-browserify": "^1.0.1",
- "vscode-uri": "^3.0.8"
- }
- },
- "node_modules/@vue-macros/common": {
- "version": "1.16.1",
- "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-1.16.1.tgz",
- "integrity": "sha512-Pn/AWMTjoMYuquepLZP813BIcq8DTZiNCoaceuNlvaYuOTd8DqBZWc5u0uOMQZMInwME1mdSmmBAcTluiV9Jtg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vue/compiler-sfc": "^3.5.13",
- "ast-kit": "^1.4.0",
- "local-pkg": "^1.0.0",
- "magic-string-ast": "^0.7.0",
- "pathe": "^2.0.2",
- "picomatch": "^4.0.2"
- },
- "engines": {
- "node": ">=16.14.0"
- },
- "peerDependencies": {
- "vue": "^2.7.0 || ^3.2.25"
- },
- "peerDependenciesMeta": {
- "vue": {
- "optional": true
- }
- }
- },
- "node_modules/@vue-macros/common/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/@vue/compiler-core": {
- "version": "3.5.16",
- "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.16.tgz",
- "integrity": "sha512-AOQS2eaQOaaZQoL1u+2rCJIKDruNXVBZSiUD3chnUrsoX5ZTQMaCvXlWNIfxBJuU15r1o7+mpo5223KVtIhAgQ==",
- "license": "MIT",
- "dependencies": {
- "@babel/parser": "^7.27.2",
- "@vue/shared": "3.5.16",
- "entities": "^4.5.0",
- "estree-walker": "^2.0.2",
- "source-map-js": "^1.2.1"
- }
- },
- "node_modules/@vue/compiler-dom": {
- "version": "3.5.16",
- "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.16.tgz",
- "integrity": "sha512-SSJIhBr/teipXiXjmWOVWLnxjNGo65Oj/8wTEQz0nqwQeP75jWZ0n4sF24Zxoht1cuJoWopwj0J0exYwCJ0dCQ==",
- "license": "MIT",
- "dependencies": {
- "@vue/compiler-core": "3.5.16",
- "@vue/shared": "3.5.16"
- }
- },
- "node_modules/@vue/compiler-sfc": {
- "version": "3.5.16",
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.16.tgz",
- "integrity": "sha512-rQR6VSFNpiinDy/DVUE0vHoIDUF++6p910cgcZoaAUm3POxgNOOdS/xgoll3rNdKYTYPnnbARDCZOyZ+QSe6Pw==",
- "license": "MIT",
- "dependencies": {
- "@babel/parser": "^7.27.2",
- "@vue/compiler-core": "3.5.16",
- "@vue/compiler-dom": "3.5.16",
- "@vue/compiler-ssr": "3.5.16",
- "@vue/shared": "3.5.16",
- "estree-walker": "^2.0.2",
- "magic-string": "^0.30.17",
- "postcss": "^8.5.3",
- "source-map-js": "^1.2.1"
- }
- },
- "node_modules/@vue/compiler-ssr": {
- "version": "3.5.16",
- "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.16.tgz",
- "integrity": "sha512-d2V7kfxbdsjrDSGlJE7my1ZzCXViEcqN6w14DOsDrUCHEA6vbnVCpRFfrc4ryCP/lCKzX2eS1YtnLE/BuC9f/A==",
- "license": "MIT",
- "dependencies": {
- "@vue/compiler-dom": "3.5.16",
- "@vue/shared": "3.5.16"
- }
- },
- "node_modules/@vue/compiler-vue2": {
- "version": "2.7.16",
- "resolved": "https://registry.npmjs.org/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
- "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "de-indent": "^1.0.2",
- "he": "^1.2.0"
- }
- },
- "node_modules/@vue/devtools-api": {
- "version": "7.7.6",
- "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.6.tgz",
- "integrity": "sha512-b2Xx0KvXZObePpXPYHvBRRJLDQn5nhKjXh7vUhMEtWxz1AYNFOVIsh5+HLP8xDGL7sy+Q7hXeUxPHB/KgbtsPw==",
- "license": "MIT",
- "dependencies": {
- "@vue/devtools-kit": "^7.7.6"
- }
- },
- "node_modules/@vue/devtools-kit": {
- "version": "7.7.6",
- "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.6.tgz",
- "integrity": "sha512-geu7ds7tem2Y7Wz+WgbnbZ6T5eadOvozHZ23Atk/8tksHMFOFylKi1xgGlQlVn0wlkEf4hu+vd5ctj1G4kFtwA==",
- "license": "MIT",
- "dependencies": {
- "@vue/devtools-shared": "^7.7.6",
- "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"
- }
- },
- "node_modules/@vue/devtools-shared": {
- "version": "7.7.6",
- "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.6.tgz",
- "integrity": "sha512-yFEgJZ/WblEsojQQceuyK6FzpFDx4kqrz2ohInxNj5/DnhoX023upTv4OD6lNPLAA5LLkbwPVb10o/7b+Y4FVA==",
- "license": "MIT",
- "dependencies": {
- "rfdc": "^1.4.1"
- }
- },
- "node_modules/@vue/eslint-config-prettier": {
- "version": "10.2.0",
- "resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-10.2.0.tgz",
- "integrity": "sha512-GL3YBLwv/+b86yHcNNfPJxOTtVFJ4Mbc9UU3zR+KVoG7SwGTjPT+32fXamscNumElhcpXW3mT0DgzS9w32S7Bw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "eslint-config-prettier": "^10.0.1",
- "eslint-plugin-prettier": "^5.2.2"
- },
- "peerDependencies": {
- "eslint": ">= 8.21.0",
- "prettier": ">= 3.0.0"
- }
- },
- "node_modules/@vue/eslint-config-typescript": {
- "version": "14.5.0",
- "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-14.5.0.tgz",
- "integrity": "sha512-5oPOyuwkw++AP5gHDh5YFmST50dPfWOcm3/W7Nbh42IK5O3H74ytWAw0TrCRTaBoD/02khnWXuZf1Bz1xflavQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/utils": "^8.26.0",
- "fast-glob": "^3.3.3",
- "typescript-eslint": "^8.26.0",
- "vue-eslint-parser": "^10.1.1"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": "^9.10.0",
- "eslint-plugin-vue": "^9.28.0 || ^10.0.0",
- "typescript": ">=4.8.4"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@vue/language-core": {
- "version": "2.2.10",
- "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-2.2.10.tgz",
- "integrity": "sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@volar/language-core": "~2.4.11",
- "@vue/compiler-dom": "^3.5.0",
- "@vue/compiler-vue2": "^2.7.16",
- "@vue/shared": "^3.5.0",
- "alien-signals": "^1.0.3",
- "minimatch": "^9.0.3",
- "muggle-string": "^0.4.1",
- "path-browserify": "^1.0.1"
- },
- "peerDependencies": {
- "typescript": "*"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@vue/reactivity": {
- "version": "3.5.16",
- "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.16.tgz",
- "integrity": "sha512-FG5Q5ee/kxhIm1p2bykPpPwqiUBV3kFySsHEQha5BJvjXdZTUfmya7wP7zC39dFuZAcf/PD5S4Lni55vGLMhvA==",
- "license": "MIT",
- "dependencies": {
- "@vue/shared": "3.5.16"
- }
- },
- "node_modules/@vue/runtime-core": {
- "version": "3.5.16",
- "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.16.tgz",
- "integrity": "sha512-bw5Ykq6+JFHYxrQa7Tjr+VSzw7Dj4ldR/udyBZbq73fCdJmyy5MPIFR9IX/M5Qs+TtTjuyUTCnmK3lWWwpAcFQ==",
- "license": "MIT",
- "dependencies": {
- "@vue/reactivity": "3.5.16",
- "@vue/shared": "3.5.16"
- }
- },
- "node_modules/@vue/runtime-dom": {
- "version": "3.5.16",
- "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.16.tgz",
- "integrity": "sha512-T1qqYJsG2xMGhImRUV9y/RseB9d0eCYZQ4CWca9ztCuiPj/XWNNN+lkNBuzVbia5z4/cgxdL28NoQCvC0Xcfww==",
- "license": "MIT",
- "dependencies": {
- "@vue/reactivity": "3.5.16",
- "@vue/runtime-core": "3.5.16",
- "@vue/shared": "3.5.16",
- "csstype": "^3.1.3"
- }
- },
- "node_modules/@vue/server-renderer": {
- "version": "3.5.16",
- "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.16.tgz",
- "integrity": "sha512-BrX0qLiv/WugguGsnQUJiYOE0Fe5mZTwi6b7X/ybGB0vfrPH9z0gD/Y6WOR1sGCgX4gc25L1RYS5eYQKDMoNIg==",
- "license": "MIT",
- "dependencies": {
- "@vue/compiler-ssr": "3.5.16",
- "@vue/shared": "3.5.16"
- },
- "peerDependencies": {
- "vue": "3.5.16"
- }
- },
- "node_modules/@vue/shared": {
- "version": "3.5.16",
- "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.16.tgz",
- "integrity": "sha512-c/0fWy3Jw6Z8L9FmTyYfkpM5zklnqqa9+a6dz3DvONRKW2NEbh46BP0FHuLFSWi2TnQEtp91Z6zOWNrU6QiyPg==",
- "license": "MIT"
- },
- "node_modules/@vueuse/core": {
- "version": "13.3.0",
- "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.3.0.tgz",
- "integrity": "sha512-uYRz5oEfebHCoRhK4moXFM3NSCd5vu2XMLOq/Riz5FdqZMy2RvBtazdtL3gEcmDyqkztDe9ZP/zymObMIbiYSg==",
- "license": "MIT",
- "dependencies": {
- "@types/web-bluetooth": "^0.0.21",
- "@vueuse/metadata": "13.3.0",
- "@vueuse/shared": "13.3.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/antfu"
- },
- "peerDependencies": {
- "vue": "^3.5.0"
- }
- },
- "node_modules/@vueuse/metadata": {
- "version": "13.3.0",
- "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.3.0.tgz",
- "integrity": "sha512-42IzJIOYCKIb0Yjv1JfaKpx8JlCiTmtCWrPxt7Ja6Wzoq0h79+YVXmBV03N966KEmDEESTbp5R/qO3AB5BDnGw==",
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/antfu"
- }
- },
- "node_modules/@vueuse/shared": {
- "version": "13.3.0",
- "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.3.0.tgz",
- "integrity": "sha512-L1QKsF0Eg9tiZSFXTgodYnu0Rsa2P0En2LuLrIs/jgrkyiDuJSsPZK+tx+wU0mMsYHUYEjNsuE41uqqkuR8VhA==",
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/antfu"
- },
- "peerDependencies": {
- "vue": "^3.5.0"
- }
- },
- "node_modules/abort-controller": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
- "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "event-target-shim": "^5.0.0"
- },
- "engines": {
- "node": ">=6.5"
- }
- },
- "node_modules/accepts": {
- "version": "1.3.8",
- "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
- "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mime-types": "~2.1.34",
- "negotiator": "0.6.3"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/accepts/node_modules/negotiator": {
- "version": "0.6.3",
- "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
- "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/acorn": {
- "version": "8.14.1",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
- "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
- "license": "MIT",
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/acorn-jsx": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
- }
- },
- "node_modules/agent-base": {
- "version": "7.1.3",
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
- "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/ajv": {
- "version": "6.12.6",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/alien-signals": {
- "version": "1.0.13",
- "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-1.0.13.tgz",
- "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/ansi-colors": {
- "version": "4.1.3",
- "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
- "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/ansi-escapes": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
- "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^0.21.3"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/ansi-escapes/node_modules/type-fest": {
- "version": "0.21.3",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
- "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/anymatch": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
- "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "normalize-path": "^3.0.0",
- "picomatch": "^2.0.4"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/archiver": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
- "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "archiver-utils": "^5.0.2",
- "async": "^3.2.4",
- "buffer-crc32": "^1.0.0",
- "readable-stream": "^4.0.0",
- "readdir-glob": "^1.1.2",
- "tar-stream": "^3.0.0",
- "zip-stream": "^6.0.1"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/archiver-utils": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
- "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "glob": "^10.0.0",
- "graceful-fs": "^4.2.0",
- "is-stream": "^2.0.1",
- "lazystream": "^1.0.0",
- "lodash": "^4.17.15",
- "normalize-path": "^3.0.0",
- "readable-stream": "^4.0.0"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/argparse": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
- "dev": true,
- "license": "Python-2.0"
- },
- "node_modules/array-flatten": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
- "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/ast-kit": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-1.4.3.tgz",
- "integrity": "sha512-MdJqjpodkS5J149zN0Po+HPshkTdUyrvF7CKTafUgv69vBSPtncrj+3IiUgqdd7ElIEkbeXCsEouBUwLrw9Ilg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/parser": "^7.27.0",
- "pathe": "^2.0.3"
- },
- "engines": {
- "node": ">=16.14.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sxzz"
- }
- },
- "node_modules/ast-walker-scope": {
- "version": "0.6.2",
- "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.6.2.tgz",
- "integrity": "sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/parser": "^7.25.3",
- "ast-kit": "^1.0.1"
- },
- "engines": {
- "node": ">=16.14.0"
- }
- },
- "node_modules/async": {
- "version": "3.2.6",
- "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
- "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/autoprefixer": {
- "version": "10.4.21",
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
- "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/autoprefixer"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "browserslist": "^4.24.4",
- "caniuse-lite": "^1.0.30001702",
- "fraction.js": "^4.3.7",
- "normalize-range": "^0.1.2",
- "picocolors": "^1.1.1",
- "postcss-value-parser": "^4.2.0"
- },
- "bin": {
- "autoprefixer": "bin/autoprefixer"
- },
- "engines": {
- "node": "^10 || ^12 || >=14"
- },
- "peerDependencies": {
- "postcss": "^8.1.0"
- }
- },
- "node_modules/b4a": {
- "version": "1.6.7",
- "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz",
- "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
- "dev": true,
- "license": "Apache-2.0"
- },
- "node_modules/balanced-match": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/bare-events": {
- "version": "2.5.4",
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.4.tgz",
- "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==",
- "dev": true,
- "license": "Apache-2.0",
- "optional": true
- },
- "node_modules/base64-js": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
- "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT"
- },
- "node_modules/binary-extensions": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
- "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/birpc": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.3.0.tgz",
- "integrity": "sha512-ijbtkn/F3Pvzb6jHypHRyve2QApOCZDR25D/VnkY2G/lBNcXCTsnsCxgY4k4PkVB7zfwzYbY3O9Lcqe3xufS5g==",
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/antfu"
- }
- },
- "node_modules/bl": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
- "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "buffer": "^5.5.0",
- "inherits": "^2.0.4",
- "readable-stream": "^3.4.0"
- }
- },
- "node_modules/bl/node_modules/readable-stream": {
- "version": "3.6.2",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "inherits": "^2.0.3",
- "string_decoder": "^1.1.1",
- "util-deprecate": "^1.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/body-parser": {
- "version": "1.20.3",
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
- "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "bytes": "3.1.2",
- "content-type": "~1.0.5",
- "debug": "2.6.9",
- "depd": "2.0.0",
- "destroy": "1.2.0",
- "http-errors": "2.0.0",
- "iconv-lite": "0.4.24",
- "on-finished": "2.4.1",
- "qs": "6.13.0",
- "raw-body": "2.5.2",
- "type-is": "~1.6.18",
- "unpipe": "1.0.0"
- },
- "engines": {
- "node": ">= 0.8",
- "npm": "1.2.8000 || >= 1.4.16"
- }
- },
- "node_modules/body-parser/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/body-parser/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/boolbase": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
- "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/braces": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fill-range": "^7.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/browserslist": {
- "version": "4.25.0",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.0.tgz",
- "integrity": "sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "caniuse-lite": "^1.0.30001718",
- "electron-to-chromium": "^1.5.160",
- "node-releases": "^2.0.19",
- "update-browserslist-db": "^1.1.3"
- },
- "bin": {
- "browserslist": "cli.js"
- },
- "engines": {
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
- }
- },
- "node_modules/buffer": {
- "version": "5.7.1",
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
- "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "base64-js": "^1.3.1",
- "ieee754": "^1.1.13"
- }
- },
- "node_modules/buffer-builder": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/buffer-builder/-/buffer-builder-0.2.0.tgz",
- "integrity": "sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==",
- "dev": true,
- "license": "MIT/X11"
- },
- "node_modules/buffer-crc32": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
- "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/buffer-from": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
- "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/bundle-name": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
- "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "run-applescript": "^7.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/bytes": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
- "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/c12": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/c12/-/c12-3.0.4.tgz",
- "integrity": "sha512-t5FaZTYbbCtvxuZq9xxIruYydrAGsJ+8UdP0pZzMiK2xl/gNiSOy0OxhLzHUEEb0m1QXYqfzfvyIFEmz/g9lqg==",
- "license": "MIT",
- "dependencies": {
- "chokidar": "^4.0.3",
- "confbox": "^0.2.2",
- "defu": "^6.1.4",
- "dotenv": "^16.5.0",
- "exsolve": "^1.0.5",
- "giget": "^2.0.0",
- "jiti": "^2.4.2",
- "ohash": "^2.0.11",
- "pathe": "^2.0.3",
- "perfect-debounce": "^1.0.0",
- "pkg-types": "^2.1.0",
- "rc9": "^2.1.2"
- },
- "peerDependencies": {
- "magicast": "^0.3.5"
- },
- "peerDependenciesMeta": {
- "magicast": {
- "optional": true
- }
- }
- },
- "node_modules/c12/node_modules/chokidar": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
- "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
- "license": "MIT",
- "dependencies": {
- "readdirp": "^4.0.1"
- },
- "engines": {
- "node": ">= 14.16.0"
- },
- "funding": {
- "url": "https://paulmillr.com/funding/"
- }
- },
- "node_modules/c12/node_modules/confbox": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
- "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
- "license": "MIT"
- },
- "node_modules/c12/node_modules/pkg-types": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.1.0.tgz",
- "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
- "license": "MIT",
- "dependencies": {
- "confbox": "^0.2.1",
- "exsolve": "^1.0.1",
- "pathe": "^2.0.3"
- }
- },
- "node_modules/c12/node_modules/readdirp": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
- "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
- "license": "MIT",
- "engines": {
- "node": ">= 14.18.0"
- },
- "funding": {
- "type": "individual",
- "url": "https://paulmillr.com/funding/"
- }
- },
- "node_modules/call-bind-apply-helpers": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
- "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/call-bound": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
- "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.2",
- "get-intrinsic": "^1.3.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/callsites": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
- "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/camel-case": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
- "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "pascal-case": "^3.1.2",
- "tslib": "^2.0.3"
- }
- },
- "node_modules/caniuse-lite": {
- "version": "1.0.30001720",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001720.tgz",
- "integrity": "sha512-Ec/2yV2nNPwb4DnTANEV99ZWwm3ZWfdlfkQbWSDDt+PsXEVYwlhPH8tdMaPunYTKKmz7AnHi2oNEi1GcmKCD8g==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "CC-BY-4.0"
- },
- "node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/change-case": {
- "version": "5.4.4",
- "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
- "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/chardet": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
- "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/chokidar": {
- "version": "3.6.0",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
- "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "anymatch": "~3.1.2",
- "braces": "~3.0.2",
- "glob-parent": "~5.1.2",
- "is-binary-path": "~2.1.0",
- "is-glob": "~4.0.1",
- "normalize-path": "~3.0.0",
- "readdirp": "~3.6.0"
- },
- "engines": {
- "node": ">= 8.10.0"
- },
- "funding": {
- "url": "https://paulmillr.com/funding/"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.2"
- }
- },
- "node_modules/ci-info": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.2.0.tgz",
- "integrity": "sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/sibiraj-s"
- }
- ],
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/citty": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
- "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
- "license": "MIT",
- "dependencies": {
- "consola": "^3.2.3"
- }
- },
- "node_modules/clean-css": {
- "version": "5.3.3",
- "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz",
- "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "source-map": "~0.6.0"
- },
- "engines": {
- "node": ">= 10.0"
- }
- },
- "node_modules/cli-cursor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
- "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "restore-cursor": "^3.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cli-spinners": {
- "version": "2.9.2",
- "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
- "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/cli-width": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
- "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">= 12"
- }
- },
- "node_modules/cliui": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/cliui/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/clone": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
- "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/clone-deep": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
- "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-plain-object": "^2.0.4",
- "kind-of": "^6.0.2",
- "shallow-clone": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/colorette": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
- "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/colorjs.io": {
- "version": "0.5.2",
- "resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.5.2.tgz",
- "integrity": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/commander": {
- "version": "10.0.1",
- "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
- "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/compress-commons": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
- "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "crc-32": "^1.2.0",
- "crc32-stream": "^6.0.0",
- "is-stream": "^2.0.1",
- "normalize-path": "^3.0.0",
- "readable-stream": "^4.0.0"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/compressible": {
- "version": "2.0.18",
- "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
- "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mime-db": ">= 1.43.0 < 2"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/compression": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.0.tgz",
- "integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "bytes": "3.1.2",
- "compressible": "~2.0.18",
- "debug": "2.6.9",
- "negotiator": "~0.6.4",
- "on-headers": "~1.0.2",
- "safe-buffer": "5.2.1",
- "vary": "~1.1.2"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/compression/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/compression/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/concat-map": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/confbox": {
- "version": "0.1.8",
- "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
- "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
- "license": "MIT"
- },
- "node_modules/consola": {
- "version": "3.4.2",
- "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
- "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
- "license": "MIT",
- "engines": {
- "node": "^14.18.0 || >=16.10.0"
- }
- },
- "node_modules/content-disposition": {
- "version": "0.5.4",
- "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
- "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "safe-buffer": "5.2.1"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/content-type": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
- "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/cookie": {
- "version": "0.7.1",
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
- "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/cookie-signature": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
- "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/copy-anything": {
- "version": "3.0.5",
- "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz",
- "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
- "license": "MIT",
- "dependencies": {
- "is-what": "^4.1.8"
- },
- "engines": {
- "node": ">=12.13"
- },
- "funding": {
- "url": "https://github.com/sponsors/mesqueeb"
- }
- },
- "node_modules/core-util-is": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
- "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/crc-32": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
- "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
- "dev": true,
- "license": "Apache-2.0",
- "bin": {
- "crc32": "bin/crc32.njs"
- },
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/crc32-stream": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
- "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "crc-32": "^1.2.0",
- "readable-stream": "^4.0.0"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/cross-spawn": {
- "version": "7.0.6",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
- "dev": true,
- "license": "MIT",
- "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",
- "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
- "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "cssesc": "bin/cssesc"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/csstype": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
- "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
- "license": "MIT"
- },
- "node_modules/de-indent": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",
- "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/debug": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
- "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "^2.1.3"
- },
- "engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
- }
- },
- "node_modules/decimal.js": {
- "version": "10.5.0",
- "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz",
- "integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==",
- "license": "MIT"
- },
- "node_modules/deep-is": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/deep-pick-omit": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/deep-pick-omit/-/deep-pick-omit-1.2.1.tgz",
- "integrity": "sha512-2J6Kc/m3irCeqVG42T+SaUMesaK7oGWaedGnQQK/+O0gYc+2SP5bKh/KKTE7d7SJ+GCA9UUE1GRzh6oDe0EnGw==",
- "license": "MIT"
- },
- "node_modules/default-browser": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz",
- "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "bundle-name": "^4.1.0",
- "default-browser-id": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser-id": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
- "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/defaults": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
- "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "clone": "^1.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/define-lazy-prop": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
- "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/defu": {
- "version": "6.1.4",
- "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
- "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
- "license": "MIT"
- },
- "node_modules/depd": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
- "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/destr": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
- "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
- "license": "MIT"
- },
- "node_modules/destroy": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
- "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8",
- "npm": "1.2.8000 || >= 1.4.16"
- }
- },
- "node_modules/dot-case": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
- "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "no-case": "^3.0.4",
- "tslib": "^2.0.3"
- }
- },
- "node_modules/dot-prop": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-9.0.0.tgz",
- "integrity": "sha512-1gxPBJpI/pcjQhKgIU91II6Wkay+dLcN3M6rf2uwP8hRur3HtQXjVrdAK3sjC0piaEuxzMwjXChcETiJl47lAQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^4.18.2"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/dotenv": {
- "version": "16.5.0",
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz",
- "integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://dotenvx.com"
- }
- },
- "node_modules/dotenv-expand": {
- "version": "11.0.7",
- "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.7.tgz",
- "integrity": "sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "dotenv": "^16.4.5"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://dotenvx.com"
- }
- },
- "node_modules/dunder-proto": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
- "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.1",
- "es-errors": "^1.3.0",
- "gopd": "^1.2.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/eastasianwidth": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/ee-first": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
- "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/electron-to-chromium": {
- "version": "1.5.161",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.161.tgz",
- "integrity": "sha512-hwtetwfKNZo/UlwHIVBlKZVdy7o8bIZxxKs0Mv/ROPiQQQmDgdm5a+KvKtBsxM8ZjFzTaCeLoodZ8jiBE3o9rA==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/elementtree": {
- "version": "0.1.7",
- "resolved": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.7.tgz",
- "integrity": "sha512-wkgGT6kugeQk/P6VZ/f4T+4HB41BVgNBq5CDIZVbQ02nvTVqAiVTbskxxu3eA/X96lMlfYOwnLQpN2v5E1zDEg==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "sax": "1.1.4"
- },
- "engines": {
- "node": ">= 0.4.0"
- }
- },
- "node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/encodeurl": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
- "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/entities": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.12"
- },
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "node_modules/errx": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
- "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
- "license": "MIT"
- },
- "node_modules/es-define-property": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
- "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-errors": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-object-atoms": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
- "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/esbuild": {
- "version": "0.25.5",
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.5.tgz",
- "integrity": "sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "bin": {
- "esbuild": "bin/esbuild"
- },
- "engines": {
- "node": ">=18"
- },
- "optionalDependencies": {
- "@esbuild/aix-ppc64": "0.25.5",
- "@esbuild/android-arm": "0.25.5",
- "@esbuild/android-arm64": "0.25.5",
- "@esbuild/android-x64": "0.25.5",
- "@esbuild/darwin-arm64": "0.25.5",
- "@esbuild/darwin-x64": "0.25.5",
- "@esbuild/freebsd-arm64": "0.25.5",
- "@esbuild/freebsd-x64": "0.25.5",
- "@esbuild/linux-arm": "0.25.5",
- "@esbuild/linux-arm64": "0.25.5",
- "@esbuild/linux-ia32": "0.25.5",
- "@esbuild/linux-loong64": "0.25.5",
- "@esbuild/linux-mips64el": "0.25.5",
- "@esbuild/linux-ppc64": "0.25.5",
- "@esbuild/linux-riscv64": "0.25.5",
- "@esbuild/linux-s390x": "0.25.5",
- "@esbuild/linux-x64": "0.25.5",
- "@esbuild/netbsd-arm64": "0.25.5",
- "@esbuild/netbsd-x64": "0.25.5",
- "@esbuild/openbsd-arm64": "0.25.5",
- "@esbuild/openbsd-x64": "0.25.5",
- "@esbuild/sunos-x64": "0.25.5",
- "@esbuild/win32-arm64": "0.25.5",
- "@esbuild/win32-ia32": "0.25.5",
- "@esbuild/win32-x64": "0.25.5"
- }
- },
- "node_modules/escalade": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
- "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/escape-html": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
- "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/escape-string-regexp": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/eslint": {
- "version": "9.28.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.28.0.tgz",
- "integrity": "sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.2.0",
- "@eslint-community/regexpp": "^4.12.1",
- "@eslint/config-array": "^0.20.0",
- "@eslint/config-helpers": "^0.2.1",
- "@eslint/core": "^0.14.0",
- "@eslint/eslintrc": "^3.3.1",
- "@eslint/js": "9.28.0",
- "@eslint/plugin-kit": "^0.3.1",
- "@humanfs/node": "^0.16.6",
- "@humanwhocodes/module-importer": "^1.0.1",
- "@humanwhocodes/retry": "^0.4.2",
- "@types/estree": "^1.0.6",
- "@types/json-schema": "^7.0.15",
- "ajv": "^6.12.4",
- "chalk": "^4.0.0",
- "cross-spawn": "^7.0.6",
- "debug": "^4.3.2",
- "escape-string-regexp": "^4.0.0",
- "eslint-scope": "^8.3.0",
- "eslint-visitor-keys": "^4.2.0",
- "espree": "^10.3.0",
- "esquery": "^1.5.0",
- "esutils": "^2.0.2",
- "fast-deep-equal": "^3.1.3",
- "file-entry-cache": "^8.0.0",
- "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",
- "lodash.merge": "^4.6.2",
- "minimatch": "^3.1.2",
- "natural-compare": "^1.4.0",
- "optionator": "^0.9.3"
- },
- "bin": {
- "eslint": "bin/eslint.js"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://eslint.org/donate"
- },
- "peerDependencies": {
- "jiti": "*"
- },
- "peerDependenciesMeta": {
- "jiti": {
- "optional": true
- }
- }
- },
- "node_modules/eslint-config-prettier": {
- "version": "10.1.5",
- "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz",
- "integrity": "sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "eslint-config-prettier": "bin/cli.js"
- },
- "funding": {
- "url": "https://opencollective.com/eslint-config-prettier"
- },
- "peerDependencies": {
- "eslint": ">=7.0.0"
- }
- },
- "node_modules/eslint-plugin-prettier": {
- "version": "5.4.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz",
- "integrity": "sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prettier-linter-helpers": "^1.0.0",
- "synckit": "^0.11.7"
- },
- "engines": {
- "node": "^14.18.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint-plugin-prettier"
- },
- "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"
- },
- "peerDependenciesMeta": {
- "@types/eslint": {
- "optional": true
- },
- "eslint-config-prettier": {
- "optional": true
- }
- }
- },
- "node_modules/eslint-plugin-vue": {
- "version": "10.1.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.1.0.tgz",
- "integrity": "sha512-/VTiJ1eSfNLw6lvG9ENySbGmcVvz6wZ9nA7ZqXlLBY2RkaF15iViYKxglWiIch12KiLAj0j1iXPYU6W4wTROFA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.4.0",
- "natural-compare": "^1.4.0",
- "nth-check": "^2.1.1",
- "postcss-selector-parser": "^6.0.15",
- "semver": "^7.6.3",
- "xml-name-validator": "^4.0.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0",
- "vue-eslint-parser": "^10.0.0"
- }
- },
- "node_modules/eslint-scope": {
- "version": "8.3.0",
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
- "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
- "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/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/eslint/node_modules/eslint-visitor-keys": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint/node_modules/glob-parent": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.3"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/eslint/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/espree": {
- "version": "10.3.0",
- "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
- "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "acorn": "^8.14.0",
- "acorn-jsx": "^5.3.2",
- "eslint-visitor-keys": "^4.2.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/espree/node_modules/eslint-visitor-keys": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/esquery": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "estraverse": "^5.1.0"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/esrecurse": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estraverse": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estree-walker": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
- "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
- "license": "MIT"
- },
- "node_modules/esutils": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/etag": {
- "version": "1.8.1",
- "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
- "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/event-target-shim": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
- "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/events": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
- "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.x"
- }
- },
- "node_modules/express": {
- "version": "4.21.2",
- "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
- "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "accepts": "~1.3.8",
- "array-flatten": "1.1.1",
- "body-parser": "1.20.3",
- "content-disposition": "0.5.4",
- "content-type": "~1.0.4",
- "cookie": "0.7.1",
- "cookie-signature": "1.0.6",
- "debug": "2.6.9",
- "depd": "2.0.0",
- "encodeurl": "~2.0.0",
- "escape-html": "~1.0.3",
- "etag": "~1.8.1",
- "finalhandler": "1.3.1",
- "fresh": "0.5.2",
- "http-errors": "2.0.0",
- "merge-descriptors": "1.0.3",
- "methods": "~1.1.2",
- "on-finished": "2.4.1",
- "parseurl": "~1.3.3",
- "path-to-regexp": "0.1.12",
- "proxy-addr": "~2.0.7",
- "qs": "6.13.0",
- "range-parser": "~1.2.1",
- "safe-buffer": "5.2.1",
- "send": "0.19.0",
- "serve-static": "1.16.2",
- "setprototypeof": "1.2.0",
- "statuses": "2.0.1",
- "type-is": "~1.6.18",
- "utils-merge": "1.0.1",
- "vary": "~1.1.2"
- },
- "engines": {
- "node": ">= 0.10.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/express"
- }
- },
- "node_modules/express/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/express/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/exsolve": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.5.tgz",
- "integrity": "sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==",
- "license": "MIT"
- },
- "node_modules/external-editor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
- "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chardet": "^0.7.0",
- "iconv-lite": "^0.4.24",
- "tmp": "^0.0.33"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/fast-deep-equal": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-diff": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
- "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
- "dev": true,
- "license": "Apache-2.0"
- },
- "node_modules/fast-fifo": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
- "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-glob": {
- "version": "3.3.3",
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
- "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.8"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "node_modules/fast-json-stable-stringify": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-levenshtein": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fastq": {
- "version": "1.19.1",
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
- "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "reusify": "^1.0.4"
- }
- },
- "node_modules/file-entry-cache": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flat-cache": "^4.0.0"
- },
- "engines": {
- "node": ">=16.0.0"
- }
- },
- "node_modules/fill-range": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "to-regex-range": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/finalhandler": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
- "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "2.6.9",
- "encodeurl": "~2.0.0",
- "escape-html": "~1.0.3",
- "on-finished": "2.4.1",
- "parseurl": "~1.3.3",
- "statuses": "2.0.1",
- "unpipe": "~1.0.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/finalhandler/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/finalhandler/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/find-up": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/flat": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz",
- "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==",
- "dev": true,
- "license": "BSD-3-Clause",
- "bin": {
- "flat": "cli.js"
- }
- },
- "node_modules/flat-cache": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flatted": "^3.2.9",
- "keyv": "^4.5.4"
- },
- "engines": {
- "node": ">=16"
- }
- },
- "node_modules/flatted": {
- "version": "3.3.3",
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
- "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/foreground-child": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
- "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "cross-spawn": "^7.0.6",
- "signal-exit": "^4.0.1"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/forwarded": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
- "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/fraction.js": {
- "version": "4.3.7",
- "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
- "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "*"
- },
- "funding": {
- "type": "patreon",
- "url": "https://github.com/sponsors/rawify"
- }
- },
- "node_modules/fresh": {
- "version": "0.5.2",
- "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
- "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/fs-extra": {
- "version": "11.3.0",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz",
- "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/fsevents": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
- }
- },
- "node_modules/function-bind": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/get-caller-file": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "6.* || 8.* || >= 10.*"
- }
- },
- "node_modules/get-intrinsic": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
- "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
- "dev": true,
- "license": "MIT",
- "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"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/get-proto": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
- "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/giget": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/giget/-/giget-2.0.0.tgz",
- "integrity": "sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==",
- "license": "MIT",
- "dependencies": {
- "citty": "^0.1.6",
- "consola": "^3.4.0",
- "defu": "^6.1.4",
- "node-fetch-native": "^1.6.6",
- "nypm": "^0.6.0",
- "pathe": "^2.0.3"
- },
- "bin": {
- "giget": "dist/cli.mjs"
- }
- },
- "node_modules/glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "package-json-from-dist": "^1.0.0",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/globals": {
- "version": "15.15.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",
- "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/gopd": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
- "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/graceful-fs": {
- "version": "4.2.11",
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/graphemer": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/has-symbols": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
- "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/hasown": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/he": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
- "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "he": "bin/he"
- }
- },
- "node_modules/hookable": {
- "version": "5.5.3",
- "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
- "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
- "license": "MIT"
- },
- "node_modules/html-minifier-terser": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-7.2.0.tgz",
- "integrity": "sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "camel-case": "^4.1.2",
- "clean-css": "~5.3.2",
- "commander": "^10.0.0",
- "entities": "^4.4.0",
- "param-case": "^3.0.4",
- "relateurl": "^0.2.7",
- "terser": "^5.15.1"
- },
- "bin": {
- "html-minifier-terser": "cli.js"
- },
- "engines": {
- "node": "^14.13.1 || >=16.0.0"
- }
- },
- "node_modules/http-errors": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
- "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "depd": "2.0.0",
- "inherits": "2.0.4",
- "setprototypeof": "1.2.0",
- "statuses": "2.0.1",
- "toidentifier": "1.0.1"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/https-proxy-agent": {
- "version": "7.0.6",
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
- "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "agent-base": "^7.1.2",
- "debug": "4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/iconv-lite": {
- "version": "0.4.24",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/ieee754": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
- "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "BSD-3-Clause"
- },
- "node_modules/ignore": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
- "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/immutable": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.2.tgz",
- "integrity": "sha512-qHKXW1q6liAk1Oys6umoaZbDRqjcjgSrbnrifHsfsttza7zcvRAsL7mMV6xWcyhwQy7Xj5v4hhbr6b+iDYwlmQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/import-fresh": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
- "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "parent-module": "^1.0.0",
- "resolve-from": "^4.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/imurmurhash": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.19"
- }
- },
- "node_modules/index-to-position": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-1.1.0.tgz",
- "integrity": "sha512-XPdx9Dq4t9Qk1mTMbWONJqU7boCoumEH7fRET37HX5+khDUl3J2W6PdALxhILYlIYx2amlwYcRPp28p0tSiojg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/inherits": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/inquirer": {
- "version": "9.3.7",
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.3.7.tgz",
- "integrity": "sha512-LJKFHCSeIRq9hanN14IlOtPSTe3lNES7TYDTE2xxdAy1LS5rYphajK1qtwvj3YmQXvvk0U2Vbmcni8P9EIQW9w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/figures": "^1.0.3",
- "ansi-escapes": "^4.3.2",
- "cli-width": "^4.1.0",
- "external-editor": "^3.1.0",
- "mute-stream": "1.0.0",
- "ora": "^5.4.1",
- "run-async": "^3.0.0",
- "rxjs": "^7.8.1",
- "string-width": "^4.2.3",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^6.2.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/intl-messageformat": {
- "version": "10.7.16",
- "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.7.16.tgz",
- "integrity": "sha512-UmdmHUmp5CIKKjSoE10la5yfU+AYJAaiYLsodbjL4lji83JNvgOQUjGaGhGrpFCb0Uh7sl7qfP1IyILa8Z40ug==",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@formatjs/ecma402-abstract": "2.3.4",
- "@formatjs/fast-memoize": "2.2.7",
- "@formatjs/icu-messageformat-parser": "2.11.2",
- "tslib": "^2.8.0"
- }
- },
- "node_modules/ipaddr.js": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
- "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.10"
- }
- },
- "node_modules/is-binary-path": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
- "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "binary-extensions": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-docker": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
- "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "is-docker": "cli.js"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-extglob": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-glob": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-extglob": "^2.1.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-inside-container": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
- "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-docker": "^3.0.0"
- },
- "bin": {
- "is-inside-container": "cli.js"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-interactive": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
- "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-number": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/is-plain-object": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
- "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "isobject": "^3.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-stream": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
- "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-unicode-supported": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
- "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-what": {
- "version": "4.1.16",
- "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
- "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
- "license": "MIT",
- "engines": {
- "node": ">=12.13"
- },
- "funding": {
- "url": "https://github.com/sponsors/mesqueeb"
- }
- },
- "node_modules/is-wsl": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
- "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-inside-container": "^1.0.0"
- },
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/isarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
- "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/isbinaryfile": {
- "version": "5.0.4",
- "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.4.tgz",
- "integrity": "sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 18.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/gjtorikian/"
- }
- },
- "node_modules/isexe": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/isobject": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
- "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/jackspeak": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/jiti": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz",
- "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
- "license": "MIT",
- "bin": {
- "jiti": "lib/jiti-cli.mjs"
- }
- },
- "node_modules/js-levenshtein": {
- "version": "1.1.6",
- "resolved": "https://registry.npmjs.org/js-levenshtein/-/js-levenshtein-1.1.6.tgz",
- "integrity": "sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/js-tokens": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "argparse": "^2.0.1"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- }
- },
- "node_modules/json-buffer": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/json-schema-traverse": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/json-stable-stringify-without-jsonify": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/json5": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "json5": "lib/cli.js"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/jsonfile": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/keyv": {
- "version": "4.5.4",
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "json-buffer": "3.0.1"
- }
- },
- "node_modules/kind-of": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
- "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/klona": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
- "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/knitwork": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.2.0.tgz",
- "integrity": "sha512-xYSH7AvuQ6nXkq42x0v5S8/Iry+cfulBz/DJQzhIyESdLD7425jXsPy4vn5cCXU+HhRN2kVw51Vd1K6/By4BQg==",
- "license": "MIT"
- },
- "node_modules/kolorist": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
- "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/lazystream": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
- "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "readable-stream": "^2.0.5"
- },
- "engines": {
- "node": ">= 0.6.3"
- }
- },
- "node_modules/lazystream/node_modules/readable-stream": {
- "version": "2.3.8",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
- "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.3",
- "isarray": "~1.0.0",
- "process-nextick-args": "~2.0.0",
- "safe-buffer": "~5.1.1",
- "string_decoder": "~1.1.1",
- "util-deprecate": "~1.0.1"
- }
- },
- "node_modules/lazystream/node_modules/safe-buffer": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
- "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/lazystream/node_modules/string_decoder": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "safe-buffer": "~5.1.0"
- }
- },
- "node_modules/levn": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1",
- "type-check": "~0.4.0"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/local-pkg": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.1.tgz",
- "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==",
- "license": "MIT",
- "dependencies": {
- "mlly": "^1.7.4",
- "pkg-types": "^2.0.1",
- "quansync": "^0.2.8"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/antfu"
- }
- },
- "node_modules/local-pkg/node_modules/confbox": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
- "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
- "license": "MIT"
- },
- "node_modules/local-pkg/node_modules/pkg-types": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.1.0.tgz",
- "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
- "license": "MIT",
- "dependencies": {
- "confbox": "^0.2.1",
- "exsolve": "^1.0.1",
- "pathe": "^2.0.3"
- }
- },
- "node_modules/locate-path": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/lodash.merge": {
- "version": "4.6.2",
- "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
- "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/log-symbols": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
- "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chalk": "^4.1.0",
- "is-unicode-supported": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lower-case": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
- "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "tslib": "^2.0.3"
- }
- },
- "node_modules/lru-cache": {
- "version": "10.4.3",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
- "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/magic-string": {
- "version": "0.30.17",
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
- "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
- "license": "MIT",
- "dependencies": {
- "@jridgewell/sourcemap-codec": "^1.5.0"
- }
- },
- "node_modules/magic-string-ast": {
- "version": "0.7.1",
- "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-0.7.1.tgz",
- "integrity": "sha512-ub9iytsEbT7Yw/Pd29mSo/cNQpaEu67zR1VVcXDiYjSFwzeBxNdTd0FMnSslLQXiRj8uGPzwsaoefrMD5XAmdw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "magic-string": "^0.30.17"
- },
- "engines": {
- "node": ">=16.14.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sxzz"
- }
- },
- "node_modules/marked": {
- "version": "15.0.12",
- "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz",
- "integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
- "license": "MIT",
- "bin": {
- "marked": "bin/marked.js"
- },
- "engines": {
- "node": ">= 18"
- }
- },
- "node_modules/math-intrinsics": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
- "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/media-typer": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
- "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/merge-descriptors": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
- "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/merge2": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/methods": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
- "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/micromatch": {
- "version": "4.0.8",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "braces": "^3.0.3",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "node_modules/mime": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
- "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "mime": "cli.js"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/mime-db": {
- "version": "1.54.0",
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
- "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mime-types": {
- "version": "2.1.35",
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mime-db": "1.52.0"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mime-types/node_modules/mime-db": {
- "version": "1.52.0",
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mimic-fn": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
- "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/minimatch": {
- "version": "9.0.5",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/minimist": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
- "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/minipass": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=16 || 14 >=14.17"
- }
- },
- "node_modules/mitt": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
- "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
- "license": "MIT"
- },
- "node_modules/mlly": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.4.tgz",
- "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==",
- "license": "MIT",
- "dependencies": {
- "acorn": "^8.14.0",
- "pathe": "^2.0.1",
- "pkg-types": "^1.3.0",
- "ufo": "^1.5.4"
- }
- },
- "node_modules/ms": {
- "version": "2.1.3",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/muggle-string": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
- "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/mute-stream": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
- "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "node_modules/nanoid": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "bin": {
- "nanoid": "bin/nanoid.cjs"
- },
- "engines": {
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
- }
- },
- "node_modules/natural-compare": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/negotiator": {
- "version": "0.6.4",
- "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
- "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/no-case": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
- "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "lower-case": "^2.0.2",
- "tslib": "^2.0.3"
- }
- },
- "node_modules/node-fetch-native": {
- "version": "1.6.6",
- "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.6.tgz",
- "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==",
- "license": "MIT"
- },
- "node_modules/node-forge": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
- "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
- "dev": true,
- "license": "(BSD-3-Clause OR GPL-2.0)",
- "engines": {
- "node": ">= 6.13.0"
- }
- },
- "node_modules/node-releases": {
- "version": "2.0.19",
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
- "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/normalize-path": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/normalize-range": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
- "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/npm-run-path": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz",
- "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^4.0.0",
- "unicorn-magic": "^0.3.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/npm-run-path/node_modules/path-key": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
- "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/nth-check": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
- "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "boolbase": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/fb55/nth-check?sponsor=1"
- }
- },
- "node_modules/nypm": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.0.tgz",
- "integrity": "sha512-mn8wBFV9G9+UFHIrq+pZ2r2zL4aPau/by3kJb3cM7+5tQHMt6HGQB8FDIeKFYp8o0D2pnH6nVsO88N4AmUxIWg==",
- "license": "MIT",
- "dependencies": {
- "citty": "^0.1.6",
- "consola": "^3.4.0",
- "pathe": "^2.0.3",
- "pkg-types": "^2.0.0",
- "tinyexec": "^0.3.2"
- },
- "bin": {
- "nypm": "dist/cli.mjs"
- },
- "engines": {
- "node": "^14.16.0 || >=16.10.0"
- }
- },
- "node_modules/nypm/node_modules/confbox": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
- "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
- "license": "MIT"
- },
- "node_modules/nypm/node_modules/pkg-types": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.1.0.tgz",
- "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
- "license": "MIT",
- "dependencies": {
- "confbox": "^0.2.1",
- "exsolve": "^1.0.1",
- "pathe": "^2.0.3"
- }
- },
- "node_modules/object-inspect": {
- "version": "1.13.4",
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
- "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/ohash": {
- "version": "2.0.11",
- "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
- "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
- "license": "MIT"
- },
- "node_modules/on-finished": {
- "version": "2.4.1",
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
- "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ee-first": "1.1.1"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/on-headers": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
- "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/onetime": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
- "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mimic-fn": "^2.1.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/open": {
- "version": "10.1.2",
- "resolved": "https://registry.npmjs.org/open/-/open-10.1.2.tgz",
- "integrity": "sha512-cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "default-browser": "^5.2.1",
- "define-lazy-prop": "^3.0.0",
- "is-inside-container": "^1.0.0",
- "is-wsl": "^3.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/openapi-fetch": {
- "version": "0.14.0",
- "resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.14.0.tgz",
- "integrity": "sha512-PshIdm1NgdLvb05zp8LqRQMNSKzIlPkyMxYFxwyHR+UlKD4t2nUjkDhNxeRbhRSEd3x5EUNh2w5sJYwkhOH4fg==",
- "license": "MIT",
- "dependencies": {
- "openapi-typescript-helpers": "^0.0.15"
- }
- },
- "node_modules/openapi-typescript": {
- "version": "7.8.0",
- "resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-7.8.0.tgz",
- "integrity": "sha512-1EeVWmDzi16A+siQlo/SwSGIT7HwaFAVjvMA7/jG5HMLSnrUOzPL7uSTRZZa4v/LCRxHTApHKtNY6glApEoiUQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@redocly/openapi-core": "^1.34.3",
- "ansi-colors": "^4.1.3",
- "change-case": "^5.4.4",
- "parse-json": "^8.3.0",
- "supports-color": "^10.0.0",
- "yargs-parser": "^21.1.1"
- },
- "bin": {
- "openapi-typescript": "bin/cli.js"
- },
- "peerDependencies": {
- "typescript": "^5.x"
- }
- },
- "node_modules/openapi-typescript-helpers": {
- "version": "0.0.15",
- "resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.15.tgz",
- "integrity": "sha512-opyTPaunsklCBpTK8JGef6mfPhLSnyy5a0IN9vKtx3+4aExf+KxEqYwIy3hqkedXIB97u357uLMJsOnm3GVjsw==",
- "license": "MIT"
- },
- "node_modules/openapi-typescript/node_modules/supports-color": {
- "version": "10.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.0.0.tgz",
- "integrity": "sha512-HRVVSbCCMbj7/kdWF9Q+bbckjBHLtHMEoJWlkmYzzdwhYMkjkOwubLM6t7NbWKjgKamGDrWL1++KrjUO1t9oAQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/chalk/supports-color?sponsor=1"
- }
- },
- "node_modules/optionator": {
- "version": "0.9.4",
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
- "dev": true,
- "license": "MIT",
- "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"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/ora": {
- "version": "5.4.1",
- "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
- "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "bl": "^4.1.0",
- "chalk": "^4.1.0",
- "cli-cursor": "^3.1.0",
- "cli-spinners": "^2.5.0",
- "is-interactive": "^1.0.0",
- "is-unicode-supported": "^0.1.0",
- "log-symbols": "^4.1.0",
- "strip-ansi": "^6.0.0",
- "wcwidth": "^1.0.1"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/os-tmpdir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
- "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/p-limit": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-locate": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/package-json-from-dist": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
- "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
- "dev": true,
- "license": "BlueOak-1.0.0"
- },
- "node_modules/param-case": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
- "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dot-case": "^3.0.4",
- "tslib": "^2.0.3"
- }
- },
- "node_modules/parent-module": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "callsites": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/parse-json": {
- "version": "8.3.0",
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz",
- "integrity": "sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.26.2",
- "index-to-position": "^1.1.0",
- "type-fest": "^4.39.1"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/parseurl": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
- "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/pascal-case": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
- "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "no-case": "^3.0.4",
- "tslib": "^2.0.3"
- }
- },
- "node_modules/path-browserify": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
- "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/path-exists": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-scurry": {
- "version": "1.11.1",
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
- "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "lru-cache": "^10.2.0",
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/path-to-regexp": {
- "version": "0.1.12",
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
- "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/pathe": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
- "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
- "license": "MIT"
- },
- "node_modules/perfect-debounce": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
- "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
- "license": "MIT"
- },
- "node_modules/picocolors": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
- "license": "ISC"
- },
- "node_modules/picomatch": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/pinia": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.2.tgz",
- "integrity": "sha512-sH2JK3wNY809JOeiiURUR0wehJ9/gd9qFN2Y828jCbxEzKEmEt0pzCXwqiSTfuRsK9vQsOflSdnbdBOGrhtn+g==",
- "license": "MIT",
- "dependencies": {
- "@vue/devtools-api": "^7.7.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/posva"
- },
- "peerDependencies": {
- "typescript": ">=4.4.4",
- "vue": "^2.7.0 || ^3.5.11"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/pinia-plugin-persistedstate": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-4.3.0.tgz",
- "integrity": "sha512-x9wxpHj6iFDj5ITQJ3rj6+KesEqyRk/vqcE3WE+VGfetleV9Zufqwa9qJ6AkA5wmRSQEp7BTA1us/MDVTRHFFw==",
- "license": "MIT",
- "dependencies": {
- "@nuxt/kit": "^3.17.2",
- "deep-pick-omit": "^1.2.1",
- "defu": "^6.1.4",
- "destr": "^2.0.5"
- },
- "peerDependencies": {
- "@pinia/nuxt": ">=0.10.0",
- "pinia": ">=3.0.0"
- },
- "peerDependenciesMeta": {
- "@pinia/nuxt": {
- "optional": true
- },
- "pinia": {
- "optional": true
- }
- }
- },
- "node_modules/pkg-types": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
- "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
- "license": "MIT",
- "dependencies": {
- "confbox": "^0.1.8",
- "mlly": "^1.7.4",
- "pathe": "^2.0.1"
- }
- },
- "node_modules/pluralize": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
- "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/postcss": {
- "version": "8.5.4",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.4.tgz",
- "integrity": "sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==",
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/postcss"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "nanoid": "^3.3.11",
- "picocolors": "^1.1.1",
- "source-map-js": "^1.2.1"
- },
- "engines": {
- "node": "^10 || ^12 || >=14"
- }
- },
- "node_modules/postcss-selector-parser": {
- "version": "6.1.2",
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
- "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cssesc": "^3.0.0",
- "util-deprecate": "^1.0.2"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/postcss-value-parser": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
- "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/prelude-ls": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/prettier": {
- "version": "3.5.3",
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
- "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "prettier": "bin/prettier.cjs"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/prettier/prettier?sponsor=1"
- }
- },
- "node_modules/prettier-linter-helpers": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
- "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-diff": "^1.1.2"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/process": {
- "version": "0.11.10",
- "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
- "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6.0"
- }
- },
- "node_modules/process-nextick-args": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
- "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/proxy-addr": {
- "version": "2.0.7",
- "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
- "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "forwarded": "0.2.0",
- "ipaddr.js": "1.9.1"
- },
- "engines": {
- "node": ">= 0.10"
- }
- },
- "node_modules/punycode": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/qs": {
- "version": "6.13.0",
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
- "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "side-channel": "^1.0.6"
- },
- "engines": {
- "node": ">=0.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/quansync": {
- "version": "0.2.10",
- "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.10.tgz",
- "integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==",
- "funding": [
- {
- "type": "individual",
- "url": "https://github.com/sponsors/antfu"
- },
- {
- "type": "individual",
- "url": "https://github.com/sponsors/sxzz"
- }
- ],
- "license": "MIT"
- },
- "node_modules/quasar": {
- "version": "2.18.1",
- "resolved": "https://registry.npmjs.org/quasar/-/quasar-2.18.1.tgz",
- "integrity": "sha512-db/P64Mzpt1uXJ0MapaG+IYJQ9hHDb5KtTCoszwC78DR7sA+Uoj7nBW2EytwYykIExEmqavOvKrdasTvqhkgEg==",
- "license": "MIT",
- "engines": {
- "node": ">= 10.18.1",
- "npm": ">= 6.13.4",
- "yarn": ">= 1.21.1"
- },
- "funding": {
- "type": "github",
- "url": "https://donate.quasar.dev"
- }
- },
- "node_modules/queue-microtask": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT"
- },
- "node_modules/randombytes": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
- "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "safe-buffer": "^5.1.0"
- }
- },
- "node_modules/range-parser": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
- "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/raw-body": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
- "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "bytes": "3.1.2",
- "http-errors": "2.0.0",
- "iconv-lite": "0.4.24",
- "unpipe": "1.0.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/rc9": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
- "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
- "license": "MIT",
- "dependencies": {
- "defu": "^6.1.4",
- "destr": "^2.0.3"
- }
- },
- "node_modules/readable-stream": {
- "version": "4.7.0",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
- "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "abort-controller": "^3.0.0",
- "buffer": "^6.0.3",
- "events": "^3.3.0",
- "process": "^0.11.10",
- "string_decoder": "^1.3.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- }
- },
- "node_modules/readable-stream/node_modules/buffer": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
- "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "base64-js": "^1.3.1",
- "ieee754": "^1.2.1"
- }
- },
- "node_modules/readdir-glob": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
- "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "minimatch": "^5.1.0"
- }
- },
- "node_modules/readdir-glob/node_modules/minimatch": {
- "version": "5.1.6",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
- "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/readdirp": {
- "version": "3.6.0",
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
- "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "picomatch": "^2.2.1"
- },
- "engines": {
- "node": ">=8.10.0"
- }
- },
- "node_modules/relateurl": {
- "version": "0.2.7",
- "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
- "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.10"
- }
- },
- "node_modules/require-directory": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
- "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/require-from-string": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
- "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/resolve-from": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
- "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/restore-cursor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
- "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "onetime": "^5.1.0",
- "signal-exit": "^3.0.2"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/restore-cursor/node_modules/signal-exit": {
- "version": "3.0.7",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
- "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/reusify": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
- "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "iojs": ">=1.0.0",
- "node": ">=0.10.0"
- }
- },
- "node_modules/rfdc": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
- "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
- "license": "MIT"
- },
- "node_modules/rollup": {
- "version": "4.41.1",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.41.1.tgz",
- "integrity": "sha512-cPmwD3FnFv8rKMBc1MxWCwVQFxwf1JEmSX3iQXrRVVG15zerAIXRjMFVWnd5Q5QvgKF7Aj+5ykXFhUl+QGnyOw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/estree": "1.0.7"
- },
- "bin": {
- "rollup": "dist/bin/rollup"
- },
- "engines": {
- "node": ">=18.0.0",
- "npm": ">=8.0.0"
- },
- "optionalDependencies": {
- "@rollup/rollup-android-arm-eabi": "4.41.1",
- "@rollup/rollup-android-arm64": "4.41.1",
- "@rollup/rollup-darwin-arm64": "4.41.1",
- "@rollup/rollup-darwin-x64": "4.41.1",
- "@rollup/rollup-freebsd-arm64": "4.41.1",
- "@rollup/rollup-freebsd-x64": "4.41.1",
- "@rollup/rollup-linux-arm-gnueabihf": "4.41.1",
- "@rollup/rollup-linux-arm-musleabihf": "4.41.1",
- "@rollup/rollup-linux-arm64-gnu": "4.41.1",
- "@rollup/rollup-linux-arm64-musl": "4.41.1",
- "@rollup/rollup-linux-loongarch64-gnu": "4.41.1",
- "@rollup/rollup-linux-powerpc64le-gnu": "4.41.1",
- "@rollup/rollup-linux-riscv64-gnu": "4.41.1",
- "@rollup/rollup-linux-riscv64-musl": "4.41.1",
- "@rollup/rollup-linux-s390x-gnu": "4.41.1",
- "@rollup/rollup-linux-x64-gnu": "4.41.1",
- "@rollup/rollup-linux-x64-musl": "4.41.1",
- "@rollup/rollup-win32-arm64-msvc": "4.41.1",
- "@rollup/rollup-win32-ia32-msvc": "4.41.1",
- "@rollup/rollup-win32-x64-msvc": "4.41.1",
- "fsevents": "~2.3.2"
- }
- },
- "node_modules/rollup-plugin-visualizer": {
- "version": "5.14.0",
- "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.14.0.tgz",
- "integrity": "sha512-VlDXneTDaKsHIw8yzJAFWtrzguoJ/LnQ+lMpoVfYJ3jJF4Ihe5oYLAqLklIK/35lgUY+1yEzCkHyZ1j4A5w5fA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "open": "^8.4.0",
- "picomatch": "^4.0.2",
- "source-map": "^0.7.4",
- "yargs": "^17.5.1"
- },
- "bin": {
- "rollup-plugin-visualizer": "dist/bin/cli.js"
- },
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "rolldown": "1.x",
- "rollup": "2.x || 3.x || 4.x"
- },
- "peerDependenciesMeta": {
- "rolldown": {
- "optional": true
- },
- "rollup": {
- "optional": true
- }
- }
- },
- "node_modules/rollup-plugin-visualizer/node_modules/define-lazy-prop": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
- "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/rollup-plugin-visualizer/node_modules/is-docker": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
- "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "is-docker": "cli.js"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/rollup-plugin-visualizer/node_modules/is-wsl": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-docker": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/rollup-plugin-visualizer/node_modules/open": {
- "version": "8.4.2",
- "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
- "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-lazy-prop": "^2.0.0",
- "is-docker": "^2.1.1",
- "is-wsl": "^2.2.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/rollup-plugin-visualizer/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/rollup-plugin-visualizer/node_modules/source-map": {
- "version": "0.7.4",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
- "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
- "dev": true,
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/run-applescript": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
- "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/run-async": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
- "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/run-parallel": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "queue-microtask": "^1.2.2"
- }
- },
- "node_modules/rxjs": {
- "version": "7.8.2",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
- "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "tslib": "^2.1.0"
- }
- },
- "node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT"
- },
- "node_modules/safer-buffer": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/sass-embedded": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.89.1.tgz",
- "integrity": "sha512-alvGGlyYdkSXYKOfS/TTxUD0993EYOe3adIPtwCWEg037qe183p2dkYnbaRsCLJFKt+QoyRzhsrbCsK7sbR6MA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@bufbuild/protobuf": "^2.0.0",
- "buffer-builder": "^0.2.0",
- "colorjs.io": "^0.5.0",
- "immutable": "^5.0.2",
- "rxjs": "^7.4.0",
- "supports-color": "^8.1.1",
- "sync-child-process": "^1.0.2",
- "varint": "^6.0.0"
- },
- "bin": {
- "sass": "dist/bin/sass.js"
- },
- "engines": {
- "node": ">=16.0.0"
- },
- "optionalDependencies": {
- "sass-embedded-android-arm": "1.89.1",
- "sass-embedded-android-arm64": "1.89.1",
- "sass-embedded-android-riscv64": "1.89.1",
- "sass-embedded-android-x64": "1.89.1",
- "sass-embedded-darwin-arm64": "1.89.1",
- "sass-embedded-darwin-x64": "1.89.1",
- "sass-embedded-linux-arm": "1.89.1",
- "sass-embedded-linux-arm64": "1.89.1",
- "sass-embedded-linux-musl-arm": "1.89.1",
- "sass-embedded-linux-musl-arm64": "1.89.1",
- "sass-embedded-linux-musl-riscv64": "1.89.1",
- "sass-embedded-linux-musl-x64": "1.89.1",
- "sass-embedded-linux-riscv64": "1.89.1",
- "sass-embedded-linux-x64": "1.89.1",
- "sass-embedded-win32-arm64": "1.89.1",
- "sass-embedded-win32-x64": "1.89.1"
- }
- },
- "node_modules/sass-embedded-android-arm": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-android-arm/-/sass-embedded-android-arm-1.89.1.tgz",
- "integrity": "sha512-wVchZSz8zbJBwwOs9/iwco/M5G3L5BaeqwUF1EC3Gtzn1BsXYUEkJfftW2HxGl4hQz2YlpR7BY1GRN817uxADA==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-android-arm64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.89.1.tgz",
- "integrity": "sha512-Je6x7uuJRGQdr5ziSJdaPA4NhBSO26BU/E55qiuMUZpjq2EWBEJPbNeugu/cWlCEmfqoVuxj37r8aEU+KG0H1g==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-android-riscv64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-android-riscv64/-/sass-embedded-android-riscv64-1.89.1.tgz",
- "integrity": "sha512-DhWe+A4RVtpHMVaQgdzRpiczAXKPl7XhyY9USkY9Xkhv94+csTfjyuFmsUuCpKSiQDQkD+rGByfg+9yQIk/RgQ==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-android-x64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-android-x64/-/sass-embedded-android-x64-1.89.1.tgz",
- "integrity": "sha512-LTEzxTXrv3evPiHBmDMtJtO5tEprg7bvNOwYTjDEhE9ZCYdb70l+haIY0dVyhGxyeaBJlyvatjWOKEduPP3Lyw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-darwin-arm64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.89.1.tgz",
- "integrity": "sha512-7qMO4BLdIOFMMc1M+hg5iWEjPxbPlH1XTPUCwyuXYqubz6kXkdrrtJXolNAAey/0ZOE6uXk0APugm93a/veQdQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-darwin-x64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.89.1.tgz",
- "integrity": "sha512-Jzuws3NNx4YtDdL2/skP8BvGqMBKn26XINehwLnD2kgbh0+k+vKNWt5JDomvIuZVLsK8zWrMoRkXpk4wuHdqrw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-linux-arm": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.89.1.tgz",
- "integrity": "sha512-8TvFr/lh7FARtNr9mM57m7NNvtSZwnlkXtfY1D48B81Ve6GgtLqQhELNzvTcfQ0WZa0aNnVjq9XUuWLlrMDaZQ==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-linux-arm64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.89.1.tgz",
- "integrity": "sha512-h967EV2armjV+Re+hHv7LaIzCOvV6DoFod9GJhXTdnPvilqs7DAPTUfN07wOqbzjlaGEnITZXzLsWAoZ1Z7tWQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-linux-musl-arm": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.89.1.tgz",
- "integrity": "sha512-Tl8wDL+3qFa/AhvZZBb1OvhN1SvIsRSLaPdGP8cv3VmKKVBdlLp2zedPTlcLJpR9dG/bjtGJYGX15kWHAvZ6mQ==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-linux-musl-arm64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.89.1.tgz",
- "integrity": "sha512-l4TrsUmE3AEPy2gDThb+OQV5xSyrb807DJbkQiFtTwvtOZAAkoVl1v2QeocW0npgKjc/W7nHMiSempJe0UcV7w==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-linux-musl-riscv64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-riscv64/-/sass-embedded-linux-musl-riscv64-1.89.1.tgz",
- "integrity": "sha512-YJVZmz032U7dv4RW3u+SJGp+DQWmYWc5fX/aXzLuoL6PPUPon1/Sseaf/5YGtcuQf8RnxZBbM2nFHFVHDJfsQw==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-linux-musl-x64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.89.1.tgz",
- "integrity": "sha512-67ijpk87V0VlpdVTtgnfIzRkVUMtEH79nvGctvNpk0XT6v+oxoFRljFRiYItZOxb5gRZMnvtkgaz1VHVcMrhtg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-linux-riscv64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-linux-riscv64/-/sass-embedded-linux-riscv64-1.89.1.tgz",
- "integrity": "sha512-SQNWy5kUvlQJUKRXFy8jS05DBik+2ERIWDxOBk+QuJYEIktlA9fKKBU8c7RkgpZFNXSXZa0W1Gy27oOFCzhhuA==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-linux-x64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.89.1.tgz",
- "integrity": "sha512-KUqGzBvTDZG6D3Pq41sCzqO1wkxM0WmxxlI7PTuVkvgciTywHf8F7mkg2alMLVZQ6APJEYtlnCGQgn4cCgYsqw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-win32-arm64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.89.1.tgz",
- "integrity": "sha512-Lk6dYA18RasZxQhShT91G7Z2o7+F9necTNJ951a5AICsSJpTbg3tTnAGB7Rvd6xB5reQSZoXfB/zXKEKwtzaow==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded-win32-x64": {
- "version": "1.89.1",
- "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.89.1.tgz",
- "integrity": "sha512-YlvzrzFPHd4GKa04jMfP0t2DGJHPTm7zN4GEYtaOFqeS6BoEAUY5kBNYFy7zhwKesN3kGyU/D9rz1MfLRgGv0g==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sass-embedded/node_modules/supports-color": {
- "version": "8.1.1",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/supports-color?sponsor=1"
- }
- },
- "node_modules/sax": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/sax/-/sax-1.1.4.tgz",
- "integrity": "sha512-5f3k2PbGGp+YtKJjOItpg3P99IMD84E4HOvcfleTb5joCHNXYLsR9yWFPOYGgaeMPDubQILTCMdsFb2OMeOjtg==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/scule": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
- "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
- "license": "MIT"
- },
- "node_modules/selfsigned": {
- "version": "2.4.1",
- "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz",
- "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node-forge": "^1.3.0",
- "node-forge": "^1"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/semver": {
- "version": "7.7.2",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/send": {
- "version": "0.19.0",
- "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
- "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "2.6.9",
- "depd": "2.0.0",
- "destroy": "1.2.0",
- "encodeurl": "~1.0.2",
- "escape-html": "~1.0.3",
- "etag": "~1.8.1",
- "fresh": "0.5.2",
- "http-errors": "2.0.0",
- "mime": "1.6.0",
- "ms": "2.1.3",
- "on-finished": "2.4.1",
- "range-parser": "~1.2.1",
- "statuses": "2.0.1"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/send/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/send/node_modules/debug/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/send/node_modules/encodeurl": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
- "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/serialize-javascript": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
- "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "randombytes": "^2.1.0"
- }
- },
- "node_modules/serve-static": {
- "version": "1.16.2",
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
- "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "encodeurl": "~2.0.0",
- "escape-html": "~1.0.3",
- "parseurl": "~1.3.3",
- "send": "0.19.0"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/setprototypeof": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
- "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/shallow-clone": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
- "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "kind-of": "^6.0.2"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/side-channel": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
- "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
- "dev": true,
- "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.0",
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "object-inspect": "^1.13.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-map": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
- "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
- "dev": true,
- "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",
- "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
- "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
- "dev": true,
- "license": "MIT",
- "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"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/signal-exit": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/source-map": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "dev": true,
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/source-map-js": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/source-map-support": {
- "version": "0.5.21",
- "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
- "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "buffer-from": "^1.0.0",
- "source-map": "^0.6.0"
- }
- },
- "node_modules/speakingurl": {
- "version": "14.0.1",
- "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
- "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/stack-trace": {
- "version": "1.0.0-pre2",
- "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-1.0.0-pre2.tgz",
- "integrity": "sha512-2ztBJRek8IVofG9DBJqdy2N5kulaacX30Nz7xmkYF6ale9WBVmIy6mFBchvGX7Vx/MyjBhx+Rcxqrj+dbOnQ6A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=16"
- }
- },
- "node_modules/statuses": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/std-env": {
- "version": "3.9.0",
- "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.9.0.tgz",
- "integrity": "sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==",
- "license": "MIT"
- },
- "node_modules/streamx": {
- "version": "2.22.0",
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.22.0.tgz",
- "integrity": "sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-fifo": "^1.3.2",
- "text-decoder": "^1.1.0"
- },
- "optionalDependencies": {
- "bare-events": "^2.2.0"
- }
- },
- "node_modules/string_decoder": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
- "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "safe-buffer": "~5.2.0"
- }
- },
- "node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/string-width-cjs": {
- "name": "string-width",
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-ansi-cjs": {
- "name": "strip-ansi",
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-json-comments": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/strip-literal": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.0.0.tgz",
- "integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==",
- "license": "MIT",
- "dependencies": {
- "js-tokens": "^9.0.1"
- },
- "funding": {
- "url": "https://github.com/sponsors/antfu"
- }
- },
- "node_modules/strip-literal/node_modules/js-tokens": {
- "version": "9.0.1",
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
- "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
- "license": "MIT"
- },
- "node_modules/superjson": {
- "version": "2.2.2",
- "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.2.tgz",
- "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
- "license": "MIT",
- "dependencies": {
- "copy-anything": "^3.0.2"
- },
- "engines": {
- "node": ">=16"
- }
- },
- "node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/sync-child-process": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/sync-child-process/-/sync-child-process-1.0.2.tgz",
- "integrity": "sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "sync-message-port": "^1.0.0"
- },
- "engines": {
- "node": ">=16.0.0"
- }
- },
- "node_modules/sync-message-port": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/sync-message-port/-/sync-message-port-1.1.3.tgz",
- "integrity": "sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=16.0.0"
- }
- },
- "node_modules/synckit": {
- "version": "0.11.8",
- "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.8.tgz",
- "integrity": "sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@pkgr/core": "^0.2.4"
- },
- "engines": {
- "node": "^14.18.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/synckit"
- }
- },
- "node_modules/tar-stream": {
- "version": "3.1.7",
- "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
- "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "b4a": "^1.6.4",
- "fast-fifo": "^1.2.0",
- "streamx": "^2.15.0"
- }
- },
- "node_modules/terser": {
- "version": "5.40.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.40.0.tgz",
- "integrity": "sha512-cfeKl/jjwSR5ar7d0FGmave9hFGJT8obyo0z+CrQOylLDbk7X81nPU6vq9VORa5jU30SkDnT2FXjLbR8HLP+xA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "@jridgewell/source-map": "^0.3.3",
- "acorn": "^8.14.0",
- "commander": "^2.20.0",
- "source-map-support": "~0.5.20"
- },
- "bin": {
- "terser": "bin/terser"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/terser/node_modules/commander": {
- "version": "2.20.3",
- "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
- "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/text-decoder": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
- "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "b4a": "^1.6.4"
- }
- },
- "node_modules/tiny-invariant": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
- "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tinyexec": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
- "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
- "license": "MIT"
- },
- "node_modules/tinyglobby": {
- "version": "0.2.14",
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
- "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
- "license": "MIT",
- "dependencies": {
- "fdir": "^6.4.4",
- "picomatch": "^4.0.2"
- },
- "engines": {
- "node": ">=12.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/SuperchupuDev"
- }
- },
- "node_modules/tinyglobby/node_modules/fdir": {
- "version": "6.4.5",
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
- "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
- "license": "MIT",
- "peerDependencies": {
- "picomatch": "^3 || ^4"
- },
- "peerDependenciesMeta": {
- "picomatch": {
- "optional": true
- }
- }
- },
- "node_modules/tinyglobby/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/tmp": {
- "version": "0.0.33",
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
- "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "os-tmpdir": "~1.0.2"
- },
- "engines": {
- "node": ">=0.6.0"
- }
- },
- "node_modules/to-regex-range": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-number": "^7.0.0"
- },
- "engines": {
- "node": ">=8.0"
- }
- },
- "node_modules/toidentifier": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
- "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.6"
- }
- },
- "node_modules/ts-api-utils": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18.12"
- },
- "peerDependencies": {
- "typescript": ">=4.8.4"
- }
- },
- "node_modules/ts-essentials": {
- "version": "9.4.2",
- "resolved": "https://registry.npmjs.org/ts-essentials/-/ts-essentials-9.4.2.tgz",
- "integrity": "sha512-mB/cDhOvD7pg3YCLk2rOtejHjjdSi9in/IBYE13S+8WA5FBSraYf4V/ws55uvs0IvQ/l0wBOlXy5yBNZ9Bl8ZQ==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "typescript": ">=4.1.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/tslib": {
- "version": "2.8.1",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
- "license": "0BSD"
- },
- "node_modules/type-check": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/type-fest": {
- "version": "4.41.0",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
- "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/type-is": {
- "version": "1.6.18",
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
- "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "media-typer": "0.3.0",
- "mime-types": "~2.1.24"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/typescript": {
- "version": "5.8.3",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
- "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
- "devOptional": true,
- "license": "Apache-2.0",
- "bin": {
- "tsc": "bin/tsc",
- "tsserver": "bin/tsserver"
- },
- "engines": {
- "node": ">=14.17"
- }
- },
- "node_modules/typescript-eslint": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.33.0.tgz",
- "integrity": "sha512-5YmNhF24ylCsvdNW2oJwMzTbaeO4bg90KeGtMjUw0AGtHksgEPLRTUil+coHwCfiu4QjVJFnjp94DmU6zV7DhQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/eslint-plugin": "8.33.0",
- "@typescript-eslint/parser": "8.33.0",
- "@typescript-eslint/utils": "8.33.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0",
- "typescript": ">=4.8.4 <5.9.0"
- }
- },
- "node_modules/ufo": {
- "version": "1.6.1",
- "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
- "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
- "license": "MIT"
- },
- "node_modules/unctx": {
- "version": "2.4.1",
- "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.4.1.tgz",
- "integrity": "sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==",
- "license": "MIT",
- "dependencies": {
- "acorn": "^8.14.0",
- "estree-walker": "^3.0.3",
- "magic-string": "^0.30.17",
- "unplugin": "^2.1.0"
- }
- },
- "node_modules/unctx/node_modules/estree-walker": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
- "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
- "license": "MIT",
- "dependencies": {
- "@types/estree": "^1.0.0"
- }
- },
- "node_modules/undici-types": {
- "version": "6.21.0",
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/unicorn-magic": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
- "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/unimport": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/unimport/-/unimport-4.2.0.tgz",
- "integrity": "sha512-mYVtA0nmzrysnYnyb3ALMbByJ+Maosee2+WyE0puXl+Xm2bUwPorPaaeZt0ETfuroPOtG8jj1g/qeFZ6buFnag==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "acorn": "^8.14.1",
- "escape-string-regexp": "^5.0.0",
- "estree-walker": "^3.0.3",
- "local-pkg": "^1.1.1",
- "magic-string": "^0.30.17",
- "mlly": "^1.7.4",
- "pathe": "^2.0.3",
- "picomatch": "^4.0.2",
- "pkg-types": "^2.1.0",
- "scule": "^1.3.0",
- "strip-literal": "^3.0.0",
- "tinyglobby": "^0.2.12",
- "unplugin": "^2.2.2",
- "unplugin-utils": "^0.2.4"
- },
- "engines": {
- "node": ">=18.12.0"
- }
- },
- "node_modules/unimport/node_modules/confbox": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
- "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/unimport/node_modules/escape-string-regexp": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
- "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/unimport/node_modules/estree-walker": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
- "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/estree": "^1.0.0"
- }
- },
- "node_modules/unimport/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/unimport/node_modules/pkg-types": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.1.0.tgz",
- "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "confbox": "^0.2.1",
- "exsolve": "^1.0.1",
- "pathe": "^2.0.3"
- }
- },
- "node_modules/universalify": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
- "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/unpipe": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
- "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/unplugin": {
- "version": "2.3.5",
- "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.5.tgz",
- "integrity": "sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==",
- "license": "MIT",
- "dependencies": {
- "acorn": "^8.14.1",
- "picomatch": "^4.0.2",
- "webpack-virtual-modules": "^0.6.2"
- },
- "engines": {
- "node": ">=18.12.0"
- }
- },
- "node_modules/unplugin-auto-import": {
- "version": "19.3.0",
- "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-19.3.0.tgz",
- "integrity": "sha512-iIi0u4Gq2uGkAOGqlPJOAMI8vocvjh1clGTfSK4SOrJKrt+tirrixo/FjgBwXQNNdS7ofcr7OxzmOb/RjWxeEQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "local-pkg": "^1.1.1",
- "magic-string": "^0.30.17",
- "picomatch": "^4.0.2",
- "unimport": "^4.2.0",
- "unplugin": "^2.3.4",
- "unplugin-utils": "^0.2.4"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/antfu"
- },
- "peerDependencies": {
- "@nuxt/kit": "^3.2.2",
- "@vueuse/core": "*"
- },
- "peerDependenciesMeta": {
- "@nuxt/kit": {
- "optional": true
- },
- "@vueuse/core": {
- "optional": true
- }
- }
- },
- "node_modules/unplugin-auto-import/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/unplugin-utils": {
- "version": "0.2.4",
- "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.2.4.tgz",
- "integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==",
- "license": "MIT",
- "dependencies": {
- "pathe": "^2.0.2",
- "picomatch": "^4.0.2"
- },
- "engines": {
- "node": ">=18.12.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sxzz"
- }
- },
- "node_modules/unplugin-utils/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/unplugin-vue-components": {
- "version": "28.7.0",
- "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-28.7.0.tgz",
- "integrity": "sha512-3SuWAHlTjOiZckqRBGXRdN/k6IMmKyt2Ch5/+DKwYaT321H0ItdZDvW4r8/YkEKQpN9TN3F/SZ0W342gQROC3Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chokidar": "^3.6.0",
- "debug": "^4.4.1",
- "local-pkg": "^1.1.1",
- "magic-string": "^0.30.17",
- "mlly": "^1.7.4",
- "tinyglobby": "^0.2.14",
- "unplugin": "^2.3.4",
- "unplugin-utils": "^0.2.4"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/antfu"
- },
- "peerDependencies": {
- "@babel/parser": "^7.15.8",
- "@nuxt/kit": "^3.2.2",
- "vue": "2 || 3"
- },
- "peerDependenciesMeta": {
- "@babel/parser": {
- "optional": true
- },
- "@nuxt/kit": {
- "optional": true
- }
- }
- },
- "node_modules/unplugin-vue-router": {
- "version": "0.12.0",
- "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.12.0.tgz",
- "integrity": "sha512-xjgheKU0MegvXQcy62GVea0LjyOdMxN0/QH+ijN29W62ZlMhG7o7K+0AYqfpprvPwpWtuRjiyC5jnV2SxWye2w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.26.8",
- "@vue-macros/common": "^1.16.1",
- "ast-walker-scope": "^0.6.2",
- "chokidar": "^4.0.3",
- "fast-glob": "^3.3.3",
- "json5": "^2.2.3",
- "local-pkg": "^1.0.0",
- "magic-string": "^0.30.17",
- "micromatch": "^4.0.8",
- "mlly": "^1.7.4",
- "pathe": "^2.0.2",
- "scule": "^1.3.0",
- "unplugin": "^2.2.0",
- "unplugin-utils": "^0.2.3",
- "yaml": "^2.7.0"
- },
- "peerDependencies": {
- "vue-router": "^4.4.0"
- },
- "peerDependenciesMeta": {
- "vue-router": {
- "optional": true
- }
- }
- },
- "node_modules/unplugin-vue-router/node_modules/chokidar": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
- "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "readdirp": "^4.0.1"
- },
- "engines": {
- "node": ">= 14.16.0"
- },
- "funding": {
- "url": "https://paulmillr.com/funding/"
- }
- },
- "node_modules/unplugin-vue-router/node_modules/readdirp": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
- "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 14.18.0"
- },
- "funding": {
- "type": "individual",
- "url": "https://paulmillr.com/funding/"
- }
- },
- "node_modules/unplugin/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/untyped": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz",
- "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
- "license": "MIT",
- "dependencies": {
- "citty": "^0.1.6",
- "defu": "^6.1.4",
- "jiti": "^2.4.2",
- "knitwork": "^1.2.0",
- "scule": "^1.3.0"
- },
- "bin": {
- "untyped": "dist/cli.mjs"
- }
- },
- "node_modules/update-browserslist-db": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
- "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "escalade": "^3.2.0",
- "picocolors": "^1.1.1"
- },
- "bin": {
- "update-browserslist-db": "cli.js"
- },
- "peerDependencies": {
- "browserslist": ">= 4.21.0"
- }
- },
- "node_modules/uri-js": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "punycode": "^2.1.0"
- }
- },
- "node_modules/uri-js-replace": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/uri-js-replace/-/uri-js-replace-1.0.1.tgz",
- "integrity": "sha512-W+C9NWNLFOoBI2QWDp4UT9pv65r2w5Cx+3sTYFvtMdDBxkKt1syCqsUdSFAChbEe1uK5TfS04wt/nGwmaeIQ0g==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/util-deprecate": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
- "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/utils-merge": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
- "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4.0"
- }
- },
- "node_modules/varint": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz",
- "integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/vary": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
- "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/vite": {
- "version": "6.3.5",
- "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz",
- "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "esbuild": "^0.25.0",
- "fdir": "^6.4.4",
- "picomatch": "^4.0.2",
- "postcss": "^8.5.3",
- "rollup": "^4.34.9",
- "tinyglobby": "^0.2.13"
- },
- "bin": {
- "vite": "bin/vite.js"
- },
- "engines": {
- "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
- },
- "funding": {
- "url": "https://github.com/vitejs/vite?sponsor=1"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.3"
- },
- "peerDependencies": {
- "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
- "jiti": ">=1.21.0",
- "less": "*",
- "lightningcss": "^1.21.0",
- "sass": "*",
- "sass-embedded": "*",
- "stylus": "*",
- "sugarss": "*",
- "terser": "^5.16.0",
- "tsx": "^4.8.1",
- "yaml": "^2.4.2"
- },
- "peerDependenciesMeta": {
- "@types/node": {
- "optional": true
- },
- "jiti": {
- "optional": true
- },
- "less": {
- "optional": true
- },
- "lightningcss": {
- "optional": true
- },
- "sass": {
- "optional": true
- },
- "sass-embedded": {
- "optional": true
- },
- "stylus": {
- "optional": true
- },
- "sugarss": {
- "optional": true
- },
- "terser": {
- "optional": true
- },
- "tsx": {
- "optional": true
- },
- "yaml": {
- "optional": true
- }
- }
- },
- "node_modules/vite-plugin-checker": {
- "version": "0.9.3",
- "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.9.3.tgz",
- "integrity": "sha512-Tf7QBjeBtG7q11zG0lvoF38/2AVUzzhMNu+Wk+mcsJ00Rk/FpJ4rmUviVJpzWkagbU13cGXvKpt7CMiqtxVTbQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.27.1",
- "chokidar": "^4.0.3",
- "npm-run-path": "^6.0.0",
- "picocolors": "^1.1.1",
- "picomatch": "^4.0.2",
- "strip-ansi": "^7.1.0",
- "tiny-invariant": "^1.3.3",
- "tinyglobby": "^0.2.13",
- "vscode-uri": "^3.1.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "peerDependencies": {
- "@biomejs/biome": ">=1.7",
- "eslint": ">=7",
- "meow": "^13.2.0",
- "optionator": "^0.9.4",
- "stylelint": ">=16",
- "typescript": "*",
- "vite": ">=2.0.0",
- "vls": "*",
- "vti": "*",
- "vue-tsc": "~2.2.10"
- },
- "peerDependenciesMeta": {
- "@biomejs/biome": {
- "optional": true
- },
- "eslint": {
- "optional": true
- },
- "meow": {
- "optional": true
- },
- "optionator": {
- "optional": true
- },
- "stylelint": {
- "optional": true
- },
- "typescript": {
- "optional": true
- },
- "vls": {
- "optional": true
- },
- "vti": {
- "optional": true
- },
- "vue-tsc": {
- "optional": true
- }
- }
- },
- "node_modules/vite-plugin-checker/node_modules/ansi-regex": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/vite-plugin-checker/node_modules/chokidar": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
- "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "readdirp": "^4.0.1"
- },
- "engines": {
- "node": ">= 14.16.0"
- },
- "funding": {
- "url": "https://paulmillr.com/funding/"
- }
- },
- "node_modules/vite-plugin-checker/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/vite-plugin-checker/node_modules/readdirp": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
- "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 14.18.0"
- },
- "funding": {
- "type": "individual",
- "url": "https://paulmillr.com/funding/"
- }
- },
- "node_modules/vite-plugin-checker/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/vite-plugin-vue-layouts-next": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/vite-plugin-vue-layouts-next/-/vite-plugin-vue-layouts-next-0.1.3.tgz",
- "integrity": "sha512-JE1xt+vSsORIHfAThsi0po6xr045lL1+8DyaCxiZ7dCEbVKZVDz6ofv1a2jFwCidfDQYPtWuhafD2tmi27u6fA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^4.4.1",
- "fast-glob": "^3.3.3"
- },
- "peerDependencies": {
- "vite": "^4.0.0 || ^5.0.0 || ^6.0.0",
- "vue": "^3.2.4",
- "vue-router": "^4.0.11"
- }
- },
- "node_modules/vite/node_modules/fdir": {
- "version": "6.4.5",
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
- "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "picomatch": "^3 || ^4"
- },
- "peerDependenciesMeta": {
- "picomatch": {
- "optional": true
- }
- }
- },
- "node_modules/vite/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/vscode-uri": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
- "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/vue": {
- "version": "3.5.16",
- "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.16.tgz",
- "integrity": "sha512-rjOV2ecxMd5SiAmof2xzh2WxntRcigkX/He4YFJ6WdRvVUrbt6DxC1Iujh10XLl8xCDRDtGKMeO3D+pRQ1PP9w==",
- "license": "MIT",
- "dependencies": {
- "@vue/compiler-dom": "3.5.16",
- "@vue/compiler-sfc": "3.5.16",
- "@vue/runtime-dom": "3.5.16",
- "@vue/server-renderer": "3.5.16",
- "@vue/shared": "3.5.16"
- },
- "peerDependencies": {
- "typescript": "*"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/vue-eslint-parser": {
- "version": "10.1.3",
- "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.1.3.tgz",
- "integrity": "sha512-dbCBnd2e02dYWsXoqX5yKUZlOt+ExIpq7hmHKPb5ZqKcjf++Eo0hMseFTZMLKThrUk61m+Uv6A2YSBve6ZvuDQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^4.4.0",
- "eslint-scope": "^8.2.0",
- "eslint-visitor-keys": "^4.2.0",
- "espree": "^10.3.0",
- "esquery": "^1.6.0",
- "lodash": "^4.17.21",
- "semver": "^7.6.3"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/mysticatea"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- }
- },
- "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/vue-intl": {
- "version": "6.5.25",
- "resolved": "https://registry.npmjs.org/vue-intl/-/vue-intl-6.5.25.tgz",
- "integrity": "sha512-r7mcl9O/sNF+k+pqiHW+Zu2dbxF7XkME4+cQz5JiZTGJAPRMWX1l5WIELE63/CAxV6EU3CfcryE+r98rYidJlA==",
- "license": "ISC",
- "dependencies": {
- "@babel/types": "^7.26.10",
- "@formatjs/icu-messageformat-parser": "2.11.2",
- "@formatjs/intl": "3.1.6",
- "tslib": "^2.8.0"
- },
- "peerDependencies": {
- "vue": "^3.5.12"
- }
- },
- "node_modules/vue-router": {
- "version": "4.5.1",
- "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.1.tgz",
- "integrity": "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==",
- "license": "MIT",
- "dependencies": {
- "@vue/devtools-api": "^6.6.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/posva"
- },
- "peerDependencies": {
- "vue": "^3.2.0"
- }
- },
- "node_modules/vue-router/node_modules/@vue/devtools-api": {
- "version": "6.6.4",
- "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
- "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
- "license": "MIT"
- },
- "node_modules/vue-tsc": {
- "version": "2.2.10",
- "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-2.2.10.tgz",
- "integrity": "sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@volar/typescript": "~2.4.11",
- "@vue/language-core": "2.2.10"
- },
- "bin": {
- "vue-tsc": "bin/vue-tsc.js"
- },
- "peerDependencies": {
- "typescript": ">=5.0.0"
- }
- },
- "node_modules/wcwidth": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
- "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "defaults": "^1.0.3"
- }
- },
- "node_modules/webpack-merge": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz",
- "integrity": "sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "clone-deep": "^4.0.1",
- "flat": "^5.0.2",
- "wildcard": "^2.0.1"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/webpack-virtual-modules": {
- "version": "0.6.2",
- "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
- "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
- "license": "MIT"
- },
- "node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/wildcard": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz",
- "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/word-wrap": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/wrap-ansi": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/wrap-ansi-cjs": {
- "name": "wrap-ansi",
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/xml-name-validator": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
- "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/y18n": {
- "version": "5.0.8",
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/yaml": {
- "version": "2.8.0",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
- "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "yaml": "bin.mjs"
- },
- "engines": {
- "node": ">= 14.6"
- }
- },
- "node_modules/yaml-ast-parser": {
- "version": "0.0.43",
- "resolved": "https://registry.npmjs.org/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz",
- "integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==",
- "dev": true,
- "license": "Apache-2.0"
- },
- "node_modules/yargs": {
- "version": "17.7.2",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yargs-parser": {
- "version": "21.1.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yocto-queue": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/yoctocolors-cjs": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
- "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/zip-stream": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
- "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "archiver-utils": "^5.0.0",
- "compress-commons": "^6.0.2",
- "readable-stream": "^4.0.0"
- },
- "engines": {
- "node": ">= 14"
- }
- }
- }
-}
diff --git a/tsugini/package.json b/tsugini/package.json
deleted file mode 100644
index caff686c..00000000
--- a/tsugini/package.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "name": "komga-webui-v2",
- "version": "0.0.1",
- "description": "Komga client",
- "productName": "Komga",
- "author": "Gauthier Roebroeck ",
- "type": "module",
- "private": true,
- "scripts": {
- "lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
- "format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
- "test": "echo \"No test specified\" && exit 0",
- "dev": "quasar dev",
- "build": "quasar build",
- "postinstall": "quasar prepare",
- "openapi-generate": "npx tsx ./openapi-generator.ts"
- },
- "dependencies": {
- "@pinia/colada": "^0.16.1",
- "@pinia/colada-plugin-auto-refetch": "^0.1.0",
- "@quasar/extras": "^1.16.4",
- "@vueuse/core": "^13.3.0",
- "marked": "^15.0.12",
- "openapi-fetch": "^0.14.0",
- "pinia": "^3.0.1",
- "pinia-plugin-persistedstate": "^4.3.0",
- "quasar": "^2.16.0",
- "vue": "^3.4.18",
- "vue-intl": "^6.5.25",
- "vue-router": "^4.0.12"
- },
- "devDependencies": {
- "@eslint/js": "^9.14.0",
- "@quasar/app-vite": "^2.1.0",
- "@types/node": "^22.15.29",
- "@vue/eslint-config-prettier": "^10.1.0",
- "@vue/eslint-config-typescript": "^14.4.0",
- "autoprefixer": "^10.4.2",
- "eslint": "^9.14.0",
- "eslint-plugin-vue": "^10.1.0",
- "globals": "^15.12.0",
- "openapi-typescript": "^7.8.0",
- "prettier": "^3.3.3",
- "typescript": "^5.8.3",
- "unplugin-auto-import": "^19.3.0",
- "unplugin-vue-components": "^28.7.0",
- "unplugin-vue-router": "^0.12.0",
- "vite-plugin-checker": "^0.9.0",
- "vite-plugin-vue-layouts-next": "^0.1.3",
- "vue-tsc": "^2.0.29"
- },
- "engines": {
- "node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
- "npm": ">= 6.13.4",
- "yarn": ">= 1.21.1"
- }
-}
diff --git a/tsugini/postcss.config.js b/tsugini/postcss.config.js
deleted file mode 100644
index 45f4ace1..00000000
--- a/tsugini/postcss.config.js
+++ /dev/null
@@ -1,29 +0,0 @@
-// https://github.com/michael-ciniawsky/postcss-load-config
-
-import autoprefixer from 'autoprefixer'
-// import rtlcss from 'postcss-rtlcss'
-
-export default {
- plugins: [
- // https://github.com/postcss/autoprefixer
- autoprefixer({
- overrideBrowserslist: [
- 'last 4 Chrome versions',
- 'last 4 Firefox versions',
- 'last 4 Edge versions',
- 'last 4 Safari versions',
- 'last 4 Android versions',
- 'last 4 ChromeAndroid versions',
- 'last 4 FirefoxAndroid versions',
- 'last 4 iOS versions',
- ],
- }),
-
- // https://github.com/elchininet/postcss-rtlcss
- // If you want to support RTL css, then
- // 1. yarn/pnpm/bun/npm install postcss-rtlcss
- // 2. optionally set quasar.config.js > framework > lang to an RTL language
- // 3. uncomment the following line (and its import statement above):
- // rtlcss()
- ],
-}
diff --git a/tsugini/public/favicon.ico b/tsugini/public/favicon.ico
deleted file mode 100644
index ae7bbdb7..00000000
Binary files a/tsugini/public/favicon.ico and /dev/null differ
diff --git a/tsugini/public/icons/favicon-128x128.png b/tsugini/public/icons/favicon-128x128.png
deleted file mode 100644
index 14011761..00000000
Binary files a/tsugini/public/icons/favicon-128x128.png and /dev/null differ
diff --git a/tsugini/public/icons/favicon-16x16.png b/tsugini/public/icons/favicon-16x16.png
deleted file mode 100644
index 679063a3..00000000
Binary files a/tsugini/public/icons/favicon-16x16.png and /dev/null differ
diff --git a/tsugini/public/icons/favicon-32x32.png b/tsugini/public/icons/favicon-32x32.png
deleted file mode 100644
index fd1fbc6f..00000000
Binary files a/tsugini/public/icons/favicon-32x32.png and /dev/null differ
diff --git a/tsugini/public/icons/favicon-96x96.png b/tsugini/public/icons/favicon-96x96.png
deleted file mode 100644
index e93b80a0..00000000
Binary files a/tsugini/public/icons/favicon-96x96.png and /dev/null differ
diff --git a/tsugini/quasar.config.ts b/tsugini/quasar.config.ts
deleted file mode 100644
index b962d70f..00000000
--- a/tsugini/quasar.config.ts
+++ /dev/null
@@ -1,268 +0,0 @@
-// Configuration for your app
-// https://v2.quasar.dev/quasar-cli-vite/quasar-config-file
-
-import { defineConfig } from '#q-app/wrappers'
-import { VueRouterAutoImports } from 'unplugin-vue-router'
-import {
- QuasarResolver,
- VueUseComponentsResolver,
- VueUseDirectiveResolver,
-} from 'unplugin-vue-components/resolvers'
-import { fileURLToPath } from 'node:url'
-
-export default defineConfig((ctx) => {
- return {
- // https://v2.quasar.dev/quasar-cli-vite/prefetch-feature
- // preFetch: true,
-
- // app boot file (/src/boot)
- // --> boot files are part of "main.js"
- // https://v2.quasar.dev/quasar-cli-vite/boot-files
- boot: ['colada', 'vue-intl'],
-
- // https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#css
- css: ['app.scss'],
-
- // https://github.com/quasarframework/quasar/tree/dev/extras
- extras: [
- // 'ionicons-v4',
- 'mdi-v7',
- // 'fontawesome-v6',
- // 'eva-icons',
- // 'themify',
- // 'line-awesome',
- // 'roboto-font-latin-ext', // this or either 'roboto-font', NEVER both!
-
- 'roboto-font', // optional, you are not bound to it
- // 'material-icons', // optional, you are not bound to it
- ],
-
- // Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#build
- build: {
- target: {
- browser: ['es2022', 'firefox115', 'chrome115', 'safari14'],
- node: 'node20',
- },
-
- typescript: {
- strict: true,
- vueShim: true,
- // extendTsConfig (tsConfig) {}
- },
-
- // Komga: use 'history' instead of 'hash'
- vueRouterMode: 'history', // available values: 'hash', 'history'
- // vueRouterBase,
- // vueDevtools,
- // vueOptionsAPI: false,
-
- // rebuildCache: true, // rebuilds Vite/linter/etc cache on startup
-
- // publicPath: '/',
- // analyze: true,
- // env: {},
- // rawDefine: {}
- // ignorePublicFolder: true,
- // minify: false,
- // polyfillModulePreload: true,
- // distDir
-
- // extendViteConf (viteConf) {},
- // viteVuePluginOptions: {},
-
- // Komga: folder aliases
- alias: {
- api: fileURLToPath(new URL('./src/api', import.meta.url)),
- colada: fileURLToPath(new URL('./src/colada', import.meta.url)),
- openapi: fileURLToPath(new URL('./src/generated/openapi', import.meta.url)),
- types: fileURLToPath(new URL('./src/types', import.meta.url)),
- styles: fileURLToPath(new URL('./src/styles', import.meta.url)),
- utils: fileURLToPath(new URL('./src/utils', import.meta.url)),
- },
-
- // Komga: cannot use the import syntax as it breaks the type checker, meaning we cannot use strongly typed options
- vitePlugins: [
- [
- 'unplugin-vue-router/vite',
- {
- dts: 'src/typed-router.d.ts',
- },
- ],
- ['vite-plugin-vue-layouts-next'],
- [
- 'unplugin-vue-components/vite',
- {
- dts: 'src/components.d.ts',
- directoryAsNamespace: true,
- collapseSamePrefixes: true,
- resolvers: [QuasarResolver()],
- },
- ],
- [
- 'vite-plugin-checker',
- {
- vueTsc: true,
- eslint: {
- lintCommand: 'eslint -c ./eslint.config.js "./src*/**/*.{ts,js,mjs,cjs,vue}"',
- useFlatConfig: true,
- },
- overlay: false,
- },
- ],
- [
- 'unplugin-auto-import/vite',
- {
- imports: ['vue', VueRouterAutoImports],
- dts: 'src/auto-imports.d.ts',
- eslintrc: {
- enabled: true,
- },
- vueTemplate: true,
- },
- ],
- ],
- },
-
- // Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#devserver
- devServer: {
- // https: true,
- open: true, // opens browser window automatically
- port: Object.prototype.hasOwnProperty.call(ctx.mode, 'spa')
- ? 8085
- : Object.prototype.hasOwnProperty.call(ctx.mode, 'pwa')
- ? 8086
- : 8087,
- },
-
- // https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#framework
- framework: {
- config: {},
-
- iconSet: 'mdi-v7', // Quasar icon set
- // lang: 'en-US', // Quasar language pack
-
- // For special cases outside of where the auto-import strategy can have an impact
- // (like functional components as one of the examples),
- // you can manually specify Quasar components/directives to be available everywhere:
- //
- // components: [],
- // directives: [],
-
- // Quasar plugins
- plugins: ['Notify', 'Dialog'],
- },
-
- // animations: 'all', // --- includes all animations
- // https://v2.quasar.dev/options/animations
- animations: [],
-
- // https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#sourcefiles
- // sourceFiles: {
- // rootComponent: 'src/App.vue',
- // router: 'src/router/index',
- // store: 'src/store/index',
- // pwaRegisterServiceWorker: 'src-pwa/register-service-worker',
- // pwaServiceWorker: 'src-pwa/custom-service-worker',
- // pwaManifestFile: 'src-pwa/manifest.json',
- // electronMain: 'src-electron/electron-main',
- // electronPreload: 'src-electron/electron-preload'
- // bexManifestFile: 'src-bex/manifest.json
- // },
-
- // https://v2.quasar.dev/quasar-cli-vite/developing-ssr/configuring-ssr
- ssr: {
- prodPort: 3000, // The default port that the production server should use
- // (gets superseded if process.env.PORT is specified at runtime)
-
- middlewares: [
- 'render', // keep this as last one
- ],
-
- // extendPackageJson (json) {},
- // extendSSRWebserverConf (esbuildConf) {},
-
- // manualStoreSerialization: true,
- // manualStoreSsrContextInjection: true,
- // manualStoreHydration: true,
- // manualPostHydrationTrigger: true,
-
- pwa: false,
- // pwaOfflineHtmlFilename: 'offline.html', // do NOT use index.html as name!
-
- // pwaExtendGenerateSWOptions (cfg) {},
- // pwaExtendInjectManifestOptions (cfg) {}
- },
-
- // https://v2.quasar.dev/quasar-cli-vite/developing-pwa/configuring-pwa
- pwa: {
- workboxMode: 'GenerateSW', // 'GenerateSW' or 'InjectManifest'
- // swFilename: 'sw.js',
- // manifestFilename: 'manifest.json',
- // extendManifestJson (json) {},
- // useCredentialsForManifestTag: true,
- // injectPwaMetaTags: false,
- // extendPWACustomSWConf (esbuildConf) {},
- // extendGenerateSWOptions (cfg) {},
- // extendInjectManifestOptions (cfg) {}
- },
-
- // Full list of options: https://v2.quasar.dev/quasar-cli-vite/developing-cordova-apps/configuring-cordova
- cordova: {
- // noIosLegacyBuildFlag: true, // uncomment only if you know what you are doing
- },
-
- // Full list of options: https://v2.quasar.dev/quasar-cli-vite/developing-capacitor-apps/configuring-capacitor
- capacitor: {
- hideSplashscreen: true,
- },
-
- // Full list of options: https://v2.quasar.dev/quasar-cli-vite/developing-electron-apps/configuring-electron
- electron: {
- // extendElectronMainConf (esbuildConf) {},
- // extendElectronPreloadConf (esbuildConf) {},
-
- // extendPackageJson (json) {},
-
- // Electron preload scripts (if any) from /src-electron, WITHOUT file extension
- preloadScripts: ['electron-preload'],
-
- // specify the debugging port to use for the Electron app when running in development mode
- inspectPort: 5858,
-
- bundler: 'packager', // 'packager' or 'builder'
-
- packager: {
- // https://github.com/electron-userland/electron-packager/blob/master/docs/api.md#options
- // OS X / Mac App Store
- // appBundleId: '',
- // appCategoryType: '',
- // osxSign: '',
- // protocol: 'myapp://path',
- // Windows only
- // win32metadata: { ... }
- },
-
- builder: {
- // https://www.electron.build/configuration/configuration
-
- appId: 'komga-webui-v2',
- },
- },
-
- // Full list of options: https://v2.quasar.dev/quasar-cli-vite/developing-browser-extensions/configuring-bex
- bex: {
- // extendBexScriptsConf (esbuildConf) {},
- // extendBexManifestJson (json) {},
-
- /**
- * The list of extra scripts (js/ts) not in your bex manifest that you want to
- * compile and use in your browser extension. Maybe dynamic use them?
- *
- * Each entry in the list should be a relative filename to /src-bex/
- *
- * @example [ 'my-script.ts', 'sub-folder/my-other-script.js' ]
- */
- extraScripts: [],
- },
- }
-})
diff --git a/tsugini/src/App.vue b/tsugini/src/App.vue
deleted file mode 100644
index 418a2fad..00000000
--- a/tsugini/src/App.vue
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
diff --git a/tsugini/src/api/komga-client.ts b/tsugini/src/api/komga-client.ts
deleted file mode 100644
index 134df384..00000000
--- a/tsugini/src/api/komga-client.ts
+++ /dev/null
@@ -1,48 +0,0 @@
-import type { Middleware } from 'openapi-fetch'
-import createClient from 'openapi-fetch'
-import type { paths } from 'openapi/komga'
-
-// Middleware that throws on error, so it works with Pinia Colada
-const coladaMiddleware: Middleware = {
- async onResponse({ response }: { response: Response }) {
- if (!response.ok) {
- let body: unknown
- try {
- body = await response.json()
- } catch (ignoreErr) {}
- throw new Error(`${response.url}: ${response.status} ${response.statusText}`, {
- cause: {
- body: body,
- status: response.status,
- message: 'Invalid authentication',
- },
- })
- }
- // return response untouched
- return undefined
- },
- onError() {
- throw new Error('error', {
- cause: {
- message: 'Server is unreachable',
- },
- })
- },
-}
-
-const client = createClient({
- baseUrl: 'http://localhost:8080',
- // required to pass the session cookie on all requests
- credentials: 'include',
- // required to avoid browser basic-auth popups
- headers: { 'X-Requested-With': 'XMLHttpRequest' },
-})
-client.use(coladaMiddleware)
-
-export interface ErrorCause {
- body?: unknown
- status?: number
- message?: string
-}
-
-export const komgaClient = client
diff --git a/tsugini/src/assets/logo.svg b/tsugini/src/assets/logo.svg
deleted file mode 100644
index 6358ad1a..00000000
--- a/tsugini/src/assets/logo.svg
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
diff --git a/tsugini/src/assets/quasar-logo-vertical.svg b/tsugini/src/assets/quasar-logo-vertical.svg
deleted file mode 100644
index 82108310..00000000
--- a/tsugini/src/assets/quasar-logo-vertical.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
\ No newline at end of file
diff --git a/tsugini/src/auto-imports.d.ts b/tsugini/src/auto-imports.d.ts
deleted file mode 100644
index e4f89c5f..00000000
--- a/tsugini/src/auto-imports.d.ts
+++ /dev/null
@@ -1,143 +0,0 @@
-/* eslint-disable */
-/* prettier-ignore */
-// @ts-nocheck
-// noinspection JSUnusedGlobalSymbols
-// Generated by unplugin-auto-import
-// biome-ignore lint: disable
-export {}
-declare global {
- const EffectScope: typeof import('vue')['EffectScope']
- const computed: typeof import('vue')['computed']
- const createApp: typeof import('vue')['createApp']
- const customRef: typeof import('vue')['customRef']
- const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
- const defineComponent: typeof import('vue')['defineComponent']
- const effectScope: typeof import('vue')['effectScope']
- const getCurrentInstance: typeof import('vue')['getCurrentInstance']
- const getCurrentScope: typeof import('vue')['getCurrentScope']
- const h: typeof import('vue')['h']
- const inject: typeof import('vue')['inject']
- const isProxy: typeof import('vue')['isProxy']
- const isReactive: typeof import('vue')['isReactive']
- const isReadonly: typeof import('vue')['isReadonly']
- const isRef: typeof import('vue')['isRef']
- const markRaw: typeof import('vue')['markRaw']
- const nextTick: typeof import('vue')['nextTick']
- const onActivated: typeof import('vue')['onActivated']
- const onBeforeMount: typeof import('vue')['onBeforeMount']
- const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
- const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
- const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
- const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
- const onDeactivated: typeof import('vue')['onDeactivated']
- const onErrorCaptured: typeof import('vue')['onErrorCaptured']
- const onMounted: typeof import('vue')['onMounted']
- const onRenderTracked: typeof import('vue')['onRenderTracked']
- const onRenderTriggered: typeof import('vue')['onRenderTriggered']
- const onScopeDispose: typeof import('vue')['onScopeDispose']
- const onServerPrefetch: typeof import('vue')['onServerPrefetch']
- const onUnmounted: typeof import('vue')['onUnmounted']
- const onUpdated: typeof import('vue')['onUpdated']
- const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
- const provide: typeof import('vue')['provide']
- const reactive: typeof import('vue')['reactive']
- const readonly: typeof import('vue')['readonly']
- const ref: typeof import('vue')['ref']
- const resolveComponent: typeof import('vue')['resolveComponent']
- const shallowReactive: typeof import('vue')['shallowReactive']
- const shallowReadonly: typeof import('vue')['shallowReadonly']
- const shallowRef: typeof import('vue')['shallowRef']
- const toRaw: typeof import('vue')['toRaw']
- const toRef: typeof import('vue')['toRef']
- const toRefs: typeof import('vue')['toRefs']
- const toValue: typeof import('vue')['toValue']
- const triggerRef: typeof import('vue')['triggerRef']
- const unref: typeof import('vue')['unref']
- const useAttrs: typeof import('vue')['useAttrs']
- const useCssModule: typeof import('vue')['useCssModule']
- const useCssVars: typeof import('vue')['useCssVars']
- const useId: typeof import('vue')['useId']
- const useModel: typeof import('vue')['useModel']
- const useRoute: typeof import('vue-router')['useRoute']
- const useRouter: typeof import('vue-router')['useRouter']
- const useSlots: typeof import('vue')['useSlots']
- const useTemplateRef: typeof import('vue')['useTemplateRef']
- const watch: typeof import('vue')['watch']
- const watchEffect: typeof import('vue')['watchEffect']
- const watchPostEffect: typeof import('vue')['watchPostEffect']
- const watchSyncEffect: typeof import('vue')['watchSyncEffect']
-}
-// for type re-export
-declare global {
- // @ts-ignore
- export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
- import('vue')
-}
-
-// for vue template auto import
-import { UnwrapRef } from 'vue'
-declare module 'vue' {
- interface GlobalComponents {}
- interface ComponentCustomProperties {
- readonly EffectScope: UnwrapRef
- readonly computed: UnwrapRef
- readonly createApp: UnwrapRef
- readonly customRef: UnwrapRef
- readonly defineAsyncComponent: UnwrapRef
- readonly defineComponent: UnwrapRef
- readonly effectScope: UnwrapRef
- readonly getCurrentInstance: UnwrapRef
- readonly getCurrentScope: UnwrapRef
- readonly h: UnwrapRef
- readonly inject: UnwrapRef
- readonly isProxy: UnwrapRef
- readonly isReactive: UnwrapRef
- readonly isReadonly: UnwrapRef
- readonly isRef: UnwrapRef
- readonly markRaw: UnwrapRef
- readonly nextTick: UnwrapRef
- readonly onActivated: UnwrapRef
- readonly onBeforeMount: UnwrapRef
- readonly onBeforeRouteLeave: UnwrapRef
- readonly onBeforeRouteUpdate: UnwrapRef
- readonly onBeforeUnmount: UnwrapRef
- readonly onBeforeUpdate: UnwrapRef
- readonly onDeactivated: UnwrapRef
- readonly onErrorCaptured: UnwrapRef
- readonly onMounted: UnwrapRef
- readonly onRenderTracked: UnwrapRef
- readonly onRenderTriggered: UnwrapRef
- readonly onScopeDispose: UnwrapRef
- readonly onServerPrefetch: UnwrapRef
- readonly onUnmounted: UnwrapRef
- readonly onUpdated: UnwrapRef
- readonly onWatcherCleanup: UnwrapRef
- readonly provide: UnwrapRef
- readonly reactive: UnwrapRef
- readonly readonly: UnwrapRef
- readonly ref: UnwrapRef
- readonly resolveComponent: UnwrapRef
- readonly shallowReactive: UnwrapRef
- readonly shallowReadonly: UnwrapRef
- readonly shallowRef: UnwrapRef
- readonly toRaw: UnwrapRef
- readonly toRef: UnwrapRef
- readonly toRefs: UnwrapRef
- readonly toValue: UnwrapRef
- readonly triggerRef: UnwrapRef
- readonly unref: UnwrapRef
- readonly useAttrs: UnwrapRef
- readonly useCssModule: UnwrapRef
- readonly useCssVars: UnwrapRef
- readonly useId: UnwrapRef
- readonly useModel: UnwrapRef
- readonly useRoute: UnwrapRef
- readonly useRouter: UnwrapRef
- readonly useSlots: UnwrapRef
- readonly useTemplateRef: UnwrapRef
- readonly watch: UnwrapRef
- readonly watchEffect: UnwrapRef
- readonly watchPostEffect: UnwrapRef
- readonly watchSyncEffect: UnwrapRef
- }
-}
\ No newline at end of file
diff --git a/tsugini/src/boot/.gitkeep b/tsugini/src/boot/.gitkeep
deleted file mode 100644
index e69de29b..00000000
diff --git a/tsugini/src/boot/colada.ts b/tsugini/src/boot/colada.ts
deleted file mode 100644
index 9f09b19b..00000000
--- a/tsugini/src/boot/colada.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { defineBoot } from '#q-app/wrappers'
-import { PiniaColada } from '@pinia/colada'
-import { PiniaColadaAutoRefetch } from '@pinia/colada-plugin-auto-refetch'
-
-// "async" is optional;
-// more info on params: https://v2.quasar.dev/quasar-cli-vite/boot-files
-export default defineBoot(({ app }) => {
- app.use(PiniaColada, {
- plugins: [PiniaColadaAutoRefetch()],
- })
-})
diff --git a/tsugini/src/boot/vue-intl.ts b/tsugini/src/boot/vue-intl.ts
deleted file mode 100644
index b7eefbd2..00000000
--- a/tsugini/src/boot/vue-intl.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import { defineBoot } from '#q-app/wrappers'
-import { createIntl } from 'vue-intl'
-
-// "async" is optional;
-// more info on params: https://v2.quasar.dev/quasar-cli-vite/boot-files
-export default defineBoot(({ app }) => {
- app.use(
- createIntl({
- locale: 'en',
- defaultLocale: 'en',
- messages: {},
- }),
- )
-})
diff --git a/tsugini/src/colada/mutations/logout.ts b/tsugini/src/colada/mutations/logout.ts
deleted file mode 100644
index 94bfbc1b..00000000
--- a/tsugini/src/colada/mutations/logout.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-import { defineMutation, useMutation, useQueryCache } from '@pinia/colada'
-import { komgaClient } from 'api/komga-client'
-
-export const useLogout = defineMutation(() => {
- const queryCache = useQueryCache()
- return useMutation({
- mutation: () => komgaClient.POST('/api/logout'),
- onSuccess: () => {
- void queryCache.invalidateQueries({ key: ['current-user'] })
- },
- onError: (error) => {
- console.log('logout error', error)
- },
- })
-})
diff --git a/tsugini/src/colada/mutations/mark-announcements-read.ts b/tsugini/src/colada/mutations/mark-announcements-read.ts
deleted file mode 100644
index 1e671dcc..00000000
--- a/tsugini/src/colada/mutations/mark-announcements-read.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-import { defineMutation, useMutation, useQueryCache } from '@pinia/colada'
-import { komgaClient } from 'api/komga-client'
-
-export const useMarkAnnouncementsRead = defineMutation(() => {
- const queryCache = useQueryCache()
- return useMutation({
- mutation: (announcementIds: string[]) =>
- komgaClient.PUT('/api/v1/announcements', { body: announcementIds }),
- onSuccess: () => {
- void queryCache.invalidateQueries({ key: ['announcements'] })
- },
- onError: (error) => {
- console.log('announcements mark read error', error)
- },
- })
-})
diff --git a/tsugini/src/colada/mutations/update-user.ts b/tsugini/src/colada/mutations/update-user.ts
deleted file mode 100644
index ddfa8ec3..00000000
--- a/tsugini/src/colada/mutations/update-user.ts
+++ /dev/null
@@ -1,66 +0,0 @@
-import { defineMutation, useMutation, useQueryCache } from '@pinia/colada'
-import { komgaClient } from 'api/komga-client'
-import type { components } from 'openapi/komga'
-
-export const useCreateUser = defineMutation(() => {
- const queryCache = useQueryCache()
- return useMutation({
- mutation: (user: components['schemas']['UserCreationDto']) =>
- komgaClient.POST('/api/v2/users', {
- body: user,
- }),
- onSuccess: () => {
- void queryCache.invalidateQueries({ key: ['users'] })
- },
- onError: (error) => {
- console.log('create user error', error)
- },
- })
-})
-export const useUpdateUser = defineMutation(() => {
- const queryCache = useQueryCache()
- return useMutation({
- mutation: (user: components['schemas']['UserDto']) =>
- komgaClient.PATCH('/api/v2/users/{id}', {
- params: { path: { id: user.id } },
- body: user,
- }),
- onSuccess: () => {
- void queryCache.invalidateQueries({ key: ['users'] })
- },
- onError: (error) => {
- console.log('update user error', error)
- },
- })
-})
-
-export const useUpdateUserPassword = defineMutation(() => {
- return useMutation({
- mutation: ({ userId, newPassword }: { userId: string; newPassword: string }) =>
- komgaClient.PATCH('/api/v2/users/{id}/password', {
- params: { path: { id: userId } },
- body: {
- password: newPassword,
- },
- }),
- onError: (error) => {
- console.log('update user password error', error)
- },
- })
-})
-
-export const useDeleteUser = defineMutation(() => {
- const queryCache = useQueryCache()
- return useMutation({
- mutation: (userId: string) =>
- komgaClient.DELETE('/api/v2/users/{id}', {
- params: { path: { id: userId } },
- }),
- onSuccess: () => {
- void queryCache.invalidateQueries({ key: ['users'] })
- },
- onError: (error) => {
- console.log('delete user error', error)
- },
- })
-})
diff --git a/tsugini/src/colada/queries/actuator-info.ts b/tsugini/src/colada/queries/actuator-info.ts
deleted file mode 100644
index 7e9b0a88..00000000
--- a/tsugini/src/colada/queries/actuator-info.ts
+++ /dev/null
@@ -1,27 +0,0 @@
-import { defineQuery, useQuery } from '@pinia/colada'
-import { komgaClient } from 'api/komga-client'
-import type { ActuatorInfo } from 'types/Actuator'
-
-export const useActuatorInfo = defineQuery(() => {
- const { data, ...rest } = useQuery({
- key: () => ['actuator-info'],
- query: () =>
- komgaClient
- .GET('/actuator/info')
- // unwrap the openapi-fetch structure on success
- .then((res) => res.data as ActuatorInfo),
- // 1 hour
- staleTime: 60 * 60 * 1000,
- gcTime: false,
- })
-
- const buildVersion = computed(() => data.value?.build?.version)
- const commitId = computed(() => data.value?.git?.commit?.id)
-
- return {
- data,
- ...rest,
- buildVersion,
- commitId,
- }
-})
diff --git a/tsugini/src/colada/queries/announcements.ts b/tsugini/src/colada/queries/announcements.ts
deleted file mode 100644
index af8e131d..00000000
--- a/tsugini/src/colada/queries/announcements.ts
+++ /dev/null
@@ -1,22 +0,0 @@
-import { defineQuery, useQuery } from '@pinia/colada'
-import { komgaClient } from 'api/komga-client'
-
-export const useAnnouncements = defineQuery(() => {
- const { data, ...rest } = useQuery({
- key: () => ['announcements'],
- query: () =>
- komgaClient
- .GET('/api/v1/announcements')
- // unwrap the openapi-fetch structure on success
- .then((res) => res.data),
- // 1 hour
- staleTime: 60 * 60 * 1000,
- gcTime: false,
- })
-
- const unreadCount = computed(
- () => data.value?.items?.filter((x) => false == x._komga?.read)?.length || 0,
- )
-
- return { ...rest, data, unreadCount }
-})
diff --git a/tsugini/src/colada/queries/app-releases.ts b/tsugini/src/colada/queries/app-releases.ts
deleted file mode 100644
index 3a129cb3..00000000
--- a/tsugini/src/colada/queries/app-releases.ts
+++ /dev/null
@@ -1,34 +0,0 @@
-import { defineQuery, useQuery } from '@pinia/colada'
-import { komgaClient } from 'api/komga-client'
-import { useActuatorInfo } from 'colada/queries/actuator-info'
-
-export const useAppReleases = defineQuery(() => {
- const { data, ...rest } = useQuery({
- key: () => ['app-releases'],
- query: () =>
- komgaClient
- .GET('/api/v1/releases')
- // unwrap the openapi-fetch structure on success
- .then((res) => res.data),
- // 1 hour
- staleTime: 60 * 60 * 1000,
- gcTime: false,
- })
-
- const { buildVersion } = useActuatorInfo()
- const latestRelease = computed(() => data.value?.find((x) => x.latest))
-
- const isLatestVersion = computed(() => {
- if (buildVersion.value && latestRelease.value)
- return buildVersion.value == latestRelease.value?.version
- else return undefined
- })
-
- return {
- data,
- ...rest,
- buildVersion,
- latestRelease,
- isLatestVersion,
- }
-})
diff --git a/tsugini/src/colada/queries/current-user.ts b/tsugini/src/colada/queries/current-user.ts
deleted file mode 100644
index 09f8cf63..00000000
--- a/tsugini/src/colada/queries/current-user.ts
+++ /dev/null
@@ -1,28 +0,0 @@
-import { defineQuery, useQuery } from '@pinia/colada'
-import { komgaClient } from 'api/komga-client'
-import { UserRoles } from 'types/UserRoles'
-
-export const useCurrentUser = defineQuery(() => {
- const { data, ...rest } = useQuery({
- key: () => ['current-user'],
- query: () =>
- komgaClient
- .GET('/api/v2/users/me')
- // unwrap the openapi-fetch structure on success
- .then((res) => res.data),
- // 10 minutes
- staleTime: 10 * 60 * 1000,
- gcTime: false,
- autoRefetch: true,
- })
-
- const hasRole = (role: UserRoles) => data.value?.roles.includes(role)
- const isAdmin = computed(() => hasRole(UserRoles.ADMIN))
-
- return {
- data,
- ...rest,
- hasRole,
- isAdmin,
- }
-})
diff --git a/tsugini/src/colada/queries/libraries.ts b/tsugini/src/colada/queries/libraries.ts
deleted file mode 100644
index 2269d4ee..00000000
--- a/tsugini/src/colada/queries/libraries.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-import { defineQuery, useQuery } from '@pinia/colada'
-import { komgaClient } from 'api/komga-client'
-
-export const useLibraries = defineQuery(() => {
- return useQuery({
- key: () => ['libraries'],
- query: () =>
- komgaClient
- .GET('/api/v1/libraries')
- // unwrap the openapi-fetch structure on success
- .then((res) => res.data),
- // 1 hour
- staleTime: 60 * 60 * 1000,
- gcTime: false,
- })
-})
diff --git a/tsugini/src/colada/queries/referential.ts b/tsugini/src/colada/queries/referential.ts
deleted file mode 100644
index 1c32b2a7..00000000
--- a/tsugini/src/colada/queries/referential.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-import { defineQuery, useQuery } from '@pinia/colada'
-import { komgaClient } from 'api/komga-client'
-
-export const useSharingLabels = defineQuery(() => {
- return useQuery({
- key: () => ['sharing-labels'],
- query: () =>
- komgaClient
- .GET('/api/v1/sharing-labels')
- // unwrap the openapi-fetch structure on success
- .then((res) => res.data),
- // 1 hour
- staleTime: 60 * 60 * 1000,
- gcTime: false,
- })
-})
diff --git a/tsugini/src/colada/queries/users.ts b/tsugini/src/colada/queries/users.ts
deleted file mode 100644
index 7d202948..00000000
--- a/tsugini/src/colada/queries/users.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import { defineQuery, useQuery } from '@pinia/colada'
-import { komgaClient } from 'api/komga-client'
-
-export const useUsers = defineQuery(() => {
- return useQuery({
- key: () => ['users'],
- query: () =>
- komgaClient
- .GET('/api/v2/users')
- // unwrap the openapi-fetch structure on success
- .then((res) => res.data),
- })
-})
diff --git a/tsugini/src/components.d.ts b/tsugini/src/components.d.ts
deleted file mode 100644
index f20880b8..00000000
--- a/tsugini/src/components.d.ts
+++ /dev/null
@@ -1,32 +0,0 @@
-/* eslint-disable */
-// @ts-nocheck
-// Generated by unplugin-vue-components
-// Read more: https://github.com/vuejs/core/pull/3399
-// biome-ignore lint: disable
-export {}
-
-/* prettier-ignore */
-declare module 'vue' {
- export interface GlobalComponents {
- AppBar: typeof import('./components/app/Bar.vue')['default']
- AppDrawer: typeof import('./components/app/drawer/Drawer.vue')['default']
- AppDrawerFooter: typeof import('./components/app/drawer/Footer.vue')['default']
- AppDrawerMenu: typeof import('./components/app/drawer/menu/Menu.vue')['default']
- AppDrawerMenuAccount: typeof import('./components/app/drawer/menu/Account.vue')['default']
- AppDrawerMenuHistory: typeof import('./components/app/drawer/menu/History.vue')['default']
- AppDrawerMenuImport: typeof import('./components/app/drawer/menu/Import.vue')['default']
- AppDrawerMenuLogout: typeof import('./components/app/drawer/menu/Logout.vue')['default']
- AppDrawerMenuMedia: typeof import('./components/app/drawer/menu/Media.vue')['default']
- AppDrawerMenuServer: typeof import('./components/app/drawer/menu/Server.vue')['default']
- EssentialLink: typeof import('./components/EssentialLink.vue')['default']
- ExampleComponent: typeof import('./components/ExampleComponent.vue')['default']
- FormUserChangePassword: typeof import('./components/form/user/ChangePassword.vue')['default']
- FormUserEdit: typeof import('./components/form/user/Edit.vue')['default']
- KBanner: typeof import('./components/KBanner.vue')['default']
- KEmptyState: typeof import('./components/KEmptyState.vue')['default']
- QTable: typeof import('quasar')['QTable']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- ThemeSelector: typeof import('./components/ThemeSelector.vue')['default']
- }
-}
diff --git a/tsugini/src/components/EssentialLink.vue b/tsugini/src/components/EssentialLink.vue
deleted file mode 100644
index 68779802..00000000
--- a/tsugini/src/components/EssentialLink.vue
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
- {{ title }}
- {{ caption }}
-
-
-
-
-
diff --git a/tsugini/src/components/ExampleComponent.vue b/tsugini/src/components/ExampleComponent.vue
deleted file mode 100644
index 93d84d1f..00000000
--- a/tsugini/src/components/ExampleComponent.vue
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
{{ title }}
-
- -
- {{ todo.id }} - {{ todo.content }}
-
-
-
Count: {{ todoCount }} / {{ meta.totalCount }}
-
Active: {{ active ? 'yes' : 'no' }}
-
Clicks on todos: {{ clickCount }}
-
-
-
-
diff --git a/tsugini/src/components/KBanner.vue b/tsugini/src/components/KBanner.vue
deleted file mode 100644
index 17747bcd..00000000
--- a/tsugini/src/components/KBanner.vue
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/KEmptyState.vue b/tsugini/src/components/KEmptyState.vue
deleted file mode 100644
index 533f8e90..00000000
--- a/tsugini/src/components/KEmptyState.vue
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
{{ title }}
-
{{ subTitle }}
-
-
-
-
diff --git a/tsugini/src/components/ThemeSelector.vue b/tsugini/src/components/ThemeSelector.vue
deleted file mode 100644
index 3330c48c..00000000
--- a/tsugini/src/components/ThemeSelector.vue
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/app/Bar.vue b/tsugini/src/components/app/Bar.vue
deleted file mode 100644
index f249acca..00000000
--- a/tsugini/src/components/app/Bar.vue
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- Komga
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/app/drawer/Drawer.vue b/tsugini/src/components/app/drawer/Drawer.vue
deleted file mode 100644
index f8ba9835..00000000
--- a/tsugini/src/components/app/drawer/Drawer.vue
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/app/drawer/Footer.vue b/tsugini/src/components/app/drawer/Footer.vue
deleted file mode 100644
index 6227f1f9..00000000
--- a/tsugini/src/components/app/drawer/Footer.vue
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/app/drawer/menu/Account.vue b/tsugini/src/components/app/drawer/menu/Account.vue
deleted file mode 100644
index c2fc9e67..00000000
--- a/tsugini/src/components/app/drawer/menu/Account.vue
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/app/drawer/menu/History.vue b/tsugini/src/components/app/drawer/menu/History.vue
deleted file mode 100644
index f5751321..00000000
--- a/tsugini/src/components/app/drawer/menu/History.vue
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/app/drawer/menu/Import.vue b/tsugini/src/components/app/drawer/menu/Import.vue
deleted file mode 100644
index 7f05c624..00000000
--- a/tsugini/src/components/app/drawer/menu/Import.vue
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/app/drawer/menu/Logout.vue b/tsugini/src/components/app/drawer/menu/Logout.vue
deleted file mode 100644
index 4e3f1e6a..00000000
--- a/tsugini/src/components/app/drawer/menu/Logout.vue
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
- {{
- $formatMessage({
- description: 'Drawer menu for Logout',
- defaultMessage: 'Logout',
- id: 'ti4Pzo',
- })
- }}
-
-
-
-
diff --git a/tsugini/src/components/app/drawer/menu/Media.vue b/tsugini/src/components/app/drawer/menu/Media.vue
deleted file mode 100644
index 73d3bb3f..00000000
--- a/tsugini/src/components/app/drawer/menu/Media.vue
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/app/drawer/menu/Menu.vue b/tsugini/src/components/app/drawer/menu/Menu.vue
deleted file mode 100644
index 70084576..00000000
--- a/tsugini/src/components/app/drawer/menu/Menu.vue
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/app/drawer/menu/Server.vue b/tsugini/src/components/app/drawer/menu/Server.vue
deleted file mode 100644
index 8970c3f7..00000000
--- a/tsugini/src/components/app/drawer/menu/Server.vue
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- {{
- $formatMessage({
- description: 'Drawer menu for Server',
- defaultMessage: 'Server',
- id: 'IpvWiZ',
- })
- }}
-
-
-
-
-
- {{
- $formatMessage({
- description: 'Drawer menu for Server > Users',
- defaultMessage: 'Users',
- id: 'JGOfZq',
- })
- }}
-
-
-
-
-
- {{
- $formatMessage({
- description: 'Drawer menu for Server > Announcements',
- defaultMessage: 'Announcements',
- id: 'G7quju',
- })
- }}
-
-
-
-
- {{ unreadCount }}
-
-
-
-
-
- {{
- $formatMessage({
- description: 'Drawer menu for Server > Updates',
- defaultMessage: 'Updates',
- id: 'lDnmZD',
- })
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/form/README.md b/tsugini/src/components/form/README.md
deleted file mode 100644
index d4abb81f..00000000
--- a/tsugini/src/components/form/README.md
+++ /dev/null
@@ -1 +0,0 @@
-Simple forms that can be wrapped by a `v-form`, or used within a `DialogEditConfirm`.
diff --git a/tsugini/src/components/form/user/ChangePassword.vue b/tsugini/src/components/form/user/ChangePassword.vue
deleted file mode 100644
index 009151e0..00000000
--- a/tsugini/src/components/form/user/ChangePassword.vue
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
-
- {{ props.title }}
- {{ props.subtitle }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/form/user/Edit.vue b/tsugini/src/components/form/user/Edit.vue
deleted file mode 100644
index 836183e9..00000000
--- a/tsugini/src/components/form/user/Edit.vue
+++ /dev/null
@@ -1,373 +0,0 @@
-
-
-
-
- {{ title }}
- {{ subtitle }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/components/models.ts b/tsugini/src/components/models.ts
deleted file mode 100644
index dc17c2f9..00000000
--- a/tsugini/src/components/models.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-export interface Todo {
- id: number
- content: string
-}
-
-export interface Meta {
- totalCount: number
-}
diff --git a/tsugini/src/css/app.scss b/tsugini/src/css/app.scss
deleted file mode 100644
index ecac98f3..00000000
--- a/tsugini/src/css/app.scss
+++ /dev/null
@@ -1 +0,0 @@
-// app global css in SCSS form
diff --git a/tsugini/src/css/quasar.variables.scss b/tsugini/src/css/quasar.variables.scss
deleted file mode 100644
index 9f1d50c4..00000000
--- a/tsugini/src/css/quasar.variables.scss
+++ /dev/null
@@ -1,37 +0,0 @@
-// Quasar SCSS (& Sass) Variables
-// --------------------------------------------------
-// To customize the look and feel of this app, you can override
-// the Sass/SCSS variables found in Quasar's source Sass/SCSS files.
-
-// Check documentation for full list of Quasar variables
-
-// Your own variables (that are declared here) and Quasar's own
-// ones will be available out of the box in your .vue/.scss/.sass files
-
-// It's highly recommended to change the default colors
-// to match your app's branding.
-// Tip: Use the "Theme Builder" on Quasar's documentation website.
-
-//$primary: #1976d2;
-//$secondary: #26a69a;
-//$accent: #9c27b0;
-//
-//$dark: #1d1d1d;
-//$dark-page: #121212;
-//
-//$positive: #21ba45;
-//$negative: #c10015;
-//$info: #31ccec;
-//$warning: #f2c037;
-
-$primary : #005ed3;
-$secondary : #fec000;
-$accent : #ff0335;
-
-$dark : #1d1d1d;
-$dark-page : #121212;
-
-$positive : #4caf50;
-$negative : #b00020;
-$info : #2196f3;
-$warning : #fb8c00;
diff --git a/tsugini/src/env.d.ts b/tsugini/src/env.d.ts
deleted file mode 100644
index 503c2b65..00000000
--- a/tsugini/src/env.d.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-declare namespace NodeJS {
- interface ProcessEnv {
- NODE_ENV: string
- VUE_ROUTER_MODE: 'hash' | 'history' | 'abstract' | undefined
- VUE_ROUTER_BASE: string | undefined
- }
-}
diff --git a/tsugini/src/generated/openapi/komga.d.ts b/tsugini/src/generated/openapi/komga.d.ts
deleted file mode 100644
index 40602f20..00000000
--- a/tsugini/src/generated/openapi/komga.d.ts
+++ /dev/null
@@ -1,9576 +0,0 @@
-export interface paths {
- '/actuator/info': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Get server information
- * @description Required role: **ADMIN**
- */
- get: operations['getActuatorInfo']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/logout': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Logout
- * @description Invalidates the current session and clean up any remember-me authentication.
- */
- get: operations['postLogout']
- put?: never
- /**
- * Logout
- * @description Invalidates the current session and clean up any remember-me authentication.
- */
- post: operations['postLogout_1']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/age-ratings': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List age ratings
- * @description Can be filtered by various criteria
- */
- get: operations['getAgeRatings']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/announcements': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Retrieve announcements
- * @description Required role: **ADMIN**
- */
- get: operations['getAnnouncements']
- /**
- * Mark announcements as read
- * @description Required role: **ADMIN**
- */
- put: operations['markAnnouncementsRead']
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/authors': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List authors
- * @deprecated
- * @description Use GET /api/v2/authors instead. Deprecated since 1.20.0.
- */
- get: operations['getAuthorsDeprecated']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/authors/names': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List authors' names */
- get: operations['getAuthorsNames']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/authors/roles': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List authors' roles */
- get: operations['getAuthorsRoles']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List books
- * @deprecated
- * @description Use POST /api/v1/books/list instead. Deprecated since 1.19.0.
- */
- get: operations['getAllBooksDeprecated']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/duplicates': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List duplicate books
- * @description Return books that have the same file hash.
- *
- * Required role: **ADMIN**
- */
- get: operations['getBooksDuplicates']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/import': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Import books
- * @description Required role: **ADMIN**
- */
- post: operations['importBooks']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/latest': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List latest books
- * @description Return newly added or updated books.
- */
- get: operations['getBooksLatest']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/list': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /** List books */
- post: operations['getBooks']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/metadata': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- /**
- * Update book metadata in bulk
- * @description Set a field to null to unset the metadata. You can omit fields you don't want to update.
- *
- * Required role: **ADMIN**
- */
- patch: operations['updateBookMetadataByBatch']
- trace?: never
- }
- '/api/v1/books/ondeck': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List books on deck
- * @description Return first unread book of series with at least one book read and no books in progress.
- */
- get: operations['getBooksOnDeck']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/thumbnails': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- /**
- * Regenerate books posters
- * @description Required role: **ADMIN**
- */
- put: operations['booksRegenerateThumbnails']
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get book details */
- get: operations['getBookById']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/analyze': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Analyze book
- * @description Required role: **ADMIN**
- */
- post: operations['bookAnalyze']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/file': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Download book file
- * @description Download the book file.
- *
- * Required role: **FILE_DOWNLOAD**
- */
- get: operations['downloadBookFile']
- put?: never
- post?: never
- /**
- * Delete book file
- * @description Required role: **ADMIN**
- */
- delete: operations['deleteBookFile']
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/file/*': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Download book file
- * @description Download the book file.
- *
- * Required role: **FILE_DOWNLOAD**
- */
- get: operations['downloadBookFile_1']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/manifest': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get book's WebPub manifest */
- get: operations['getBookWebPubManifest']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/manifest/divina': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get book's WebPub manifest (DiViNa) */
- get: operations['getBookWebPubManifestDivina']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/manifest/epub': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get book's WebPub manifest (Epub) */
- get: operations['getBookWebPubManifestEpub']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/manifest/pdf': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get book's WebPub manifest (PDF) */
- get: operations['getBookWebPubManifestPdf']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/metadata': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- /**
- * Update book metadata
- * @description Set a field to null to unset the metadata. You can omit fields you don't want to update.
- *
- * Required role: **ADMIN**
- */
- patch: operations['updateBookMetadata']
- trace?: never
- }
- '/api/v1/books/{bookId}/metadata/refresh': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Refresh book metadata
- * @description Required role: **ADMIN**
- */
- post: operations['bookRefreshMetadata']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/next': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get next book in series */
- get: operations['getBookSiblingNext']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/pages': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List book pages */
- get: operations['getBookPages']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/pages/{pageNumber}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Get book page image
- * @description Required role: **PAGE_STREAMING**
- */
- get: operations['getBookPageByNumber']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/pages/{pageNumber}/raw': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Get raw book page
- * @description Returns the book page in raw format, without content negotiation.
- *
- * Required role: **PAGE_STREAMING**
- */
- get: operations['getBookPageRawByNumber']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/pages/{pageNumber}/thumbnail': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Get book page thumbnail
- * @description The image is resized to 300px on the largest dimension.
- */
- get: operations['getBookPageThumbnailByNumber']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/positions': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List book's positions
- * @description The Positions API is a proposed standard for OPDS 2 and Readium. It is used by the Epub Reader.
- */
- get: operations['getBookPositions']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/previous': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get previous book in series */
- get: operations['getBookSiblingPrevious']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/progression': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Get book progression
- * @description The Progression API is a proposed standard for OPDS 2 and Readium. It is used by the Epub Reader.
- */
- get: operations['getBookProgression']
- /**
- * Mark book progression
- * @description The Progression API is a proposed standard for OPDS 2 and Readium. It is used by the Epub Reader.
- */
- put: operations['updateBookProgression']
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/read-progress': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- /**
- * Mark book as unread
- * @description Mark book as unread
- */
- delete: operations['deleteBookReadProgress']
- options?: never
- head?: never
- /**
- * Mark book's read progress
- * @description Mark book as read and/or change page progress.
- */
- patch: operations['markBookReadProgress']
- trace?: never
- }
- '/api/v1/books/{bookId}/readlists': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List book's readlists */
- get: operations['getReadListsByBookId']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/resource/{resource}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Get Epub resource
- * @description Return a resource from within an Epub book.
- */
- get: operations['getBookEpubResource']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/thumbnail': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get book's poster image */
- get: operations['getBookThumbnail']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/thumbnails': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List book posters */
- get: operations['getBookThumbnails']
- put?: never
- /**
- * Add book poster
- * @description Required role: **ADMIN**
- */
- post: operations['addUserUploadedBookThumbnail']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/thumbnails/{thumbnailId}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get book poster image */
- get: operations['getBookThumbnailById']
- put?: never
- post?: never
- /**
- * Delete book poster
- * @description Only uploaded posters can be deleted.
- *
- * Required role: **ADMIN**
- */
- delete: operations['deleteUserUploadedBookThumbnail']
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/books/{bookId}/thumbnails/{thumbnailId}/selected': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- /**
- * Mark book poster as selected
- * @description Required role: **ADMIN**
- */
- put: operations['markBookThumbnailSelected']
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/claim': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Retrieve claim status
- * @description Check whether this server has already been claimed.
- */
- get: operations['getClaimStatus']
- put?: never
- /**
- * Claim server
- * @description Creates an admin user with the provided credentials.
- */
- post: operations['claimServer']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/client-settings/global': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- /**
- * Delete global settings
- * @description Setting key should be a valid lowercase namespace string like 'application.domain.key'
- *
- * Required role: **ADMIN**
- */
- delete: operations['deleteGlobalSettings']
- options?: never
- head?: never
- /**
- * Save global settings
- * @description Setting key should be a valid lowercase namespace string like 'application.domain.key'
- *
- * Required role: **ADMIN**
- */
- patch: operations['saveGlobalSetting']
- trace?: never
- }
- '/api/v1/client-settings/global/list': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Retrieve global client settings
- * @description For unauthenticated users, only settings with 'allowUnauthorized=true' will be returned.
- */
- get: operations['getGlobalSettings']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/client-settings/user': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- /**
- * Delete user settings
- * @description Setting key should be a valid lowercase namespace string like 'application.domain.key'
- */
- delete: operations['deleteUserSettings']
- options?: never
- head?: never
- /**
- * Save user settings
- * @description Setting key should be a valid lowercase namespace string like 'application.domain.key'
- */
- patch: operations['saveUserSetting']
- trace?: never
- }
- '/api/v1/client-settings/user/list': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Retrieve user client settings */
- get: operations['getUserSettings']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/collections': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List collections */
- get: operations['getCollections']
- put?: never
- /**
- * Create collection
- * @description Required role: **ADMIN**
- */
- post: operations['createCollection']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/collections/{id}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get collection details */
- get: operations['getCollectionById']
- put?: never
- post?: never
- /**
- * Delete collection
- * @description Required role: **ADMIN**
- */
- delete: operations['deleteCollectionById']
- options?: never
- head?: never
- /**
- * Update collection
- * @description Required role: **ADMIN**
- */
- patch: operations['updateCollectionById']
- trace?: never
- }
- '/api/v1/collections/{id}/series': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List collection's series */
- get: operations['getSeriesByCollectionId']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/collections/{id}/thumbnail': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get collection's poster image */
- get: operations['getCollectionThumbnail']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/collections/{id}/thumbnails': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List collection's posters */
- get: operations['getCollectionThumbnails']
- put?: never
- /**
- * Add collection poster
- * @description Required role: **ADMIN**
- */
- post: operations['addUserUploadedCollectionThumbnail']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/collections/{id}/thumbnails/{thumbnailId}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get collection poster image */
- get: operations['getCollectionThumbnailById']
- put?: never
- post?: never
- /**
- * Delete collection poster
- * @description Required role: **ADMIN**
- */
- delete: operations['deleteUserUploadedCollectionThumbnail']
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/collections/{id}/thumbnails/{thumbnailId}/selected': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- /**
- * Mark collection poster as selected
- * @description Required role: **ADMIN**
- */
- put: operations['markCollectionThumbnailSelected']
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/filesystem': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Directory listing
- * @description List folders and files from the host server's file system. If no request body is passed then the root directories are returned.
- *
- * Required role: **ADMIN**
- */
- post: operations['getDirectoryListing']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/fonts/families': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List font families
- * @description List all available font families.
- */
- get: operations['getFonts']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/fonts/resource/{fontFamily}/css': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Download CSS file
- * @description Download a CSS file with the @font-face block for the font family. This is used by the Epub Reader to change fonts.
- */
- get: operations['getFontFamilyAsCss']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/fonts/resource/{fontFamily}/{fontFile}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Download font file */
- get: operations['getFontFile']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/genres': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List genres
- * @description Can be filtered by various criteria
- */
- get: operations['getGenres']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/history': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List historical events
- * @description Required role: **ADMIN**
- */
- get: operations['getHistoricalEvents']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/languages': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List languages
- * @description Can be filtered by various criteria
- */
- get: operations['getLanguages']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/libraries': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List all libraries
- * @description The libraries are filtered based on the current user's permissions
- */
- get: operations['getLibraries']
- put?: never
- /**
- * Create a library
- * @description Required role: **ADMIN**
- */
- post: operations['addLibrary']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/libraries/{libraryId}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get details for a single library */
- get: operations['getLibraryById']
- /**
- * Update a library
- * @deprecated
- * @description Use PATCH /api/v1/libraries/{libraryId} instead. Deprecated since 1.3.0.
- *
- * Required role: **ADMIN**
- */
- put: operations['updateLibraryByIdDeprecated']
- post?: never
- /**
- * Delete a library
- * @description Required role: **ADMIN**
- */
- delete: operations['deleteLibraryById']
- options?: never
- head?: never
- /**
- * Update a library
- * @description You can omit fields you don't want to update
- *
- * Required role: **ADMIN**
- */
- patch: operations['updateLibraryById']
- trace?: never
- }
- '/api/v1/libraries/{libraryId}/analyze': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Analyze a library
- * @description Required role: **ADMIN**
- */
- post: operations['libraryAnalyze']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/libraries/{libraryId}/empty-trash': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Empty trash for a library
- * @description Required role: **ADMIN**
- */
- post: operations['libraryEmptyTrash']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/libraries/{libraryId}/metadata/refresh': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Refresh metadata for a library
- * @description Required role: **ADMIN**
- */
- post: operations['libraryRefreshMetadata']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/libraries/{libraryId}/scan': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Scan a library
- * @description Required role: **ADMIN**
- */
- post: operations['libraryScan']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/login/set-cookie': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Set cookie
- * @description Forcefully return Set-Cookie header, even if the session is contained in the X-Auth-Token header.
- */
- get: operations['convertHeaderSessionToCookie']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/oauth2/providers': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List registered OAuth2 providers */
- get: operations['getOAuth2Providers']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/page-hashes': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List known duplicates
- * @description Required role: **ADMIN**
- */
- get: operations['getKnownPageHashes']
- /**
- * Mark duplicate page as known
- * @description Required role: **ADMIN**
- */
- put: operations['createOrUpdateKnownPageHash']
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/page-hashes/unknown': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List unknown duplicates
- * @description Required role: **ADMIN**
- */
- get: operations['getUnknownPageHashes']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/page-hashes/unknown/{pageHash}/thumbnail': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Get unknown duplicate image thumbnail
- * @description Required role: **ADMIN**
- */
- get: operations['getUnknownPageHashThumbnail']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/page-hashes/{pageHash}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List duplicate matches
- * @description Required role: **ADMIN**
- */
- get: operations['getPageHashMatches']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/page-hashes/{pageHash}/delete-all': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Delete all duplicate pages by hash
- * @description Required role: **ADMIN**
- */
- post: operations['deleteDuplicatePagesByPageHash']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/page-hashes/{pageHash}/delete-match': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Delete specific duplicate page
- * @description Required role: **ADMIN**
- */
- post: operations['deleteSingleMatchByPageHash']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/page-hashes/{pageHash}/thumbnail': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Get known duplicate image thumbnail
- * @description Required role: **ADMIN**
- */
- get: operations['getKnownPageHashThumbnail']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/publishers': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List publishers
- * @description Can be filtered by various criteria
- */
- get: operations['getPublishers']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/readlists': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List readlists */
- get: operations['getReadLists']
- put?: never
- /**
- * Create readlist
- * @description Required role: **ADMIN**
- */
- post: operations['createReadList']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/readlists/match/comicrack': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Match ComicRack list
- * @description Required role: **ADMIN**
- */
- post: operations['matchComicRackList']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/readlists/{id}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get readlist details */
- get: operations['getReadListById']
- put?: never
- post?: never
- /**
- * Delete readlist
- * @description Required role: **ADMIN**
- */
- delete: operations['deleteReadListById']
- options?: never
- head?: never
- /**
- * Update readlist
- * @description Required role: **ADMIN**
- */
- patch: operations['updateReadListById']
- trace?: never
- }
- '/api/v1/readlists/{id}/books': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List readlist's books */
- get: operations['getBooksByReadListId']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/readlists/{id}/books/{bookId}/next': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get next book in readlist */
- get: operations['getBookSiblingNextInReadList']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/readlists/{id}/books/{bookId}/previous': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get previous book in readlist */
- get: operations['getBookSiblingPreviousInReadList']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/readlists/{id}/file': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Download readlist
- * @description Download the whole readlist as a ZIP file.
- *
- * Required role: **FILE_DOWNLOAD**
- */
- get: operations['downloadReadListAsZip']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/readlists/{id}/read-progress/tachiyomi': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Get readlist read progress (Mihon)
- * @description Mihon specific, due to how read progress is handled in Mihon.
- */
- get: operations['getMihonReadProgressByReadListId']
- /**
- * Update readlist read progress (Mihon)
- * @description Mihon specific, due to how read progress is handled in Mihon.
- */
- put: operations['updateMihonReadProgressByReadListId']
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/readlists/{id}/thumbnail': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get readlist's poster image */
- get: operations['getReadListThumbnail']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/readlists/{id}/thumbnails': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List readlist's posters */
- get: operations['getReadListThumbnails']
- put?: never
- /**
- * Add readlist poster
- * @description Required role: **ADMIN**
- */
- post: operations['addUserUploadedReadListThumbnail']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/readlists/{id}/thumbnails/{thumbnailId}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get readlist poster image */
- get: operations['getReadListThumbnailById']
- put?: never
- post?: never
- /**
- * Delete readlist poster
- * @description Required role: **ADMIN**
- */
- delete: operations['deleteUserUploadedReadListThumbnail']
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/readlists/{id}/thumbnails/{thumbnailId}/selected': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- /**
- * Mark readlist poster as selected
- * @description Required role: **ADMIN**
- */
- put: operations['markReadListThumbnailSelected']
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/releases': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List releases
- * @description Required role: **ADMIN**
- */
- get: operations['getReleases']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List series
- * @deprecated
- * @description Use POST /api/v1/series/list instead. Deprecated since 1.19.0.
- */
- get: operations['getSeriesDeprecated']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/alphabetical-groups': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List series groups
- * @deprecated
- * @description Use POST /api/v1/series/list/alphabetical-groups instead. Deprecated since 1.19.0.
- */
- get: operations['getSeriesAlphabeticalGroupsDeprecated']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/latest': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List latest series
- * @description Return recently added or updated series.
- */
- get: operations['getSeriesLatest']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/list': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /** List series */
- post: operations['getSeries']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/list/alphabetical-groups': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * List series groups
- * @description List series grouped by the first character of their sort title.
- */
- post: operations['getSeriesAlphabeticalGroups']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/new': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List new series
- * @description Return newly added series.
- */
- get: operations['getSeriesNew']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/release-dates': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List series release dates
- * @description Can be filtered by various criteria
- */
- get: operations['getSeriesReleaseDates']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/updated': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List updated series
- * @description Return recently updated series, but not newly added ones.
- */
- get: operations['getSeriesUpdated']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/{seriesId}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get series details */
- get: operations['getSeriesById']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/{seriesId}/analyze': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Analyze series
- * @description Required role: **ADMIN**
- */
- post: operations['seriesAnalyze']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/{seriesId}/books': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List series' books
- * @deprecated
- * @description Use POST /api/v1/books/list instead. Deprecated since 1.19.0.
- */
- get: operations['getBooksBySeriesId']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/{seriesId}/collections': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List series' collections */
- get: operations['getCollectionsBySeriesId']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/{seriesId}/file': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Download series
- * @description Download the whole series as a ZIP file.
- *
- * Required role: **FILE_DOWNLOAD**
- */
- get: operations['downloadSeriesAsZip']
- put?: never
- post?: never
- /**
- * Delete series files
- * @description Delete all of the series' books files on disk.
- *
- * Required role: **ADMIN**
- */
- delete: operations['deleteSeriesFile']
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/{seriesId}/metadata': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- /**
- * Update series metadata
- * @description Required role: **ADMIN**
- */
- patch: operations['updateSeriesMetadata']
- trace?: never
- }
- '/api/v1/series/{seriesId}/metadata/refresh': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Refresh series metadata
- * @description Required role: **ADMIN**
- */
- post: operations['seriesRefreshMetadata']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/{seriesId}/read-progress': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Mark series as read
- * @description Mark all book for series as read
- */
- post: operations['markSeriesAsRead']
- /**
- * Mark series as unread
- * @description Mark all book for series as unread
- */
- delete: operations['markSeriesAsUnread']
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/{seriesId}/thumbnail': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get series' poster image */
- get: operations['getSeriesThumbnail']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/{seriesId}/thumbnails': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** List series posters */
- get: operations['getSeriesThumbnails']
- put?: never
- /**
- * Add series poster
- * @description Required role: **ADMIN**
- */
- post: operations['addUserUploadedSeriesThumbnail']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/{seriesId}/thumbnails/{thumbnailId}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Get series poster image */
- get: operations['getSeriesThumbnailById']
- put?: never
- post?: never
- /**
- * Delete series poster
- * @description Required role: **ADMIN**
- */
- delete: operations['deleteUserUploadedSeriesThumbnail']
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/series/{seriesId}/thumbnails/{thumbnailId}/selected': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- /**
- * Mark series poster as selected
- * @description Required role: **ADMIN**
- */
- put: operations['markSeriesThumbnailSelected']
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/settings': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Retrieve server settings
- * @description Required role: **ADMIN**
- */
- get: operations['getServerSettings']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- /**
- * Update server settings
- * @description You can omit fields you don't want to update
- *
- * Required role: **ADMIN**
- */
- patch: operations['updateServerSettings']
- trace?: never
- }
- '/api/v1/sharing-labels': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List sharing labels
- * @description Can be filtered by various criteria
- */
- get: operations['getSharingLabels']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/syncpoints/me': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- /**
- * Delete all sync points
- * @description If an API Key ID is passed, deletes only the sync points associated with that API Key. Deleting sync points will allow a Kobo to sync from scratch upon the next sync.
- */
- delete: operations['deleteSyncPointsForCurrentUser']
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/tags': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List tags
- * @description Can be filtered by various criteria
- */
- get: operations['getTags']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/tags/book': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List book tags
- * @description Can be filtered by various criteria
- */
- get: operations['getBookTags']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/tags/series': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List series tags
- * @description Can be filtered by various criteria
- */
- get: operations['getSeriesTags']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/tasks': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- /**
- * Clear task queue
- * @description Cancel all tasks queued
- *
- * Required role: **ADMIN**
- */
- delete: operations['emptyTaskQueue']
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/transient-books': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Scan folder for transient books
- * @description Scan provided folder for transient books.
- *
- * Required role: **ADMIN**
- */
- post: operations['scanTransientBooks']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/transient-books/{id}/analyze': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- /**
- * Analyze transient book
- * @description Required role: **ADMIN**
- */
- post: operations['analyzeTransientBook']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v1/transient-books/{id}/pages/{pageNumber}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Get transient book page
- * @description Required role: **ADMIN**
- */
- get: operations['getPageByTransientBookId']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v2/authors': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List authors
- * @description Can be filtered by various criteria
- */
- get: operations['getAuthors']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v2/series/{seriesId}/read-progress/tachiyomi': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Get series read progress (Mihon)
- * @description Mihon specific, due to how read progress is handled in Mihon.
- */
- get: operations['getMihonReadProgressBySeriesId']
- /**
- * Update series read progress (Mihon)
- * @description Mihon specific, due to how read progress is handled in Mihon.
- */
- put: operations['updateMihonReadProgressBySeriesId']
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v2/users': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * List users
- * @description Required role: **ADMIN**
- */
- get: operations['getUsers']
- put?: never
- /**
- * Create user
- * @description Required role: **ADMIN**
- */
- post: operations['addUser']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v2/users/authentication-activity': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Retrieve authentication activity
- * @description Required role: **ADMIN**
- */
- get: operations['getAuthenticationActivity']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v2/users/me': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Retrieve current user */
- get: operations['getCurrentUser']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v2/users/me/api-keys': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Retrieve API keys */
- get: operations['getApiKeysForCurrentUser']
- put?: never
- /** Create API key */
- post: operations['createApiKeyForCurrentUser']
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v2/users/me/api-keys/{keyId}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- /** Delete API key */
- delete: operations['deleteApiKeyByKeyId']
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v2/users/me/authentication-activity': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /** Retrieve authentication activity for the current user */
- get: operations['getAuthenticationActivityForCurrentUser']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v2/users/me/password': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- /** Update current user's password */
- patch: operations['updatePasswordForCurrentUser']
- trace?: never
- }
- '/api/v2/users/{id}': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- /**
- * Delete user
- * @description Required role: **ADMIN**
- */
- delete: operations['deleteUserById']
- options?: never
- head?: never
- /**
- * Update user
- * @description Required role: **ADMIN**
- */
- patch: operations['updateUserById']
- trace?: never
- }
- '/api/v2/users/{id}/authentication-activity/latest': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- /**
- * Retrieve latest authentication activity for a user
- * @description Required role: **ADMIN**
- */
- get: operations['getLatestAuthenticationActivityByUserId']
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- patch?: never
- trace?: never
- }
- '/api/v2/users/{id}/password': {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- get?: never
- put?: never
- post?: never
- delete?: never
- options?: never
- head?: never
- /**
- * Update user's password
- * @description Required role: **ADMIN**
- */
- patch: operations['updatePasswordByUserId']
- trace?: never
- }
-}
-export type webhooks = Record
-export interface components {
- schemas: {
- After: {
- operator: 'After'
- } & (Omit & {
- /** Format: date-time */
- dateTime: Date
- })
- AgeRating: components['schemas']['Series'] & {
- ageRating:
- | components['schemas']['GreaterThan']
- | components['schemas']['Is']
- | components['schemas']['IsNot']
- | components['schemas']['IsNotNullT']
- | components['schemas']['IsNullT']
- | components['schemas']['LessThan']
- }
- AgeRestrictionDto: {
- /** Format: int32 */
- age: number
- /** @enum {string} */
- restriction: 'ALLOW_ONLY' | 'EXCLUDE'
- }
- AgeRestrictionUpdateDto: {
- /** Format: int32 */
- age: number
- /** @enum {string} */
- restriction: 'ALLOW_ONLY' | 'EXCLUDE' | 'NONE'
- }
- AllOfBook: components['schemas']['Book'] & {
- allOf: (
- | components['schemas']['AllOfBook']
- | components['schemas']['AnyOfBook']
- | components['schemas']['Author']
- | components['schemas']['Deleted']
- | components['schemas']['LibraryId']
- | components['schemas']['MediaProfile']
- | components['schemas']['MediaStatus']
- | components['schemas']['NumberSort']
- | components['schemas']['OneShot']
- | components['schemas']['Poster']
- | components['schemas']['ReadListId']
- | components['schemas']['ReadStatus']
- | components['schemas']['ReleaseDate']
- | components['schemas']['SeriesId']
- | components['schemas']['Tag']
- | components['schemas']['Title']
- )[]
- }
- AllOfSeries: components['schemas']['Series'] & {
- allOf: (
- | components['schemas']['AgeRating']
- | components['schemas']['AllOfSeries']
- | components['schemas']['AnyOfSeries']
- | components['schemas']['Author']
- | components['schemas']['CollectionId']
- | components['schemas']['Complete']
- | components['schemas']['Deleted']
- | components['schemas']['Genre']
- | components['schemas']['Language']
- | components['schemas']['LibraryId']
- | components['schemas']['OneShot']
- | components['schemas']['Publisher']
- | components['schemas']['ReadStatus']
- | components['schemas']['ReleaseDate']
- | components['schemas']['SeriesStatus']
- | components['schemas']['SharingLabel']
- | components['schemas']['Tag']
- | components['schemas']['Title']
- | components['schemas']['TitleSort']
- )[]
- }
- AlternateTitleDto: {
- label: string
- title: string
- }
- AlternateTitleUpdateDto: {
- label: string
- title: string
- }
- AnyOfBook: components['schemas']['Book'] & {
- anyOf: (
- | components['schemas']['AllOfBook']
- | components['schemas']['AnyOfBook']
- | components['schemas']['Author']
- | components['schemas']['Deleted']
- | components['schemas']['LibraryId']
- | components['schemas']['MediaProfile']
- | components['schemas']['MediaStatus']
- | components['schemas']['NumberSort']
- | components['schemas']['OneShot']
- | components['schemas']['Poster']
- | components['schemas']['ReadListId']
- | components['schemas']['ReadStatus']
- | components['schemas']['ReleaseDate']
- | components['schemas']['SeriesId']
- | components['schemas']['Tag']
- | components['schemas']['Title']
- )[]
- }
- AnyOfSeries: components['schemas']['Series'] & {
- anyOf: (
- | components['schemas']['AgeRating']
- | components['schemas']['AllOfSeries']
- | components['schemas']['AnyOfSeries']
- | components['schemas']['Author']
- | components['schemas']['CollectionId']
- | components['schemas']['Complete']
- | components['schemas']['Deleted']
- | components['schemas']['Genre']
- | components['schemas']['Language']
- | components['schemas']['LibraryId']
- | components['schemas']['OneShot']
- | components['schemas']['Publisher']
- | components['schemas']['ReadStatus']
- | components['schemas']['ReleaseDate']
- | components['schemas']['SeriesStatus']
- | components['schemas']['SharingLabel']
- | components['schemas']['Tag']
- | components['schemas']['Title']
- | components['schemas']['TitleSort']
- )[]
- }
- ApiKeyDto: {
- comment: string
- /** Format: date-time */
- createdDate: Date
- id: string
- key: string
- /** Format: date-time */
- lastModifiedDate: Date
- userId: string
- }
- ApiKeyRequestDto: {
- comment: string
- }
- AuthenticationActivityDto: {
- apiKeyComment?: string
- apiKeyId?: string
- /** Format: date-time */
- dateTime: Date
- email?: string
- error?: string
- ip?: string
- source?: string
- success: boolean
- userAgent?: string
- userId?: string
- }
- Author: components['schemas']['Series'] & {
- author: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- AuthorDto: {
- name: string
- role: string
- }
- AuthorUpdateDto: {
- name: string
- role: string
- }
- Before: {
- operator: 'Before'
- } & (Omit & {
- /** Format: date-time */
- dateTime: Date
- })
- BeginsWith: {
- operator: 'BeginsWith'
- } & (Omit & {
- value: string
- })
- Book: Record
- BookDto: {
- /** Format: date-time */
- created: Date
- deleted: boolean
- fileHash: string
- /** Format: date-time */
- fileLastModified: Date
- id: string
- /** Format: date-time */
- lastModified: Date
- libraryId: string
- media: components['schemas']['MediaDto']
- metadata: components['schemas']['BookMetadataDto']
- name: string
- /** Format: int32 */
- number: number
- oneshot: boolean
- readProgress?: components['schemas']['ReadProgressDto']
- seriesId: string
- seriesTitle: string
- size: string
- /** Format: int64 */
- sizeBytes: number
- url: string
- }
- BookImportBatchDto: {
- books: components['schemas']['BookImportDto'][]
- /** @enum {string} */
- copyMode: 'MOVE' | 'COPY' | 'HARDLINK'
- }
- BookImportDto: {
- destinationName?: string
- seriesId: string
- sourceFile: string
- upgradeBookId?: string
- }
- BookMetadataAggregationDto: {
- authors: components['schemas']['AuthorDto'][]
- /** Format: date-time */
- created: Date
- /** Format: date-time */
- lastModified: Date
- /** Format: date */
- releaseDate?: string
- summary: string
- summaryNumber: string
- tags: string[]
- }
- BookMetadataDto: {
- authors: components['schemas']['AuthorDto'][]
- authorsLock: boolean
- /** Format: date-time */
- created: Date
- isbn: string
- isbnLock: boolean
- /** Format: date-time */
- lastModified: Date
- links: components['schemas']['WebLinkDto'][]
- linksLock: boolean
- number: string
- numberLock: boolean
- /** Format: float */
- numberSort: number
- numberSortLock: boolean
- /** Format: date */
- releaseDate?: string
- releaseDateLock: boolean
- summary: string
- summaryLock: boolean
- tags: string[]
- tagsLock: boolean
- title: string
- titleLock: boolean
- }
- /** @description Metadata fields to update. Set a field to null to unset the metadata. You can omit fields you don't want to update. */
- BookMetadataUpdateDto: {
- authors?: components['schemas']['AuthorUpdateDto'][]
- authorsLock?: boolean
- isbn?: string
- isbnLock?: boolean
- links?: components['schemas']['WebLinkUpdateDto'][]
- linksLock?: boolean
- number?: string
- numberLock?: boolean
- /** Format: float */
- numberSort?: number
- numberSortLock?: boolean
- /** Format: date */
- releaseDate?: string
- releaseDateLock?: boolean
- summary?: string
- summaryLock?: boolean
- tags?: string[]
- tagsLock?: boolean
- title?: string
- titleLock?: boolean
- }
- BookSearch: {
- condition?:
- | components['schemas']['AllOfBook']
- | components['schemas']['AnyOfBook']
- | components['schemas']['Author']
- | components['schemas']['Deleted']
- | components['schemas']['LibraryId']
- | components['schemas']['MediaProfile']
- | components['schemas']['MediaStatus']
- | components['schemas']['NumberSort']
- | components['schemas']['OneShot']
- | components['schemas']['Poster']
- | components['schemas']['ReadListId']
- | components['schemas']['ReadStatus']
- | components['schemas']['ReleaseDate']
- | components['schemas']['SeriesId']
- | components['schemas']['Tag']
- | components['schemas']['Title']
- fullTextSearch?: string
- }
- Boolean: {
- operator: string
- }
- ClaimStatus: {
- isClaimed: boolean
- }
- ClientSettingDto: {
- allowUnauthorized?: boolean
- value: string
- }
- ClientSettingGlobalUpdateDto: {
- allowUnauthorized: boolean
- value: string
- }
- ClientSettingUserUpdateDto: {
- value: string
- }
- CollectionCreationDto: {
- name: string
- ordered: boolean
- seriesIds: string[]
- }
- CollectionDto: {
- /** Format: date-time */
- createdDate: Date
- filtered: boolean
- id: string
- /** Format: date-time */
- lastModifiedDate: Date
- name: string
- ordered: boolean
- seriesIds: string[]
- }
- CollectionId: components['schemas']['Series'] & {
- collectionId: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- CollectionUpdateDto: {
- name?: string
- ordered?: boolean
- seriesIds?: string[]
- }
- Complete: components['schemas']['Series'] & {
- complete: components['schemas']['IsFalse'] | components['schemas']['IsTrue']
- }
- Contains: {
- operator: 'Contains'
- } & (Omit & {
- value: string
- })
- Date: {
- operator: string
- }
- Deleted: components['schemas']['Series'] & {
- deleted: components['schemas']['IsFalse'] | components['schemas']['IsTrue']
- }
- DirectoryListingDto: {
- directories: components['schemas']['PathDto'][]
- files: components['schemas']['PathDto'][]
- parent?: string
- }
- DirectoryRequestDto: {
- path: string
- showFiles: boolean
- }
- DoesNotBeginWith: {
- operator: 'DoesNotBeginWith'
- } & (Omit & {
- value: string
- })
- DoesNotContain: {
- operator: 'DoesNotContain'
- } & (Omit & {
- value: string
- })
- DoesNotEndWith: {
- operator: 'DoesNotEndWith'
- } & (Omit & {
- value: string
- })
- EndsWith: {
- operator: 'EndsWith'
- } & (Omit & {
- value: string
- })
- EqualityAuthorMatch: {
- operator: string
- }
- EqualityMediaProfile: {
- operator: string
- }
- EqualityNullableString: {
- operator: string
- }
- EqualityPosterMatch: {
- operator: string
- }
- EqualityReadStatus: {
- operator: string
- }
- EqualityStatus: {
- operator: string
- }
- EqualityString: {
- operator: string
- }
- Genre: components['schemas']['Series'] & {
- genre:
- | components['schemas']['Is']
- | components['schemas']['IsNot']
- | components['schemas']['IsNotNullT']
- | components['schemas']['IsNullT']
- }
- GreaterThan: {
- operator: 'GreaterThan'
- } & (Omit & {
- value: Record
- } & Omit)
- GroupCountDto: {
- /** Format: int32 */
- count: number
- group: string
- }
- HistoricalEventDto: {
- bookId?: string
- properties: {
- [key: string]: string
- }
- seriesId?: string
- /** Format: date-time */
- timestamp: Date
- type: string
- }
- Is: {
- operator: 'Is'
- } & (Omit & {
- value: Record
- } & Omit &
- Omit &
- Omit &
- Omit &
- Omit &
- Omit &
- Omit &
- Omit &
- Omit)
- IsFalse: {
- operator: 'IsFalse'
- } & Omit
- IsInTheLast: {
- operator: 'IsInTheLast'
- } & (Omit & {
- duration: {
- /** Format: int32 */
- nano?: number
- negative?: boolean
- positive?: boolean
- /** Format: int64 */
- seconds?: number
- units?: {
- dateBased?: boolean
- durationEstimated?: boolean
- timeBased?: boolean
- }[]
- zero?: boolean
- }
- })
- IsNot: {
- operator: 'IsNot'
- } & (Omit & {
- value: Record
- } & Omit &
- Omit &
- Omit &
- Omit &
- Omit &
- Omit &
- Omit &
- Omit &
- Omit)
- IsNotInTheLast: {
- operator: 'IsNotInTheLast'
- } & (Omit & {
- duration: {
- /** Format: int32 */
- nano?: number
- negative?: boolean
- positive?: boolean
- /** Format: int64 */
- seconds?: number
- units?: {
- dateBased?: boolean
- durationEstimated?: boolean
- timeBased?: boolean
- }[]
- zero?: boolean
- }
- })
- IsNotNull: {
- operator: 'IsNotNull'
- } & Omit
- IsNotNullT: {
- operator: 'IsNotNullT'
- } & (Omit &
- Omit)
- IsNull: {
- operator: 'IsNull'
- } & Omit
- IsNullT: {
- operator: 'IsNullT'
- } & (Omit &
- Omit)
- IsTrue: {
- operator: 'IsTrue'
- } & Omit
- ItemDto: {
- _komga?: components['schemas']['KomgaExtensionDto']
- author?: components['schemas']['AuthorDto']
- content_html?: string
- /** Format: date-time */
- date_modified?: Date
- id: string
- summary?: string
- tags: string[]
- title?: string
- url?: string
- }
- JsonFeedDto: {
- description?: string
- home_page_url?: string
- items: components['schemas']['ItemDto'][]
- title: string
- version: string
- }
- KomgaExtensionDto: {
- read: boolean
- }
- Language: components['schemas']['Series'] & {
- language: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- LessThan: {
- operator: 'LessThan'
- } & (Omit & {
- value: Record
- } & Omit)
- LibraryCreationDto: {
- analyzeDimensions: boolean
- convertToCbz: boolean
- emptyTrashAfterScan: boolean
- hashFiles: boolean
- hashKoreader: boolean
- hashPages: boolean
- importBarcodeIsbn: boolean
- importComicInfoBook: boolean
- importComicInfoCollection: boolean
- importComicInfoReadList: boolean
- importComicInfoSeries: boolean
- importComicInfoSeriesAppendVolume: boolean
- importEpubBook: boolean
- importEpubSeries: boolean
- importLocalArtwork: boolean
- importMylarSeries: boolean
- name: string
- oneshotsDirectory?: string
- repairExtensions: boolean
- root: string
- scanCbx: boolean
- scanDirectoryExclusions: string[]
- scanEpub: boolean
- scanForceModifiedTime: boolean
- /** @enum {string} */
- scanInterval: 'DISABLED' | 'HOURLY' | 'EVERY_6H' | 'EVERY_12H' | 'DAILY' | 'WEEKLY'
- scanOnStartup: boolean
- scanPdf: boolean
- /** @enum {string} */
- seriesCover: 'FIRST' | 'FIRST_UNREAD_OR_FIRST' | 'FIRST_UNREAD_OR_LAST' | 'LAST'
- }
- LibraryDto: {
- analyzeDimensions: boolean
- convertToCbz: boolean
- emptyTrashAfterScan: boolean
- hashFiles: boolean
- hashKoreader: boolean
- hashPages: boolean
- id: string
- importBarcodeIsbn: boolean
- importComicInfoBook: boolean
- importComicInfoCollection: boolean
- importComicInfoReadList: boolean
- importComicInfoSeries: boolean
- importComicInfoSeriesAppendVolume: boolean
- importEpubBook: boolean
- importEpubSeries: boolean
- importLocalArtwork: boolean
- importMylarSeries: boolean
- name: string
- oneshotsDirectory?: string
- repairExtensions: boolean
- root: string
- scanCbx: boolean
- scanDirectoryExclusions: string[]
- scanEpub: boolean
- scanForceModifiedTime: boolean
- /** @enum {string} */
- scanInterval: 'DISABLED' | 'HOURLY' | 'EVERY_6H' | 'EVERY_12H' | 'DAILY' | 'WEEKLY'
- scanOnStartup: boolean
- scanPdf: boolean
- /** @enum {string} */
- seriesCover: 'FIRST' | 'FIRST_UNREAD_OR_FIRST' | 'FIRST_UNREAD_OR_LAST' | 'LAST'
- unavailable: boolean
- }
- LibraryId: components['schemas']['Series'] & {
- libraryId: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- /** @description Fields to update. You can omit fields you don't want to update. */
- LibraryUpdateDto: {
- analyzeDimensions?: boolean
- convertToCbz?: boolean
- emptyTrashAfterScan?: boolean
- hashFiles?: boolean
- hashKoreader?: boolean
- hashPages?: boolean
- importBarcodeIsbn?: boolean
- importComicInfoBook?: boolean
- importComicInfoCollection?: boolean
- importComicInfoReadList?: boolean
- importComicInfoSeries?: boolean
- importComicInfoSeriesAppendVolume?: boolean
- importEpubBook?: boolean
- importEpubSeries?: boolean
- importLocalArtwork?: boolean
- importMylarSeries?: boolean
- name?: string
- oneshotsDirectory?: string
- repairExtensions?: boolean
- root?: string
- scanCbx?: boolean
- scanDirectoryExclusions?: string[]
- scanEpub?: boolean
- scanForceModifiedTime?: boolean
- /** @enum {string} */
- scanInterval?: 'DISABLED' | 'HOURLY' | 'EVERY_6H' | 'EVERY_12H' | 'DAILY' | 'WEEKLY'
- scanOnStartup?: boolean
- scanPdf?: boolean
- /** @enum {string} */
- seriesCover?: 'FIRST' | 'FIRST_UNREAD_OR_FIRST' | 'FIRST_UNREAD_OR_LAST' | 'LAST'
- }
- Location: {
- fragments: string[]
- /** Format: int32 */
- position?: number
- /** Format: float */
- progression?: number
- /** Format: float */
- totalProgression?: number
- }
- MediaDto: {
- comment: string
- epubDivinaCompatible: boolean
- epubIsKepub: boolean
- mediaProfile: string
- mediaType: string
- /** Format: int32 */
- pagesCount: number
- status: string
- }
- MediaProfile: components['schemas']['Book'] & {
- mediaProfile: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- MediaStatus: components['schemas']['Book'] & {
- mediaStatus: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- MediaType: {
- charset?: string
- concrete?: boolean
- parameters?: {
- [key: string]: string
- }
- /** Format: double */
- qualityValue?: number
- subtype?: string
- subtypeSuffix?: string
- type?: string
- wildcardSubtype?: boolean
- wildcardType?: boolean
- }
- NumberSort: components['schemas']['Book'] & {
- numberSort:
- | components['schemas']['GreaterThan']
- | components['schemas']['Is']
- | components['schemas']['IsNot']
- | components['schemas']['LessThan']
- }
- NumericFloat: {
- operator: string
- }
- NumericNullableInteger: {
- operator: string
- }
- OAuth2ClientDto: {
- name: string
- registrationId: string
- }
- OneShot: components['schemas']['Series'] & {
- oneShot: components['schemas']['IsFalse'] | components['schemas']['IsTrue']
- }
- PageAuthenticationActivityDto: {
- content?: components['schemas']['AuthenticationActivityDto'][]
- empty?: boolean
- first?: boolean
- last?: boolean
- /** Format: int32 */
- number?: number
- /** Format: int32 */
- numberOfElements?: number
- pageable?: components['schemas']['PageableObject']
- /** Format: int32 */
- size?: number
- sort?: components['schemas']['SortObject']
- /** Format: int64 */
- totalElements?: number
- /** Format: int32 */
- totalPages?: number
- }
- PageAuthorDto: {
- content?: components['schemas']['AuthorDto'][]
- empty?: boolean
- first?: boolean
- last?: boolean
- /** Format: int32 */
- number?: number
- /** Format: int32 */
- numberOfElements?: number
- pageable?: components['schemas']['PageableObject']
- /** Format: int32 */
- size?: number
- sort?: components['schemas']['SortObject']
- /** Format: int64 */
- totalElements?: number
- /** Format: int32 */
- totalPages?: number
- }
- PageBookDto: {
- content?: components['schemas']['BookDto'][]
- empty?: boolean
- first?: boolean
- last?: boolean
- /** Format: int32 */
- number?: number
- /** Format: int32 */
- numberOfElements?: number
- pageable?: components['schemas']['PageableObject']
- /** Format: int32 */
- size?: number
- sort?: components['schemas']['SortObject']
- /** Format: int64 */
- totalElements?: number
- /** Format: int32 */
- totalPages?: number
- }
- PageCollectionDto: {
- content?: components['schemas']['CollectionDto'][]
- empty?: boolean
- first?: boolean
- last?: boolean
- /** Format: int32 */
- number?: number
- /** Format: int32 */
- numberOfElements?: number
- pageable?: components['schemas']['PageableObject']
- /** Format: int32 */
- size?: number
- sort?: components['schemas']['SortObject']
- /** Format: int64 */
- totalElements?: number
- /** Format: int32 */
- totalPages?: number
- }
- PageDto: {
- fileName: string
- /** Format: int32 */
- height?: number
- mediaType: string
- /** Format: int32 */
- number: number
- size: string
- /** Format: int64 */
- sizeBytes?: number
- /** Format: int32 */
- width?: number
- }
- PageHashCreationDto: {
- /** @enum {string} */
- action: 'DELETE_AUTO' | 'DELETE_MANUAL' | 'IGNORE'
- hash: string
- /** Format: int64 */
- size?: number
- }
- PageHashKnownDto: {
- /** @enum {string} */
- action: 'DELETE_AUTO' | 'DELETE_MANUAL' | 'IGNORE'
- /** Format: date-time */
- created: Date
- /** Format: int32 */
- deleteCount: number
- hash: string
- /** Format: date-time */
- lastModified: Date
- /** Format: int32 */
- matchCount: number
- /** Format: int64 */
- size?: number
- }
- PageHashMatchDto: {
- bookId: string
- fileName: string
- /** Format: int64 */
- fileSize: number
- mediaType: string
- /** Format: int32 */
- pageNumber: number
- url: string
- }
- PageHashUnknownDto: {
- hash: string
- /** Format: int32 */
- matchCount: number
- /** Format: int64 */
- size?: number
- }
- PageHistoricalEventDto: {
- content?: components['schemas']['HistoricalEventDto'][]
- empty?: boolean
- first?: boolean
- last?: boolean
- /** Format: int32 */
- number?: number
- /** Format: int32 */
- numberOfElements?: number
- pageable?: components['schemas']['PageableObject']
- /** Format: int32 */
- size?: number
- sort?: components['schemas']['SortObject']
- /** Format: int64 */
- totalElements?: number
- /** Format: int32 */
- totalPages?: number
- }
- PagePageHashKnownDto: {
- content?: components['schemas']['PageHashKnownDto'][]
- empty?: boolean
- first?: boolean
- last?: boolean
- /** Format: int32 */
- number?: number
- /** Format: int32 */
- numberOfElements?: number
- pageable?: components['schemas']['PageableObject']
- /** Format: int32 */
- size?: number
- sort?: components['schemas']['SortObject']
- /** Format: int64 */
- totalElements?: number
- /** Format: int32 */
- totalPages?: number
- }
- PagePageHashMatchDto: {
- content?: components['schemas']['PageHashMatchDto'][]
- empty?: boolean
- first?: boolean
- last?: boolean
- /** Format: int32 */
- number?: number
- /** Format: int32 */
- numberOfElements?: number
- pageable?: components['schemas']['PageableObject']
- /** Format: int32 */
- size?: number
- sort?: components['schemas']['SortObject']
- /** Format: int64 */
- totalElements?: number
- /** Format: int32 */
- totalPages?: number
- }
- PagePageHashUnknownDto: {
- content?: components['schemas']['PageHashUnknownDto'][]
- empty?: boolean
- first?: boolean
- last?: boolean
- /** Format: int32 */
- number?: number
- /** Format: int32 */
- numberOfElements?: number
- pageable?: components['schemas']['PageableObject']
- /** Format: int32 */
- size?: number
- sort?: components['schemas']['SortObject']
- /** Format: int64 */
- totalElements?: number
- /** Format: int32 */
- totalPages?: number
- }
- PageReadListDto: {
- content?: components['schemas']['ReadListDto'][]
- empty?: boolean
- first?: boolean
- last?: boolean
- /** Format: int32 */
- number?: number
- /** Format: int32 */
- numberOfElements?: number
- pageable?: components['schemas']['PageableObject']
- /** Format: int32 */
- size?: number
- sort?: components['schemas']['SortObject']
- /** Format: int64 */
- totalElements?: number
- /** Format: int32 */
- totalPages?: number
- }
- PageSeriesDto: {
- content?: components['schemas']['SeriesDto'][]
- empty?: boolean
- first?: boolean
- last?: boolean
- /** Format: int32 */
- number?: number
- /** Format: int32 */
- numberOfElements?: number
- pageable?: components['schemas']['PageableObject']
- /** Format: int32 */
- size?: number
- sort?: components['schemas']['SortObject']
- /** Format: int64 */
- totalElements?: number
- /** Format: int32 */
- totalPages?: number
- }
- PageableObject: {
- /** Format: int64 */
- offset?: number
- /** Format: int32 */
- pageNumber?: number
- /** Format: int32 */
- pageSize?: number
- paged?: boolean
- sort?: components['schemas']['SortObject']
- unpaged?: boolean
- }
- PasswordUpdateDto: {
- password: string
- }
- PathDto: {
- name: string
- path: string
- type: string
- }
- Poster: components['schemas']['Book'] & {
- poster: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- Publisher: components['schemas']['Series'] & {
- publisher: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- R2Device: {
- id: string
- name: string
- }
- R2Locator: {
- href: string
- koboSpan?: string
- locations?: components['schemas']['Location']
- text?: components['schemas']['Text']
- title?: string
- type: string
- }
- R2Positions: {
- positions: components['schemas']['R2Locator'][]
- /** Format: int32 */
- total: number
- }
- R2Progression: {
- device: components['schemas']['R2Device']
- locator: components['schemas']['R2Locator']
- /** Format: date-time */
- modified: Date
- }
- ReadListCreationDto: {
- bookIds: string[]
- name: string
- ordered: boolean
- summary: string
- }
- ReadListDto: {
- bookIds: string[]
- /** Format: date-time */
- createdDate: Date
- filtered: boolean
- id: string
- /** Format: date-time */
- lastModifiedDate: Date
- name: string
- ordered: boolean
- summary: string
- }
- ReadListId: components['schemas']['Book'] & {
- readListId: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- ReadListMatchDto: {
- errorCode: string
- name: string
- }
- ReadListRequestBookDto: {
- number: string
- series: string[]
- }
- ReadListRequestBookMatchBookDto: {
- bookId: string
- number: string
- title: string
- }
- ReadListRequestBookMatchDto: {
- books: components['schemas']['ReadListRequestBookMatchBookDto'][]
- series: components['schemas']['ReadListRequestBookMatchSeriesDto']
- }
- ReadListRequestBookMatchSeriesDto: {
- /** Format: date */
- releaseDate?: string
- seriesId: string
- title: string
- }
- ReadListRequestBookMatchesDto: {
- matches: components['schemas']['ReadListRequestBookMatchDto'][]
- request: components['schemas']['ReadListRequestBookDto']
- }
- ReadListRequestMatchDto: {
- errorCode: string
- readListMatch: components['schemas']['ReadListMatchDto']
- requests: components['schemas']['ReadListRequestBookMatchesDto'][]
- }
- ReadListUpdateDto: {
- bookIds?: string[]
- name?: string
- ordered?: boolean
- summary?: string
- }
- ReadProgressDto: {
- completed: boolean
- /** Format: date-time */
- created: Date
- deviceId: string
- deviceName: string
- /** Format: date-time */
- lastModified: Date
- /** Format: int32 */
- page: number
- /** Format: date-time */
- readDate: Date
- }
- /** @description page can be omitted if completed is set to true. completed can be omitted, and will be set accordingly depending on the page passed and the total number of pages in the book. */
- ReadProgressUpdateDto: {
- completed?: boolean
- /** Format: int32 */
- page?: number
- }
- ReadStatus: components['schemas']['Series'] & {
- readStatus: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- ReleaseDate: components['schemas']['Series'] & {
- releaseDate:
- | components['schemas']['After']
- | components['schemas']['Before']
- | components['schemas']['IsInTheLast']
- | components['schemas']['IsNotInTheLast']
- | components['schemas']['IsNotNull']
- | components['schemas']['IsNull']
- }
- ReleaseDto: {
- description: string
- latest: boolean
- preRelease: boolean
- /** Format: date-time */
- releaseDate: Date
- url: string
- version: string
- }
- ScanRequestDto: {
- path: string
- }
- Series: Record
- SeriesDto: {
- /** Format: int32 */
- booksCount: number
- /** Format: int32 */
- booksInProgressCount: number
- booksMetadata: components['schemas']['BookMetadataAggregationDto']
- /** Format: int32 */
- booksReadCount: number
- /** Format: int32 */
- booksUnreadCount: number
- /** Format: date-time */
- created: Date
- deleted: boolean
- /** Format: date-time */
- fileLastModified: Date
- id: string
- /** Format: date-time */
- lastModified: Date
- libraryId: string
- metadata: components['schemas']['SeriesMetadataDto']
- name: string
- oneshot: boolean
- url: string
- }
- SeriesId: components['schemas']['Book'] & {
- seriesId: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- SeriesMetadataDto: {
- /** Format: int32 */
- ageRating?: number
- ageRatingLock: boolean
- alternateTitles: components['schemas']['AlternateTitleDto'][]
- alternateTitlesLock: boolean
- /** Format: date-time */
- created: Date
- genres: string[]
- genresLock: boolean
- language: string
- languageLock: boolean
- /** Format: date-time */
- lastModified: Date
- links: components['schemas']['WebLinkDto'][]
- linksLock: boolean
- publisher: string
- publisherLock: boolean
- readingDirection: string
- readingDirectionLock: boolean
- sharingLabels: string[]
- sharingLabelsLock: boolean
- status: string
- statusLock: boolean
- summary: string
- summaryLock: boolean
- tags: string[]
- tagsLock: boolean
- title: string
- titleLock: boolean
- titleSort: string
- titleSortLock: boolean
- /** Format: int32 */
- totalBookCount?: number
- totalBookCountLock: boolean
- }
- /** @description Metadata fields to update. Set a field to null to unset the metadata. You can omit fields you don't want to update. */
- SeriesMetadataUpdateDto: {
- /** Format: int32 */
- ageRating?: number
- ageRatingLock?: boolean
- alternateTitles?: components['schemas']['AlternateTitleUpdateDto'][]
- alternateTitlesLock?: boolean
- genres?: string[]
- genresLock?: boolean
- language?: string
- languageLock?: boolean
- links?: components['schemas']['WebLinkUpdateDto'][]
- linksLock?: boolean
- publisher?: string
- publisherLock?: boolean
- /** @enum {string} */
- readingDirection?: 'LEFT_TO_RIGHT' | 'RIGHT_TO_LEFT' | 'VERTICAL' | 'WEBTOON'
- readingDirectionLock?: boolean
- sharingLabels?: string[]
- sharingLabelsLock?: boolean
- /** @enum {string} */
- status?: 'ENDED' | 'ONGOING' | 'ABANDONED' | 'HIATUS'
- statusLock?: boolean
- summary?: string
- summaryLock?: boolean
- tags?: string[]
- tagsLock?: boolean
- title?: string
- titleLock?: boolean
- titleSort?: string
- titleSortLock?: boolean
- /** Format: int32 */
- totalBookCount?: number
- totalBookCountLock?: boolean
- }
- SeriesSearch: {
- condition?:
- | components['schemas']['AgeRating']
- | components['schemas']['AllOfSeries']
- | components['schemas']['AnyOfSeries']
- | components['schemas']['Author']
- | components['schemas']['CollectionId']
- | components['schemas']['Complete']
- | components['schemas']['Deleted']
- | components['schemas']['Genre']
- | components['schemas']['Language']
- | components['schemas']['LibraryId']
- | components['schemas']['OneShot']
- | components['schemas']['Publisher']
- | components['schemas']['ReadStatus']
- | components['schemas']['ReleaseDate']
- | components['schemas']['SeriesStatus']
- | components['schemas']['SharingLabel']
- | components['schemas']['Tag']
- | components['schemas']['Title']
- | components['schemas']['TitleSort']
- fullTextSearch?: string
- }
- SeriesStatus: components['schemas']['Series'] & {
- seriesStatus: components['schemas']['Is'] | components['schemas']['IsNot']
- }
- SettingMultiSourceInteger: {
- /** Format: int32 */
- configurationSource: number
- /** Format: int32 */
- databaseSource: number
- /** Format: int32 */
- effectiveValue: number
- }
- SettingMultiSourceString: {
- configurationSource: string
- databaseSource: string
- effectiveValue: string
- }
- SettingsDto: {
- deleteEmptyCollections: boolean
- deleteEmptyReadLists: boolean
- kepubifyPath: components['schemas']['SettingMultiSourceString']
- /** Format: int32 */
- koboPort?: number
- koboProxy: boolean
- /** Format: int64 */
- rememberMeDurationDays: number
- serverContextPath: components['schemas']['SettingMultiSourceString']
- serverPort: components['schemas']['SettingMultiSourceInteger']
- /** Format: int32 */
- taskPoolSize: number
- /** @enum {string} */
- thumbnailSize: 'DEFAULT' | 'MEDIUM' | 'LARGE' | 'XLARGE'
- }
- /** @description Fields to update. You can omit fields you don't want to update. */
- SettingsUpdateDto: {
- deleteEmptyCollections?: boolean
- deleteEmptyReadLists?: boolean
- kepubifyPath?: string
- /** Format: int32 */
- koboPort?: number
- koboProxy?: boolean
- /** Format: int64 */
- rememberMeDurationDays?: number
- renewRememberMeKey?: boolean
- serverContextPath?: string
- /** Format: int32 */
- serverPort?: number
- /** Format: int32 */
- taskPoolSize?: number
- /** @enum {string} */
- thumbnailSize?: 'DEFAULT' | 'MEDIUM' | 'LARGE' | 'XLARGE'
- }
- SharedLibrariesUpdateDto: {
- all: boolean
- libraryIds: string[]
- }
- SharingLabel: components['schemas']['Series'] & {
- sharingLabel:
- | components['schemas']['Is']
- | components['schemas']['IsNot']
- | components['schemas']['IsNotNullT']
- | components['schemas']['IsNullT']
- }
- SortObject: {
- empty?: boolean
- sorted?: boolean
- unsorted?: boolean
- }
- StreamingResponseBody: Record
- StringOp: {
- operator: string
- }
- TachiyomiReadProgressDto: {
- /** Format: int32 */
- booksCount: number
- /** Format: int32 */
- booksInProgressCount: number
- /** Format: int32 */
- booksReadCount: number
- /** Format: int32 */
- booksUnreadCount: number
- /** Format: int32 */
- lastReadContinuousIndex: number
- }
- TachiyomiReadProgressUpdateDto: {
- /** Format: int32 */
- lastBookRead: number
- }
- TachiyomiReadProgressUpdateV2Dto: {
- /** Format: float */
- lastBookNumberSortRead: number
- }
- TachiyomiReadProgressV2Dto: {
- /** Format: int32 */
- booksCount: number
- /** Format: int32 */
- booksInProgressCount: number
- /** Format: int32 */
- booksReadCount: number
- /** Format: int32 */
- booksUnreadCount: number
- /** Format: float */
- lastReadContinuousNumberSort: number
- /** Format: float */
- maxNumberSort: number
- }
- Tag: components['schemas']['Series'] & {
- tag:
- | components['schemas']['Is']
- | components['schemas']['IsNot']
- | components['schemas']['IsNotNullT']
- | components['schemas']['IsNullT']
- }
- Text: {
- after?: string
- before?: string
- highlight?: string
- }
- ThumbnailBookDto: {
- bookId: string
- /** Format: int64 */
- fileSize: number
- /** Format: int32 */
- height: number
- id: string
- mediaType: string
- selected: boolean
- type: string
- /** Format: int32 */
- width: number
- }
- ThumbnailReadListDto: {
- /** Format: int64 */
- fileSize: number
- /** Format: int32 */
- height: number
- id: string
- mediaType: string
- readListId: string
- selected: boolean
- type: string
- /** Format: int32 */
- width: number
- }
- ThumbnailSeriesCollectionDto: {
- collectionId: string
- /** Format: int64 */
- fileSize: number
- /** Format: int32 */
- height: number
- id: string
- mediaType: string
- selected: boolean
- type: string
- /** Format: int32 */
- width: number
- }
- ThumbnailSeriesDto: {
- /** Format: int64 */
- fileSize: number
- /** Format: int32 */
- height: number
- id: string
- mediaType: string
- selected: boolean
- seriesId: string
- type: string
- /** Format: int32 */
- width: number
- }
- Title: components['schemas']['Series'] & {
- title:
- | components['schemas']['BeginsWith']
- | components['schemas']['Contains']
- | components['schemas']['DoesNotBeginWith']
- | components['schemas']['DoesNotContain']
- | components['schemas']['DoesNotEndWith']
- | components['schemas']['EndsWith']
- | components['schemas']['Is']
- | components['schemas']['IsNot']
- }
- TitleSort: components['schemas']['Series'] & {
- titleSort:
- | components['schemas']['BeginsWith']
- | components['schemas']['Contains']
- | components['schemas']['DoesNotBeginWith']
- | components['schemas']['DoesNotContain']
- | components['schemas']['DoesNotEndWith']
- | components['schemas']['EndsWith']
- | components['schemas']['Is']
- | components['schemas']['IsNot']
- }
- TransientBookDto: {
- comment: string
- /** Format: date-time */
- fileLastModified: Date
- files: string[]
- id: string
- mediaType: string
- name: string
- /** Format: float */
- number?: number
- pages: components['schemas']['PageDto'][]
- seriesId?: string
- size: string
- /** Format: int64 */
- sizeBytes: number
- status: string
- url: string
- }
- UserCreationDto: {
- ageRestriction?: components['schemas']['AgeRestrictionUpdateDto']
- email: string
- labelsAllow?: string[]
- labelsExclude?: string[]
- password: string
- roles: string[]
- sharedLibraries?: components['schemas']['SharedLibrariesUpdateDto']
- }
- UserDto: {
- ageRestriction?: components['schemas']['AgeRestrictionDto']
- email: string
- id: string
- labelsAllow: string[]
- labelsExclude: string[]
- roles: string[]
- sharedAllLibraries: boolean
- sharedLibrariesIds: string[]
- }
- UserUpdateDto: {
- ageRestriction?: components['schemas']['AgeRestrictionUpdateDto']
- labelsAllow?: string[]
- labelsExclude?: string[]
- roles?: string[]
- sharedLibraries?: components['schemas']['SharedLibrariesUpdateDto']
- }
- ValidationErrorResponse: {
- violations: components['schemas']['Violation'][]
- }
- Violation: {
- fieldName?: string
- message?: string
- }
- WPBelongsToDto: {
- collection: components['schemas']['WPContributorDto'][]
- series: components['schemas']['WPContributorDto'][]
- }
- WPContributorDto: {
- links: components['schemas']['WPLinkDto'][]
- name: string
- /** Format: float */
- position?: number
- }
- WPLinkDto: {
- /** Format: int32 */
- height?: number
- href?: string
- properties: {
- [key: string]: {
- [key: string]: Record
- }
- }
- rel?: string
- templated?: boolean
- title?: string
- type?: string
- /** Format: int32 */
- width?: number
- }
- WPMetadataDto: {
- artist: string[]
- author: string[]
- belongsTo?: components['schemas']['WPBelongsToDto']
- colorist: string[]
- conformsTo?: string
- contributor: string[]
- description?: string
- editor: string[]
- identifier?: string
- illustrator: string[]
- inker: string[]
- language?: string
- letterer: string[]
- /** Format: date-time */
- modified?: Date
- /** Format: int32 */
- numberOfPages?: number
- penciler: string[]
- /** Format: date */
- published?: string
- publisher: string[]
- /** @enum {string} */
- readingProgression?: 'rtl' | 'ltr' | 'ttb' | 'btt' | 'auto'
- rendition: {
- [key: string]: Record
- }
- sortAs?: string
- subject: string[]
- subtitle?: string
- title: string
- translator: string[]
- type?: string
- }
- WPPublicationDto: {
- context?: string
- images: components['schemas']['WPLinkDto'][]
- landmarks: components['schemas']['WPLinkDto'][]
- links: components['schemas']['WPLinkDto'][]
- metadata: components['schemas']['WPMetadataDto']
- pageList: components['schemas']['WPLinkDto'][]
- readingOrder: components['schemas']['WPLinkDto'][]
- resources: components['schemas']['WPLinkDto'][]
- toc: components['schemas']['WPLinkDto'][]
- }
- WebLinkDto: {
- label: string
- url: string
- }
- WebLinkUpdateDto: {
- label: string
- url?: string
- }
- }
- responses: never
- parameters: never
- requestBodies: never
- headers: never
- pathItems: never
-}
-export type $defs = Record
-export interface operations {
- getActuatorInfo: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': unknown
- }
- }
- }
- }
- postLogout: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- }
- }
- postLogout_1: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- }
- }
- getAgeRatings: {
- parameters: {
- query?: {
- library_id?: string[]
- collection_id?: string
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getAnnouncements: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['JsonFeedDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- markAnnouncementsRead: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': string[]
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getAuthorsDeprecated: {
- parameters: {
- query?: {
- search?: string
- library_id?: string
- collection_id?: string
- series_id?: string
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['AuthorDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getAuthorsNames: {
- parameters: {
- query?: {
- search?: string
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getAuthorsRoles: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getAllBooksDeprecated: {
- parameters: {
- query?: {
- search?: string
- library_id?: string[]
- media_status?: ('UNKNOWN' | 'ERROR' | 'READY' | 'UNSUPPORTED' | 'OUTDATED')[]
- read_status?: ('UNREAD' | 'READ' | 'IN_PROGRESS')[]
- released_after?: string
- tag?: string[]
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageBookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBooksDuplicates: {
- parameters: {
- query?: {
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageBookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- importBooks: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['BookImportBatchDto']
- }
- }
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBooksLatest: {
- parameters: {
- query?: {
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageBookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBooks: {
- parameters: {
- query?: {
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['BookSearch']
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageBookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateBookMetadataByBatch: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': {
- [key: string]: components['schemas']['BookMetadataUpdateDto']
- }
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBooksOnDeck: {
- parameters: {
- query?: {
- library_id?: string[]
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageBookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- booksRegenerateThumbnails: {
- parameters: {
- query?: {
- for_bigger_result_only?: boolean
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookById: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['BookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- bookAnalyze: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- downloadBookFile: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['StreamingResponseBody']
- 'application/octet-stream': components['schemas']['StreamingResponseBody']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteBookFile: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- downloadBookFile_1: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['StreamingResponseBody']
- 'application/octet-stream': components['schemas']['StreamingResponseBody']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookWebPubManifest: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/divina+json': components['schemas']['WPPublicationDto']
- 'application/json': components['schemas']['WPPublicationDto']
- 'application/webpub+json': components['schemas']['WPPublicationDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookWebPubManifestDivina: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/divina+json': components['schemas']['WPPublicationDto']
- 'application/json': components['schemas']['WPPublicationDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookWebPubManifestEpub: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['WPPublicationDto']
- 'application/webpub+json': components['schemas']['WPPublicationDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookWebPubManifestPdf: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['WPPublicationDto']
- 'application/webpub+json': components['schemas']['WPPublicationDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateBookMetadata: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['BookMetadataUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- bookRefreshMetadata: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookSiblingNext: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['BookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookPages: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookPageByNumber: {
- parameters: {
- query?: {
- /** @description Convert the image to the provided format. */
- convert?: 'jpeg' | 'png'
- /** @description If set to true, pages will start at index 0. If set to false, pages will start at index 1. */
- zero_based?: boolean
- contentNegotiation?: boolean
- }
- header?: {
- /** @description Some very limited server driven content negotiation is handled. If a book is a PDF book, and the Accept header contains 'application/pdf' as a more specific type than other 'image/' types, a raw PDF page will be returned. */
- Accept?: components['schemas']['MediaType'][]
- }
- path: {
- bookId: string
- pageNumber: number
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'image/*': string
- }
- }
- }
- }
- getBookPageRawByNumber: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- pageNumber: number
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': string
- 'application/json': string
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookPageThumbnailByNumber: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- pageNumber: number
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'image/jpeg': string
- }
- }
- }
- }
- getBookPositions: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['R2Positions']
- 'application/vnd.readium.position-list+json': components['schemas']['R2Positions']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookSiblingPrevious: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['BookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookProgression: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['R2Progression']
- 'application/vnd.readium.progression+json': components['schemas']['R2Progression']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateBookProgression: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['R2Progression']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteBookReadProgress: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- markBookReadProgress: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['ReadProgressUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getReadListsByBookId: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ReadListDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookEpubResource: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- resource: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': string
- 'application/json': string
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookThumbnail: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'image/jpeg': string
- }
- }
- }
- }
- getBookThumbnails: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ThumbnailBookDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- addUserUploadedBookThumbnail: {
- parameters: {
- query?: {
- selected?: boolean
- }
- header?: never
- path: {
- bookId: string
- }
- cookie?: never
- }
- requestBody?: {
- content: {
- 'multipart/form-data': {
- /** Format: binary */
- file: string
- }
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ThumbnailBookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookThumbnailById: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'image/jpeg': string
- }
- }
- }
- }
- deleteUserUploadedBookThumbnail: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- markBookThumbnailSelected: {
- parameters: {
- query?: never
- header?: never
- path: {
- bookId: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getClaimStatus: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ClaimStatus']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- claimServer: {
- parameters: {
- query?: never
- header: {
- 'X-Komga-Email': string
- 'X-Komga-Password': string
- }
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['UserDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteGlobalSettings: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- /** @example [
- * "application.key1",
- * "application.key2"
- * ] */
- 'application/json': string[]
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- saveGlobalSetting: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- /** @example {
- * "application.key1": {
- * "value": "a string value",
- * "allowUnauthorized": true
- * },
- * "application.key2": {
- * "value": "{\"json\":\"object\"}",
- * "allowUnauthorized": false
- * }
- * } */
- 'application/json': {
- [key: string]: components['schemas']['ClientSettingGlobalUpdateDto']
- }
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getGlobalSettings: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': {
- [key: string]: components['schemas']['ClientSettingDto']
- }
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteUserSettings: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- /** @example [
- * "application.key1",
- * "application.key2"
- * ] */
- 'application/json': string[]
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- saveUserSetting: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- /** @example {
- * "application.key1": {
- * "value": "a string value"
- * },
- * "application.key2": {
- * "value": "{\"json\":\"object\"}"
- * }
- * } */
- 'application/json': {
- [key: string]: components['schemas']['ClientSettingUserUpdateDto']
- }
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getUserSettings: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': {
- [key: string]: components['schemas']['ClientSettingDto']
- }
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getCollections: {
- parameters: {
- query?: {
- search?: string
- library_id?: string[]
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageCollectionDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- createCollection: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['CollectionCreationDto']
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['CollectionDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getCollectionById: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['CollectionDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteCollectionById: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateCollectionById: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['CollectionUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesByCollectionId: {
- parameters: {
- query?: {
- library_id?: string[]
- status?: ('ENDED' | 'ONGOING' | 'ABANDONED' | 'HIATUS')[]
- read_status?: ('UNREAD' | 'READ' | 'IN_PROGRESS')[]
- publisher?: string[]
- language?: string[]
- genre?: string[]
- tag?: string[]
- age_rating?: string[]
- release_year?: string[]
- deleted?: boolean
- complete?: boolean
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Author criteria in the format: name,role. Multiple author criteria are supported. */
- author?: string[]
- }
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageSeriesDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getCollectionThumbnail: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'image/jpeg': string
- }
- }
- }
- }
- getCollectionThumbnails: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ThumbnailSeriesCollectionDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- addUserUploadedCollectionThumbnail: {
- parameters: {
- query?: {
- selected?: boolean
- }
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: {
- content: {
- 'multipart/form-data': {
- /** Format: binary */
- file: string
- }
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ThumbnailSeriesCollectionDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getCollectionThumbnailById: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'image/jpeg': string
- }
- }
- }
- }
- deleteUserUploadedCollectionThumbnail: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- markCollectionThumbnailSelected: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getDirectoryListing: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: {
- content: {
- 'application/json': components['schemas']['DirectoryRequestDto']
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['DirectoryListingDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getFonts: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getFontFamilyAsCss: {
- parameters: {
- query?: never
- header?: never
- path: {
- fontFamily: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'text/css': string
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getFontFile: {
- parameters: {
- query?: never
- header?: never
- path: {
- fontFamily: string
- fontFile: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getGenres: {
- parameters: {
- query?: {
- library_id?: string[]
- collection_id?: string
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getHistoricalEvents: {
- parameters: {
- query?: {
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageHistoricalEventDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getLanguages: {
- parameters: {
- query?: {
- library_id?: string[]
- collection_id?: string
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getLibraries: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['LibraryDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- addLibrary: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['LibraryCreationDto']
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['LibraryDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getLibraryById: {
- parameters: {
- query?: never
- header?: never
- path: {
- libraryId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['LibraryDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateLibraryByIdDeprecated: {
- parameters: {
- query?: never
- header?: never
- path: {
- libraryId: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['LibraryUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteLibraryById: {
- parameters: {
- query?: never
- header?: never
- path: {
- libraryId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateLibraryById: {
- parameters: {
- query?: never
- header?: never
- path: {
- libraryId: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['LibraryUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- libraryAnalyze: {
- parameters: {
- query?: never
- header?: never
- path: {
- libraryId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- libraryEmptyTrash: {
- parameters: {
- query?: never
- header?: never
- path: {
- libraryId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- libraryRefreshMetadata: {
- parameters: {
- query?: never
- header?: never
- path: {
- libraryId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- libraryScan: {
- parameters: {
- query?: {
- deep?: boolean
- }
- header?: never
- path: {
- libraryId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- convertHeaderSessionToCookie: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getOAuth2Providers: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['OAuth2ClientDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getKnownPageHashes: {
- parameters: {
- query?: {
- action?: ('DELETE_AUTO' | 'DELETE_MANUAL' | 'IGNORE')[]
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PagePageHashKnownDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- createOrUpdateKnownPageHash: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['PageHashCreationDto']
- }
- }
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getUnknownPageHashes: {
- parameters: {
- query?: {
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PagePageHashUnknownDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getUnknownPageHashThumbnail: {
- parameters: {
- query?: {
- resize?: number
- }
- header?: never
- path: {
- pageHash: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'image/jpeg': string
- }
- }
- }
- }
- getPageHashMatches: {
- parameters: {
- query?: {
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- }
- header?: never
- path: {
- pageHash: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PagePageHashMatchDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteDuplicatePagesByPageHash: {
- parameters: {
- query?: never
- header?: never
- path: {
- pageHash: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteSingleMatchByPageHash: {
- parameters: {
- query?: never
- header?: never
- path: {
- pageHash: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['PageHashMatchDto']
- }
- }
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getKnownPageHashThumbnail: {
- parameters: {
- query?: never
- header?: never
- path: {
- pageHash: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'image/jpeg': string
- }
- }
- }
- }
- getPublishers: {
- parameters: {
- query?: {
- library_id?: string[]
- collection_id?: string
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getReadLists: {
- parameters: {
- query?: {
- search?: string
- library_id?: string[]
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageReadListDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- createReadList: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['ReadListCreationDto']
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ReadListDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- matchComicRackList: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: {
- content: {
- 'application/json': {
- /** Format: binary */
- file: string
- }
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ReadListRequestMatchDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getReadListById: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ReadListDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteReadListById: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateReadListById: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['ReadListUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBooksByReadListId: {
- parameters: {
- query?: {
- library_id?: string[]
- read_status?: ('UNREAD' | 'READ' | 'IN_PROGRESS')[]
- tag?: string[]
- media_status?: ('UNKNOWN' | 'ERROR' | 'READY' | 'UNSUPPORTED' | 'OUTDATED')[]
- deleted?: boolean
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Author criteria in the format: name,role. Multiple author criteria are supported. */
- author?: string[]
- }
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageBookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookSiblingNextInReadList: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['BookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookSiblingPreviousInReadList: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- bookId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['BookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- downloadReadListAsZip: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['StreamingResponseBody']
- 'application/octet-stream': components['schemas']['StreamingResponseBody']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getMihonReadProgressByReadListId: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['TachiyomiReadProgressDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateMihonReadProgressByReadListId: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['TachiyomiReadProgressUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getReadListThumbnail: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'image/jpeg': string
- }
- }
- }
- }
- getReadListThumbnails: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ThumbnailReadListDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- addUserUploadedReadListThumbnail: {
- parameters: {
- query?: {
- selected?: boolean
- }
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: {
- content: {
- 'multipart/form-data': {
- /** Format: binary */
- file: string
- }
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ThumbnailReadListDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getReadListThumbnailById: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'image/jpeg': string
- }
- }
- }
- }
- deleteUserUploadedReadListThumbnail: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- markReadListThumbnailSelected: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getReleases: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ReleaseDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesDeprecated: {
- parameters: {
- query?: {
- search?: string
- library_id?: string[]
- collection_id?: string[]
- status?: ('ENDED' | 'ONGOING' | 'ABANDONED' | 'HIATUS')[]
- read_status?: ('UNREAD' | 'READ' | 'IN_PROGRESS')[]
- publisher?: string[]
- language?: string[]
- genre?: string[]
- tag?: string[]
- age_rating?: string[]
- release_year?: string[]
- sharing_label?: string[]
- deleted?: boolean
- complete?: boolean
- oneshot?: boolean
- unpaged?: boolean
- /** @description Search by regex criteria, in the form: regex,field. Supported fields are TITLE and TITLE_SORT. */
- search_regex?: string
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- /** @description Author criteria in the format: name,role. Multiple author criteria are supported. */
- author?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageSeriesDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesAlphabeticalGroupsDeprecated: {
- parameters: {
- query?: {
- search?: string
- library_id?: string[]
- collection_id?: string[]
- status?: ('ENDED' | 'ONGOING' | 'ABANDONED' | 'HIATUS')[]
- read_status?: ('UNREAD' | 'READ' | 'IN_PROGRESS')[]
- publisher?: string[]
- language?: string[]
- genre?: string[]
- tag?: string[]
- age_rating?: string[]
- release_year?: string[]
- sharing_label?: string[]
- deleted?: boolean
- complete?: boolean
- oneshot?: boolean
- /** @description Search by regex criteria, in the form: regex,field. Supported fields are TITLE and TITLE_SORT. */
- search_regex?: string
- /** @description Author criteria in the format: name,role. Multiple author criteria are supported. */
- author?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['GroupCountDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesLatest: {
- parameters: {
- query?: {
- library_id?: string[]
- deleted?: boolean
- oneshot?: boolean
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageSeriesDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeries: {
- parameters: {
- query?: {
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['SeriesSearch']
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageSeriesDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesAlphabeticalGroups: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['SeriesSearch']
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['GroupCountDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesNew: {
- parameters: {
- query?: {
- library_id?: string[]
- deleted?: boolean
- oneshot?: boolean
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageSeriesDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesReleaseDates: {
- parameters: {
- query?: {
- library_id?: string[]
- collection_id?: string
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesUpdated: {
- parameters: {
- query?: {
- library_id?: string[]
- deleted?: boolean
- oneshot?: boolean
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageSeriesDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesById: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['SeriesDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- seriesAnalyze: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBooksBySeriesId: {
- parameters: {
- query?: {
- media_status?: ('UNKNOWN' | 'ERROR' | 'READY' | 'UNSUPPORTED' | 'OUTDATED')[]
- read_status?: ('UNREAD' | 'READ' | 'IN_PROGRESS')[]
- tag?: string[]
- deleted?: boolean
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- /** @description Author criteria in the format: name,role. Multiple author criteria are supported. */
- author?: string[]
- }
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageBookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getCollectionsBySeriesId: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['CollectionDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- downloadSeriesAsZip: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['StreamingResponseBody']
- 'application/octet-stream': components['schemas']['StreamingResponseBody']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteSeriesFile: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateSeriesMetadata: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['SeriesMetadataUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- seriesRefreshMetadata: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- markSeriesAsRead: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- markSeriesAsUnread: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesThumbnail: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'image/jpeg': string
- }
- }
- }
- }
- getSeriesThumbnails: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ThumbnailSeriesDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- addUserUploadedSeriesThumbnail: {
- parameters: {
- query?: {
- selected?: boolean
- }
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: {
- content: {
- 'multipart/form-data': {
- /** Format: binary */
- file: string
- }
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ThumbnailSeriesDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesThumbnailById: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- /** @description default response */
- default: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string
- 'image/jpeg': string
- }
- }
- }
- }
- deleteUserUploadedSeriesThumbnail: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- markSeriesThumbnailSelected: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- thumbnailId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description Accepted */
- 202: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getServerSettings: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['SettingsDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateServerSettings: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['SettingsUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSharingLabels: {
- parameters: {
- query?: {
- library_id?: string[]
- collection_id?: string
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteSyncPointsForCurrentUser: {
- parameters: {
- query?: {
- key_id?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getTags: {
- parameters: {
- query?: {
- library_id?: string[]
- collection_id?: string
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getBookTags: {
- parameters: {
- query?: {
- series_id?: string
- readlist_id?: string
- library_id?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getSeriesTags: {
- parameters: {
- query?: {
- library_id?: string
- collection_id?: string
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': string[]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- emptyTaskQueue: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': number
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- scanTransientBooks: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['ScanRequestDto']
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['TransientBookDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- analyzeTransientBook: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['TransientBookDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getPageByTransientBookId: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- pageNumber: number
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': string
- 'application/json': string
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getAuthors: {
- parameters: {
- query?: {
- search?: string
- role?: string
- library_id?: string[]
- collection_id?: string
- series_id?: string
- readlist_id?: string
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageAuthorDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getMihonReadProgressBySeriesId: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['TachiyomiReadProgressV2Dto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateMihonReadProgressBySeriesId: {
- parameters: {
- query?: never
- header?: never
- path: {
- seriesId: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['TachiyomiReadProgressUpdateV2Dto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getUsers: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['UserDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- addUser: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['UserCreationDto']
- }
- }
- responses: {
- /** @description Created */
- 201: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['UserDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getAuthenticationActivity: {
- parameters: {
- query?: {
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageAuthenticationActivityDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getCurrentUser: {
- parameters: {
- query?: {
- 'remember-me'?: boolean
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['UserDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getApiKeysForCurrentUser: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ApiKeyDto'][]
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- createApiKeyForCurrentUser: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['ApiKeyRequestDto']
- }
- }
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['ApiKeyDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteApiKeyByKeyId: {
- parameters: {
- query?: never
- header?: never
- path: {
- keyId: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getAuthenticationActivityForCurrentUser: {
- parameters: {
- query?: {
- unpaged?: boolean
- /** @description Zero-based page index (0..N) */
- page?: number
- /** @description The size of the page to be returned */
- size?: number
- /** @description Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */
- sort?: string[]
- }
- header?: never
- path?: never
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['PageAuthenticationActivityDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updatePasswordForCurrentUser: {
- parameters: {
- query?: never
- header?: never
- path?: never
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['PasswordUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- deleteUserById: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updateUserById: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['UserUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- getLatestAuthenticationActivityByUserId: {
- parameters: {
- query?: {
- apikey_id?: string
- }
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody?: never
- responses: {
- /** @description OK */
- 200: {
- headers: {
- [name: string]: unknown
- }
- content: {
- 'application/json': components['schemas']['AuthenticationActivityDto']
- }
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
- updatePasswordByUserId: {
- parameters: {
- query?: never
- header?: never
- path: {
- id: string
- }
- cookie?: never
- }
- requestBody: {
- content: {
- 'application/json': components['schemas']['PasswordUpdateDto']
- }
- }
- responses: {
- /** @description No Content */
- 204: {
- headers: {
- [name: string]: unknown
- }
- content?: never
- }
- /** @description Bad Request */
- 400: {
- headers: {
- [name: string]: unknown
- }
- content: {
- '*/*': components['schemas']['ValidationErrorResponse']
- }
- }
- }
- }
-}
diff --git a/tsugini/src/layouts/README.md b/tsugini/src/layouts/README.md
deleted file mode 100644
index 78f68b60..00000000
--- a/tsugini/src/layouts/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Layouts
-
-Layouts are reusable components that wrap around pages. They are used to provide a consistent look and feel across multiple pages.
-
-Full documentation for this feature can be found in the Official [vite-plugin-vue-layouts-next](https://github.com/loicduong/vite-plugin-vue-layouts-next) repository.
diff --git a/tsugini/src/layouts/default.vue b/tsugini/src/layouts/default.vue
deleted file mode 100644
index 01838c68..00000000
--- a/tsugini/src/layouts/default.vue
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/layouts/single.vue b/tsugini/src/layouts/single.vue
deleted file mode 100644
index 70794599..00000000
--- a/tsugini/src/layouts/single.vue
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/pages/README.md b/tsugini/src/pages/README.md
deleted file mode 100644
index bc9281e3..00000000
--- a/tsugini/src/pages/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Pages
-
-Vue components created in this folder will automatically be converted to navigable routes.
-
-Full documentation for this feature can be found in the Official [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) repository.
diff --git a/tsugini/src/pages/history.vue b/tsugini/src/pages/history.vue
deleted file mode 100644
index 256e54e5..00000000
--- a/tsugini/src/pages/history.vue
+++ /dev/null
@@ -1,12 +0,0 @@
-
- History
-
-
-
-
-
-meta:
- requiresRole: ADMIN
-
diff --git a/tsugini/src/pages/index.vue b/tsugini/src/pages/index.vue
deleted file mode 100644
index ca4962dd..00000000
--- a/tsugini/src/pages/index.vue
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
diff --git a/tsugini/src/pages/login.vue b/tsugini/src/pages/login.vue
deleted file mode 100644
index 5175d339..00000000
--- a/tsugini/src/pages/login.vue
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-meta:
- layout: single
- noAuth: true
-
diff --git a/tsugini/src/pages/notfound.vue b/tsugini/src/pages/notfound.vue
deleted file mode 100644
index aec11d93..00000000
--- a/tsugini/src/pages/notfound.vue
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
404
-
-
- Oops. Nothing here...
-
-
-
-
-
-
-
-
diff --git a/tsugini/src/pages/server/announcements.vue b/tsugini/src/pages/server/announcements.vue
deleted file mode 100644
index 67169d5c..00000000
--- a/tsugini/src/pages/server/announcements.vue
+++ /dev/null
@@ -1,132 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $formatDate(item.date_modified, { dateStyle: 'long' }) }}
-
-
-
-
-
-
-
-
-
-
- Mark as read
-
-
-
-
-
-
-
-
- {{
- $formatMessage({
- description: 'Announcements view: mark all as read button tooltip',
- defaultMessage: 'Mark all as read',
- id: 'da/wb0',
- })
- }}
-
-
-
-
-
-
-
-
-
-
-
-meta:
- requiresRole: ADMIN
-
diff --git a/tsugini/src/pages/server/metrics.vue b/tsugini/src/pages/server/metrics.vue
deleted file mode 100644
index 1e254e9f..00000000
--- a/tsugini/src/pages/server/metrics.vue
+++ /dev/null
@@ -1,12 +0,0 @@
-
- Metrics
-
-
-
-
-
-meta:
- requiresRole: ADMIN
-
diff --git a/tsugini/src/pages/server/settings.vue b/tsugini/src/pages/server/settings.vue
deleted file mode 100644
index 4159f1d4..00000000
--- a/tsugini/src/pages/server/settings.vue
+++ /dev/null
@@ -1,12 +0,0 @@
-
- Settings
-
-
-
-
-
-meta:
- requiresRole: ADMIN
-
diff --git a/tsugini/src/pages/server/ui.vue b/tsugini/src/pages/server/ui.vue
deleted file mode 100644
index fdab4b91..00000000
--- a/tsugini/src/pages/server/ui.vue
+++ /dev/null
@@ -1,12 +0,0 @@
-
- UI
-
-
-
-
-
-meta:
- requiresRole: ADMIN
-
diff --git a/tsugini/src/pages/server/updates.vue b/tsugini/src/pages/server/updates.vue
deleted file mode 100644
index f1a579a5..00000000
--- a/tsugini/src/pages/server/updates.vue
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- $formatMessage({
- description: 'Updates view: banner shown at the top',
- defaultMessage: 'The latest version of Komga is already installed',
- id: 'WNY0pu',
- })
- }}
-
-
-
-
- {{
- $formatMessage({
- description: 'Updates view: banner shown at the top',
- defaultMessage: 'Updates are available',
- id: 'n1Ik+L',
- })
- }}
-
-
-
-
-
-
-
-
-
-
{{ release.version }}
-
- {{
- $formatMessage({
- description:
- 'Updates view: badge showing next to the currently installed release number',
- defaultMessage: 'Currently installed',
- id: '3jrAF6',
- })
- }}
-
-
- {{
- $formatMessage({
- description: 'Updates view: badge showing next to the latest release number',
- defaultMessage: 'Latest',
- id: '2Bh8F2',
- })
- }}
-
-
-
- {{ $formatDate(release.releaseDate, { dateStyle: 'long' }) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-meta:
- requiresRole: ADMIN
-
diff --git a/tsugini/src/pages/server/users.vue b/tsugini/src/pages/server/users.vue
deleted file mode 100644
index 59da7710..00000000
--- a/tsugini/src/pages/server/users.vue
+++ /dev/null
@@ -1,374 +0,0 @@
-
-
-
-
-
-
-
-
-
- Users
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Change password
-
-
- Edit user
-
-
- Delete user
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-meta:
- requiresRole: ADMIN
-
diff --git a/tsugini/src/pages/startup.vue b/tsugini/src/pages/startup.vue
deleted file mode 100644
index e05ea881..00000000
--- a/tsugini/src/pages/startup.vue
+++ /dev/null
@@ -1,30 +0,0 @@
-
- Komga startup
-
-
-
-
-
-meta:
- layout: single
- noAuth: true
-
diff --git a/tsugini/src/router/index.ts b/tsugini/src/router/index.ts
deleted file mode 100644
index ce26c0ee..00000000
--- a/tsugini/src/router/index.ts
+++ /dev/null
@@ -1,47 +0,0 @@
-import { defineRouter } from '#q-app/wrappers'
-import {
- createMemoryHistory,
- createRouter,
- createWebHashHistory,
- createWebHistory,
-} from 'vue-router'
-import { routes, handleHotUpdate } from 'vue-router/auto-routes'
-import { setupLayouts } from 'virtual:generated-layouts'
-import { useLoginGuard } from 'src/router/login-guard'
-import { useRoleGuard } from 'src/router/role-guard'
-
-/*
- * If not building with SSR mode, you can
- * directly export the Router instantiation;
- *
- * The function below can be async too; either use
- * async/await or return a Promise which resolves
- * with the Router instance.
- */
-
-export default defineRouter(function (/* { store, ssrContext } */) {
- const createHistory = process.env.SERVER
- ? createMemoryHistory
- : process.env.VUE_ROUTER_MODE === 'history'
- ? createWebHistory
- : createWebHashHistory
-
- const router = createRouter({
- scrollBehavior: () => ({ left: 0, top: 0 }),
- routes: setupLayouts(routes),
-
- // Leave this as is and make changes in quasar.conf.js instead!
- // quasar.conf.js -> build -> vueRouterMode
- // quasar.conf.js -> build -> publicPath
- history: createHistory(process.env.VUE_ROUTER_BASE),
- })
-
- if (import.meta.hot) {
- handleHotUpdate(router)
- }
-
- useLoginGuard(router)
- useRoleGuard(router)
-
- return router
-})
diff --git a/tsugini/src/router/login-guard.ts b/tsugini/src/router/login-guard.ts
deleted file mode 100644
index d6f18ad7..00000000
--- a/tsugini/src/router/login-guard.ts
+++ /dev/null
@@ -1,18 +0,0 @@
-import type { Router } from 'vue-router'
-import { useCurrentUser } from 'colada/queries/current-user'
-
-// check if the user is authenticated before navigating to any page
-// the authentication is cached by Pinia Colada
-// redirect to the startup page if not authenticated
-export function useLoginGuard(router: Router) {
- router.beforeEach((to) => {
- if (!to.meta.noAuth) {
- const { data } = useCurrentUser()
- const authenticated = data.value
- if (!authenticated) {
- const query = Object.assign({}, to.query, { redirect: to.fullPath })
- return { name: '/startup', query: query }
- }
- }
- })
-}
diff --git a/tsugini/src/router/role-guard.ts b/tsugini/src/router/role-guard.ts
deleted file mode 100644
index 18a30c04..00000000
--- a/tsugini/src/router/role-guard.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-import type { Router } from 'vue-router'
-import { useCurrentUser } from 'colada/queries/current-user'
-
-// check if the user has the necessary role before navigating to restricted pages
-// the authentication is cached by Pinia Colada
-// redirect to the home page in case of insufficient permissions
-export function useRoleGuard(router: Router) {
- router.beforeEach((to) => {
- if (to.meta.requiresRole) {
- const { data } = useCurrentUser()
- if (!data.value?.roles?.includes(to.meta.requiresRole)) {
- return { name: '/' }
- }
- }
- })
-}
diff --git a/tsugini/src/stores/app.ts b/tsugini/src/stores/app.ts
deleted file mode 100644
index 4beff456..00000000
--- a/tsugini/src/stores/app.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-import { defineStore, acceptHMRUpdate } from 'pinia'
-import { useQuasar } from 'quasar'
-
-export const useAppStore = defineStore('app', {
- state: () => ({
- loginRememberMe: false,
- drawer: !useQuasar().platform.is.mobile.valueOf(),
- theme: 'auto' as 'auto' | boolean,
- }),
- persist: true,
-})
-
-if (import.meta.hot) {
- import.meta.hot.accept(acceptHMRUpdate(useAppStore, import.meta.hot))
-}
diff --git a/tsugini/src/stores/example-store.ts b/tsugini/src/stores/example-store.ts
deleted file mode 100644
index 38647bcc..00000000
--- a/tsugini/src/stores/example-store.ts
+++ /dev/null
@@ -1,21 +0,0 @@
-import { defineStore, acceptHMRUpdate } from 'pinia'
-
-export const useCounterStore = defineStore('counter', {
- state: () => ({
- counter: 0,
- }),
-
- getters: {
- doubleCount: (state) => state.counter * 2,
- },
-
- actions: {
- increment() {
- this.counter++
- },
- },
-})
-
-if (import.meta.hot) {
- import.meta.hot.accept(acceptHMRUpdate(useCounterStore, import.meta.hot))
-}
diff --git a/tsugini/src/stores/index.ts b/tsugini/src/stores/index.ts
deleted file mode 100644
index d92c69d5..00000000
--- a/tsugini/src/stores/index.ts
+++ /dev/null
@@ -1,33 +0,0 @@
-import { defineStore } from '#q-app/wrappers'
-import { createPinia } from 'pinia'
-import piniaPluginPersistedstate from 'pinia-plugin-persistedstate'
-
-/*
- * When adding new properties to stores, you should also
- * extend the `PiniaCustomProperties` interface.
- * @see https://pinia.vuejs.org/core-concepts/plugins.html#typing-new-store-properties
- */
-declare module 'pinia' {
- // eslint-disable-next-line @typescript-eslint/no-empty-object-type
- export interface PiniaCustomProperties {
- // add your custom properties here, if any
- }
-}
-
-/*
- * If not building with SSR mode, you can
- * directly export the Store instantiation;
- *
- * The function below can be async too; either use
- * async/await or return a Promise which resolves
- * with the Store instance.
- */
-
-export default defineStore((/* { ssrContext } */) => {
- const pinia = createPinia()
-
- // You can add Pinia plugins here
- pinia.use(piniaPluginPersistedstate)
-
- return pinia
-})
diff --git a/tsugini/src/styles/_chip.scss b/tsugini/src/styles/_chip.scss
deleted file mode 100644
index 92b13095..00000000
--- a/tsugini/src/styles/_chip.scss
+++ /dev/null
@@ -1,26 +0,0 @@
-@use "quasar/src/css/variables" as q;
-
-.body--light {
- .chip-negative {
- background: q.$red-1;
- color: q.$red-10;
- }
- .chip-info {
- background: q.$blue-1;
- color: q.$blue;
- }
-}
-.body--dark {
- .q-chip {
- background: #3A3A3A;
- color: #D8D8D8;
- }
- .chip-negative {
- background: #36292C;
- color: #AB5866;
- }
- .chip-info {
- background: #172535;
- color: #218CE3;
- }
-}
diff --git a/tsugini/src/styles/_drawer.scss b/tsugini/src/styles/_drawer.scss
deleted file mode 100644
index 39ec4fae..00000000
--- a/tsugini/src/styles/_drawer.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-@use "quasar/src/css/variables" as q;
-
-.body--light .drawer-menu-active {
- background: q.$grey-3;
-}
-.body--dark .drawer-menu-active {
- background: q.$grey-9;
-}
diff --git a/tsugini/src/styles/_global.scss b/tsugini/src/styles/_global.scss
deleted file mode 100644
index 4c904a6d..00000000
--- a/tsugini/src/styles/_global.scss
+++ /dev/null
@@ -1,14 +0,0 @@
-@use './chip';
-
-.link-none {
- text-decoration: none;
-}
-
-.link-underline {
- text-decoration: none;
- color: var(--input-text-color)
-}
-
-.link-underline:hover {
- text-decoration: underline;
-}
diff --git a/tsugini/src/styles/transitions/_fab.scss b/tsugini/src/styles/transitions/_fab.scss
deleted file mode 100644
index c3fad8f7..00000000
--- a/tsugini/src/styles/transitions/_fab.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-.fab {
- &-enter-active,
- &-leave-active {
- transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
- }
-
- &-enter-from,
- &-leave-to {
- opacity: 0;
- transform: rotate(180deg) scale(0.2) skew(20deg);
- filter: hue-rotate(90deg);
- }
-}
diff --git a/tsugini/src/styles/transitions/_fade.scss b/tsugini/src/styles/transitions/_fade.scss
deleted file mode 100644
index 3f45ec73..00000000
--- a/tsugini/src/styles/transitions/_fade.scss
+++ /dev/null
@@ -1,11 +0,0 @@
-.fade {
- &-enter-active,
- &-leave-active {
- transition: opacity 0.5s ease;
- }
-
- &-enter-from,
- &-leave-to {
- opacity: 0;
- }
-}
diff --git a/tsugini/src/typed-router.d.ts b/tsugini/src/typed-router.d.ts
deleted file mode 100644
index 2282a075..00000000
--- a/tsugini/src/typed-router.d.ts
+++ /dev/null
@@ -1,33 +0,0 @@
-/* eslint-disable */
-/* prettier-ignore */
-// @ts-nocheck
-// Generated by unplugin-vue-router. ‼️ DO NOT MODIFY THIS FILE ‼️
-// It's recommended to commit this file.
-// Make sure to add this file to your tsconfig.json file as an "includes" or "files" entry.
-
-declare module 'vue-router/auto-routes' {
- import type {
- RouteRecordInfo,
- ParamValue,
- ParamValueOneOrMore,
- ParamValueZeroOrMore,
- ParamValueZeroOrOne,
- } from 'vue-router'
-
- /**
- * Route name map generated by unplugin-vue-router
- */
- export interface RouteNamedMap {
- '/': RouteRecordInfo<'/', '/', Record, Record>,
- '/history': RouteRecordInfo<'/history', '/history', Record, Record>,
- '/login': RouteRecordInfo<'/login', '/login', Record, Record>,
- '/notfound': RouteRecordInfo<'/notfound', '/notfound', Record, Record>,
- '/server/announcements': RouteRecordInfo<'/server/announcements', '/server/announcements', Record, Record>,
- '/server/metrics': RouteRecordInfo<'/server/metrics', '/server/metrics', Record, Record>,
- '/server/settings': RouteRecordInfo<'/server/settings', '/server/settings', Record, Record>,
- '/server/ui': RouteRecordInfo<'/server/ui', '/server/ui', Record, Record>,
- '/server/updates': RouteRecordInfo<'/server/updates', '/server/updates', Record, Record>,
- '/server/users': RouteRecordInfo<'/server/users', '/server/users', Record, Record>,
- '/startup': RouteRecordInfo<'/startup', '/startup', Record, Record>,
- }
-}
diff --git a/tsugini/src/types/Actuator.ts b/tsugini/src/types/Actuator.ts
deleted file mode 100644
index ca31a35c..00000000
--- a/tsugini/src/types/Actuator.ts
+++ /dev/null
@@ -1,22 +0,0 @@
-export interface ActuatorInfo {
- git: ActuatorGit
- build: ActuatorBuild
-}
-
-export interface ActuatorGit {
- commit: ActuatorGitCommit
- branch: string
-}
-
-export interface ActuatorGitCommit {
- time: Date
- id: string
-}
-
-export interface ActuatorBuild {
- version: string
- artifact: string
- name: string
- group: string
- time: Date
-}
diff --git a/tsugini/src/types/RouterMeta.d.ts b/tsugini/src/types/RouterMeta.d.ts
deleted file mode 100644
index b8cd06f1..00000000
--- a/tsugini/src/types/RouterMeta.d.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-// This can be directly added to any of your `.ts` files like `router.ts`
-// It can also be added to a `.d.ts` file. Make sure it's included in
-// project's tsconfig.json "files"
-import 'vue-router'
-import type { UserRoles } from '@/types/UserRoles.ts'
-
-// To ensure it is treated as a module, add at least one `export` statement
-export {}
-
-declare module 'vue-router' {
- interface RouteMeta {
- noAuth?: boolean
- requiresRole?: UserRoles
- }
-}
diff --git a/tsugini/src/types/UserRoles.ts b/tsugini/src/types/UserRoles.ts
deleted file mode 100644
index 2072cfdc..00000000
--- a/tsugini/src/types/UserRoles.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-export enum UserRoles {
- ADMIN = 'ADMIN',
- FILE_DOWNLOAD = 'FILE_DOWNLOAD',
- PAGE_STREAMING = 'PAGE_STREAMING',
- KOBO_SYNC = 'KOBO_SYNC',
- KOREADER_SYNC = 'KOREADER_SYNC',
-}
diff --git a/tsugini/src/utils/i18n/common-messages.ts b/tsugini/src/utils/i18n/common-messages.ts
deleted file mode 100644
index 1538eddb..00000000
--- a/tsugini/src/utils/i18n/common-messages.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import {defineMessage} from 'vue-intl'
-
-export const commonMessages = {
- somethingWentWrongTitle: defineMessage({
- description: 'Common message: an error happened while loading data',
- defaultMessage: 'Something went wrong',
- id: 'ixQlWv',
- }),
- somethingWentWrongSubTitle: defineMessage({
- description: 'Common message: an error happened while loading data, explanation',
- defaultMessage: 'There might be a problem with your connection or your server.',
- id: 'hYO2n6',
- }),
-}
diff --git a/tsugini/src/utils/rules.ts b/tsugini/src/utils/rules.ts
deleted file mode 100644
index b5b88a74..00000000
--- a/tsugini/src/utils/rules.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-export function required(err?: string) {
- return (v: unknown) => !!v || err || 'Required'
-}
-
-export function sameAs(other?: string, err?: string) {
- return (v: unknown) => other === v || err || 'Field must have the same value'
-}
diff --git a/tsugini/tsconfig.json b/tsugini/tsconfig.json
deleted file mode 100644
index 76a5727c..00000000
--- a/tsugini/tsconfig.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "extends": "./.quasar/tsconfig.json",
- "compilerOptions": {
- "target": "ESNext",
- "skipLibCheck": true,
- "moduleResolution": "bundler", // Komga: https://uvr.esm.is/introduction.html#setup
- "types": [
- "unplugin-vue-router/client", // Komga: https://uvr.esm.is/introduction.html#setup
- "vite-plugin-vue-layouts-next/client" // Komga: https://github.com/loicduong/vite-plugin-vue-layouts-next#client-types
- ]
- }
-}