@blazeo.com/appointment-client 1.0.3 → 1.0.5

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