@yyp92-cli/template-vue-pc 1.2.0

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 (113) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +15 -0
  3. package/template/.env.development +2 -0
  4. package/template/.env.production +2 -0
  5. package/template/.env.test +2 -0
  6. package/template/README.md +30 -0
  7. package/template/auto-imports.d.ts +11 -0
  8. package/template/components.d.ts +67 -0
  9. package/template/index.html +16 -0
  10. package/template/package.json +43 -0
  11. package/template/pnpm-lock.yaml +2830 -0
  12. package/template/public/vite.svg +1 -0
  13. package/template/src/App.vue +26 -0
  14. package/template/src/assets/img/login-bg.jpg +0 -0
  15. package/template/src/assets/img/logo.svg +15 -0
  16. package/template/src/components/layout/header-crumb/index.vue +38 -0
  17. package/template/src/components/layout/header-info/index.vue +181 -0
  18. package/template/src/components/layout/index.vue +83 -0
  19. package/template/src/components/layout/main-header/index.vue +85 -0
  20. package/template/src/components/layout/main-menu/index.vue +166 -0
  21. package/template/src/components/layout-horizontal/header-crumb/index.vue +38 -0
  22. package/template/src/components/layout-horizontal/header-info/index.vue +185 -0
  23. package/template/src/components/layout-horizontal/index.vue +55 -0
  24. package/template/src/components/layout-horizontal/main-header/index.vue +86 -0
  25. package/template/src/components/layout-horizontal/main-menu/index.vue +135 -0
  26. package/template/src/global/constants.ts +4 -0
  27. package/template/src/global/register-icons.ts +10 -0
  28. package/template/src/main.ts +16 -0
  29. package/template/src/mock/index.ts +8 -0
  30. package/template/src/mock/login.ts +5 -0
  31. package/template/src/mock/userDepartmentList.ts +85 -0
  32. package/template/src/mock/userInfoMock.ts +24 -0
  33. package/template/src/mock/userList.ts +115 -0
  34. package/template/src/mock/userListDelete.ts +1 -0
  35. package/template/src/mock/userMenuList.ts +466 -0
  36. package/template/src/mock/userMenus.ts +374 -0
  37. package/template/src/mock/userRoleList.ts +1846 -0
  38. package/template/src/router/index.ts +41 -0
  39. package/template/src/router/routes.ts +189 -0
  40. package/template/src/service/api/index.ts +90 -0
  41. package/template/src/service/request/index.ts +268 -0
  42. package/template/src/service/request/type.ts +5 -0
  43. package/template/src/store/counter.ts +19 -0
  44. package/template/src/store/index.ts +14 -0
  45. package/template/src/store/login/index.ts +142 -0
  46. package/template/src/store/main/index.ts +54 -0
  47. package/template/src/store/main/system/index.ts +88 -0
  48. package/template/src/store/main/system/type.ts +19 -0
  49. package/template/src/styles/global.scss +33 -0
  50. package/template/src/styles/index.scss +4 -0
  51. package/template/src/styles/reset.scss +17 -0
  52. package/template/src/theme/darkTheme.scss +51 -0
  53. package/template/src/theme/lightTheme.scss +53 -0
  54. package/template/src/types/index.ts +1 -0
  55. package/template/src/types/login.ts +4 -0
  56. package/template/src/utils/cache.ts +44 -0
  57. package/template/src/utils/download.ts +27 -0
  58. package/template/src/utils/format.ts +10 -0
  59. package/template/src/utils/index.ts +14 -0
  60. package/template/src/utils/map-menus.ts +174 -0
  61. package/template/src/views/403/index.vue +22 -0
  62. package/template/src/views/login/component/login-panel.vue +138 -0
  63. package/template/src/views/login/component/panel-account.vue +138 -0
  64. package/template/src/views/login/component/panel-phone.vue +56 -0
  65. package/template/src/views/login/index.vue +28 -0
  66. package/template/src/views/main/analysis/dashboard/index.vue +19 -0
  67. package/template/src/views/main/analysis/overview/index.vue +25 -0
  68. package/template/src/views/main/detail/index.vue +19 -0
  69. package/template/src/views/main/fullScreen/images/bg.png +0 -0
  70. package/template/src/views/main/fullScreen/images/contrast-bg.png +0 -0
  71. package/template/src/views/main/fullScreen/images/dataScreen-alarm.png +0 -0
  72. package/template/src/views/main/fullScreen/images/dataScreen-header-btn-bg-l.png +0 -0
  73. package/template/src/views/main/fullScreen/images/dataScreen-header-btn-bg-r.png +0 -0
  74. package/template/src/views/main/fullScreen/images/dataScreen-header-center-bg.png +0 -0
  75. package/template/src/views/main/fullScreen/images/dataScreen-header-left-bg.png +0 -0
  76. package/template/src/views/main/fullScreen/images/dataScreen-header-right-bg.png +0 -0
  77. package/template/src/views/main/fullScreen/images/dataScreen-header-warn-bg.png +0 -0
  78. package/template/src/views/main/fullScreen/images/dataScreen-main-cb.png +0 -0
  79. package/template/src/views/main/fullScreen/images/dataScreen-main-lb.png +0 -0
  80. package/template/src/views/main/fullScreen/images/dataScreen-main-lc.png +0 -0
  81. package/template/src/views/main/fullScreen/images/dataScreen-main-lt.png +0 -0
  82. package/template/src/views/main/fullScreen/images/dataScreen-main-rb.png +0 -0
  83. package/template/src/views/main/fullScreen/images/dataScreen-main-rc.png +0 -0
  84. package/template/src/views/main/fullScreen/images/dataScreen-main-rt.png +0 -0
  85. package/template/src/views/main/fullScreen/images/dataScreen-title.png +0 -0
  86. package/template/src/views/main/fullScreen/images/dataScreen-warn-bg.png +0 -0
  87. package/template/src/views/main/fullScreen/images/line-bg.png +0 -0
  88. package/template/src/views/main/fullScreen/images/man-bg.png +0 -0
  89. package/template/src/views/main/fullScreen/images/man.png +0 -0
  90. package/template/src/views/main/fullScreen/images/map-title-bg.png +0 -0
  91. package/template/src/views/main/fullScreen/images/rankingChart-bg.png +0 -0
  92. package/template/src/views/main/fullScreen/images/total.png +0 -0
  93. package/template/src/views/main/fullScreen/images/woman-bg.png +0 -0
  94. package/template/src/views/main/fullScreen/images/woman.png +0 -0
  95. package/template/src/views/main/fullScreen/index.vue +33 -0
  96. package/template/src/views/main/index.vue +24 -0
  97. package/template/src/views/main/product/category/index.vue +19 -0
  98. package/template/src/views/main/product/goods/index.vue +19 -0
  99. package/template/src/views/main/story/chat/index.vue +70 -0
  100. package/template/src/views/main/story/list/index.vue +19 -0
  101. package/template/src/views/main/system/department/index.vue +20 -0
  102. package/template/src/views/main/system/menu/index.vue +19 -0
  103. package/template/src/views/main/system/role/index.vue +20 -0
  104. package/template/src/views/main/system/user/index.vue +141 -0
  105. package/template/src/views/main/system/user/user-comp/UserContent.vue +211 -0
  106. package/template/src/views/main/system/user/user-comp/UserModal.vue +225 -0
  107. package/template/src/views/main/system/user/user-comp/UserSearch.vue +147 -0
  108. package/template/src/views/not-found/index.vue +22 -0
  109. package/template/src/vite-env.d.ts +9 -0
  110. package/template/tsconfig.app.json +26 -0
  111. package/template/tsconfig.json +7 -0
  112. package/template/tsconfig.node.json +25 -0
  113. package/template/vite.config.ts +66 -0
