generated from atls-lab/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn.lock
11558 lines (10448 loc) · 406 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: 10
"@actions/core@npm:1.10.1":
version: 1.10.1
resolution: "@actions/core@npm:1.10.1"
dependencies:
"@actions/http-client": "npm:^2.0.1"
uuid: "npm:^8.3.2"
checksum: 10/d32af783ecb07f25a0f190112ee8e749a4c4cb88327d6df756ea1dcee146ab413c0e651a9c949294f8202ced1436c049d7b469485431a5cc4491d66926ec8323
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: 10/81831a78377175d8825fc0b94247ff366c0e87ad1dfa48df9b30b8659506f216dcf1e2d3124fcd318839b92c24ba20165e238b3cc11a34db89c69c40825e9ccf
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: 10/0c0a540c79e50f795d214f696710bb9c50bdf5bb1458be288140f2aae3686adec73fdb464c43da5ef94f985ac7736273efef21cb5ba5a3b09e85b403d852c04b
languageName: node
linkType: hard
"@algolia/cache-browser-local-storage@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/cache-browser-local-storage@npm:4.24.0"
dependencies:
"@algolia/cache-common": "npm:4.24.0"
checksum: 10/f7f9bdb1fa37e788a5cb8c835e526caff2fa097f68736accd4c82ade5e5cb7f5bbd361cf8fc8c2a4628d979d81bd90597bdaed77ca72de8423593067b3d15040
languageName: node
linkType: hard
"@algolia/cache-common@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/cache-common@npm:4.24.0"
checksum: 10/bc1d0f8731713f7e6f10cd397b7d8f7464f14a2f4e1decc73a48e99ecbc0fe41bd4df1cc3eb0a4ecf286095e3eb3935b2ea40179de98e11676f8e7d78c622df8
languageName: node
linkType: hard
"@algolia/cache-in-memory@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/cache-in-memory@npm:4.24.0"
dependencies:
"@algolia/cache-common": "npm:4.24.0"
checksum: 10/0476f65f4b622b1b38f050a03b9bf02cf6cc77fc69ec785d16e244770eb2c5eea581b089a346d24bdbc3561be78d383f2a8b81179b801b2af72d9795bc48fee2
languageName: node
linkType: hard
"@algolia/client-account@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/client-account@npm:4.24.0"
dependencies:
"@algolia/client-common": "npm:4.24.0"
"@algolia/client-search": "npm:4.24.0"
"@algolia/transporter": "npm:4.24.0"
checksum: 10/059cf39f3e48b2e77a26435267284d2d15a7a3c4e904feb2b2ad2dd207a3ca2e2b3597847ec9f3b1141749b25fb2e6091e9933f53cb86ab278b5b93836c85aad
languageName: node
linkType: hard
"@algolia/client-analytics@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/client-analytics@npm:4.24.0"
dependencies:
"@algolia/client-common": "npm:4.24.0"
"@algolia/client-search": "npm:4.24.0"
"@algolia/requester-common": "npm:4.24.0"
"@algolia/transporter": "npm:4.24.0"
checksum: 10/eaa4be80636082a1fbeb0d099ef882ae6576fb0b6dc64988e9e6939533b4ddfffdbe16061cfd3f89b18bbf5aba21dff5a68af4f20b2719cf72d83a1f0774f6d5
languageName: node
linkType: hard
"@algolia/client-common@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/client-common@npm:4.24.0"
dependencies:
"@algolia/requester-common": "npm:4.24.0"
"@algolia/transporter": "npm:4.24.0"
checksum: 10/0271dc8d7b7008f28df612f14790a50a2297bdaac363be28b6261d2ec3ec343c06cc14f3f113d511a2eb4cda49ee4c204e37fc413c9f699234d8e5741b04c98f
languageName: node
linkType: hard
"@algolia/client-personalization@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/client-personalization@npm:4.24.0"
dependencies:
"@algolia/client-common": "npm:4.24.0"
"@algolia/requester-common": "npm:4.24.0"
"@algolia/transporter": "npm:4.24.0"
checksum: 10/5b922d547a31ef76cc6872de9b880ac7f5783321d441fd8d596eab57554c882183e1a24b050f411dee0235c7a99bf52393c3937e08db0a7f2c238a8c37985464
languageName: node
linkType: hard
"@algolia/client-search@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/client-search@npm:4.24.0"
dependencies:
"@algolia/client-common": "npm:4.24.0"
"@algolia/requester-common": "npm:4.24.0"
"@algolia/transporter": "npm:4.24.0"
checksum: 10/2cdcc4239b1bd84e3bd642e380d9135612b80dc68393d23211088141d7c8cb055394588babdf5c984817b997e9e0c4356cd50a8a56dd1ee6ad594f5f76c44acb
languageName: node
linkType: hard
"@algolia/logger-common@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/logger-common@npm:4.24.0"
checksum: 10/668fb5a2cbb6aaea7648ae522b5d088241589a9da9f8abb53e2daa89ca2d0bc04307291f57c65de7a332e092cc054cc98cc21b12af81620099632ca85c4ef074
languageName: node
linkType: hard
"@algolia/logger-console@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/logger-console@npm:4.24.0"
dependencies:
"@algolia/logger-common": "npm:4.24.0"
checksum: 10/846d94ecac2e914a2aa7d1ace301cca7371b2bc757c737405eca8d29fc1a26e788387862851c90f611c90f43755367ce676802a21fa37a3bf8531b1a16f5183b
languageName: node
linkType: hard
"@algolia/recommend@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/recommend@npm:4.24.0"
dependencies:
"@algolia/cache-browser-local-storage": "npm:4.24.0"
"@algolia/cache-common": "npm:4.24.0"
"@algolia/cache-in-memory": "npm:4.24.0"
"@algolia/client-common": "npm:4.24.0"
"@algolia/client-search": "npm:4.24.0"
"@algolia/logger-common": "npm:4.24.0"
"@algolia/logger-console": "npm:4.24.0"
"@algolia/requester-browser-xhr": "npm:4.24.0"
"@algolia/requester-common": "npm:4.24.0"
"@algolia/requester-node-http": "npm:4.24.0"
"@algolia/transporter": "npm:4.24.0"
checksum: 10/cd228381744ddc4547f1796e38e72e52b158823313dcdfde20d99c2510b6c76996bff98e7223e983768c2a13a3c019e65939741429c0f7de19651f98f74bd834
languageName: node
linkType: hard
"@algolia/requester-browser-xhr@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/requester-browser-xhr@npm:4.24.0"
dependencies:
"@algolia/requester-common": "npm:4.24.0"
checksum: 10/7c32d38d6c7a83357f52134f50271f1ee3df63888b28bc53040a3c74ef73458d80efaf44a5943a3769e84737c2ffd0743e1044a3b5e99ce69289f63e22b50f2a
languageName: node
linkType: hard
"@algolia/requester-common@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/requester-common@npm:4.24.0"
checksum: 10/5ca1abd00918ad2c9aed379208d920883c7c3e69b480afe0b1d00b4eb205e39ccd347809b368ba764889261f659c85963f9a00d3da3bd59592db74108d54788b
languageName: node
linkType: hard
"@algolia/requester-node-http@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/requester-node-http@npm:4.24.0"
dependencies:
"@algolia/requester-common": "npm:4.24.0"
checksum: 10/387ee892bf35f46be269996de88f9ea12841796aa33cb5088ba6460a48733614a33300ee44bca0af22b6fded05c16ec92631fb998e9a7e1e6a30504d8b407c23
languageName: node
linkType: hard
"@algolia/transporter@npm:4.24.0":
version: 4.24.0
resolution: "@algolia/transporter@npm:4.24.0"
dependencies:
"@algolia/cache-common": "npm:4.24.0"
"@algolia/logger-common": "npm:4.24.0"
"@algolia/requester-common": "npm:4.24.0"
checksum: 10/decf4d5da37d62ff720e25313a473160c2be4c83bfb048d5caebea0320f42681138e91e78b359b8f825059c2acc83054bc17d53584701984f5e79822eb770efa
languageName: node
linkType: hard
"@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: 10/f3451525379c68a73eb0a1e65247fbf28c0cccd126d93af21c75fceff77773d43c0d4a2d51978fb131aff25b5f2cb41a9fe48cc296e61ae65e679c4f6918b0ab
languageName: node
linkType: hard
"@angular-devkit/core@npm:18.2.2":
version: 18.2.2
resolution: "@angular-devkit/core@npm:18.2.2"
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: ^3.5.2
dependenciesMeta:
esbuild:
built: true
puppeteer:
built: true
peerDependenciesMeta:
chokidar:
optional: true
checksum: 10/2a6161631b226cade882c98bcde4ba0a4d8ec19e94d4f2abbad1396b3bc0a19d1577ea82cfd7d2de6ded97ae5c07f7f6dc211631ba22d3084f27601012c0da0d
languageName: node
linkType: hard
"@angular-devkit/schematics@npm:18.2.2":
version: 18.2.2
resolution: "@angular-devkit/schematics@npm:18.2.2"
dependencies:
"@angular-devkit/core": "npm:18.2.2"
jsonc-parser: "npm:3.3.1"
magic-string: "npm:0.30.11"
ora: "npm:5.4.1"
rxjs: "npm:7.8.1"
dependenciesMeta:
esbuild:
built: true
puppeteer:
built: true
checksum: 10/6fc245622204744a116b07c14b77d60ec42709638457433dc946d87d91ab834a9fcab5e179e4ec92923d55b5473256ce9369595a68f54dbd93a5c7ebda696ed4
languageName: node
linkType: hard
"@arcanis/slice-ansi@npm:^1.1.1":
version: 1.1.1
resolution: "@arcanis/slice-ansi@npm:1.1.1"
dependencies:
grapheme-splitter: "npm:^1.0.4"
checksum: 10/14ed60cb45750d386c64229ac7bab20e10eedc193503fa4decff764162d329d6d3363ed2cd3debec833186ee54affe4f824f6e8eff531295117fd1ebda200270
languageName: node
linkType: hard
"@atls/cli-ui-error-info-component@workspace:*, @atls/cli-ui-error-info-component@workspace:cli/cli-ui-error-info":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-error-info-component@workspace:cli/cli-ui-error-info"
dependencies:
"@atls/cli-ui-stack-trace-component": "workspace:*"
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
react: "npm:18.3.1"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-file-link-component@workspace:*, @atls/cli-ui-file-link-component@workspace:cli/cli-ui-file-link":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-file-link-component@workspace:cli/cli-ui-file-link"
dependencies:
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
ink-link: "npm:4.1.0"
react: "npm:18.3.1"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-file-path-component@workspace:*, @atls/cli-ui-file-path-component@workspace:cli/cli-ui-file-path":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-file-path-component@workspace:cli/cli-ui-file-path"
dependencies:
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
ink-testing-library: "npm:4.0.0"
react: "npm:18.3.1"
strip-ansi: "npm:7.1.0"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-format-progress-component@workspace:*, @atls/cli-ui-format-progress-component@workspace:cli/cli-ui-format-progress":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-format-progress-component@workspace:cli/cli-ui-format-progress"
dependencies:
"@inkjs/ui": "npm:2.0.0"
"@types/react": "npm:18.3.12"
figures: "npm:6.1.0"
ink: "npm:3.2.0"
react: "npm:18.3.1"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-git-commit-component@workspace:*, @atls/cli-ui-git-commit-component@workspace:cli/cli-ui-git-commit":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-git-commit-component@workspace:cli/cli-ui-git-commit"
dependencies:
"@atls/code-commit": "workspace:*"
"@atls/config-commitlint": "workspace:*"
"@inkjs/ui": "npm:2.0.0"
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
camelcase: "npm:8.0.0"
figures: "npm:6.1.0"
ink: "npm:3.2.0"
ink-autocomplete: "npm:^0.0.0"
ink-multi-select: "npm:2.0.0"
ink-select-input: "npm:6.0.0"
ink-text-input: "npm:6.0.0"
react: "npm:18.3.1"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-icons-progress-component@workspace:*, @atls/cli-ui-icons-progress-component@workspace:cli/cli-ui-icons-progress":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-icons-progress-component@workspace:cli/cli-ui-icons-progress"
dependencies:
"@inkjs/ui": "npm:2.0.0"
"@types/react": "npm:18.3.12"
figures: "npm:6.1.0"
ink: "npm:3.2.0"
react: "npm:18.3.1"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-line-component@workspace:*, @atls/cli-ui-line-component@workspace:cli/cli-ui-line":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-line-component@workspace:cli/cli-ui-line"
dependencies:
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
ink-testing-library: "npm:4.0.0"
react: "npm:18.3.1"
strip-ansi: "npm:7.1.0"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-lint-progress-component@workspace:*, @atls/cli-ui-lint-progress-component@workspace:cli/cli-ui-lint-progress":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-lint-progress-component@workspace:cli/cli-ui-lint-progress"
dependencies:
"@inkjs/ui": "npm:2.0.0"
"@types/react": "npm:18.3.12"
figures: "npm:6.1.0"
ink: "npm:3.2.0"
react: "npm:18.3.1"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-lint-result-component@workspace:*, @atls/cli-ui-lint-result-component@workspace:cli/cli-ui-lint-result":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-lint-result-component@workspace:cli/cli-ui-lint-result"
dependencies:
"@atls/cli-ui-file-path-component": "workspace:*"
"@atls/cli-ui-line-component": "workspace:*"
"@atls/cli-ui-source-preview-component": "workspace:*"
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
ink-testing-library: "npm:4.0.0"
nanoid: "npm:5.0.7"
react: "npm:18.3.1"
strip-ansi: "npm:7.1.0"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-log-record-component@workspace:*, @atls/cli-ui-log-record-component@workspace:cli/cli-ui-log-record":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-log-record-component@workspace:cli/cli-ui-log-record"
dependencies:
"@atls/cli-ui-renderer-static-component": "workspace:*"
"@atls/cli-ui-stack-trace-component": "workspace:*"
"@mikro-orm/sql-highlighter": "npm:1.0.1"
"@monstrs/logger": "npm:0.0.20"
"@monstrs/mikro-orm-logger": "npm:0.0.16"
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
decamelize: "npm:6.0.0"
ink: "npm:3.2.0"
nanoid: "npm:5.0.7"
react: "npm:18.3.1"
sql-formatter: "npm:15.4.2"
strip-ansi: "npm:7.1.0"
uniqolor: "npm:1.1.1"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-pretty-logs-component@workspace:*, @atls/cli-ui-pretty-logs-component@workspace:cli/cli-ui-pretty-logs":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-pretty-logs-component@workspace:cli/cli-ui-pretty-logs"
dependencies:
"@atls/cli-ui-log-record-component": "workspace:*"
"@atls/cli-ui-renderer-static-component": "workspace:*"
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
react: "npm:18.3.1"
languageName: unknown
linkType: soft
"@atls/cli-ui-raw-output-component@workspace:*, @atls/cli-ui-raw-output-component@workspace:cli/cli-ui-raw-output":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-raw-output-component@workspace:cli/cli-ui-raw-output"
dependencies:
"@atls/cli-ui-file-path-component": "workspace:*"
"@atls/cli-ui-line-component": "workspace:*"
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
ink-testing-library: "npm:4.0.0"
nanoid: "npm:5.0.7"
react: "npm:18.3.1"
strip-ansi: "npm:7.1.0"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-renderer-static-component@workspace:*, @atls/cli-ui-renderer-static-component@workspace:cli/cli-ui-render-static":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-renderer-static-component@workspace:cli/cli-ui-render-static"
dependencies:
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
react: "npm:18.3.1"
languageName: unknown
linkType: soft
"@atls/cli-ui-schematics-component@workspace:*, @atls/cli-ui-schematics-component@workspace:cli/cli-ui-schematics-component":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-schematics-component@workspace:cli/cli-ui-schematics-component"
dependencies:
"@atls/schematics": "workspace:*"
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
"@yarnpkg/libui": "npm:3.0.1"
camelcase: "npm:8.0.0"
figures: "npm:6.1.0"
ink: "npm:3.2.0"
ink-autocomplete: "npm:0.0.0"
ink-multi-select: "npm:2.0.0"
ink-select-input: "npm:6.0.0"
ink-text-input: "npm:6.0.0"
react: "npm:18.3.1"
peerDependencies:
ink: "*"
react: "*"
languageName: unknown
linkType: soft
"@atls/cli-ui-service-progress-component@workspace:*, @atls/cli-ui-service-progress-component@workspace:cli/cli-ui-service-progress":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-service-progress-component@workspace:cli/cli-ui-service-progress"
dependencies:
"@inkjs/ui": "npm:2.0.0"
"@types/react": "npm:18.3.12"
figures: "npm:6.1.0"
ink: "npm:3.2.0"
react: "npm:18.3.1"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-source-preview-component@workspace:*, @atls/cli-ui-source-preview-component@workspace:cli/cli-ui-source-preview":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-source-preview-component@workspace:cli/cli-ui-source-preview"
dependencies:
"@babel/code-frame": "npm:7.24.7"
"@types/babel__code-frame": "npm:7.0.6"
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
ink-testing-library: "npm:4.0.0"
react: "npm:18.3.1"
strip-ansi: "npm:7.1.0"
supports-color: "npm:9.4.0"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-stack-trace-component@workspace:*, @atls/cli-ui-stack-trace-component@workspace:cli/cli-ui-stack-trace":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-stack-trace-component@workspace:cli/cli-ui-stack-trace"
dependencies:
"@atls/cli-ui-file-link-component": "workspace:*"
"@atls/cli-ui-renderer-static-component": "workspace:*"
"@atls/cli-ui-source-preview-component": "workspace:*"
"@monstrs/stack-trace": "npm:0.0.6"
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
nanoid: "npm:5.0.7"
react: "npm:18.3.1"
strip-ansi: "npm:7.1.0"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-test-failure-component@workspace:*, @atls/cli-ui-test-failure-component@workspace:cli/cli-ui-test-failure":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-test-failure-component@workspace:cli/cli-ui-test-failure"
dependencies:
"@atls/cli-ui-file-path-component": "workspace:*"
"@atls/cli-ui-line-component": "workspace:*"
"@atls/cli-ui-source-preview-component": "workspace:*"
"@types/node": "npm:22.9.0"
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
ink-testing-library: "npm:4.0.0"
nanoid: "npm:5.0.7"
react: "npm:18.3.1"
strip-ansi: "npm:7.1.0"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-test-progress-component@workspace:*, @atls/cli-ui-test-progress-component@workspace:cli/cli-ui-test-progress":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-test-progress-component@workspace:cli/cli-ui-test-progress"
dependencies:
"@inkjs/ui": "npm:2.0.0"
"@types/react": "npm:18.3.12"
figures: "npm:6.1.0"
ink: "npm:3.2.0"
react: "npm:18.3.1"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-typescript-diagnostic-component@workspace:*, @atls/cli-ui-typescript-diagnostic-component@workspace:cli/cli-ui-typescript-diagnostic":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-typescript-diagnostic-component@workspace:cli/cli-ui-typescript-diagnostic"
dependencies:
"@atls/cli-ui-file-path-component": "workspace:*"
"@atls/cli-ui-line-component": "workspace:*"
"@atls/cli-ui-source-preview-component": "workspace:*"
"@types/react": "npm:18.3.12"
ink: "npm:3.2.0"
ink-testing-library: "npm:4.0.0"
react: "npm:18.3.1"
strip-ansi: "npm:7.1.0"
typescript: "npm:5.5.4"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/cli-ui-typescript-progress-component@workspace:*, @atls/cli-ui-typescript-progress-component@workspace:cli/cli-ui-types-check-progress":
version: 0.0.0-use.local
resolution: "@atls/cli-ui-typescript-progress-component@workspace:cli/cli-ui-types-check-progress"
dependencies:
"@inkjs/ui": "npm:2.0.0"
"@types/react": "npm:18.3.12"
figures: "npm:6.1.0"
ink: "npm:3.2.0"
react: "npm:18.3.1"
peerDependencies:
ink: ^3
react: ^18
languageName: unknown
linkType: soft
"@atls/code-commit@workspace:*, @atls/code-commit@workspace:code/code-commit":
version: 0.0.0-use.local
resolution: "@atls/code-commit@workspace:code/code-commit"
dependencies:
"@atls/config-commitlint": "workspace:*"
"@commitlint/format": "npm:19.3.0"
"@commitlint/is-ignored": "npm:19.2.2"
"@commitlint/lint": "npm:19.4.1"
"@commitlint/load": "npm:19.4.0"
"@commitlint/read": "npm:19.4.0"
"@commitlint/rules": "npm:19.4.1"
"@commitlint/types": "npm:19.0.3"
"@types/conventional-commits-parser": "npm:5.0.0"
"@types/node": "npm:22.9.0"
conventional-changelog-angular: "npm:7.0.0"
conventional-commits-parser: "npm:6.0.0"
languageName: unknown
linkType: soft
"@atls/code-configuration@workspace:*, @atls/code-configuration@workspace:code/code-configuration":
version: 0.0.0-use.local
resolution: "@atls/code-configuration@workspace:code/code-configuration"
dependencies:
"@yarnpkg/fslib": "npm:3.1.0"
languageName: unknown
linkType: soft
"@atls/code-format@workspace:*, @atls/code-format@workspace:code/code-format":
version: 0.0.0-use.local
resolution: "@atls/code-format@workspace:code/code-format"
dependencies:
"@atls/config-prettier": "workspace:*"
"@atls/prettier-plugin": "workspace:*"
"@types/node": "npm:22.9.0"
globby: "npm:13.2.2"
ignore: "npm:5.3.2"
prettier: "npm:3.3.3"
languageName: unknown
linkType: soft
"@atls/code-icons@workspace:*, @atls/code-icons@workspace:code/code-icons":
version: 0.0.0-use.local
resolution: "@atls/code-icons@workspace:code/code-icons"
dependencies:
"@atls/code-runtime": "workspace:*"
"@atls/config-typescript": "workspace:*"
"@monstrs/logger": "npm:0.0.20"
"@types/node": "npm:22.9.0"
"@types/webpack": "npm:5.28.5"
"@yarnpkg/cli": "npm:4.5.1"
"@yarnpkg/core": "npm:4.1.4"
"@yarnpkg/fslib": "npm:3.1.0"
camelcase: "npm:8.0.0"
typescript: "npm:5.5.4"
webpack-chain-5: "npm:8.0.2"
languageName: unknown
linkType: soft
"@atls/code-lint@workspace:*, @atls/code-lint@workspace:code/code-lint":
version: 0.0.0-use.local
resolution: "@atls/code-lint@workspace:code/code-lint"
dependencies:
"@atls/code-runtime": "workspace:*"
"@types/node": "npm:22.9.0"
globby: "npm:13.2.2"
ignore: "npm:5.3.2"
peerDependencies:
react: "*"
typescript: "*"
peerDependenciesMeta:
react:
optional: true
typescript:
optional: true
languageName: unknown
linkType: soft
"@atls/code-pack@workspace:*, @atls/code-pack@workspace:code/code-pack":
version: 0.0.0-use.local
resolution: "@atls/code-pack@workspace:code/code-pack"
dependencies:
"@actions/github": "npm:6.0.0"
"@iarna/toml": "npm:2.2.5"
"@types/node": "npm:22.9.0"
"@yarnpkg/core": "npm:4.1.4"
"@yarnpkg/fslib": "npm:3.1.0"
languageName: unknown
linkType: soft
"@atls/code-runtime@workspace:*, @atls/code-runtime@workspace:runtime/code-runtime":
version: 0.0.0-use.local
resolution: "@atls/code-runtime@workspace:runtime/code-runtime"
dependencies:
"@atls/config-eslint": "workspace:*"
"@svgr/core": "npm:8.1.0"
"@svgr/plugin-jsx": "npm:8.1.0"
"@types/eslint": "npm:9.6.1"
"@types/node": "npm:22.9.0"
eslint: "npm:9.14.0"
node-loader: "npm:2.0.0"
null-loader: "npm:4.0.1"
ts-loader: "npm:9.5.1"
ts-node: "npm:10.9.2"
typescript: "npm:5.5.4"
webpack: "npm:5.96.1"
languageName: unknown
linkType: soft
"@atls/code-schematics@workspace:code/code-schematics":
version: 0.0.0-use.local
resolution: "@atls/code-schematics@workspace:code/code-schematics"
dependencies:
"@angular-devkit/core": "npm:18.2.2"
"@angular-devkit/schematics": "npm:18.2.2"
rxjs: "npm:7.8.1"
languageName: unknown
linkType: soft
"@atls/code-service@workspace:*, @atls/code-service@workspace:code/code-service":
version: 0.0.0-use.local
resolution: "@atls/code-service@workspace:code/code-service"
dependencies:
"@atls/code-configuration": "workspace:*"
"@atls/code-runtime": "workspace:*"
"@atls/config-typescript": "workspace:*"
"@atls/webpack-start-server-plugin": "workspace:*"
"@monstrs/logger": "npm:0.0.20"
"@types/node": "npm:22.9.0"
"@types/webpack": "npm:5.28.5"
"@yarnpkg/cli": "npm:4.5.1"
"@yarnpkg/core": "npm:4.1.4"
"@yarnpkg/fslib": "npm:3.1.0"
package-json-type: "npm:1.0.3"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft
"@atls/code-test@workspace:*, @atls/code-test@workspace:code/code-test":
version: 0.0.0-use.local
resolution: "@atls/code-test@workspace:code/code-test"
dependencies:
"@atls/code-runtime": "workspace:*"
"@types/node": "npm:22.9.0"
globby: "npm:13.2.2"
languageName: unknown
linkType: soft
"@atls/code-typescript@workspace:*, @atls/code-typescript@workspace:code/code-typescript":
version: 0.0.0-use.local
resolution: "@atls/code-typescript@workspace:code/code-typescript"
dependencies:
"@atls/code-runtime": "workspace:*"
"@atls/config-typescript": "workspace:*"
"@types/node": "npm:22.9.0"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft
"@atls/config-commitlint@workspace:*, @atls/config-commitlint@workspace:config/commitlint":
version: 0.0.0-use.local
resolution: "@atls/config-commitlint@workspace:config/commitlint"
dependencies:
"@commitlint/types": "npm:19.0.3"
languageName: unknown
linkType: soft
"@atls/config-eslint@workspace:*, @atls/config-eslint@workspace:config/eslint":
version: 0.0.0-use.local
resolution: "@atls/config-eslint@workspace:config/eslint"
dependencies:
"@atls/config-prettier": "workspace:*"
"@next/eslint-plugin-next": "npm:15.0.3"
"@types/eslint": "npm:9.6.1"
"@types/node": "npm:22.9.0"
"@typescript-eslint/eslint-plugin": "npm:8.14.0"
"@typescript-eslint/parser": "npm:8.14.0"
eslint: "npm:9.14.0"
eslint-import-resolver-node: "npm:0.3.9"
eslint-plugin-import: "npm:2.30.0"
eslint-plugin-jsx-a11y: "npm:6.10.0"
eslint-plugin-n: "npm:17.10.2"
eslint-plugin-prettier: "npm:5.2.1"
eslint-plugin-react: "npm:7.35.0"
eslint-plugin-react-hooks: "npm:4.6.2"
eslint-plugin-security: "npm:3.0.1"
prettier: "npm:3.3.3"
react: "npm:18.3.1"
typescript: "npm:5.5.4"
peerDependenciesMeta:
typescript:
optional: true
languageName: unknown
linkType: soft
"@atls/config-prettier@workspace:*, @atls/config-prettier@workspace:config/prettier":
version: 0.0.0-use.local
resolution: "@atls/config-prettier@workspace:config/prettier"
dependencies:
"@types/node": "npm:22.9.0"
prettier: "npm:3.3.3"
languageName: unknown
linkType: soft
"@atls/config-typescript@workspace:*, @atls/config-typescript@workspace:config/typescript":
version: 0.0.0-use.local
resolution: "@atls/config-typescript@workspace:config/typescript"
languageName: unknown
linkType: soft
"@atls/prettier-plugin@workspace:*, @atls/prettier-plugin@workspace:prettier/plugin":
version: 0.0.0-use.local
resolution: "@atls/prettier-plugin@workspace:prettier/plugin"
dependencies:
"@babel/types": "npm:7.25.6"
"@types/node": "npm:22.9.0"
"@types/prettier": "npm:3.0.0"
globby: "npm:13.2.2"
import-sort: "npm:6.0.0"
import-sort-parser: "npm:6.0.0"
import-sort-parser-typescript: "npm:6.0.0"
import-sort-style: "npm:6.0.0"
prettier: "npm:3.3.3"
sort-package-json: "npm:2.4.1"
languageName: unknown
linkType: soft
"@atls/schematics-utils@workspace:*, @atls/schematics-utils@workspace:schematics/schematics-utils":
version: 0.0.0-use.local
resolution: "@atls/schematics-utils@workspace:schematics/schematics-utils"
dependencies:
"@angular-devkit/core": "npm:18.2.2"
"@angular-devkit/schematics": "npm:18.2.2"
"@types/js-yaml": "npm:4.0.9"
"@types/node": "npm:22.9.0"
js-yaml: "npm:4.1.0"
rimraf: "npm:5.0.10"
semver: "npm:7.6.3"
strip-json-comments: "npm:3.1.1"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft
"@atls/schematics@workspace:*, @atls/schematics@workspace:schematics/schematics":
version: 0.0.0-use.local
resolution: "@atls/schematics@workspace:schematics/schematics"
dependencies:
"@angular-devkit/core": "npm:18.2.2"
"@angular-devkit/schematics": "npm:18.2.2"
"@atls/config-typescript": "workspace:*"
"@atls/schematics-utils": "workspace:*"
"@types/node": "npm:22.9.0"
copy-dir: "npm:1.3.0"
globby: "npm:13.2.2"
languageName: unknown
linkType: soft
"@atls/webpack-start-server-plugin@workspace:*, @atls/webpack-start-server-plugin@workspace:webpack/webpack-start-server-plugin":
version: 0.0.0-use.local
resolution: "@atls/webpack-start-server-plugin@workspace:webpack/webpack-start-server-plugin"
dependencies:
"@types/node": "npm:22.9.0"
webpack: "npm:5.96.1"
languageName: unknown
linkType: soft
"@atls/yarn-cli-tools@workspace:*, @atls/yarn-cli-tools@workspace:yarn/cli-tools":
version: 0.0.0-use.local
resolution: "@atls/yarn-cli-tools@workspace:yarn/cli-tools"
dependencies:
"@atls/yarn-plugin-badges": "workspace:*"
"@atls/yarn-plugin-check": "workspace:*"
"@atls/yarn-plugin-checks": "workspace:*"
"@atls/yarn-plugin-cli-publish": "workspace:*"
"@atls/yarn-plugin-commit": "workspace:*"
"@atls/yarn-plugin-essentials": "workspace:*"
"@atls/yarn-plugin-export": "workspace:*"
"@atls/yarn-plugin-files": "workspace:*"
"@atls/yarn-plugin-format": "workspace:*"
"@atls/yarn-plugin-image": "workspace:*"
"@atls/yarn-plugin-library": "workspace:*"
"@atls/yarn-plugin-lint": "workspace:*"
"@atls/yarn-plugin-renderer": "workspace:*"
"@atls/yarn-plugin-service": "workspace:*"
"@atls/yarn-plugin-test": "workspace:*"
"@atls/yarn-plugin-tools": "workspace:*"
"@atls/yarn-plugin-typescript": "workspace:*"
"@atls/yarn-plugin-ui": "workspace:*"
"@atls/yarn-plugin-workspaces": "workspace:*"
"@yarnpkg/builder": "npm:4.2.0"
"@yarnpkg/cli": "npm:4.5.1"
"@yarnpkg/core": "npm:4.1.4"
"@yarnpkg/fslib": "npm:3.1.0"
"@yarnpkg/libzip": "npm:3.1.0"
"@yarnpkg/parsers": "npm:3.0.2"
"@yarnpkg/plugin-compat": "npm:4.0.9"
"@yarnpkg/plugin-dlx": "npm:4.0.0"
"@yarnpkg/plugin-essentials": "npm:4.2.2"
"@yarnpkg/plugin-file": "npm:3.0.0"
"@yarnpkg/plugin-git": "npm:3.1.0"
"@yarnpkg/plugin-github": "npm:3.0.0"
"@yarnpkg/plugin-http": "npm:3.0.1"
"@yarnpkg/plugin-init": "npm:4.0.1"
"@yarnpkg/plugin-interactive-tools": "npm:4.0.1"
"@yarnpkg/plugin-link": "npm:3.0.0"
"@yarnpkg/plugin-nm": "npm:4.0.5"
"@yarnpkg/plugin-npm": "npm:3.0.1"
"@yarnpkg/plugin-npm-cli": "npm:4.0.4"
"@yarnpkg/plugin-pack": "npm:4.0.0"
"@yarnpkg/plugin-patch": "npm:4.0.1"
"@yarnpkg/plugin-pnp": "npm:4.0.5"
"@yarnpkg/plugin-pnpm": "npm:2.0.0"
"@yarnpkg/plugin-typescript": "npm:4.1.1"
"@yarnpkg/plugin-version": "npm:4.0.4"
"@yarnpkg/plugin-workspace-tools": "npm:4.1.0"
"@yarnpkg/shell": "npm:4.1.0"
clipanion: "npm:4.0.0-rc.2"
semver: "npm:7.6.3"
typanion: "npm:3.14.0"
languageName: unknown
linkType: soft
"@atls/yarn-cli@workspace:yarn/cli":
version: 0.0.0-use.local
resolution: "@atls/yarn-cli@workspace:yarn/cli"
dependencies:
"@atls/yarn-cli-tools": "workspace:*"
"@atls/yarn-plugin-badges": "workspace:*"
"@atls/yarn-plugin-check": "workspace:*"
"@atls/yarn-plugin-checks": "workspace:*"
"@atls/yarn-plugin-cli-publish": "workspace:*"
"@atls/yarn-plugin-commit": "workspace:*"
"@atls/yarn-plugin-essentials": "workspace:*"
"@atls/yarn-plugin-export": "workspace:*"
"@atls/yarn-plugin-files": "workspace:*"
"@atls/yarn-plugin-format": "workspace:*"
"@atls/yarn-plugin-image": "workspace:*"
"@atls/yarn-plugin-library": "workspace:*"
"@atls/yarn-plugin-lint": "workspace:*"
"@atls/yarn-plugin-renderer": "workspace:*"
"@atls/yarn-plugin-service": "workspace:*"
"@atls/yarn-plugin-test": "workspace:*"
"@atls/yarn-plugin-tools": "workspace:*"
"@atls/yarn-plugin-typescript": "workspace:*"
"@atls/yarn-plugin-ui": "workspace:*"
"@atls/yarn-plugin-workspaces": "workspace:*"
"@yarnpkg/builder": "npm:4.2.0"
"@yarnpkg/cli": "npm:4.5.1"
"@yarnpkg/core": "npm:4.1.4"
"@yarnpkg/fslib": "npm:3.1.0"
"@yarnpkg/libzip": "npm:3.1.0"
"@yarnpkg/parsers": "npm:3.0.2"
"@yarnpkg/plugin-compat": "npm:4.0.9"
"@yarnpkg/plugin-dlx": "npm:4.0.0"
"@yarnpkg/plugin-essentials": "npm:4.2.2"
"@yarnpkg/plugin-file": "npm:3.0.0"
"@yarnpkg/plugin-git": "npm:3.1.0"
"@yarnpkg/plugin-github": "npm:3.0.0"
"@yarnpkg/plugin-http": "npm:3.0.1"
"@yarnpkg/plugin-init": "npm:4.0.1"
"@yarnpkg/plugin-interactive-tools": "npm:4.0.1"
"@yarnpkg/plugin-link": "npm:3.0.0"
"@yarnpkg/plugin-nm": "npm:4.0.5"
"@yarnpkg/plugin-npm": "npm:3.0.1"
"@yarnpkg/plugin-npm-cli": "npm:4.0.4"
"@yarnpkg/plugin-pack": "npm:4.0.0"
"@yarnpkg/plugin-patch": "npm:4.0.1"
"@yarnpkg/plugin-pnp": "npm:4.0.5"
"@yarnpkg/plugin-pnpm": "npm:2.0.0"
"@yarnpkg/plugin-typescript": "npm:4.1.1"
"@yarnpkg/plugin-version": "npm:4.0.4"
"@yarnpkg/plugin-workspace-tools": "npm:4.1.0"
"@yarnpkg/shell": "npm:4.1.0"
clipanion: "npm:4.0.0-rc.2"
semver: "npm:7.6.3"
typanion: "npm:3.14.0"
languageName: unknown
linkType: soft
"@atls/yarn-pack-utils@workspace:*, @atls/yarn-pack-utils@workspace:yarn/pack-utils":
version: 0.0.0-use.local
resolution: "@atls/yarn-pack-utils@workspace:yarn/pack-utils"
dependencies:
"@types/semver": "npm:7.5.8"
"@yarnpkg/cli": "npm:4.5.1"
"@yarnpkg/core": "npm:4.1.4"
"@yarnpkg/fslib": "npm:3.1.0"
"@yarnpkg/plugin-pack": "npm:4.0.0"
"@yarnpkg/plugin-patch": "npm:4.0.1"
semver: "npm:7.6.3"