@blazeo.com/appointment-client 1.0.2 → 1.0.4

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 (32) hide show
  1. package/blazeo.com-appointment-client-1.0.4.tgz +0 -0
  2. package/dist/calendar/fetchCalendarWithOpeningHours.d.ts +21 -0
  3. package/dist/calendar/fetchCalendarWithOpeningHours.js +75 -0
  4. package/dist/config/initializeAppointmentClient.d.ts +5 -2
  5. package/dist/config/initializeAppointmentClient.d.ts.map +1 -1
  6. package/dist/config/initializeAppointmentClient.js +11 -6
  7. package/dist/config/initializeAppointmentClient.js.map +1 -1
  8. package/dist/events/appointmentEventFacade.js +0 -1
  9. package/dist/events/appointmentEventFacade.js.map +1 -1
  10. package/dist/events/mapAppointmentToEventSnapshot.d.ts.map +1 -1
  11. package/dist/events/mapAppointmentToEventSnapshot.js +2 -0
  12. package/dist/events/mapAppointmentToEventSnapshot.js.map +1 -1
  13. package/dist/index.d.ts +1 -0
  14. package/dist/index.js +1 -0
  15. package/dist/types/appointment.d.ts +1 -0
  16. package/dist/types/appointment.d.ts.map +1 -1
  17. package/package.json +23 -39
  18. package/sample/index.html +13 -0
  19. package/sample/package-lock.json +1658 -0
  20. package/sample/package.json +19 -0
  21. package/sample/src/App2.jsx +148 -0
  22. package/sample/src/AvailabilityTab.jsx +83 -0
  23. package/sample/src/BlazeoConnectionSettings.jsx +118 -0
  24. package/sample/src/CalendarTab.jsx +37 -0
  25. package/sample/src/CreateCalendarTab.jsx +147 -0
  26. package/sample/src/EventTab.jsx +244 -0
  27. package/sample/src/FetchCalendarTab.jsx +566 -0
  28. package/sample/src/ParticipantTab.jsx +102 -0
  29. package/sample/src/main.jsx +19 -0
  30. package/sample/src/style.css +681 -0
  31. package/sample/src/vite-env.d.ts +12 -0
  32. package/sample/vite.config.js +47 -0
