package-lock.json 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633
  1. {
  2. "name": "polymarket",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "polymarket",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@polymarket/clob-client": "^5.2.1",
  13. "axios": "^1.13.3",
  14. "dayjs": "^1.11.19",
  15. "ethers": "^5.8.0",
  16. "https-proxy-agent": "^7.0.6",
  17. "qs": "^6.14.1",
  18. "ws": "^8.19.0"
  19. }
  20. },
  21. "node_modules/@adraffy/ens-normalize": {
  22. "version": "1.11.1",
  23. "resolved": "https://registry.npmmirror.com/@adraffy/ens-normalize/-/ens-normalize-1.11.1.tgz",
  24. "integrity": "sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ==",
  25. "license": "MIT"
  26. },
  27. "node_modules/@ethersproject/abi": {
  28. "version": "5.8.0",
  29. "resolved": "https://registry.npmmirror.com/@ethersproject/abi/-/abi-5.8.0.tgz",
  30. "integrity": "sha512-b9YS/43ObplgyV6SlyQsG53/vkSal0MNA1fskSC4mbnCMi8R+NkcH8K9FPYNESf6jUefBUniE4SOKms0E/KK1Q==",
  31. "funding": [
  32. {
  33. "type": "individual",
  34. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  35. },
  36. {
  37. "type": "individual",
  38. "url": "https://www.buymeacoffee.com/ricmoo"
  39. }
  40. ],
  41. "license": "MIT",
  42. "dependencies": {
  43. "@ethersproject/address": "^5.8.0",
  44. "@ethersproject/bignumber": "^5.8.0",
  45. "@ethersproject/bytes": "^5.8.0",
  46. "@ethersproject/constants": "^5.8.0",
  47. "@ethersproject/hash": "^5.8.0",
  48. "@ethersproject/keccak256": "^5.8.0",
  49. "@ethersproject/logger": "^5.8.0",
  50. "@ethersproject/properties": "^5.8.0",
  51. "@ethersproject/strings": "^5.8.0"
  52. }
  53. },
  54. "node_modules/@ethersproject/abstract-provider": {
  55. "version": "5.8.0",
  56. "resolved": "https://registry.npmmirror.com/@ethersproject/abstract-provider/-/abstract-provider-5.8.0.tgz",
  57. "integrity": "sha512-wC9SFcmh4UK0oKuLJQItoQdzS/qZ51EJegK6EmAWlh+OptpQ/npECOR3QqECd8iGHC0RJb4WKbVdSfif4ammrg==",
  58. "funding": [
  59. {
  60. "type": "individual",
  61. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  62. },
  63. {
  64. "type": "individual",
  65. "url": "https://www.buymeacoffee.com/ricmoo"
  66. }
  67. ],
  68. "license": "MIT",
  69. "dependencies": {
  70. "@ethersproject/bignumber": "^5.8.0",
  71. "@ethersproject/bytes": "^5.8.0",
  72. "@ethersproject/logger": "^5.8.0",
  73. "@ethersproject/networks": "^5.8.0",
  74. "@ethersproject/properties": "^5.8.0",
  75. "@ethersproject/transactions": "^5.8.0",
  76. "@ethersproject/web": "^5.8.0"
  77. }
  78. },
  79. "node_modules/@ethersproject/abstract-signer": {
  80. "version": "5.8.0",
  81. "resolved": "https://registry.npmmirror.com/@ethersproject/abstract-signer/-/abstract-signer-5.8.0.tgz",
  82. "integrity": "sha512-N0XhZTswXcmIZQdYtUnd79VJzvEwXQw6PK0dTl9VoYrEBxxCPXqS0Eod7q5TNKRxe1/5WUMuR0u0nqTF/avdCA==",
  83. "funding": [
  84. {
  85. "type": "individual",
  86. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  87. },
  88. {
  89. "type": "individual",
  90. "url": "https://www.buymeacoffee.com/ricmoo"
  91. }
  92. ],
  93. "license": "MIT",
  94. "dependencies": {
  95. "@ethersproject/abstract-provider": "^5.8.0",
  96. "@ethersproject/bignumber": "^5.8.0",
  97. "@ethersproject/bytes": "^5.8.0",
  98. "@ethersproject/logger": "^5.8.0",
  99. "@ethersproject/properties": "^5.8.0"
  100. }
  101. },
  102. "node_modules/@ethersproject/address": {
  103. "version": "5.8.0",
  104. "resolved": "https://registry.npmmirror.com/@ethersproject/address/-/address-5.8.0.tgz",
  105. "integrity": "sha512-GhH/abcC46LJwshoN+uBNoKVFPxUuZm6dA257z0vZkKmU1+t8xTn8oK7B9qrj8W2rFRMch4gbJl6PmVxjxBEBA==",
  106. "funding": [
  107. {
  108. "type": "individual",
  109. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  110. },
  111. {
  112. "type": "individual",
  113. "url": "https://www.buymeacoffee.com/ricmoo"
  114. }
  115. ],
  116. "license": "MIT",
  117. "dependencies": {
  118. "@ethersproject/bignumber": "^5.8.0",
  119. "@ethersproject/bytes": "^5.8.0",
  120. "@ethersproject/keccak256": "^5.8.0",
  121. "@ethersproject/logger": "^5.8.0",
  122. "@ethersproject/rlp": "^5.8.0"
  123. }
  124. },
  125. "node_modules/@ethersproject/base64": {
  126. "version": "5.8.0",
  127. "resolved": "https://registry.npmmirror.com/@ethersproject/base64/-/base64-5.8.0.tgz",
  128. "integrity": "sha512-lN0oIwfkYj9LbPx4xEkie6rAMJtySbpOAFXSDVQaBnAzYfB4X2Qr+FXJGxMoc3Bxp2Sm8OwvzMrywxyw0gLjIQ==",
  129. "funding": [
  130. {
  131. "type": "individual",
  132. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  133. },
  134. {
  135. "type": "individual",
  136. "url": "https://www.buymeacoffee.com/ricmoo"
  137. }
  138. ],
  139. "license": "MIT",
  140. "dependencies": {
  141. "@ethersproject/bytes": "^5.8.0"
  142. }
  143. },
  144. "node_modules/@ethersproject/basex": {
  145. "version": "5.8.0",
  146. "resolved": "https://registry.npmmirror.com/@ethersproject/basex/-/basex-5.8.0.tgz",
  147. "integrity": "sha512-PIgTszMlDRmNwW9nhS6iqtVfdTAKosA7llYXNmGPw4YAI1PUyMv28988wAb41/gHF/WqGdoLv0erHaRcHRKW2Q==",
  148. "funding": [
  149. {
  150. "type": "individual",
  151. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  152. },
  153. {
  154. "type": "individual",
  155. "url": "https://www.buymeacoffee.com/ricmoo"
  156. }
  157. ],
  158. "license": "MIT",
  159. "dependencies": {
  160. "@ethersproject/bytes": "^5.8.0",
  161. "@ethersproject/properties": "^5.8.0"
  162. }
  163. },
  164. "node_modules/@ethersproject/bignumber": {
  165. "version": "5.8.0",
  166. "resolved": "https://registry.npmmirror.com/@ethersproject/bignumber/-/bignumber-5.8.0.tgz",
  167. "integrity": "sha512-ZyaT24bHaSeJon2tGPKIiHszWjD/54Sz8t57Toch475lCLljC6MgPmxk7Gtzz+ddNN5LuHea9qhAe0x3D+uYPA==",
  168. "funding": [
  169. {
  170. "type": "individual",
  171. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  172. },
  173. {
  174. "type": "individual",
  175. "url": "https://www.buymeacoffee.com/ricmoo"
  176. }
  177. ],
  178. "license": "MIT",
  179. "dependencies": {
  180. "@ethersproject/bytes": "^5.8.0",
  181. "@ethersproject/logger": "^5.8.0",
  182. "bn.js": "^5.2.1"
  183. }
  184. },
  185. "node_modules/@ethersproject/bytes": {
  186. "version": "5.8.0",
  187. "resolved": "https://registry.npmmirror.com/@ethersproject/bytes/-/bytes-5.8.0.tgz",
  188. "integrity": "sha512-vTkeohgJVCPVHu5c25XWaWQOZ4v+DkGoC42/TS2ond+PARCxTJvgTFUNDZovyQ/uAQ4EcpqqowKydcdmRKjg7A==",
  189. "funding": [
  190. {
  191. "type": "individual",
  192. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  193. },
  194. {
  195. "type": "individual",
  196. "url": "https://www.buymeacoffee.com/ricmoo"
  197. }
  198. ],
  199. "license": "MIT",
  200. "dependencies": {
  201. "@ethersproject/logger": "^5.8.0"
  202. }
  203. },
  204. "node_modules/@ethersproject/constants": {
  205. "version": "5.8.0",
  206. "resolved": "https://registry.npmmirror.com/@ethersproject/constants/-/constants-5.8.0.tgz",
  207. "integrity": "sha512-wigX4lrf5Vu+axVTIvNsuL6YrV4O5AXl5ubcURKMEME5TnWBouUh0CDTWxZ2GpnRn1kcCgE7l8O5+VbV9QTTcg==",
  208. "funding": [
  209. {
  210. "type": "individual",
  211. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  212. },
  213. {
  214. "type": "individual",
  215. "url": "https://www.buymeacoffee.com/ricmoo"
  216. }
  217. ],
  218. "license": "MIT",
  219. "dependencies": {
  220. "@ethersproject/bignumber": "^5.8.0"
  221. }
  222. },
  223. "node_modules/@ethersproject/contracts": {
  224. "version": "5.8.0",
  225. "resolved": "https://registry.npmmirror.com/@ethersproject/contracts/-/contracts-5.8.0.tgz",
  226. "integrity": "sha512-0eFjGz9GtuAi6MZwhb4uvUM216F38xiuR0yYCjKJpNfSEy4HUM8hvqqBj9Jmm0IUz8l0xKEhWwLIhPgxNY0yvQ==",
  227. "funding": [
  228. {
  229. "type": "individual",
  230. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  231. },
  232. {
  233. "type": "individual",
  234. "url": "https://www.buymeacoffee.com/ricmoo"
  235. }
  236. ],
  237. "license": "MIT",
  238. "dependencies": {
  239. "@ethersproject/abi": "^5.8.0",
  240. "@ethersproject/abstract-provider": "^5.8.0",
  241. "@ethersproject/abstract-signer": "^5.8.0",
  242. "@ethersproject/address": "^5.8.0",
  243. "@ethersproject/bignumber": "^5.8.0",
  244. "@ethersproject/bytes": "^5.8.0",
  245. "@ethersproject/constants": "^5.8.0",
  246. "@ethersproject/logger": "^5.8.0",
  247. "@ethersproject/properties": "^5.8.0",
  248. "@ethersproject/transactions": "^5.8.0"
  249. }
  250. },
  251. "node_modules/@ethersproject/hash": {
  252. "version": "5.8.0",
  253. "resolved": "https://registry.npmmirror.com/@ethersproject/hash/-/hash-5.8.0.tgz",
  254. "integrity": "sha512-ac/lBcTbEWW/VGJij0CNSw/wPcw9bSRgCB0AIBz8CvED/jfvDoV9hsIIiWfvWmFEi8RcXtlNwp2jv6ozWOsooA==",
  255. "funding": [
  256. {
  257. "type": "individual",
  258. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  259. },
  260. {
  261. "type": "individual",
  262. "url": "https://www.buymeacoffee.com/ricmoo"
  263. }
  264. ],
  265. "license": "MIT",
  266. "dependencies": {
  267. "@ethersproject/abstract-signer": "^5.8.0",
  268. "@ethersproject/address": "^5.8.0",
  269. "@ethersproject/base64": "^5.8.0",
  270. "@ethersproject/bignumber": "^5.8.0",
  271. "@ethersproject/bytes": "^5.8.0",
  272. "@ethersproject/keccak256": "^5.8.0",
  273. "@ethersproject/logger": "^5.8.0",
  274. "@ethersproject/properties": "^5.8.0",
  275. "@ethersproject/strings": "^5.8.0"
  276. }
  277. },
  278. "node_modules/@ethersproject/hdnode": {
  279. "version": "5.8.0",
  280. "resolved": "https://registry.npmmirror.com/@ethersproject/hdnode/-/hdnode-5.8.0.tgz",
  281. "integrity": "sha512-4bK1VF6E83/3/Im0ERnnUeWOY3P1BZml4ZD3wcH8Ys0/d1h1xaFt6Zc+Dh9zXf9TapGro0T4wvO71UTCp3/uoA==",
  282. "funding": [
  283. {
  284. "type": "individual",
  285. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  286. },
  287. {
  288. "type": "individual",
  289. "url": "https://www.buymeacoffee.com/ricmoo"
  290. }
  291. ],
  292. "license": "MIT",
  293. "dependencies": {
  294. "@ethersproject/abstract-signer": "^5.8.0",
  295. "@ethersproject/basex": "^5.8.0",
  296. "@ethersproject/bignumber": "^5.8.0",
  297. "@ethersproject/bytes": "^5.8.0",
  298. "@ethersproject/logger": "^5.8.0",
  299. "@ethersproject/pbkdf2": "^5.8.0",
  300. "@ethersproject/properties": "^5.8.0",
  301. "@ethersproject/sha2": "^5.8.0",
  302. "@ethersproject/signing-key": "^5.8.0",
  303. "@ethersproject/strings": "^5.8.0",
  304. "@ethersproject/transactions": "^5.8.0",
  305. "@ethersproject/wordlists": "^5.8.0"
  306. }
  307. },
  308. "node_modules/@ethersproject/json-wallets": {
  309. "version": "5.8.0",
  310. "resolved": "https://registry.npmmirror.com/@ethersproject/json-wallets/-/json-wallets-5.8.0.tgz",
  311. "integrity": "sha512-HxblNck8FVUtNxS3VTEYJAcwiKYsBIF77W15HufqlBF9gGfhmYOJtYZp8fSDZtn9y5EaXTE87zDwzxRoTFk11w==",
  312. "funding": [
  313. {
  314. "type": "individual",
  315. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  316. },
  317. {
  318. "type": "individual",
  319. "url": "https://www.buymeacoffee.com/ricmoo"
  320. }
  321. ],
  322. "license": "MIT",
  323. "dependencies": {
  324. "@ethersproject/abstract-signer": "^5.8.0",
  325. "@ethersproject/address": "^5.8.0",
  326. "@ethersproject/bytes": "^5.8.0",
  327. "@ethersproject/hdnode": "^5.8.0",
  328. "@ethersproject/keccak256": "^5.8.0",
  329. "@ethersproject/logger": "^5.8.0",
  330. "@ethersproject/pbkdf2": "^5.8.0",
  331. "@ethersproject/properties": "^5.8.0",
  332. "@ethersproject/random": "^5.8.0",
  333. "@ethersproject/strings": "^5.8.0",
  334. "@ethersproject/transactions": "^5.8.0",
  335. "aes-js": "3.0.0",
  336. "scrypt-js": "3.0.1"
  337. }
  338. },
  339. "node_modules/@ethersproject/keccak256": {
  340. "version": "5.8.0",
  341. "resolved": "https://registry.npmmirror.com/@ethersproject/keccak256/-/keccak256-5.8.0.tgz",
  342. "integrity": "sha512-A1pkKLZSz8pDaQ1ftutZoaN46I6+jvuqugx5KYNeQOPqq+JZ0Txm7dlWesCHB5cndJSu5vP2VKptKf7cksERng==",
  343. "funding": [
  344. {
  345. "type": "individual",
  346. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  347. },
  348. {
  349. "type": "individual",
  350. "url": "https://www.buymeacoffee.com/ricmoo"
  351. }
  352. ],
  353. "license": "MIT",
  354. "dependencies": {
  355. "@ethersproject/bytes": "^5.8.0",
  356. "js-sha3": "0.8.0"
  357. }
  358. },
  359. "node_modules/@ethersproject/logger": {
  360. "version": "5.8.0",
  361. "resolved": "https://registry.npmmirror.com/@ethersproject/logger/-/logger-5.8.0.tgz",
  362. "integrity": "sha512-Qe6knGmY+zPPWTC+wQrpitodgBfH7XoceCGL5bJVejmH+yCS3R8jJm8iiWuvWbG76RUmyEG53oqv6GMVWqunjA==",
  363. "funding": [
  364. {
  365. "type": "individual",
  366. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  367. },
  368. {
  369. "type": "individual",
  370. "url": "https://www.buymeacoffee.com/ricmoo"
  371. }
  372. ],
  373. "license": "MIT"
  374. },
  375. "node_modules/@ethersproject/networks": {
  376. "version": "5.8.0",
  377. "resolved": "https://registry.npmmirror.com/@ethersproject/networks/-/networks-5.8.0.tgz",
  378. "integrity": "sha512-egPJh3aPVAzbHwq8DD7Po53J4OUSsA1MjQp8Vf/OZPav5rlmWUaFLiq8cvQiGK0Z5K6LYzm29+VA/p4RL1FzNg==",
  379. "funding": [
  380. {
  381. "type": "individual",
  382. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  383. },
  384. {
  385. "type": "individual",
  386. "url": "https://www.buymeacoffee.com/ricmoo"
  387. }
  388. ],
  389. "license": "MIT",
  390. "dependencies": {
  391. "@ethersproject/logger": "^5.8.0"
  392. }
  393. },
  394. "node_modules/@ethersproject/pbkdf2": {
  395. "version": "5.8.0",
  396. "resolved": "https://registry.npmmirror.com/@ethersproject/pbkdf2/-/pbkdf2-5.8.0.tgz",
  397. "integrity": "sha512-wuHiv97BrzCmfEaPbUFpMjlVg/IDkZThp9Ri88BpjRleg4iePJaj2SW8AIyE8cXn5V1tuAaMj6lzvsGJkGWskg==",
  398. "funding": [
  399. {
  400. "type": "individual",
  401. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  402. },
  403. {
  404. "type": "individual",
  405. "url": "https://www.buymeacoffee.com/ricmoo"
  406. }
  407. ],
  408. "license": "MIT",
  409. "dependencies": {
  410. "@ethersproject/bytes": "^5.8.0",
  411. "@ethersproject/sha2": "^5.8.0"
  412. }
  413. },
  414. "node_modules/@ethersproject/properties": {
  415. "version": "5.8.0",
  416. "resolved": "https://registry.npmmirror.com/@ethersproject/properties/-/properties-5.8.0.tgz",
  417. "integrity": "sha512-PYuiEoQ+FMaZZNGrStmN7+lWjlsoufGIHdww7454FIaGdbe/p5rnaCXTr5MtBYl3NkeoVhHZuyzChPeGeKIpQw==",
  418. "funding": [
  419. {
  420. "type": "individual",
  421. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  422. },
  423. {
  424. "type": "individual",
  425. "url": "https://www.buymeacoffee.com/ricmoo"
  426. }
  427. ],
  428. "license": "MIT",
  429. "dependencies": {
  430. "@ethersproject/logger": "^5.8.0"
  431. }
  432. },
  433. "node_modules/@ethersproject/providers": {
  434. "version": "5.8.0",
  435. "resolved": "https://registry.npmmirror.com/@ethersproject/providers/-/providers-5.8.0.tgz",
  436. "integrity": "sha512-3Il3oTzEx3o6kzcg9ZzbE+oCZYyY+3Zh83sKkn4s1DZfTUjIegHnN2Cm0kbn9YFy45FDVcuCLLONhU7ny0SsCw==",
  437. "funding": [
  438. {
  439. "type": "individual",
  440. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  441. },
  442. {
  443. "type": "individual",
  444. "url": "https://www.buymeacoffee.com/ricmoo"
  445. }
  446. ],
  447. "license": "MIT",
  448. "dependencies": {
  449. "@ethersproject/abstract-provider": "^5.8.0",
  450. "@ethersproject/abstract-signer": "^5.8.0",
  451. "@ethersproject/address": "^5.8.0",
  452. "@ethersproject/base64": "^5.8.0",
  453. "@ethersproject/basex": "^5.8.0",
  454. "@ethersproject/bignumber": "^5.8.0",
  455. "@ethersproject/bytes": "^5.8.0",
  456. "@ethersproject/constants": "^5.8.0",
  457. "@ethersproject/hash": "^5.8.0",
  458. "@ethersproject/logger": "^5.8.0",
  459. "@ethersproject/networks": "^5.8.0",
  460. "@ethersproject/properties": "^5.8.0",
  461. "@ethersproject/random": "^5.8.0",
  462. "@ethersproject/rlp": "^5.8.0",
  463. "@ethersproject/sha2": "^5.8.0",
  464. "@ethersproject/strings": "^5.8.0",
  465. "@ethersproject/transactions": "^5.8.0",
  466. "@ethersproject/web": "^5.8.0",
  467. "bech32": "1.1.4",
  468. "ws": "8.18.0"
  469. }
  470. },
  471. "node_modules/@ethersproject/providers/node_modules/ws": {
  472. "version": "8.18.0",
  473. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.0.tgz",
  474. "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
  475. "license": "MIT",
  476. "engines": {
  477. "node": ">=10.0.0"
  478. },
  479. "peerDependencies": {
  480. "bufferutil": "^4.0.1",
  481. "utf-8-validate": ">=5.0.2"
  482. },
  483. "peerDependenciesMeta": {
  484. "bufferutil": {
  485. "optional": true
  486. },
  487. "utf-8-validate": {
  488. "optional": true
  489. }
  490. }
  491. },
  492. "node_modules/@ethersproject/random": {
  493. "version": "5.8.0",
  494. "resolved": "https://registry.npmmirror.com/@ethersproject/random/-/random-5.8.0.tgz",
  495. "integrity": "sha512-E4I5TDl7SVqyg4/kkA/qTfuLWAQGXmSOgYyO01So8hLfwgKvYK5snIlzxJMk72IFdG/7oh8yuSqY2KX7MMwg+A==",
  496. "funding": [
  497. {
  498. "type": "individual",
  499. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  500. },
  501. {
  502. "type": "individual",
  503. "url": "https://www.buymeacoffee.com/ricmoo"
  504. }
  505. ],
  506. "license": "MIT",
  507. "dependencies": {
  508. "@ethersproject/bytes": "^5.8.0",
  509. "@ethersproject/logger": "^5.8.0"
  510. }
  511. },
  512. "node_modules/@ethersproject/rlp": {
  513. "version": "5.8.0",
  514. "resolved": "https://registry.npmmirror.com/@ethersproject/rlp/-/rlp-5.8.0.tgz",
  515. "integrity": "sha512-LqZgAznqDbiEunaUvykH2JAoXTT9NV0Atqk8rQN9nx9SEgThA/WMx5DnW8a9FOufo//6FZOCHZ+XiClzgbqV9Q==",
  516. "funding": [
  517. {
  518. "type": "individual",
  519. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  520. },
  521. {
  522. "type": "individual",
  523. "url": "https://www.buymeacoffee.com/ricmoo"
  524. }
  525. ],
  526. "license": "MIT",
  527. "dependencies": {
  528. "@ethersproject/bytes": "^5.8.0",
  529. "@ethersproject/logger": "^5.8.0"
  530. }
  531. },
  532. "node_modules/@ethersproject/sha2": {
  533. "version": "5.8.0",
  534. "resolved": "https://registry.npmmirror.com/@ethersproject/sha2/-/sha2-5.8.0.tgz",
  535. "integrity": "sha512-dDOUrXr9wF/YFltgTBYS0tKslPEKr6AekjqDW2dbn1L1xmjGR+9GiKu4ajxovnrDbwxAKdHjW8jNcwfz8PAz4A==",
  536. "funding": [
  537. {
  538. "type": "individual",
  539. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  540. },
  541. {
  542. "type": "individual",
  543. "url": "https://www.buymeacoffee.com/ricmoo"
  544. }
  545. ],
  546. "license": "MIT",
  547. "dependencies": {
  548. "@ethersproject/bytes": "^5.8.0",
  549. "@ethersproject/logger": "^5.8.0",
  550. "hash.js": "1.1.7"
  551. }
  552. },
  553. "node_modules/@ethersproject/signing-key": {
  554. "version": "5.8.0",
  555. "resolved": "https://registry.npmmirror.com/@ethersproject/signing-key/-/signing-key-5.8.0.tgz",
  556. "integrity": "sha512-LrPW2ZxoigFi6U6aVkFN/fa9Yx/+4AtIUe4/HACTvKJdhm0eeb107EVCIQcrLZkxaSIgc/eCrX8Q1GtbH+9n3w==",
  557. "funding": [
  558. {
  559. "type": "individual",
  560. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  561. },
  562. {
  563. "type": "individual",
  564. "url": "https://www.buymeacoffee.com/ricmoo"
  565. }
  566. ],
  567. "license": "MIT",
  568. "dependencies": {
  569. "@ethersproject/bytes": "^5.8.0",
  570. "@ethersproject/logger": "^5.8.0",
  571. "@ethersproject/properties": "^5.8.0",
  572. "bn.js": "^5.2.1",
  573. "elliptic": "6.6.1",
  574. "hash.js": "1.1.7"
  575. }
  576. },
  577. "node_modules/@ethersproject/solidity": {
  578. "version": "5.8.0",
  579. "resolved": "https://registry.npmmirror.com/@ethersproject/solidity/-/solidity-5.8.0.tgz",
  580. "integrity": "sha512-4CxFeCgmIWamOHwYN9d+QWGxye9qQLilpgTU0XhYs1OahkclF+ewO+3V1U0mvpiuQxm5EHHmv8f7ClVII8EHsA==",
  581. "funding": [
  582. {
  583. "type": "individual",
  584. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  585. },
  586. {
  587. "type": "individual",
  588. "url": "https://www.buymeacoffee.com/ricmoo"
  589. }
  590. ],
  591. "license": "MIT",
  592. "dependencies": {
  593. "@ethersproject/bignumber": "^5.8.0",
  594. "@ethersproject/bytes": "^5.8.0",
  595. "@ethersproject/keccak256": "^5.8.0",
  596. "@ethersproject/logger": "^5.8.0",
  597. "@ethersproject/sha2": "^5.8.0",
  598. "@ethersproject/strings": "^5.8.0"
  599. }
  600. },
  601. "node_modules/@ethersproject/strings": {
  602. "version": "5.8.0",
  603. "resolved": "https://registry.npmmirror.com/@ethersproject/strings/-/strings-5.8.0.tgz",
  604. "integrity": "sha512-qWEAk0MAvl0LszjdfnZ2uC8xbR2wdv4cDabyHiBh3Cldq/T8dPH3V4BbBsAYJUeonwD+8afVXld274Ls+Y1xXg==",
  605. "funding": [
  606. {
  607. "type": "individual",
  608. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  609. },
  610. {
  611. "type": "individual",
  612. "url": "https://www.buymeacoffee.com/ricmoo"
  613. }
  614. ],
  615. "license": "MIT",
  616. "dependencies": {
  617. "@ethersproject/bytes": "^5.8.0",
  618. "@ethersproject/constants": "^5.8.0",
  619. "@ethersproject/logger": "^5.8.0"
  620. }
  621. },
  622. "node_modules/@ethersproject/transactions": {
  623. "version": "5.8.0",
  624. "resolved": "https://registry.npmmirror.com/@ethersproject/transactions/-/transactions-5.8.0.tgz",
  625. "integrity": "sha512-UglxSDjByHG0TuU17bDfCemZ3AnKO2vYrL5/2n2oXvKzvb7Cz+W9gOWXKARjp2URVwcWlQlPOEQyAviKwT4AHg==",
  626. "funding": [
  627. {
  628. "type": "individual",
  629. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  630. },
  631. {
  632. "type": "individual",
  633. "url": "https://www.buymeacoffee.com/ricmoo"
  634. }
  635. ],
  636. "license": "MIT",
  637. "dependencies": {
  638. "@ethersproject/address": "^5.8.0",
  639. "@ethersproject/bignumber": "^5.8.0",
  640. "@ethersproject/bytes": "^5.8.0",
  641. "@ethersproject/constants": "^5.8.0",
  642. "@ethersproject/keccak256": "^5.8.0",
  643. "@ethersproject/logger": "^5.8.0",
  644. "@ethersproject/properties": "^5.8.0",
  645. "@ethersproject/rlp": "^5.8.0",
  646. "@ethersproject/signing-key": "^5.8.0"
  647. }
  648. },
  649. "node_modules/@ethersproject/units": {
  650. "version": "5.8.0",
  651. "resolved": "https://registry.npmmirror.com/@ethersproject/units/-/units-5.8.0.tgz",
  652. "integrity": "sha512-lxq0CAnc5kMGIiWW4Mr041VT8IhNM+Pn5T3haO74XZWFulk7wH1Gv64HqE96hT4a7iiNMdOCFEBgaxWuk8ETKQ==",
  653. "funding": [
  654. {
  655. "type": "individual",
  656. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  657. },
  658. {
  659. "type": "individual",
  660. "url": "https://www.buymeacoffee.com/ricmoo"
  661. }
  662. ],
  663. "license": "MIT",
  664. "dependencies": {
  665. "@ethersproject/bignumber": "^5.8.0",
  666. "@ethersproject/constants": "^5.8.0",
  667. "@ethersproject/logger": "^5.8.0"
  668. }
  669. },
  670. "node_modules/@ethersproject/wallet": {
  671. "version": "5.8.0",
  672. "resolved": "https://registry.npmmirror.com/@ethersproject/wallet/-/wallet-5.8.0.tgz",
  673. "integrity": "sha512-G+jnzmgg6UxurVKRKvw27h0kvG75YKXZKdlLYmAHeF32TGUzHkOFd7Zn6QHOTYRFWnfjtSSFjBowKo7vfrXzPA==",
  674. "funding": [
  675. {
  676. "type": "individual",
  677. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  678. },
  679. {
  680. "type": "individual",
  681. "url": "https://www.buymeacoffee.com/ricmoo"
  682. }
  683. ],
  684. "license": "MIT",
  685. "dependencies": {
  686. "@ethersproject/abstract-provider": "^5.8.0",
  687. "@ethersproject/abstract-signer": "^5.8.0",
  688. "@ethersproject/address": "^5.8.0",
  689. "@ethersproject/bignumber": "^5.8.0",
  690. "@ethersproject/bytes": "^5.8.0",
  691. "@ethersproject/hash": "^5.8.0",
  692. "@ethersproject/hdnode": "^5.8.0",
  693. "@ethersproject/json-wallets": "^5.8.0",
  694. "@ethersproject/keccak256": "^5.8.0",
  695. "@ethersproject/logger": "^5.8.0",
  696. "@ethersproject/properties": "^5.8.0",
  697. "@ethersproject/random": "^5.8.0",
  698. "@ethersproject/signing-key": "^5.8.0",
  699. "@ethersproject/transactions": "^5.8.0",
  700. "@ethersproject/wordlists": "^5.8.0"
  701. }
  702. },
  703. "node_modules/@ethersproject/web": {
  704. "version": "5.8.0",
  705. "resolved": "https://registry.npmmirror.com/@ethersproject/web/-/web-5.8.0.tgz",
  706. "integrity": "sha512-j7+Ksi/9KfGviws6Qtf9Q7KCqRhpwrYKQPs+JBA/rKVFF/yaWLHJEH3zfVP2plVu+eys0d2DlFmhoQJayFewcw==",
  707. "funding": [
  708. {
  709. "type": "individual",
  710. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  711. },
  712. {
  713. "type": "individual",
  714. "url": "https://www.buymeacoffee.com/ricmoo"
  715. }
  716. ],
  717. "license": "MIT",
  718. "dependencies": {
  719. "@ethersproject/base64": "^5.8.0",
  720. "@ethersproject/bytes": "^5.8.0",
  721. "@ethersproject/logger": "^5.8.0",
  722. "@ethersproject/properties": "^5.8.0",
  723. "@ethersproject/strings": "^5.8.0"
  724. }
  725. },
  726. "node_modules/@ethersproject/wordlists": {
  727. "version": "5.8.0",
  728. "resolved": "https://registry.npmmirror.com/@ethersproject/wordlists/-/wordlists-5.8.0.tgz",
  729. "integrity": "sha512-2df9bbXicZws2Sb5S6ET493uJ0Z84Fjr3pC4tu/qlnZERibZCeUVuqdtt+7Tv9xxhUxHoIekIA7avrKUWHrezg==",
  730. "funding": [
  731. {
  732. "type": "individual",
  733. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  734. },
  735. {
  736. "type": "individual",
  737. "url": "https://www.buymeacoffee.com/ricmoo"
  738. }
  739. ],
  740. "license": "MIT",
  741. "dependencies": {
  742. "@ethersproject/bytes": "^5.8.0",
  743. "@ethersproject/hash": "^5.8.0",
  744. "@ethersproject/logger": "^5.8.0",
  745. "@ethersproject/properties": "^5.8.0",
  746. "@ethersproject/strings": "^5.8.0"
  747. }
  748. },
  749. "node_modules/@noble/ciphers": {
  750. "version": "1.3.0",
  751. "resolved": "https://registry.npmmirror.com/@noble/ciphers/-/ciphers-1.3.0.tgz",
  752. "integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==",
  753. "license": "MIT",
  754. "engines": {
  755. "node": "^14.21.3 || >=16"
  756. },
  757. "funding": {
  758. "url": "https://paulmillr.com/funding/"
  759. }
  760. },
  761. "node_modules/@noble/curves": {
  762. "version": "1.9.1",
  763. "resolved": "https://registry.npmmirror.com/@noble/curves/-/curves-1.9.1.tgz",
  764. "integrity": "sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA==",
  765. "license": "MIT",
  766. "dependencies": {
  767. "@noble/hashes": "1.8.0"
  768. },
  769. "engines": {
  770. "node": "^14.21.3 || >=16"
  771. },
  772. "funding": {
  773. "url": "https://paulmillr.com/funding/"
  774. }
  775. },
  776. "node_modules/@noble/hashes": {
  777. "version": "1.8.0",
  778. "resolved": "https://registry.npmmirror.com/@noble/hashes/-/hashes-1.8.0.tgz",
  779. "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
  780. "license": "MIT",
  781. "engines": {
  782. "node": "^14.21.3 || >=16"
  783. },
  784. "funding": {
  785. "url": "https://paulmillr.com/funding/"
  786. }
  787. },
  788. "node_modules/@polymarket/builder-signing-sdk": {
  789. "version": "0.0.8",
  790. "resolved": "https://registry.npmmirror.com/@polymarket/builder-signing-sdk/-/builder-signing-sdk-0.0.8.tgz",
  791. "integrity": "sha512-rZLCFxEdYahl5FiJmhe22RDXysS1ibFJlWz4NT0s3itJRYq3XJzXXHXEZkAQplU+nIS1IlbbKjA4zDQaeCyYtg==",
  792. "license": "MIT",
  793. "dependencies": {
  794. "@types/node": "^18.7.18",
  795. "axios": "^1.12.2",
  796. "tslib": "^2.8.1"
  797. }
  798. },
  799. "node_modules/@polymarket/clob-client": {
  800. "version": "5.2.1",
  801. "resolved": "https://registry.npmmirror.com/@polymarket/clob-client/-/clob-client-5.2.1.tgz",
  802. "integrity": "sha512-ZAYzCiPbAATcocUg2Uh+ZuktpQcyMZXyRWvV4w0mCXQy46qHYCgLoQBWEWDFEcQpkteqf9cEngOcr31tjMuuBg==",
  803. "license": "MIT",
  804. "dependencies": {
  805. "@ethersproject/providers": "^5.7.2",
  806. "@ethersproject/units": "^5.7.0",
  807. "@ethersproject/wallet": "^5.7.0",
  808. "@polymarket/builder-signing-sdk": "^0.0.8",
  809. "@polymarket/order-utils": "^3.0.1",
  810. "axios": "^1.0.0",
  811. "browser-or-node": "^2.1.1",
  812. "ethers": "^5.7.1",
  813. "tslib": "^2.4.0"
  814. },
  815. "engines": {
  816. "node": ">=20.10"
  817. }
  818. },
  819. "node_modules/@polymarket/order-utils": {
  820. "version": "3.0.1",
  821. "resolved": "https://registry.npmmirror.com/@polymarket/order-utils/-/order-utils-3.0.1.tgz",
  822. "integrity": "sha512-XVcVladfGtC/VmboMkcszqYs82rvath/0XFWqzIFfq8O4atVOU8ykPOGJ2ZfodBPcXETzL+2u1rcepLMLKu9AQ==",
  823. "license": "MIT",
  824. "dependencies": {
  825. "@ethersproject/providers": "^5.7.2",
  826. "@ethersproject/wallet": "^5.7.0",
  827. "ethers": "^5.7.1",
  828. "tslib": "^2.4.0",
  829. "viem": "^2.31.4"
  830. },
  831. "engines": {
  832. "node": ">=20.10",
  833. "yarn": ">=1"
  834. }
  835. },
  836. "node_modules/@scure/base": {
  837. "version": "1.2.6",
  838. "resolved": "https://registry.npmmirror.com/@scure/base/-/base-1.2.6.tgz",
  839. "integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
  840. "license": "MIT",
  841. "funding": {
  842. "url": "https://paulmillr.com/funding/"
  843. }
  844. },
  845. "node_modules/@scure/bip32": {
  846. "version": "1.7.0",
  847. "resolved": "https://registry.npmmirror.com/@scure/bip32/-/bip32-1.7.0.tgz",
  848. "integrity": "sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw==",
  849. "license": "MIT",
  850. "dependencies": {
  851. "@noble/curves": "~1.9.0",
  852. "@noble/hashes": "~1.8.0",
  853. "@scure/base": "~1.2.5"
  854. },
  855. "funding": {
  856. "url": "https://paulmillr.com/funding/"
  857. }
  858. },
  859. "node_modules/@scure/bip39": {
  860. "version": "1.6.0",
  861. "resolved": "https://registry.npmmirror.com/@scure/bip39/-/bip39-1.6.0.tgz",
  862. "integrity": "sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==",
  863. "license": "MIT",
  864. "dependencies": {
  865. "@noble/hashes": "~1.8.0",
  866. "@scure/base": "~1.2.5"
  867. },
  868. "funding": {
  869. "url": "https://paulmillr.com/funding/"
  870. }
  871. },
  872. "node_modules/@types/node": {
  873. "version": "18.19.130",
  874. "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.19.130.tgz",
  875. "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
  876. "license": "MIT",
  877. "dependencies": {
  878. "undici-types": "~5.26.4"
  879. }
  880. },
  881. "node_modules/abitype": {
  882. "version": "1.2.3",
  883. "resolved": "https://registry.npmmirror.com/abitype/-/abitype-1.2.3.tgz",
  884. "integrity": "sha512-Ofer5QUnuUdTFsBRwARMoWKOH1ND5ehwYhJ3OJ/BQO+StkwQjHw0XyVh4vDttzHB7QOFhPHa/o413PJ82gU/Tg==",
  885. "license": "MIT",
  886. "funding": {
  887. "url": "https://github.com/sponsors/wevm"
  888. },
  889. "peerDependencies": {
  890. "typescript": ">=5.0.4",
  891. "zod": "^3.22.0 || ^4.0.0"
  892. },
  893. "peerDependenciesMeta": {
  894. "typescript": {
  895. "optional": true
  896. },
  897. "zod": {
  898. "optional": true
  899. }
  900. }
  901. },
  902. "node_modules/aes-js": {
  903. "version": "3.0.0",
  904. "resolved": "https://registry.npmmirror.com/aes-js/-/aes-js-3.0.0.tgz",
  905. "integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw==",
  906. "license": "MIT"
  907. },
  908. "node_modules/agent-base": {
  909. "version": "7.1.4",
  910. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz",
  911. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  912. "license": "MIT",
  913. "engines": {
  914. "node": ">= 14"
  915. }
  916. },
  917. "node_modules/asynckit": {
  918. "version": "0.4.0",
  919. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  920. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  921. "license": "MIT"
  922. },
  923. "node_modules/axios": {
  924. "version": "1.13.3",
  925. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.13.3.tgz",
  926. "integrity": "sha512-ERT8kdX7DZjtUm7IitEyV7InTHAF42iJuMArIiDIV5YtPanJkgw4hw5Dyg9fh0mihdWNn1GKaeIWErfe56UQ1g==",
  927. "license": "MIT",
  928. "dependencies": {
  929. "follow-redirects": "^1.15.6",
  930. "form-data": "^4.0.4",
  931. "proxy-from-env": "^1.1.0"
  932. }
  933. },
  934. "node_modules/bech32": {
  935. "version": "1.1.4",
  936. "resolved": "https://registry.npmmirror.com/bech32/-/bech32-1.1.4.tgz",
  937. "integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ==",
  938. "license": "MIT"
  939. },
  940. "node_modules/bn.js": {
  941. "version": "5.2.2",
  942. "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-5.2.2.tgz",
  943. "integrity": "sha512-v2YAxEmKaBLahNwE1mjp4WON6huMNeuDvagFZW+ASCuA/ku0bXR9hSMw0XpiqMoA3+rmnyck/tPRSFQkoC9Cuw==",
  944. "license": "MIT"
  945. },
  946. "node_modules/brorand": {
  947. "version": "1.1.0",
  948. "resolved": "https://registry.npmmirror.com/brorand/-/brorand-1.1.0.tgz",
  949. "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==",
  950. "license": "MIT"
  951. },
  952. "node_modules/browser-or-node": {
  953. "version": "2.1.1",
  954. "resolved": "https://registry.npmmirror.com/browser-or-node/-/browser-or-node-2.1.1.tgz",
  955. "integrity": "sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==",
  956. "license": "MIT"
  957. },
  958. "node_modules/call-bind-apply-helpers": {
  959. "version": "1.0.2",
  960. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  961. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  962. "license": "MIT",
  963. "dependencies": {
  964. "es-errors": "^1.3.0",
  965. "function-bind": "^1.1.2"
  966. },
  967. "engines": {
  968. "node": ">= 0.4"
  969. }
  970. },
  971. "node_modules/call-bound": {
  972. "version": "1.0.4",
  973. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  974. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  975. "license": "MIT",
  976. "dependencies": {
  977. "call-bind-apply-helpers": "^1.0.2",
  978. "get-intrinsic": "^1.3.0"
  979. },
  980. "engines": {
  981. "node": ">= 0.4"
  982. },
  983. "funding": {
  984. "url": "https://github.com/sponsors/ljharb"
  985. }
  986. },
  987. "node_modules/combined-stream": {
  988. "version": "1.0.8",
  989. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  990. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  991. "license": "MIT",
  992. "dependencies": {
  993. "delayed-stream": "~1.0.0"
  994. },
  995. "engines": {
  996. "node": ">= 0.8"
  997. }
  998. },
  999. "node_modules/dayjs": {
  1000. "version": "1.11.19",
  1001. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.19.tgz",
  1002. "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
  1003. "license": "MIT"
  1004. },
  1005. "node_modules/debug": {
  1006. "version": "4.4.3",
  1007. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  1008. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  1009. "license": "MIT",
  1010. "dependencies": {
  1011. "ms": "^2.1.3"
  1012. },
  1013. "engines": {
  1014. "node": ">=6.0"
  1015. },
  1016. "peerDependenciesMeta": {
  1017. "supports-color": {
  1018. "optional": true
  1019. }
  1020. }
  1021. },
  1022. "node_modules/delayed-stream": {
  1023. "version": "1.0.0",
  1024. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  1025. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  1026. "license": "MIT",
  1027. "engines": {
  1028. "node": ">=0.4.0"
  1029. }
  1030. },
  1031. "node_modules/dunder-proto": {
  1032. "version": "1.0.1",
  1033. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  1034. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  1035. "license": "MIT",
  1036. "dependencies": {
  1037. "call-bind-apply-helpers": "^1.0.1",
  1038. "es-errors": "^1.3.0",
  1039. "gopd": "^1.2.0"
  1040. },
  1041. "engines": {
  1042. "node": ">= 0.4"
  1043. }
  1044. },
  1045. "node_modules/elliptic": {
  1046. "version": "6.6.1",
  1047. "resolved": "https://registry.npmmirror.com/elliptic/-/elliptic-6.6.1.tgz",
  1048. "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==",
  1049. "license": "MIT",
  1050. "dependencies": {
  1051. "bn.js": "^4.11.9",
  1052. "brorand": "^1.1.0",
  1053. "hash.js": "^1.0.0",
  1054. "hmac-drbg": "^1.0.1",
  1055. "inherits": "^2.0.4",
  1056. "minimalistic-assert": "^1.0.1",
  1057. "minimalistic-crypto-utils": "^1.0.1"
  1058. }
  1059. },
  1060. "node_modules/elliptic/node_modules/bn.js": {
  1061. "version": "4.12.2",
  1062. "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.2.tgz",
  1063. "integrity": "sha512-n4DSx829VRTRByMRGdjQ9iqsN0Bh4OolPsFnaZBLcbi8iXcB+kJ9s7EnRt4wILZNV3kPLHkRVfOc/HvhC3ovDw==",
  1064. "license": "MIT"
  1065. },
  1066. "node_modules/es-define-property": {
  1067. "version": "1.0.1",
  1068. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  1069. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1070. "license": "MIT",
  1071. "engines": {
  1072. "node": ">= 0.4"
  1073. }
  1074. },
  1075. "node_modules/es-errors": {
  1076. "version": "1.3.0",
  1077. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  1078. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1079. "license": "MIT",
  1080. "engines": {
  1081. "node": ">= 0.4"
  1082. }
  1083. },
  1084. "node_modules/es-object-atoms": {
  1085. "version": "1.1.1",
  1086. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  1087. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  1088. "license": "MIT",
  1089. "dependencies": {
  1090. "es-errors": "^1.3.0"
  1091. },
  1092. "engines": {
  1093. "node": ">= 0.4"
  1094. }
  1095. },
  1096. "node_modules/es-set-tostringtag": {
  1097. "version": "2.1.0",
  1098. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  1099. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  1100. "license": "MIT",
  1101. "dependencies": {
  1102. "es-errors": "^1.3.0",
  1103. "get-intrinsic": "^1.2.6",
  1104. "has-tostringtag": "^1.0.2",
  1105. "hasown": "^2.0.2"
  1106. },
  1107. "engines": {
  1108. "node": ">= 0.4"
  1109. }
  1110. },
  1111. "node_modules/ethers": {
  1112. "version": "5.8.0",
  1113. "resolved": "https://registry.npmmirror.com/ethers/-/ethers-5.8.0.tgz",
  1114. "integrity": "sha512-DUq+7fHrCg1aPDFCHx6UIPb3nmt2XMpM7Y/g2gLhsl3lIBqeAfOJIl1qEvRf2uq3BiKxmh6Fh5pfp2ieyek7Kg==",
  1115. "funding": [
  1116. {
  1117. "type": "individual",
  1118. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  1119. },
  1120. {
  1121. "type": "individual",
  1122. "url": "https://www.buymeacoffee.com/ricmoo"
  1123. }
  1124. ],
  1125. "license": "MIT",
  1126. "dependencies": {
  1127. "@ethersproject/abi": "5.8.0",
  1128. "@ethersproject/abstract-provider": "5.8.0",
  1129. "@ethersproject/abstract-signer": "5.8.0",
  1130. "@ethersproject/address": "5.8.0",
  1131. "@ethersproject/base64": "5.8.0",
  1132. "@ethersproject/basex": "5.8.0",
  1133. "@ethersproject/bignumber": "5.8.0",
  1134. "@ethersproject/bytes": "5.8.0",
  1135. "@ethersproject/constants": "5.8.0",
  1136. "@ethersproject/contracts": "5.8.0",
  1137. "@ethersproject/hash": "5.8.0",
  1138. "@ethersproject/hdnode": "5.8.0",
  1139. "@ethersproject/json-wallets": "5.8.0",
  1140. "@ethersproject/keccak256": "5.8.0",
  1141. "@ethersproject/logger": "5.8.0",
  1142. "@ethersproject/networks": "5.8.0",
  1143. "@ethersproject/pbkdf2": "5.8.0",
  1144. "@ethersproject/properties": "5.8.0",
  1145. "@ethersproject/providers": "5.8.0",
  1146. "@ethersproject/random": "5.8.0",
  1147. "@ethersproject/rlp": "5.8.0",
  1148. "@ethersproject/sha2": "5.8.0",
  1149. "@ethersproject/signing-key": "5.8.0",
  1150. "@ethersproject/solidity": "5.8.0",
  1151. "@ethersproject/strings": "5.8.0",
  1152. "@ethersproject/transactions": "5.8.0",
  1153. "@ethersproject/units": "5.8.0",
  1154. "@ethersproject/wallet": "5.8.0",
  1155. "@ethersproject/web": "5.8.0",
  1156. "@ethersproject/wordlists": "5.8.0"
  1157. }
  1158. },
  1159. "node_modules/eventemitter3": {
  1160. "version": "5.0.1",
  1161. "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.1.tgz",
  1162. "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
  1163. "license": "MIT"
  1164. },
  1165. "node_modules/follow-redirects": {
  1166. "version": "1.15.11",
  1167. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.11.tgz",
  1168. "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
  1169. "funding": [
  1170. {
  1171. "type": "individual",
  1172. "url": "https://github.com/sponsors/RubenVerborgh"
  1173. }
  1174. ],
  1175. "license": "MIT",
  1176. "engines": {
  1177. "node": ">=4.0"
  1178. },
  1179. "peerDependenciesMeta": {
  1180. "debug": {
  1181. "optional": true
  1182. }
  1183. }
  1184. },
  1185. "node_modules/form-data": {
  1186. "version": "4.0.5",
  1187. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  1188. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  1189. "license": "MIT",
  1190. "dependencies": {
  1191. "asynckit": "^0.4.0",
  1192. "combined-stream": "^1.0.8",
  1193. "es-set-tostringtag": "^2.1.0",
  1194. "hasown": "^2.0.2",
  1195. "mime-types": "^2.1.12"
  1196. },
  1197. "engines": {
  1198. "node": ">= 6"
  1199. }
  1200. },
  1201. "node_modules/function-bind": {
  1202. "version": "1.1.2",
  1203. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  1204. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1205. "license": "MIT",
  1206. "funding": {
  1207. "url": "https://github.com/sponsors/ljharb"
  1208. }
  1209. },
  1210. "node_modules/get-intrinsic": {
  1211. "version": "1.3.0",
  1212. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  1213. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  1214. "license": "MIT",
  1215. "dependencies": {
  1216. "call-bind-apply-helpers": "^1.0.2",
  1217. "es-define-property": "^1.0.1",
  1218. "es-errors": "^1.3.0",
  1219. "es-object-atoms": "^1.1.1",
  1220. "function-bind": "^1.1.2",
  1221. "get-proto": "^1.0.1",
  1222. "gopd": "^1.2.0",
  1223. "has-symbols": "^1.1.0",
  1224. "hasown": "^2.0.2",
  1225. "math-intrinsics": "^1.1.0"
  1226. },
  1227. "engines": {
  1228. "node": ">= 0.4"
  1229. },
  1230. "funding": {
  1231. "url": "https://github.com/sponsors/ljharb"
  1232. }
  1233. },
  1234. "node_modules/get-proto": {
  1235. "version": "1.0.1",
  1236. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  1237. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  1238. "license": "MIT",
  1239. "dependencies": {
  1240. "dunder-proto": "^1.0.1",
  1241. "es-object-atoms": "^1.0.0"
  1242. },
  1243. "engines": {
  1244. "node": ">= 0.4"
  1245. }
  1246. },
  1247. "node_modules/gopd": {
  1248. "version": "1.2.0",
  1249. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  1250. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  1251. "license": "MIT",
  1252. "engines": {
  1253. "node": ">= 0.4"
  1254. },
  1255. "funding": {
  1256. "url": "https://github.com/sponsors/ljharb"
  1257. }
  1258. },
  1259. "node_modules/has-symbols": {
  1260. "version": "1.1.0",
  1261. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  1262. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  1263. "license": "MIT",
  1264. "engines": {
  1265. "node": ">= 0.4"
  1266. },
  1267. "funding": {
  1268. "url": "https://github.com/sponsors/ljharb"
  1269. }
  1270. },
  1271. "node_modules/has-tostringtag": {
  1272. "version": "1.0.2",
  1273. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  1274. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  1275. "license": "MIT",
  1276. "dependencies": {
  1277. "has-symbols": "^1.0.3"
  1278. },
  1279. "engines": {
  1280. "node": ">= 0.4"
  1281. },
  1282. "funding": {
  1283. "url": "https://github.com/sponsors/ljharb"
  1284. }
  1285. },
  1286. "node_modules/hash.js": {
  1287. "version": "1.1.7",
  1288. "resolved": "https://registry.npmmirror.com/hash.js/-/hash.js-1.1.7.tgz",
  1289. "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
  1290. "license": "MIT",
  1291. "dependencies": {
  1292. "inherits": "^2.0.3",
  1293. "minimalistic-assert": "^1.0.1"
  1294. }
  1295. },
  1296. "node_modules/hasown": {
  1297. "version": "2.0.2",
  1298. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  1299. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  1300. "license": "MIT",
  1301. "dependencies": {
  1302. "function-bind": "^1.1.2"
  1303. },
  1304. "engines": {
  1305. "node": ">= 0.4"
  1306. }
  1307. },
  1308. "node_modules/hmac-drbg": {
  1309. "version": "1.0.1",
  1310. "resolved": "https://registry.npmmirror.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
  1311. "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
  1312. "license": "MIT",
  1313. "dependencies": {
  1314. "hash.js": "^1.0.3",
  1315. "minimalistic-assert": "^1.0.0",
  1316. "minimalistic-crypto-utils": "^1.0.1"
  1317. }
  1318. },
  1319. "node_modules/https-proxy-agent": {
  1320. "version": "7.0.6",
  1321. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  1322. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  1323. "license": "MIT",
  1324. "dependencies": {
  1325. "agent-base": "^7.1.2",
  1326. "debug": "4"
  1327. },
  1328. "engines": {
  1329. "node": ">= 14"
  1330. }
  1331. },
  1332. "node_modules/inherits": {
  1333. "version": "2.0.4",
  1334. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  1335. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  1336. "license": "ISC"
  1337. },
  1338. "node_modules/isows": {
  1339. "version": "1.0.7",
  1340. "resolved": "https://registry.npmmirror.com/isows/-/isows-1.0.7.tgz",
  1341. "integrity": "sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==",
  1342. "funding": [
  1343. {
  1344. "type": "github",
  1345. "url": "https://github.com/sponsors/wevm"
  1346. }
  1347. ],
  1348. "license": "MIT",
  1349. "peerDependencies": {
  1350. "ws": "*"
  1351. }
  1352. },
  1353. "node_modules/js-sha3": {
  1354. "version": "0.8.0",
  1355. "resolved": "https://registry.npmmirror.com/js-sha3/-/js-sha3-0.8.0.tgz",
  1356. "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==",
  1357. "license": "MIT"
  1358. },
  1359. "node_modules/math-intrinsics": {
  1360. "version": "1.1.0",
  1361. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  1362. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  1363. "license": "MIT",
  1364. "engines": {
  1365. "node": ">= 0.4"
  1366. }
  1367. },
  1368. "node_modules/mime-db": {
  1369. "version": "1.52.0",
  1370. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  1371. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  1372. "license": "MIT",
  1373. "engines": {
  1374. "node": ">= 0.6"
  1375. }
  1376. },
  1377. "node_modules/mime-types": {
  1378. "version": "2.1.35",
  1379. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  1380. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  1381. "license": "MIT",
  1382. "dependencies": {
  1383. "mime-db": "1.52.0"
  1384. },
  1385. "engines": {
  1386. "node": ">= 0.6"
  1387. }
  1388. },
  1389. "node_modules/minimalistic-assert": {
  1390. "version": "1.0.1",
  1391. "resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  1392. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
  1393. "license": "ISC"
  1394. },
  1395. "node_modules/minimalistic-crypto-utils": {
  1396. "version": "1.0.1",
  1397. "resolved": "https://registry.npmmirror.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
  1398. "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==",
  1399. "license": "MIT"
  1400. },
  1401. "node_modules/ms": {
  1402. "version": "2.1.3",
  1403. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  1404. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1405. "license": "MIT"
  1406. },
  1407. "node_modules/object-inspect": {
  1408. "version": "1.13.4",
  1409. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  1410. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  1411. "license": "MIT",
  1412. "engines": {
  1413. "node": ">= 0.4"
  1414. },
  1415. "funding": {
  1416. "url": "https://github.com/sponsors/ljharb"
  1417. }
  1418. },
  1419. "node_modules/ox": {
  1420. "version": "0.11.3",
  1421. "resolved": "https://registry.npmmirror.com/ox/-/ox-0.11.3.tgz",
  1422. "integrity": "sha512-1bWYGk/xZel3xro3l8WGg6eq4YEKlaqvyMtVhfMFpbJzK2F6rj4EDRtqDCWVEJMkzcmEi9uW2QxsqELokOlarw==",
  1423. "funding": [
  1424. {
  1425. "type": "github",
  1426. "url": "https://github.com/sponsors/wevm"
  1427. }
  1428. ],
  1429. "license": "MIT",
  1430. "dependencies": {
  1431. "@adraffy/ens-normalize": "^1.11.0",
  1432. "@noble/ciphers": "^1.3.0",
  1433. "@noble/curves": "1.9.1",
  1434. "@noble/hashes": "^1.8.0",
  1435. "@scure/bip32": "^1.7.0",
  1436. "@scure/bip39": "^1.6.0",
  1437. "abitype": "^1.2.3",
  1438. "eventemitter3": "5.0.1"
  1439. },
  1440. "peerDependencies": {
  1441. "typescript": ">=5.4.0"
  1442. },
  1443. "peerDependenciesMeta": {
  1444. "typescript": {
  1445. "optional": true
  1446. }
  1447. }
  1448. },
  1449. "node_modules/proxy-from-env": {
  1450. "version": "1.1.0",
  1451. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  1452. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  1453. "license": "MIT"
  1454. },
  1455. "node_modules/qs": {
  1456. "version": "6.14.1",
  1457. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.14.1.tgz",
  1458. "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
  1459. "license": "BSD-3-Clause",
  1460. "dependencies": {
  1461. "side-channel": "^1.1.0"
  1462. },
  1463. "engines": {
  1464. "node": ">=0.6"
  1465. },
  1466. "funding": {
  1467. "url": "https://github.com/sponsors/ljharb"
  1468. }
  1469. },
  1470. "node_modules/scrypt-js": {
  1471. "version": "3.0.1",
  1472. "resolved": "https://registry.npmmirror.com/scrypt-js/-/scrypt-js-3.0.1.tgz",
  1473. "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==",
  1474. "license": "MIT"
  1475. },
  1476. "node_modules/side-channel": {
  1477. "version": "1.1.0",
  1478. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  1479. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  1480. "license": "MIT",
  1481. "dependencies": {
  1482. "es-errors": "^1.3.0",
  1483. "object-inspect": "^1.13.3",
  1484. "side-channel-list": "^1.0.0",
  1485. "side-channel-map": "^1.0.1",
  1486. "side-channel-weakmap": "^1.0.2"
  1487. },
  1488. "engines": {
  1489. "node": ">= 0.4"
  1490. },
  1491. "funding": {
  1492. "url": "https://github.com/sponsors/ljharb"
  1493. }
  1494. },
  1495. "node_modules/side-channel-list": {
  1496. "version": "1.0.0",
  1497. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
  1498. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  1499. "license": "MIT",
  1500. "dependencies": {
  1501. "es-errors": "^1.3.0",
  1502. "object-inspect": "^1.13.3"
  1503. },
  1504. "engines": {
  1505. "node": ">= 0.4"
  1506. },
  1507. "funding": {
  1508. "url": "https://github.com/sponsors/ljharb"
  1509. }
  1510. },
  1511. "node_modules/side-channel-map": {
  1512. "version": "1.0.1",
  1513. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  1514. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  1515. "license": "MIT",
  1516. "dependencies": {
  1517. "call-bound": "^1.0.2",
  1518. "es-errors": "^1.3.0",
  1519. "get-intrinsic": "^1.2.5",
  1520. "object-inspect": "^1.13.3"
  1521. },
  1522. "engines": {
  1523. "node": ">= 0.4"
  1524. },
  1525. "funding": {
  1526. "url": "https://github.com/sponsors/ljharb"
  1527. }
  1528. },
  1529. "node_modules/side-channel-weakmap": {
  1530. "version": "1.0.2",
  1531. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  1532. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  1533. "license": "MIT",
  1534. "dependencies": {
  1535. "call-bound": "^1.0.2",
  1536. "es-errors": "^1.3.0",
  1537. "get-intrinsic": "^1.2.5",
  1538. "object-inspect": "^1.13.3",
  1539. "side-channel-map": "^1.0.1"
  1540. },
  1541. "engines": {
  1542. "node": ">= 0.4"
  1543. },
  1544. "funding": {
  1545. "url": "https://github.com/sponsors/ljharb"
  1546. }
  1547. },
  1548. "node_modules/tslib": {
  1549. "version": "2.8.1",
  1550. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  1551. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  1552. "license": "0BSD"
  1553. },
  1554. "node_modules/undici-types": {
  1555. "version": "5.26.5",
  1556. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
  1557. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
  1558. "license": "MIT"
  1559. },
  1560. "node_modules/viem": {
  1561. "version": "2.45.1",
  1562. "resolved": "https://registry.npmmirror.com/viem/-/viem-2.45.1.tgz",
  1563. "integrity": "sha512-LN6Pp7vSfv50LgwhkfSbIXftAM5J89lP9x8TeDa8QM7o41IxlHrDh0F9X+FfnCWtsz11pEVV5sn+yBUoOHNqYA==",
  1564. "funding": [
  1565. {
  1566. "type": "github",
  1567. "url": "https://github.com/sponsors/wevm"
  1568. }
  1569. ],
  1570. "license": "MIT",
  1571. "dependencies": {
  1572. "@noble/curves": "1.9.1",
  1573. "@noble/hashes": "1.8.0",
  1574. "@scure/bip32": "1.7.0",
  1575. "@scure/bip39": "1.6.0",
  1576. "abitype": "1.2.3",
  1577. "isows": "1.0.7",
  1578. "ox": "0.11.3",
  1579. "ws": "8.18.3"
  1580. },
  1581. "peerDependencies": {
  1582. "typescript": ">=5.0.4"
  1583. },
  1584. "peerDependenciesMeta": {
  1585. "typescript": {
  1586. "optional": true
  1587. }
  1588. }
  1589. },
  1590. "node_modules/viem/node_modules/ws": {
  1591. "version": "8.18.3",
  1592. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.3.tgz",
  1593. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  1594. "license": "MIT",
  1595. "engines": {
  1596. "node": ">=10.0.0"
  1597. },
  1598. "peerDependencies": {
  1599. "bufferutil": "^4.0.1",
  1600. "utf-8-validate": ">=5.0.2"
  1601. },
  1602. "peerDependenciesMeta": {
  1603. "bufferutil": {
  1604. "optional": true
  1605. },
  1606. "utf-8-validate": {
  1607. "optional": true
  1608. }
  1609. }
  1610. },
  1611. "node_modules/ws": {
  1612. "version": "8.19.0",
  1613. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.19.0.tgz",
  1614. "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
  1615. "license": "MIT",
  1616. "engines": {
  1617. "node": ">=10.0.0"
  1618. },
  1619. "peerDependencies": {
  1620. "bufferutil": "^4.0.1",
  1621. "utf-8-validate": ">=5.0.2"
  1622. },
  1623. "peerDependenciesMeta": {
  1624. "bufferutil": {
  1625. "optional": true
  1626. },
  1627. "utf-8-validate": {
  1628. "optional": true
  1629. }
  1630. }
  1631. }
  1632. }
  1633. }