ljr-cli 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/{lib → bin}/demo1.js +3 -0
  2. package/{lib → bin}/demo2.js +2 -0
  3. package/{lib → bin}/index.js +40 -1
  4. package/{lib → bin}/templates/vue2.7.16/README.md +24 -8
  5. package/{lib → bin}/templates/vue2.7.16/package.json +41 -37
  6. package/bin/templates/vue2.7.16/pnpm-lock.yaml +8171 -0
  7. package/{lib → bin}/templates/vue2.7.16/src/views/Pitfalls//345/206/205/345/255/230/346/272/242/345/207/272/index.vue +2 -2
  8. package/{lib → bin}/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200store/346/225/260/346/215/256/345/255/227/345/205/270/index.vue +11 -11
  9. package/{lib → bin}/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200/346/214/207/344/273/244/index.vue +10 -10
  10. package/{lib → bin}/templates/vue2.7.16/src/views/demo//350/257/267/346/261/202/347/244/272/344/276/213/index.vue +2 -2
  11. package/{lib → bin}/templates/vue2.7.16/src/views/login.vue +7 -7
  12. package/bin/templates/vue2.7.16/src/views/template/base-info2.vue +56 -0
  13. package/{lib → bin}/templates/vue2.7.16/src/views/template/list/index.vue +3 -3
  14. package/{lib → bin}/templates/vue3.5.25-2025.12.4/.vscode/settings.json +1 -1
  15. package/{lib → bin}/templates/vue3.5.25-2025.12.4/README.md +82 -33
  16. package/bin/templates/vue3.5.25-2025.12.4/auto-imports.d.ts +90 -0
  17. package/bin/templates/vue3.5.25-2025.12.4/components.d.ts +36 -0
  18. package/bin/templates/vue3.5.25-2025.12.4/env.d.ts +2 -0
  19. package/{lib → bin}/templates/vue3.5.25-2025.12.4/eslint.config.ts +1 -0
  20. package/{lib → bin}/templates/vue3.5.25-2025.12.4/package.json +6 -1
  21. package/bin/templates/vue3.5.25-2025.12.4/pnpm-lock.yaml +3674 -0
  22. package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/App.vue +0 -4
  23. package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/boot/index.ts +2 -4
  24. package/bin/templates/vue3.5.25-2025.12.4/src/boot/pinia.ts +31 -0
  25. package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/boot/router.ts +2 -2
  26. package/bin/templates/vue3.5.25-2025.12.4/src/components/layout/header.vue +16 -0
  27. package/bin/templates/vue3.5.25-2025.12.4/src/components/layout/left-right.vue +28 -0
  28. package/bin/templates/vue3.5.25-2025.12.4/src/components/layout/menu.vue +12 -0
  29. package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/main.ts +0 -1
  30. package/bin/templates/vue3.5.25-2025.12.4/src/pages/[...404].vue +5 -0
  31. package/bin/templates/vue3.5.25-2025.12.4/src/pages/index/about.vue +7 -0
  32. package/bin/templates/vue3.5.25-2025.12.4/src/pages/index/index.vue +70 -0
  33. package/bin/templates/vue3.5.25-2025.12.4/src/pages/index.vue +13 -0
  34. package/bin/templates/vue3.5.25-2025.12.4/src/pages/login.vue +76 -0
  35. package/bin/templates/vue3.5.25-2025.12.4/src/router/index.ts +28 -0
  36. package/bin/templates/vue3.5.25-2025.12.4/src/stores/account.ts +49 -0
  37. package/bin/templates/vue3.5.25-2025.12.4/src/stores/dd.ts +35 -0
  38. package/bin/templates/vue3.5.25-2025.12.4/src/stores/index.ts +3 -0
  39. package/bin/templates/vue3.5.25-2025.12.4/src/stores/layout.ts +22 -0
  40. package/bin/templates/vue3.5.25-2025.12.4/src/stores//347/273/204/345/220/210/345/274/217pinia/345/206/231/346/263/225(/344/273/245account/344/270/272/344/276/213).ts +28 -0
  41. package/{lib → bin}/templates/vue3.5.25-2025.12.4/tsconfig.app.json +2 -3
  42. package/bin/templates/vue3.5.25-2025.12.4/typed-router.d.ts +119 -0
  43. package/bin/templates/vue3.5.25-2025.12.4/vite.config.ts +33 -0
  44. package/package.json +12 -6
  45. package/lib/templates/vue2.7.16/package-lock.json +0 -12422
  46. package/lib/templates/vue2.7.16/src/views/template/base-info2.vue +0 -56
  47. package/lib/templates/vue3.5.25-2025.12.4/env.d.ts +0 -1
  48. package/lib/templates/vue3.5.25-2025.12.4/package-lock.json +0 -5297
  49. package/lib/templates/vue3.5.25-2025.12.4/src/boot/element-plus.ts +0 -13
  50. package/lib/templates/vue3.5.25-2025.12.4/src/boot/pinia.ts +0 -10
  51. package/lib/templates/vue3.5.25-2025.12.4/src/router/index.ts +0 -20
  52. package/lib/templates/vue3.5.25-2025.12.4/src/stores/counter.ts +0 -12
  53. package/lib/templates/vue3.5.25-2025.12.4/src/views/AboutView.vue +0 -3
  54. package/lib/templates/vue3.5.25-2025.12.4/src/views/HomeView.vue +0 -8
  55. package/lib/templates/vue3.5.25-2025.12.4/vite.config.ts +0 -17
  56. package/lib/utils/date.js +0 -148
  57. /package/{lib → bin}/templates/flutter//346/210/221/346/230/257flutter.txt" +0 -0
  58. /package/{lib → bin}/templates/java//346/210/221/346/230/257java.txt" +0 -0
  59. /package/{lib → bin}/templates/monorepo//346/210/221/346/230/257monorepo.txt" +0 -0
  60. /package/{lib → bin}/templates/mysql//346/210/221/346/230/257mysql.txt" +0 -0
  61. /package/{lib → bin}/templates/node//346/210/221/346/230/257node.txt" +0 -0
  62. /package/{lib → bin}/templates/qiankun//346/210/221/346/230/257qiankun.txt" +0 -0
  63. /package/{lib → bin}/templates/react//346/210/221/346/230/257react.txt" +0 -0
  64. /package/{lib → bin}/templates/uni-app//346/210/221/346/230/257uni-app.txt" +0 -0
  65. /package/{lib → bin}/templates/vue2.7.16/.browserslistrc +0 -0
  66. /package/{lib → bin}/templates/vue2.7.16/.env +0 -0
  67. /package/{lib → bin}/templates/vue2.7.16/.env.development +0 -0
  68. /package/{lib → bin}/templates/vue2.7.16/.env.production +0 -0
  69. /package/{lib → bin}/templates/vue2.7.16/.eslintignore +0 -0
  70. /package/{lib → bin}/templates/vue2.7.16/.eslintrc.js +0 -0
  71. /package/{lib → bin}/templates/vue2.7.16/.prettierrc.js +0 -0
  72. /package/{lib → bin}/templates/vue2.7.16/.vscode/settings.json +0 -0
  73. /package/{lib → bin}/templates/vue2.7.16/babel.config.js +0 -0
  74. /package/{lib → bin}/templates/vue2.7.16/jsconfig.json +0 -0
  75. /package/{lib → bin}/templates/vue2.7.16/public/favicon.svg +0 -0
  76. /package/{lib → bin}/templates/vue2.7.16/public/index.html +0 -0
  77. /package/{lib → bin}/templates/vue2.7.16/src/App.vue +0 -0
  78. /package/{lib → bin}/templates/vue2.7.16/src/api/interface/index.js +0 -0
  79. /package/{lib → bin}/templates/vue2.7.16/src/api/request.js +0 -0
  80. /package/{lib → bin}/templates/vue2.7.16/src/api/server/index.js +0 -0
  81. /package/{lib → bin}/templates/vue2.7.16/src/assets/logo.png +0 -0
  82. /package/{lib → bin}/templates/vue2.7.16/src/components/README.md +0 -0
  83. /package/{lib → bin}/templates/vue2.7.16/src/components/baseInfo/index.vue +0 -0
  84. /package/{lib → bin}/templates/vue2.7.16/src/components/baseInfo/item.vue +0 -0
  85. /package/{lib → bin}/templates/vue2.7.16/src/components/index.js +0 -0
  86. /package/{lib → bin}/templates/vue2.7.16/src/components/layout/left-menu-and-top-info.vue +0 -0
  87. /package/{lib → bin}/templates/vue2.7.16/src/components/pagination/index.vue +0 -0
  88. /package/{lib → bin}/templates/vue2.7.16/src/css/coverage-style.css +0 -0
  89. /package/{lib → bin}/templates/vue2.7.16/src/directive/index.js +0 -0
  90. /package/{lib → bin}/templates/vue2.7.16/src/directive/input-number.js +0 -0
  91. /package/{lib → bin}/templates/vue2.7.16/src/directive/permission.js +0 -0
  92. /package/{lib → bin}/templates/vue2.7.16/src/directive/re-click.js +0 -0
  93. /package/{lib → bin}/templates/vue2.7.16/src/global-config.js +0 -0
  94. /package/{lib → bin}/templates/vue2.7.16/src/main.js +0 -0
  95. /package/{lib → bin}/templates/vue2.7.16/src/prototype/README.md +0 -0
  96. /package/{lib → bin}/templates/vue2.7.16/src/prototype/el-dialog.js +0 -0
  97. /package/{lib → bin}/templates/vue2.7.16/src/prototype/index.js +0 -0
  98. /package/{lib → bin}/templates/vue2.7.16/src/router/index.js +0 -0
  99. /package/{lib → bin}/templates/vue2.7.16/src/store/index.js +0 -0
  100. /package/{lib → bin}/templates/vue2.7.16/src/store/modules/dd.js +0 -0
  101. /package/{lib → bin}/templates/vue2.7.16/src/store/modules/permissions.js +0 -0
  102. /package/{lib → bin}/templates/vue2.7.16/src/views/404.vue +0 -0
  103. /package/{lib → bin}/templates/vue2.7.16/src/views/Pitfalls//345/206/205/345/255/230/346/272/242/345/207/272//351/200/240/346/210/220vue2/345/206/205/345/255/230/346/272/242/345/207/272/347/232/204/345/257/271/350/261/241.js" +0 -0
  104. /package/{lib → bin}/templates/vue2.7.16/src/views/about.vue +0 -0
  105. /package/{lib → bin}/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200/345/274/271/347/252/227/ce.vue" +0 -0
  106. /package/{lib → bin}/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200/345/274/271/347/252/227/index.vue" +0 -0
  107. /package/{lib → bin}/templates/vue2.7.16/src/views/home.vue +0 -0
  108. /package/{lib → bin}/templates/vue2.7.16/src/views/template/base-info.vue +0 -0
  109. /package/{lib → bin}/templates/vue2.7.16/src/views/template/list/ce.vue +0 -0
  110. /package/{lib → bin}/templates/vue2.7.16/src/views/template/list/search.vue +0 -0
  111. /package/{lib → bin}/templates/vue2.7.16/vue.config.js +0 -0
  112. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/.editorconfig +0 -0
  113. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/.gitattributes +0 -0
  114. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/.prettierrc.json +0 -0
  115. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/.vscode/extensions.json +0 -0
  116. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/index.html +0 -0
  117. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/public/favicon.svg +0 -0
  118. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/assets/vue.svg +0 -0
  119. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/boot/style.ts +0 -0
  120. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/css/coverage-style.css +0 -0
  121. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/directive/index.js +0 -0
  122. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/directive/rememberScrollPosition.ts +0 -0
  123. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/tsconfig.json +0 -0
  124. /package/{lib → bin}/templates/vue3.5.25-2025.12.4/tsconfig.node.json +0 -0
  125. /package/{lib → bin}/templates/wx-miniapp//346/210/221/346/230/257wx-miniapp.txt" +0 -0