@@ -0,0 +1,2830 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@element-plus/icons-vue':
12
+ specifier: ^2.3.2
13
+ version: 2.3.2(vue@3.5.19(typescript@5.8.3))
14
+ '@wangeditor/editor':
15
+ specifier: ^5.1.23
16
+ version: 5.1.23
17
+ '@wangeditor/editor-for-vue':
18
+ specifier: ^5.1.12
19
+ version: 5.1.12(@wangeditor/editor@5.1.23)(vue@3.5.19(typescript@5.8.3))
20
+ axios:
21
+ specifier: ^1.11.0
22
+ version: 1.11.0
23
+ dayjs:
24
+ specifier: ^1.11.13
25
+ version: 1.11.13
26
+ echarts:
27
+ specifier: ^6.0.0
28
+ version: 6.0.0
29
+ echarts-liquidfill:
30
+ specifier: ^3.1.0
31
+ version: 3.1.0(echarts@6.0.0)
32
+ element-plus:
33
+ specifier: ^2.11.1
34
+ version: 2.11.1(vue@3.5.19(typescript@5.8.3))
35
+ lodash-es:
36
+ specifier: ^4.17.21
37
+ version: 4.17.21
38
+ normalize.css:
39
+ specifier: ^8.0.1
40
+ version: 8.0.1
41
+ pinia:
42
+ specifier: ^3.0.3
43
+ version: 3.0.3(typescript@5.8.3)(vue@3.5.19(typescript@5.8.3))
44
+ vue:
45
+ specifier: ^3.5.17
46
+ version: 3.5.19(typescript@5.8.3)
47
+ vue-hooks-plus:
48
+ specifier: ^2.4.1
49
+ version: 2.4.1(vue@3.5.19(typescript@5.8.3))
50
+ vue-router:
51
+ specifier: ^4.5.1
52
+ version: 4.5.1(vue@3.5.19(typescript@5.8.3))
53
+ devDependencies:
54
+ '@types/lodash-es':
55
+ specifier: ^4.17.12
56
+ version: 4.17.12
57
+ '@types/node':
58
+ specifier: ^24.2.0
59
+ version: 24.3.0
60
+ '@vitejs/plugin-vue':
61
+ specifier: ^6.0.0
62
+ version: 6.0.1(vite@7.1.3(@types/node@24.3.0)(sass@1.90.0))(vue@3.5.19(typescript@5.8.3))
63
+ '@vue-hooks-plus/resolvers':
64
+ specifier: ^1.3.0
65
+ version: 1.3.0(vue-hooks-plus@2.4.1(vue@3.5.19(typescript@5.8.3)))
66
+ '@vue/tsconfig':
67
+ specifier: ^0.7.0
68
+ version: 0.7.0(typescript@5.8.3)(vue@3.5.19(typescript@5.8.3))
69
+ consola:
70
+ specifier: ^3.4.2
71
+ version: 3.4.2
72
+ sass:
73
+ specifier: ^1.89.2
74
+ version: 1.90.0
75
+ typescript:
76
+ specifier: ~5.8.3
77
+ version: 5.8.3
78
+ unplugin-auto-import:
79
+ specifier: ^20.0.0
80
+ version: 20.0.0(@vueuse/core@9.13.0(vue@3.5.19(typescript@5.8.3)))
81
+ unplugin-vue-components:
82
+ specifier: ^29.0.0
83
+ version: 29.0.0(@babel/parser@7.28.3)(vue@3.5.19(typescript@5.8.3))
84
+ vite:
85
+ specifier: ^7.0.4
86
+ version: 7.1.3(@types/node@24.3.0)(sass@1.90.0)
87
+ vite-plugin-style-import:
88
+ specifier: ^2.0.0
89
+ version: 2.0.0(vite@7.1.3(@types/node@24.3.0)(sass@1.90.0))
90
+ vue-tsc:
91
+ specifier: ^2.2.12
92
+ version: 2.2.12(typescript@5.8.3)
93
+
94
+ packages:
95
+
96
+ '@babel/helper-string-parser@7.27.1':
97
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
98
+ engines: {node: '>=6.9.0'}
99
+
100
+ '@babel/helper-validator-identifier@7.27.1':
101
+ resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
102
+ engines: {node: '>=6.9.0'}
103
+
104
+ '@babel/parser@7.28.3':
105
+ resolution: {integrity: sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==}
106
+ engines: {node: '>=6.0.0'}
107
+ hasBin: true
108
+
109
+ '@babel/runtime@7.28.3':
110
+ resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==}
111
+ engines: {node: '>=6.9.0'}
112
+
113
+ '@babel/types@7.28.2':
114
+ resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
115
+ engines: {node: '>=6.9.0'}
116
+
117
+ '@ctrl/tinycolor@3.6.1':
118
+ resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
119
+ engines: {node: '>=10'}
120
+
121
+ '@element-plus/icons-vue@2.3.2':
122
+ resolution: {integrity: sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==}
123
+ peerDependencies:
124
+ vue: ^3.2.0
125
+
126
+ '@esbuild/aix-ppc64@0.25.9':
127
+ resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==}
128
+ engines: {node: '>=18'}
129
+ cpu: [ppc64]
130
+ os: [aix]
131
+
132
+ '@esbuild/android-arm64@0.25.9':
133
+ resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==}
134
+ engines: {node: '>=18'}
135
+ cpu: [arm64]
136
+ os: [android]
137
+
138
+ '@esbuild/android-arm@0.25.9':
139
+ resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==}
140
+ engines: {node: '>=18'}
141
+ cpu: [arm]
142
+ os: [android]
143
+
144
+ '@esbuild/android-x64@0.25.9':
145
+ resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==}
146
+ engines: {node: '>=18'}
147
+ cpu: [x64]
148
+ os: [android]
149
+
150
+ '@esbuild/darwin-arm64@0.25.9':
151
+ resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==}
152
+ engines: {node: '>=18'}
153
+ cpu: [arm64]
154
+ os: [darwin]
155
+
156
+ '@esbuild/darwin-x64@0.25.9':
157
+ resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==}
158
+ engines: {node: '>=18'}
159
+ cpu: [x64]
160
+ os: [darwin]
161
+
162
+ '@esbuild/freebsd-arm64@0.25.9':
163
+ resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==}
164
+ engines: {node: '>=18'}
165
+ cpu: [arm64]
166
+ os: [freebsd]
167
+
168
+ '@esbuild/freebsd-x64@0.25.9':
169
+ resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==}
170
+ engines: {node: '>=18'}
171
+ cpu: [x64]
172
+ os: [freebsd]
173
+
174
+ '@esbuild/linux-arm64@0.25.9':
175
+ resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==}
176
+ engines: {node: '>=18'}
177
+ cpu: [arm64]
178
+ os: [linux]
179
+
180
+ '@esbuild/linux-arm@0.25.9':
181
+ resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==}
182
+ engines: {node: '>=18'}
183
+ cpu: [arm]
184
+ os: [linux]
185
+
186
+ '@esbuild/linux-ia32@0.25.9':
187
+ resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==}
188
+ engines: {node: '>=18'}
189
+ cpu: [ia32]
190
+ os: [linux]
191
+
192
+ '@esbuild/linux-loong64@0.25.9':
193
+ resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==}
194
+ engines: {node: '>=18'}
195
+ cpu: [loong64]
196
+ os: [linux]
197
+
198
+ '@esbuild/linux-mips64el@0.25.9':
199
+ resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==}
200
+ engines: {node: '>=18'}
201
+ cpu: [mips64el]
202
+ os: [linux]
203
+
204
+ '@esbuild/linux-ppc64@0.25.9':
205
+ resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==}
206
+ engines: {node: '>=18'}
207
+ cpu: [ppc64]
208
+ os: [linux]
209
+
210
+ '@esbuild/linux-riscv64@0.25.9':
211
+ resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==}
212
+ engines: {node: '>=18'}
213
+ cpu: [riscv64]
214
+ os: [linux]
215
+
216
+ '@esbuild/linux-s390x@0.25.9':
217
+ resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==}
218
+ engines: {node: '>=18'}
219
+ cpu: [s390x]
220
+ os: [linux]
221
+
222
+ '@esbuild/linux-x64@0.25.9':
223
+ resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==}
224
+ engines: {node: '>=18'}
225
+ cpu: [x64]
226
+ os: [linux]
227
+
228
+ '@esbuild/netbsd-arm64@0.25.9':
229
+ resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==}
230
+ engines: {node: '>=18'}
231
+ cpu: [arm64]
232
+ os: [netbsd]
233
+
234
+ '@esbuild/netbsd-x64@0.25.9':
235
+ resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==}
236
+ engines: {node: '>=18'}
237
+ cpu: [x64]
238
+ os: [netbsd]
239
+
240
+ '@esbuild/openbsd-arm64@0.25.9':
241
+ resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==}
242
+ engines: {node: '>=18'}
243
+ cpu: [arm64]
244
+ os: [openbsd]
245
+
246
+ '@esbuild/openbsd-x64@0.25.9':
247
+ resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==}
248
+ engines: {node: '>=18'}
249
+ cpu: [x64]
250
+ os: [openbsd]
251
+
252
+ '@esbuild/openharmony-arm64@0.25.9':
253
+ resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==}
254
+ engines: {node: '>=18'}
255
+ cpu: [arm64]
256
+ os: [openharmony]
257
+
258
+ '@esbuild/sunos-x64@0.25.9':
259
+ resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==}
260
+ engines: {node: '>=18'}
261
+ cpu: [x64]
262
+ os: [sunos]
263
+
264
+ '@esbuild/win32-arm64@0.25.9':
265
+ resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==}
266
+ engines: {node: '>=18'}
267
+ cpu: [arm64]
268
+ os: [win32]
269
+
270
+ '@esbuild/win32-ia32@0.25.9':
271
+ resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==}
272
+ engines: {node: '>=18'}
273
+ cpu: [ia32]
274
+ os: [win32]
275
+
276
+ '@esbuild/win32-x64@0.25.9':
277
+ resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==}
278
+ engines: {node: '>=18'}
279
+ cpu: [x64]
280
+ os: [win32]
281
+
282
+ '@floating-ui/core@1.7.3':
283
+ resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
284
+
285
+ '@floating-ui/dom@1.7.4':
286
+ resolution: {integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==}
287
+
288
+ '@floating-ui/utils@0.2.10':
289
+ resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
290
+
291
+ '@jridgewell/gen-mapping@0.3.13':
292
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
293
+
294
+ '@jridgewell/remapping@2.3.5':
295
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
296
+
297
+ '@jridgewell/resolve-uri@3.1.2':
298
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
299
+ engines: {node: '>=6.0.0'}
300
+
301
+ '@jridgewell/sourcemap-codec@1.5.5':
302
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
303
+
304
+ '@jridgewell/trace-mapping@0.3.30':
305
+ resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
306
+
307
+ '@parcel/watcher-android-arm64@2.5.1':
308
+ resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==}
309
+ engines: {node: '>= 10.0.0'}
310
+ cpu: [arm64]
311
+ os: [android]
312
+
313
+ '@parcel/watcher-darwin-arm64@2.5.1':
314
+ resolution: {integrity: sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==}
315
+ engines: {node: '>= 10.0.0'}
316
+ cpu: [arm64]
317
+ os: [darwin]
318
+
319
+ '@parcel/watcher-darwin-x64@2.5.1':
320
+ resolution: {integrity: sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==}
321
+ engines: {node: '>= 10.0.0'}
322
+ cpu: [x64]
323
+ os: [darwin]
324
+
325
+ '@parcel/watcher-freebsd-x64@2.5.1':
326
+ resolution: {integrity: sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==}
327
+ engines: {node: '>= 10.0.0'}
328
+ cpu: [x64]
329
+ os: [freebsd]
330
+
331
+ '@parcel/watcher-linux-arm-glibc@2.5.1':
332
+ resolution: {integrity: sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==}
333
+ engines: {node: '>= 10.0.0'}
334
+ cpu: [arm]
335
+ os: [linux]
336
+
337
+ '@parcel/watcher-linux-arm-musl@2.5.1':
338
+ resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==}
339
+ engines: {node: '>= 10.0.0'}
340
+ cpu: [arm]
341
+ os: [linux]
342
+
343
+ '@parcel/watcher-linux-arm64-glibc@2.5.1':
344
+ resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==}
345
+ engines: {node: '>= 10.0.0'}
346
+ cpu: [arm64]
347
+ os: [linux]
348
+
349
+ '@parcel/watcher-linux-arm64-musl@2.5.1':
350
+ resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==}
351
+ engines: {node: '>= 10.0.0'}
352
+ cpu: [arm64]
353
+ os: [linux]
354
+
355
+ '@parcel/watcher-linux-x64-glibc@2.5.1':
356
+ resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==}
357
+ engines: {node: '>= 10.0.0'}
358
+ cpu: [x64]
359
+ os: [linux]
360
+
361
+ '@parcel/watcher-linux-x64-musl@2.5.1':
362
+ resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==}
363
+ engines: {node: '>= 10.0.0'}
364
+ cpu: [x64]
365
+ os: [linux]
366
+
367
+ '@parcel/watcher-win32-arm64@2.5.1':
368
+ resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==}
369
+ engines: {node: '>= 10.0.0'}
370
+ cpu: [arm64]
371
+ os: [win32]
372
+
373
+ '@parcel/watcher-win32-ia32@2.5.1':
374
+ resolution: {integrity: sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==}
375
+ engines: {node: '>= 10.0.0'}
376
+ cpu: [ia32]
377
+ os: [win32]
378
+
379
+ '@parcel/watcher-win32-x64@2.5.1':
380
+ resolution: {integrity: sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==}
381
+ engines: {node: '>= 10.0.0'}
382
+ cpu: [x64]
383
+ os: [win32]
384
+
385
+ '@parcel/watcher@2.5.1':
386
+ resolution: {integrity: sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==}
387
+ engines: {node: '>= 10.0.0'}
388
+
389
+ '@rolldown/pluginutils@1.0.0-beta.29':
390
+ resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
391
+
392
+ '@rollup/pluginutils@4.2.1':
393
+ resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==}
394
+ engines: {node: '>= 8.0.0'}
395
+
396
+ '@rollup/rollup-android-arm-eabi@4.47.1':
397
+ resolution: {integrity: sha512-lTahKRJip0knffA/GTNFJMrToD+CM+JJ+Qt5kjzBK/sFQ0EWqfKW3AYQSlZXN98tX0lx66083U9JYIMioMMK7g==}
398
+ cpu: [arm]
399
+ os: [android]
400
+
401
+ '@rollup/rollup-android-arm64@4.47.1':
402
+ resolution: {integrity: sha512-uqxkb3RJLzlBbh/bbNQ4r7YpSZnjgMgyoEOY7Fy6GCbelkDSAzeiogxMG9TfLsBbqmGsdDObo3mzGqa8hps4MA==}
403
+ cpu: [arm64]
404
+ os: [android]
405
+
406
+ '@rollup/rollup-darwin-arm64@4.47.1':
407
+ resolution: {integrity: sha512-tV6reObmxBDS4DDyLzTDIpymthNlxrLBGAoQx6m2a7eifSNEZdkXQl1PE4ZjCkEDPVgNXSzND/k9AQ3mC4IOEQ==}
408
+ cpu: [arm64]
409
+ os: [darwin]
410
+
411
+ '@rollup/rollup-darwin-x64@4.47.1':
412
+ resolution: {integrity: sha512-XuJRPTnMk1lwsSnS3vYyVMu4x/+WIw1MMSiqj5C4j3QOWsMzbJEK90zG+SWV1h0B1ABGCQ0UZUjti+TQK35uHQ==}
413
+ cpu: [x64]
414
+ os: [darwin]
415
+
416
+ '@rollup/rollup-freebsd-arm64@4.47.1':
417
+ resolution: {integrity: sha512-79BAm8Ag/tmJ5asCqgOXsb3WY28Rdd5Lxj8ONiQzWzy9LvWORd5qVuOnjlqiWWZJw+dWewEktZb5yiM1DLLaHw==}
418
+ cpu: [arm64]
419
+ os: [freebsd]
420
+
421
+ '@rollup/rollup-freebsd-x64@4.47.1':
422
+ resolution: {integrity: sha512-OQ2/ZDGzdOOlyfqBiip0ZX/jVFekzYrGtUsqAfLDbWy0jh1PUU18+jYp8UMpqhly5ltEqotc2miLngf9FPSWIA==}
423
+ cpu: [x64]
424
+ os: [freebsd]
425
+
426
+ '@rollup/rollup-linux-arm-gnueabihf@4.47.1':
427
+ resolution: {integrity: sha512-HZZBXJL1udxlCVvoVadstgiU26seKkHbbAMLg7680gAcMnRNP9SAwTMVet02ANA94kXEI2VhBnXs4e5nf7KG2A==}
428
+ cpu: [arm]
429
+ os: [linux]
430
+
431
+ '@rollup/rollup-linux-arm-musleabihf@4.47.1':
432
+ resolution: {integrity: sha512-sZ5p2I9UA7T950JmuZ3pgdKA6+RTBr+0FpK427ExW0t7n+QwYOcmDTK/aRlzoBrWyTpJNlS3kacgSlSTUg6P/Q==}
433
+ cpu: [arm]
434
+ os: [linux]
435
+
436
+ '@rollup/rollup-linux-arm64-gnu@4.47.1':
437
+ resolution: {integrity: sha512-3hBFoqPyU89Dyf1mQRXCdpc6qC6At3LV6jbbIOZd72jcx7xNk3aAp+EjzAtN6sDlmHFzsDJN5yeUySvorWeRXA==}
438
+ cpu: [arm64]
439
+ os: [linux]
440
+
441
+ '@rollup/rollup-linux-arm64-musl@4.47.1':
442
+ resolution: {integrity: sha512-49J4FnMHfGodJWPw73Ve+/hsPjZgcXQGkmqBGZFvltzBKRS+cvMiWNLadOMXKGnYRhs1ToTGM0sItKISoSGUNA==}
443
+ cpu: [arm64]
444
+ os: [linux]
445
+
446
+ '@rollup/rollup-linux-loongarch64-gnu@4.47.1':
447
+ resolution: {integrity: sha512-4yYU8p7AneEpQkRX03pbpLmE21z5JNys16F1BZBZg5fP9rIlb0TkeQjn5du5w4agConCCEoYIG57sNxjryHEGg==}
448
+ cpu: [loong64]
449
+ os: [linux]
450
+
451
+ '@rollup/rollup-linux-ppc64-gnu@4.47.1':
452
+ resolution: {integrity: sha512-fAiq+J28l2YMWgC39jz/zPi2jqc0y3GSRo1yyxlBHt6UN0yYgnegHSRPa3pnHS5amT/efXQrm0ug5+aNEu9UuQ==}
453
+ cpu: [ppc64]
454
+ os: [linux]
455
+
456
+ '@rollup/rollup-linux-riscv64-gnu@4.47.1':
457
+ resolution: {integrity: sha512-daoT0PMENNdjVYYU9xec30Y2prb1AbEIbb64sqkcQcSaR0zYuKkoPuhIztfxuqN82KYCKKrj+tQe4Gi7OSm1ow==}
458
+ cpu: [riscv64]
459
+ os: [linux]
460
+
461
+ '@rollup/rollup-linux-riscv64-musl@4.47.1':
462
+ resolution: {integrity: sha512-JNyXaAhWtdzfXu5pUcHAuNwGQKevR+6z/poYQKVW+pLaYOj9G1meYc57/1Xv2u4uTxfu9qEWmNTjv/H/EpAisw==}
463
+ cpu: [riscv64]
464
+ os: [linux]
465
+
466
+ '@rollup/rollup-linux-s390x-gnu@4.47.1':
467
+ resolution: {integrity: sha512-U/CHbqKSwEQyZXjCpY43/GLYcTVKEXeRHw0rMBJP7fP3x6WpYG4LTJWR3ic6TeYKX6ZK7mrhltP4ppolyVhLVQ==}
468
+ cpu: [s390x]
469
+ os: [linux]
470
+
471
+ '@rollup/rollup-linux-x64-gnu@4.47.1':
472
+ resolution: {integrity: sha512-uTLEakjxOTElfeZIGWkC34u2auLHB1AYS6wBjPGI00bWdxdLcCzK5awjs25YXpqB9lS8S0vbO0t9ZcBeNibA7g==}
473
+ cpu: [x64]
474
+ os: [linux]
475
+
476
+ '@rollup/rollup-linux-x64-musl@4.47.1':
477
+ resolution: {integrity: sha512-Ft+d/9DXs30BK7CHCTX11FtQGHUdpNDLJW0HHLign4lgMgBcPFN3NkdIXhC5r9iwsMwYreBBc4Rho5ieOmKNVQ==}
478
+ cpu: [x64]
479
+ os: [linux]
480
+
481
+ '@rollup/rollup-win32-arm64-msvc@4.47.1':
482
+ resolution: {integrity: sha512-N9X5WqGYzZnjGAFsKSfYFtAShYjwOmFJoWbLg3dYixZOZqU7hdMq+/xyS14zKLhFhZDhP9VfkzQnsdk0ZDS9IA==}
483
+ cpu: [arm64]
484
+ os: [win32]
485
+
486
+ '@rollup/rollup-win32-ia32-msvc@4.47.1':
487
+ resolution: {integrity: sha512-O+KcfeCORZADEY8oQJk4HK8wtEOCRE4MdOkb8qGZQNun3jzmj2nmhV/B/ZaaZOkPmJyvm/gW9n0gsB4eRa1eiQ==}
488
+ cpu: [ia32]
489
+ os: [win32]
490
+
491
+ '@rollup/rollup-win32-x64-msvc@4.47.1':
492
+ resolution: {integrity: sha512-CpKnYa8eHthJa3c+C38v/E+/KZyF1Jdh2Cz3DyKZqEWYgrM1IHFArXNWvBLPQCKUEsAqqKX27tTqVEFbDNUcOA==}
493
+ cpu: [x64]
494
+ os: [win32]
495
+
496
+ '@sxzz/popperjs-es@2.11.7':
497
+ resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==}
498
+
499
+ '@transloadit/prettier-bytes@0.0.7':
500
+ resolution: {integrity: sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==}
501
+
502
+ '@types/estree@1.0.8':
503
+ resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
504
+
505
+ '@types/event-emitter@0.3.5':
506
+ resolution: {integrity: sha512-zx2/Gg0Eg7gwEiOIIh5w9TrhKKTeQh7CPCOPNc0el4pLSwzebA8SmnHwZs2dWlLONvyulykSwGSQxQHLhjGLvQ==}
507
+
508
+ '@types/js-cookie@3.0.6':
509
+ resolution: {integrity: sha512-wkw9yd1kEXOPnvEeEV1Go1MmxtBJL0RR79aOTAApecWFVu7w0NNXNqhcWgvw2YgZDYadliXkl14pa3WXw5jlCQ==}
510
+
511
+ '@types/lodash-es@4.17.12':
512
+ resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
513
+
514
+ '@types/lodash@4.17.20':
515
+ resolution: {integrity: sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==}
516
+
517
+ '@types/node@24.3.0':
518
+ resolution: {integrity: sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==}
519
+
520
+ '@types/web-bluetooth@0.0.16':
521
+ resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
522
+
523
+ '@uppy/companion-client@2.2.2':
524
+ resolution: {integrity: sha512-5mTp2iq97/mYSisMaBtFRry6PTgZA6SIL7LePteOV5x0/DxKfrZW3DEiQERJmYpHzy7k8johpm2gHnEKto56Og==}
525
+
526
+ '@uppy/core@2.3.4':
527
+ resolution: {integrity: sha512-iWAqppC8FD8mMVqewavCz+TNaet6HPXitmGXpGGREGrakZ4FeuWytVdrelydzTdXx6vVKkOmI2FLztGg73sENQ==}
528
+
529
+ '@uppy/store-default@2.1.1':
530
+ resolution: {integrity: sha512-xnpTxvot2SeAwGwbvmJ899ASk5tYXhmZzD/aCFsXePh/v8rNvR2pKlcQUH7cF/y4baUGq3FHO/daKCok/mpKqQ==}
531
+
532
+ '@uppy/utils@4.1.3':
533
+ resolution: {integrity: sha512-nTuMvwWYobnJcytDO3t+D6IkVq/Qs4Xv3vyoEZ+Iaf8gegZP+rEyoaFT2CK5XLRMienPyqRqNbIfRuFaOWSIFw==}
534
+
535
+ '@uppy/xhr-upload@2.1.3':
536
+ resolution: {integrity: sha512-YWOQ6myBVPs+mhNjfdWsQyMRWUlrDLMoaG7nvf/G6Y3GKZf8AyjFDjvvJ49XWQ+DaZOftGkHmF1uh/DBeGivJQ==}
537
+ peerDependencies:
538
+ '@uppy/core': ^2.3.3
539
+
540
+ '@vitejs/plugin-vue@6.0.1':
541
+ resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==}
542
+ engines: {node: ^20.19.0 || >=22.12.0}
543
+ peerDependencies:
544
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0
545
+ vue: ^3.2.25
546
+
547
+ '@volar/language-core@2.4.15':
548
+ resolution: {integrity: sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==}
549
+
550
+ '@volar/source-map@2.4.15':
551
+ resolution: {integrity: sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==}
552
+
553
+ '@volar/typescript@2.4.15':
554
+ resolution: {integrity: sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==}
555
+
556
+ '@vue-hooks-plus/resolvers@1.3.0':
557
+ resolution: {integrity: sha512-NkCdj7dT4j/lR7K4tDAvZSmg9LkrGyoo1io1A+jlL0Y9qRbnHK1Fi9EKaCKEJUobmMbLu+YxCdXU6KqEk9F+ng==}
558
+ engines: {node: '>=14'}
559
+ peerDependencies:
560
+ vue-hooks-plus: '>=1.5.2'
561
+
562
+ '@vue/compiler-core@3.5.19':
563
+ resolution: {integrity: sha512-/afpyvlkrSNYbPo94Qu8GtIOWS+g5TRdOvs6XZNw6pWQQmj5pBgSZvEPOIZlqWq0YvoUhDDQaQ2TnzuJdOV4hA==}
564
+
565
+ '@vue/compiler-dom@3.5.19':
566
+ resolution: {integrity: sha512-Drs6rPHQZx/pN9S6ml3Z3K/TWCIRPvzG2B/o5kFK9X0MNHt8/E+38tiRfojufrYBfA6FQUFB2qBBRXlcSXWtOA==}
567
+
568
+ '@vue/compiler-sfc@3.5.19':
569
+ resolution: {integrity: sha512-YWCm1CYaJ+2RvNmhCwI7t3I3nU+hOrWGWMsn+Z/kmm1jy5iinnVtlmkiZwbLlbV1SRizX7vHsc0/bG5dj0zRTg==}
570
+
571
+ '@vue/compiler-ssr@3.5.19':
572
+ resolution: {integrity: sha512-/wx0VZtkWOPdiQLWPeQeqpHWR/LuNC7bHfSX7OayBTtUy8wur6vT6EQIX6Et86aED6J+y8tTw43qo2uoqGg5sw==}
573
+
574
+ '@vue/compiler-vue2@2.7.16':
575
+ resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
576
+
577
+ '@vue/devtools-api@6.6.4':
578
+ resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
579
+
580
+ '@vue/devtools-api@7.7.2':
581
+ resolution: {integrity: sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==}
582
+
583
+ '@vue/devtools-api@7.7.7':
584
+ resolution: {integrity: sha512-lwOnNBH2e7x1fIIbVT7yF5D+YWhqELm55/4ZKf45R9T8r9dE2AIOy8HKjfqzGsoTHFbWbr337O4E0A0QADnjBg==}
585
+
586
+ '@vue/devtools-kit@7.7.7':
587
+ resolution: {integrity: sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==}
588
+
589
+ '@vue/devtools-shared@7.7.7':
590
+ resolution: {integrity: sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==}
591
+
592
+ '@vue/language-core@2.2.12':
593
+ resolution: {integrity: sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==}
594
+ peerDependencies:
595
+ typescript: '*'
596
+ peerDependenciesMeta:
597
+ typescript:
598
+ optional: true
599
+
600
+ '@vue/reactivity@3.5.19':
601
+ resolution: {integrity: sha512-4bueZg2qs5MSsK2dQk3sssV0cfvxb/QZntTC8v7J448GLgmfPkQ+27aDjlt40+XFqOwUq5yRxK5uQh14Fc9eVA==}
602
+
603
+ '@vue/runtime-core@3.5.19':
604
+ resolution: {integrity: sha512-TaooCr8Hge1sWjLSyhdubnuofs3shhzZGfyD11gFolZrny76drPwBVQj28/z/4+msSFb18tOIg6VVVgf9/IbIA==}
605
+
606
+ '@vue/runtime-dom@3.5.19':
607
+ resolution: {integrity: sha512-qmahqeok6ztuUTmV8lqd7N9ymbBzctNF885n8gL3xdCC1u2RnM/coX16Via0AiONQXUoYpxPojL3U1IsDgSWUQ==}
608
+
609
+ '@vue/server-renderer@3.5.19':
610
+ resolution: {integrity: sha512-ZJ/zV9SQuaIO+BEEVq/2a6fipyrSYfjKMU3267bPUk+oTx/hZq3RzV7VCh0Unlppt39Bvh6+NzxeopIFv4HJNg==}
611
+ peerDependencies:
612
+ vue: 3.5.19
613
+
614
+ '@vue/shared@3.5.19':
615
+ resolution: {integrity: sha512-IhXCOn08wgKrLQxRFKKlSacWg4Goi1BolrdEeLYn6tgHjJNXVrWJ5nzoxZqNwl5p88aLlQ8LOaoMa3AYvaKJ/Q==}
616
+
617
+ '@vue/tsconfig@0.7.0':
618
+ resolution: {integrity: sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==}
619
+ peerDependencies:
620
+ typescript: 5.x
621
+ vue: ^3.4.0
622
+ peerDependenciesMeta:
623
+ typescript:
624
+ optional: true
625
+ vue:
626
+ optional: true
627
+
628
+ '@vueuse/core@9.13.0':
629
+ resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==}
630
+
631
+ '@vueuse/metadata@9.13.0':
632
+ resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==}
633
+
634
+ '@vueuse/shared@9.13.0':
635
+ resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==}
636
+
637
+ '@wangeditor/basic-modules@1.1.7':
638
+ resolution: {integrity: sha512-cY9CPkLJaqF05STqfpZKWG4LpxTMeGSIIF1fHvfm/mz+JXatCagjdkbxdikOuKYlxDdeqvOeBmsUBItufDLXZg==}
639
+ peerDependencies:
640
+ '@wangeditor/core': 1.x
641
+ dom7: ^3.0.0
642
+ lodash.throttle: ^4.1.1
643
+ nanoid: ^3.2.0
644
+ slate: ^0.72.0
645
+ snabbdom: ^3.1.0
646
+
647
+ '@wangeditor/code-highlight@1.0.3':
648
+ resolution: {integrity: sha512-iazHwO14XpCuIWJNTQTikqUhGKyqj+dUNWJ9288Oym9M2xMVHvnsOmDU2sgUDWVy+pOLojReMPgXCsvvNlOOhw==}
649
+ peerDependencies:
650
+ '@wangeditor/core': 1.x
651
+ dom7: ^3.0.0
652
+ slate: ^0.72.0
653
+ snabbdom: ^3.1.0
654
+
655
+ '@wangeditor/core@1.1.19':
656
+ resolution: {integrity: sha512-KevkB47+7GhVszyYF2pKGKtCSj/YzmClsD03C3zTt+9SR2XWT5T0e3yQqg8baZpcMvkjs1D8Dv4fk8ok/UaS2Q==}
657
+ peerDependencies:
658
+ '@uppy/core': ^2.1.1
659
+ '@uppy/xhr-upload': ^2.0.3
660
+ dom7: ^3.0.0
661
+ is-hotkey: ^0.2.0
662
+ lodash.camelcase: ^4.3.0
663
+ lodash.clonedeep: ^4.5.0
664
+ lodash.debounce: ^4.0.8
665
+ lodash.foreach: ^4.5.0
666
+ lodash.isequal: ^4.5.0
667
+ lodash.throttle: ^4.1.1
668
+ lodash.toarray: ^4.4.0
669
+ nanoid: ^3.2.0
670
+ slate: ^0.72.0
671
+ snabbdom: ^3.1.0
672
+
673
+ '@wangeditor/editor-for-vue@5.1.12':
674
+ resolution: {integrity: sha512-0Ds3D8I+xnpNWezAeO7HmPRgTfUxHLMd9JKcIw+QzvSmhC5xUHbpCcLU+KLmeBKTR/zffnS5GQo6qi3GhTMJWQ==}
675
+ peerDependencies:
676
+ '@wangeditor/editor': '>=5.1.0'
677
+ vue: ^3.0.5
678
+
679
+ '@wangeditor/editor@5.1.23':
680
+ resolution: {integrity: sha512-0RxfeVTuK1tktUaPROnCoFfaHVJpRAIE2zdS0mpP+vq1axVQpLjM8+fCvKzqYIkH0Pg+C+44hJpe3VVroSkEuQ==}
681
+
682
+ '@wangeditor/list-module@1.0.5':
683
+ resolution: {integrity: sha512-uDuYTP6DVhcYf7mF1pTlmNn5jOb4QtcVhYwSSAkyg09zqxI1qBqsfUnveeDeDqIuptSJhkh81cyxi+MF8sEPOQ==}
684
+ peerDependencies:
685
+ '@wangeditor/core': 1.x
686
+ dom7: ^3.0.0
687
+ slate: ^0.72.0
688
+ snabbdom: ^3.1.0
689
+
690
+ '@wangeditor/table-module@1.1.4':
691
+ resolution: {integrity: sha512-5saanU9xuEocxaemGdNi9t8MCDSucnykEC6jtuiT72kt+/Hhh4nERYx1J20OPsTCCdVr7hIyQenFD1iSRkIQ6w==}
692
+ peerDependencies:
693
+ '@wangeditor/core': 1.x
694
+ dom7: ^3.0.0
695
+ lodash.isequal: ^4.5.0
696
+ lodash.throttle: ^4.1.1
697
+ nanoid: ^3.2.0
698
+ slate: ^0.72.0
699
+ snabbdom: ^3.1.0
700
+
701
+ '@wangeditor/upload-image-module@1.0.2':
702
+ resolution: {integrity: sha512-z81lk/v71OwPDYeQDxj6cVr81aDP90aFuywb8nPD6eQeECtOymrqRODjpO6VGvCVxVck8nUxBHtbxKtjgcwyiA==}
703
+ peerDependencies:
704
+ '@uppy/core': ^2.0.3
705
+ '@uppy/xhr-upload': ^2.0.3
706
+ '@wangeditor/basic-modules': 1.x
707
+ '@wangeditor/core': 1.x
708
+ dom7: ^3.0.0
709
+ lodash.foreach: ^4.5.0
710
+ slate: ^0.72.0
711
+ snabbdom: ^3.1.0
712
+
713
+ '@wangeditor/video-module@1.1.4':
714
+ resolution: {integrity: sha512-ZdodDPqKQrgx3IwWu4ZiQmXI8EXZ3hm2/fM6E3t5dB8tCaIGWQZhmqd6P5knfkRAd3z2+YRSRbxOGfoRSp/rLg==}
715
+ peerDependencies:
716
+ '@uppy/core': ^2.1.4
717
+ '@uppy/xhr-upload': ^2.0.7
718
+ '@wangeditor/core': 1.x
719
+ dom7: ^3.0.0
720
+ nanoid: ^3.2.0
721
+ slate: ^0.72.0
722
+ snabbdom: ^3.1.0
723
+
724
+ acorn@8.15.0:
725
+ resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
726
+ engines: {node: '>=0.4.0'}
727
+ hasBin: true
728
+
729
+ alien-signals@1.0.13:
730
+ resolution: {integrity: sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==}
731
+
732
+ anymatch@3.1.3:
733
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
734
+ engines: {node: '>= 8'}
735
+
736
+ async-validator@4.2.5:
737
+ resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
738
+
739
+ asynckit@0.4.0:
740
+ resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
741
+
742
+ axios@1.11.0:
743
+ resolution: {integrity: sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==}
744
+
745
+ balanced-match@1.0.2:
746
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
747
+
748
+ binary-extensions@2.3.0:
749
+ resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
750
+ engines: {node: '>=8'}
751
+
752
+ birpc@2.5.0:
753
+ resolution: {integrity: sha512-VSWO/W6nNQdyP520F1mhf+Lc2f8pjGQOtoHHm7Ze8Go1kX7akpVIrtTa0fn+HB0QJEDVacl6aO08YE0PgXfdnQ==}
754
+
755
+ brace-expansion@2.0.2:
756
+ resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
757
+
758
+ braces@3.0.3:
759
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
760
+ engines: {node: '>=8'}
761
+
762
+ call-bind-apply-helpers@1.0.2:
763
+ resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
764
+ engines: {node: '>= 0.4'}
765
+
766
+ camel-case@4.1.2:
767
+ resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==}
768
+
769
+ capital-case@1.0.4:
770
+ resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
771
+
772
+ change-case@4.1.2:
773
+ resolution: {integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==}
774
+
775
+ chokidar@3.6.0:
776
+ resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
777
+ engines: {node: '>= 8.10.0'}
778
+
779
+ chokidar@4.0.3:
780
+ resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
781
+ engines: {node: '>= 14.16.0'}
782
+
783
+ combined-stream@1.0.8:
784
+ resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
785
+ engines: {node: '>= 0.8'}
786
+
787
+ compute-scroll-into-view@1.0.20:
788
+ resolution: {integrity: sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==}
789
+
790
+ confbox@0.1.8:
791
+ resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
792
+
793
+ confbox@0.2.2:
794
+ resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==}
795
+
796
+ consola@3.4.2:
797
+ resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==}
798
+ engines: {node: ^14.18.0 || >=16.10.0}
799
+
800
+ console@0.7.2:
801
+ resolution: {integrity: sha512-+JSDwGunA4MTEgAV/4VBKwUHonP8CzJ/6GIuwPi6acKFqFfHUdSGCm89ZxZ5FfGWdZfkdgAroy5bJ5FSeN/t4g==}
802
+
803
+ constant-case@3.0.4:
804
+ resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==}
805
+
806
+ copy-anything@3.0.5:
807
+ resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
808
+ engines: {node: '>=12.13'}
809
+
810
+ csstype@3.1.3:
811
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
812
+
813
+ d@1.0.2:
814
+ resolution: {integrity: sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==}
815
+ engines: {node: '>=0.12'}
816
+
817
+ dayjs@1.11.13:
818
+ resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
819
+
820
+ de-indent@1.0.2:
821
+ resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==}
822
+
823
+ debug@4.4.1:
824
+ resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
825
+ engines: {node: '>=6.0'}
826
+ peerDependencies:
827
+ supports-color: '*'
828
+ peerDependenciesMeta:
829
+ supports-color:
830
+ optional: true
831
+
832
+ delayed-stream@1.0.0:
833
+ resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
834
+ engines: {node: '>=0.4.0'}
835
+
836
+ detect-libc@1.0.3:
837
+ resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
838
+ engines: {node: '>=0.10'}
839
+ hasBin: true
840
+
841
+ dom7@3.0.0:
842
+ resolution: {integrity: sha512-oNlcUdHsC4zb7Msx7JN3K0Nro1dzJ48knvBOnDPKJ2GV9wl1i5vydJZUSyOfrkKFDZEud/jBsTk92S/VGSAe/g==}
843
+
844
+ dot-case@3.0.4:
845
+ resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==}
846
+
847
+ dunder-proto@1.0.1:
848
+ resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
849
+ engines: {node: '>= 0.4'}
850
+
851
+ echarts-liquidfill@3.1.0:
852
+ resolution: {integrity: sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==}
853
+ peerDependencies:
854
+ echarts: ^5.0.1
855
+
856
+ echarts@6.0.0:
857
+ resolution: {integrity: sha512-Tte/grDQRiETQP4xz3iZWSvoHrkCQtwqd6hs+mifXcjrCuo2iKWbajFObuLJVBlDIJlOzgQPd1hsaKt/3+OMkQ==}
858
+
859
+ element-plus@2.11.1:
860
+ resolution: {integrity: sha512-weYFIniyNXTAe9vJZnmZpYzurh4TDbdKhBsJwhbzuo0SDZ8PLwHVll0qycJUxc6SLtH+7A9F7dvdDh5CnqeIVA==}
861
+ peerDependencies:
862
+ vue: ^3.2.0
863
+
864
+ entities@4.5.0:
865
+ resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
866
+ engines: {node: '>=0.12'}
867
+
868
+ es-define-property@1.0.1:
869
+ resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
870
+ engines: {node: '>= 0.4'}
871
+
872
+ es-errors@1.3.0:
873
+ resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
874
+ engines: {node: '>= 0.4'}
875
+
876
+ es-module-lexer@0.9.3:
877
+ resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==}
878
+
879
+ es-object-atoms@1.1.1:
880
+ resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
881
+ engines: {node: '>= 0.4'}
882
+
883
+ es-set-tostringtag@2.1.0:
884
+ resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
885
+ engines: {node: '>= 0.4'}
886
+
887
+ es5-ext@0.10.64:
888
+ resolution: {integrity: sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==}
889
+ engines: {node: '>=0.10'}
890
+
891
+ es6-iterator@2.0.3:
892
+ resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==}
893
+
894
+ es6-symbol@3.1.4:
895
+ resolution: {integrity: sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==}
896
+ engines: {node: '>=0.12'}
897
+
898
+ esbuild@0.25.9:
899
+ resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==}
900
+ engines: {node: '>=18'}
901
+ hasBin: true
902
+
903
+ escape-html@1.0.3:
904
+ resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
905
+
906
+ escape-string-regexp@5.0.0:
907
+ resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
908
+ engines: {node: '>=12'}
909
+
910
+ esniff@2.0.1:
911
+ resolution: {integrity: sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==}
912
+ engines: {node: '>=0.10'}
913
+
914
+ estree-walker@2.0.2:
915
+ resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
916
+
917
+ estree-walker@3.0.3:
918
+ resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
919
+
920
+ event-emitter@0.3.5:
921
+ resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==}
922
+
923
+ exsolve@1.0.7:
924
+ resolution: {integrity: sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==}
925
+
926
+ ext@1.7.0:
927
+ resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==}
928
+
929
+ fdir@6.5.0:
930
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
931
+ engines: {node: '>=12.0.0'}
932
+ peerDependencies:
933
+ picomatch: ^3 || ^4
934
+ peerDependenciesMeta:
935
+ picomatch:
936
+ optional: true
937
+
938
+ fill-range@7.1.1:
939
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
940
+ engines: {node: '>=8'}
941
+
942
+ follow-redirects@1.15.11:
943
+ resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
944
+ engines: {node: '>=4.0'}
945
+ peerDependencies:
946
+ debug: '*'
947
+ peerDependenciesMeta:
948
+ debug:
949
+ optional: true
950
+
951
+ form-data@4.0.4:
952
+ resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==}
953
+ engines: {node: '>= 6'}
954
+
955
+ fs-extra@10.1.0:
956
+ resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==}
957
+ engines: {node: '>=12'}
958
+
959
+ fsevents@2.3.3:
960
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
961
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
962
+ os: [darwin]
963
+
964
+ function-bind@1.1.2:
965
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
966
+
967
+ get-intrinsic@1.3.0:
968
+ resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
969
+ engines: {node: '>= 0.4'}
970
+
971
+ get-proto@1.0.1:
972
+ resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
973
+ engines: {node: '>= 0.4'}
974
+
975
+ glob-parent@5.1.2:
976
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
977
+ engines: {node: '>= 6'}
978
+
979
+ gopd@1.2.0:
980
+ resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
981
+ engines: {node: '>= 0.4'}
982
+
983
+ graceful-fs@4.2.11:
984
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
985
+
986
+ has-symbols@1.1.0:
987
+ resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
988
+ engines: {node: '>= 0.4'}
989
+
990
+ has-tostringtag@1.0.2:
991
+ resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
992
+ engines: {node: '>= 0.4'}
993
+
994
+ hasown@2.0.2:
995
+ resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
996
+ engines: {node: '>= 0.4'}
997
+
998
+ he@1.2.0:
999
+ resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
1000
+ hasBin: true
1001
+
1002
+ header-case@2.0.4:
1003
+ resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==}
1004
+
1005
+ hookable@5.5.3:
1006
+ resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
1007
+
1008
+ html-void-elements@2.0.1:
1009
+ resolution: {integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==}
1010
+
1011
+ i18next@20.6.1:
1012
+ resolution: {integrity: sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==}
1013
+
1014
+ immer@9.0.21:
1015
+ resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==}
1016
+
1017
+ immutable@5.1.3:
1018
+ resolution: {integrity: sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==}
1019
+
1020
+ is-binary-path@2.1.0:
1021
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
1022
+ engines: {node: '>=8'}
1023
+
1024
+ is-extglob@2.1.1:
1025
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1026
+ engines: {node: '>=0.10.0'}
1027
+
1028
+ is-glob@4.0.3:
1029
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1030
+ engines: {node: '>=0.10.0'}
1031
+
1032
+ is-hotkey@0.2.0:
1033
+ resolution: {integrity: sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw==}
1034
+
1035
+ is-number@7.0.0:
1036
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1037
+ engines: {node: '>=0.12.0'}
1038
+
1039
+ is-plain-object@5.0.0:
1040
+ resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
1041
+ engines: {node: '>=0.10.0'}
1042
+
1043
+ is-url@1.2.4:
1044
+ resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==}
1045
+
1046
+ is-what@4.1.16:
1047
+ resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
1048
+ engines: {node: '>=12.13'}
1049
+
1050
+ js-cookie@3.0.5:
1051
+ resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==}
1052
+ engines: {node: '>=14'}
1053
+
1054
+ js-tokens@9.0.1:
1055
+ resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
1056
+
1057
+ jsonfile@6.2.0:
1058
+ resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==}
1059
+
1060
+ local-pkg@0.4.3:
1061
+ resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==}
1062
+ engines: {node: '>=14'}
1063
+
1064
+ local-pkg@1.1.2:
1065
+ resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==}
1066
+ engines: {node: '>=14'}
1067
+
1068
+ lodash-es@4.17.21:
1069
+ resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
1070
+
1071
+ lodash-unified@1.0.3:
1072
+ resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==}
1073
+ peerDependencies:
1074
+ '@types/lodash-es': '*'
1075
+ lodash: '*'
1076
+ lodash-es: '*'
1077
+
1078
+ lodash.camelcase@4.3.0:
1079
+ resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
1080
+
1081
+ lodash.clonedeep@4.5.0:
1082
+ resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==}
1083
+
1084
+ lodash.debounce@4.0.8:
1085
+ resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
1086
+
1087
+ lodash.foreach@4.5.0:
1088
+ resolution: {integrity: sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==}
1089
+
1090
+ lodash.isequal@4.5.0:
1091
+ resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==}
1092
+ deprecated: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
1093
+
1094
+ lodash.throttle@4.1.1:
1095
+ resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==}
1096
+
1097
+ lodash.toarray@4.4.0:
1098
+ resolution: {integrity: sha512-QyffEA3i5dma5q2490+SgCvDN0pXLmRGSyAANuVi0HQ01Pkfr9fuoKQW8wm1wGBnJITs/mS7wQvS6VshUEBFCw==}
1099
+
1100
+ lodash@4.17.21:
1101
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
1102
+
1103
+ lower-case@2.0.2:
1104
+ resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==}
1105
+
1106
+ magic-string@0.25.9:
1107
+ resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==}
1108
+
1109
+ magic-string@0.30.18:
1110
+ resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==}
1111
+
1112
+ math-intrinsics@1.1.0:
1113
+ resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
1114
+ engines: {node: '>= 0.4'}
1115
+
1116
+ memoize-one@6.0.0:
1117
+ resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==}
1118
+
1119
+ micromatch@4.0.8:
1120
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
1121
+ engines: {node: '>=8.6'}
1122
+
1123
+ mime-db@1.52.0:
1124
+ resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
1125
+ engines: {node: '>= 0.6'}
1126
+
1127
+ mime-match@1.0.2:
1128
+ resolution: {integrity: sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==}
1129
+
1130
+ mime-types@2.1.35:
1131
+ resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
1132
+ engines: {node: '>= 0.6'}
1133
+
1134
+ minimatch@9.0.5:
1135
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
1136
+ engines: {node: '>=16 || 14 >=14.17'}
1137
+
1138
+ mitt@3.0.1:
1139
+ resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
1140
+
1141
+ mlly@1.7.4:
1142
+ resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==}
1143
+
1144
+ ms@2.1.3:
1145
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1146
+
1147
+ muggle-string@0.4.1:
1148
+ resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
1149
+
1150
+ namespace-emitter@2.0.1:
1151
+ resolution: {integrity: sha512-N/sMKHniSDJBjfrkbS/tpkPj4RAbvW3mr8UAzvlMHyun93XEm83IAvhWtJVHo+RHn/oO8Job5YN4b+wRjSVp5g==}
1152
+
1153
+ nanoid@3.3.11:
1154
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
1155
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1156
+ hasBin: true
1157
+
1158
+ next-tick@1.1.0:
1159
+ resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==}
1160
+
1161
+ no-case@3.0.4:
1162
+ resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==}
1163
+
1164
+ node-addon-api@7.1.1:
1165
+ resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
1166
+
1167
+ normalize-path@3.0.0:
1168
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
1169
+ engines: {node: '>=0.10.0'}
1170
+
1171
+ normalize-wheel-es@1.2.0:
1172
+ resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==}
1173
+
1174
+ normalize.css@8.0.1:
1175
+ resolution: {integrity: sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==}
1176
+
1177
+ param-case@3.0.4:
1178
+ resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==}
1179
+
1180
+ pascal-case@3.1.2:
1181
+ resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==}
1182
+
1183
+ path-browserify@1.0.1:
1184
+ resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
1185
+
1186
+ path-case@3.0.4:
1187
+ resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==}
1188
+
1189
+ pathe@0.2.0:
1190
+ resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==}
1191
+
1192
+ pathe@2.0.3:
1193
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
1194
+
1195
+ perfect-debounce@1.0.0:
1196
+ resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
1197
+
1198
+ picocolors@1.1.1:
1199
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1200
+
1201
+ picomatch@2.3.1:
1202
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1203
+ engines: {node: '>=8.6'}
1204
+
1205
+ picomatch@4.0.3:
1206
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
1207
+ engines: {node: '>=12'}
1208
+
1209
+ pinia@3.0.3:
1210
+ resolution: {integrity: sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==}
1211
+ peerDependencies:
1212
+ typescript: '>=4.4.4'
1213
+ vue: ^2.7.0 || ^3.5.11
1214
+ peerDependenciesMeta:
1215
+ typescript:
1216
+ optional: true
1217
+
1218
+ pkg-types@1.3.1:
1219
+ resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
1220
+
1221
+ pkg-types@2.3.0:
1222
+ resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==}
1223
+
1224
+ postcss@8.5.6:
1225
+ resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
1226
+ engines: {node: ^10 || ^12 || >=14}
1227
+
1228
+ preact@10.27.1:
1229
+ resolution: {integrity: sha512-V79raXEWch/rbqoNc7nT9E4ep7lu+mI3+sBmfRD4i1M73R3WLYcCtdI0ibxGVf4eQL8ZIz2nFacqEC+rmnOORQ==}
1230
+
1231
+ prismjs@1.30.0:
1232
+ resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==}
1233
+ engines: {node: '>=6'}
1234
+
1235
+ proxy-from-env@1.1.0:
1236
+ resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
1237
+
1238
+ quansync@0.2.11:
1239
+ resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
1240
+
1241
+ readdirp@3.6.0:
1242
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
1243
+ engines: {node: '>=8.10.0'}
1244
+
1245
+ readdirp@4.1.2:
1246
+ resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
1247
+ engines: {node: '>= 14.18.0'}
1248
+
1249
+ rfdc@1.4.1:
1250
+ resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
1251
+
1252
+ rollup@4.47.1:
1253
+ resolution: {integrity: sha512-iasGAQoZ5dWDzULEUX3jiW0oB1qyFOepSyDyoU6S/OhVlDIwj5knI5QBa5RRQ0sK7OE0v+8VIi2JuV+G+3tfNg==}
1254
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1255
+ hasBin: true
1256
+
1257
+ sass@1.90.0:
1258
+ resolution: {integrity: sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==}
1259
+ engines: {node: '>=14.0.0'}
1260
+ hasBin: true
1261
+
1262
+ screenfull@5.2.0:
1263
+ resolution: {integrity: sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==}
1264
+ engines: {node: '>=0.10.0'}
1265
+
1266
+ scroll-into-view-if-needed@2.2.31:
1267
+ resolution: {integrity: sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==}
1268
+
1269
+ scule@1.3.0:
1270
+ resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
1271
+
1272
+ sentence-case@3.0.4:
1273
+ resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==}
1274
+
1275
+ slate-history@0.66.0:
1276
+ resolution: {integrity: sha512-6MWpxGQZiMvSINlCbMW43E2YBSVMCMCIwQfBzGssjWw4kb0qfvj0pIdblWNRQZD0hR6WHP+dHHgGSeVdMWzfng==}
1277
+ peerDependencies:
1278
+ slate: '>=0.65.3'
1279
+
1280
+ slate@0.72.8:
1281
+ resolution: {integrity: sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw==}
1282
+
1283
+ snabbdom@3.6.2:
1284
+ resolution: {integrity: sha512-ig5qOnCDbugFntKi6c7Xlib8bA6xiJVk8O+WdFrV3wxbMqeHO0hXFQC4nAhPVWfZfi8255lcZkNhtIBINCc4+Q==}
1285
+ engines: {node: '>=12.17.0'}
1286
+
1287
+ snake-case@3.0.4:
1288
+ resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==}
1289
+
1290
+ source-map-js@1.2.1:
1291
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1292
+ engines: {node: '>=0.10.0'}
1293
+
1294
+ sourcemap-codec@1.4.8:
1295
+ resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==}
1296
+ deprecated: Please use @jridgewell/sourcemap-codec instead
1297
+
1298
+ speakingurl@14.0.1:
1299
+ resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
1300
+ engines: {node: '>=0.10.0'}
1301
+
1302
+ ssr-window@3.0.0:
1303
+ resolution: {integrity: sha512-q+8UfWDg9Itrg0yWK7oe5p/XRCJpJF9OBtXfOPgSJl+u3Xd5KI328RUEvUqSMVM9CiQUEf1QdBzJMkYGErj9QA==}
1304
+
1305
+ strip-literal@3.0.0:
1306
+ resolution: {integrity: sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==}
1307
+
1308
+ superjson@2.2.2:
1309
+ resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==}
1310
+ engines: {node: '>=16'}
1311
+
1312
+ tiny-warning@1.0.3:
1313
+ resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==}
1314
+
1315
+ tinyglobby@0.2.14:
1316
+ resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
1317
+ engines: {node: '>=12.0.0'}
1318
+
1319
+ to-regex-range@5.0.1:
1320
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1321
+ engines: {node: '>=8.0'}
1322
+
1323
+ tslib@2.3.0:
1324
+ resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==}
1325
+
1326
+ tslib@2.8.1:
1327
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
1328
+
1329
+ type@2.7.3:
1330
+ resolution: {integrity: sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==}
1331
+
1332
+ typescript@5.8.3:
1333
+ resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==}
1334
+ engines: {node: '>=14.17'}
1335
+ hasBin: true
1336
+
1337
+ ufo@1.6.1:
1338
+ resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==}
1339
+
1340
+ undici-types@7.10.0:
1341
+ resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==}
1342
+
1343
+ unimport@5.2.0:
1344
+ resolution: {integrity: sha512-bTuAMMOOqIAyjV4i4UH7P07pO+EsVxmhOzQ2YJ290J6mkLUdozNhb5I/YoOEheeNADC03ent3Qj07X0fWfUpmw==}
1345
+ engines: {node: '>=18.12.0'}
1346
+
1347
+ universalify@2.0.1:
1348
+ resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
1349
+ engines: {node: '>= 10.0.0'}
1350
+
1351
+ unplugin-auto-import@20.0.0:
1352
+ resolution: {integrity: sha512-YAqD07gQa5PpGlhLFQ9rWDtGa42nBR2oNMudnX7G5P8XmkQx3EPL7sKNQroTdt5ehwks55NHy0dzxwwA3xtqQg==}
1353
+ engines: {node: '>=14'}
1354
+ peerDependencies:
1355
+ '@nuxt/kit': ^4.0.0
1356
+ '@vueuse/core': '*'
1357
+ peerDependenciesMeta:
1358
+ '@nuxt/kit':
1359
+ optional: true
1360
+ '@vueuse/core':
1361
+ optional: true
1362
+
1363
+ unplugin-utils@0.2.5:
1364
+ resolution: {integrity: sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==}
1365
+ engines: {node: '>=18.12.0'}
1366
+
1367
+ unplugin-vue-components@29.0.0:
1368
+ resolution: {integrity: sha512-M2DX44g4/jvBkB0V6uwqTbkTd5DMRHpeGoi/cIKwGG4HPuNxLbe8zoTStB2n12hoDiWc9I1PIRQruRWExNXHlQ==}
1369
+ engines: {node: '>=14'}
1370
+ peerDependencies:
1371
+ '@babel/parser': ^7.15.8
1372
+ '@nuxt/kit': ^3.2.2 || ^4.0.0
1373
+ vue: 2 || 3
1374
+ peerDependenciesMeta:
1375
+ '@babel/parser':
1376
+ optional: true
1377
+ '@nuxt/kit':
1378
+ optional: true
1379
+
1380
+ unplugin@2.3.8:
1381
+ resolution: {integrity: sha512-lkaSIlxceytPyt9yfb1h7L9jDFqwMqvUZeGsKB7Z8QrvAO3xZv2S+xMQQYzxk0AGJHcQhbcvhKEstrMy99jnuQ==}
1382
+ engines: {node: '>=18.12.0'}
1383
+
1384
+ upper-case-first@2.0.2:
1385
+ resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==}
1386
+
1387
+ upper-case@2.0.2:
1388
+ resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==}
1389
+
1390
+ vite-plugin-style-import@2.0.0:
1391
+ resolution: {integrity: sha512-qtoHQae5dSUQPo/rYz/8p190VU5y19rtBaeV7ryLa/AYAU/e9CG89NrN/3+k7MR8mJy/GPIu91iJ3zk9foUOSA==}
1392
+ peerDependencies:
1393
+ vite: '>=2.0.0'
1394
+
1395
+ vite@7.1.3:
1396
+ resolution: {integrity: sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==}
1397
+ engines: {node: ^20.19.0 || >=22.12.0}
1398
+ hasBin: true
1399
+ peerDependencies:
1400
+ '@types/node': ^20.19.0 || >=22.12.0
1401
+ jiti: '>=1.21.0'
1402
+ less: ^4.0.0
1403
+ lightningcss: ^1.21.0
1404
+ sass: ^1.70.0
1405
+ sass-embedded: ^1.70.0
1406
+ stylus: '>=0.54.8'
1407
+ sugarss: ^5.0.0
1408
+ terser: ^5.16.0
1409
+ tsx: ^4.8.1
1410
+ yaml: ^2.4.2
1411
+ peerDependenciesMeta:
1412
+ '@types/node':
1413
+ optional: true
1414
+ jiti:
1415
+ optional: true
1416
+ less:
1417
+ optional: true
1418
+ lightningcss:
1419
+ optional: true
1420
+ sass:
1421
+ optional: true
1422
+ sass-embedded:
1423
+ optional: true
1424
+ stylus:
1425
+ optional: true
1426
+ sugarss:
1427
+ optional: true
1428
+ terser:
1429
+ optional: true
1430
+ tsx:
1431
+ optional: true
1432
+ yaml:
1433
+ optional: true
1434
+
1435
+ vscode-uri@3.1.0:
1436
+ resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
1437
+
1438
+ vue-demi@0.14.10:
1439
+ resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
1440
+ engines: {node: '>=12'}
1441
+ hasBin: true
1442
+ peerDependencies:
1443
+ '@vue/composition-api': ^1.0.0-rc.1
1444
+ vue: ^3.0.0-0 || ^2.6.0
1445
+ peerDependenciesMeta:
1446
+ '@vue/composition-api':
1447
+ optional: true
1448
+
1449
+ vue-hooks-plus@2.4.1:
1450
+ resolution: {integrity: sha512-DY9CW6U1ISeu10K3Hf7cKAvfG/S316rXt0Bt66BuTt9oplP+NuJYHtUuT/Ve5kWgNNEfyhrvguCY0JL0fBCzaw==}
1451
+ peerDependencies:
1452
+ vue: ^3.2.25
1453
+
1454
+ vue-router@4.5.1:
1455
+ resolution: {integrity: sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==}
1456
+ peerDependencies:
1457
+ vue: ^3.2.0
1458
+
1459
+ vue-tsc@2.2.12:
1460
+ resolution: {integrity: sha512-P7OP77b2h/Pmk+lZdJ0YWs+5tJ6J2+uOQPo7tlBnY44QqQSPYvS0qVT4wqDJgwrZaLe47etJLLQRFia71GYITw==}
1461
+ hasBin: true
1462
+ peerDependencies:
1463
+ typescript: '>=5.0.0'
1464
+
1465
+ vue@3.5.19:
1466
+ resolution: {integrity: sha512-ZRh0HTmw6KChRYWgN8Ox/wi7VhpuGlvMPrHjIsdRbzKNgECFLzy+dKL5z9yGaBSjCpmcfJCbh3I1tNSRmBz2tg==}
1467
+ peerDependencies:
1468
+ typescript: '*'
1469
+ peerDependenciesMeta:
1470
+ typescript:
1471
+ optional: true
1472
+
1473
+ webpack-virtual-modules@0.6.2:
1474
+ resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
1475
+
1476
+ wildcard@1.1.2:
1477
+ resolution: {integrity: sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==}
1478
+
1479
+ zrender@6.0.0:
1480
+ resolution: {integrity: sha512-41dFXEEXuJpNecuUQq6JlbybmnHaqqpGlbH1yxnA5V9MMP4SbohSVZsJIwz+zdjQXSSlR1Vc34EgH1zxyTDvhg==}
1481
+
1482
+ snapshots:
1483
+
1484
+ '@babel/helper-string-parser@7.27.1': {}
1485
+
1486
+ '@babel/helper-validator-identifier@7.27.1': {}
1487
+
1488
+ '@babel/parser@7.28.3':
1489
+ dependencies:
1490
+ '@babel/types': 7.28.2
1491
+
1492
+ '@babel/runtime@7.28.3': {}
1493
+
1494
+ '@babel/types@7.28.2':
1495
+ dependencies:
1496
+ '@babel/helper-string-parser': 7.27.1
1497
+ '@babel/helper-validator-identifier': 7.27.1
1498
+
1499
+ '@ctrl/tinycolor@3.6.1': {}
1500
+
1501
+ '@element-plus/icons-vue@2.3.2(vue@3.5.19(typescript@5.8.3))':
1502
+ dependencies:
1503
+ vue: 3.5.19(typescript@5.8.3)
1504
+
1505
+ '@esbuild/aix-ppc64@0.25.9':
1506
+ optional: true
1507
+
1508
+ '@esbuild/android-arm64@0.25.9':
1509
+ optional: true
1510
+
1511
+ '@esbuild/android-arm@0.25.9':
1512
+ optional: true
1513
+
1514
+ '@esbuild/android-x64@0.25.9':
1515
+ optional: true
1516
+
1517
+ '@esbuild/darwin-arm64@0.25.9':
1518
+ optional: true
1519
+
1520
+ '@esbuild/darwin-x64@0.25.9':
1521
+ optional: true
1522
+
1523
+ '@esbuild/freebsd-arm64@0.25.9':
1524
+ optional: true
1525
+
1526
+ '@esbuild/freebsd-x64@0.25.9':
1527
+ optional: true
1528
+
1529
+ '@esbuild/linux-arm64@0.25.9':
1530
+ optional: true
1531
+
1532
+ '@esbuild/linux-arm@0.25.9':
1533
+ optional: true
1534
+
1535
+ '@esbuild/linux-ia32@0.25.9':
1536
+ optional: true
1537
+
1538
+ '@esbuild/linux-loong64@0.25.9':
1539
+ optional: true
1540
+
1541
+ '@esbuild/linux-mips64el@0.25.9':
1542
+ optional: true
1543
+
1544
+ '@esbuild/linux-ppc64@0.25.9':
1545
+ optional: true
1546
+
1547
+ '@esbuild/linux-riscv64@0.25.9':
1548
+ optional: true
1549
+
1550
+ '@esbuild/linux-s390x@0.25.9':
1551
+ optional: true
1552
+
1553
+ '@esbuild/linux-x64@0.25.9':
1554
+ optional: true
1555
+
1556
+ '@esbuild/netbsd-arm64@0.25.9':
1557
+ optional: true
1558
+
1559
+ '@esbuild/netbsd-x64@0.25.9':
1560
+ optional: true
1561
+
1562
+ '@esbuild/openbsd-arm64@0.25.9':
1563
+ optional: true
1564
+
1565
+ '@esbuild/openbsd-x64@0.25.9':
1566
+ optional: true
1567
+
1568
+ '@esbuild/openharmony-arm64@0.25.9':
1569
+ optional: true
1570
+
1571
+ '@esbuild/sunos-x64@0.25.9':
1572
+ optional: true
1573
+
1574
+ '@esbuild/win32-arm64@0.25.9':
1575
+ optional: true
1576
+
1577
+ '@esbuild/win32-ia32@0.25.9':
1578
+ optional: true
1579
+
1580
+ '@esbuild/win32-x64@0.25.9':
1581
+ optional: true
1582
+
1583
+ '@floating-ui/core@1.7.3':
1584
+ dependencies:
1585
+ '@floating-ui/utils': 0.2.10
1586
+
1587
+ '@floating-ui/dom@1.7.4':
1588
+ dependencies:
1589
+ '@floating-ui/core': 1.7.3
1590
+ '@floating-ui/utils': 0.2.10
1591
+
1592
+ '@floating-ui/utils@0.2.10': {}
1593
+
1594
+ '@jridgewell/gen-mapping@0.3.13':
1595
+ dependencies:
1596
+ '@jridgewell/sourcemap-codec': 1.5.5
1597
+ '@jridgewell/trace-mapping': 0.3.30
1598
+
1599
+ '@jridgewell/remapping@2.3.5':
1600
+ dependencies:
1601
+ '@jridgewell/gen-mapping': 0.3.13
1602
+ '@jridgewell/trace-mapping': 0.3.30
1603
+
1604
+ '@jridgewell/resolve-uri@3.1.2': {}
1605
+
1606
+ '@jridgewell/sourcemap-codec@1.5.5': {}
1607
+
1608
+ '@jridgewell/trace-mapping@0.3.30':
1609
+ dependencies:
1610
+ '@jridgewell/resolve-uri': 3.1.2
1611
+ '@jridgewell/sourcemap-codec': 1.5.5
1612
+
1613
+ '@parcel/watcher-android-arm64@2.5.1':
1614
+ optional: true
1615
+
1616
+ '@parcel/watcher-darwin-arm64@2.5.1':
1617
+ optional: true
1618
+
1619
+ '@parcel/watcher-darwin-x64@2.5.1':
1620
+ optional: true
1621
+
1622
+ '@parcel/watcher-freebsd-x64@2.5.1':
1623
+ optional: true
1624
+
1625
+ '@parcel/watcher-linux-arm-glibc@2.5.1':
1626
+ optional: true
1627
+
1628
+ '@parcel/watcher-linux-arm-musl@2.5.1':
1629
+ optional: true
1630
+
1631
+ '@parcel/watcher-linux-arm64-glibc@2.5.1':
1632
+ optional: true
1633
+
1634
+ '@parcel/watcher-linux-arm64-musl@2.5.1':
1635
+ optional: true
1636
+
1637
+ '@parcel/watcher-linux-x64-glibc@2.5.1':
1638
+ optional: true
1639
+
1640
+ '@parcel/watcher-linux-x64-musl@2.5.1':
1641
+ optional: true
1642
+
1643
+ '@parcel/watcher-win32-arm64@2.5.1':
1644
+ optional: true
1645
+
1646
+ '@parcel/watcher-win32-ia32@2.5.1':
1647
+ optional: true
1648
+
1649
+ '@parcel/watcher-win32-x64@2.5.1':
1650
+ optional: true
1651
+
1652
+ '@parcel/watcher@2.5.1':
1653
+ dependencies:
1654
+ detect-libc: 1.0.3
1655
+ is-glob: 4.0.3
1656
+ micromatch: 4.0.8
1657
+ node-addon-api: 7.1.1
1658
+ optionalDependencies:
1659
+ '@parcel/watcher-android-arm64': 2.5.1
1660
+ '@parcel/watcher-darwin-arm64': 2.5.1
1661
+ '@parcel/watcher-darwin-x64': 2.5.1
1662
+ '@parcel/watcher-freebsd-x64': 2.5.1
1663
+ '@parcel/watcher-linux-arm-glibc': 2.5.1
1664
+ '@parcel/watcher-linux-arm-musl': 2.5.1
1665
+ '@parcel/watcher-linux-arm64-glibc': 2.5.1
1666
+ '@parcel/watcher-linux-arm64-musl': 2.5.1
1667
+ '@parcel/watcher-linux-x64-glibc': 2.5.1
1668
+ '@parcel/watcher-linux-x64-musl': 2.5.1
1669
+ '@parcel/watcher-win32-arm64': 2.5.1
1670
+ '@parcel/watcher-win32-ia32': 2.5.1
1671
+ '@parcel/watcher-win32-x64': 2.5.1
1672
+ optional: true
1673
+
1674
+ '@rolldown/pluginutils@1.0.0-beta.29': {}
1675
+
1676
+ '@rollup/pluginutils@4.2.1':
1677
+ dependencies:
1678
+ estree-walker: 2.0.2
1679
+ picomatch: 2.3.1
1680
+
1681
+ '@rollup/rollup-android-arm-eabi@4.47.1':
1682
+ optional: true
1683
+
1684
+ '@rollup/rollup-android-arm64@4.47.1':
1685
+ optional: true
1686
+
1687
+ '@rollup/rollup-darwin-arm64@4.47.1':
1688
+ optional: true
1689
+
1690
+ '@rollup/rollup-darwin-x64@4.47.1':
1691
+ optional: true
1692
+
1693
+ '@rollup/rollup-freebsd-arm64@4.47.1':
1694
+ optional: true
1695
+
1696
+ '@rollup/rollup-freebsd-x64@4.47.1':
1697
+ optional: true
1698
+
1699
+ '@rollup/rollup-linux-arm-gnueabihf@4.47.1':
1700
+ optional: true
1701
+
1702
+ '@rollup/rollup-linux-arm-musleabihf@4.47.1':
1703
+ optional: true
1704
+
1705
+ '@rollup/rollup-linux-arm64-gnu@4.47.1':
1706
+ optional: true
1707
+
1708
+ '@rollup/rollup-linux-arm64-musl@4.47.1':
1709
+ optional: true
1710
+
1711
+ '@rollup/rollup-linux-loongarch64-gnu@4.47.1':
1712
+ optional: true
1713
+
1714
+ '@rollup/rollup-linux-ppc64-gnu@4.47.1':
1715
+ optional: true
1716
+
1717
+ '@rollup/rollup-linux-riscv64-gnu@4.47.1':
1718
+ optional: true
1719
+
1720
+ '@rollup/rollup-linux-riscv64-musl@4.47.1':
1721
+ optional: true
1722
+
1723
+ '@rollup/rollup-linux-s390x-gnu@4.47.1':
1724
+ optional: true
1725
+
1726
+ '@rollup/rollup-linux-x64-gnu@4.47.1':
1727
+ optional: true
1728
+
1729
+ '@rollup/rollup-linux-x64-musl@4.47.1':
1730
+ optional: true
1731
+
1732
+ '@rollup/rollup-win32-arm64-msvc@4.47.1':
1733
+ optional: true
1734
+
1735
+ '@rollup/rollup-win32-ia32-msvc@4.47.1':
1736
+ optional: true
1737
+
1738
+ '@rollup/rollup-win32-x64-msvc@4.47.1':
1739
+ optional: true
1740
+
1741
+ '@sxzz/popperjs-es@2.11.7': {}
1742
+
1743
+ '@transloadit/prettier-bytes@0.0.7': {}
1744
+
1745
+ '@types/estree@1.0.8': {}
1746
+
1747
+ '@types/event-emitter@0.3.5': {}
1748
+
1749
+ '@types/js-cookie@3.0.6': {}
1750
+
1751
+ '@types/lodash-es@4.17.12':
1752
+ dependencies:
1753
+ '@types/lodash': 4.17.20
1754
+
1755
+ '@types/lodash@4.17.20': {}
1756
+
1757
+ '@types/node@24.3.0':
1758
+ dependencies:
1759
+ undici-types: 7.10.0
1760
+
1761
+ '@types/web-bluetooth@0.0.16': {}
1762
+
1763
+ '@uppy/companion-client@2.2.2':
1764
+ dependencies:
1765
+ '@uppy/utils': 4.1.3
1766
+ namespace-emitter: 2.0.1
1767
+
1768
+ '@uppy/core@2.3.4':
1769
+ dependencies:
1770
+ '@transloadit/prettier-bytes': 0.0.7
1771
+ '@uppy/store-default': 2.1.1
1772
+ '@uppy/utils': 4.1.3
1773
+ lodash.throttle: 4.1.1
1774
+ mime-match: 1.0.2
1775
+ namespace-emitter: 2.0.1
1776
+ nanoid: 3.3.11
1777
+ preact: 10.27.1
1778
+
1779
+ '@uppy/store-default@2.1.1': {}
1780
+
1781
+ '@uppy/utils@4.1.3':
1782
+ dependencies:
1783
+ lodash.throttle: 4.1.1
1784
+
1785
+ '@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4)':
1786
+ dependencies:
1787
+ '@uppy/companion-client': 2.2.2
1788
+ '@uppy/core': 2.3.4
1789
+ '@uppy/utils': 4.1.3
1790
+ nanoid: 3.3.11
1791
+
1792
+ '@vitejs/plugin-vue@6.0.1(vite@7.1.3(@types/node@24.3.0)(sass@1.90.0))(vue@3.5.19(typescript@5.8.3))':
1793
+ dependencies:
1794
+ '@rolldown/pluginutils': 1.0.0-beta.29
1795
+ vite: 7.1.3(@types/node@24.3.0)(sass@1.90.0)
1796
+ vue: 3.5.19(typescript@5.8.3)
1797
+
1798
+ '@volar/language-core@2.4.15':
1799
+ dependencies:
1800
+ '@volar/source-map': 2.4.15
1801
+
1802
+ '@volar/source-map@2.4.15': {}
1803
+
1804
+ '@volar/typescript@2.4.15':
1805
+ dependencies:
1806
+ '@volar/language-core': 2.4.15
1807
+ path-browserify: 1.0.1
1808
+ vscode-uri: 3.1.0
1809
+
1810
+ '@vue-hooks-plus/resolvers@1.3.0(vue-hooks-plus@2.4.1(vue@3.5.19(typescript@5.8.3)))':
1811
+ dependencies:
1812
+ local-pkg: 0.4.3
1813
+ vue-hooks-plus: 2.4.1(vue@3.5.19(typescript@5.8.3))
1814
+
1815
+ '@vue/compiler-core@3.5.19':
1816
+ dependencies:
1817
+ '@babel/parser': 7.28.3
1818
+ '@vue/shared': 3.5.19
1819
+ entities: 4.5.0
1820
+ estree-walker: 2.0.2
1821
+ source-map-js: 1.2.1
1822
+
1823
+ '@vue/compiler-dom@3.5.19':
1824
+ dependencies:
1825
+ '@vue/compiler-core': 3.5.19
1826
+ '@vue/shared': 3.5.19
1827
+
1828
+ '@vue/compiler-sfc@3.5.19':
1829
+ dependencies:
1830
+ '@babel/parser': 7.28.3
1831
+ '@vue/compiler-core': 3.5.19
1832
+ '@vue/compiler-dom': 3.5.19
1833
+ '@vue/compiler-ssr': 3.5.19
1834
+ '@vue/shared': 3.5.19
1835
+ estree-walker: 2.0.2
1836
+ magic-string: 0.30.18
1837
+ postcss: 8.5.6
1838
+ source-map-js: 1.2.1
1839
+
1840
+ '@vue/compiler-ssr@3.5.19':
1841
+ dependencies:
1842
+ '@vue/compiler-dom': 3.5.19
1843
+ '@vue/shared': 3.5.19
1844
+
1845
+ '@vue/compiler-vue2@2.7.16':
1846
+ dependencies:
1847
+ de-indent: 1.0.2
1848
+ he: 1.2.0
1849
+
1850
+ '@vue/devtools-api@6.6.4': {}
1851
+
1852
+ '@vue/devtools-api@7.7.2':
1853
+ dependencies:
1854
+ '@vue/devtools-kit': 7.7.7
1855
+
1856
+ '@vue/devtools-api@7.7.7':
1857
+ dependencies:
1858
+ '@vue/devtools-kit': 7.7.7
1859
+
1860
+ '@vue/devtools-kit@7.7.7':
1861
+ dependencies:
1862
+ '@vue/devtools-shared': 7.7.7
1863
+ birpc: 2.5.0
1864
+ hookable: 5.5.3
1865
+ mitt: 3.0.1
1866
+ perfect-debounce: 1.0.0
1867
+ speakingurl: 14.0.1
1868
+ superjson: 2.2.2
1869
+
1870
+ '@vue/devtools-shared@7.7.7':
1871
+ dependencies:
1872
+ rfdc: 1.4.1
1873
+
1874
+ '@vue/language-core@2.2.12(typescript@5.8.3)':
1875
+ dependencies:
1876
+ '@volar/language-core': 2.4.15
1877
+ '@vue/compiler-dom': 3.5.19
1878
+ '@vue/compiler-vue2': 2.7.16
1879
+ '@vue/shared': 3.5.19
1880
+ alien-signals: 1.0.13
1881
+ minimatch: 9.0.5
1882
+ muggle-string: 0.4.1
1883
+ path-browserify: 1.0.1
1884
+ optionalDependencies:
1885
+ typescript: 5.8.3
1886
+
1887
+ '@vue/reactivity@3.5.19':
1888
+ dependencies:
1889
+ '@vue/shared': 3.5.19
1890
+
1891
+ '@vue/runtime-core@3.5.19':
1892
+ dependencies:
1893
+ '@vue/reactivity': 3.5.19
1894
+ '@vue/shared': 3.5.19
1895
+
1896
+ '@vue/runtime-dom@3.5.19':
1897
+ dependencies:
1898
+ '@vue/reactivity': 3.5.19
1899
+ '@vue/runtime-core': 3.5.19
1900
+ '@vue/shared': 3.5.19
1901
+ csstype: 3.1.3
1902
+
1903
+ '@vue/server-renderer@3.5.19(vue@3.5.19(typescript@5.8.3))':
1904
+ dependencies:
1905
+ '@vue/compiler-ssr': 3.5.19
1906
+ '@vue/shared': 3.5.19
1907
+ vue: 3.5.19(typescript@5.8.3)
1908
+
1909
+ '@vue/shared@3.5.19': {}
1910
+
1911
+ '@vue/tsconfig@0.7.0(typescript@5.8.3)(vue@3.5.19(typescript@5.8.3))':
1912
+ optionalDependencies:
1913
+ typescript: 5.8.3
1914
+ vue: 3.5.19(typescript@5.8.3)
1915
+
1916
+ '@vueuse/core@9.13.0(vue@3.5.19(typescript@5.8.3))':
1917
+ dependencies:
1918
+ '@types/web-bluetooth': 0.0.16
1919
+ '@vueuse/metadata': 9.13.0
1920
+ '@vueuse/shared': 9.13.0(vue@3.5.19(typescript@5.8.3))
1921
+ vue-demi: 0.14.10(vue@3.5.19(typescript@5.8.3))
1922
+ transitivePeerDependencies:
1923
+ - '@vue/composition-api'
1924
+ - vue
1925
+
1926
+ '@vueuse/metadata@9.13.0': {}
1927
+
1928
+ '@vueuse/shared@9.13.0(vue@3.5.19(typescript@5.8.3))':
1929
+ dependencies:
1930
+ vue-demi: 0.14.10(vue@3.5.19(typescript@5.8.3))
1931
+ transitivePeerDependencies:
1932
+ - '@vue/composition-api'
1933
+ - vue
1934
+
1935
+ '@wangeditor/basic-modules@1.1.7(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)':
1936
+ dependencies:
1937
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)
1938
+ dom7: 3.0.0
1939
+ is-url: 1.2.4
1940
+ lodash.throttle: 4.1.1
1941
+ nanoid: 3.3.11
1942
+ slate: 0.72.8
1943
+ snabbdom: 3.6.2
1944
+
1945
+ '@wangeditor/code-highlight@1.0.3(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.6.2)':
1946
+ dependencies:
1947
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)
1948
+ dom7: 3.0.0
1949
+ prismjs: 1.30.0
1950
+ slate: 0.72.8
1951
+ snabbdom: 3.6.2
1952
+
1953
+ '@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)':
1954
+ dependencies:
1955
+ '@types/event-emitter': 0.3.5
1956
+ '@uppy/core': 2.3.4
1957
+ '@uppy/xhr-upload': 2.1.3(@uppy/core@2.3.4)
1958
+ dom7: 3.0.0
1959
+ event-emitter: 0.3.5
1960
+ html-void-elements: 2.0.1
1961
+ i18next: 20.6.1
1962
+ is-hotkey: 0.2.0
1963
+ lodash.camelcase: 4.3.0
1964
+ lodash.clonedeep: 4.5.0
1965
+ lodash.debounce: 4.0.8
1966
+ lodash.foreach: 4.5.0
1967
+ lodash.isequal: 4.5.0
1968
+ lodash.throttle: 4.1.1
1969
+ lodash.toarray: 4.4.0
1970
+ nanoid: 3.3.11
1971
+ scroll-into-view-if-needed: 2.2.31
1972
+ slate: 0.72.8
1973
+ slate-history: 0.66.0(slate@0.72.8)
1974
+ snabbdom: 3.6.2
1975
+
1976
+ '@wangeditor/editor-for-vue@5.1.12(@wangeditor/editor@5.1.23)(vue@3.5.19(typescript@5.8.3))':
1977
+ dependencies:
1978
+ '@wangeditor/editor': 5.1.23
1979
+ vue: 3.5.19(typescript@5.8.3)
1980
+
1981
+ '@wangeditor/editor@5.1.23':
1982
+ dependencies:
1983
+ '@uppy/core': 2.3.4
1984
+ '@uppy/xhr-upload': 2.1.3(@uppy/core@2.3.4)
1985
+ '@wangeditor/basic-modules': 1.1.7(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)
1986
+ '@wangeditor/code-highlight': 1.0.3(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.6.2)
1987
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)
1988
+ '@wangeditor/list-module': 1.0.5(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.6.2)
1989
+ '@wangeditor/table-module': 1.1.4(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)
1990
+ '@wangeditor/upload-image-module': 1.0.2(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(@wangeditor/basic-modules@1.1.7(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.foreach@4.5.0)(slate@0.72.8)(snabbdom@3.6.2)
1991
+ '@wangeditor/video-module': 1.1.4(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)
1992
+ dom7: 3.0.0
1993
+ is-hotkey: 0.2.0
1994
+ lodash.camelcase: 4.3.0
1995
+ lodash.clonedeep: 4.5.0
1996
+ lodash.debounce: 4.0.8
1997
+ lodash.foreach: 4.5.0
1998
+ lodash.isequal: 4.5.0
1999
+ lodash.throttle: 4.1.1
2000
+ lodash.toarray: 4.4.0
2001
+ nanoid: 3.3.11
2002
+ slate: 0.72.8
2003
+ snabbdom: 3.6.2
2004
+
2005
+ '@wangeditor/list-module@1.0.5(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.6.2)':
2006
+ dependencies:
2007
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)
2008
+ dom7: 3.0.0
2009
+ slate: 0.72.8
2010
+ snabbdom: 3.6.2
2011
+
2012
+ '@wangeditor/table-module@1.1.4(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)':
2013
+ dependencies:
2014
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)
2015
+ dom7: 3.0.0
2016
+ lodash.isequal: 4.5.0
2017
+ lodash.throttle: 4.1.1
2018
+ nanoid: 3.3.11
2019
+ slate: 0.72.8
2020
+ snabbdom: 3.6.2
2021
+
2022
+ '@wangeditor/upload-image-module@1.0.2(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(@wangeditor/basic-modules@1.1.7(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.foreach@4.5.0)(slate@0.72.8)(snabbdom@3.6.2)':
2023
+ dependencies:
2024
+ '@uppy/core': 2.3.4
2025
+ '@uppy/xhr-upload': 2.1.3(@uppy/core@2.3.4)
2026
+ '@wangeditor/basic-modules': 1.1.7(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)
2027
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)
2028
+ dom7: 3.0.0
2029
+ lodash.foreach: 4.5.0
2030
+ slate: 0.72.8
2031
+ snabbdom: 3.6.2
2032
+
2033
+ '@wangeditor/video-module@1.1.4(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2))(dom7@3.0.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)':
2034
+ dependencies:
2035
+ '@uppy/core': 2.3.4
2036
+ '@uppy/xhr-upload': 2.1.3(@uppy/core@2.3.4)
2037
+ '@wangeditor/core': 1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.2)
2038
+ dom7: 3.0.0
2039
+ nanoid: 3.3.11
2040
+ slate: 0.72.8
2041
+ snabbdom: 3.6.2
2042
+
2043
+ acorn@8.15.0: {}
2044
+
2045
+ alien-signals@1.0.13: {}
2046
+
2047
+ anymatch@3.1.3:
2048
+ dependencies:
2049
+ normalize-path: 3.0.0
2050
+ picomatch: 2.3.1
2051
+
2052
+ async-validator@4.2.5: {}
2053
+
2054
+ asynckit@0.4.0: {}
2055
+
2056
+ axios@1.11.0:
2057
+ dependencies:
2058
+ follow-redirects: 1.15.11
2059
+ form-data: 4.0.4
2060
+ proxy-from-env: 1.1.0
2061
+ transitivePeerDependencies:
2062
+ - debug
2063
+
2064
+ balanced-match@1.0.2: {}
2065
+
2066
+ binary-extensions@2.3.0: {}
2067
+
2068
+ birpc@2.5.0: {}
2069
+
2070
+ brace-expansion@2.0.2:
2071
+ dependencies:
2072
+ balanced-match: 1.0.2
2073
+
2074
+ braces@3.0.3:
2075
+ dependencies:
2076
+ fill-range: 7.1.1
2077
+
2078
+ call-bind-apply-helpers@1.0.2:
2079
+ dependencies:
2080
+ es-errors: 1.3.0
2081
+ function-bind: 1.1.2
2082
+
2083
+ camel-case@4.1.2:
2084
+ dependencies:
2085
+ pascal-case: 3.1.2
2086
+ tslib: 2.8.1
2087
+
2088
+ capital-case@1.0.4:
2089
+ dependencies:
2090
+ no-case: 3.0.4
2091
+ tslib: 2.8.1
2092
+ upper-case-first: 2.0.2
2093
+
2094
+ change-case@4.1.2:
2095
+ dependencies:
2096
+ camel-case: 4.1.2
2097
+ capital-case: 1.0.4
2098
+ constant-case: 3.0.4
2099
+ dot-case: 3.0.4
2100
+ header-case: 2.0.4
2101
+ no-case: 3.0.4
2102
+ param-case: 3.0.4
2103
+ pascal-case: 3.1.2
2104
+ path-case: 3.0.4
2105
+ sentence-case: 3.0.4
2106
+ snake-case: 3.0.4
2107
+ tslib: 2.8.1
2108
+
2109
+ chokidar@3.6.0:
2110
+ dependencies:
2111
+ anymatch: 3.1.3
2112
+ braces: 3.0.3
2113
+ glob-parent: 5.1.2
2114
+ is-binary-path: 2.1.0
2115
+ is-glob: 4.0.3
2116
+ normalize-path: 3.0.0
2117
+ readdirp: 3.6.0
2118
+ optionalDependencies:
2119
+ fsevents: 2.3.3
2120
+
2121
+ chokidar@4.0.3:
2122
+ dependencies:
2123
+ readdirp: 4.1.2
2124
+
2125
+ combined-stream@1.0.8:
2126
+ dependencies:
2127
+ delayed-stream: 1.0.0
2128
+
2129
+ compute-scroll-into-view@1.0.20: {}
2130
+
2131
+ confbox@0.1.8: {}
2132
+
2133
+ confbox@0.2.2: {}
2134
+
2135
+ consola@3.4.2: {}
2136
+
2137
+ console@0.7.2: {}
2138
+
2139
+ constant-case@3.0.4:
2140
+ dependencies:
2141
+ no-case: 3.0.4
2142
+ tslib: 2.8.1
2143
+ upper-case: 2.0.2
2144
+
2145
+ copy-anything@3.0.5:
2146
+ dependencies:
2147
+ is-what: 4.1.16
2148
+
2149
+ csstype@3.1.3: {}
2150
+
2151
+ d@1.0.2:
2152
+ dependencies:
2153
+ es5-ext: 0.10.64
2154
+ type: 2.7.3
2155
+
2156
+ dayjs@1.11.13: {}
2157
+
2158
+ de-indent@1.0.2: {}
2159
+
2160
+ debug@4.4.1:
2161
+ dependencies:
2162
+ ms: 2.1.3
2163
+
2164
+ delayed-stream@1.0.0: {}
2165
+
2166
+ detect-libc@1.0.3:
2167
+ optional: true
2168
+
2169
+ dom7@3.0.0:
2170
+ dependencies:
2171
+ ssr-window: 3.0.0
2172
+
2173
+ dot-case@3.0.4:
2174
+ dependencies:
2175
+ no-case: 3.0.4
2176
+ tslib: 2.8.1
2177
+
2178
+ dunder-proto@1.0.1:
2179
+ dependencies:
2180
+ call-bind-apply-helpers: 1.0.2
2181
+ es-errors: 1.3.0
2182
+ gopd: 1.2.0
2183
+
2184
+ echarts-liquidfill@3.1.0(echarts@6.0.0):
2185
+ dependencies:
2186
+ echarts: 6.0.0
2187
+
2188
+ echarts@6.0.0:
2189
+ dependencies:
2190
+ tslib: 2.3.0
2191
+ zrender: 6.0.0
2192
+
2193
+ element-plus@2.11.1(vue@3.5.19(typescript@5.8.3)):
2194
+ dependencies:
2195
+ '@ctrl/tinycolor': 3.6.1
2196
+ '@element-plus/icons-vue': 2.3.2(vue@3.5.19(typescript@5.8.3))
2197
+ '@floating-ui/dom': 1.7.4
2198
+ '@popperjs/core': '@sxzz/popperjs-es@2.11.7'
2199
+ '@types/lodash': 4.17.20
2200
+ '@types/lodash-es': 4.17.12
2201
+ '@vueuse/core': 9.13.0(vue@3.5.19(typescript@5.8.3))
2202
+ async-validator: 4.2.5
2203
+ dayjs: 1.11.13
2204
+ escape-html: 1.0.3
2205
+ lodash: 4.17.21
2206
+ lodash-es: 4.17.21
2207
+ lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21)
2208
+ memoize-one: 6.0.0
2209
+ normalize-wheel-es: 1.2.0
2210
+ vue: 3.5.19(typescript@5.8.3)
2211
+ transitivePeerDependencies:
2212
+ - '@vue/composition-api'
2213
+
2214
+ entities@4.5.0: {}
2215
+
2216
+ es-define-property@1.0.1: {}
2217
+
2218
+ es-errors@1.3.0: {}
2219
+
2220
+ es-module-lexer@0.9.3: {}
2221
+
2222
+ es-object-atoms@1.1.1:
2223
+ dependencies:
2224
+ es-errors: 1.3.0
2225
+
2226
+ es-set-tostringtag@2.1.0:
2227
+ dependencies:
2228
+ es-errors: 1.3.0
2229
+ get-intrinsic: 1.3.0
2230
+ has-tostringtag: 1.0.2
2231
+ hasown: 2.0.2
2232
+
2233
+ es5-ext@0.10.64:
2234
+ dependencies:
2235
+ es6-iterator: 2.0.3
2236
+ es6-symbol: 3.1.4
2237
+ esniff: 2.0.1
2238
+ next-tick: 1.1.0
2239
+
2240
+ es6-iterator@2.0.3:
2241
+ dependencies:
2242
+ d: 1.0.2
2243
+ es5-ext: 0.10.64
2244
+ es6-symbol: 3.1.4
2245
+
2246
+ es6-symbol@3.1.4:
2247
+ dependencies:
2248
+ d: 1.0.2
2249
+ ext: 1.7.0
2250
+
2251
+ esbuild@0.25.9:
2252
+ optionalDependencies:
2253
+ '@esbuild/aix-ppc64': 0.25.9
2254
+ '@esbuild/android-arm': 0.25.9
2255
+ '@esbuild/android-arm64': 0.25.9
2256
+ '@esbuild/android-x64': 0.25.9
2257
+ '@esbuild/darwin-arm64': 0.25.9
2258
+ '@esbuild/darwin-x64': 0.25.9
2259
+ '@esbuild/freebsd-arm64': 0.25.9
2260
+ '@esbuild/freebsd-x64': 0.25.9
2261
+ '@esbuild/linux-arm': 0.25.9
2262
+ '@esbuild/linux-arm64': 0.25.9
2263
+ '@esbuild/linux-ia32': 0.25.9
2264
+ '@esbuild/linux-loong64': 0.25.9
2265
+ '@esbuild/linux-mips64el': 0.25.9
2266
+ '@esbuild/linux-ppc64': 0.25.9
2267
+ '@esbuild/linux-riscv64': 0.25.9
2268
+ '@esbuild/linux-s390x': 0.25.9
2269
+ '@esbuild/linux-x64': 0.25.9
2270
+ '@esbuild/netbsd-arm64': 0.25.9
2271
+ '@esbuild/netbsd-x64': 0.25.9
2272
+ '@esbuild/openbsd-arm64': 0.25.9
2273
+ '@esbuild/openbsd-x64': 0.25.9
2274
+ '@esbuild/openharmony-arm64': 0.25.9
2275
+ '@esbuild/sunos-x64': 0.25.9
2276
+ '@esbuild/win32-arm64': 0.25.9
2277
+ '@esbuild/win32-ia32': 0.25.9
2278
+ '@esbuild/win32-x64': 0.25.9
2279
+
2280
+ escape-html@1.0.3: {}
2281
+
2282
+ escape-string-regexp@5.0.0: {}
2283
+
2284
+ esniff@2.0.1:
2285
+ dependencies:
2286
+ d: 1.0.2
2287
+ es5-ext: 0.10.64
2288
+ event-emitter: 0.3.5
2289
+ type: 2.7.3
2290
+
2291
+ estree-walker@2.0.2: {}
2292
+
2293
+ estree-walker@3.0.3:
2294
+ dependencies:
2295
+ '@types/estree': 1.0.8
2296
+
2297
+ event-emitter@0.3.5:
2298
+ dependencies:
2299
+ d: 1.0.2
2300
+ es5-ext: 0.10.64
2301
+
2302
+ exsolve@1.0.7: {}
2303
+
2304
+ ext@1.7.0:
2305
+ dependencies:
2306
+ type: 2.7.3
2307
+
2308
+ fdir@6.5.0(picomatch@4.0.3):
2309
+ optionalDependencies:
2310
+ picomatch: 4.0.3
2311
+
2312
+ fill-range@7.1.1:
2313
+ dependencies:
2314
+ to-regex-range: 5.0.1
2315
+
2316
+ follow-redirects@1.15.11: {}
2317
+
2318
+ form-data@4.0.4:
2319
+ dependencies:
2320
+ asynckit: 0.4.0
2321
+ combined-stream: 1.0.8
2322
+ es-set-tostringtag: 2.1.0
2323
+ hasown: 2.0.2
2324
+ mime-types: 2.1.35
2325
+
2326
+ fs-extra@10.1.0:
2327
+ dependencies:
2328
+ graceful-fs: 4.2.11
2329
+ jsonfile: 6.2.0
2330
+ universalify: 2.0.1
2331
+
2332
+ fsevents@2.3.3:
2333
+ optional: true
2334
+
2335
+ function-bind@1.1.2: {}
2336
+
2337
+ get-intrinsic@1.3.0:
2338
+ dependencies:
2339
+ call-bind-apply-helpers: 1.0.2
2340
+ es-define-property: 1.0.1
2341
+ es-errors: 1.3.0
2342
+ es-object-atoms: 1.1.1
2343
+ function-bind: 1.1.2
2344
+ get-proto: 1.0.1
2345
+ gopd: 1.2.0
2346
+ has-symbols: 1.1.0
2347
+ hasown: 2.0.2
2348
+ math-intrinsics: 1.1.0
2349
+
2350
+ get-proto@1.0.1:
2351
+ dependencies:
2352
+ dunder-proto: 1.0.1
2353
+ es-object-atoms: 1.1.1
2354
+
2355
+ glob-parent@5.1.2:
2356
+ dependencies:
2357
+ is-glob: 4.0.3
2358
+
2359
+ gopd@1.2.0: {}
2360
+
2361
+ graceful-fs@4.2.11: {}
2362
+
2363
+ has-symbols@1.1.0: {}
2364
+
2365
+ has-tostringtag@1.0.2:
2366
+ dependencies:
2367
+ has-symbols: 1.1.0
2368
+
2369
+ hasown@2.0.2:
2370
+ dependencies:
2371
+ function-bind: 1.1.2
2372
+
2373
+ he@1.2.0: {}
2374
+
2375
+ header-case@2.0.4:
2376
+ dependencies:
2377
+ capital-case: 1.0.4
2378
+ tslib: 2.8.1
2379
+
2380
+ hookable@5.5.3: {}
2381
+
2382
+ html-void-elements@2.0.1: {}
2383
+
2384
+ i18next@20.6.1:
2385
+ dependencies:
2386
+ '@babel/runtime': 7.28.3
2387
+
2388
+ immer@9.0.21: {}
2389
+
2390
+ immutable@5.1.3: {}
2391
+
2392
+ is-binary-path@2.1.0:
2393
+ dependencies:
2394
+ binary-extensions: 2.3.0
2395
+
2396
+ is-extglob@2.1.1: {}
2397
+
2398
+ is-glob@4.0.3:
2399
+ dependencies:
2400
+ is-extglob: 2.1.1
2401
+
2402
+ is-hotkey@0.2.0: {}
2403
+
2404
+ is-number@7.0.0: {}
2405
+
2406
+ is-plain-object@5.0.0: {}
2407
+
2408
+ is-url@1.2.4: {}
2409
+
2410
+ is-what@4.1.16: {}
2411
+
2412
+ js-cookie@3.0.5: {}
2413
+
2414
+ js-tokens@9.0.1: {}
2415
+
2416
+ jsonfile@6.2.0:
2417
+ dependencies:
2418
+ universalify: 2.0.1
2419
+ optionalDependencies:
2420
+ graceful-fs: 4.2.11
2421
+
2422
+ local-pkg@0.4.3: {}
2423
+
2424
+ local-pkg@1.1.2:
2425
+ dependencies:
2426
+ mlly: 1.7.4
2427
+ pkg-types: 2.3.0
2428
+ quansync: 0.2.11
2429
+
2430
+ lodash-es@4.17.21: {}
2431
+
2432
+ lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21):
2433
+ dependencies:
2434
+ '@types/lodash-es': 4.17.12
2435
+ lodash: 4.17.21
2436
+ lodash-es: 4.17.21
2437
+
2438
+ lodash.camelcase@4.3.0: {}
2439
+
2440
+ lodash.clonedeep@4.5.0: {}
2441
+
2442
+ lodash.debounce@4.0.8: {}
2443
+
2444
+ lodash.foreach@4.5.0: {}
2445
+
2446
+ lodash.isequal@4.5.0: {}
2447
+
2448
+ lodash.throttle@4.1.1: {}
2449
+
2450
+ lodash.toarray@4.4.0: {}
2451
+
2452
+ lodash@4.17.21: {}
2453
+
2454
+ lower-case@2.0.2:
2455
+ dependencies:
2456
+ tslib: 2.8.1
2457
+
2458
+ magic-string@0.25.9:
2459
+ dependencies:
2460
+ sourcemap-codec: 1.4.8
2461
+
2462
+ magic-string@0.30.18:
2463
+ dependencies:
2464
+ '@jridgewell/sourcemap-codec': 1.5.5
2465
+
2466
+ math-intrinsics@1.1.0: {}
2467
+
2468
+ memoize-one@6.0.0: {}
2469
+
2470
+ micromatch@4.0.8:
2471
+ dependencies:
2472
+ braces: 3.0.3
2473
+ picomatch: 2.3.1
2474
+ optional: true
2475
+
2476
+ mime-db@1.52.0: {}
2477
+
2478
+ mime-match@1.0.2:
2479
+ dependencies:
2480
+ wildcard: 1.1.2
2481
+
2482
+ mime-types@2.1.35:
2483
+ dependencies:
2484
+ mime-db: 1.52.0
2485
+
2486
+ minimatch@9.0.5:
2487
+ dependencies:
2488
+ brace-expansion: 2.0.2
2489
+
2490
+ mitt@3.0.1: {}
2491
+
2492
+ mlly@1.7.4:
2493
+ dependencies:
2494
+ acorn: 8.15.0
2495
+ pathe: 2.0.3
2496
+ pkg-types: 1.3.1
2497
+ ufo: 1.6.1
2498
+
2499
+ ms@2.1.3: {}
2500
+
2501
+ muggle-string@0.4.1: {}
2502
+
2503
+ namespace-emitter@2.0.1: {}
2504
+
2505
+ nanoid@3.3.11: {}
2506
+
2507
+ next-tick@1.1.0: {}
2508
+
2509
+ no-case@3.0.4:
2510
+ dependencies:
2511
+ lower-case: 2.0.2
2512
+ tslib: 2.8.1
2513
+
2514
+ node-addon-api@7.1.1:
2515
+ optional: true
2516
+
2517
+ normalize-path@3.0.0: {}
2518
+
2519
+ normalize-wheel-es@1.2.0: {}
2520
+
2521
+ normalize.css@8.0.1: {}
2522
+
2523
+ param-case@3.0.4:
2524
+ dependencies:
2525
+ dot-case: 3.0.4
2526
+ tslib: 2.8.1
2527
+
2528
+ pascal-case@3.1.2:
2529
+ dependencies:
2530
+ no-case: 3.0.4
2531
+ tslib: 2.8.1
2532
+
2533
+ path-browserify@1.0.1: {}
2534
+
2535
+ path-case@3.0.4:
2536
+ dependencies:
2537
+ dot-case: 3.0.4
2538
+ tslib: 2.8.1
2539
+
2540
+ pathe@0.2.0: {}
2541
+
2542
+ pathe@2.0.3: {}
2543
+
2544
+ perfect-debounce@1.0.0: {}
2545
+
2546
+ picocolors@1.1.1: {}
2547
+
2548
+ picomatch@2.3.1: {}
2549
+
2550
+ picomatch@4.0.3: {}
2551
+
2552
+ pinia@3.0.3(typescript@5.8.3)(vue@3.5.19(typescript@5.8.3)):
2553
+ dependencies:
2554
+ '@vue/devtools-api': 7.7.7
2555
+ vue: 3.5.19(typescript@5.8.3)
2556
+ optionalDependencies:
2557
+ typescript: 5.8.3
2558
+
2559
+ pkg-types@1.3.1:
2560
+ dependencies:
2561
+ confbox: 0.1.8
2562
+ mlly: 1.7.4
2563
+ pathe: 2.0.3
2564
+
2565
+ pkg-types@2.3.0:
2566
+ dependencies:
2567
+ confbox: 0.2.2
2568
+ exsolve: 1.0.7
2569
+ pathe: 2.0.3
2570
+
2571
+ postcss@8.5.6:
2572
+ dependencies:
2573
+ nanoid: 3.3.11
2574
+ picocolors: 1.1.1
2575
+ source-map-js: 1.2.1
2576
+
2577
+ preact@10.27.1: {}
2578
+
2579
+ prismjs@1.30.0: {}
2580
+
2581
+ proxy-from-env@1.1.0: {}
2582
+
2583
+ quansync@0.2.11: {}
2584
+
2585
+ readdirp@3.6.0:
2586
+ dependencies:
2587
+ picomatch: 2.3.1
2588
+
2589
+ readdirp@4.1.2: {}
2590
+
2591
+ rfdc@1.4.1: {}
2592
+
2593
+ rollup@4.47.1:
2594
+ dependencies:
2595
+ '@types/estree': 1.0.8
2596
+ optionalDependencies:
2597
+ '@rollup/rollup-android-arm-eabi': 4.47.1
2598
+ '@rollup/rollup-android-arm64': 4.47.1
2599
+ '@rollup/rollup-darwin-arm64': 4.47.1
2600
+ '@rollup/rollup-darwin-x64': 4.47.1
2601
+ '@rollup/rollup-freebsd-arm64': 4.47.1
2602
+ '@rollup/rollup-freebsd-x64': 4.47.1
2603
+ '@rollup/rollup-linux-arm-gnueabihf': 4.47.1
2604
+ '@rollup/rollup-linux-arm-musleabihf': 4.47.1
2605
+ '@rollup/rollup-linux-arm64-gnu': 4.47.1
2606
+ '@rollup/rollup-linux-arm64-musl': 4.47.1
2607
+ '@rollup/rollup-linux-loongarch64-gnu': 4.47.1
2608
+ '@rollup/rollup-linux-ppc64-gnu': 4.47.1
2609
+ '@rollup/rollup-linux-riscv64-gnu': 4.47.1
2610
+ '@rollup/rollup-linux-riscv64-musl': 4.47.1
2611
+ '@rollup/rollup-linux-s390x-gnu': 4.47.1
2612
+ '@rollup/rollup-linux-x64-gnu': 4.47.1
2613
+ '@rollup/rollup-linux-x64-musl': 4.47.1
2614
+ '@rollup/rollup-win32-arm64-msvc': 4.47.1
2615
+ '@rollup/rollup-win32-ia32-msvc': 4.47.1
2616
+ '@rollup/rollup-win32-x64-msvc': 4.47.1
2617
+ fsevents: 2.3.3
2618
+
2619
+ sass@1.90.0:
2620
+ dependencies:
2621
+ chokidar: 4.0.3
2622
+ immutable: 5.1.3
2623
+ source-map-js: 1.2.1
2624
+ optionalDependencies:
2625
+ '@parcel/watcher': 2.5.1
2626
+
2627
+ screenfull@5.2.0: {}
2628
+
2629
+ scroll-into-view-if-needed@2.2.31:
2630
+ dependencies:
2631
+ compute-scroll-into-view: 1.0.20
2632
+
2633
+ scule@1.3.0: {}
2634
+
2635
+ sentence-case@3.0.4:
2636
+ dependencies:
2637
+ no-case: 3.0.4
2638
+ tslib: 2.8.1
2639
+ upper-case-first: 2.0.2
2640
+
2641
+ slate-history@0.66.0(slate@0.72.8):
2642
+ dependencies:
2643
+ is-plain-object: 5.0.0
2644
+ slate: 0.72.8
2645
+
2646
+ slate@0.72.8:
2647
+ dependencies:
2648
+ immer: 9.0.21
2649
+ is-plain-object: 5.0.0
2650
+ tiny-warning: 1.0.3
2651
+
2652
+ snabbdom@3.6.2: {}
2653
+
2654
+ snake-case@3.0.4:
2655
+ dependencies:
2656
+ dot-case: 3.0.4
2657
+ tslib: 2.8.1
2658
+
2659
+ source-map-js@1.2.1: {}
2660
+
2661
+ sourcemap-codec@1.4.8: {}
2662
+
2663
+ speakingurl@14.0.1: {}
2664
+
2665
+ ssr-window@3.0.0: {}
2666
+
2667
+ strip-literal@3.0.0:
2668
+ dependencies:
2669
+ js-tokens: 9.0.1
2670
+
2671
+ superjson@2.2.2:
2672
+ dependencies:
2673
+ copy-anything: 3.0.5
2674
+
2675
+ tiny-warning@1.0.3: {}
2676
+
2677
+ tinyglobby@0.2.14:
2678
+ dependencies:
2679
+ fdir: 6.5.0(picomatch@4.0.3)
2680
+ picomatch: 4.0.3
2681
+
2682
+ to-regex-range@5.0.1:
2683
+ dependencies:
2684
+ is-number: 7.0.0
2685
+
2686
+ tslib@2.3.0: {}
2687
+
2688
+ tslib@2.8.1: {}
2689
+
2690
+ type@2.7.3: {}
2691
+
2692
+ typescript@5.8.3: {}
2693
+
2694
+ ufo@1.6.1: {}
2695
+
2696
+ undici-types@7.10.0: {}
2697
+
2698
+ unimport@5.2.0:
2699
+ dependencies:
2700
+ acorn: 8.15.0
2701
+ escape-string-regexp: 5.0.0
2702
+ estree-walker: 3.0.3
2703
+ local-pkg: 1.1.2
2704
+ magic-string: 0.30.18
2705
+ mlly: 1.7.4
2706
+ pathe: 2.0.3
2707
+ picomatch: 4.0.3
2708
+ pkg-types: 2.3.0
2709
+ scule: 1.3.0
2710
+ strip-literal: 3.0.0
2711
+ tinyglobby: 0.2.14
2712
+ unplugin: 2.3.8
2713
+ unplugin-utils: 0.2.5
2714
+
2715
+ universalify@2.0.1: {}
2716
+
2717
+ unplugin-auto-import@20.0.0(@vueuse/core@9.13.0(vue@3.5.19(typescript@5.8.3))):
2718
+ dependencies:
2719
+ local-pkg: 1.1.2
2720
+ magic-string: 0.30.18
2721
+ picomatch: 4.0.3
2722
+ unimport: 5.2.0
2723
+ unplugin: 2.3.8
2724
+ unplugin-utils: 0.2.5
2725
+ optionalDependencies:
2726
+ '@vueuse/core': 9.13.0(vue@3.5.19(typescript@5.8.3))
2727
+
2728
+ unplugin-utils@0.2.5:
2729
+ dependencies:
2730
+ pathe: 2.0.3
2731
+ picomatch: 4.0.3
2732
+
2733
+ unplugin-vue-components@29.0.0(@babel/parser@7.28.3)(vue@3.5.19(typescript@5.8.3)):
2734
+ dependencies:
2735
+ chokidar: 3.6.0
2736
+ debug: 4.4.1
2737
+ local-pkg: 1.1.2
2738
+ magic-string: 0.30.18
2739
+ mlly: 1.7.4
2740
+ tinyglobby: 0.2.14
2741
+ unplugin: 2.3.8
2742
+ unplugin-utils: 0.2.5
2743
+ vue: 3.5.19(typescript@5.8.3)
2744
+ optionalDependencies:
2745
+ '@babel/parser': 7.28.3
2746
+ transitivePeerDependencies:
2747
+ - supports-color
2748
+
2749
+ unplugin@2.3.8:
2750
+ dependencies:
2751
+ '@jridgewell/remapping': 2.3.5
2752
+ acorn: 8.15.0
2753
+ picomatch: 4.0.3
2754
+ webpack-virtual-modules: 0.6.2
2755
+
2756
+ upper-case-first@2.0.2:
2757
+ dependencies:
2758
+ tslib: 2.8.1
2759
+
2760
+ upper-case@2.0.2:
2761
+ dependencies:
2762
+ tslib: 2.8.1
2763
+
2764
+ vite-plugin-style-import@2.0.0(vite@7.1.3(@types/node@24.3.0)(sass@1.90.0)):
2765
+ dependencies:
2766
+ '@rollup/pluginutils': 4.2.1
2767
+ change-case: 4.1.2
2768
+ console: 0.7.2
2769
+ es-module-lexer: 0.9.3
2770
+ fs-extra: 10.1.0
2771
+ magic-string: 0.25.9
2772
+ pathe: 0.2.0
2773
+ vite: 7.1.3(@types/node@24.3.0)(sass@1.90.0)
2774
+
2775
+ vite@7.1.3(@types/node@24.3.0)(sass@1.90.0):
2776
+ dependencies:
2777
+ esbuild: 0.25.9
2778
+ fdir: 6.5.0(picomatch@4.0.3)
2779
+ picomatch: 4.0.3
2780
+ postcss: 8.5.6
2781
+ rollup: 4.47.1
2782
+ tinyglobby: 0.2.14
2783
+ optionalDependencies:
2784
+ '@types/node': 24.3.0
2785
+ fsevents: 2.3.3
2786
+ sass: 1.90.0
2787
+
2788
+ vscode-uri@3.1.0: {}
2789
+
2790
+ vue-demi@0.14.10(vue@3.5.19(typescript@5.8.3)):
2791
+ dependencies:
2792
+ vue: 3.5.19(typescript@5.8.3)
2793
+
2794
+ vue-hooks-plus@2.4.1(vue@3.5.19(typescript@5.8.3)):
2795
+ dependencies:
2796
+ '@types/js-cookie': 3.0.6
2797
+ '@vue/devtools-api': 7.7.2
2798
+ js-cookie: 3.0.5
2799
+ lodash-es: 4.17.21
2800
+ screenfull: 5.2.0
2801
+ vue: 3.5.19(typescript@5.8.3)
2802
+
2803
+ vue-router@4.5.1(vue@3.5.19(typescript@5.8.3)):
2804
+ dependencies:
2805
+ '@vue/devtools-api': 6.6.4
2806
+ vue: 3.5.19(typescript@5.8.3)
2807
+
2808
+ vue-tsc@2.2.12(typescript@5.8.3):
2809
+ dependencies:
2810
+ '@volar/typescript': 2.4.15
2811
+ '@vue/language-core': 2.2.12(typescript@5.8.3)
2812
+ typescript: 5.8.3
2813
+
2814
+ vue@3.5.19(typescript@5.8.3):
2815
+ dependencies:
2816
+ '@vue/compiler-dom': 3.5.19
2817
+ '@vue/compiler-sfc': 3.5.19
2818
+ '@vue/runtime-dom': 3.5.19
2819
+ '@vue/server-renderer': 3.5.19(vue@3.5.19(typescript@5.8.3))
2820
+ '@vue/shared': 3.5.19
2821
+ optionalDependencies:
2822
+ typescript: 5.8.3
2823
+
2824
+ webpack-virtual-modules@0.6.2: {}
2825
+
2826
+ wildcard@1.1.2: {}
2827
+
2828
+ zrender@6.0.0:
2829
+ dependencies:
2830
+ tslib: 2.3.0