-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathyarn.lock
More file actions
25818 lines (23361 loc) · 909 KB
/
yarn.lock
File metadata and controls
25818 lines (23361 loc) · 909 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10
"@algolia/abtesting@npm:1.1.0":
version: 1.1.0
resolution: "@algolia/abtesting@npm:1.1.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@algolia/requester-browser-xhr": "npm:5.35.0"
"@algolia/requester-fetch": "npm:5.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
checksum: 10/92eb6135724fa797f3b77744765eb25e67840a0d77a322e27fbdb3434d48f95c2f7dfee54298587707b25eba4e4e2c3b929d74f800586d5cb52bc08ac9f336d7
languageName: node
linkType: hard
"@algolia/client-abtesting@npm:5.35.0":
version: 5.35.0
resolution: "@algolia/client-abtesting@npm:5.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@algolia/requester-browser-xhr": "npm:5.35.0"
"@algolia/requester-fetch": "npm:5.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
checksum: 10/6f39e958640026cee5bc94503ac14561cca670097c1215d1e48be7799c9ec383be86d295a0a5055e40fba74a9cd07b86be8c61d6d33a36122935247e47daa452
languageName: node
linkType: hard
"@algolia/client-analytics@npm:5.35.0":
version: 5.35.0
resolution: "@algolia/client-analytics@npm:5.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@algolia/requester-browser-xhr": "npm:5.35.0"
"@algolia/requester-fetch": "npm:5.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
checksum: 10/209ad6520dc7716aed7351e433a81a6fea3b8388b32b3db8bdc2d600e34b3229b5e82495815e11288c4b1d6809761cc55589ac6716c22d719091ab41ca4e0c21
languageName: node
linkType: hard
"@algolia/client-common@npm:5.35.0":
version: 5.35.0
resolution: "@algolia/client-common@npm:5.35.0"
checksum: 10/a735c16b8a9fa0345c12e834ff0b729de984fe341db03322a5a62dbfe4b6170a9d2003d6ae84dacd1441bc3c71d386d71da204356035eab05e6121676ffbcd75
languageName: node
linkType: hard
"@algolia/client-insights@npm:5.35.0":
version: 5.35.0
resolution: "@algolia/client-insights@npm:5.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@algolia/requester-browser-xhr": "npm:5.35.0"
"@algolia/requester-fetch": "npm:5.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
checksum: 10/650db0777af8e698d8fb51f4e26bdf929a6443d1369a0b60a5c720e2ca97bd074d9e0b74a135038e5f8bf2fed7d7fb06fb108827fd25436752b46045684347ff
languageName: node
linkType: hard
"@algolia/client-personalization@npm:5.35.0":
version: 5.35.0
resolution: "@algolia/client-personalization@npm:5.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@algolia/requester-browser-xhr": "npm:5.35.0"
"@algolia/requester-fetch": "npm:5.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
checksum: 10/c49960ffdf8c12d8859b998a5fadca84a8ac470c02e928a20bfc06216c83f2d01cbc1525a777c56b3c4e371c5fa96e00cc77feed248ecec4ebae4344c22e74d1
languageName: node
linkType: hard
"@algolia/client-query-suggestions@npm:5.35.0":
version: 5.35.0
resolution: "@algolia/client-query-suggestions@npm:5.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@algolia/requester-browser-xhr": "npm:5.35.0"
"@algolia/requester-fetch": "npm:5.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
checksum: 10/6bdda982c57e78d7b4b2670c717b89dd37406820d94af826b420c7e02b3cfd98e7d85626b1c3519b4fc524e695e6dfa6c5faf341306d82dadc9f1c439bec4f33
languageName: node
linkType: hard
"@algolia/client-search@npm:5.35.0":
version: 5.35.0
resolution: "@algolia/client-search@npm:5.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@algolia/requester-browser-xhr": "npm:5.35.0"
"@algolia/requester-fetch": "npm:5.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
checksum: 10/91336efa9881df3831e1ec2d834c11d95f3d03fd28bf43734da5c85c5ec67a77e09c71319cb44a84ab70274003b29b1922196763c335923dd1086865b086f5c9
languageName: node
linkType: hard
"@algolia/ingestion@npm:1.35.0":
version: 1.35.0
resolution: "@algolia/ingestion@npm:1.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@algolia/requester-browser-xhr": "npm:5.35.0"
"@algolia/requester-fetch": "npm:5.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
checksum: 10/ec8228111660f198a935f95ca3724f363799f4bab7fef9a84f4e604f676ec688c3bbf792f49d77d0cc73b46a3eb6b16f31772ebde50d832b34d1aed685ef3614
languageName: node
linkType: hard
"@algolia/monitoring@npm:1.35.0":
version: 1.35.0
resolution: "@algolia/monitoring@npm:1.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@algolia/requester-browser-xhr": "npm:5.35.0"
"@algolia/requester-fetch": "npm:5.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
checksum: 10/417a243e81a7826d0288c6b8d7d2c95370a499f2ddcd387a8618c38800cf9cf0703de51cb6689210fee4211b96049b59b308498a7451b4757ccd640069b3db5c
languageName: node
linkType: hard
"@algolia/recommend@npm:5.35.0":
version: 5.35.0
resolution: "@algolia/recommend@npm:5.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@algolia/requester-browser-xhr": "npm:5.35.0"
"@algolia/requester-fetch": "npm:5.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
checksum: 10/292f5dda08e6b80ce656680d8f0e308d3702ae7bfcbf1d4fd63562662f15918a054dd3215df13a3e2be81a3c7bc0f5401cf36342fe6d93b4a133666fa31fd70b
languageName: node
linkType: hard
"@algolia/requester-browser-xhr@npm:5.35.0":
version: 5.35.0
resolution: "@algolia/requester-browser-xhr@npm:5.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
checksum: 10/fe5e6c022577fc8267c961814b5b90550a7f115da69ad2ec37855c5f20639e843b8faeeda4ac9f50fc4bd1a414e97c90fd77617d54eaaba9ca11ebbf1fd31c0a
languageName: node
linkType: hard
"@algolia/requester-fetch@npm:5.35.0":
version: 5.35.0
resolution: "@algolia/requester-fetch@npm:5.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
checksum: 10/706e3297fd6bb4439da499111bf5d393bba62c8941eedb840eebe892bad288a78c16eebc289ef53d313678369047b4889510b1fab417dd0d80fc304a9730d0e1
languageName: node
linkType: hard
"@algolia/requester-node-http@npm:5.35.0":
version: 5.35.0
resolution: "@algolia/requester-node-http@npm:5.35.0"
dependencies:
"@algolia/client-common": "npm:5.35.0"
checksum: 10/4a2f527d0696407956a5f32bd9eeb61c8e33473c469900ff669afbb25f74664c49ef0cc22dd42f26f0872b45bf10429d5faa2f9a259efdddfa1469f18ffe8087
languageName: node
linkType: hard
"@ampproject/remapping@npm:2.3.0, @ampproject/remapping@npm:^2.2.0, @ampproject/remapping@npm:^2.3.0":
version: 2.3.0
resolution: "@ampproject/remapping@npm:2.3.0"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.24"
checksum: 10/f3451525379c68a73eb0a1e65247fbf28c0cccd126d93af21c75fceff77773d43c0d4a2d51978fb131aff25b5f2cb41a9fe48cc296e61ae65e679c4f6918b0ab
languageName: node
linkType: hard
"@angular-devkit/architect@npm:0.2003.17, @angular-devkit/architect@npm:>= 0.2000.0 < 0.2100.0":
version: 0.2003.17
resolution: "@angular-devkit/architect@npm:0.2003.17"
dependencies:
"@angular-devkit/core": "npm:20.3.17"
rxjs: "npm:7.8.2"
checksum: 10/0158b7ef3d751170b7c2b15386d362f286ba7834ea5e7da4a551e9383706af4558797de86064f2502f7cd762924e85127b27e07af41024aed991dfabdf2cd956
languageName: node
linkType: hard
"@angular-devkit/architect@npm:0.2003.9":
version: 0.2003.9
resolution: "@angular-devkit/architect@npm:0.2003.9"
dependencies:
"@angular-devkit/core": "npm:20.3.9"
rxjs: "npm:7.8.2"
checksum: 10/14b3ccca1825c70fe819b01d75b5192384f15a4a00414d833ecdb8b90b45233870fc46af3b72922dacf0287956942dcb8aa70054225a1eac522e7960e82faf0e
languageName: node
linkType: hard
"@angular-devkit/build-angular@npm:20":
version: 20.3.17
resolution: "@angular-devkit/build-angular@npm:20.3.17"
dependencies:
"@ampproject/remapping": "npm:2.3.0"
"@angular-devkit/architect": "npm:0.2003.17"
"@angular-devkit/build-webpack": "npm:0.2003.17"
"@angular-devkit/core": "npm:20.3.17"
"@angular/build": "npm:20.3.17"
"@babel/core": "npm:7.28.3"
"@babel/generator": "npm:7.28.3"
"@babel/helper-annotate-as-pure": "npm:7.27.3"
"@babel/helper-split-export-declaration": "npm:7.24.7"
"@babel/plugin-transform-async-generator-functions": "npm:7.28.0"
"@babel/plugin-transform-async-to-generator": "npm:7.27.1"
"@babel/plugin-transform-runtime": "npm:7.28.3"
"@babel/preset-env": "npm:7.28.3"
"@babel/runtime": "npm:7.28.3"
"@discoveryjs/json-ext": "npm:0.6.3"
"@ngtools/webpack": "npm:20.3.17"
ansi-colors: "npm:4.1.3"
autoprefixer: "npm:10.4.21"
babel-loader: "npm:10.0.0"
browserslist: "npm:^4.21.5"
copy-webpack-plugin: "npm:13.0.1"
css-loader: "npm:7.1.2"
esbuild: "npm:0.25.9"
esbuild-wasm: "npm:0.25.9"
fast-glob: "npm:3.3.3"
http-proxy-middleware: "npm:3.0.5"
istanbul-lib-instrument: "npm:6.0.3"
jsonc-parser: "npm:3.3.1"
karma-source-map-support: "npm:1.4.0"
less: "npm:4.4.0"
less-loader: "npm:12.3.0"
license-webpack-plugin: "npm:4.0.2"
loader-utils: "npm:3.3.1"
mini-css-extract-plugin: "npm:2.9.4"
open: "npm:10.2.0"
ora: "npm:8.2.0"
picomatch: "npm:4.0.3"
piscina: "npm:5.1.3"
postcss: "npm:8.5.6"
postcss-loader: "npm:8.1.1"
resolve-url-loader: "npm:5.0.0"
rxjs: "npm:7.8.2"
sass: "npm:1.90.0"
sass-loader: "npm:16.0.5"
semver: "npm:7.7.2"
source-map-loader: "npm:5.0.0"
source-map-support: "npm:0.5.21"
terser: "npm:5.43.1"
tree-kill: "npm:1.2.2"
tslib: "npm:2.8.1"
webpack: "npm:5.105.0"
webpack-dev-middleware: "npm:7.4.2"
webpack-dev-server: "npm:5.2.2"
webpack-merge: "npm:6.0.1"
webpack-subresource-integrity: "npm:5.1.0"
peerDependencies:
"@angular/compiler-cli": ^20.0.0
"@angular/core": ^20.0.0
"@angular/localize": ^20.0.0
"@angular/platform-browser": ^20.0.0
"@angular/platform-server": ^20.0.0
"@angular/service-worker": ^20.0.0
"@angular/ssr": ^20.3.17
"@web/test-runner": ^0.20.0
browser-sync: ^3.0.2
jest: ^29.5.0 || ^30.2.0
jest-environment-jsdom: ^29.5.0 || ^30.2.0
karma: ^6.3.0
ng-packagr: ^20.0.0
protractor: ^7.0.0
tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0
typescript: ">=5.8 <6.0"
dependenciesMeta:
esbuild:
optional: true
peerDependenciesMeta:
"@angular/core":
optional: true
"@angular/localize":
optional: true
"@angular/platform-browser":
optional: true
"@angular/platform-server":
optional: true
"@angular/service-worker":
optional: true
"@angular/ssr":
optional: true
"@web/test-runner":
optional: true
browser-sync:
optional: true
jest:
optional: true
jest-environment-jsdom:
optional: true
karma:
optional: true
ng-packagr:
optional: true
protractor:
optional: true
tailwindcss:
optional: true
checksum: 10/d8cde7f7e771635c6d09c03bcaf63d97ac572b2e5259d49541649e590eb567ab3bd85ad88ffaab733fc18edffbba0b6df721081d4b3397db5727320a3048c91d
languageName: node
linkType: hard
"@angular-devkit/build-webpack@npm:0.2003.17":
version: 0.2003.17
resolution: "@angular-devkit/build-webpack@npm:0.2003.17"
dependencies:
"@angular-devkit/architect": "npm:0.2003.17"
rxjs: "npm:7.8.2"
peerDependencies:
webpack: ^5.30.0
webpack-dev-server: ^5.0.2
checksum: 10/18373d1c7eb39ac3f6775803df5c5f95e156e76c21d4e595e4ae458d29e39969edebfba09e4fc5c899c7fb7ad54d2595c8d1cdc1dbe1115d06850acf294cc199
languageName: node
linkType: hard
"@angular-devkit/core@npm:20, @angular-devkit/core@npm:20.3.17, @angular-devkit/core@npm:>= 20.0.0 < 21.0.0":
version: 20.3.17
resolution: "@angular-devkit/core@npm:20.3.17"
dependencies:
ajv: "npm:8.17.1"
ajv-formats: "npm:3.0.1"
jsonc-parser: "npm:3.3.1"
picomatch: "npm:4.0.3"
rxjs: "npm:7.8.2"
source-map: "npm:0.7.6"
peerDependencies:
chokidar: ^4.0.0
peerDependenciesMeta:
chokidar:
optional: true
checksum: 10/7a2576a178ecbd39bbf490c54e4c60f06cba3b44e41d8313dcfe2f95443fd817edd5832f7a78a1aecf3fa0bc2d5b3986eee2ab19a28d4ab1560cf07b7b802c6d
languageName: node
linkType: hard
"@angular-devkit/core@npm:20.3.9":
version: 20.3.9
resolution: "@angular-devkit/core@npm:20.3.9"
dependencies:
ajv: "npm:8.17.1"
ajv-formats: "npm:3.0.1"
jsonc-parser: "npm:3.3.1"
picomatch: "npm:4.0.3"
rxjs: "npm:7.8.2"
source-map: "npm:0.7.6"
peerDependencies:
chokidar: ^4.0.0
peerDependenciesMeta:
chokidar:
optional: true
checksum: 10/478399540ccc2f96e575257c55fc339ee89d721cac7ef7969b3bf70e12f141e1030f7ac2e558b1ece7382f4d4dc5a2a9a819ca35d315d14fa6c973064435adc0
languageName: node
linkType: hard
"@angular-devkit/schematics@npm:20.3.9":
version: 20.3.9
resolution: "@angular-devkit/schematics@npm:20.3.9"
dependencies:
"@angular-devkit/core": "npm:20.3.9"
jsonc-parser: "npm:3.3.1"
magic-string: "npm:0.30.17"
ora: "npm:8.2.0"
rxjs: "npm:7.8.2"
checksum: 10/69c8bf8b3680249410b5552caedcb5e836ba4c9f0972b9f21a93f5320b9327512437504a532712669b578885d03aad9cc26ae2c4e3bf6baffbbf3bb996e03b8b
languageName: node
linkType: hard
"@angular-devkit/schematics@npm:>= 20.0.0 < 21.0.0":
version: 20.3.17
resolution: "@angular-devkit/schematics@npm:20.3.17"
dependencies:
"@angular-devkit/core": "npm:20.3.17"
jsonc-parser: "npm:3.3.1"
magic-string: "npm:0.30.17"
ora: "npm:8.2.0"
rxjs: "npm:7.8.2"
checksum: 10/33ba196741a614a2c7731f2abe2e8f4d369fbc4dc40efaace6b49c1ab87a7fcbdb3a19b23eb89504e3b8a3243d03e8890e5f55d67366f79ed65795178959f49d
languageName: node
linkType: hard
"@angular-eslint/builder@npm:20.3.0":
version: 20.3.0
resolution: "@angular-eslint/builder@npm:20.3.0"
dependencies:
"@angular-devkit/architect": "npm:>= 0.2000.0 < 0.2100.0"
"@angular-devkit/core": "npm:>= 20.0.0 < 21.0.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: "*"
checksum: 10/877b8a8db70bbf9527a3f2aba6787b1713dfd16a47e7ecb73b12af443f4d4b51f6969ccfc5a001fcb7a825e9d317d202593e52e6134ba5e7a8e73f735febd21e
languageName: node
linkType: hard
"@angular-eslint/bundled-angular-compiler@npm:20.3.0":
version: 20.3.0
resolution: "@angular-eslint/bundled-angular-compiler@npm:20.3.0"
checksum: 10/b468eee358d54ec78a76f2d69d82b0959a01a4f6619c0892add1da5b0645ddd09f30c239da488213af2275091e54561eb3eb8ba5bd054d68bbd45039cc925e36
languageName: node
linkType: hard
"@angular-eslint/eslint-plugin-template@npm:20.3.0":
version: 20.3.0
resolution: "@angular-eslint/eslint-plugin-template@npm:20.3.0"
dependencies:
"@angular-eslint/bundled-angular-compiler": "npm:20.3.0"
"@angular-eslint/utils": "npm:20.3.0"
aria-query: "npm:5.3.2"
axobject-query: "npm:4.1.0"
peerDependencies:
"@angular-eslint/template-parser": 20.3.0
"@typescript-eslint/types": ^7.11.0 || ^8.0.0
"@typescript-eslint/utils": ^7.11.0 || ^8.0.0
eslint: ^8.57.0 || ^9.0.0
typescript: "*"
checksum: 10/49e6e5fb940c3b3640d5e93c9de37f36f6e4ce0bf55fa1307fcf47957738d4d3843e0eaa8408b36dd213561064ccdf06568a0f50080794d04f8f61c8bde81e6f
languageName: node
linkType: hard
"@angular-eslint/eslint-plugin@npm:20.3.0":
version: 20.3.0
resolution: "@angular-eslint/eslint-plugin@npm:20.3.0"
dependencies:
"@angular-eslint/bundled-angular-compiler": "npm:20.3.0"
"@angular-eslint/utils": "npm:20.3.0"
ts-api-utils: "npm:^2.1.0"
peerDependencies:
"@typescript-eslint/utils": ^7.11.0 || ^8.0.0
eslint: ^8.57.0 || ^9.0.0
typescript: "*"
checksum: 10/fc5f001007fbd3f975e3cd6337ac71974fb20d35efa341c9d9be4af03d722bcc4435b5507faed7a380463f59cb955c575a3411b8a8bef66e103ad570cf476bf3
languageName: node
linkType: hard
"@angular-eslint/schematics@npm:20.3.0":
version: 20.3.0
resolution: "@angular-eslint/schematics@npm:20.3.0"
dependencies:
"@angular-devkit/core": "npm:>= 20.0.0 < 21.0.0"
"@angular-devkit/schematics": "npm:>= 20.0.0 < 21.0.0"
"@angular-eslint/eslint-plugin": "npm:20.3.0"
"@angular-eslint/eslint-plugin-template": "npm:20.3.0"
ignore: "npm:7.0.5"
semver: "npm:7.7.2"
strip-json-comments: "npm:3.1.1"
checksum: 10/b672936a3e016b8ce3e6f2067a3c060769430cccc7bbc0eace6dc0b911474ff5518f3a509b092a4f593c51875d190a263646a2b3e5041fa3337f2f29612f160d
languageName: node
linkType: hard
"@angular-eslint/template-parser@npm:20.3.0":
version: 20.3.0
resolution: "@angular-eslint/template-parser@npm:20.3.0"
dependencies:
"@angular-eslint/bundled-angular-compiler": "npm:20.3.0"
eslint-scope: "npm:^8.0.2"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: "*"
checksum: 10/665b7b6e44e5c4ab29902749162702f17b74caad9f02a76caaebfe90a5b9e40c7c758d0a202b2af4a29f48e878eed47105ab9b76f677d35b79880936299ed6f4
languageName: node
linkType: hard
"@angular-eslint/utils@npm:20.3.0":
version: 20.3.0
resolution: "@angular-eslint/utils@npm:20.3.0"
dependencies:
"@angular-eslint/bundled-angular-compiler": "npm:20.3.0"
peerDependencies:
"@typescript-eslint/utils": ^7.11.0 || ^8.0.0
eslint: ^8.57.0 || ^9.0.0
typescript: "*"
checksum: 10/1cc8352805c41883beac0bf27aa867552196403286545d26aa1ba6a5b6d46693ac3aecd84dd00b13a2dae6ed3135b8709f1dae34dba54f68c96e9e5baae48195
languageName: node
linkType: hard
"@angular/animations@npm:20.3.16":
version: 20.3.16
resolution: "@angular/animations@npm:20.3.16"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 20.3.16
checksum: 10/923731d643f049a2328ac9736182d57e39b566fe96370a2254810b66c00535dd94651bb3df86fd18c728505ad596e7139675c42f22a668e17fb76c6e15a7ffb3
languageName: node
linkType: hard
"@angular/build@npm:20.3.17":
version: 20.3.17
resolution: "@angular/build@npm:20.3.17"
dependencies:
"@ampproject/remapping": "npm:2.3.0"
"@angular-devkit/architect": "npm:0.2003.17"
"@babel/core": "npm:7.28.3"
"@babel/helper-annotate-as-pure": "npm:7.27.3"
"@babel/helper-split-export-declaration": "npm:7.24.7"
"@inquirer/confirm": "npm:5.1.14"
"@vitejs/plugin-basic-ssl": "npm:2.1.0"
beasties: "npm:0.3.5"
browserslist: "npm:^4.23.0"
esbuild: "npm:0.25.9"
https-proxy-agent: "npm:7.0.6"
istanbul-lib-instrument: "npm:6.0.3"
jsonc-parser: "npm:3.3.1"
listr2: "npm:9.0.1"
lmdb: "npm:3.4.2"
magic-string: "npm:0.30.17"
mrmime: "npm:2.0.1"
parse5-html-rewriting-stream: "npm:8.0.0"
picomatch: "npm:4.0.3"
piscina: "npm:5.1.3"
rollup: "npm:4.52.3"
sass: "npm:1.90.0"
semver: "npm:7.7.2"
source-map-support: "npm:0.5.21"
tinyglobby: "npm:0.2.14"
vite: "npm:7.1.11"
watchpack: "npm:2.4.4"
peerDependencies:
"@angular/compiler": ^20.0.0
"@angular/compiler-cli": ^20.0.0
"@angular/core": ^20.0.0
"@angular/localize": ^20.0.0
"@angular/platform-browser": ^20.0.0
"@angular/platform-server": ^20.0.0
"@angular/service-worker": ^20.0.0
"@angular/ssr": ^20.3.17
karma: ^6.4.0
less: ^4.2.0
ng-packagr: ^20.0.0
postcss: ^8.4.0
tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0
tslib: ^2.3.0
typescript: ">=5.8 <6.0"
vitest: ^3.1.1
dependenciesMeta:
lmdb:
optional: true
peerDependenciesMeta:
"@angular/core":
optional: true
"@angular/localize":
optional: true
"@angular/platform-browser":
optional: true
"@angular/platform-server":
optional: true
"@angular/service-worker":
optional: true
"@angular/ssr":
optional: true
karma:
optional: true
less:
optional: true
ng-packagr:
optional: true
postcss:
optional: true
tailwindcss:
optional: true
vitest:
optional: true
checksum: 10/a79e770467b138514c30907a026919521dc22cea61515cc96f3ea30b43d7db6fc2d324b4acaf2c5ad41ccdc060732d1d4fe7e94f09ac95d759db5ab2598dbd30
languageName: node
linkType: hard
"@angular/cdk@npm:^17.3.8":
version: 17.3.10
resolution: "@angular/cdk@npm:17.3.10"
dependencies:
parse5: "npm:^7.1.2"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ^17.0.0 || ^18.0.0
"@angular/core": ^17.0.0 || ^18.0.0
rxjs: ^6.5.3 || ^7.4.0
dependenciesMeta:
parse5:
optional: true
checksum: 10/2e83fc75783750ffa025d1dc31da303e6a5f7da617c33dd190e8294c7fba6c633f6e410f19b6f41382cd0c5c918a59f27fbb9af01a651d753c7e2429c6a2ab65
languageName: node
linkType: hard
"@angular/cli@npm:20.3.9":
version: 20.3.9
resolution: "@angular/cli@npm:20.3.9"
dependencies:
"@angular-devkit/architect": "npm:0.2003.9"
"@angular-devkit/core": "npm:20.3.9"
"@angular-devkit/schematics": "npm:20.3.9"
"@inquirer/prompts": "npm:7.8.2"
"@listr2/prompt-adapter-inquirer": "npm:3.0.1"
"@modelcontextprotocol/sdk": "npm:1.17.3"
"@schematics/angular": "npm:20.3.9"
"@yarnpkg/lockfile": "npm:1.1.0"
algoliasearch: "npm:5.35.0"
ini: "npm:5.0.0"
jsonc-parser: "npm:3.3.1"
listr2: "npm:9.0.1"
npm-package-arg: "npm:13.0.0"
pacote: "npm:21.0.0"
resolve: "npm:1.22.10"
semver: "npm:7.7.2"
yargs: "npm:18.0.0"
zod: "npm:3.25.76"
bin:
ng: bin/ng.js
checksum: 10/898c1bae58925d6673de99e923241972feed4cfada2fe68c08878ab3cf9a64edd85cfdbd39314ba1bc79aacc7f82daff5e3d8d91b5d0f0a6c8e6a6f29751e038
languageName: node
linkType: hard
"@angular/common@npm:20.3.16":
version: 20.3.16
resolution: "@angular/common@npm:20.3.16"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 20.3.16
rxjs: ^6.5.3 || ^7.4.0
checksum: 10/1214f85799536bf47892c64ecadc3bfe79b043f84184286cfdff6fd7b8877a00bae27111c8840d732ec33796721d8145ddea9950a251594d6eecb97b4b8bbc46
languageName: node
linkType: hard
"@angular/compiler-cli@npm:20.3.16":
version: 20.3.16
resolution: "@angular/compiler-cli@npm:20.3.16"
dependencies:
"@babel/core": "npm:7.28.3"
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
chokidar: "npm:^4.0.0"
convert-source-map: "npm:^1.5.1"
reflect-metadata: "npm:^0.2.0"
semver: "npm:^7.0.0"
tslib: "npm:^2.3.0"
yargs: "npm:^18.0.0"
peerDependencies:
"@angular/compiler": 20.3.16
typescript: ">=5.8 <6.0"
peerDependenciesMeta:
typescript:
optional: true
bin:
ng-xi18n: bundles/src/bin/ng_xi18n.js
ngc: bundles/src/bin/ngc.js
checksum: 10/0da73bb864bb441159d1319b9ba270c9d9e8e742092f8bf3a4cc6b5db32ebbde505b5d07894c1a5ff7a78f2a966abe533064eafcc94fdfe648d3920b3f7141f0
languageName: node
linkType: hard
"@angular/compiler@npm:20.3.16":
version: 20.3.16
resolution: "@angular/compiler@npm:20.3.16"
dependencies:
tslib: "npm:^2.3.0"
checksum: 10/2b5b324dbfe06f9be44e2355e9af2856ceebc57d70cf405dd2eb59687182e089c303c140ba9157b561534ab7f49552e8d2fcd4488a7850c1905c7799220079e3
languageName: node
linkType: hard
"@angular/compiler@npm:9.0.0":
version: 9.0.0
resolution: "@angular/compiler@npm:9.0.0"
peerDependencies:
tslib: ^1.10.0
checksum: 10/205d172de45978ce71064035bd12fdb482447202d4aecb3707128771531eefab269c93adceeacb0ad9e6095a563f62959b9d4aaf476d4542b14ee0fb5f7fe88f
languageName: node
linkType: hard
"@angular/core@npm:20.3.16":
version: 20.3.16
resolution: "@angular/core@npm:20.3.16"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/compiler": 20.3.16
rxjs: ^6.5.3 || ^7.4.0
zone.js: ~0.15.0
peerDependenciesMeta:
"@angular/compiler":
optional: true
zone.js:
optional: true
checksum: 10/0861203e7574ab76f21e580b1e5e70390e658fb54e1db16103e0612eb5808ee52bf04cee37ec1964b3f518036db89c74a933c5591ea1c195a438353db6f6866a
languageName: node
linkType: hard
"@angular/core@npm:9.0.0":
version: 9.0.0
resolution: "@angular/core@npm:9.0.0"
peerDependencies:
rxjs: ^6.5.3
tslib: ^1.10.0
zone.js: ~0.10.2
checksum: 10/4e3ff81cfcc0fb0cd07609f6ebc98491a6b352499c9dfa93ea0e11da66dccd95a09cfc9799a850631b866bd5c8cfc61b8d7870c38692a7532a37eb7eabd57537
languageName: node
linkType: hard
"@angular/forms@npm:20.3.16":
version: 20.3.16
resolution: "@angular/forms@npm:20.3.16"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 20.3.16
"@angular/core": 20.3.16
"@angular/platform-browser": 20.3.16
rxjs: ^6.5.3 || ^7.4.0
checksum: 10/7c0eda7e6fea821b306534f75e8871491d7011c9fd5ee17a16bc4d8c3631118d2e53b4a0ca954df33df75290418937244bd49824b7388f43073ccb6a8c4ae233
languageName: node
linkType: hard
"@angular/language-service@npm:20.3.16":
version: 20.3.16
resolution: "@angular/language-service@npm:20.3.16"
checksum: 10/04109790d4081ffd9f8e53d765c3efcbb6ae89c314b4445aafd14ce1cb0f092e9c1798428b16fdf114861a7f7b14a3ee433f4efcb72abaf8441d678a0c1e9938
languageName: node
linkType: hard
"@angular/material@npm:^17.3.8":
version: 17.3.10
resolution: "@angular/material@npm:17.3.10"
dependencies:
"@material/animation": "npm:15.0.0-canary.7f224ddd4.0"
"@material/auto-init": "npm:15.0.0-canary.7f224ddd4.0"
"@material/banner": "npm:15.0.0-canary.7f224ddd4.0"
"@material/base": "npm:15.0.0-canary.7f224ddd4.0"
"@material/button": "npm:15.0.0-canary.7f224ddd4.0"
"@material/card": "npm:15.0.0-canary.7f224ddd4.0"
"@material/checkbox": "npm:15.0.0-canary.7f224ddd4.0"
"@material/chips": "npm:15.0.0-canary.7f224ddd4.0"
"@material/circular-progress": "npm:15.0.0-canary.7f224ddd4.0"
"@material/data-table": "npm:15.0.0-canary.7f224ddd4.0"
"@material/density": "npm:15.0.0-canary.7f224ddd4.0"
"@material/dialog": "npm:15.0.0-canary.7f224ddd4.0"
"@material/dom": "npm:15.0.0-canary.7f224ddd4.0"
"@material/drawer": "npm:15.0.0-canary.7f224ddd4.0"
"@material/elevation": "npm:15.0.0-canary.7f224ddd4.0"
"@material/fab": "npm:15.0.0-canary.7f224ddd4.0"
"@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0"
"@material/floating-label": "npm:15.0.0-canary.7f224ddd4.0"
"@material/form-field": "npm:15.0.0-canary.7f224ddd4.0"
"@material/icon-button": "npm:15.0.0-canary.7f224ddd4.0"
"@material/image-list": "npm:15.0.0-canary.7f224ddd4.0"
"@material/layout-grid": "npm:15.0.0-canary.7f224ddd4.0"
"@material/line-ripple": "npm:15.0.0-canary.7f224ddd4.0"
"@material/linear-progress": "npm:15.0.0-canary.7f224ddd4.0"
"@material/list": "npm:15.0.0-canary.7f224ddd4.0"
"@material/menu": "npm:15.0.0-canary.7f224ddd4.0"
"@material/menu-surface": "npm:15.0.0-canary.7f224ddd4.0"
"@material/notched-outline": "npm:15.0.0-canary.7f224ddd4.0"
"@material/radio": "npm:15.0.0-canary.7f224ddd4.0"
"@material/ripple": "npm:15.0.0-canary.7f224ddd4.0"
"@material/rtl": "npm:15.0.0-canary.7f224ddd4.0"
"@material/segmented-button": "npm:15.0.0-canary.7f224ddd4.0"
"@material/select": "npm:15.0.0-canary.7f224ddd4.0"
"@material/shape": "npm:15.0.0-canary.7f224ddd4.0"
"@material/slider": "npm:15.0.0-canary.7f224ddd4.0"
"@material/snackbar": "npm:15.0.0-canary.7f224ddd4.0"
"@material/switch": "npm:15.0.0-canary.7f224ddd4.0"
"@material/tab": "npm:15.0.0-canary.7f224ddd4.0"
"@material/tab-bar": "npm:15.0.0-canary.7f224ddd4.0"
"@material/tab-indicator": "npm:15.0.0-canary.7f224ddd4.0"
"@material/tab-scroller": "npm:15.0.0-canary.7f224ddd4.0"
"@material/textfield": "npm:15.0.0-canary.7f224ddd4.0"
"@material/theme": "npm:15.0.0-canary.7f224ddd4.0"
"@material/tooltip": "npm:15.0.0-canary.7f224ddd4.0"
"@material/top-app-bar": "npm:15.0.0-canary.7f224ddd4.0"
"@material/touch-target": "npm:15.0.0-canary.7f224ddd4.0"
"@material/typography": "npm:15.0.0-canary.7f224ddd4.0"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/animations": ^17.0.0 || ^18.0.0
"@angular/cdk": 17.3.10
"@angular/common": ^17.0.0 || ^18.0.0
"@angular/core": ^17.0.0 || ^18.0.0
"@angular/forms": ^17.0.0 || ^18.0.0
"@angular/platform-browser": ^17.0.0 || ^18.0.0
rxjs: ^6.5.3 || ^7.4.0
checksum: 10/e7b6183c7a8917b27b90eb0f0075c651b1265e33c0a0bf8a5d1f03fb26d8cfcbdb7174450c9961ce85b43fa3ee27c703feae1422521ed1183182cc37f1e66a6c
languageName: node
linkType: hard
"@angular/platform-browser-dynamic@npm:20.3.17":
version: 20.3.17
resolution: "@angular/platform-browser-dynamic@npm:20.3.17"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 20.3.17
"@angular/compiler": 20.3.17
"@angular/core": 20.3.17
"@angular/platform-browser": 20.3.17
checksum: 10/e40282e144ce61f85f66a8a1cee48d4432f3eefed427fe7517fab2ed0d8e8a8a4d36dc367ab16570850e774656d77dc06e987cc34bffffe7337b836cbc2d2e2c
languageName: node
linkType: hard
"@angular/platform-browser@npm:20.3.17":
version: 20.3.17
resolution: "@angular/platform-browser@npm:20.3.17"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/animations": 20.3.17
"@angular/common": 20.3.17
"@angular/core": 20.3.17
peerDependenciesMeta:
"@angular/animations":
optional: true
checksum: 10/8046cb1e51aafbba45c8b1934041422459fc5fb0fa07e42dee3f29bbf94f79c1397311c4382d64f52294214ef93bbc0a5d4904b1e563c9b14dde0450bb9da762
languageName: node
linkType: hard
"@angular/platform-server@npm:20.3.17":
version: 20.3.17
resolution: "@angular/platform-server@npm:20.3.17"
dependencies:
tslib: "npm:^2.3.0"
xhr2: "npm:^0.2.0"
peerDependencies:
"@angular/common": 20.3.17
"@angular/compiler": 20.3.17
"@angular/core": 20.3.17
"@angular/platform-browser": 20.3.17
rxjs: ^6.5.3 || ^7.4.0
checksum: 10/dadda720c8f270034cf77cf679b7ac9beb8729e8685a966e198f58e711a7c6f4aeffac5d16f50e8adb2826ae5e8684a42e3bb81001ecc05abd3aabebc6ee1a62
languageName: node
linkType: hard
"@angular/router@npm:20.3.17":
version: 20.3.17
resolution: "@angular/router@npm:20.3.17"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 20.3.17
"@angular/core": 20.3.17
"@angular/platform-browser": 20.3.17
rxjs: ^6.5.3 || ^7.4.0
checksum: 10/63be0cd2cd256a5610f745b893f2d049dab7752b77c22141200a8f45e5634ff6d0cc165bb6cbc350c78af49484907a53a18d841f4bcc5bcc6b401a2b882958cc
languageName: node
linkType: hard
"@angular/ssr@npm:20.3.17":
version: 20.3.17
resolution: "@angular/ssr@npm:20.3.17"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ^20.0.0
"@angular/core": ^20.0.0
"@angular/platform-server": ^20.0.0
"@angular/router": ^20.0.0
peerDependenciesMeta:
"@angular/platform-server":
optional: true
checksum: 10/a4f97284ed26af36b803955b8877a8e4358fc3e7cb23e083714b89901822d0bc3d77a34b16cd4796090d14e5550748b15d4cc19e533ddc67f793fdcc35a9fdaa
languageName: node
linkType: hard
"@arr/every@npm:^1.0.0":
version: 1.0.1
resolution: "@arr/every@npm:1.0.1"
checksum: 10/fc33cd8f3244db7053b89898fc0d1753dd17f40328a443d8640dc15578ed74c59d8e12fe8de87ddb20a2cee578dc0dd9fbb94eb77ef209158fb615bb904b684f
languageName: node
linkType: hard
"@azure-rest/core-client@npm:^2.3.3":
version: 2.5.1
resolution: "@azure-rest/core-client@npm:2.5.1"
dependencies:
"@azure/abort-controller": "npm:^2.1.2"
"@azure/core-auth": "npm:^1.10.0"
"@azure/core-rest-pipeline": "npm:^1.22.0"
"@azure/core-tracing": "npm:^1.3.0"
"@typespec/ts-http-runtime": "npm:^0.3.0"
tslib: "npm:^2.6.2"
checksum: 10/622eb434114164400de5f8c0eb94057f82cd69e5588b4c5b2efcfa4338b259e9eb0ebd3dc0de7a13674eba62b4bc6537cbb161ead7f47ffdfabd26d3bf5e320c
languageName: node
linkType: hard
"@azure/abort-controller@npm:^2.0.0, @azure/abort-controller@npm:^2.1.2":
version: 2.1.2
resolution: "@azure/abort-controller@npm:2.1.2"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10/484e34a8121e5815f764af4da1c8b51d4713106e43f1c44e59671773ffff52da066780821c7633cf601668daa1181a57a1c88f57854d60b62ecc5560f9c52932
languageName: node
linkType: hard
"@azure/core-auth@npm:^1.10.0, @azure/core-auth@npm:^1.3.0, @azure/core-auth@npm:^1.9.0":
version: 1.10.1
resolution: "@azure/core-auth@npm:1.10.1"
dependencies:
"@azure/abort-controller": "npm:^2.1.2"
"@azure/core-util": "npm:^1.13.0"
tslib: "npm:^2.6.2"
checksum: 10/230c1766d4cb3ac7beac45db65bd5e493e1530f6f1d51dc0fd3537f8144e5c9acfed94700fd28c7aee67bab7502e23a1588adc6aa76f918f08fe40b3b007e2a3
languageName: node
linkType: hard
"@azure/core-client@npm:^1.5.0, @azure/core-client@npm:^1.9.2":
version: 1.10.1
resolution: "@azure/core-client@npm:1.10.1"
dependencies:
"@azure/abort-controller": "npm:^2.1.2"
"@azure/core-auth": "npm:^1.10.0"
"@azure/core-rest-pipeline": "npm:^1.22.0"
"@azure/core-tracing": "npm:^1.3.0"
"@azure/core-util": "npm:^1.13.0"
"@azure/logger": "npm:^1.3.0"
tslib: "npm:^2.6.2"
checksum: 10/4a00ec0d11f92274bb79efdea2515a7947b8cfb34cff6570a0813ea2889ab57ddc1f22f232192dee8f918e04ba96de07b7584bf9cbcac03e17cb39e9e399c2e9
languageName: node
linkType: hard
"@azure/core-http-compat@npm:^2.2.0":
version: 2.3.2
resolution: "@azure/core-http-compat@npm:2.3.2"
dependencies:
"@azure/abort-controller": "npm:^2.1.2"
peerDependencies:
"@azure/core-client": ^1.10.0
"@azure/core-rest-pipeline": ^1.22.0
checksum: 10/2ec46b79caa7aea5f42af6d4558c2d31a318ff971a580d8047f7b2fe4b3e8eb502a19e212811b57aa672981b341913963ceedfd06bbcc2619ba5757b93fe27e3
languageName: node
linkType: hard
"@azure/core-lro@npm:^2.7.2":
version: 2.7.2
resolution: "@azure/core-lro@npm:2.7.2"
dependencies:
"@azure/abort-controller": "npm:^2.0.0"
"@azure/core-util": "npm:^1.2.0"
"@azure/logger": "npm:^1.0.0"
tslib: "npm:^2.6.2"
checksum: 10/73b4e1d74afc0dc647914db3a79b6212b653d853f6ff7105eb6e19ab2f7af11cef99d6388b3125179c8872db819930ac0ab9768b07c06a3033dd22fa546f8a09
languageName: node
linkType: hard
"@azure/core-paging@npm:^1.6.2":
version: 1.6.2
resolution: "@azure/core-paging@npm:1.6.2"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10/fb1d4c4fcd5705dbcd2332724d0ead324b988a874bfe739483cf65056b8ad5567aaa5ae02f4d0467c71c3be035bbd15682fe0d8f6e47043a66903d439593f5b8
languageName: node
linkType: hard
"@azure/core-rest-pipeline@npm:^1.17.0, @azure/core-rest-pipeline@npm:^1.19.0, @azure/core-rest-pipeline@npm:^1.22.0, @azure/core-rest-pipeline@npm:^1.8.0":
version: 1.22.2
resolution: "@azure/core-rest-pipeline@npm:1.22.2"
dependencies:
"@azure/abort-controller": "npm:^2.1.2"
"@azure/core-auth": "npm:^1.10.0"
"@azure/core-tracing": "npm:^1.3.0"
"@azure/core-util": "npm:^1.13.0"
"@azure/logger": "npm:^1.3.0"
"@typespec/ts-http-runtime": "npm:^0.3.0"
tslib: "npm:^2.6.2"
checksum: 10/3164869c5d169af5b3c1b0ae40e661ce641f834ec9e03c70aba6700381d9087929b5a278ae5144fd2a9ac4dcdffb3e60b76727470769566137c22fc4950810b6
languageName: node
linkType: hard
"@azure/core-tracing@npm:^1.0.0, @azure/core-tracing@npm:^1.2.0, @azure/core-tracing@npm:^1.3.0":
version: 1.3.1
resolution: "@azure/core-tracing@npm:1.3.1"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10/7ef179e0ceb58c76d99c22bb5c5faade6fceaa62a265dcdaf09456e979be716e0249bb952d8000b9502b2194aeccb01454d60b497d4a18755e933cf7b1df919d
languageName: node
linkType: hard
"@azure/core-util@npm:^1.10.0, @azure/core-util@npm:^1.11.0, @azure/core-util@npm:^1.13.0, @azure/core-util@npm:^1.2.0":
version: 1.13.1
resolution: "@azure/core-util@npm:1.13.1"
dependencies:
"@azure/abort-controller": "npm:^2.1.2"
"@typespec/ts-http-runtime": "npm:^0.3.0"
tslib: "npm:^2.6.2"
checksum: 10/81ba529bed2fb615836be9425608e012f9bd243881f861c7ac086ea618c5f91129d3088216eee588323ffc3dfc0013706069830c03810f8a0f4591553ef5843b
languageName: node
linkType: hard
"@azure/identity@npm:^4.13.0":
version: 4.13.0
resolution: "@azure/identity@npm:4.13.0"
dependencies:
"@azure/abort-controller": "npm:^2.0.0"
"@azure/core-auth": "npm:^1.9.0"
"@azure/core-client": "npm:^1.9.2"
"@azure/core-rest-pipeline": "npm:^1.17.0"
"@azure/core-tracing": "npm:^1.0.0"
"@azure/core-util": "npm:^1.11.0"
"@azure/logger": "npm:^1.0.0"
"@azure/msal-browser": "npm:^4.2.0"
"@azure/msal-node": "npm:^3.5.0"
open: "npm:^10.1.0"
tslib: "npm:^2.2.0"
checksum: 10/8b97154ac85bb33abc0216ac7f45f41ccebaa8516db2173fbe029bbdd6c4dd227a83d7a6da6bb51c28b9189944a26cf6322bc52d79cbe4e75389e74266abc4b0
languageName: node
linkType: hard
"@azure/keyvault-common@npm:^2.0.0":