@@ -0,0 +1,3674 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ element-plus:
12
+ specifier: ^2.12.0
13
+ version: 2.13.1(vue@3.5.26(typescript@5.9.3))
14
+ l-global:
15
+ specifier: ^1.0.5
16
+ version: 1.0.5
17
+ pinia:
18
+ specifier: ^3.0.4
19
+ version: 3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))
20
+ pinia-plugin-persistedstate:
21
+ specifier: ^4.7.1
22
+ version: 4.7.1(pinia@3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3)))
23
+ unplugin-vue-router:
24
+ specifier: ^0.19.2
25
+ version: 0.19.2(@vue/compiler-sfc@3.5.26)(vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3))
26
+ vue:
27
+ specifier: ^3.5.25
28
+ version: 3.5.26(typescript@5.9.3)
29
+ vue-router:
30
+ specifier: ^4.6.3
31
+ version: 4.6.4(vue@3.5.26(typescript@5.9.3))
32
+ devDependencies:
33
+ '@tsconfig/node24':
34
+ specifier: ^24.0.3
35
+ version: 24.0.3
36
+ '@types/node':
37
+ specifier: ^24.10.1
38
+ version: 24.10.7
39
+ '@vitejs/plugin-vue':
40
+ specifier: ^6.0.2
41
+ version: 6.0.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))
42
+ '@vitejs/plugin-vue-jsx':
43
+ specifier: ^5.1.2
44
+ version: 5.1.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))
45
+ '@vue/eslint-config-prettier':
46
+ specifier: ^10.2.0
47
+ version: 10.2.0(eslint@9.39.2(jiti@2.6.1))(prettier@3.6.2)
48
+ '@vue/eslint-config-typescript':
49
+ specifier: ^14.6.0
50
+ version: 14.6.0(eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
51
+ '@vue/tsconfig':
52
+ specifier: ^0.8.1
53
+ version: 0.8.1(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))
54
+ eslint:
55
+ specifier: ^9.39.1
56
+ version: 9.39.2(jiti@2.6.1)
57
+ eslint-plugin-vue:
58
+ specifier: ~10.5.1
59
+ version: 10.5.1(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1)))
60
+ jiti:
61
+ specifier: ^2.6.1
62
+ version: 2.6.1
63
+ npm-run-all2:
64
+ specifier: ^8.0.4
65
+ version: 8.0.4
66
+ prettier:
67
+ specifier: 3.6.2
68
+ version: 3.6.2
69
+ typescript:
70
+ specifier: ~5.9.0
71
+ version: 5.9.3
72
+ unplugin-auto-import:
73
+ specifier: ^20.3.0
74
+ version: 20.3.0(@vueuse/core@10.11.1(vue@3.5.26(typescript@5.9.3)))
75
+ unplugin-vue-components:
76
+ specifier: ^30.0.0
77
+ version: 30.0.0(@babel/parser@7.28.6)(vue@3.5.26(typescript@5.9.3))
78
+ vite:
79
+ specifier: ^7.2.4
80
+ version: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
81
+ vite-plugin-vue-devtools:
82
+ specifier: ^8.0.5
83
+ version: 8.0.5(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))
84
+ vue-tsc:
85
+ specifier: ^3.1.5
86
+ version: 3.2.2(typescript@5.9.3)
87
+
88
+ packages:
89
+
90
+ '@babel/code-frame@7.28.6':
91
+ resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==}
92
+ engines: {node: '>=6.9.0'}
93
+
94
+ '@babel/compat-data@7.28.6':
95
+ resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==}
96
+ engines: {node: '>=6.9.0'}
97
+
98
+ '@babel/core@7.28.6':
99
+ resolution: {integrity: sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==}
100
+ engines: {node: '>=6.9.0'}
101
+
102
+ '@babel/generator@7.28.6':
103
+ resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==}
104
+ engines: {node: '>=6.9.0'}
105
+
106
+ '@babel/helper-annotate-as-pure@7.27.3':
107
+ resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
108
+ engines: {node: '>=6.9.0'}
109
+
110
+ '@babel/helper-compilation-targets@7.28.6':
111
+ resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
112
+ engines: {node: '>=6.9.0'}
113
+
114
+ '@babel/helper-create-class-features-plugin@7.28.6':
115
+ resolution: {integrity: sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==}
116
+ engines: {node: '>=6.9.0'}
117
+ peerDependencies:
118
+ '@babel/core': ^7.0.0
119
+
120
+ '@babel/helper-globals@7.28.0':
121
+ resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
122
+ engines: {node: '>=6.9.0'}
123
+
124
+ '@babel/helper-member-expression-to-functions@7.28.5':
125
+ resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
126
+ engines: {node: '>=6.9.0'}
127
+
128
+ '@babel/helper-module-imports@7.28.6':
129
+ resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
130
+ engines: {node: '>=6.9.0'}
131
+
132
+ '@babel/helper-module-transforms@7.28.6':
133
+ resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
134
+ engines: {node: '>=6.9.0'}
135
+ peerDependencies:
136
+ '@babel/core': ^7.0.0
137
+
138
+ '@babel/helper-optimise-call-expression@7.27.1':
139
+ resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==}
140
+ engines: {node: '>=6.9.0'}
141
+
142
+ '@babel/helper-plugin-utils@7.28.6':
143
+ resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==}
144
+ engines: {node: '>=6.9.0'}
145
+
146
+ '@babel/helper-replace-supers@7.28.6':
147
+ resolution: {integrity: sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==}
148
+ engines: {node: '>=6.9.0'}
149
+ peerDependencies:
150
+ '@babel/core': ^7.0.0
151
+
152
+ '@babel/helper-skip-transparent-expression-wrappers@7.27.1':
153
+ resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==}
154
+ engines: {node: '>=6.9.0'}
155
+
156
+ '@babel/helper-string-parser@7.27.1':
157
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
158
+ engines: {node: '>=6.9.0'}
159
+
160
+ '@babel/helper-validator-identifier@7.28.5':
161
+ resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
162
+ engines: {node: '>=6.9.0'}
163
+
164
+ '@babel/helper-validator-option@7.27.1':
165
+ resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
166
+ engines: {node: '>=6.9.0'}
167
+
168
+ '@babel/helpers@7.28.6':
169
+ resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
170
+ engines: {node: '>=6.9.0'}
171
+
172
+ '@babel/parser@7.28.6':
173
+ resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==}
174
+ engines: {node: '>=6.0.0'}
175
+ hasBin: true
176
+
177
+ '@babel/plugin-proposal-decorators@7.28.6':
178
+ resolution: {integrity: sha512-RVdFPPyY9fCRAX68haPmOk2iyKW8PKJFthmm8NeSI3paNxKWGZIn99+VbIf0FrtCpFnPgnpF/L48tadi617ULg==}
179
+ engines: {node: '>=6.9.0'}
180
+ peerDependencies:
181
+ '@babel/core': ^7.0.0-0
182
+
183
+ '@babel/plugin-syntax-decorators@7.28.6':
184
+ resolution: {integrity: sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==}
185
+ engines: {node: '>=6.9.0'}
186
+ peerDependencies:
187
+ '@babel/core': ^7.0.0-0
188
+
189
+ '@babel/plugin-syntax-import-attributes@7.28.6':
190
+ resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==}
191
+ engines: {node: '>=6.9.0'}
192
+ peerDependencies:
193
+ '@babel/core': ^7.0.0-0
194
+
195
+ '@babel/plugin-syntax-import-meta@7.10.4':
196
+ resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
197
+ peerDependencies:
198
+ '@babel/core': ^7.0.0-0
199
+
200
+ '@babel/plugin-syntax-jsx@7.28.6':
201
+ resolution: {integrity: sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==}
202
+ engines: {node: '>=6.9.0'}
203
+ peerDependencies:
204
+ '@babel/core': ^7.0.0-0
205
+
206
+ '@babel/plugin-syntax-typescript@7.28.6':
207
+ resolution: {integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==}
208
+ engines: {node: '>=6.9.0'}
209
+ peerDependencies:
210
+ '@babel/core': ^7.0.0-0
211
+
212
+ '@babel/plugin-transform-typescript@7.28.6':
213
+ resolution: {integrity: sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==}
214
+ engines: {node: '>=6.9.0'}
215
+ peerDependencies:
216
+ '@babel/core': ^7.0.0-0
217
+
218
+ '@babel/template@7.28.6':
219
+ resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
220
+ engines: {node: '>=6.9.0'}
221
+
222
+ '@babel/traverse@7.28.6':
223
+ resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==}
224
+ engines: {node: '>=6.9.0'}
225
+
226
+ '@babel/types@7.28.6':
227
+ resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==}
228
+ engines: {node: '>=6.9.0'}
229
+
230
+ '@ctrl/tinycolor@3.6.1':
231
+ resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
232
+ engines: {node: '>=10'}
233
+
234
+ '@element-plus/icons-vue@2.3.2':
235
+ resolution: {integrity: sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==}
236
+ peerDependencies:
237
+ vue: ^3.2.0
238
+
239
+ '@esbuild/aix-ppc64@0.27.2':
240
+ resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==}
241
+ engines: {node: '>=18'}
242
+ cpu: [ppc64]
243
+ os: [aix]
244
+
245
+ '@esbuild/android-arm64@0.27.2':
246
+ resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==}
247
+ engines: {node: '>=18'}
248
+ cpu: [arm64]
249
+ os: [android]
250
+
251
+ '@esbuild/android-arm@0.27.2':
252
+ resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==}
253
+ engines: {node: '>=18'}
254
+ cpu: [arm]
255
+ os: [android]
256
+
257
+ '@esbuild/android-x64@0.27.2':
258
+ resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==}
259
+ engines: {node: '>=18'}
260
+ cpu: [x64]
261
+ os: [android]
262
+
263
+ '@esbuild/darwin-arm64@0.27.2':
264
+ resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==}
265
+ engines: {node: '>=18'}
266
+ cpu: [arm64]
267
+ os: [darwin]
268
+
269
+ '@esbuild/darwin-x64@0.27.2':
270
+ resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==}
271
+ engines: {node: '>=18'}
272
+ cpu: [x64]
273
+ os: [darwin]
274
+
275
+ '@esbuild/freebsd-arm64@0.27.2':
276
+ resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==}
277
+ engines: {node: '>=18'}
278
+ cpu: [arm64]
279
+ os: [freebsd]
280
+
281
+ '@esbuild/freebsd-x64@0.27.2':
282
+ resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==}
283
+ engines: {node: '>=18'}
284
+ cpu: [x64]
285
+ os: [freebsd]
286
+
287
+ '@esbuild/linux-arm64@0.27.2':
288
+ resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==}
289
+ engines: {node: '>=18'}
290
+ cpu: [arm64]
291
+ os: [linux]
292
+
293
+ '@esbuild/linux-arm@0.27.2':
294
+ resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==}
295
+ engines: {node: '>=18'}
296
+ cpu: [arm]
297
+ os: [linux]
298
+
299
+ '@esbuild/linux-ia32@0.27.2':
300
+ resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==}
301
+ engines: {node: '>=18'}
302
+ cpu: [ia32]
303
+ os: [linux]
304
+
305
+ '@esbuild/linux-loong64@0.27.2':
306
+ resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==}
307
+ engines: {node: '>=18'}
308
+ cpu: [loong64]
309
+ os: [linux]
310
+
311
+ '@esbuild/linux-mips64el@0.27.2':
312
+ resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==}
313
+ engines: {node: '>=18'}
314
+ cpu: [mips64el]
315
+ os: [linux]
316
+
317
+ '@esbuild/linux-ppc64@0.27.2':
318
+ resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==}
319
+ engines: {node: '>=18'}
320
+ cpu: [ppc64]
321
+ os: [linux]
322
+
323
+ '@esbuild/linux-riscv64@0.27.2':
324
+ resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==}
325
+ engines: {node: '>=18'}
326
+ cpu: [riscv64]
327
+ os: [linux]
328
+
329
+ '@esbuild/linux-s390x@0.27.2':
330
+ resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==}
331
+ engines: {node: '>=18'}
332
+ cpu: [s390x]
333
+ os: [linux]
334
+
335
+ '@esbuild/linux-x64@0.27.2':
336
+ resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==}
337
+ engines: {node: '>=18'}
338
+ cpu: [x64]
339
+ os: [linux]
340
+
341
+ '@esbuild/netbsd-arm64@0.27.2':
342
+ resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==}
343
+ engines: {node: '>=18'}
344
+ cpu: [arm64]
345
+ os: [netbsd]
346
+
347
+ '@esbuild/netbsd-x64@0.27.2':
348
+ resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==}
349
+ engines: {node: '>=18'}
350
+ cpu: [x64]
351
+ os: [netbsd]
352
+
353
+ '@esbuild/openbsd-arm64@0.27.2':
354
+ resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==}
355
+ engines: {node: '>=18'}
356
+ cpu: [arm64]
357
+ os: [openbsd]
358
+
359
+ '@esbuild/openbsd-x64@0.27.2':
360
+ resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==}
361
+ engines: {node: '>=18'}
362
+ cpu: [x64]
363
+ os: [openbsd]
364
+
365
+ '@esbuild/openharmony-arm64@0.27.2':
366
+ resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==}
367
+ engines: {node: '>=18'}
368
+ cpu: [arm64]
369
+ os: [openharmony]
370
+
371
+ '@esbuild/sunos-x64@0.27.2':
372
+ resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==}
373
+ engines: {node: '>=18'}
374
+ cpu: [x64]
375
+ os: [sunos]
376
+
377
+ '@esbuild/win32-arm64@0.27.2':
378
+ resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==}
379
+ engines: {node: '>=18'}
380
+ cpu: [arm64]
381
+ os: [win32]
382
+
383
+ '@esbuild/win32-ia32@0.27.2':
384
+ resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==}
385
+ engines: {node: '>=18'}
386
+ cpu: [ia32]
387
+ os: [win32]
388
+
389
+ '@esbuild/win32-x64@0.27.2':
390
+ resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==}
391
+ engines: {node: '>=18'}
392
+ cpu: [x64]
393
+ os: [win32]
394
+
395
+ '@eslint-community/eslint-utils@4.9.1':
396
+ resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
397
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
398
+ peerDependencies:
399
+ eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
400
+
401
+ '@eslint-community/regexpp@4.12.2':
402
+ resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
403
+ engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
404
+
405
+ '@eslint/config-array@0.21.1':
406
+ resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==}
407
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
408
+
409
+ '@eslint/config-helpers@0.4.2':
410
+ resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
411
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
412
+
413
+ '@eslint/core@0.17.0':
414
+ resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
415
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
416
+
417
+ '@eslint/eslintrc@3.3.3':
418
+ resolution: {integrity: sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==}
419
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
420
+
421
+ '@eslint/js@9.39.2':
422
+ resolution: {integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==}
423
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
424
+
425
+ '@eslint/object-schema@2.1.7':
426
+ resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
427
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
428
+
429
+ '@eslint/plugin-kit@0.4.1':
430
+ resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
431
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
432
+
433
+ '@floating-ui/core@1.7.3':
434
+ resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
435
+
436
+ '@floating-ui/dom@1.7.4':
437
+ resolution: {integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==}
438
+
439
+ '@floating-ui/utils@0.2.10':
440
+ resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
441
+
442
+ '@humanfs/core@0.19.1':
443
+ resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
444
+ engines: {node: '>=18.18.0'}
445
+
446
+ '@humanfs/node@0.16.7':
447
+ resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==}
448
+ engines: {node: '>=18.18.0'}
449
+
450
+ '@humanwhocodes/module-importer@1.0.1':
451
+ resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
452
+ engines: {node: '>=12.22'}
453
+
454
+ '@humanwhocodes/retry@0.4.3':
455
+ resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
456
+ engines: {node: '>=18.18'}
457
+
458
+ '@jridgewell/gen-mapping@0.3.13':
459
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
460
+
461
+ '@jridgewell/remapping@2.3.5':
462
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
463
+
464
+ '@jridgewell/resolve-uri@3.1.2':
465
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
466
+ engines: {node: '>=6.0.0'}
467
+
468
+ '@jridgewell/sourcemap-codec@1.5.5':
469
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
470
+
471
+ '@jridgewell/trace-mapping@0.3.31':
472
+ resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
473
+
474
+ '@nodelib/fs.scandir@2.1.5':
475
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
476
+ engines: {node: '>= 8'}
477
+
478
+ '@nodelib/fs.stat@2.0.5':
479
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
480
+ engines: {node: '>= 8'}
481
+
482
+ '@nodelib/fs.walk@1.2.8':
483
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
484
+ engines: {node: '>= 8'}
485
+
486
+ '@pkgr/core@0.2.9':
487
+ resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==}
488
+ engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
489
+
490
+ '@polka/url@1.0.0-next.29':
491
+ resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
492
+
493
+ '@rolldown/pluginutils@1.0.0-beta.53':
494
+ resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==}
495
+
496
+ '@rolldown/pluginutils@1.0.0-beta.59':
497
+ resolution: {integrity: sha512-aoh6LAJRyhtazs98ydgpNOYstxUlsOV1KJXcpf/0c0vFcUA8uyd/hwKRhqE/AAPNqAho9RliGsvitCoOzREoVA==}
498
+
499
+ '@rollup/rollup-android-arm-eabi@4.55.1':
500
+ resolution: {integrity: sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==}
501
+ cpu: [arm]
502
+ os: [android]
503
+
504
+ '@rollup/rollup-android-arm64@4.55.1':
505
+ resolution: {integrity: sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==}
506
+ cpu: [arm64]
507
+ os: [android]
508
+
509
+ '@rollup/rollup-darwin-arm64@4.55.1':
510
+ resolution: {integrity: sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==}
511
+ cpu: [arm64]
512
+ os: [darwin]
513
+
514
+ '@rollup/rollup-darwin-x64@4.55.1':
515
+ resolution: {integrity: sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==}
516
+ cpu: [x64]
517
+ os: [darwin]
518
+
519
+ '@rollup/rollup-freebsd-arm64@4.55.1':
520
+ resolution: {integrity: sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==}
521
+ cpu: [arm64]
522
+ os: [freebsd]
523
+
524
+ '@rollup/rollup-freebsd-x64@4.55.1':
525
+ resolution: {integrity: sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==}
526
+ cpu: [x64]
527
+ os: [freebsd]
528
+
529
+ '@rollup/rollup-linux-arm-gnueabihf@4.55.1':
530
+ resolution: {integrity: sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==}
531
+ cpu: [arm]
532
+ os: [linux]
533
+
534
+ '@rollup/rollup-linux-arm-musleabihf@4.55.1':
535
+ resolution: {integrity: sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==}
536
+ cpu: [arm]
537
+ os: [linux]
538
+
539
+ '@rollup/rollup-linux-arm64-gnu@4.55.1':
540
+ resolution: {integrity: sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==}
541
+ cpu: [arm64]
542
+ os: [linux]
543
+
544
+ '@rollup/rollup-linux-arm64-musl@4.55.1':
545
+ resolution: {integrity: sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==}
546
+ cpu: [arm64]
547
+ os: [linux]
548
+
549
+ '@rollup/rollup-linux-loong64-gnu@4.55.1':
550
+ resolution: {integrity: sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==}
551
+ cpu: [loong64]
552
+ os: [linux]
553
+
554
+ '@rollup/rollup-linux-loong64-musl@4.55.1':
555
+ resolution: {integrity: sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==}
556
+ cpu: [loong64]
557
+ os: [linux]
558
+
559
+ '@rollup/rollup-linux-ppc64-gnu@4.55.1':
560
+ resolution: {integrity: sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==}
561
+ cpu: [ppc64]
562
+ os: [linux]
563
+
564
+ '@rollup/rollup-linux-ppc64-musl@4.55.1':
565
+ resolution: {integrity: sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==}
566
+ cpu: [ppc64]
567
+ os: [linux]
568
+
569
+ '@rollup/rollup-linux-riscv64-gnu@4.55.1':
570
+ resolution: {integrity: sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==}
571
+ cpu: [riscv64]
572
+ os: [linux]
573
+
574
+ '@rollup/rollup-linux-riscv64-musl@4.55.1':
575
+ resolution: {integrity: sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==}
576
+ cpu: [riscv64]
577
+ os: [linux]
578
+
579
+ '@rollup/rollup-linux-s390x-gnu@4.55.1':
580
+ resolution: {integrity: sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==}
581
+ cpu: [s390x]
582
+ os: [linux]
583
+
584
+ '@rollup/rollup-linux-x64-gnu@4.55.1':
585
+ resolution: {integrity: sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==}
586
+ cpu: [x64]
587
+ os: [linux]
588
+
589
+ '@rollup/rollup-linux-x64-musl@4.55.1':
590
+ resolution: {integrity: sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==}
591
+ cpu: [x64]
592
+ os: [linux]
593
+
594
+ '@rollup/rollup-openbsd-x64@4.55.1':
595
+ resolution: {integrity: sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==}
596
+ cpu: [x64]
597
+ os: [openbsd]
598
+
599
+ '@rollup/rollup-openharmony-arm64@4.55.1':
600
+ resolution: {integrity: sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==}
601
+ cpu: [arm64]
602
+ os: [openharmony]
603
+
604
+ '@rollup/rollup-win32-arm64-msvc@4.55.1':
605
+ resolution: {integrity: sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==}
606
+ cpu: [arm64]
607
+ os: [win32]
608
+
609
+ '@rollup/rollup-win32-ia32-msvc@4.55.1':
610
+ resolution: {integrity: sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==}
611
+ cpu: [ia32]
612
+ os: [win32]
613
+
614
+ '@rollup/rollup-win32-x64-gnu@4.55.1':
615
+ resolution: {integrity: sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==}
616
+ cpu: [x64]
617
+ os: [win32]
618
+
619
+ '@rollup/rollup-win32-x64-msvc@4.55.1':
620
+ resolution: {integrity: sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==}
621
+ cpu: [x64]
622
+ os: [win32]
623
+
624
+ '@sxzz/popperjs-es@2.11.7':
625
+ resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==}
626
+
627
+ '@tsconfig/node24@24.0.3':
628
+ resolution: {integrity: sha512-vcERKtKQKHgzt/vfS3Gjasd8SUI2a0WZXpgJURdJsMySpS5+ctgbPfuLj2z/W+w4lAfTWxoN4upKfu2WzIRYnw==}
629
+
630
+ '@types/estree@1.0.8':
631
+ resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
632
+
633
+ '@types/json-schema@7.0.15':
634
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
635
+
636
+ '@types/lodash-es@4.17.12':
637
+ resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
638
+
639
+ '@types/lodash@4.17.23':
640
+ resolution: {integrity: sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==}
641
+
642
+ '@types/node@24.10.7':
643
+ resolution: {integrity: sha512-+054pVMzVTmRQV8BhpGv3UyfZ2Llgl8rdpDTon+cUH9+na0ncBVXj3wTUKh14+Kiz18ziM3b4ikpP5/Pc0rQEQ==}
644
+
645
+ '@types/web-bluetooth@0.0.20':
646
+ resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
647
+
648
+ '@typescript-eslint/eslint-plugin@8.53.0':
649
+ resolution: {integrity: sha512-eEXsVvLPu8Z4PkFibtuFJLJOTAV/nPdgtSjkGoPpddpFk3/ym2oy97jynY6ic2m6+nc5M8SE1e9v/mHKsulcJg==}
650
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
651
+ peerDependencies:
652
+ '@typescript-eslint/parser': ^8.53.0
653
+ eslint: ^8.57.0 || ^9.0.0
654
+ typescript: '>=4.8.4 <6.0.0'
655
+
656
+ '@typescript-eslint/parser@8.53.0':
657
+ resolution: {integrity: sha512-npiaib8XzbjtzS2N4HlqPvlpxpmZ14FjSJrteZpPxGUaYPlvhzlzUZ4mZyABo0EFrOWnvyd0Xxroq//hKhtAWg==}
658
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
659
+ peerDependencies:
660
+ eslint: ^8.57.0 || ^9.0.0
661
+ typescript: '>=4.8.4 <6.0.0'
662
+
663
+ '@typescript-eslint/project-service@8.53.0':
664
+ resolution: {integrity: sha512-Bl6Gdr7NqkqIP5yP9z1JU///Nmes4Eose6L1HwpuVHwScgDPPuEWbUVhvlZmb8hy0vX9syLk5EGNL700WcBlbg==}
665
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
666
+ peerDependencies:
667
+ typescript: '>=4.8.4 <6.0.0'
668
+
669
+ '@typescript-eslint/scope-manager@8.53.0':
670
+ resolution: {integrity: sha512-kWNj3l01eOGSdVBnfAF2K1BTh06WS0Yet6JUgb9Cmkqaz3Jlu0fdVUjj9UI8gPidBWSMqDIglmEXifSgDT/D0g==}
671
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
672
+
673
+ '@typescript-eslint/tsconfig-utils@8.53.0':
674
+ resolution: {integrity: sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA==}
675
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
676
+ peerDependencies:
677
+ typescript: '>=4.8.4 <6.0.0'
678
+
679
+ '@typescript-eslint/type-utils@8.53.0':
680
+ resolution: {integrity: sha512-BBAUhlx7g4SmcLhn8cnbxoxtmS7hcq39xKCgiutL3oNx1TaIp+cny51s8ewnKMpVUKQUGb41RAUWZ9kxYdovuw==}
681
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
682
+ peerDependencies:
683
+ eslint: ^8.57.0 || ^9.0.0
684
+ typescript: '>=4.8.4 <6.0.0'
685
+
686
+ '@typescript-eslint/types@8.53.0':
687
+ resolution: {integrity: sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==}
688
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
689
+
690
+ '@typescript-eslint/typescript-estree@8.53.0':
691
+ resolution: {integrity: sha512-pw0c0Gdo7Z4xOG987u3nJ8akL9093yEEKv8QTJ+Bhkghj1xyj8cgPaavlr9rq8h7+s6plUJ4QJYw2gCZodqmGw==}
692
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
693
+ peerDependencies:
694
+ typescript: '>=4.8.4 <6.0.0'
695
+
696
+ '@typescript-eslint/utils@8.53.0':
697
+ resolution: {integrity: sha512-XDY4mXTez3Z1iRDI5mbRhH4DFSt46oaIFsLg+Zn97+sYrXACziXSQcSelMybnVZ5pa1P6xYkPr5cMJyunM1ZDA==}
698
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
699
+ peerDependencies:
700
+ eslint: ^8.57.0 || ^9.0.0
701
+ typescript: '>=4.8.4 <6.0.0'
702
+
703
+ '@typescript-eslint/visitor-keys@8.53.0':
704
+ resolution: {integrity: sha512-LZ2NqIHFhvFwxG0qZeLL9DvdNAHPGCY5dIRwBhyYeU+LfLhcStE1ImjsuTG/WaVh3XysGaeLW8Rqq7cGkPCFvw==}
705
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
706
+
707
+ '@vitejs/plugin-vue-jsx@5.1.3':
708
+ resolution: {integrity: sha512-I6Zr8cYVr5WHMW5gNOP09DNqW9rgO8RX73Wa6Czgq/0ndpTfJM4vfDChfOT1+3KtdrNqilNBtNlFwVeB02ZzGw==}
709
+ engines: {node: ^20.19.0 || >=22.12.0}
710
+ peerDependencies:
711
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
712
+ vue: ^3.0.0
713
+
714
+ '@vitejs/plugin-vue@6.0.3':
715
+ resolution: {integrity: sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==}
716
+ engines: {node: ^20.19.0 || >=22.12.0}
717
+ peerDependencies:
718
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
719
+ vue: ^3.2.25
720
+
721
+ '@volar/language-core@2.4.27':
722
+ resolution: {integrity: sha512-DjmjBWZ4tJKxfNC1F6HyYERNHPYS7L7OPFyCrestykNdUZMFYzI9WTyvwPcaNaHlrEUwESHYsfEw3isInncZxQ==}
723
+
724
+ '@volar/source-map@2.4.27':
725
+ resolution: {integrity: sha512-ynlcBReMgOZj2i6po+qVswtDUeeBRCTgDurjMGShbm8WYZgJ0PA4RmtebBJ0BCYol1qPv3GQF6jK7C9qoVc7lg==}
726
+
727
+ '@volar/typescript@2.4.27':
728
+ resolution: {integrity: sha512-eWaYCcl/uAPInSK2Lze6IqVWaBu/itVqR5InXcHXFyles4zO++Mglt3oxdgj75BDcv1Knr9Y93nowS8U3wqhxg==}
729
+
730
+ '@vue-macros/common@3.1.2':
731
+ resolution: {integrity: sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==}
732
+ engines: {node: '>=20.19.0'}
733
+ peerDependencies:
734
+ vue: ^2.7.0 || ^3.2.25
735
+ peerDependenciesMeta:
736
+ vue:
737
+ optional: true
738
+
739
+ '@vue/babel-helper-vue-transform-on@1.5.0':
740
+ resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==}
741
+
742
+ '@vue/babel-helper-vue-transform-on@2.0.1':
743
+ resolution: {integrity: sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==}
744
+
745
+ '@vue/babel-plugin-jsx@1.5.0':
746
+ resolution: {integrity: sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==}
747
+ peerDependencies:
748
+ '@babel/core': ^7.0.0-0
749
+ peerDependenciesMeta:
750
+ '@babel/core':
751
+ optional: true
752
+
753
+ '@vue/babel-plugin-jsx@2.0.1':
754
+ resolution: {integrity: sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==}
755
+ peerDependencies:
756
+ '@babel/core': ^7.0.0-0
757
+ peerDependenciesMeta:
758
+ '@babel/core':
759
+ optional: true
760
+
761
+ '@vue/babel-plugin-resolve-type@1.5.0':
762
+ resolution: {integrity: sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==}
763
+ peerDependencies:
764
+ '@babel/core': ^7.0.0-0
765
+
766
+ '@vue/babel-plugin-resolve-type@2.0.1':
767
+ resolution: {integrity: sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==}
768
+ peerDependencies:
769
+ '@babel/core': ^7.0.0-0
770
+
771
+ '@vue/compiler-core@3.5.26':
772
+ resolution: {integrity: sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==}
773
+
774
+ '@vue/compiler-dom@3.5.26':
775
+ resolution: {integrity: sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==}
776
+
777
+ '@vue/compiler-sfc@3.5.26':
778
+ resolution: {integrity: sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==}
779
+
780
+ '@vue/compiler-ssr@3.5.26':
781
+ resolution: {integrity: sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==}
782
+
783
+ '@vue/devtools-api@6.6.4':
784
+ resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
785
+
786
+ '@vue/devtools-api@7.7.9':
787
+ resolution: {integrity: sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==}
788
+
789
+ '@vue/devtools-core@8.0.5':
790
+ resolution: {integrity: sha512-dpCw8nl0GDBuiL9SaY0mtDxoGIEmU38w+TQiYEPOLhW03VDC0lfNMYXS/qhl4I0YlysGp04NLY4UNn6xgD0VIQ==}
791
+ peerDependencies:
792
+ vue: ^3.0.0
793
+
794
+ '@vue/devtools-kit@7.7.9':
795
+ resolution: {integrity: sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==}
796
+
797
+ '@vue/devtools-kit@8.0.5':
798
+ resolution: {integrity: sha512-q2VV6x1U3KJMTQPUlRMyWEKVbcHuxhqJdSr6Jtjz5uAThAIrfJ6WVZdGZm5cuO63ZnSUz0RCsVwiUUb0mDV0Yg==}
799
+
800
+ '@vue/devtools-shared@7.7.9':
801
+ resolution: {integrity: sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==}
802
+
803
+ '@vue/devtools-shared@8.0.5':
804
+ resolution: {integrity: sha512-bRLn6/spxpmgLk+iwOrR29KrYnJjG9DGpHGkDFG82UM21ZpJ39ztUT9OXX3g+usW7/b2z+h46I9ZiYyB07XMXg==}
805
+
806
+ '@vue/eslint-config-prettier@10.2.0':
807
+ resolution: {integrity: sha512-GL3YBLwv/+b86yHcNNfPJxOTtVFJ4Mbc9UU3zR+KVoG7SwGTjPT+32fXamscNumElhcpXW3mT0DgzS9w32S7Bw==}
808
+ peerDependencies:
809
+ eslint: '>= 8.21.0'
810
+ prettier: '>= 3.0.0'
811
+
812
+ '@vue/eslint-config-typescript@14.6.0':
813
+ resolution: {integrity: sha512-UpiRY/7go4Yps4mYCjkvlIbVWmn9YvPGQDxTAlcKLphyaD77LjIu3plH4Y9zNT0GB4f3K5tMmhhtRhPOgrQ/bQ==}
814
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
815
+ peerDependencies:
816
+ eslint: ^9.10.0
817
+ eslint-plugin-vue: ^9.28.0 || ^10.0.0
818
+ typescript: '>=4.8.4'
819
+ peerDependenciesMeta:
820
+ typescript:
821
+ optional: true
822
+
823
+ '@vue/language-core@3.2.2':
824
+ resolution: {integrity: sha512-5DAuhxsxBN9kbriklh3Q5AMaJhyOCNiQJvCskN9/30XOpdLiqZU9Q+WvjArP17ubdGEyZtBzlIeG5nIjEbNOrQ==}
825
+
826
+ '@vue/reactivity@3.5.26':
827
+ resolution: {integrity: sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==}
828
+
829
+ '@vue/runtime-core@3.5.26':
830
+ resolution: {integrity: sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==}
831
+
832
+ '@vue/runtime-dom@3.5.26':
833
+ resolution: {integrity: sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==}
834
+
835
+ '@vue/server-renderer@3.5.26':
836
+ resolution: {integrity: sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==}
837
+ peerDependencies:
838
+ vue: 3.5.26
839
+
840
+ '@vue/shared@3.5.26':
841
+ resolution: {integrity: sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==}
842
+
843
+ '@vue/tsconfig@0.8.1':
844
+ resolution: {integrity: sha512-aK7feIWPXFSUhsCP9PFqPyFOcz4ENkb8hZ2pneL6m2UjCkccvaOhC/5KCKluuBufvp2KzkbdA2W2pk20vLzu3g==}
845
+ peerDependencies:
846
+ typescript: 5.x
847
+ vue: ^3.4.0
848
+ peerDependenciesMeta:
849
+ typescript:
850
+ optional: true
851
+ vue:
852
+ optional: true
853
+
854
+ '@vueuse/core@10.11.1':
855
+ resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==}
856
+
857
+ '@vueuse/metadata@10.11.1':
858
+ resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==}
859
+
860
+ '@vueuse/shared@10.11.1':
861
+ resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==}
862
+
863
+ acorn-jsx@5.3.2:
864
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
865
+ peerDependencies:
866
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
867
+
868
+ acorn@8.15.0:
869
+ resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
870
+ engines: {node: '>=0.4.0'}
871
+ hasBin: true
872
+
873
+ ajv@6.12.6:
874
+ resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
875
+
876
+ alien-signals@3.1.2:
877
+ resolution: {integrity: sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==}
878
+
879
+ ansi-styles@4.3.0:
880
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
881
+ engines: {node: '>=8'}
882
+
883
+ ansi-styles@6.2.3:
884
+ resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
885
+ engines: {node: '>=12'}
886
+
887
+ ansis@4.2.0:
888
+ resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==}
889
+ engines: {node: '>=14'}
890
+
891
+ argparse@2.0.1:
892
+ resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
893
+
894
+ ast-kit@2.2.0:
895
+ resolution: {integrity: sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==}
896
+ engines: {node: '>=20.19.0'}
897
+
898
+ ast-walker-scope@0.8.3:
899
+ resolution: {integrity: sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==}
900
+ engines: {node: '>=20.19.0'}
901
+
902
+ async-validator@4.2.5:
903
+ resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
904
+
905
+ balanced-match@1.0.2:
906
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
907
+
908
+ baseline-browser-mapping@2.9.14:
909
+ resolution: {integrity: sha512-B0xUquLkiGLgHhpPBqvl7GWegWBUNuujQ6kXd/r1U38ElPT6Ok8KZ8e+FpUGEc2ZoRQUzq/aUnaKFc/svWUGSg==}
910
+ hasBin: true
911
+
912
+ birpc@2.9.0:
913
+ resolution: {integrity: sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==}
914
+
915
+ boolbase@1.0.0:
916
+ resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
917
+
918
+ brace-expansion@1.1.12:
919
+ resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
920
+
921
+ brace-expansion@2.0.2:
922
+ resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
923
+
924
+ braces@3.0.3:
925
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
926
+ engines: {node: '>=8'}
927
+
928
+ browserslist@4.28.1:
929
+ resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
930
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
931
+ hasBin: true
932
+
933
+ bundle-name@4.1.0:
934
+ resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
935
+ engines: {node: '>=18'}
936
+
937
+ callsites@3.1.0:
938
+ resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
939
+ engines: {node: '>=6'}
940
+
941
+ caniuse-lite@1.0.30001764:
942
+ resolution: {integrity: sha512-9JGuzl2M+vPL+pz70gtMF9sHdMFbY9FJaQBi186cHKH3pSzDvzoUJUPV6fqiKIMyXbud9ZLg4F3Yza1vJ1+93g==}
943
+
944
+ chalk@4.1.2:
945
+ resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
946
+ engines: {node: '>=10'}
947
+
948
+ chokidar@4.0.3:
949
+ resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
950
+ engines: {node: '>= 14.16.0'}
951
+
952
+ chokidar@5.0.0:
953
+ resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
954
+ engines: {node: '>= 20.19.0'}
955
+
956
+ color-convert@2.0.1:
957
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
958
+ engines: {node: '>=7.0.0'}
959
+
960
+ color-name@1.1.4:
961
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
962
+
963
+ concat-map@0.0.1:
964
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
965
+
966
+ confbox@0.1.8:
967
+ resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
968
+
969
+ confbox@0.2.2:
970
+ resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==}
971
+
972
+ convert-source-map@2.0.0:
973
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
974
+
975
+ copy-anything@4.0.5:
976
+ resolution: {integrity: sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==}
977
+ engines: {node: '>=18'}
978
+
979
+ cross-spawn@7.0.6:
980
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
981
+ engines: {node: '>= 8'}
982
+
983
+ cssesc@3.0.0:
984
+ resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
985
+ engines: {node: '>=4'}
986
+ hasBin: true
987
+
988
+ csstype@3.2.3:
989
+ resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
990
+
991
+ dayjs@1.11.19:
992
+ resolution: {integrity: sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==}
993
+
994
+ debug@4.4.3:
995
+ resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
996
+ engines: {node: '>=6.0'}
997
+ peerDependencies:
998
+ supports-color: '*'
999
+ peerDependenciesMeta:
1000
+ supports-color:
1001
+ optional: true
1002
+
1003
+ deep-is@0.1.4:
1004
+ resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
1005
+
1006
+ default-browser-id@5.0.1:
1007
+ resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==}
1008
+ engines: {node: '>=18'}
1009
+
1010
+ default-browser@5.4.0:
1011
+ resolution: {integrity: sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==}
1012
+ engines: {node: '>=18'}
1013
+
1014
+ define-lazy-prop@3.0.0:
1015
+ resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
1016
+ engines: {node: '>=12'}
1017
+
1018
+ defu@6.1.4:
1019
+ resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
1020
+
1021
+ electron-to-chromium@1.5.267:
1022
+ resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==}
1023
+
1024
+ element-plus@2.13.1:
1025
+ resolution: {integrity: sha512-eG4BDBGdAsUGN6URH1PixzZb0ngdapLivIk1meghS1uEueLvQ3aljSKrCt5x6sYb6mUk8eGtzTQFgsPmLavQcA==}
1026
+ peerDependencies:
1027
+ vue: ^3.3.0
1028
+
1029
+ entities@7.0.0:
1030
+ resolution: {integrity: sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==}
1031
+ engines: {node: '>=0.12'}
1032
+
1033
+ error-stack-parser-es@1.0.5:
1034
+ resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
1035
+
1036
+ esbuild@0.27.2:
1037
+ resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==}
1038
+ engines: {node: '>=18'}
1039
+ hasBin: true
1040
+
1041
+ escalade@3.2.0:
1042
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
1043
+ engines: {node: '>=6'}
1044
+
1045
+ escape-string-regexp@4.0.0:
1046
+ resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
1047
+ engines: {node: '>=10'}
1048
+
1049
+ escape-string-regexp@5.0.0:
1050
+ resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
1051
+ engines: {node: '>=12'}
1052
+
1053
+ eslint-config-prettier@10.1.8:
1054
+ resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==}
1055
+ hasBin: true
1056
+ peerDependencies:
1057
+ eslint: '>=7.0.0'
1058
+
1059
+ eslint-plugin-prettier@5.5.4:
1060
+ resolution: {integrity: sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==}
1061
+ engines: {node: ^14.18.0 || >=16.0.0}
1062
+ peerDependencies:
1063
+ '@types/eslint': '>=8.0.0'
1064
+ eslint: '>=8.0.0'
1065
+ eslint-config-prettier: '>= 7.0.0 <10.0.0 || >=10.1.0'
1066
+ prettier: '>=3.0.0'
1067
+ peerDependenciesMeta:
1068
+ '@types/eslint':
1069
+ optional: true
1070
+ eslint-config-prettier:
1071
+ optional: true
1072
+
1073
+ eslint-plugin-vue@10.5.1:
1074
+ resolution: {integrity: sha512-SbR9ZBUFKgvWAbq3RrdCtWaW0IKm6wwUiApxf3BVTNfqUIo4IQQmreMg2iHFJJ6C/0wss3LXURBJ1OwS/MhFcQ==}
1075
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1076
+ peerDependencies:
1077
+ '@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
1078
+ '@typescript-eslint/parser': ^7.0.0 || ^8.0.0
1079
+ eslint: ^8.57.0 || ^9.0.0
1080
+ vue-eslint-parser: ^10.0.0
1081
+ peerDependenciesMeta:
1082
+ '@stylistic/eslint-plugin':
1083
+ optional: true
1084
+ '@typescript-eslint/parser':
1085
+ optional: true
1086
+
1087
+ eslint-scope@8.4.0:
1088
+ resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
1089
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1090
+
1091
+ eslint-visitor-keys@3.4.3:
1092
+ resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
1093
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1094
+
1095
+ eslint-visitor-keys@4.2.1:
1096
+ resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
1097
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1098
+
1099
+ eslint@9.39.2:
1100
+ resolution: {integrity: sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==}
1101
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1102
+ hasBin: true
1103
+ peerDependencies:
1104
+ jiti: '*'
1105
+ peerDependenciesMeta:
1106
+ jiti:
1107
+ optional: true
1108
+
1109
+ espree@10.4.0:
1110
+ resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
1111
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1112
+
1113
+ esquery@1.7.0:
1114
+ resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
1115
+ engines: {node: '>=0.10'}
1116
+
1117
+ esrecurse@4.3.0:
1118
+ resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
1119
+ engines: {node: '>=4.0'}
1120
+
1121
+ estraverse@5.3.0:
1122
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
1123
+ engines: {node: '>=4.0'}
1124
+
1125
+ estree-walker@2.0.2:
1126
+ resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
1127
+
1128
+ estree-walker@3.0.3:
1129
+ resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
1130
+
1131
+ esutils@2.0.3:
1132
+ resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
1133
+ engines: {node: '>=0.10.0'}
1134
+
1135
+ exsolve@1.0.8:
1136
+ resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==}
1137
+
1138
+ fast-deep-equal@3.1.3:
1139
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
1140
+
1141
+ fast-diff@1.3.0:
1142
+ resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
1143
+
1144
+ fast-glob@3.3.3:
1145
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
1146
+ engines: {node: '>=8.6.0'}
1147
+
1148
+ fast-json-stable-stringify@2.1.0:
1149
+ resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
1150
+
1151
+ fast-levenshtein@2.0.6:
1152
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
1153
+
1154
+ fastq@1.20.1:
1155
+ resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
1156
+
1157
+ fdir@6.5.0:
1158
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
1159
+ engines: {node: '>=12.0.0'}
1160
+ peerDependencies:
1161
+ picomatch: ^3 || ^4
1162
+ peerDependenciesMeta:
1163
+ picomatch:
1164
+ optional: true
1165
+
1166
+ file-entry-cache@8.0.0:
1167
+ resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
1168
+ engines: {node: '>=16.0.0'}
1169
+
1170
+ fill-range@7.1.1:
1171
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
1172
+ engines: {node: '>=8'}
1173
+
1174
+ find-up@5.0.0:
1175
+ resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
1176
+ engines: {node: '>=10'}
1177
+
1178
+ flat-cache@4.0.1:
1179
+ resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
1180
+ engines: {node: '>=16'}
1181
+
1182
+ flatted@3.3.3:
1183
+ resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
1184
+
1185
+ fsevents@2.3.3:
1186
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1187
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1188
+ os: [darwin]
1189
+
1190
+ gensync@1.0.0-beta.2:
1191
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1192
+ engines: {node: '>=6.9.0'}
1193
+
1194
+ glob-parent@5.1.2:
1195
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1196
+ engines: {node: '>= 6'}
1197
+
1198
+ glob-parent@6.0.2:
1199
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1200
+ engines: {node: '>=10.13.0'}
1201
+
1202
+ globals@14.0.0:
1203
+ resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
1204
+ engines: {node: '>=18'}
1205
+
1206
+ has-flag@4.0.0:
1207
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
1208
+ engines: {node: '>=8'}
1209
+
1210
+ hookable@5.5.3:
1211
+ resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
1212
+
1213
+ ignore@5.3.2:
1214
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
1215
+ engines: {node: '>= 4'}
1216
+
1217
+ ignore@7.0.5:
1218
+ resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
1219
+ engines: {node: '>= 4'}
1220
+
1221
+ import-fresh@3.3.1:
1222
+ resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
1223
+ engines: {node: '>=6'}
1224
+
1225
+ imurmurhash@0.1.4:
1226
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
1227
+ engines: {node: '>=0.8.19'}
1228
+
1229
+ is-docker@3.0.0:
1230
+ resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
1231
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1232
+ hasBin: true
1233
+
1234
+ is-extglob@2.1.1:
1235
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1236
+ engines: {node: '>=0.10.0'}
1237
+
1238
+ is-glob@4.0.3:
1239
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1240
+ engines: {node: '>=0.10.0'}
1241
+
1242
+ is-inside-container@1.0.0:
1243
+ resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
1244
+ engines: {node: '>=14.16'}
1245
+ hasBin: true
1246
+
1247
+ is-number@7.0.0:
1248
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1249
+ engines: {node: '>=0.12.0'}
1250
+
1251
+ is-what@5.5.0:
1252
+ resolution: {integrity: sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==}
1253
+ engines: {node: '>=18'}
1254
+
1255
+ is-wsl@3.1.0:
1256
+ resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
1257
+ engines: {node: '>=16'}
1258
+
1259
+ isexe@2.0.0:
1260
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1261
+
1262
+ isexe@3.1.1:
1263
+ resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
1264
+ engines: {node: '>=16'}
1265
+
1266
+ jiti@2.6.1:
1267
+ resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
1268
+ hasBin: true
1269
+
1270
+ js-tokens@4.0.0:
1271
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1272
+
1273
+ js-tokens@9.0.1:
1274
+ resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
1275
+
1276
+ js-yaml@4.1.1:
1277
+ resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
1278
+ hasBin: true
1279
+
1280
+ jsesc@3.1.0:
1281
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
1282
+ engines: {node: '>=6'}
1283
+ hasBin: true
1284
+
1285
+ json-buffer@3.0.1:
1286
+ resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
1287
+
1288
+ json-parse-even-better-errors@4.0.0:
1289
+ resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==}
1290
+ engines: {node: ^18.17.0 || >=20.5.0}
1291
+
1292
+ json-schema-traverse@0.4.1:
1293
+ resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
1294
+
1295
+ json-stable-stringify-without-jsonify@1.0.1:
1296
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
1297
+
1298
+ json5@2.2.3:
1299
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1300
+ engines: {node: '>=6'}
1301
+ hasBin: true
1302
+
1303
+ keyv@4.5.4:
1304
+ resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
1305
+
1306
+ kolorist@1.8.0:
1307
+ resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
1308
+
1309
+ l-global@1.0.5:
1310
+ resolution: {integrity: sha512-qYSgDaVAs/TrhbC85YK6PxsGEeau2DmIziMDRbwE0tKXE+sgtGe0a/fbNquQOr+hb4phZccqnOiErTgWEKrnIg==}
1311
+
1312
+ levn@0.4.1:
1313
+ resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
1314
+ engines: {node: '>= 0.8.0'}
1315
+
1316
+ local-pkg@1.1.2:
1317
+ resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==}
1318
+ engines: {node: '>=14'}
1319
+
1320
+ locate-path@6.0.0:
1321
+ resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
1322
+ engines: {node: '>=10'}
1323
+
1324
+ lodash-es@4.17.22:
1325
+ resolution: {integrity: sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==}
1326
+
1327
+ lodash-unified@1.0.3:
1328
+ resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==}
1329
+ peerDependencies:
1330
+ '@types/lodash-es': '*'
1331
+ lodash: '*'
1332
+ lodash-es: '*'
1333
+
1334
+ lodash.merge@4.6.2:
1335
+ resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
1336
+
1337
+ lodash@4.17.21:
1338
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
1339
+
1340
+ lru-cache@5.1.1:
1341
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1342
+
1343
+ magic-string-ast@1.0.3:
1344
+ resolution: {integrity: sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==}
1345
+ engines: {node: '>=20.19.0'}
1346
+
1347
+ magic-string@0.30.21:
1348
+ resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
1349
+
1350
+ memoize-one@6.0.0:
1351
+ resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==}
1352
+
1353
+ memorystream@0.3.1:
1354
+ resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==}
1355
+ engines: {node: '>= 0.10.0'}
1356
+
1357
+ merge2@1.4.1:
1358
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1359
+ engines: {node: '>= 8'}
1360
+
1361
+ micromatch@4.0.8:
1362
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
1363
+ engines: {node: '>=8.6'}
1364
+
1365
+ minimatch@3.1.2:
1366
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1367
+
1368
+ minimatch@9.0.5:
1369
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
1370
+ engines: {node: '>=16 || 14 >=14.17'}
1371
+
1372
+ mitt@3.0.1:
1373
+ resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
1374
+
1375
+ mlly@1.8.0:
1376
+ resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==}
1377
+
1378
+ mrmime@2.0.1:
1379
+ resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
1380
+ engines: {node: '>=10'}
1381
+
1382
+ ms@2.1.3:
1383
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1384
+
1385
+ muggle-string@0.4.1:
1386
+ resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
1387
+
1388
+ nanoid@3.3.11:
1389
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
1390
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1391
+ hasBin: true
1392
+
1393
+ nanoid@5.1.6:
1394
+ resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==}
1395
+ engines: {node: ^18 || >=20}
1396
+ hasBin: true
1397
+
1398
+ natural-compare@1.4.0:
1399
+ resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
1400
+
1401
+ node-releases@2.0.27:
1402
+ resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
1403
+
1404
+ normalize-wheel-es@1.2.0:
1405
+ resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==}
1406
+
1407
+ npm-normalize-package-bin@4.0.0:
1408
+ resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==}
1409
+ engines: {node: ^18.17.0 || >=20.5.0}
1410
+
1411
+ npm-run-all2@8.0.4:
1412
+ resolution: {integrity: sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==}
1413
+ engines: {node: ^20.5.0 || >=22.0.0, npm: '>= 10'}
1414
+ hasBin: true
1415
+
1416
+ nth-check@2.1.1:
1417
+ resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
1418
+
1419
+ ohash@2.0.11:
1420
+ resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==}
1421
+
1422
+ open@10.2.0:
1423
+ resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==}
1424
+ engines: {node: '>=18'}
1425
+
1426
+ optionator@0.9.4:
1427
+ resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
1428
+ engines: {node: '>= 0.8.0'}
1429
+
1430
+ p-limit@3.1.0:
1431
+ resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
1432
+ engines: {node: '>=10'}
1433
+
1434
+ p-locate@5.0.0:
1435
+ resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
1436
+ engines: {node: '>=10'}
1437
+
1438
+ parent-module@1.0.1:
1439
+ resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
1440
+ engines: {node: '>=6'}
1441
+
1442
+ path-browserify@1.0.1:
1443
+ resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
1444
+
1445
+ path-exists@4.0.0:
1446
+ resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1447
+ engines: {node: '>=8'}
1448
+
1449
+ path-key@3.1.1:
1450
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1451
+ engines: {node: '>=8'}
1452
+
1453
+ pathe@2.0.3:
1454
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
1455
+
1456
+ perfect-debounce@1.0.0:
1457
+ resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
1458
+
1459
+ perfect-debounce@2.0.0:
1460
+ resolution: {integrity: sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==}
1461
+
1462
+ picocolors@1.1.1:
1463
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1464
+
1465
+ picomatch@2.3.1:
1466
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1467
+ engines: {node: '>=8.6'}
1468
+
1469
+ picomatch@4.0.3:
1470
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
1471
+ engines: {node: '>=12'}
1472
+
1473
+ pidtree@0.6.0:
1474
+ resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==}
1475
+ engines: {node: '>=0.10'}
1476
+ hasBin: true
1477
+
1478
+ pinia-plugin-persistedstate@4.7.1:
1479
+ resolution: {integrity: sha512-WHOqh2esDlR3eAaknPbqXrkkj0D24h8shrDPqysgCFR6ghqP/fpFfJmMPJp0gETHsvrh9YNNg6dQfo2OEtDnIQ==}
1480
+ peerDependencies:
1481
+ '@nuxt/kit': '>=3.0.0'
1482
+ '@pinia/nuxt': '>=0.10.0'
1483
+ pinia: '>=3.0.0'
1484
+ peerDependenciesMeta:
1485
+ '@nuxt/kit':
1486
+ optional: true
1487
+ '@pinia/nuxt':
1488
+ optional: true
1489
+ pinia:
1490
+ optional: true
1491
+
1492
+ pinia@3.0.4:
1493
+ resolution: {integrity: sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==}
1494
+ peerDependencies:
1495
+ typescript: '>=4.5.0'
1496
+ vue: ^3.5.11
1497
+ peerDependenciesMeta:
1498
+ typescript:
1499
+ optional: true
1500
+
1501
+ pkg-types@1.3.1:
1502
+ resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
1503
+
1504
+ pkg-types@2.3.0:
1505
+ resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==}
1506
+
1507
+ postcss-selector-parser@6.1.2:
1508
+ resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
1509
+ engines: {node: '>=4'}
1510
+
1511
+ postcss@8.5.6:
1512
+ resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
1513
+ engines: {node: ^10 || ^12 || >=14}
1514
+
1515
+ prelude-ls@1.2.1:
1516
+ resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
1517
+ engines: {node: '>= 0.8.0'}
1518
+
1519
+ prettier-linter-helpers@1.0.1:
1520
+ resolution: {integrity: sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==}
1521
+ engines: {node: '>=6.0.0'}
1522
+
1523
+ prettier@3.6.2:
1524
+ resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==}
1525
+ engines: {node: '>=14'}
1526
+ hasBin: true
1527
+
1528
+ punycode@2.3.1:
1529
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1530
+ engines: {node: '>=6'}
1531
+
1532
+ quansync@0.2.11:
1533
+ resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
1534
+
1535
+ queue-microtask@1.2.3:
1536
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
1537
+
1538
+ read-package-json-fast@4.0.0:
1539
+ resolution: {integrity: sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==}
1540
+ engines: {node: ^18.17.0 || >=20.5.0}
1541
+
1542
+ readdirp@4.1.2:
1543
+ resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
1544
+ engines: {node: '>= 14.18.0'}
1545
+
1546
+ readdirp@5.0.0:
1547
+ resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
1548
+ engines: {node: '>= 20.19.0'}
1549
+
1550
+ resolve-from@4.0.0:
1551
+ resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
1552
+ engines: {node: '>=4'}
1553
+
1554
+ reusify@1.1.0:
1555
+ resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
1556
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
1557
+
1558
+ rfdc@1.4.1:
1559
+ resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
1560
+
1561
+ rollup@4.55.1:
1562
+ resolution: {integrity: sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==}
1563
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1564
+ hasBin: true
1565
+
1566
+ run-applescript@7.1.0:
1567
+ resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==}
1568
+ engines: {node: '>=18'}
1569
+
1570
+ run-parallel@1.2.0:
1571
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
1572
+
1573
+ scule@1.3.0:
1574
+ resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
1575
+
1576
+ semver@6.3.1:
1577
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1578
+ hasBin: true
1579
+
1580
+ semver@7.7.3:
1581
+ resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
1582
+ engines: {node: '>=10'}
1583
+ hasBin: true
1584
+
1585
+ shebang-command@2.0.0:
1586
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
1587
+ engines: {node: '>=8'}
1588
+
1589
+ shebang-regex@3.0.0:
1590
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
1591
+ engines: {node: '>=8'}
1592
+
1593
+ shell-quote@1.8.3:
1594
+ resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
1595
+ engines: {node: '>= 0.4'}
1596
+
1597
+ sirv@3.0.2:
1598
+ resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
1599
+ engines: {node: '>=18'}
1600
+
1601
+ source-map-js@1.2.1:
1602
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1603
+ engines: {node: '>=0.10.0'}
1604
+
1605
+ speakingurl@14.0.1:
1606
+ resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
1607
+ engines: {node: '>=0.10.0'}
1608
+
1609
+ strip-json-comments@3.1.1:
1610
+ resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
1611
+ engines: {node: '>=8'}
1612
+
1613
+ strip-literal@3.1.0:
1614
+ resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==}
1615
+
1616
+ superjson@2.2.6:
1617
+ resolution: {integrity: sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==}
1618
+ engines: {node: '>=16'}
1619
+
1620
+ supports-color@7.2.0:
1621
+ resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
1622
+ engines: {node: '>=8'}
1623
+
1624
+ synckit@0.11.11:
1625
+ resolution: {integrity: sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==}
1626
+ engines: {node: ^14.18.0 || >=16.0.0}
1627
+
1628
+ tinyglobby@0.2.15:
1629
+ resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
1630
+ engines: {node: '>=12.0.0'}
1631
+
1632
+ to-regex-range@5.0.1:
1633
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1634
+ engines: {node: '>=8.0'}
1635
+
1636
+ totalist@3.0.1:
1637
+ resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
1638
+ engines: {node: '>=6'}
1639
+
1640
+ ts-api-utils@2.4.0:
1641
+ resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==}
1642
+ engines: {node: '>=18.12'}
1643
+ peerDependencies:
1644
+ typescript: '>=4.8.4'
1645
+
1646
+ type-check@0.4.0:
1647
+ resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
1648
+ engines: {node: '>= 0.8.0'}
1649
+
1650
+ typescript-eslint@8.53.0:
1651
+ resolution: {integrity: sha512-xHURCQNxZ1dsWn0sdOaOfCSQG0HKeqSj9OexIxrz6ypU6wHYOdX2I3D2b8s8wFSsSOYJb+6q283cLiLlkEsBYw==}
1652
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1653
+ peerDependencies:
1654
+ eslint: ^8.57.0 || ^9.0.0
1655
+ typescript: '>=4.8.4 <6.0.0'
1656
+
1657
+ typescript@5.9.3:
1658
+ resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
1659
+ engines: {node: '>=14.17'}
1660
+ hasBin: true
1661
+
1662
+ ufo@1.6.2:
1663
+ resolution: {integrity: sha512-heMioaxBcG9+Znsda5Q8sQbWnLJSl98AFDXTO80wELWEzX3hordXsTdxrIfMQoO9IY1MEnoGoPjpoKpMj+Yx0Q==}
1664
+
1665
+ undici-types@7.16.0:
1666
+ resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
1667
+
1668
+ unimport@5.6.0:
1669
+ resolution: {integrity: sha512-8rqAmtJV8o60x46kBAJKtHpJDJWkA2xcBqWKPI14MgUb05o1pnpnCnXSxedUXyeq7p8fR5g3pTo2BaswZ9lD9A==}
1670
+ engines: {node: '>=18.12.0'}
1671
+
1672
+ unplugin-auto-import@20.3.0:
1673
+ resolution: {integrity: sha512-RcSEQiVv7g0mLMMXibYVKk8mpteKxvyffGuDKqZZiFr7Oq3PB1HwgHdK5O7H4AzbhzHoVKG0NnMnsk/1HIVYzQ==}
1674
+ engines: {node: '>=14'}
1675
+ peerDependencies:
1676
+ '@nuxt/kit': ^4.0.0
1677
+ '@vueuse/core': '*'
1678
+ peerDependenciesMeta:
1679
+ '@nuxt/kit':
1680
+ optional: true
1681
+ '@vueuse/core':
1682
+ optional: true
1683
+
1684
+ unplugin-utils@0.3.1:
1685
+ resolution: {integrity: sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==}
1686
+ engines: {node: '>=20.19.0'}
1687
+
1688
+ unplugin-vue-components@30.0.0:
1689
+ resolution: {integrity: sha512-4qVE/lwCgmdPTp6h0qsRN2u642tt4boBQtcpn4wQcWZAsr8TQwq+SPT3NDu/6kBFxzo/sSEK4ioXhOOBrXc3iw==}
1690
+ engines: {node: '>=14'}
1691
+ peerDependencies:
1692
+ '@babel/parser': ^7.15.8
1693
+ '@nuxt/kit': ^3.2.2 || ^4.0.0
1694
+ vue: 2 || 3
1695
+ peerDependenciesMeta:
1696
+ '@babel/parser':
1697
+ optional: true
1698
+ '@nuxt/kit':
1699
+ optional: true
1700
+
1701
+ unplugin-vue-router@0.19.2:
1702
+ resolution: {integrity: sha512-u5dgLBarxE5cyDK/hzJGfpCTLIAyiTXGlo85COuD4Nssj6G7NxS+i9mhCWz/1p/ud1eMwdcUbTXehQe41jYZUA==}
1703
+ peerDependencies:
1704
+ '@vue/compiler-sfc': ^3.5.17
1705
+ vue-router: ^4.6.0
1706
+ peerDependenciesMeta:
1707
+ vue-router:
1708
+ optional: true
1709
+
1710
+ unplugin@2.3.11:
1711
+ resolution: {integrity: sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==}
1712
+ engines: {node: '>=18.12.0'}
1713
+
1714
+ update-browserslist-db@1.2.3:
1715
+ resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
1716
+ hasBin: true
1717
+ peerDependencies:
1718
+ browserslist: '>= 4.21.0'
1719
+
1720
+ uri-js@4.4.1:
1721
+ resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
1722
+
1723
+ util-deprecate@1.0.2:
1724
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
1725
+
1726
+ vite-dev-rpc@1.1.0:
1727
+ resolution: {integrity: sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==}
1728
+ peerDependencies:
1729
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0
1730
+
1731
+ vite-hot-client@2.1.0:
1732
+ resolution: {integrity: sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==}
1733
+ peerDependencies:
1734
+ vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
1735
+
1736
+ vite-plugin-inspect@11.3.3:
1737
+ resolution: {integrity: sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==}
1738
+ engines: {node: '>=14'}
1739
+ peerDependencies:
1740
+ '@nuxt/kit': '*'
1741
+ vite: ^6.0.0 || ^7.0.0-0
1742
+ peerDependenciesMeta:
1743
+ '@nuxt/kit':
1744
+ optional: true
1745
+
1746
+ vite-plugin-vue-devtools@8.0.5:
1747
+ resolution: {integrity: sha512-p619BlKFOqQXJ6uDWS1vUPQzuJOD6xJTfftj57JXBGoBD/yeQCowR7pnWcr/FEX4/HVkFbreI6w2uuGBmQOh6A==}
1748
+ engines: {node: '>=v14.21.3'}
1749
+ peerDependencies:
1750
+ vite: ^6.0.0 || ^7.0.0-0
1751
+
1752
+ vite-plugin-vue-inspector@5.3.2:
1753
+ resolution: {integrity: sha512-YvEKooQcSiBTAs0DoYLfefNja9bLgkFM7NI2b07bE2SruuvX0MEa9cMaxjKVMkeCp5Nz9FRIdcN1rOdFVBeL6Q==}
1754
+ peerDependencies:
1755
+ vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
1756
+
1757
+ vite@7.3.1:
1758
+ resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
1759
+ engines: {node: ^20.19.0 || >=22.12.0}
1760
+ hasBin: true
1761
+ peerDependencies:
1762
+ '@types/node': ^20.19.0 || >=22.12.0
1763
+ jiti: '>=1.21.0'
1764
+ less: ^4.0.0
1765
+ lightningcss: ^1.21.0
1766
+ sass: ^1.70.0
1767
+ sass-embedded: ^1.70.0
1768
+ stylus: '>=0.54.8'
1769
+ sugarss: ^5.0.0
1770
+ terser: ^5.16.0
1771
+ tsx: ^4.8.1
1772
+ yaml: ^2.4.2
1773
+ peerDependenciesMeta:
1774
+ '@types/node':
1775
+ optional: true
1776
+ jiti:
1777
+ optional: true
1778
+ less:
1779
+ optional: true
1780
+ lightningcss:
1781
+ optional: true
1782
+ sass:
1783
+ optional: true
1784
+ sass-embedded:
1785
+ optional: true
1786
+ stylus:
1787
+ optional: true
1788
+ sugarss:
1789
+ optional: true
1790
+ terser:
1791
+ optional: true
1792
+ tsx:
1793
+ optional: true
1794
+ yaml:
1795
+ optional: true
1796
+
1797
+ vscode-uri@3.1.0:
1798
+ resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
1799
+
1800
+ vue-demi@0.14.10:
1801
+ resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
1802
+ engines: {node: '>=12'}
1803
+ hasBin: true
1804
+ peerDependencies:
1805
+ '@vue/composition-api': ^1.0.0-rc.1
1806
+ vue: ^3.0.0-0 || ^2.6.0
1807
+ peerDependenciesMeta:
1808
+ '@vue/composition-api':
1809
+ optional: true
1810
+
1811
+ vue-eslint-parser@10.2.0:
1812
+ resolution: {integrity: sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==}
1813
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1814
+ peerDependencies:
1815
+ eslint: ^8.57.0 || ^9.0.0
1816
+
1817
+ vue-router@4.6.4:
1818
+ resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==}
1819
+ peerDependencies:
1820
+ vue: ^3.5.0
1821
+
1822
+ vue-tsc@3.2.2:
1823
+ resolution: {integrity: sha512-r9YSia/VgGwmbbfC06hDdAatH634XJ9nVl6Zrnz1iK4ucp8Wu78kawplXnIDa3MSu1XdQQePTHLXYwPDWn+nyQ==}
1824
+ hasBin: true
1825
+ peerDependencies:
1826
+ typescript: '>=5.0.0'
1827
+
1828
+ vue@3.5.26:
1829
+ resolution: {integrity: sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==}
1830
+ peerDependencies:
1831
+ typescript: '*'
1832
+ peerDependenciesMeta:
1833
+ typescript:
1834
+ optional: true
1835
+
1836
+ webpack-virtual-modules@0.6.2:
1837
+ resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
1838
+
1839
+ which@2.0.2:
1840
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
1841
+ engines: {node: '>= 8'}
1842
+ hasBin: true
1843
+
1844
+ which@5.0.0:
1845
+ resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==}
1846
+ engines: {node: ^18.17.0 || >=20.5.0}
1847
+ hasBin: true
1848
+
1849
+ word-wrap@1.2.5:
1850
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
1851
+ engines: {node: '>=0.10.0'}
1852
+
1853
+ wsl-utils@0.1.0:
1854
+ resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==}
1855
+ engines: {node: '>=18'}
1856
+
1857
+ xml-name-validator@4.0.0:
1858
+ resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
1859
+ engines: {node: '>=12'}
1860
+
1861
+ yallist@3.1.1:
1862
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1863
+
1864
+ yaml@2.8.2:
1865
+ resolution: {integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==}
1866
+ engines: {node: '>= 14.6'}
1867
+ hasBin: true
1868
+
1869
+ yocto-queue@0.1.0:
1870
+ resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
1871
+ engines: {node: '>=10'}
1872
+
1873
+ snapshots:
1874
+
1875
+ '@babel/code-frame@7.28.6':
1876
+ dependencies:
1877
+ '@babel/helper-validator-identifier': 7.28.5
1878
+ js-tokens: 4.0.0
1879
+ picocolors: 1.1.1
1880
+
1881
+ '@babel/compat-data@7.28.6': {}
1882
+
1883
+ '@babel/core@7.28.6':
1884
+ dependencies:
1885
+ '@babel/code-frame': 7.28.6
1886
+ '@babel/generator': 7.28.6
1887
+ '@babel/helper-compilation-targets': 7.28.6
1888
+ '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6)
1889
+ '@babel/helpers': 7.28.6
1890
+ '@babel/parser': 7.28.6
1891
+ '@babel/template': 7.28.6
1892
+ '@babel/traverse': 7.28.6
1893
+ '@babel/types': 7.28.6
1894
+ '@jridgewell/remapping': 2.3.5
1895
+ convert-source-map: 2.0.0
1896
+ debug: 4.4.3
1897
+ gensync: 1.0.0-beta.2
1898
+ json5: 2.2.3
1899
+ semver: 6.3.1
1900
+ transitivePeerDependencies:
1901
+ - supports-color
1902
+
1903
+ '@babel/generator@7.28.6':
1904
+ dependencies:
1905
+ '@babel/parser': 7.28.6
1906
+ '@babel/types': 7.28.6
1907
+ '@jridgewell/gen-mapping': 0.3.13
1908
+ '@jridgewell/trace-mapping': 0.3.31
1909
+ jsesc: 3.1.0
1910
+
1911
+ '@babel/helper-annotate-as-pure@7.27.3':
1912
+ dependencies:
1913
+ '@babel/types': 7.28.6
1914
+
1915
+ '@babel/helper-compilation-targets@7.28.6':
1916
+ dependencies:
1917
+ '@babel/compat-data': 7.28.6
1918
+ '@babel/helper-validator-option': 7.27.1
1919
+ browserslist: 4.28.1
1920
+ lru-cache: 5.1.1
1921
+ semver: 6.3.1
1922
+
1923
+ '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.6)':
1924
+ dependencies:
1925
+ '@babel/core': 7.28.6
1926
+ '@babel/helper-annotate-as-pure': 7.27.3
1927
+ '@babel/helper-member-expression-to-functions': 7.28.5
1928
+ '@babel/helper-optimise-call-expression': 7.27.1
1929
+ '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.6)
1930
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
1931
+ '@babel/traverse': 7.28.6
1932
+ semver: 6.3.1
1933
+ transitivePeerDependencies:
1934
+ - supports-color
1935
+
1936
+ '@babel/helper-globals@7.28.0': {}
1937
+
1938
+ '@babel/helper-member-expression-to-functions@7.28.5':
1939
+ dependencies:
1940
+ '@babel/traverse': 7.28.6
1941
+ '@babel/types': 7.28.6
1942
+ transitivePeerDependencies:
1943
+ - supports-color
1944
+
1945
+ '@babel/helper-module-imports@7.28.6':
1946
+ dependencies:
1947
+ '@babel/traverse': 7.28.6
1948
+ '@babel/types': 7.28.6
1949
+ transitivePeerDependencies:
1950
+ - supports-color
1951
+
1952
+ '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.6)':
1953
+ dependencies:
1954
+ '@babel/core': 7.28.6
1955
+ '@babel/helper-module-imports': 7.28.6
1956
+ '@babel/helper-validator-identifier': 7.28.5
1957
+ '@babel/traverse': 7.28.6
1958
+ transitivePeerDependencies:
1959
+ - supports-color
1960
+
1961
+ '@babel/helper-optimise-call-expression@7.27.1':
1962
+ dependencies:
1963
+ '@babel/types': 7.28.6
1964
+
1965
+ '@babel/helper-plugin-utils@7.28.6': {}
1966
+
1967
+ '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.6)':
1968
+ dependencies:
1969
+ '@babel/core': 7.28.6
1970
+ '@babel/helper-member-expression-to-functions': 7.28.5
1971
+ '@babel/helper-optimise-call-expression': 7.27.1
1972
+ '@babel/traverse': 7.28.6
1973
+ transitivePeerDependencies:
1974
+ - supports-color
1975
+
1976
+ '@babel/helper-skip-transparent-expression-wrappers@7.27.1':
1977
+ dependencies:
1978
+ '@babel/traverse': 7.28.6
1979
+ '@babel/types': 7.28.6
1980
+ transitivePeerDependencies:
1981
+ - supports-color
1982
+
1983
+ '@babel/helper-string-parser@7.27.1': {}
1984
+
1985
+ '@babel/helper-validator-identifier@7.28.5': {}
1986
+
1987
+ '@babel/helper-validator-option@7.27.1': {}
1988
+
1989
+ '@babel/helpers@7.28.6':
1990
+ dependencies:
1991
+ '@babel/template': 7.28.6
1992
+ '@babel/types': 7.28.6
1993
+
1994
+ '@babel/parser@7.28.6':
1995
+ dependencies:
1996
+ '@babel/types': 7.28.6
1997
+
1998
+ '@babel/plugin-proposal-decorators@7.28.6(@babel/core@7.28.6)':
1999
+ dependencies:
2000
+ '@babel/core': 7.28.6
2001
+ '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6)
2002
+ '@babel/helper-plugin-utils': 7.28.6
2003
+ '@babel/plugin-syntax-decorators': 7.28.6(@babel/core@7.28.6)
2004
+ transitivePeerDependencies:
2005
+ - supports-color
2006
+
2007
+ '@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.28.6)':
2008
+ dependencies:
2009
+ '@babel/core': 7.28.6
2010
+ '@babel/helper-plugin-utils': 7.28.6
2011
+
2012
+ '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.6)':
2013
+ dependencies:
2014
+ '@babel/core': 7.28.6
2015
+ '@babel/helper-plugin-utils': 7.28.6
2016
+
2017
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.6)':
2018
+ dependencies:
2019
+ '@babel/core': 7.28.6
2020
+ '@babel/helper-plugin-utils': 7.28.6
2021
+
2022
+ '@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.28.6)':
2023
+ dependencies:
2024
+ '@babel/core': 7.28.6
2025
+ '@babel/helper-plugin-utils': 7.28.6
2026
+
2027
+ '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.28.6)':
2028
+ dependencies:
2029
+ '@babel/core': 7.28.6
2030
+ '@babel/helper-plugin-utils': 7.28.6
2031
+
2032
+ '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.28.6)':
2033
+ dependencies:
2034
+ '@babel/core': 7.28.6
2035
+ '@babel/helper-annotate-as-pure': 7.27.3
2036
+ '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6)
2037
+ '@babel/helper-plugin-utils': 7.28.6
2038
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
2039
+ '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.28.6)
2040
+ transitivePeerDependencies:
2041
+ - supports-color
2042
+
2043
+ '@babel/template@7.28.6':
2044
+ dependencies:
2045
+ '@babel/code-frame': 7.28.6
2046
+ '@babel/parser': 7.28.6
2047
+ '@babel/types': 7.28.6
2048
+
2049
+ '@babel/traverse@7.28.6':
2050
+ dependencies:
2051
+ '@babel/code-frame': 7.28.6
2052
+ '@babel/generator': 7.28.6
2053
+ '@babel/helper-globals': 7.28.0
2054
+ '@babel/parser': 7.28.6
2055
+ '@babel/template': 7.28.6
2056
+ '@babel/types': 7.28.6
2057
+ debug: 4.4.3
2058
+ transitivePeerDependencies:
2059
+ - supports-color
2060
+
2061
+ '@babel/types@7.28.6':
2062
+ dependencies:
2063
+ '@babel/helper-string-parser': 7.27.1
2064
+ '@babel/helper-validator-identifier': 7.28.5
2065
+
2066
+ '@ctrl/tinycolor@3.6.1': {}
2067
+
2068
+ '@element-plus/icons-vue@2.3.2(vue@3.5.26(typescript@5.9.3))':
2069
+ dependencies:
2070
+ vue: 3.5.26(typescript@5.9.3)
2071
+
2072
+ '@esbuild/aix-ppc64@0.27.2':
2073
+ optional: true
2074
+
2075
+ '@esbuild/android-arm64@0.27.2':
2076
+ optional: true
2077
+
2078
+ '@esbuild/android-arm@0.27.2':
2079
+ optional: true
2080
+
2081
+ '@esbuild/android-x64@0.27.2':
2082
+ optional: true
2083
+
2084
+ '@esbuild/darwin-arm64@0.27.2':
2085
+ optional: true
2086
+
2087
+ '@esbuild/darwin-x64@0.27.2':
2088
+ optional: true
2089
+
2090
+ '@esbuild/freebsd-arm64@0.27.2':
2091
+ optional: true
2092
+
2093
+ '@esbuild/freebsd-x64@0.27.2':
2094
+ optional: true
2095
+
2096
+ '@esbuild/linux-arm64@0.27.2':
2097
+ optional: true
2098
+
2099
+ '@esbuild/linux-arm@0.27.2':
2100
+ optional: true
2101
+
2102
+ '@esbuild/linux-ia32@0.27.2':
2103
+ optional: true
2104
+
2105
+ '@esbuild/linux-loong64@0.27.2':
2106
+ optional: true
2107
+
2108
+ '@esbuild/linux-mips64el@0.27.2':
2109
+ optional: true
2110
+
2111
+ '@esbuild/linux-ppc64@0.27.2':
2112
+ optional: true
2113
+
2114
+ '@esbuild/linux-riscv64@0.27.2':
2115
+ optional: true
2116
+
2117
+ '@esbuild/linux-s390x@0.27.2':
2118
+ optional: true
2119
+
2120
+ '@esbuild/linux-x64@0.27.2':
2121
+ optional: true
2122
+
2123
+ '@esbuild/netbsd-arm64@0.27.2':
2124
+ optional: true
2125
+
2126
+ '@esbuild/netbsd-x64@0.27.2':
2127
+ optional: true
2128
+
2129
+ '@esbuild/openbsd-arm64@0.27.2':
2130
+ optional: true
2131
+
2132
+ '@esbuild/openbsd-x64@0.27.2':
2133
+ optional: true
2134
+
2135
+ '@esbuild/openharmony-arm64@0.27.2':
2136
+ optional: true
2137
+
2138
+ '@esbuild/sunos-x64@0.27.2':
2139
+ optional: true
2140
+
2141
+ '@esbuild/win32-arm64@0.27.2':
2142
+ optional: true
2143
+
2144
+ '@esbuild/win32-ia32@0.27.2':
2145
+ optional: true
2146
+
2147
+ '@esbuild/win32-x64@0.27.2':
2148
+ optional: true
2149
+
2150
+ '@eslint-community/eslint-utils@4.9.1(eslint@9.39.2(jiti@2.6.1))':
2151
+ dependencies:
2152
+ eslint: 9.39.2(jiti@2.6.1)
2153
+ eslint-visitor-keys: 3.4.3
2154
+
2155
+ '@eslint-community/regexpp@4.12.2': {}
2156
+
2157
+ '@eslint/config-array@0.21.1':
2158
+ dependencies:
2159
+ '@eslint/object-schema': 2.1.7
2160
+ debug: 4.4.3
2161
+ minimatch: 3.1.2
2162
+ transitivePeerDependencies:
2163
+ - supports-color
2164
+
2165
+ '@eslint/config-helpers@0.4.2':
2166
+ dependencies:
2167
+ '@eslint/core': 0.17.0
2168
+
2169
+ '@eslint/core@0.17.0':
2170
+ dependencies:
2171
+ '@types/json-schema': 7.0.15
2172
+
2173
+ '@eslint/eslintrc@3.3.3':
2174
+ dependencies:
2175
+ ajv: 6.12.6
2176
+ debug: 4.4.3
2177
+ espree: 10.4.0
2178
+ globals: 14.0.0
2179
+ ignore: 5.3.2
2180
+ import-fresh: 3.3.1
2181
+ js-yaml: 4.1.1
2182
+ minimatch: 3.1.2
2183
+ strip-json-comments: 3.1.1
2184
+ transitivePeerDependencies:
2185
+ - supports-color
2186
+
2187
+ '@eslint/js@9.39.2': {}
2188
+
2189
+ '@eslint/object-schema@2.1.7': {}
2190
+
2191
+ '@eslint/plugin-kit@0.4.1':
2192
+ dependencies:
2193
+ '@eslint/core': 0.17.0
2194
+ levn: 0.4.1
2195
+
2196
+ '@floating-ui/core@1.7.3':
2197
+ dependencies:
2198
+ '@floating-ui/utils': 0.2.10
2199
+
2200
+ '@floating-ui/dom@1.7.4':
2201
+ dependencies:
2202
+ '@floating-ui/core': 1.7.3
2203
+ '@floating-ui/utils': 0.2.10
2204
+
2205
+ '@floating-ui/utils@0.2.10': {}
2206
+
2207
+ '@humanfs/core@0.19.1': {}
2208
+
2209
+ '@humanfs/node@0.16.7':
2210
+ dependencies:
2211
+ '@humanfs/core': 0.19.1
2212
+ '@humanwhocodes/retry': 0.4.3
2213
+
2214
+ '@humanwhocodes/module-importer@1.0.1': {}
2215
+
2216
+ '@humanwhocodes/retry@0.4.3': {}
2217
+
2218
+ '@jridgewell/gen-mapping@0.3.13':
2219
+ dependencies:
2220
+ '@jridgewell/sourcemap-codec': 1.5.5
2221
+ '@jridgewell/trace-mapping': 0.3.31
2222
+
2223
+ '@jridgewell/remapping@2.3.5':
2224
+ dependencies:
2225
+ '@jridgewell/gen-mapping': 0.3.13
2226
+ '@jridgewell/trace-mapping': 0.3.31
2227
+
2228
+ '@jridgewell/resolve-uri@3.1.2': {}
2229
+
2230
+ '@jridgewell/sourcemap-codec@1.5.5': {}
2231
+
2232
+ '@jridgewell/trace-mapping@0.3.31':
2233
+ dependencies:
2234
+ '@jridgewell/resolve-uri': 3.1.2
2235
+ '@jridgewell/sourcemap-codec': 1.5.5
2236
+
2237
+ '@nodelib/fs.scandir@2.1.5':
2238
+ dependencies:
2239
+ '@nodelib/fs.stat': 2.0.5
2240
+ run-parallel: 1.2.0
2241
+
2242
+ '@nodelib/fs.stat@2.0.5': {}
2243
+
2244
+ '@nodelib/fs.walk@1.2.8':
2245
+ dependencies:
2246
+ '@nodelib/fs.scandir': 2.1.5
2247
+ fastq: 1.20.1
2248
+
2249
+ '@pkgr/core@0.2.9': {}
2250
+
2251
+ '@polka/url@1.0.0-next.29': {}
2252
+
2253
+ '@rolldown/pluginutils@1.0.0-beta.53': {}
2254
+
2255
+ '@rolldown/pluginutils@1.0.0-beta.59': {}
2256
+
2257
+ '@rollup/rollup-android-arm-eabi@4.55.1':
2258
+ optional: true
2259
+
2260
+ '@rollup/rollup-android-arm64@4.55.1':
2261
+ optional: true
2262
+
2263
+ '@rollup/rollup-darwin-arm64@4.55.1':
2264
+ optional: true
2265
+
2266
+ '@rollup/rollup-darwin-x64@4.55.1':
2267
+ optional: true
2268
+
2269
+ '@rollup/rollup-freebsd-arm64@4.55.1':
2270
+ optional: true
2271
+
2272
+ '@rollup/rollup-freebsd-x64@4.55.1':
2273
+ optional: true
2274
+
2275
+ '@rollup/rollup-linux-arm-gnueabihf@4.55.1':
2276
+ optional: true
2277
+
2278
+ '@rollup/rollup-linux-arm-musleabihf@4.55.1':
2279
+ optional: true
2280
+
2281
+ '@rollup/rollup-linux-arm64-gnu@4.55.1':
2282
+ optional: true
2283
+
2284
+ '@rollup/rollup-linux-arm64-musl@4.55.1':
2285
+ optional: true
2286
+
2287
+ '@rollup/rollup-linux-loong64-gnu@4.55.1':
2288
+ optional: true
2289
+
2290
+ '@rollup/rollup-linux-loong64-musl@4.55.1':
2291
+ optional: true
2292
+
2293
+ '@rollup/rollup-linux-ppc64-gnu@4.55.1':
2294
+ optional: true
2295
+
2296
+ '@rollup/rollup-linux-ppc64-musl@4.55.1':
2297
+ optional: true
2298
+
2299
+ '@rollup/rollup-linux-riscv64-gnu@4.55.1':
2300
+ optional: true
2301
+
2302
+ '@rollup/rollup-linux-riscv64-musl@4.55.1':
2303
+ optional: true
2304
+
2305
+ '@rollup/rollup-linux-s390x-gnu@4.55.1':
2306
+ optional: true
2307
+
2308
+ '@rollup/rollup-linux-x64-gnu@4.55.1':
2309
+ optional: true
2310
+
2311
+ '@rollup/rollup-linux-x64-musl@4.55.1':
2312
+ optional: true
2313
+
2314
+ '@rollup/rollup-openbsd-x64@4.55.1':
2315
+ optional: true
2316
+
2317
+ '@rollup/rollup-openharmony-arm64@4.55.1':
2318
+ optional: true
2319
+
2320
+ '@rollup/rollup-win32-arm64-msvc@4.55.1':
2321
+ optional: true
2322
+
2323
+ '@rollup/rollup-win32-ia32-msvc@4.55.1':
2324
+ optional: true
2325
+
2326
+ '@rollup/rollup-win32-x64-gnu@4.55.1':
2327
+ optional: true
2328
+
2329
+ '@rollup/rollup-win32-x64-msvc@4.55.1':
2330
+ optional: true
2331
+
2332
+ '@sxzz/popperjs-es@2.11.7': {}
2333
+
2334
+ '@tsconfig/node24@24.0.3': {}
2335
+
2336
+ '@types/estree@1.0.8': {}
2337
+
2338
+ '@types/json-schema@7.0.15': {}
2339
+
2340
+ '@types/lodash-es@4.17.12':
2341
+ dependencies:
2342
+ '@types/lodash': 4.17.23
2343
+
2344
+ '@types/lodash@4.17.23': {}
2345
+
2346
+ '@types/node@24.10.7':
2347
+ dependencies:
2348
+ undici-types: 7.16.0
2349
+
2350
+ '@types/web-bluetooth@0.0.20': {}
2351
+
2352
+ '@typescript-eslint/eslint-plugin@8.53.0(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
2353
+ dependencies:
2354
+ '@eslint-community/regexpp': 4.12.2
2355
+ '@typescript-eslint/parser': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2356
+ '@typescript-eslint/scope-manager': 8.53.0
2357
+ '@typescript-eslint/type-utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2358
+ '@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2359
+ '@typescript-eslint/visitor-keys': 8.53.0
2360
+ eslint: 9.39.2(jiti@2.6.1)
2361
+ ignore: 7.0.5
2362
+ natural-compare: 1.4.0
2363
+ ts-api-utils: 2.4.0(typescript@5.9.3)
2364
+ typescript: 5.9.3
2365
+ transitivePeerDependencies:
2366
+ - supports-color
2367
+
2368
+ '@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
2369
+ dependencies:
2370
+ '@typescript-eslint/scope-manager': 8.53.0
2371
+ '@typescript-eslint/types': 8.53.0
2372
+ '@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3)
2373
+ '@typescript-eslint/visitor-keys': 8.53.0
2374
+ debug: 4.4.3
2375
+ eslint: 9.39.2(jiti@2.6.1)
2376
+ typescript: 5.9.3
2377
+ transitivePeerDependencies:
2378
+ - supports-color
2379
+
2380
+ '@typescript-eslint/project-service@8.53.0(typescript@5.9.3)':
2381
+ dependencies:
2382
+ '@typescript-eslint/tsconfig-utils': 8.53.0(typescript@5.9.3)
2383
+ '@typescript-eslint/types': 8.53.0
2384
+ debug: 4.4.3
2385
+ typescript: 5.9.3
2386
+ transitivePeerDependencies:
2387
+ - supports-color
2388
+
2389
+ '@typescript-eslint/scope-manager@8.53.0':
2390
+ dependencies:
2391
+ '@typescript-eslint/types': 8.53.0
2392
+ '@typescript-eslint/visitor-keys': 8.53.0
2393
+
2394
+ '@typescript-eslint/tsconfig-utils@8.53.0(typescript@5.9.3)':
2395
+ dependencies:
2396
+ typescript: 5.9.3
2397
+
2398
+ '@typescript-eslint/type-utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
2399
+ dependencies:
2400
+ '@typescript-eslint/types': 8.53.0
2401
+ '@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3)
2402
+ '@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2403
+ debug: 4.4.3
2404
+ eslint: 9.39.2(jiti@2.6.1)
2405
+ ts-api-utils: 2.4.0(typescript@5.9.3)
2406
+ typescript: 5.9.3
2407
+ transitivePeerDependencies:
2408
+ - supports-color
2409
+
2410
+ '@typescript-eslint/types@8.53.0': {}
2411
+
2412
+ '@typescript-eslint/typescript-estree@8.53.0(typescript@5.9.3)':
2413
+ dependencies:
2414
+ '@typescript-eslint/project-service': 8.53.0(typescript@5.9.3)
2415
+ '@typescript-eslint/tsconfig-utils': 8.53.0(typescript@5.9.3)
2416
+ '@typescript-eslint/types': 8.53.0
2417
+ '@typescript-eslint/visitor-keys': 8.53.0
2418
+ debug: 4.4.3
2419
+ minimatch: 9.0.5
2420
+ semver: 7.7.3
2421
+ tinyglobby: 0.2.15
2422
+ ts-api-utils: 2.4.0(typescript@5.9.3)
2423
+ typescript: 5.9.3
2424
+ transitivePeerDependencies:
2425
+ - supports-color
2426
+
2427
+ '@typescript-eslint/utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
2428
+ dependencies:
2429
+ '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
2430
+ '@typescript-eslint/scope-manager': 8.53.0
2431
+ '@typescript-eslint/types': 8.53.0
2432
+ '@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3)
2433
+ eslint: 9.39.2(jiti@2.6.1)
2434
+ typescript: 5.9.3
2435
+ transitivePeerDependencies:
2436
+ - supports-color
2437
+
2438
+ '@typescript-eslint/visitor-keys@8.53.0':
2439
+ dependencies:
2440
+ '@typescript-eslint/types': 8.53.0
2441
+ eslint-visitor-keys: 4.2.1
2442
+
2443
+ '@vitejs/plugin-vue-jsx@5.1.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))':
2444
+ dependencies:
2445
+ '@babel/core': 7.28.6
2446
+ '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.28.6)
2447
+ '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.28.6)
2448
+ '@rolldown/pluginutils': 1.0.0-beta.59
2449
+ '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.28.6)
2450
+ vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
2451
+ vue: 3.5.26(typescript@5.9.3)
2452
+ transitivePeerDependencies:
2453
+ - supports-color
2454
+
2455
+ '@vitejs/plugin-vue@6.0.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))':
2456
+ dependencies:
2457
+ '@rolldown/pluginutils': 1.0.0-beta.53
2458
+ vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
2459
+ vue: 3.5.26(typescript@5.9.3)
2460
+
2461
+ '@volar/language-core@2.4.27':
2462
+ dependencies:
2463
+ '@volar/source-map': 2.4.27
2464
+
2465
+ '@volar/source-map@2.4.27': {}
2466
+
2467
+ '@volar/typescript@2.4.27':
2468
+ dependencies:
2469
+ '@volar/language-core': 2.4.27
2470
+ path-browserify: 1.0.1
2471
+ vscode-uri: 3.1.0
2472
+
2473
+ '@vue-macros/common@3.1.2(vue@3.5.26(typescript@5.9.3))':
2474
+ dependencies:
2475
+ '@vue/compiler-sfc': 3.5.26
2476
+ ast-kit: 2.2.0
2477
+ local-pkg: 1.1.2
2478
+ magic-string-ast: 1.0.3
2479
+ unplugin-utils: 0.3.1
2480
+ optionalDependencies:
2481
+ vue: 3.5.26(typescript@5.9.3)
2482
+
2483
+ '@vue/babel-helper-vue-transform-on@1.5.0': {}
2484
+
2485
+ '@vue/babel-helper-vue-transform-on@2.0.1': {}
2486
+
2487
+ '@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.6)':
2488
+ dependencies:
2489
+ '@babel/helper-module-imports': 7.28.6
2490
+ '@babel/helper-plugin-utils': 7.28.6
2491
+ '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6)
2492
+ '@babel/template': 7.28.6
2493
+ '@babel/traverse': 7.28.6
2494
+ '@babel/types': 7.28.6
2495
+ '@vue/babel-helper-vue-transform-on': 1.5.0
2496
+ '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.6)
2497
+ '@vue/shared': 3.5.26
2498
+ optionalDependencies:
2499
+ '@babel/core': 7.28.6
2500
+ transitivePeerDependencies:
2501
+ - supports-color
2502
+
2503
+ '@vue/babel-plugin-jsx@2.0.1(@babel/core@7.28.6)':
2504
+ dependencies:
2505
+ '@babel/helper-module-imports': 7.28.6
2506
+ '@babel/helper-plugin-utils': 7.28.6
2507
+ '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6)
2508
+ '@babel/template': 7.28.6
2509
+ '@babel/traverse': 7.28.6
2510
+ '@babel/types': 7.28.6
2511
+ '@vue/babel-helper-vue-transform-on': 2.0.1
2512
+ '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.28.6)
2513
+ '@vue/shared': 3.5.26
2514
+ optionalDependencies:
2515
+ '@babel/core': 7.28.6
2516
+ transitivePeerDependencies:
2517
+ - supports-color
2518
+
2519
+ '@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.6)':
2520
+ dependencies:
2521
+ '@babel/code-frame': 7.28.6
2522
+ '@babel/core': 7.28.6
2523
+ '@babel/helper-module-imports': 7.28.6
2524
+ '@babel/helper-plugin-utils': 7.28.6
2525
+ '@babel/parser': 7.28.6
2526
+ '@vue/compiler-sfc': 3.5.26
2527
+ transitivePeerDependencies:
2528
+ - supports-color
2529
+
2530
+ '@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.28.6)':
2531
+ dependencies:
2532
+ '@babel/code-frame': 7.28.6
2533
+ '@babel/core': 7.28.6
2534
+ '@babel/helper-module-imports': 7.28.6
2535
+ '@babel/helper-plugin-utils': 7.28.6
2536
+ '@babel/parser': 7.28.6
2537
+ '@vue/compiler-sfc': 3.5.26
2538
+ transitivePeerDependencies:
2539
+ - supports-color
2540
+
2541
+ '@vue/compiler-core@3.5.26':
2542
+ dependencies:
2543
+ '@babel/parser': 7.28.6
2544
+ '@vue/shared': 3.5.26
2545
+ entities: 7.0.0
2546
+ estree-walker: 2.0.2
2547
+ source-map-js: 1.2.1
2548
+
2549
+ '@vue/compiler-dom@3.5.26':
2550
+ dependencies:
2551
+ '@vue/compiler-core': 3.5.26
2552
+ '@vue/shared': 3.5.26
2553
+
2554
+ '@vue/compiler-sfc@3.5.26':
2555
+ dependencies:
2556
+ '@babel/parser': 7.28.6
2557
+ '@vue/compiler-core': 3.5.26
2558
+ '@vue/compiler-dom': 3.5.26
2559
+ '@vue/compiler-ssr': 3.5.26
2560
+ '@vue/shared': 3.5.26
2561
+ estree-walker: 2.0.2
2562
+ magic-string: 0.30.21
2563
+ postcss: 8.5.6
2564
+ source-map-js: 1.2.1
2565
+
2566
+ '@vue/compiler-ssr@3.5.26':
2567
+ dependencies:
2568
+ '@vue/compiler-dom': 3.5.26
2569
+ '@vue/shared': 3.5.26
2570
+
2571
+ '@vue/devtools-api@6.6.4': {}
2572
+
2573
+ '@vue/devtools-api@7.7.9':
2574
+ dependencies:
2575
+ '@vue/devtools-kit': 7.7.9
2576
+
2577
+ '@vue/devtools-core@8.0.5(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))':
2578
+ dependencies:
2579
+ '@vue/devtools-kit': 8.0.5
2580
+ '@vue/devtools-shared': 8.0.5
2581
+ mitt: 3.0.1
2582
+ nanoid: 5.1.6
2583
+ pathe: 2.0.3
2584
+ vite-hot-client: 2.1.0(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))
2585
+ vue: 3.5.26(typescript@5.9.3)
2586
+ transitivePeerDependencies:
2587
+ - vite
2588
+
2589
+ '@vue/devtools-kit@7.7.9':
2590
+ dependencies:
2591
+ '@vue/devtools-shared': 7.7.9
2592
+ birpc: 2.9.0
2593
+ hookable: 5.5.3
2594
+ mitt: 3.0.1
2595
+ perfect-debounce: 1.0.0
2596
+ speakingurl: 14.0.1
2597
+ superjson: 2.2.6
2598
+
2599
+ '@vue/devtools-kit@8.0.5':
2600
+ dependencies:
2601
+ '@vue/devtools-shared': 8.0.5
2602
+ birpc: 2.9.0
2603
+ hookable: 5.5.3
2604
+ mitt: 3.0.1
2605
+ perfect-debounce: 2.0.0
2606
+ speakingurl: 14.0.1
2607
+ superjson: 2.2.6
2608
+
2609
+ '@vue/devtools-shared@7.7.9':
2610
+ dependencies:
2611
+ rfdc: 1.4.1
2612
+
2613
+ '@vue/devtools-shared@8.0.5':
2614
+ dependencies:
2615
+ rfdc: 1.4.1
2616
+
2617
+ '@vue/eslint-config-prettier@10.2.0(eslint@9.39.2(jiti@2.6.1))(prettier@3.6.2)':
2618
+ dependencies:
2619
+ eslint: 9.39.2(jiti@2.6.1)
2620
+ eslint-config-prettier: 10.1.8(eslint@9.39.2(jiti@2.6.1))
2621
+ eslint-plugin-prettier: 5.5.4(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(prettier@3.6.2)
2622
+ prettier: 3.6.2
2623
+ transitivePeerDependencies:
2624
+ - '@types/eslint'
2625
+
2626
+ '@vue/eslint-config-typescript@14.6.0(eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
2627
+ dependencies:
2628
+ '@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2629
+ eslint: 9.39.2(jiti@2.6.1)
2630
+ eslint-plugin-vue: 10.5.1(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1)))
2631
+ fast-glob: 3.3.3
2632
+ typescript-eslint: 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2633
+ vue-eslint-parser: 10.2.0(eslint@9.39.2(jiti@2.6.1))
2634
+ optionalDependencies:
2635
+ typescript: 5.9.3
2636
+ transitivePeerDependencies:
2637
+ - supports-color
2638
+
2639
+ '@vue/language-core@3.2.2':
2640
+ dependencies:
2641
+ '@volar/language-core': 2.4.27
2642
+ '@vue/compiler-dom': 3.5.26
2643
+ '@vue/shared': 3.5.26
2644
+ alien-signals: 3.1.2
2645
+ muggle-string: 0.4.1
2646
+ path-browserify: 1.0.1
2647
+ picomatch: 4.0.3
2648
+
2649
+ '@vue/reactivity@3.5.26':
2650
+ dependencies:
2651
+ '@vue/shared': 3.5.26
2652
+
2653
+ '@vue/runtime-core@3.5.26':
2654
+ dependencies:
2655
+ '@vue/reactivity': 3.5.26
2656
+ '@vue/shared': 3.5.26
2657
+
2658
+ '@vue/runtime-dom@3.5.26':
2659
+ dependencies:
2660
+ '@vue/reactivity': 3.5.26
2661
+ '@vue/runtime-core': 3.5.26
2662
+ '@vue/shared': 3.5.26
2663
+ csstype: 3.2.3
2664
+
2665
+ '@vue/server-renderer@3.5.26(vue@3.5.26(typescript@5.9.3))':
2666
+ dependencies:
2667
+ '@vue/compiler-ssr': 3.5.26
2668
+ '@vue/shared': 3.5.26
2669
+ vue: 3.5.26(typescript@5.9.3)
2670
+
2671
+ '@vue/shared@3.5.26': {}
2672
+
2673
+ '@vue/tsconfig@0.8.1(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))':
2674
+ optionalDependencies:
2675
+ typescript: 5.9.3
2676
+ vue: 3.5.26(typescript@5.9.3)
2677
+
2678
+ '@vueuse/core@10.11.1(vue@3.5.26(typescript@5.9.3))':
2679
+ dependencies:
2680
+ '@types/web-bluetooth': 0.0.20
2681
+ '@vueuse/metadata': 10.11.1
2682
+ '@vueuse/shared': 10.11.1(vue@3.5.26(typescript@5.9.3))
2683
+ vue-demi: 0.14.10(vue@3.5.26(typescript@5.9.3))
2684
+ transitivePeerDependencies:
2685
+ - '@vue/composition-api'
2686
+ - vue
2687
+
2688
+ '@vueuse/metadata@10.11.1': {}
2689
+
2690
+ '@vueuse/shared@10.11.1(vue@3.5.26(typescript@5.9.3))':
2691
+ dependencies:
2692
+ vue-demi: 0.14.10(vue@3.5.26(typescript@5.9.3))
2693
+ transitivePeerDependencies:
2694
+ - '@vue/composition-api'
2695
+ - vue
2696
+
2697
+ acorn-jsx@5.3.2(acorn@8.15.0):
2698
+ dependencies:
2699
+ acorn: 8.15.0
2700
+
2701
+ acorn@8.15.0: {}
2702
+
2703
+ ajv@6.12.6:
2704
+ dependencies:
2705
+ fast-deep-equal: 3.1.3
2706
+ fast-json-stable-stringify: 2.1.0
2707
+ json-schema-traverse: 0.4.1
2708
+ uri-js: 4.4.1
2709
+
2710
+ alien-signals@3.1.2: {}
2711
+
2712
+ ansi-styles@4.3.0:
2713
+ dependencies:
2714
+ color-convert: 2.0.1
2715
+
2716
+ ansi-styles@6.2.3: {}
2717
+
2718
+ ansis@4.2.0: {}
2719
+
2720
+ argparse@2.0.1: {}
2721
+
2722
+ ast-kit@2.2.0:
2723
+ dependencies:
2724
+ '@babel/parser': 7.28.6
2725
+ pathe: 2.0.3
2726
+
2727
+ ast-walker-scope@0.8.3:
2728
+ dependencies:
2729
+ '@babel/parser': 7.28.6
2730
+ ast-kit: 2.2.0
2731
+
2732
+ async-validator@4.2.5: {}
2733
+
2734
+ balanced-match@1.0.2: {}
2735
+
2736
+ baseline-browser-mapping@2.9.14: {}
2737
+
2738
+ birpc@2.9.0: {}
2739
+
2740
+ boolbase@1.0.0: {}
2741
+
2742
+ brace-expansion@1.1.12:
2743
+ dependencies:
2744
+ balanced-match: 1.0.2
2745
+ concat-map: 0.0.1
2746
+
2747
+ brace-expansion@2.0.2:
2748
+ dependencies:
2749
+ balanced-match: 1.0.2
2750
+
2751
+ braces@3.0.3:
2752
+ dependencies:
2753
+ fill-range: 7.1.1
2754
+
2755
+ browserslist@4.28.1:
2756
+ dependencies:
2757
+ baseline-browser-mapping: 2.9.14
2758
+ caniuse-lite: 1.0.30001764
2759
+ electron-to-chromium: 1.5.267
2760
+ node-releases: 2.0.27
2761
+ update-browserslist-db: 1.2.3(browserslist@4.28.1)
2762
+
2763
+ bundle-name@4.1.0:
2764
+ dependencies:
2765
+ run-applescript: 7.1.0
2766
+
2767
+ callsites@3.1.0: {}
2768
+
2769
+ caniuse-lite@1.0.30001764: {}
2770
+
2771
+ chalk@4.1.2:
2772
+ dependencies:
2773
+ ansi-styles: 4.3.0
2774
+ supports-color: 7.2.0
2775
+
2776
+ chokidar@4.0.3:
2777
+ dependencies:
2778
+ readdirp: 4.1.2
2779
+
2780
+ chokidar@5.0.0:
2781
+ dependencies:
2782
+ readdirp: 5.0.0
2783
+
2784
+ color-convert@2.0.1:
2785
+ dependencies:
2786
+ color-name: 1.1.4
2787
+
2788
+ color-name@1.1.4: {}
2789
+
2790
+ concat-map@0.0.1: {}
2791
+
2792
+ confbox@0.1.8: {}
2793
+
2794
+ confbox@0.2.2: {}
2795
+
2796
+ convert-source-map@2.0.0: {}
2797
+
2798
+ copy-anything@4.0.5:
2799
+ dependencies:
2800
+ is-what: 5.5.0
2801
+
2802
+ cross-spawn@7.0.6:
2803
+ dependencies:
2804
+ path-key: 3.1.1
2805
+ shebang-command: 2.0.0
2806
+ which: 2.0.2
2807
+
2808
+ cssesc@3.0.0: {}
2809
+
2810
+ csstype@3.2.3: {}
2811
+
2812
+ dayjs@1.11.19: {}
2813
+
2814
+ debug@4.4.3:
2815
+ dependencies:
2816
+ ms: 2.1.3
2817
+
2818
+ deep-is@0.1.4: {}
2819
+
2820
+ default-browser-id@5.0.1: {}
2821
+
2822
+ default-browser@5.4.0:
2823
+ dependencies:
2824
+ bundle-name: 4.1.0
2825
+ default-browser-id: 5.0.1
2826
+
2827
+ define-lazy-prop@3.0.0: {}
2828
+
2829
+ defu@6.1.4: {}
2830
+
2831
+ electron-to-chromium@1.5.267: {}
2832
+
2833
+ element-plus@2.13.1(vue@3.5.26(typescript@5.9.3)):
2834
+ dependencies:
2835
+ '@ctrl/tinycolor': 3.6.1
2836
+ '@element-plus/icons-vue': 2.3.2(vue@3.5.26(typescript@5.9.3))
2837
+ '@floating-ui/dom': 1.7.4
2838
+ '@popperjs/core': '@sxzz/popperjs-es@2.11.7'
2839
+ '@types/lodash': 4.17.23
2840
+ '@types/lodash-es': 4.17.12
2841
+ '@vueuse/core': 10.11.1(vue@3.5.26(typescript@5.9.3))
2842
+ async-validator: 4.2.5
2843
+ dayjs: 1.11.19
2844
+ lodash: 4.17.21
2845
+ lodash-es: 4.17.22
2846
+ lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.22)(lodash@4.17.21)
2847
+ memoize-one: 6.0.0
2848
+ normalize-wheel-es: 1.2.0
2849
+ vue: 3.5.26(typescript@5.9.3)
2850
+ transitivePeerDependencies:
2851
+ - '@vue/composition-api'
2852
+
2853
+ entities@7.0.0: {}
2854
+
2855
+ error-stack-parser-es@1.0.5: {}
2856
+
2857
+ esbuild@0.27.2:
2858
+ optionalDependencies:
2859
+ '@esbuild/aix-ppc64': 0.27.2
2860
+ '@esbuild/android-arm': 0.27.2
2861
+ '@esbuild/android-arm64': 0.27.2
2862
+ '@esbuild/android-x64': 0.27.2
2863
+ '@esbuild/darwin-arm64': 0.27.2
2864
+ '@esbuild/darwin-x64': 0.27.2
2865
+ '@esbuild/freebsd-arm64': 0.27.2
2866
+ '@esbuild/freebsd-x64': 0.27.2
2867
+ '@esbuild/linux-arm': 0.27.2
2868
+ '@esbuild/linux-arm64': 0.27.2
2869
+ '@esbuild/linux-ia32': 0.27.2
2870
+ '@esbuild/linux-loong64': 0.27.2
2871
+ '@esbuild/linux-mips64el': 0.27.2
2872
+ '@esbuild/linux-ppc64': 0.27.2
2873
+ '@esbuild/linux-riscv64': 0.27.2
2874
+ '@esbuild/linux-s390x': 0.27.2
2875
+ '@esbuild/linux-x64': 0.27.2
2876
+ '@esbuild/netbsd-arm64': 0.27.2
2877
+ '@esbuild/netbsd-x64': 0.27.2
2878
+ '@esbuild/openbsd-arm64': 0.27.2
2879
+ '@esbuild/openbsd-x64': 0.27.2
2880
+ '@esbuild/openharmony-arm64': 0.27.2
2881
+ '@esbuild/sunos-x64': 0.27.2
2882
+ '@esbuild/win32-arm64': 0.27.2
2883
+ '@esbuild/win32-ia32': 0.27.2
2884
+ '@esbuild/win32-x64': 0.27.2
2885
+
2886
+ escalade@3.2.0: {}
2887
+
2888
+ escape-string-regexp@4.0.0: {}
2889
+
2890
+ escape-string-regexp@5.0.0: {}
2891
+
2892
+ eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)):
2893
+ dependencies:
2894
+ eslint: 9.39.2(jiti@2.6.1)
2895
+
2896
+ eslint-plugin-prettier@5.5.4(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(prettier@3.6.2):
2897
+ dependencies:
2898
+ eslint: 9.39.2(jiti@2.6.1)
2899
+ prettier: 3.6.2
2900
+ prettier-linter-helpers: 1.0.1
2901
+ synckit: 0.11.11
2902
+ optionalDependencies:
2903
+ eslint-config-prettier: 10.1.8(eslint@9.39.2(jiti@2.6.1))
2904
+
2905
+ eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))):
2906
+ dependencies:
2907
+ '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
2908
+ eslint: 9.39.2(jiti@2.6.1)
2909
+ natural-compare: 1.4.0
2910
+ nth-check: 2.1.1
2911
+ postcss-selector-parser: 6.1.2
2912
+ semver: 7.7.3
2913
+ vue-eslint-parser: 10.2.0(eslint@9.39.2(jiti@2.6.1))
2914
+ xml-name-validator: 4.0.0
2915
+ optionalDependencies:
2916
+ '@typescript-eslint/parser': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2917
+
2918
+ eslint-scope@8.4.0:
2919
+ dependencies:
2920
+ esrecurse: 4.3.0
2921
+ estraverse: 5.3.0
2922
+
2923
+ eslint-visitor-keys@3.4.3: {}
2924
+
2925
+ eslint-visitor-keys@4.2.1: {}
2926
+
2927
+ eslint@9.39.2(jiti@2.6.1):
2928
+ dependencies:
2929
+ '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
2930
+ '@eslint-community/regexpp': 4.12.2
2931
+ '@eslint/config-array': 0.21.1
2932
+ '@eslint/config-helpers': 0.4.2
2933
+ '@eslint/core': 0.17.0
2934
+ '@eslint/eslintrc': 3.3.3
2935
+ '@eslint/js': 9.39.2
2936
+ '@eslint/plugin-kit': 0.4.1
2937
+ '@humanfs/node': 0.16.7
2938
+ '@humanwhocodes/module-importer': 1.0.1
2939
+ '@humanwhocodes/retry': 0.4.3
2940
+ '@types/estree': 1.0.8
2941
+ ajv: 6.12.6
2942
+ chalk: 4.1.2
2943
+ cross-spawn: 7.0.6
2944
+ debug: 4.4.3
2945
+ escape-string-regexp: 4.0.0
2946
+ eslint-scope: 8.4.0
2947
+ eslint-visitor-keys: 4.2.1
2948
+ espree: 10.4.0
2949
+ esquery: 1.7.0
2950
+ esutils: 2.0.3
2951
+ fast-deep-equal: 3.1.3
2952
+ file-entry-cache: 8.0.0
2953
+ find-up: 5.0.0
2954
+ glob-parent: 6.0.2
2955
+ ignore: 5.3.2
2956
+ imurmurhash: 0.1.4
2957
+ is-glob: 4.0.3
2958
+ json-stable-stringify-without-jsonify: 1.0.1
2959
+ lodash.merge: 4.6.2
2960
+ minimatch: 3.1.2
2961
+ natural-compare: 1.4.0
2962
+ optionator: 0.9.4
2963
+ optionalDependencies:
2964
+ jiti: 2.6.1
2965
+ transitivePeerDependencies:
2966
+ - supports-color
2967
+
2968
+ espree@10.4.0:
2969
+ dependencies:
2970
+ acorn: 8.15.0
2971
+ acorn-jsx: 5.3.2(acorn@8.15.0)
2972
+ eslint-visitor-keys: 4.2.1
2973
+
2974
+ esquery@1.7.0:
2975
+ dependencies:
2976
+ estraverse: 5.3.0
2977
+
2978
+ esrecurse@4.3.0:
2979
+ dependencies:
2980
+ estraverse: 5.3.0
2981
+
2982
+ estraverse@5.3.0: {}
2983
+
2984
+ estree-walker@2.0.2: {}
2985
+
2986
+ estree-walker@3.0.3:
2987
+ dependencies:
2988
+ '@types/estree': 1.0.8
2989
+
2990
+ esutils@2.0.3: {}
2991
+
2992
+ exsolve@1.0.8: {}
2993
+
2994
+ fast-deep-equal@3.1.3: {}
2995
+
2996
+ fast-diff@1.3.0: {}
2997
+
2998
+ fast-glob@3.3.3:
2999
+ dependencies:
3000
+ '@nodelib/fs.stat': 2.0.5
3001
+ '@nodelib/fs.walk': 1.2.8
3002
+ glob-parent: 5.1.2
3003
+ merge2: 1.4.1
3004
+ micromatch: 4.0.8
3005
+
3006
+ fast-json-stable-stringify@2.1.0: {}
3007
+
3008
+ fast-levenshtein@2.0.6: {}
3009
+
3010
+ fastq@1.20.1:
3011
+ dependencies:
3012
+ reusify: 1.1.0
3013
+
3014
+ fdir@6.5.0(picomatch@4.0.3):
3015
+ optionalDependencies:
3016
+ picomatch: 4.0.3
3017
+
3018
+ file-entry-cache@8.0.0:
3019
+ dependencies:
3020
+ flat-cache: 4.0.1
3021
+
3022
+ fill-range@7.1.1:
3023
+ dependencies:
3024
+ to-regex-range: 5.0.1
3025
+
3026
+ find-up@5.0.0:
3027
+ dependencies:
3028
+ locate-path: 6.0.0
3029
+ path-exists: 4.0.0
3030
+
3031
+ flat-cache@4.0.1:
3032
+ dependencies:
3033
+ flatted: 3.3.3
3034
+ keyv: 4.5.4
3035
+
3036
+ flatted@3.3.3: {}
3037
+
3038
+ fsevents@2.3.3:
3039
+ optional: true
3040
+
3041
+ gensync@1.0.0-beta.2: {}
3042
+
3043
+ glob-parent@5.1.2:
3044
+ dependencies:
3045
+ is-glob: 4.0.3
3046
+
3047
+ glob-parent@6.0.2:
3048
+ dependencies:
3049
+ is-glob: 4.0.3
3050
+
3051
+ globals@14.0.0: {}
3052
+
3053
+ has-flag@4.0.0: {}
3054
+
3055
+ hookable@5.5.3: {}
3056
+
3057
+ ignore@5.3.2: {}
3058
+
3059
+ ignore@7.0.5: {}
3060
+
3061
+ import-fresh@3.3.1:
3062
+ dependencies:
3063
+ parent-module: 1.0.1
3064
+ resolve-from: 4.0.0
3065
+
3066
+ imurmurhash@0.1.4: {}
3067
+
3068
+ is-docker@3.0.0: {}
3069
+
3070
+ is-extglob@2.1.1: {}
3071
+
3072
+ is-glob@4.0.3:
3073
+ dependencies:
3074
+ is-extglob: 2.1.1
3075
+
3076
+ is-inside-container@1.0.0:
3077
+ dependencies:
3078
+ is-docker: 3.0.0
3079
+
3080
+ is-number@7.0.0: {}
3081
+
3082
+ is-what@5.5.0: {}
3083
+
3084
+ is-wsl@3.1.0:
3085
+ dependencies:
3086
+ is-inside-container: 1.0.0
3087
+
3088
+ isexe@2.0.0: {}
3089
+
3090
+ isexe@3.1.1: {}
3091
+
3092
+ jiti@2.6.1: {}
3093
+
3094
+ js-tokens@4.0.0: {}
3095
+
3096
+ js-tokens@9.0.1: {}
3097
+
3098
+ js-yaml@4.1.1:
3099
+ dependencies:
3100
+ argparse: 2.0.1
3101
+
3102
+ jsesc@3.1.0: {}
3103
+
3104
+ json-buffer@3.0.1: {}
3105
+
3106
+ json-parse-even-better-errors@4.0.0: {}
3107
+
3108
+ json-schema-traverse@0.4.1: {}
3109
+
3110
+ json-stable-stringify-without-jsonify@1.0.1: {}
3111
+
3112
+ json5@2.2.3: {}
3113
+
3114
+ keyv@4.5.4:
3115
+ dependencies:
3116
+ json-buffer: 3.0.1
3117
+
3118
+ kolorist@1.8.0: {}
3119
+
3120
+ l-global@1.0.5: {}
3121
+
3122
+ levn@0.4.1:
3123
+ dependencies:
3124
+ prelude-ls: 1.2.1
3125
+ type-check: 0.4.0
3126
+
3127
+ local-pkg@1.1.2:
3128
+ dependencies:
3129
+ mlly: 1.8.0
3130
+ pkg-types: 2.3.0
3131
+ quansync: 0.2.11
3132
+
3133
+ locate-path@6.0.0:
3134
+ dependencies:
3135
+ p-locate: 5.0.0
3136
+
3137
+ lodash-es@4.17.22: {}
3138
+
3139
+ lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.22)(lodash@4.17.21):
3140
+ dependencies:
3141
+ '@types/lodash-es': 4.17.12
3142
+ lodash: 4.17.21
3143
+ lodash-es: 4.17.22
3144
+
3145
+ lodash.merge@4.6.2: {}
3146
+
3147
+ lodash@4.17.21: {}
3148
+
3149
+ lru-cache@5.1.1:
3150
+ dependencies:
3151
+ yallist: 3.1.1
3152
+
3153
+ magic-string-ast@1.0.3:
3154
+ dependencies:
3155
+ magic-string: 0.30.21
3156
+
3157
+ magic-string@0.30.21:
3158
+ dependencies:
3159
+ '@jridgewell/sourcemap-codec': 1.5.5
3160
+
3161
+ memoize-one@6.0.0: {}
3162
+
3163
+ memorystream@0.3.1: {}
3164
+
3165
+ merge2@1.4.1: {}
3166
+
3167
+ micromatch@4.0.8:
3168
+ dependencies:
3169
+ braces: 3.0.3
3170
+ picomatch: 2.3.1
3171
+
3172
+ minimatch@3.1.2:
3173
+ dependencies:
3174
+ brace-expansion: 1.1.12
3175
+
3176
+ minimatch@9.0.5:
3177
+ dependencies:
3178
+ brace-expansion: 2.0.2
3179
+
3180
+ mitt@3.0.1: {}
3181
+
3182
+ mlly@1.8.0:
3183
+ dependencies:
3184
+ acorn: 8.15.0
3185
+ pathe: 2.0.3
3186
+ pkg-types: 1.3.1
3187
+ ufo: 1.6.2
3188
+
3189
+ mrmime@2.0.1: {}
3190
+
3191
+ ms@2.1.3: {}
3192
+
3193
+ muggle-string@0.4.1: {}
3194
+
3195
+ nanoid@3.3.11: {}
3196
+
3197
+ nanoid@5.1.6: {}
3198
+
3199
+ natural-compare@1.4.0: {}
3200
+
3201
+ node-releases@2.0.27: {}
3202
+
3203
+ normalize-wheel-es@1.2.0: {}
3204
+
3205
+ npm-normalize-package-bin@4.0.0: {}
3206
+
3207
+ npm-run-all2@8.0.4:
3208
+ dependencies:
3209
+ ansi-styles: 6.2.3
3210
+ cross-spawn: 7.0.6
3211
+ memorystream: 0.3.1
3212
+ picomatch: 4.0.3
3213
+ pidtree: 0.6.0
3214
+ read-package-json-fast: 4.0.0
3215
+ shell-quote: 1.8.3
3216
+ which: 5.0.0
3217
+
3218
+ nth-check@2.1.1:
3219
+ dependencies:
3220
+ boolbase: 1.0.0
3221
+
3222
+ ohash@2.0.11: {}
3223
+
3224
+ open@10.2.0:
3225
+ dependencies:
3226
+ default-browser: 5.4.0
3227
+ define-lazy-prop: 3.0.0
3228
+ is-inside-container: 1.0.0
3229
+ wsl-utils: 0.1.0
3230
+
3231
+ optionator@0.9.4:
3232
+ dependencies:
3233
+ deep-is: 0.1.4
3234
+ fast-levenshtein: 2.0.6
3235
+ levn: 0.4.1
3236
+ prelude-ls: 1.2.1
3237
+ type-check: 0.4.0
3238
+ word-wrap: 1.2.5
3239
+
3240
+ p-limit@3.1.0:
3241
+ dependencies:
3242
+ yocto-queue: 0.1.0
3243
+
3244
+ p-locate@5.0.0:
3245
+ dependencies:
3246
+ p-limit: 3.1.0
3247
+
3248
+ parent-module@1.0.1:
3249
+ dependencies:
3250
+ callsites: 3.1.0
3251
+
3252
+ path-browserify@1.0.1: {}
3253
+
3254
+ path-exists@4.0.0: {}
3255
+
3256
+ path-key@3.1.1: {}
3257
+
3258
+ pathe@2.0.3: {}
3259
+
3260
+ perfect-debounce@1.0.0: {}
3261
+
3262
+ perfect-debounce@2.0.0: {}
3263
+
3264
+ picocolors@1.1.1: {}
3265
+
3266
+ picomatch@2.3.1: {}
3267
+
3268
+ picomatch@4.0.3: {}
3269
+
3270
+ pidtree@0.6.0: {}
3271
+
3272
+ pinia-plugin-persistedstate@4.7.1(pinia@3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))):
3273
+ dependencies:
3274
+ defu: 6.1.4
3275
+ optionalDependencies:
3276
+ pinia: 3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))
3277
+
3278
+ pinia@3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3)):
3279
+ dependencies:
3280
+ '@vue/devtools-api': 7.7.9
3281
+ vue: 3.5.26(typescript@5.9.3)
3282
+ optionalDependencies:
3283
+ typescript: 5.9.3
3284
+
3285
+ pkg-types@1.3.1:
3286
+ dependencies:
3287
+ confbox: 0.1.8
3288
+ mlly: 1.8.0
3289
+ pathe: 2.0.3
3290
+
3291
+ pkg-types@2.3.0:
3292
+ dependencies:
3293
+ confbox: 0.2.2
3294
+ exsolve: 1.0.8
3295
+ pathe: 2.0.3
3296
+
3297
+ postcss-selector-parser@6.1.2:
3298
+ dependencies:
3299
+ cssesc: 3.0.0
3300
+ util-deprecate: 1.0.2
3301
+
3302
+ postcss@8.5.6:
3303
+ dependencies:
3304
+ nanoid: 3.3.11
3305
+ picocolors: 1.1.1
3306
+ source-map-js: 1.2.1
3307
+
3308
+ prelude-ls@1.2.1: {}
3309
+
3310
+ prettier-linter-helpers@1.0.1:
3311
+ dependencies:
3312
+ fast-diff: 1.3.0
3313
+
3314
+ prettier@3.6.2: {}
3315
+
3316
+ punycode@2.3.1: {}
3317
+
3318
+ quansync@0.2.11: {}
3319
+
3320
+ queue-microtask@1.2.3: {}
3321
+
3322
+ read-package-json-fast@4.0.0:
3323
+ dependencies:
3324
+ json-parse-even-better-errors: 4.0.0
3325
+ npm-normalize-package-bin: 4.0.0
3326
+
3327
+ readdirp@4.1.2: {}
3328
+
3329
+ readdirp@5.0.0: {}
3330
+
3331
+ resolve-from@4.0.0: {}
3332
+
3333
+ reusify@1.1.0: {}
3334
+
3335
+ rfdc@1.4.1: {}
3336
+
3337
+ rollup@4.55.1:
3338
+ dependencies:
3339
+ '@types/estree': 1.0.8
3340
+ optionalDependencies:
3341
+ '@rollup/rollup-android-arm-eabi': 4.55.1
3342
+ '@rollup/rollup-android-arm64': 4.55.1
3343
+ '@rollup/rollup-darwin-arm64': 4.55.1
3344
+ '@rollup/rollup-darwin-x64': 4.55.1
3345
+ '@rollup/rollup-freebsd-arm64': 4.55.1
3346
+ '@rollup/rollup-freebsd-x64': 4.55.1
3347
+ '@rollup/rollup-linux-arm-gnueabihf': 4.55.1
3348
+ '@rollup/rollup-linux-arm-musleabihf': 4.55.1
3349
+ '@rollup/rollup-linux-arm64-gnu': 4.55.1
3350
+ '@rollup/rollup-linux-arm64-musl': 4.55.1
3351
+ '@rollup/rollup-linux-loong64-gnu': 4.55.1
3352
+ '@rollup/rollup-linux-loong64-musl': 4.55.1
3353
+ '@rollup/rollup-linux-ppc64-gnu': 4.55.1
3354
+ '@rollup/rollup-linux-ppc64-musl': 4.55.1
3355
+ '@rollup/rollup-linux-riscv64-gnu': 4.55.1
3356
+ '@rollup/rollup-linux-riscv64-musl': 4.55.1
3357
+ '@rollup/rollup-linux-s390x-gnu': 4.55.1
3358
+ '@rollup/rollup-linux-x64-gnu': 4.55.1
3359
+ '@rollup/rollup-linux-x64-musl': 4.55.1
3360
+ '@rollup/rollup-openbsd-x64': 4.55.1
3361
+ '@rollup/rollup-openharmony-arm64': 4.55.1
3362
+ '@rollup/rollup-win32-arm64-msvc': 4.55.1
3363
+ '@rollup/rollup-win32-ia32-msvc': 4.55.1
3364
+ '@rollup/rollup-win32-x64-gnu': 4.55.1
3365
+ '@rollup/rollup-win32-x64-msvc': 4.55.1
3366
+ fsevents: 2.3.3
3367
+
3368
+ run-applescript@7.1.0: {}
3369
+
3370
+ run-parallel@1.2.0:
3371
+ dependencies:
3372
+ queue-microtask: 1.2.3
3373
+
3374
+ scule@1.3.0: {}
3375
+
3376
+ semver@6.3.1: {}
3377
+
3378
+ semver@7.7.3: {}
3379
+
3380
+ shebang-command@2.0.0:
3381
+ dependencies:
3382
+ shebang-regex: 3.0.0
3383
+
3384
+ shebang-regex@3.0.0: {}
3385
+
3386
+ shell-quote@1.8.3: {}
3387
+
3388
+ sirv@3.0.2:
3389
+ dependencies:
3390
+ '@polka/url': 1.0.0-next.29
3391
+ mrmime: 2.0.1
3392
+ totalist: 3.0.1
3393
+
3394
+ source-map-js@1.2.1: {}
3395
+
3396
+ speakingurl@14.0.1: {}
3397
+
3398
+ strip-json-comments@3.1.1: {}
3399
+
3400
+ strip-literal@3.1.0:
3401
+ dependencies:
3402
+ js-tokens: 9.0.1
3403
+
3404
+ superjson@2.2.6:
3405
+ dependencies:
3406
+ copy-anything: 4.0.5
3407
+
3408
+ supports-color@7.2.0:
3409
+ dependencies:
3410
+ has-flag: 4.0.0
3411
+
3412
+ synckit@0.11.11:
3413
+ dependencies:
3414
+ '@pkgr/core': 0.2.9
3415
+
3416
+ tinyglobby@0.2.15:
3417
+ dependencies:
3418
+ fdir: 6.5.0(picomatch@4.0.3)
3419
+ picomatch: 4.0.3
3420
+
3421
+ to-regex-range@5.0.1:
3422
+ dependencies:
3423
+ is-number: 7.0.0
3424
+
3425
+ totalist@3.0.1: {}
3426
+
3427
+ ts-api-utils@2.4.0(typescript@5.9.3):
3428
+ dependencies:
3429
+ typescript: 5.9.3
3430
+
3431
+ type-check@0.4.0:
3432
+ dependencies:
3433
+ prelude-ls: 1.2.1
3434
+
3435
+ typescript-eslint@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
3436
+ dependencies:
3437
+ '@typescript-eslint/eslint-plugin': 8.53.0(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
3438
+ '@typescript-eslint/parser': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
3439
+ '@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3)
3440
+ '@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
3441
+ eslint: 9.39.2(jiti@2.6.1)
3442
+ typescript: 5.9.3
3443
+ transitivePeerDependencies:
3444
+ - supports-color
3445
+
3446
+ typescript@5.9.3: {}
3447
+
3448
+ ufo@1.6.2: {}
3449
+
3450
+ undici-types@7.16.0: {}
3451
+
3452
+ unimport@5.6.0:
3453
+ dependencies:
3454
+ acorn: 8.15.0
3455
+ escape-string-regexp: 5.0.0
3456
+ estree-walker: 3.0.3
3457
+ local-pkg: 1.1.2
3458
+ magic-string: 0.30.21
3459
+ mlly: 1.8.0
3460
+ pathe: 2.0.3
3461
+ picomatch: 4.0.3
3462
+ pkg-types: 2.3.0
3463
+ scule: 1.3.0
3464
+ strip-literal: 3.1.0
3465
+ tinyglobby: 0.2.15
3466
+ unplugin: 2.3.11
3467
+ unplugin-utils: 0.3.1
3468
+
3469
+ unplugin-auto-import@20.3.0(@vueuse/core@10.11.1(vue@3.5.26(typescript@5.9.3))):
3470
+ dependencies:
3471
+ local-pkg: 1.1.2
3472
+ magic-string: 0.30.21
3473
+ picomatch: 4.0.3
3474
+ unimport: 5.6.0
3475
+ unplugin: 2.3.11
3476
+ unplugin-utils: 0.3.1
3477
+ optionalDependencies:
3478
+ '@vueuse/core': 10.11.1(vue@3.5.26(typescript@5.9.3))
3479
+
3480
+ unplugin-utils@0.3.1:
3481
+ dependencies:
3482
+ pathe: 2.0.3
3483
+ picomatch: 4.0.3
3484
+
3485
+ unplugin-vue-components@30.0.0(@babel/parser@7.28.6)(vue@3.5.26(typescript@5.9.3)):
3486
+ dependencies:
3487
+ chokidar: 4.0.3
3488
+ debug: 4.4.3
3489
+ local-pkg: 1.1.2
3490
+ magic-string: 0.30.21
3491
+ mlly: 1.8.0
3492
+ tinyglobby: 0.2.15
3493
+ unplugin: 2.3.11
3494
+ unplugin-utils: 0.3.1
3495
+ vue: 3.5.26(typescript@5.9.3)
3496
+ optionalDependencies:
3497
+ '@babel/parser': 7.28.6
3498
+ transitivePeerDependencies:
3499
+ - supports-color
3500
+
3501
+ unplugin-vue-router@0.19.2(@vue/compiler-sfc@3.5.26)(vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3)):
3502
+ dependencies:
3503
+ '@babel/generator': 7.28.6
3504
+ '@vue-macros/common': 3.1.2(vue@3.5.26(typescript@5.9.3))
3505
+ '@vue/compiler-sfc': 3.5.26
3506
+ '@vue/language-core': 3.2.2
3507
+ ast-walker-scope: 0.8.3
3508
+ chokidar: 5.0.0
3509
+ json5: 2.2.3
3510
+ local-pkg: 1.1.2
3511
+ magic-string: 0.30.21
3512
+ mlly: 1.8.0
3513
+ muggle-string: 0.4.1
3514
+ pathe: 2.0.3
3515
+ picomatch: 4.0.3
3516
+ scule: 1.3.0
3517
+ tinyglobby: 0.2.15
3518
+ unplugin: 2.3.11
3519
+ unplugin-utils: 0.3.1
3520
+ yaml: 2.8.2
3521
+ optionalDependencies:
3522
+ vue-router: 4.6.4(vue@3.5.26(typescript@5.9.3))
3523
+ transitivePeerDependencies:
3524
+ - vue
3525
+
3526
+ unplugin@2.3.11:
3527
+ dependencies:
3528
+ '@jridgewell/remapping': 2.3.5
3529
+ acorn: 8.15.0
3530
+ picomatch: 4.0.3
3531
+ webpack-virtual-modules: 0.6.2
3532
+
3533
+ update-browserslist-db@1.2.3(browserslist@4.28.1):
3534
+ dependencies:
3535
+ browserslist: 4.28.1
3536
+ escalade: 3.2.0
3537
+ picocolors: 1.1.1
3538
+
3539
+ uri-js@4.4.1:
3540
+ dependencies:
3541
+ punycode: 2.3.1
3542
+
3543
+ util-deprecate@1.0.2: {}
3544
+
3545
+ vite-dev-rpc@1.1.0(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)):
3546
+ dependencies:
3547
+ birpc: 2.9.0
3548
+ vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
3549
+ vite-hot-client: 2.1.0(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))
3550
+
3551
+ vite-hot-client@2.1.0(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)):
3552
+ dependencies:
3553
+ vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
3554
+
3555
+ vite-plugin-inspect@11.3.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)):
3556
+ dependencies:
3557
+ ansis: 4.2.0
3558
+ debug: 4.4.3
3559
+ error-stack-parser-es: 1.0.5
3560
+ ohash: 2.0.11
3561
+ open: 10.2.0
3562
+ perfect-debounce: 2.0.0
3563
+ sirv: 3.0.2
3564
+ unplugin-utils: 0.3.1
3565
+ vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
3566
+ vite-dev-rpc: 1.1.0(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))
3567
+ transitivePeerDependencies:
3568
+ - supports-color
3569
+
3570
+ vite-plugin-vue-devtools@8.0.5(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)):
3571
+ dependencies:
3572
+ '@vue/devtools-core': 8.0.5(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))
3573
+ '@vue/devtools-kit': 8.0.5
3574
+ '@vue/devtools-shared': 8.0.5
3575
+ sirv: 3.0.2
3576
+ vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
3577
+ vite-plugin-inspect: 11.3.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))
3578
+ vite-plugin-vue-inspector: 5.3.2(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))
3579
+ transitivePeerDependencies:
3580
+ - '@nuxt/kit'
3581
+ - supports-color
3582
+ - vue
3583
+
3584
+ vite-plugin-vue-inspector@5.3.2(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)):
3585
+ dependencies:
3586
+ '@babel/core': 7.28.6
3587
+ '@babel/plugin-proposal-decorators': 7.28.6(@babel/core@7.28.6)
3588
+ '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.6)
3589
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.6)
3590
+ '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.28.6)
3591
+ '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.6)
3592
+ '@vue/compiler-dom': 3.5.26
3593
+ kolorist: 1.8.0
3594
+ magic-string: 0.30.21
3595
+ vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
3596
+ transitivePeerDependencies:
3597
+ - supports-color
3598
+
3599
+ vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2):
3600
+ dependencies:
3601
+ esbuild: 0.27.2
3602
+ fdir: 6.5.0(picomatch@4.0.3)
3603
+ picomatch: 4.0.3
3604
+ postcss: 8.5.6
3605
+ rollup: 4.55.1
3606
+ tinyglobby: 0.2.15
3607
+ optionalDependencies:
3608
+ '@types/node': 24.10.7
3609
+ fsevents: 2.3.3
3610
+ jiti: 2.6.1
3611
+ yaml: 2.8.2
3612
+
3613
+ vscode-uri@3.1.0: {}
3614
+
3615
+ vue-demi@0.14.10(vue@3.5.26(typescript@5.9.3)):
3616
+ dependencies:
3617
+ vue: 3.5.26(typescript@5.9.3)
3618
+
3619
+ vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1)):
3620
+ dependencies:
3621
+ debug: 4.4.3
3622
+ eslint: 9.39.2(jiti@2.6.1)
3623
+ eslint-scope: 8.4.0
3624
+ eslint-visitor-keys: 4.2.1
3625
+ espree: 10.4.0
3626
+ esquery: 1.7.0
3627
+ semver: 7.7.3
3628
+ transitivePeerDependencies:
3629
+ - supports-color
3630
+
3631
+ vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)):
3632
+ dependencies:
3633
+ '@vue/devtools-api': 6.6.4
3634
+ vue: 3.5.26(typescript@5.9.3)
3635
+
3636
+ vue-tsc@3.2.2(typescript@5.9.3):
3637
+ dependencies:
3638
+ '@volar/typescript': 2.4.27
3639
+ '@vue/language-core': 3.2.2
3640
+ typescript: 5.9.3
3641
+
3642
+ vue@3.5.26(typescript@5.9.3):
3643
+ dependencies:
3644
+ '@vue/compiler-dom': 3.5.26
3645
+ '@vue/compiler-sfc': 3.5.26
3646
+ '@vue/runtime-dom': 3.5.26
3647
+ '@vue/server-renderer': 3.5.26(vue@3.5.26(typescript@5.9.3))
3648
+ '@vue/shared': 3.5.26
3649
+ optionalDependencies:
3650
+ typescript: 5.9.3
3651
+
3652
+ webpack-virtual-modules@0.6.2: {}
3653
+
3654
+ which@2.0.2:
3655
+ dependencies:
3656
+ isexe: 2.0.0
3657
+
3658
+ which@5.0.0:
3659
+ dependencies:
3660
+ isexe: 3.1.1
3661
+
3662
+ word-wrap@1.2.5: {}
3663
+
3664
+ wsl-utils@0.1.0:
3665
+ dependencies:
3666
+ is-wsl: 3.1.0
3667
+
3668
+ xml-name-validator@4.0.0: {}
3669
+
3670
+ yallist@3.1.1: {}
3671
+
3672
+ yaml@2.8.2: {}
3673
+
3674
+ yocto-queue@0.1.0: {}