package-lock.json 66 KB

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