-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathpnpm-lock.yaml
More file actions
25790 lines (20717 loc) · 853 KB
/
pnpm-lock.yaml
File metadata and controls
25790 lines (20717 loc) · 853 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
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
dependencies:
'@analogjs/content':
specifier: 2.1.1
version: 2.1.1(tcq5efq4xil2xjfg57snb5t2lq)
'@analogjs/router':
specifier: 2.1.1
version: 2.1.1(@analogjs/content@2.1.1(tcq5efq4xil2xjfg57snb5t2lq))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(@angular/router@21.0.1(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(@angular/platform-browser@21.0.1(@angular/animations@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))(rxjs@7.8.0))
'@angular/animations':
specifier: 21.0.1
version: 21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))
'@angular/cdk':
specifier: 21.0.1
version: 21.0.1(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0)
'@angular/common':
specifier: 21.0.1
version: 21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0)
'@angular/compiler':
specifier: 21.0.1
version: 21.0.1
'@angular/core':
specifier: 21.0.1
version: 21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)
'@angular/elements':
specifier: 21.0.1
version: 21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0)
'@angular/forms':
specifier: 21.0.1
version: 21.0.1(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(@angular/platform-browser@21.0.1(@angular/animations@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))(@standard-schema/spec@1.0.0)(rxjs@7.8.0)
'@angular/material':
specifier: 21.0.1
version: 21.0.1(q5fidzhylqwd4ain4e3fo7bfwa)
'@angular/platform-browser':
specifier: 21.0.1
version: 21.0.1(@angular/animations@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))
'@angular/platform-browser-dynamic':
specifier: 21.0.1
version: 21.0.1(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/compiler@21.0.1)(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(@angular/platform-browser@21.0.1(@angular/animations@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))
'@angular/platform-server':
specifier: 21.0.1
version: 21.0.1(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/compiler@21.0.1)(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(@angular/platform-browser@21.0.1(@angular/animations@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))(rxjs@7.8.0)
'@angular/router':
specifier: 21.0.1
version: 21.0.1(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(@angular/platform-browser@21.0.1(@angular/animations@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))(rxjs@7.8.0)
'@microsoft/api-extractor':
specifier: ^7.55.1
version: 7.55.1(@types/node@24.10.1)
'@microsoft/tsdoc':
specifier: ^0.15.1
version: 0.15.1
'@nx/angular':
specifier: 22.0.3
version: 22.0.3(@angular-devkit/build-angular@21.0.1(mq6jjno7nqwx764wm44pxo4ggu))(@angular-devkit/core@21.0.1(chokidar@4.0.3))(@angular-devkit/schematics@21.0.1(chokidar@4.0.3))(@angular/build@21.0.1(nenyn7n5zmptoo2elzjvqn74y4))(@babel/traverse@7.28.5)(@module-federation/enhanced@0.21.6(@rspack/core@1.6.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.103.0))(@module-federation/node@2.7.25(@rspack/core@1.6.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.103.0))(@rspack/core@1.6.5)(@schematics/angular@21.0.1(chokidar@4.0.3))(@types/express@4.17.25)(@zkochan/js-yaml@0.0.7)(eslint@9.34.0(jiti@2.4.2))(less@4.4.2)(ng-packagr@21.0.0(@angular/compiler-cli@21.0.1(@angular/compiler@21.0.1)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3))(nx@22.0.3)(react-dom@19.2.0(react@19.2.0))(react-refresh@0.18.0)(react@19.2.0)(rxjs@7.8.0)(typescript@5.9.3)
firebase-admin:
specifier: ^12.1.1
version: 12.7.0(encoding@0.1.13)
firebase-functions:
specifier: ^5.0.1
version: 5.1.1(firebase-admin@12.7.0(encoding@0.1.13))
front-matter:
specifier: ^4.0.2
version: 4.0.2
highlight.js:
specifier: ^11.9.0
version: 11.11.1
marked:
specifier: ^15.0.7
version: 15.0.12
marked-gfm-heading-id:
specifier: ^4.1.1
version: 4.1.3(marked@15.0.12)
marked-highlight:
specifier: ^2.2.1
version: 2.2.3(marked@15.0.12)
marked-mangle:
specifier: ^1.1.10
version: 1.1.12(marked@15.0.12)
marked-shiki:
specifier: ^1.2.0
version: 1.2.1(marked@15.0.12)(shiki@1.6.5)
opencollective:
specifier: ^1.0.3
version: 1.0.3
rxjs:
specifier: 7.8.0
version: 7.8.0
semver:
specifier: ^7.7.2
version: 7.7.3
shiki:
specifier: ~1.6.1
version: 1.6.5
strip-json-comments:
specifier: 5.0.3
version: 5.0.3
tslib:
specifier: ^2.7.0
version: 2.8.1
tsx:
specifier: ^4.11.2
version: 4.21.0
zone.js:
specifier: 0.15.0
version: 0.15.0
devDependencies:
'@analogjs/platform':
specifier: 2.1.1
version: 2.1.1(pnsk2aofuogikhc32q6xwg2rua)
'@analogjs/vite-plugin-angular':
specifier: 2.1.1
version: 2.1.1(@angular-devkit/build-angular@21.0.1(mq6jjno7nqwx764wm44pxo4ggu))(@angular/build@21.0.1(nenyn7n5zmptoo2elzjvqn74y4))
'@analogjs/vitest-angular':
specifier: 2.1.1
version: 2.1.1(@analogjs/vite-plugin-angular@2.1.1(@angular-devkit/build-angular@21.0.1(mq6jjno7nqwx764wm44pxo4ggu))(@angular/build@21.0.1(nenyn7n5zmptoo2elzjvqn74y4)))(@angular-devkit/architect@0.2100.1(chokidar@4.0.3))(vitest@4.0.14(@opentelemetry/api@1.9.0)(@types/node@24.10.1)(jiti@2.4.2)(jsdom@22.1.0)(less@4.4.2)(sass-embedded@1.93.3)(sass@1.94.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))
'@angular-devkit/build-angular':
specifier: 21.0.1
version: 21.0.1(mq6jjno7nqwx764wm44pxo4ggu)
'@angular-devkit/core':
specifier: 21.0.1
version: 21.0.1(chokidar@4.0.3)
'@angular-devkit/schematics':
specifier: 21.0.1
version: 21.0.1(chokidar@4.0.3)
'@angular-eslint/builder':
specifier: 21.0.1
version: 21.0.1(chokidar@4.0.3)(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3)
'@angular-eslint/eslint-plugin':
specifier: 21.0.1
version: 21.0.1(@typescript-eslint/utils@8.46.4(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3))(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3)
'@angular-eslint/eslint-plugin-template':
specifier: 21.0.1
version: 21.0.1(@angular-eslint/template-parser@21.0.1(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3))(@typescript-eslint/types@8.46.4)(@typescript-eslint/utils@8.46.4(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3))(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3)
'@angular-eslint/schematics':
specifier: 21.0.1
version: 21.0.1(@angular-eslint/template-parser@21.0.1(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3))(@typescript-eslint/types@8.46.4)(@typescript-eslint/utils@8.46.4(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3))(chokidar@4.0.3)(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3)
'@angular-eslint/template-parser':
specifier: 21.0.1
version: 21.0.1(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3)
'@angular-eslint/test-utils':
specifier: 21.0.1
version: 21.0.1(@angular-eslint/template-parser@21.0.1(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3))(@typescript-eslint/parser@8.46.4(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3))(@typescript-eslint/rule-tester@8.46.4(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3))(@typescript-eslint/utils@8.46.4(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3))(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3)
'@angular/build':
specifier: 21.0.1
version: 21.0.1(nenyn7n5zmptoo2elzjvqn74y4)
'@angular/cli':
specifier: 21.0.1
version: 21.0.1(@types/node@24.10.1)(chokidar@4.0.3)
'@angular/compiler-cli':
specifier: 21.0.1
version: 21.0.1(@angular/compiler@21.0.1)(typescript@5.9.3)
'@angular/language-service':
specifier: 21.0.1
version: 21.0.1
'@nx/eslint':
specifier: 22.0.3
version: 22.0.3(@babel/traverse@7.28.5)(@zkochan/js-yaml@0.0.7)(eslint@9.34.0(jiti@2.4.2))(nx@22.0.3)
'@nx/eslint-plugin':
specifier: 22.0.3
version: 22.0.3(@babel/traverse@7.28.5)(@typescript-eslint/parser@8.46.4(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3))(eslint@9.34.0(jiti@2.4.2))(nx@22.0.3)(typescript@5.9.3)
'@nx/jest':
specifier: 22.0.3
version: 22.0.3(@babel/traverse@7.28.5)(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(nx@22.0.3)(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))(typescript@5.9.3)
'@nx/node':
specifier: 22.0.3
version: 22.0.3(@babel/traverse@7.28.5)(@types/node@24.10.1)(@zkochan/js-yaml@0.0.7)(babel-plugin-macros@3.1.0)(eslint@9.34.0(jiti@2.4.2))(nx@22.0.3)(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))(typescript@5.9.3)
'@nx/playwright':
specifier: 22.0.3
version: 22.0.3(@babel/traverse@7.28.5)(@playwright/test@1.58.1)(@zkochan/js-yaml@0.0.7)(eslint@9.34.0(jiti@2.4.2))(nx@22.0.3)
'@nx/vite':
specifier: 22.0.3
version: 22.0.3(@babel/traverse@7.28.5)(nx@22.0.3)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.4.2)(less@4.4.2)(sass-embedded@1.93.3)(sass@1.94.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))(vitest@4.0.14(@opentelemetry/api@1.9.0)(@types/node@24.10.1)(jiti@2.4.2)(jsdom@22.1.0)(less@4.4.2)(sass-embedded@1.93.3)(sass@1.94.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))
'@nx/workspace':
specifier: 22.0.3
version: 22.0.3
'@octokit/rest':
specifier: ^15.17.0
version: 15.18.3(encoding@0.1.13)
'@playwright/test':
specifier: 1.58.1
version: 1.58.1
'@schematics/angular':
specifier: 21.0.1
version: 21.0.1(chokidar@4.0.3)
'@stackblitz/sdk':
specifier: ^1.11.0
version: 1.11.0
'@types/jasmine':
specifier: 4.0.3
version: 4.0.3
'@types/jasminewd2':
specifier: ^2.0.2
version: 2.0.13
'@types/jest':
specifier: 29.5.13
version: 29.5.13
'@types/ncp':
specifier: ^2.0.8
version: 2.0.8
'@types/node':
specifier: ^24.3.0
version: 24.10.1
'@types/semver':
specifier: ^7.7.0
version: 7.7.1
'@types/shelljs':
specifier: ^0.8.17
version: 0.8.17
'@typescript-eslint/rule-tester':
specifier: 8.46.4
version: 8.46.4(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3)
'@typescript-eslint/types':
specifier: 8.46.4
version: 8.46.4
'@typescript-eslint/utils':
specifier: 8.46.4
version: 8.46.4(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3)
conventional-changelog-cli:
specifier: ^1.3.21
version: 1.3.22
cpy-cli:
specifier: ^6.0.0
version: 6.0.0
deep-freeze:
specifier: ^0.0.1
version: 0.0.1
eslint:
specifier: 9.34.0
version: 9.34.0(jiti@2.4.2)
eslint-plugin-import:
specifier: 2.32.0
version: 2.32.0(@typescript-eslint/parser@8.46.4(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3))(eslint@9.34.0(jiti@2.4.2))
express:
specifier: 4.21.2
version: 4.21.2
husky:
specifier: ^8.0.1
version: 8.0.3
jasmine:
specifier: ^3.4.0
version: 3.99.0
jasmine-core:
specifier: 4.2.0
version: 4.2.0
jasmine-marbles:
specifier: 0.9.2
version: 0.9.2(rxjs@7.8.0)
jasmine-spec-reporter:
specifier: 7.0.0
version: 7.0.0
jest:
specifier: 29.7.0
version: 29.7.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))
jest-environment-jsdom:
specifier: 29.7.0
version: 29.7.0
jest-jasmine2:
specifier: 29.7.0
version: 29.7.0
jest-preset-angular:
specifier: 14.4.2
version: 14.4.2(@angular/compiler-cli@21.0.1(@angular/compiler@21.0.1)(typescript@5.9.3))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(@angular/platform-browser-dynamic@21.0.1(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/compiler@21.0.1)(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(@angular/platform-browser@21.0.1(@angular/animations@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0)))(@angular/common@21.0.1(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))(rxjs@7.8.0))(@angular/core@21.0.1(@angular/compiler@21.0.1)(rxjs@7.8.0)(zone.js@0.15.0))))(@babel/core@7.28.5)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.5))(jest@29.7.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3)))(typescript@5.9.3)
jiti:
specifier: 2.4.2
version: 2.4.2
jsdom:
specifier: ^22.0.0
version: 22.1.0
karma:
specifier: 6.4.0
version: 6.4.0
karma-chrome-launcher:
specifier: 3.1.0
version: 3.1.0
karma-cli:
specifier: ~1.0.1
version: 1.0.1
karma-coverage-istanbul-reporter:
specifier: 3.0.3
version: 3.0.3
karma-jasmine:
specifier: 5.1.0
version: 5.1.0(karma@6.4.0)
karma-jasmine-html-reporter:
specifier: 2.0.0
version: 2.0.0(jasmine-core@4.2.0)(karma-jasmine@5.1.0(karma@6.4.0))(karma@6.4.0)
lint-staged:
specifier: ^8.0.0
version: 8.2.1
mkdirp:
specifier: ^3.0.1
version: 3.0.1
ncp:
specifier: ^2.0.0
version: 2.0.0
ng-packagr:
specifier: 21.0.0
version: 21.0.0(@angular/compiler-cli@21.0.1(@angular/compiler@21.0.1)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3)
nx:
specifier: 22.0.3
version: 22.0.3
ora:
specifier: ^8.2.0
version: 8.2.0
prettier:
specifier: ^3.6.2
version: 3.7.3
rimraf:
specifier: ^6.0.1
version: 6.1.2
rollup:
specifier: ~2.59.0
version: 2.59.0
rollup-plugin-alias:
specifier: ^1.4.0
version: 1.5.2
rollup-plugin-commonjs:
specifier: 10.1.0
version: 10.1.0(rollup@2.59.0)
rollup-plugin-node-resolve:
specifier: ^5.2.0
version: 5.2.0(rollup@2.59.0)
rollup-plugin-sourcemaps:
specifier: ^0.6.3
version: 0.6.3(@types/node@24.10.1)(rollup@2.59.0)
rxjs-marbles:
specifier: ^7.0.1
version: 7.0.1(rxjs@7.8.0)
tinyglobby:
specifier: ^0.2.14
version: 0.2.15
ts-jest:
specifier: 29.1.0
version: 29.1.0(@babel/core@7.28.5)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.5))(esbuild@0.27.0)(jest@29.7.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3)))(typescript@5.9.3)
ts-loader:
specifier: ^5.3.3
version: 5.4.5(typescript@5.9.3)
ts-node:
specifier: ^10.9.2
version: 10.9.2(@types/node@24.10.1)(typescript@5.9.3)
ts-snippet:
specifier: 5.0.2
version: 5.0.2(typescript@5.9.3)
tsconfig-paths:
specifier: ^3.1.3
version: 3.15.0
typescript:
specifier: 5.9.3
version: 5.9.3
typescript-eslint:
specifier: 8.46.4
version: 8.46.4(eslint@9.34.0(jiti@2.4.2))(typescript@5.9.3)
vite:
specifier: ^7.0.0
version: 7.2.4(@types/node@24.10.1)(jiti@2.4.2)(less@4.4.2)(sass-embedded@1.93.3)(sass@1.94.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2)
vite-tsconfig-paths:
specifier: ^5.1.4
version: 5.1.4(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.4.2)(less@4.4.2)(sass-embedded@1.93.3)(sass@1.94.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))
vitest:
specifier: ^4.0.0
version: 4.0.14(@opentelemetry/api@1.9.0)(@types/node@24.10.1)(jiti@2.4.2)(jsdom@22.1.0)(less@4.4.2)(sass-embedded@1.93.3)(sass@1.94.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2)
yaml:
specifier: ^2.4.5
version: 2.8.2
packages:
'@algolia/abtesting@1.6.1':
resolution: {integrity: sha512-wV/gNRkzb7sI9vs1OneG129hwe3Q5zPj7zigz3Ps7M5Lpo2hSorrOnXNodHEOV+yXE/ks4Pd+G3CDFIjFTWhMQ==}
engines: {node: '>= 14.0.0'}
'@algolia/client-abtesting@5.40.1':
resolution: {integrity: sha512-cxKNATPY5t+Mv8XAVTI57altkaPH+DZi4uMrnexPxPHODMljhGYY+GDZyHwv9a+8CbZHcY372OkxXrDMZA4Lnw==}
engines: {node: '>= 14.0.0'}
'@algolia/client-analytics@5.40.1':
resolution: {integrity: sha512-XP008aMffJCRGAY8/70t+hyEyvqqV7YKm502VPu0+Ji30oefrTn2al7LXkITz7CK6I4eYXWRhN6NaIUi65F1OA==}
engines: {node: '>= 14.0.0'}
'@algolia/client-common@5.40.1':
resolution: {integrity: sha512-gWfQuQUBtzUboJv/apVGZMoxSaB0M4Imwl1c9Ap+HpCW7V0KhjBddqF2QQt5tJZCOFsfNIgBbZDGsEPaeKUosw==}
engines: {node: '>= 14.0.0'}
'@algolia/client-insights@5.40.1':
resolution: {integrity: sha512-RTLjST/t+lsLMouQ4zeLJq2Ss+UNkLGyNVu+yWHanx6kQ3LT5jv8UvPwyht9s7R6jCPnlSI77WnL80J32ZuyJg==}
engines: {node: '>= 14.0.0'}
'@algolia/client-personalization@5.40.1':
resolution: {integrity: sha512-2FEK6bUomBzEYkTKzD0iRs7Ljtjb45rKK/VSkyHqeJnG+77qx557IeSO0qVFE3SfzapNcoytTofnZum0BQ6r3Q==}
engines: {node: '>= 14.0.0'}
'@algolia/client-query-suggestions@5.40.1':
resolution: {integrity: sha512-Nju4NtxAvXjrV2hHZNLKVJLXjOlW6jAXHef/CwNzk1b2qIrCWDO589ELi5ZHH1uiWYoYyBXDQTtHmhaOVVoyXg==}
engines: {node: '>= 14.0.0'}
'@algolia/client-search@5.40.1':
resolution: {integrity: sha512-Mw6pAUF121MfngQtcUb5quZVqMC68pSYYjCRZkSITC085S3zdk+h/g7i6FxnVdbSU6OztxikSDMh1r7Z+4iPlA==}
engines: {node: '>= 14.0.0'}
'@algolia/ingestion@1.40.1':
resolution: {integrity: sha512-z+BPlhs45VURKJIxsR99NNBWpUEEqIgwt10v/fATlNxc4UlXvALdOsWzaFfe89/lbP5Bu4+mbO59nqBC87ZM/g==}
engines: {node: '>= 14.0.0'}
'@algolia/monitoring@1.40.1':
resolution: {integrity: sha512-VJMUMbO0wD8Rd2VVV/nlFtLJsOAQvjnVNGkMkspFiFhpBA7s/xJOb+fJvvqwKFUjbKTUA7DjiSi1ljSMYBasXg==}
engines: {node: '>= 14.0.0'}
'@algolia/recommend@5.40.1':
resolution: {integrity: sha512-ehvJLadKVwTp9Scg9NfzVSlBKH34KoWOQNTaN8i1Ac64AnO6iH2apJVSP6GOxssaghZ/s8mFQsDH3QIZoluFHA==}
engines: {node: '>= 14.0.0'}
'@algolia/requester-browser-xhr@5.40.1':
resolution: {integrity: sha512-PbidVsPurUSQIr6X9/7s34mgOMdJnn0i6p+N6Ab+lsNhY5eiu+S33kZEpZwkITYBCIbhzDLOvb7xZD3gDi+USA==}
engines: {node: '>= 14.0.0'}
'@algolia/requester-fetch@5.40.1':
resolution: {integrity: sha512-ThZ5j6uOZCF11fMw9IBkhigjOYdXGXQpj6h4k+T9UkZrF2RlKcPynFzDeRgaLdpYk8Yn3/MnFbwUmib7yxj5Lw==}
engines: {node: '>= 14.0.0'}
'@algolia/requester-node-http@5.40.1':
resolution: {integrity: sha512-H1gYPojO6krWHnUXu/T44DrEun/Wl95PJzMXRcM/szstNQczSbwq6wIFJPI9nyE95tarZfUNU3rgorT+wZ6iCQ==}
engines: {node: '>= 14.0.0'}
'@ampproject/remapping@2.3.0':
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
'@analogjs/content@2.1.1':
resolution: {integrity: sha512-XDKgqQtRUR/RmvRyDo3mvi0UpfLVybdmknVAZCp9YBZcDllNtlTEVWcTgSlkQYsebEXwkNFgy5oaQ0qJvAsCAA==}
peerDependencies:
'@angular/common': ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
'@angular/core': ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
'@angular/platform-browser': ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
'@angular/router': ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
'@nx/devkit': ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0
front-matter: ^4.0.2
marked: ^15.0.7
marked-gfm-heading-id: ^4.1.1
marked-highlight: ^2.2.1
marked-mangle: ^1.1.10
prismjs: ^1.29.0
rxjs: ^6.5.0 || ^7.5.0
satori: ^0.10.14
satori-html: ^0.3.2
sharp: ^0.33.5
peerDependenciesMeta:
'@nx/devkit':
optional: true
satori:
optional: true
satori-html:
optional: true
sharp:
optional: true
'@analogjs/platform@2.1.1':
resolution: {integrity: sha512-QqT4NrvD1RuANmUAByv+UJ+f5V+5Y/bX2Ty0SV2ViHFbs04yc1s84Vxq2SDKN2AXkxJU21Nme9EtfCpUI0KUOA==}
peerDependencies:
'@nx/angular': ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0
'@nx/devkit': ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0
'@nx/vite': ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0
marked: ^15.0.7
marked-gfm-heading-id: ^4.1.1
marked-highlight: ^2.2.1
marked-mangle: ^1.1.10
marked-shiki: ^1.1.0
prismjs: '*'
shiki: ^1.6.1
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
peerDependenciesMeta:
'@nx/angular':
optional: true
'@nx/devkit':
optional: true
'@nx/vite':
optional: true
marked-highlight:
optional: true
marked-shiki:
optional: true
prismjs:
optional: true
shiki:
optional: true
'@analogjs/router@2.1.1':
resolution: {integrity: sha512-IZDEsUHHLLU+U7KemCVapdPp5Ti/cslyW2Zbqm+md/EBOGixhYPYThHDmcj8CE6N4fS+x+hMewUeG73tdNqTFQ==}
peerDependencies:
'@analogjs/content': ^2.1.1
'@angular/core': ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
'@angular/router': ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
'@analogjs/vite-plugin-angular@2.1.1':
resolution: {integrity: sha512-S4IKN5Ee7sfmh/dofg6No62gj1iSl+EJvcmzQkvYCM4lxjyEvYuGdDblWbdAS1GogbUZ355PbhXaT533RSTDWg==}
peerDependencies:
'@angular-devkit/build-angular': ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
'@angular/build': ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
peerDependenciesMeta:
'@angular-devkit/build-angular':
optional: true
'@angular/build':
optional: true
'@analogjs/vite-plugin-nitro@2.1.1':
resolution: {integrity: sha512-xbqyM0fW12x5U+f4hSFN4krORzNomjq+4HHztPvQiUYZrVEf+8FPwy549ajWW7XuefXWBl4irGluEJClohA8cQ==}
'@analogjs/vitest-angular@2.1.1':
resolution: {integrity: sha512-S4h1qNIzi9BmUo/O1z1ZD3X9jjEH6bQiw30nqY/hqCD/rqFKGymvVAhbFGUGU6Nnel4ooaHLL+B5if0Y+vR0CA==}
peerDependencies:
'@analogjs/vite-plugin-angular': '*'
'@angular-devkit/architect': '>=0.1500.0 < 0.2200.0'
vitest: ^1.3.1 || ^2.0.0 || ^3.0.0 || ^4.0.0
'@angular-devkit/architect@0.2100.1':
resolution: {integrity: sha512-MLxTT6EE7NHuCen9yGdv9iT2vtB/fAdXTRnulOWfVa/SVmGoKawBGCNOAPpI2yA8Fb/D5xlU6ThS1ggDsiCqrQ==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
'@angular-devkit/build-angular@21.0.1':
resolution: {integrity: sha512-emFfwO1/mf74G3EHbwrMsOBeecBRW6ymfqClbMNqTVUje0cezcvkvn3hS4Kl+yqIURJ6iK90lkJIfon5C3TfDQ==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
peerDependencies:
'@angular/compiler-cli': ^21.0.0
'@angular/core': ^21.0.0
'@angular/localize': ^21.0.0
'@angular/platform-browser': ^21.0.0
'@angular/platform-server': ^21.0.0
'@angular/service-worker': ^21.0.0
'@angular/ssr': ^21.0.1
'@web/test-runner': ^0.20.0
browser-sync: ^3.0.2
jest: ^30.2.0
jest-environment-jsdom: ^30.2.0
karma: ^6.3.0
ng-packagr: ^21.0.0
protractor: ^7.0.0
tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0
typescript: '>=5.9 <6.0'
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
'@angular-devkit/build-webpack@0.2100.1':
resolution: {integrity: sha512-Zf/s1tr5H4kRn+4zn94/mIvkZYXI+P8yKjs3C8Fqg5lavRXp9uQ850xX1oY3Z1OEvq6TQAFfCdFnPRaMvgxKfg==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
peerDependencies:
webpack: ^5.30.0
webpack-dev-server: ^5.0.2
'@angular-devkit/core@21.0.1':
resolution: {integrity: sha512-AGdAu0hV2TLCWYHiyVSxUFbpR2chO+xA4OkRrG2YirQGcqJTmr651C4rWDkheWqeWDxMicZklqKaTw66mNSUkw==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
peerDependencies:
chokidar: ^4.0.0
peerDependenciesMeta:
chokidar:
optional: true
'@angular-devkit/schematics@21.0.1':
resolution: {integrity: sha512-3koB1xJNkqMg7g6JwH2rhQO268WjnPVA852lwoLW7wzSZRpJH0kHtZsnY9FYOC2kbmAGnCWWbnPLJ5/T1wemoA==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
'@angular-eslint/builder@21.0.1':
resolution: {integrity: sha512-6BqpmW0XvjTOs2YOHwzeZcQ32eL8vs8SCHjt1cQnq1+libOVDXky1eb/jRs7ouyA49UagLDoM34K1kjrYo8P3Q==}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '*'
'@angular-eslint/bundled-angular-compiler@21.0.1':
resolution: {integrity: sha512-Kb59SopkJ2sDgZSysL+ZqcfqM2cbK+gciAyHljkrCUsqo66eEq5KCZUU//RVoo4MHi+qL/dFy54JG/+A/35xcQ==}
'@angular-eslint/eslint-plugin-template@21.0.1':
resolution: {integrity: sha512-DF1WEMalbV1hNKxbu3nwK1yUa+E2FQpNz0KDORU65/vdCffeuftCetobrsAS7zDgJ6FO+Fsb+ZeCzNKEhhh1vA==}
peerDependencies:
'@angular-eslint/template-parser': 21.0.1
'@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: '*'
'@angular-eslint/eslint-plugin@21.0.1':
resolution: {integrity: sha512-tSb5qgIwoMrX3Z17dSsHrNFWrgBWafxK7IQudU0RXxdzq6joq1qDrzHwLT3Jn+Y6ocn0jdavAefEGHAhomCjcQ==}
peerDependencies:
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
eslint: ^8.57.0 || ^9.0.0
typescript: '*'
'@angular-eslint/schematics@21.0.1':
resolution: {integrity: sha512-IdtGdRPuJctHuiZ8v8SN3MqWiUa3cD9Q5jFvIRkAkjpHXXmTk5PYelSjUP8UX/zfUfFkxHXghasTmJd2+252OQ==}
'@angular-eslint/template-parser@21.0.1':
resolution: {integrity: sha512-1KocmjmBP0qlKQGRhRGN0MGvLxf1q2KDWbvzn7ZGdQrIDLC/hFJ8YmnOWsPrM9RxiZi0o5BxCCu9D7KlbthxIg==}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '*'
'@angular-eslint/test-utils@21.0.1':
resolution: {integrity: sha512-W+/HPudp8QF3+rzzEewP8ncrc9ad4zKh+8gJaQ+tlamcnuCCQuURpyKx06kgMe+IXq6uw29JxmlHjmFEjA0hag==}
peerDependencies:
'@angular-eslint/template-parser': 21.0.1
'@typescript-eslint/parser': ^7.11.0 || ^8.0.0
'@typescript-eslint/rule-tester': ^7.11.0 || ^8.0.0
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
eslint: ^8.57.0 || ^9.0.0
typescript: '*'
peerDependenciesMeta:
'@angular-eslint/template-parser':
optional: true
'@typescript-eslint/parser':
optional: true
'@angular-eslint/utils@21.0.1':
resolution: {integrity: sha512-tovWIDiEsfSAsPWH+/wL9Hfl/Hc+2j2IP+Z85I6uWTbynLVdyURx8gmJjKBUTSCmcyrgBnTbnnlr4DTM6/aFOg==}
peerDependencies:
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
eslint: ^8.57.0 || ^9.0.0
typescript: '*'
'@angular/animations@21.0.1':
resolution: {integrity: sha512-P7i/jpNnzXwo0vHEG0cDXYojwTz0WQlXJHrmOJzLVveyfcFwgXYXJxhGGUI2+k21YrlJTKkR/4QZTEJ0GP0f8Q==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
peerDependencies:
'@angular/core': 21.0.1
'@angular/build@21.0.1':
resolution: {integrity: sha512-AQFZWG5TtujCRs7ncajeBZpl/hLBKkuF0lZSziJL8tsgBru0hz0OobOkEuS/nb3FuCRQfva8YP2EPhLdcuo50g==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
peerDependencies:
'@angular/compiler': ^21.0.0
'@angular/compiler-cli': ^21.0.0
'@angular/core': ^21.0.0
'@angular/localize': ^21.0.0
'@angular/platform-browser': ^21.0.0
'@angular/platform-server': ^21.0.0
'@angular/service-worker': ^21.0.0
'@angular/ssr': ^21.0.1
karma: ^6.4.0
less: ^4.2.0
ng-packagr: ^21.0.0
postcss: ^8.4.0
tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0
tslib: ^2.3.0
typescript: '>=5.9 <6.0'
vitest: ^4.0.8
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
'@angular/cdk@21.0.1':
resolution: {integrity: sha512-9u1oUf6TGf9Wh+XuQFb9txIGAqfXbAX9ba+dyOTIJ7V3weX3kTRWeGjxad4ydjTPkJ3RaF1/upMwzLuZgnhDMQ==}
peerDependencies:
'@angular/common': ^21.0.0 || ^22.0.0
'@angular/core': ^21.0.0 || ^22.0.0
rxjs: ^6.5.3 || ^7.4.0
'@angular/cli@21.0.1':
resolution: {integrity: sha512-i0+7jwf19D73yAzR/lL4+eKVhooM+J055qfSaJWL5QLCF9/JSSjMPCG8I/qIGNdVr+lVmWvvxqpt7O7kR3zfUw==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
hasBin: true
'@angular/common@21.0.1':
resolution: {integrity: sha512-EqdTGpFp7PVdTVztO7TB6+QxdzUbYXKKT2jwG2Gg+PIQZ2A8XrLPRmGXyH/DLlc5IhnoJlLbngmBRCLCO4xWog==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
peerDependencies:
'@angular/core': 21.0.1
rxjs: ^6.5.3 || ^7.4.0
'@angular/compiler-cli@21.0.1':
resolution: {integrity: sha512-BxGLtL5bxlaaAs/kSN4oyXhMfvzqsj1Gc4Jauz39R4xtgOF5cIvjBtj6dJ9mD3PK0s6zaFi7WYd0YwWkxhjgMA==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
hasBin: true
peerDependencies:
'@angular/compiler': 21.0.1
typescript: '>=5.9 <6.0'
peerDependenciesMeta:
typescript:
optional: true
'@angular/compiler@21.0.1':
resolution: {integrity: sha512-YRzHpThgCaC9b3xzK1Wx859ePeHEPR7ewQklUB5TYbpzVacvnJo38PcSAx/nzOmgX9y4mgyros6LzECmBb8d8w==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
'@angular/core@21.0.1':
resolution: {integrity: sha512-z0G9Bwzgqr0fQVbtMgqwl+SbbiqtJD7I2xT6U5p45LetKHojcfigH29dxi/vqALPwEdgb2nSIx7RqVhoyynraQ==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
peerDependencies:
'@angular/compiler': 21.0.1
rxjs: ^6.5.3 || ^7.4.0
zone.js: ~0.15.0 || ~0.16.0
peerDependenciesMeta:
'@angular/compiler':
optional: true
zone.js:
optional: true
'@angular/elements@21.0.1':
resolution: {integrity: sha512-SI6I83+aH3HdibhkZJ86AVlBIIGvniNtjDaub1oHGuRe5JvrjBvpdY4Gd11zeXOWNNwj/fv8M8cOXFGOukppXw==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
peerDependencies:
'@angular/core': 21.0.1
rxjs: ^6.5.3 || ^7.4.0
'@angular/forms@21.0.1':
resolution: {integrity: sha512-BVFPuKjxkzjzKMmpc6KxUKICpVs6J2/KzA4HjtPp/UKvdZPe8dj8vIXuc9pGf8DA4XdkjCwvv8szCgzTWi02LQ==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
peerDependencies:
'@angular/common': 21.0.1
'@angular/core': 21.0.1
'@angular/platform-browser': 21.0.1
'@standard-schema/spec': ^1.0.0
rxjs: ^6.5.3 || ^7.4.0
'@angular/language-service@21.0.1':
resolution: {integrity: sha512-+QohcgWbgrsPsHFhbie1ZQaNsnoBpuVK7479WZXPyFiw4PWEceNuF0hSr9yrSNEh/kvgCu9BfJSzVf7w5Yj39A==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
'@angular/material@21.0.1':
resolution: {integrity: sha512-UJ/8r7n2JN5Iz2qrQ/1xMGz0diUc/SUFC4t+KMlF6KIdnGlNdGlGOA0Js1uOSXvo/YCCnDVw4IyLCG9CAVZ/4Q==}
peerDependencies:
'@angular/cdk': 21.0.1
'@angular/common': ^21.0.0 || ^22.0.0
'@angular/core': ^21.0.0 || ^22.0.0
'@angular/forms': ^21.0.0 || ^22.0.0
'@angular/platform-browser': ^21.0.0 || ^22.0.0
rxjs: ^6.5.3 || ^7.4.0
'@angular/platform-browser-dynamic@21.0.1':
resolution: {integrity: sha512-TzCKf3p1NBK1NYoPJXLScSjVeiQ52DaXf9gweNUGtCmX3EkVKf1sx4Ny1x4DxaTwB5XZn+O+L3nVLstPBj7UGA==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
peerDependencies:
'@angular/common': 21.0.1
'@angular/compiler': 21.0.1
'@angular/core': 21.0.1
'@angular/platform-browser': 21.0.1
'@angular/platform-browser@21.0.1':
resolution: {integrity: sha512-68StH9HILKUqNhQKz6KKNHzpgk1n88CIusWlmJvnb0l6iWGf3ydq5lTMKAKiZQmSDAVP5unTGfNvIkh59GRyVg==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
peerDependencies:
'@angular/animations': 21.0.1
'@angular/common': 21.0.1
'@angular/core': 21.0.1
peerDependenciesMeta:
'@angular/animations':
optional: true
'@angular/platform-server@21.0.1':
resolution: {integrity: sha512-SfDn9u2YG2UaFtuUL35UFedTz6xiMphVD2sbLLYPpYVd3nRZUziUV3VjeZ2xM6mbZTtT4m2zA8XGUbbWVkxOPg==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
peerDependencies:
'@angular/common': 21.0.1
'@angular/compiler': 21.0.1
'@angular/core': 21.0.1
'@angular/platform-browser': 21.0.1
rxjs: ^6.5.3 || ^7.4.0
'@angular/router@21.0.1':
resolution: {integrity: sha512-EnNbiScESZ0op9XS9qUNncWc1UcSYy90uCbDMVTTChikZt9b+e19OusFMf50zecb96VMMz+BzNY1see7Rmvx4g==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
peerDependencies:
'@angular/common': 21.0.1
'@angular/core': 21.0.1
'@angular/platform-browser': 21.0.1
rxjs: ^6.5.3 || ^7.4.0
'@babel/code-frame@7.27.1':
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
engines: {node: '>=6.9.0'}
'@babel/compat-data@7.28.5':
resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==}
engines: {node: '>=6.9.0'}
'@babel/core@7.28.4':
resolution: {integrity: sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==}
engines: {node: '>=6.9.0'}
'@babel/core@7.28.5':
resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==}
engines: {node: '>=6.9.0'}
'@babel/generator@7.28.3':
resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==}
engines: {node: '>=6.9.0'}
'@babel/generator@7.28.5':
resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==}
engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.27.3':
resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
engines: {node: '>=6.9.0'}
'@babel/helper-compilation-targets@7.27.2':
resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
engines: {node: '>=6.9.0'}
'@babel/helper-create-class-features-plugin@7.28.5':
resolution: {integrity: sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/helper-create-regexp-features-plugin@7.28.5':
resolution: {integrity: sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/helper-define-polyfill-provider@0.6.5':
resolution: {integrity: sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
'@babel/helper-globals@7.28.0':
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
engines: {node: '>=6.9.0'}
'@babel/helper-member-expression-to-functions@7.28.5':
resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
engines: {node: '>=6.9.0'}
'@babel/helper-module-imports@7.27.1':
resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
engines: {node: '>=6.9.0'}
'@babel/helper-module-transforms@7.28.3':
resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/helper-optimise-call-expression@7.27.1':
resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==}
engines: {node: '>=6.9.0'}
'@babel/helper-plugin-utils@7.27.1':
resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
engines: {node: '>=6.9.0'}
'@babel/helper-remap-async-to-generator@7.27.1':
resolution: {integrity: sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/helper-replace-supers@7.27.1':
resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==}
engines: {node: '>=6.9.0'}
'@babel/helper-split-export-declaration@7.24.7':
resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==}
engines: {node: '>=6.9.0'}
'@babel/helper-string-parser@7.27.1':
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-identifier@7.28.5':
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-option@7.27.1':
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
engines: {node: '>=6.9.0'}
'@babel/helper-wrap-function@7.28.3':
resolution: {integrity: sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==}
engines: {node: '>=6.9.0'}
'@babel/helpers@7.28.4':
resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==}
engines: {node: '>=6.9.0'}
'@babel/parser@7.28.5':
resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
engines: {node: '>=6.0.0'}
hasBin: true
'@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5':
resolution: {integrity: sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1':
resolution: {integrity: sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1':
resolution: {integrity: sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1':
resolution: {integrity: sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
'@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3':
resolution: {integrity: sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/plugin-proposal-decorators@7.28.0':
resolution: {integrity: sha512-zOiZqvANjWDUaUS9xMxbMcK/Zccztbe/6ikvUXaG9nsPH3w6qh5UaPGAnirI/WhIbZ8m3OHU0ReyPrknG+ZKeg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2':
resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-async-generators@7.8.4':
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-bigint@7.8.3':
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-class-properties@7.12.13':
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-class-static-block@7.14.5':
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies: