-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
13464 lines (12193 loc) · 487 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: 7
cacheKey: 9
"@Kristofy/nanowar-visualizer@npm:^1.1.0":
version: 1.1.0
resolution: "@Kristofy/nanowar-visualizer@npm:1.1.0::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40kristofy%2Fnanowar-visualizer%2F1.1.0%2F7d1379d029a699d1362b6d3c362b9a2bf6a85a7b"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ^16.0.0
"@angular/core": ^16.0.0
"@fortawesome/angular-fontawesome": ^0.13.0
"@fortawesome/fontawesome-svg-core": ^6.4.0
"@fortawesome/free-solid-svg-icons": ^6.4.0
p5: 1
checksum: c4827bd371ae13863a61533e4af7e2b3572ee26286c33262380ac67b93794e7186da10e5bcd344a21cc513851ef88411ebdfd29f7d320a2d82f470798c612075
languageName: node
linkType: hard
"@Kristofy/quoridor-visualizer@npm:^0.3.2":
version: 0.3.2
resolution: "@Kristofy/quoridor-visualizer@npm:0.3.2::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40kristofy%2Fquoridor-visualizer%2F0.3.2%2Fd16fdd233393581cc92f23a5dfb82e8732e62be3"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ^16.2.0
"@angular/core": ^16.2.0
"@fortawesome/angular-fontawesome": ^0.13.0
"@fortawesome/fontawesome-svg-core": ^6.4.0
"@fortawesome/free-solid-svg-icons": ^6.4.0
"@protobuf-ts/runtime": ^2.9.1
p5: 1
checksum: ab1041f17361cda7fcd35165454fdf58e6ec85ee6f04efd452bb157bf350dd53002f34171f3fec7c59fe6971f01ca334e991bfd2ed01bd5aae0a24a3098e9d16
languageName: node
linkType: hard
"@aashutoshrathi/word-wrap@npm:^1.2.3":
version: 1.2.6
resolution: "@aashutoshrathi/word-wrap@npm:1.2.6"
checksum: 0c82b90350766c937f011275be5e67a428e7bc45320db2d11b329512a4c9a953cf805791ced7d3a90ee601d6cdc7961556368572082313e25fdd55441cba864e
languageName: node
linkType: hard
"@ampproject/remapping@npm:2.2.1, @ampproject/remapping@npm:^2.2.0":
version: 2.2.1
resolution: "@ampproject/remapping@npm:2.2.1"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.0"
"@jridgewell/trace-mapping": "npm:^0.3.9"
checksum: a6e71b1b6bcffc909f5527899d9598f30cd7dc8c82845fba07c237232d4404795681dc9a2ff7e24e620415b8b8b60466ebd517f7c00bef53adf3a6a37d5a8f1b
languageName: node
linkType: hard
"@angular-devkit/architect@npm:0.1602.6":
version: 0.1602.6
resolution: "@angular-devkit/architect@npm:0.1602.6"
dependencies:
"@angular-devkit/core": "npm:16.2.6"
rxjs: "npm:7.8.1"
checksum: 79c9159b00a1bc1008a2a56727150665259e6bc76e9835d970ea3bf03fb0936c464a226857e1c1a40334e69fea70106e8f2c3e787c2512dc0689cd59d20873e9
languageName: node
linkType: hard
"@angular-devkit/build-angular@npm:16.2.6":
version: 16.2.6
resolution: "@angular-devkit/build-angular@npm:16.2.6"
dependencies:
"@ampproject/remapping": "npm:2.2.1"
"@angular-devkit/architect": "npm:0.1602.6"
"@angular-devkit/build-webpack": "npm:0.1602.6"
"@angular-devkit/core": "npm:16.2.6"
"@babel/core": "npm:7.22.9"
"@babel/generator": "npm:7.22.9"
"@babel/helper-annotate-as-pure": "npm:7.22.5"
"@babel/helper-split-export-declaration": "npm:7.22.6"
"@babel/plugin-proposal-async-generator-functions": "npm:7.20.7"
"@babel/plugin-transform-async-to-generator": "npm:7.22.5"
"@babel/plugin-transform-runtime": "npm:7.22.9"
"@babel/preset-env": "npm:7.22.9"
"@babel/runtime": "npm:7.22.6"
"@babel/template": "npm:7.22.5"
"@discoveryjs/json-ext": "npm:0.5.7"
"@ngtools/webpack": "npm:16.2.6"
"@vitejs/plugin-basic-ssl": "npm:1.0.1"
ansi-colors: "npm:4.1.3"
autoprefixer: "npm:10.4.14"
babel-loader: "npm:9.1.3"
babel-plugin-istanbul: "npm:6.1.1"
browserslist: "npm:^4.21.5"
chokidar: "npm:3.5.3"
copy-webpack-plugin: "npm:11.0.0"
critters: "npm:0.0.20"
css-loader: "npm:6.8.1"
esbuild: "npm:0.18.17"
esbuild-wasm: "npm:0.18.17"
fast-glob: "npm:3.3.1"
guess-parser: "npm:0.4.22"
https-proxy-agent: "npm:5.0.1"
inquirer: "npm:8.2.4"
jsonc-parser: "npm:3.2.0"
karma-source-map-support: "npm:1.4.0"
less: "npm:4.1.3"
less-loader: "npm:11.1.0"
license-webpack-plugin: "npm:4.0.2"
loader-utils: "npm:3.2.1"
magic-string: "npm:0.30.1"
mini-css-extract-plugin: "npm:2.7.6"
mrmime: "npm:1.0.1"
open: "npm:8.4.2"
ora: "npm:5.4.1"
parse5-html-rewriting-stream: "npm:7.0.0"
picomatch: "npm:2.3.1"
piscina: "npm:4.0.0"
postcss: "npm:8.4.31"
postcss-loader: "npm:7.3.3"
resolve-url-loader: "npm:5.0.0"
rxjs: "npm:7.8.1"
sass: "npm:1.64.1"
sass-loader: "npm:13.3.2"
semver: "npm:7.5.4"
source-map-loader: "npm:4.0.1"
source-map-support: "npm:0.5.21"
terser: "npm:5.19.2"
text-table: "npm:0.2.0"
tree-kill: "npm:1.2.2"
tslib: "npm:2.6.1"
vite: "npm:4.4.7"
webpack: "npm:5.88.2"
webpack-dev-middleware: "npm:6.1.1"
webpack-dev-server: "npm:4.15.1"
webpack-merge: "npm:5.9.0"
webpack-subresource-integrity: "npm:5.1.0"
peerDependencies:
"@angular/compiler-cli": ^16.0.0
"@angular/localize": ^16.0.0
"@angular/platform-server": ^16.0.0
"@angular/service-worker": ^16.0.0
jest: ^29.5.0
jest-environment-jsdom: ^29.5.0
karma: ^6.3.0
ng-packagr: ^16.0.0
protractor: ^7.0.0
tailwindcss: ^2.0.0 || ^3.0.0
typescript: ">=4.9.3 <5.2"
dependenciesMeta:
esbuild:
optional: true
peerDependenciesMeta:
"@angular/localize":
optional: true
"@angular/platform-server":
optional: true
"@angular/service-worker":
optional: true
jest:
optional: true
jest-environment-jsdom:
optional: true
karma:
optional: true
ng-packagr:
optional: true
protractor:
optional: true
tailwindcss:
optional: true
checksum: df680833edfcfa3043a387c00fbcd415011a5ce59b183facf63b363dddb2a6c6a345f0a3779b66e6925a56d1997c44708c04e8701c47124a41c6db1d67a14365
languageName: node
linkType: hard
"@angular-devkit/build-webpack@npm:0.1602.6":
version: 0.1602.6
resolution: "@angular-devkit/build-webpack@npm:0.1602.6"
dependencies:
"@angular-devkit/architect": "npm:0.1602.6"
rxjs: "npm:7.8.1"
peerDependencies:
webpack: ^5.30.0
webpack-dev-server: ^4.0.0
checksum: 3054e2546a8b953bc3a011a0d103c697776ac0007ba544bc29ab533047b9d025d279555380d7ec8ae2d385940feb7d38a9cc4cc94546a86f7d97ce8c39cdec8d
languageName: node
linkType: hard
"@angular-devkit/core@npm:16.2.6":
version: 16.2.6
resolution: "@angular-devkit/core@npm:16.2.6"
dependencies:
ajv: "npm:8.12.0"
ajv-formats: "npm:2.1.1"
jsonc-parser: "npm:3.2.0"
picomatch: "npm:2.3.1"
rxjs: "npm:7.8.1"
source-map: "npm:0.7.4"
peerDependencies:
chokidar: ^3.5.2
peerDependenciesMeta:
chokidar:
optional: true
checksum: f4d378deefeebb08b0865ddddb7b6a1c55405a6ebecab4ac2fb263cde39a7891d9c5ebe21d0ed69ab1cb44408b7f2637c0d041ee945831a90c32e9f120d931f7
languageName: node
linkType: hard
"@angular-devkit/schematics@npm:16.2.6":
version: 16.2.6
resolution: "@angular-devkit/schematics@npm:16.2.6"
dependencies:
"@angular-devkit/core": "npm:16.2.6"
jsonc-parser: "npm:3.2.0"
magic-string: "npm:0.30.1"
ora: "npm:5.4.1"
rxjs: "npm:7.8.1"
checksum: 279f500d7150479d77976253c8bc19f7b9328e9dfa09a747a0a1a84dab581433ba38cbc35e7756a942ea51cdff9a881fd72554e3214a174088d2a5683a47b8a6
languageName: node
linkType: hard
"@angular-material-components/file-input@npm:16":
version: 16.0.1
resolution: "@angular-material-components/file-input@npm:16.0.1"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/cdk": ^16.0.0
"@angular/common": ^16.0.0
"@angular/core": ^16.0.0
"@angular/forms": ^16.0.0
"@angular/material": ^16.0.0
"@angular/platform-browser": ^16.0.0
checksum: 9dce0936d31d22d2d90a88735e5fc5e9df9e0a3644768c9f0b4cf01e5ccb3db91cacca88feb2d895816a762bc1c8d3e194587788de7752f13bcebf5a0116cf3e
languageName: node
linkType: hard
"@angular/animations@npm:16.2.8":
version: 16.2.8
resolution: "@angular/animations@npm:16.2.8"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 16.2.8
checksum: f4947920b833982c53a6f5c13cc7aa27076afa1a47233bc001e88a3be3c378a54862c947136e34b4d74845eff868e3c6f4f73c597b82c80cbfc06b2222fe17a9
languageName: node
linkType: hard
"@angular/cdk@npm:16.2.7":
version: 16.2.7
resolution: "@angular/cdk@npm:16.2.7"
dependencies:
parse5: "npm:^7.1.2"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ^16.0.0 || ^17.0.0
"@angular/core": ^16.0.0 || ^17.0.0
rxjs: ^6.5.3 || ^7.4.0
dependenciesMeta:
parse5:
optional: true
checksum: 15cfd22da387fcbf07467fffd38428f484ebf81a65d2cbb2cbb602331c6850e61b616fee46b83a5db450a2e86694a97d2d37d962e89d3fe3424ecf038a364256
languageName: node
linkType: hard
"@angular/cli@npm:16.2.6":
version: 16.2.6
resolution: "@angular/cli@npm:16.2.6"
dependencies:
"@angular-devkit/architect": "npm:0.1602.6"
"@angular-devkit/core": "npm:16.2.6"
"@angular-devkit/schematics": "npm:16.2.6"
"@schematics/angular": "npm:16.2.6"
"@yarnpkg/lockfile": "npm:1.1.0"
ansi-colors: "npm:4.1.3"
ini: "npm:4.1.1"
inquirer: "npm:8.2.4"
jsonc-parser: "npm:3.2.0"
npm-package-arg: "npm:10.1.0"
npm-pick-manifest: "npm:8.0.1"
open: "npm:8.4.2"
ora: "npm:5.4.1"
pacote: "npm:15.2.0"
resolve: "npm:1.22.2"
semver: "npm:7.5.4"
symbol-observable: "npm:4.0.0"
yargs: "npm:17.7.2"
bin:
ng: bin/ng.js
checksum: 33c02438e8169e529eb8ffed0d937bb7a1639b73959d26a1d37fa91058db1ef7dc01586dcbd4280be4c658ef096f6e2e08f46cd6826ea4472c6f7d6893fc69b8
languageName: node
linkType: hard
"@angular/common@npm:16.2.8":
version: 16.2.8
resolution: "@angular/common@npm:16.2.8"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 16.2.8
rxjs: ^6.5.3 || ^7.4.0
checksum: c88015fda91e1148fae104fb76685514b71a4f555a24894ad25fae7c79f628f60b6fbb14c7979508ed978c2ff962360fb8a7ae19956b7d48dae9a02772d1a57e
languageName: node
linkType: hard
"@angular/compiler-cli@npm:16.2.8":
version: 16.2.8
resolution: "@angular/compiler-cli@npm:16.2.8"
dependencies:
"@babel/core": "npm:7.22.5"
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
chokidar: "npm:^3.0.0"
convert-source-map: "npm:^1.5.1"
reflect-metadata: "npm:^0.1.2"
semver: "npm:^7.0.0"
tslib: "npm:^2.3.0"
yargs: "npm:^17.2.1"
peerDependencies:
"@angular/compiler": 16.2.8
typescript: ">=4.9.3 <5.2"
bin:
ng-xi18n: bundles/src/bin/ng_xi18n.js
ngc: bundles/src/bin/ngc.js
ngcc: bundles/ngcc/index.js
checksum: 371abec5df3fbc3e21748186b6aecc0181bc95912b6209134c891d1fc96b94d60598109b16243961a017dd471e74a0019864ec44bcfc295066b954f69754263c
languageName: node
linkType: hard
"@angular/compiler@npm:16.2.8":
version: 16.2.8
resolution: "@angular/compiler@npm:16.2.8"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 16.2.8
peerDependenciesMeta:
"@angular/core":
optional: true
checksum: 00ad275f8f0a914016006414aca92e06549f79a76d26f97300defe5b91b28183bcf4b201cec4f57aa177cf109f116b0bff3c3e7b63e4a869c80652218c63a092
languageName: node
linkType: hard
"@angular/core@npm:16.2.8":
version: 16.2.8
resolution: "@angular/core@npm:16.2.8"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
rxjs: ^6.5.3 || ^7.4.0
zone.js: ~0.13.0
checksum: c28f3981601c3d8f88049f6ba7f9dc19325616730faa01fdbdcbefc3d39fe647b9b2a7788051a3a686f011842370d3e389331092fbc4dae9d731508b26dfbbc4
languageName: node
linkType: hard
"@angular/forms@npm:16.2.8":
version: 16.2.8
resolution: "@angular/forms@npm:16.2.8"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 16.2.8
"@angular/core": 16.2.8
"@angular/platform-browser": 16.2.8
rxjs: ^6.5.3 || ^7.4.0
checksum: 7198c210cd7f72cf6a4d50971efae14ac901548031f4e2e6c9c8d6ae38ef9f1ce357de8768b17e34af404b0a221b5151c1f0115ad8f6d131a854f0a617fc4223
languageName: node
linkType: hard
"@angular/localize@npm:16.2.8":
version: 16.2.8
resolution: "@angular/localize@npm:16.2.8"
dependencies:
"@babel/core": "npm:7.22.5"
fast-glob: "npm:3.3.0"
yargs: "npm:^17.2.1"
peerDependencies:
"@angular/compiler": 16.2.8
"@angular/compiler-cli": 16.2.8
bin:
localize-extract: tools/bundles/src/extract/cli.js
localize-migrate: tools/bundles/src/migrate/cli.js
localize-translate: tools/bundles/src/translate/cli.js
checksum: 0aa22784bf3718ce7b1d9b9cab70e7f9ab9f1ffa1c828859329f9816fcbcded8bd9982312fc9662a0cc7c2090df2b47bd73ed55a33377f9cffdf9b3747993a07
languageName: node
linkType: hard
"@angular/material@npm:16.2.7":
version: 16.2.7
resolution: "@angular/material@npm:16.2.7"
dependencies:
"@material/animation": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/auto-init": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/banner": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/base": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/button": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/card": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/checkbox": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/chips": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/circular-progress": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/data-table": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/density": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/dialog": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/dom": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/drawer": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/elevation": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/fab": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/feature-targeting": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/floating-label": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/form-field": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/icon-button": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/image-list": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/layout-grid": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/line-ripple": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/linear-progress": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/list": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/menu": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/menu-surface": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/notched-outline": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/radio": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/ripple": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/rtl": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/segmented-button": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/select": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/shape": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/slider": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/snackbar": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/switch": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/tab": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/tab-bar": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/tab-indicator": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/tab-scroller": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/textfield": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/theme": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/tooltip": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/top-app-bar": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/touch-target": "npm:15.0.0-canary.bc9ae6c9c.0"
"@material/typography": "npm:15.0.0-canary.bc9ae6c9c.0"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/animations": ^16.0.0 || ^17.0.0
"@angular/cdk": 16.2.7
"@angular/common": ^16.0.0 || ^17.0.0
"@angular/core": ^16.0.0 || ^17.0.0
"@angular/forms": ^16.0.0 || ^17.0.0
"@angular/platform-browser": ^16.0.0 || ^17.0.0
rxjs: ^6.5.3 || ^7.4.0
checksum: 973e9dff3b5edc5bbe220adeb855ea202a2b315079597209dc4f18283270e377ab404f9fb3e8302870a9ef5ac1f1a2f6ddc80132e77b448dc0bccdcf2fb25c1e
languageName: node
linkType: hard
"@angular/platform-browser-dynamic@npm:16.2.8":
version: 16.2.8
resolution: "@angular/platform-browser-dynamic@npm:16.2.8"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 16.2.8
"@angular/compiler": 16.2.8
"@angular/core": 16.2.8
"@angular/platform-browser": 16.2.8
checksum: efea1f113fe6d74207a5a0d43b4001f49f2827ec5ee81757e899aab81ba42973019872c85264fd143d9ea2c63cb55ec2699f28c9b1cf54e3d086b90df9961eeb
languageName: node
linkType: hard
"@angular/platform-browser@npm:16.2.8":
version: 16.2.8
resolution: "@angular/platform-browser@npm:16.2.8"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/animations": 16.2.8
"@angular/common": 16.2.8
"@angular/core": 16.2.8
peerDependenciesMeta:
"@angular/animations":
optional: true
checksum: b69baed494cc6e04556a194f95061f26b22a78933997571a3d53030a04e1418de824d619d325d13640eee182f9f9e19122df49cf3efda9afd0b28cd74b6533b8
languageName: node
linkType: hard
"@angular/router@npm:16.2.8":
version: 16.2.8
resolution: "@angular/router@npm:16.2.8"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 16.2.8
"@angular/core": 16.2.8
"@angular/platform-browser": 16.2.8
rxjs: ^6.5.3 || ^7.4.0
checksum: 6b01bde4791203e6f191311223e255f8c75c870cc9b5b561508516230d22249ecf7dadf553beb85e0d2244eaa28562cb3b2692645818f1cb6b805e5982ca3dac
languageName: node
linkType: hard
"@apollo/client@npm:^3.0.0":
version: 3.8.5
resolution: "@apollo/client@npm:3.8.5"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/context": "npm:^0.7.3"
"@wry/equality": "npm:^0.5.6"
"@wry/trie": "npm:^0.4.3"
graphql-tag: "npm:^2.12.6"
hoist-non-react-statics: "npm:^3.3.2"
optimism: "npm:^0.17.5"
prop-types: "npm:^15.7.2"
response-iterator: "npm:^0.2.6"
symbol-observable: "npm:^4.0.0"
ts-invariant: "npm:^0.10.3"
tslib: "npm:^2.3.0"
zen-observable-ts: "npm:^1.2.5"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
subscriptions-transport-ws: ^0.9.0 || ^0.11.0
peerDependenciesMeta:
graphql-ws:
optional: true
react:
optional: true
react-dom:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 005fc4b853500bd55c5d0956a5025a26108b80c57cdc458d345bd45f3581854764a3ea14c3e8b3b36022dc51152b5c8c0fea6c0792aeed4eb8a95e4f671ba54c
languageName: node
linkType: hard
"@ardatan/relay-compiler@npm:12.0.0":
version: 12.0.0
resolution: "@ardatan/relay-compiler@npm:12.0.0"
dependencies:
"@babel/core": "npm:^7.14.0"
"@babel/generator": "npm:^7.14.0"
"@babel/parser": "npm:^7.14.0"
"@babel/runtime": "npm:^7.0.0"
"@babel/traverse": "npm:^7.14.0"
"@babel/types": "npm:^7.0.0"
babel-preset-fbjs: "npm:^3.4.0"
chalk: "npm:^4.0.0"
fb-watchman: "npm:^2.0.0"
fbjs: "npm:^3.0.0"
glob: "npm:^7.1.1"
immutable: "npm:~3.7.6"
invariant: "npm:^2.2.4"
nullthrows: "npm:^1.1.1"
relay-runtime: "npm:12.0.0"
signedsource: "npm:^1.0.0"
yargs: "npm:^15.3.1"
peerDependencies:
graphql: "*"
bin:
relay-compiler: bin/relay-compiler
checksum: 3689292555fadef8bda43134c5c224b289dc282b2c218c9e9346ae859593f85ee74350e74da44418c3bba0a1f9eabd51e2dc5192d98b881176743057a579304d
languageName: node
linkType: hard
"@ardatan/sync-fetch@npm:^0.0.1":
version: 0.0.1
resolution: "@ardatan/sync-fetch@npm:0.0.1"
dependencies:
node-fetch: "npm:^2.6.1"
checksum: 45681a5eb4be49554a2cc76be9a8646c0de0541b360d12912c52ed381880152a66824be73617c97f1537e6bc6db04dbf63c3c12905b54ef7d8da80d18a72978a
languageName: node
linkType: hard
"@assemblyscript/loader@npm:^0.10.1":
version: 0.10.1
resolution: "@assemblyscript/loader@npm:0.10.1"
checksum: a17976ab1b2060f8de091f3956c23c5741b79cd5efb70b6e46e10670ee9cb3a36a4c6565e7f26b5719bb3b9a635abf52f271da05d910accebf184b995325d820
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.22.13, @babel/code-frame@npm:^7.22.5":
version: 7.22.13
resolution: "@babel/code-frame@npm:7.22.13"
dependencies:
"@babel/highlight": "npm:^7.22.13"
chalk: "npm:^2.4.2"
checksum: eeb7e25e1ffe306d8e161d03a9d8e301be6942e69f4ce3c75e99005e199fa528ca25dfba6b18631af6ffa7d9c63e3ddfa554c42d88762f1d3ad4ea462f392dff
languageName: node
linkType: hard
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.22.9":
version: 7.22.20
resolution: "@babel/compat-data@npm:7.22.20"
checksum: 5ef35ac0802d99301a6408e456b8431f0c56328ff113ee52219c74e0cb509c0d5600d9fe509f713dc259fa1507f71282126f8bc6035cb42bb105846344ea669d
languageName: node
linkType: hard
"@babel/core@npm:7.22.5":
version: 7.22.5
resolution: "@babel/core@npm:7.22.5"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.22.5"
"@babel/generator": "npm:^7.22.5"
"@babel/helper-compilation-targets": "npm:^7.22.5"
"@babel/helper-module-transforms": "npm:^7.22.5"
"@babel/helpers": "npm:^7.22.5"
"@babel/parser": "npm:^7.22.5"
"@babel/template": "npm:^7.22.5"
"@babel/traverse": "npm:^7.22.5"
"@babel/types": "npm:^7.22.5"
convert-source-map: "npm:^1.7.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.2"
semver: "npm:^6.3.0"
checksum: 4dd24af48f3d6d240ac1ee6850dd73a670d8f8466bf5a76e1d068a9d21f2dcfd82a34f54f25d15ba0f1f77813296074f0aecea6ea4a1302ac2a45d3eef185a6e
languageName: node
linkType: hard
"@babel/core@npm:7.22.9":
version: 7.22.9
resolution: "@babel/core@npm:7.22.9"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.22.5"
"@babel/generator": "npm:^7.22.9"
"@babel/helper-compilation-targets": "npm:^7.22.9"
"@babel/helper-module-transforms": "npm:^7.22.9"
"@babel/helpers": "npm:^7.22.6"
"@babel/parser": "npm:^7.22.7"
"@babel/template": "npm:^7.22.5"
"@babel/traverse": "npm:^7.22.8"
"@babel/types": "npm:^7.22.5"
convert-source-map: "npm:^1.7.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.2"
semver: "npm:^6.3.1"
checksum: c318c1794a0cf80afac10533aaebac30fd389be36a0e5984451e5e34153ecd1925c711a0b2ce2160ce45950bc2901c7c22f9c861b29509b9f08b8a8f151c078e
languageName: node
linkType: hard
"@babel/core@npm:^7.12.3, @babel/core@npm:^7.14.0":
version: 7.23.0
resolution: "@babel/core@npm:7.23.0"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.22.13"
"@babel/generator": "npm:^7.23.0"
"@babel/helper-compilation-targets": "npm:^7.22.15"
"@babel/helper-module-transforms": "npm:^7.23.0"
"@babel/helpers": "npm:^7.23.0"
"@babel/parser": "npm:^7.23.0"
"@babel/template": "npm:^7.22.15"
"@babel/traverse": "npm:^7.23.0"
"@babel/types": "npm:^7.23.0"
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: 81bbe3566cfa47a013ca8638777ca433055e1f444fc40da0b6d723647bf5f0dc72859eaeef7cdb7fb729e993c24ebe5199b4cd6ff08504064fddc83b4d0bdffe
languageName: node
linkType: hard
"@babel/core@npm:^7.22.9":
version: 7.23.2
resolution: "@babel/core@npm:7.23.2"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.22.13"
"@babel/generator": "npm:^7.23.0"
"@babel/helper-compilation-targets": "npm:^7.22.15"
"@babel/helper-module-transforms": "npm:^7.23.0"
"@babel/helpers": "npm:^7.23.2"
"@babel/parser": "npm:^7.23.0"
"@babel/template": "npm:^7.22.15"
"@babel/traverse": "npm:^7.23.2"
"@babel/types": "npm:^7.23.0"
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: f26e9f03f727cf04cd7a27f4b4b869046c2ebb75d576004bc242334972fa96032d91a0b7103aba576c2bcf2ef8b10c53dcce982482bff6b4ee0c4d93de72f55c
languageName: node
linkType: hard
"@babel/generator@npm:7.22.9":
version: 7.22.9
resolution: "@babel/generator@npm:7.22.9"
dependencies:
"@babel/types": "npm:^7.22.5"
"@jridgewell/gen-mapping": "npm:^0.3.2"
"@jridgewell/trace-mapping": "npm:^0.3.17"
jsesc: "npm:^2.5.1"
checksum: 67e0d3dee1bc4b98c1d12d1565eda66a34de7210685ccce070ee8ed01852ff6f62d745a305b42d0a717061d2a6b6ec281fcc7c1aa7f20826b8f1400a5750db9a
languageName: node
linkType: hard
"@babel/generator@npm:^7.14.0, @babel/generator@npm:^7.18.13, @babel/generator@npm:^7.22.5, @babel/generator@npm:^7.22.9, @babel/generator@npm:^7.23.0":
version: 7.23.0
resolution: "@babel/generator@npm:7.23.0"
dependencies:
"@babel/types": "npm:^7.23.0"
"@jridgewell/gen-mapping": "npm:^0.3.2"
"@jridgewell/trace-mapping": "npm:^0.3.17"
jsesc: "npm:^2.5.1"
checksum: 518c1c2a9129b71c5317d131234d62d2f0451fdb91e8c12a46ecb485bfa3117a783e8756cb1ee47bc806cd0a1d1c705c8d612ec64c9dadff1d4a4c3008147e68
languageName: node
linkType: hard
"@babel/helper-annotate-as-pure@npm:7.22.5, @babel/helper-annotate-as-pure@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-annotate-as-pure@npm:7.22.5"
dependencies:
"@babel/types": "npm:^7.22.5"
checksum: cb5f731472426a11625c41f797c8554d10e188c73f074bffb90be51efa028ccff0961ef88ef69dc42d88843149d0aad75f4569f2276836fb5a8b291a1e3217a8
languageName: node
linkType: hard
"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.22.5":
version: 7.22.15
resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.22.15"
dependencies:
"@babel/types": "npm:^7.22.15"
checksum: 8f9f999b3e36a4841ad24221ccb9fe713fa3b4584d0021f8eb49552af0c6df29f6c50a8c8345cc72d13ca84cf5e9b6e935aac1969c19cdd0ff334d267c18f0a7
languageName: node
linkType: hard
"@babel/helper-compilation-targets@npm:^7.20.7, @babel/helper-compilation-targets@npm:^7.22.15, @babel/helper-compilation-targets@npm:^7.22.5, @babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.22.9":
version: 7.22.15
resolution: "@babel/helper-compilation-targets@npm:7.22.15"
dependencies:
"@babel/compat-data": "npm:^7.22.9"
"@babel/helper-validator-option": "npm:^7.22.15"
browserslist: "npm:^4.21.9"
lru-cache: "npm:^5.1.1"
semver: "npm:^6.3.1"
checksum: 457bd72c26e86b60e6140263e1dc82bc63f6d5c86c33a98c056d201317c77f0bd7332bd1aaf340a93c3ed84b6114e4e3cc24b8dda4fd385a2a202baf3a4ea39f
languageName: node
linkType: hard
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.22.11, @babel/helper-create-class-features-plugin@npm:^7.22.5":
version: 7.22.15
resolution: "@babel/helper-create-class-features-plugin@npm:7.22.15"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.22.5"
"@babel/helper-environment-visitor": "npm:^7.22.5"
"@babel/helper-function-name": "npm:^7.22.5"
"@babel/helper-member-expression-to-functions": "npm:^7.22.15"
"@babel/helper-optimise-call-expression": "npm:^7.22.5"
"@babel/helper-replace-supers": "npm:^7.22.9"
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5"
"@babel/helper-split-export-declaration": "npm:^7.22.6"
semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: c79e26971136e5405039b93595157f36db7b5c5b45f702731c4670fd2e30e2b6512a569c4a51a87d83cd764f1651ceeb5edd6696eb4f53260324be4c3a1ffa9a
languageName: node
linkType: hard
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.22.5":
version: 7.22.15
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.22.15"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.22.5"
regexpu-core: "npm:^5.3.1"
semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: e56930f7659d7d5e6ee9de7da2f4c8a60c8dca5c36733ba9d7c9becb854c23cd8189a96951af504faf9bb4ad7858f758bd69e2758153562eefd86cf667e4ac13
languageName: node
linkType: hard
"@babel/helper-define-polyfill-provider@npm:^0.4.3":
version: 0.4.3
resolution: "@babel/helper-define-polyfill-provider@npm:0.4.3"
dependencies:
"@babel/helper-compilation-targets": "npm:^7.22.6"
"@babel/helper-plugin-utils": "npm:^7.22.5"
debug: "npm:^4.1.1"
lodash.debounce: "npm:^4.0.8"
resolve: "npm:^1.14.2"
peerDependencies:
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
checksum: f6e820db02a90361c3b092896ea615c7e44b8f2636224ed4db9e792bfbfb7f2c8a19d76a322b19e262a44a98af4bf7ea20ff560baf8b0ac38bcc819758f237fb
languageName: node
linkType: hard
"@babel/helper-environment-visitor@npm:^7.18.9, @babel/helper-environment-visitor@npm:^7.22.20, @babel/helper-environment-visitor@npm:^7.22.5":
version: 7.22.20
resolution: "@babel/helper-environment-visitor@npm:7.22.20"
checksum: 104196721e54b045109cc1d4d86a3b267a73eb6f90313a74eb3ed70dc26802d43f7d024c94421f221653a85dbc04a5e03b20a6c38bfed908f0d8f629eb70778a
languageName: node
linkType: hard
"@babel/helper-function-name@npm:^7.22.5, @babel/helper-function-name@npm:^7.23.0":
version: 7.23.0
resolution: "@babel/helper-function-name@npm:7.23.0"
dependencies:
"@babel/template": "npm:^7.22.15"
"@babel/types": "npm:^7.23.0"
checksum: be30108c9340693aebc77d2b939b19874c72f6db8ff55eb5dda31e5b16b47ca70c1bb7df6b58ac62961b5b09300a3481c544673c50ebeba819e19a7631e0df68
languageName: node
linkType: hard
"@babel/helper-hoist-variables@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-hoist-variables@npm:7.22.5"
dependencies:
"@babel/types": "npm:^7.22.5"
checksum: 4df8aa58aebff5d80a12a8dad40220d69f900ef05f62dde1f52cbe162e1e7d4ab621b6352ab8e570e50ec1799ef34158f8b0050ec27fb393566faa68a9b05f3b
languageName: node
linkType: hard
"@babel/helper-member-expression-to-functions@npm:^7.22.15":
version: 7.23.0
resolution: "@babel/helper-member-expression-to-functions@npm:7.23.0"
dependencies:
"@babel/types": "npm:^7.23.0"
checksum: 9c6319a5003cd13a972b024c03bd278b2e307958794b9fdad9e8e16e83206c8b7959fee150d2b06bc4612005bb204e9e229166f1929634f866e93cf48d4f6b5d
languageName: node
linkType: hard
"@babel/helper-module-imports@npm:^7.22.15, @babel/helper-module-imports@npm:^7.22.5":
version: 7.22.15
resolution: "@babel/helper-module-imports@npm:7.22.15"
dependencies:
"@babel/types": "npm:^7.22.15"
checksum: b30edc03dc74d86ae4be18e16a189ed4d5dcac2fc6267a934660bb3c05f829a00d7ff4296b4550cebe7f0ba51facb1b12bf9702ddef5ac9488c27c37dfb9827e
languageName: node
linkType: hard
"@babel/helper-module-transforms@npm:^7.22.5, @babel/helper-module-transforms@npm:^7.22.9, @babel/helper-module-transforms@npm:^7.23.0":
version: 7.23.0
resolution: "@babel/helper-module-transforms@npm:7.23.0"
dependencies:
"@babel/helper-environment-visitor": "npm:^7.22.20"
"@babel/helper-module-imports": "npm:^7.22.15"
"@babel/helper-simple-access": "npm:^7.22.5"
"@babel/helper-split-export-declaration": "npm:^7.22.6"
"@babel/helper-validator-identifier": "npm:^7.22.20"
peerDependencies:
"@babel/core": ^7.0.0
checksum: dceebbc553e2a028d1726ce57439bf639d67fbfa5e2c1b263cc53b16d0e726edf3cc695f3e0a548e8059bf62a530e73c060b7584f36fb85eb3602f5a0b89cc65
languageName: node
linkType: hard
"@babel/helper-optimise-call-expression@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-optimise-call-expression@npm:7.22.5"
dependencies:
"@babel/types": "npm:^7.22.5"
checksum: 91217326c7d694ddca65401d39a870fae8ef9cb51714b5a6abc8210e03dfb68e434bb27d62601ef4927ceb5efd4361cd514d53f8ed1c353e9a935ac3c39dd905
languageName: node
linkType: hard
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3":
version: 7.22.5
resolution: "@babel/helper-plugin-utils@npm:7.22.5"
checksum: 23ff057d726c34aba3f5741ed5440d0e664ee0707fba35db5ce8839dd4c24cd53345a5233fe901cd054b09e5f016e81eef99c27621b5737829bf001676ee11ae
languageName: node
linkType: hard
"@babel/helper-remap-async-to-generator@npm:^7.18.9, @babel/helper-remap-async-to-generator@npm:^7.22.5, @babel/helper-remap-async-to-generator@npm:^7.22.9":
version: 7.22.20
resolution: "@babel/helper-remap-async-to-generator@npm:7.22.20"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.22.5"
"@babel/helper-environment-visitor": "npm:^7.22.20"
"@babel/helper-wrap-function": "npm:^7.22.20"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 1e970b31a8f69248ae5e1fac7171dd553c9c26f8e33f995b2c3fd67bc0c56bf82e5e4043f44ca62d2d1418c2aa8c88064ea01418bea438ebfe2307203e55690d
languageName: node
linkType: hard
"@babel/helper-replace-supers@npm:^7.22.5, @babel/helper-replace-supers@npm:^7.22.9":
version: 7.22.20
resolution: "@babel/helper-replace-supers@npm:7.22.20"
dependencies:
"@babel/helper-environment-visitor": "npm:^7.22.20"
"@babel/helper-member-expression-to-functions": "npm:^7.22.15"
"@babel/helper-optimise-call-expression": "npm:^7.22.5"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 270777a0815b034051ba8c1df8caf6b860386e965d6dec55e21b3d49a2b5791dc526298a2602dc92bc6e82460ec11ac836a569b1a30c086a2d280d79d56a978f
languageName: node
linkType: hard
"@babel/helper-simple-access@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-simple-access@npm:7.22.5"
dependencies:
"@babel/types": "npm:^7.22.5"
checksum: 5a9c37a63b15f3495a46a39dea481043d0363db886117021225849ac4a06664fda9615d62ab6f836224d89fb43189f45b4f48c2057c2f4441b0da5daf6ac3f13
languageName: node
linkType: hard
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.22.5"
dependencies:
"@babel/types": "npm:^7.22.5"
checksum: 17c52fefcad4207dfeeb7f071cb006ea61a0d9e1de113b72b295e17bb4cb8d1b690cce977f459b589f1540d4b6044ca97d11ec994542a978f71dff2bf66c1817
languageName: node
linkType: hard
"@babel/helper-split-export-declaration@npm:7.22.6, @babel/helper-split-export-declaration@npm:^7.22.6":
version: 7.22.6
resolution: "@babel/helper-split-export-declaration@npm:7.22.6"
dependencies:
"@babel/types": "npm:^7.22.5"
checksum: 35931a3825b1b6dbb92685b71d204d172e19ee9a2121ec9e0f5319b85f631b875db043aebdcd5ef367952eb2b8fa7a4e5d71a95e749824b46d2e251aebcccb62
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-string-parser@npm:7.22.5"
checksum: b998b01b4778859c301ede18aea41abb0dcd0497191bdb216aa561741fe74f8651a8d7a486d4151a448c44d37a5a8603c0296b4d4e2f5388989dd86003952ad4
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
checksum: 7eb30962ba37b25098b35572f0d27eb600355195922b5cfbc3ae6b3451320754770add9f871a9c8358f169e01e84082eb66e6d94e71660a63beeacefe46f8f6d
languageName: node
linkType: hard
"@babel/helper-validator-option@npm:^7.22.15, @babel/helper-validator-option@npm:^7.22.5":
version: 7.22.15
resolution: "@babel/helper-validator-option@npm:7.22.15"
checksum: 34dca87c0c790c4cb24799dfeb39a1e95d7dba5cd710927857d6f450a9b5f26ee025c05f2c0692a956ba7122dfb7a11db60c7f0d339b034fddfe8480991ee9a4
languageName: node
linkType: hard
"@babel/helper-wrap-function@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-wrap-function@npm:7.22.20"
dependencies:
"@babel/helper-function-name": "npm:^7.22.5"
"@babel/template": "npm:^7.22.15"
"@babel/types": "npm:^7.22.19"
checksum: 411d556c8fe6291e1fad847c4f2670a88618df41a47b2f2f2221c62f7f97cac6054597b6f7e14b75f1dcd0eea51df3f18323f3f9a4d8a60fb85b8bfab346f0bc
languageName: node
linkType: hard
"@babel/helpers@npm:^7.22.5, @babel/helpers@npm:^7.22.6, @babel/helpers@npm:^7.23.0":
version: 7.23.1
resolution: "@babel/helpers@npm:7.23.1"
dependencies:
"@babel/template": "npm:^7.22.15"
"@babel/traverse": "npm:^7.23.0"
"@babel/types": "npm:^7.23.0"
checksum: bedac1f824f7ed6e11b1b9e45d935e3431a3abaf504c2d747ca87416d8051eb6a69066dfceb84030e4d6cb42f82c2d94adb8faef6ac747d1e928ad4150d5accd
languageName: node
linkType: hard
"@babel/helpers@npm:^7.23.2":
version: 7.23.2
resolution: "@babel/helpers@npm:7.23.2"
dependencies:
"@babel/template": "npm:^7.22.15"
"@babel/traverse": "npm:^7.23.2"
"@babel/types": "npm:^7.23.0"
checksum: f2526e974b7a24537c382c2fcd02ffa1a7c00ba69fe4de18961f726ff51d227f8a350fb290d8a543d57bcc69b1badcce8075aef09ef33f8a7f1d018a62153b09
languageName: node
linkType: hard
"@babel/highlight@npm:^7.22.13":
version: 7.22.20
resolution: "@babel/highlight@npm:7.22.20"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.22.20"
chalk: "npm:^2.4.2"
js-tokens: "npm:^4.0.0"
checksum: a07163af774a3ebbc5ccc68dc709ff3d57ed35590ad5d47d86ffdbe1c8c172799fcb9c9b2b682d54007b999de0b314a1be10123540a53ec5ab56f1b8011bc629
languageName: node
linkType: hard
"@babel/parser@npm:^7.14.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.16.8, @babel/parser@npm:^7.22.15, @babel/parser@npm:^7.22.5, @babel/parser@npm:^7.22.7, @babel/parser@npm:^7.23.0":
version: 7.23.0
resolution: "@babel/parser@npm:7.23.0"
bin:
parser: ./bin/babel-parser.js
checksum: df0c3471dde640f36cdaf1584d862087a0d089b81f8b85e11dfa74b6c6106cafd3ef5a5abeb0523e5884434d1fb54ba78224efaf2c478a816926bd1984a36646
languageName: node
linkType: hard
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.22.5":
version: 7.22.15
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.22.15"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.22.5"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 6441d5caa274c4cd4891a193e60df4bb45b7ebe1c82c2e7b460adc5758653c3a9436fdde6b4aa23519cc71d3a247c277d87d05664d1c406b17297f5c167da48a
languageName: node
linkType: hard
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.22.5":
version: 7.22.15
resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.22.15"