@sansavision/create-pulse 0.1.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/README.md +58 -0
  2. package/dist/index.d.ts +1 -0
  3. package/dist/index.js +115 -0
  4. package/package.json +32 -0
  5. package/src/index.ts +114 -0
  6. package/templates/react-all-features/index.html +12 -0
  7. package/templates/react-all-features/package-lock.json +2683 -0
  8. package/templates/react-all-features/package.json +27 -0
  9. package/templates/react-all-features/src/App.tsx +201 -0
  10. package/templates/react-all-features/src/components/VideoPlayer.tsx +113 -0
  11. package/templates/react-all-features/src/hooks/usePulse.ts +113 -0
  12. package/templates/react-all-features/src/index.css +38 -0
  13. package/templates/react-all-features/src/main.tsx +10 -0
  14. package/templates/react-all-features/tailwind.config.js +55 -0
  15. package/templates/react-all-features/tsconfig.json +25 -0
  16. package/templates/react-all-features/tsconfig.node.json +11 -0
  17. package/templates/react-all-features/tsconfig.node.tsbuildinfo +1 -0
  18. package/templates/react-all-features/tsconfig.tsbuildinfo +1 -0
  19. package/templates/react-all-features/vite.config.d.ts +2 -0
  20. package/templates/react-all-features/vite.config.js +6 -0
  21. package/templates/react-all-features/vite.config.ts +7 -0
  22. package/templates/react-watch-together/index.html +12 -0
  23. package/templates/react-watch-together/package-lock.json +2683 -0
  24. package/templates/react-watch-together/package.json +27 -0
  25. package/templates/react-watch-together/src/App.tsx +165 -0
  26. package/templates/react-watch-together/src/components/VideoPlayer.tsx +113 -0
  27. package/templates/react-watch-together/src/hooks/usePulse.ts +113 -0
  28. package/templates/react-watch-together/src/index.css +38 -0
  29. package/templates/react-watch-together/src/main.tsx +10 -0
  30. package/templates/react-watch-together/tailwind.config.js +55 -0
  31. package/templates/react-watch-together/tsconfig.json +25 -0
  32. package/templates/react-watch-together/tsconfig.node.json +11 -0
  33. package/templates/react-watch-together/tsconfig.node.tsbuildinfo +1 -0
  34. package/templates/react-watch-together/tsconfig.tsbuildinfo +1 -0
  35. package/templates/react-watch-together/vite.config.d.ts +2 -0
  36. package/templates/react-watch-together/vite.config.js +6 -0
  37. package/templates/react-watch-together/vite.config.ts +7 -0
  38. package/tsconfig.json +13 -0
@@ -0,0 +1,2683 @@
1
+ {
2
+ "name": "pulse-react-watch-together",
3
+ "version": "0.1.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "pulse-react-watch-together",
9
+ "version": "0.1.0",
10
+ "dependencies": {
11
+ "@sansavision/pulse-sdk": "latest",
12
+ "lucide-react": "^0.412.0",
13
+ "react": "^18.3.1",
14
+ "react-dom": "^18.3.1"
15
+ },
16
+ "devDependencies": {
17
+ "@types/react": "^18.3.3",
18
+ "@types/react-dom": "^18.3.0",
19
+ "@vitejs/plugin-react": "^4.3.1",
20
+ "autoprefixer": "^10.4.19",
21
+ "postcss": "^8.4.39",
22
+ "tailwindcss": "^3.4.6",
23
+ "typescript": "^5.5.3",
24
+ "vite": "^5.3.4"
25
+ }
26
+ },
27
+ "node_modules/@alloc/quick-lru": {
28
+ "version": "5.2.0",
29
+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
30
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
31
+ "dev": true,
32
+ "license": "MIT",
33
+ "engines": {
34
+ "node": ">=10"
35
+ },
36
+ "funding": {
37
+ "url": "https://github.com/sponsors/sindresorhus"
38
+ }
39
+ },
40
+ "node_modules/@babel/code-frame": {
41
+ "version": "7.29.0",
42
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
43
+ "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
44
+ "dev": true,
45
+ "license": "MIT",
46
+ "dependencies": {
47
+ "@babel/helper-validator-identifier": "^7.28.5",
48
+ "js-tokens": "^4.0.0",
49
+ "picocolors": "^1.1.1"
50
+ },
51
+ "engines": {
52
+ "node": ">=6.9.0"
53
+ }
54
+ },
55
+ "node_modules/@babel/compat-data": {
56
+ "version": "7.29.0",
57
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
58
+ "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
59
+ "dev": true,
60
+ "license": "MIT",
61
+ "engines": {
62
+ "node": ">=6.9.0"
63
+ }
64
+ },
65
+ "node_modules/@babel/core": {
66
+ "version": "7.29.0",
67
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
68
+ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
69
+ "dev": true,
70
+ "license": "MIT",
71
+ "dependencies": {
72
+ "@babel/code-frame": "^7.29.0",
73
+ "@babel/generator": "^7.29.0",
74
+ "@babel/helper-compilation-targets": "^7.28.6",
75
+ "@babel/helper-module-transforms": "^7.28.6",
76
+ "@babel/helpers": "^7.28.6",
77
+ "@babel/parser": "^7.29.0",
78
+ "@babel/template": "^7.28.6",
79
+ "@babel/traverse": "^7.29.0",
80
+ "@babel/types": "^7.29.0",
81
+ "@jridgewell/remapping": "^2.3.5",
82
+ "convert-source-map": "^2.0.0",
83
+ "debug": "^4.1.0",
84
+ "gensync": "^1.0.0-beta.2",
85
+ "json5": "^2.2.3",
86
+ "semver": "^6.3.1"
87
+ },
88
+ "engines": {
89
+ "node": ">=6.9.0"
90
+ },
91
+ "funding": {
92
+ "type": "opencollective",
93
+ "url": "https://opencollective.com/babel"
94
+ }
95
+ },
96
+ "node_modules/@babel/generator": {
97
+ "version": "7.29.1",
98
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
99
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
100
+ "dev": true,
101
+ "license": "MIT",
102
+ "dependencies": {
103
+ "@babel/parser": "^7.29.0",
104
+ "@babel/types": "^7.29.0",
105
+ "@jridgewell/gen-mapping": "^0.3.12",
106
+ "@jridgewell/trace-mapping": "^0.3.28",
107
+ "jsesc": "^3.0.2"
108
+ },
109
+ "engines": {
110
+ "node": ">=6.9.0"
111
+ }
112
+ },
113
+ "node_modules/@babel/helper-compilation-targets": {
114
+ "version": "7.28.6",
115
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
116
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
117
+ "dev": true,
118
+ "license": "MIT",
119
+ "dependencies": {
120
+ "@babel/compat-data": "^7.28.6",
121
+ "@babel/helper-validator-option": "^7.27.1",
122
+ "browserslist": "^4.24.0",
123
+ "lru-cache": "^5.1.1",
124
+ "semver": "^6.3.1"
125
+ },
126
+ "engines": {
127
+ "node": ">=6.9.0"
128
+ }
129
+ },
130
+ "node_modules/@babel/helper-globals": {
131
+ "version": "7.28.0",
132
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
133
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
134
+ "dev": true,
135
+ "license": "MIT",
136
+ "engines": {
137
+ "node": ">=6.9.0"
138
+ }
139
+ },
140
+ "node_modules/@babel/helper-module-imports": {
141
+ "version": "7.28.6",
142
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
143
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
144
+ "dev": true,
145
+ "license": "MIT",
146
+ "dependencies": {
147
+ "@babel/traverse": "^7.28.6",
148
+ "@babel/types": "^7.28.6"
149
+ },
150
+ "engines": {
151
+ "node": ">=6.9.0"
152
+ }
153
+ },
154
+ "node_modules/@babel/helper-module-transforms": {
155
+ "version": "7.28.6",
156
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
157
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
158
+ "dev": true,
159
+ "license": "MIT",
160
+ "dependencies": {
161
+ "@babel/helper-module-imports": "^7.28.6",
162
+ "@babel/helper-validator-identifier": "^7.28.5",
163
+ "@babel/traverse": "^7.28.6"
164
+ },
165
+ "engines": {
166
+ "node": ">=6.9.0"
167
+ },
168
+ "peerDependencies": {
169
+ "@babel/core": "^7.0.0"
170
+ }
171
+ },
172
+ "node_modules/@babel/helper-plugin-utils": {
173
+ "version": "7.28.6",
174
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
175
+ "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
176
+ "dev": true,
177
+ "license": "MIT",
178
+ "engines": {
179
+ "node": ">=6.9.0"
180
+ }
181
+ },
182
+ "node_modules/@babel/helper-string-parser": {
183
+ "version": "7.27.1",
184
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
185
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
186
+ "dev": true,
187
+ "license": "MIT",
188
+ "engines": {
189
+ "node": ">=6.9.0"
190
+ }
191
+ },
192
+ "node_modules/@babel/helper-validator-identifier": {
193
+ "version": "7.28.5",
194
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
195
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
196
+ "dev": true,
197
+ "license": "MIT",
198
+ "engines": {
199
+ "node": ">=6.9.0"
200
+ }
201
+ },
202
+ "node_modules/@babel/helper-validator-option": {
203
+ "version": "7.27.1",
204
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
205
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
206
+ "dev": true,
207
+ "license": "MIT",
208
+ "engines": {
209
+ "node": ">=6.9.0"
210
+ }
211
+ },
212
+ "node_modules/@babel/helpers": {
213
+ "version": "7.28.6",
214
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz",
215
+ "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
216
+ "dev": true,
217
+ "license": "MIT",
218
+ "dependencies": {
219
+ "@babel/template": "^7.28.6",
220
+ "@babel/types": "^7.28.6"
221
+ },
222
+ "engines": {
223
+ "node": ">=6.9.0"
224
+ }
225
+ },
226
+ "node_modules/@babel/parser": {
227
+ "version": "7.29.0",
228
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
229
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
230
+ "dev": true,
231
+ "license": "MIT",
232
+ "dependencies": {
233
+ "@babel/types": "^7.29.0"
234
+ },
235
+ "bin": {
236
+ "parser": "bin/babel-parser.js"
237
+ },
238
+ "engines": {
239
+ "node": ">=6.0.0"
240
+ }
241
+ },
242
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
243
+ "version": "7.27.1",
244
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
245
+ "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
246
+ "dev": true,
247
+ "license": "MIT",
248
+ "dependencies": {
249
+ "@babel/helper-plugin-utils": "^7.27.1"
250
+ },
251
+ "engines": {
252
+ "node": ">=6.9.0"
253
+ },
254
+ "peerDependencies": {
255
+ "@babel/core": "^7.0.0-0"
256
+ }
257
+ },
258
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
259
+ "version": "7.27.1",
260
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
261
+ "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
262
+ "dev": true,
263
+ "license": "MIT",
264
+ "dependencies": {
265
+ "@babel/helper-plugin-utils": "^7.27.1"
266
+ },
267
+ "engines": {
268
+ "node": ">=6.9.0"
269
+ },
270
+ "peerDependencies": {
271
+ "@babel/core": "^7.0.0-0"
272
+ }
273
+ },
274
+ "node_modules/@babel/template": {
275
+ "version": "7.28.6",
276
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
277
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
278
+ "dev": true,
279
+ "license": "MIT",
280
+ "dependencies": {
281
+ "@babel/code-frame": "^7.28.6",
282
+ "@babel/parser": "^7.28.6",
283
+ "@babel/types": "^7.28.6"
284
+ },
285
+ "engines": {
286
+ "node": ">=6.9.0"
287
+ }
288
+ },
289
+ "node_modules/@babel/traverse": {
290
+ "version": "7.29.0",
291
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
292
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
293
+ "dev": true,
294
+ "license": "MIT",
295
+ "dependencies": {
296
+ "@babel/code-frame": "^7.29.0",
297
+ "@babel/generator": "^7.29.0",
298
+ "@babel/helper-globals": "^7.28.0",
299
+ "@babel/parser": "^7.29.0",
300
+ "@babel/template": "^7.28.6",
301
+ "@babel/types": "^7.29.0",
302
+ "debug": "^4.3.1"
303
+ },
304
+ "engines": {
305
+ "node": ">=6.9.0"
306
+ }
307
+ },
308
+ "node_modules/@babel/types": {
309
+ "version": "7.29.0",
310
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
311
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
312
+ "dev": true,
313
+ "license": "MIT",
314
+ "dependencies": {
315
+ "@babel/helper-string-parser": "^7.27.1",
316
+ "@babel/helper-validator-identifier": "^7.28.5"
317
+ },
318
+ "engines": {
319
+ "node": ">=6.9.0"
320
+ }
321
+ },
322
+ "node_modules/@esbuild/aix-ppc64": {
323
+ "version": "0.21.5",
324
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
325
+ "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
326
+ "cpu": [
327
+ "ppc64"
328
+ ],
329
+ "dev": true,
330
+ "license": "MIT",
331
+ "optional": true,
332
+ "os": [
333
+ "aix"
334
+ ],
335
+ "engines": {
336
+ "node": ">=12"
337
+ }
338
+ },
339
+ "node_modules/@esbuild/android-arm": {
340
+ "version": "0.21.5",
341
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
342
+ "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
343
+ "cpu": [
344
+ "arm"
345
+ ],
346
+ "dev": true,
347
+ "license": "MIT",
348
+ "optional": true,
349
+ "os": [
350
+ "android"
351
+ ],
352
+ "engines": {
353
+ "node": ">=12"
354
+ }
355
+ },
356
+ "node_modules/@esbuild/android-arm64": {
357
+ "version": "0.21.5",
358
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
359
+ "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
360
+ "cpu": [
361
+ "arm64"
362
+ ],
363
+ "dev": true,
364
+ "license": "MIT",
365
+ "optional": true,
366
+ "os": [
367
+ "android"
368
+ ],
369
+ "engines": {
370
+ "node": ">=12"
371
+ }
372
+ },
373
+ "node_modules/@esbuild/android-x64": {
374
+ "version": "0.21.5",
375
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
376
+ "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
377
+ "cpu": [
378
+ "x64"
379
+ ],
380
+ "dev": true,
381
+ "license": "MIT",
382
+ "optional": true,
383
+ "os": [
384
+ "android"
385
+ ],
386
+ "engines": {
387
+ "node": ">=12"
388
+ }
389
+ },
390
+ "node_modules/@esbuild/darwin-arm64": {
391
+ "version": "0.21.5",
392
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
393
+ "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
394
+ "cpu": [
395
+ "arm64"
396
+ ],
397
+ "dev": true,
398
+ "license": "MIT",
399
+ "optional": true,
400
+ "os": [
401
+ "darwin"
402
+ ],
403
+ "engines": {
404
+ "node": ">=12"
405
+ }
406
+ },
407
+ "node_modules/@esbuild/darwin-x64": {
408
+ "version": "0.21.5",
409
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
410
+ "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
411
+ "cpu": [
412
+ "x64"
413
+ ],
414
+ "dev": true,
415
+ "license": "MIT",
416
+ "optional": true,
417
+ "os": [
418
+ "darwin"
419
+ ],
420
+ "engines": {
421
+ "node": ">=12"
422
+ }
423
+ },
424
+ "node_modules/@esbuild/freebsd-arm64": {
425
+ "version": "0.21.5",
426
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
427
+ "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
428
+ "cpu": [
429
+ "arm64"
430
+ ],
431
+ "dev": true,
432
+ "license": "MIT",
433
+ "optional": true,
434
+ "os": [
435
+ "freebsd"
436
+ ],
437
+ "engines": {
438
+ "node": ">=12"
439
+ }
440
+ },
441
+ "node_modules/@esbuild/freebsd-x64": {
442
+ "version": "0.21.5",
443
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
444
+ "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
445
+ "cpu": [
446
+ "x64"
447
+ ],
448
+ "dev": true,
449
+ "license": "MIT",
450
+ "optional": true,
451
+ "os": [
452
+ "freebsd"
453
+ ],
454
+ "engines": {
455
+ "node": ">=12"
456
+ }
457
+ },
458
+ "node_modules/@esbuild/linux-arm": {
459
+ "version": "0.21.5",
460
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
461
+ "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
462
+ "cpu": [
463
+ "arm"
464
+ ],
465
+ "dev": true,
466
+ "license": "MIT",
467
+ "optional": true,
468
+ "os": [
469
+ "linux"
470
+ ],
471
+ "engines": {
472
+ "node": ">=12"
473
+ }
474
+ },
475
+ "node_modules/@esbuild/linux-arm64": {
476
+ "version": "0.21.5",
477
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
478
+ "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
479
+ "cpu": [
480
+ "arm64"
481
+ ],
482
+ "dev": true,
483
+ "license": "MIT",
484
+ "optional": true,
485
+ "os": [
486
+ "linux"
487
+ ],
488
+ "engines": {
489
+ "node": ">=12"
490
+ }
491
+ },
492
+ "node_modules/@esbuild/linux-ia32": {
493
+ "version": "0.21.5",
494
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
495
+ "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
496
+ "cpu": [
497
+ "ia32"
498
+ ],
499
+ "dev": true,
500
+ "license": "MIT",
501
+ "optional": true,
502
+ "os": [
503
+ "linux"
504
+ ],
505
+ "engines": {
506
+ "node": ">=12"
507
+ }
508
+ },
509
+ "node_modules/@esbuild/linux-loong64": {
510
+ "version": "0.21.5",
511
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
512
+ "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
513
+ "cpu": [
514
+ "loong64"
515
+ ],
516
+ "dev": true,
517
+ "license": "MIT",
518
+ "optional": true,
519
+ "os": [
520
+ "linux"
521
+ ],
522
+ "engines": {
523
+ "node": ">=12"
524
+ }
525
+ },
526
+ "node_modules/@esbuild/linux-mips64el": {
527
+ "version": "0.21.5",
528
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
529
+ "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
530
+ "cpu": [
531
+ "mips64el"
532
+ ],
533
+ "dev": true,
534
+ "license": "MIT",
535
+ "optional": true,
536
+ "os": [
537
+ "linux"
538
+ ],
539
+ "engines": {
540
+ "node": ">=12"
541
+ }
542
+ },
543
+ "node_modules/@esbuild/linux-ppc64": {
544
+ "version": "0.21.5",
545
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
546
+ "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
547
+ "cpu": [
548
+ "ppc64"
549
+ ],
550
+ "dev": true,
551
+ "license": "MIT",
552
+ "optional": true,
553
+ "os": [
554
+ "linux"
555
+ ],
556
+ "engines": {
557
+ "node": ">=12"
558
+ }
559
+ },
560
+ "node_modules/@esbuild/linux-riscv64": {
561
+ "version": "0.21.5",
562
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
563
+ "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
564
+ "cpu": [
565
+ "riscv64"
566
+ ],
567
+ "dev": true,
568
+ "license": "MIT",
569
+ "optional": true,
570
+ "os": [
571
+ "linux"
572
+ ],
573
+ "engines": {
574
+ "node": ">=12"
575
+ }
576
+ },
577
+ "node_modules/@esbuild/linux-s390x": {
578
+ "version": "0.21.5",
579
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
580
+ "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
581
+ "cpu": [
582
+ "s390x"
583
+ ],
584
+ "dev": true,
585
+ "license": "MIT",
586
+ "optional": true,
587
+ "os": [
588
+ "linux"
589
+ ],
590
+ "engines": {
591
+ "node": ">=12"
592
+ }
593
+ },
594
+ "node_modules/@esbuild/linux-x64": {
595
+ "version": "0.21.5",
596
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
597
+ "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
598
+ "cpu": [
599
+ "x64"
600
+ ],
601
+ "dev": true,
602
+ "license": "MIT",
603
+ "optional": true,
604
+ "os": [
605
+ "linux"
606
+ ],
607
+ "engines": {
608
+ "node": ">=12"
609
+ }
610
+ },
611
+ "node_modules/@esbuild/netbsd-x64": {
612
+ "version": "0.21.5",
613
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
614
+ "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
615
+ "cpu": [
616
+ "x64"
617
+ ],
618
+ "dev": true,
619
+ "license": "MIT",
620
+ "optional": true,
621
+ "os": [
622
+ "netbsd"
623
+ ],
624
+ "engines": {
625
+ "node": ">=12"
626
+ }
627
+ },
628
+ "node_modules/@esbuild/openbsd-x64": {
629
+ "version": "0.21.5",
630
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
631
+ "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
632
+ "cpu": [
633
+ "x64"
634
+ ],
635
+ "dev": true,
636
+ "license": "MIT",
637
+ "optional": true,
638
+ "os": [
639
+ "openbsd"
640
+ ],
641
+ "engines": {
642
+ "node": ">=12"
643
+ }
644
+ },
645
+ "node_modules/@esbuild/sunos-x64": {
646
+ "version": "0.21.5",
647
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
648
+ "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
649
+ "cpu": [
650
+ "x64"
651
+ ],
652
+ "dev": true,
653
+ "license": "MIT",
654
+ "optional": true,
655
+ "os": [
656
+ "sunos"
657
+ ],
658
+ "engines": {
659
+ "node": ">=12"
660
+ }
661
+ },
662
+ "node_modules/@esbuild/win32-arm64": {
663
+ "version": "0.21.5",
664
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
665
+ "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
666
+ "cpu": [
667
+ "arm64"
668
+ ],
669
+ "dev": true,
670
+ "license": "MIT",
671
+ "optional": true,
672
+ "os": [
673
+ "win32"
674
+ ],
675
+ "engines": {
676
+ "node": ">=12"
677
+ }
678
+ },
679
+ "node_modules/@esbuild/win32-ia32": {
680
+ "version": "0.21.5",
681
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
682
+ "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
683
+ "cpu": [
684
+ "ia32"
685
+ ],
686
+ "dev": true,
687
+ "license": "MIT",
688
+ "optional": true,
689
+ "os": [
690
+ "win32"
691
+ ],
692
+ "engines": {
693
+ "node": ">=12"
694
+ }
695
+ },
696
+ "node_modules/@esbuild/win32-x64": {
697
+ "version": "0.21.5",
698
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
699
+ "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
700
+ "cpu": [
701
+ "x64"
702
+ ],
703
+ "dev": true,
704
+ "license": "MIT",
705
+ "optional": true,
706
+ "os": [
707
+ "win32"
708
+ ],
709
+ "engines": {
710
+ "node": ">=12"
711
+ }
712
+ },
713
+ "node_modules/@jridgewell/gen-mapping": {
714
+ "version": "0.3.13",
715
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
716
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
717
+ "dev": true,
718
+ "license": "MIT",
719
+ "dependencies": {
720
+ "@jridgewell/sourcemap-codec": "^1.5.0",
721
+ "@jridgewell/trace-mapping": "^0.3.24"
722
+ }
723
+ },
724
+ "node_modules/@jridgewell/remapping": {
725
+ "version": "2.3.5",
726
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
727
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
728
+ "dev": true,
729
+ "license": "MIT",
730
+ "dependencies": {
731
+ "@jridgewell/gen-mapping": "^0.3.5",
732
+ "@jridgewell/trace-mapping": "^0.3.24"
733
+ }
734
+ },
735
+ "node_modules/@jridgewell/resolve-uri": {
736
+ "version": "3.1.2",
737
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
738
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
739
+ "dev": true,
740
+ "license": "MIT",
741
+ "engines": {
742
+ "node": ">=6.0.0"
743
+ }
744
+ },
745
+ "node_modules/@jridgewell/sourcemap-codec": {
746
+ "version": "1.5.5",
747
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
748
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
749
+ "dev": true,
750
+ "license": "MIT"
751
+ },
752
+ "node_modules/@jridgewell/trace-mapping": {
753
+ "version": "0.3.31",
754
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
755
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
756
+ "dev": true,
757
+ "license": "MIT",
758
+ "dependencies": {
759
+ "@jridgewell/resolve-uri": "^3.1.0",
760
+ "@jridgewell/sourcemap-codec": "^1.4.14"
761
+ }
762
+ },
763
+ "node_modules/@nodelib/fs.scandir": {
764
+ "version": "2.1.5",
765
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
766
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
767
+ "dev": true,
768
+ "license": "MIT",
769
+ "dependencies": {
770
+ "@nodelib/fs.stat": "2.0.5",
771
+ "run-parallel": "^1.1.9"
772
+ },
773
+ "engines": {
774
+ "node": ">= 8"
775
+ }
776
+ },
777
+ "node_modules/@nodelib/fs.stat": {
778
+ "version": "2.0.5",
779
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
780
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
781
+ "dev": true,
782
+ "license": "MIT",
783
+ "engines": {
784
+ "node": ">= 8"
785
+ }
786
+ },
787
+ "node_modules/@nodelib/fs.walk": {
788
+ "version": "1.2.8",
789
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
790
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
791
+ "dev": true,
792
+ "license": "MIT",
793
+ "dependencies": {
794
+ "@nodelib/fs.scandir": "2.1.5",
795
+ "fastq": "^1.6.0"
796
+ },
797
+ "engines": {
798
+ "node": ">= 8"
799
+ }
800
+ },
801
+ "node_modules/@rolldown/pluginutils": {
802
+ "version": "1.0.0-beta.27",
803
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
804
+ "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
805
+ "dev": true,
806
+ "license": "MIT"
807
+ },
808
+ "node_modules/@rollup/rollup-android-arm-eabi": {
809
+ "version": "4.59.0",
810
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
811
+ "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
812
+ "cpu": [
813
+ "arm"
814
+ ],
815
+ "dev": true,
816
+ "license": "MIT",
817
+ "optional": true,
818
+ "os": [
819
+ "android"
820
+ ]
821
+ },
822
+ "node_modules/@rollup/rollup-android-arm64": {
823
+ "version": "4.59.0",
824
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
825
+ "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
826
+ "cpu": [
827
+ "arm64"
828
+ ],
829
+ "dev": true,
830
+ "license": "MIT",
831
+ "optional": true,
832
+ "os": [
833
+ "android"
834
+ ]
835
+ },
836
+ "node_modules/@rollup/rollup-darwin-arm64": {
837
+ "version": "4.59.0",
838
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
839
+ "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
840
+ "cpu": [
841
+ "arm64"
842
+ ],
843
+ "dev": true,
844
+ "license": "MIT",
845
+ "optional": true,
846
+ "os": [
847
+ "darwin"
848
+ ]
849
+ },
850
+ "node_modules/@rollup/rollup-darwin-x64": {
851
+ "version": "4.59.0",
852
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
853
+ "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
854
+ "cpu": [
855
+ "x64"
856
+ ],
857
+ "dev": true,
858
+ "license": "MIT",
859
+ "optional": true,
860
+ "os": [
861
+ "darwin"
862
+ ]
863
+ },
864
+ "node_modules/@rollup/rollup-freebsd-arm64": {
865
+ "version": "4.59.0",
866
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
867
+ "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
868
+ "cpu": [
869
+ "arm64"
870
+ ],
871
+ "dev": true,
872
+ "license": "MIT",
873
+ "optional": true,
874
+ "os": [
875
+ "freebsd"
876
+ ]
877
+ },
878
+ "node_modules/@rollup/rollup-freebsd-x64": {
879
+ "version": "4.59.0",
880
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
881
+ "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
882
+ "cpu": [
883
+ "x64"
884
+ ],
885
+ "dev": true,
886
+ "license": "MIT",
887
+ "optional": true,
888
+ "os": [
889
+ "freebsd"
890
+ ]
891
+ },
892
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
893
+ "version": "4.59.0",
894
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
895
+ "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
896
+ "cpu": [
897
+ "arm"
898
+ ],
899
+ "dev": true,
900
+ "license": "MIT",
901
+ "optional": true,
902
+ "os": [
903
+ "linux"
904
+ ]
905
+ },
906
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
907
+ "version": "4.59.0",
908
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
909
+ "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
910
+ "cpu": [
911
+ "arm"
912
+ ],
913
+ "dev": true,
914
+ "license": "MIT",
915
+ "optional": true,
916
+ "os": [
917
+ "linux"
918
+ ]
919
+ },
920
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
921
+ "version": "4.59.0",
922
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
923
+ "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
924
+ "cpu": [
925
+ "arm64"
926
+ ],
927
+ "dev": true,
928
+ "license": "MIT",
929
+ "optional": true,
930
+ "os": [
931
+ "linux"
932
+ ]
933
+ },
934
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
935
+ "version": "4.59.0",
936
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
937
+ "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
938
+ "cpu": [
939
+ "arm64"
940
+ ],
941
+ "dev": true,
942
+ "license": "MIT",
943
+ "optional": true,
944
+ "os": [
945
+ "linux"
946
+ ]
947
+ },
948
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
949
+ "version": "4.59.0",
950
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
951
+ "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
952
+ "cpu": [
953
+ "loong64"
954
+ ],
955
+ "dev": true,
956
+ "license": "MIT",
957
+ "optional": true,
958
+ "os": [
959
+ "linux"
960
+ ]
961
+ },
962
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
963
+ "version": "4.59.0",
964
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
965
+ "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
966
+ "cpu": [
967
+ "loong64"
968
+ ],
969
+ "dev": true,
970
+ "license": "MIT",
971
+ "optional": true,
972
+ "os": [
973
+ "linux"
974
+ ]
975
+ },
976
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
977
+ "version": "4.59.0",
978
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
979
+ "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
980
+ "cpu": [
981
+ "ppc64"
982
+ ],
983
+ "dev": true,
984
+ "license": "MIT",
985
+ "optional": true,
986
+ "os": [
987
+ "linux"
988
+ ]
989
+ },
990
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
991
+ "version": "4.59.0",
992
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
993
+ "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
994
+ "cpu": [
995
+ "ppc64"
996
+ ],
997
+ "dev": true,
998
+ "license": "MIT",
999
+ "optional": true,
1000
+ "os": [
1001
+ "linux"
1002
+ ]
1003
+ },
1004
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1005
+ "version": "4.59.0",
1006
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
1007
+ "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
1008
+ "cpu": [
1009
+ "riscv64"
1010
+ ],
1011
+ "dev": true,
1012
+ "license": "MIT",
1013
+ "optional": true,
1014
+ "os": [
1015
+ "linux"
1016
+ ]
1017
+ },
1018
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1019
+ "version": "4.59.0",
1020
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
1021
+ "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
1022
+ "cpu": [
1023
+ "riscv64"
1024
+ ],
1025
+ "dev": true,
1026
+ "license": "MIT",
1027
+ "optional": true,
1028
+ "os": [
1029
+ "linux"
1030
+ ]
1031
+ },
1032
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1033
+ "version": "4.59.0",
1034
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
1035
+ "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
1036
+ "cpu": [
1037
+ "s390x"
1038
+ ],
1039
+ "dev": true,
1040
+ "license": "MIT",
1041
+ "optional": true,
1042
+ "os": [
1043
+ "linux"
1044
+ ]
1045
+ },
1046
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1047
+ "version": "4.59.0",
1048
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
1049
+ "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
1050
+ "cpu": [
1051
+ "x64"
1052
+ ],
1053
+ "dev": true,
1054
+ "license": "MIT",
1055
+ "optional": true,
1056
+ "os": [
1057
+ "linux"
1058
+ ]
1059
+ },
1060
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1061
+ "version": "4.59.0",
1062
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
1063
+ "integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
1064
+ "cpu": [
1065
+ "x64"
1066
+ ],
1067
+ "dev": true,
1068
+ "license": "MIT",
1069
+ "optional": true,
1070
+ "os": [
1071
+ "linux"
1072
+ ]
1073
+ },
1074
+ "node_modules/@rollup/rollup-openbsd-x64": {
1075
+ "version": "4.59.0",
1076
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
1077
+ "integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
1078
+ "cpu": [
1079
+ "x64"
1080
+ ],
1081
+ "dev": true,
1082
+ "license": "MIT",
1083
+ "optional": true,
1084
+ "os": [
1085
+ "openbsd"
1086
+ ]
1087
+ },
1088
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1089
+ "version": "4.59.0",
1090
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
1091
+ "integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
1092
+ "cpu": [
1093
+ "arm64"
1094
+ ],
1095
+ "dev": true,
1096
+ "license": "MIT",
1097
+ "optional": true,
1098
+ "os": [
1099
+ "openharmony"
1100
+ ]
1101
+ },
1102
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1103
+ "version": "4.59.0",
1104
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
1105
+ "integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
1106
+ "cpu": [
1107
+ "arm64"
1108
+ ],
1109
+ "dev": true,
1110
+ "license": "MIT",
1111
+ "optional": true,
1112
+ "os": [
1113
+ "win32"
1114
+ ]
1115
+ },
1116
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1117
+ "version": "4.59.0",
1118
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
1119
+ "integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
1120
+ "cpu": [
1121
+ "ia32"
1122
+ ],
1123
+ "dev": true,
1124
+ "license": "MIT",
1125
+ "optional": true,
1126
+ "os": [
1127
+ "win32"
1128
+ ]
1129
+ },
1130
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1131
+ "version": "4.59.0",
1132
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
1133
+ "integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
1134
+ "cpu": [
1135
+ "x64"
1136
+ ],
1137
+ "dev": true,
1138
+ "license": "MIT",
1139
+ "optional": true,
1140
+ "os": [
1141
+ "win32"
1142
+ ]
1143
+ },
1144
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1145
+ "version": "4.59.0",
1146
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
1147
+ "integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
1148
+ "cpu": [
1149
+ "x64"
1150
+ ],
1151
+ "dev": true,
1152
+ "license": "MIT",
1153
+ "optional": true,
1154
+ "os": [
1155
+ "win32"
1156
+ ]
1157
+ },
1158
+ "node_modules/@sansavision/pulse-sdk": {
1159
+ "version": "0.1.2",
1160
+ "resolved": "https://registry.npmjs.org/@sansavision/pulse-sdk/-/pulse-sdk-0.1.2.tgz",
1161
+ "integrity": "sha512-UmifIOQDbDJWPCY3dIhOUMl9uhlcV1iJ7f2QD7MIT/aQ6UJQWbh5XyJ8Y7v0H0XDNtY7F9gKf1mhrj8KHbvUSA==",
1162
+ "license": "Apache-2.0"
1163
+ },
1164
+ "node_modules/@types/babel__core": {
1165
+ "version": "7.20.5",
1166
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1167
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1168
+ "dev": true,
1169
+ "license": "MIT",
1170
+ "dependencies": {
1171
+ "@babel/parser": "^7.20.7",
1172
+ "@babel/types": "^7.20.7",
1173
+ "@types/babel__generator": "*",
1174
+ "@types/babel__template": "*",
1175
+ "@types/babel__traverse": "*"
1176
+ }
1177
+ },
1178
+ "node_modules/@types/babel__generator": {
1179
+ "version": "7.27.0",
1180
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1181
+ "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1182
+ "dev": true,
1183
+ "license": "MIT",
1184
+ "dependencies": {
1185
+ "@babel/types": "^7.0.0"
1186
+ }
1187
+ },
1188
+ "node_modules/@types/babel__template": {
1189
+ "version": "7.4.4",
1190
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1191
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1192
+ "dev": true,
1193
+ "license": "MIT",
1194
+ "dependencies": {
1195
+ "@babel/parser": "^7.1.0",
1196
+ "@babel/types": "^7.0.0"
1197
+ }
1198
+ },
1199
+ "node_modules/@types/babel__traverse": {
1200
+ "version": "7.28.0",
1201
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1202
+ "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1203
+ "dev": true,
1204
+ "license": "MIT",
1205
+ "dependencies": {
1206
+ "@babel/types": "^7.28.2"
1207
+ }
1208
+ },
1209
+ "node_modules/@types/estree": {
1210
+ "version": "1.0.8",
1211
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1212
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1213
+ "dev": true,
1214
+ "license": "MIT"
1215
+ },
1216
+ "node_modules/@types/prop-types": {
1217
+ "version": "15.7.15",
1218
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
1219
+ "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
1220
+ "dev": true,
1221
+ "license": "MIT"
1222
+ },
1223
+ "node_modules/@types/react": {
1224
+ "version": "18.3.28",
1225
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.28.tgz",
1226
+ "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==",
1227
+ "dev": true,
1228
+ "license": "MIT",
1229
+ "dependencies": {
1230
+ "@types/prop-types": "*",
1231
+ "csstype": "^3.2.2"
1232
+ }
1233
+ },
1234
+ "node_modules/@types/react-dom": {
1235
+ "version": "18.3.7",
1236
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz",
1237
+ "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
1238
+ "dev": true,
1239
+ "license": "MIT",
1240
+ "peerDependencies": {
1241
+ "@types/react": "^18.0.0"
1242
+ }
1243
+ },
1244
+ "node_modules/@vitejs/plugin-react": {
1245
+ "version": "4.7.0",
1246
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
1247
+ "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
1248
+ "dev": true,
1249
+ "license": "MIT",
1250
+ "dependencies": {
1251
+ "@babel/core": "^7.28.0",
1252
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
1253
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
1254
+ "@rolldown/pluginutils": "1.0.0-beta.27",
1255
+ "@types/babel__core": "^7.20.5",
1256
+ "react-refresh": "^0.17.0"
1257
+ },
1258
+ "engines": {
1259
+ "node": "^14.18.0 || >=16.0.0"
1260
+ },
1261
+ "peerDependencies": {
1262
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1263
+ }
1264
+ },
1265
+ "node_modules/any-promise": {
1266
+ "version": "1.3.0",
1267
+ "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
1268
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
1269
+ "dev": true,
1270
+ "license": "MIT"
1271
+ },
1272
+ "node_modules/anymatch": {
1273
+ "version": "3.1.3",
1274
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1275
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1276
+ "dev": true,
1277
+ "license": "ISC",
1278
+ "dependencies": {
1279
+ "normalize-path": "^3.0.0",
1280
+ "picomatch": "^2.0.4"
1281
+ },
1282
+ "engines": {
1283
+ "node": ">= 8"
1284
+ }
1285
+ },
1286
+ "node_modules/arg": {
1287
+ "version": "5.0.2",
1288
+ "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
1289
+ "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
1290
+ "dev": true,
1291
+ "license": "MIT"
1292
+ },
1293
+ "node_modules/autoprefixer": {
1294
+ "version": "10.4.27",
1295
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz",
1296
+ "integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==",
1297
+ "dev": true,
1298
+ "funding": [
1299
+ {
1300
+ "type": "opencollective",
1301
+ "url": "https://opencollective.com/postcss/"
1302
+ },
1303
+ {
1304
+ "type": "tidelift",
1305
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
1306
+ },
1307
+ {
1308
+ "type": "github",
1309
+ "url": "https://github.com/sponsors/ai"
1310
+ }
1311
+ ],
1312
+ "license": "MIT",
1313
+ "dependencies": {
1314
+ "browserslist": "^4.28.1",
1315
+ "caniuse-lite": "^1.0.30001774",
1316
+ "fraction.js": "^5.3.4",
1317
+ "picocolors": "^1.1.1",
1318
+ "postcss-value-parser": "^4.2.0"
1319
+ },
1320
+ "bin": {
1321
+ "autoprefixer": "bin/autoprefixer"
1322
+ },
1323
+ "engines": {
1324
+ "node": "^10 || ^12 || >=14"
1325
+ },
1326
+ "peerDependencies": {
1327
+ "postcss": "^8.1.0"
1328
+ }
1329
+ },
1330
+ "node_modules/baseline-browser-mapping": {
1331
+ "version": "2.10.0",
1332
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz",
1333
+ "integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
1334
+ "dev": true,
1335
+ "license": "Apache-2.0",
1336
+ "bin": {
1337
+ "baseline-browser-mapping": "dist/cli.cjs"
1338
+ },
1339
+ "engines": {
1340
+ "node": ">=6.0.0"
1341
+ }
1342
+ },
1343
+ "node_modules/binary-extensions": {
1344
+ "version": "2.3.0",
1345
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
1346
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
1347
+ "dev": true,
1348
+ "license": "MIT",
1349
+ "engines": {
1350
+ "node": ">=8"
1351
+ },
1352
+ "funding": {
1353
+ "url": "https://github.com/sponsors/sindresorhus"
1354
+ }
1355
+ },
1356
+ "node_modules/braces": {
1357
+ "version": "3.0.3",
1358
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
1359
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
1360
+ "dev": true,
1361
+ "license": "MIT",
1362
+ "dependencies": {
1363
+ "fill-range": "^7.1.1"
1364
+ },
1365
+ "engines": {
1366
+ "node": ">=8"
1367
+ }
1368
+ },
1369
+ "node_modules/browserslist": {
1370
+ "version": "4.28.1",
1371
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
1372
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
1373
+ "dev": true,
1374
+ "funding": [
1375
+ {
1376
+ "type": "opencollective",
1377
+ "url": "https://opencollective.com/browserslist"
1378
+ },
1379
+ {
1380
+ "type": "tidelift",
1381
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1382
+ },
1383
+ {
1384
+ "type": "github",
1385
+ "url": "https://github.com/sponsors/ai"
1386
+ }
1387
+ ],
1388
+ "license": "MIT",
1389
+ "dependencies": {
1390
+ "baseline-browser-mapping": "^2.9.0",
1391
+ "caniuse-lite": "^1.0.30001759",
1392
+ "electron-to-chromium": "^1.5.263",
1393
+ "node-releases": "^2.0.27",
1394
+ "update-browserslist-db": "^1.2.0"
1395
+ },
1396
+ "bin": {
1397
+ "browserslist": "cli.js"
1398
+ },
1399
+ "engines": {
1400
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1401
+ }
1402
+ },
1403
+ "node_modules/camelcase-css": {
1404
+ "version": "2.0.1",
1405
+ "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
1406
+ "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
1407
+ "dev": true,
1408
+ "license": "MIT",
1409
+ "engines": {
1410
+ "node": ">= 6"
1411
+ }
1412
+ },
1413
+ "node_modules/caniuse-lite": {
1414
+ "version": "1.0.30001774",
1415
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001774.tgz",
1416
+ "integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==",
1417
+ "dev": true,
1418
+ "funding": [
1419
+ {
1420
+ "type": "opencollective",
1421
+ "url": "https://opencollective.com/browserslist"
1422
+ },
1423
+ {
1424
+ "type": "tidelift",
1425
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1426
+ },
1427
+ {
1428
+ "type": "github",
1429
+ "url": "https://github.com/sponsors/ai"
1430
+ }
1431
+ ],
1432
+ "license": "CC-BY-4.0"
1433
+ },
1434
+ "node_modules/chokidar": {
1435
+ "version": "3.6.0",
1436
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
1437
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
1438
+ "dev": true,
1439
+ "license": "MIT",
1440
+ "dependencies": {
1441
+ "anymatch": "~3.1.2",
1442
+ "braces": "~3.0.2",
1443
+ "glob-parent": "~5.1.2",
1444
+ "is-binary-path": "~2.1.0",
1445
+ "is-glob": "~4.0.1",
1446
+ "normalize-path": "~3.0.0",
1447
+ "readdirp": "~3.6.0"
1448
+ },
1449
+ "engines": {
1450
+ "node": ">= 8.10.0"
1451
+ },
1452
+ "funding": {
1453
+ "url": "https://paulmillr.com/funding/"
1454
+ },
1455
+ "optionalDependencies": {
1456
+ "fsevents": "~2.3.2"
1457
+ }
1458
+ },
1459
+ "node_modules/chokidar/node_modules/glob-parent": {
1460
+ "version": "5.1.2",
1461
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
1462
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1463
+ "dev": true,
1464
+ "license": "ISC",
1465
+ "dependencies": {
1466
+ "is-glob": "^4.0.1"
1467
+ },
1468
+ "engines": {
1469
+ "node": ">= 6"
1470
+ }
1471
+ },
1472
+ "node_modules/commander": {
1473
+ "version": "4.1.1",
1474
+ "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
1475
+ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
1476
+ "dev": true,
1477
+ "license": "MIT",
1478
+ "engines": {
1479
+ "node": ">= 6"
1480
+ }
1481
+ },
1482
+ "node_modules/convert-source-map": {
1483
+ "version": "2.0.0",
1484
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1485
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1486
+ "dev": true,
1487
+ "license": "MIT"
1488
+ },
1489
+ "node_modules/cssesc": {
1490
+ "version": "3.0.0",
1491
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
1492
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
1493
+ "dev": true,
1494
+ "license": "MIT",
1495
+ "bin": {
1496
+ "cssesc": "bin/cssesc"
1497
+ },
1498
+ "engines": {
1499
+ "node": ">=4"
1500
+ }
1501
+ },
1502
+ "node_modules/csstype": {
1503
+ "version": "3.2.3",
1504
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1505
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1506
+ "dev": true,
1507
+ "license": "MIT"
1508
+ },
1509
+ "node_modules/debug": {
1510
+ "version": "4.4.3",
1511
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1512
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1513
+ "dev": true,
1514
+ "license": "MIT",
1515
+ "dependencies": {
1516
+ "ms": "^2.1.3"
1517
+ },
1518
+ "engines": {
1519
+ "node": ">=6.0"
1520
+ },
1521
+ "peerDependenciesMeta": {
1522
+ "supports-color": {
1523
+ "optional": true
1524
+ }
1525
+ }
1526
+ },
1527
+ "node_modules/didyoumean": {
1528
+ "version": "1.2.2",
1529
+ "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
1530
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
1531
+ "dev": true,
1532
+ "license": "Apache-2.0"
1533
+ },
1534
+ "node_modules/dlv": {
1535
+ "version": "1.1.3",
1536
+ "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
1537
+ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
1538
+ "dev": true,
1539
+ "license": "MIT"
1540
+ },
1541
+ "node_modules/electron-to-chromium": {
1542
+ "version": "1.5.302",
1543
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.302.tgz",
1544
+ "integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==",
1545
+ "dev": true,
1546
+ "license": "ISC"
1547
+ },
1548
+ "node_modules/esbuild": {
1549
+ "version": "0.21.5",
1550
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
1551
+ "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
1552
+ "dev": true,
1553
+ "hasInstallScript": true,
1554
+ "license": "MIT",
1555
+ "bin": {
1556
+ "esbuild": "bin/esbuild"
1557
+ },
1558
+ "engines": {
1559
+ "node": ">=12"
1560
+ },
1561
+ "optionalDependencies": {
1562
+ "@esbuild/aix-ppc64": "0.21.5",
1563
+ "@esbuild/android-arm": "0.21.5",
1564
+ "@esbuild/android-arm64": "0.21.5",
1565
+ "@esbuild/android-x64": "0.21.5",
1566
+ "@esbuild/darwin-arm64": "0.21.5",
1567
+ "@esbuild/darwin-x64": "0.21.5",
1568
+ "@esbuild/freebsd-arm64": "0.21.5",
1569
+ "@esbuild/freebsd-x64": "0.21.5",
1570
+ "@esbuild/linux-arm": "0.21.5",
1571
+ "@esbuild/linux-arm64": "0.21.5",
1572
+ "@esbuild/linux-ia32": "0.21.5",
1573
+ "@esbuild/linux-loong64": "0.21.5",
1574
+ "@esbuild/linux-mips64el": "0.21.5",
1575
+ "@esbuild/linux-ppc64": "0.21.5",
1576
+ "@esbuild/linux-riscv64": "0.21.5",
1577
+ "@esbuild/linux-s390x": "0.21.5",
1578
+ "@esbuild/linux-x64": "0.21.5",
1579
+ "@esbuild/netbsd-x64": "0.21.5",
1580
+ "@esbuild/openbsd-x64": "0.21.5",
1581
+ "@esbuild/sunos-x64": "0.21.5",
1582
+ "@esbuild/win32-arm64": "0.21.5",
1583
+ "@esbuild/win32-ia32": "0.21.5",
1584
+ "@esbuild/win32-x64": "0.21.5"
1585
+ }
1586
+ },
1587
+ "node_modules/escalade": {
1588
+ "version": "3.2.0",
1589
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1590
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1591
+ "dev": true,
1592
+ "license": "MIT",
1593
+ "engines": {
1594
+ "node": ">=6"
1595
+ }
1596
+ },
1597
+ "node_modules/fast-glob": {
1598
+ "version": "3.3.3",
1599
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
1600
+ "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
1601
+ "dev": true,
1602
+ "license": "MIT",
1603
+ "dependencies": {
1604
+ "@nodelib/fs.stat": "^2.0.2",
1605
+ "@nodelib/fs.walk": "^1.2.3",
1606
+ "glob-parent": "^5.1.2",
1607
+ "merge2": "^1.3.0",
1608
+ "micromatch": "^4.0.8"
1609
+ },
1610
+ "engines": {
1611
+ "node": ">=8.6.0"
1612
+ }
1613
+ },
1614
+ "node_modules/fast-glob/node_modules/glob-parent": {
1615
+ "version": "5.1.2",
1616
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
1617
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1618
+ "dev": true,
1619
+ "license": "ISC",
1620
+ "dependencies": {
1621
+ "is-glob": "^4.0.1"
1622
+ },
1623
+ "engines": {
1624
+ "node": ">= 6"
1625
+ }
1626
+ },
1627
+ "node_modules/fastq": {
1628
+ "version": "1.20.1",
1629
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
1630
+ "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
1631
+ "dev": true,
1632
+ "license": "ISC",
1633
+ "dependencies": {
1634
+ "reusify": "^1.0.4"
1635
+ }
1636
+ },
1637
+ "node_modules/fill-range": {
1638
+ "version": "7.1.1",
1639
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
1640
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1641
+ "dev": true,
1642
+ "license": "MIT",
1643
+ "dependencies": {
1644
+ "to-regex-range": "^5.0.1"
1645
+ },
1646
+ "engines": {
1647
+ "node": ">=8"
1648
+ }
1649
+ },
1650
+ "node_modules/fraction.js": {
1651
+ "version": "5.3.4",
1652
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
1653
+ "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
1654
+ "dev": true,
1655
+ "license": "MIT",
1656
+ "engines": {
1657
+ "node": "*"
1658
+ },
1659
+ "funding": {
1660
+ "type": "github",
1661
+ "url": "https://github.com/sponsors/rawify"
1662
+ }
1663
+ },
1664
+ "node_modules/fsevents": {
1665
+ "version": "2.3.3",
1666
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1667
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1668
+ "dev": true,
1669
+ "hasInstallScript": true,
1670
+ "license": "MIT",
1671
+ "optional": true,
1672
+ "os": [
1673
+ "darwin"
1674
+ ],
1675
+ "engines": {
1676
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1677
+ }
1678
+ },
1679
+ "node_modules/function-bind": {
1680
+ "version": "1.1.2",
1681
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1682
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1683
+ "dev": true,
1684
+ "license": "MIT",
1685
+ "funding": {
1686
+ "url": "https://github.com/sponsors/ljharb"
1687
+ }
1688
+ },
1689
+ "node_modules/gensync": {
1690
+ "version": "1.0.0-beta.2",
1691
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
1692
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
1693
+ "dev": true,
1694
+ "license": "MIT",
1695
+ "engines": {
1696
+ "node": ">=6.9.0"
1697
+ }
1698
+ },
1699
+ "node_modules/glob-parent": {
1700
+ "version": "6.0.2",
1701
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
1702
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
1703
+ "dev": true,
1704
+ "license": "ISC",
1705
+ "dependencies": {
1706
+ "is-glob": "^4.0.3"
1707
+ },
1708
+ "engines": {
1709
+ "node": ">=10.13.0"
1710
+ }
1711
+ },
1712
+ "node_modules/hasown": {
1713
+ "version": "2.0.2",
1714
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
1715
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
1716
+ "dev": true,
1717
+ "license": "MIT",
1718
+ "dependencies": {
1719
+ "function-bind": "^1.1.2"
1720
+ },
1721
+ "engines": {
1722
+ "node": ">= 0.4"
1723
+ }
1724
+ },
1725
+ "node_modules/is-binary-path": {
1726
+ "version": "2.1.0",
1727
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
1728
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
1729
+ "dev": true,
1730
+ "license": "MIT",
1731
+ "dependencies": {
1732
+ "binary-extensions": "^2.0.0"
1733
+ },
1734
+ "engines": {
1735
+ "node": ">=8"
1736
+ }
1737
+ },
1738
+ "node_modules/is-core-module": {
1739
+ "version": "2.16.1",
1740
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
1741
+ "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
1742
+ "dev": true,
1743
+ "license": "MIT",
1744
+ "dependencies": {
1745
+ "hasown": "^2.0.2"
1746
+ },
1747
+ "engines": {
1748
+ "node": ">= 0.4"
1749
+ },
1750
+ "funding": {
1751
+ "url": "https://github.com/sponsors/ljharb"
1752
+ }
1753
+ },
1754
+ "node_modules/is-extglob": {
1755
+ "version": "2.1.1",
1756
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1757
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1758
+ "dev": true,
1759
+ "license": "MIT",
1760
+ "engines": {
1761
+ "node": ">=0.10.0"
1762
+ }
1763
+ },
1764
+ "node_modules/is-glob": {
1765
+ "version": "4.0.3",
1766
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1767
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
1768
+ "dev": true,
1769
+ "license": "MIT",
1770
+ "dependencies": {
1771
+ "is-extglob": "^2.1.1"
1772
+ },
1773
+ "engines": {
1774
+ "node": ">=0.10.0"
1775
+ }
1776
+ },
1777
+ "node_modules/is-number": {
1778
+ "version": "7.0.0",
1779
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
1780
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
1781
+ "dev": true,
1782
+ "license": "MIT",
1783
+ "engines": {
1784
+ "node": ">=0.12.0"
1785
+ }
1786
+ },
1787
+ "node_modules/jiti": {
1788
+ "version": "1.21.7",
1789
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
1790
+ "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
1791
+ "dev": true,
1792
+ "license": "MIT",
1793
+ "bin": {
1794
+ "jiti": "bin/jiti.js"
1795
+ }
1796
+ },
1797
+ "node_modules/js-tokens": {
1798
+ "version": "4.0.0",
1799
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1800
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1801
+ "license": "MIT"
1802
+ },
1803
+ "node_modules/jsesc": {
1804
+ "version": "3.1.0",
1805
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
1806
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
1807
+ "dev": true,
1808
+ "license": "MIT",
1809
+ "bin": {
1810
+ "jsesc": "bin/jsesc"
1811
+ },
1812
+ "engines": {
1813
+ "node": ">=6"
1814
+ }
1815
+ },
1816
+ "node_modules/json5": {
1817
+ "version": "2.2.3",
1818
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
1819
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
1820
+ "dev": true,
1821
+ "license": "MIT",
1822
+ "bin": {
1823
+ "json5": "lib/cli.js"
1824
+ },
1825
+ "engines": {
1826
+ "node": ">=6"
1827
+ }
1828
+ },
1829
+ "node_modules/lilconfig": {
1830
+ "version": "3.1.3",
1831
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
1832
+ "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
1833
+ "dev": true,
1834
+ "license": "MIT",
1835
+ "engines": {
1836
+ "node": ">=14"
1837
+ },
1838
+ "funding": {
1839
+ "url": "https://github.com/sponsors/antonk52"
1840
+ }
1841
+ },
1842
+ "node_modules/lines-and-columns": {
1843
+ "version": "1.2.4",
1844
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
1845
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
1846
+ "dev": true,
1847
+ "license": "MIT"
1848
+ },
1849
+ "node_modules/loose-envify": {
1850
+ "version": "1.4.0",
1851
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
1852
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
1853
+ "license": "MIT",
1854
+ "dependencies": {
1855
+ "js-tokens": "^3.0.0 || ^4.0.0"
1856
+ },
1857
+ "bin": {
1858
+ "loose-envify": "cli.js"
1859
+ }
1860
+ },
1861
+ "node_modules/lru-cache": {
1862
+ "version": "5.1.1",
1863
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
1864
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
1865
+ "dev": true,
1866
+ "license": "ISC",
1867
+ "dependencies": {
1868
+ "yallist": "^3.0.2"
1869
+ }
1870
+ },
1871
+ "node_modules/lucide-react": {
1872
+ "version": "0.412.0",
1873
+ "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.412.0.tgz",
1874
+ "integrity": "sha512-m7argY/PhSfjhwP2Dxey+VzFBvusfd8ULt+vWWFnzQhURLOtNyD1qWmMVdtJ4Nn+d+DTcoOiILrjThSjY9kaow==",
1875
+ "license": "ISC",
1876
+ "peerDependencies": {
1877
+ "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
1878
+ }
1879
+ },
1880
+ "node_modules/merge2": {
1881
+ "version": "1.4.1",
1882
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
1883
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
1884
+ "dev": true,
1885
+ "license": "MIT",
1886
+ "engines": {
1887
+ "node": ">= 8"
1888
+ }
1889
+ },
1890
+ "node_modules/micromatch": {
1891
+ "version": "4.0.8",
1892
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
1893
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
1894
+ "dev": true,
1895
+ "license": "MIT",
1896
+ "dependencies": {
1897
+ "braces": "^3.0.3",
1898
+ "picomatch": "^2.3.1"
1899
+ },
1900
+ "engines": {
1901
+ "node": ">=8.6"
1902
+ }
1903
+ },
1904
+ "node_modules/ms": {
1905
+ "version": "2.1.3",
1906
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1907
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1908
+ "dev": true,
1909
+ "license": "MIT"
1910
+ },
1911
+ "node_modules/mz": {
1912
+ "version": "2.7.0",
1913
+ "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
1914
+ "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
1915
+ "dev": true,
1916
+ "license": "MIT",
1917
+ "dependencies": {
1918
+ "any-promise": "^1.0.0",
1919
+ "object-assign": "^4.0.1",
1920
+ "thenify-all": "^1.0.0"
1921
+ }
1922
+ },
1923
+ "node_modules/nanoid": {
1924
+ "version": "3.3.11",
1925
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
1926
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
1927
+ "dev": true,
1928
+ "funding": [
1929
+ {
1930
+ "type": "github",
1931
+ "url": "https://github.com/sponsors/ai"
1932
+ }
1933
+ ],
1934
+ "license": "MIT",
1935
+ "bin": {
1936
+ "nanoid": "bin/nanoid.cjs"
1937
+ },
1938
+ "engines": {
1939
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1940
+ }
1941
+ },
1942
+ "node_modules/node-releases": {
1943
+ "version": "2.0.27",
1944
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
1945
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
1946
+ "dev": true,
1947
+ "license": "MIT"
1948
+ },
1949
+ "node_modules/normalize-path": {
1950
+ "version": "3.0.0",
1951
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
1952
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
1953
+ "dev": true,
1954
+ "license": "MIT",
1955
+ "engines": {
1956
+ "node": ">=0.10.0"
1957
+ }
1958
+ },
1959
+ "node_modules/object-assign": {
1960
+ "version": "4.1.1",
1961
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1962
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
1963
+ "dev": true,
1964
+ "license": "MIT",
1965
+ "engines": {
1966
+ "node": ">=0.10.0"
1967
+ }
1968
+ },
1969
+ "node_modules/object-hash": {
1970
+ "version": "3.0.0",
1971
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
1972
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
1973
+ "dev": true,
1974
+ "license": "MIT",
1975
+ "engines": {
1976
+ "node": ">= 6"
1977
+ }
1978
+ },
1979
+ "node_modules/path-parse": {
1980
+ "version": "1.0.7",
1981
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
1982
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
1983
+ "dev": true,
1984
+ "license": "MIT"
1985
+ },
1986
+ "node_modules/picocolors": {
1987
+ "version": "1.1.1",
1988
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1989
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1990
+ "dev": true,
1991
+ "license": "ISC"
1992
+ },
1993
+ "node_modules/picomatch": {
1994
+ "version": "2.3.1",
1995
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1996
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1997
+ "dev": true,
1998
+ "license": "MIT",
1999
+ "engines": {
2000
+ "node": ">=8.6"
2001
+ },
2002
+ "funding": {
2003
+ "url": "https://github.com/sponsors/jonschlinkert"
2004
+ }
2005
+ },
2006
+ "node_modules/pify": {
2007
+ "version": "2.3.0",
2008
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
2009
+ "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
2010
+ "dev": true,
2011
+ "license": "MIT",
2012
+ "engines": {
2013
+ "node": ">=0.10.0"
2014
+ }
2015
+ },
2016
+ "node_modules/pirates": {
2017
+ "version": "4.0.7",
2018
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
2019
+ "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
2020
+ "dev": true,
2021
+ "license": "MIT",
2022
+ "engines": {
2023
+ "node": ">= 6"
2024
+ }
2025
+ },
2026
+ "node_modules/postcss": {
2027
+ "version": "8.5.6",
2028
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
2029
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
2030
+ "dev": true,
2031
+ "funding": [
2032
+ {
2033
+ "type": "opencollective",
2034
+ "url": "https://opencollective.com/postcss/"
2035
+ },
2036
+ {
2037
+ "type": "tidelift",
2038
+ "url": "https://tidelift.com/funding/github/npm/postcss"
2039
+ },
2040
+ {
2041
+ "type": "github",
2042
+ "url": "https://github.com/sponsors/ai"
2043
+ }
2044
+ ],
2045
+ "license": "MIT",
2046
+ "dependencies": {
2047
+ "nanoid": "^3.3.11",
2048
+ "picocolors": "^1.1.1",
2049
+ "source-map-js": "^1.2.1"
2050
+ },
2051
+ "engines": {
2052
+ "node": "^10 || ^12 || >=14"
2053
+ }
2054
+ },
2055
+ "node_modules/postcss-import": {
2056
+ "version": "15.1.0",
2057
+ "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
2058
+ "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
2059
+ "dev": true,
2060
+ "license": "MIT",
2061
+ "dependencies": {
2062
+ "postcss-value-parser": "^4.0.0",
2063
+ "read-cache": "^1.0.0",
2064
+ "resolve": "^1.1.7"
2065
+ },
2066
+ "engines": {
2067
+ "node": ">=14.0.0"
2068
+ },
2069
+ "peerDependencies": {
2070
+ "postcss": "^8.0.0"
2071
+ }
2072
+ },
2073
+ "node_modules/postcss-js": {
2074
+ "version": "4.1.0",
2075
+ "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz",
2076
+ "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==",
2077
+ "dev": true,
2078
+ "funding": [
2079
+ {
2080
+ "type": "opencollective",
2081
+ "url": "https://opencollective.com/postcss/"
2082
+ },
2083
+ {
2084
+ "type": "github",
2085
+ "url": "https://github.com/sponsors/ai"
2086
+ }
2087
+ ],
2088
+ "license": "MIT",
2089
+ "dependencies": {
2090
+ "camelcase-css": "^2.0.1"
2091
+ },
2092
+ "engines": {
2093
+ "node": "^12 || ^14 || >= 16"
2094
+ },
2095
+ "peerDependencies": {
2096
+ "postcss": "^8.4.21"
2097
+ }
2098
+ },
2099
+ "node_modules/postcss-load-config": {
2100
+ "version": "6.0.1",
2101
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
2102
+ "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
2103
+ "dev": true,
2104
+ "funding": [
2105
+ {
2106
+ "type": "opencollective",
2107
+ "url": "https://opencollective.com/postcss/"
2108
+ },
2109
+ {
2110
+ "type": "github",
2111
+ "url": "https://github.com/sponsors/ai"
2112
+ }
2113
+ ],
2114
+ "license": "MIT",
2115
+ "dependencies": {
2116
+ "lilconfig": "^3.1.1"
2117
+ },
2118
+ "engines": {
2119
+ "node": ">= 18"
2120
+ },
2121
+ "peerDependencies": {
2122
+ "jiti": ">=1.21.0",
2123
+ "postcss": ">=8.0.9",
2124
+ "tsx": "^4.8.1",
2125
+ "yaml": "^2.4.2"
2126
+ },
2127
+ "peerDependenciesMeta": {
2128
+ "jiti": {
2129
+ "optional": true
2130
+ },
2131
+ "postcss": {
2132
+ "optional": true
2133
+ },
2134
+ "tsx": {
2135
+ "optional": true
2136
+ },
2137
+ "yaml": {
2138
+ "optional": true
2139
+ }
2140
+ }
2141
+ },
2142
+ "node_modules/postcss-nested": {
2143
+ "version": "6.2.0",
2144
+ "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
2145
+ "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
2146
+ "dev": true,
2147
+ "funding": [
2148
+ {
2149
+ "type": "opencollective",
2150
+ "url": "https://opencollective.com/postcss/"
2151
+ },
2152
+ {
2153
+ "type": "github",
2154
+ "url": "https://github.com/sponsors/ai"
2155
+ }
2156
+ ],
2157
+ "license": "MIT",
2158
+ "dependencies": {
2159
+ "postcss-selector-parser": "^6.1.1"
2160
+ },
2161
+ "engines": {
2162
+ "node": ">=12.0"
2163
+ },
2164
+ "peerDependencies": {
2165
+ "postcss": "^8.2.14"
2166
+ }
2167
+ },
2168
+ "node_modules/postcss-selector-parser": {
2169
+ "version": "6.1.2",
2170
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
2171
+ "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
2172
+ "dev": true,
2173
+ "license": "MIT",
2174
+ "dependencies": {
2175
+ "cssesc": "^3.0.0",
2176
+ "util-deprecate": "^1.0.2"
2177
+ },
2178
+ "engines": {
2179
+ "node": ">=4"
2180
+ }
2181
+ },
2182
+ "node_modules/postcss-value-parser": {
2183
+ "version": "4.2.0",
2184
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
2185
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
2186
+ "dev": true,
2187
+ "license": "MIT"
2188
+ },
2189
+ "node_modules/queue-microtask": {
2190
+ "version": "1.2.3",
2191
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
2192
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
2193
+ "dev": true,
2194
+ "funding": [
2195
+ {
2196
+ "type": "github",
2197
+ "url": "https://github.com/sponsors/feross"
2198
+ },
2199
+ {
2200
+ "type": "patreon",
2201
+ "url": "https://www.patreon.com/feross"
2202
+ },
2203
+ {
2204
+ "type": "consulting",
2205
+ "url": "https://feross.org/support"
2206
+ }
2207
+ ],
2208
+ "license": "MIT"
2209
+ },
2210
+ "node_modules/react": {
2211
+ "version": "18.3.1",
2212
+ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
2213
+ "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
2214
+ "license": "MIT",
2215
+ "dependencies": {
2216
+ "loose-envify": "^1.1.0"
2217
+ },
2218
+ "engines": {
2219
+ "node": ">=0.10.0"
2220
+ }
2221
+ },
2222
+ "node_modules/react-dom": {
2223
+ "version": "18.3.1",
2224
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
2225
+ "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
2226
+ "license": "MIT",
2227
+ "dependencies": {
2228
+ "loose-envify": "^1.1.0",
2229
+ "scheduler": "^0.23.2"
2230
+ },
2231
+ "peerDependencies": {
2232
+ "react": "^18.3.1"
2233
+ }
2234
+ },
2235
+ "node_modules/react-refresh": {
2236
+ "version": "0.17.0",
2237
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
2238
+ "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
2239
+ "dev": true,
2240
+ "license": "MIT",
2241
+ "engines": {
2242
+ "node": ">=0.10.0"
2243
+ }
2244
+ },
2245
+ "node_modules/read-cache": {
2246
+ "version": "1.0.0",
2247
+ "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
2248
+ "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
2249
+ "dev": true,
2250
+ "license": "MIT",
2251
+ "dependencies": {
2252
+ "pify": "^2.3.0"
2253
+ }
2254
+ },
2255
+ "node_modules/readdirp": {
2256
+ "version": "3.6.0",
2257
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
2258
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
2259
+ "dev": true,
2260
+ "license": "MIT",
2261
+ "dependencies": {
2262
+ "picomatch": "^2.2.1"
2263
+ },
2264
+ "engines": {
2265
+ "node": ">=8.10.0"
2266
+ }
2267
+ },
2268
+ "node_modules/resolve": {
2269
+ "version": "1.22.11",
2270
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
2271
+ "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
2272
+ "dev": true,
2273
+ "license": "MIT",
2274
+ "dependencies": {
2275
+ "is-core-module": "^2.16.1",
2276
+ "path-parse": "^1.0.7",
2277
+ "supports-preserve-symlinks-flag": "^1.0.0"
2278
+ },
2279
+ "bin": {
2280
+ "resolve": "bin/resolve"
2281
+ },
2282
+ "engines": {
2283
+ "node": ">= 0.4"
2284
+ },
2285
+ "funding": {
2286
+ "url": "https://github.com/sponsors/ljharb"
2287
+ }
2288
+ },
2289
+ "node_modules/reusify": {
2290
+ "version": "1.1.0",
2291
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
2292
+ "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
2293
+ "dev": true,
2294
+ "license": "MIT",
2295
+ "engines": {
2296
+ "iojs": ">=1.0.0",
2297
+ "node": ">=0.10.0"
2298
+ }
2299
+ },
2300
+ "node_modules/rollup": {
2301
+ "version": "4.59.0",
2302
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
2303
+ "integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
2304
+ "dev": true,
2305
+ "license": "MIT",
2306
+ "dependencies": {
2307
+ "@types/estree": "1.0.8"
2308
+ },
2309
+ "bin": {
2310
+ "rollup": "dist/bin/rollup"
2311
+ },
2312
+ "engines": {
2313
+ "node": ">=18.0.0",
2314
+ "npm": ">=8.0.0"
2315
+ },
2316
+ "optionalDependencies": {
2317
+ "@rollup/rollup-android-arm-eabi": "4.59.0",
2318
+ "@rollup/rollup-android-arm64": "4.59.0",
2319
+ "@rollup/rollup-darwin-arm64": "4.59.0",
2320
+ "@rollup/rollup-darwin-x64": "4.59.0",
2321
+ "@rollup/rollup-freebsd-arm64": "4.59.0",
2322
+ "@rollup/rollup-freebsd-x64": "4.59.0",
2323
+ "@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
2324
+ "@rollup/rollup-linux-arm-musleabihf": "4.59.0",
2325
+ "@rollup/rollup-linux-arm64-gnu": "4.59.0",
2326
+ "@rollup/rollup-linux-arm64-musl": "4.59.0",
2327
+ "@rollup/rollup-linux-loong64-gnu": "4.59.0",
2328
+ "@rollup/rollup-linux-loong64-musl": "4.59.0",
2329
+ "@rollup/rollup-linux-ppc64-gnu": "4.59.0",
2330
+ "@rollup/rollup-linux-ppc64-musl": "4.59.0",
2331
+ "@rollup/rollup-linux-riscv64-gnu": "4.59.0",
2332
+ "@rollup/rollup-linux-riscv64-musl": "4.59.0",
2333
+ "@rollup/rollup-linux-s390x-gnu": "4.59.0",
2334
+ "@rollup/rollup-linux-x64-gnu": "4.59.0",
2335
+ "@rollup/rollup-linux-x64-musl": "4.59.0",
2336
+ "@rollup/rollup-openbsd-x64": "4.59.0",
2337
+ "@rollup/rollup-openharmony-arm64": "4.59.0",
2338
+ "@rollup/rollup-win32-arm64-msvc": "4.59.0",
2339
+ "@rollup/rollup-win32-ia32-msvc": "4.59.0",
2340
+ "@rollup/rollup-win32-x64-gnu": "4.59.0",
2341
+ "@rollup/rollup-win32-x64-msvc": "4.59.0",
2342
+ "fsevents": "~2.3.2"
2343
+ }
2344
+ },
2345
+ "node_modules/run-parallel": {
2346
+ "version": "1.2.0",
2347
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
2348
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
2349
+ "dev": true,
2350
+ "funding": [
2351
+ {
2352
+ "type": "github",
2353
+ "url": "https://github.com/sponsors/feross"
2354
+ },
2355
+ {
2356
+ "type": "patreon",
2357
+ "url": "https://www.patreon.com/feross"
2358
+ },
2359
+ {
2360
+ "type": "consulting",
2361
+ "url": "https://feross.org/support"
2362
+ }
2363
+ ],
2364
+ "license": "MIT",
2365
+ "dependencies": {
2366
+ "queue-microtask": "^1.2.2"
2367
+ }
2368
+ },
2369
+ "node_modules/scheduler": {
2370
+ "version": "0.23.2",
2371
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
2372
+ "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
2373
+ "license": "MIT",
2374
+ "dependencies": {
2375
+ "loose-envify": "^1.1.0"
2376
+ }
2377
+ },
2378
+ "node_modules/semver": {
2379
+ "version": "6.3.1",
2380
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2381
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2382
+ "dev": true,
2383
+ "license": "ISC",
2384
+ "bin": {
2385
+ "semver": "bin/semver.js"
2386
+ }
2387
+ },
2388
+ "node_modules/source-map-js": {
2389
+ "version": "1.2.1",
2390
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2391
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2392
+ "dev": true,
2393
+ "license": "BSD-3-Clause",
2394
+ "engines": {
2395
+ "node": ">=0.10.0"
2396
+ }
2397
+ },
2398
+ "node_modules/sucrase": {
2399
+ "version": "3.35.1",
2400
+ "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
2401
+ "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
2402
+ "dev": true,
2403
+ "license": "MIT",
2404
+ "dependencies": {
2405
+ "@jridgewell/gen-mapping": "^0.3.2",
2406
+ "commander": "^4.0.0",
2407
+ "lines-and-columns": "^1.1.6",
2408
+ "mz": "^2.7.0",
2409
+ "pirates": "^4.0.1",
2410
+ "tinyglobby": "^0.2.11",
2411
+ "ts-interface-checker": "^0.1.9"
2412
+ },
2413
+ "bin": {
2414
+ "sucrase": "bin/sucrase",
2415
+ "sucrase-node": "bin/sucrase-node"
2416
+ },
2417
+ "engines": {
2418
+ "node": ">=16 || 14 >=14.17"
2419
+ }
2420
+ },
2421
+ "node_modules/supports-preserve-symlinks-flag": {
2422
+ "version": "1.0.0",
2423
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
2424
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
2425
+ "dev": true,
2426
+ "license": "MIT",
2427
+ "engines": {
2428
+ "node": ">= 0.4"
2429
+ },
2430
+ "funding": {
2431
+ "url": "https://github.com/sponsors/ljharb"
2432
+ }
2433
+ },
2434
+ "node_modules/tailwindcss": {
2435
+ "version": "3.4.19",
2436
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.19.tgz",
2437
+ "integrity": "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==",
2438
+ "dev": true,
2439
+ "license": "MIT",
2440
+ "dependencies": {
2441
+ "@alloc/quick-lru": "^5.2.0",
2442
+ "arg": "^5.0.2",
2443
+ "chokidar": "^3.6.0",
2444
+ "didyoumean": "^1.2.2",
2445
+ "dlv": "^1.1.3",
2446
+ "fast-glob": "^3.3.2",
2447
+ "glob-parent": "^6.0.2",
2448
+ "is-glob": "^4.0.3",
2449
+ "jiti": "^1.21.7",
2450
+ "lilconfig": "^3.1.3",
2451
+ "micromatch": "^4.0.8",
2452
+ "normalize-path": "^3.0.0",
2453
+ "object-hash": "^3.0.0",
2454
+ "picocolors": "^1.1.1",
2455
+ "postcss": "^8.4.47",
2456
+ "postcss-import": "^15.1.0",
2457
+ "postcss-js": "^4.0.1",
2458
+ "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
2459
+ "postcss-nested": "^6.2.0",
2460
+ "postcss-selector-parser": "^6.1.2",
2461
+ "resolve": "^1.22.8",
2462
+ "sucrase": "^3.35.0"
2463
+ },
2464
+ "bin": {
2465
+ "tailwind": "lib/cli.js",
2466
+ "tailwindcss": "lib/cli.js"
2467
+ },
2468
+ "engines": {
2469
+ "node": ">=14.0.0"
2470
+ }
2471
+ },
2472
+ "node_modules/thenify": {
2473
+ "version": "3.3.1",
2474
+ "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
2475
+ "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
2476
+ "dev": true,
2477
+ "license": "MIT",
2478
+ "dependencies": {
2479
+ "any-promise": "^1.0.0"
2480
+ }
2481
+ },
2482
+ "node_modules/thenify-all": {
2483
+ "version": "1.6.0",
2484
+ "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
2485
+ "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
2486
+ "dev": true,
2487
+ "license": "MIT",
2488
+ "dependencies": {
2489
+ "thenify": ">= 3.1.0 < 4"
2490
+ },
2491
+ "engines": {
2492
+ "node": ">=0.8"
2493
+ }
2494
+ },
2495
+ "node_modules/tinyglobby": {
2496
+ "version": "0.2.15",
2497
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
2498
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
2499
+ "dev": true,
2500
+ "license": "MIT",
2501
+ "dependencies": {
2502
+ "fdir": "^6.5.0",
2503
+ "picomatch": "^4.0.3"
2504
+ },
2505
+ "engines": {
2506
+ "node": ">=12.0.0"
2507
+ },
2508
+ "funding": {
2509
+ "url": "https://github.com/sponsors/SuperchupuDev"
2510
+ }
2511
+ },
2512
+ "node_modules/tinyglobby/node_modules/fdir": {
2513
+ "version": "6.5.0",
2514
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2515
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2516
+ "dev": true,
2517
+ "license": "MIT",
2518
+ "engines": {
2519
+ "node": ">=12.0.0"
2520
+ },
2521
+ "peerDependencies": {
2522
+ "picomatch": "^3 || ^4"
2523
+ },
2524
+ "peerDependenciesMeta": {
2525
+ "picomatch": {
2526
+ "optional": true
2527
+ }
2528
+ }
2529
+ },
2530
+ "node_modules/tinyglobby/node_modules/picomatch": {
2531
+ "version": "4.0.3",
2532
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2533
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2534
+ "dev": true,
2535
+ "license": "MIT",
2536
+ "engines": {
2537
+ "node": ">=12"
2538
+ },
2539
+ "funding": {
2540
+ "url": "https://github.com/sponsors/jonschlinkert"
2541
+ }
2542
+ },
2543
+ "node_modules/to-regex-range": {
2544
+ "version": "5.0.1",
2545
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
2546
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
2547
+ "dev": true,
2548
+ "license": "MIT",
2549
+ "dependencies": {
2550
+ "is-number": "^7.0.0"
2551
+ },
2552
+ "engines": {
2553
+ "node": ">=8.0"
2554
+ }
2555
+ },
2556
+ "node_modules/ts-interface-checker": {
2557
+ "version": "0.1.13",
2558
+ "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
2559
+ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
2560
+ "dev": true,
2561
+ "license": "Apache-2.0"
2562
+ },
2563
+ "node_modules/typescript": {
2564
+ "version": "5.9.3",
2565
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
2566
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
2567
+ "dev": true,
2568
+ "license": "Apache-2.0",
2569
+ "bin": {
2570
+ "tsc": "bin/tsc",
2571
+ "tsserver": "bin/tsserver"
2572
+ },
2573
+ "engines": {
2574
+ "node": ">=14.17"
2575
+ }
2576
+ },
2577
+ "node_modules/update-browserslist-db": {
2578
+ "version": "1.2.3",
2579
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
2580
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
2581
+ "dev": true,
2582
+ "funding": [
2583
+ {
2584
+ "type": "opencollective",
2585
+ "url": "https://opencollective.com/browserslist"
2586
+ },
2587
+ {
2588
+ "type": "tidelift",
2589
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2590
+ },
2591
+ {
2592
+ "type": "github",
2593
+ "url": "https://github.com/sponsors/ai"
2594
+ }
2595
+ ],
2596
+ "license": "MIT",
2597
+ "dependencies": {
2598
+ "escalade": "^3.2.0",
2599
+ "picocolors": "^1.1.1"
2600
+ },
2601
+ "bin": {
2602
+ "update-browserslist-db": "cli.js"
2603
+ },
2604
+ "peerDependencies": {
2605
+ "browserslist": ">= 4.21.0"
2606
+ }
2607
+ },
2608
+ "node_modules/util-deprecate": {
2609
+ "version": "1.0.2",
2610
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
2611
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
2612
+ "dev": true,
2613
+ "license": "MIT"
2614
+ },
2615
+ "node_modules/vite": {
2616
+ "version": "5.4.21",
2617
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
2618
+ "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
2619
+ "dev": true,
2620
+ "license": "MIT",
2621
+ "dependencies": {
2622
+ "esbuild": "^0.21.3",
2623
+ "postcss": "^8.4.43",
2624
+ "rollup": "^4.20.0"
2625
+ },
2626
+ "bin": {
2627
+ "vite": "bin/vite.js"
2628
+ },
2629
+ "engines": {
2630
+ "node": "^18.0.0 || >=20.0.0"
2631
+ },
2632
+ "funding": {
2633
+ "url": "https://github.com/vitejs/vite?sponsor=1"
2634
+ },
2635
+ "optionalDependencies": {
2636
+ "fsevents": "~2.3.3"
2637
+ },
2638
+ "peerDependencies": {
2639
+ "@types/node": "^18.0.0 || >=20.0.0",
2640
+ "less": "*",
2641
+ "lightningcss": "^1.21.0",
2642
+ "sass": "*",
2643
+ "sass-embedded": "*",
2644
+ "stylus": "*",
2645
+ "sugarss": "*",
2646
+ "terser": "^5.4.0"
2647
+ },
2648
+ "peerDependenciesMeta": {
2649
+ "@types/node": {
2650
+ "optional": true
2651
+ },
2652
+ "less": {
2653
+ "optional": true
2654
+ },
2655
+ "lightningcss": {
2656
+ "optional": true
2657
+ },
2658
+ "sass": {
2659
+ "optional": true
2660
+ },
2661
+ "sass-embedded": {
2662
+ "optional": true
2663
+ },
2664
+ "stylus": {
2665
+ "optional": true
2666
+ },
2667
+ "sugarss": {
2668
+ "optional": true
2669
+ },
2670
+ "terser": {
2671
+ "optional": true
2672
+ }
2673
+ }
2674
+ },
2675
+ "node_modules/yallist": {
2676
+ "version": "3.1.1",
2677
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
2678
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
2679
+ "dev": true,
2680
+ "license": "ISC"
2681
+ }
2682
+ }
2683
+ }