package-lock.json 79 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285
  1. {
  2. "name": "@ppai/polymarket-sdk",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@ppai/polymarket-sdk",
  9. "version": "0.0.1",
  10. "dependencies": {
  11. "@polymarket/builder-relayer-client": "^0.0.9",
  12. "@polymarket/builder-signing-sdk": "^1.0.0",
  13. "@polymarket/clob-client-v2": "^1.0.6",
  14. "axios": "^1.13.3",
  15. "https-proxy-agent": "^7.0.6",
  16. "qs": "^6.14.1",
  17. "viem": "^2.50.3"
  18. }
  19. },
  20. "node_modules/@adraffy/ens-normalize": {
  21. "version": "1.11.1",
  22. "resolved": "https://registry.npmmirror.com/@adraffy/ens-normalize/-/ens-normalize-1.11.1.tgz",
  23. "integrity": "sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ==",
  24. "license": "MIT"
  25. },
  26. "node_modules/@esbuild/aix-ppc64": {
  27. "version": "0.28.0",
  28. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.28.0.tgz",
  29. "integrity": "sha512-lhRUCeuOyJQURhTxl4WkpFTjIsbDayJHih5kZC1giwE+MhIzAb7mEsQMqMf18rHLsrb5qI1tafG20mLxEWcWlA==",
  30. "cpu": [
  31. "ppc64"
  32. ],
  33. "license": "MIT",
  34. "optional": true,
  35. "os": [
  36. "aix"
  37. ],
  38. "engines": {
  39. "node": ">=18"
  40. }
  41. },
  42. "node_modules/@esbuild/android-arm": {
  43. "version": "0.28.0",
  44. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.28.0.tgz",
  45. "integrity": "sha512-wqh0ByljabXLKHeWXYLqoJ5jKC4XBaw6Hk08OfMrCRd2nP2ZQ5eleDZC41XHyCNgktBGYMbqnrJKq/K/lzPMSQ==",
  46. "cpu": [
  47. "arm"
  48. ],
  49. "license": "MIT",
  50. "optional": true,
  51. "os": [
  52. "android"
  53. ],
  54. "engines": {
  55. "node": ">=18"
  56. }
  57. },
  58. "node_modules/@esbuild/android-arm64": {
  59. "version": "0.28.0",
  60. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.28.0.tgz",
  61. "integrity": "sha512-+WzIXQOSaGs33tLEgYPYe/yQHf0WTU0X42Jca3y8NWMbUVhp7rUnw+vAsRC/QiDrdD31IszMrZy+qwPOPjd+rw==",
  62. "cpu": [
  63. "arm64"
  64. ],
  65. "license": "MIT",
  66. "optional": true,
  67. "os": [
  68. "android"
  69. ],
  70. "engines": {
  71. "node": ">=18"
  72. }
  73. },
  74. "node_modules/@esbuild/android-x64": {
  75. "version": "0.28.0",
  76. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.28.0.tgz",
  77. "integrity": "sha512-+VJggoaKhk2VNNqVL7f6S189UzShHC/mR9EE8rDdSkdpN0KflSwWY/gWjDrNxxisg8Fp1ZCD9jLMo4m0OUfeUA==",
  78. "cpu": [
  79. "x64"
  80. ],
  81. "license": "MIT",
  82. "optional": true,
  83. "os": [
  84. "android"
  85. ],
  86. "engines": {
  87. "node": ">=18"
  88. }
  89. },
  90. "node_modules/@esbuild/darwin-arm64": {
  91. "version": "0.28.0",
  92. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.28.0.tgz",
  93. "integrity": "sha512-0T+A9WZm+bZ84nZBtk1ckYsOvyA3x7e2Acj1KdVfV4/2tdG4fzUp91YHx+GArWLtwqp77pBXVCPn2We7Letr0Q==",
  94. "cpu": [
  95. "arm64"
  96. ],
  97. "license": "MIT",
  98. "optional": true,
  99. "os": [
  100. "darwin"
  101. ],
  102. "engines": {
  103. "node": ">=18"
  104. }
  105. },
  106. "node_modules/@esbuild/darwin-x64": {
  107. "version": "0.28.0",
  108. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.28.0.tgz",
  109. "integrity": "sha512-fyzLm/DLDl/84OCfp2f/XQ4flmORsjU7VKt8HLjvIXChJoFFOIL6pLJPH4Yhd1n1gGFF9mPwtlN5Wf82DZs+LQ==",
  110. "cpu": [
  111. "x64"
  112. ],
  113. "license": "MIT",
  114. "optional": true,
  115. "os": [
  116. "darwin"
  117. ],
  118. "engines": {
  119. "node": ">=18"
  120. }
  121. },
  122. "node_modules/@esbuild/freebsd-arm64": {
  123. "version": "0.28.0",
  124. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.0.tgz",
  125. "integrity": "sha512-l9GeW5UZBT9k9brBYI+0WDffcRxgHQD8ShN2Ur4xWq/NFzUKm3k5lsH4PdaRgb2w7mI9u61nr2gI2mLI27Nh3Q==",
  126. "cpu": [
  127. "arm64"
  128. ],
  129. "license": "MIT",
  130. "optional": true,
  131. "os": [
  132. "freebsd"
  133. ],
  134. "engines": {
  135. "node": ">=18"
  136. }
  137. },
  138. "node_modules/@esbuild/freebsd-x64": {
  139. "version": "0.28.0",
  140. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.28.0.tgz",
  141. "integrity": "sha512-BXoQai/A0wPO6Es3yFJ7APCiKGc1tdAEOgeTNy3SsB491S3aHn4S4r3e976eUnPdU+NbdtmBuLncYir2tMU9Nw==",
  142. "cpu": [
  143. "x64"
  144. ],
  145. "license": "MIT",
  146. "optional": true,
  147. "os": [
  148. "freebsd"
  149. ],
  150. "engines": {
  151. "node": ">=18"
  152. }
  153. },
  154. "node_modules/@esbuild/linux-arm": {
  155. "version": "0.28.0",
  156. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.28.0.tgz",
  157. "integrity": "sha512-CjaaREJagqJp7iTaNQjjidaNbCKYcd4IDkzbwwxtSvjI7NZm79qiHc8HqciMddQ6CKvJT6aBd8lO9kN/ZudLlw==",
  158. "cpu": [
  159. "arm"
  160. ],
  161. "license": "MIT",
  162. "optional": true,
  163. "os": [
  164. "linux"
  165. ],
  166. "engines": {
  167. "node": ">=18"
  168. }
  169. },
  170. "node_modules/@esbuild/linux-arm64": {
  171. "version": "0.28.0",
  172. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.28.0.tgz",
  173. "integrity": "sha512-RVyzfb3FWsGA55n6WY0MEIEPURL1FcbhFE6BffZEMEekfCzCIMtB5yyDcFnVbTnwk+CLAgTujmV/Lgvih56W+A==",
  174. "cpu": [
  175. "arm64"
  176. ],
  177. "license": "MIT",
  178. "optional": true,
  179. "os": [
  180. "linux"
  181. ],
  182. "engines": {
  183. "node": ">=18"
  184. }
  185. },
  186. "node_modules/@esbuild/linux-ia32": {
  187. "version": "0.28.0",
  188. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.28.0.tgz",
  189. "integrity": "sha512-KBnSTt1kxl9x70q+ydterVdl+Cn0H18ngRMRCEQfrbqdUuntQQ0LoMZv47uB97NljZFzY6HcfqEZ2SAyIUTQBQ==",
  190. "cpu": [
  191. "ia32"
  192. ],
  193. "license": "MIT",
  194. "optional": true,
  195. "os": [
  196. "linux"
  197. ],
  198. "engines": {
  199. "node": ">=18"
  200. }
  201. },
  202. "node_modules/@esbuild/linux-loong64": {
  203. "version": "0.28.0",
  204. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.28.0.tgz",
  205. "integrity": "sha512-zpSlUce1mnxzgBADvxKXX5sl8aYQHo2ezvMNI8I0lbblJtp8V4odlm3Yzlj7gPyt3T8ReksE6bK+pT3WD+aJRg==",
  206. "cpu": [
  207. "loong64"
  208. ],
  209. "license": "MIT",
  210. "optional": true,
  211. "os": [
  212. "linux"
  213. ],
  214. "engines": {
  215. "node": ">=18"
  216. }
  217. },
  218. "node_modules/@esbuild/linux-mips64el": {
  219. "version": "0.28.0",
  220. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.28.0.tgz",
  221. "integrity": "sha512-2jIfP6mmjkdmeTlsX/9vmdmhBmKADrWqN7zcdtHIeNSCH1SqIoNI63cYsjQR8J+wGa4Y5izRcSHSm8K3QWmk3w==",
  222. "cpu": [
  223. "mips64el"
  224. ],
  225. "license": "MIT",
  226. "optional": true,
  227. "os": [
  228. "linux"
  229. ],
  230. "engines": {
  231. "node": ">=18"
  232. }
  233. },
  234. "node_modules/@esbuild/linux-ppc64": {
  235. "version": "0.28.0",
  236. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.28.0.tgz",
  237. "integrity": "sha512-bc0FE9wWeC0WBm49IQMPSPILRocGTQt3j5KPCA8os6VprfuJ7KD+5PzESSrJ6GmPIPJK965ZJHTUlSA6GNYEhg==",
  238. "cpu": [
  239. "ppc64"
  240. ],
  241. "license": "MIT",
  242. "optional": true,
  243. "os": [
  244. "linux"
  245. ],
  246. "engines": {
  247. "node": ">=18"
  248. }
  249. },
  250. "node_modules/@esbuild/linux-riscv64": {
  251. "version": "0.28.0",
  252. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.28.0.tgz",
  253. "integrity": "sha512-SQPZOwoTTT/HXFXQJG/vBX8sOFagGqvZyXcgLA3NhIqcBv1BJU1d46c0rGcrij2B56Z2rNiSLaZOYW5cUk7yLQ==",
  254. "cpu": [
  255. "riscv64"
  256. ],
  257. "license": "MIT",
  258. "optional": true,
  259. "os": [
  260. "linux"
  261. ],
  262. "engines": {
  263. "node": ">=18"
  264. }
  265. },
  266. "node_modules/@esbuild/linux-s390x": {
  267. "version": "0.28.0",
  268. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.28.0.tgz",
  269. "integrity": "sha512-SCfR0HN8CEEjnYnySJTd2cw0k9OHB/YFzt5zgJEwa+wL/T/raGWYMBqwDNAC6dqFKmJYZoQBRfHjgwLHGSrn3Q==",
  270. "cpu": [
  271. "s390x"
  272. ],
  273. "license": "MIT",
  274. "optional": true,
  275. "os": [
  276. "linux"
  277. ],
  278. "engines": {
  279. "node": ">=18"
  280. }
  281. },
  282. "node_modules/@esbuild/linux-x64": {
  283. "version": "0.28.0",
  284. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.28.0.tgz",
  285. "integrity": "sha512-us0dSb9iFxIi8srnpl931Nvs65it/Jd2a2K3qs7fz2WfGPHqzfzZTfec7oxZJRNPXPnNYZtanmRc4AL/JwVzHQ==",
  286. "cpu": [
  287. "x64"
  288. ],
  289. "license": "MIT",
  290. "optional": true,
  291. "os": [
  292. "linux"
  293. ],
  294. "engines": {
  295. "node": ">=18"
  296. }
  297. },
  298. "node_modules/@esbuild/netbsd-arm64": {
  299. "version": "0.28.0",
  300. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.0.tgz",
  301. "integrity": "sha512-CR/RYotgtCKwtftMwJlUU7xCVNg3lMYZ0RzTmAHSfLCXw3NtZtNpswLEj/Kkf6kEL3Gw+BpOekRX0BYCtklhUw==",
  302. "cpu": [
  303. "arm64"
  304. ],
  305. "license": "MIT",
  306. "optional": true,
  307. "os": [
  308. "netbsd"
  309. ],
  310. "engines": {
  311. "node": ">=18"
  312. }
  313. },
  314. "node_modules/@esbuild/netbsd-x64": {
  315. "version": "0.28.0",
  316. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.28.0.tgz",
  317. "integrity": "sha512-nU1yhmYutL+fQ71Kxnhg8uEOdC0pwEW9entHykTgEbna2pw2dkbFSMeqjjyHZoCmt8SBkOSvV+yNmm94aUrrqw==",
  318. "cpu": [
  319. "x64"
  320. ],
  321. "license": "MIT",
  322. "optional": true,
  323. "os": [
  324. "netbsd"
  325. ],
  326. "engines": {
  327. "node": ">=18"
  328. }
  329. },
  330. "node_modules/@esbuild/openbsd-arm64": {
  331. "version": "0.28.0",
  332. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.0.tgz",
  333. "integrity": "sha512-cXb5vApOsRsxsEl4mcZ1XY3D4DzcoMxR/nnc4IyqYs0rTI8ZKmW6kyyg+11Z8yvgMfAEldKzP7AdP64HnSC/6g==",
  334. "cpu": [
  335. "arm64"
  336. ],
  337. "license": "MIT",
  338. "optional": true,
  339. "os": [
  340. "openbsd"
  341. ],
  342. "engines": {
  343. "node": ">=18"
  344. }
  345. },
  346. "node_modules/@esbuild/openbsd-x64": {
  347. "version": "0.28.0",
  348. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.28.0.tgz",
  349. "integrity": "sha512-8wZM2qqtv9UP3mzy7HiGYNH/zjTA355mpeuA+859TyR+e+Tc08IHYpLJuMsfpDJwoLo1ikIJI8jC3GFjnRClzA==",
  350. "cpu": [
  351. "x64"
  352. ],
  353. "license": "MIT",
  354. "optional": true,
  355. "os": [
  356. "openbsd"
  357. ],
  358. "engines": {
  359. "node": ">=18"
  360. }
  361. },
  362. "node_modules/@esbuild/openharmony-arm64": {
  363. "version": "0.28.0",
  364. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.0.tgz",
  365. "integrity": "sha512-FLGfyizszcef5C3YtoyQDACyg95+dndv79i2EekILBofh5wpCa1KuBqOWKrEHZg3zrL3t5ouE5jgr94vA+Wb2w==",
  366. "cpu": [
  367. "arm64"
  368. ],
  369. "license": "MIT",
  370. "optional": true,
  371. "os": [
  372. "openharmony"
  373. ],
  374. "engines": {
  375. "node": ">=18"
  376. }
  377. },
  378. "node_modules/@esbuild/sunos-x64": {
  379. "version": "0.28.0",
  380. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.28.0.tgz",
  381. "integrity": "sha512-1ZgjUoEdHZZl/YlV76TSCz9Hqj9h9YmMGAgAPYd+q4SicWNX3G5GCyx9uhQWSLcbvPW8Ni7lj4gDa1T40akdlw==",
  382. "cpu": [
  383. "x64"
  384. ],
  385. "license": "MIT",
  386. "optional": true,
  387. "os": [
  388. "sunos"
  389. ],
  390. "engines": {
  391. "node": ">=18"
  392. }
  393. },
  394. "node_modules/@esbuild/win32-arm64": {
  395. "version": "0.28.0",
  396. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.28.0.tgz",
  397. "integrity": "sha512-Q9StnDmQ/enxnpxCCLSg0oo4+34B9TdXpuyPeTedN/6+iXBJ4J+zwfQI28u/Jl40nOYAxGoNi7mFP40RUtkmUA==",
  398. "cpu": [
  399. "arm64"
  400. ],
  401. "license": "MIT",
  402. "optional": true,
  403. "os": [
  404. "win32"
  405. ],
  406. "engines": {
  407. "node": ">=18"
  408. }
  409. },
  410. "node_modules/@esbuild/win32-ia32": {
  411. "version": "0.28.0",
  412. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.28.0.tgz",
  413. "integrity": "sha512-zF3ag/gfiCe6U2iczcRzSYJKH1DCI+ByzSENHlM2FcDbEeo5Zd2C86Aq0tKUYAJJ1obRP84ymxIAksZUcdztHA==",
  414. "cpu": [
  415. "ia32"
  416. ],
  417. "license": "MIT",
  418. "optional": true,
  419. "os": [
  420. "win32"
  421. ],
  422. "engines": {
  423. "node": ">=18"
  424. }
  425. },
  426. "node_modules/@esbuild/win32-x64": {
  427. "version": "0.28.0",
  428. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.28.0.tgz",
  429. "integrity": "sha512-pEl1bO9mfAmIC+tW5btTmrKaujg3zGtUmWNdCw/xs70FBjwAL3o9OEKNHvNmnyylD6ubxUERiEhdsL0xBQ9efw==",
  430. "cpu": [
  431. "x64"
  432. ],
  433. "license": "MIT",
  434. "optional": true,
  435. "os": [
  436. "win32"
  437. ],
  438. "engines": {
  439. "node": ">=18"
  440. }
  441. },
  442. "node_modules/@ethersproject/abi": {
  443. "version": "5.8.0",
  444. "resolved": "https://registry.npmmirror.com/@ethersproject/abi/-/abi-5.8.0.tgz",
  445. "integrity": "sha512-b9YS/43ObplgyV6SlyQsG53/vkSal0MNA1fskSC4mbnCMi8R+NkcH8K9FPYNESf6jUefBUniE4SOKms0E/KK1Q==",
  446. "funding": [
  447. {
  448. "type": "individual",
  449. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  450. },
  451. {
  452. "type": "individual",
  453. "url": "https://www.buymeacoffee.com/ricmoo"
  454. }
  455. ],
  456. "license": "MIT",
  457. "dependencies": {
  458. "@ethersproject/address": "^5.8.0",
  459. "@ethersproject/bignumber": "^5.8.0",
  460. "@ethersproject/bytes": "^5.8.0",
  461. "@ethersproject/constants": "^5.8.0",
  462. "@ethersproject/hash": "^5.8.0",
  463. "@ethersproject/keccak256": "^5.8.0",
  464. "@ethersproject/logger": "^5.8.0",
  465. "@ethersproject/properties": "^5.8.0",
  466. "@ethersproject/strings": "^5.8.0"
  467. }
  468. },
  469. "node_modules/@ethersproject/abstract-provider": {
  470. "version": "5.8.0",
  471. "resolved": "https://registry.npmmirror.com/@ethersproject/abstract-provider/-/abstract-provider-5.8.0.tgz",
  472. "integrity": "sha512-wC9SFcmh4UK0oKuLJQItoQdzS/qZ51EJegK6EmAWlh+OptpQ/npECOR3QqECd8iGHC0RJb4WKbVdSfif4ammrg==",
  473. "funding": [
  474. {
  475. "type": "individual",
  476. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  477. },
  478. {
  479. "type": "individual",
  480. "url": "https://www.buymeacoffee.com/ricmoo"
  481. }
  482. ],
  483. "license": "MIT",
  484. "dependencies": {
  485. "@ethersproject/bignumber": "^5.8.0",
  486. "@ethersproject/bytes": "^5.8.0",
  487. "@ethersproject/logger": "^5.8.0",
  488. "@ethersproject/networks": "^5.8.0",
  489. "@ethersproject/properties": "^5.8.0",
  490. "@ethersproject/transactions": "^5.8.0",
  491. "@ethersproject/web": "^5.8.0"
  492. }
  493. },
  494. "node_modules/@ethersproject/abstract-signer": {
  495. "version": "5.8.0",
  496. "resolved": "https://registry.npmmirror.com/@ethersproject/abstract-signer/-/abstract-signer-5.8.0.tgz",
  497. "integrity": "sha512-N0XhZTswXcmIZQdYtUnd79VJzvEwXQw6PK0dTl9VoYrEBxxCPXqS0Eod7q5TNKRxe1/5WUMuR0u0nqTF/avdCA==",
  498. "funding": [
  499. {
  500. "type": "individual",
  501. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  502. },
  503. {
  504. "type": "individual",
  505. "url": "https://www.buymeacoffee.com/ricmoo"
  506. }
  507. ],
  508. "license": "MIT",
  509. "dependencies": {
  510. "@ethersproject/abstract-provider": "^5.8.0",
  511. "@ethersproject/bignumber": "^5.8.0",
  512. "@ethersproject/bytes": "^5.8.0",
  513. "@ethersproject/logger": "^5.8.0",
  514. "@ethersproject/properties": "^5.8.0"
  515. }
  516. },
  517. "node_modules/@ethersproject/address": {
  518. "version": "5.8.0",
  519. "resolved": "https://registry.npmmirror.com/@ethersproject/address/-/address-5.8.0.tgz",
  520. "integrity": "sha512-GhH/abcC46LJwshoN+uBNoKVFPxUuZm6dA257z0vZkKmU1+t8xTn8oK7B9qrj8W2rFRMch4gbJl6PmVxjxBEBA==",
  521. "funding": [
  522. {
  523. "type": "individual",
  524. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  525. },
  526. {
  527. "type": "individual",
  528. "url": "https://www.buymeacoffee.com/ricmoo"
  529. }
  530. ],
  531. "license": "MIT",
  532. "dependencies": {
  533. "@ethersproject/bignumber": "^5.8.0",
  534. "@ethersproject/bytes": "^5.8.0",
  535. "@ethersproject/keccak256": "^5.8.0",
  536. "@ethersproject/logger": "^5.8.0",
  537. "@ethersproject/rlp": "^5.8.0"
  538. }
  539. },
  540. "node_modules/@ethersproject/base64": {
  541. "version": "5.8.0",
  542. "resolved": "https://registry.npmmirror.com/@ethersproject/base64/-/base64-5.8.0.tgz",
  543. "integrity": "sha512-lN0oIwfkYj9LbPx4xEkie6rAMJtySbpOAFXSDVQaBnAzYfB4X2Qr+FXJGxMoc3Bxp2Sm8OwvzMrywxyw0gLjIQ==",
  544. "funding": [
  545. {
  546. "type": "individual",
  547. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  548. },
  549. {
  550. "type": "individual",
  551. "url": "https://www.buymeacoffee.com/ricmoo"
  552. }
  553. ],
  554. "license": "MIT",
  555. "dependencies": {
  556. "@ethersproject/bytes": "^5.8.0"
  557. }
  558. },
  559. "node_modules/@ethersproject/basex": {
  560. "version": "5.8.0",
  561. "resolved": "https://registry.npmmirror.com/@ethersproject/basex/-/basex-5.8.0.tgz",
  562. "integrity": "sha512-PIgTszMlDRmNwW9nhS6iqtVfdTAKosA7llYXNmGPw4YAI1PUyMv28988wAb41/gHF/WqGdoLv0erHaRcHRKW2Q==",
  563. "funding": [
  564. {
  565. "type": "individual",
  566. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  567. },
  568. {
  569. "type": "individual",
  570. "url": "https://www.buymeacoffee.com/ricmoo"
  571. }
  572. ],
  573. "license": "MIT",
  574. "dependencies": {
  575. "@ethersproject/bytes": "^5.8.0",
  576. "@ethersproject/properties": "^5.8.0"
  577. }
  578. },
  579. "node_modules/@ethersproject/bignumber": {
  580. "version": "5.8.0",
  581. "resolved": "https://registry.npmmirror.com/@ethersproject/bignumber/-/bignumber-5.8.0.tgz",
  582. "integrity": "sha512-ZyaT24bHaSeJon2tGPKIiHszWjD/54Sz8t57Toch475lCLljC6MgPmxk7Gtzz+ddNN5LuHea9qhAe0x3D+uYPA==",
  583. "funding": [
  584. {
  585. "type": "individual",
  586. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  587. },
  588. {
  589. "type": "individual",
  590. "url": "https://www.buymeacoffee.com/ricmoo"
  591. }
  592. ],
  593. "license": "MIT",
  594. "dependencies": {
  595. "@ethersproject/bytes": "^5.8.0",
  596. "@ethersproject/logger": "^5.8.0",
  597. "bn.js": "^5.2.1"
  598. }
  599. },
  600. "node_modules/@ethersproject/bytes": {
  601. "version": "5.8.0",
  602. "resolved": "https://registry.npmmirror.com/@ethersproject/bytes/-/bytes-5.8.0.tgz",
  603. "integrity": "sha512-vTkeohgJVCPVHu5c25XWaWQOZ4v+DkGoC42/TS2ond+PARCxTJvgTFUNDZovyQ/uAQ4EcpqqowKydcdmRKjg7A==",
  604. "funding": [
  605. {
  606. "type": "individual",
  607. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  608. },
  609. {
  610. "type": "individual",
  611. "url": "https://www.buymeacoffee.com/ricmoo"
  612. }
  613. ],
  614. "license": "MIT",
  615. "dependencies": {
  616. "@ethersproject/logger": "^5.8.0"
  617. }
  618. },
  619. "node_modules/@ethersproject/constants": {
  620. "version": "5.8.0",
  621. "resolved": "https://registry.npmmirror.com/@ethersproject/constants/-/constants-5.8.0.tgz",
  622. "integrity": "sha512-wigX4lrf5Vu+axVTIvNsuL6YrV4O5AXl5ubcURKMEME5TnWBouUh0CDTWxZ2GpnRn1kcCgE7l8O5+VbV9QTTcg==",
  623. "funding": [
  624. {
  625. "type": "individual",
  626. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  627. },
  628. {
  629. "type": "individual",
  630. "url": "https://www.buymeacoffee.com/ricmoo"
  631. }
  632. ],
  633. "license": "MIT",
  634. "dependencies": {
  635. "@ethersproject/bignumber": "^5.8.0"
  636. }
  637. },
  638. "node_modules/@ethersproject/contracts": {
  639. "version": "5.8.0",
  640. "resolved": "https://registry.npmmirror.com/@ethersproject/contracts/-/contracts-5.8.0.tgz",
  641. "integrity": "sha512-0eFjGz9GtuAi6MZwhb4uvUM216F38xiuR0yYCjKJpNfSEy4HUM8hvqqBj9Jmm0IUz8l0xKEhWwLIhPgxNY0yvQ==",
  642. "funding": [
  643. {
  644. "type": "individual",
  645. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  646. },
  647. {
  648. "type": "individual",
  649. "url": "https://www.buymeacoffee.com/ricmoo"
  650. }
  651. ],
  652. "license": "MIT",
  653. "dependencies": {
  654. "@ethersproject/abi": "^5.8.0",
  655. "@ethersproject/abstract-provider": "^5.8.0",
  656. "@ethersproject/abstract-signer": "^5.8.0",
  657. "@ethersproject/address": "^5.8.0",
  658. "@ethersproject/bignumber": "^5.8.0",
  659. "@ethersproject/bytes": "^5.8.0",
  660. "@ethersproject/constants": "^5.8.0",
  661. "@ethersproject/logger": "^5.8.0",
  662. "@ethersproject/properties": "^5.8.0",
  663. "@ethersproject/transactions": "^5.8.0"
  664. }
  665. },
  666. "node_modules/@ethersproject/hash": {
  667. "version": "5.8.0",
  668. "resolved": "https://registry.npmmirror.com/@ethersproject/hash/-/hash-5.8.0.tgz",
  669. "integrity": "sha512-ac/lBcTbEWW/VGJij0CNSw/wPcw9bSRgCB0AIBz8CvED/jfvDoV9hsIIiWfvWmFEi8RcXtlNwp2jv6ozWOsooA==",
  670. "funding": [
  671. {
  672. "type": "individual",
  673. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  674. },
  675. {
  676. "type": "individual",
  677. "url": "https://www.buymeacoffee.com/ricmoo"
  678. }
  679. ],
  680. "license": "MIT",
  681. "dependencies": {
  682. "@ethersproject/abstract-signer": "^5.8.0",
  683. "@ethersproject/address": "^5.8.0",
  684. "@ethersproject/base64": "^5.8.0",
  685. "@ethersproject/bignumber": "^5.8.0",
  686. "@ethersproject/bytes": "^5.8.0",
  687. "@ethersproject/keccak256": "^5.8.0",
  688. "@ethersproject/logger": "^5.8.0",
  689. "@ethersproject/properties": "^5.8.0",
  690. "@ethersproject/strings": "^5.8.0"
  691. }
  692. },
  693. "node_modules/@ethersproject/hdnode": {
  694. "version": "5.8.0",
  695. "resolved": "https://registry.npmmirror.com/@ethersproject/hdnode/-/hdnode-5.8.0.tgz",
  696. "integrity": "sha512-4bK1VF6E83/3/Im0ERnnUeWOY3P1BZml4ZD3wcH8Ys0/d1h1xaFt6Zc+Dh9zXf9TapGro0T4wvO71UTCp3/uoA==",
  697. "funding": [
  698. {
  699. "type": "individual",
  700. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  701. },
  702. {
  703. "type": "individual",
  704. "url": "https://www.buymeacoffee.com/ricmoo"
  705. }
  706. ],
  707. "license": "MIT",
  708. "dependencies": {
  709. "@ethersproject/abstract-signer": "^5.8.0",
  710. "@ethersproject/basex": "^5.8.0",
  711. "@ethersproject/bignumber": "^5.8.0",
  712. "@ethersproject/bytes": "^5.8.0",
  713. "@ethersproject/logger": "^5.8.0",
  714. "@ethersproject/pbkdf2": "^5.8.0",
  715. "@ethersproject/properties": "^5.8.0",
  716. "@ethersproject/sha2": "^5.8.0",
  717. "@ethersproject/signing-key": "^5.8.0",
  718. "@ethersproject/strings": "^5.8.0",
  719. "@ethersproject/transactions": "^5.8.0",
  720. "@ethersproject/wordlists": "^5.8.0"
  721. }
  722. },
  723. "node_modules/@ethersproject/json-wallets": {
  724. "version": "5.8.0",
  725. "resolved": "https://registry.npmmirror.com/@ethersproject/json-wallets/-/json-wallets-5.8.0.tgz",
  726. "integrity": "sha512-HxblNck8FVUtNxS3VTEYJAcwiKYsBIF77W15HufqlBF9gGfhmYOJtYZp8fSDZtn9y5EaXTE87zDwzxRoTFk11w==",
  727. "funding": [
  728. {
  729. "type": "individual",
  730. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  731. },
  732. {
  733. "type": "individual",
  734. "url": "https://www.buymeacoffee.com/ricmoo"
  735. }
  736. ],
  737. "license": "MIT",
  738. "dependencies": {
  739. "@ethersproject/abstract-signer": "^5.8.0",
  740. "@ethersproject/address": "^5.8.0",
  741. "@ethersproject/bytes": "^5.8.0",
  742. "@ethersproject/hdnode": "^5.8.0",
  743. "@ethersproject/keccak256": "^5.8.0",
  744. "@ethersproject/logger": "^5.8.0",
  745. "@ethersproject/pbkdf2": "^5.8.0",
  746. "@ethersproject/properties": "^5.8.0",
  747. "@ethersproject/random": "^5.8.0",
  748. "@ethersproject/strings": "^5.8.0",
  749. "@ethersproject/transactions": "^5.8.0",
  750. "aes-js": "3.0.0",
  751. "scrypt-js": "3.0.1"
  752. }
  753. },
  754. "node_modules/@ethersproject/keccak256": {
  755. "version": "5.8.0",
  756. "resolved": "https://registry.npmmirror.com/@ethersproject/keccak256/-/keccak256-5.8.0.tgz",
  757. "integrity": "sha512-A1pkKLZSz8pDaQ1ftutZoaN46I6+jvuqugx5KYNeQOPqq+JZ0Txm7dlWesCHB5cndJSu5vP2VKptKf7cksERng==",
  758. "funding": [
  759. {
  760. "type": "individual",
  761. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  762. },
  763. {
  764. "type": "individual",
  765. "url": "https://www.buymeacoffee.com/ricmoo"
  766. }
  767. ],
  768. "license": "MIT",
  769. "dependencies": {
  770. "@ethersproject/bytes": "^5.8.0",
  771. "js-sha3": "0.8.0"
  772. }
  773. },
  774. "node_modules/@ethersproject/logger": {
  775. "version": "5.8.0",
  776. "resolved": "https://registry.npmmirror.com/@ethersproject/logger/-/logger-5.8.0.tgz",
  777. "integrity": "sha512-Qe6knGmY+zPPWTC+wQrpitodgBfH7XoceCGL5bJVejmH+yCS3R8jJm8iiWuvWbG76RUmyEG53oqv6GMVWqunjA==",
  778. "funding": [
  779. {
  780. "type": "individual",
  781. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  782. },
  783. {
  784. "type": "individual",
  785. "url": "https://www.buymeacoffee.com/ricmoo"
  786. }
  787. ],
  788. "license": "MIT"
  789. },
  790. "node_modules/@ethersproject/networks": {
  791. "version": "5.8.0",
  792. "resolved": "https://registry.npmmirror.com/@ethersproject/networks/-/networks-5.8.0.tgz",
  793. "integrity": "sha512-egPJh3aPVAzbHwq8DD7Po53J4OUSsA1MjQp8Vf/OZPav5rlmWUaFLiq8cvQiGK0Z5K6LYzm29+VA/p4RL1FzNg==",
  794. "funding": [
  795. {
  796. "type": "individual",
  797. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  798. },
  799. {
  800. "type": "individual",
  801. "url": "https://www.buymeacoffee.com/ricmoo"
  802. }
  803. ],
  804. "license": "MIT",
  805. "dependencies": {
  806. "@ethersproject/logger": "^5.8.0"
  807. }
  808. },
  809. "node_modules/@ethersproject/pbkdf2": {
  810. "version": "5.8.0",
  811. "resolved": "https://registry.npmmirror.com/@ethersproject/pbkdf2/-/pbkdf2-5.8.0.tgz",
  812. "integrity": "sha512-wuHiv97BrzCmfEaPbUFpMjlVg/IDkZThp9Ri88BpjRleg4iePJaj2SW8AIyE8cXn5V1tuAaMj6lzvsGJkGWskg==",
  813. "funding": [
  814. {
  815. "type": "individual",
  816. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  817. },
  818. {
  819. "type": "individual",
  820. "url": "https://www.buymeacoffee.com/ricmoo"
  821. }
  822. ],
  823. "license": "MIT",
  824. "dependencies": {
  825. "@ethersproject/bytes": "^5.8.0",
  826. "@ethersproject/sha2": "^5.8.0"
  827. }
  828. },
  829. "node_modules/@ethersproject/properties": {
  830. "version": "5.8.0",
  831. "resolved": "https://registry.npmmirror.com/@ethersproject/properties/-/properties-5.8.0.tgz",
  832. "integrity": "sha512-PYuiEoQ+FMaZZNGrStmN7+lWjlsoufGIHdww7454FIaGdbe/p5rnaCXTr5MtBYl3NkeoVhHZuyzChPeGeKIpQw==",
  833. "funding": [
  834. {
  835. "type": "individual",
  836. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  837. },
  838. {
  839. "type": "individual",
  840. "url": "https://www.buymeacoffee.com/ricmoo"
  841. }
  842. ],
  843. "license": "MIT",
  844. "dependencies": {
  845. "@ethersproject/logger": "^5.8.0"
  846. }
  847. },
  848. "node_modules/@ethersproject/providers": {
  849. "version": "5.8.0",
  850. "resolved": "https://registry.npmmirror.com/@ethersproject/providers/-/providers-5.8.0.tgz",
  851. "integrity": "sha512-3Il3oTzEx3o6kzcg9ZzbE+oCZYyY+3Zh83sKkn4s1DZfTUjIegHnN2Cm0kbn9YFy45FDVcuCLLONhU7ny0SsCw==",
  852. "funding": [
  853. {
  854. "type": "individual",
  855. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  856. },
  857. {
  858. "type": "individual",
  859. "url": "https://www.buymeacoffee.com/ricmoo"
  860. }
  861. ],
  862. "license": "MIT",
  863. "dependencies": {
  864. "@ethersproject/abstract-provider": "^5.8.0",
  865. "@ethersproject/abstract-signer": "^5.8.0",
  866. "@ethersproject/address": "^5.8.0",
  867. "@ethersproject/base64": "^5.8.0",
  868. "@ethersproject/basex": "^5.8.0",
  869. "@ethersproject/bignumber": "^5.8.0",
  870. "@ethersproject/bytes": "^5.8.0",
  871. "@ethersproject/constants": "^5.8.0",
  872. "@ethersproject/hash": "^5.8.0",
  873. "@ethersproject/logger": "^5.8.0",
  874. "@ethersproject/networks": "^5.8.0",
  875. "@ethersproject/properties": "^5.8.0",
  876. "@ethersproject/random": "^5.8.0",
  877. "@ethersproject/rlp": "^5.8.0",
  878. "@ethersproject/sha2": "^5.8.0",
  879. "@ethersproject/strings": "^5.8.0",
  880. "@ethersproject/transactions": "^5.8.0",
  881. "@ethersproject/web": "^5.8.0",
  882. "bech32": "1.1.4",
  883. "ws": "8.18.0"
  884. }
  885. },
  886. "node_modules/@ethersproject/random": {
  887. "version": "5.8.0",
  888. "resolved": "https://registry.npmmirror.com/@ethersproject/random/-/random-5.8.0.tgz",
  889. "integrity": "sha512-E4I5TDl7SVqyg4/kkA/qTfuLWAQGXmSOgYyO01So8hLfwgKvYK5snIlzxJMk72IFdG/7oh8yuSqY2KX7MMwg+A==",
  890. "funding": [
  891. {
  892. "type": "individual",
  893. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  894. },
  895. {
  896. "type": "individual",
  897. "url": "https://www.buymeacoffee.com/ricmoo"
  898. }
  899. ],
  900. "license": "MIT",
  901. "dependencies": {
  902. "@ethersproject/bytes": "^5.8.0",
  903. "@ethersproject/logger": "^5.8.0"
  904. }
  905. },
  906. "node_modules/@ethersproject/rlp": {
  907. "version": "5.8.0",
  908. "resolved": "https://registry.npmmirror.com/@ethersproject/rlp/-/rlp-5.8.0.tgz",
  909. "integrity": "sha512-LqZgAznqDbiEunaUvykH2JAoXTT9NV0Atqk8rQN9nx9SEgThA/WMx5DnW8a9FOufo//6FZOCHZ+XiClzgbqV9Q==",
  910. "funding": [
  911. {
  912. "type": "individual",
  913. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  914. },
  915. {
  916. "type": "individual",
  917. "url": "https://www.buymeacoffee.com/ricmoo"
  918. }
  919. ],
  920. "license": "MIT",
  921. "dependencies": {
  922. "@ethersproject/bytes": "^5.8.0",
  923. "@ethersproject/logger": "^5.8.0"
  924. }
  925. },
  926. "node_modules/@ethersproject/sha2": {
  927. "version": "5.8.0",
  928. "resolved": "https://registry.npmmirror.com/@ethersproject/sha2/-/sha2-5.8.0.tgz",
  929. "integrity": "sha512-dDOUrXr9wF/YFltgTBYS0tKslPEKr6AekjqDW2dbn1L1xmjGR+9GiKu4ajxovnrDbwxAKdHjW8jNcwfz8PAz4A==",
  930. "funding": [
  931. {
  932. "type": "individual",
  933. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  934. },
  935. {
  936. "type": "individual",
  937. "url": "https://www.buymeacoffee.com/ricmoo"
  938. }
  939. ],
  940. "license": "MIT",
  941. "dependencies": {
  942. "@ethersproject/bytes": "^5.8.0",
  943. "@ethersproject/logger": "^5.8.0",
  944. "hash.js": "1.1.7"
  945. }
  946. },
  947. "node_modules/@ethersproject/signing-key": {
  948. "version": "5.8.0",
  949. "resolved": "https://registry.npmmirror.com/@ethersproject/signing-key/-/signing-key-5.8.0.tgz",
  950. "integrity": "sha512-LrPW2ZxoigFi6U6aVkFN/fa9Yx/+4AtIUe4/HACTvKJdhm0eeb107EVCIQcrLZkxaSIgc/eCrX8Q1GtbH+9n3w==",
  951. "funding": [
  952. {
  953. "type": "individual",
  954. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  955. },
  956. {
  957. "type": "individual",
  958. "url": "https://www.buymeacoffee.com/ricmoo"
  959. }
  960. ],
  961. "license": "MIT",
  962. "dependencies": {
  963. "@ethersproject/bytes": "^5.8.0",
  964. "@ethersproject/logger": "^5.8.0",
  965. "@ethersproject/properties": "^5.8.0",
  966. "bn.js": "^5.2.1",
  967. "elliptic": "6.6.1",
  968. "hash.js": "1.1.7"
  969. }
  970. },
  971. "node_modules/@ethersproject/solidity": {
  972. "version": "5.8.0",
  973. "resolved": "https://registry.npmmirror.com/@ethersproject/solidity/-/solidity-5.8.0.tgz",
  974. "integrity": "sha512-4CxFeCgmIWamOHwYN9d+QWGxye9qQLilpgTU0XhYs1OahkclF+ewO+3V1U0mvpiuQxm5EHHmv8f7ClVII8EHsA==",
  975. "funding": [
  976. {
  977. "type": "individual",
  978. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  979. },
  980. {
  981. "type": "individual",
  982. "url": "https://www.buymeacoffee.com/ricmoo"
  983. }
  984. ],
  985. "license": "MIT",
  986. "dependencies": {
  987. "@ethersproject/bignumber": "^5.8.0",
  988. "@ethersproject/bytes": "^5.8.0",
  989. "@ethersproject/keccak256": "^5.8.0",
  990. "@ethersproject/logger": "^5.8.0",
  991. "@ethersproject/sha2": "^5.8.0",
  992. "@ethersproject/strings": "^5.8.0"
  993. }
  994. },
  995. "node_modules/@ethersproject/strings": {
  996. "version": "5.8.0",
  997. "resolved": "https://registry.npmmirror.com/@ethersproject/strings/-/strings-5.8.0.tgz",
  998. "integrity": "sha512-qWEAk0MAvl0LszjdfnZ2uC8xbR2wdv4cDabyHiBh3Cldq/T8dPH3V4BbBsAYJUeonwD+8afVXld274Ls+Y1xXg==",
  999. "funding": [
  1000. {
  1001. "type": "individual",
  1002. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  1003. },
  1004. {
  1005. "type": "individual",
  1006. "url": "https://www.buymeacoffee.com/ricmoo"
  1007. }
  1008. ],
  1009. "license": "MIT",
  1010. "dependencies": {
  1011. "@ethersproject/bytes": "^5.8.0",
  1012. "@ethersproject/constants": "^5.8.0",
  1013. "@ethersproject/logger": "^5.8.0"
  1014. }
  1015. },
  1016. "node_modules/@ethersproject/transactions": {
  1017. "version": "5.8.0",
  1018. "resolved": "https://registry.npmmirror.com/@ethersproject/transactions/-/transactions-5.8.0.tgz",
  1019. "integrity": "sha512-UglxSDjByHG0TuU17bDfCemZ3AnKO2vYrL5/2n2oXvKzvb7Cz+W9gOWXKARjp2URVwcWlQlPOEQyAviKwT4AHg==",
  1020. "funding": [
  1021. {
  1022. "type": "individual",
  1023. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  1024. },
  1025. {
  1026. "type": "individual",
  1027. "url": "https://www.buymeacoffee.com/ricmoo"
  1028. }
  1029. ],
  1030. "license": "MIT",
  1031. "dependencies": {
  1032. "@ethersproject/address": "^5.8.0",
  1033. "@ethersproject/bignumber": "^5.8.0",
  1034. "@ethersproject/bytes": "^5.8.0",
  1035. "@ethersproject/constants": "^5.8.0",
  1036. "@ethersproject/keccak256": "^5.8.0",
  1037. "@ethersproject/logger": "^5.8.0",
  1038. "@ethersproject/properties": "^5.8.0",
  1039. "@ethersproject/rlp": "^5.8.0",
  1040. "@ethersproject/signing-key": "^5.8.0"
  1041. }
  1042. },
  1043. "node_modules/@ethersproject/units": {
  1044. "version": "5.8.0",
  1045. "resolved": "https://registry.npmmirror.com/@ethersproject/units/-/units-5.8.0.tgz",
  1046. "integrity": "sha512-lxq0CAnc5kMGIiWW4Mr041VT8IhNM+Pn5T3haO74XZWFulk7wH1Gv64HqE96hT4a7iiNMdOCFEBgaxWuk8ETKQ==",
  1047. "funding": [
  1048. {
  1049. "type": "individual",
  1050. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  1051. },
  1052. {
  1053. "type": "individual",
  1054. "url": "https://www.buymeacoffee.com/ricmoo"
  1055. }
  1056. ],
  1057. "license": "MIT",
  1058. "dependencies": {
  1059. "@ethersproject/bignumber": "^5.8.0",
  1060. "@ethersproject/constants": "^5.8.0",
  1061. "@ethersproject/logger": "^5.8.0"
  1062. }
  1063. },
  1064. "node_modules/@ethersproject/wallet": {
  1065. "version": "5.8.0",
  1066. "resolved": "https://registry.npmmirror.com/@ethersproject/wallet/-/wallet-5.8.0.tgz",
  1067. "integrity": "sha512-G+jnzmgg6UxurVKRKvw27h0kvG75YKXZKdlLYmAHeF32TGUzHkOFd7Zn6QHOTYRFWnfjtSSFjBowKo7vfrXzPA==",
  1068. "funding": [
  1069. {
  1070. "type": "individual",
  1071. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  1072. },
  1073. {
  1074. "type": "individual",
  1075. "url": "https://www.buymeacoffee.com/ricmoo"
  1076. }
  1077. ],
  1078. "license": "MIT",
  1079. "dependencies": {
  1080. "@ethersproject/abstract-provider": "^5.8.0",
  1081. "@ethersproject/abstract-signer": "^5.8.0",
  1082. "@ethersproject/address": "^5.8.0",
  1083. "@ethersproject/bignumber": "^5.8.0",
  1084. "@ethersproject/bytes": "^5.8.0",
  1085. "@ethersproject/hash": "^5.8.0",
  1086. "@ethersproject/hdnode": "^5.8.0",
  1087. "@ethersproject/json-wallets": "^5.8.0",
  1088. "@ethersproject/keccak256": "^5.8.0",
  1089. "@ethersproject/logger": "^5.8.0",
  1090. "@ethersproject/properties": "^5.8.0",
  1091. "@ethersproject/random": "^5.8.0",
  1092. "@ethersproject/signing-key": "^5.8.0",
  1093. "@ethersproject/transactions": "^5.8.0",
  1094. "@ethersproject/wordlists": "^5.8.0"
  1095. }
  1096. },
  1097. "node_modules/@ethersproject/web": {
  1098. "version": "5.8.0",
  1099. "resolved": "https://registry.npmmirror.com/@ethersproject/web/-/web-5.8.0.tgz",
  1100. "integrity": "sha512-j7+Ksi/9KfGviws6Qtf9Q7KCqRhpwrYKQPs+JBA/rKVFF/yaWLHJEH3zfVP2plVu+eys0d2DlFmhoQJayFewcw==",
  1101. "funding": [
  1102. {
  1103. "type": "individual",
  1104. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  1105. },
  1106. {
  1107. "type": "individual",
  1108. "url": "https://www.buymeacoffee.com/ricmoo"
  1109. }
  1110. ],
  1111. "license": "MIT",
  1112. "dependencies": {
  1113. "@ethersproject/base64": "^5.8.0",
  1114. "@ethersproject/bytes": "^5.8.0",
  1115. "@ethersproject/logger": "^5.8.0",
  1116. "@ethersproject/properties": "^5.8.0",
  1117. "@ethersproject/strings": "^5.8.0"
  1118. }
  1119. },
  1120. "node_modules/@ethersproject/wordlists": {
  1121. "version": "5.8.0",
  1122. "resolved": "https://registry.npmmirror.com/@ethersproject/wordlists/-/wordlists-5.8.0.tgz",
  1123. "integrity": "sha512-2df9bbXicZws2Sb5S6ET493uJ0Z84Fjr3pC4tu/qlnZERibZCeUVuqdtt+7Tv9xxhUxHoIekIA7avrKUWHrezg==",
  1124. "funding": [
  1125. {
  1126. "type": "individual",
  1127. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  1128. },
  1129. {
  1130. "type": "individual",
  1131. "url": "https://www.buymeacoffee.com/ricmoo"
  1132. }
  1133. ],
  1134. "license": "MIT",
  1135. "dependencies": {
  1136. "@ethersproject/bytes": "^5.8.0",
  1137. "@ethersproject/hash": "^5.8.0",
  1138. "@ethersproject/logger": "^5.8.0",
  1139. "@ethersproject/properties": "^5.8.0",
  1140. "@ethersproject/strings": "^5.8.0"
  1141. }
  1142. },
  1143. "node_modules/@noble/ciphers": {
  1144. "version": "1.3.0",
  1145. "resolved": "https://registry.npmmirror.com/@noble/ciphers/-/ciphers-1.3.0.tgz",
  1146. "integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==",
  1147. "license": "MIT",
  1148. "engines": {
  1149. "node": "^14.21.3 || >=16"
  1150. },
  1151. "funding": {
  1152. "url": "https://paulmillr.com/funding/"
  1153. }
  1154. },
  1155. "node_modules/@noble/curves": {
  1156. "version": "1.9.1",
  1157. "resolved": "https://registry.npmmirror.com/@noble/curves/-/curves-1.9.1.tgz",
  1158. "integrity": "sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA==",
  1159. "license": "MIT",
  1160. "dependencies": {
  1161. "@noble/hashes": "1.8.0"
  1162. },
  1163. "engines": {
  1164. "node": "^14.21.3 || >=16"
  1165. },
  1166. "funding": {
  1167. "url": "https://paulmillr.com/funding/"
  1168. }
  1169. },
  1170. "node_modules/@noble/hashes": {
  1171. "version": "1.8.0",
  1172. "resolved": "https://registry.npmmirror.com/@noble/hashes/-/hashes-1.8.0.tgz",
  1173. "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
  1174. "license": "MIT",
  1175. "engines": {
  1176. "node": "^14.21.3 || >=16"
  1177. },
  1178. "funding": {
  1179. "url": "https://paulmillr.com/funding/"
  1180. }
  1181. },
  1182. "node_modules/@polymarket/builder-abstract-signer": {
  1183. "version": "0.0.1",
  1184. "resolved": "https://registry.npmmirror.com/@polymarket/builder-abstract-signer/-/builder-abstract-signer-0.0.1.tgz",
  1185. "integrity": "sha512-XuuxQQcXYtqQce8slhqiJQti1lVPr+xXC7M3lbetmNnsc9tlYdYRnojE+tcniCHg7VQ6dokcIu0eLYDtM5vdvQ==",
  1186. "dependencies": {
  1187. "ethers": "5.8.0",
  1188. "ts-node": "^9.1.1",
  1189. "typescript": "^5.8.3",
  1190. "viem": "^2.31.4"
  1191. }
  1192. },
  1193. "node_modules/@polymarket/builder-relayer-client": {
  1194. "version": "0.0.9",
  1195. "resolved": "https://registry.npmmirror.com/@polymarket/builder-relayer-client/-/builder-relayer-client-0.0.9.tgz",
  1196. "integrity": "sha512-7i5LSSpSFZiNuoLY623krWWEiT/jkxv76tueGTNOVy3ZND+2sJvOJk5+PQFgiws+LNa476UFOodkMEgqH5lSqw==",
  1197. "dependencies": {
  1198. "@polymarket/builder-abstract-signer": "0.0.1",
  1199. "@polymarket/builder-signing-sdk": "^0.0.8",
  1200. "axios": "^0.27.2",
  1201. "browser-or-node": "^3.0.0",
  1202. "ethers": "5.8.0",
  1203. "tsx": "^4.20.3",
  1204. "typescript": "^5.8.3",
  1205. "viem": "^2.31.4"
  1206. }
  1207. },
  1208. "node_modules/@polymarket/builder-relayer-client/node_modules/@polymarket/builder-signing-sdk": {
  1209. "version": "0.0.8",
  1210. "resolved": "https://registry.npmmirror.com/@polymarket/builder-signing-sdk/-/builder-signing-sdk-0.0.8.tgz",
  1211. "integrity": "sha512-rZLCFxEdYahl5FiJmhe22RDXysS1ibFJlWz4NT0s3itJRYq3XJzXXHXEZkAQplU+nIS1IlbbKjA4zDQaeCyYtg==",
  1212. "license": "MIT",
  1213. "dependencies": {
  1214. "@types/node": "^18.7.18",
  1215. "axios": "^1.12.2",
  1216. "tslib": "^2.8.1"
  1217. }
  1218. },
  1219. "node_modules/@polymarket/builder-relayer-client/node_modules/@polymarket/builder-signing-sdk/node_modules/axios": {
  1220. "version": "1.16.1",
  1221. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.16.1.tgz",
  1222. "integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==",
  1223. "license": "MIT",
  1224. "dependencies": {
  1225. "follow-redirects": "^1.16.0",
  1226. "form-data": "^4.0.5",
  1227. "https-proxy-agent": "^5.0.1",
  1228. "proxy-from-env": "^2.1.0"
  1229. }
  1230. },
  1231. "node_modules/@polymarket/builder-relayer-client/node_modules/agent-base": {
  1232. "version": "6.0.2",
  1233. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz",
  1234. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  1235. "license": "MIT",
  1236. "dependencies": {
  1237. "debug": "4"
  1238. },
  1239. "engines": {
  1240. "node": ">= 6.0.0"
  1241. }
  1242. },
  1243. "node_modules/@polymarket/builder-relayer-client/node_modules/axios": {
  1244. "version": "0.27.2",
  1245. "resolved": "https://registry.npmmirror.com/axios/-/axios-0.27.2.tgz",
  1246. "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
  1247. "license": "MIT",
  1248. "dependencies": {
  1249. "follow-redirects": "^1.14.9",
  1250. "form-data": "^4.0.0"
  1251. }
  1252. },
  1253. "node_modules/@polymarket/builder-relayer-client/node_modules/https-proxy-agent": {
  1254. "version": "5.0.1",
  1255. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  1256. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  1257. "license": "MIT",
  1258. "dependencies": {
  1259. "agent-base": "6",
  1260. "debug": "4"
  1261. },
  1262. "engines": {
  1263. "node": ">= 6"
  1264. }
  1265. },
  1266. "node_modules/@polymarket/builder-signing-sdk": {
  1267. "version": "1.0.0",
  1268. "resolved": "https://registry.npmmirror.com/@polymarket/builder-signing-sdk/-/builder-signing-sdk-1.0.0.tgz",
  1269. "integrity": "sha512-LNHc8Ox+2ITM6+VIEH5LH3SVh9ScE2mOUAJI789YfyNqhF4n1cNulk35Hb6IZfy1xtNfcEfNotanPLa/U8dCaw==",
  1270. "license": "MIT",
  1271. "dependencies": {
  1272. "axios": "^1.12.2"
  1273. }
  1274. },
  1275. "node_modules/@polymarket/clob-client-v2": {
  1276. "version": "1.0.6",
  1277. "resolved": "https://registry.npmmirror.com/@polymarket/clob-client-v2/-/clob-client-v2-1.0.6.tgz",
  1278. "integrity": "sha512-Y6LefFNuxRs95fLq0m9W9EBjoM2w7EVgtsUGLydjlUFVGBeGhHOa8vll6+C6UZVnQEbdWE6i6hYRCwJE/ZVNKQ==",
  1279. "license": "MIT",
  1280. "dependencies": {
  1281. "@ethersproject/providers": "^5.8.0",
  1282. "@ethersproject/wallet": "^5.8.0",
  1283. "axios": "^1.0.0",
  1284. "browser-or-node": "^3.0.0",
  1285. "tslib": "^2.8.1",
  1286. "viem": "^2.46.3"
  1287. },
  1288. "engines": {
  1289. "node": ">=20.10"
  1290. }
  1291. },
  1292. "node_modules/@scure/base": {
  1293. "version": "1.2.6",
  1294. "resolved": "https://registry.npmmirror.com/@scure/base/-/base-1.2.6.tgz",
  1295. "integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
  1296. "license": "MIT",
  1297. "funding": {
  1298. "url": "https://paulmillr.com/funding/"
  1299. }
  1300. },
  1301. "node_modules/@scure/bip32": {
  1302. "version": "1.7.0",
  1303. "resolved": "https://registry.npmmirror.com/@scure/bip32/-/bip32-1.7.0.tgz",
  1304. "integrity": "sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw==",
  1305. "license": "MIT",
  1306. "dependencies": {
  1307. "@noble/curves": "~1.9.0",
  1308. "@noble/hashes": "~1.8.0",
  1309. "@scure/base": "~1.2.5"
  1310. },
  1311. "funding": {
  1312. "url": "https://paulmillr.com/funding/"
  1313. }
  1314. },
  1315. "node_modules/@scure/bip39": {
  1316. "version": "1.6.0",
  1317. "resolved": "https://registry.npmmirror.com/@scure/bip39/-/bip39-1.6.0.tgz",
  1318. "integrity": "sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==",
  1319. "license": "MIT",
  1320. "dependencies": {
  1321. "@noble/hashes": "~1.8.0",
  1322. "@scure/base": "~1.2.5"
  1323. },
  1324. "funding": {
  1325. "url": "https://paulmillr.com/funding/"
  1326. }
  1327. },
  1328. "node_modules/@types/node": {
  1329. "version": "18.19.130",
  1330. "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.19.130.tgz",
  1331. "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
  1332. "license": "MIT",
  1333. "dependencies": {
  1334. "undici-types": "~5.26.4"
  1335. }
  1336. },
  1337. "node_modules/abitype": {
  1338. "version": "1.2.3",
  1339. "resolved": "https://registry.npmmirror.com/abitype/-/abitype-1.2.3.tgz",
  1340. "integrity": "sha512-Ofer5QUnuUdTFsBRwARMoWKOH1ND5ehwYhJ3OJ/BQO+StkwQjHw0XyVh4vDttzHB7QOFhPHa/o413PJ82gU/Tg==",
  1341. "license": "MIT",
  1342. "funding": {
  1343. "url": "https://github.com/sponsors/wevm"
  1344. },
  1345. "peerDependencies": {
  1346. "typescript": ">=5.0.4",
  1347. "zod": "^3.22.0 || ^4.0.0"
  1348. },
  1349. "peerDependenciesMeta": {
  1350. "typescript": {
  1351. "optional": true
  1352. },
  1353. "zod": {
  1354. "optional": true
  1355. }
  1356. }
  1357. },
  1358. "node_modules/aes-js": {
  1359. "version": "3.0.0",
  1360. "resolved": "https://registry.npmmirror.com/aes-js/-/aes-js-3.0.0.tgz",
  1361. "integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw==",
  1362. "license": "MIT"
  1363. },
  1364. "node_modules/agent-base": {
  1365. "version": "7.1.4",
  1366. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz",
  1367. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  1368. "license": "MIT",
  1369. "engines": {
  1370. "node": ">= 14"
  1371. }
  1372. },
  1373. "node_modules/arg": {
  1374. "version": "4.1.3",
  1375. "resolved": "https://registry.npmmirror.com/arg/-/arg-4.1.3.tgz",
  1376. "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
  1377. "license": "MIT"
  1378. },
  1379. "node_modules/asynckit": {
  1380. "version": "0.4.0",
  1381. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  1382. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  1383. "license": "MIT"
  1384. },
  1385. "node_modules/axios": {
  1386. "version": "1.16.1",
  1387. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.16.1.tgz",
  1388. "integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==",
  1389. "license": "MIT",
  1390. "dependencies": {
  1391. "follow-redirects": "^1.16.0",
  1392. "form-data": "^4.0.5",
  1393. "https-proxy-agent": "^5.0.1",
  1394. "proxy-from-env": "^2.1.0"
  1395. }
  1396. },
  1397. "node_modules/axios/node_modules/agent-base": {
  1398. "version": "6.0.2",
  1399. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz",
  1400. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  1401. "license": "MIT",
  1402. "dependencies": {
  1403. "debug": "4"
  1404. },
  1405. "engines": {
  1406. "node": ">= 6.0.0"
  1407. }
  1408. },
  1409. "node_modules/axios/node_modules/https-proxy-agent": {
  1410. "version": "5.0.1",
  1411. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  1412. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  1413. "license": "MIT",
  1414. "dependencies": {
  1415. "agent-base": "6",
  1416. "debug": "4"
  1417. },
  1418. "engines": {
  1419. "node": ">= 6"
  1420. }
  1421. },
  1422. "node_modules/bech32": {
  1423. "version": "1.1.4",
  1424. "resolved": "https://registry.npmmirror.com/bech32/-/bech32-1.1.4.tgz",
  1425. "integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ==",
  1426. "license": "MIT"
  1427. },
  1428. "node_modules/bn.js": {
  1429. "version": "5.2.3",
  1430. "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-5.2.3.tgz",
  1431. "integrity": "sha512-EAcmnPkxpntVL+DS7bO1zhcZNvCkxqtkd0ZY53h06GNQ3DEkkGZ/gKgmDv6DdZQGj9BgfSPKtJJ7Dp1GPP8f7w==",
  1432. "license": "MIT"
  1433. },
  1434. "node_modules/brorand": {
  1435. "version": "1.1.0",
  1436. "resolved": "https://registry.npmmirror.com/brorand/-/brorand-1.1.0.tgz",
  1437. "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==",
  1438. "license": "MIT"
  1439. },
  1440. "node_modules/browser-or-node": {
  1441. "version": "3.0.0",
  1442. "resolved": "https://registry.npmmirror.com/browser-or-node/-/browser-or-node-3.0.0.tgz",
  1443. "integrity": "sha512-iczIdVJzGEYhP5DqQxYM9Hh7Ztpqqi+CXZpSmX8ALFs9ecXkQIeqRyM6TfxEfMVpwhl3dSuDvxdzzo9sUOIVBQ==",
  1444. "license": "MIT"
  1445. },
  1446. "node_modules/buffer-from": {
  1447. "version": "1.1.2",
  1448. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  1449. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  1450. "license": "MIT"
  1451. },
  1452. "node_modules/call-bind-apply-helpers": {
  1453. "version": "1.0.2",
  1454. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1455. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1456. "license": "MIT",
  1457. "dependencies": {
  1458. "es-errors": "^1.3.0",
  1459. "function-bind": "^1.1.2"
  1460. },
  1461. "engines": {
  1462. "node": ">= 0.4"
  1463. }
  1464. },
  1465. "node_modules/call-bound": {
  1466. "version": "1.0.4",
  1467. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  1468. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  1469. "license": "MIT",
  1470. "dependencies": {
  1471. "call-bind-apply-helpers": "^1.0.2",
  1472. "get-intrinsic": "^1.3.0"
  1473. },
  1474. "engines": {
  1475. "node": ">= 0.4"
  1476. },
  1477. "funding": {
  1478. "url": "https://github.com/sponsors/ljharb"
  1479. }
  1480. },
  1481. "node_modules/combined-stream": {
  1482. "version": "1.0.8",
  1483. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  1484. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  1485. "license": "MIT",
  1486. "dependencies": {
  1487. "delayed-stream": "~1.0.0"
  1488. },
  1489. "engines": {
  1490. "node": ">= 0.8"
  1491. }
  1492. },
  1493. "node_modules/create-require": {
  1494. "version": "1.1.1",
  1495. "resolved": "https://registry.npmmirror.com/create-require/-/create-require-1.1.1.tgz",
  1496. "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
  1497. "license": "MIT"
  1498. },
  1499. "node_modules/debug": {
  1500. "version": "4.4.3",
  1501. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  1502. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  1503. "license": "MIT",
  1504. "dependencies": {
  1505. "ms": "^2.1.3"
  1506. },
  1507. "engines": {
  1508. "node": ">=6.0"
  1509. },
  1510. "peerDependenciesMeta": {
  1511. "supports-color": {
  1512. "optional": true
  1513. }
  1514. }
  1515. },
  1516. "node_modules/delayed-stream": {
  1517. "version": "1.0.0",
  1518. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  1519. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  1520. "license": "MIT",
  1521. "engines": {
  1522. "node": ">=0.4.0"
  1523. }
  1524. },
  1525. "node_modules/diff": {
  1526. "version": "4.0.4",
  1527. "resolved": "https://registry.npmmirror.com/diff/-/diff-4.0.4.tgz",
  1528. "integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==",
  1529. "license": "BSD-3-Clause",
  1530. "engines": {
  1531. "node": ">=0.3.1"
  1532. }
  1533. },
  1534. "node_modules/dunder-proto": {
  1535. "version": "1.0.1",
  1536. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  1537. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  1538. "license": "MIT",
  1539. "dependencies": {
  1540. "call-bind-apply-helpers": "^1.0.1",
  1541. "es-errors": "^1.3.0",
  1542. "gopd": "^1.2.0"
  1543. },
  1544. "engines": {
  1545. "node": ">= 0.4"
  1546. }
  1547. },
  1548. "node_modules/elliptic": {
  1549. "version": "6.6.1",
  1550. "resolved": "https://registry.npmmirror.com/elliptic/-/elliptic-6.6.1.tgz",
  1551. "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==",
  1552. "license": "MIT",
  1553. "dependencies": {
  1554. "bn.js": "^4.11.9",
  1555. "brorand": "^1.1.0",
  1556. "hash.js": "^1.0.0",
  1557. "hmac-drbg": "^1.0.1",
  1558. "inherits": "^2.0.4",
  1559. "minimalistic-assert": "^1.0.1",
  1560. "minimalistic-crypto-utils": "^1.0.1"
  1561. }
  1562. },
  1563. "node_modules/elliptic/node_modules/bn.js": {
  1564. "version": "4.12.3",
  1565. "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.3.tgz",
  1566. "integrity": "sha512-fGTi3gxV/23FTYdAoUtLYp6qySe2KE3teyZitipKNRuVYcBkoP/bB3guXN/XVKUe9mxCHXnc9C4ocyz8OmgN0g==",
  1567. "license": "MIT"
  1568. },
  1569. "node_modules/es-define-property": {
  1570. "version": "1.0.1",
  1571. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  1572. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1573. "license": "MIT",
  1574. "engines": {
  1575. "node": ">= 0.4"
  1576. }
  1577. },
  1578. "node_modules/es-errors": {
  1579. "version": "1.3.0",
  1580. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  1581. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1582. "license": "MIT",
  1583. "engines": {
  1584. "node": ">= 0.4"
  1585. }
  1586. },
  1587. "node_modules/es-object-atoms": {
  1588. "version": "1.1.2",
  1589. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
  1590. "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
  1591. "license": "MIT",
  1592. "dependencies": {
  1593. "es-errors": "^1.3.0"
  1594. },
  1595. "engines": {
  1596. "node": ">= 0.4"
  1597. }
  1598. },
  1599. "node_modules/es-set-tostringtag": {
  1600. "version": "2.1.0",
  1601. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  1602. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  1603. "license": "MIT",
  1604. "dependencies": {
  1605. "es-errors": "^1.3.0",
  1606. "get-intrinsic": "^1.2.6",
  1607. "has-tostringtag": "^1.0.2",
  1608. "hasown": "^2.0.2"
  1609. },
  1610. "engines": {
  1611. "node": ">= 0.4"
  1612. }
  1613. },
  1614. "node_modules/esbuild": {
  1615. "version": "0.28.0",
  1616. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.28.0.tgz",
  1617. "integrity": "sha512-sNR9MHpXSUV/XB4zmsFKN+QgVG82Cc7+/aaxJ8Adi8hyOac+EXptIp45QBPaVyX3N70664wRbTcLTOemCAnyqw==",
  1618. "hasInstallScript": true,
  1619. "license": "MIT",
  1620. "bin": {
  1621. "esbuild": "bin/esbuild"
  1622. },
  1623. "engines": {
  1624. "node": ">=18"
  1625. },
  1626. "optionalDependencies": {
  1627. "@esbuild/aix-ppc64": "0.28.0",
  1628. "@esbuild/android-arm": "0.28.0",
  1629. "@esbuild/android-arm64": "0.28.0",
  1630. "@esbuild/android-x64": "0.28.0",
  1631. "@esbuild/darwin-arm64": "0.28.0",
  1632. "@esbuild/darwin-x64": "0.28.0",
  1633. "@esbuild/freebsd-arm64": "0.28.0",
  1634. "@esbuild/freebsd-x64": "0.28.0",
  1635. "@esbuild/linux-arm": "0.28.0",
  1636. "@esbuild/linux-arm64": "0.28.0",
  1637. "@esbuild/linux-ia32": "0.28.0",
  1638. "@esbuild/linux-loong64": "0.28.0",
  1639. "@esbuild/linux-mips64el": "0.28.0",
  1640. "@esbuild/linux-ppc64": "0.28.0",
  1641. "@esbuild/linux-riscv64": "0.28.0",
  1642. "@esbuild/linux-s390x": "0.28.0",
  1643. "@esbuild/linux-x64": "0.28.0",
  1644. "@esbuild/netbsd-arm64": "0.28.0",
  1645. "@esbuild/netbsd-x64": "0.28.0",
  1646. "@esbuild/openbsd-arm64": "0.28.0",
  1647. "@esbuild/openbsd-x64": "0.28.0",
  1648. "@esbuild/openharmony-arm64": "0.28.0",
  1649. "@esbuild/sunos-x64": "0.28.0",
  1650. "@esbuild/win32-arm64": "0.28.0",
  1651. "@esbuild/win32-ia32": "0.28.0",
  1652. "@esbuild/win32-x64": "0.28.0"
  1653. }
  1654. },
  1655. "node_modules/ethers": {
  1656. "version": "5.8.0",
  1657. "resolved": "https://registry.npmmirror.com/ethers/-/ethers-5.8.0.tgz",
  1658. "integrity": "sha512-DUq+7fHrCg1aPDFCHx6UIPb3nmt2XMpM7Y/g2gLhsl3lIBqeAfOJIl1qEvRf2uq3BiKxmh6Fh5pfp2ieyek7Kg==",
  1659. "funding": [
  1660. {
  1661. "type": "individual",
  1662. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  1663. },
  1664. {
  1665. "type": "individual",
  1666. "url": "https://www.buymeacoffee.com/ricmoo"
  1667. }
  1668. ],
  1669. "license": "MIT",
  1670. "dependencies": {
  1671. "@ethersproject/abi": "5.8.0",
  1672. "@ethersproject/abstract-provider": "5.8.0",
  1673. "@ethersproject/abstract-signer": "5.8.0",
  1674. "@ethersproject/address": "5.8.0",
  1675. "@ethersproject/base64": "5.8.0",
  1676. "@ethersproject/basex": "5.8.0",
  1677. "@ethersproject/bignumber": "5.8.0",
  1678. "@ethersproject/bytes": "5.8.0",
  1679. "@ethersproject/constants": "5.8.0",
  1680. "@ethersproject/contracts": "5.8.0",
  1681. "@ethersproject/hash": "5.8.0",
  1682. "@ethersproject/hdnode": "5.8.0",
  1683. "@ethersproject/json-wallets": "5.8.0",
  1684. "@ethersproject/keccak256": "5.8.0",
  1685. "@ethersproject/logger": "5.8.0",
  1686. "@ethersproject/networks": "5.8.0",
  1687. "@ethersproject/pbkdf2": "5.8.0",
  1688. "@ethersproject/properties": "5.8.0",
  1689. "@ethersproject/providers": "5.8.0",
  1690. "@ethersproject/random": "5.8.0",
  1691. "@ethersproject/rlp": "5.8.0",
  1692. "@ethersproject/sha2": "5.8.0",
  1693. "@ethersproject/signing-key": "5.8.0",
  1694. "@ethersproject/solidity": "5.8.0",
  1695. "@ethersproject/strings": "5.8.0",
  1696. "@ethersproject/transactions": "5.8.0",
  1697. "@ethersproject/units": "5.8.0",
  1698. "@ethersproject/wallet": "5.8.0",
  1699. "@ethersproject/web": "5.8.0",
  1700. "@ethersproject/wordlists": "5.8.0"
  1701. }
  1702. },
  1703. "node_modules/eventemitter3": {
  1704. "version": "5.0.1",
  1705. "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.1.tgz",
  1706. "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
  1707. "license": "MIT"
  1708. },
  1709. "node_modules/follow-redirects": {
  1710. "version": "1.16.0",
  1711. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.16.0.tgz",
  1712. "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
  1713. "funding": [
  1714. {
  1715. "type": "individual",
  1716. "url": "https://github.com/sponsors/RubenVerborgh"
  1717. }
  1718. ],
  1719. "license": "MIT",
  1720. "engines": {
  1721. "node": ">=4.0"
  1722. },
  1723. "peerDependenciesMeta": {
  1724. "debug": {
  1725. "optional": true
  1726. }
  1727. }
  1728. },
  1729. "node_modules/form-data": {
  1730. "version": "4.0.5",
  1731. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  1732. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  1733. "license": "MIT",
  1734. "dependencies": {
  1735. "asynckit": "^0.4.0",
  1736. "combined-stream": "^1.0.8",
  1737. "es-set-tostringtag": "^2.1.0",
  1738. "hasown": "^2.0.2",
  1739. "mime-types": "^2.1.12"
  1740. },
  1741. "engines": {
  1742. "node": ">= 6"
  1743. }
  1744. },
  1745. "node_modules/fsevents": {
  1746. "version": "2.3.3",
  1747. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  1748. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1749. "hasInstallScript": true,
  1750. "license": "MIT",
  1751. "optional": true,
  1752. "os": [
  1753. "darwin"
  1754. ],
  1755. "engines": {
  1756. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1757. }
  1758. },
  1759. "node_modules/function-bind": {
  1760. "version": "1.1.2",
  1761. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  1762. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1763. "license": "MIT",
  1764. "funding": {
  1765. "url": "https://github.com/sponsors/ljharb"
  1766. }
  1767. },
  1768. "node_modules/get-intrinsic": {
  1769. "version": "1.3.0",
  1770. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  1771. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  1772. "license": "MIT",
  1773. "dependencies": {
  1774. "call-bind-apply-helpers": "^1.0.2",
  1775. "es-define-property": "^1.0.1",
  1776. "es-errors": "^1.3.0",
  1777. "es-object-atoms": "^1.1.1",
  1778. "function-bind": "^1.1.2",
  1779. "get-proto": "^1.0.1",
  1780. "gopd": "^1.2.0",
  1781. "has-symbols": "^1.1.0",
  1782. "hasown": "^2.0.2",
  1783. "math-intrinsics": "^1.1.0"
  1784. },
  1785. "engines": {
  1786. "node": ">= 0.4"
  1787. },
  1788. "funding": {
  1789. "url": "https://github.com/sponsors/ljharb"
  1790. }
  1791. },
  1792. "node_modules/get-proto": {
  1793. "version": "1.0.1",
  1794. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  1795. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  1796. "license": "MIT",
  1797. "dependencies": {
  1798. "dunder-proto": "^1.0.1",
  1799. "es-object-atoms": "^1.0.0"
  1800. },
  1801. "engines": {
  1802. "node": ">= 0.4"
  1803. }
  1804. },
  1805. "node_modules/gopd": {
  1806. "version": "1.2.0",
  1807. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  1808. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  1809. "license": "MIT",
  1810. "engines": {
  1811. "node": ">= 0.4"
  1812. },
  1813. "funding": {
  1814. "url": "https://github.com/sponsors/ljharb"
  1815. }
  1816. },
  1817. "node_modules/has-symbols": {
  1818. "version": "1.1.0",
  1819. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  1820. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  1821. "license": "MIT",
  1822. "engines": {
  1823. "node": ">= 0.4"
  1824. },
  1825. "funding": {
  1826. "url": "https://github.com/sponsors/ljharb"
  1827. }
  1828. },
  1829. "node_modules/has-tostringtag": {
  1830. "version": "1.0.2",
  1831. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  1832. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  1833. "license": "MIT",
  1834. "dependencies": {
  1835. "has-symbols": "^1.0.3"
  1836. },
  1837. "engines": {
  1838. "node": ">= 0.4"
  1839. },
  1840. "funding": {
  1841. "url": "https://github.com/sponsors/ljharb"
  1842. }
  1843. },
  1844. "node_modules/hash.js": {
  1845. "version": "1.1.7",
  1846. "resolved": "https://registry.npmmirror.com/hash.js/-/hash.js-1.1.7.tgz",
  1847. "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
  1848. "license": "MIT",
  1849. "dependencies": {
  1850. "inherits": "^2.0.3",
  1851. "minimalistic-assert": "^1.0.1"
  1852. }
  1853. },
  1854. "node_modules/hasown": {
  1855. "version": "2.0.3",
  1856. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.3.tgz",
  1857. "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
  1858. "license": "MIT",
  1859. "dependencies": {
  1860. "function-bind": "^1.1.2"
  1861. },
  1862. "engines": {
  1863. "node": ">= 0.4"
  1864. }
  1865. },
  1866. "node_modules/hmac-drbg": {
  1867. "version": "1.0.1",
  1868. "resolved": "https://registry.npmmirror.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
  1869. "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
  1870. "license": "MIT",
  1871. "dependencies": {
  1872. "hash.js": "^1.0.3",
  1873. "minimalistic-assert": "^1.0.0",
  1874. "minimalistic-crypto-utils": "^1.0.1"
  1875. }
  1876. },
  1877. "node_modules/https-proxy-agent": {
  1878. "version": "7.0.6",
  1879. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  1880. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  1881. "license": "MIT",
  1882. "dependencies": {
  1883. "agent-base": "^7.1.2",
  1884. "debug": "4"
  1885. },
  1886. "engines": {
  1887. "node": ">= 14"
  1888. }
  1889. },
  1890. "node_modules/inherits": {
  1891. "version": "2.0.4",
  1892. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  1893. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  1894. "license": "ISC"
  1895. },
  1896. "node_modules/isows": {
  1897. "version": "1.0.7",
  1898. "resolved": "https://registry.npmmirror.com/isows/-/isows-1.0.7.tgz",
  1899. "integrity": "sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==",
  1900. "funding": [
  1901. {
  1902. "type": "github",
  1903. "url": "https://github.com/sponsors/wevm"
  1904. }
  1905. ],
  1906. "license": "MIT",
  1907. "peerDependencies": {
  1908. "ws": "*"
  1909. }
  1910. },
  1911. "node_modules/js-sha3": {
  1912. "version": "0.8.0",
  1913. "resolved": "https://registry.npmmirror.com/js-sha3/-/js-sha3-0.8.0.tgz",
  1914. "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==",
  1915. "license": "MIT"
  1916. },
  1917. "node_modules/make-error": {
  1918. "version": "1.3.6",
  1919. "resolved": "https://registry.npmmirror.com/make-error/-/make-error-1.3.6.tgz",
  1920. "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
  1921. "license": "ISC"
  1922. },
  1923. "node_modules/math-intrinsics": {
  1924. "version": "1.1.0",
  1925. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  1926. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  1927. "license": "MIT",
  1928. "engines": {
  1929. "node": ">= 0.4"
  1930. }
  1931. },
  1932. "node_modules/mime-db": {
  1933. "version": "1.52.0",
  1934. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  1935. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  1936. "license": "MIT",
  1937. "engines": {
  1938. "node": ">= 0.6"
  1939. }
  1940. },
  1941. "node_modules/mime-types": {
  1942. "version": "2.1.35",
  1943. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  1944. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  1945. "license": "MIT",
  1946. "dependencies": {
  1947. "mime-db": "1.52.0"
  1948. },
  1949. "engines": {
  1950. "node": ">= 0.6"
  1951. }
  1952. },
  1953. "node_modules/minimalistic-assert": {
  1954. "version": "1.0.1",
  1955. "resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  1956. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
  1957. "license": "ISC"
  1958. },
  1959. "node_modules/minimalistic-crypto-utils": {
  1960. "version": "1.0.1",
  1961. "resolved": "https://registry.npmmirror.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
  1962. "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==",
  1963. "license": "MIT"
  1964. },
  1965. "node_modules/ms": {
  1966. "version": "2.1.3",
  1967. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  1968. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1969. "license": "MIT"
  1970. },
  1971. "node_modules/object-inspect": {
  1972. "version": "1.13.4",
  1973. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  1974. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  1975. "license": "MIT",
  1976. "engines": {
  1977. "node": ">= 0.4"
  1978. },
  1979. "funding": {
  1980. "url": "https://github.com/sponsors/ljharb"
  1981. }
  1982. },
  1983. "node_modules/ox": {
  1984. "version": "0.14.26-386a343.0",
  1985. "resolved": "https://pkg.pr.new/ox@386a3439fe1ce76d237930f8c6e6bb493746069a",
  1986. "integrity": "sha512-OHHm9re1yVjiMN66GZ2JSGuqmvJPrk40zh3PIS/3I6prZLbt6U/zKlgW18eIIkO0Y/ZyySKr6D/4mUXjBmky1g==",
  1987. "funding": [
  1988. {
  1989. "type": "github",
  1990. "url": "https://github.com/sponsors/wevm"
  1991. }
  1992. ],
  1993. "license": "MIT",
  1994. "dependencies": {
  1995. "@adraffy/ens-normalize": "^1.11.0",
  1996. "@noble/ciphers": "^1.3.0",
  1997. "@noble/curves": "1.9.1",
  1998. "@noble/hashes": "^1.8.0",
  1999. "@scure/bip32": "^1.7.0",
  2000. "@scure/bip39": "^1.6.0",
  2001. "abitype": "^1.2.3",
  2002. "eventemitter3": "5.0.1"
  2003. },
  2004. "peerDependencies": {
  2005. "typescript": ">=5.4.0"
  2006. },
  2007. "peerDependenciesMeta": {
  2008. "typescript": {
  2009. "optional": true
  2010. }
  2011. }
  2012. },
  2013. "node_modules/proxy-from-env": {
  2014. "version": "2.1.0",
  2015. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
  2016. "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
  2017. "license": "MIT",
  2018. "engines": {
  2019. "node": ">=10"
  2020. }
  2021. },
  2022. "node_modules/qs": {
  2023. "version": "6.15.2",
  2024. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.15.2.tgz",
  2025. "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
  2026. "license": "BSD-3-Clause",
  2027. "dependencies": {
  2028. "side-channel": "^1.1.0"
  2029. },
  2030. "engines": {
  2031. "node": ">=0.6"
  2032. },
  2033. "funding": {
  2034. "url": "https://github.com/sponsors/ljharb"
  2035. }
  2036. },
  2037. "node_modules/scrypt-js": {
  2038. "version": "3.0.1",
  2039. "resolved": "https://registry.npmmirror.com/scrypt-js/-/scrypt-js-3.0.1.tgz",
  2040. "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==",
  2041. "license": "MIT"
  2042. },
  2043. "node_modules/side-channel": {
  2044. "version": "1.1.0",
  2045. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  2046. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  2047. "license": "MIT",
  2048. "dependencies": {
  2049. "es-errors": "^1.3.0",
  2050. "object-inspect": "^1.13.3",
  2051. "side-channel-list": "^1.0.0",
  2052. "side-channel-map": "^1.0.1",
  2053. "side-channel-weakmap": "^1.0.2"
  2054. },
  2055. "engines": {
  2056. "node": ">= 0.4"
  2057. },
  2058. "funding": {
  2059. "url": "https://github.com/sponsors/ljharb"
  2060. }
  2061. },
  2062. "node_modules/side-channel-list": {
  2063. "version": "1.0.1",
  2064. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.1.tgz",
  2065. "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
  2066. "license": "MIT",
  2067. "dependencies": {
  2068. "es-errors": "^1.3.0",
  2069. "object-inspect": "^1.13.4"
  2070. },
  2071. "engines": {
  2072. "node": ">= 0.4"
  2073. },
  2074. "funding": {
  2075. "url": "https://github.com/sponsors/ljharb"
  2076. }
  2077. },
  2078. "node_modules/side-channel-map": {
  2079. "version": "1.0.1",
  2080. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  2081. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  2082. "license": "MIT",
  2083. "dependencies": {
  2084. "call-bound": "^1.0.2",
  2085. "es-errors": "^1.3.0",
  2086. "get-intrinsic": "^1.2.5",
  2087. "object-inspect": "^1.13.3"
  2088. },
  2089. "engines": {
  2090. "node": ">= 0.4"
  2091. },
  2092. "funding": {
  2093. "url": "https://github.com/sponsors/ljharb"
  2094. }
  2095. },
  2096. "node_modules/side-channel-weakmap": {
  2097. "version": "1.0.2",
  2098. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  2099. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  2100. "license": "MIT",
  2101. "dependencies": {
  2102. "call-bound": "^1.0.2",
  2103. "es-errors": "^1.3.0",
  2104. "get-intrinsic": "^1.2.5",
  2105. "object-inspect": "^1.13.3",
  2106. "side-channel-map": "^1.0.1"
  2107. },
  2108. "engines": {
  2109. "node": ">= 0.4"
  2110. },
  2111. "funding": {
  2112. "url": "https://github.com/sponsors/ljharb"
  2113. }
  2114. },
  2115. "node_modules/source-map": {
  2116. "version": "0.6.1",
  2117. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  2118. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2119. "license": "BSD-3-Clause",
  2120. "engines": {
  2121. "node": ">=0.10.0"
  2122. }
  2123. },
  2124. "node_modules/source-map-support": {
  2125. "version": "0.5.21",
  2126. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  2127. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  2128. "license": "MIT",
  2129. "dependencies": {
  2130. "buffer-from": "^1.0.0",
  2131. "source-map": "^0.6.0"
  2132. }
  2133. },
  2134. "node_modules/ts-node": {
  2135. "version": "9.1.1",
  2136. "resolved": "https://registry.npmmirror.com/ts-node/-/ts-node-9.1.1.tgz",
  2137. "integrity": "sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==",
  2138. "license": "MIT",
  2139. "dependencies": {
  2140. "arg": "^4.1.0",
  2141. "create-require": "^1.1.0",
  2142. "diff": "^4.0.1",
  2143. "make-error": "^1.1.1",
  2144. "source-map-support": "^0.5.17",
  2145. "yn": "3.1.1"
  2146. },
  2147. "bin": {
  2148. "ts-node": "dist/bin.js",
  2149. "ts-node-script": "dist/bin-script.js",
  2150. "ts-node-transpile-only": "dist/bin-transpile.js",
  2151. "ts-script": "dist/bin-script-deprecated.js"
  2152. },
  2153. "engines": {
  2154. "node": ">=10.0.0"
  2155. },
  2156. "peerDependencies": {
  2157. "typescript": ">=2.7"
  2158. }
  2159. },
  2160. "node_modules/tslib": {
  2161. "version": "2.8.1",
  2162. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  2163. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  2164. "license": "0BSD"
  2165. },
  2166. "node_modules/tsx": {
  2167. "version": "4.22.3",
  2168. "resolved": "https://registry.npmmirror.com/tsx/-/tsx-4.22.3.tgz",
  2169. "integrity": "sha512-mdoNxBC/cSQObGGVQ5Bpn5i+yv7j68gk3Nfm3wFjcJg3Z0Mix9jzAFfP12prmm5eVGmDKtp0yyArrs0Q+8gZHg==",
  2170. "license": "MIT",
  2171. "dependencies": {
  2172. "esbuild": "~0.28.0"
  2173. },
  2174. "bin": {
  2175. "tsx": "dist/cli.mjs"
  2176. },
  2177. "engines": {
  2178. "node": ">=18.0.0"
  2179. },
  2180. "optionalDependencies": {
  2181. "fsevents": "~2.3.3"
  2182. }
  2183. },
  2184. "node_modules/typescript": {
  2185. "version": "5.9.3",
  2186. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.3.tgz",
  2187. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  2188. "license": "Apache-2.0",
  2189. "bin": {
  2190. "tsc": "bin/tsc",
  2191. "tsserver": "bin/tsserver"
  2192. },
  2193. "engines": {
  2194. "node": ">=14.17"
  2195. }
  2196. },
  2197. "node_modules/undici-types": {
  2198. "version": "5.26.5",
  2199. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
  2200. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
  2201. "license": "MIT"
  2202. },
  2203. "node_modules/viem": {
  2204. "version": "2.51.0",
  2205. "resolved": "https://registry.npmmirror.com/viem/-/viem-2.51.0.tgz",
  2206. "integrity": "sha512-8C0Ca+eEapXE29vHMUW59NqKENl1X4s9P6xSNC9Nvw6EvAeAhn/LNUlgztk6TOw7KN1Gzz5a/n9Wv4okUfmY9g==",
  2207. "funding": [
  2208. {
  2209. "type": "github",
  2210. "url": "https://github.com/sponsors/wevm"
  2211. }
  2212. ],
  2213. "license": "MIT",
  2214. "dependencies": {
  2215. "@noble/curves": "1.9.1",
  2216. "@noble/hashes": "1.8.0",
  2217. "@scure/bip32": "1.7.0",
  2218. "@scure/bip39": "1.6.0",
  2219. "abitype": "1.2.3",
  2220. "isows": "1.0.7",
  2221. "ox": "https://pkg.pr.new/ox@386a3439fe1ce76d237930f8c6e6bb493746069a",
  2222. "ws": "8.20.1"
  2223. },
  2224. "peerDependencies": {
  2225. "typescript": ">=5.0.4"
  2226. },
  2227. "peerDependenciesMeta": {
  2228. "typescript": {
  2229. "optional": true
  2230. }
  2231. }
  2232. },
  2233. "node_modules/viem/node_modules/ws": {
  2234. "version": "8.20.1",
  2235. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.20.1.tgz",
  2236. "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
  2237. "license": "MIT",
  2238. "engines": {
  2239. "node": ">=10.0.0"
  2240. },
  2241. "peerDependencies": {
  2242. "bufferutil": "^4.0.1",
  2243. "utf-8-validate": ">=5.0.2"
  2244. },
  2245. "peerDependenciesMeta": {
  2246. "bufferutil": {
  2247. "optional": true
  2248. },
  2249. "utf-8-validate": {
  2250. "optional": true
  2251. }
  2252. }
  2253. },
  2254. "node_modules/ws": {
  2255. "version": "8.18.0",
  2256. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.0.tgz",
  2257. "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
  2258. "license": "MIT",
  2259. "engines": {
  2260. "node": ">=10.0.0"
  2261. },
  2262. "peerDependencies": {
  2263. "bufferutil": "^4.0.1",
  2264. "utf-8-validate": ">=5.0.2"
  2265. },
  2266. "peerDependenciesMeta": {
  2267. "bufferutil": {
  2268. "optional": true
  2269. },
  2270. "utf-8-validate": {
  2271. "optional": true
  2272. }
  2273. }
  2274. },
  2275. "node_modules/yn": {
  2276. "version": "3.1.1",
  2277. "resolved": "https://registry.npmmirror.com/yn/-/yn-3.1.1.tgz",
  2278. "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
  2279. "license": "MIT",
  2280. "engines": {
  2281. "node": ">=6"
  2282. }
  2283. }
  2284. }
  2285. }