adminforth 2.25.1 → 2.26.0-next.10
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.
- package/commands/bundle.js +2 -1
- package/commands/createApp/templates/Dockerfile.hbs +12 -0
- package/commands/createApp/templates/package.json.hbs +18 -6
- package/commands/createApp/templates/pnpm_templates/pnpm-lock.yaml.hbs +8 -0
- package/commands/createApp/templates/pnpm_templates/pnpm-workspace.yaml.hbs +2 -0
- package/commands/createApp/templates/readme.md.hbs +23 -4
- package/commands/createApp/utils.js +107 -26
- package/commands/createPlugin/utils.js +5 -6
- package/commands/postinstall.js +1 -1
- package/dist/auth.d.ts.map +1 -1
- package/dist/auth.js.map +1 -1
- package/dist/dataConnectors/clickhouse.d.ts +4 -0
- package/dist/dataConnectors/clickhouse.d.ts.map +1 -1
- package/dist/dataConnectors/clickhouse.js +14 -0
- package/dist/dataConnectors/clickhouse.js.map +1 -1
- package/dist/dataConnectors/mongo.d.ts +4 -0
- package/dist/dataConnectors/mongo.d.ts.map +1 -1
- package/dist/dataConnectors/mongo.js +9 -0
- package/dist/dataConnectors/mongo.js.map +1 -1
- package/dist/dataConnectors/mysql.d.ts +4 -0
- package/dist/dataConnectors/mysql.d.ts.map +1 -1
- package/dist/dataConnectors/mysql.js +11 -0
- package/dist/dataConnectors/mysql.js.map +1 -1
- package/dist/dataConnectors/postgres.d.ts +4 -0
- package/dist/dataConnectors/postgres.d.ts.map +1 -1
- package/dist/dataConnectors/postgres.js +11 -0
- package/dist/dataConnectors/postgres.js.map +1 -1
- package/dist/dataConnectors/sqlite.d.ts +4 -0
- package/dist/dataConnectors/sqlite.d.ts.map +1 -1
- package/dist/dataConnectors/sqlite.js +11 -0
- package/dist/dataConnectors/sqlite.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/modules/codeInjector.d.ts +11 -2
- package/dist/modules/codeInjector.d.ts.map +1 -1
- package/dist/modules/codeInjector.js +239 -82
- package/dist/modules/codeInjector.js.map +1 -1
- package/dist/modules/styles.d.ts +4 -0
- package/dist/modules/styles.d.ts.map +1 -1
- package/dist/modules/styles.js +4 -0
- package/dist/modules/styles.js.map +1 -1
- package/dist/modules/utils.d.ts.map +1 -1
- package/dist/servers/express.d.ts +0 -1
- package/dist/servers/express.d.ts.map +1 -1
- package/dist/spa/README.md +4 -4
- package/dist/spa/package-lock.json +1902 -1427
- package/dist/spa/package.json +4 -3
- package/dist/spa/pnpm-lock.yaml +3558 -0
- package/dist/spa/src/afcl/Button.vue +12 -5
- package/dist/spa/src/afcl/Dialog.vue +155 -126
- package/dist/spa/src/afcl/Modal.vue +31 -8
- package/dist/spa/src/afcl/Select.vue +6 -2
- package/dist/spa/src/components/AcceptModal.vue +31 -53
- package/dist/spa/src/components/MenuLink.vue +18 -4
- package/dist/spa/src/components/ResourceListTable.vue +11 -11
- package/dist/spa/src/components/ResourceListTableVirtual.vue +21 -26
- package/dist/spa/src/components/Sidebar.vue +1 -1
- package/dist/spa/src/components/ThreeDotsMenu.vue +1 -1
- package/dist/spa/src/components/ValueRenderer.vue +1 -1
- package/dist/spa/src/stores/core.ts +1 -2
- package/dist/spa/src/types/Back.ts +4 -3
- package/dist/spa/src/types/Common.ts +16 -0
- package/dist/spa/src/types/FrontendAPI.ts +0 -3
- package/dist/spa/src/utils/utils.ts +57 -2
- package/dist/spa/src/views/CreateView.vue +12 -11
- package/dist/spa/src/views/EditView.vue +9 -13
- package/dist/spa/vite.config.ts +29 -40
- package/dist/types/Back.d.ts +3 -4
- package/dist/types/Back.d.ts.map +1 -1
- package/dist/types/Back.js.map +1 -1
- package/dist/types/Common.d.ts +11 -0
- package/dist/types/Common.d.ts.map +1 -1
- package/dist/types/Common.js.map +1 -1
- package/package.json +14 -6
- package/scripts/postinstall.js +25 -0
|
@@ -0,0 +1,3558 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@iconify-prerendered/vue-flag':
|
|
12
|
+
specifier: ^0.28.1748584105
|
|
13
|
+
version: 0.28.1754899047(vue@3.5.29(typescript@5.4.5))
|
|
14
|
+
'@iconify-prerendered/vue-flowbite':
|
|
15
|
+
specifier: ^0.28.1754899090
|
|
16
|
+
version: 0.28.1754899090(vue@3.5.29(typescript@5.4.5))
|
|
17
|
+
'@iconify-prerendered/vue-heroicons':
|
|
18
|
+
specifier: ^0.28.1721921294
|
|
19
|
+
version: 0.28.1721921294(vue@3.5.29(typescript@5.4.5))
|
|
20
|
+
'@iconify-prerendered/vue-humbleicons':
|
|
21
|
+
specifier: ^0.28.1754108846
|
|
22
|
+
version: 0.28.1754108846(vue@3.5.29(typescript@5.4.5))
|
|
23
|
+
'@unhead/vue':
|
|
24
|
+
specifier: ^1.9.12
|
|
25
|
+
version: 1.11.20(vue@3.5.29(typescript@5.4.5))
|
|
26
|
+
'@vueuse/core':
|
|
27
|
+
specifier: ^10.10.0
|
|
28
|
+
version: 10.11.1(vue@3.5.29(typescript@5.4.5))
|
|
29
|
+
apexcharts:
|
|
30
|
+
specifier: ^4.7.0
|
|
31
|
+
version: 4.7.0
|
|
32
|
+
dayjs:
|
|
33
|
+
specifier: ^1.11.11
|
|
34
|
+
version: 1.11.19
|
|
35
|
+
debounce:
|
|
36
|
+
specifier: ^2.1.0
|
|
37
|
+
version: 2.2.0
|
|
38
|
+
flowbite-datepicker:
|
|
39
|
+
specifier: ^1.2.6
|
|
40
|
+
version: 1.3.2(rollup@4.59.0)
|
|
41
|
+
javascript-time-ago:
|
|
42
|
+
specifier: ^2.5.11
|
|
43
|
+
version: 2.6.4
|
|
44
|
+
pinia:
|
|
45
|
+
specifier: ^2.1.7
|
|
46
|
+
version: 2.3.1(typescript@5.4.5)(vue@3.5.29(typescript@5.4.5))
|
|
47
|
+
sanitize-html:
|
|
48
|
+
specifier: ^2.13.0
|
|
49
|
+
version: 2.17.1
|
|
50
|
+
unhead:
|
|
51
|
+
specifier: ^1.9.12
|
|
52
|
+
version: 1.11.20
|
|
53
|
+
vue:
|
|
54
|
+
specifier: ^3.5.12
|
|
55
|
+
version: 3.5.29(typescript@5.4.5)
|
|
56
|
+
vue-diff:
|
|
57
|
+
specifier: ^1.2.4
|
|
58
|
+
version: 1.2.4(vue@3.5.29(typescript@5.4.5))
|
|
59
|
+
vue-i18n:
|
|
60
|
+
specifier: ^10.0.5
|
|
61
|
+
version: 10.0.8(vue@3.5.29(typescript@5.4.5))
|
|
62
|
+
vue-router:
|
|
63
|
+
specifier: ^4.3.0
|
|
64
|
+
version: 4.6.4(vue@3.5.29(typescript@5.4.5))
|
|
65
|
+
vue-slider-component:
|
|
66
|
+
specifier: ^4.1.0-beta.7
|
|
67
|
+
version: 4.1.0-beta.7
|
|
68
|
+
vue3-json-viewer:
|
|
69
|
+
specifier: ^2.2.2
|
|
70
|
+
version: 2.4.1(vue@3.5.29(typescript@5.4.5))
|
|
71
|
+
devDependencies:
|
|
72
|
+
'@rushstack/eslint-patch':
|
|
73
|
+
specifier: ^1.8.0
|
|
74
|
+
version: 1.16.1
|
|
75
|
+
'@tailwindcss/typography':
|
|
76
|
+
specifier: ^0.5.19
|
|
77
|
+
version: 0.5.19(tailwindcss@3.4.19)
|
|
78
|
+
'@tsconfig/node20':
|
|
79
|
+
specifier: ^20.1.4
|
|
80
|
+
version: 20.1.9
|
|
81
|
+
'@types/node':
|
|
82
|
+
specifier: ^20.12.5
|
|
83
|
+
version: 20.19.37
|
|
84
|
+
'@vitejs/plugin-vue':
|
|
85
|
+
specifier: ^5.0.4
|
|
86
|
+
version: 5.2.4(vite@5.4.21(@types/node@20.19.37)(sass@1.97.3))(vue@3.5.29(typescript@5.4.5))
|
|
87
|
+
'@vue/eslint-config-typescript':
|
|
88
|
+
specifier: ^13.0.0
|
|
89
|
+
version: 13.0.0(eslint-plugin-vue@9.33.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.4.5)
|
|
90
|
+
'@vue/tsconfig':
|
|
91
|
+
specifier: ^0.5.1
|
|
92
|
+
version: 0.5.1
|
|
93
|
+
autoprefixer:
|
|
94
|
+
specifier: ^10.4.19
|
|
95
|
+
version: 10.4.27(postcss@8.5.8)
|
|
96
|
+
eslint:
|
|
97
|
+
specifier: ^8.57.0
|
|
98
|
+
version: 8.57.1
|
|
99
|
+
eslint-plugin-vue:
|
|
100
|
+
specifier: ^9.23.0
|
|
101
|
+
version: 9.33.0(eslint@8.57.1)
|
|
102
|
+
flag-icons:
|
|
103
|
+
specifier: ^7.2.3
|
|
104
|
+
version: 7.5.0
|
|
105
|
+
flowbite:
|
|
106
|
+
specifier: ^3.1.2
|
|
107
|
+
version: 3.1.2(rollup@4.59.0)
|
|
108
|
+
i18n-iso-countries:
|
|
109
|
+
specifier: ^7.12.0
|
|
110
|
+
version: 7.14.0
|
|
111
|
+
npm-run-all2:
|
|
112
|
+
specifier: ^6.1.2
|
|
113
|
+
version: 6.2.6
|
|
114
|
+
portfinder:
|
|
115
|
+
specifier: ^1.0.32
|
|
116
|
+
version: 1.0.38
|
|
117
|
+
postcss:
|
|
118
|
+
specifier: ^8.4.38
|
|
119
|
+
version: 8.5.8
|
|
120
|
+
sass:
|
|
121
|
+
specifier: ^1.77.2
|
|
122
|
+
version: 1.97.3
|
|
123
|
+
tailwindcss:
|
|
124
|
+
specifier: ^3.4.17
|
|
125
|
+
version: 3.4.19
|
|
126
|
+
typescript:
|
|
127
|
+
specifier: ~5.4.0
|
|
128
|
+
version: 5.4.5
|
|
129
|
+
vite:
|
|
130
|
+
specifier: ^5.2.13
|
|
131
|
+
version: 5.4.21(@types/node@20.19.37)(sass@1.97.3)
|
|
132
|
+
vue-i18n-extract:
|
|
133
|
+
specifier: ^2.0.7
|
|
134
|
+
version: 2.0.7
|
|
135
|
+
vue-tsc:
|
|
136
|
+
specifier: ^2.0.11
|
|
137
|
+
version: 2.2.12(typescript@5.4.5)
|
|
138
|
+
|
|
139
|
+
packages:
|
|
140
|
+
|
|
141
|
+
'@alloc/quick-lru@5.2.0':
|
|
142
|
+
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
|
|
143
|
+
engines: {node: '>=10'}
|
|
144
|
+
|
|
145
|
+
'@babel/helper-string-parser@7.27.1':
|
|
146
|
+
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
147
|
+
engines: {node: '>=6.9.0'}
|
|
148
|
+
|
|
149
|
+
'@babel/helper-validator-identifier@7.28.5':
|
|
150
|
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
151
|
+
engines: {node: '>=6.9.0'}
|
|
152
|
+
|
|
153
|
+
'@babel/parser@7.29.0':
|
|
154
|
+
resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
|
|
155
|
+
engines: {node: '>=6.0.0'}
|
|
156
|
+
hasBin: true
|
|
157
|
+
|
|
158
|
+
'@babel/types@7.29.0':
|
|
159
|
+
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
160
|
+
engines: {node: '>=6.9.0'}
|
|
161
|
+
|
|
162
|
+
'@esbuild/aix-ppc64@0.21.5':
|
|
163
|
+
resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
|
|
164
|
+
engines: {node: '>=12'}
|
|
165
|
+
cpu: [ppc64]
|
|
166
|
+
os: [aix]
|
|
167
|
+
|
|
168
|
+
'@esbuild/android-arm64@0.21.5':
|
|
169
|
+
resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
|
|
170
|
+
engines: {node: '>=12'}
|
|
171
|
+
cpu: [arm64]
|
|
172
|
+
os: [android]
|
|
173
|
+
|
|
174
|
+
'@esbuild/android-arm@0.21.5':
|
|
175
|
+
resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
|
|
176
|
+
engines: {node: '>=12'}
|
|
177
|
+
cpu: [arm]
|
|
178
|
+
os: [android]
|
|
179
|
+
|
|
180
|
+
'@esbuild/android-x64@0.21.5':
|
|
181
|
+
resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
|
|
182
|
+
engines: {node: '>=12'}
|
|
183
|
+
cpu: [x64]
|
|
184
|
+
os: [android]
|
|
185
|
+
|
|
186
|
+
'@esbuild/darwin-arm64@0.21.5':
|
|
187
|
+
resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
|
|
188
|
+
engines: {node: '>=12'}
|
|
189
|
+
cpu: [arm64]
|
|
190
|
+
os: [darwin]
|
|
191
|
+
|
|
192
|
+
'@esbuild/darwin-x64@0.21.5':
|
|
193
|
+
resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
|
|
194
|
+
engines: {node: '>=12'}
|
|
195
|
+
cpu: [x64]
|
|
196
|
+
os: [darwin]
|
|
197
|
+
|
|
198
|
+
'@esbuild/freebsd-arm64@0.21.5':
|
|
199
|
+
resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
|
|
200
|
+
engines: {node: '>=12'}
|
|
201
|
+
cpu: [arm64]
|
|
202
|
+
os: [freebsd]
|
|
203
|
+
|
|
204
|
+
'@esbuild/freebsd-x64@0.21.5':
|
|
205
|
+
resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
|
|
206
|
+
engines: {node: '>=12'}
|
|
207
|
+
cpu: [x64]
|
|
208
|
+
os: [freebsd]
|
|
209
|
+
|
|
210
|
+
'@esbuild/linux-arm64@0.21.5':
|
|
211
|
+
resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
|
|
212
|
+
engines: {node: '>=12'}
|
|
213
|
+
cpu: [arm64]
|
|
214
|
+
os: [linux]
|
|
215
|
+
|
|
216
|
+
'@esbuild/linux-arm@0.21.5':
|
|
217
|
+
resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
|
|
218
|
+
engines: {node: '>=12'}
|
|
219
|
+
cpu: [arm]
|
|
220
|
+
os: [linux]
|
|
221
|
+
|
|
222
|
+
'@esbuild/linux-ia32@0.21.5':
|
|
223
|
+
resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
|
|
224
|
+
engines: {node: '>=12'}
|
|
225
|
+
cpu: [ia32]
|
|
226
|
+
os: [linux]
|
|
227
|
+
|
|
228
|
+
'@esbuild/linux-loong64@0.21.5':
|
|
229
|
+
resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
|
|
230
|
+
engines: {node: '>=12'}
|
|
231
|
+
cpu: [loong64]
|
|
232
|
+
os: [linux]
|
|
233
|
+
|
|
234
|
+
'@esbuild/linux-mips64el@0.21.5':
|
|
235
|
+
resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
|
|
236
|
+
engines: {node: '>=12'}
|
|
237
|
+
cpu: [mips64el]
|
|
238
|
+
os: [linux]
|
|
239
|
+
|
|
240
|
+
'@esbuild/linux-ppc64@0.21.5':
|
|
241
|
+
resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
|
|
242
|
+
engines: {node: '>=12'}
|
|
243
|
+
cpu: [ppc64]
|
|
244
|
+
os: [linux]
|
|
245
|
+
|
|
246
|
+
'@esbuild/linux-riscv64@0.21.5':
|
|
247
|
+
resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
|
|
248
|
+
engines: {node: '>=12'}
|
|
249
|
+
cpu: [riscv64]
|
|
250
|
+
os: [linux]
|
|
251
|
+
|
|
252
|
+
'@esbuild/linux-s390x@0.21.5':
|
|
253
|
+
resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
|
|
254
|
+
engines: {node: '>=12'}
|
|
255
|
+
cpu: [s390x]
|
|
256
|
+
os: [linux]
|
|
257
|
+
|
|
258
|
+
'@esbuild/linux-x64@0.21.5':
|
|
259
|
+
resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
|
|
260
|
+
engines: {node: '>=12'}
|
|
261
|
+
cpu: [x64]
|
|
262
|
+
os: [linux]
|
|
263
|
+
|
|
264
|
+
'@esbuild/netbsd-x64@0.21.5':
|
|
265
|
+
resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
|
|
266
|
+
engines: {node: '>=12'}
|
|
267
|
+
cpu: [x64]
|
|
268
|
+
os: [netbsd]
|
|
269
|
+
|
|
270
|
+
'@esbuild/openbsd-x64@0.21.5':
|
|
271
|
+
resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
|
|
272
|
+
engines: {node: '>=12'}
|
|
273
|
+
cpu: [x64]
|
|
274
|
+
os: [openbsd]
|
|
275
|
+
|
|
276
|
+
'@esbuild/sunos-x64@0.21.5':
|
|
277
|
+
resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
|
|
278
|
+
engines: {node: '>=12'}
|
|
279
|
+
cpu: [x64]
|
|
280
|
+
os: [sunos]
|
|
281
|
+
|
|
282
|
+
'@esbuild/win32-arm64@0.21.5':
|
|
283
|
+
resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
|
|
284
|
+
engines: {node: '>=12'}
|
|
285
|
+
cpu: [arm64]
|
|
286
|
+
os: [win32]
|
|
287
|
+
|
|
288
|
+
'@esbuild/win32-ia32@0.21.5':
|
|
289
|
+
resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
|
|
290
|
+
engines: {node: '>=12'}
|
|
291
|
+
cpu: [ia32]
|
|
292
|
+
os: [win32]
|
|
293
|
+
|
|
294
|
+
'@esbuild/win32-x64@0.21.5':
|
|
295
|
+
resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
|
|
296
|
+
engines: {node: '>=12'}
|
|
297
|
+
cpu: [x64]
|
|
298
|
+
os: [win32]
|
|
299
|
+
|
|
300
|
+
'@eslint-community/eslint-utils@4.9.1':
|
|
301
|
+
resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
|
|
302
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
303
|
+
peerDependencies:
|
|
304
|
+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
|
305
|
+
|
|
306
|
+
'@eslint-community/regexpp@4.12.2':
|
|
307
|
+
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
|
308
|
+
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
|
309
|
+
|
|
310
|
+
'@eslint/eslintrc@2.1.4':
|
|
311
|
+
resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
|
|
312
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
313
|
+
|
|
314
|
+
'@eslint/js@8.57.1':
|
|
315
|
+
resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
|
|
316
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
317
|
+
|
|
318
|
+
'@humanwhocodes/config-array@0.13.0':
|
|
319
|
+
resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==}
|
|
320
|
+
engines: {node: '>=10.10.0'}
|
|
321
|
+
deprecated: Use @eslint/config-array instead
|
|
322
|
+
|
|
323
|
+
'@humanwhocodes/module-importer@1.0.1':
|
|
324
|
+
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
|
325
|
+
engines: {node: '>=12.22'}
|
|
326
|
+
|
|
327
|
+
'@humanwhocodes/object-schema@2.0.3':
|
|
328
|
+
resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
|
|
329
|
+
deprecated: Use @eslint/object-schema instead
|
|
330
|
+
|
|
331
|
+
'@iconify-prerendered/vue-flag@0.28.1754899047':
|
|
332
|
+
resolution: {integrity: sha512-pJ98pR7laS3UxJ+BZt4FhpkxYGkeFAT8B5ERC1bkiI1Jr0ws2DwjMx7dAnae7h9lRKdyNcKfhATZwQuNBheryQ==}
|
|
333
|
+
peerDependencies:
|
|
334
|
+
vue: ^3.0.0
|
|
335
|
+
|
|
336
|
+
'@iconify-prerendered/vue-flowbite@0.28.1754899090':
|
|
337
|
+
resolution: {integrity: sha512-WPXCiCRFLR0QC0kW0RbL8Gf2Fj1sjzXgFKD8blU3YaranXgfSe47AMuIFT/nFxxiVWhEDwtn/luOjyj+wuR31A==}
|
|
338
|
+
peerDependencies:
|
|
339
|
+
vue: ^3.0.0
|
|
340
|
+
|
|
341
|
+
'@iconify-prerendered/vue-heroicons@0.28.1721921294':
|
|
342
|
+
resolution: {integrity: sha512-L/Xe9HeunSvUA2+KtlaRehFpKjdZPpzPWsynX1To4QmCPAF3YD0lwusV9fZrtkdi0Y5NYS8WZF1SDypkL65+dQ==}
|
|
343
|
+
peerDependencies:
|
|
344
|
+
vue: ^3.0.0
|
|
345
|
+
|
|
346
|
+
'@iconify-prerendered/vue-humbleicons@0.28.1754108846':
|
|
347
|
+
resolution: {integrity: sha512-O7X7bHh4QhR9ui098FK8Sh/fPA7JRg2rVrLxUpv8Xh0LpahI9u01YKy5flhkzcwwQ+A6zN2uuKI16rytrVVcaA==}
|
|
348
|
+
peerDependencies:
|
|
349
|
+
vue: ^3.0.0
|
|
350
|
+
|
|
351
|
+
'@intlify/core-base@10.0.8':
|
|
352
|
+
resolution: {integrity: sha512-FoHslNWSoHjdUBLy35bpm9PV/0LVI/DSv9L6Km6J2ad8r/mm0VaGg06C40FqlE8u2ADcGUM60lyoU7Myo4WNZQ==}
|
|
353
|
+
engines: {node: '>= 16'}
|
|
354
|
+
|
|
355
|
+
'@intlify/message-compiler@10.0.8':
|
|
356
|
+
resolution: {integrity: sha512-DV+sYXIkHVd5yVb2mL7br/NEUwzUoLBsMkV3H0InefWgmYa34NLZUvMCGi5oWX+Hqr2Y2qUxnVrnOWF4aBlgWg==}
|
|
357
|
+
engines: {node: '>= 16'}
|
|
358
|
+
|
|
359
|
+
'@intlify/shared@10.0.8':
|
|
360
|
+
resolution: {integrity: sha512-BcmHpb5bQyeVNrptC3UhzpBZB/YHHDoEREOUERrmF2BRxsyOEuRrq+Z96C/D4+2KJb8kuHiouzAei7BXlG0YYw==}
|
|
361
|
+
engines: {node: '>= 16'}
|
|
362
|
+
|
|
363
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
364
|
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
365
|
+
|
|
366
|
+
'@jridgewell/resolve-uri@3.1.2':
|
|
367
|
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
368
|
+
engines: {node: '>=6.0.0'}
|
|
369
|
+
|
|
370
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
371
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
372
|
+
|
|
373
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
374
|
+
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
375
|
+
|
|
376
|
+
'@nodelib/fs.scandir@2.1.5':
|
|
377
|
+
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
|
378
|
+
engines: {node: '>= 8'}
|
|
379
|
+
|
|
380
|
+
'@nodelib/fs.stat@2.0.5':
|
|
381
|
+
resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
|
|
382
|
+
engines: {node: '>= 8'}
|
|
383
|
+
|
|
384
|
+
'@nodelib/fs.walk@1.2.8':
|
|
385
|
+
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
|
386
|
+
engines: {node: '>= 8'}
|
|
387
|
+
|
|
388
|
+
'@parcel/watcher-android-arm64@2.5.6':
|
|
389
|
+
resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==}
|
|
390
|
+
engines: {node: '>= 10.0.0'}
|
|
391
|
+
cpu: [arm64]
|
|
392
|
+
os: [android]
|
|
393
|
+
|
|
394
|
+
'@parcel/watcher-darwin-arm64@2.5.6':
|
|
395
|
+
resolution: {integrity: sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==}
|
|
396
|
+
engines: {node: '>= 10.0.0'}
|
|
397
|
+
cpu: [arm64]
|
|
398
|
+
os: [darwin]
|
|
399
|
+
|
|
400
|
+
'@parcel/watcher-darwin-x64@2.5.6':
|
|
401
|
+
resolution: {integrity: sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==}
|
|
402
|
+
engines: {node: '>= 10.0.0'}
|
|
403
|
+
cpu: [x64]
|
|
404
|
+
os: [darwin]
|
|
405
|
+
|
|
406
|
+
'@parcel/watcher-freebsd-x64@2.5.6':
|
|
407
|
+
resolution: {integrity: sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==}
|
|
408
|
+
engines: {node: '>= 10.0.0'}
|
|
409
|
+
cpu: [x64]
|
|
410
|
+
os: [freebsd]
|
|
411
|
+
|
|
412
|
+
'@parcel/watcher-linux-arm-glibc@2.5.6':
|
|
413
|
+
resolution: {integrity: sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==}
|
|
414
|
+
engines: {node: '>= 10.0.0'}
|
|
415
|
+
cpu: [arm]
|
|
416
|
+
os: [linux]
|
|
417
|
+
libc: [glibc]
|
|
418
|
+
|
|
419
|
+
'@parcel/watcher-linux-arm-musl@2.5.6':
|
|
420
|
+
resolution: {integrity: sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==}
|
|
421
|
+
engines: {node: '>= 10.0.0'}
|
|
422
|
+
cpu: [arm]
|
|
423
|
+
os: [linux]
|
|
424
|
+
libc: [musl]
|
|
425
|
+
|
|
426
|
+
'@parcel/watcher-linux-arm64-glibc@2.5.6':
|
|
427
|
+
resolution: {integrity: sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==}
|
|
428
|
+
engines: {node: '>= 10.0.0'}
|
|
429
|
+
cpu: [arm64]
|
|
430
|
+
os: [linux]
|
|
431
|
+
libc: [glibc]
|
|
432
|
+
|
|
433
|
+
'@parcel/watcher-linux-arm64-musl@2.5.6':
|
|
434
|
+
resolution: {integrity: sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==}
|
|
435
|
+
engines: {node: '>= 10.0.0'}
|
|
436
|
+
cpu: [arm64]
|
|
437
|
+
os: [linux]
|
|
438
|
+
libc: [musl]
|
|
439
|
+
|
|
440
|
+
'@parcel/watcher-linux-x64-glibc@2.5.6':
|
|
441
|
+
resolution: {integrity: sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==}
|
|
442
|
+
engines: {node: '>= 10.0.0'}
|
|
443
|
+
cpu: [x64]
|
|
444
|
+
os: [linux]
|
|
445
|
+
libc: [glibc]
|
|
446
|
+
|
|
447
|
+
'@parcel/watcher-linux-x64-musl@2.5.6':
|
|
448
|
+
resolution: {integrity: sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==}
|
|
449
|
+
engines: {node: '>= 10.0.0'}
|
|
450
|
+
cpu: [x64]
|
|
451
|
+
os: [linux]
|
|
452
|
+
libc: [musl]
|
|
453
|
+
|
|
454
|
+
'@parcel/watcher-win32-arm64@2.5.6':
|
|
455
|
+
resolution: {integrity: sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==}
|
|
456
|
+
engines: {node: '>= 10.0.0'}
|
|
457
|
+
cpu: [arm64]
|
|
458
|
+
os: [win32]
|
|
459
|
+
|
|
460
|
+
'@parcel/watcher-win32-ia32@2.5.6':
|
|
461
|
+
resolution: {integrity: sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==}
|
|
462
|
+
engines: {node: '>= 10.0.0'}
|
|
463
|
+
cpu: [ia32]
|
|
464
|
+
os: [win32]
|
|
465
|
+
|
|
466
|
+
'@parcel/watcher-win32-x64@2.5.6':
|
|
467
|
+
resolution: {integrity: sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==}
|
|
468
|
+
engines: {node: '>= 10.0.0'}
|
|
469
|
+
cpu: [x64]
|
|
470
|
+
os: [win32]
|
|
471
|
+
|
|
472
|
+
'@parcel/watcher@2.5.6':
|
|
473
|
+
resolution: {integrity: sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==}
|
|
474
|
+
engines: {node: '>= 10.0.0'}
|
|
475
|
+
|
|
476
|
+
'@popperjs/core@2.11.8':
|
|
477
|
+
resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==}
|
|
478
|
+
|
|
479
|
+
'@rollup/plugin-node-resolve@15.3.1':
|
|
480
|
+
resolution: {integrity: sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==}
|
|
481
|
+
engines: {node: '>=14.0.0'}
|
|
482
|
+
peerDependencies:
|
|
483
|
+
rollup: ^2.78.0||^3.0.0||^4.0.0
|
|
484
|
+
peerDependenciesMeta:
|
|
485
|
+
rollup:
|
|
486
|
+
optional: true
|
|
487
|
+
|
|
488
|
+
'@rollup/pluginutils@5.3.0':
|
|
489
|
+
resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
|
|
490
|
+
engines: {node: '>=14.0.0'}
|
|
491
|
+
peerDependencies:
|
|
492
|
+
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
|
|
493
|
+
peerDependenciesMeta:
|
|
494
|
+
rollup:
|
|
495
|
+
optional: true
|
|
496
|
+
|
|
497
|
+
'@rollup/rollup-android-arm-eabi@4.59.0':
|
|
498
|
+
resolution: {integrity: sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==}
|
|
499
|
+
cpu: [arm]
|
|
500
|
+
os: [android]
|
|
501
|
+
|
|
502
|
+
'@rollup/rollup-android-arm64@4.59.0':
|
|
503
|
+
resolution: {integrity: sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==}
|
|
504
|
+
cpu: [arm64]
|
|
505
|
+
os: [android]
|
|
506
|
+
|
|
507
|
+
'@rollup/rollup-darwin-arm64@4.59.0':
|
|
508
|
+
resolution: {integrity: sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==}
|
|
509
|
+
cpu: [arm64]
|
|
510
|
+
os: [darwin]
|
|
511
|
+
|
|
512
|
+
'@rollup/rollup-darwin-x64@4.59.0':
|
|
513
|
+
resolution: {integrity: sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==}
|
|
514
|
+
cpu: [x64]
|
|
515
|
+
os: [darwin]
|
|
516
|
+
|
|
517
|
+
'@rollup/rollup-freebsd-arm64@4.59.0':
|
|
518
|
+
resolution: {integrity: sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==}
|
|
519
|
+
cpu: [arm64]
|
|
520
|
+
os: [freebsd]
|
|
521
|
+
|
|
522
|
+
'@rollup/rollup-freebsd-x64@4.59.0':
|
|
523
|
+
resolution: {integrity: sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==}
|
|
524
|
+
cpu: [x64]
|
|
525
|
+
os: [freebsd]
|
|
526
|
+
|
|
527
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.59.0':
|
|
528
|
+
resolution: {integrity: sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==}
|
|
529
|
+
cpu: [arm]
|
|
530
|
+
os: [linux]
|
|
531
|
+
libc: [glibc]
|
|
532
|
+
|
|
533
|
+
'@rollup/rollup-linux-arm-musleabihf@4.59.0':
|
|
534
|
+
resolution: {integrity: sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==}
|
|
535
|
+
cpu: [arm]
|
|
536
|
+
os: [linux]
|
|
537
|
+
libc: [musl]
|
|
538
|
+
|
|
539
|
+
'@rollup/rollup-linux-arm64-gnu@4.59.0':
|
|
540
|
+
resolution: {integrity: sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==}
|
|
541
|
+
cpu: [arm64]
|
|
542
|
+
os: [linux]
|
|
543
|
+
libc: [glibc]
|
|
544
|
+
|
|
545
|
+
'@rollup/rollup-linux-arm64-musl@4.59.0':
|
|
546
|
+
resolution: {integrity: sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==}
|
|
547
|
+
cpu: [arm64]
|
|
548
|
+
os: [linux]
|
|
549
|
+
libc: [musl]
|
|
550
|
+
|
|
551
|
+
'@rollup/rollup-linux-loong64-gnu@4.59.0':
|
|
552
|
+
resolution: {integrity: sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==}
|
|
553
|
+
cpu: [loong64]
|
|
554
|
+
os: [linux]
|
|
555
|
+
libc: [glibc]
|
|
556
|
+
|
|
557
|
+
'@rollup/rollup-linux-loong64-musl@4.59.0':
|
|
558
|
+
resolution: {integrity: sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==}
|
|
559
|
+
cpu: [loong64]
|
|
560
|
+
os: [linux]
|
|
561
|
+
libc: [musl]
|
|
562
|
+
|
|
563
|
+
'@rollup/rollup-linux-ppc64-gnu@4.59.0':
|
|
564
|
+
resolution: {integrity: sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==}
|
|
565
|
+
cpu: [ppc64]
|
|
566
|
+
os: [linux]
|
|
567
|
+
libc: [glibc]
|
|
568
|
+
|
|
569
|
+
'@rollup/rollup-linux-ppc64-musl@4.59.0':
|
|
570
|
+
resolution: {integrity: sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==}
|
|
571
|
+
cpu: [ppc64]
|
|
572
|
+
os: [linux]
|
|
573
|
+
libc: [musl]
|
|
574
|
+
|
|
575
|
+
'@rollup/rollup-linux-riscv64-gnu@4.59.0':
|
|
576
|
+
resolution: {integrity: sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==}
|
|
577
|
+
cpu: [riscv64]
|
|
578
|
+
os: [linux]
|
|
579
|
+
libc: [glibc]
|
|
580
|
+
|
|
581
|
+
'@rollup/rollup-linux-riscv64-musl@4.59.0':
|
|
582
|
+
resolution: {integrity: sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==}
|
|
583
|
+
cpu: [riscv64]
|
|
584
|
+
os: [linux]
|
|
585
|
+
libc: [musl]
|
|
586
|
+
|
|
587
|
+
'@rollup/rollup-linux-s390x-gnu@4.59.0':
|
|
588
|
+
resolution: {integrity: sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==}
|
|
589
|
+
cpu: [s390x]
|
|
590
|
+
os: [linux]
|
|
591
|
+
libc: [glibc]
|
|
592
|
+
|
|
593
|
+
'@rollup/rollup-linux-x64-gnu@4.59.0':
|
|
594
|
+
resolution: {integrity: sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==}
|
|
595
|
+
cpu: [x64]
|
|
596
|
+
os: [linux]
|
|
597
|
+
libc: [glibc]
|
|
598
|
+
|
|
599
|
+
'@rollup/rollup-linux-x64-musl@4.59.0':
|
|
600
|
+
resolution: {integrity: sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==}
|
|
601
|
+
cpu: [x64]
|
|
602
|
+
os: [linux]
|
|
603
|
+
libc: [musl]
|
|
604
|
+
|
|
605
|
+
'@rollup/rollup-openbsd-x64@4.59.0':
|
|
606
|
+
resolution: {integrity: sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==}
|
|
607
|
+
cpu: [x64]
|
|
608
|
+
os: [openbsd]
|
|
609
|
+
|
|
610
|
+
'@rollup/rollup-openharmony-arm64@4.59.0':
|
|
611
|
+
resolution: {integrity: sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==}
|
|
612
|
+
cpu: [arm64]
|
|
613
|
+
os: [openharmony]
|
|
614
|
+
|
|
615
|
+
'@rollup/rollup-win32-arm64-msvc@4.59.0':
|
|
616
|
+
resolution: {integrity: sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==}
|
|
617
|
+
cpu: [arm64]
|
|
618
|
+
os: [win32]
|
|
619
|
+
|
|
620
|
+
'@rollup/rollup-win32-ia32-msvc@4.59.0':
|
|
621
|
+
resolution: {integrity: sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==}
|
|
622
|
+
cpu: [ia32]
|
|
623
|
+
os: [win32]
|
|
624
|
+
|
|
625
|
+
'@rollup/rollup-win32-x64-gnu@4.59.0':
|
|
626
|
+
resolution: {integrity: sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==}
|
|
627
|
+
cpu: [x64]
|
|
628
|
+
os: [win32]
|
|
629
|
+
|
|
630
|
+
'@rollup/rollup-win32-x64-msvc@4.59.0':
|
|
631
|
+
resolution: {integrity: sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==}
|
|
632
|
+
cpu: [x64]
|
|
633
|
+
os: [win32]
|
|
634
|
+
|
|
635
|
+
'@rushstack/eslint-patch@1.16.1':
|
|
636
|
+
resolution: {integrity: sha512-TvZbIpeKqGQQ7X0zSCvPH9riMSFQFSggnfBjFZ1mEoILW+UuXCKwOoPcgjMwiUtRqFZ8jWhPJc4um14vC6I4ag==}
|
|
637
|
+
|
|
638
|
+
'@svgdotjs/svg.draggable.js@3.0.6':
|
|
639
|
+
resolution: {integrity: sha512-7iJFm9lL3C40HQcqzEfezK2l+dW2CpoVY3b77KQGqc8GXWa6LhhmX5Ckv7alQfUXBuZbjpICZ+Dvq1czlGx7gA==}
|
|
640
|
+
peerDependencies:
|
|
641
|
+
'@svgdotjs/svg.js': ^3.2.4
|
|
642
|
+
|
|
643
|
+
'@svgdotjs/svg.filter.js@3.0.9':
|
|
644
|
+
resolution: {integrity: sha512-/69XMRCDoam2HgC4ldHIaDgeQf1ViHIsa0Ld4uWgiXtZ+E24DWHe/9Ib6kbNiZ7WRIdlVokUDR1Fg0kjIpkfbw==}
|
|
645
|
+
engines: {node: '>= 0.8.0'}
|
|
646
|
+
|
|
647
|
+
'@svgdotjs/svg.js@3.2.5':
|
|
648
|
+
resolution: {integrity: sha512-/VNHWYhNu+BS7ktbYoVGrCmsXDh+chFMaONMwGNdIBcFHrWqk2jY8fNyr3DLdtQUIalvkPfM554ZSFa3dm3nxQ==}
|
|
649
|
+
|
|
650
|
+
'@svgdotjs/svg.resize.js@2.0.5':
|
|
651
|
+
resolution: {integrity: sha512-4heRW4B1QrJeENfi7326lUPYBCevj78FJs8kfeDxn5st0IYPIRXoTtOSYvTzFWgaWWXd3YCDE6ao4fmv91RthA==}
|
|
652
|
+
engines: {node: '>= 14.18'}
|
|
653
|
+
peerDependencies:
|
|
654
|
+
'@svgdotjs/svg.js': ^3.2.4
|
|
655
|
+
'@svgdotjs/svg.select.js': ^4.0.1
|
|
656
|
+
|
|
657
|
+
'@svgdotjs/svg.select.js@4.0.3':
|
|
658
|
+
resolution: {integrity: sha512-qkMgso1sd2hXKd1FZ1weO7ANq12sNmQJeGDjs46QwDVsxSRcHmvWKL2NDF7Yimpwf3sl5esOLkPqtV2bQ3v/Jg==}
|
|
659
|
+
engines: {node: '>= 14.18'}
|
|
660
|
+
peerDependencies:
|
|
661
|
+
'@svgdotjs/svg.js': ^3.2.4
|
|
662
|
+
|
|
663
|
+
'@tailwindcss/typography@0.5.19':
|
|
664
|
+
resolution: {integrity: sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==}
|
|
665
|
+
peerDependencies:
|
|
666
|
+
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
|
|
667
|
+
|
|
668
|
+
'@tsconfig/node20@20.1.9':
|
|
669
|
+
resolution: {integrity: sha512-IjlTv1RsvnPtUcjTqtVsZExKVq+KQx4g5pCP5tI7rAs6Xesl2qFwSz/tPDBC4JajkL/MlezBu3gPUwqRHl+RIg==}
|
|
670
|
+
|
|
671
|
+
'@types/estree@1.0.8':
|
|
672
|
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
673
|
+
|
|
674
|
+
'@types/node@20.19.37':
|
|
675
|
+
resolution: {integrity: sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==}
|
|
676
|
+
|
|
677
|
+
'@types/resolve@1.20.2':
|
|
678
|
+
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
|
679
|
+
|
|
680
|
+
'@types/web-bluetooth@0.0.14':
|
|
681
|
+
resolution: {integrity: sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==}
|
|
682
|
+
|
|
683
|
+
'@types/web-bluetooth@0.0.20':
|
|
684
|
+
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
|
|
685
|
+
|
|
686
|
+
'@typescript-eslint/eslint-plugin@7.18.0':
|
|
687
|
+
resolution: {integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==}
|
|
688
|
+
engines: {node: ^18.18.0 || >=20.0.0}
|
|
689
|
+
peerDependencies:
|
|
690
|
+
'@typescript-eslint/parser': ^7.0.0
|
|
691
|
+
eslint: ^8.56.0
|
|
692
|
+
typescript: '*'
|
|
693
|
+
peerDependenciesMeta:
|
|
694
|
+
typescript:
|
|
695
|
+
optional: true
|
|
696
|
+
|
|
697
|
+
'@typescript-eslint/parser@7.18.0':
|
|
698
|
+
resolution: {integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==}
|
|
699
|
+
engines: {node: ^18.18.0 || >=20.0.0}
|
|
700
|
+
peerDependencies:
|
|
701
|
+
eslint: ^8.56.0
|
|
702
|
+
typescript: '*'
|
|
703
|
+
peerDependenciesMeta:
|
|
704
|
+
typescript:
|
|
705
|
+
optional: true
|
|
706
|
+
|
|
707
|
+
'@typescript-eslint/scope-manager@7.18.0':
|
|
708
|
+
resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==}
|
|
709
|
+
engines: {node: ^18.18.0 || >=20.0.0}
|
|
710
|
+
|
|
711
|
+
'@typescript-eslint/type-utils@7.18.0':
|
|
712
|
+
resolution: {integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==}
|
|
713
|
+
engines: {node: ^18.18.0 || >=20.0.0}
|
|
714
|
+
peerDependencies:
|
|
715
|
+
eslint: ^8.56.0
|
|
716
|
+
typescript: '*'
|
|
717
|
+
peerDependenciesMeta:
|
|
718
|
+
typescript:
|
|
719
|
+
optional: true
|
|
720
|
+
|
|
721
|
+
'@typescript-eslint/types@7.18.0':
|
|
722
|
+
resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==}
|
|
723
|
+
engines: {node: ^18.18.0 || >=20.0.0}
|
|
724
|
+
|
|
725
|
+
'@typescript-eslint/typescript-estree@7.18.0':
|
|
726
|
+
resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==}
|
|
727
|
+
engines: {node: ^18.18.0 || >=20.0.0}
|
|
728
|
+
peerDependencies:
|
|
729
|
+
typescript: '*'
|
|
730
|
+
peerDependenciesMeta:
|
|
731
|
+
typescript:
|
|
732
|
+
optional: true
|
|
733
|
+
|
|
734
|
+
'@typescript-eslint/utils@7.18.0':
|
|
735
|
+
resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==}
|
|
736
|
+
engines: {node: ^18.18.0 || >=20.0.0}
|
|
737
|
+
peerDependencies:
|
|
738
|
+
eslint: ^8.56.0
|
|
739
|
+
|
|
740
|
+
'@typescript-eslint/visitor-keys@7.18.0':
|
|
741
|
+
resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==}
|
|
742
|
+
engines: {node: ^18.18.0 || >=20.0.0}
|
|
743
|
+
|
|
744
|
+
'@ungap/structured-clone@1.3.0':
|
|
745
|
+
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
|
|
746
|
+
|
|
747
|
+
'@unhead/dom@1.11.20':
|
|
748
|
+
resolution: {integrity: sha512-jgfGYdOH+xHJF/j8gudjsYu3oIjFyXhCWcgKaw3vQnT616gSqyqnGQGOItL+BQtQZACKNISwIfx5PuOtztMKLA==}
|
|
749
|
+
|
|
750
|
+
'@unhead/schema@1.11.20':
|
|
751
|
+
resolution: {integrity: sha512-0zWykKAaJdm+/Y7yi/Yds20PrUK7XabLe9c3IRcjnwYmSWY6z0Cr19VIs3ozCj8P+GhR+/TI2mwtGlueCEYouA==}
|
|
752
|
+
|
|
753
|
+
'@unhead/shared@1.11.20':
|
|
754
|
+
resolution: {integrity: sha512-1MOrBkGgkUXS+sOKz/DBh4U20DNoITlJwpmvSInxEUNhghSNb56S0RnaHRq0iHkhrO/cDgz2zvfdlRpoPLGI3w==}
|
|
755
|
+
|
|
756
|
+
'@unhead/vue@1.11.20':
|
|
757
|
+
resolution: {integrity: sha512-sqQaLbwqY9TvLEGeq8Fd7+F2TIuV3nZ5ihVISHjWpAM3y7DwNWRU7NmT9+yYT+2/jw1Vjwdkv5/HvDnvCLrgmg==}
|
|
758
|
+
peerDependencies:
|
|
759
|
+
vue: '>=2.7 || >=3'
|
|
760
|
+
|
|
761
|
+
'@vitejs/plugin-vue@5.2.4':
|
|
762
|
+
resolution: {integrity: sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==}
|
|
763
|
+
engines: {node: ^18.0.0 || >=20.0.0}
|
|
764
|
+
peerDependencies:
|
|
765
|
+
vite: ^5.0.0 || ^6.0.0
|
|
766
|
+
vue: ^3.2.25
|
|
767
|
+
|
|
768
|
+
'@volar/language-core@2.4.15':
|
|
769
|
+
resolution: {integrity: sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==}
|
|
770
|
+
|
|
771
|
+
'@volar/source-map@2.4.15':
|
|
772
|
+
resolution: {integrity: sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==}
|
|
773
|
+
|
|
774
|
+
'@volar/typescript@2.4.15':
|
|
775
|
+
resolution: {integrity: sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==}
|
|
776
|
+
|
|
777
|
+
'@vue/compiler-core@3.5.29':
|
|
778
|
+
resolution: {integrity: sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==}
|
|
779
|
+
|
|
780
|
+
'@vue/compiler-dom@3.5.29':
|
|
781
|
+
resolution: {integrity: sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==}
|
|
782
|
+
|
|
783
|
+
'@vue/compiler-sfc@3.5.29':
|
|
784
|
+
resolution: {integrity: sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==}
|
|
785
|
+
|
|
786
|
+
'@vue/compiler-ssr@3.5.29':
|
|
787
|
+
resolution: {integrity: sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==}
|
|
788
|
+
|
|
789
|
+
'@vue/compiler-vue2@2.7.16':
|
|
790
|
+
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
|
|
791
|
+
|
|
792
|
+
'@vue/devtools-api@6.6.4':
|
|
793
|
+
resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
|
|
794
|
+
|
|
795
|
+
'@vue/eslint-config-typescript@13.0.0':
|
|
796
|
+
resolution: {integrity: sha512-MHh9SncG/sfqjVqjcuFLOLD6Ed4dRAis4HNt0dXASeAuLqIAx4YMB1/m2o4pUKK1vCt8fUvYG8KKX2Ot3BVZTg==}
|
|
797
|
+
engines: {node: ^18.18.0 || >=20.0.0}
|
|
798
|
+
peerDependencies:
|
|
799
|
+
eslint: ^8.56.0
|
|
800
|
+
eslint-plugin-vue: ^9.0.0
|
|
801
|
+
typescript: '>=4.7.4'
|
|
802
|
+
peerDependenciesMeta:
|
|
803
|
+
typescript:
|
|
804
|
+
optional: true
|
|
805
|
+
|
|
806
|
+
'@vue/language-core@2.2.12':
|
|
807
|
+
resolution: {integrity: sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==}
|
|
808
|
+
peerDependencies:
|
|
809
|
+
typescript: '*'
|
|
810
|
+
peerDependenciesMeta:
|
|
811
|
+
typescript:
|
|
812
|
+
optional: true
|
|
813
|
+
|
|
814
|
+
'@vue/reactivity@3.5.29':
|
|
815
|
+
resolution: {integrity: sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==}
|
|
816
|
+
|
|
817
|
+
'@vue/runtime-core@3.5.29':
|
|
818
|
+
resolution: {integrity: sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==}
|
|
819
|
+
|
|
820
|
+
'@vue/runtime-dom@3.5.29':
|
|
821
|
+
resolution: {integrity: sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==}
|
|
822
|
+
|
|
823
|
+
'@vue/server-renderer@3.5.29':
|
|
824
|
+
resolution: {integrity: sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==}
|
|
825
|
+
peerDependencies:
|
|
826
|
+
vue: 3.5.29
|
|
827
|
+
|
|
828
|
+
'@vue/shared@3.5.29':
|
|
829
|
+
resolution: {integrity: sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==}
|
|
830
|
+
|
|
831
|
+
'@vue/tsconfig@0.5.1':
|
|
832
|
+
resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==}
|
|
833
|
+
|
|
834
|
+
'@vueuse/core@10.11.1':
|
|
835
|
+
resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==}
|
|
836
|
+
|
|
837
|
+
'@vueuse/core@8.9.4':
|
|
838
|
+
resolution: {integrity: sha512-B/Mdj9TK1peFyWaPof+Zf/mP9XuGAngaJZBwPaXBvU3aCTZlx3ltlrFFFyMV4iGBwsjSCeUCgZrtkEj9dS2Y3Q==}
|
|
839
|
+
peerDependencies:
|
|
840
|
+
'@vue/composition-api': ^1.1.0
|
|
841
|
+
vue: ^2.6.0 || ^3.2.0
|
|
842
|
+
peerDependenciesMeta:
|
|
843
|
+
'@vue/composition-api':
|
|
844
|
+
optional: true
|
|
845
|
+
vue:
|
|
846
|
+
optional: true
|
|
847
|
+
|
|
848
|
+
'@vueuse/metadata@10.11.1':
|
|
849
|
+
resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==}
|
|
850
|
+
|
|
851
|
+
'@vueuse/metadata@8.9.4':
|
|
852
|
+
resolution: {integrity: sha512-IwSfzH80bnJMzqhaapqJl9JRIiyQU0zsRGEgnxN6jhq7992cPUJIRfV+JHRIZXjYqbwt07E1gTEp0R0zPJ1aqw==}
|
|
853
|
+
|
|
854
|
+
'@vueuse/shared@10.11.1':
|
|
855
|
+
resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==}
|
|
856
|
+
|
|
857
|
+
'@vueuse/shared@8.9.4':
|
|
858
|
+
resolution: {integrity: sha512-wt+T30c4K6dGRMVqPddexEVLa28YwxW5OFIPmzUHICjphfAuBFTTdDoyqREZNDOFJZ44ARH1WWQNCUK8koJ+Ag==}
|
|
859
|
+
peerDependencies:
|
|
860
|
+
'@vue/composition-api': ^1.1.0
|
|
861
|
+
vue: ^2.6.0 || ^3.2.0
|
|
862
|
+
peerDependenciesMeta:
|
|
863
|
+
'@vue/composition-api':
|
|
864
|
+
optional: true
|
|
865
|
+
vue:
|
|
866
|
+
optional: true
|
|
867
|
+
|
|
868
|
+
'@yr/monotone-cubic-spline@1.0.3':
|
|
869
|
+
resolution: {integrity: sha512-FQXkOta0XBSUPHndIKON2Y9JeQz5ZeMqLYZVVK93FliNBFm7LNMIZmY6FrMEB9XPcDbE2bekMbZD6kzDkxwYjA==}
|
|
870
|
+
|
|
871
|
+
acorn-jsx@5.3.2:
|
|
872
|
+
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
873
|
+
peerDependencies:
|
|
874
|
+
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
875
|
+
|
|
876
|
+
acorn@8.16.0:
|
|
877
|
+
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
|
|
878
|
+
engines: {node: '>=0.4.0'}
|
|
879
|
+
hasBin: true
|
|
880
|
+
|
|
881
|
+
ajv@6.14.0:
|
|
882
|
+
resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==}
|
|
883
|
+
|
|
884
|
+
alien-signals@1.0.13:
|
|
885
|
+
resolution: {integrity: sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==}
|
|
886
|
+
|
|
887
|
+
ansi-regex@5.0.1:
|
|
888
|
+
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
889
|
+
engines: {node: '>=8'}
|
|
890
|
+
|
|
891
|
+
ansi-styles@4.3.0:
|
|
892
|
+
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
893
|
+
engines: {node: '>=8'}
|
|
894
|
+
|
|
895
|
+
ansi-styles@6.2.3:
|
|
896
|
+
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
|
|
897
|
+
engines: {node: '>=12'}
|
|
898
|
+
|
|
899
|
+
any-promise@1.3.0:
|
|
900
|
+
resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
|
|
901
|
+
|
|
902
|
+
anymatch@3.1.3:
|
|
903
|
+
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
|
|
904
|
+
engines: {node: '>= 8'}
|
|
905
|
+
|
|
906
|
+
apexcharts@4.7.0:
|
|
907
|
+
resolution: {integrity: sha512-iZSrrBGvVlL+nt2B1NpqfDuBZ9jX61X9I2+XV0hlYXHtTwhwLTHDKGXjNXAgFBDLuvSYCB/rq2nPWVPRv2DrGA==}
|
|
908
|
+
|
|
909
|
+
arg@5.0.2:
|
|
910
|
+
resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
|
|
911
|
+
|
|
912
|
+
argparse@2.0.1:
|
|
913
|
+
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
914
|
+
|
|
915
|
+
array-union@2.1.0:
|
|
916
|
+
resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
|
|
917
|
+
engines: {node: '>=8'}
|
|
918
|
+
|
|
919
|
+
async@3.2.6:
|
|
920
|
+
resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==}
|
|
921
|
+
|
|
922
|
+
autoprefixer@10.4.27:
|
|
923
|
+
resolution: {integrity: sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==}
|
|
924
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
925
|
+
hasBin: true
|
|
926
|
+
peerDependencies:
|
|
927
|
+
postcss: ^8.1.0
|
|
928
|
+
|
|
929
|
+
balanced-match@1.0.2:
|
|
930
|
+
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
931
|
+
|
|
932
|
+
baseline-browser-mapping@2.10.0:
|
|
933
|
+
resolution: {integrity: sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==}
|
|
934
|
+
engines: {node: '>=6.0.0'}
|
|
935
|
+
hasBin: true
|
|
936
|
+
|
|
937
|
+
binary-extensions@2.3.0:
|
|
938
|
+
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
|
|
939
|
+
engines: {node: '>=8'}
|
|
940
|
+
|
|
941
|
+
boolbase@1.0.0:
|
|
942
|
+
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
|
|
943
|
+
|
|
944
|
+
brace-expansion@1.1.12:
|
|
945
|
+
resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
|
|
946
|
+
|
|
947
|
+
brace-expansion@2.0.2:
|
|
948
|
+
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
|
|
949
|
+
|
|
950
|
+
braces@3.0.3:
|
|
951
|
+
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
|
952
|
+
engines: {node: '>=8'}
|
|
953
|
+
|
|
954
|
+
browserslist@4.28.1:
|
|
955
|
+
resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
|
|
956
|
+
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
957
|
+
hasBin: true
|
|
958
|
+
|
|
959
|
+
cac@6.7.14:
|
|
960
|
+
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
|
961
|
+
engines: {node: '>=8'}
|
|
962
|
+
|
|
963
|
+
callsites@3.1.0:
|
|
964
|
+
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
|
965
|
+
engines: {node: '>=6'}
|
|
966
|
+
|
|
967
|
+
camelcase-css@2.0.1:
|
|
968
|
+
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
|
969
|
+
engines: {node: '>= 6'}
|
|
970
|
+
|
|
971
|
+
caniuse-lite@1.0.30001777:
|
|
972
|
+
resolution: {integrity: sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ==}
|
|
973
|
+
|
|
974
|
+
chalk@4.1.2:
|
|
975
|
+
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
976
|
+
engines: {node: '>=10'}
|
|
977
|
+
|
|
978
|
+
chokidar@3.6.0:
|
|
979
|
+
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
|
|
980
|
+
engines: {node: '>= 8.10.0'}
|
|
981
|
+
|
|
982
|
+
chokidar@4.0.3:
|
|
983
|
+
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
|
984
|
+
engines: {node: '>= 14.16.0'}
|
|
985
|
+
|
|
986
|
+
clipboard@2.0.11:
|
|
987
|
+
resolution: {integrity: sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==}
|
|
988
|
+
|
|
989
|
+
color-convert@2.0.1:
|
|
990
|
+
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
991
|
+
engines: {node: '>=7.0.0'}
|
|
992
|
+
|
|
993
|
+
color-name@1.1.4:
|
|
994
|
+
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
995
|
+
|
|
996
|
+
commander@4.1.1:
|
|
997
|
+
resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
|
|
998
|
+
engines: {node: '>= 6'}
|
|
999
|
+
|
|
1000
|
+
commander@6.2.1:
|
|
1001
|
+
resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==}
|
|
1002
|
+
engines: {node: '>= 6'}
|
|
1003
|
+
|
|
1004
|
+
concat-map@0.0.1:
|
|
1005
|
+
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
1006
|
+
|
|
1007
|
+
cross-spawn@7.0.6:
|
|
1008
|
+
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
1009
|
+
engines: {node: '>= 8'}
|
|
1010
|
+
|
|
1011
|
+
cssesc@3.0.0:
|
|
1012
|
+
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
|
|
1013
|
+
engines: {node: '>=4'}
|
|
1014
|
+
hasBin: true
|
|
1015
|
+
|
|
1016
|
+
csstype@3.2.3:
|
|
1017
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
1018
|
+
|
|
1019
|
+
dayjs@1.11.19:
|
|
1020
|
+
resolution: {integrity: sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==}
|
|
1021
|
+
|
|
1022
|
+
de-indent@1.0.2:
|
|
1023
|
+
resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==}
|
|
1024
|
+
|
|
1025
|
+
debounce@2.2.0:
|
|
1026
|
+
resolution: {integrity: sha512-Xks6RUDLZFdz8LIdR6q0MTH44k7FikOmnh5xkSjMig6ch45afc8sjTjRQf3P6ax8dMgcQrYO/AR2RGWURrruqw==}
|
|
1027
|
+
engines: {node: '>=18'}
|
|
1028
|
+
|
|
1029
|
+
debug@4.4.3:
|
|
1030
|
+
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
1031
|
+
engines: {node: '>=6.0'}
|
|
1032
|
+
peerDependencies:
|
|
1033
|
+
supports-color: '*'
|
|
1034
|
+
peerDependenciesMeta:
|
|
1035
|
+
supports-color:
|
|
1036
|
+
optional: true
|
|
1037
|
+
|
|
1038
|
+
deep-is@0.1.4:
|
|
1039
|
+
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
|
1040
|
+
|
|
1041
|
+
deepmerge@4.3.1:
|
|
1042
|
+
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
|
|
1043
|
+
engines: {node: '>=0.10.0'}
|
|
1044
|
+
|
|
1045
|
+
delegate@3.2.0:
|
|
1046
|
+
resolution: {integrity: sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==}
|
|
1047
|
+
|
|
1048
|
+
detect-libc@2.1.2:
|
|
1049
|
+
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
1050
|
+
engines: {node: '>=8'}
|
|
1051
|
+
|
|
1052
|
+
diacritics@1.3.0:
|
|
1053
|
+
resolution: {integrity: sha512-wlwEkqcsaxvPJML+rDh/2iS824jbREk6DUMUKkEaSlxdYHeS43cClJtsWglvw2RfeXGm6ohKDqsXteJ5sP5enA==}
|
|
1054
|
+
|
|
1055
|
+
didyoumean@1.2.2:
|
|
1056
|
+
resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
|
|
1057
|
+
|
|
1058
|
+
diff-match-patch@1.0.5:
|
|
1059
|
+
resolution: {integrity: sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==}
|
|
1060
|
+
|
|
1061
|
+
dir-glob@3.0.1:
|
|
1062
|
+
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
|
|
1063
|
+
engines: {node: '>=8'}
|
|
1064
|
+
|
|
1065
|
+
dlv@1.1.3:
|
|
1066
|
+
resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
|
|
1067
|
+
|
|
1068
|
+
doctrine@3.0.0:
|
|
1069
|
+
resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
|
|
1070
|
+
engines: {node: '>=6.0.0'}
|
|
1071
|
+
|
|
1072
|
+
dom-serializer@2.0.0:
|
|
1073
|
+
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
|
|
1074
|
+
|
|
1075
|
+
domelementtype@2.3.0:
|
|
1076
|
+
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
|
|
1077
|
+
|
|
1078
|
+
domhandler@5.0.3:
|
|
1079
|
+
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
|
|
1080
|
+
engines: {node: '>= 4'}
|
|
1081
|
+
|
|
1082
|
+
domutils@3.2.2:
|
|
1083
|
+
resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
|
|
1084
|
+
|
|
1085
|
+
dot-object@2.1.5:
|
|
1086
|
+
resolution: {integrity: sha512-xHF8EP4XH/Ba9fvAF2LDd5O3IITVolerVV6xvkxoM8zlGEiCUrggpAnHyOoKJKCrhvPcGATFAUwIujj7bRG5UA==}
|
|
1087
|
+
hasBin: true
|
|
1088
|
+
|
|
1089
|
+
electron-to-chromium@1.5.307:
|
|
1090
|
+
resolution: {integrity: sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==}
|
|
1091
|
+
|
|
1092
|
+
entities@4.5.0:
|
|
1093
|
+
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
1094
|
+
engines: {node: '>=0.12'}
|
|
1095
|
+
|
|
1096
|
+
entities@7.0.1:
|
|
1097
|
+
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
|
|
1098
|
+
engines: {node: '>=0.12'}
|
|
1099
|
+
|
|
1100
|
+
esbuild@0.21.5:
|
|
1101
|
+
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
|
|
1102
|
+
engines: {node: '>=12'}
|
|
1103
|
+
hasBin: true
|
|
1104
|
+
|
|
1105
|
+
escalade@3.2.0:
|
|
1106
|
+
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
1107
|
+
engines: {node: '>=6'}
|
|
1108
|
+
|
|
1109
|
+
escape-string-regexp@4.0.0:
|
|
1110
|
+
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
|
1111
|
+
engines: {node: '>=10'}
|
|
1112
|
+
|
|
1113
|
+
eslint-plugin-vue@9.33.0:
|
|
1114
|
+
resolution: {integrity: sha512-174lJKuNsuDIlLpjeXc5E2Tss8P44uIimAfGD0b90k0NoirJqpG7stLuU9Vp/9ioTOrQdWVREc4mRd1BD+CvGw==}
|
|
1115
|
+
engines: {node: ^14.17.0 || >=16.0.0}
|
|
1116
|
+
peerDependencies:
|
|
1117
|
+
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
|
|
1118
|
+
|
|
1119
|
+
eslint-scope@7.2.2:
|
|
1120
|
+
resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
|
|
1121
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1122
|
+
|
|
1123
|
+
eslint-visitor-keys@3.4.3:
|
|
1124
|
+
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
|
1125
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1126
|
+
|
|
1127
|
+
eslint@8.57.1:
|
|
1128
|
+
resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
|
|
1129
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1130
|
+
deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
|
|
1131
|
+
hasBin: true
|
|
1132
|
+
|
|
1133
|
+
espree@9.6.1:
|
|
1134
|
+
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
|
|
1135
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1136
|
+
|
|
1137
|
+
esquery@1.7.0:
|
|
1138
|
+
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
|
|
1139
|
+
engines: {node: '>=0.10'}
|
|
1140
|
+
|
|
1141
|
+
esrecurse@4.3.0:
|
|
1142
|
+
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
|
|
1143
|
+
engines: {node: '>=4.0'}
|
|
1144
|
+
|
|
1145
|
+
estraverse@5.3.0:
|
|
1146
|
+
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
|
1147
|
+
engines: {node: '>=4.0'}
|
|
1148
|
+
|
|
1149
|
+
estree-walker@2.0.2:
|
|
1150
|
+
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
|
|
1151
|
+
|
|
1152
|
+
esutils@2.0.3:
|
|
1153
|
+
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
|
1154
|
+
engines: {node: '>=0.10.0'}
|
|
1155
|
+
|
|
1156
|
+
fast-deep-equal@3.1.3:
|
|
1157
|
+
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
1158
|
+
|
|
1159
|
+
fast-glob@3.3.3:
|
|
1160
|
+
resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
|
|
1161
|
+
engines: {node: '>=8.6.0'}
|
|
1162
|
+
|
|
1163
|
+
fast-json-stable-stringify@2.1.0:
|
|
1164
|
+
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
|
1165
|
+
|
|
1166
|
+
fast-levenshtein@2.0.6:
|
|
1167
|
+
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
|
1168
|
+
|
|
1169
|
+
fastq@1.20.1:
|
|
1170
|
+
resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
|
|
1171
|
+
|
|
1172
|
+
fdir@6.5.0:
|
|
1173
|
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
1174
|
+
engines: {node: '>=12.0.0'}
|
|
1175
|
+
peerDependencies:
|
|
1176
|
+
picomatch: ^3 || ^4
|
|
1177
|
+
peerDependenciesMeta:
|
|
1178
|
+
picomatch:
|
|
1179
|
+
optional: true
|
|
1180
|
+
|
|
1181
|
+
file-entry-cache@6.0.1:
|
|
1182
|
+
resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
|
|
1183
|
+
engines: {node: ^10.12.0 || >=12.0.0}
|
|
1184
|
+
|
|
1185
|
+
fill-range@7.1.1:
|
|
1186
|
+
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
|
1187
|
+
engines: {node: '>=8'}
|
|
1188
|
+
|
|
1189
|
+
find-up@5.0.0:
|
|
1190
|
+
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
|
|
1191
|
+
engines: {node: '>=10'}
|
|
1192
|
+
|
|
1193
|
+
flag-icons@7.5.0:
|
|
1194
|
+
resolution: {integrity: sha512-kd+MNXviFIg5hijH766tt+3x76ele1AXlo4zDdCxIvqWZhKt4T83bOtxUOOMlTx/EcFdUMH5yvQgYlFh1EqqFg==}
|
|
1195
|
+
|
|
1196
|
+
flat-cache@3.2.0:
|
|
1197
|
+
resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
|
|
1198
|
+
engines: {node: ^10.12.0 || >=12.0.0}
|
|
1199
|
+
|
|
1200
|
+
flatted@3.3.4:
|
|
1201
|
+
resolution: {integrity: sha512-3+mMldrTAPdta5kjX2G2J7iX4zxtnwpdA8Tr2ZSjkyPSanvbZAcy6flmtnXbEybHrDcU9641lxrMfFuUxVz9vA==}
|
|
1202
|
+
|
|
1203
|
+
flowbite-datepicker@1.3.2:
|
|
1204
|
+
resolution: {integrity: sha512-6Nfm0MCVX3mpaR7YSCjmEO2GO8CDt6CX8ZpQnGdeu03WUCWtEPQ/uy0PUiNtIJjJZWnX0Cm3H55MOhbD1g+E/g==}
|
|
1205
|
+
|
|
1206
|
+
flowbite@2.5.2:
|
|
1207
|
+
resolution: {integrity: sha512-kwFD3n8/YW4EG8GlY3Od9IoKND97kitO+/ejISHSqpn3vw2i5K/+ZI8Jm2V+KC4fGdnfi0XZ+TzYqQb4Q1LshA==}
|
|
1208
|
+
|
|
1209
|
+
flowbite@3.1.2:
|
|
1210
|
+
resolution: {integrity: sha512-MkwSgbbybCYgMC+go6Da5idEKUFfMqc/AmSjm/2ZbdmvoKf5frLPq/eIhXc9P+rC8t9boZtUXzHDgt5whZ6A/Q==}
|
|
1211
|
+
|
|
1212
|
+
fraction.js@5.3.4:
|
|
1213
|
+
resolution: {integrity: sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==}
|
|
1214
|
+
|
|
1215
|
+
fs.realpath@1.0.0:
|
|
1216
|
+
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
|
|
1217
|
+
|
|
1218
|
+
fsevents@2.3.3:
|
|
1219
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
1220
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
1221
|
+
os: [darwin]
|
|
1222
|
+
|
|
1223
|
+
function-bind@1.1.2:
|
|
1224
|
+
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
1225
|
+
|
|
1226
|
+
glob-parent@5.1.2:
|
|
1227
|
+
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
|
1228
|
+
engines: {node: '>= 6'}
|
|
1229
|
+
|
|
1230
|
+
glob-parent@6.0.2:
|
|
1231
|
+
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
|
|
1232
|
+
engines: {node: '>=10.13.0'}
|
|
1233
|
+
|
|
1234
|
+
glob@7.2.3:
|
|
1235
|
+
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
|
1236
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
1237
|
+
|
|
1238
|
+
glob@8.1.0:
|
|
1239
|
+
resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
|
|
1240
|
+
engines: {node: '>=12'}
|
|
1241
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
1242
|
+
|
|
1243
|
+
globals@13.24.0:
|
|
1244
|
+
resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
|
|
1245
|
+
engines: {node: '>=8'}
|
|
1246
|
+
|
|
1247
|
+
globby@11.1.0:
|
|
1248
|
+
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
|
|
1249
|
+
engines: {node: '>=10'}
|
|
1250
|
+
|
|
1251
|
+
good-listener@1.2.2:
|
|
1252
|
+
resolution: {integrity: sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==}
|
|
1253
|
+
|
|
1254
|
+
graphemer@1.4.0:
|
|
1255
|
+
resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
|
|
1256
|
+
|
|
1257
|
+
has-flag@4.0.0:
|
|
1258
|
+
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
1259
|
+
engines: {node: '>=8'}
|
|
1260
|
+
|
|
1261
|
+
hasown@2.0.2:
|
|
1262
|
+
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
|
1263
|
+
engines: {node: '>= 0.4'}
|
|
1264
|
+
|
|
1265
|
+
he@1.2.0:
|
|
1266
|
+
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
|
|
1267
|
+
hasBin: true
|
|
1268
|
+
|
|
1269
|
+
highlight.js@11.11.1:
|
|
1270
|
+
resolution: {integrity: sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==}
|
|
1271
|
+
engines: {node: '>=12.0.0'}
|
|
1272
|
+
|
|
1273
|
+
hookable@5.5.3:
|
|
1274
|
+
resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
|
|
1275
|
+
|
|
1276
|
+
htmlparser2@8.0.2:
|
|
1277
|
+
resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==}
|
|
1278
|
+
|
|
1279
|
+
i18n-iso-countries@7.14.0:
|
|
1280
|
+
resolution: {integrity: sha512-nXHJZYtNrfsi1UQbyRqm3Gou431elgLjKl//CYlnBGt5aTWdRPH1PiS2T/p/n8Q8LnqYqzQJik3Q7mkwvLokeg==}
|
|
1281
|
+
engines: {node: '>= 12'}
|
|
1282
|
+
|
|
1283
|
+
ignore@5.3.2:
|
|
1284
|
+
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
1285
|
+
engines: {node: '>= 4'}
|
|
1286
|
+
|
|
1287
|
+
immutable@5.1.5:
|
|
1288
|
+
resolution: {integrity: sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==}
|
|
1289
|
+
|
|
1290
|
+
import-fresh@3.3.1:
|
|
1291
|
+
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
1292
|
+
engines: {node: '>=6'}
|
|
1293
|
+
|
|
1294
|
+
imurmurhash@0.1.4:
|
|
1295
|
+
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
1296
|
+
engines: {node: '>=0.8.19'}
|
|
1297
|
+
|
|
1298
|
+
inflight@1.0.6:
|
|
1299
|
+
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
|
|
1300
|
+
deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
|
|
1301
|
+
|
|
1302
|
+
inherits@2.0.4:
|
|
1303
|
+
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
1304
|
+
|
|
1305
|
+
is-binary-path@2.1.0:
|
|
1306
|
+
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
|
|
1307
|
+
engines: {node: '>=8'}
|
|
1308
|
+
|
|
1309
|
+
is-core-module@2.16.1:
|
|
1310
|
+
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
|
|
1311
|
+
engines: {node: '>= 0.4'}
|
|
1312
|
+
|
|
1313
|
+
is-extglob@2.1.1:
|
|
1314
|
+
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
|
1315
|
+
engines: {node: '>=0.10.0'}
|
|
1316
|
+
|
|
1317
|
+
is-glob@4.0.3:
|
|
1318
|
+
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
1319
|
+
engines: {node: '>=0.10.0'}
|
|
1320
|
+
|
|
1321
|
+
is-module@1.0.0:
|
|
1322
|
+
resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
|
|
1323
|
+
|
|
1324
|
+
is-number@7.0.0:
|
|
1325
|
+
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
|
1326
|
+
engines: {node: '>=0.12.0'}
|
|
1327
|
+
|
|
1328
|
+
is-path-inside@3.0.3:
|
|
1329
|
+
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
|
|
1330
|
+
engines: {node: '>=8'}
|
|
1331
|
+
|
|
1332
|
+
is-plain-object@5.0.0:
|
|
1333
|
+
resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
|
|
1334
|
+
engines: {node: '>=0.10.0'}
|
|
1335
|
+
|
|
1336
|
+
is-valid-glob@1.0.0:
|
|
1337
|
+
resolution: {integrity: sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==}
|
|
1338
|
+
engines: {node: '>=0.10.0'}
|
|
1339
|
+
|
|
1340
|
+
isexe@2.0.0:
|
|
1341
|
+
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
1342
|
+
|
|
1343
|
+
javascript-time-ago@2.6.4:
|
|
1344
|
+
resolution: {integrity: sha512-7K/Z37LuwVaxxjutUDd1pXpznufPcox0b1UYu00ksAMMlV6IsxIvduwL3kgfPxuBVF8jVj7nhrKMPDslMq94aQ==}
|
|
1345
|
+
|
|
1346
|
+
jiti@1.21.7:
|
|
1347
|
+
resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
|
|
1348
|
+
hasBin: true
|
|
1349
|
+
|
|
1350
|
+
js-yaml@4.1.1:
|
|
1351
|
+
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
|
|
1352
|
+
hasBin: true
|
|
1353
|
+
|
|
1354
|
+
json-buffer@3.0.1:
|
|
1355
|
+
resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
|
|
1356
|
+
|
|
1357
|
+
json-parse-even-better-errors@3.0.2:
|
|
1358
|
+
resolution: {integrity: sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==}
|
|
1359
|
+
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
1360
|
+
|
|
1361
|
+
json-schema-traverse@0.4.1:
|
|
1362
|
+
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
|
1363
|
+
|
|
1364
|
+
json-stable-stringify-without-jsonify@1.0.1:
|
|
1365
|
+
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
|
|
1366
|
+
|
|
1367
|
+
keyv@4.5.4:
|
|
1368
|
+
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
1369
|
+
|
|
1370
|
+
levn@0.4.1:
|
|
1371
|
+
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
|
|
1372
|
+
engines: {node: '>= 0.8.0'}
|
|
1373
|
+
|
|
1374
|
+
lilconfig@3.1.3:
|
|
1375
|
+
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
|
|
1376
|
+
engines: {node: '>=14'}
|
|
1377
|
+
|
|
1378
|
+
lines-and-columns@1.2.4:
|
|
1379
|
+
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
|
1380
|
+
|
|
1381
|
+
locate-path@6.0.0:
|
|
1382
|
+
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
|
1383
|
+
engines: {node: '>=10'}
|
|
1384
|
+
|
|
1385
|
+
lodash.merge@4.6.2:
|
|
1386
|
+
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
|
1387
|
+
|
|
1388
|
+
lodash@4.17.23:
|
|
1389
|
+
resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==}
|
|
1390
|
+
|
|
1391
|
+
magic-string@0.30.21:
|
|
1392
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
1393
|
+
|
|
1394
|
+
memorystream@0.3.1:
|
|
1395
|
+
resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==}
|
|
1396
|
+
engines: {node: '>= 0.10.0'}
|
|
1397
|
+
|
|
1398
|
+
merge2@1.4.1:
|
|
1399
|
+
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
|
|
1400
|
+
engines: {node: '>= 8'}
|
|
1401
|
+
|
|
1402
|
+
micromatch@4.0.8:
|
|
1403
|
+
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
|
|
1404
|
+
engines: {node: '>=8.6'}
|
|
1405
|
+
|
|
1406
|
+
mini-svg-data-uri@1.4.4:
|
|
1407
|
+
resolution: {integrity: sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==}
|
|
1408
|
+
hasBin: true
|
|
1409
|
+
|
|
1410
|
+
minimatch@3.1.5:
|
|
1411
|
+
resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==}
|
|
1412
|
+
|
|
1413
|
+
minimatch@5.1.9:
|
|
1414
|
+
resolution: {integrity: sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==}
|
|
1415
|
+
engines: {node: '>=10'}
|
|
1416
|
+
|
|
1417
|
+
minimatch@9.0.9:
|
|
1418
|
+
resolution: {integrity: sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==}
|
|
1419
|
+
engines: {node: '>=16 || 14 >=14.17'}
|
|
1420
|
+
|
|
1421
|
+
ms@2.1.3:
|
|
1422
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
1423
|
+
|
|
1424
|
+
muggle-string@0.4.1:
|
|
1425
|
+
resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
|
|
1426
|
+
|
|
1427
|
+
mz@2.7.0:
|
|
1428
|
+
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
|
|
1429
|
+
|
|
1430
|
+
nanoid@3.3.11:
|
|
1431
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
1432
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
1433
|
+
hasBin: true
|
|
1434
|
+
|
|
1435
|
+
natural-compare@1.4.0:
|
|
1436
|
+
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
|
|
1437
|
+
|
|
1438
|
+
node-addon-api@7.1.1:
|
|
1439
|
+
resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
|
|
1440
|
+
|
|
1441
|
+
node-releases@2.0.36:
|
|
1442
|
+
resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==}
|
|
1443
|
+
|
|
1444
|
+
normalize-path@3.0.0:
|
|
1445
|
+
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
|
|
1446
|
+
engines: {node: '>=0.10.0'}
|
|
1447
|
+
|
|
1448
|
+
npm-normalize-package-bin@3.0.1:
|
|
1449
|
+
resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==}
|
|
1450
|
+
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
1451
|
+
|
|
1452
|
+
npm-run-all2@6.2.6:
|
|
1453
|
+
resolution: {integrity: sha512-tkyb4pc0Zb0oOswCb5tORPk9MvVL6gcDq1cMItQHmsbVk1skk7YF6cH+UU2GxeNLHMuk6wFEOSmEmJ2cnAK1jg==}
|
|
1454
|
+
engines: {node: ^14.18.0 || ^16.13.0 || >=18.0.0, npm: '>= 8'}
|
|
1455
|
+
hasBin: true
|
|
1456
|
+
|
|
1457
|
+
nth-check@2.1.1:
|
|
1458
|
+
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
|
|
1459
|
+
|
|
1460
|
+
object-assign@4.1.1:
|
|
1461
|
+
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
1462
|
+
engines: {node: '>=0.10.0'}
|
|
1463
|
+
|
|
1464
|
+
object-hash@3.0.0:
|
|
1465
|
+
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
|
|
1466
|
+
engines: {node: '>= 6'}
|
|
1467
|
+
|
|
1468
|
+
once@1.4.0:
|
|
1469
|
+
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
1470
|
+
|
|
1471
|
+
optionator@0.9.4:
|
|
1472
|
+
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
|
1473
|
+
engines: {node: '>= 0.8.0'}
|
|
1474
|
+
|
|
1475
|
+
p-limit@3.1.0:
|
|
1476
|
+
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
1477
|
+
engines: {node: '>=10'}
|
|
1478
|
+
|
|
1479
|
+
p-locate@5.0.0:
|
|
1480
|
+
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
1481
|
+
engines: {node: '>=10'}
|
|
1482
|
+
|
|
1483
|
+
packrup@0.1.2:
|
|
1484
|
+
resolution: {integrity: sha512-ZcKU7zrr5GlonoS9cxxrb5HVswGnyj6jQvwFBa6p5VFw7G71VAHcUKL5wyZSU/ECtPM/9gacWxy2KFQKt1gMNA==}
|
|
1485
|
+
|
|
1486
|
+
parent-module@1.0.1:
|
|
1487
|
+
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
|
1488
|
+
engines: {node: '>=6'}
|
|
1489
|
+
|
|
1490
|
+
parse-srcset@1.0.2:
|
|
1491
|
+
resolution: {integrity: sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==}
|
|
1492
|
+
|
|
1493
|
+
path-browserify@1.0.1:
|
|
1494
|
+
resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
|
|
1495
|
+
|
|
1496
|
+
path-exists@4.0.0:
|
|
1497
|
+
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
|
1498
|
+
engines: {node: '>=8'}
|
|
1499
|
+
|
|
1500
|
+
path-is-absolute@1.0.1:
|
|
1501
|
+
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
|
1502
|
+
engines: {node: '>=0.10.0'}
|
|
1503
|
+
|
|
1504
|
+
path-key@3.1.1:
|
|
1505
|
+
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
1506
|
+
engines: {node: '>=8'}
|
|
1507
|
+
|
|
1508
|
+
path-parse@1.0.7:
|
|
1509
|
+
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
|
1510
|
+
|
|
1511
|
+
path-type@4.0.0:
|
|
1512
|
+
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
|
|
1513
|
+
engines: {node: '>=8'}
|
|
1514
|
+
|
|
1515
|
+
picocolors@1.1.1:
|
|
1516
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
1517
|
+
|
|
1518
|
+
picomatch@2.3.1:
|
|
1519
|
+
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
|
1520
|
+
engines: {node: '>=8.6'}
|
|
1521
|
+
|
|
1522
|
+
picomatch@4.0.3:
|
|
1523
|
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
1524
|
+
engines: {node: '>=12'}
|
|
1525
|
+
|
|
1526
|
+
pidtree@0.6.0:
|
|
1527
|
+
resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==}
|
|
1528
|
+
engines: {node: '>=0.10'}
|
|
1529
|
+
hasBin: true
|
|
1530
|
+
|
|
1531
|
+
pify@2.3.0:
|
|
1532
|
+
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
|
|
1533
|
+
engines: {node: '>=0.10.0'}
|
|
1534
|
+
|
|
1535
|
+
pinia@2.3.1:
|
|
1536
|
+
resolution: {integrity: sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==}
|
|
1537
|
+
peerDependencies:
|
|
1538
|
+
typescript: '>=4.4.4'
|
|
1539
|
+
vue: ^2.7.0 || ^3.5.11
|
|
1540
|
+
peerDependenciesMeta:
|
|
1541
|
+
typescript:
|
|
1542
|
+
optional: true
|
|
1543
|
+
|
|
1544
|
+
pirates@4.0.7:
|
|
1545
|
+
resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==}
|
|
1546
|
+
engines: {node: '>= 6'}
|
|
1547
|
+
|
|
1548
|
+
portfinder@1.0.38:
|
|
1549
|
+
resolution: {integrity: sha512-rEwq/ZHlJIKw++XtLAO8PPuOQA/zaPJOZJ37BVuN97nLpMJeuDVLVGRwbFoBgLudgdTMP2hdRJP++H+8QOA3vg==}
|
|
1550
|
+
engines: {node: '>= 10.12'}
|
|
1551
|
+
|
|
1552
|
+
postcss-import@15.1.0:
|
|
1553
|
+
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
|
|
1554
|
+
engines: {node: '>=14.0.0'}
|
|
1555
|
+
peerDependencies:
|
|
1556
|
+
postcss: ^8.0.0
|
|
1557
|
+
|
|
1558
|
+
postcss-js@4.1.0:
|
|
1559
|
+
resolution: {integrity: sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==}
|
|
1560
|
+
engines: {node: ^12 || ^14 || >= 16}
|
|
1561
|
+
peerDependencies:
|
|
1562
|
+
postcss: ^8.4.21
|
|
1563
|
+
|
|
1564
|
+
postcss-load-config@6.0.1:
|
|
1565
|
+
resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==}
|
|
1566
|
+
engines: {node: '>= 18'}
|
|
1567
|
+
peerDependencies:
|
|
1568
|
+
jiti: '>=1.21.0'
|
|
1569
|
+
postcss: '>=8.0.9'
|
|
1570
|
+
tsx: ^4.8.1
|
|
1571
|
+
yaml: ^2.4.2
|
|
1572
|
+
peerDependenciesMeta:
|
|
1573
|
+
jiti:
|
|
1574
|
+
optional: true
|
|
1575
|
+
postcss:
|
|
1576
|
+
optional: true
|
|
1577
|
+
tsx:
|
|
1578
|
+
optional: true
|
|
1579
|
+
yaml:
|
|
1580
|
+
optional: true
|
|
1581
|
+
|
|
1582
|
+
postcss-nested@6.2.0:
|
|
1583
|
+
resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==}
|
|
1584
|
+
engines: {node: '>=12.0'}
|
|
1585
|
+
peerDependencies:
|
|
1586
|
+
postcss: ^8.2.14
|
|
1587
|
+
|
|
1588
|
+
postcss-selector-parser@6.0.10:
|
|
1589
|
+
resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
|
|
1590
|
+
engines: {node: '>=4'}
|
|
1591
|
+
|
|
1592
|
+
postcss-selector-parser@6.1.2:
|
|
1593
|
+
resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
|
|
1594
|
+
engines: {node: '>=4'}
|
|
1595
|
+
|
|
1596
|
+
postcss-value-parser@4.2.0:
|
|
1597
|
+
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
|
1598
|
+
|
|
1599
|
+
postcss@8.5.8:
|
|
1600
|
+
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
1601
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
1602
|
+
|
|
1603
|
+
prelude-ls@1.2.1:
|
|
1604
|
+
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
1605
|
+
engines: {node: '>= 0.8.0'}
|
|
1606
|
+
|
|
1607
|
+
punycode@2.3.1:
|
|
1608
|
+
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
1609
|
+
engines: {node: '>=6'}
|
|
1610
|
+
|
|
1611
|
+
queue-microtask@1.2.3:
|
|
1612
|
+
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
|
|
1613
|
+
|
|
1614
|
+
read-cache@1.0.0:
|
|
1615
|
+
resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
|
|
1616
|
+
|
|
1617
|
+
read-package-json-fast@3.0.2:
|
|
1618
|
+
resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==}
|
|
1619
|
+
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
1620
|
+
|
|
1621
|
+
readdirp@3.6.0:
|
|
1622
|
+
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
|
1623
|
+
engines: {node: '>=8.10.0'}
|
|
1624
|
+
|
|
1625
|
+
readdirp@4.1.2:
|
|
1626
|
+
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
|
|
1627
|
+
engines: {node: '>= 14.18.0'}
|
|
1628
|
+
|
|
1629
|
+
relative-time-format@1.1.12:
|
|
1630
|
+
resolution: {integrity: sha512-qaZBjmRIuXLfuLnzgqpFdBPa5W0euSX1tMnoMUHGPphLwJmrt8xbNiOIHrlvYOD6oNJ0M5owPCZyPibI8de5pQ==}
|
|
1631
|
+
|
|
1632
|
+
resolve-from@4.0.0:
|
|
1633
|
+
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
|
1634
|
+
engines: {node: '>=4'}
|
|
1635
|
+
|
|
1636
|
+
resolve@1.22.11:
|
|
1637
|
+
resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==}
|
|
1638
|
+
engines: {node: '>= 0.4'}
|
|
1639
|
+
hasBin: true
|
|
1640
|
+
|
|
1641
|
+
reusify@1.1.0:
|
|
1642
|
+
resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
|
|
1643
|
+
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
|
1644
|
+
|
|
1645
|
+
rimraf@3.0.2:
|
|
1646
|
+
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
|
1647
|
+
deprecated: Rimraf versions prior to v4 are no longer supported
|
|
1648
|
+
hasBin: true
|
|
1649
|
+
|
|
1650
|
+
rollup@4.59.0:
|
|
1651
|
+
resolution: {integrity: sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==}
|
|
1652
|
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
1653
|
+
hasBin: true
|
|
1654
|
+
|
|
1655
|
+
run-parallel@1.2.0:
|
|
1656
|
+
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
|
1657
|
+
|
|
1658
|
+
sanitize-html@2.17.1:
|
|
1659
|
+
resolution: {integrity: sha512-ehFCW+q1a4CSOWRAdX97BX/6/PDEkCqw7/0JXZAGQV57FQB3YOkTa/rrzHPeJ+Aghy4vZAFfWMYyfxIiB7F/gw==}
|
|
1660
|
+
|
|
1661
|
+
sass@1.97.3:
|
|
1662
|
+
resolution: {integrity: sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==}
|
|
1663
|
+
engines: {node: '>=14.0.0'}
|
|
1664
|
+
hasBin: true
|
|
1665
|
+
|
|
1666
|
+
select@1.1.2:
|
|
1667
|
+
resolution: {integrity: sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==}
|
|
1668
|
+
|
|
1669
|
+
semver@7.7.4:
|
|
1670
|
+
resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==}
|
|
1671
|
+
engines: {node: '>=10'}
|
|
1672
|
+
hasBin: true
|
|
1673
|
+
|
|
1674
|
+
shebang-command@2.0.0:
|
|
1675
|
+
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
1676
|
+
engines: {node: '>=8'}
|
|
1677
|
+
|
|
1678
|
+
shebang-regex@3.0.0:
|
|
1679
|
+
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
1680
|
+
engines: {node: '>=8'}
|
|
1681
|
+
|
|
1682
|
+
shell-quote@1.8.3:
|
|
1683
|
+
resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
|
|
1684
|
+
engines: {node: '>= 0.4'}
|
|
1685
|
+
|
|
1686
|
+
slash@3.0.0:
|
|
1687
|
+
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
|
|
1688
|
+
engines: {node: '>=8'}
|
|
1689
|
+
|
|
1690
|
+
source-map-js@1.2.1:
|
|
1691
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
1692
|
+
engines: {node: '>=0.10.0'}
|
|
1693
|
+
|
|
1694
|
+
strip-ansi@6.0.1:
|
|
1695
|
+
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
1696
|
+
engines: {node: '>=8'}
|
|
1697
|
+
|
|
1698
|
+
strip-json-comments@3.1.1:
|
|
1699
|
+
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
1700
|
+
engines: {node: '>=8'}
|
|
1701
|
+
|
|
1702
|
+
sucrase@3.35.1:
|
|
1703
|
+
resolution: {integrity: sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==}
|
|
1704
|
+
engines: {node: '>=16 || 14 >=14.17'}
|
|
1705
|
+
hasBin: true
|
|
1706
|
+
|
|
1707
|
+
supports-color@7.2.0:
|
|
1708
|
+
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
1709
|
+
engines: {node: '>=8'}
|
|
1710
|
+
|
|
1711
|
+
supports-preserve-symlinks-flag@1.0.0:
|
|
1712
|
+
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
1713
|
+
engines: {node: '>= 0.4'}
|
|
1714
|
+
|
|
1715
|
+
tailwindcss@3.4.19:
|
|
1716
|
+
resolution: {integrity: sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==}
|
|
1717
|
+
engines: {node: '>=14.0.0'}
|
|
1718
|
+
hasBin: true
|
|
1719
|
+
|
|
1720
|
+
text-table@0.2.0:
|
|
1721
|
+
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
|
1722
|
+
|
|
1723
|
+
thenify-all@1.6.0:
|
|
1724
|
+
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
|
|
1725
|
+
engines: {node: '>=0.8'}
|
|
1726
|
+
|
|
1727
|
+
thenify@3.3.1:
|
|
1728
|
+
resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
|
|
1729
|
+
|
|
1730
|
+
tiny-emitter@2.1.0:
|
|
1731
|
+
resolution: {integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==}
|
|
1732
|
+
|
|
1733
|
+
tinyglobby@0.2.15:
|
|
1734
|
+
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
1735
|
+
engines: {node: '>=12.0.0'}
|
|
1736
|
+
|
|
1737
|
+
to-regex-range@5.0.1:
|
|
1738
|
+
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
|
1739
|
+
engines: {node: '>=8.0'}
|
|
1740
|
+
|
|
1741
|
+
ts-api-utils@1.4.3:
|
|
1742
|
+
resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==}
|
|
1743
|
+
engines: {node: '>=16'}
|
|
1744
|
+
peerDependencies:
|
|
1745
|
+
typescript: '>=4.2.0'
|
|
1746
|
+
|
|
1747
|
+
ts-interface-checker@0.1.13:
|
|
1748
|
+
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
|
1749
|
+
|
|
1750
|
+
type-check@0.4.0:
|
|
1751
|
+
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
|
1752
|
+
engines: {node: '>= 0.8.0'}
|
|
1753
|
+
|
|
1754
|
+
type-fest@0.20.2:
|
|
1755
|
+
resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
|
|
1756
|
+
engines: {node: '>=10'}
|
|
1757
|
+
|
|
1758
|
+
typescript@5.4.5:
|
|
1759
|
+
resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
|
|
1760
|
+
engines: {node: '>=14.17'}
|
|
1761
|
+
hasBin: true
|
|
1762
|
+
|
|
1763
|
+
undici-types@6.21.0:
|
|
1764
|
+
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
1765
|
+
|
|
1766
|
+
unhead@1.11.20:
|
|
1767
|
+
resolution: {integrity: sha512-3AsNQC0pjwlLqEYHLjtichGWankK8yqmocReITecmpB1H0aOabeESueyy+8X1gyJx4ftZVwo9hqQ4O3fPWffCA==}
|
|
1768
|
+
|
|
1769
|
+
update-browserslist-db@1.2.3:
|
|
1770
|
+
resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
|
|
1771
|
+
hasBin: true
|
|
1772
|
+
peerDependencies:
|
|
1773
|
+
browserslist: '>= 4.21.0'
|
|
1774
|
+
|
|
1775
|
+
uri-js@4.4.1:
|
|
1776
|
+
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
1777
|
+
|
|
1778
|
+
util-deprecate@1.0.2:
|
|
1779
|
+
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
1780
|
+
|
|
1781
|
+
vite@5.4.21:
|
|
1782
|
+
resolution: {integrity: sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==}
|
|
1783
|
+
engines: {node: ^18.0.0 || >=20.0.0}
|
|
1784
|
+
hasBin: true
|
|
1785
|
+
peerDependencies:
|
|
1786
|
+
'@types/node': ^18.0.0 || >=20.0.0
|
|
1787
|
+
less: '*'
|
|
1788
|
+
lightningcss: ^1.21.0
|
|
1789
|
+
sass: '*'
|
|
1790
|
+
sass-embedded: '*'
|
|
1791
|
+
stylus: '*'
|
|
1792
|
+
sugarss: '*'
|
|
1793
|
+
terser: ^5.4.0
|
|
1794
|
+
peerDependenciesMeta:
|
|
1795
|
+
'@types/node':
|
|
1796
|
+
optional: true
|
|
1797
|
+
less:
|
|
1798
|
+
optional: true
|
|
1799
|
+
lightningcss:
|
|
1800
|
+
optional: true
|
|
1801
|
+
sass:
|
|
1802
|
+
optional: true
|
|
1803
|
+
sass-embedded:
|
|
1804
|
+
optional: true
|
|
1805
|
+
stylus:
|
|
1806
|
+
optional: true
|
|
1807
|
+
sugarss:
|
|
1808
|
+
optional: true
|
|
1809
|
+
terser:
|
|
1810
|
+
optional: true
|
|
1811
|
+
|
|
1812
|
+
vscode-uri@3.1.0:
|
|
1813
|
+
resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
|
|
1814
|
+
|
|
1815
|
+
vue-demi@0.14.10:
|
|
1816
|
+
resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
|
|
1817
|
+
engines: {node: '>=12'}
|
|
1818
|
+
hasBin: true
|
|
1819
|
+
peerDependencies:
|
|
1820
|
+
'@vue/composition-api': ^1.0.0-rc.1
|
|
1821
|
+
vue: ^3.0.0-0 || ^2.6.0
|
|
1822
|
+
peerDependenciesMeta:
|
|
1823
|
+
'@vue/composition-api':
|
|
1824
|
+
optional: true
|
|
1825
|
+
|
|
1826
|
+
vue-diff@1.2.4:
|
|
1827
|
+
resolution: {integrity: sha512-9z+0uPHigi/DdE3Zhdg1zR3VkiBaDN4czjWa/Zznvizn4znckVqz20p1KytaWq5NJtJ7UnkqRbuWsaCuC1ZHaA==}
|
|
1828
|
+
|
|
1829
|
+
vue-eslint-parser@9.4.3:
|
|
1830
|
+
resolution: {integrity: sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==}
|
|
1831
|
+
engines: {node: ^14.17.0 || >=16.0.0}
|
|
1832
|
+
peerDependencies:
|
|
1833
|
+
eslint: '>=6.0.0'
|
|
1834
|
+
|
|
1835
|
+
vue-i18n-extract@2.0.7:
|
|
1836
|
+
resolution: {integrity: sha512-i1NW5R58S720iQ1BEk+6ILo3hT6UA8mtYNNolSH4rt9345qvXdvA6GHy2+jHozdDAKHwlu9VvS/+vIMKs1UYQw==}
|
|
1837
|
+
hasBin: true
|
|
1838
|
+
|
|
1839
|
+
vue-i18n@10.0.8:
|
|
1840
|
+
resolution: {integrity: sha512-mIjy4utxMz9lMMo6G9vYePv7gUFt4ztOMhY9/4czDJxZ26xPeJ49MAGa9wBAE3XuXbYCrtVPmPxNjej7JJJkZQ==}
|
|
1841
|
+
engines: {node: '>= 16'}
|
|
1842
|
+
deprecated: v9 and v10 no longer supported. please migrate to v11. about maintenance status, see https://vue-i18n.intlify.dev/guide/maintenance.html
|
|
1843
|
+
peerDependencies:
|
|
1844
|
+
vue: ^3.0.0
|
|
1845
|
+
|
|
1846
|
+
vue-router@4.6.4:
|
|
1847
|
+
resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==}
|
|
1848
|
+
peerDependencies:
|
|
1849
|
+
vue: ^3.5.0
|
|
1850
|
+
|
|
1851
|
+
vue-slider-component@4.1.0-beta.7:
|
|
1852
|
+
resolution: {integrity: sha512-Qb7K920ZG7PoQswoF6Ias+i3W2rd3k4fpk04JUl82kEUcN86Yg6et7bVSKWt/7VpQe8a5IT3BqCKSCOZ7AJgCA==}
|
|
1853
|
+
|
|
1854
|
+
vue-tsc@2.2.12:
|
|
1855
|
+
resolution: {integrity: sha512-P7OP77b2h/Pmk+lZdJ0YWs+5tJ6J2+uOQPo7tlBnY44QqQSPYvS0qVT4wqDJgwrZaLe47etJLLQRFia71GYITw==}
|
|
1856
|
+
hasBin: true
|
|
1857
|
+
peerDependencies:
|
|
1858
|
+
typescript: '>=5.0.0'
|
|
1859
|
+
|
|
1860
|
+
vue3-json-viewer@2.4.1:
|
|
1861
|
+
resolution: {integrity: sha512-Z1sunvS58lJ3ZcpNhl3jYQapBVw2wjnXbemigfMWm3QnjCeg3CPMq8R6pxHUYahxMfPKLvrbGve6mUXqhWyLaQ==}
|
|
1862
|
+
peerDependencies:
|
|
1863
|
+
vue: ^3.5.16
|
|
1864
|
+
|
|
1865
|
+
vue@3.5.29:
|
|
1866
|
+
resolution: {integrity: sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==}
|
|
1867
|
+
peerDependencies:
|
|
1868
|
+
typescript: '*'
|
|
1869
|
+
peerDependenciesMeta:
|
|
1870
|
+
typescript:
|
|
1871
|
+
optional: true
|
|
1872
|
+
|
|
1873
|
+
which@2.0.2:
|
|
1874
|
+
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
1875
|
+
engines: {node: '>= 8'}
|
|
1876
|
+
hasBin: true
|
|
1877
|
+
|
|
1878
|
+
which@3.0.1:
|
|
1879
|
+
resolution: {integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==}
|
|
1880
|
+
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
1881
|
+
hasBin: true
|
|
1882
|
+
|
|
1883
|
+
word-wrap@1.2.5:
|
|
1884
|
+
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
|
|
1885
|
+
engines: {node: '>=0.10.0'}
|
|
1886
|
+
|
|
1887
|
+
wrappy@1.0.2:
|
|
1888
|
+
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
|
1889
|
+
|
|
1890
|
+
xml-name-validator@4.0.0:
|
|
1891
|
+
resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
|
|
1892
|
+
engines: {node: '>=12'}
|
|
1893
|
+
|
|
1894
|
+
yocto-queue@0.1.0:
|
|
1895
|
+
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
1896
|
+
engines: {node: '>=10'}
|
|
1897
|
+
|
|
1898
|
+
zhead@2.2.4:
|
|
1899
|
+
resolution: {integrity: sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==}
|
|
1900
|
+
|
|
1901
|
+
snapshots:
|
|
1902
|
+
|
|
1903
|
+
'@alloc/quick-lru@5.2.0': {}
|
|
1904
|
+
|
|
1905
|
+
'@babel/helper-string-parser@7.27.1': {}
|
|
1906
|
+
|
|
1907
|
+
'@babel/helper-validator-identifier@7.28.5': {}
|
|
1908
|
+
|
|
1909
|
+
'@babel/parser@7.29.0':
|
|
1910
|
+
dependencies:
|
|
1911
|
+
'@babel/types': 7.29.0
|
|
1912
|
+
|
|
1913
|
+
'@babel/types@7.29.0':
|
|
1914
|
+
dependencies:
|
|
1915
|
+
'@babel/helper-string-parser': 7.27.1
|
|
1916
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
1917
|
+
|
|
1918
|
+
'@esbuild/aix-ppc64@0.21.5':
|
|
1919
|
+
optional: true
|
|
1920
|
+
|
|
1921
|
+
'@esbuild/android-arm64@0.21.5':
|
|
1922
|
+
optional: true
|
|
1923
|
+
|
|
1924
|
+
'@esbuild/android-arm@0.21.5':
|
|
1925
|
+
optional: true
|
|
1926
|
+
|
|
1927
|
+
'@esbuild/android-x64@0.21.5':
|
|
1928
|
+
optional: true
|
|
1929
|
+
|
|
1930
|
+
'@esbuild/darwin-arm64@0.21.5':
|
|
1931
|
+
optional: true
|
|
1932
|
+
|
|
1933
|
+
'@esbuild/darwin-x64@0.21.5':
|
|
1934
|
+
optional: true
|
|
1935
|
+
|
|
1936
|
+
'@esbuild/freebsd-arm64@0.21.5':
|
|
1937
|
+
optional: true
|
|
1938
|
+
|
|
1939
|
+
'@esbuild/freebsd-x64@0.21.5':
|
|
1940
|
+
optional: true
|
|
1941
|
+
|
|
1942
|
+
'@esbuild/linux-arm64@0.21.5':
|
|
1943
|
+
optional: true
|
|
1944
|
+
|
|
1945
|
+
'@esbuild/linux-arm@0.21.5':
|
|
1946
|
+
optional: true
|
|
1947
|
+
|
|
1948
|
+
'@esbuild/linux-ia32@0.21.5':
|
|
1949
|
+
optional: true
|
|
1950
|
+
|
|
1951
|
+
'@esbuild/linux-loong64@0.21.5':
|
|
1952
|
+
optional: true
|
|
1953
|
+
|
|
1954
|
+
'@esbuild/linux-mips64el@0.21.5':
|
|
1955
|
+
optional: true
|
|
1956
|
+
|
|
1957
|
+
'@esbuild/linux-ppc64@0.21.5':
|
|
1958
|
+
optional: true
|
|
1959
|
+
|
|
1960
|
+
'@esbuild/linux-riscv64@0.21.5':
|
|
1961
|
+
optional: true
|
|
1962
|
+
|
|
1963
|
+
'@esbuild/linux-s390x@0.21.5':
|
|
1964
|
+
optional: true
|
|
1965
|
+
|
|
1966
|
+
'@esbuild/linux-x64@0.21.5':
|
|
1967
|
+
optional: true
|
|
1968
|
+
|
|
1969
|
+
'@esbuild/netbsd-x64@0.21.5':
|
|
1970
|
+
optional: true
|
|
1971
|
+
|
|
1972
|
+
'@esbuild/openbsd-x64@0.21.5':
|
|
1973
|
+
optional: true
|
|
1974
|
+
|
|
1975
|
+
'@esbuild/sunos-x64@0.21.5':
|
|
1976
|
+
optional: true
|
|
1977
|
+
|
|
1978
|
+
'@esbuild/win32-arm64@0.21.5':
|
|
1979
|
+
optional: true
|
|
1980
|
+
|
|
1981
|
+
'@esbuild/win32-ia32@0.21.5':
|
|
1982
|
+
optional: true
|
|
1983
|
+
|
|
1984
|
+
'@esbuild/win32-x64@0.21.5':
|
|
1985
|
+
optional: true
|
|
1986
|
+
|
|
1987
|
+
'@eslint-community/eslint-utils@4.9.1(eslint@8.57.1)':
|
|
1988
|
+
dependencies:
|
|
1989
|
+
eslint: 8.57.1
|
|
1990
|
+
eslint-visitor-keys: 3.4.3
|
|
1991
|
+
|
|
1992
|
+
'@eslint-community/regexpp@4.12.2': {}
|
|
1993
|
+
|
|
1994
|
+
'@eslint/eslintrc@2.1.4':
|
|
1995
|
+
dependencies:
|
|
1996
|
+
ajv: 6.14.0
|
|
1997
|
+
debug: 4.4.3
|
|
1998
|
+
espree: 9.6.1
|
|
1999
|
+
globals: 13.24.0
|
|
2000
|
+
ignore: 5.3.2
|
|
2001
|
+
import-fresh: 3.3.1
|
|
2002
|
+
js-yaml: 4.1.1
|
|
2003
|
+
minimatch: 3.1.5
|
|
2004
|
+
strip-json-comments: 3.1.1
|
|
2005
|
+
transitivePeerDependencies:
|
|
2006
|
+
- supports-color
|
|
2007
|
+
|
|
2008
|
+
'@eslint/js@8.57.1': {}
|
|
2009
|
+
|
|
2010
|
+
'@humanwhocodes/config-array@0.13.0':
|
|
2011
|
+
dependencies:
|
|
2012
|
+
'@humanwhocodes/object-schema': 2.0.3
|
|
2013
|
+
debug: 4.4.3
|
|
2014
|
+
minimatch: 3.1.5
|
|
2015
|
+
transitivePeerDependencies:
|
|
2016
|
+
- supports-color
|
|
2017
|
+
|
|
2018
|
+
'@humanwhocodes/module-importer@1.0.1': {}
|
|
2019
|
+
|
|
2020
|
+
'@humanwhocodes/object-schema@2.0.3': {}
|
|
2021
|
+
|
|
2022
|
+
'@iconify-prerendered/vue-flag@0.28.1754899047(vue@3.5.29(typescript@5.4.5))':
|
|
2023
|
+
dependencies:
|
|
2024
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
2025
|
+
|
|
2026
|
+
'@iconify-prerendered/vue-flowbite@0.28.1754899090(vue@3.5.29(typescript@5.4.5))':
|
|
2027
|
+
dependencies:
|
|
2028
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
2029
|
+
|
|
2030
|
+
'@iconify-prerendered/vue-heroicons@0.28.1721921294(vue@3.5.29(typescript@5.4.5))':
|
|
2031
|
+
dependencies:
|
|
2032
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
2033
|
+
|
|
2034
|
+
'@iconify-prerendered/vue-humbleicons@0.28.1754108846(vue@3.5.29(typescript@5.4.5))':
|
|
2035
|
+
dependencies:
|
|
2036
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
2037
|
+
|
|
2038
|
+
'@intlify/core-base@10.0.8':
|
|
2039
|
+
dependencies:
|
|
2040
|
+
'@intlify/message-compiler': 10.0.8
|
|
2041
|
+
'@intlify/shared': 10.0.8
|
|
2042
|
+
|
|
2043
|
+
'@intlify/message-compiler@10.0.8':
|
|
2044
|
+
dependencies:
|
|
2045
|
+
'@intlify/shared': 10.0.8
|
|
2046
|
+
source-map-js: 1.2.1
|
|
2047
|
+
|
|
2048
|
+
'@intlify/shared@10.0.8': {}
|
|
2049
|
+
|
|
2050
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
2051
|
+
dependencies:
|
|
2052
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
2053
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
2054
|
+
|
|
2055
|
+
'@jridgewell/resolve-uri@3.1.2': {}
|
|
2056
|
+
|
|
2057
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
2058
|
+
|
|
2059
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
2060
|
+
dependencies:
|
|
2061
|
+
'@jridgewell/resolve-uri': 3.1.2
|
|
2062
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
2063
|
+
|
|
2064
|
+
'@nodelib/fs.scandir@2.1.5':
|
|
2065
|
+
dependencies:
|
|
2066
|
+
'@nodelib/fs.stat': 2.0.5
|
|
2067
|
+
run-parallel: 1.2.0
|
|
2068
|
+
|
|
2069
|
+
'@nodelib/fs.stat@2.0.5': {}
|
|
2070
|
+
|
|
2071
|
+
'@nodelib/fs.walk@1.2.8':
|
|
2072
|
+
dependencies:
|
|
2073
|
+
'@nodelib/fs.scandir': 2.1.5
|
|
2074
|
+
fastq: 1.20.1
|
|
2075
|
+
|
|
2076
|
+
'@parcel/watcher-android-arm64@2.5.6':
|
|
2077
|
+
optional: true
|
|
2078
|
+
|
|
2079
|
+
'@parcel/watcher-darwin-arm64@2.5.6':
|
|
2080
|
+
optional: true
|
|
2081
|
+
|
|
2082
|
+
'@parcel/watcher-darwin-x64@2.5.6':
|
|
2083
|
+
optional: true
|
|
2084
|
+
|
|
2085
|
+
'@parcel/watcher-freebsd-x64@2.5.6':
|
|
2086
|
+
optional: true
|
|
2087
|
+
|
|
2088
|
+
'@parcel/watcher-linux-arm-glibc@2.5.6':
|
|
2089
|
+
optional: true
|
|
2090
|
+
|
|
2091
|
+
'@parcel/watcher-linux-arm-musl@2.5.6':
|
|
2092
|
+
optional: true
|
|
2093
|
+
|
|
2094
|
+
'@parcel/watcher-linux-arm64-glibc@2.5.6':
|
|
2095
|
+
optional: true
|
|
2096
|
+
|
|
2097
|
+
'@parcel/watcher-linux-arm64-musl@2.5.6':
|
|
2098
|
+
optional: true
|
|
2099
|
+
|
|
2100
|
+
'@parcel/watcher-linux-x64-glibc@2.5.6':
|
|
2101
|
+
optional: true
|
|
2102
|
+
|
|
2103
|
+
'@parcel/watcher-linux-x64-musl@2.5.6':
|
|
2104
|
+
optional: true
|
|
2105
|
+
|
|
2106
|
+
'@parcel/watcher-win32-arm64@2.5.6':
|
|
2107
|
+
optional: true
|
|
2108
|
+
|
|
2109
|
+
'@parcel/watcher-win32-ia32@2.5.6':
|
|
2110
|
+
optional: true
|
|
2111
|
+
|
|
2112
|
+
'@parcel/watcher-win32-x64@2.5.6':
|
|
2113
|
+
optional: true
|
|
2114
|
+
|
|
2115
|
+
'@parcel/watcher@2.5.6':
|
|
2116
|
+
dependencies:
|
|
2117
|
+
detect-libc: 2.1.2
|
|
2118
|
+
is-glob: 4.0.3
|
|
2119
|
+
node-addon-api: 7.1.1
|
|
2120
|
+
picomatch: 4.0.3
|
|
2121
|
+
optionalDependencies:
|
|
2122
|
+
'@parcel/watcher-android-arm64': 2.5.6
|
|
2123
|
+
'@parcel/watcher-darwin-arm64': 2.5.6
|
|
2124
|
+
'@parcel/watcher-darwin-x64': 2.5.6
|
|
2125
|
+
'@parcel/watcher-freebsd-x64': 2.5.6
|
|
2126
|
+
'@parcel/watcher-linux-arm-glibc': 2.5.6
|
|
2127
|
+
'@parcel/watcher-linux-arm-musl': 2.5.6
|
|
2128
|
+
'@parcel/watcher-linux-arm64-glibc': 2.5.6
|
|
2129
|
+
'@parcel/watcher-linux-arm64-musl': 2.5.6
|
|
2130
|
+
'@parcel/watcher-linux-x64-glibc': 2.5.6
|
|
2131
|
+
'@parcel/watcher-linux-x64-musl': 2.5.6
|
|
2132
|
+
'@parcel/watcher-win32-arm64': 2.5.6
|
|
2133
|
+
'@parcel/watcher-win32-ia32': 2.5.6
|
|
2134
|
+
'@parcel/watcher-win32-x64': 2.5.6
|
|
2135
|
+
optional: true
|
|
2136
|
+
|
|
2137
|
+
'@popperjs/core@2.11.8': {}
|
|
2138
|
+
|
|
2139
|
+
'@rollup/plugin-node-resolve@15.3.1(rollup@4.59.0)':
|
|
2140
|
+
dependencies:
|
|
2141
|
+
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
2142
|
+
'@types/resolve': 1.20.2
|
|
2143
|
+
deepmerge: 4.3.1
|
|
2144
|
+
is-module: 1.0.0
|
|
2145
|
+
resolve: 1.22.11
|
|
2146
|
+
optionalDependencies:
|
|
2147
|
+
rollup: 4.59.0
|
|
2148
|
+
|
|
2149
|
+
'@rollup/pluginutils@5.3.0(rollup@4.59.0)':
|
|
2150
|
+
dependencies:
|
|
2151
|
+
'@types/estree': 1.0.8
|
|
2152
|
+
estree-walker: 2.0.2
|
|
2153
|
+
picomatch: 4.0.3
|
|
2154
|
+
optionalDependencies:
|
|
2155
|
+
rollup: 4.59.0
|
|
2156
|
+
|
|
2157
|
+
'@rollup/rollup-android-arm-eabi@4.59.0':
|
|
2158
|
+
optional: true
|
|
2159
|
+
|
|
2160
|
+
'@rollup/rollup-android-arm64@4.59.0':
|
|
2161
|
+
optional: true
|
|
2162
|
+
|
|
2163
|
+
'@rollup/rollup-darwin-arm64@4.59.0':
|
|
2164
|
+
optional: true
|
|
2165
|
+
|
|
2166
|
+
'@rollup/rollup-darwin-x64@4.59.0':
|
|
2167
|
+
optional: true
|
|
2168
|
+
|
|
2169
|
+
'@rollup/rollup-freebsd-arm64@4.59.0':
|
|
2170
|
+
optional: true
|
|
2171
|
+
|
|
2172
|
+
'@rollup/rollup-freebsd-x64@4.59.0':
|
|
2173
|
+
optional: true
|
|
2174
|
+
|
|
2175
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.59.0':
|
|
2176
|
+
optional: true
|
|
2177
|
+
|
|
2178
|
+
'@rollup/rollup-linux-arm-musleabihf@4.59.0':
|
|
2179
|
+
optional: true
|
|
2180
|
+
|
|
2181
|
+
'@rollup/rollup-linux-arm64-gnu@4.59.0':
|
|
2182
|
+
optional: true
|
|
2183
|
+
|
|
2184
|
+
'@rollup/rollup-linux-arm64-musl@4.59.0':
|
|
2185
|
+
optional: true
|
|
2186
|
+
|
|
2187
|
+
'@rollup/rollup-linux-loong64-gnu@4.59.0':
|
|
2188
|
+
optional: true
|
|
2189
|
+
|
|
2190
|
+
'@rollup/rollup-linux-loong64-musl@4.59.0':
|
|
2191
|
+
optional: true
|
|
2192
|
+
|
|
2193
|
+
'@rollup/rollup-linux-ppc64-gnu@4.59.0':
|
|
2194
|
+
optional: true
|
|
2195
|
+
|
|
2196
|
+
'@rollup/rollup-linux-ppc64-musl@4.59.0':
|
|
2197
|
+
optional: true
|
|
2198
|
+
|
|
2199
|
+
'@rollup/rollup-linux-riscv64-gnu@4.59.0':
|
|
2200
|
+
optional: true
|
|
2201
|
+
|
|
2202
|
+
'@rollup/rollup-linux-riscv64-musl@4.59.0':
|
|
2203
|
+
optional: true
|
|
2204
|
+
|
|
2205
|
+
'@rollup/rollup-linux-s390x-gnu@4.59.0':
|
|
2206
|
+
optional: true
|
|
2207
|
+
|
|
2208
|
+
'@rollup/rollup-linux-x64-gnu@4.59.0':
|
|
2209
|
+
optional: true
|
|
2210
|
+
|
|
2211
|
+
'@rollup/rollup-linux-x64-musl@4.59.0':
|
|
2212
|
+
optional: true
|
|
2213
|
+
|
|
2214
|
+
'@rollup/rollup-openbsd-x64@4.59.0':
|
|
2215
|
+
optional: true
|
|
2216
|
+
|
|
2217
|
+
'@rollup/rollup-openharmony-arm64@4.59.0':
|
|
2218
|
+
optional: true
|
|
2219
|
+
|
|
2220
|
+
'@rollup/rollup-win32-arm64-msvc@4.59.0':
|
|
2221
|
+
optional: true
|
|
2222
|
+
|
|
2223
|
+
'@rollup/rollup-win32-ia32-msvc@4.59.0':
|
|
2224
|
+
optional: true
|
|
2225
|
+
|
|
2226
|
+
'@rollup/rollup-win32-x64-gnu@4.59.0':
|
|
2227
|
+
optional: true
|
|
2228
|
+
|
|
2229
|
+
'@rollup/rollup-win32-x64-msvc@4.59.0':
|
|
2230
|
+
optional: true
|
|
2231
|
+
|
|
2232
|
+
'@rushstack/eslint-patch@1.16.1': {}
|
|
2233
|
+
|
|
2234
|
+
'@svgdotjs/svg.draggable.js@3.0.6(@svgdotjs/svg.js@3.2.5)':
|
|
2235
|
+
dependencies:
|
|
2236
|
+
'@svgdotjs/svg.js': 3.2.5
|
|
2237
|
+
|
|
2238
|
+
'@svgdotjs/svg.filter.js@3.0.9':
|
|
2239
|
+
dependencies:
|
|
2240
|
+
'@svgdotjs/svg.js': 3.2.5
|
|
2241
|
+
|
|
2242
|
+
'@svgdotjs/svg.js@3.2.5': {}
|
|
2243
|
+
|
|
2244
|
+
'@svgdotjs/svg.resize.js@2.0.5(@svgdotjs/svg.js@3.2.5)(@svgdotjs/svg.select.js@4.0.3(@svgdotjs/svg.js@3.2.5))':
|
|
2245
|
+
dependencies:
|
|
2246
|
+
'@svgdotjs/svg.js': 3.2.5
|
|
2247
|
+
'@svgdotjs/svg.select.js': 4.0.3(@svgdotjs/svg.js@3.2.5)
|
|
2248
|
+
|
|
2249
|
+
'@svgdotjs/svg.select.js@4.0.3(@svgdotjs/svg.js@3.2.5)':
|
|
2250
|
+
dependencies:
|
|
2251
|
+
'@svgdotjs/svg.js': 3.2.5
|
|
2252
|
+
|
|
2253
|
+
'@tailwindcss/typography@0.5.19(tailwindcss@3.4.19)':
|
|
2254
|
+
dependencies:
|
|
2255
|
+
postcss-selector-parser: 6.0.10
|
|
2256
|
+
tailwindcss: 3.4.19
|
|
2257
|
+
|
|
2258
|
+
'@tsconfig/node20@20.1.9': {}
|
|
2259
|
+
|
|
2260
|
+
'@types/estree@1.0.8': {}
|
|
2261
|
+
|
|
2262
|
+
'@types/node@20.19.37':
|
|
2263
|
+
dependencies:
|
|
2264
|
+
undici-types: 6.21.0
|
|
2265
|
+
|
|
2266
|
+
'@types/resolve@1.20.2': {}
|
|
2267
|
+
|
|
2268
|
+
'@types/web-bluetooth@0.0.14': {}
|
|
2269
|
+
|
|
2270
|
+
'@types/web-bluetooth@0.0.20': {}
|
|
2271
|
+
|
|
2272
|
+
'@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.4.5))(eslint@8.57.1)(typescript@5.4.5)':
|
|
2273
|
+
dependencies:
|
|
2274
|
+
'@eslint-community/regexpp': 4.12.2
|
|
2275
|
+
'@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.4.5)
|
|
2276
|
+
'@typescript-eslint/scope-manager': 7.18.0
|
|
2277
|
+
'@typescript-eslint/type-utils': 7.18.0(eslint@8.57.1)(typescript@5.4.5)
|
|
2278
|
+
'@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.4.5)
|
|
2279
|
+
'@typescript-eslint/visitor-keys': 7.18.0
|
|
2280
|
+
eslint: 8.57.1
|
|
2281
|
+
graphemer: 1.4.0
|
|
2282
|
+
ignore: 5.3.2
|
|
2283
|
+
natural-compare: 1.4.0
|
|
2284
|
+
ts-api-utils: 1.4.3(typescript@5.4.5)
|
|
2285
|
+
optionalDependencies:
|
|
2286
|
+
typescript: 5.4.5
|
|
2287
|
+
transitivePeerDependencies:
|
|
2288
|
+
- supports-color
|
|
2289
|
+
|
|
2290
|
+
'@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.4.5)':
|
|
2291
|
+
dependencies:
|
|
2292
|
+
'@typescript-eslint/scope-manager': 7.18.0
|
|
2293
|
+
'@typescript-eslint/types': 7.18.0
|
|
2294
|
+
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.4.5)
|
|
2295
|
+
'@typescript-eslint/visitor-keys': 7.18.0
|
|
2296
|
+
debug: 4.4.3
|
|
2297
|
+
eslint: 8.57.1
|
|
2298
|
+
optionalDependencies:
|
|
2299
|
+
typescript: 5.4.5
|
|
2300
|
+
transitivePeerDependencies:
|
|
2301
|
+
- supports-color
|
|
2302
|
+
|
|
2303
|
+
'@typescript-eslint/scope-manager@7.18.0':
|
|
2304
|
+
dependencies:
|
|
2305
|
+
'@typescript-eslint/types': 7.18.0
|
|
2306
|
+
'@typescript-eslint/visitor-keys': 7.18.0
|
|
2307
|
+
|
|
2308
|
+
'@typescript-eslint/type-utils@7.18.0(eslint@8.57.1)(typescript@5.4.5)':
|
|
2309
|
+
dependencies:
|
|
2310
|
+
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.4.5)
|
|
2311
|
+
'@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.4.5)
|
|
2312
|
+
debug: 4.4.3
|
|
2313
|
+
eslint: 8.57.1
|
|
2314
|
+
ts-api-utils: 1.4.3(typescript@5.4.5)
|
|
2315
|
+
optionalDependencies:
|
|
2316
|
+
typescript: 5.4.5
|
|
2317
|
+
transitivePeerDependencies:
|
|
2318
|
+
- supports-color
|
|
2319
|
+
|
|
2320
|
+
'@typescript-eslint/types@7.18.0': {}
|
|
2321
|
+
|
|
2322
|
+
'@typescript-eslint/typescript-estree@7.18.0(typescript@5.4.5)':
|
|
2323
|
+
dependencies:
|
|
2324
|
+
'@typescript-eslint/types': 7.18.0
|
|
2325
|
+
'@typescript-eslint/visitor-keys': 7.18.0
|
|
2326
|
+
debug: 4.4.3
|
|
2327
|
+
globby: 11.1.0
|
|
2328
|
+
is-glob: 4.0.3
|
|
2329
|
+
minimatch: 9.0.9
|
|
2330
|
+
semver: 7.7.4
|
|
2331
|
+
ts-api-utils: 1.4.3(typescript@5.4.5)
|
|
2332
|
+
optionalDependencies:
|
|
2333
|
+
typescript: 5.4.5
|
|
2334
|
+
transitivePeerDependencies:
|
|
2335
|
+
- supports-color
|
|
2336
|
+
|
|
2337
|
+
'@typescript-eslint/utils@7.18.0(eslint@8.57.1)(typescript@5.4.5)':
|
|
2338
|
+
dependencies:
|
|
2339
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1)
|
|
2340
|
+
'@typescript-eslint/scope-manager': 7.18.0
|
|
2341
|
+
'@typescript-eslint/types': 7.18.0
|
|
2342
|
+
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.4.5)
|
|
2343
|
+
eslint: 8.57.1
|
|
2344
|
+
transitivePeerDependencies:
|
|
2345
|
+
- supports-color
|
|
2346
|
+
- typescript
|
|
2347
|
+
|
|
2348
|
+
'@typescript-eslint/visitor-keys@7.18.0':
|
|
2349
|
+
dependencies:
|
|
2350
|
+
'@typescript-eslint/types': 7.18.0
|
|
2351
|
+
eslint-visitor-keys: 3.4.3
|
|
2352
|
+
|
|
2353
|
+
'@ungap/structured-clone@1.3.0': {}
|
|
2354
|
+
|
|
2355
|
+
'@unhead/dom@1.11.20':
|
|
2356
|
+
dependencies:
|
|
2357
|
+
'@unhead/schema': 1.11.20
|
|
2358
|
+
'@unhead/shared': 1.11.20
|
|
2359
|
+
|
|
2360
|
+
'@unhead/schema@1.11.20':
|
|
2361
|
+
dependencies:
|
|
2362
|
+
hookable: 5.5.3
|
|
2363
|
+
zhead: 2.2.4
|
|
2364
|
+
|
|
2365
|
+
'@unhead/shared@1.11.20':
|
|
2366
|
+
dependencies:
|
|
2367
|
+
'@unhead/schema': 1.11.20
|
|
2368
|
+
packrup: 0.1.2
|
|
2369
|
+
|
|
2370
|
+
'@unhead/vue@1.11.20(vue@3.5.29(typescript@5.4.5))':
|
|
2371
|
+
dependencies:
|
|
2372
|
+
'@unhead/schema': 1.11.20
|
|
2373
|
+
'@unhead/shared': 1.11.20
|
|
2374
|
+
hookable: 5.5.3
|
|
2375
|
+
unhead: 1.11.20
|
|
2376
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
2377
|
+
|
|
2378
|
+
'@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@20.19.37)(sass@1.97.3))(vue@3.5.29(typescript@5.4.5))':
|
|
2379
|
+
dependencies:
|
|
2380
|
+
vite: 5.4.21(@types/node@20.19.37)(sass@1.97.3)
|
|
2381
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
2382
|
+
|
|
2383
|
+
'@volar/language-core@2.4.15':
|
|
2384
|
+
dependencies:
|
|
2385
|
+
'@volar/source-map': 2.4.15
|
|
2386
|
+
|
|
2387
|
+
'@volar/source-map@2.4.15': {}
|
|
2388
|
+
|
|
2389
|
+
'@volar/typescript@2.4.15':
|
|
2390
|
+
dependencies:
|
|
2391
|
+
'@volar/language-core': 2.4.15
|
|
2392
|
+
path-browserify: 1.0.1
|
|
2393
|
+
vscode-uri: 3.1.0
|
|
2394
|
+
|
|
2395
|
+
'@vue/compiler-core@3.5.29':
|
|
2396
|
+
dependencies:
|
|
2397
|
+
'@babel/parser': 7.29.0
|
|
2398
|
+
'@vue/shared': 3.5.29
|
|
2399
|
+
entities: 7.0.1
|
|
2400
|
+
estree-walker: 2.0.2
|
|
2401
|
+
source-map-js: 1.2.1
|
|
2402
|
+
|
|
2403
|
+
'@vue/compiler-dom@3.5.29':
|
|
2404
|
+
dependencies:
|
|
2405
|
+
'@vue/compiler-core': 3.5.29
|
|
2406
|
+
'@vue/shared': 3.5.29
|
|
2407
|
+
|
|
2408
|
+
'@vue/compiler-sfc@3.5.29':
|
|
2409
|
+
dependencies:
|
|
2410
|
+
'@babel/parser': 7.29.0
|
|
2411
|
+
'@vue/compiler-core': 3.5.29
|
|
2412
|
+
'@vue/compiler-dom': 3.5.29
|
|
2413
|
+
'@vue/compiler-ssr': 3.5.29
|
|
2414
|
+
'@vue/shared': 3.5.29
|
|
2415
|
+
estree-walker: 2.0.2
|
|
2416
|
+
magic-string: 0.30.21
|
|
2417
|
+
postcss: 8.5.8
|
|
2418
|
+
source-map-js: 1.2.1
|
|
2419
|
+
|
|
2420
|
+
'@vue/compiler-ssr@3.5.29':
|
|
2421
|
+
dependencies:
|
|
2422
|
+
'@vue/compiler-dom': 3.5.29
|
|
2423
|
+
'@vue/shared': 3.5.29
|
|
2424
|
+
|
|
2425
|
+
'@vue/compiler-vue2@2.7.16':
|
|
2426
|
+
dependencies:
|
|
2427
|
+
de-indent: 1.0.2
|
|
2428
|
+
he: 1.2.0
|
|
2429
|
+
|
|
2430
|
+
'@vue/devtools-api@6.6.4': {}
|
|
2431
|
+
|
|
2432
|
+
'@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.33.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.4.5)':
|
|
2433
|
+
dependencies:
|
|
2434
|
+
'@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.4.5))(eslint@8.57.1)(typescript@5.4.5)
|
|
2435
|
+
'@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.4.5)
|
|
2436
|
+
eslint: 8.57.1
|
|
2437
|
+
eslint-plugin-vue: 9.33.0(eslint@8.57.1)
|
|
2438
|
+
vue-eslint-parser: 9.4.3(eslint@8.57.1)
|
|
2439
|
+
optionalDependencies:
|
|
2440
|
+
typescript: 5.4.5
|
|
2441
|
+
transitivePeerDependencies:
|
|
2442
|
+
- supports-color
|
|
2443
|
+
|
|
2444
|
+
'@vue/language-core@2.2.12(typescript@5.4.5)':
|
|
2445
|
+
dependencies:
|
|
2446
|
+
'@volar/language-core': 2.4.15
|
|
2447
|
+
'@vue/compiler-dom': 3.5.29
|
|
2448
|
+
'@vue/compiler-vue2': 2.7.16
|
|
2449
|
+
'@vue/shared': 3.5.29
|
|
2450
|
+
alien-signals: 1.0.13
|
|
2451
|
+
minimatch: 9.0.9
|
|
2452
|
+
muggle-string: 0.4.1
|
|
2453
|
+
path-browserify: 1.0.1
|
|
2454
|
+
optionalDependencies:
|
|
2455
|
+
typescript: 5.4.5
|
|
2456
|
+
|
|
2457
|
+
'@vue/reactivity@3.5.29':
|
|
2458
|
+
dependencies:
|
|
2459
|
+
'@vue/shared': 3.5.29
|
|
2460
|
+
|
|
2461
|
+
'@vue/runtime-core@3.5.29':
|
|
2462
|
+
dependencies:
|
|
2463
|
+
'@vue/reactivity': 3.5.29
|
|
2464
|
+
'@vue/shared': 3.5.29
|
|
2465
|
+
|
|
2466
|
+
'@vue/runtime-dom@3.5.29':
|
|
2467
|
+
dependencies:
|
|
2468
|
+
'@vue/reactivity': 3.5.29
|
|
2469
|
+
'@vue/runtime-core': 3.5.29
|
|
2470
|
+
'@vue/shared': 3.5.29
|
|
2471
|
+
csstype: 3.2.3
|
|
2472
|
+
|
|
2473
|
+
'@vue/server-renderer@3.5.29(vue@3.5.29(typescript@5.4.5))':
|
|
2474
|
+
dependencies:
|
|
2475
|
+
'@vue/compiler-ssr': 3.5.29
|
|
2476
|
+
'@vue/shared': 3.5.29
|
|
2477
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
2478
|
+
|
|
2479
|
+
'@vue/shared@3.5.29': {}
|
|
2480
|
+
|
|
2481
|
+
'@vue/tsconfig@0.5.1': {}
|
|
2482
|
+
|
|
2483
|
+
'@vueuse/core@10.11.1(vue@3.5.29(typescript@5.4.5))':
|
|
2484
|
+
dependencies:
|
|
2485
|
+
'@types/web-bluetooth': 0.0.20
|
|
2486
|
+
'@vueuse/metadata': 10.11.1
|
|
2487
|
+
'@vueuse/shared': 10.11.1(vue@3.5.29(typescript@5.4.5))
|
|
2488
|
+
vue-demi: 0.14.10(vue@3.5.29(typescript@5.4.5))
|
|
2489
|
+
transitivePeerDependencies:
|
|
2490
|
+
- '@vue/composition-api'
|
|
2491
|
+
- vue
|
|
2492
|
+
|
|
2493
|
+
'@vueuse/core@8.9.4(vue@3.5.29(typescript@5.4.5))':
|
|
2494
|
+
dependencies:
|
|
2495
|
+
'@types/web-bluetooth': 0.0.14
|
|
2496
|
+
'@vueuse/metadata': 8.9.4
|
|
2497
|
+
'@vueuse/shared': 8.9.4(vue@3.5.29(typescript@5.4.5))
|
|
2498
|
+
vue-demi: 0.14.10(vue@3.5.29(typescript@5.4.5))
|
|
2499
|
+
optionalDependencies:
|
|
2500
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
2501
|
+
|
|
2502
|
+
'@vueuse/metadata@10.11.1': {}
|
|
2503
|
+
|
|
2504
|
+
'@vueuse/metadata@8.9.4': {}
|
|
2505
|
+
|
|
2506
|
+
'@vueuse/shared@10.11.1(vue@3.5.29(typescript@5.4.5))':
|
|
2507
|
+
dependencies:
|
|
2508
|
+
vue-demi: 0.14.10(vue@3.5.29(typescript@5.4.5))
|
|
2509
|
+
transitivePeerDependencies:
|
|
2510
|
+
- '@vue/composition-api'
|
|
2511
|
+
- vue
|
|
2512
|
+
|
|
2513
|
+
'@vueuse/shared@8.9.4(vue@3.5.29(typescript@5.4.5))':
|
|
2514
|
+
dependencies:
|
|
2515
|
+
vue-demi: 0.14.10(vue@3.5.29(typescript@5.4.5))
|
|
2516
|
+
optionalDependencies:
|
|
2517
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
2518
|
+
|
|
2519
|
+
'@yr/monotone-cubic-spline@1.0.3': {}
|
|
2520
|
+
|
|
2521
|
+
acorn-jsx@5.3.2(acorn@8.16.0):
|
|
2522
|
+
dependencies:
|
|
2523
|
+
acorn: 8.16.0
|
|
2524
|
+
|
|
2525
|
+
acorn@8.16.0: {}
|
|
2526
|
+
|
|
2527
|
+
ajv@6.14.0:
|
|
2528
|
+
dependencies:
|
|
2529
|
+
fast-deep-equal: 3.1.3
|
|
2530
|
+
fast-json-stable-stringify: 2.1.0
|
|
2531
|
+
json-schema-traverse: 0.4.1
|
|
2532
|
+
uri-js: 4.4.1
|
|
2533
|
+
|
|
2534
|
+
alien-signals@1.0.13: {}
|
|
2535
|
+
|
|
2536
|
+
ansi-regex@5.0.1: {}
|
|
2537
|
+
|
|
2538
|
+
ansi-styles@4.3.0:
|
|
2539
|
+
dependencies:
|
|
2540
|
+
color-convert: 2.0.1
|
|
2541
|
+
|
|
2542
|
+
ansi-styles@6.2.3: {}
|
|
2543
|
+
|
|
2544
|
+
any-promise@1.3.0: {}
|
|
2545
|
+
|
|
2546
|
+
anymatch@3.1.3:
|
|
2547
|
+
dependencies:
|
|
2548
|
+
normalize-path: 3.0.0
|
|
2549
|
+
picomatch: 2.3.1
|
|
2550
|
+
|
|
2551
|
+
apexcharts@4.7.0:
|
|
2552
|
+
dependencies:
|
|
2553
|
+
'@svgdotjs/svg.draggable.js': 3.0.6(@svgdotjs/svg.js@3.2.5)
|
|
2554
|
+
'@svgdotjs/svg.filter.js': 3.0.9
|
|
2555
|
+
'@svgdotjs/svg.js': 3.2.5
|
|
2556
|
+
'@svgdotjs/svg.resize.js': 2.0.5(@svgdotjs/svg.js@3.2.5)(@svgdotjs/svg.select.js@4.0.3(@svgdotjs/svg.js@3.2.5))
|
|
2557
|
+
'@svgdotjs/svg.select.js': 4.0.3(@svgdotjs/svg.js@3.2.5)
|
|
2558
|
+
'@yr/monotone-cubic-spline': 1.0.3
|
|
2559
|
+
|
|
2560
|
+
arg@5.0.2: {}
|
|
2561
|
+
|
|
2562
|
+
argparse@2.0.1: {}
|
|
2563
|
+
|
|
2564
|
+
array-union@2.1.0: {}
|
|
2565
|
+
|
|
2566
|
+
async@3.2.6: {}
|
|
2567
|
+
|
|
2568
|
+
autoprefixer@10.4.27(postcss@8.5.8):
|
|
2569
|
+
dependencies:
|
|
2570
|
+
browserslist: 4.28.1
|
|
2571
|
+
caniuse-lite: 1.0.30001777
|
|
2572
|
+
fraction.js: 5.3.4
|
|
2573
|
+
picocolors: 1.1.1
|
|
2574
|
+
postcss: 8.5.8
|
|
2575
|
+
postcss-value-parser: 4.2.0
|
|
2576
|
+
|
|
2577
|
+
balanced-match@1.0.2: {}
|
|
2578
|
+
|
|
2579
|
+
baseline-browser-mapping@2.10.0: {}
|
|
2580
|
+
|
|
2581
|
+
binary-extensions@2.3.0: {}
|
|
2582
|
+
|
|
2583
|
+
boolbase@1.0.0: {}
|
|
2584
|
+
|
|
2585
|
+
brace-expansion@1.1.12:
|
|
2586
|
+
dependencies:
|
|
2587
|
+
balanced-match: 1.0.2
|
|
2588
|
+
concat-map: 0.0.1
|
|
2589
|
+
|
|
2590
|
+
brace-expansion@2.0.2:
|
|
2591
|
+
dependencies:
|
|
2592
|
+
balanced-match: 1.0.2
|
|
2593
|
+
|
|
2594
|
+
braces@3.0.3:
|
|
2595
|
+
dependencies:
|
|
2596
|
+
fill-range: 7.1.1
|
|
2597
|
+
|
|
2598
|
+
browserslist@4.28.1:
|
|
2599
|
+
dependencies:
|
|
2600
|
+
baseline-browser-mapping: 2.10.0
|
|
2601
|
+
caniuse-lite: 1.0.30001777
|
|
2602
|
+
electron-to-chromium: 1.5.307
|
|
2603
|
+
node-releases: 2.0.36
|
|
2604
|
+
update-browserslist-db: 1.2.3(browserslist@4.28.1)
|
|
2605
|
+
|
|
2606
|
+
cac@6.7.14: {}
|
|
2607
|
+
|
|
2608
|
+
callsites@3.1.0: {}
|
|
2609
|
+
|
|
2610
|
+
camelcase-css@2.0.1: {}
|
|
2611
|
+
|
|
2612
|
+
caniuse-lite@1.0.30001777: {}
|
|
2613
|
+
|
|
2614
|
+
chalk@4.1.2:
|
|
2615
|
+
dependencies:
|
|
2616
|
+
ansi-styles: 4.3.0
|
|
2617
|
+
supports-color: 7.2.0
|
|
2618
|
+
|
|
2619
|
+
chokidar@3.6.0:
|
|
2620
|
+
dependencies:
|
|
2621
|
+
anymatch: 3.1.3
|
|
2622
|
+
braces: 3.0.3
|
|
2623
|
+
glob-parent: 5.1.2
|
|
2624
|
+
is-binary-path: 2.1.0
|
|
2625
|
+
is-glob: 4.0.3
|
|
2626
|
+
normalize-path: 3.0.0
|
|
2627
|
+
readdirp: 3.6.0
|
|
2628
|
+
optionalDependencies:
|
|
2629
|
+
fsevents: 2.3.3
|
|
2630
|
+
|
|
2631
|
+
chokidar@4.0.3:
|
|
2632
|
+
dependencies:
|
|
2633
|
+
readdirp: 4.1.2
|
|
2634
|
+
|
|
2635
|
+
clipboard@2.0.11:
|
|
2636
|
+
dependencies:
|
|
2637
|
+
good-listener: 1.2.2
|
|
2638
|
+
select: 1.1.2
|
|
2639
|
+
tiny-emitter: 2.1.0
|
|
2640
|
+
|
|
2641
|
+
color-convert@2.0.1:
|
|
2642
|
+
dependencies:
|
|
2643
|
+
color-name: 1.1.4
|
|
2644
|
+
|
|
2645
|
+
color-name@1.1.4: {}
|
|
2646
|
+
|
|
2647
|
+
commander@4.1.1: {}
|
|
2648
|
+
|
|
2649
|
+
commander@6.2.1: {}
|
|
2650
|
+
|
|
2651
|
+
concat-map@0.0.1: {}
|
|
2652
|
+
|
|
2653
|
+
cross-spawn@7.0.6:
|
|
2654
|
+
dependencies:
|
|
2655
|
+
path-key: 3.1.1
|
|
2656
|
+
shebang-command: 2.0.0
|
|
2657
|
+
which: 2.0.2
|
|
2658
|
+
|
|
2659
|
+
cssesc@3.0.0: {}
|
|
2660
|
+
|
|
2661
|
+
csstype@3.2.3: {}
|
|
2662
|
+
|
|
2663
|
+
dayjs@1.11.19: {}
|
|
2664
|
+
|
|
2665
|
+
de-indent@1.0.2: {}
|
|
2666
|
+
|
|
2667
|
+
debounce@2.2.0: {}
|
|
2668
|
+
|
|
2669
|
+
debug@4.4.3:
|
|
2670
|
+
dependencies:
|
|
2671
|
+
ms: 2.1.3
|
|
2672
|
+
|
|
2673
|
+
deep-is@0.1.4: {}
|
|
2674
|
+
|
|
2675
|
+
deepmerge@4.3.1: {}
|
|
2676
|
+
|
|
2677
|
+
delegate@3.2.0: {}
|
|
2678
|
+
|
|
2679
|
+
detect-libc@2.1.2:
|
|
2680
|
+
optional: true
|
|
2681
|
+
|
|
2682
|
+
diacritics@1.3.0: {}
|
|
2683
|
+
|
|
2684
|
+
didyoumean@1.2.2: {}
|
|
2685
|
+
|
|
2686
|
+
diff-match-patch@1.0.5: {}
|
|
2687
|
+
|
|
2688
|
+
dir-glob@3.0.1:
|
|
2689
|
+
dependencies:
|
|
2690
|
+
path-type: 4.0.0
|
|
2691
|
+
|
|
2692
|
+
dlv@1.1.3: {}
|
|
2693
|
+
|
|
2694
|
+
doctrine@3.0.0:
|
|
2695
|
+
dependencies:
|
|
2696
|
+
esutils: 2.0.3
|
|
2697
|
+
|
|
2698
|
+
dom-serializer@2.0.0:
|
|
2699
|
+
dependencies:
|
|
2700
|
+
domelementtype: 2.3.0
|
|
2701
|
+
domhandler: 5.0.3
|
|
2702
|
+
entities: 4.5.0
|
|
2703
|
+
|
|
2704
|
+
domelementtype@2.3.0: {}
|
|
2705
|
+
|
|
2706
|
+
domhandler@5.0.3:
|
|
2707
|
+
dependencies:
|
|
2708
|
+
domelementtype: 2.3.0
|
|
2709
|
+
|
|
2710
|
+
domutils@3.2.2:
|
|
2711
|
+
dependencies:
|
|
2712
|
+
dom-serializer: 2.0.0
|
|
2713
|
+
domelementtype: 2.3.0
|
|
2714
|
+
domhandler: 5.0.3
|
|
2715
|
+
|
|
2716
|
+
dot-object@2.1.5:
|
|
2717
|
+
dependencies:
|
|
2718
|
+
commander: 6.2.1
|
|
2719
|
+
glob: 7.2.3
|
|
2720
|
+
|
|
2721
|
+
electron-to-chromium@1.5.307: {}
|
|
2722
|
+
|
|
2723
|
+
entities@4.5.0: {}
|
|
2724
|
+
|
|
2725
|
+
entities@7.0.1: {}
|
|
2726
|
+
|
|
2727
|
+
esbuild@0.21.5:
|
|
2728
|
+
optionalDependencies:
|
|
2729
|
+
'@esbuild/aix-ppc64': 0.21.5
|
|
2730
|
+
'@esbuild/android-arm': 0.21.5
|
|
2731
|
+
'@esbuild/android-arm64': 0.21.5
|
|
2732
|
+
'@esbuild/android-x64': 0.21.5
|
|
2733
|
+
'@esbuild/darwin-arm64': 0.21.5
|
|
2734
|
+
'@esbuild/darwin-x64': 0.21.5
|
|
2735
|
+
'@esbuild/freebsd-arm64': 0.21.5
|
|
2736
|
+
'@esbuild/freebsd-x64': 0.21.5
|
|
2737
|
+
'@esbuild/linux-arm': 0.21.5
|
|
2738
|
+
'@esbuild/linux-arm64': 0.21.5
|
|
2739
|
+
'@esbuild/linux-ia32': 0.21.5
|
|
2740
|
+
'@esbuild/linux-loong64': 0.21.5
|
|
2741
|
+
'@esbuild/linux-mips64el': 0.21.5
|
|
2742
|
+
'@esbuild/linux-ppc64': 0.21.5
|
|
2743
|
+
'@esbuild/linux-riscv64': 0.21.5
|
|
2744
|
+
'@esbuild/linux-s390x': 0.21.5
|
|
2745
|
+
'@esbuild/linux-x64': 0.21.5
|
|
2746
|
+
'@esbuild/netbsd-x64': 0.21.5
|
|
2747
|
+
'@esbuild/openbsd-x64': 0.21.5
|
|
2748
|
+
'@esbuild/sunos-x64': 0.21.5
|
|
2749
|
+
'@esbuild/win32-arm64': 0.21.5
|
|
2750
|
+
'@esbuild/win32-ia32': 0.21.5
|
|
2751
|
+
'@esbuild/win32-x64': 0.21.5
|
|
2752
|
+
|
|
2753
|
+
escalade@3.2.0: {}
|
|
2754
|
+
|
|
2755
|
+
escape-string-regexp@4.0.0: {}
|
|
2756
|
+
|
|
2757
|
+
eslint-plugin-vue@9.33.0(eslint@8.57.1):
|
|
2758
|
+
dependencies:
|
|
2759
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1)
|
|
2760
|
+
eslint: 8.57.1
|
|
2761
|
+
globals: 13.24.0
|
|
2762
|
+
natural-compare: 1.4.0
|
|
2763
|
+
nth-check: 2.1.1
|
|
2764
|
+
postcss-selector-parser: 6.1.2
|
|
2765
|
+
semver: 7.7.4
|
|
2766
|
+
vue-eslint-parser: 9.4.3(eslint@8.57.1)
|
|
2767
|
+
xml-name-validator: 4.0.0
|
|
2768
|
+
transitivePeerDependencies:
|
|
2769
|
+
- supports-color
|
|
2770
|
+
|
|
2771
|
+
eslint-scope@7.2.2:
|
|
2772
|
+
dependencies:
|
|
2773
|
+
esrecurse: 4.3.0
|
|
2774
|
+
estraverse: 5.3.0
|
|
2775
|
+
|
|
2776
|
+
eslint-visitor-keys@3.4.3: {}
|
|
2777
|
+
|
|
2778
|
+
eslint@8.57.1:
|
|
2779
|
+
dependencies:
|
|
2780
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1)
|
|
2781
|
+
'@eslint-community/regexpp': 4.12.2
|
|
2782
|
+
'@eslint/eslintrc': 2.1.4
|
|
2783
|
+
'@eslint/js': 8.57.1
|
|
2784
|
+
'@humanwhocodes/config-array': 0.13.0
|
|
2785
|
+
'@humanwhocodes/module-importer': 1.0.1
|
|
2786
|
+
'@nodelib/fs.walk': 1.2.8
|
|
2787
|
+
'@ungap/structured-clone': 1.3.0
|
|
2788
|
+
ajv: 6.14.0
|
|
2789
|
+
chalk: 4.1.2
|
|
2790
|
+
cross-spawn: 7.0.6
|
|
2791
|
+
debug: 4.4.3
|
|
2792
|
+
doctrine: 3.0.0
|
|
2793
|
+
escape-string-regexp: 4.0.0
|
|
2794
|
+
eslint-scope: 7.2.2
|
|
2795
|
+
eslint-visitor-keys: 3.4.3
|
|
2796
|
+
espree: 9.6.1
|
|
2797
|
+
esquery: 1.7.0
|
|
2798
|
+
esutils: 2.0.3
|
|
2799
|
+
fast-deep-equal: 3.1.3
|
|
2800
|
+
file-entry-cache: 6.0.1
|
|
2801
|
+
find-up: 5.0.0
|
|
2802
|
+
glob-parent: 6.0.2
|
|
2803
|
+
globals: 13.24.0
|
|
2804
|
+
graphemer: 1.4.0
|
|
2805
|
+
ignore: 5.3.2
|
|
2806
|
+
imurmurhash: 0.1.4
|
|
2807
|
+
is-glob: 4.0.3
|
|
2808
|
+
is-path-inside: 3.0.3
|
|
2809
|
+
js-yaml: 4.1.1
|
|
2810
|
+
json-stable-stringify-without-jsonify: 1.0.1
|
|
2811
|
+
levn: 0.4.1
|
|
2812
|
+
lodash.merge: 4.6.2
|
|
2813
|
+
minimatch: 3.1.5
|
|
2814
|
+
natural-compare: 1.4.0
|
|
2815
|
+
optionator: 0.9.4
|
|
2816
|
+
strip-ansi: 6.0.1
|
|
2817
|
+
text-table: 0.2.0
|
|
2818
|
+
transitivePeerDependencies:
|
|
2819
|
+
- supports-color
|
|
2820
|
+
|
|
2821
|
+
espree@9.6.1:
|
|
2822
|
+
dependencies:
|
|
2823
|
+
acorn: 8.16.0
|
|
2824
|
+
acorn-jsx: 5.3.2(acorn@8.16.0)
|
|
2825
|
+
eslint-visitor-keys: 3.4.3
|
|
2826
|
+
|
|
2827
|
+
esquery@1.7.0:
|
|
2828
|
+
dependencies:
|
|
2829
|
+
estraverse: 5.3.0
|
|
2830
|
+
|
|
2831
|
+
esrecurse@4.3.0:
|
|
2832
|
+
dependencies:
|
|
2833
|
+
estraverse: 5.3.0
|
|
2834
|
+
|
|
2835
|
+
estraverse@5.3.0: {}
|
|
2836
|
+
|
|
2837
|
+
estree-walker@2.0.2: {}
|
|
2838
|
+
|
|
2839
|
+
esutils@2.0.3: {}
|
|
2840
|
+
|
|
2841
|
+
fast-deep-equal@3.1.3: {}
|
|
2842
|
+
|
|
2843
|
+
fast-glob@3.3.3:
|
|
2844
|
+
dependencies:
|
|
2845
|
+
'@nodelib/fs.stat': 2.0.5
|
|
2846
|
+
'@nodelib/fs.walk': 1.2.8
|
|
2847
|
+
glob-parent: 5.1.2
|
|
2848
|
+
merge2: 1.4.1
|
|
2849
|
+
micromatch: 4.0.8
|
|
2850
|
+
|
|
2851
|
+
fast-json-stable-stringify@2.1.0: {}
|
|
2852
|
+
|
|
2853
|
+
fast-levenshtein@2.0.6: {}
|
|
2854
|
+
|
|
2855
|
+
fastq@1.20.1:
|
|
2856
|
+
dependencies:
|
|
2857
|
+
reusify: 1.1.0
|
|
2858
|
+
|
|
2859
|
+
fdir@6.5.0(picomatch@4.0.3):
|
|
2860
|
+
optionalDependencies:
|
|
2861
|
+
picomatch: 4.0.3
|
|
2862
|
+
|
|
2863
|
+
file-entry-cache@6.0.1:
|
|
2864
|
+
dependencies:
|
|
2865
|
+
flat-cache: 3.2.0
|
|
2866
|
+
|
|
2867
|
+
fill-range@7.1.1:
|
|
2868
|
+
dependencies:
|
|
2869
|
+
to-regex-range: 5.0.1
|
|
2870
|
+
|
|
2871
|
+
find-up@5.0.0:
|
|
2872
|
+
dependencies:
|
|
2873
|
+
locate-path: 6.0.0
|
|
2874
|
+
path-exists: 4.0.0
|
|
2875
|
+
|
|
2876
|
+
flag-icons@7.5.0: {}
|
|
2877
|
+
|
|
2878
|
+
flat-cache@3.2.0:
|
|
2879
|
+
dependencies:
|
|
2880
|
+
flatted: 3.3.4
|
|
2881
|
+
keyv: 4.5.4
|
|
2882
|
+
rimraf: 3.0.2
|
|
2883
|
+
|
|
2884
|
+
flatted@3.3.4: {}
|
|
2885
|
+
|
|
2886
|
+
flowbite-datepicker@1.3.2(rollup@4.59.0):
|
|
2887
|
+
dependencies:
|
|
2888
|
+
'@rollup/plugin-node-resolve': 15.3.1(rollup@4.59.0)
|
|
2889
|
+
flowbite: 2.5.2(rollup@4.59.0)
|
|
2890
|
+
transitivePeerDependencies:
|
|
2891
|
+
- rollup
|
|
2892
|
+
|
|
2893
|
+
flowbite@2.5.2(rollup@4.59.0):
|
|
2894
|
+
dependencies:
|
|
2895
|
+
'@popperjs/core': 2.11.8
|
|
2896
|
+
flowbite-datepicker: 1.3.2(rollup@4.59.0)
|
|
2897
|
+
mini-svg-data-uri: 1.4.4
|
|
2898
|
+
transitivePeerDependencies:
|
|
2899
|
+
- rollup
|
|
2900
|
+
|
|
2901
|
+
flowbite@3.1.2(rollup@4.59.0):
|
|
2902
|
+
dependencies:
|
|
2903
|
+
'@popperjs/core': 2.11.8
|
|
2904
|
+
flowbite-datepicker: 1.3.2(rollup@4.59.0)
|
|
2905
|
+
mini-svg-data-uri: 1.4.4
|
|
2906
|
+
postcss: 8.5.8
|
|
2907
|
+
transitivePeerDependencies:
|
|
2908
|
+
- rollup
|
|
2909
|
+
|
|
2910
|
+
fraction.js@5.3.4: {}
|
|
2911
|
+
|
|
2912
|
+
fs.realpath@1.0.0: {}
|
|
2913
|
+
|
|
2914
|
+
fsevents@2.3.3:
|
|
2915
|
+
optional: true
|
|
2916
|
+
|
|
2917
|
+
function-bind@1.1.2: {}
|
|
2918
|
+
|
|
2919
|
+
glob-parent@5.1.2:
|
|
2920
|
+
dependencies:
|
|
2921
|
+
is-glob: 4.0.3
|
|
2922
|
+
|
|
2923
|
+
glob-parent@6.0.2:
|
|
2924
|
+
dependencies:
|
|
2925
|
+
is-glob: 4.0.3
|
|
2926
|
+
|
|
2927
|
+
glob@7.2.3:
|
|
2928
|
+
dependencies:
|
|
2929
|
+
fs.realpath: 1.0.0
|
|
2930
|
+
inflight: 1.0.6
|
|
2931
|
+
inherits: 2.0.4
|
|
2932
|
+
minimatch: 3.1.5
|
|
2933
|
+
once: 1.4.0
|
|
2934
|
+
path-is-absolute: 1.0.1
|
|
2935
|
+
|
|
2936
|
+
glob@8.1.0:
|
|
2937
|
+
dependencies:
|
|
2938
|
+
fs.realpath: 1.0.0
|
|
2939
|
+
inflight: 1.0.6
|
|
2940
|
+
inherits: 2.0.4
|
|
2941
|
+
minimatch: 5.1.9
|
|
2942
|
+
once: 1.4.0
|
|
2943
|
+
|
|
2944
|
+
globals@13.24.0:
|
|
2945
|
+
dependencies:
|
|
2946
|
+
type-fest: 0.20.2
|
|
2947
|
+
|
|
2948
|
+
globby@11.1.0:
|
|
2949
|
+
dependencies:
|
|
2950
|
+
array-union: 2.1.0
|
|
2951
|
+
dir-glob: 3.0.1
|
|
2952
|
+
fast-glob: 3.3.3
|
|
2953
|
+
ignore: 5.3.2
|
|
2954
|
+
merge2: 1.4.1
|
|
2955
|
+
slash: 3.0.0
|
|
2956
|
+
|
|
2957
|
+
good-listener@1.2.2:
|
|
2958
|
+
dependencies:
|
|
2959
|
+
delegate: 3.2.0
|
|
2960
|
+
|
|
2961
|
+
graphemer@1.4.0: {}
|
|
2962
|
+
|
|
2963
|
+
has-flag@4.0.0: {}
|
|
2964
|
+
|
|
2965
|
+
hasown@2.0.2:
|
|
2966
|
+
dependencies:
|
|
2967
|
+
function-bind: 1.1.2
|
|
2968
|
+
|
|
2969
|
+
he@1.2.0: {}
|
|
2970
|
+
|
|
2971
|
+
highlight.js@11.11.1: {}
|
|
2972
|
+
|
|
2973
|
+
hookable@5.5.3: {}
|
|
2974
|
+
|
|
2975
|
+
htmlparser2@8.0.2:
|
|
2976
|
+
dependencies:
|
|
2977
|
+
domelementtype: 2.3.0
|
|
2978
|
+
domhandler: 5.0.3
|
|
2979
|
+
domutils: 3.2.2
|
|
2980
|
+
entities: 4.5.0
|
|
2981
|
+
|
|
2982
|
+
i18n-iso-countries@7.14.0:
|
|
2983
|
+
dependencies:
|
|
2984
|
+
diacritics: 1.3.0
|
|
2985
|
+
|
|
2986
|
+
ignore@5.3.2: {}
|
|
2987
|
+
|
|
2988
|
+
immutable@5.1.5: {}
|
|
2989
|
+
|
|
2990
|
+
import-fresh@3.3.1:
|
|
2991
|
+
dependencies:
|
|
2992
|
+
parent-module: 1.0.1
|
|
2993
|
+
resolve-from: 4.0.0
|
|
2994
|
+
|
|
2995
|
+
imurmurhash@0.1.4: {}
|
|
2996
|
+
|
|
2997
|
+
inflight@1.0.6:
|
|
2998
|
+
dependencies:
|
|
2999
|
+
once: 1.4.0
|
|
3000
|
+
wrappy: 1.0.2
|
|
3001
|
+
|
|
3002
|
+
inherits@2.0.4: {}
|
|
3003
|
+
|
|
3004
|
+
is-binary-path@2.1.0:
|
|
3005
|
+
dependencies:
|
|
3006
|
+
binary-extensions: 2.3.0
|
|
3007
|
+
|
|
3008
|
+
is-core-module@2.16.1:
|
|
3009
|
+
dependencies:
|
|
3010
|
+
hasown: 2.0.2
|
|
3011
|
+
|
|
3012
|
+
is-extglob@2.1.1: {}
|
|
3013
|
+
|
|
3014
|
+
is-glob@4.0.3:
|
|
3015
|
+
dependencies:
|
|
3016
|
+
is-extglob: 2.1.1
|
|
3017
|
+
|
|
3018
|
+
is-module@1.0.0: {}
|
|
3019
|
+
|
|
3020
|
+
is-number@7.0.0: {}
|
|
3021
|
+
|
|
3022
|
+
is-path-inside@3.0.3: {}
|
|
3023
|
+
|
|
3024
|
+
is-plain-object@5.0.0: {}
|
|
3025
|
+
|
|
3026
|
+
is-valid-glob@1.0.0: {}
|
|
3027
|
+
|
|
3028
|
+
isexe@2.0.0: {}
|
|
3029
|
+
|
|
3030
|
+
javascript-time-ago@2.6.4:
|
|
3031
|
+
dependencies:
|
|
3032
|
+
relative-time-format: 1.1.12
|
|
3033
|
+
|
|
3034
|
+
jiti@1.21.7: {}
|
|
3035
|
+
|
|
3036
|
+
js-yaml@4.1.1:
|
|
3037
|
+
dependencies:
|
|
3038
|
+
argparse: 2.0.1
|
|
3039
|
+
|
|
3040
|
+
json-buffer@3.0.1: {}
|
|
3041
|
+
|
|
3042
|
+
json-parse-even-better-errors@3.0.2: {}
|
|
3043
|
+
|
|
3044
|
+
json-schema-traverse@0.4.1: {}
|
|
3045
|
+
|
|
3046
|
+
json-stable-stringify-without-jsonify@1.0.1: {}
|
|
3047
|
+
|
|
3048
|
+
keyv@4.5.4:
|
|
3049
|
+
dependencies:
|
|
3050
|
+
json-buffer: 3.0.1
|
|
3051
|
+
|
|
3052
|
+
levn@0.4.1:
|
|
3053
|
+
dependencies:
|
|
3054
|
+
prelude-ls: 1.2.1
|
|
3055
|
+
type-check: 0.4.0
|
|
3056
|
+
|
|
3057
|
+
lilconfig@3.1.3: {}
|
|
3058
|
+
|
|
3059
|
+
lines-and-columns@1.2.4: {}
|
|
3060
|
+
|
|
3061
|
+
locate-path@6.0.0:
|
|
3062
|
+
dependencies:
|
|
3063
|
+
p-locate: 5.0.0
|
|
3064
|
+
|
|
3065
|
+
lodash.merge@4.6.2: {}
|
|
3066
|
+
|
|
3067
|
+
lodash@4.17.23: {}
|
|
3068
|
+
|
|
3069
|
+
magic-string@0.30.21:
|
|
3070
|
+
dependencies:
|
|
3071
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
3072
|
+
|
|
3073
|
+
memorystream@0.3.1: {}
|
|
3074
|
+
|
|
3075
|
+
merge2@1.4.1: {}
|
|
3076
|
+
|
|
3077
|
+
micromatch@4.0.8:
|
|
3078
|
+
dependencies:
|
|
3079
|
+
braces: 3.0.3
|
|
3080
|
+
picomatch: 2.3.1
|
|
3081
|
+
|
|
3082
|
+
mini-svg-data-uri@1.4.4: {}
|
|
3083
|
+
|
|
3084
|
+
minimatch@3.1.5:
|
|
3085
|
+
dependencies:
|
|
3086
|
+
brace-expansion: 1.1.12
|
|
3087
|
+
|
|
3088
|
+
minimatch@5.1.9:
|
|
3089
|
+
dependencies:
|
|
3090
|
+
brace-expansion: 2.0.2
|
|
3091
|
+
|
|
3092
|
+
minimatch@9.0.9:
|
|
3093
|
+
dependencies:
|
|
3094
|
+
brace-expansion: 2.0.2
|
|
3095
|
+
|
|
3096
|
+
ms@2.1.3: {}
|
|
3097
|
+
|
|
3098
|
+
muggle-string@0.4.1: {}
|
|
3099
|
+
|
|
3100
|
+
mz@2.7.0:
|
|
3101
|
+
dependencies:
|
|
3102
|
+
any-promise: 1.3.0
|
|
3103
|
+
object-assign: 4.1.1
|
|
3104
|
+
thenify-all: 1.6.0
|
|
3105
|
+
|
|
3106
|
+
nanoid@3.3.11: {}
|
|
3107
|
+
|
|
3108
|
+
natural-compare@1.4.0: {}
|
|
3109
|
+
|
|
3110
|
+
node-addon-api@7.1.1:
|
|
3111
|
+
optional: true
|
|
3112
|
+
|
|
3113
|
+
node-releases@2.0.36: {}
|
|
3114
|
+
|
|
3115
|
+
normalize-path@3.0.0: {}
|
|
3116
|
+
|
|
3117
|
+
npm-normalize-package-bin@3.0.1: {}
|
|
3118
|
+
|
|
3119
|
+
npm-run-all2@6.2.6:
|
|
3120
|
+
dependencies:
|
|
3121
|
+
ansi-styles: 6.2.3
|
|
3122
|
+
cross-spawn: 7.0.6
|
|
3123
|
+
memorystream: 0.3.1
|
|
3124
|
+
minimatch: 9.0.9
|
|
3125
|
+
pidtree: 0.6.0
|
|
3126
|
+
read-package-json-fast: 3.0.2
|
|
3127
|
+
shell-quote: 1.8.3
|
|
3128
|
+
which: 3.0.1
|
|
3129
|
+
|
|
3130
|
+
nth-check@2.1.1:
|
|
3131
|
+
dependencies:
|
|
3132
|
+
boolbase: 1.0.0
|
|
3133
|
+
|
|
3134
|
+
object-assign@4.1.1: {}
|
|
3135
|
+
|
|
3136
|
+
object-hash@3.0.0: {}
|
|
3137
|
+
|
|
3138
|
+
once@1.4.0:
|
|
3139
|
+
dependencies:
|
|
3140
|
+
wrappy: 1.0.2
|
|
3141
|
+
|
|
3142
|
+
optionator@0.9.4:
|
|
3143
|
+
dependencies:
|
|
3144
|
+
deep-is: 0.1.4
|
|
3145
|
+
fast-levenshtein: 2.0.6
|
|
3146
|
+
levn: 0.4.1
|
|
3147
|
+
prelude-ls: 1.2.1
|
|
3148
|
+
type-check: 0.4.0
|
|
3149
|
+
word-wrap: 1.2.5
|
|
3150
|
+
|
|
3151
|
+
p-limit@3.1.0:
|
|
3152
|
+
dependencies:
|
|
3153
|
+
yocto-queue: 0.1.0
|
|
3154
|
+
|
|
3155
|
+
p-locate@5.0.0:
|
|
3156
|
+
dependencies:
|
|
3157
|
+
p-limit: 3.1.0
|
|
3158
|
+
|
|
3159
|
+
packrup@0.1.2: {}
|
|
3160
|
+
|
|
3161
|
+
parent-module@1.0.1:
|
|
3162
|
+
dependencies:
|
|
3163
|
+
callsites: 3.1.0
|
|
3164
|
+
|
|
3165
|
+
parse-srcset@1.0.2: {}
|
|
3166
|
+
|
|
3167
|
+
path-browserify@1.0.1: {}
|
|
3168
|
+
|
|
3169
|
+
path-exists@4.0.0: {}
|
|
3170
|
+
|
|
3171
|
+
path-is-absolute@1.0.1: {}
|
|
3172
|
+
|
|
3173
|
+
path-key@3.1.1: {}
|
|
3174
|
+
|
|
3175
|
+
path-parse@1.0.7: {}
|
|
3176
|
+
|
|
3177
|
+
path-type@4.0.0: {}
|
|
3178
|
+
|
|
3179
|
+
picocolors@1.1.1: {}
|
|
3180
|
+
|
|
3181
|
+
picomatch@2.3.1: {}
|
|
3182
|
+
|
|
3183
|
+
picomatch@4.0.3: {}
|
|
3184
|
+
|
|
3185
|
+
pidtree@0.6.0: {}
|
|
3186
|
+
|
|
3187
|
+
pify@2.3.0: {}
|
|
3188
|
+
|
|
3189
|
+
pinia@2.3.1(typescript@5.4.5)(vue@3.5.29(typescript@5.4.5)):
|
|
3190
|
+
dependencies:
|
|
3191
|
+
'@vue/devtools-api': 6.6.4
|
|
3192
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
3193
|
+
vue-demi: 0.14.10(vue@3.5.29(typescript@5.4.5))
|
|
3194
|
+
optionalDependencies:
|
|
3195
|
+
typescript: 5.4.5
|
|
3196
|
+
transitivePeerDependencies:
|
|
3197
|
+
- '@vue/composition-api'
|
|
3198
|
+
|
|
3199
|
+
pirates@4.0.7: {}
|
|
3200
|
+
|
|
3201
|
+
portfinder@1.0.38:
|
|
3202
|
+
dependencies:
|
|
3203
|
+
async: 3.2.6
|
|
3204
|
+
debug: 4.4.3
|
|
3205
|
+
transitivePeerDependencies:
|
|
3206
|
+
- supports-color
|
|
3207
|
+
|
|
3208
|
+
postcss-import@15.1.0(postcss@8.5.8):
|
|
3209
|
+
dependencies:
|
|
3210
|
+
postcss: 8.5.8
|
|
3211
|
+
postcss-value-parser: 4.2.0
|
|
3212
|
+
read-cache: 1.0.0
|
|
3213
|
+
resolve: 1.22.11
|
|
3214
|
+
|
|
3215
|
+
postcss-js@4.1.0(postcss@8.5.8):
|
|
3216
|
+
dependencies:
|
|
3217
|
+
camelcase-css: 2.0.1
|
|
3218
|
+
postcss: 8.5.8
|
|
3219
|
+
|
|
3220
|
+
postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.8):
|
|
3221
|
+
dependencies:
|
|
3222
|
+
lilconfig: 3.1.3
|
|
3223
|
+
optionalDependencies:
|
|
3224
|
+
jiti: 1.21.7
|
|
3225
|
+
postcss: 8.5.8
|
|
3226
|
+
|
|
3227
|
+
postcss-nested@6.2.0(postcss@8.5.8):
|
|
3228
|
+
dependencies:
|
|
3229
|
+
postcss: 8.5.8
|
|
3230
|
+
postcss-selector-parser: 6.1.2
|
|
3231
|
+
|
|
3232
|
+
postcss-selector-parser@6.0.10:
|
|
3233
|
+
dependencies:
|
|
3234
|
+
cssesc: 3.0.0
|
|
3235
|
+
util-deprecate: 1.0.2
|
|
3236
|
+
|
|
3237
|
+
postcss-selector-parser@6.1.2:
|
|
3238
|
+
dependencies:
|
|
3239
|
+
cssesc: 3.0.0
|
|
3240
|
+
util-deprecate: 1.0.2
|
|
3241
|
+
|
|
3242
|
+
postcss-value-parser@4.2.0: {}
|
|
3243
|
+
|
|
3244
|
+
postcss@8.5.8:
|
|
3245
|
+
dependencies:
|
|
3246
|
+
nanoid: 3.3.11
|
|
3247
|
+
picocolors: 1.1.1
|
|
3248
|
+
source-map-js: 1.2.1
|
|
3249
|
+
|
|
3250
|
+
prelude-ls@1.2.1: {}
|
|
3251
|
+
|
|
3252
|
+
punycode@2.3.1: {}
|
|
3253
|
+
|
|
3254
|
+
queue-microtask@1.2.3: {}
|
|
3255
|
+
|
|
3256
|
+
read-cache@1.0.0:
|
|
3257
|
+
dependencies:
|
|
3258
|
+
pify: 2.3.0
|
|
3259
|
+
|
|
3260
|
+
read-package-json-fast@3.0.2:
|
|
3261
|
+
dependencies:
|
|
3262
|
+
json-parse-even-better-errors: 3.0.2
|
|
3263
|
+
npm-normalize-package-bin: 3.0.1
|
|
3264
|
+
|
|
3265
|
+
readdirp@3.6.0:
|
|
3266
|
+
dependencies:
|
|
3267
|
+
picomatch: 2.3.1
|
|
3268
|
+
|
|
3269
|
+
readdirp@4.1.2: {}
|
|
3270
|
+
|
|
3271
|
+
relative-time-format@1.1.12: {}
|
|
3272
|
+
|
|
3273
|
+
resolve-from@4.0.0: {}
|
|
3274
|
+
|
|
3275
|
+
resolve@1.22.11:
|
|
3276
|
+
dependencies:
|
|
3277
|
+
is-core-module: 2.16.1
|
|
3278
|
+
path-parse: 1.0.7
|
|
3279
|
+
supports-preserve-symlinks-flag: 1.0.0
|
|
3280
|
+
|
|
3281
|
+
reusify@1.1.0: {}
|
|
3282
|
+
|
|
3283
|
+
rimraf@3.0.2:
|
|
3284
|
+
dependencies:
|
|
3285
|
+
glob: 7.2.3
|
|
3286
|
+
|
|
3287
|
+
rollup@4.59.0:
|
|
3288
|
+
dependencies:
|
|
3289
|
+
'@types/estree': 1.0.8
|
|
3290
|
+
optionalDependencies:
|
|
3291
|
+
'@rollup/rollup-android-arm-eabi': 4.59.0
|
|
3292
|
+
'@rollup/rollup-android-arm64': 4.59.0
|
|
3293
|
+
'@rollup/rollup-darwin-arm64': 4.59.0
|
|
3294
|
+
'@rollup/rollup-darwin-x64': 4.59.0
|
|
3295
|
+
'@rollup/rollup-freebsd-arm64': 4.59.0
|
|
3296
|
+
'@rollup/rollup-freebsd-x64': 4.59.0
|
|
3297
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.59.0
|
|
3298
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.59.0
|
|
3299
|
+
'@rollup/rollup-linux-arm64-gnu': 4.59.0
|
|
3300
|
+
'@rollup/rollup-linux-arm64-musl': 4.59.0
|
|
3301
|
+
'@rollup/rollup-linux-loong64-gnu': 4.59.0
|
|
3302
|
+
'@rollup/rollup-linux-loong64-musl': 4.59.0
|
|
3303
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.59.0
|
|
3304
|
+
'@rollup/rollup-linux-ppc64-musl': 4.59.0
|
|
3305
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.59.0
|
|
3306
|
+
'@rollup/rollup-linux-riscv64-musl': 4.59.0
|
|
3307
|
+
'@rollup/rollup-linux-s390x-gnu': 4.59.0
|
|
3308
|
+
'@rollup/rollup-linux-x64-gnu': 4.59.0
|
|
3309
|
+
'@rollup/rollup-linux-x64-musl': 4.59.0
|
|
3310
|
+
'@rollup/rollup-openbsd-x64': 4.59.0
|
|
3311
|
+
'@rollup/rollup-openharmony-arm64': 4.59.0
|
|
3312
|
+
'@rollup/rollup-win32-arm64-msvc': 4.59.0
|
|
3313
|
+
'@rollup/rollup-win32-ia32-msvc': 4.59.0
|
|
3314
|
+
'@rollup/rollup-win32-x64-gnu': 4.59.0
|
|
3315
|
+
'@rollup/rollup-win32-x64-msvc': 4.59.0
|
|
3316
|
+
fsevents: 2.3.3
|
|
3317
|
+
|
|
3318
|
+
run-parallel@1.2.0:
|
|
3319
|
+
dependencies:
|
|
3320
|
+
queue-microtask: 1.2.3
|
|
3321
|
+
|
|
3322
|
+
sanitize-html@2.17.1:
|
|
3323
|
+
dependencies:
|
|
3324
|
+
deepmerge: 4.3.1
|
|
3325
|
+
escape-string-regexp: 4.0.0
|
|
3326
|
+
htmlparser2: 8.0.2
|
|
3327
|
+
is-plain-object: 5.0.0
|
|
3328
|
+
parse-srcset: 1.0.2
|
|
3329
|
+
postcss: 8.5.8
|
|
3330
|
+
|
|
3331
|
+
sass@1.97.3:
|
|
3332
|
+
dependencies:
|
|
3333
|
+
chokidar: 4.0.3
|
|
3334
|
+
immutable: 5.1.5
|
|
3335
|
+
source-map-js: 1.2.1
|
|
3336
|
+
optionalDependencies:
|
|
3337
|
+
'@parcel/watcher': 2.5.6
|
|
3338
|
+
|
|
3339
|
+
select@1.1.2: {}
|
|
3340
|
+
|
|
3341
|
+
semver@7.7.4: {}
|
|
3342
|
+
|
|
3343
|
+
shebang-command@2.0.0:
|
|
3344
|
+
dependencies:
|
|
3345
|
+
shebang-regex: 3.0.0
|
|
3346
|
+
|
|
3347
|
+
shebang-regex@3.0.0: {}
|
|
3348
|
+
|
|
3349
|
+
shell-quote@1.8.3: {}
|
|
3350
|
+
|
|
3351
|
+
slash@3.0.0: {}
|
|
3352
|
+
|
|
3353
|
+
source-map-js@1.2.1: {}
|
|
3354
|
+
|
|
3355
|
+
strip-ansi@6.0.1:
|
|
3356
|
+
dependencies:
|
|
3357
|
+
ansi-regex: 5.0.1
|
|
3358
|
+
|
|
3359
|
+
strip-json-comments@3.1.1: {}
|
|
3360
|
+
|
|
3361
|
+
sucrase@3.35.1:
|
|
3362
|
+
dependencies:
|
|
3363
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
3364
|
+
commander: 4.1.1
|
|
3365
|
+
lines-and-columns: 1.2.4
|
|
3366
|
+
mz: 2.7.0
|
|
3367
|
+
pirates: 4.0.7
|
|
3368
|
+
tinyglobby: 0.2.15
|
|
3369
|
+
ts-interface-checker: 0.1.13
|
|
3370
|
+
|
|
3371
|
+
supports-color@7.2.0:
|
|
3372
|
+
dependencies:
|
|
3373
|
+
has-flag: 4.0.0
|
|
3374
|
+
|
|
3375
|
+
supports-preserve-symlinks-flag@1.0.0: {}
|
|
3376
|
+
|
|
3377
|
+
tailwindcss@3.4.19:
|
|
3378
|
+
dependencies:
|
|
3379
|
+
'@alloc/quick-lru': 5.2.0
|
|
3380
|
+
arg: 5.0.2
|
|
3381
|
+
chokidar: 3.6.0
|
|
3382
|
+
didyoumean: 1.2.2
|
|
3383
|
+
dlv: 1.1.3
|
|
3384
|
+
fast-glob: 3.3.3
|
|
3385
|
+
glob-parent: 6.0.2
|
|
3386
|
+
is-glob: 4.0.3
|
|
3387
|
+
jiti: 1.21.7
|
|
3388
|
+
lilconfig: 3.1.3
|
|
3389
|
+
micromatch: 4.0.8
|
|
3390
|
+
normalize-path: 3.0.0
|
|
3391
|
+
object-hash: 3.0.0
|
|
3392
|
+
picocolors: 1.1.1
|
|
3393
|
+
postcss: 8.5.8
|
|
3394
|
+
postcss-import: 15.1.0(postcss@8.5.8)
|
|
3395
|
+
postcss-js: 4.1.0(postcss@8.5.8)
|
|
3396
|
+
postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.8)
|
|
3397
|
+
postcss-nested: 6.2.0(postcss@8.5.8)
|
|
3398
|
+
postcss-selector-parser: 6.1.2
|
|
3399
|
+
resolve: 1.22.11
|
|
3400
|
+
sucrase: 3.35.1
|
|
3401
|
+
transitivePeerDependencies:
|
|
3402
|
+
- tsx
|
|
3403
|
+
- yaml
|
|
3404
|
+
|
|
3405
|
+
text-table@0.2.0: {}
|
|
3406
|
+
|
|
3407
|
+
thenify-all@1.6.0:
|
|
3408
|
+
dependencies:
|
|
3409
|
+
thenify: 3.3.1
|
|
3410
|
+
|
|
3411
|
+
thenify@3.3.1:
|
|
3412
|
+
dependencies:
|
|
3413
|
+
any-promise: 1.3.0
|
|
3414
|
+
|
|
3415
|
+
tiny-emitter@2.1.0: {}
|
|
3416
|
+
|
|
3417
|
+
tinyglobby@0.2.15:
|
|
3418
|
+
dependencies:
|
|
3419
|
+
fdir: 6.5.0(picomatch@4.0.3)
|
|
3420
|
+
picomatch: 4.0.3
|
|
3421
|
+
|
|
3422
|
+
to-regex-range@5.0.1:
|
|
3423
|
+
dependencies:
|
|
3424
|
+
is-number: 7.0.0
|
|
3425
|
+
|
|
3426
|
+
ts-api-utils@1.4.3(typescript@5.4.5):
|
|
3427
|
+
dependencies:
|
|
3428
|
+
typescript: 5.4.5
|
|
3429
|
+
|
|
3430
|
+
ts-interface-checker@0.1.13: {}
|
|
3431
|
+
|
|
3432
|
+
type-check@0.4.0:
|
|
3433
|
+
dependencies:
|
|
3434
|
+
prelude-ls: 1.2.1
|
|
3435
|
+
|
|
3436
|
+
type-fest@0.20.2: {}
|
|
3437
|
+
|
|
3438
|
+
typescript@5.4.5: {}
|
|
3439
|
+
|
|
3440
|
+
undici-types@6.21.0: {}
|
|
3441
|
+
|
|
3442
|
+
unhead@1.11.20:
|
|
3443
|
+
dependencies:
|
|
3444
|
+
'@unhead/dom': 1.11.20
|
|
3445
|
+
'@unhead/schema': 1.11.20
|
|
3446
|
+
'@unhead/shared': 1.11.20
|
|
3447
|
+
hookable: 5.5.3
|
|
3448
|
+
|
|
3449
|
+
update-browserslist-db@1.2.3(browserslist@4.28.1):
|
|
3450
|
+
dependencies:
|
|
3451
|
+
browserslist: 4.28.1
|
|
3452
|
+
escalade: 3.2.0
|
|
3453
|
+
picocolors: 1.1.1
|
|
3454
|
+
|
|
3455
|
+
uri-js@4.4.1:
|
|
3456
|
+
dependencies:
|
|
3457
|
+
punycode: 2.3.1
|
|
3458
|
+
|
|
3459
|
+
util-deprecate@1.0.2: {}
|
|
3460
|
+
|
|
3461
|
+
vite@5.4.21(@types/node@20.19.37)(sass@1.97.3):
|
|
3462
|
+
dependencies:
|
|
3463
|
+
esbuild: 0.21.5
|
|
3464
|
+
postcss: 8.5.8
|
|
3465
|
+
rollup: 4.59.0
|
|
3466
|
+
optionalDependencies:
|
|
3467
|
+
'@types/node': 20.19.37
|
|
3468
|
+
fsevents: 2.3.3
|
|
3469
|
+
sass: 1.97.3
|
|
3470
|
+
|
|
3471
|
+
vscode-uri@3.1.0: {}
|
|
3472
|
+
|
|
3473
|
+
vue-demi@0.14.10(vue@3.5.29(typescript@5.4.5)):
|
|
3474
|
+
dependencies:
|
|
3475
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
3476
|
+
|
|
3477
|
+
vue-diff@1.2.4(vue@3.5.29(typescript@5.4.5)):
|
|
3478
|
+
dependencies:
|
|
3479
|
+
'@vueuse/core': 8.9.4(vue@3.5.29(typescript@5.4.5))
|
|
3480
|
+
diff-match-patch: 1.0.5
|
|
3481
|
+
highlight.js: 11.11.1
|
|
3482
|
+
transitivePeerDependencies:
|
|
3483
|
+
- '@vue/composition-api'
|
|
3484
|
+
- vue
|
|
3485
|
+
|
|
3486
|
+
vue-eslint-parser@9.4.3(eslint@8.57.1):
|
|
3487
|
+
dependencies:
|
|
3488
|
+
debug: 4.4.3
|
|
3489
|
+
eslint: 8.57.1
|
|
3490
|
+
eslint-scope: 7.2.2
|
|
3491
|
+
eslint-visitor-keys: 3.4.3
|
|
3492
|
+
espree: 9.6.1
|
|
3493
|
+
esquery: 1.7.0
|
|
3494
|
+
lodash: 4.17.23
|
|
3495
|
+
semver: 7.7.4
|
|
3496
|
+
transitivePeerDependencies:
|
|
3497
|
+
- supports-color
|
|
3498
|
+
|
|
3499
|
+
vue-i18n-extract@2.0.7:
|
|
3500
|
+
dependencies:
|
|
3501
|
+
cac: 6.7.14
|
|
3502
|
+
dot-object: 2.1.5
|
|
3503
|
+
glob: 8.1.0
|
|
3504
|
+
is-valid-glob: 1.0.0
|
|
3505
|
+
js-yaml: 4.1.1
|
|
3506
|
+
|
|
3507
|
+
vue-i18n@10.0.8(vue@3.5.29(typescript@5.4.5)):
|
|
3508
|
+
dependencies:
|
|
3509
|
+
'@intlify/core-base': 10.0.8
|
|
3510
|
+
'@intlify/shared': 10.0.8
|
|
3511
|
+
'@vue/devtools-api': 6.6.4
|
|
3512
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
3513
|
+
|
|
3514
|
+
vue-router@4.6.4(vue@3.5.29(typescript@5.4.5)):
|
|
3515
|
+
dependencies:
|
|
3516
|
+
'@vue/devtools-api': 6.6.4
|
|
3517
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
3518
|
+
|
|
3519
|
+
vue-slider-component@4.1.0-beta.7: {}
|
|
3520
|
+
|
|
3521
|
+
vue-tsc@2.2.12(typescript@5.4.5):
|
|
3522
|
+
dependencies:
|
|
3523
|
+
'@volar/typescript': 2.4.15
|
|
3524
|
+
'@vue/language-core': 2.2.12(typescript@5.4.5)
|
|
3525
|
+
typescript: 5.4.5
|
|
3526
|
+
|
|
3527
|
+
vue3-json-viewer@2.4.1(vue@3.5.29(typescript@5.4.5)):
|
|
3528
|
+
dependencies:
|
|
3529
|
+
clipboard: 2.0.11
|
|
3530
|
+
vue: 3.5.29(typescript@5.4.5)
|
|
3531
|
+
|
|
3532
|
+
vue@3.5.29(typescript@5.4.5):
|
|
3533
|
+
dependencies:
|
|
3534
|
+
'@vue/compiler-dom': 3.5.29
|
|
3535
|
+
'@vue/compiler-sfc': 3.5.29
|
|
3536
|
+
'@vue/runtime-dom': 3.5.29
|
|
3537
|
+
'@vue/server-renderer': 3.5.29(vue@3.5.29(typescript@5.4.5))
|
|
3538
|
+
'@vue/shared': 3.5.29
|
|
3539
|
+
optionalDependencies:
|
|
3540
|
+
typescript: 5.4.5
|
|
3541
|
+
|
|
3542
|
+
which@2.0.2:
|
|
3543
|
+
dependencies:
|
|
3544
|
+
isexe: 2.0.0
|
|
3545
|
+
|
|
3546
|
+
which@3.0.1:
|
|
3547
|
+
dependencies:
|
|
3548
|
+
isexe: 2.0.0
|
|
3549
|
+
|
|
3550
|
+
word-wrap@1.2.5: {}
|
|
3551
|
+
|
|
3552
|
+
wrappy@1.0.2: {}
|
|
3553
|
+
|
|
3554
|
+
xml-name-validator@4.0.0: {}
|
|
3555
|
+
|
|
3556
|
+
yocto-queue@0.1.0: {}
|
|
3557
|
+
|
|
3558
|
+
zhead@2.2.4: {}
|