forked from cosmos/cosmjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
8230 lines (7418 loc) · 289 KB
/
yarn.lock
File metadata and controls
8230 lines (7418 loc) · 289 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10c0
"@babel/code-frame@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/code-frame@npm:7.27.1"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.27.1"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.1.1"
checksum: 10c0/5dd9a18baa5fce4741ba729acc3a3272c49c25cb8736c4b18e113099520e7ef7b545a4096a26d600e4416157e63e87d66db46aa3fbf0a5f2286da2705c12da00
languageName: node
linkType: hard
"@babel/compat-data@npm:^7.27.2":
version: 7.28.4
resolution: "@babel/compat-data@npm:7.28.4"
checksum: 10c0/9d346471e0a016641df9a325f42ad1e8324bbdc0243ce4af4dd2b10b974128590da9eb179eea2c36647b9bb987343119105e96773c1f6981732cd4f87e5a03b9
languageName: node
linkType: hard
"@babel/core@npm:^7.23.9":
version: 7.28.4
resolution: "@babel/core@npm:7.28.4"
dependencies:
"@babel/code-frame": "npm:^7.27.1"
"@babel/generator": "npm:^7.28.3"
"@babel/helper-compilation-targets": "npm:^7.27.2"
"@babel/helper-module-transforms": "npm:^7.28.3"
"@babel/helpers": "npm:^7.28.4"
"@babel/parser": "npm:^7.28.4"
"@babel/template": "npm:^7.27.2"
"@babel/traverse": "npm:^7.28.4"
"@babel/types": "npm:^7.28.4"
"@jridgewell/remapping": "npm:^2.3.5"
convert-source-map: "npm:^2.0.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.3"
semver: "npm:^6.3.1"
checksum: 10c0/ef5a6c3c6bf40d3589b5593f8118cfe2602ce737412629fb6e26d595be2fcbaae0807b43027a5c42ec4fba5b895ff65891f2503b5918c8a3ea3542ab44d4c278
languageName: node
linkType: hard
"@babel/generator@npm:^7.28.3":
version: 7.28.3
resolution: "@babel/generator@npm:7.28.3"
dependencies:
"@babel/parser": "npm:^7.28.3"
"@babel/types": "npm:^7.28.2"
"@jridgewell/gen-mapping": "npm:^0.3.12"
"@jridgewell/trace-mapping": "npm:^0.3.28"
jsesc: "npm:^3.0.2"
checksum: 10c0/0ff58bcf04f8803dcc29479b547b43b9b0b828ec1ee0668e92d79f9e90f388c28589056637c5ff2fd7bcf8d153c990d29c448d449d852bf9d1bc64753ca462bc
languageName: node
linkType: hard
"@babel/helper-compilation-targets@npm:^7.27.2":
version: 7.27.2
resolution: "@babel/helper-compilation-targets@npm:7.27.2"
dependencies:
"@babel/compat-data": "npm:^7.27.2"
"@babel/helper-validator-option": "npm:^7.27.1"
browserslist: "npm:^4.24.0"
lru-cache: "npm:^5.1.1"
semver: "npm:^6.3.1"
checksum: 10c0/f338fa00dcfea931804a7c55d1a1c81b6f0a09787e528ec580d5c21b3ecb3913f6cb0f361368973ce953b824d910d3ac3e8a8ee15192710d3563826447193ad1
languageName: node
linkType: hard
"@babel/helper-globals@npm:^7.28.0":
version: 7.28.0
resolution: "@babel/helper-globals@npm:7.28.0"
checksum: 10c0/5a0cd0c0e8c764b5f27f2095e4243e8af6fa145daea2b41b53c0c1414fe6ff139e3640f4e2207ae2b3d2153a1abd346f901c26c290ee7cb3881dd922d4ee9232
languageName: node
linkType: hard
"@babel/helper-module-imports@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-module-imports@npm:7.27.1"
dependencies:
"@babel/traverse": "npm:^7.27.1"
"@babel/types": "npm:^7.27.1"
checksum: 10c0/e00aace096e4e29290ff8648455c2bc4ed982f0d61dbf2db1b5e750b9b98f318bf5788d75a4f974c151bd318fd549e81dbcab595f46b14b81c12eda3023f51e8
languageName: node
linkType: hard
"@babel/helper-module-transforms@npm:^7.28.3":
version: 7.28.3
resolution: "@babel/helper-module-transforms@npm:7.28.3"
dependencies:
"@babel/helper-module-imports": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.27.1"
"@babel/traverse": "npm:^7.28.3"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/549be62515a6d50cd4cfefcab1b005c47f89bd9135a22d602ee6a5e3a01f27571868ada10b75b033569f24dc4a2bb8d04bfa05ee75c16da7ade2d0db1437fcdb
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-string-parser@npm:7.27.1"
checksum: 10c0/8bda3448e07b5583727c103560bcf9c4c24b3c1051a4c516d4050ef69df37bb9a4734a585fe12725b8c2763de0a265aa1e909b485a4e3270b7cfd3e4dbe4b602
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-validator-identifier@npm:7.27.1"
checksum: 10c0/c558f11c4871d526498e49d07a84752d1800bf72ac0d3dad100309a2eaba24efbf56ea59af5137ff15e3a00280ebe588560534b0e894a4750f8b1411d8f78b84
languageName: node
linkType: hard
"@babel/helper-validator-option@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-validator-option@npm:7.27.1"
checksum: 10c0/6fec5f006eba40001a20f26b1ef5dbbda377b7b68c8ad518c05baa9af3f396e780bdfded24c4eef95d14bb7b8fd56192a6ed38d5d439b97d10efc5f1a191d148
languageName: node
linkType: hard
"@babel/helpers@npm:^7.28.4":
version: 7.28.4
resolution: "@babel/helpers@npm:7.28.4"
dependencies:
"@babel/template": "npm:^7.27.2"
"@babel/types": "npm:^7.28.4"
checksum: 10c0/aaa5fb8098926dfed5f223adf2c5e4c7fbba4b911b73dfec2d7d3083f8ba694d201a206db673da2d9b3ae8c01793e795767654558c450c8c14b4c2175b4fcb44
languageName: node
linkType: hard
"@babel/parser@npm:^7.23.9, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.3, @babel/parser@npm:^7.28.4":
version: 7.28.4
resolution: "@babel/parser@npm:7.28.4"
dependencies:
"@babel/types": "npm:^7.28.4"
bin:
parser: ./bin/babel-parser.js
checksum: 10c0/58b239a5b1477ac7ed7e29d86d675cc81075ca055424eba6485872626db2dc556ce63c45043e5a679cd925e999471dba8a3ed4864e7ab1dbf64306ab72c52707
languageName: node
linkType: hard
"@babel/template@npm:^7.27.2":
version: 7.27.2
resolution: "@babel/template@npm:7.27.2"
dependencies:
"@babel/code-frame": "npm:^7.27.1"
"@babel/parser": "npm:^7.27.2"
"@babel/types": "npm:^7.27.1"
checksum: 10c0/ed9e9022651e463cc5f2cc21942f0e74544f1754d231add6348ff1b472985a3b3502041c0be62dc99ed2d12cfae0c51394bf827452b98a2f8769c03b87aadc81
languageName: node
linkType: hard
"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.3, @babel/traverse@npm:^7.28.4":
version: 7.28.4
resolution: "@babel/traverse@npm:7.28.4"
dependencies:
"@babel/code-frame": "npm:^7.27.1"
"@babel/generator": "npm:^7.28.3"
"@babel/helper-globals": "npm:^7.28.0"
"@babel/parser": "npm:^7.28.4"
"@babel/template": "npm:^7.27.2"
"@babel/types": "npm:^7.28.4"
debug: "npm:^4.3.1"
checksum: 10c0/ee678fdd49c9f54a32e07e8455242390d43ce44887cea6567b233fe13907b89240c377e7633478a32c6cf1be0e17c2f7f3b0c59f0666e39c5074cc47b968489c
languageName: node
linkType: hard
"@babel/types@npm:^7.27.1, @babel/types@npm:^7.28.2, @babel/types@npm:^7.28.4":
version: 7.28.4
resolution: "@babel/types@npm:7.28.4"
dependencies:
"@babel/helper-string-parser": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.27.1"
checksum: 10c0/ac6f909d6191319e08c80efbfac7bd9a25f80cc83b43cd6d82e7233f7a6b9d6e7b90236f3af7400a3f83b576895bcab9188a22b584eb0f224e80e6d4e95f4517
languageName: node
linkType: hard
"@cosmjs/amino@workspace:^, @cosmjs/amino@workspace:packages/amino":
version: 0.0.0-use.local
resolution: "@cosmjs/amino@workspace:packages/amino"
dependencies:
"@cosmjs/crypto": "workspace:^"
"@cosmjs/encoding": "workspace:^"
"@cosmjs/math": "workspace:^"
"@cosmjs/utils": "workspace:^"
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
languageName: unknown
linkType: soft
"@cosmjs/cosmwasm-stargate@workspace:packages/cosmwasm-stargate":
version: 0.0.0-use.local
resolution: "@cosmjs/cosmwasm-stargate@workspace:packages/cosmwasm-stargate"
dependencies:
"@cosmjs/cosmwasm": "workspace:^"
"@types/node": "npm:*"
glob: "npm:^11"
prettier: "npm:^3.6.2"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
languageName: unknown
linkType: soft
"@cosmjs/cosmwasm@workspace:^, @cosmjs/cosmwasm@workspace:packages/cosmwasm":
version: 0.0.0-use.local
resolution: "@cosmjs/cosmwasm@workspace:packages/cosmwasm"
dependencies:
"@cosmjs/amino": "workspace:^"
"@cosmjs/crypto": "workspace:^"
"@cosmjs/encoding": "workspace:^"
"@cosmjs/math": "workspace:^"
"@cosmjs/proto-signing": "workspace:^"
"@cosmjs/stargate": "workspace:^"
"@cosmjs/tendermint-rpc": "workspace:^"
"@cosmjs/utils": "workspace:^"
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
"@types/node": "npm:*"
cosmjs-types: "npm:^0.10.1"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
readonly-date-esm: "npm:^2.0.0"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
languageName: unknown
linkType: soft
"@cosmjs/crypto@workspace:^, @cosmjs/crypto@workspace:packages/crypto":
version: 0.0.0-use.local
resolution: "@cosmjs/crypto@workspace:packages/crypto"
dependencies:
"@cosmjs/encoding": "workspace:^"
"@cosmjs/math": "workspace:^"
"@cosmjs/utils": "workspace:^"
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@noble/ciphers": "npm:^1.3.0"
"@noble/curves": "npm:^1.9.2"
"@noble/hashes": "npm:^1.8.0"
"@scure/bip39": "npm:^1.6.0"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
"@types/node": "npm:*"
glob: "npm:^11"
hash-wasm: "npm:^4.12.0"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
languageName: unknown
linkType: soft
"@cosmjs/encoding@workspace:^, @cosmjs/encoding@workspace:packages/encoding":
version: 0.0.0-use.local
resolution: "@cosmjs/encoding@workspace:packages/encoding"
dependencies:
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@scure/base": "npm:^2.0.0"
"@types/base64-js": "npm:^1.2.5"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
"@types/node": "npm:*"
base64-js: "npm:^1.3.0"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
readonly-date-esm: "npm:^2.0.0"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
languageName: unknown
linkType: soft
"@cosmjs/faucet-client@workspace:packages/faucet-client":
version: 0.0.0-use.local
resolution: "@cosmjs/faucet-client@workspace:packages/faucet-client"
dependencies:
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
"@types/node": "npm:*"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
languageName: unknown
linkType: soft
"@cosmjs/faucet@workspace:packages/faucet":
version: 0.0.0-use.local
resolution: "@cosmjs/faucet@workspace:packages/faucet"
dependencies:
"@cosmjs/crypto": "workspace:^"
"@cosmjs/encoding": "workspace:^"
"@cosmjs/math": "workspace:^"
"@cosmjs/proto-signing": "workspace:^"
"@cosmjs/stargate": "workspace:^"
"@cosmjs/utils": "workspace:^"
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@koa/bodyparser": "npm:^6.0.0"
"@koa/cors": "npm:^5.0"
"@types/jasmine": "npm:^4"
"@types/koa": "npm:^3.0.1"
"@types/koa__cors": "npm:^3.3"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
koa: "npm:^3.1.1"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
bin:
cosmos-faucet: bin/cosmos-faucet
languageName: unknown
linkType: soft
"@cosmjs/json-rpc@workspace:^, @cosmjs/json-rpc@workspace:packages/json-rpc":
version: 0.0.0-use.local
resolution: "@cosmjs/json-rpc@workspace:packages/json-rpc"
dependencies:
"@cosmjs/stream": "workspace:^"
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
xstream: "npm:^11.14.0"
languageName: unknown
linkType: soft
"@cosmjs/ledger-amino@workspace:packages/ledger-amino":
version: 0.0.0-use.local
resolution: "@cosmjs/ledger-amino@workspace:packages/ledger-amino"
dependencies:
"@cosmjs/amino": "workspace:^"
"@cosmjs/crypto": "workspace:^"
"@cosmjs/encoding": "workspace:^"
"@cosmjs/math": "workspace:^"
"@cosmjs/stargate": "workspace:^"
"@cosmjs/utils": "workspace:^"
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@ledgerhq/hw-transport": "npm:^6.31.4"
"@ledgerhq/hw-transport-node-hid": "npm:^6.29.5"
"@ledgerhq/hw-transport-webusb": "npm:^6.29.4"
"@types/jasmine": "npm:^4"
"@types/semver": "npm:^7.3.4"
"@zondax/ledger-cosmos-js": "npm:^4.0.1"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
semver: "npm:^7.5.2"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
languageName: unknown
linkType: soft
"@cosmjs/math@workspace:^, @cosmjs/math@workspace:packages/math":
version: 0.0.0-use.local
resolution: "@cosmjs/math@workspace:packages/math"
dependencies:
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
languageName: unknown
linkType: soft
"@cosmjs/proto-signing@workspace:^, @cosmjs/proto-signing@workspace:packages/proto-signing":
version: 0.0.0-use.local
resolution: "@cosmjs/proto-signing@workspace:packages/proto-signing"
dependencies:
"@cosmjs/amino": "workspace:^"
"@cosmjs/crypto": "workspace:^"
"@cosmjs/encoding": "workspace:^"
"@cosmjs/math": "workspace:^"
"@cosmjs/utils": "workspace:^"
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
"@types/node": "npm:*"
cosmjs-types: "npm:^0.10.1"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
protobufjs: "npm:^7.4.0"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
languageName: unknown
linkType: soft
"@cosmjs/socket@workspace:^, @cosmjs/socket@workspace:packages/socket":
version: 0.0.0-use.local
resolution: "@cosmjs/socket@workspace:packages/socket"
dependencies:
"@cosmjs/stream": "workspace:^"
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
"@types/ws": "npm:^6.0.1"
glob: "npm:^11"
isomorphic-ws: "npm:^4.0.1"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
ws: "npm:^7"
xstream: "npm:^11.14.0"
languageName: unknown
linkType: soft
"@cosmjs/stargate@workspace:^, @cosmjs/stargate@workspace:packages/stargate":
version: 0.0.0-use.local
resolution: "@cosmjs/stargate@workspace:packages/stargate"
dependencies:
"@cosmjs/amino": "workspace:^"
"@cosmjs/crypto": "workspace:^"
"@cosmjs/encoding": "workspace:^"
"@cosmjs/math": "workspace:^"
"@cosmjs/proto-signing": "workspace:^"
"@cosmjs/stream": "workspace:^"
"@cosmjs/tendermint-rpc": "workspace:^"
"@cosmjs/utils": "workspace:^"
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
"@types/node": "npm:*"
cosmjs-types: "npm:^0.10.1"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
readonly-date-esm: "npm:^2.0.0"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
languageName: unknown
linkType: soft
"@cosmjs/stream@workspace:^, @cosmjs/stream@workspace:packages/stream":
version: 0.0.0-use.local
resolution: "@cosmjs/stream@workspace:packages/stream"
dependencies:
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
"@types/node": "npm:*"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
xstream: "npm:^11.14.0"
languageName: unknown
linkType: soft
"@cosmjs/tendermint-rpc@workspace:^, @cosmjs/tendermint-rpc@workspace:packages/tendermint-rpc":
version: 0.0.0-use.local
resolution: "@cosmjs/tendermint-rpc@workspace:packages/tendermint-rpc"
dependencies:
"@cosmjs/crypto": "workspace:^"
"@cosmjs/encoding": "workspace:^"
"@cosmjs/json-rpc": "workspace:^"
"@cosmjs/math": "workspace:^"
"@cosmjs/socket": "workspace:^"
"@cosmjs/stream": "workspace:^"
"@cosmjs/utils": "workspace:^"
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
"@types/node": "npm:*"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
readonly-date-esm: "npm:^2.0.0"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
xstream: "npm:^11.14.0"
languageName: unknown
linkType: soft
"@cosmjs/utils@workspace:^, @cosmjs/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@cosmjs/utils@workspace:packages/utils"
dependencies:
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
"@types/jasmine": "npm:^4"
"@types/karma-firefox-launcher": "npm:^2"
"@types/karma-jasmine": "npm:^4"
"@types/karma-jasmine-html-reporter": "npm:^1"
"@types/node": "npm:*"
glob: "npm:^11"
jasmine: "npm:^4"
jasmine-spec-reporter: "npm:^6"
karma: "npm:^6.3.14"
karma-chrome-launcher: "npm:^3.1.0"
karma-firefox-launcher: "npm:^2.1.0"
karma-jasmine: "npm:^5"
karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^17.1.0"
prettier: "npm:^3.6.2"
ses: "npm:^1.13.0"
source-map-support: "npm:^0.5.19"
typedoc: "npm:^0.28"
typescript: "npm:~5.9"
webpack: "npm:^5.76.0"
webpack-cli: "npm:^4.6.0"
languageName: unknown
linkType: soft
"@discoveryjs/json-ext@npm:^0.5.0":
version: 0.5.3
resolution: "@discoveryjs/json-ext@npm:0.5.3"
checksum: 10c0/73789df18a61dfd91d839b95c403af9ba32b897c5b419d9a724de588099ce6cefc379ada7617a77dad967b6a026927faa65f55154205cfe88da8c0fca3da2986
languageName: node
linkType: hard
"@emnapi/core@npm:^1.4.3":
version: 1.4.5
resolution: "@emnapi/core@npm:1.4.5"
dependencies:
"@emnapi/wasi-threads": "npm:1.0.4"
tslib: "npm:^2.4.0"
checksum: 10c0/da4a57f65f325d720d0e0d1a9c6618b90c4c43a5027834a110476984e1d47c95ebaed4d316b5dddb9c0ed9a493ffeb97d1934f9677035f336d8a36c1f3b2818f
languageName: node
linkType: hard
"@emnapi/runtime@npm:^1.4.3":
version: 1.4.5
resolution: "@emnapi/runtime@npm:1.4.5"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/37a0278be5ac81e918efe36f1449875cbafba947039c53c65a1f8fc238001b866446fc66041513b286baaff5d6f9bec667f5164b3ca481373a8d9cb65bfc984b
languageName: node
linkType: hard
"@emnapi/wasi-threads@npm:1.0.4":
version: 1.0.4
resolution: "@emnapi/wasi-threads@npm:1.0.4"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/2c91a53e62f875800baf035c4d42c9c0d18e5afd9a31ca2aac8b435aeaeaeaac386b5b3d0d0e70aa7a5a9852bbe05106b1f680cd82cce03145c703b423d41313
languageName: node
linkType: hard
"@endo/env-options@npm:^1.1.10":
version: 1.1.10
resolution: "@endo/env-options@npm:1.1.10"
checksum: 10c0/80624b9d6e2dc8faf6b58813d0ecddf0bac1d4e94abfa0de4db3a0cd7f2a678a7632ca6837cbd90bffb87223e2c8330eb0996e22a6cbd445c90a31f9e078aaee
languageName: node
linkType: hard
"@endo/immutable-arraybuffer@npm:^1.1.1":
version: 1.1.1
resolution: "@endo/immutable-arraybuffer@npm:1.1.1"
checksum: 10c0/7670c3dbaa3b6b996eb528ae9736fd3d3582879efdeb3483ae88ed1a04248537da35ecdf2e5937c5528ea79fe1cebfb04e130b735a45b357ad45792cc778c653
languageName: node
linkType: hard
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.7.0":
version: 4.7.0
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
dependencies:
eslint-visitor-keys: "npm:^3.4.3"
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: 10c0/c0f4f2bd73b7b7a9de74b716a664873d08ab71ab439e51befe77d61915af41a81ecec93b408778b3a7856185244c34c2c8ee28912072ec14def84ba2dec70adf
languageName: node
linkType: hard
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.12.1":
version: 4.12.1
resolution: "@eslint-community/regexpp@npm:4.12.1"
checksum: 10c0/a03d98c246bcb9109aec2c08e4d10c8d010256538dcb3f56610191607214523d4fb1b00aa81df830b6dffb74c5fa0be03642513a289c567949d3e550ca11cdf6
languageName: node
linkType: hard
"@eslint/config-array@npm:^0.21.0":
version: 0.21.0
resolution: "@eslint/config-array@npm:0.21.0"
dependencies:
"@eslint/object-schema": "npm:^2.1.6"
debug: "npm:^4.3.1"
minimatch: "npm:^3.1.2"
checksum: 10c0/0ea801139166c4aa56465b309af512ef9b2d3c68f9198751bbc3e21894fe70f25fbf26e1b0e9fffff41857bc21bfddeee58649ae6d79aadcd747db0c5dca771f
languageName: node
linkType: hard
"@eslint/config-helpers@npm:^0.3.0":
version: 0.3.0
resolution: "@eslint/config-helpers@npm:0.3.0"
checksum: 10c0/013ae7b189eeae8b30cc2ee87bc5c9c091a9cd615579003290eb28bebad5d78806a478e74ba10b3fe08ed66975b52af7d2cd4b4b43990376412b14e5664878c8
languageName: node
linkType: hard
"@eslint/core@npm:^0.15.0, @eslint/core@npm:^0.15.1":
version: 0.15.1
resolution: "@eslint/core@npm:0.15.1"
dependencies:
"@types/json-schema": "npm:^7.0.15"
checksum: 10c0/abaf641940776638b8c15a38d99ce0dac551a8939310ec81b9acd15836a574cf362588eaab03ab11919bc2a0f9648b19ea8dee33bf12675eb5b6fd38bda6f25e
languageName: node
linkType: hard
"@eslint/eslintrc@npm:^3.3.1":
version: 3.3.1
resolution: "@eslint/eslintrc@npm:3.3.1"
dependencies:
ajv: "npm:^6.12.4"
debug: "npm:^4.3.2"
espree: "npm:^10.0.1"
globals: "npm:^14.0.0"
ignore: "npm:^5.2.0"
import-fresh: "npm:^3.2.1"
js-yaml: "npm:^4.1.0"
minimatch: "npm:^3.1.2"
strip-json-comments: "npm:^3.1.1"
checksum: 10c0/b0e63f3bc5cce4555f791a4e487bf999173fcf27c65e1ab6e7d63634d8a43b33c3693e79f192cbff486d7df1be8ebb2bd2edc6e70ddd486cbfa84a359a3e3b41
languageName: node
linkType: hard
"@eslint/js@npm:9.32.0, @eslint/js@npm:^9.32.0":
version: 9.32.0
resolution: "@eslint/js@npm:9.32.0"
checksum: 10c0/f71e8f9146638d11fb15238279feff98801120a4d4130f1c587c4f09b024ff5ec01af1ba88e97ba6b7013488868898a668f77091300cc3d4394c7a8ed32d2667
languageName: node
linkType: hard
"@eslint/object-schema@npm:^2.1.6":
version: 2.1.6
resolution: "@eslint/object-schema@npm:2.1.6"
checksum: 10c0/b8cdb7edea5bc5f6a96173f8d768d3554a628327af536da2fc6967a93b040f2557114d98dbcdbf389d5a7b290985ad6a9ce5babc547f36fc1fde42e674d11a56
languageName: node
linkType: hard
"@eslint/plugin-kit@npm:^0.3.4":
version: 0.3.4
resolution: "@eslint/plugin-kit@npm:0.3.4"
dependencies:
"@eslint/core": "npm:^0.15.1"
levn: "npm:^0.4.1"
checksum: 10c0/64331ca100f62a0115d10419a28059d0f377e390192163b867b9019517433d5073d10b4ec21f754fa01faf832aceb34178745924baab2957486f8bf95fd628d2
languageName: node
linkType: hard
"@gerrit0/mini-shiki@npm:^3.2.2":
version: 3.6.0
resolution: "@gerrit0/mini-shiki@npm:3.6.0"
dependencies:
"@shikijs/engine-oniguruma": "npm:^3.6.0"
"@shikijs/langs": "npm:^3.6.0"
"@shikijs/themes": "npm:^3.6.0"
"@shikijs/types": "npm:^3.6.0"
"@shikijs/vscode-textmate": "npm:^10.0.2"
checksum: 10c0/347456c9da8a1fadd3c1f63097da459a5f930ef4bca6431cce913a379012c551e061d0a94ff7a0f307215b87f2418b7c198a55fba888fc97fb02ab36247adf6b
languageName: node
linkType: hard
"@hapi/bourne@npm:^3.0.0":
version: 3.0.0
resolution: "@hapi/bourne@npm:3.0.0"
checksum: 10c0/2e2df62f6bc6f32b980ba5bbdc09200c93c55c8306399ec0f2781da088a82aab699498c89fe94fec4acf770210f9aee28c75bfc2f04044849ac01b034134e717
languageName: node
linkType: hard
"@humanfs/core@npm:^0.19.1":
version: 0.19.1
resolution: "@humanfs/core@npm:0.19.1"
checksum: 10c0/aa4e0152171c07879b458d0e8a704b8c3a89a8c0541726c6b65b81e84fd8b7564b5d6c633feadc6598307d34564bd53294b533491424e8e313d7ab6c7bc5dc67
languageName: node
linkType: hard
"@humanfs/node@npm:^0.16.6":
version: 0.16.6
resolution: "@humanfs/node@npm:0.16.6"
dependencies:
"@humanfs/core": "npm:^0.19.1"
"@humanwhocodes/retry": "npm:^0.3.0"
checksum: 10c0/8356359c9f60108ec204cbd249ecd0356667359b2524886b357617c4a7c3b6aace0fd5a369f63747b926a762a88f8a25bc066fa1778508d110195ce7686243e1
languageName: node
linkType: hard
"@humanwhocodes/module-importer@npm:^1.0.1":
version: 1.0.1
resolution: "@humanwhocodes/module-importer@npm:1.0.1"
checksum: 10c0/909b69c3b86d482c26b3359db16e46a32e0fb30bd306a3c176b8313b9e7313dba0f37f519de6aa8b0a1921349e505f259d19475e123182416a506d7f87e7f529
languageName: node
linkType: hard
"@humanwhocodes/retry@npm:^0.3.0":
version: 0.3.1
resolution: "@humanwhocodes/retry@npm:0.3.1"
checksum: 10c0/f0da1282dfb45e8120480b9e2e275e2ac9bbe1cf016d046fdad8e27cc1285c45bb9e711681237944445157b430093412b4446c1ab3fc4bb037861b5904101d3b
languageName: node
linkType: hard
"@humanwhocodes/retry@npm:^0.4.2":
version: 0.4.3
resolution: "@humanwhocodes/retry@npm:0.4.3"
checksum: 10c0/3775bb30087d4440b3f7406d5a057777d90e4b9f435af488a4923ef249e93615fb78565a85f173a186a076c7706a81d0d57d563a2624e4de2c5c9c66c486ce42
languageName: node
linkType: hard
"@isaacs/balanced-match@npm:^4.0.1":
version: 4.0.1
resolution: "@isaacs/balanced-match@npm:4.0.1"
checksum: 10c0/7da011805b259ec5c955f01cee903da72ad97c5e6f01ca96197267d3f33103d5b2f8a1af192140f3aa64526c593c8d098ae366c2b11f7f17645d12387c2fd420
languageName: node
linkType: hard
"@isaacs/brace-expansion@npm:^5.0.0":
version: 5.0.0
resolution: "@isaacs/brace-expansion@npm:5.0.0"
dependencies:
"@isaacs/balanced-match": "npm:^4.0.1"
checksum: 10c0/b4d4812f4be53afc2c5b6c545001ff7a4659af68d4484804e9d514e183d20269bb81def8682c01a22b17c4d6aed14292c8494f7d2ac664e547101c1a905aa977
languageName: node
linkType: hard
"@isaacs/cliui@npm:^8.0.2":
version: 8.0.2
resolution: "@isaacs/cliui@npm:8.0.2"
dependencies:
string-width: "npm:^5.1.2"
string-width-cjs: "npm:string-width@^4.2.0"
strip-ansi: "npm:^7.0.1"
strip-ansi-cjs: "npm:strip-ansi@^6.0.1"
wrap-ansi: "npm:^8.1.0"
wrap-ansi-cjs: "npm:wrap-ansi@^7.0.0"
checksum: 10c0/b1bf42535d49f11dc137f18d5e4e63a28c5569de438a221c369483731e9dac9fb797af554e8bf02b6192d1e5eba6e6402cf93900c3d0ac86391d00d04876789e
languageName: node
linkType: hard
"@isaacs/fs-minipass@npm:^4.0.0":
version: 4.0.1
resolution: "@isaacs/fs-minipass@npm:4.0.1"
dependencies:
minipass: "npm:^7.0.4"
checksum: 10c0/c25b6dc1598790d5b55c0947a9b7d111cfa92594db5296c3b907e2f533c033666f692a3939eadac17b1c7c40d362d0b0635dc874cbfe3e70db7c2b07cc97a5d2
languageName: node
linkType: hard
"@istanbuljs/load-nyc-config@npm:^1.0.0":
version: 1.1.0
resolution: "@istanbuljs/load-nyc-config@npm:1.1.0"
dependencies:
camelcase: "npm:^5.3.1"
find-up: "npm:^4.1.0"
get-package-type: "npm:^0.1.0"
js-yaml: "npm:^3.13.1"
resolve-from: "npm:^5.0.0"
checksum: 10c0/dd2a8b094887da5a1a2339543a4933d06db2e63cbbc2e288eb6431bd832065df0c099d091b6a67436e71b7d6bf85f01ce7c15f9253b4cbebcc3b9a496165ba42
languageName: node
linkType: hard
"@istanbuljs/nyc-config-typescript@npm:^1.0.1":
version: 1.0.1
resolution: "@istanbuljs/nyc-config-typescript@npm:1.0.1"
dependencies:
"@istanbuljs/schema": "npm:^0.1.2"
peerDependencies:
nyc: ">=15"
source-map-support: "*"
ts-node: "*"
checksum: 10c0/9df5bcc607bcd6891a7a3994f9459e34b3834e27a9bbf8da2b607e6ce89324956413670565c313e4659878dac7df6aa5bb7ef0734aaa4c2b9d54b5d78640f0f0
languageName: node
linkType: hard
"@istanbuljs/schema@npm:^0.1.2, @istanbuljs/schema@npm:^0.1.3":
version: 0.1.3
resolution: "@istanbuljs/schema@npm:0.1.3"
checksum: 10c0/61c5286771676c9ca3eb2bd8a7310a9c063fb6e0e9712225c8471c582d157392c88f5353581c8c9adbe0dff98892317d2fdfc56c3499aa42e0194405206a963a
languageName: node
linkType: hard
"@jridgewell/gen-mapping@npm:^0.3.12, @jridgewell/gen-mapping@npm:^0.3.5":
version: 0.3.13
resolution: "@jridgewell/gen-mapping@npm:0.3.13"
dependencies:
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
"@jridgewell/trace-mapping": "npm:^0.3.24"
checksum: 10c0/9a7d65fb13bd9aec1fbab74cda08496839b7e2ceb31f5ab922b323e94d7c481ce0fc4fd7e12e2610915ed8af51178bdc61e168e92a8c8b8303b030b03489b13b
languageName: node
linkType: hard
"@jridgewell/remapping@npm:^2.3.5":
version: 2.3.5
resolution: "@jridgewell/remapping@npm:2.3.5"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.24"
checksum: 10c0/3de494219ffeb2c5c38711d0d7bb128097edf91893090a2dbc8ee0b55d092bb7347b1fd0f478486c5eab010e855c73927b1666f2107516d472d24a73017d1194
languageName: node
linkType: hard
"@jridgewell/resolve-uri@npm:^3.1.0":
version: 3.1.2
resolution: "@jridgewell/resolve-uri@npm:3.1.2"
checksum: 10c0/d502e6fb516b35032331406d4e962c21fe77cdf1cbdb49c6142bcbd9e30507094b18972778a6e27cbad756209cfe34b1a27729e6fa08a2eb92b33943f680cf1e
languageName: node
linkType: hard
"@jridgewell/source-map@npm:^0.3.3":
version: 0.3.11
resolution: "@jridgewell/source-map@npm:0.3.11"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.25"
checksum: 10c0/50a4fdafe0b8f655cb2877e59fe81320272eaa4ccdbe6b9b87f10614b2220399ae3e05c16137a59db1f189523b42c7f88bd097ee991dbd7bc0e01113c583e844
languageName: node
linkType: hard
"@jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.5.0":
version: 1.5.5
resolution: "@jridgewell/sourcemap-codec@npm:1.5.5"
checksum: 10c0/f9e538f302b63c0ebc06eecb1dd9918dd4289ed36147a0ddce35d6ea4d7ebbda243cda7b2213b6a5e1d8087a298d5cf630fb2bd39329cdecb82017023f6081a0
languageName: node
linkType: hard