forked from angular/dev-infra
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyarn.lock
15377 lines (13835 loc) · 536 KB
/
yarn.lock
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: 10c0
"@actions/core@npm:^1.4.0":
version: 1.11.1
resolution: "@actions/core@npm:1.11.1"
dependencies:
"@actions/exec": "npm:^1.1.1"
"@actions/http-client": "npm:^2.0.1"
checksum: 10c0/9aa30b397d8d0dbc74e69fe46b23fb105cab989beb420c57eacbfc51c6804abe8da0f46973ca9f639d532ea4c096d0f4d37da0223fbe94f304fa3c5f53537c30
languageName: node
linkType: hard
"@actions/exec@npm:^1.1.1":
version: 1.1.1
resolution: "@actions/exec@npm:1.1.1"
dependencies:
"@actions/io": "npm:^1.0.1"
checksum: 10c0/4a09f6bdbe50ce68b5cf8a7254d176230d6a74bccf6ecc3857feee209a8c950ba9adec87cc5ecceb04110182d1c17117234e45557d72fde6229b7fd3a395322a
languageName: node
linkType: hard
"@actions/github@npm:^6.0.0":
version: 6.0.0
resolution: "@actions/github@npm:6.0.0"
dependencies:
"@actions/http-client": "npm:^2.2.0"
"@octokit/core": "npm:^5.0.1"
"@octokit/plugin-paginate-rest": "npm:^9.0.0"
"@octokit/plugin-rest-endpoint-methods": "npm:^10.0.0"
checksum: 10c0/6f86f564e6ec5873c69ff23bed308cef5f964dbdb559c5415c1ba479517bf18352713a2a757c27f8f67a3d675fdd78446cf142b27762489f697edf9c58e72378
languageName: node
linkType: hard
"@actions/http-client@npm:^2.0.1, @actions/http-client@npm:^2.2.0":
version: 2.2.3
resolution: "@actions/http-client@npm:2.2.3"
dependencies:
tunnel: "npm:^0.0.6"
undici: "npm:^5.25.4"
checksum: 10c0/13141b66a42aa4afd8c50f7479e13a5cdb5084ccb3c73ec48894b8029743389a3d2bf8cdc18e23fb70cd33995740526dd308815613907571e897c3aa1e5eada6
languageName: node
linkType: hard
"@actions/io@npm:^1.0.1":
version: 1.1.3
resolution: "@actions/io@npm:1.1.3"
checksum: 10c0/5b8751918e5bf0bebd923ba917fb1c0e294401e7ff0037f32c92a4efa4215550df1f6633c63fd4efb2bdaae8711e69b9e36925857db1f38935ff62a5c92ec29e
languageName: node
linkType: hard
"@ampproject/remapping@npm:2.3.0, @ampproject/remapping@npm:^2.2.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: 10c0/81d63cca5443e0f0c72ae18b544cc28c7c0ec2cea46e7cb888bb0e0f411a1191d0d6b7af798d54e30777d8d1488b2ec0732aac2be342d3d7d3ffd271c6f489ed
languageName: node
linkType: hard
"@angular-devkit/architect@npm:0.2000.0-next.3":
version: 0.2000.0-next.3
resolution: "@angular-devkit/architect@npm:0.2000.0-next.3"
dependencies:
"@angular-devkit/core": "npm:20.0.0-next.3"
rxjs: "npm:7.8.2"
checksum: 10c0/1c3a3cc1065a6ae153b370ad93a08e2b5454f5bf4a883872b3f23da2275cc85f35feb6e4cf5384aba4f06f1da7c2293f3ef92a72806f083ea0d1c602646b87bb
languageName: node
linkType: hard
"@angular-devkit/core@npm:19.2.4":
version: 19.2.4
resolution: "@angular-devkit/core@npm:19.2.4"
dependencies:
ajv: "npm:8.17.1"
ajv-formats: "npm:3.0.1"
jsonc-parser: "npm:3.3.1"
picomatch: "npm:4.0.2"
rxjs: "npm:7.8.1"
source-map: "npm:0.7.4"
peerDependencies:
chokidar: ^4.0.0
peerDependenciesMeta:
chokidar:
optional: true
checksum: 10c0/c42ec0de4b421a0f6b4c61e3d4e0a27eaa4446d33fae5f19c54dc3bc0ff4dbf2f1d7db713ebf4e97481a41bd24c85d48238cb08df7ba1aba70ced7a5c7005b60
languageName: node
linkType: hard
"@angular-devkit/core@npm:20.0.0-next.3":
version: 20.0.0-next.3
resolution: "@angular-devkit/core@npm:20.0.0-next.3"
dependencies:
ajv: "npm:8.17.1"
ajv-formats: "npm:3.0.1"
jsonc-parser: "npm:3.3.1"
picomatch: "npm:4.0.2"
rxjs: "npm:7.8.2"
source-map: "npm:0.7.4"
peerDependencies:
chokidar: ^4.0.0
peerDependenciesMeta:
chokidar:
optional: true
checksum: 10c0/933c2f1c906ff339cd4b90404e2eb6c032b2dda38034636fe8a8a55eafd1e528df7e0838ef79eb3a01fc9551919c5b07890262d5bd29d6f379d9053234c62820
languageName: node
linkType: hard
"@angular-devkit/schematics@npm:19.2.4, @angular-devkit/schematics@npm:^19.0.0":
version: 19.2.4
resolution: "@angular-devkit/schematics@npm:19.2.4"
dependencies:
"@angular-devkit/core": "npm:19.2.4"
jsonc-parser: "npm:3.3.1"
magic-string: "npm:0.30.17"
ora: "npm:5.4.1"
rxjs: "npm:7.8.1"
checksum: 10c0/7b34f212d9fd3fa813121a5645ebfc9e34be875e041f1431ae1a577f9c65251af5b444a205b535d03ee81f5f639ab757531063643462278ef7dcaed454090158
languageName: node
linkType: hard
"@angular-devkit/schematics@npm:20.0.0-next.3":
version: 20.0.0-next.3
resolution: "@angular-devkit/schematics@npm:20.0.0-next.3"
dependencies:
"@angular-devkit/core": "npm:20.0.0-next.3"
jsonc-parser: "npm:3.3.1"
magic-string: "npm:0.30.17"
ora: "npm:5.4.1"
rxjs: "npm:7.8.2"
checksum: 10c0/d02de81afed39af4f9dbf7a44f56114ed63fd3d220974e3e3b3b0e1ff6ed5b3d3ff98c72ce21c97fdf1bba94ff82ba64ba28e5a0ab5cc64d8933207cd2ecf375
languageName: node
linkType: hard
"@angular/animations@npm:20.0.0-next.4":
version: 20.0.0-next.4
resolution: "@angular/animations@npm:20.0.0-next.4"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 20.0.0-next.4
checksum: 10c0/b47b65f13d2a7d674d13b313bd62b9c42220ccab8e0777ce5240eb67099ebbd5a37d8b2e5aaa6e91955c6d20d0a0d04581f2eef2320cda4b81e2669949073c7f
languageName: node
linkType: hard
"@angular/bazel@npm:14.1.0-next.2":
version: 14.1.0-next.2
resolution: "@angular/bazel@npm:14.1.0-next.2"
dependencies:
"@microsoft/api-extractor": "npm:^7.24.2"
shelljs: "npm:^0.8.5"
tsickle: "npm:^0.38.0"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/compiler-cli": 14.1.0-next.2
"@bazel/concatjs": ^5.3.0
"@bazel/worker": ^5.3.0
"@rollup/plugin-commonjs": ^21.0.0
"@rollup/plugin-node-resolve": ^13.0.4
rollup: ^2.56.3
rollup-plugin-sourcemaps: ^0.6.3
terser: ^5.9.0
typescript: ">=4.6.2 <4.8"
peerDependenciesMeta:
terser:
optional: true
bin:
ngc-wrapped: src/ngc-wrapped/index.js
packager: src/ng_package/packager.js
types_bundler: src/types_bundle/index.js
xi18n: src/ngc-wrapped/extract_i18n.js
checksum: 10c0/eefc9a2799b1a130d5c0ee2eaf51965baa0c89c46582bc9413d8cf9c0fd2686fd2e2e8bf95427953c2ff84d4be85e1951f6fa7ccdd79832a97c10dd5a9eaae58
languageName: node
linkType: hard
"@angular/bazel@patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch::locator=%40angular%2Fbuild-tooling%40workspace%3A.":
version: 14.1.0-next.2
resolution: "@angular/bazel@patch:@angular/bazel@npm%3A14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch::version=14.1.0-next.2&hash=97738b&locator=%40angular%2Fbuild-tooling%40workspace%3A."
dependencies:
"@microsoft/api-extractor": "npm:^7.24.2"
shelljs: "npm:^0.8.5"
tsickle: "npm:^0.38.0"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/compiler-cli": 14.1.0-next.2
"@bazel/concatjs": ^5.3.0
"@bazel/worker": ^5.3.0
"@rollup/plugin-commonjs": ^21.0.0
"@rollup/plugin-node-resolve": ^13.0.4
rollup: ^2.56.3
rollup-plugin-sourcemaps: ^0.6.3
terser: ^5.9.0
typescript: ">=4.6.2 <4.8"
peerDependenciesMeta:
terser:
optional: true
bin:
ngc-wrapped: src/ngc-wrapped/index.js
packager: src/ng_package/packager.js
types_bundler: src/types_bundle/index.js
xi18n: src/ngc-wrapped/extract_i18n.js
checksum: 10c0/853ca8e98dc456b565120bf02f80b83d4e9c1bc5ab82afbaa8543f737931cc05b2d67133b3beddd8a9a42203c78c7a00cf1ab45a2e9fb86a48921a76eb84db82
languageName: node
linkType: hard
"@angular/benchpress@npm:0.3.0":
version: 0.3.0
resolution: "@angular/benchpress@npm:0.3.0"
dependencies:
"@angular/core": "npm:^13.0.0 || ^14.0.0-0"
reflect-metadata: "npm:^0.1.13"
checksum: 10c0/a18dc93aa79a776a691b66127f961b65e268e443844c48eaf4c0f71fc2407779881459a893fb5a0a6a22bda5ec432ebf711817ca6eed5d67f343ae5509a9438a
languageName: node
linkType: hard
"@angular/build-tooling@workspace:.":
version: 0.0.0-use.local
resolution: "@angular/build-tooling@workspace:."
dependencies:
"@actions/core": "npm:^1.4.0"
"@actions/github": "npm:^6.0.0"
"@angular/animations": "npm:20.0.0-next.4"
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch"
"@angular/benchpress": "npm:0.3.0"
"@angular/build": "npm:20.0.0-next.3"
"@angular/cdk": "npm:20.0.0-next.4"
"@angular/cli": "npm:20.0.0-next.3"
"@angular/common": "npm:20.0.0-next.4"
"@angular/compiler": "npm:20.0.0-next.4"
"@angular/compiler-cli": "npm:20.0.0-next.4"
"@angular/core": "npm:20.0.0-next.4"
"@angular/fire": "npm:^19.0.0-rc"
"@angular/forms": "npm:20.0.0-next.4"
"@angular/material": "npm:20.0.0-next.4"
"@angular/platform-browser": "npm:20.0.0-next.4"
"@angular/platform-browser-dynamic": "npm:20.0.0-next.4"
"@angular/router": "npm:20.0.0-next.4"
"@babel/core": "npm:^7.16.0"
"@babel/plugin-transform-async-generator-functions": "npm:^7.26.8"
"@bazel/bazelisk": "npm:^1.11.0"
"@bazel/buildifier": "npm:6.3.3"
"@bazel/concatjs": "npm:5.8.1"
"@bazel/esbuild": "npm:5.8.1"
"@bazel/ibazel": "npm:^0.23.0"
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch"
"@bazel/protractor": "npm:5.8.1"
"@bazel/runfiles": "npm:5.8.1"
"@bazel/terser": "npm:5.8.1"
"@bazel/typescript": "npm:5.8.1"
"@google-cloud/firestore": "npm:^7.0.0"
"@google-cloud/spanner": "npm:7.19.1"
"@google-cloud/storage": "npm:^7.0.0"
"@inquirer/prompts": "npm:^7.0.0"
"@inquirer/type": "npm:^3.0.0"
"@microsoft/api-extractor": "npm:7.52.1"
"@octokit/auth-app": "npm:7.1.5"
"@octokit/core": "npm:6.1.4"
"@octokit/graphql": "npm:8.2.1"
"@octokit/graphql-schema": "patch:@octokit/graphql-schema@npm%3A15.3.0#~/.yarn/patches/@octokit-graphql-schema-npm-15.3.0-4046a59648.patch"
"@octokit/openapi-types": "npm:24.2.0"
"@octokit/plugin-paginate-rest": "npm:11.6.0"
"@octokit/plugin-rest-endpoint-methods": "npm:13.5.0"
"@octokit/request-error": "npm:6.1.7"
"@octokit/rest": "npm:21.1.1"
"@octokit/types": "npm:13.10.0"
"@octokit/webhooks-definitions": "npm:3.67.3"
"@octokit/webhooks-types": "npm:7.6.1"
"@openid/appauth": "npm:^1.3.1"
"@pnpm/dependency-path": "npm:^1000.0.5"
"@rollup/plugin-commonjs": "npm:^28.0.0"
"@rollup/plugin-node-resolve": "npm:^16.0.0"
"@types/babel__core": "npm:^7.1.19"
"@types/browser-sync": "npm:^2.26.3"
"@types/cli-progress": "npm:^3.9.1"
"@types/conventional-commits-parser": "npm:^5.0.0"
"@types/diff": "npm:^7.0.0"
"@types/dom-view-transitions": "npm:^1.0.4"
"@types/ejs": "npm:^3.0.6"
"@types/events": "npm:^3.0.0"
"@types/folder-hash": "npm:^4.0.1"
"@types/git-raw-commits": "npm:^2.0.0"
"@types/jasmine": "npm:5.1.7"
"@types/jsdom": "npm:^21.0.0"
"@types/minimatch": "npm:^5.1.2"
"@types/node": "npm:^20.14.8"
"@types/opener": "npm:^1.4.0"
"@types/selenium-webdriver": "npm:^4.1.21"
"@types/semver": "npm:^7.3.6"
"@types/send": "npm:^0.17.1"
"@types/supports-color": "npm:^10.0.0"
"@types/tmp": "npm:^0.2.1"
"@types/wait-on": "npm:^5.3.1"
"@types/which": "npm:^3.0.0"
"@types/ws": "npm:8.18.0"
"@types/yargs": "npm:^17.0.0"
"@types/yarnpkg__lockfile": "npm:^1.1.5"
"@yarnpkg/lockfile": "npm:^1.1.0"
browser-sync: "npm:^3.0.0"
chalk: "npm:^5.0.1"
cli-progress: "npm:^3.7.0"
conventional-commits-parser: "npm:^5.0.0"
diff: "npm:^7.0.0"
ejs: "npm:^3.1.6"
fast-glob: "npm:^3.3.2"
firebase: "npm:11.5.0"
firebase-admin: "npm:13.2.0"
firebase-functions: "npm:^6.0.0"
firebase-tools: "npm:^14.0.0"
folder-hash: "npm:^4.0.2"
font-color-contrast: "npm:^11.1.0"
gcip-cloud-functions: "npm:0.2.0"
git-raw-commits: "npm:^4.0.0"
husky: "npm:^9.0.0"
jasmine: "npm:~5.6.0"
jasmine-core: "npm:~5.6.0"
jsdom: "npm:^26.0.0"
jsonc-parser: "npm:^3.2.0"
karma: "npm:^6.3.15"
karma-chrome-launcher: "npm:^3.1.0"
karma-coverage: "npm:~2.2.0"
karma-firefox-launcher: "npm:^2.1.2"
karma-jasmine: "npm:^5.0.0"
karma-jasmine-html-reporter: "npm:~2.1.0"
karma-requirejs: "npm:^1.1.0"
karma-sourcemap-loader: "npm:^0.4.0"
minimatch: "npm:^10.0.0"
multimatch: "npm:^7.0.0"
nock: "npm:14.0.1"
opener: "npm:^1.5.2"
prettier: "npm:3.5.3"
protobufjs: "npm:^7.0.0"
protractor: "npm:^7.0.0"
requirejs: "npm:^2.3.6"
rxjs: "npm:^7.4.0"
selenium-webdriver: "npm:^4.18.1"
semver: "npm:^7.5.4"
send: "npm:^1.0.0"
source-map: "npm:^0.7.4"
stylelint: "npm:^16.0.0"
supports-color: "npm:10.0.0"
terser: "npm:5.39.0"
tmp: "npm:^0.2.1"
true-case-path: "npm:^2.2.1"
ts-node: "npm:^10.9.2"
tslib: "npm:^2.5.2"
tslint: "npm:^6.1.3"
tsx: "npm:^4.15.7"
typed-graphqlify: "npm:^3.1.1"
typescript: "npm:5.8.2"
undici: "npm:^7.0.0"
uuid: "npm:^11.0.0"
wait-on: "npm:^8.0.0"
which: "npm:^5.0.0"
ws: "npm:^8.8.0"
yaml: "npm:^2.0.0"
yargs: "npm:^17.0.0"
zone.js: "npm:^0.15.0"
dependenciesMeta:
re2:
built: false
languageName: unknown
linkType: soft
"@angular/build@npm:20.0.0-next.3":
version: 20.0.0-next.3
resolution: "@angular/build@npm:20.0.0-next.3"
dependencies:
"@ampproject/remapping": "npm:2.3.0"
"@angular-devkit/architect": "npm:0.2000.0-next.3"
"@babel/core": "npm:7.26.10"
"@babel/helper-annotate-as-pure": "npm:7.25.9"
"@babel/helper-split-export-declaration": "npm:7.24.7"
"@babel/plugin-syntax-import-attributes": "npm:7.26.0"
"@inquirer/confirm": "npm:5.1.8"
"@vitejs/plugin-basic-ssl": "npm:2.0.0"
beasties: "npm:0.2.0"
browserslist: "npm:^4.23.0"
esbuild: "npm:0.25.1"
https-proxy-agent: "npm:7.0.6"
istanbul-lib-instrument: "npm:6.0.3"
jsonc-parser: "npm:3.3.1"
listr2: "npm:8.2.5"
lmdb: "npm:3.2.6"
magic-string: "npm:0.30.17"
mrmime: "npm:2.0.1"
parse5-html-rewriting-stream: "npm:7.0.0"
picomatch: "npm:4.0.2"
piscina: "npm:4.9.2"
rollup: "npm:4.37.0"
sass: "npm:1.86.0"
semver: "npm:7.7.1"
source-map-support: "npm:0.5.21"
tinyglobby: "npm:0.2.12"
vite: "npm:6.2.3"
watchpack: "npm:2.4.2"
peerDependencies:
"@angular/compiler": ^20.0.0 || ^20.0.0-next.0
"@angular/compiler-cli": ^20.0.0 || ^20.0.0-next.0
"@angular/localize": ^20.0.0 || ^20.0.0-next.0
"@angular/platform-browser": ^20.0.0 || ^20.0.0-next.0
"@angular/platform-server": ^20.0.0 || ^20.0.0-next.0
"@angular/service-worker": ^20.0.0 || ^20.0.0-next.0
"@angular/ssr": ^20.0.0-next.3
karma: ^6.4.0
less: ^4.2.0
ng-packagr: ^20.0.0 || ^20.0.0-next.0
postcss: ^8.4.0
tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0
typescript: ">=5.8 <5.9"
dependenciesMeta:
lmdb:
optional: true
peerDependenciesMeta:
"@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
checksum: 10c0/07323c0b81c64fe0d29f24feeb3669b9dd9e15d34af0ead90d708340d7f170c0d65d3c8fc71f84ee6a803795a37d165eb784f0411ccb4fdaefde384323f32017
languageName: node
linkType: hard
"@angular/cdk@npm:20.0.0-next.4":
version: 20.0.0-next.4
resolution: "@angular/cdk@npm:20.0.0-next.4"
dependencies:
parse5: "npm:^7.1.2"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
"@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
rxjs: ^6.5.3 || ^7.4.0
checksum: 10c0/b3799fae1d760bd08c3ba0b436820b9d4ca59b121e2181248c9e95198e049aa96481ef0e169390687dfd4f50bfa277fe88384090589d63f2036948fd8a812660
languageName: node
linkType: hard
"@angular/cli@npm:20.0.0-next.3":
version: 20.0.0-next.3
resolution: "@angular/cli@npm:20.0.0-next.3"
dependencies:
"@angular-devkit/architect": "npm:0.2000.0-next.3"
"@angular-devkit/core": "npm:20.0.0-next.3"
"@angular-devkit/schematics": "npm:20.0.0-next.3"
"@inquirer/prompts": "npm:7.4.0"
"@listr2/prompt-adapter-inquirer": "npm:2.0.18"
"@schematics/angular": "npm:20.0.0-next.3"
"@yarnpkg/lockfile": "npm:1.1.0"
ini: "npm:5.0.0"
jsonc-parser: "npm:3.3.1"
listr2: "npm:8.2.5"
npm-package-arg: "npm:12.0.2"
npm-pick-manifest: "npm:10.0.0"
pacote: "npm:20.0.0"
resolve: "npm:1.22.10"
semver: "npm:7.7.1"
symbol-observable: "npm:4.0.0"
yargs: "npm:17.7.2"
bin:
ng: bin/ng.js
checksum: 10c0/9081301ff9e09dc92088c23366b535f2b139dd712a23e783d8d1841f0e82ba0e0aaa2de90531a54b562fb01f706b6c6f4f7cbb1c880ebbc6f3c609509de4f604
languageName: node
linkType: hard
"@angular/common@npm:20.0.0-next.4":
version: 20.0.0-next.4
resolution: "@angular/common@npm:20.0.0-next.4"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 20.0.0-next.4
rxjs: ^6.5.3 || ^7.4.0
checksum: 10c0/90c8cc55760dec3b02aa52e0f537c9c500b3b010243580c04a34b980e00ad4c22f846a31a75ca2ee3b95e24cf3367a81f8d054c718fe3be39185b2c928db34a7
languageName: node
linkType: hard
"@angular/compiler-cli@npm:20.0.0-next.4":
version: 20.0.0-next.4
resolution: "@angular/compiler-cli@npm:20.0.0-next.4"
dependencies:
"@babel/core": "npm:7.26.10"
"@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:^17.2.1"
peerDependencies:
"@angular/compiler": 20.0.0-next.4
typescript: ">=5.8 <5.9"
bin:
ng-xi18n: bundles/src/bin/ng_xi18n.js
ngc: bundles/src/bin/ngc.js
checksum: 10c0/a1f78e7a56b10cc51a09a2f9eeb51e9a2ea886f412107bf175ffa48d3e472c14c20f968b68bb533459582006b1439fddf3576e81bf0700e140883aab8e896b05
languageName: node
linkType: hard
"@angular/compiler@npm:20.0.0-next.4":
version: 20.0.0-next.4
resolution: "@angular/compiler@npm:20.0.0-next.4"
dependencies:
tslib: "npm:^2.3.0"
checksum: 10c0/b4d1af1d7b7aa6e2ba4d313cf03ad9ff26d18bfe3a722c1ec603633b49160201b88df06a55b6d1d3f78803d82e059a8599cf6d6f144287ec5719ba04f0141c1f
languageName: node
linkType: hard
"@angular/core@npm:20.0.0-next.4":
version: 20.0.0-next.4
resolution: "@angular/core@npm:20.0.0-next.4"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/compiler": 20.0.0-next.4
rxjs: ^6.5.3 || ^7.4.0
zone.js: ~0.15.0
peerDependenciesMeta:
"@angular/compiler":
optional: true
checksum: 10c0/5499ba32563704c91954a9c18a7f71c03f6df1e0c16aa239fa8a1df7af86f7e6a158c975ce6e754a690bb055c764a4b4552b82b3292721e6d2699d376b716a86
languageName: node
linkType: hard
"@angular/fire@npm:^19.0.0-rc":
version: 19.0.0
resolution: "@angular/fire@npm:19.0.0"
dependencies:
"@angular-devkit/schematics": "npm:^19.0.0"
"@schematics/angular": "npm:^19.0.0"
firebase: "npm:^11.2.0"
rxfire: "npm:^6.1.0"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ^19.0.0
"@angular/core": ^19.0.0
"@angular/platform-browser": ^19.0.0
"@angular/platform-browser-dynamic": ^19.0.0
"@angular/platform-server": ^19.0.0
firebase-tools: ^13.0.0
rxjs: ~7.8.0
peerDependenciesMeta:
"@angular/platform-server":
optional: true
firebase-tools:
optional: true
checksum: 10c0/cc38f1d6910d74eed9ac074dd9730436e458ec632c5843a38ffd49cafd86fbd0e1eb1380824885880a0d965f3ebd1e9ac1c5af395e2e64e7fffb4c5a599708ef
languageName: node
linkType: hard
"@angular/forms@npm:20.0.0-next.4":
version: 20.0.0-next.4
resolution: "@angular/forms@npm:20.0.0-next.4"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 20.0.0-next.4
"@angular/core": 20.0.0-next.4
"@angular/platform-browser": 20.0.0-next.4
rxjs: ^6.5.3 || ^7.4.0
checksum: 10c0/a077c5d81e75667e57fe5cfe3583d217df9604a8965891c1cf1ecdef38a6ea87b18507be0a4106a338ec4ac5dceebc127d2ac8067a25b8107972e5ab698e6b50
languageName: node
linkType: hard
"@angular/material@npm:20.0.0-next.4":
version: 20.0.0-next.4
resolution: "@angular/material@npm:20.0.0-next.4"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/cdk": 20.0.0-next.4
"@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
"@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
"@angular/forms": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
"@angular/platform-browser": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
rxjs: ^6.5.3 || ^7.4.0
checksum: 10c0/836976e51f1eb36d5a4c86d887b93c06993e070709342459e1cf9ac68021d4e7edbbda1608544c26cb97cbac226f364fff02aec4f9cfcb67f28edfaf34f1384e
languageName: node
linkType: hard
"@angular/platform-browser-dynamic@npm:20.0.0-next.4":
version: 20.0.0-next.4
resolution: "@angular/platform-browser-dynamic@npm:20.0.0-next.4"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 20.0.0-next.4
"@angular/compiler": 20.0.0-next.4
"@angular/core": 20.0.0-next.4
"@angular/platform-browser": 20.0.0-next.4
checksum: 10c0/59fec3fb21f650b2dcd23e787481470bc0fe748c16800b65bac313d8a8b8c4e9b1ff97da474558cd3786c5aaf10dae73f3bc3438c196e35680514d6f74b03620
languageName: node
linkType: hard
"@angular/platform-browser@npm:20.0.0-next.4":
version: 20.0.0-next.4
resolution: "@angular/platform-browser@npm:20.0.0-next.4"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/animations": 20.0.0-next.4
"@angular/common": 20.0.0-next.4
"@angular/core": 20.0.0-next.4
peerDependenciesMeta:
"@angular/animations":
optional: true
checksum: 10c0/074c038e5a06869c1abe64d2d1665972cecbb7832fb462f4db43278f8a3bb6a7163bc1ba9fe98c1c97b55cde286a10133f3b6fadc3d210bfe25a322a312c3c22
languageName: node
linkType: hard
"@angular/router@npm:20.0.0-next.4":
version: 20.0.0-next.4
resolution: "@angular/router@npm:20.0.0-next.4"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 20.0.0-next.4
"@angular/core": 20.0.0-next.4
"@angular/platform-browser": 20.0.0-next.4
rxjs: ^6.5.3 || ^7.4.0
checksum: 10c0/31aeddb31cc91c69ba298dab0d60cb0847b8fcd3633cc489a66bd6ae7d74df1b008f4d80638d58855a2425609a4730fd8bd2ca85b6b6a322b66b7e519c440ebe
languageName: node
linkType: hard
"@apidevtools/json-schema-ref-parser@npm:^9.0.3":
version: 9.1.2
resolution: "@apidevtools/json-schema-ref-parser@npm:9.1.2"
dependencies:
"@jsdevtools/ono": "npm:^7.1.3"
"@types/json-schema": "npm:^7.0.6"
call-me-maybe: "npm:^1.0.1"
js-yaml: "npm:^4.1.0"
checksum: 10c0/ebf952eb2e00bf0919f024e72897e047fd5012f0a9e47ac361873f6de0a733b9334513cdbc73205a6b43ac4a652b8c87f55e489c39b2d60bd0bc1cb2b411e218
languageName: node
linkType: hard
"@asamuzakjp/css-color@npm:^3.1.1":
version: 3.1.1
resolution: "@asamuzakjp/css-color@npm:3.1.1"
dependencies:
"@csstools/css-calc": "npm:^2.1.2"
"@csstools/css-color-parser": "npm:^3.0.8"
"@csstools/css-parser-algorithms": "npm:^3.0.4"
"@csstools/css-tokenizer": "npm:^3.0.3"
lru-cache: "npm:^10.4.3"
checksum: 10c0/4abb010fd29de8acae8571eba738468c22cb45a1f77647df3c59a80f1c83d83d728cae3ebbf99e5c73f2517761abaaffbe5e4176fc46b5f9bf60f1478463b51e
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.26.2":
version: 7.26.2
resolution: "@babel/code-frame@npm:7.26.2"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.25.9"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.0.0"
checksum: 10c0/7d79621a6849183c415486af99b1a20b84737e8c11cd55b6544f688c51ce1fd710e6d869c3dd21232023da272a79b91efb3e83b5bc2dc65c1187c5fcd1b72ea8
languageName: node
linkType: hard
"@babel/compat-data@npm:^7.26.5":
version: 7.26.8
resolution: "@babel/compat-data@npm:7.26.8"
checksum: 10c0/66408a0388c3457fff1c2f6c3a061278dd7b3d2f0455ea29bb7b187fa52c60ae8b4054b3c0a184e21e45f0eaac63cf390737bc7504d1f4a088a6e7f652c068ca
languageName: node
linkType: hard
"@babel/core@npm:7.26.10, @babel/core@npm:^7.12.3, @babel/core@npm:^7.16.0, @babel/core@npm:^7.23.9":
version: 7.26.10
resolution: "@babel/core@npm:7.26.10"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.26.2"
"@babel/generator": "npm:^7.26.10"
"@babel/helper-compilation-targets": "npm:^7.26.5"
"@babel/helper-module-transforms": "npm:^7.26.0"
"@babel/helpers": "npm:^7.26.10"
"@babel/parser": "npm:^7.26.10"
"@babel/template": "npm:^7.26.9"
"@babel/traverse": "npm:^7.26.10"
"@babel/types": "npm:^7.26.10"
convert-source-map: "npm:^2.0.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.3"
semver: "npm:^6.3.1"
checksum: 10c0/e046e0e988ab53841b512ee9d263ca409f6c46e2a999fe53024688b92db394346fa3aeae5ea0866331f62133982eee05a675d22922a4603c3f603aa09a581d62
languageName: node
linkType: hard
"@babel/generator@npm:^7.26.10":
version: 7.26.10
resolution: "@babel/generator@npm:7.26.10"
dependencies:
"@babel/parser": "npm:^7.26.10"
"@babel/types": "npm:^7.26.10"
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.25"
jsesc: "npm:^3.0.2"
checksum: 10c0/88b3b3ea80592fc89349c4e1a145e1386e4042866d2507298adf452bf972f68d13bf699a845e6ab8c028bd52c2247013eb1221b86e1db5c9779faacba9c4b10e
languageName: node
linkType: hard
"@babel/helper-annotate-as-pure@npm:7.25.9, @babel/helper-annotate-as-pure@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-annotate-as-pure@npm:7.25.9"
dependencies:
"@babel/types": "npm:^7.25.9"
checksum: 10c0/095b6ba50489d797733abebc4596a81918316a99e3632755c9f02508882912b00c2ae5e468532a25a5c2108d109ddbe9b7da78333ee7cc13817fc50c00cf06fe
languageName: node
linkType: hard
"@babel/helper-compilation-targets@npm:^7.26.5":
version: 7.26.5
resolution: "@babel/helper-compilation-targets@npm:7.26.5"
dependencies:
"@babel/compat-data": "npm:^7.26.5"
"@babel/helper-validator-option": "npm:^7.25.9"
browserslist: "npm:^4.24.0"
lru-cache: "npm:^5.1.1"
semver: "npm:^6.3.1"
checksum: 10c0/9da5c77e5722f1a2fcb3e893049a01d414124522bbf51323bb1a0c9dcd326f15279836450fc36f83c9e8a846f3c40e88be032ed939c5a9840922bed6073edfb4
languageName: node
linkType: hard
"@babel/helper-module-imports@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-module-imports@npm:7.25.9"
dependencies:
"@babel/traverse": "npm:^7.25.9"
"@babel/types": "npm:^7.25.9"
checksum: 10c0/078d3c2b45d1f97ffe6bb47f61961be4785d2342a4156d8b42c92ee4e1b7b9e365655dd6cb25329e8fe1a675c91eeac7e3d04f0c518b67e417e29d6e27b6aa70
languageName: node
linkType: hard
"@babel/helper-module-transforms@npm:^7.26.0":
version: 7.26.0
resolution: "@babel/helper-module-transforms@npm:7.26.0"
dependencies:
"@babel/helper-module-imports": "npm:^7.25.9"
"@babel/helper-validator-identifier": "npm:^7.25.9"
"@babel/traverse": "npm:^7.25.9"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/ee111b68a5933481d76633dad9cdab30c41df4479f0e5e1cc4756dc9447c1afd2c9473b5ba006362e35b17f4ebddd5fca090233bef8dfc84dca9d9127e56ec3a
languageName: node
linkType: hard
"@babel/helper-plugin-utils@npm:^7.25.9, @babel/helper-plugin-utils@npm:^7.26.5":
version: 7.26.5
resolution: "@babel/helper-plugin-utils@npm:7.26.5"
checksum: 10c0/cdaba71d4b891aa6a8dfbe5bac2f94effb13e5fa4c2c487667fdbaa04eae059b78b28d85a885071f45f7205aeb56d16759e1bed9c118b94b16e4720ef1ab0f65
languageName: node
linkType: hard
"@babel/helper-remap-async-to-generator@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-remap-async-to-generator@npm:7.25.9"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.25.9"
"@babel/helper-wrap-function": "npm:^7.25.9"
"@babel/traverse": "npm:^7.25.9"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/6798b562f2788210980f29c5ee96056d90dc73458c88af5bd32f9c82e28e01975588aa2a57bb866c35556bd9b76bac937e824ee63ba472b6430224b91b4879e9
languageName: node
linkType: hard
"@babel/helper-split-export-declaration@npm:7.24.7":
version: 7.24.7
resolution: "@babel/helper-split-export-declaration@npm:7.24.7"
dependencies:
"@babel/types": "npm:^7.24.7"
checksum: 10c0/0254577d7086bf09b01bbde98f731d4fcf4b7c3fa9634fdb87929801307c1f6202a1352e3faa5492450fa8da4420542d44de604daf540704ff349594a78184f6
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-string-parser@npm:7.25.9"
checksum: 10c0/7244b45d8e65f6b4338a6a68a8556f2cb161b782343e97281a5f2b9b93e420cad0d9f5773a59d79f61d0c448913d06f6a2358a87f2e203cf112e3c5b53522ee6
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-validator-identifier@npm:7.25.9"
checksum: 10c0/4fc6f830177b7b7e887ad3277ddb3b91d81e6c4a24151540d9d1023e8dc6b1c0505f0f0628ae653601eb4388a8db45c1c14b2c07a9173837aef7e4116456259d
languageName: node
linkType: hard
"@babel/helper-validator-option@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-validator-option@npm:7.25.9"
checksum: 10c0/27fb195d14c7dcb07f14e58fe77c44eea19a6a40a74472ec05c441478fa0bb49fa1c32b2d64be7a38870ee48ef6601bdebe98d512f0253aea0b39756c4014f3e
languageName: node
linkType: hard
"@babel/helper-wrap-function@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-wrap-function@npm:7.25.9"
dependencies:
"@babel/template": "npm:^7.25.9"
"@babel/traverse": "npm:^7.25.9"
"@babel/types": "npm:^7.25.9"
checksum: 10c0/b6627d83291e7b80df020f8ee2890c52b8d49272962cac0114ef90f189889c90f1027985873d1b5261a4e986e109b2754292dc112392f0b1fcbfc91cc08bd003
languageName: node
linkType: hard
"@babel/helpers@npm:^7.26.10":
version: 7.26.10
resolution: "@babel/helpers@npm:7.26.10"
dependencies:
"@babel/template": "npm:^7.26.9"
"@babel/types": "npm:^7.26.10"
checksum: 10c0/f99e1836bcffce96db43158518bb4a24cf266820021f6461092a776cba2dc01d9fc8b1b90979d7643c5c2ab7facc438149064463a52dd528b21c6ab32509784f
languageName: node
linkType: hard
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.26.10, @babel/parser@npm:^7.26.9":
version: 7.26.10
resolution: "@babel/parser@npm:7.26.10"
dependencies:
"@babel/types": "npm:^7.26.10"
bin:
parser: ./bin/babel-parser.js
checksum: 10c0/c47f5c0f63cd12a663e9dc94a635f9efbb5059d98086a92286d7764357c66bceba18ccbe79333e01e9be3bfb8caba34b3aaebfd8e62c3d5921c8cf907267be75
languageName: node
linkType: hard
"@babel/plugin-syntax-import-attributes@npm:7.26.0":
version: 7.26.0
resolution: "@babel/plugin-syntax-import-attributes@npm:7.26.0"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.25.9"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/e594c185b12bfe0bbe7ca78dfeebe870e6d569a12128cac86f3164a075fe0ff70e25ddbd97fd0782906b91f65560c9dc6957716b7b4a68aba2516c9b7455e352
languageName: node
linkType: hard
"@babel/plugin-transform-async-generator-functions@npm:^7.26.8":
version: 7.26.8
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.26.8"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.26.5"
"@babel/helper-remap-async-to-generator": "npm:^7.25.9"
"@babel/traverse": "npm:^7.26.8"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/f6fefce963fe2e6268dde1958975d7adbce65fba94ca6f4bc554c90da03104ad1dd2e66d03bc0462da46868498428646e30b03a218ef0e5a84bfc87a7e375cec
languageName: node
linkType: hard
"@babel/template@npm:^7.25.9, @babel/template@npm:^7.26.9":
version: 7.26.9
resolution: "@babel/template@npm:7.26.9"
dependencies:
"@babel/code-frame": "npm:^7.26.2"
"@babel/parser": "npm:^7.26.9"
"@babel/types": "npm:^7.26.9"
checksum: 10c0/019b1c4129cc01ad63e17529089c2c559c74709d225f595eee017af227fee11ae8a97a6ab19ae6768b8aa22d8d75dcb60a00b28f52e9fa78140672d928bc1ae9
languageName: node
linkType: hard
"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.10, @babel/traverse@npm:^7.26.8":
version: 7.26.10
resolution: "@babel/traverse@npm:7.26.10"
dependencies:
"@babel/code-frame": "npm:^7.26.2"
"@babel/generator": "npm:^7.26.10"
"@babel/parser": "npm:^7.26.10"
"@babel/template": "npm:^7.26.9"
"@babel/types": "npm:^7.26.10"
debug: "npm:^4.3.1"
globals: "npm:^11.1.0"
checksum: 10c0/4e86bb4e3c30a6162bb91df86329df79d96566c3e2d9ccba04f108c30473a3a4fd360d9990531493d90f6a12004f10f616bf9b9229ca30c816b708615e9de2ac
languageName: node
linkType: hard
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.24.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.10, @babel/types@npm:^7.26.9":
version: 7.26.10
resolution: "@babel/types@npm:7.26.10"
dependencies:
"@babel/helper-string-parser": "npm:^7.25.9"
"@babel/helper-validator-identifier": "npm:^7.25.9"
checksum: 10c0/7a7f83f568bfc3dfabfaf9ae3a97ab5c061726c0afa7dcd94226d4f84a81559da368ed79671e3a8039d16f12476cf110381a377ebdea07587925f69628200dac
languageName: node
linkType: hard
"@bazel/bazelisk@npm:^1.11.0":
version: 1.25.0
resolution: "@bazel/bazelisk@npm:1.25.0"
bin:
bazel: bazelisk.js
bazelisk: bazelisk.js
checksum: 10c0/dfbec4ecffced29f1184059ef6533ca23437c61f3aa8b86968f429daaf63e033a58753ce52e7571215cec72b2dc7892620917654604845705e80c0210ec6ce6d
languageName: node
linkType: hard
"@bazel/buildifier@npm:6.3.3":
version: 6.3.3
resolution: "@bazel/buildifier@npm:6.3.3"
bin:
buildifier: buildifier.js
checksum: 10c0/899639d028c7070105603c5a6d7f969649049b39c7c90fc03d6025176a80a029ecbd56250eb27b06cd786073df7ee17d32fff97f4cb4dc3eceed7ff0cc113f85
languageName: node
linkType: hard
"@bazel/concatjs@npm:5.8.1":
version: 5.8.1
resolution: "@bazel/concatjs@npm:5.8.1"
dependencies:
protobufjs: "npm:6.8.8"
source-map-support: "npm:0.5.9"
tsutils: "npm:3.21.0"
peerDependencies:
karma: ">=4.0.0"
karma-chrome-launcher: ">=2.0.0"
karma-firefox-launcher: ">=1.0.0"
karma-jasmine: ">=2.0.0"
karma-junit-reporter: ">=2.0.0"
karma-requirejs: ">=1.0.0"
karma-sourcemap-loader: ">=0.3.0"
bin:
tsc_wrapped: internal/tsc_wrapped/tsc_wrapped.js
checksum: 10c0/1b7efa09832d6519ee3369eaeb8e8e1c9af2d275a74c9cbe30d84fc2d3a887cc51ed28893242357fd6c7cf549a4ad2cbdf056b48a4f41ceaef46ba69c7276c02
languageName: node
linkType: hard
"@bazel/esbuild@npm:5.8.1":
version: 5.8.1
resolution: "@bazel/esbuild@npm:5.8.1"
checksum: 10c0/0ce4714b928324b88a8147ff1cbb6fa76d23c6cffa41df2cdb5ddc5ffa7f8b4c7887835cb5553d5f8e4674fd1e3f34c474916096f45bb48f30ad7e0b80ed3fcd
languageName: node
linkType: hard
"@bazel/ibazel@npm:^0.23.0":
version: 0.23.7
resolution: "@bazel/ibazel@npm:0.23.7"
bin:
ibazel: index.js
checksum: 10c0/e115bd0851b8e9240fa4d06513f2c475962160d79dc6e2228b39f2504cf0d9cf99d210c154cde3be093593da24e372bdb6b7a2dbefb48e60ef51bd4e80f6aaa8
languageName: node
linkType: hard
"@bazel/jasmine@npm:5.8.1":
version: 5.8.1
resolution: "@bazel/jasmine@npm:5.8.1"
dependencies:
c8: "npm:~7.5.0"
jasmine-reporters: "npm:~2.5.0"
peerDependencies:
jasmine: ">=2.99.0"
jasmine-core: ">=2.99.0"
bin:
bazel-jasmine-runner: jasmine_runner.js
checksum: 10c0/24220ee9336a511f5ba9787bb1da021e3f92d9e0cdde0581cb13db06d05d4716e6a408eca671f10242aa139a9b3ef04a02e3f3d2cf96266c4c1dc36dc262a999
languageName: node
linkType: hard
"@bazel/jasmine@patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch::locator=%40angular%2Fbuild-tooling%40workspace%3A.":
version: 5.8.1
resolution: "@bazel/jasmine@patch:@bazel/jasmine@npm%3A5.8.1#.yarn/patches/@bazel-jasmine-npm.patch::version=5.8.1&hash=fa387d&locator=%40angular%2Fbuild-tooling%40workspace%3A."
dependencies:
c8: "npm:~7.5.0"
jasmine-reporters: "npm:~2.5.0"
peerDependencies:
jasmine: ">=2.99.0"
jasmine-core: ">=2.99.0"
bin:
bazel-jasmine-runner: jasmine_runner.js
checksum: 10c0/208ed06f01431d8d60e192519ef6b70232c43c4f0df8ab5b72212be9766cce3760db988679963c3860881e4a5baad8a99ce8c693b1f4101b6b7b8dc6ffa47e60
languageName: node
linkType: hard
"@bazel/protractor@npm:5.8.1":
version: 5.8.1
resolution: "@bazel/protractor@npm:5.8.1"
peerDependencies:
protractor: ">=5.0.0"
checksum: 10c0/cc59fab59439973a623259de0381bfa2f4e298c29c6eb584bc4d3e909fafba6e2dd95d1e2eab7419e34b52356d33b4bd6ade8e4daccd753ef395165ac7654267