@@ -0,0 +1,1658 @@
1
+ {
2
+ "name": "appointment-client-sample",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {
6
+ "": {
7
+ "name": "appointment-client-sample",
8
+ "dependencies": {
9
+ "appointment-client": "file:..",
10
+ "react": "^19.0.0",
11
+ "react-dom": "^19.0.0"
12
+ },
13
+ "devDependencies": {
14
+ "@vitejs/plugin-react": "^4.4.0",
15
+ "vite": "^6.0.0"
16
+ }
17
+ },
18
+ "..": {
19
+ "name": "@blazeo.com/appointment-client",
20
+ "version": "1.0.3",
21
+ "dependencies": {
22
+ "@blazeo.com/calendar-client": "^1.0.5",
23
+ "mobx": "^6.13.7",
24
+ "mobx-state-tree": "^7.0.2"
25
+ }
26
+ },
27
+ "node_modules/@babel/code-frame": {
28
+ "version": "7.29.0",
29
+ "dev": true,
30
+ "license": "MIT",
31
+ "dependencies": {
32
+ "@babel/helper-validator-identifier": "^7.28.5",
33
+ "js-tokens": "^4.0.0",
34
+ "picocolors": "^1.1.1"
35
+ },
36
+ "engines": {
37
+ "node": ">=6.9.0"
38
+ }
39
+ },
40
+ "node_modules/@babel/compat-data": {
41
+ "version": "7.29.0",
42
+ "dev": true,
43
+ "license": "MIT",
44
+ "engines": {
45
+ "node": ">=6.9.0"
46
+ }
47
+ },
48
+ "node_modules/@babel/core": {
49
+ "version": "7.29.0",
50
+ "dev": true,
51
+ "license": "MIT",
52
+ "dependencies": {
53
+ "@babel/code-frame": "^7.29.0",
54
+ "@babel/generator": "^7.29.0",
55
+ "@babel/helper-compilation-targets": "^7.28.6",
56
+ "@babel/helper-module-transforms": "^7.28.6",
57
+ "@babel/helpers": "^7.28.6",
58
+ "@babel/parser": "^7.29.0",
59
+ "@babel/template": "^7.28.6",
60
+ "@babel/traverse": "^7.29.0",
61
+ "@babel/types": "^7.29.0",
62
+ "@jridgewell/remapping": "^2.3.5",
63
+ "convert-source-map": "^2.0.0",
64
+ "debug": "^4.1.0",
65
+ "gensync": "^1.0.0-beta.2",
66
+ "json5": "^2.2.3",
67
+ "semver": "^6.3.1"
68
+ },
69
+ "engines": {
70
+ "node": ">=6.9.0"
71
+ },
72
+ "funding": {
73
+ "type": "opencollective",
74
+ "url": "https://opencollective.com/babel"
75
+ }
76
+ },
77
+ "node_modules/@babel/generator": {
78
+ "version": "7.29.1",
79
+ "dev": true,
80
+ "license": "MIT",
81
+ "dependencies": {
82
+ "@babel/parser": "^7.29.0",
83
+ "@babel/types": "^7.29.0",
84
+ "@jridgewell/gen-mapping": "^0.3.12",
85
+ "@jridgewell/trace-mapping": "^0.3.28",
86
+ "jsesc": "^3.0.2"
87
+ },
88
+ "engines": {
89
+ "node": ">=6.9.0"
90
+ }
91
+ },
92
+ "node_modules/@babel/helper-compilation-targets": {
93
+ "version": "7.28.6",
94
+ "dev": true,
95
+ "license": "MIT",
96
+ "dependencies": {
97
+ "@babel/compat-data": "^7.28.6",
98
+ "@babel/helper-validator-option": "^7.27.1",
99
+ "browserslist": "^4.24.0",
100
+ "lru-cache": "^5.1.1",
101
+ "semver": "^6.3.1"
102
+ },
103
+ "engines": {
104
+ "node": ">=6.9.0"
105
+ }
106
+ },
107
+ "node_modules/@babel/helper-globals": {
108
+ "version": "7.28.0",
109
+ "dev": true,
110
+ "license": "MIT",
111
+ "engines": {
112
+ "node": ">=6.9.0"
113
+ }
114
+ },
115
+ "node_modules/@babel/helper-module-imports": {
116
+ "version": "7.28.6",
117
+ "dev": true,
118
+ "license": "MIT",
119
+ "dependencies": {
120
+ "@babel/traverse": "^7.28.6",
121
+ "@babel/types": "^7.28.6"
122
+ },
123
+ "engines": {
124
+ "node": ">=6.9.0"
125
+ }
126
+ },
127
+ "node_modules/@babel/helper-module-transforms": {
128
+ "version": "7.28.6",
129
+ "dev": true,
130
+ "license": "MIT",
131
+ "dependencies": {
132
+ "@babel/helper-module-imports": "^7.28.6",
133
+ "@babel/helper-validator-identifier": "^7.28.5",
134
+ "@babel/traverse": "^7.28.6"
135
+ },
136
+ "engines": {
137
+ "node": ">=6.9.0"
138
+ },
139
+ "peerDependencies": {
140
+ "@babel/core": "^7.0.0"
141
+ }
142
+ },
143
+ "node_modules/@babel/helper-plugin-utils": {
144
+ "version": "7.28.6",
145
+ "dev": true,
146
+ "license": "MIT",
147
+ "engines": {
148
+ "node": ">=6.9.0"
149
+ }
150
+ },
151
+ "node_modules/@babel/helper-string-parser": {
152
+ "version": "7.27.1",
153
+ "dev": true,
154
+ "license": "MIT",
155
+ "engines": {
156
+ "node": ">=6.9.0"
157
+ }
158
+ },
159
+ "node_modules/@babel/helper-validator-identifier": {
160
+ "version": "7.28.5",
161
+ "dev": true,
162
+ "license": "MIT",
163
+ "engines": {
164
+ "node": ">=6.9.0"
165
+ }
166
+ },
167
+ "node_modules/@babel/helper-validator-option": {
168
+ "version": "7.27.1",
169
+ "dev": true,
170
+ "license": "MIT",
171
+ "engines": {
172
+ "node": ">=6.9.0"
173
+ }
174
+ },
175
+ "node_modules/@babel/helpers": {
176
+ "version": "7.29.2",
177
+ "dev": true,
178
+ "license": "MIT",
179
+ "dependencies": {
180
+ "@babel/template": "^7.28.6",
181
+ "@babel/types": "^7.29.0"
182
+ },
183
+ "engines": {
184
+ "node": ">=6.9.0"
185
+ }
186
+ },
187
+ "node_modules/@babel/parser": {
188
+ "version": "7.29.2",
189
+ "dev": true,
190
+ "license": "MIT",
191
+ "dependencies": {
192
+ "@babel/types": "^7.29.0"
193
+ },
194
+ "bin": {
195
+ "parser": "bin/babel-parser.js"
196
+ },
197
+ "engines": {
198
+ "node": ">=6.0.0"
199
+ }
200
+ },
201
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
202
+ "version": "7.27.1",
203
+ "dev": true,
204
+ "license": "MIT",
205
+ "dependencies": {
206
+ "@babel/helper-plugin-utils": "^7.27.1"
207
+ },
208
+ "engines": {
209
+ "node": ">=6.9.0"
210
+ },
211
+ "peerDependencies": {
212
+ "@babel/core": "^7.0.0-0"
213
+ }
214
+ },
215
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
216
+ "version": "7.27.1",
217
+ "dev": true,
218
+ "license": "MIT",
219
+ "dependencies": {
220
+ "@babel/helper-plugin-utils": "^7.27.1"
221
+ },
222
+ "engines": {
223
+ "node": ">=6.9.0"
224
+ },
225
+ "peerDependencies": {
226
+ "@babel/core": "^7.0.0-0"
227
+ }
228
+ },
229
+ "node_modules/@babel/template": {
230
+ "version": "7.28.6",
231
+ "dev": true,
232
+ "license": "MIT",
233
+ "dependencies": {
234
+ "@babel/code-frame": "^7.28.6",
235
+ "@babel/parser": "^7.28.6",
236
+ "@babel/types": "^7.28.6"
237
+ },
238
+ "engines": {
239
+ "node": ">=6.9.0"
240
+ }
241
+ },
242
+ "node_modules/@babel/traverse": {
243
+ "version": "7.29.0",
244
+ "dev": true,
245
+ "license": "MIT",
246
+ "dependencies": {
247
+ "@babel/code-frame": "^7.29.0",
248
+ "@babel/generator": "^7.29.0",
249
+ "@babel/helper-globals": "^7.28.0",
250
+ "@babel/parser": "^7.29.0",
251
+ "@babel/template": "^7.28.6",
252
+ "@babel/types": "^7.29.0",
253
+ "debug": "^4.3.1"
254
+ },
255
+ "engines": {
256
+ "node": ">=6.9.0"
257
+ }
258
+ },
259
+ "node_modules/@babel/types": {
260
+ "version": "7.29.0",
261
+ "dev": true,
262
+ "license": "MIT",
263
+ "dependencies": {
264
+ "@babel/helper-string-parser": "^7.27.1",
265
+ "@babel/helper-validator-identifier": "^7.28.5"
266
+ },
267
+ "engines": {
268
+ "node": ">=6.9.0"
269
+ }
270
+ },
271
+ "node_modules/@esbuild/aix-ppc64": {
272
+ "version": "0.25.12",
273
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
274
+ "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
275
+ "cpu": [
276
+ "ppc64"
277
+ ],
278
+ "dev": true,
279
+ "license": "MIT",
280
+ "optional": true,
281
+ "os": [
282
+ "aix"
283
+ ],
284
+ "engines": {
285
+ "node": ">=18"
286
+ }
287
+ },
288
+ "node_modules/@esbuild/android-arm": {
289
+ "version": "0.25.12",
290
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
291
+ "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
292
+ "cpu": [
293
+ "arm"
294
+ ],
295
+ "dev": true,
296
+ "license": "MIT",
297
+ "optional": true,
298
+ "os": [
299
+ "android"
300
+ ],
301
+ "engines": {
302
+ "node": ">=18"
303
+ }
304
+ },
305
+ "node_modules/@esbuild/android-arm64": {
306
+ "version": "0.25.12",
307
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
308
+ "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
309
+ "cpu": [
310
+ "arm64"
311
+ ],
312
+ "dev": true,
313
+ "license": "MIT",
314
+ "optional": true,
315
+ "os": [
316
+ "android"
317
+ ],
318
+ "engines": {
319
+ "node": ">=18"
320
+ }
321
+ },
322
+ "node_modules/@esbuild/android-x64": {
323
+ "version": "0.25.12",
324
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
325
+ "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
326
+ "cpu": [
327
+ "x64"
328
+ ],
329
+ "dev": true,
330
+ "license": "MIT",
331
+ "optional": true,
332
+ "os": [
333
+ "android"
334
+ ],
335
+ "engines": {
336
+ "node": ">=18"
337
+ }
338
+ },
339
+ "node_modules/@esbuild/darwin-arm64": {
340
+ "version": "0.25.12",
341
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
342
+ "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
343
+ "cpu": [
344
+ "arm64"
345
+ ],
346
+ "dev": true,
347
+ "license": "MIT",
348
+ "optional": true,
349
+ "os": [
350
+ "darwin"
351
+ ],
352
+ "engines": {
353
+ "node": ">=18"
354
+ }
355
+ },
356
+ "node_modules/@esbuild/darwin-x64": {
357
+ "version": "0.25.12",
358
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
359
+ "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
360
+ "cpu": [
361
+ "x64"
362
+ ],
363
+ "dev": true,
364
+ "license": "MIT",
365
+ "optional": true,
366
+ "os": [
367
+ "darwin"
368
+ ],
369
+ "engines": {
370
+ "node": ">=18"
371
+ }
372
+ },
373
+ "node_modules/@esbuild/freebsd-arm64": {
374
+ "version": "0.25.12",
375
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
376
+ "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
377
+ "cpu": [
378
+ "arm64"
379
+ ],
380
+ "dev": true,
381
+ "license": "MIT",
382
+ "optional": true,
383
+ "os": [
384
+ "freebsd"
385
+ ],
386
+ "engines": {
387
+ "node": ">=18"
388
+ }
389
+ },
390
+ "node_modules/@esbuild/freebsd-x64": {
391
+ "version": "0.25.12",
392
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
393
+ "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
394
+ "cpu": [
395
+ "x64"
396
+ ],
397
+ "dev": true,
398
+ "license": "MIT",
399
+ "optional": true,
400
+ "os": [
401
+ "freebsd"
402
+ ],
403
+ "engines": {
404
+ "node": ">=18"
405
+ }
406
+ },
407
+ "node_modules/@esbuild/linux-arm": {
408
+ "version": "0.25.12",
409
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
410
+ "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
411
+ "cpu": [
412
+ "arm"
413
+ ],
414
+ "dev": true,
415
+ "license": "MIT",
416
+ "optional": true,
417
+ "os": [
418
+ "linux"
419
+ ],
420
+ "engines": {
421
+ "node": ">=18"
422
+ }
423
+ },
424
+ "node_modules/@esbuild/linux-arm64": {
425
+ "version": "0.25.12",
426
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
427
+ "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
428
+ "cpu": [
429
+ "arm64"
430
+ ],
431
+ "dev": true,
432
+ "license": "MIT",
433
+ "optional": true,
434
+ "os": [
435
+ "linux"
436
+ ],
437
+ "engines": {
438
+ "node": ">=18"
439
+ }
440
+ },
441
+ "node_modules/@esbuild/linux-ia32": {
442
+ "version": "0.25.12",
443
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
444
+ "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
445
+ "cpu": [
446
+ "ia32"
447
+ ],
448
+ "dev": true,
449
+ "license": "MIT",
450
+ "optional": true,
451
+ "os": [
452
+ "linux"
453
+ ],
454
+ "engines": {
455
+ "node": ">=18"
456
+ }
457
+ },
458
+ "node_modules/@esbuild/linux-loong64": {
459
+ "version": "0.25.12",
460
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
461
+ "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
462
+ "cpu": [
463
+ "loong64"
464
+ ],
465
+ "dev": true,
466
+ "license": "MIT",
467
+ "optional": true,
468
+ "os": [
469
+ "linux"
470
+ ],
471
+ "engines": {
472
+ "node": ">=18"
473
+ }
474
+ },
475
+ "node_modules/@esbuild/linux-mips64el": {
476
+ "version": "0.25.12",
477
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
478
+ "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
479
+ "cpu": [
480
+ "mips64el"
481
+ ],
482
+ "dev": true,
483
+ "license": "MIT",
484
+ "optional": true,
485
+ "os": [
486
+ "linux"
487
+ ],
488
+ "engines": {
489
+ "node": ">=18"
490
+ }
491
+ },
492
+ "node_modules/@esbuild/linux-ppc64": {
493
+ "version": "0.25.12",
494
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
495
+ "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
496
+ "cpu": [
497
+ "ppc64"
498
+ ],
499
+ "dev": true,
500
+ "license": "MIT",
501
+ "optional": true,
502
+ "os": [
503
+ "linux"
504
+ ],
505
+ "engines": {
506
+ "node": ">=18"
507
+ }
508
+ },
509
+ "node_modules/@esbuild/linux-riscv64": {
510
+ "version": "0.25.12",
511
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
512
+ "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
513
+ "cpu": [
514
+ "riscv64"
515
+ ],
516
+ "dev": true,
517
+ "license": "MIT",
518
+ "optional": true,
519
+ "os": [
520
+ "linux"
521
+ ],
522
+ "engines": {
523
+ "node": ">=18"
524
+ }
525
+ },
526
+ "node_modules/@esbuild/linux-s390x": {
527
+ "version": "0.25.12",
528
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
529
+ "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
530
+ "cpu": [
531
+ "s390x"
532
+ ],
533
+ "dev": true,
534
+ "license": "MIT",
535
+ "optional": true,
536
+ "os": [
537
+ "linux"
538
+ ],
539
+ "engines": {
540
+ "node": ">=18"
541
+ }
542
+ },
543
+ "node_modules/@esbuild/linux-x64": {
544
+ "version": "0.25.12",
545
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
546
+ "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
547
+ "cpu": [
548
+ "x64"
549
+ ],
550
+ "dev": true,
551
+ "license": "MIT",
552
+ "optional": true,
553
+ "os": [
554
+ "linux"
555
+ ],
556
+ "engines": {
557
+ "node": ">=18"
558
+ }
559
+ },
560
+ "node_modules/@esbuild/netbsd-arm64": {
561
+ "version": "0.25.12",
562
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
563
+ "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
564
+ "cpu": [
565
+ "arm64"
566
+ ],
567
+ "dev": true,
568
+ "license": "MIT",
569
+ "optional": true,
570
+ "os": [
571
+ "netbsd"
572
+ ],
573
+ "engines": {
574
+ "node": ">=18"
575
+ }
576
+ },
577
+ "node_modules/@esbuild/netbsd-x64": {
578
+ "version": "0.25.12",
579
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
580
+ "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
581
+ "cpu": [
582
+ "x64"
583
+ ],
584
+ "dev": true,
585
+ "license": "MIT",
586
+ "optional": true,
587
+ "os": [
588
+ "netbsd"
589
+ ],
590
+ "engines": {
591
+ "node": ">=18"
592
+ }
593
+ },
594
+ "node_modules/@esbuild/openbsd-arm64": {
595
+ "version": "0.25.12",
596
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
597
+ "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
598
+ "cpu": [
599
+ "arm64"
600
+ ],
601
+ "dev": true,
602
+ "license": "MIT",
603
+ "optional": true,
604
+ "os": [
605
+ "openbsd"
606
+ ],
607
+ "engines": {
608
+ "node": ">=18"
609
+ }
610
+ },
611
+ "node_modules/@esbuild/openbsd-x64": {
612
+ "version": "0.25.12",
613
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
614
+ "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
615
+ "cpu": [
616
+ "x64"
617
+ ],
618
+ "dev": true,
619
+ "license": "MIT",
620
+ "optional": true,
621
+ "os": [
622
+ "openbsd"
623
+ ],
624
+ "engines": {
625
+ "node": ">=18"
626
+ }
627
+ },
628
+ "node_modules/@esbuild/openharmony-arm64": {
629
+ "version": "0.25.12",
630
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
631
+ "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
632
+ "cpu": [
633
+ "arm64"
634
+ ],
635
+ "dev": true,
636
+ "license": "MIT",
637
+ "optional": true,
638
+ "os": [
639
+ "openharmony"
640
+ ],
641
+ "engines": {
642
+ "node": ">=18"
643
+ }
644
+ },
645
+ "node_modules/@esbuild/sunos-x64": {
646
+ "version": "0.25.12",
647
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
648
+ "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
649
+ "cpu": [
650
+ "x64"
651
+ ],
652
+ "dev": true,
653
+ "license": "MIT",
654
+ "optional": true,
655
+ "os": [
656
+ "sunos"
657
+ ],
658
+ "engines": {
659
+ "node": ">=18"
660
+ }
661
+ },
662
+ "node_modules/@esbuild/win32-arm64": {
663
+ "version": "0.25.12",
664
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
665
+ "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
666
+ "cpu": [
667
+ "arm64"
668
+ ],
669
+ "dev": true,
670
+ "license": "MIT",
671
+ "optional": true,
672
+ "os": [
673
+ "win32"
674
+ ],
675
+ "engines": {
676
+ "node": ">=18"
677
+ }
678
+ },
679
+ "node_modules/@esbuild/win32-ia32": {
680
+ "version": "0.25.12",
681
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
682
+ "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
683
+ "cpu": [
684
+ "ia32"
685
+ ],
686
+ "dev": true,
687
+ "license": "MIT",
688
+ "optional": true,
689
+ "os": [
690
+ "win32"
691
+ ],
692
+ "engines": {
693
+ "node": ">=18"
694
+ }
695
+ },
696
+ "node_modules/@esbuild/win32-x64": {
697
+ "version": "0.25.12",
698
+ "cpu": [
699
+ "x64"
700
+ ],
701
+ "dev": true,
702
+ "license": "MIT",
703
+ "optional": true,
704
+ "os": [
705
+ "win32"
706
+ ],
707
+ "engines": {
708
+ "node": ">=18"
709
+ }
710
+ },
711
+ "node_modules/@jridgewell/gen-mapping": {
712
+ "version": "0.3.13",
713
+ "dev": true,
714
+ "license": "MIT",
715
+ "dependencies": {
716
+ "@jridgewell/sourcemap-codec": "^1.5.0",
717
+ "@jridgewell/trace-mapping": "^0.3.24"
718
+ }
719
+ },
720
+ "node_modules/@jridgewell/remapping": {
721
+ "version": "2.3.5",
722
+ "dev": true,
723
+ "license": "MIT",
724
+ "dependencies": {
725
+ "@jridgewell/gen-mapping": "^0.3.5",
726
+ "@jridgewell/trace-mapping": "^0.3.24"
727
+ }
728
+ },
729
+ "node_modules/@jridgewell/resolve-uri": {
730
+ "version": "3.1.2",
731
+ "dev": true,
732
+ "license": "MIT",
733
+ "engines": {
734
+ "node": ">=6.0.0"
735
+ }
736
+ },
737
+ "node_modules/@jridgewell/sourcemap-codec": {
738
+ "version": "1.5.5",
739
+ "dev": true,
740
+ "license": "MIT"
741
+ },
742
+ "node_modules/@jridgewell/trace-mapping": {
743
+ "version": "0.3.31",
744
+ "dev": true,
745
+ "license": "MIT",
746
+ "dependencies": {
747
+ "@jridgewell/resolve-uri": "^3.1.0",
748
+ "@jridgewell/sourcemap-codec": "^1.4.14"
749
+ }
750
+ },
751
+ "node_modules/@rolldown/pluginutils": {
752
+ "version": "1.0.0-beta.27",
753
+ "dev": true,
754
+ "license": "MIT"
755
+ },
756
+ "node_modules/@rollup/rollup-android-arm-eabi": {
757
+ "version": "4.60.1",
758
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz",
759
+ "integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==",
760
+ "cpu": [
761
+ "arm"
762
+ ],
763
+ "dev": true,
764
+ "license": "MIT",
765
+ "optional": true,
766
+ "os": [
767
+ "android"
768
+ ]
769
+ },
770
+ "node_modules/@rollup/rollup-android-arm64": {
771
+ "version": "4.60.1",
772
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz",
773
+ "integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==",
774
+ "cpu": [
775
+ "arm64"
776
+ ],
777
+ "dev": true,
778
+ "license": "MIT",
779
+ "optional": true,
780
+ "os": [
781
+ "android"
782
+ ]
783
+ },
784
+ "node_modules/@rollup/rollup-darwin-arm64": {
785
+ "version": "4.60.1",
786
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz",
787
+ "integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==",
788
+ "cpu": [
789
+ "arm64"
790
+ ],
791
+ "dev": true,
792
+ "license": "MIT",
793
+ "optional": true,
794
+ "os": [
795
+ "darwin"
796
+ ]
797
+ },
798
+ "node_modules/@rollup/rollup-darwin-x64": {
799
+ "version": "4.60.1",
800
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz",
801
+ "integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==",
802
+ "cpu": [
803
+ "x64"
804
+ ],
805
+ "dev": true,
806
+ "license": "MIT",
807
+ "optional": true,
808
+ "os": [
809
+ "darwin"
810
+ ]
811
+ },
812
+ "node_modules/@rollup/rollup-freebsd-arm64": {
813
+ "version": "4.60.1",
814
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz",
815
+ "integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==",
816
+ "cpu": [
817
+ "arm64"
818
+ ],
819
+ "dev": true,
820
+ "license": "MIT",
821
+ "optional": true,
822
+ "os": [
823
+ "freebsd"
824
+ ]
825
+ },
826
+ "node_modules/@rollup/rollup-freebsd-x64": {
827
+ "version": "4.60.1",
828
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz",
829
+ "integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==",
830
+ "cpu": [
831
+ "x64"
832
+ ],
833
+ "dev": true,
834
+ "license": "MIT",
835
+ "optional": true,
836
+ "os": [
837
+ "freebsd"
838
+ ]
839
+ },
840
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
841
+ "version": "4.60.1",
842
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz",
843
+ "integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==",
844
+ "cpu": [
845
+ "arm"
846
+ ],
847
+ "dev": true,
848
+ "license": "MIT",
849
+ "optional": true,
850
+ "os": [
851
+ "linux"
852
+ ]
853
+ },
854
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
855
+ "version": "4.60.1",
856
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz",
857
+ "integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==",
858
+ "cpu": [
859
+ "arm"
860
+ ],
861
+ "dev": true,
862
+ "license": "MIT",
863
+ "optional": true,
864
+ "os": [
865
+ "linux"
866
+ ]
867
+ },
868
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
869
+ "version": "4.60.1",
870
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz",
871
+ "integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==",
872
+ "cpu": [
873
+ "arm64"
874
+ ],
875
+ "dev": true,
876
+ "license": "MIT",
877
+ "optional": true,
878
+ "os": [
879
+ "linux"
880
+ ]
881
+ },
882
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
883
+ "version": "4.60.1",
884
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz",
885
+ "integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==",
886
+ "cpu": [
887
+ "arm64"
888
+ ],
889
+ "dev": true,
890
+ "license": "MIT",
891
+ "optional": true,
892
+ "os": [
893
+ "linux"
894
+ ]
895
+ },
896
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
897
+ "version": "4.60.1",
898
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz",
899
+ "integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==",
900
+ "cpu": [
901
+ "loong64"
902
+ ],
903
+ "dev": true,
904
+ "license": "MIT",
905
+ "optional": true,
906
+ "os": [
907
+ "linux"
908
+ ]
909
+ },
910
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
911
+ "version": "4.60.1",
912
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz",
913
+ "integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==",
914
+ "cpu": [
915
+ "loong64"
916
+ ],
917
+ "dev": true,
918
+ "license": "MIT",
919
+ "optional": true,
920
+ "os": [
921
+ "linux"
922
+ ]
923
+ },
924
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
925
+ "version": "4.60.1",
926
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz",
927
+ "integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==",
928
+ "cpu": [
929
+ "ppc64"
930
+ ],
931
+ "dev": true,
932
+ "license": "MIT",
933
+ "optional": true,
934
+ "os": [
935
+ "linux"
936
+ ]
937
+ },
938
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
939
+ "version": "4.60.1",
940
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz",
941
+ "integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==",
942
+ "cpu": [
943
+ "ppc64"
944
+ ],
945
+ "dev": true,
946
+ "license": "MIT",
947
+ "optional": true,
948
+ "os": [
949
+ "linux"
950
+ ]
951
+ },
952
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
953
+ "version": "4.60.1",
954
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz",
955
+ "integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==",
956
+ "cpu": [
957
+ "riscv64"
958
+ ],
959
+ "dev": true,
960
+ "license": "MIT",
961
+ "optional": true,
962
+ "os": [
963
+ "linux"
964
+ ]
965
+ },
966
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
967
+ "version": "4.60.1",
968
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz",
969
+ "integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==",
970
+ "cpu": [
971
+ "riscv64"
972
+ ],
973
+ "dev": true,
974
+ "license": "MIT",
975
+ "optional": true,
976
+ "os": [
977
+ "linux"
978
+ ]
979
+ },
980
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
981
+ "version": "4.60.1",
982
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz",
983
+ "integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==",
984
+ "cpu": [
985
+ "s390x"
986
+ ],
987
+ "dev": true,
988
+ "license": "MIT",
989
+ "optional": true,
990
+ "os": [
991
+ "linux"
992
+ ]
993
+ },
994
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
995
+ "version": "4.60.1",
996
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz",
997
+ "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==",
998
+ "cpu": [
999
+ "x64"
1000
+ ],
1001
+ "dev": true,
1002
+ "license": "MIT",
1003
+ "optional": true,
1004
+ "os": [
1005
+ "linux"
1006
+ ]
1007
+ },
1008
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1009
+ "version": "4.60.1",
1010
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz",
1011
+ "integrity": "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==",
1012
+ "cpu": [
1013
+ "x64"
1014
+ ],
1015
+ "dev": true,
1016
+ "license": "MIT",
1017
+ "optional": true,
1018
+ "os": [
1019
+ "linux"
1020
+ ]
1021
+ },
1022
+ "node_modules/@rollup/rollup-openbsd-x64": {
1023
+ "version": "4.60.1",
1024
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz",
1025
+ "integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==",
1026
+ "cpu": [
1027
+ "x64"
1028
+ ],
1029
+ "dev": true,
1030
+ "license": "MIT",
1031
+ "optional": true,
1032
+ "os": [
1033
+ "openbsd"
1034
+ ]
1035
+ },
1036
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1037
+ "version": "4.60.1",
1038
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz",
1039
+ "integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==",
1040
+ "cpu": [
1041
+ "arm64"
1042
+ ],
1043
+ "dev": true,
1044
+ "license": "MIT",
1045
+ "optional": true,
1046
+ "os": [
1047
+ "openharmony"
1048
+ ]
1049
+ },
1050
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1051
+ "version": "4.60.1",
1052
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz",
1053
+ "integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==",
1054
+ "cpu": [
1055
+ "arm64"
1056
+ ],
1057
+ "dev": true,
1058
+ "license": "MIT",
1059
+ "optional": true,
1060
+ "os": [
1061
+ "win32"
1062
+ ]
1063
+ },
1064
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1065
+ "version": "4.60.1",
1066
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz",
1067
+ "integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==",
1068
+ "cpu": [
1069
+ "ia32"
1070
+ ],
1071
+ "dev": true,
1072
+ "license": "MIT",
1073
+ "optional": true,
1074
+ "os": [
1075
+ "win32"
1076
+ ]
1077
+ },
1078
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1079
+ "version": "4.60.1",
1080
+ "cpu": [
1081
+ "x64"
1082
+ ],
1083
+ "dev": true,
1084
+ "license": "MIT",
1085
+ "optional": true,
1086
+ "os": [
1087
+ "win32"
1088
+ ]
1089
+ },
1090
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1091
+ "version": "4.60.1",
1092
+ "cpu": [
1093
+ "x64"
1094
+ ],
1095
+ "dev": true,
1096
+ "license": "MIT",
1097
+ "optional": true,
1098
+ "os": [
1099
+ "win32"
1100
+ ]
1101
+ },
1102
+ "node_modules/@types/babel__core": {
1103
+ "version": "7.20.5",
1104
+ "dev": true,
1105
+ "license": "MIT",
1106
+ "dependencies": {
1107
+ "@babel/parser": "^7.20.7",
1108
+ "@babel/types": "^7.20.7",
1109
+ "@types/babel__generator": "*",
1110
+ "@types/babel__template": "*",
1111
+ "@types/babel__traverse": "*"
1112
+ }
1113
+ },
1114
+ "node_modules/@types/babel__generator": {
1115
+ "version": "7.27.0",
1116
+ "dev": true,
1117
+ "license": "MIT",
1118
+ "dependencies": {
1119
+ "@babel/types": "^7.0.0"
1120
+ }
1121
+ },
1122
+ "node_modules/@types/babel__template": {
1123
+ "version": "7.4.4",
1124
+ "dev": true,
1125
+ "license": "MIT",
1126
+ "dependencies": {
1127
+ "@babel/parser": "^7.1.0",
1128
+ "@babel/types": "^7.0.0"
1129
+ }
1130
+ },
1131
+ "node_modules/@types/babel__traverse": {
1132
+ "version": "7.28.0",
1133
+ "dev": true,
1134
+ "license": "MIT",
1135
+ "dependencies": {
1136
+ "@babel/types": "^7.28.2"
1137
+ }
1138
+ },
1139
+ "node_modules/@types/estree": {
1140
+ "version": "1.0.8",
1141
+ "dev": true,
1142
+ "license": "MIT"
1143
+ },
1144
+ "node_modules/@vitejs/plugin-react": {
1145
+ "version": "4.7.0",
1146
+ "dev": true,
1147
+ "license": "MIT",
1148
+ "dependencies": {
1149
+ "@babel/core": "^7.28.0",
1150
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
1151
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
1152
+ "@rolldown/pluginutils": "1.0.0-beta.27",
1153
+ "@types/babel__core": "^7.20.5",
1154
+ "react-refresh": "^0.17.0"
1155
+ },
1156
+ "engines": {
1157
+ "node": "^14.18.0 || >=16.0.0"
1158
+ },
1159
+ "peerDependencies": {
1160
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1161
+ }
1162
+ },
1163
+ "node_modules/appointment-client": {
1164
+ "resolved": "..",
1165
+ "link": true
1166
+ },
1167
+ "node_modules/baseline-browser-mapping": {
1168
+ "version": "2.10.13",
1169
+ "dev": true,
1170
+ "license": "Apache-2.0",
1171
+ "bin": {
1172
+ "baseline-browser-mapping": "dist/cli.cjs"
1173
+ },
1174
+ "engines": {
1175
+ "node": ">=6.0.0"
1176
+ }
1177
+ },
1178
+ "node_modules/browserslist": {
1179
+ "version": "4.28.2",
1180
+ "dev": true,
1181
+ "funding": [
1182
+ {
1183
+ "type": "opencollective",
1184
+ "url": "https://opencollective.com/browserslist"
1185
+ },
1186
+ {
1187
+ "type": "tidelift",
1188
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1189
+ },
1190
+ {
1191
+ "type": "github",
1192
+ "url": "https://github.com/sponsors/ai"
1193
+ }
1194
+ ],
1195
+ "license": "MIT",
1196
+ "dependencies": {
1197
+ "baseline-browser-mapping": "^2.10.12",
1198
+ "caniuse-lite": "^1.0.30001782",
1199
+ "electron-to-chromium": "^1.5.328",
1200
+ "node-releases": "^2.0.36",
1201
+ "update-browserslist-db": "^1.2.3"
1202
+ },
1203
+ "bin": {
1204
+ "browserslist": "cli.js"
1205
+ },
1206
+ "engines": {
1207
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1208
+ }
1209
+ },
1210
+ "node_modules/caniuse-lite": {
1211
+ "version": "1.0.30001782",
1212
+ "dev": true,
1213
+ "funding": [
1214
+ {
1215
+ "type": "opencollective",
1216
+ "url": "https://opencollective.com/browserslist"
1217
+ },
1218
+ {
1219
+ "type": "tidelift",
1220
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1221
+ },
1222
+ {
1223
+ "type": "github",
1224
+ "url": "https://github.com/sponsors/ai"
1225
+ }
1226
+ ],
1227
+ "license": "CC-BY-4.0"
1228
+ },
1229
+ "node_modules/convert-source-map": {
1230
+ "version": "2.0.0",
1231
+ "dev": true,
1232
+ "license": "MIT"
1233
+ },
1234
+ "node_modules/debug": {
1235
+ "version": "4.4.3",
1236
+ "dev": true,
1237
+ "license": "MIT",
1238
+ "dependencies": {
1239
+ "ms": "^2.1.3"
1240
+ },
1241
+ "engines": {
1242
+ "node": ">=6.0"
1243
+ },
1244
+ "peerDependenciesMeta": {
1245
+ "supports-color": {
1246
+ "optional": true
1247
+ }
1248
+ }
1249
+ },
1250
+ "node_modules/electron-to-chromium": {
1251
+ "version": "1.5.329",
1252
+ "dev": true,
1253
+ "license": "ISC"
1254
+ },
1255
+ "node_modules/esbuild": {
1256
+ "version": "0.25.12",
1257
+ "dev": true,
1258
+ "hasInstallScript": true,
1259
+ "license": "MIT",
1260
+ "bin": {
1261
+ "esbuild": "bin/esbuild"
1262
+ },
1263
+ "engines": {
1264
+ "node": ">=18"
1265
+ },
1266
+ "optionalDependencies": {
1267
+ "@esbuild/aix-ppc64": "0.25.12",
1268
+ "@esbuild/android-arm": "0.25.12",
1269
+ "@esbuild/android-arm64": "0.25.12",
1270
+ "@esbuild/android-x64": "0.25.12",
1271
+ "@esbuild/darwin-arm64": "0.25.12",
1272
+ "@esbuild/darwin-x64": "0.25.12",
1273
+ "@esbuild/freebsd-arm64": "0.25.12",
1274
+ "@esbuild/freebsd-x64": "0.25.12",
1275
+ "@esbuild/linux-arm": "0.25.12",
1276
+ "@esbuild/linux-arm64": "0.25.12",
1277
+ "@esbuild/linux-ia32": "0.25.12",
1278
+ "@esbuild/linux-loong64": "0.25.12",
1279
+ "@esbuild/linux-mips64el": "0.25.12",
1280
+ "@esbuild/linux-ppc64": "0.25.12",
1281
+ "@esbuild/linux-riscv64": "0.25.12",
1282
+ "@esbuild/linux-s390x": "0.25.12",
1283
+ "@esbuild/linux-x64": "0.25.12",
1284
+ "@esbuild/netbsd-arm64": "0.25.12",
1285
+ "@esbuild/netbsd-x64": "0.25.12",
1286
+ "@esbuild/openbsd-arm64": "0.25.12",
1287
+ "@esbuild/openbsd-x64": "0.25.12",
1288
+ "@esbuild/openharmony-arm64": "0.25.12",
1289
+ "@esbuild/sunos-x64": "0.25.12",
1290
+ "@esbuild/win32-arm64": "0.25.12",
1291
+ "@esbuild/win32-ia32": "0.25.12",
1292
+ "@esbuild/win32-x64": "0.25.12"
1293
+ }
1294
+ },
1295
+ "node_modules/escalade": {
1296
+ "version": "3.2.0",
1297
+ "dev": true,
1298
+ "license": "MIT",
1299
+ "engines": {
1300
+ "node": ">=6"
1301
+ }
1302
+ },
1303
+ "node_modules/fdir": {
1304
+ "version": "6.5.0",
1305
+ "dev": true,
1306
+ "license": "MIT",
1307
+ "engines": {
1308
+ "node": ">=12.0.0"
1309
+ },
1310
+ "peerDependencies": {
1311
+ "picomatch": "^3 || ^4"
1312
+ },
1313
+ "peerDependenciesMeta": {
1314
+ "picomatch": {
1315
+ "optional": true
1316
+ }
1317
+ }
1318
+ },
1319
+ "node_modules/fsevents": {
1320
+ "version": "2.3.3",
1321
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1322
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1323
+ "dev": true,
1324
+ "hasInstallScript": true,
1325
+ "license": "MIT",
1326
+ "optional": true,
1327
+ "os": [
1328
+ "darwin"
1329
+ ],
1330
+ "engines": {
1331
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1332
+ }
1333
+ },
1334
+ "node_modules/gensync": {
1335
+ "version": "1.0.0-beta.2",
1336
+ "dev": true,
1337
+ "license": "MIT",
1338
+ "engines": {
1339
+ "node": ">=6.9.0"
1340
+ }
1341
+ },
1342
+ "node_modules/js-tokens": {
1343
+ "version": "4.0.0",
1344
+ "dev": true,
1345
+ "license": "MIT"
1346
+ },
1347
+ "node_modules/jsesc": {
1348
+ "version": "3.1.0",
1349
+ "dev": true,
1350
+ "license": "MIT",
1351
+ "bin": {
1352
+ "jsesc": "bin/jsesc"
1353
+ },
1354
+ "engines": {
1355
+ "node": ">=6"
1356
+ }
1357
+ },
1358
+ "node_modules/json5": {
1359
+ "version": "2.2.3",
1360
+ "dev": true,
1361
+ "license": "MIT",
1362
+ "bin": {
1363
+ "json5": "lib/cli.js"
1364
+ },
1365
+ "engines": {
1366
+ "node": ">=6"
1367
+ }
1368
+ },
1369
+ "node_modules/lru-cache": {
1370
+ "version": "5.1.1",
1371
+ "dev": true,
1372
+ "license": "ISC",
1373
+ "dependencies": {
1374
+ "yallist": "^3.0.2"
1375
+ }
1376
+ },
1377
+ "node_modules/ms": {
1378
+ "version": "2.1.3",
1379
+ "dev": true,
1380
+ "license": "MIT"
1381
+ },
1382
+ "node_modules/nanoid": {
1383
+ "version": "3.3.11",
1384
+ "dev": true,
1385
+ "funding": [
1386
+ {
1387
+ "type": "github",
1388
+ "url": "https://github.com/sponsors/ai"
1389
+ }
1390
+ ],
1391
+ "license": "MIT",
1392
+ "bin": {
1393
+ "nanoid": "bin/nanoid.cjs"
1394
+ },
1395
+ "engines": {
1396
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1397
+ }
1398
+ },
1399
+ "node_modules/node-releases": {
1400
+ "version": "2.0.36",
1401
+ "dev": true,
1402
+ "license": "MIT"
1403
+ },
1404
+ "node_modules/picocolors": {
1405
+ "version": "1.1.1",
1406
+ "dev": true,
1407
+ "license": "ISC"
1408
+ },
1409
+ "node_modules/picomatch": {
1410
+ "version": "4.0.4",
1411
+ "dev": true,
1412
+ "license": "MIT",
1413
+ "engines": {
1414
+ "node": ">=12"
1415
+ },
1416
+ "funding": {
1417
+ "url": "https://github.com/sponsors/jonschlinkert"
1418
+ }
1419
+ },
1420
+ "node_modules/postcss": {
1421
+ "version": "8.5.8",
1422
+ "dev": true,
1423
+ "funding": [
1424
+ {
1425
+ "type": "opencollective",
1426
+ "url": "https://opencollective.com/postcss/"
1427
+ },
1428
+ {
1429
+ "type": "tidelift",
1430
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1431
+ },
1432
+ {
1433
+ "type": "github",
1434
+ "url": "https://github.com/sponsors/ai"
1435
+ }
1436
+ ],
1437
+ "license": "MIT",
1438
+ "dependencies": {
1439
+ "nanoid": "^3.3.11",
1440
+ "picocolors": "^1.1.1",
1441
+ "source-map-js": "^1.2.1"
1442
+ },
1443
+ "engines": {
1444
+ "node": "^10 || ^12 || >=14"
1445
+ }
1446
+ },
1447
+ "node_modules/react": {
1448
+ "version": "19.2.4",
1449
+ "license": "MIT",
1450
+ "engines": {
1451
+ "node": ">=0.10.0"
1452
+ }
1453
+ },
1454
+ "node_modules/react-dom": {
1455
+ "version": "19.2.4",
1456
+ "license": "MIT",
1457
+ "dependencies": {
1458
+ "scheduler": "^0.27.0"
1459
+ },
1460
+ "peerDependencies": {
1461
+ "react": "^19.2.4"
1462
+ }
1463
+ },
1464
+ "node_modules/react-refresh": {
1465
+ "version": "0.17.0",
1466
+ "dev": true,
1467
+ "license": "MIT",
1468
+ "engines": {
1469
+ "node": ">=0.10.0"
1470
+ }
1471
+ },
1472
+ "node_modules/rollup": {
1473
+ "version": "4.60.1",
1474
+ "dev": true,
1475
+ "license": "MIT",
1476
+ "dependencies": {
1477
+ "@types/estree": "1.0.8"
1478
+ },
1479
+ "bin": {
1480
+ "rollup": "dist/bin/rollup"
1481
+ },
1482
+ "engines": {
1483
+ "node": ">=18.0.0",
1484
+ "npm": ">=8.0.0"
1485
+ },
1486
+ "optionalDependencies": {
1487
+ "@rollup/rollup-android-arm-eabi": "4.60.1",
1488
+ "@rollup/rollup-android-arm64": "4.60.1",
1489
+ "@rollup/rollup-darwin-arm64": "4.60.1",
1490
+ "@rollup/rollup-darwin-x64": "4.60.1",
1491
+ "@rollup/rollup-freebsd-arm64": "4.60.1",
1492
+ "@rollup/rollup-freebsd-x64": "4.60.1",
1493
+ "@rollup/rollup-linux-arm-gnueabihf": "4.60.1",
1494
+ "@rollup/rollup-linux-arm-musleabihf": "4.60.1",
1495
+ "@rollup/rollup-linux-arm64-gnu": "4.60.1",
1496
+ "@rollup/rollup-linux-arm64-musl": "4.60.1",
1497
+ "@rollup/rollup-linux-loong64-gnu": "4.60.1",
1498
+ "@rollup/rollup-linux-loong64-musl": "4.60.1",
1499
+ "@rollup/rollup-linux-ppc64-gnu": "4.60.1",
1500
+ "@rollup/rollup-linux-ppc64-musl": "4.60.1",
1501
+ "@rollup/rollup-linux-riscv64-gnu": "4.60.1",
1502
+ "@rollup/rollup-linux-riscv64-musl": "4.60.1",
1503
+ "@rollup/rollup-linux-s390x-gnu": "4.60.1",
1504
+ "@rollup/rollup-linux-x64-gnu": "4.60.1",
1505
+ "@rollup/rollup-linux-x64-musl": "4.60.1",
1506
+ "@rollup/rollup-openbsd-x64": "4.60.1",
1507
+ "@rollup/rollup-openharmony-arm64": "4.60.1",
1508
+ "@rollup/rollup-win32-arm64-msvc": "4.60.1",
1509
+ "@rollup/rollup-win32-ia32-msvc": "4.60.1",
1510
+ "@rollup/rollup-win32-x64-gnu": "4.60.1",
1511
+ "@rollup/rollup-win32-x64-msvc": "4.60.1",
1512
+ "fsevents": "~2.3.2"
1513
+ }
1514
+ },
1515
+ "node_modules/scheduler": {
1516
+ "version": "0.27.0",
1517
+ "license": "MIT"
1518
+ },
1519
+ "node_modules/semver": {
1520
+ "version": "6.3.1",
1521
+ "dev": true,
1522
+ "license": "ISC",
1523
+ "bin": {
1524
+ "semver": "bin/semver.js"
1525
+ }
1526
+ },
1527
+ "node_modules/source-map-js": {
1528
+ "version": "1.2.1",
1529
+ "dev": true,
1530
+ "license": "BSD-3-Clause",
1531
+ "engines": {
1532
+ "node": ">=0.10.0"
1533
+ }
1534
+ },
1535
+ "node_modules/tinyglobby": {
1536
+ "version": "0.2.15",
1537
+ "dev": true,
1538
+ "license": "MIT",
1539
+ "dependencies": {
1540
+ "fdir": "^6.5.0",
1541
+ "picomatch": "^4.0.3"
1542
+ },
1543
+ "engines": {
1544
+ "node": ">=12.0.0"
1545
+ },
1546
+ "funding": {
1547
+ "url": "https://github.com/sponsors/SuperchupuDev"
1548
+ }
1549
+ },
1550
+ "node_modules/update-browserslist-db": {
1551
+ "version": "1.2.3",
1552
+ "dev": true,
1553
+ "funding": [
1554
+ {
1555
+ "type": "opencollective",
1556
+ "url": "https://opencollective.com/browserslist"
1557
+ },
1558
+ {
1559
+ "type": "tidelift",
1560
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1561
+ },
1562
+ {
1563
+ "type": "github",
1564
+ "url": "https://github.com/sponsors/ai"
1565
+ }
1566
+ ],
1567
+ "license": "MIT",
1568
+ "dependencies": {
1569
+ "escalade": "^3.2.0",
1570
+ "picocolors": "^1.1.1"
1571
+ },
1572
+ "bin": {
1573
+ "update-browserslist-db": "cli.js"
1574
+ },
1575
+ "peerDependencies": {
1576
+ "browserslist": ">= 4.21.0"
1577
+ }
1578
+ },
1579
+ "node_modules/vite": {
1580
+ "version": "6.4.1",
1581
+ "dev": true,
1582
+ "license": "MIT",
1583
+ "dependencies": {
1584
+ "esbuild": "^0.25.0",
1585
+ "fdir": "^6.4.4",
1586
+ "picomatch": "^4.0.2",
1587
+ "postcss": "^8.5.3",
1588
+ "rollup": "^4.34.9",
1589
+ "tinyglobby": "^0.2.13"
1590
+ },
1591
+ "bin": {
1592
+ "vite": "bin/vite.js"
1593
+ },
1594
+ "engines": {
1595
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
1596
+ },
1597
+ "funding": {
1598
+ "url": "https://github.com/vitejs/vite?sponsor=1"
1599
+ },
1600
+ "optionalDependencies": {
1601
+ "fsevents": "~2.3.3"
1602
+ },
1603
+ "peerDependencies": {
1604
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
1605
+ "jiti": ">=1.21.0",
1606
+ "less": "*",
1607
+ "lightningcss": "^1.21.0",
1608
+ "sass": "*",
1609
+ "sass-embedded": "*",
1610
+ "stylus": "*",
1611
+ "sugarss": "*",
1612
+ "terser": "^5.16.0",
1613
+ "tsx": "^4.8.1",
1614
+ "yaml": "^2.4.2"
1615
+ },
1616
+ "peerDependenciesMeta": {
1617
+ "@types/node": {
1618
+ "optional": true
1619
+ },
1620
+ "jiti": {
1621
+ "optional": true
1622
+ },
1623
+ "less": {
1624
+ "optional": true
1625
+ },
1626
+ "lightningcss": {
1627
+ "optional": true
1628
+ },
1629
+ "sass": {
1630
+ "optional": true
1631
+ },
1632
+ "sass-embedded": {
1633
+ "optional": true
1634
+ },
1635
+ "stylus": {
1636
+ "optional": true
1637
+ },
1638
+ "sugarss": {
1639
+ "optional": true
1640
+ },
1641
+ "terser": {
1642
+ "optional": true
1643
+ },
1644
+ "tsx": {
1645
+ "optional": true
1646
+ },
1647
+ "yaml": {
1648
+ "optional": true
1649
+ }
1650
+ }
1651
+ },
1652
+ "node_modules/yallist": {
1653
+ "version": "3.1.1",
1654
+ "dev": true,
1655
+ "license": "ISC"
1656
+ }
1657
+ }
1658
+ }