@super-protocol/pki-sync-client 4.0.2 → 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +92 -808
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@super-protocol/pki-sync-client",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@super-protocol/pki-sync-client",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.4",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sinclair/typebox": "0.33.22",
|
|
@@ -930,687 +930,6 @@
|
|
|
930
930
|
"node": ">=14"
|
|
931
931
|
}
|
|
932
932
|
},
|
|
933
|
-
"node_modules/@ethersproject/abi": {
|
|
934
|
-
"version": "5.8.0",
|
|
935
|
-
"integrity": "sha512-b9YS/43ObplgyV6SlyQsG53/vkSal0MNA1fskSC4mbnCMi8R+NkcH8K9FPYNESf6jUefBUniE4SOKms0E/KK1Q==",
|
|
936
|
-
"funding": [
|
|
937
|
-
{
|
|
938
|
-
"type": "individual",
|
|
939
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"type": "individual",
|
|
943
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
944
|
-
}
|
|
945
|
-
],
|
|
946
|
-
"license": "MIT",
|
|
947
|
-
"dependencies": {
|
|
948
|
-
"@ethersproject/address": "^5.8.0",
|
|
949
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
950
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
951
|
-
"@ethersproject/constants": "^5.8.0",
|
|
952
|
-
"@ethersproject/hash": "^5.8.0",
|
|
953
|
-
"@ethersproject/keccak256": "^5.8.0",
|
|
954
|
-
"@ethersproject/logger": "^5.8.0",
|
|
955
|
-
"@ethersproject/properties": "^5.8.0",
|
|
956
|
-
"@ethersproject/strings": "^5.8.0"
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
"node_modules/@ethersproject/abstract-provider": {
|
|
960
|
-
"version": "5.8.0",
|
|
961
|
-
"integrity": "sha512-wC9SFcmh4UK0oKuLJQItoQdzS/qZ51EJegK6EmAWlh+OptpQ/npECOR3QqECd8iGHC0RJb4WKbVdSfif4ammrg==",
|
|
962
|
-
"funding": [
|
|
963
|
-
{
|
|
964
|
-
"type": "individual",
|
|
965
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"type": "individual",
|
|
969
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
970
|
-
}
|
|
971
|
-
],
|
|
972
|
-
"license": "MIT",
|
|
973
|
-
"dependencies": {
|
|
974
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
975
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
976
|
-
"@ethersproject/logger": "^5.8.0",
|
|
977
|
-
"@ethersproject/networks": "^5.8.0",
|
|
978
|
-
"@ethersproject/properties": "^5.8.0",
|
|
979
|
-
"@ethersproject/transactions": "^5.8.0",
|
|
980
|
-
"@ethersproject/web": "^5.8.0"
|
|
981
|
-
}
|
|
982
|
-
},
|
|
983
|
-
"node_modules/@ethersproject/abstract-signer": {
|
|
984
|
-
"version": "5.8.0",
|
|
985
|
-
"integrity": "sha512-N0XhZTswXcmIZQdYtUnd79VJzvEwXQw6PK0dTl9VoYrEBxxCPXqS0Eod7q5TNKRxe1/5WUMuR0u0nqTF/avdCA==",
|
|
986
|
-
"funding": [
|
|
987
|
-
{
|
|
988
|
-
"type": "individual",
|
|
989
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"type": "individual",
|
|
993
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
994
|
-
}
|
|
995
|
-
],
|
|
996
|
-
"license": "MIT",
|
|
997
|
-
"dependencies": {
|
|
998
|
-
"@ethersproject/abstract-provider": "^5.8.0",
|
|
999
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
1000
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1001
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1002
|
-
"@ethersproject/properties": "^5.8.0"
|
|
1003
|
-
}
|
|
1004
|
-
},
|
|
1005
|
-
"node_modules/@ethersproject/address": {
|
|
1006
|
-
"version": "5.8.0",
|
|
1007
|
-
"integrity": "sha512-GhH/abcC46LJwshoN+uBNoKVFPxUuZm6dA257z0vZkKmU1+t8xTn8oK7B9qrj8W2rFRMch4gbJl6PmVxjxBEBA==",
|
|
1008
|
-
"funding": [
|
|
1009
|
-
{
|
|
1010
|
-
"type": "individual",
|
|
1011
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"type": "individual",
|
|
1015
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1016
|
-
}
|
|
1017
|
-
],
|
|
1018
|
-
"license": "MIT",
|
|
1019
|
-
"dependencies": {
|
|
1020
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
1021
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1022
|
-
"@ethersproject/keccak256": "^5.8.0",
|
|
1023
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1024
|
-
"@ethersproject/rlp": "^5.8.0"
|
|
1025
|
-
}
|
|
1026
|
-
},
|
|
1027
|
-
"node_modules/@ethersproject/base64": {
|
|
1028
|
-
"version": "5.8.0",
|
|
1029
|
-
"integrity": "sha512-lN0oIwfkYj9LbPx4xEkie6rAMJtySbpOAFXSDVQaBnAzYfB4X2Qr+FXJGxMoc3Bxp2Sm8OwvzMrywxyw0gLjIQ==",
|
|
1030
|
-
"funding": [
|
|
1031
|
-
{
|
|
1032
|
-
"type": "individual",
|
|
1033
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"type": "individual",
|
|
1037
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1038
|
-
}
|
|
1039
|
-
],
|
|
1040
|
-
"license": "MIT",
|
|
1041
|
-
"dependencies": {
|
|
1042
|
-
"@ethersproject/bytes": "^5.8.0"
|
|
1043
|
-
}
|
|
1044
|
-
},
|
|
1045
|
-
"node_modules/@ethersproject/basex": {
|
|
1046
|
-
"version": "5.8.0",
|
|
1047
|
-
"integrity": "sha512-PIgTszMlDRmNwW9nhS6iqtVfdTAKosA7llYXNmGPw4YAI1PUyMv28988wAb41/gHF/WqGdoLv0erHaRcHRKW2Q==",
|
|
1048
|
-
"funding": [
|
|
1049
|
-
{
|
|
1050
|
-
"type": "individual",
|
|
1051
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
"type": "individual",
|
|
1055
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1056
|
-
}
|
|
1057
|
-
],
|
|
1058
|
-
"license": "MIT",
|
|
1059
|
-
"dependencies": {
|
|
1060
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1061
|
-
"@ethersproject/properties": "^5.8.0"
|
|
1062
|
-
}
|
|
1063
|
-
},
|
|
1064
|
-
"node_modules/@ethersproject/bignumber": {
|
|
1065
|
-
"version": "5.8.0",
|
|
1066
|
-
"integrity": "sha512-ZyaT24bHaSeJon2tGPKIiHszWjD/54Sz8t57Toch475lCLljC6MgPmxk7Gtzz+ddNN5LuHea9qhAe0x3D+uYPA==",
|
|
1067
|
-
"funding": [
|
|
1068
|
-
{
|
|
1069
|
-
"type": "individual",
|
|
1070
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"type": "individual",
|
|
1074
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1075
|
-
}
|
|
1076
|
-
],
|
|
1077
|
-
"license": "MIT",
|
|
1078
|
-
"dependencies": {
|
|
1079
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1080
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1081
|
-
"bn.js": "^5.2.1"
|
|
1082
|
-
}
|
|
1083
|
-
},
|
|
1084
|
-
"node_modules/@ethersproject/bignumber/node_modules/bn.js": {
|
|
1085
|
-
"version": "5.2.2",
|
|
1086
|
-
"integrity": "sha512-v2YAxEmKaBLahNwE1mjp4WON6huMNeuDvagFZW+ASCuA/ku0bXR9hSMw0XpiqMoA3+rmnyck/tPRSFQkoC9Cuw==",
|
|
1087
|
-
"license": "MIT"
|
|
1088
|
-
},
|
|
1089
|
-
"node_modules/@ethersproject/bytes": {
|
|
1090
|
-
"version": "5.8.0",
|
|
1091
|
-
"integrity": "sha512-vTkeohgJVCPVHu5c25XWaWQOZ4v+DkGoC42/TS2ond+PARCxTJvgTFUNDZovyQ/uAQ4EcpqqowKydcdmRKjg7A==",
|
|
1092
|
-
"funding": [
|
|
1093
|
-
{
|
|
1094
|
-
"type": "individual",
|
|
1095
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"type": "individual",
|
|
1099
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1100
|
-
}
|
|
1101
|
-
],
|
|
1102
|
-
"license": "MIT",
|
|
1103
|
-
"dependencies": {
|
|
1104
|
-
"@ethersproject/logger": "^5.8.0"
|
|
1105
|
-
}
|
|
1106
|
-
},
|
|
1107
|
-
"node_modules/@ethersproject/constants": {
|
|
1108
|
-
"version": "5.8.0",
|
|
1109
|
-
"integrity": "sha512-wigX4lrf5Vu+axVTIvNsuL6YrV4O5AXl5ubcURKMEME5TnWBouUh0CDTWxZ2GpnRn1kcCgE7l8O5+VbV9QTTcg==",
|
|
1110
|
-
"funding": [
|
|
1111
|
-
{
|
|
1112
|
-
"type": "individual",
|
|
1113
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"type": "individual",
|
|
1117
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1118
|
-
}
|
|
1119
|
-
],
|
|
1120
|
-
"license": "MIT",
|
|
1121
|
-
"dependencies": {
|
|
1122
|
-
"@ethersproject/bignumber": "^5.8.0"
|
|
1123
|
-
}
|
|
1124
|
-
},
|
|
1125
|
-
"node_modules/@ethersproject/contracts": {
|
|
1126
|
-
"version": "5.8.0",
|
|
1127
|
-
"integrity": "sha512-0eFjGz9GtuAi6MZwhb4uvUM216F38xiuR0yYCjKJpNfSEy4HUM8hvqqBj9Jmm0IUz8l0xKEhWwLIhPgxNY0yvQ==",
|
|
1128
|
-
"funding": [
|
|
1129
|
-
{
|
|
1130
|
-
"type": "individual",
|
|
1131
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"type": "individual",
|
|
1135
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1136
|
-
}
|
|
1137
|
-
],
|
|
1138
|
-
"license": "MIT",
|
|
1139
|
-
"dependencies": {
|
|
1140
|
-
"@ethersproject/abi": "^5.8.0",
|
|
1141
|
-
"@ethersproject/abstract-provider": "^5.8.0",
|
|
1142
|
-
"@ethersproject/abstract-signer": "^5.8.0",
|
|
1143
|
-
"@ethersproject/address": "^5.8.0",
|
|
1144
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
1145
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1146
|
-
"@ethersproject/constants": "^5.8.0",
|
|
1147
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1148
|
-
"@ethersproject/properties": "^5.8.0",
|
|
1149
|
-
"@ethersproject/transactions": "^5.8.0"
|
|
1150
|
-
}
|
|
1151
|
-
},
|
|
1152
|
-
"node_modules/@ethersproject/hash": {
|
|
1153
|
-
"version": "5.8.0",
|
|
1154
|
-
"integrity": "sha512-ac/lBcTbEWW/VGJij0CNSw/wPcw9bSRgCB0AIBz8CvED/jfvDoV9hsIIiWfvWmFEi8RcXtlNwp2jv6ozWOsooA==",
|
|
1155
|
-
"funding": [
|
|
1156
|
-
{
|
|
1157
|
-
"type": "individual",
|
|
1158
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"type": "individual",
|
|
1162
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1163
|
-
}
|
|
1164
|
-
],
|
|
1165
|
-
"license": "MIT",
|
|
1166
|
-
"dependencies": {
|
|
1167
|
-
"@ethersproject/abstract-signer": "^5.8.0",
|
|
1168
|
-
"@ethersproject/address": "^5.8.0",
|
|
1169
|
-
"@ethersproject/base64": "^5.8.0",
|
|
1170
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
1171
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1172
|
-
"@ethersproject/keccak256": "^5.8.0",
|
|
1173
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1174
|
-
"@ethersproject/properties": "^5.8.0",
|
|
1175
|
-
"@ethersproject/strings": "^5.8.0"
|
|
1176
|
-
}
|
|
1177
|
-
},
|
|
1178
|
-
"node_modules/@ethersproject/hdnode": {
|
|
1179
|
-
"version": "5.8.0",
|
|
1180
|
-
"integrity": "sha512-4bK1VF6E83/3/Im0ERnnUeWOY3P1BZml4ZD3wcH8Ys0/d1h1xaFt6Zc+Dh9zXf9TapGro0T4wvO71UTCp3/uoA==",
|
|
1181
|
-
"funding": [
|
|
1182
|
-
{
|
|
1183
|
-
"type": "individual",
|
|
1184
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"type": "individual",
|
|
1188
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1189
|
-
}
|
|
1190
|
-
],
|
|
1191
|
-
"license": "MIT",
|
|
1192
|
-
"dependencies": {
|
|
1193
|
-
"@ethersproject/abstract-signer": "^5.8.0",
|
|
1194
|
-
"@ethersproject/basex": "^5.8.0",
|
|
1195
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
1196
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1197
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1198
|
-
"@ethersproject/pbkdf2": "^5.8.0",
|
|
1199
|
-
"@ethersproject/properties": "^5.8.0",
|
|
1200
|
-
"@ethersproject/sha2": "^5.8.0",
|
|
1201
|
-
"@ethersproject/signing-key": "^5.8.0",
|
|
1202
|
-
"@ethersproject/strings": "^5.8.0",
|
|
1203
|
-
"@ethersproject/transactions": "^5.8.0",
|
|
1204
|
-
"@ethersproject/wordlists": "^5.8.0"
|
|
1205
|
-
}
|
|
1206
|
-
},
|
|
1207
|
-
"node_modules/@ethersproject/json-wallets": {
|
|
1208
|
-
"version": "5.8.0",
|
|
1209
|
-
"integrity": "sha512-HxblNck8FVUtNxS3VTEYJAcwiKYsBIF77W15HufqlBF9gGfhmYOJtYZp8fSDZtn9y5EaXTE87zDwzxRoTFk11w==",
|
|
1210
|
-
"funding": [
|
|
1211
|
-
{
|
|
1212
|
-
"type": "individual",
|
|
1213
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"type": "individual",
|
|
1217
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1218
|
-
}
|
|
1219
|
-
],
|
|
1220
|
-
"license": "MIT",
|
|
1221
|
-
"dependencies": {
|
|
1222
|
-
"@ethersproject/abstract-signer": "^5.8.0",
|
|
1223
|
-
"@ethersproject/address": "^5.8.0",
|
|
1224
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1225
|
-
"@ethersproject/hdnode": "^5.8.0",
|
|
1226
|
-
"@ethersproject/keccak256": "^5.8.0",
|
|
1227
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1228
|
-
"@ethersproject/pbkdf2": "^5.8.0",
|
|
1229
|
-
"@ethersproject/properties": "^5.8.0",
|
|
1230
|
-
"@ethersproject/random": "^5.8.0",
|
|
1231
|
-
"@ethersproject/strings": "^5.8.0",
|
|
1232
|
-
"@ethersproject/transactions": "^5.8.0",
|
|
1233
|
-
"aes-js": "3.0.0",
|
|
1234
|
-
"scrypt-js": "3.0.1"
|
|
1235
|
-
}
|
|
1236
|
-
},
|
|
1237
|
-
"node_modules/@ethersproject/keccak256": {
|
|
1238
|
-
"version": "5.8.0",
|
|
1239
|
-
"integrity": "sha512-A1pkKLZSz8pDaQ1ftutZoaN46I6+jvuqugx5KYNeQOPqq+JZ0Txm7dlWesCHB5cndJSu5vP2VKptKf7cksERng==",
|
|
1240
|
-
"funding": [
|
|
1241
|
-
{
|
|
1242
|
-
"type": "individual",
|
|
1243
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1244
|
-
},
|
|
1245
|
-
{
|
|
1246
|
-
"type": "individual",
|
|
1247
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1248
|
-
}
|
|
1249
|
-
],
|
|
1250
|
-
"license": "MIT",
|
|
1251
|
-
"dependencies": {
|
|
1252
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1253
|
-
"js-sha3": "0.8.0"
|
|
1254
|
-
}
|
|
1255
|
-
},
|
|
1256
|
-
"node_modules/@ethersproject/logger": {
|
|
1257
|
-
"version": "5.8.0",
|
|
1258
|
-
"integrity": "sha512-Qe6knGmY+zPPWTC+wQrpitodgBfH7XoceCGL5bJVejmH+yCS3R8jJm8iiWuvWbG76RUmyEG53oqv6GMVWqunjA==",
|
|
1259
|
-
"funding": [
|
|
1260
|
-
{
|
|
1261
|
-
"type": "individual",
|
|
1262
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1263
|
-
},
|
|
1264
|
-
{
|
|
1265
|
-
"type": "individual",
|
|
1266
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1267
|
-
}
|
|
1268
|
-
],
|
|
1269
|
-
"license": "MIT"
|
|
1270
|
-
},
|
|
1271
|
-
"node_modules/@ethersproject/networks": {
|
|
1272
|
-
"version": "5.8.0",
|
|
1273
|
-
"integrity": "sha512-egPJh3aPVAzbHwq8DD7Po53J4OUSsA1MjQp8Vf/OZPav5rlmWUaFLiq8cvQiGK0Z5K6LYzm29+VA/p4RL1FzNg==",
|
|
1274
|
-
"funding": [
|
|
1275
|
-
{
|
|
1276
|
-
"type": "individual",
|
|
1277
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
"type": "individual",
|
|
1281
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1282
|
-
}
|
|
1283
|
-
],
|
|
1284
|
-
"license": "MIT",
|
|
1285
|
-
"dependencies": {
|
|
1286
|
-
"@ethersproject/logger": "^5.8.0"
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
|
-
"node_modules/@ethersproject/pbkdf2": {
|
|
1290
|
-
"version": "5.8.0",
|
|
1291
|
-
"integrity": "sha512-wuHiv97BrzCmfEaPbUFpMjlVg/IDkZThp9Ri88BpjRleg4iePJaj2SW8AIyE8cXn5V1tuAaMj6lzvsGJkGWskg==",
|
|
1292
|
-
"funding": [
|
|
1293
|
-
{
|
|
1294
|
-
"type": "individual",
|
|
1295
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"type": "individual",
|
|
1299
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1300
|
-
}
|
|
1301
|
-
],
|
|
1302
|
-
"license": "MIT",
|
|
1303
|
-
"dependencies": {
|
|
1304
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1305
|
-
"@ethersproject/sha2": "^5.8.0"
|
|
1306
|
-
}
|
|
1307
|
-
},
|
|
1308
|
-
"node_modules/@ethersproject/properties": {
|
|
1309
|
-
"version": "5.8.0",
|
|
1310
|
-
"integrity": "sha512-PYuiEoQ+FMaZZNGrStmN7+lWjlsoufGIHdww7454FIaGdbe/p5rnaCXTr5MtBYl3NkeoVhHZuyzChPeGeKIpQw==",
|
|
1311
|
-
"funding": [
|
|
1312
|
-
{
|
|
1313
|
-
"type": "individual",
|
|
1314
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"type": "individual",
|
|
1318
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1319
|
-
}
|
|
1320
|
-
],
|
|
1321
|
-
"license": "MIT",
|
|
1322
|
-
"dependencies": {
|
|
1323
|
-
"@ethersproject/logger": "^5.8.0"
|
|
1324
|
-
}
|
|
1325
|
-
},
|
|
1326
|
-
"node_modules/@ethersproject/providers": {
|
|
1327
|
-
"version": "5.8.0",
|
|
1328
|
-
"integrity": "sha512-3Il3oTzEx3o6kzcg9ZzbE+oCZYyY+3Zh83sKkn4s1DZfTUjIegHnN2Cm0kbn9YFy45FDVcuCLLONhU7ny0SsCw==",
|
|
1329
|
-
"funding": [
|
|
1330
|
-
{
|
|
1331
|
-
"type": "individual",
|
|
1332
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1333
|
-
},
|
|
1334
|
-
{
|
|
1335
|
-
"type": "individual",
|
|
1336
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1337
|
-
}
|
|
1338
|
-
],
|
|
1339
|
-
"license": "MIT",
|
|
1340
|
-
"dependencies": {
|
|
1341
|
-
"@ethersproject/abstract-provider": "^5.8.0",
|
|
1342
|
-
"@ethersproject/abstract-signer": "^5.8.0",
|
|
1343
|
-
"@ethersproject/address": "^5.8.0",
|
|
1344
|
-
"@ethersproject/base64": "^5.8.0",
|
|
1345
|
-
"@ethersproject/basex": "^5.8.0",
|
|
1346
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
1347
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1348
|
-
"@ethersproject/constants": "^5.8.0",
|
|
1349
|
-
"@ethersproject/hash": "^5.8.0",
|
|
1350
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1351
|
-
"@ethersproject/networks": "^5.8.0",
|
|
1352
|
-
"@ethersproject/properties": "^5.8.0",
|
|
1353
|
-
"@ethersproject/random": "^5.8.0",
|
|
1354
|
-
"@ethersproject/rlp": "^5.8.0",
|
|
1355
|
-
"@ethersproject/sha2": "^5.8.0",
|
|
1356
|
-
"@ethersproject/strings": "^5.8.0",
|
|
1357
|
-
"@ethersproject/transactions": "^5.8.0",
|
|
1358
|
-
"@ethersproject/web": "^5.8.0",
|
|
1359
|
-
"bech32": "1.1.4",
|
|
1360
|
-
"ws": "8.18.0"
|
|
1361
|
-
}
|
|
1362
|
-
},
|
|
1363
|
-
"node_modules/@ethersproject/random": {
|
|
1364
|
-
"version": "5.8.0",
|
|
1365
|
-
"integrity": "sha512-E4I5TDl7SVqyg4/kkA/qTfuLWAQGXmSOgYyO01So8hLfwgKvYK5snIlzxJMk72IFdG/7oh8yuSqY2KX7MMwg+A==",
|
|
1366
|
-
"funding": [
|
|
1367
|
-
{
|
|
1368
|
-
"type": "individual",
|
|
1369
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"type": "individual",
|
|
1373
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1374
|
-
}
|
|
1375
|
-
],
|
|
1376
|
-
"license": "MIT",
|
|
1377
|
-
"dependencies": {
|
|
1378
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1379
|
-
"@ethersproject/logger": "^5.8.0"
|
|
1380
|
-
}
|
|
1381
|
-
},
|
|
1382
|
-
"node_modules/@ethersproject/rlp": {
|
|
1383
|
-
"version": "5.8.0",
|
|
1384
|
-
"integrity": "sha512-LqZgAznqDbiEunaUvykH2JAoXTT9NV0Atqk8rQN9nx9SEgThA/WMx5DnW8a9FOufo//6FZOCHZ+XiClzgbqV9Q==",
|
|
1385
|
-
"funding": [
|
|
1386
|
-
{
|
|
1387
|
-
"type": "individual",
|
|
1388
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"type": "individual",
|
|
1392
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1393
|
-
}
|
|
1394
|
-
],
|
|
1395
|
-
"license": "MIT",
|
|
1396
|
-
"dependencies": {
|
|
1397
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1398
|
-
"@ethersproject/logger": "^5.8.0"
|
|
1399
|
-
}
|
|
1400
|
-
},
|
|
1401
|
-
"node_modules/@ethersproject/sha2": {
|
|
1402
|
-
"version": "5.8.0",
|
|
1403
|
-
"integrity": "sha512-dDOUrXr9wF/YFltgTBYS0tKslPEKr6AekjqDW2dbn1L1xmjGR+9GiKu4ajxovnrDbwxAKdHjW8jNcwfz8PAz4A==",
|
|
1404
|
-
"funding": [
|
|
1405
|
-
{
|
|
1406
|
-
"type": "individual",
|
|
1407
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1408
|
-
},
|
|
1409
|
-
{
|
|
1410
|
-
"type": "individual",
|
|
1411
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1412
|
-
}
|
|
1413
|
-
],
|
|
1414
|
-
"license": "MIT",
|
|
1415
|
-
"dependencies": {
|
|
1416
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1417
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1418
|
-
"hash.js": "1.1.7"
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
"node_modules/@ethersproject/signing-key": {
|
|
1422
|
-
"version": "5.8.0",
|
|
1423
|
-
"integrity": "sha512-LrPW2ZxoigFi6U6aVkFN/fa9Yx/+4AtIUe4/HACTvKJdhm0eeb107EVCIQcrLZkxaSIgc/eCrX8Q1GtbH+9n3w==",
|
|
1424
|
-
"funding": [
|
|
1425
|
-
{
|
|
1426
|
-
"type": "individual",
|
|
1427
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"type": "individual",
|
|
1431
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1432
|
-
}
|
|
1433
|
-
],
|
|
1434
|
-
"license": "MIT",
|
|
1435
|
-
"dependencies": {
|
|
1436
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1437
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1438
|
-
"@ethersproject/properties": "^5.8.0",
|
|
1439
|
-
"bn.js": "^5.2.1",
|
|
1440
|
-
"elliptic": "6.6.1",
|
|
1441
|
-
"hash.js": "1.1.7"
|
|
1442
|
-
}
|
|
1443
|
-
},
|
|
1444
|
-
"node_modules/@ethersproject/signing-key/node_modules/bn.js": {
|
|
1445
|
-
"version": "5.2.2",
|
|
1446
|
-
"integrity": "sha512-v2YAxEmKaBLahNwE1mjp4WON6huMNeuDvagFZW+ASCuA/ku0bXR9hSMw0XpiqMoA3+rmnyck/tPRSFQkoC9Cuw==",
|
|
1447
|
-
"license": "MIT"
|
|
1448
|
-
},
|
|
1449
|
-
"node_modules/@ethersproject/solidity": {
|
|
1450
|
-
"version": "5.8.0",
|
|
1451
|
-
"integrity": "sha512-4CxFeCgmIWamOHwYN9d+QWGxye9qQLilpgTU0XhYs1OahkclF+ewO+3V1U0mvpiuQxm5EHHmv8f7ClVII8EHsA==",
|
|
1452
|
-
"funding": [
|
|
1453
|
-
{
|
|
1454
|
-
"type": "individual",
|
|
1455
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"type": "individual",
|
|
1459
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1460
|
-
}
|
|
1461
|
-
],
|
|
1462
|
-
"license": "MIT",
|
|
1463
|
-
"dependencies": {
|
|
1464
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
1465
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1466
|
-
"@ethersproject/keccak256": "^5.8.0",
|
|
1467
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1468
|
-
"@ethersproject/sha2": "^5.8.0",
|
|
1469
|
-
"@ethersproject/strings": "^5.8.0"
|
|
1470
|
-
}
|
|
1471
|
-
},
|
|
1472
|
-
"node_modules/@ethersproject/strings": {
|
|
1473
|
-
"version": "5.8.0",
|
|
1474
|
-
"integrity": "sha512-qWEAk0MAvl0LszjdfnZ2uC8xbR2wdv4cDabyHiBh3Cldq/T8dPH3V4BbBsAYJUeonwD+8afVXld274Ls+Y1xXg==",
|
|
1475
|
-
"funding": [
|
|
1476
|
-
{
|
|
1477
|
-
"type": "individual",
|
|
1478
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"type": "individual",
|
|
1482
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1483
|
-
}
|
|
1484
|
-
],
|
|
1485
|
-
"license": "MIT",
|
|
1486
|
-
"dependencies": {
|
|
1487
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1488
|
-
"@ethersproject/constants": "^5.8.0",
|
|
1489
|
-
"@ethersproject/logger": "^5.8.0"
|
|
1490
|
-
}
|
|
1491
|
-
},
|
|
1492
|
-
"node_modules/@ethersproject/transactions": {
|
|
1493
|
-
"version": "5.8.0",
|
|
1494
|
-
"integrity": "sha512-UglxSDjByHG0TuU17bDfCemZ3AnKO2vYrL5/2n2oXvKzvb7Cz+W9gOWXKARjp2URVwcWlQlPOEQyAviKwT4AHg==",
|
|
1495
|
-
"funding": [
|
|
1496
|
-
{
|
|
1497
|
-
"type": "individual",
|
|
1498
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"type": "individual",
|
|
1502
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1503
|
-
}
|
|
1504
|
-
],
|
|
1505
|
-
"license": "MIT",
|
|
1506
|
-
"dependencies": {
|
|
1507
|
-
"@ethersproject/address": "^5.8.0",
|
|
1508
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
1509
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1510
|
-
"@ethersproject/constants": "^5.8.0",
|
|
1511
|
-
"@ethersproject/keccak256": "^5.8.0",
|
|
1512
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1513
|
-
"@ethersproject/properties": "^5.8.0",
|
|
1514
|
-
"@ethersproject/rlp": "^5.8.0",
|
|
1515
|
-
"@ethersproject/signing-key": "^5.8.0"
|
|
1516
|
-
}
|
|
1517
|
-
},
|
|
1518
|
-
"node_modules/@ethersproject/units": {
|
|
1519
|
-
"version": "5.8.0",
|
|
1520
|
-
"integrity": "sha512-lxq0CAnc5kMGIiWW4Mr041VT8IhNM+Pn5T3haO74XZWFulk7wH1Gv64HqE96hT4a7iiNMdOCFEBgaxWuk8ETKQ==",
|
|
1521
|
-
"funding": [
|
|
1522
|
-
{
|
|
1523
|
-
"type": "individual",
|
|
1524
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1525
|
-
},
|
|
1526
|
-
{
|
|
1527
|
-
"type": "individual",
|
|
1528
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1529
|
-
}
|
|
1530
|
-
],
|
|
1531
|
-
"license": "MIT",
|
|
1532
|
-
"dependencies": {
|
|
1533
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
1534
|
-
"@ethersproject/constants": "^5.8.0",
|
|
1535
|
-
"@ethersproject/logger": "^5.8.0"
|
|
1536
|
-
}
|
|
1537
|
-
},
|
|
1538
|
-
"node_modules/@ethersproject/wallet": {
|
|
1539
|
-
"version": "5.8.0",
|
|
1540
|
-
"integrity": "sha512-G+jnzmgg6UxurVKRKvw27h0kvG75YKXZKdlLYmAHeF32TGUzHkOFd7Zn6QHOTYRFWnfjtSSFjBowKo7vfrXzPA==",
|
|
1541
|
-
"funding": [
|
|
1542
|
-
{
|
|
1543
|
-
"type": "individual",
|
|
1544
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
"type": "individual",
|
|
1548
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1549
|
-
}
|
|
1550
|
-
],
|
|
1551
|
-
"license": "MIT",
|
|
1552
|
-
"dependencies": {
|
|
1553
|
-
"@ethersproject/abstract-provider": "^5.8.0",
|
|
1554
|
-
"@ethersproject/abstract-signer": "^5.8.0",
|
|
1555
|
-
"@ethersproject/address": "^5.8.0",
|
|
1556
|
-
"@ethersproject/bignumber": "^5.8.0",
|
|
1557
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1558
|
-
"@ethersproject/hash": "^5.8.0",
|
|
1559
|
-
"@ethersproject/hdnode": "^5.8.0",
|
|
1560
|
-
"@ethersproject/json-wallets": "^5.8.0",
|
|
1561
|
-
"@ethersproject/keccak256": "^5.8.0",
|
|
1562
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1563
|
-
"@ethersproject/properties": "^5.8.0",
|
|
1564
|
-
"@ethersproject/random": "^5.8.0",
|
|
1565
|
-
"@ethersproject/signing-key": "^5.8.0",
|
|
1566
|
-
"@ethersproject/transactions": "^5.8.0",
|
|
1567
|
-
"@ethersproject/wordlists": "^5.8.0"
|
|
1568
|
-
}
|
|
1569
|
-
},
|
|
1570
|
-
"node_modules/@ethersproject/web": {
|
|
1571
|
-
"version": "5.8.0",
|
|
1572
|
-
"integrity": "sha512-j7+Ksi/9KfGviws6Qtf9Q7KCqRhpwrYKQPs+JBA/rKVFF/yaWLHJEH3zfVP2plVu+eys0d2DlFmhoQJayFewcw==",
|
|
1573
|
-
"funding": [
|
|
1574
|
-
{
|
|
1575
|
-
"type": "individual",
|
|
1576
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"type": "individual",
|
|
1580
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1581
|
-
}
|
|
1582
|
-
],
|
|
1583
|
-
"license": "MIT",
|
|
1584
|
-
"dependencies": {
|
|
1585
|
-
"@ethersproject/base64": "^5.8.0",
|
|
1586
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1587
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1588
|
-
"@ethersproject/properties": "^5.8.0",
|
|
1589
|
-
"@ethersproject/strings": "^5.8.0"
|
|
1590
|
-
}
|
|
1591
|
-
},
|
|
1592
|
-
"node_modules/@ethersproject/wordlists": {
|
|
1593
|
-
"version": "5.8.0",
|
|
1594
|
-
"integrity": "sha512-2df9bbXicZws2Sb5S6ET493uJ0Z84Fjr3pC4tu/qlnZERibZCeUVuqdtt+7Tv9xxhUxHoIekIA7avrKUWHrezg==",
|
|
1595
|
-
"funding": [
|
|
1596
|
-
{
|
|
1597
|
-
"type": "individual",
|
|
1598
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"type": "individual",
|
|
1602
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
1603
|
-
}
|
|
1604
|
-
],
|
|
1605
|
-
"license": "MIT",
|
|
1606
|
-
"dependencies": {
|
|
1607
|
-
"@ethersproject/bytes": "^5.8.0",
|
|
1608
|
-
"@ethersproject/hash": "^5.8.0",
|
|
1609
|
-
"@ethersproject/logger": "^5.8.0",
|
|
1610
|
-
"@ethersproject/properties": "^5.8.0",
|
|
1611
|
-
"@ethersproject/strings": "^5.8.0"
|
|
1612
|
-
}
|
|
1613
|
-
},
|
|
1614
933
|
"node_modules/@fidm/asn1": {
|
|
1615
934
|
"version": "1.0.4",
|
|
1616
935
|
"integrity": "sha512-esd1jyNvRb2HVaQGq2Gg8Z0kbQPXzV9Tq5Z14KNIov6KfFD6PTaRIO8UpcsYiTNzOqJpmyzWgVTrUwFV3UF4TQ==",
|
|
@@ -2802,7 +2121,6 @@
|
|
|
2802
2121
|
"version": "1.3.0",
|
|
2803
2122
|
"integrity": "sha512-BeSZqYCYBINUa3JnrOEvu3qKrvAx8ShEYcoQ0RD/PwMxMZ4X60RvzEVN4Q0G2QzMLdNYGbNsNP5dvDZU4T5eGQ==",
|
|
2804
2123
|
"license": "MIT",
|
|
2805
|
-
"peer": true,
|
|
2806
2124
|
"peerDependencies": {
|
|
2807
2125
|
"@sinclair/typebox": "^0.33.22",
|
|
2808
2126
|
"iso-639-3": "^2.2.0"
|
|
@@ -2883,8 +2201,8 @@
|
|
|
2883
2201
|
}
|
|
2884
2202
|
},
|
|
2885
2203
|
"node_modules/@super-protocol/sdk-js": {
|
|
2886
|
-
"version": "3.
|
|
2887
|
-
"integrity": "sha512-
|
|
2204
|
+
"version": "3.18.1",
|
|
2205
|
+
"integrity": "sha512-PUhSTuWfNwWz5wvyQA5m7XQ4YxJCyXW+if+w1kNLp/FevUoGOlV6jhOkpcixX6evft4ubT69hB6O4JNO8C6NaQ==",
|
|
2888
2206
|
"license": "MIT",
|
|
2889
2207
|
"dependencies": {
|
|
2890
2208
|
"@aws-sdk/client-s3": "3.750.0",
|
|
@@ -2893,14 +2211,13 @@
|
|
|
2893
2211
|
"@peculiar/asn1-ocsp": "^2.3.15",
|
|
2894
2212
|
"@peculiar/webcrypto": "^1.5.0",
|
|
2895
2213
|
"@peculiar/x509": "^1.12.4",
|
|
2896
|
-
"@super-protocol/dto-js": "1.
|
|
2214
|
+
"@super-protocol/dto-js": "1.3.0",
|
|
2897
2215
|
"@super-protocol/pki-common": "1.7.4",
|
|
2898
2216
|
"@super-protocol/uplink-nodejs": "^1.2.20",
|
|
2899
2217
|
"asn1js": "^3.0.5",
|
|
2900
2218
|
"axios": "^1.5.1",
|
|
2901
2219
|
"bottleneck": "^2.19.5",
|
|
2902
|
-
"
|
|
2903
|
-
"ethers": "^5.5.3",
|
|
2220
|
+
"ethers": "^6.15.0",
|
|
2904
2221
|
"js-encoding-utils": "^0.7.3",
|
|
2905
2222
|
"lodash": "^4.17.21",
|
|
2906
2223
|
"lru-cache": "^10.0.0",
|
|
@@ -2922,15 +2239,6 @@
|
|
|
2922
2239
|
"@sinclair/typebox": "^0.33.22"
|
|
2923
2240
|
}
|
|
2924
2241
|
},
|
|
2925
|
-
"node_modules/@super-protocol/sdk-js/node_modules/@super-protocol/dto-js": {
|
|
2926
|
-
"version": "1.2.12",
|
|
2927
|
-
"integrity": "sha512-lRvS5H6QVzjzxjmCiHb3DGdFw7MWyR/9aHYNq4Wb+BEMxVQqswrJob7uGuUgh8VCAp1f19FL9v3r4E0OLXBCYg==",
|
|
2928
|
-
"license": "MIT",
|
|
2929
|
-
"peerDependencies": {
|
|
2930
|
-
"@sinclair/typebox": "^0.33.22",
|
|
2931
|
-
"iso-639-3": "^2.2.0"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
2242
|
"node_modules/@super-protocol/sdk-js/node_modules/@super-protocol/pki-common": {
|
|
2935
2243
|
"version": "1.7.4",
|
|
2936
2244
|
"integrity": "sha512-kuXPQeeZ6AJcef81/RxI6kGo9jVevciYwh4lwlS4Tdv4H6g3mKTZbksU4kX0hsaFHOc1hD0E1W25P10Q6cxXtg==",
|
|
@@ -3317,8 +2625,8 @@
|
|
|
3317
2625
|
}
|
|
3318
2626
|
},
|
|
3319
2627
|
"node_modules/aes-js": {
|
|
3320
|
-
"version": "
|
|
3321
|
-
"integrity": "sha512-
|
|
2628
|
+
"version": "4.0.0-beta.5",
|
|
2629
|
+
"integrity": "sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==",
|
|
3322
2630
|
"license": "MIT"
|
|
3323
2631
|
},
|
|
3324
2632
|
"node_modules/agent-base": {
|
|
@@ -3508,11 +2816,6 @@
|
|
|
3508
2816
|
],
|
|
3509
2817
|
"license": "MIT"
|
|
3510
2818
|
},
|
|
3511
|
-
"node_modules/bech32": {
|
|
3512
|
-
"version": "1.1.4",
|
|
3513
|
-
"integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ==",
|
|
3514
|
-
"license": "MIT"
|
|
3515
|
-
},
|
|
3516
2819
|
"node_modules/bindings": {
|
|
3517
2820
|
"version": "1.5.0",
|
|
3518
2821
|
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
|
|
@@ -3563,11 +2866,6 @@
|
|
|
3563
2866
|
"node": ">= 6"
|
|
3564
2867
|
}
|
|
3565
2868
|
},
|
|
3566
|
-
"node_modules/bn.js": {
|
|
3567
|
-
"version": "4.12.2",
|
|
3568
|
-
"integrity": "sha512-n4DSx829VRTRByMRGdjQ9iqsN0Bh4OolPsFnaZBLcbi8iXcB+kJ9s7EnRt4wILZNV3kPLHkRVfOc/HvhC3ovDw==",
|
|
3569
|
-
"license": "MIT"
|
|
3570
|
-
},
|
|
3571
2869
|
"node_modules/bottleneck": {
|
|
3572
2870
|
"version": "2.19.5",
|
|
3573
2871
|
"integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw=="
|
|
@@ -3596,11 +2894,6 @@
|
|
|
3596
2894
|
"node": ">=8"
|
|
3597
2895
|
}
|
|
3598
2896
|
},
|
|
3599
|
-
"node_modules/brorand": {
|
|
3600
|
-
"version": "1.1.0",
|
|
3601
|
-
"integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==",
|
|
3602
|
-
"license": "MIT"
|
|
3603
|
-
},
|
|
3604
2897
|
"node_modules/buffer": {
|
|
3605
2898
|
"version": "6.0.3",
|
|
3606
2899
|
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
@@ -4040,20 +3333,6 @@
|
|
|
4040
3333
|
"safe-buffer": "^5.0.1"
|
|
4041
3334
|
}
|
|
4042
3335
|
},
|
|
4043
|
-
"node_modules/elliptic": {
|
|
4044
|
-
"version": "6.6.1",
|
|
4045
|
-
"integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==",
|
|
4046
|
-
"license": "MIT",
|
|
4047
|
-
"dependencies": {
|
|
4048
|
-
"bn.js": "^4.11.9",
|
|
4049
|
-
"brorand": "^1.1.0",
|
|
4050
|
-
"hash.js": "^1.0.0",
|
|
4051
|
-
"hmac-drbg": "^1.0.1",
|
|
4052
|
-
"inherits": "^2.0.4",
|
|
4053
|
-
"minimalistic-assert": "^1.0.1",
|
|
4054
|
-
"minimalistic-crypto-utils": "^1.0.1"
|
|
4055
|
-
}
|
|
4056
|
-
},
|
|
4057
3336
|
"node_modules/emoji-regex": {
|
|
4058
3337
|
"version": "8.0.0",
|
|
4059
3338
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
@@ -4481,12 +3760,12 @@
|
|
|
4481
3760
|
}
|
|
4482
3761
|
},
|
|
4483
3762
|
"node_modules/ethers": {
|
|
4484
|
-
"version": "
|
|
4485
|
-
"integrity": "sha512-
|
|
3763
|
+
"version": "6.16.0",
|
|
3764
|
+
"integrity": "sha512-U1wulmetNymijEhpSEQ7Ct/P/Jw9/e7R1j5XIbPRydgV2DjLVMsULDlNksq3RQnFgKoLlZf88ijYtWEXcPa07A==",
|
|
4486
3765
|
"funding": [
|
|
4487
3766
|
{
|
|
4488
3767
|
"type": "individual",
|
|
4489
|
-
"url": "https://
|
|
3768
|
+
"url": "https://github.com/sponsors/ethers-io/"
|
|
4490
3769
|
},
|
|
4491
3770
|
{
|
|
4492
3771
|
"type": "individual",
|
|
@@ -4495,36 +3774,76 @@
|
|
|
4495
3774
|
],
|
|
4496
3775
|
"license": "MIT",
|
|
4497
3776
|
"dependencies": {
|
|
4498
|
-
"@
|
|
4499
|
-
"@
|
|
4500
|
-
"@
|
|
4501
|
-
"@
|
|
4502
|
-
"
|
|
4503
|
-
"
|
|
4504
|
-
"
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
"
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
"@
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
"
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
3777
|
+
"@adraffy/ens-normalize": "1.10.1",
|
|
3778
|
+
"@noble/curves": "1.2.0",
|
|
3779
|
+
"@noble/hashes": "1.3.2",
|
|
3780
|
+
"@types/node": "22.7.5",
|
|
3781
|
+
"aes-js": "4.0.0-beta.5",
|
|
3782
|
+
"tslib": "2.7.0",
|
|
3783
|
+
"ws": "8.17.1"
|
|
3784
|
+
},
|
|
3785
|
+
"engines": {
|
|
3786
|
+
"node": ">=14.0.0"
|
|
3787
|
+
}
|
|
3788
|
+
},
|
|
3789
|
+
"node_modules/ethers/node_modules/@adraffy/ens-normalize": {
|
|
3790
|
+
"version": "1.10.1",
|
|
3791
|
+
"integrity": "sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==",
|
|
3792
|
+
"license": "MIT"
|
|
3793
|
+
},
|
|
3794
|
+
"node_modules/ethers/node_modules/@noble/curves": {
|
|
3795
|
+
"version": "1.2.0",
|
|
3796
|
+
"integrity": "sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==",
|
|
3797
|
+
"license": "MIT",
|
|
3798
|
+
"dependencies": {
|
|
3799
|
+
"@noble/hashes": "1.3.2"
|
|
3800
|
+
},
|
|
3801
|
+
"funding": {
|
|
3802
|
+
"url": "https://paulmillr.com/funding/"
|
|
3803
|
+
}
|
|
3804
|
+
},
|
|
3805
|
+
"node_modules/ethers/node_modules/@noble/hashes": {
|
|
3806
|
+
"version": "1.3.2",
|
|
3807
|
+
"integrity": "sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==",
|
|
3808
|
+
"license": "MIT",
|
|
3809
|
+
"engines": {
|
|
3810
|
+
"node": ">= 16"
|
|
3811
|
+
},
|
|
3812
|
+
"funding": {
|
|
3813
|
+
"url": "https://paulmillr.com/funding/"
|
|
3814
|
+
}
|
|
3815
|
+
},
|
|
3816
|
+
"node_modules/ethers/node_modules/@types/node": {
|
|
3817
|
+
"version": "22.7.5",
|
|
3818
|
+
"integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==",
|
|
3819
|
+
"license": "MIT",
|
|
3820
|
+
"dependencies": {
|
|
3821
|
+
"undici-types": "~6.19.2"
|
|
3822
|
+
}
|
|
3823
|
+
},
|
|
3824
|
+
"node_modules/ethers/node_modules/tslib": {
|
|
3825
|
+
"version": "2.7.0",
|
|
3826
|
+
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
|
|
3827
|
+
"license": "0BSD"
|
|
3828
|
+
},
|
|
3829
|
+
"node_modules/ethers/node_modules/ws": {
|
|
3830
|
+
"version": "8.17.1",
|
|
3831
|
+
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
|
|
3832
|
+
"license": "MIT",
|
|
3833
|
+
"engines": {
|
|
3834
|
+
"node": ">=10.0.0"
|
|
3835
|
+
},
|
|
3836
|
+
"peerDependencies": {
|
|
3837
|
+
"bufferutil": "^4.0.1",
|
|
3838
|
+
"utf-8-validate": ">=5.0.2"
|
|
3839
|
+
},
|
|
3840
|
+
"peerDependenciesMeta": {
|
|
3841
|
+
"bufferutil": {
|
|
3842
|
+
"optional": true
|
|
3843
|
+
},
|
|
3844
|
+
"utf-8-validate": {
|
|
3845
|
+
"optional": true
|
|
3846
|
+
}
|
|
4528
3847
|
}
|
|
4529
3848
|
},
|
|
4530
3849
|
"node_modules/ethjs-unit": {
|
|
@@ -5038,15 +4357,6 @@
|
|
|
5038
4357
|
"version": "2.0.1",
|
|
5039
4358
|
"integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
|
|
5040
4359
|
},
|
|
5041
|
-
"node_modules/hash.js": {
|
|
5042
|
-
"version": "1.1.7",
|
|
5043
|
-
"integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
|
|
5044
|
-
"license": "MIT",
|
|
5045
|
-
"dependencies": {
|
|
5046
|
-
"inherits": "^2.0.3",
|
|
5047
|
-
"minimalistic-assert": "^1.0.1"
|
|
5048
|
-
}
|
|
5049
|
-
},
|
|
5050
4360
|
"node_modules/hasown": {
|
|
5051
4361
|
"version": "2.0.2",
|
|
5052
4362
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
@@ -5063,16 +4373,6 @@
|
|
|
5063
4373
|
"integrity": "sha512-EmBBpvdYh/4XxsnUybsPag6VikPYnN30td+vQk+GI3qpahVEG9+gTkG0aXVxTjBqQ5T6ijbWIu77O+C5WFWsnA==",
|
|
5064
4374
|
"license": "MIT"
|
|
5065
4375
|
},
|
|
5066
|
-
"node_modules/hmac-drbg": {
|
|
5067
|
-
"version": "1.0.1",
|
|
5068
|
-
"integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
|
|
5069
|
-
"license": "MIT",
|
|
5070
|
-
"dependencies": {
|
|
5071
|
-
"hash.js": "^1.0.3",
|
|
5072
|
-
"minimalistic-assert": "^1.0.0",
|
|
5073
|
-
"minimalistic-crypto-utils": "^1.0.1"
|
|
5074
|
-
}
|
|
5075
|
-
},
|
|
5076
4376
|
"node_modules/http-cache-semantics": {
|
|
5077
4377
|
"version": "4.1.1",
|
|
5078
4378
|
"integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
|
|
@@ -5359,11 +4659,6 @@
|
|
|
5359
4659
|
"version": "0.7.3",
|
|
5360
4660
|
"integrity": "sha512-cfjcyPOzkZ2esMAi6eAjuto7GiT6YpPan5xIeQyN/CFqFHTt1sdqP0PJPgzi3HqAqXKN9j9hduynkgwk+AAJOw=="
|
|
5361
4661
|
},
|
|
5362
|
-
"node_modules/js-sha3": {
|
|
5363
|
-
"version": "0.8.0",
|
|
5364
|
-
"integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==",
|
|
5365
|
-
"license": "MIT"
|
|
5366
|
-
},
|
|
5367
4662
|
"node_modules/js-yaml": {
|
|
5368
4663
|
"version": "4.1.0",
|
|
5369
4664
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
@@ -5612,16 +4907,6 @@
|
|
|
5612
4907
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5613
4908
|
}
|
|
5614
4909
|
},
|
|
5615
|
-
"node_modules/minimalistic-assert": {
|
|
5616
|
-
"version": "1.0.1",
|
|
5617
|
-
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
|
|
5618
|
-
"license": "ISC"
|
|
5619
|
-
},
|
|
5620
|
-
"node_modules/minimalistic-crypto-utils": {
|
|
5621
|
-
"version": "1.0.1",
|
|
5622
|
-
"integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==",
|
|
5623
|
-
"license": "MIT"
|
|
5624
|
-
},
|
|
5625
4910
|
"node_modules/minimatch": {
|
|
5626
4911
|
"version": "9.0.5",
|
|
5627
4912
|
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
@@ -5815,8 +5100,9 @@
|
|
|
5815
5100
|
"license": "MIT"
|
|
5816
5101
|
},
|
|
5817
5102
|
"node_modules/napi-build-utils": {
|
|
5818
|
-
"version": "
|
|
5819
|
-
"integrity": "sha512-
|
|
5103
|
+
"version": "2.0.0",
|
|
5104
|
+
"integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
|
|
5105
|
+
"license": "MIT"
|
|
5820
5106
|
},
|
|
5821
5107
|
"node_modules/natural-compare": {
|
|
5822
5108
|
"version": "1.4.0",
|
|
@@ -5895,8 +5181,9 @@
|
|
|
5895
5181
|
}
|
|
5896
5182
|
},
|
|
5897
5183
|
"node_modules/node-gyp-build": {
|
|
5898
|
-
"version": "4.8.
|
|
5899
|
-
"integrity": "sha512-
|
|
5184
|
+
"version": "4.8.4",
|
|
5185
|
+
"integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
|
|
5186
|
+
"license": "MIT",
|
|
5900
5187
|
"bin": {
|
|
5901
5188
|
"node-gyp-build": "bin.js",
|
|
5902
5189
|
"node-gyp-build-optional": "optional.js",
|
|
@@ -6189,15 +5476,17 @@
|
|
|
6189
5476
|
}
|
|
6190
5477
|
},
|
|
6191
5478
|
"node_modules/prebuild-install": {
|
|
6192
|
-
"version": "7.1.
|
|
6193
|
-
"integrity": "sha512-
|
|
5479
|
+
"version": "7.1.3",
|
|
5480
|
+
"integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
|
|
5481
|
+
"deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.",
|
|
5482
|
+
"license": "MIT",
|
|
6194
5483
|
"dependencies": {
|
|
6195
5484
|
"detect-libc": "^2.0.0",
|
|
6196
5485
|
"expand-template": "^2.0.3",
|
|
6197
5486
|
"github-from-package": "0.0.0",
|
|
6198
5487
|
"minimist": "^1.2.3",
|
|
6199
5488
|
"mkdirp-classic": "^0.5.3",
|
|
6200
|
-
"napi-build-utils": "^
|
|
5489
|
+
"napi-build-utils": "^2.0.0",
|
|
6201
5490
|
"node-abi": "^3.3.0",
|
|
6202
5491
|
"pump": "^3.0.0",
|
|
6203
5492
|
"rc": "^1.2.7",
|
|
@@ -6519,11 +5808,6 @@
|
|
|
6519
5808
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
6520
5809
|
"license": "MIT"
|
|
6521
5810
|
},
|
|
6522
|
-
"node_modules/scrypt-js": {
|
|
6523
|
-
"version": "3.0.1",
|
|
6524
|
-
"integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==",
|
|
6525
|
-
"license": "MIT"
|
|
6526
|
-
},
|
|
6527
5811
|
"node_modules/semver": {
|
|
6528
5812
|
"version": "7.6.3",
|
|
6529
5813
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|