-
Notifications
You must be signed in to change notification settings - Fork 11
/
yarn.lock
972 lines (901 loc) · 34.6 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
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10c0
"@esbuild/aix-ppc64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/aix-ppc64@npm:0.19.11"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/android-arm64@npm:0.19.11"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/android-arm@npm:0.19.11"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/android-x64@npm:0.19.11"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
"@esbuild/darwin-arm64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/darwin-arm64@npm:0.19.11"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@esbuild/darwin-x64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/darwin-x64@npm:0.19.11"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@esbuild/freebsd-arm64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/freebsd-arm64@npm:0.19.11"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/freebsd-x64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/freebsd-x64@npm:0.19.11"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/linux-arm64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/linux-arm64@npm:0.19.11"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
"@esbuild/linux-arm@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/linux-arm@npm:0.19.11"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
"@esbuild/linux-ia32@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/linux-ia32@npm:0.19.11"
conditions: os=linux & cpu=ia32
languageName: node
linkType: hard
"@esbuild/linux-loong64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/linux-loong64@npm:0.19.11"
conditions: os=linux & cpu=loong64
languageName: node
linkType: hard
"@esbuild/linux-mips64el@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/linux-mips64el@npm:0.19.11"
conditions: os=linux & cpu=mips64el
languageName: node
linkType: hard
"@esbuild/linux-ppc64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/linux-ppc64@npm:0.19.11"
conditions: os=linux & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/linux-riscv64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/linux-riscv64@npm:0.19.11"
conditions: os=linux & cpu=riscv64
languageName: node
linkType: hard
"@esbuild/linux-s390x@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/linux-s390x@npm:0.19.11"
conditions: os=linux & cpu=s390x
languageName: node
linkType: hard
"@esbuild/linux-x64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/linux-x64@npm:0.19.11"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
"@esbuild/netbsd-x64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/netbsd-x64@npm:0.19.11"
conditions: os=netbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/openbsd-x64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/openbsd-x64@npm:0.19.11"
conditions: os=openbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/sunos-x64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/sunos-x64@npm:0.19.11"
conditions: os=sunos & cpu=x64
languageName: node
linkType: hard
"@esbuild/win32-arm64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/win32-arm64@npm:0.19.11"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@esbuild/win32-ia32@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/win32-ia32@npm:0.19.11"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
"@esbuild/win32-x64@npm:0.19.11":
version: 0.19.11
resolution: "@esbuild/win32-x64@npm:0.19.11"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@girs/accountsservice-1.0@npm:^1.0.0-3.2.7":
version: 1.0.0-3.2.7
resolution: "@girs/accountsservice-1.0@npm:1.0.0-3.2.7"
dependencies:
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: e755d18b107b2398273e3dce6c44148e32666bea047af401aadcd9704fdb199b6b74f91231e7b66ed6b8de9ad9aca769f76769cca1c886a95a338630032f2021
languageName: node
linkType: hard
"@girs/adw-1@npm:^1.4.2-3.2.7":
version: 1.4.2-3.2.7
resolution: "@girs/adw-1@npm:1.4.2-3.2.7"
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gdk-4.0": "npm:^4.0.0-3.2.7"
"@girs/gdkpixbuf-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gmodule-2.0": "npm:^2.0.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
"@girs/gsk-4.0": "npm:^4.0.0-3.2.7"
"@girs/gtk-4.0": "npm:^4.12.4-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
checksum: e7d0d69aabc8baa878bc691e7bfde8d16b05894f21aff8151e52b3a234b971b74b97646196a0058b3ce42109b6bc0a7568b0b8add5a223eca49a6b3edec9a0f8
languageName: node
linkType: hard
"@girs/atk-1.0@npm:^2.50.0-3.2.7":
version: 2.50.0-3.2.7
resolution: "@girs/atk-1.0@npm:2.50.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 9c02ab403b87bb71350b3362f64acb558e980653df4ec3670f8d2ca2538336f3f685a003650255ac5255070ff65c0c0b9509e4b9acdfea8161512cb5ea3a49b5
languageName: node
linkType: hard
"@girs/cairo-1.0@npm:^1.0.0-3.2.7":
version: 1.0.0-3.2.7
resolution: "@girs/cairo-1.0@npm:1.0.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: e03c3a57674421177a5cb4fe90ba25389787f92412393324008a5e8f4513d779d560989d77f023baef32803663e9c840dd45162e918f5521c32c68fe32c5fae5
languageName: node
linkType: hard
"@girs/cally-13@npm:^13.0.0-3.2.7":
version: 13.0.0-3.2.7
resolution: "@girs/cally-13@npm:13.0.0-3.2.7"
dependencies:
"@girs/atk-1.0": "npm:^2.50.0-3.2.7"
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/clutter-13": "npm:^13.0.0-3.2.7"
"@girs/cogl-13": "npm:^13.0.0-3.2.7"
"@girs/coglpango-13": "npm:^13.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/gl-1.0": "npm:^1.0.0-3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/json-1.0": "npm:^1.7.1-3.2.7"
"@girs/mtk-13": "npm:^13.0.0-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
checksum: c7f44a179f8243832f78a9c68e55619737d81ce6e8de1c9e4b6f9a3fd83cbc8825eacd8953aa8ea664c0759aa27ca7b13587313f8f8889c5dfb612a252ce772d
languageName: node
linkType: hard
"@girs/clutter-13@npm:^13.0.0-3.2.7":
version: 13.0.0-3.2.7
resolution: "@girs/clutter-13@npm:13.0.0-3.2.7"
dependencies:
"@girs/atk-1.0": "npm:^2.50.0-3.2.7"
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/cogl-13": "npm:^13.0.0-3.2.7"
"@girs/coglpango-13": "npm:^13.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/gl-1.0": "npm:^1.0.0-3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/json-1.0": "npm:^1.7.1-3.2.7"
"@girs/mtk-13": "npm:^13.0.0-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
checksum: b1e73df6d972b8b09d40397bd5a713edd40a24f79fe276139b0cf3d43dca624cac9ddafbac2e641dd5492e11d5a6b9457655f6d5edbfcb3485a555287ff945c6
languageName: node
linkType: hard
"@girs/cogl-13@npm:^13.0.0-3.2.7":
version: 13.0.0-3.2.7
resolution: "@girs/cogl-13@npm:13.0.0-3.2.7"
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/gl-1.0": "npm:^1.0.0-3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
checksum: 22ca0116b3c2425d818f65edb4998b5a453a64ece3152ec277faec0801224c8856254f17eb8c7858abfca6f50694c1eebf36dc03cd88b2cb7bb67ff86ee5773c
languageName: node
linkType: hard
"@girs/cogl-2.0@npm:^2.0.0-3.2.7":
version: 2.0.0-3.2.7
resolution: "@girs/cogl-2.0@npm:2.0.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/gl-1.0": "npm:^1.0.0-3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 876abb5e0a7ae110ab91d4bbf5a09478d397e96cddc6c8548ecd2606bd0cb7bc7df9ca7c71182853c2d2491066e70fa6852f36864d2507a6d1c41eaa740d2dc2
languageName: node
linkType: hard
"@girs/coglpango-13@npm:^13.0.0-3.2.7":
version: 13.0.0-3.2.7
resolution: "@girs/coglpango-13@npm:13.0.0-3.2.7"
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/cogl-13": "npm:^13.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/gl-1.0": "npm:^1.0.0-3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
checksum: 86d95e92c935db851e5c603f6f71dab2c1ee36624f906d25d19100b689096c34a285c7e15b6fbcccf7c5f448fc69af6c2ecdb23d55ffea72b10d37e14c675492
languageName: node
linkType: hard
"@girs/freetype2-2.0@npm:^2.0.0-3.2.7":
version: 2.0.0-3.2.7
resolution: "@girs/freetype2-2.0@npm:2.0.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: cddd691cb5f5726e69d955400ffa3b9eff49d228dad587ca08533e8956988ffee7028ae04406dbc6b307ab597d0fc52473d15313a4636cb37eca64ec933ca7e3
languageName: node
linkType: hard
"@girs/gck-2@npm:^4.1.0-3.2.7":
version: 4.1.0-3.2.7
resolution: "@girs/gck-2@npm:4.1.0-3.2.7"
dependencies:
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 2b478afbaefdec79e99e36928d09e202048f014f8ec1a70b610629379c2648d9e0451357bd128b167f046dd3294538d9d5c38112bc233b64239d97c37d44bbfb
languageName: node
linkType: hard
"@girs/gcr-4@npm:^4.1.0-3.2.7":
version: 4.1.0-3.2.7
resolution: "@girs/gcr-4@npm:4.1.0-3.2.7"
dependencies:
"@girs/gck-2": "npm:^4.1.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 2fc37bbf16c2f5a23443ec42a059f68bfbfc76405c807cb486e045bac3e0b18ec7af2bc3141d6214ea39c04ff62f1300c7a4e2350b8f655e117710bb9273aac4
languageName: node
linkType: hard
"@girs/gdesktopenums-3.0@npm:^3.0.0-3.2.7":
version: 3.0.0-3.2.7
resolution: "@girs/gdesktopenums-3.0@npm:3.0.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: d8c197d6b93fb1a7007a98db4ad02526c9b756437adf646859c078d99377aa51f6bbb0646b0c86e5507503e69ecabb4f5a520eb697003087afd543a987c295f8
languageName: node
linkType: hard
"@girs/gdk-4.0@npm:^4.0.0-3.2.7":
version: 4.0.0-3.2.7
resolution: "@girs/gdk-4.0@npm:4.0.0-3.2.7"
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gdkpixbuf-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gmodule-2.0": "npm:^2.0.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
checksum: 985b1a55dd7deac6df5c9ee19bce4088464dce94b54df1e8d64828b2cdaf01f685612903c58ae903c023e546ec06e49d3c7fea9f487b51485d642a16cf3598b6
languageName: node
linkType: hard
"@girs/gdkpixbuf-2.0@npm:^2.0.0-3.2.7":
version: 2.0.0-3.2.7
resolution: "@girs/gdkpixbuf-2.0@npm:2.0.0-3.2.7"
dependencies:
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gmodule-2.0": "npm:^2.0.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 9a9e48a3cfe1edfd04c23cdad96e62bed1a6a11029ef67cce4c7d6eb754e9b6a4542c455ee5f227f2b4c5cefb2872fb4f8f4697b867d9fc547308279d82733d7
languageName: node
linkType: hard
"@girs/gdm-1.0@npm:^1.0.0-3.2.7":
version: 1.0.0-3.2.7
resolution: "@girs/gdm-1.0@npm:1.0.0-3.2.7"
dependencies:
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: f08c722b50dee1f60d9aba7e6d22676edb2e2ccc27bffcd732bbedb9be44e90575b64f7a5bb405d92404709a99370d914fe1879b11c641fb5b306beeb1baafc0
languageName: node
linkType: hard
"@girs/gio-2.0@npm:^2.78.0-3.2.7":
version: 2.78.0-3.2.7
resolution: "@girs/gio-2.0@npm:2.78.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: c9914ca80711955becd5b2de59858ba6649431f04c00839e2c74c016bed669c9468c25edb1c3f1feaf37ccb6ef5b125f57400a0bda2e0bd6b48775c1ce6fd00a
languageName: node
linkType: hard
"@girs/gjs@npm:^3.2.7":
version: 3.2.7
resolution: "@girs/gjs@npm:3.2.7"
dependencies:
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 577e56b8bc7a816f160de3bf4eb1c74b42c7d7e6d16751369673f48aca7471e1dec46cf9742093e382622290148c83970f1f03487e974078f5130c243445d726
languageName: node
linkType: hard
"@girs/gl-1.0@npm:^1.0.0-3.2.7":
version: 1.0.0-3.2.7
resolution: "@girs/gl-1.0@npm:1.0.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 6ed6d3db834aec1404b3b83b9ae1fa783859802cc62fc96af6bd7b3ae6fdacd996106d02600ee2ac26eb41066edf5b2983cc755012bee9841189f8be5c8e9670
languageName: node
linkType: hard
"@girs/glib-2.0@npm:^2.78.0-3.2.7":
version: 2.78.0-3.2.7
resolution: "@girs/glib-2.0@npm:2.78.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: c8031e4f4b99c1c6288a5d6b44597a4ff844c32a3cec5e2fe4312527cadaf9719f087167113d40916da34b0dcceacb9603e0efe60ce19845a7df1f2173ec086f
languageName: node
linkType: hard
"@girs/gmodule-2.0@npm:^2.0.0-3.2.7":
version: 2.0.0-3.2.7
resolution: "@girs/gmodule-2.0@npm:2.0.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 627506e6e62104647276b9dd0496b1a00f17d3ceb321220bb7e0deeeaf0d4623a39b91a4b14cb7ba7f872f083cbf90935cf4340e9cd9f6606063b20819c7d699
languageName: node
linkType: hard
"@girs/gnome-shell@npm:^45.0.0-beta8":
version: 45.0.0-beta8
resolution: "@girs/gnome-shell@npm:45.0.0-beta8"
dependencies:
"@girs/accountsservice-1.0": "npm:^1.0.0-3.2.7"
"@girs/adw-1": "npm:^1.4.2-3.2.7"
"@girs/atk-1.0": "npm:^2.50.0-3.2.7"
"@girs/cally-13": "npm:^13.0.0-3.2.7"
"@girs/clutter-13": "npm:^13.0.0-3.2.7"
"@girs/cogl-2.0": "npm:^2.0.0-3.2.7"
"@girs/gcr-4": "npm:^4.1.0-3.2.7"
"@girs/gdm-1.0": "npm:^1.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gnomebg-4.0": "npm:^4.0.0-3.2.7"
"@girs/gnomebluetooth-3.0": "npm:^3.0.0-3.2.7"
"@girs/gnomedesktop-4.0": "npm:^4.0.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/gtk-4.0": "npm:^4.12.4-3.2.7"
"@girs/gvc-1.0": "npm:^1.0.0-3.2.7"
"@girs/meta-13": "npm:^13.0.0-3.2.7"
"@girs/polkit-1.0": "npm:^1.0.0-3.2.7"
"@girs/shell-13": "npm:^13.0.0-3.2.7"
"@girs/shew-0": "npm:^0.0.0-3.2.7"
"@girs/st-13": "npm:^13.0.0-3.2.7"
"@girs/upowerglib-1.0": "npm:^0.99.1-3.2.7"
checksum: 57c7b51c01801b267d2dcaf233dfe7e64dd2bde48d8f2ad48403bfba5c95a9d0263473ce0b45dcbbdab08f6eb1fe2d3024e51e45dcf5c8ec0ef858467bb4da54
languageName: node
linkType: hard
"@girs/gnomebg-4.0@npm:^4.0.0-3.2.7":
version: 4.0.0-3.2.7
resolution: "@girs/gnomebg-4.0@npm:4.0.0-3.2.7"
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gdesktopenums-3.0": "npm:^3.0.0-3.2.7"
"@girs/gdk-4.0": "npm:^4.0.0-3.2.7"
"@girs/gdkpixbuf-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gmodule-2.0": "npm:^2.0.0-3.2.7"
"@girs/gnomedesktop-4.0": "npm:^4.0.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
checksum: 8ae1669b4653f1da9c476478341e9ff64d8fc66d02f284739e1d7fd47df8b327e10a2d92f32a324716e4e9d1bdb8a0f80309feab879f16032eeec9b4658c1254
languageName: node
linkType: hard
"@girs/gnomebluetooth-3.0@npm:^3.0.0-3.2.7":
version: 3.0.0-3.2.7
resolution: "@girs/gnomebluetooth-3.0@npm:3.0.0-3.2.7"
dependencies:
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 0c54321027b412666a612585ec9f8ccaaccbdebd8ee5778064f58f9c95b7e76a38a6a0a09dfc9396023b9bd3504fc57b8f08dcca45c1b6bf0038315729bb1036
languageName: node
linkType: hard
"@girs/gnomedesktop-4.0@npm:^4.0.0-3.2.7":
version: 4.0.0-3.2.7
resolution: "@girs/gnomedesktop-4.0@npm:4.0.0-3.2.7"
dependencies:
"@girs/gdesktopenums-3.0": "npm:^3.0.0-3.2.7"
"@girs/gdkpixbuf-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gmodule-2.0": "npm:^2.0.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: d71eebe828c11386d4c19070242652e12b24062e8344410395e2dc6e75d80be6532c13e650b966340b59b5cb75933c9778da96a0cc22a0e0f5a8ecd21deda2b8
languageName: node
linkType: hard
"@girs/gobject-2.0@npm:^2.78.0-3.2.7":
version: 2.78.0-3.2.7
resolution: "@girs/gobject-2.0@npm:2.78.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
checksum: 7644fc7a84db6dfaf8f646e8140e9d1a213da9b52d1c13f4d0494ffa1d3e3df75911890b1d5c556ea4bf01d90fff3f5305e6d3bb9fa52cc92835a53c87870b57
languageName: node
linkType: hard
"@girs/graphene-1.0@npm:^1.0.0-3.2.7":
version: 1.0.0-3.2.7
resolution: "@girs/graphene-1.0@npm:1.0.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 415529fcec4b01cab6f67a85adb1e67773ae71b3a1a3831c992d4cac362adbb692b4eaf1b10d3da3ca8602c48c837598c951ef9f509c05411dfb620acb33ae64
languageName: node
linkType: hard
"@girs/gsk-4.0@npm:^4.0.0-3.2.7":
version: 4.0.0-3.2.7
resolution: "@girs/gsk-4.0@npm:4.0.0-3.2.7"
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gdk-4.0": "npm:^4.0.0-3.2.7"
"@girs/gdkpixbuf-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gmodule-2.0": "npm:^2.0.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
checksum: 20ec8ec980f03b68f94d384ade5e0d7d10f30a1c1fe239c802565fbaefde13149315de92b86585e6c6b3cd8169ded829e72144669ccf3f71bc84c1b24890da3b
languageName: node
linkType: hard
"@girs/gtk-4.0@npm:^4.12.4-3.2.7":
version: 4.12.4-3.2.7
resolution: "@girs/gtk-4.0@npm:4.12.4-3.2.7"
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gdk-4.0": "npm:^4.0.0-3.2.7"
"@girs/gdkpixbuf-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gmodule-2.0": "npm:^2.0.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
"@girs/gsk-4.0": "npm:^4.0.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
checksum: ae1d292e521b33db1f3528faacccb81a06263bde13299c83a6b86f2abaabf60320d0d01ce2648f3513a9bd75e53470f426b9736e1692ae9076ed7652b3ef9425
languageName: node
linkType: hard
"@girs/gvc-1.0@npm:^1.0.0-3.2.7":
version: 1.0.0-3.2.7
resolution: "@girs/gvc-1.0@npm:1.0.0-3.2.7"
dependencies:
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 85b9598d93d381e541a57e0936d470c6181519aca270a480f9c2953a9974e1e4d68db31ffff809192cf3664f2c9f56a63d8a3a09d69c76bf9507cc364105b0a9
languageName: node
linkType: hard
"@girs/harfbuzz-0.0@npm:^8.2.1-3.2.7":
version: 8.2.1-3.2.7
resolution: "@girs/harfbuzz-0.0@npm:8.2.1-3.2.7"
dependencies:
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: dc917a359e3f60176eba76321d7b1b83cefc37b620fa32f4adf1f063e57bff26f6b7ff94c6537214b3422e61f0ba5a6f6f054d14d41c84a72cafc5dc94df00e2
languageName: node
linkType: hard
"@girs/json-1.0@npm:^1.7.1-3.2.7":
version: 1.7.1-3.2.7
resolution: "@girs/json-1.0@npm:1.7.1-3.2.7"
dependencies:
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: a08038a9f63de8cf87c8261be4cd4f60c7086c8c2aab35abb4ba33d6556edbebf7a457bc13839c0afd89c0b2892c79d356d59a72dbe8df2f0fe2cec953e8c963
languageName: node
linkType: hard
"@girs/meta-13@npm:^13.0.0-3.2.7":
version: 13.0.0-3.2.7
resolution: "@girs/meta-13@npm:13.0.0-3.2.7"
dependencies:
"@girs/atk-1.0": "npm:^2.50.0-3.2.7"
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/clutter-13": "npm:^13.0.0-3.2.7"
"@girs/cogl-13": "npm:^13.0.0-3.2.7"
"@girs/coglpango-13": "npm:^13.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gdesktopenums-3.0": "npm:^3.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/gl-1.0": "npm:^1.0.0-3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/json-1.0": "npm:^1.7.1-3.2.7"
"@girs/mtk-13": "npm:^13.0.0-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/xfixes-4.0": "npm:^4.0.0-3.2.7"
"@girs/xlib-2.0": "npm:^2.0.0-3.2.7"
checksum: 3d8a8d070ceb839bdf41ed44f93d7e9a34487c4d26fd7be7a4b73ad2f2807733050d625ac1cbefa98aec835618b60e18d0f1f05840361e26078f82c13e331c1c
languageName: node
linkType: hard
"@girs/mtk-13@npm:^13.0.0-3.2.7":
version: 13.0.0-3.2.7
resolution: "@girs/mtk-13@npm:13.0.0-3.2.7"
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
checksum: c2dd89f53b9e394e279a5bda10271a8c9f46153ae0f89dbb200bddf8f31e531f3081f84388101b6d854b06e4b81687fc29df4407d080fb70ddc865d1279a1f43
languageName: node
linkType: hard
"@girs/nm-1.0@npm:^1.45.1-3.2.7":
version: 1.45.1-3.2.7
resolution: "@girs/nm-1.0@npm:1.45.1-3.2.7"
dependencies:
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 4aee2f169ff26ae0bc149a2352be8379808362cd62b581d020103721e755f4ab5f0a9eb49850e233fc7598fb58e5c57cbff394de5f6e20b3c3888a87fd62c845
languageName: node
linkType: hard
"@girs/pango-1.0@npm:^1.51.0-3.2.7":
version: 1.51.0-3.2.7
resolution: "@girs/pango-1.0@npm:1.51.0-3.2.7"
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
checksum: e62213a4fb2118473c0eb4fd77fb61cb58f7796ed586f642dc8d2a7c44fb727b26b29ef73f53e90faf160ae3ed7bab66bb2f766f83504200039fa54ddd92bb5d
languageName: node
linkType: hard
"@girs/pangocairo-1.0@npm:^1.0.0-3.2.7":
version: 1.0.0-3.2.7
resolution: "@girs/pangocairo-1.0@npm:1.0.0-3.2.7"
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
checksum: ba1c4478496b5860cd87da4275cb09ba1c9ac0a3c1f9793045381bad2ee1cd70946cec1103286dcd6ac3187918c70b5025d05f71a4b21a58500ae660c3939344
languageName: node
linkType: hard
"@girs/polkit-1.0@npm:^1.0.0-3.2.7":
version: 1.0.0-3.2.7
resolution: "@girs/polkit-1.0@npm:1.0.0-3.2.7"
dependencies:
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 0805ad681fe79c25f4e9206c4708ec134f66572643f7a2c24eb9e14d0cc5ac4ff6a091a309df8b650e1bac1c9f1104469be361f20cd3164e30f2fe0fcd2e964a
languageName: node
linkType: hard
"@girs/polkitagent-1.0@npm:^1.0.0-3.2.7":
version: 1.0.0-3.2.7
resolution: "@girs/polkitagent-1.0@npm:1.0.0-3.2.7"
dependencies:
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/polkit-1.0": "npm:^1.0.0-3.2.7"
checksum: d1662a4e53814481ae3fbe755a389608334d4359660bd6e49deb94f73e9879ba78b43ac9e86dced82789eab06e03237957cf238a75ca6db0fe8b8834aeef60a1
languageName: node
linkType: hard
"@girs/shell-13@npm:^13.0.0-3.2.7":
version: 13.0.0-3.2.7
resolution: "@girs/shell-13@npm:13.0.0-3.2.7"
dependencies:
"@girs/atk-1.0": "npm:^2.50.0-3.2.7"
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/cally-13": "npm:^13.0.0-3.2.7"
"@girs/clutter-13": "npm:^13.0.0-3.2.7"
"@girs/cogl-13": "npm:^13.0.0-3.2.7"
"@girs/coglpango-13": "npm:^13.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gck-2": "npm:^4.1.0-3.2.7"
"@girs/gcr-4": "npm:^4.1.0-3.2.7"
"@girs/gdesktopenums-3.0": "npm:^3.0.0-3.2.7"
"@girs/gdkpixbuf-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/gl-1.0": "npm:^1.0.0-3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gmodule-2.0": "npm:^2.0.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
"@girs/gvc-1.0": "npm:^1.0.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/json-1.0": "npm:^1.7.1-3.2.7"
"@girs/meta-13": "npm:^13.0.0-3.2.7"
"@girs/mtk-13": "npm:^13.0.0-3.2.7"
"@girs/nm-1.0": "npm:^1.45.1-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/polkit-1.0": "npm:^1.0.0-3.2.7"
"@girs/polkitagent-1.0": "npm:^1.0.0-3.2.7"
"@girs/st-13": "npm:^13.0.0-3.2.7"
"@girs/xfixes-4.0": "npm:^4.0.0-3.2.7"
"@girs/xlib-2.0": "npm:^2.0.0-3.2.7"
checksum: 8d72581e490c34fd27f4b2e3598b90bf5d8f334ea708c66bf5bd570c7bbade60d48bfd84e94b06793ade545aeddbe4f454e3a511d0326dd7dfd347bed079d5ce
languageName: node
linkType: hard
"@girs/shew-0@npm:^0.0.0-3.2.7":
version: 0.0.0-3.2.7
resolution: "@girs/shew-0@npm:0.0.0-3.2.7"
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gdk-4.0": "npm:^4.0.0-3.2.7"
"@girs/gdkpixbuf-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gmodule-2.0": "npm:^2.0.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
"@girs/gsk-4.0": "npm:^4.0.0-3.2.7"
"@girs/gtk-4.0": "npm:^4.12.4-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
checksum: 61fba88b70cb7582925e48d859a27da49658823be87e58bda7bc9db85b6fe6476c0c34e095d196618d405efe4a2aa9cb93480b17b954889728bb6901f66b8223
languageName: node
linkType: hard
"@girs/st-13@npm:^13.0.0-3.2.7":
version: 13.0.0-3.2.7
resolution: "@girs/st-13@npm:13.0.0-3.2.7"
dependencies:
"@girs/atk-1.0": "npm:^2.50.0-3.2.7"
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/cally-13": "npm:^13.0.0-3.2.7"
"@girs/clutter-13": "npm:^13.0.0-3.2.7"
"@girs/cogl-13": "npm:^13.0.0-3.2.7"
"@girs/coglpango-13": "npm:^13.0.0-3.2.7"
"@girs/freetype2-2.0": "npm:^2.0.0-3.2.7"
"@girs/gdesktopenums-3.0": "npm:^3.0.0-3.2.7"
"@girs/gdkpixbuf-2.0": "npm:^2.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/gl-1.0": "npm:^1.0.0-3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gmodule-2.0": "npm:^2.0.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/graphene-1.0": "npm:^1.0.0-3.2.7"
"@girs/harfbuzz-0.0": "npm:^8.2.1-3.2.7"
"@girs/json-1.0": "npm:^1.7.1-3.2.7"
"@girs/meta-13": "npm:^13.0.0-3.2.7"
"@girs/mtk-13": "npm:^13.0.0-3.2.7"
"@girs/pango-1.0": "npm:^1.51.0-3.2.7"
"@girs/pangocairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/xfixes-4.0": "npm:^4.0.0-3.2.7"
"@girs/xlib-2.0": "npm:^2.0.0-3.2.7"
checksum: ab9376755ea58669392b7351b92bf2546d9706ddb3cb05a9054096281c59d6284e60d793c40888f84e9445f9ac879d21a3f47385fc3e0179ec1cf1f878e68f86
languageName: node
linkType: hard
"@girs/upowerglib-1.0@npm:^0.99.1-3.2.7":
version: 0.99.1-3.2.7
resolution: "@girs/upowerglib-1.0@npm:0.99.1-3.2.7"
dependencies:
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 42a35290ebe1c1672d94099b1620098bb462361ac1408ca313b7bb6bcc24795ddcb5040a98e6d0d49f47b6b11f3c7b3b4f36b6748b1c44040c547d5760a4c8f2
languageName: node
linkType: hard
"@girs/xfixes-4.0@npm:^4.0.0-3.2.7":
version: 4.0.0-3.2.7
resolution: "@girs/xfixes-4.0@npm:4.0.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: a094cf6e63eb8b3a89cdeb61053f939aec24bb8a8bcc58ed8e3635e88369649bba1c3a86f40d35d23d56496699f354768d8b988d3945428f3fd11ed7bc0ae0f6
languageName: node
linkType: hard
"@girs/xlib-2.0@npm:^2.0.0-3.2.7":
version: 2.0.0-3.2.7
resolution: "@girs/xlib-2.0@npm:2.0.0-3.2.7"
dependencies:
"@girs/gjs": "npm:^3.2.7"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
checksum: 2485891c77252cb0c206780c697ddac798cc88a583a6d2d86513ff6de5ae8a5c67861fb805e70563b75b743a1971f69fed4de090962216c181852a8cbe196231
languageName: node
linkType: hard
"esbuild@npm:^0.19.11":
version: 0.19.11
resolution: "esbuild@npm:0.19.11"
dependencies:
"@esbuild/aix-ppc64": "npm:0.19.11"
"@esbuild/android-arm": "npm:0.19.11"
"@esbuild/android-arm64": "npm:0.19.11"
"@esbuild/android-x64": "npm:0.19.11"
"@esbuild/darwin-arm64": "npm:0.19.11"
"@esbuild/darwin-x64": "npm:0.19.11"
"@esbuild/freebsd-arm64": "npm:0.19.11"
"@esbuild/freebsd-x64": "npm:0.19.11"
"@esbuild/linux-arm": "npm:0.19.11"
"@esbuild/linux-arm64": "npm:0.19.11"
"@esbuild/linux-ia32": "npm:0.19.11"
"@esbuild/linux-loong64": "npm:0.19.11"
"@esbuild/linux-mips64el": "npm:0.19.11"
"@esbuild/linux-ppc64": "npm:0.19.11"
"@esbuild/linux-riscv64": "npm:0.19.11"
"@esbuild/linux-s390x": "npm:0.19.11"
"@esbuild/linux-x64": "npm:0.19.11"
"@esbuild/netbsd-x64": "npm:0.19.11"
"@esbuild/openbsd-x64": "npm:0.19.11"
"@esbuild/sunos-x64": "npm:0.19.11"
"@esbuild/win32-arm64": "npm:0.19.11"
"@esbuild/win32-ia32": "npm:0.19.11"
"@esbuild/win32-x64": "npm:0.19.11"
dependenciesMeta:
"@esbuild/aix-ppc64":
optional: true
"@esbuild/android-arm":
optional: true
"@esbuild/android-arm64":
optional: true
"@esbuild/android-x64":
optional: true
"@esbuild/darwin-arm64":
optional: true
"@esbuild/darwin-x64":
optional: true
"@esbuild/freebsd-arm64":
optional: true
"@esbuild/freebsd-x64":
optional: true
"@esbuild/linux-arm":
optional: true
"@esbuild/linux-arm64":
optional: true
"@esbuild/linux-ia32":
optional: true
"@esbuild/linux-loong64":
optional: true
"@esbuild/linux-mips64el":
optional: true
"@esbuild/linux-ppc64":
optional: true
"@esbuild/linux-riscv64":
optional: true
"@esbuild/linux-s390x":
optional: true
"@esbuild/linux-x64":
optional: true
"@esbuild/netbsd-x64":
optional: true
"@esbuild/openbsd-x64":
optional: true
"@esbuild/sunos-x64":
optional: true
"@esbuild/win32-arm64":
optional: true
"@esbuild/win32-ia32":
optional: true
"@esbuild/win32-x64":
optional: true
bin:
esbuild: bin/esbuild
checksum: 0fd913124089e26d30ec30f73b94d4ef9607935251df3253f869106980a5d4c78aa517738c8746abe6e933262e91a77d31427ce468ed8fc7fe498a20f7f92fbc
languageName: node
linkType: hard
"slinger@workspace:.":
version: 0.0.0-use.local
resolution: "slinger@workspace:."
dependencies:
"@girs/cairo-1.0": "npm:^1.0.0-3.2.7"
"@girs/clutter-13": "npm:^13.0.0-3.2.7"
"@girs/gio-2.0": "npm:^2.78.0-3.2.7"
"@girs/gjs": "npm:^3.2.7"
"@girs/glib-2.0": "npm:^2.78.0-3.2.7"
"@girs/gnome-shell": "npm:^45.0.0-beta8"
"@girs/gobject-2.0": "npm:^2.78.0-3.2.7"
"@girs/meta-13": "npm:^13.0.0-3.2.7"
"@girs/shell-13": "npm:^13.0.0-3.2.7"
esbuild: "npm:^0.19.11"
languageName: unknown
linkType: soft