forked from AcalaNetwork/chopsticks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
6094 lines (5486 loc) · 198 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: 6
cacheKey: 8
"@acala-network/chopsticks-core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@acala-network/chopsticks-core@workspace:packages/core"
dependencies:
typescript: ^5.0.3
languageName: unknown
linkType: soft
"@acala-network/chopsticks-e2e@workspace:packages/e2e":
version: 0.0.0-use.local
resolution: "@acala-network/chopsticks-e2e@workspace:packages/e2e"
dependencies:
"@acala-network/chopsticks": "workspace:*"
"@acala-network/chopsticks-testing": "workspace:*"
"@polkadot/api": ^10.2.1
typescript: ^5.0.3
languageName: unknown
linkType: soft
"@acala-network/chopsticks-executor@workspace:*, @acala-network/chopsticks-executor@workspace:executor/pkg":
version: 0.0.0-use.local
resolution: "@acala-network/chopsticks-executor@workspace:executor/pkg"
languageName: unknown
linkType: soft
"@acala-network/chopsticks-testing@workspace:*, @acala-network/chopsticks-testing@workspace:packages/testing":
version: 0.0.0-use.local
resolution: "@acala-network/chopsticks-testing@workspace:packages/testing"
dependencies:
"@acala-network/chopsticks": ^0.6.0
"@types/chai": ^4.3.4
typescript: ^5.0.3
peerDependencies:
vitest: ^0.29.2
languageName: unknown
linkType: soft
"@acala-network/chopsticks@^0.6.0, @acala-network/chopsticks@workspace:*, @acala-network/chopsticks@workspace:packages/chopsticks":
version: 0.0.0-use.local
resolution: "@acala-network/chopsticks@workspace:packages/chopsticks"
dependencies:
"@acala-network/chopsticks-executor": "workspace:*"
"@polkadot/api": ^10.2.1
"@polkadot/rpc-provider": ^10.2.1
"@polkadot/types": ^10.2.1
"@polkadot/types-codec": ^10.2.1
"@polkadot/types-known": ^10.2.1
"@polkadot/util": ^11.1.2
"@polkadot/util-crypto": ^11.1.2
"@types/js-yaml": ^4.0.5
"@types/lodash": ^4.14.192
"@types/node": ^18.15.11
"@types/ws": ^8.5.4
"@types/yargs": ^17.0.24
axios: ^1.3.4
js-yaml: ^4.1.0
jsondiffpatch: ^0.4.1
lodash: ^4.17.21
pino: ^8.11.0
pino-pretty: ^10.0.0
reflect-metadata: ^0.1.13
sqlite3: ^5.1.6
ts-node: ^10.9.1
ts-node-dev: ^2.0.0
typeorm: ^0.3.12
typescript: ^5.0.3
ws: ^8.13.0
yargs: ^17.7.1
zod: ^3.21.4
bin:
chopsticks: ./chopsticks.js
languageName: unknown
linkType: soft
"@cspotcode/source-map-support@npm:^0.8.0":
version: 0.8.1
resolution: "@cspotcode/source-map-support@npm:0.8.1"
dependencies:
"@jridgewell/trace-mapping": 0.3.9
checksum: 5718f267085ed8edb3e7ef210137241775e607ee18b77d95aa5bd7514f47f5019aa2d82d96b3bf342ef7aa890a346fa1044532ff7cc3009e7d24fce3ce6200fa
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/android-arm64@npm:0.16.17"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/android-arm@npm:0.16.17"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/android-x64@npm:0.16.17"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
"@esbuild/darwin-arm64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/darwin-arm64@npm:0.16.17"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@esbuild/darwin-x64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/darwin-x64@npm:0.16.17"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@esbuild/freebsd-arm64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/freebsd-arm64@npm:0.16.17"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/freebsd-x64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/freebsd-x64@npm:0.16.17"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/linux-arm64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/linux-arm64@npm:0.16.17"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
"@esbuild/linux-arm@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/linux-arm@npm:0.16.17"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
"@esbuild/linux-ia32@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/linux-ia32@npm:0.16.17"
conditions: os=linux & cpu=ia32
languageName: node
linkType: hard
"@esbuild/linux-loong64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/linux-loong64@npm:0.16.17"
conditions: os=linux & cpu=loong64
languageName: node
linkType: hard
"@esbuild/linux-mips64el@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/linux-mips64el@npm:0.16.17"
conditions: os=linux & cpu=mips64el
languageName: node
linkType: hard
"@esbuild/linux-ppc64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/linux-ppc64@npm:0.16.17"
conditions: os=linux & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/linux-riscv64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/linux-riscv64@npm:0.16.17"
conditions: os=linux & cpu=riscv64
languageName: node
linkType: hard
"@esbuild/linux-s390x@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/linux-s390x@npm:0.16.17"
conditions: os=linux & cpu=s390x
languageName: node
linkType: hard
"@esbuild/linux-x64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/linux-x64@npm:0.16.17"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
"@esbuild/netbsd-x64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/netbsd-x64@npm:0.16.17"
conditions: os=netbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/openbsd-x64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/openbsd-x64@npm:0.16.17"
conditions: os=openbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/sunos-x64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/sunos-x64@npm:0.16.17"
conditions: os=sunos & cpu=x64
languageName: node
linkType: hard
"@esbuild/win32-arm64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/win32-arm64@npm:0.16.17"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@esbuild/win32-ia32@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/win32-ia32@npm:0.16.17"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
"@esbuild/win32-x64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/win32-x64@npm:0.16.17"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@eslint-community/eslint-utils@npm:^4.2.0":
version: 4.3.0
resolution: "@eslint-community/eslint-utils@npm:4.3.0"
dependencies:
eslint-visitor-keys: ^3.3.0
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: f487760a692f0f1fef76e248ad72976919576ba57edc2b1b1dc1d182553bae6b5bf7b078e654da85d04f0af8a485d20bd26280002768f4fbcd2e330078340cb0
languageName: node
linkType: hard
"@eslint-community/regexpp@npm:^4.4.0":
version: 4.4.1
resolution: "@eslint-community/regexpp@npm:4.4.1"
checksum: db97d8d08e784147b55ab0dda5892503c1a0eebad94d1c4646d89a94f02ca70b25f05d8e021fc05a075e7eb312e03e21f63d84f0b327719f8cf3bb64e66917cb
languageName: node
linkType: hard
"@eslint/eslintrc@npm:^2.0.1":
version: 2.0.1
resolution: "@eslint/eslintrc@npm:2.0.1"
dependencies:
ajv: ^6.12.4
debug: ^4.3.2
espree: ^9.5.0
globals: ^13.19.0
ignore: ^5.2.0
import-fresh: ^3.2.1
js-yaml: ^4.1.0
minimatch: ^3.1.2
strip-json-comments: ^3.1.1
checksum: 56b9192a687a450db53a7b883daf9f0f447c43b3510189cf88808a7a2467c2a302a42a50f184cc6d5a9faf3d1df890a2ef0fd0d60b751f32a3e9dfea717c6b48
languageName: node
linkType: hard
"@eslint/js@npm:8.36.0":
version: 8.36.0
resolution: "@eslint/js@npm:8.36.0"
checksum: b7d6b84b823c8c7784be390741196617565527b1f7c0977fde9455bfb57fd88f81c074a03dd878757d2c33fa29f24291e9ecbc1425710f067917324b55e1bf3a
languageName: node
linkType: hard
"@gar/promisify@npm:^1.0.1, @gar/promisify@npm:^1.1.3":
version: 1.1.3
resolution: "@gar/promisify@npm:1.1.3"
checksum: 4059f790e2d07bf3c3ff3e0fec0daa8144fe35c1f6e0111c9921bd32106adaa97a4ab096ad7dab1e28ee6a9060083c4d1a4ada42a7f5f3f7a96b8812e2b757c1
languageName: node
linkType: hard
"@humanwhocodes/config-array@npm:^0.11.8":
version: 0.11.8
resolution: "@humanwhocodes/config-array@npm:0.11.8"
dependencies:
"@humanwhocodes/object-schema": ^1.2.1
debug: ^4.1.1
minimatch: ^3.0.5
checksum: 0fd6b3c54f1674ce0a224df09b9c2f9846d20b9e54fabae1281ecfc04f2e6ad69bf19e1d6af6a28f88e8aa3990168b6cb9e1ef755868c3256a630605ec2cb1d3
languageName: node
linkType: hard
"@humanwhocodes/module-importer@npm:^1.0.1":
version: 1.0.1
resolution: "@humanwhocodes/module-importer@npm:1.0.1"
checksum: 0fd22007db8034a2cdf2c764b140d37d9020bbfce8a49d3ec5c05290e77d4b0263b1b972b752df8c89e5eaa94073408f2b7d977aed131faf6cf396ebb5d7fb61
languageName: node
linkType: hard
"@humanwhocodes/object-schema@npm:^1.2.1":
version: 1.2.1
resolution: "@humanwhocodes/object-schema@npm:1.2.1"
checksum: a824a1ec31591231e4bad5787641f59e9633827d0a2eaae131a288d33c9ef0290bd16fda8da6f7c0fcb014147865d12118df10db57f27f41e20da92369fcb3f1
languageName: node
linkType: hard
"@jridgewell/resolve-uri@npm:^3.0.3":
version: 3.1.0
resolution: "@jridgewell/resolve-uri@npm:3.1.0"
checksum: b5ceaaf9a110fcb2780d1d8f8d4a0bfd216702f31c988d8042e5f8fbe353c55d9b0f55a1733afdc64806f8e79c485d2464680ac48a0d9fcadb9548ee6b81d267
languageName: node
linkType: hard
"@jridgewell/sourcemap-codec@npm:^1.4.10":
version: 1.4.14
resolution: "@jridgewell/sourcemap-codec@npm:1.4.14"
checksum: 61100637b6d173d3ba786a5dff019e1a74b1f394f323c1fee337ff390239f053b87266c7a948777f4b1ee68c01a8ad0ab61e5ff4abb5a012a0b091bec391ab97
languageName: node
linkType: hard
"@jridgewell/trace-mapping@npm:0.3.9":
version: 0.3.9
resolution: "@jridgewell/trace-mapping@npm:0.3.9"
dependencies:
"@jridgewell/resolve-uri": ^3.0.3
"@jridgewell/sourcemap-codec": ^1.4.10
checksum: d89597752fd88d3f3480845691a05a44bd21faac18e2185b6f436c3b0fd0c5a859fbbd9aaa92050c4052caf325ad3e10e2e1d1b64327517471b7d51babc0ddef
languageName: node
linkType: hard
"@mapbox/node-pre-gyp@npm:^1.0.0":
version: 1.0.10
resolution: "@mapbox/node-pre-gyp@npm:1.0.10"
dependencies:
detect-libc: ^2.0.0
https-proxy-agent: ^5.0.0
make-dir: ^3.1.0
node-fetch: ^2.6.7
nopt: ^5.0.0
npmlog: ^5.0.1
rimraf: ^3.0.2
semver: ^7.3.5
tar: ^6.1.11
bin:
node-pre-gyp: bin/node-pre-gyp
checksum: 1a98db05d955b74dad3814679593df293b9194853698f3f5f1ed00ecd93128cdd4b14fb8767fe44ac6981ef05c23effcfdc88710e7c1de99ccb6f647890597c8
languageName: node
linkType: hard
"@noble/hashes@npm:1.3.0":
version: 1.3.0
resolution: "@noble/hashes@npm:1.3.0"
checksum: d7ddb6d7c60f1ce1f87facbbef5b724cdea536fc9e7f59ae96e0fc9de96c8f1a2ae2bdedbce10f7dcc621338dfef8533daa73c873f2b5c87fa1a4e05a95c2e2e
languageName: node
linkType: hard
"@noble/secp256k1@npm:1.7.1":
version: 1.7.1
resolution: "@noble/secp256k1@npm:1.7.1"
checksum: d2301f1f7690368d8409a3152450458f27e54df47e3f917292de3de82c298770890c2de7c967d237eff9c95b70af485389a9695f73eb05a43e2bd562d18b18cb
languageName: node
linkType: hard
"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
dependencies:
"@nodelib/fs.stat": 2.0.5
run-parallel: ^1.1.9
checksum: a970d595bd23c66c880e0ef1817791432dbb7acbb8d44b7e7d0e7a22f4521260d4a83f7f9fd61d44fda4610105577f8f58a60718105fb38352baed612fd79e59
languageName: node
linkType: hard
"@nodelib/fs.stat@npm:2.0.5, @nodelib/fs.stat@npm:^2.0.2":
version: 2.0.5
resolution: "@nodelib/fs.stat@npm:2.0.5"
checksum: 012480b5ca9d97bff9261571dbbec7bbc6033f69cc92908bc1ecfad0792361a5a1994bc48674b9ef76419d056a03efadfce5a6cf6dbc0a36559571a7a483f6f0
languageName: node
linkType: hard
"@nodelib/fs.walk@npm:^1.2.3, @nodelib/fs.walk@npm:^1.2.8":
version: 1.2.8
resolution: "@nodelib/fs.walk@npm:1.2.8"
dependencies:
"@nodelib/fs.scandir": 2.1.5
fastq: ^1.6.0
checksum: 190c643f156d8f8f277bf2a6078af1ffde1fd43f498f187c2db24d35b4b4b5785c02c7dc52e356497b9a1b65b13edc996de08de0b961c32844364da02986dc53
languageName: node
linkType: hard
"@npmcli/fs@npm:^1.0.0":
version: 1.1.1
resolution: "@npmcli/fs@npm:1.1.1"
dependencies:
"@gar/promisify": ^1.0.1
semver: ^7.3.5
checksum: f5ad92f157ed222e4e31c352333d0901df02c7c04311e42a81d8eb555d4ec4276ea9c635011757de20cc476755af33e91622838de573b17e52e2e7703f0a9965
languageName: node
linkType: hard
"@npmcli/fs@npm:^2.1.0":
version: 2.1.2
resolution: "@npmcli/fs@npm:2.1.2"
dependencies:
"@gar/promisify": ^1.1.3
semver: ^7.3.5
checksum: 405074965e72d4c9d728931b64d2d38e6ea12066d4fad651ac253d175e413c06fe4350970c783db0d749181da8fe49c42d3880bd1cbc12cd68e3a7964d820225
languageName: node
linkType: hard
"@npmcli/move-file@npm:^1.0.1":
version: 1.1.2
resolution: "@npmcli/move-file@npm:1.1.2"
dependencies:
mkdirp: ^1.0.4
rimraf: ^3.0.2
checksum: c96381d4a37448ea280951e46233f7e541058cf57a57d4094dd4bdcaae43fa5872b5f2eb6bfb004591a68e29c5877abe3cdc210cb3588cbf20ab2877f31a7de7
languageName: node
linkType: hard
"@npmcli/move-file@npm:^2.0.0":
version: 2.0.1
resolution: "@npmcli/move-file@npm:2.0.1"
dependencies:
mkdirp: ^1.0.4
rimraf: ^3.0.2
checksum: 52dc02259d98da517fae4cb3a0a3850227bdae4939dda1980b788a7670636ca2b4a01b58df03dd5f65c1e3cb70c50fa8ce5762b582b3f499ec30ee5ce1fd9380
languageName: node
linkType: hard
"@pkgr/utils@npm:^2.3.1":
version: 2.3.1
resolution: "@pkgr/utils@npm:2.3.1"
dependencies:
cross-spawn: ^7.0.3
is-glob: ^4.0.3
open: ^8.4.0
picocolors: ^1.0.0
tiny-glob: ^0.2.9
tslib: ^2.4.0
checksum: 118a1971120253740121a1db0a6658c21195b7da962acf9c124b507a3df707cfc97b0b84a16edcbd4352853b182e8337da9fc6e8e3d06c60d75ae4fb42321c75
languageName: node
linkType: hard
"@polkadot/api-augment@npm:10.2.1":
version: 10.2.1
resolution: "@polkadot/api-augment@npm:10.2.1"
dependencies:
"@polkadot/api-base": 10.2.1
"@polkadot/rpc-augment": 10.2.1
"@polkadot/types": 10.2.1
"@polkadot/types-augment": 10.2.1
"@polkadot/types-codec": 10.2.1
"@polkadot/util": ^11.1.2
tslib: ^2.5.0
checksum: 0ccb12839e6efc61a734cf8deb74cd70790ff5cb28db55a151f9dc9900719634aac0aabe1a6ba4579bb2fdcaa04b2234612b6172e2e92c804138e65828cd2dba
languageName: node
linkType: hard
"@polkadot/api-base@npm:10.2.1":
version: 10.2.1
resolution: "@polkadot/api-base@npm:10.2.1"
dependencies:
"@polkadot/rpc-core": 10.2.1
"@polkadot/types": 10.2.1
"@polkadot/util": ^11.1.2
rxjs: ^7.8.0
tslib: ^2.5.0
checksum: fbe0f04fd4decd34f6242e4dd9e80e0e7fded689e9cc6756d4dd1ddfc6dea1dd8f71c55c8a17745fa87c396f131a8713abb944527ecb255bb2849213a4056cd2
languageName: node
linkType: hard
"@polkadot/api-derive@npm:10.2.1":
version: 10.2.1
resolution: "@polkadot/api-derive@npm:10.2.1"
dependencies:
"@polkadot/api": 10.2.1
"@polkadot/api-augment": 10.2.1
"@polkadot/api-base": 10.2.1
"@polkadot/rpc-core": 10.2.1
"@polkadot/types": 10.2.1
"@polkadot/types-codec": 10.2.1
"@polkadot/util": ^11.1.2
"@polkadot/util-crypto": ^11.1.2
rxjs: ^7.8.0
tslib: ^2.5.0
checksum: 13a1c3d2df0ec420349e8f401b966969fd809d389a6950e3c449cdce2c21e6c93fd4204728e11e0f68a70db984a11fb2524f287b1f39c58eaffad4edf5cb3e92
languageName: node
linkType: hard
"@polkadot/api@npm:10.2.1, @polkadot/api@npm:^10.2.1":
version: 10.2.1
resolution: "@polkadot/api@npm:10.2.1"
dependencies:
"@polkadot/api-augment": 10.2.1
"@polkadot/api-base": 10.2.1
"@polkadot/api-derive": 10.2.1
"@polkadot/keyring": ^11.1.2
"@polkadot/rpc-augment": 10.2.1
"@polkadot/rpc-core": 10.2.1
"@polkadot/rpc-provider": 10.2.1
"@polkadot/types": 10.2.1
"@polkadot/types-augment": 10.2.1
"@polkadot/types-codec": 10.2.1
"@polkadot/types-create": 10.2.1
"@polkadot/types-known": 10.2.1
"@polkadot/util": ^11.1.2
"@polkadot/util-crypto": ^11.1.2
eventemitter3: ^5.0.0
rxjs: ^7.8.0
tslib: ^2.5.0
checksum: 4aa97bb43cd1cf93a91defa986d0e614f3a072fcf807d055eb4eaafb55d0bd1c13d54c6ce0bb6088b848b86147b31b20529fd911d1d9394791af7a7cf8163311
languageName: node
linkType: hard
"@polkadot/keyring@npm:^11.1.2":
version: 11.1.2
resolution: "@polkadot/keyring@npm:11.1.2"
dependencies:
"@polkadot/util": 11.1.2
"@polkadot/util-crypto": 11.1.2
tslib: ^2.5.0
peerDependencies:
"@polkadot/util": 11.1.2
"@polkadot/util-crypto": 11.1.2
checksum: 6308d3a20732d06de83f3c9ea28355757b1019185c8b170f6d93b415b2876ae0e0f3c4b44ce03d3d0693d177f354c914728653b7c7a388abc93d738d73699f43
languageName: node
linkType: hard
"@polkadot/networks@npm:11.1.2, @polkadot/networks@npm:^11.1.2":
version: 11.1.2
resolution: "@polkadot/networks@npm:11.1.2"
dependencies:
"@polkadot/util": 11.1.2
"@substrate/ss58-registry": ^1.39.0
tslib: ^2.5.0
checksum: e9087f962966a65010b922ea05b4d376e9c2ca1069cc8c26d02e59cdc4a31821032c9a969991c70aad6eacf0f2e7f3305769f9390ccf465e5a55829d11b1649b
languageName: node
linkType: hard
"@polkadot/rpc-augment@npm:10.2.1":
version: 10.2.1
resolution: "@polkadot/rpc-augment@npm:10.2.1"
dependencies:
"@polkadot/rpc-core": 10.2.1
"@polkadot/types": 10.2.1
"@polkadot/types-codec": 10.2.1
"@polkadot/util": ^11.1.2
tslib: ^2.5.0
checksum: 3e3f37413f9610a6e8746f6c3dc9c0652a4d6a06f6d3651f6af23682f67fa334c0925d5466e94a632acb17dcff5fb9101a511d41cab8ef371a8559ca9929df72
languageName: node
linkType: hard
"@polkadot/rpc-core@npm:10.2.1":
version: 10.2.1
resolution: "@polkadot/rpc-core@npm:10.2.1"
dependencies:
"@polkadot/rpc-augment": 10.2.1
"@polkadot/rpc-provider": 10.2.1
"@polkadot/types": 10.2.1
"@polkadot/util": ^11.1.2
rxjs: ^7.8.0
tslib: ^2.5.0
checksum: 8fd11f769772ed73939fbb02ef376149eaf12e93e1ac67995f27e3c7736525c9b569f46a15a5dcbff30761644366b08bd0513111540263777c72e024d4d58751
languageName: node
linkType: hard
"@polkadot/rpc-provider@npm:10.2.1, @polkadot/rpc-provider@npm:^10.2.1":
version: 10.2.1
resolution: "@polkadot/rpc-provider@npm:10.2.1"
dependencies:
"@polkadot/keyring": ^11.1.2
"@polkadot/types": 10.2.1
"@polkadot/types-support": 10.2.1
"@polkadot/util": ^11.1.2
"@polkadot/util-crypto": ^11.1.2
"@polkadot/x-fetch": ^11.1.2
"@polkadot/x-global": ^11.1.2
"@polkadot/x-ws": ^11.1.2
"@substrate/connect": 0.7.22
eventemitter3: ^5.0.0
mock-socket: ^9.2.1
nock: ^13.3.0
tslib: ^2.5.0
dependenciesMeta:
"@substrate/connect":
optional: true
checksum: 73b7f56646e03c27c777e7fb787a2354c3b86f8a63c2f6dbaf0a7d11e1cee7a0450bb66f3a904324cad6b3f30ba42b27cfab26f9e50df4238fe12705702e2892
languageName: node
linkType: hard
"@polkadot/types-augment@npm:10.2.1":
version: 10.2.1
resolution: "@polkadot/types-augment@npm:10.2.1"
dependencies:
"@polkadot/types": 10.2.1
"@polkadot/types-codec": 10.2.1
"@polkadot/util": ^11.1.2
tslib: ^2.5.0
checksum: 7aa0d08d4937c01c78f2eb070bd2a65427e510b8c67fe7db839dd767c8469a6055a003fcb1e682b09fd12d09f83d6295ebdfb7d70497f5ba415c9d963fd0f0ac
languageName: node
linkType: hard
"@polkadot/types-codec@npm:10.2.1, @polkadot/types-codec@npm:^10.2.1":
version: 10.2.1
resolution: "@polkadot/types-codec@npm:10.2.1"
dependencies:
"@polkadot/util": ^11.1.2
"@polkadot/x-bigint": ^11.1.2
tslib: ^2.5.0
checksum: 8f1003a230f110371cd6c63f0f8cf06504c9f1e61845da0ff054df87bd280fdf6920b60a60030424c275c8b4b6986546727db044667e3e62cfa35870fcb3757a
languageName: node
linkType: hard
"@polkadot/types-create@npm:10.2.1":
version: 10.2.1
resolution: "@polkadot/types-create@npm:10.2.1"
dependencies:
"@polkadot/types-codec": 10.2.1
"@polkadot/util": ^11.1.2
tslib: ^2.5.0
checksum: 5541b5c8b2ef647ee236d65effaf72d516876ae6bf377a9a081d4a5650cbc1906766501d7ee46144d3a070e3890602537ffb9cd65bccd0f9105cc9271598784e
languageName: node
linkType: hard
"@polkadot/types-known@npm:10.2.1, @polkadot/types-known@npm:^10.2.1":
version: 10.2.1
resolution: "@polkadot/types-known@npm:10.2.1"
dependencies:
"@polkadot/networks": ^11.1.2
"@polkadot/types": 10.2.1
"@polkadot/types-codec": 10.2.1
"@polkadot/types-create": 10.2.1
"@polkadot/util": ^11.1.2
tslib: ^2.5.0
checksum: 16ee6942c6e4c82522d3e2718984c67549cb46b5390d10c342d23e17ea2351f8fe764e3342770c599b132a262c74bcedc187c2e4bd3fa983dac5a6a072c7f97a
languageName: node
linkType: hard
"@polkadot/types-support@npm:10.2.1":
version: 10.2.1
resolution: "@polkadot/types-support@npm:10.2.1"
dependencies:
"@polkadot/util": ^11.1.2
tslib: ^2.5.0
checksum: e0cff3c6c42e16d5df1410030f4645e687f56fede92da638bf174a4af539a995751d81971932d2e9813734414a7452478849ae36473bd14e1b71836b22a9396b
languageName: node
linkType: hard
"@polkadot/types@npm:10.2.1, @polkadot/types@npm:^10.2.1":
version: 10.2.1
resolution: "@polkadot/types@npm:10.2.1"
dependencies:
"@polkadot/keyring": ^11.1.2
"@polkadot/types-augment": 10.2.1
"@polkadot/types-codec": 10.2.1
"@polkadot/types-create": 10.2.1
"@polkadot/util": ^11.1.2
"@polkadot/util-crypto": ^11.1.2
rxjs: ^7.8.0
tslib: ^2.5.0
checksum: e0553e19cf49eb52c2d9e76e6835b954f63bf4cbc3364f2cd276fe08e940f681267719d4b6e8c07af1b560ca5cec6dc770dfc73f6e7465b7097829aef53bba88
languageName: node
linkType: hard
"@polkadot/util-crypto@npm:11.1.2, @polkadot/util-crypto@npm:^11.1.2":
version: 11.1.2
resolution: "@polkadot/util-crypto@npm:11.1.2"
dependencies:
"@noble/hashes": 1.3.0
"@noble/secp256k1": 1.7.1
"@polkadot/networks": 11.1.2
"@polkadot/util": 11.1.2
"@polkadot/wasm-crypto": ^7.0.3
"@polkadot/x-bigint": 11.1.2
"@polkadot/x-randomvalues": 11.1.2
"@scure/base": 1.1.1
tslib: ^2.5.0
tweetnacl: ^1.0.3
peerDependencies:
"@polkadot/util": 11.1.2
checksum: cd84ad7e961611c6973e142bfeefd85037be568206e27a8b94bb5a69c4b572cf7d7b68fa09bc2f9376ec403f8f56d382ee47225d12e55ee4ca30384c433c6eb9
languageName: node
linkType: hard
"@polkadot/util@npm:11.1.2, @polkadot/util@npm:^11.1.2":
version: 11.1.2
resolution: "@polkadot/util@npm:11.1.2"
dependencies:
"@polkadot/x-bigint": 11.1.2
"@polkadot/x-global": 11.1.2
"@polkadot/x-textdecoder": 11.1.2
"@polkadot/x-textencoder": 11.1.2
"@types/bn.js": ^5.1.1
bn.js: ^5.2.1
tslib: ^2.5.0
checksum: a44c24a65f5645e76dc0088ed03ff9206ea78c6b333f558f31dee9f5d60b61f67fd37a71c0aae512c2d4757536dbca4ea604014cd5c6aac374ab0cc6fb86c37f
languageName: node
linkType: hard
"@polkadot/wasm-bridge@npm:7.0.3":
version: 7.0.3
resolution: "@polkadot/wasm-bridge@npm:7.0.3"
dependencies:
tslib: ^2.5.0
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: 9603e0bfca80e0fbe1192783653c095990d34e4eb0b187f8fedd97abaeee4a3147e4f5e66e910b63f024030b0e7e21aedf118c0c58407a4464837ca7f2355809
languageName: node
linkType: hard
"@polkadot/wasm-crypto-asmjs@npm:7.0.3":
version: 7.0.3
resolution: "@polkadot/wasm-crypto-asmjs@npm:7.0.3"
dependencies:
tslib: ^2.5.0
peerDependencies:
"@polkadot/util": "*"
checksum: 6f819ba35612c475b3b14f286efa432086bdb9599ddb034c1abf448f0ad6e376ae81bac0ad4984564f6d5f82691ed5c4b74735ebc75dfdecf8f96f2e4bfcd5a3
languageName: node
linkType: hard
"@polkadot/wasm-crypto-init@npm:7.0.3":
version: 7.0.3
resolution: "@polkadot/wasm-crypto-init@npm:7.0.3"
dependencies:
"@polkadot/wasm-bridge": 7.0.3
"@polkadot/wasm-crypto-asmjs": 7.0.3
"@polkadot/wasm-crypto-wasm": 7.0.3
tslib: ^2.5.0
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: ee5957c0b2297e58d913e59a5eecde10c8272a2bfc6e072e669ee8ada0105444f8d9cae535948849406fd696941620094daea12cc2950e18a0439d7fba2e19d8
languageName: node
linkType: hard
"@polkadot/wasm-crypto-wasm@npm:7.0.3":
version: 7.0.3
resolution: "@polkadot/wasm-crypto-wasm@npm:7.0.3"
dependencies:
"@polkadot/wasm-util": 7.0.3
tslib: ^2.5.0
peerDependencies:
"@polkadot/util": "*"
checksum: ef9e6e88e066762e3803b8b0f4276035b835b2eaab86c53f004f977073442b6e51d7baf4c7bc308913c091975056c1b64ef1c00085e31f9988e12155b24111fb
languageName: node
linkType: hard
"@polkadot/wasm-crypto@npm:^7.0.3":
version: 7.0.3
resolution: "@polkadot/wasm-crypto@npm:7.0.3"
dependencies:
"@polkadot/wasm-bridge": 7.0.3
"@polkadot/wasm-crypto-asmjs": 7.0.3
"@polkadot/wasm-crypto-init": 7.0.3
"@polkadot/wasm-crypto-wasm": 7.0.3
"@polkadot/wasm-util": 7.0.3
tslib: ^2.5.0
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: e63fefca98685ea5ef488304e5aa7c30b1c483d7f633cda1efebfc95f8255faaf62fbaba439d81e57fadc11e53d3033a5b71272742cbdc0207f4ba617dba8123
languageName: node
linkType: hard
"@polkadot/wasm-util@npm:7.0.3":
version: 7.0.3
resolution: "@polkadot/wasm-util@npm:7.0.3"
dependencies:
tslib: ^2.5.0
peerDependencies:
"@polkadot/util": "*"
checksum: b20414290bbc9f67523c5180345f20ea8ef6244c90768936e0a25cce642448b086374869b99e6f2f7c071c0dea318ac9fb9761b8efefdeb24b75828c5d8bec3d
languageName: node
linkType: hard
"@polkadot/x-bigint@npm:11.1.2, @polkadot/x-bigint@npm:^11.1.2":
version: 11.1.2
resolution: "@polkadot/x-bigint@npm:11.1.2"
dependencies:
"@polkadot/x-global": 11.1.2
tslib: ^2.5.0
checksum: 83d834c53ad9c3fd63365d2c33d800cd16897df6a0d363f0224129ea506c7f8bb2aab683284377208fb3b6915c35cc92bac3b989dcfbd4c2a42cda899f84844e
languageName: node
linkType: hard
"@polkadot/x-fetch@npm:^11.1.2":
version: 11.1.2
resolution: "@polkadot/x-fetch@npm:11.1.2"
dependencies:
"@polkadot/x-global": 11.1.2
node-fetch: ^3.3.1
tslib: ^2.5.0
checksum: cc22d68ad06ded5296daf7e91b4253b652820b61b5c4264694af62d028e67f10b9f6b5c63272196bfa6c738481e3d9284d1b5dbbc6c3692ed2a4f31209c59a2e
languageName: node
linkType: hard
"@polkadot/x-global@npm:11.1.2, @polkadot/x-global@npm:^11.1.2":
version: 11.1.2
resolution: "@polkadot/x-global@npm:11.1.2"
dependencies:
tslib: ^2.5.0
checksum: dc6e4af5a4753e5043a38156fcc756f0c3d22b8b1d5a1ec98c555da2e2894486f6256b50d280e426524b89dd817a09d197322e49e40eb0190f41fdc252e2ea2c
languageName: node
linkType: hard
"@polkadot/x-randomvalues@npm:11.1.2":
version: 11.1.2
resolution: "@polkadot/x-randomvalues@npm:11.1.2"
dependencies:
"@polkadot/x-global": 11.1.2
tslib: ^2.5.0
checksum: 0c72571133ddd5daf14ac2777ba50e577da5ea7063d823fa3f678e47b63ee96f876117f9209b5c8780d5607060166cca13408c0461550388b5e846a57e23d005
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:11.1.2":
version: 11.1.2
resolution: "@polkadot/x-textdecoder@npm:11.1.2"
dependencies:
"@polkadot/x-global": 11.1.2
tslib: ^2.5.0
checksum: 85e78762dfe3583f8776fc531d4fba3a547530da65790d993447893924fc8d9d9cde44f438d8bbafe5e34edaeea505a6866bd106b3bcc145f0bc8514d626d822
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:11.1.2":
version: 11.1.2
resolution: "@polkadot/x-textencoder@npm:11.1.2"
dependencies:
"@polkadot/x-global": 11.1.2
tslib: ^2.5.0
checksum: 9a9425a8e55a5c3a50eb2bbe0e6840bd055cf5c1ccdb410cb117d33bf3ae792055c6a498f150a8de227725f73ef4bc008bfa9f061408bb42b01242e9820261ef
languageName: node
linkType: hard
"@polkadot/x-ws@npm:^11.1.2":
version: 11.1.2
resolution: "@polkadot/x-ws@npm:11.1.2"
dependencies:
"@polkadot/x-global": 11.1.2
tslib: ^2.5.0
ws: ^8.13.0
checksum: 59c3e1914159334b611066ef4f3b6c55008737f309870b25180e5071a42e86ec0bab04979848eac8a44264d312f2eeb147bc04d2a25343486300e92bcc44f512
languageName: node
linkType: hard
"@scure/base@npm:1.1.1":
version: 1.1.1
resolution: "@scure/base@npm:1.1.1"
checksum: b4fc810b492693e7e8d0107313ac74c3646970c198bbe26d7332820886fa4f09441991023ec9aa3a2a51246b74409ab5ebae2e8ef148bbc253da79ac49130309
languageName: node
linkType: hard
"@sqltools/formatter@npm:^1.2.5":
version: 1.2.5
resolution: "@sqltools/formatter@npm:1.2.5"
checksum: 9b8354e715467d660daa5afe044860b5686bbb1a5cb67a60866b932effafbf5e8b429f19a8ae67cd412065a4f067161f227e182f3664a0245339d5eb1e26e355
languageName: node
linkType: hard
"@substrate/connect-extension-protocol@npm:^1.0.1":
version: 1.0.1
resolution: "@substrate/connect-extension-protocol@npm:1.0.1"
checksum: 116dee587e81e832e14c25038bd849438c9493c6089aa6c1bf1760780d463880d44d362ed983d57ac3695368ac46f3c9df3dbaed92f36de89626c9735cecd1e4
languageName: node
linkType: hard
"@substrate/connect@npm:0.7.22":
version: 0.7.22
resolution: "@substrate/connect@npm:0.7.22"
dependencies:
"@substrate/connect-extension-protocol": ^1.0.1
eventemitter3: ^4.0.7
smoldot: 1.0.0
checksum: 4128c5a037d12de7146416023c9088fe0dedd75734e378e3aaa00d922fae56325df1ba3a49cf3f9489d3bd90941fe73570bc486a2aa8091017083d3250e43d56
languageName: node
linkType: hard
"@substrate/ss58-registry@npm:^1.39.0":
version: 1.39.0
resolution: "@substrate/ss58-registry@npm:1.39.0"
checksum: 1a16d1f637ea8c9a0cd2cabedb8731b81cafa1e979912a2183c2c670d680dc759136ad5f4183bef48359bd9f0a005f676e7ab78a4f076c19a2cf32974049a1f8
languageName: node
linkType: hard
"@swc/core-darwin-arm64@npm:1.3.44":
version: 1.3.44
resolution: "@swc/core-darwin-arm64@npm:1.3.44"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@swc/core-darwin-x64@npm:1.3.44":
version: 1.3.44
resolution: "@swc/core-darwin-x64@npm:1.3.44"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@swc/core-linux-arm-gnueabihf@npm:1.3.44":
version: 1.3.44
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.3.44"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
"@swc/core-linux-arm64-gnu@npm:1.3.44":
version: 1.3.44
resolution: "@swc/core-linux-arm64-gnu@npm:1.3.44"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
"@swc/core-linux-arm64-musl@npm:1.3.44":
version: 1.3.44
resolution: "@swc/core-linux-arm64-musl@npm:1.3.44"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard
"@swc/core-linux-x64-gnu@npm:1.3.44":
version: 1.3.44
resolution: "@swc/core-linux-x64-gnu@npm:1.3.44"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard
"@swc/core-linux-x64-musl@npm:1.3.44":
version: 1.3.44
resolution: "@swc/core-linux-x64-musl@npm:1.3.44"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard
"@swc/core-win32-arm64-msvc@npm:1.3.44":
version: 1.3.44
resolution: "@swc/core-win32-arm64-msvc@npm:1.3.44"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@swc/core-win32-ia32-msvc@npm:1.3.44":
version: 1.3.44
resolution: "@swc/core-win32-ia32-msvc@npm:1.3.44"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
"@swc/core-win32-x64-msvc@npm:1.3.44":
version: 1.3.44
resolution: "@swc/core-win32-x64-msvc@npm:1.3.44"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@swc/core@npm:^1.3.44":
version: 1.3.44
resolution: "@swc/core@npm:1.3.44"
dependencies:
"@swc/core-darwin-arm64": 1.3.44
"@swc/core-darwin-x64": 1.3.44
"@swc/core-linux-arm-gnueabihf": 1.3.44
"@swc/core-linux-arm64-gnu": 1.3.44
"@swc/core-linux-arm64-musl": 1.3.44
"@swc/core-linux-x64-gnu": 1.3.44
"@swc/core-linux-x64-musl": 1.3.44
"@swc/core-win32-arm64-msvc": 1.3.44
"@swc/core-win32-ia32-msvc": 1.3.44
"@swc/core-win32-x64-msvc": 1.3.44
dependenciesMeta:
"@swc/core-darwin-arm64":
optional: true
"@swc/core-darwin-x64":
optional: true
"@swc/core-linux-arm-gnueabihf":
optional: true
"@swc/core-linux-arm64-gnu":
optional: true
"@swc/core-linux-arm64-musl":
optional: true
"@swc/core-linux-x64-gnu":
optional: true
"@swc/core-linux-x64-musl":
optional: true
"@swc/core-win32-arm64-msvc":