Tool to recover seeds stored in [Frame](https://frame.sh/)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1918 line
69KB

  1. {
  2. "name": "frame-decryption",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "frame-decryption",
  9. "version": "1.0.0",
  10. "dependencies": {
  11. "@ethereumjs/common": "^4.1.0",
  12. "@ethereumjs/tx": "^5.1.0",
  13. "@ethereumjs/util": "^9.0.1",
  14. "@metamask/eth-sig-util": "^7.0.1",
  15. "ethers": "5.7.2",
  16. "hdkey": "2.1.0"
  17. }
  18. },
  19. "node_modules/@ethereumjs/common": {
  20. "version": "4.4.0",
  21. "resolved": "https://registry.npmjs.org/@ethereumjs/common/-/common-4.4.0.tgz",
  22. "integrity": "sha512-Fy5hMqF6GsE6DpYTyqdDIJPJgUtDn4dL120zKw+Pswuo+iLyBsEYuSyzMw6NVzD2vDzcBG9fE4+qX4X2bPc97w==",
  23. "license": "MIT",
  24. "dependencies": {
  25. "@ethereumjs/util": "^9.1.0"
  26. }
  27. },
  28. "node_modules/@ethereumjs/rlp": {
  29. "version": "5.0.2",
  30. "resolved": "https://registry.npmjs.org/@ethereumjs/rlp/-/rlp-5.0.2.tgz",
  31. "integrity": "sha512-DziebCdg4JpGlEqEdGgXmjqcFoJi+JGulUXwEjsZGAscAQ7MyD/7LE/GVCP29vEQxKc7AAwjT3A2ywHp2xfoCA==",
  32. "license": "MPL-2.0",
  33. "bin": {
  34. "rlp": "bin/rlp.cjs"
  35. },
  36. "engines": {
  37. "node": ">=18"
  38. }
  39. },
  40. "node_modules/@ethereumjs/tx": {
  41. "version": "5.4.0",
  42. "resolved": "https://registry.npmjs.org/@ethereumjs/tx/-/tx-5.4.0.tgz",
  43. "integrity": "sha512-SCHnK7m/AouZ7nyoR0MEXw1OO/tQojSbp88t8oxhwes5iZkZCtfFdUrJaiIb72qIpH2FVw6s1k1uP7LXuH7PsA==",
  44. "license": "MPL-2.0",
  45. "dependencies": {
  46. "@ethereumjs/common": "^4.4.0",
  47. "@ethereumjs/rlp": "^5.0.2",
  48. "@ethereumjs/util": "^9.1.0",
  49. "ethereum-cryptography": "^2.2.1"
  50. },
  51. "engines": {
  52. "node": ">=18"
  53. }
  54. },
  55. "node_modules/@ethereumjs/util": {
  56. "version": "9.1.0",
  57. "resolved": "https://registry.npmjs.org/@ethereumjs/util/-/util-9.1.0.tgz",
  58. "integrity": "sha512-XBEKsYqLGXLah9PNJbgdkigthkG7TAGvlD/sH12beMXEyHDyigfcbdvHhmLyDWgDyOJn4QwiQUaF7yeuhnjdog==",
  59. "license": "MPL-2.0",
  60. "dependencies": {
  61. "@ethereumjs/rlp": "^5.0.2",
  62. "ethereum-cryptography": "^2.2.1"
  63. },
  64. "engines": {
  65. "node": ">=18"
  66. }
  67. },
  68. "node_modules/@ethersproject/abi": {
  69. "version": "5.7.0",
  70. "resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.7.0.tgz",
  71. "integrity": "sha512-351ktp42TiRcYB3H1OP8yajPeAQstMW/yCFokj/AthP9bLHzQFPlOrxOcwYEDkUAICmOHljvN4K39OMTMUa9RA==",
  72. "funding": [
  73. {
  74. "type": "individual",
  75. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  76. },
  77. {
  78. "type": "individual",
  79. "url": "https://www.buymeacoffee.com/ricmoo"
  80. }
  81. ],
  82. "license": "MIT",
  83. "dependencies": {
  84. "@ethersproject/address": "^5.7.0",
  85. "@ethersproject/bignumber": "^5.7.0",
  86. "@ethersproject/bytes": "^5.7.0",
  87. "@ethersproject/constants": "^5.7.0",
  88. "@ethersproject/hash": "^5.7.0",
  89. "@ethersproject/keccak256": "^5.7.0",
  90. "@ethersproject/logger": "^5.7.0",
  91. "@ethersproject/properties": "^5.7.0",
  92. "@ethersproject/strings": "^5.7.0"
  93. }
  94. },
  95. "node_modules/@ethersproject/abstract-provider": {
  96. "version": "5.7.0",
  97. "resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.7.0.tgz",
  98. "integrity": "sha512-R41c9UkchKCpAqStMYUpdunjo3pkEvZC3FAwZn5S5MGbXoMQOHIdHItezTETxAO5bevtMApSyEhn9+CHcDsWBw==",
  99. "funding": [
  100. {
  101. "type": "individual",
  102. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  103. },
  104. {
  105. "type": "individual",
  106. "url": "https://www.buymeacoffee.com/ricmoo"
  107. }
  108. ],
  109. "license": "MIT",
  110. "dependencies": {
  111. "@ethersproject/bignumber": "^5.7.0",
  112. "@ethersproject/bytes": "^5.7.0",
  113. "@ethersproject/logger": "^5.7.0",
  114. "@ethersproject/networks": "^5.7.0",
  115. "@ethersproject/properties": "^5.7.0",
  116. "@ethersproject/transactions": "^5.7.0",
  117. "@ethersproject/web": "^5.7.0"
  118. }
  119. },
  120. "node_modules/@ethersproject/abstract-signer": {
  121. "version": "5.7.0",
  122. "resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.7.0.tgz",
  123. "integrity": "sha512-a16V8bq1/Cz+TGCkE2OPMTOUDLS3grCpdjoJCYNnVBbdYEMSgKrU0+B90s8b6H+ByYTBZN7a3g76jdIJi7UfKQ==",
  124. "funding": [
  125. {
  126. "type": "individual",
  127. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  128. },
  129. {
  130. "type": "individual",
  131. "url": "https://www.buymeacoffee.com/ricmoo"
  132. }
  133. ],
  134. "license": "MIT",
  135. "dependencies": {
  136. "@ethersproject/abstract-provider": "^5.7.0",
  137. "@ethersproject/bignumber": "^5.7.0",
  138. "@ethersproject/bytes": "^5.7.0",
  139. "@ethersproject/logger": "^5.7.0",
  140. "@ethersproject/properties": "^5.7.0"
  141. }
  142. },
  143. "node_modules/@ethersproject/address": {
  144. "version": "5.7.0",
  145. "resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.7.0.tgz",
  146. "integrity": "sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==",
  147. "funding": [
  148. {
  149. "type": "individual",
  150. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  151. },
  152. {
  153. "type": "individual",
  154. "url": "https://www.buymeacoffee.com/ricmoo"
  155. }
  156. ],
  157. "license": "MIT",
  158. "dependencies": {
  159. "@ethersproject/bignumber": "^5.7.0",
  160. "@ethersproject/bytes": "^5.7.0",
  161. "@ethersproject/keccak256": "^5.7.0",
  162. "@ethersproject/logger": "^5.7.0",
  163. "@ethersproject/rlp": "^5.7.0"
  164. }
  165. },
  166. "node_modules/@ethersproject/base64": {
  167. "version": "5.7.0",
  168. "resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.7.0.tgz",
  169. "integrity": "sha512-Dr8tcHt2mEbsZr/mwTPIQAf3Ai0Bks/7gTw9dSqk1mQvhW3XvRlmDJr/4n+wg1JmCl16NZue17CDh8xb/vZ0sQ==",
  170. "funding": [
  171. {
  172. "type": "individual",
  173. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  174. },
  175. {
  176. "type": "individual",
  177. "url": "https://www.buymeacoffee.com/ricmoo"
  178. }
  179. ],
  180. "license": "MIT",
  181. "dependencies": {
  182. "@ethersproject/bytes": "^5.7.0"
  183. }
  184. },
  185. "node_modules/@ethersproject/basex": {
  186. "version": "5.7.0",
  187. "resolved": "https://registry.npmjs.org/@ethersproject/basex/-/basex-5.7.0.tgz",
  188. "integrity": "sha512-ywlh43GwZLv2Voc2gQVTKBoVQ1mti3d8HK5aMxsfu/nRDnMmNqaSJ3r3n85HBByT8OpoY96SXM1FogC533T4zw==",
  189. "funding": [
  190. {
  191. "type": "individual",
  192. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  193. },
  194. {
  195. "type": "individual",
  196. "url": "https://www.buymeacoffee.com/ricmoo"
  197. }
  198. ],
  199. "license": "MIT",
  200. "dependencies": {
  201. "@ethersproject/bytes": "^5.7.0",
  202. "@ethersproject/properties": "^5.7.0"
  203. }
  204. },
  205. "node_modules/@ethersproject/bignumber": {
  206. "version": "5.7.0",
  207. "resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.7.0.tgz",
  208. "integrity": "sha512-n1CAdIHRWjSucQO3MC1zPSVgV/6dy/fjL9pMrPP9peL+QxEg9wOsVqwD4+818B6LUEtaXzVHQiuivzRoxPxUGw==",
  209. "funding": [
  210. {
  211. "type": "individual",
  212. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  213. },
  214. {
  215. "type": "individual",
  216. "url": "https://www.buymeacoffee.com/ricmoo"
  217. }
  218. ],
  219. "license": "MIT",
  220. "dependencies": {
  221. "@ethersproject/bytes": "^5.7.0",
  222. "@ethersproject/logger": "^5.7.0",
  223. "bn.js": "^5.2.1"
  224. }
  225. },
  226. "node_modules/@ethersproject/bignumber/node_modules/bn.js": {
  227. "version": "5.2.3",
  228. "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.3.tgz",
  229. "integrity": "sha512-EAcmnPkxpntVL+DS7bO1zhcZNvCkxqtkd0ZY53h06GNQ3DEkkGZ/gKgmDv6DdZQGj9BgfSPKtJJ7Dp1GPP8f7w==",
  230. "license": "MIT"
  231. },
  232. "node_modules/@ethersproject/bytes": {
  233. "version": "5.7.0",
  234. "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.7.0.tgz",
  235. "integrity": "sha512-nsbxwgFXWh9NyYWo+U8atvmMsSdKJprTcICAkvbBffT75qDocbuggBU0SJiVK2MuTrp0q+xvLkTnGMPK1+uA9A==",
  236. "funding": [
  237. {
  238. "type": "individual",
  239. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  240. },
  241. {
  242. "type": "individual",
  243. "url": "https://www.buymeacoffee.com/ricmoo"
  244. }
  245. ],
  246. "license": "MIT",
  247. "dependencies": {
  248. "@ethersproject/logger": "^5.7.0"
  249. }
  250. },
  251. "node_modules/@ethersproject/constants": {
  252. "version": "5.7.0",
  253. "resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.7.0.tgz",
  254. "integrity": "sha512-DHI+y5dBNvkpYUMiRQyxRBYBefZkJfo70VUkUAsRjcPs47muV9evftfZ0PJVCXYbAiCgght0DtcF9srFQmIgWA==",
  255. "funding": [
  256. {
  257. "type": "individual",
  258. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  259. },
  260. {
  261. "type": "individual",
  262. "url": "https://www.buymeacoffee.com/ricmoo"
  263. }
  264. ],
  265. "license": "MIT",
  266. "dependencies": {
  267. "@ethersproject/bignumber": "^5.7.0"
  268. }
  269. },
  270. "node_modules/@ethersproject/contracts": {
  271. "version": "5.7.0",
  272. "resolved": "https://registry.npmjs.org/@ethersproject/contracts/-/contracts-5.7.0.tgz",
  273. "integrity": "sha512-5GJbzEU3X+d33CdfPhcyS+z8MzsTrBGk/sc+G+59+tPa9yFkl6HQ9D6L0QMgNTA9q8dT0XKxxkyp883XsQvbbg==",
  274. "funding": [
  275. {
  276. "type": "individual",
  277. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  278. },
  279. {
  280. "type": "individual",
  281. "url": "https://www.buymeacoffee.com/ricmoo"
  282. }
  283. ],
  284. "license": "MIT",
  285. "dependencies": {
  286. "@ethersproject/abi": "^5.7.0",
  287. "@ethersproject/abstract-provider": "^5.7.0",
  288. "@ethersproject/abstract-signer": "^5.7.0",
  289. "@ethersproject/address": "^5.7.0",
  290. "@ethersproject/bignumber": "^5.7.0",
  291. "@ethersproject/bytes": "^5.7.0",
  292. "@ethersproject/constants": "^5.7.0",
  293. "@ethersproject/logger": "^5.7.0",
  294. "@ethersproject/properties": "^5.7.0",
  295. "@ethersproject/transactions": "^5.7.0"
  296. }
  297. },
  298. "node_modules/@ethersproject/hash": {
  299. "version": "5.7.0",
  300. "resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.7.0.tgz",
  301. "integrity": "sha512-qX5WrQfnah1EFnO5zJv1v46a8HW0+E5xuBBDTwMFZLuVTx0tbU2kkx15NqdjxecrLGatQN9FGQKpb1FKdHCt+g==",
  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. "license": "MIT",
  313. "dependencies": {
  314. "@ethersproject/abstract-signer": "^5.7.0",
  315. "@ethersproject/address": "^5.7.0",
  316. "@ethersproject/base64": "^5.7.0",
  317. "@ethersproject/bignumber": "^5.7.0",
  318. "@ethersproject/bytes": "^5.7.0",
  319. "@ethersproject/keccak256": "^5.7.0",
  320. "@ethersproject/logger": "^5.7.0",
  321. "@ethersproject/properties": "^5.7.0",
  322. "@ethersproject/strings": "^5.7.0"
  323. }
  324. },
  325. "node_modules/@ethersproject/hdnode": {
  326. "version": "5.7.0",
  327. "resolved": "https://registry.npmjs.org/@ethersproject/hdnode/-/hdnode-5.7.0.tgz",
  328. "integrity": "sha512-OmyYo9EENBPPf4ERhR7oj6uAtUAhYGqOnIS+jE5pTXvdKBS99ikzq1E7Iv0ZQZ5V36Lqx1qZLeak0Ra16qpeOg==",
  329. "funding": [
  330. {
  331. "type": "individual",
  332. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  333. },
  334. {
  335. "type": "individual",
  336. "url": "https://www.buymeacoffee.com/ricmoo"
  337. }
  338. ],
  339. "license": "MIT",
  340. "dependencies": {
  341. "@ethersproject/abstract-signer": "^5.7.0",
  342. "@ethersproject/basex": "^5.7.0",
  343. "@ethersproject/bignumber": "^5.7.0",
  344. "@ethersproject/bytes": "^5.7.0",
  345. "@ethersproject/logger": "^5.7.0",
  346. "@ethersproject/pbkdf2": "^5.7.0",
  347. "@ethersproject/properties": "^5.7.0",
  348. "@ethersproject/sha2": "^5.7.0",
  349. "@ethersproject/signing-key": "^5.7.0",
  350. "@ethersproject/strings": "^5.7.0",
  351. "@ethersproject/transactions": "^5.7.0",
  352. "@ethersproject/wordlists": "^5.7.0"
  353. }
  354. },
  355. "node_modules/@ethersproject/json-wallets": {
  356. "version": "5.7.0",
  357. "resolved": "https://registry.npmjs.org/@ethersproject/json-wallets/-/json-wallets-5.7.0.tgz",
  358. "integrity": "sha512-8oee5Xgu6+RKgJTkvEMl2wDgSPSAQ9MB/3JYjFV9jlKvcYHUXZC+cQp0njgmxdHkYWn8s6/IqIZYm0YWCjO/0g==",
  359. "funding": [
  360. {
  361. "type": "individual",
  362. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  363. },
  364. {
  365. "type": "individual",
  366. "url": "https://www.buymeacoffee.com/ricmoo"
  367. }
  368. ],
  369. "license": "MIT",
  370. "dependencies": {
  371. "@ethersproject/abstract-signer": "^5.7.0",
  372. "@ethersproject/address": "^5.7.0",
  373. "@ethersproject/bytes": "^5.7.0",
  374. "@ethersproject/hdnode": "^5.7.0",
  375. "@ethersproject/keccak256": "^5.7.0",
  376. "@ethersproject/logger": "^5.7.0",
  377. "@ethersproject/pbkdf2": "^5.7.0",
  378. "@ethersproject/properties": "^5.7.0",
  379. "@ethersproject/random": "^5.7.0",
  380. "@ethersproject/strings": "^5.7.0",
  381. "@ethersproject/transactions": "^5.7.0",
  382. "aes-js": "3.0.0",
  383. "scrypt-js": "3.0.1"
  384. }
  385. },
  386. "node_modules/@ethersproject/keccak256": {
  387. "version": "5.7.0",
  388. "resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.7.0.tgz",
  389. "integrity": "sha512-2UcPboeL/iW+pSg6vZ6ydF8tCnv3Iu/8tUmLLzWWGzxWKFFqOBQFLo6uLUv6BDrLgCDfN28RJ/wtByx+jZ4KBg==",
  390. "funding": [
  391. {
  392. "type": "individual",
  393. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  394. },
  395. {
  396. "type": "individual",
  397. "url": "https://www.buymeacoffee.com/ricmoo"
  398. }
  399. ],
  400. "license": "MIT",
  401. "dependencies": {
  402. "@ethersproject/bytes": "^5.7.0",
  403. "js-sha3": "0.8.0"
  404. }
  405. },
  406. "node_modules/@ethersproject/logger": {
  407. "version": "5.7.0",
  408. "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.7.0.tgz",
  409. "integrity": "sha512-0odtFdXu/XHtjQXJYA3u9G0G8btm0ND5Cu8M7i5vhEcE8/HmF4Lbdqanwyv4uQTr2tx6b7fQRmgLrsnpQlmnig==",
  410. "funding": [
  411. {
  412. "type": "individual",
  413. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  414. },
  415. {
  416. "type": "individual",
  417. "url": "https://www.buymeacoffee.com/ricmoo"
  418. }
  419. ],
  420. "license": "MIT"
  421. },
  422. "node_modules/@ethersproject/networks": {
  423. "version": "5.7.1",
  424. "resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.7.1.tgz",
  425. "integrity": "sha512-n/MufjFYv3yFcUyfhnXotyDlNdFb7onmkSy8aQERi2PjNcnWQ66xXxa3XlS8nCcA8aJKJjIIMNJTC7tu80GwpQ==",
  426. "funding": [
  427. {
  428. "type": "individual",
  429. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  430. },
  431. {
  432. "type": "individual",
  433. "url": "https://www.buymeacoffee.com/ricmoo"
  434. }
  435. ],
  436. "license": "MIT",
  437. "dependencies": {
  438. "@ethersproject/logger": "^5.7.0"
  439. }
  440. },
  441. "node_modules/@ethersproject/pbkdf2": {
  442. "version": "5.7.0",
  443. "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.7.0.tgz",
  444. "integrity": "sha512-oR/dBRZR6GTyaofd86DehG72hY6NpAjhabkhxgr3X2FpJtJuodEl2auADWBZfhDHgVCbu3/H/Ocq2uC6dpNjjw==",
  445. "funding": [
  446. {
  447. "type": "individual",
  448. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  449. },
  450. {
  451. "type": "individual",
  452. "url": "https://www.buymeacoffee.com/ricmoo"
  453. }
  454. ],
  455. "license": "MIT",
  456. "dependencies": {
  457. "@ethersproject/bytes": "^5.7.0",
  458. "@ethersproject/sha2": "^5.7.0"
  459. }
  460. },
  461. "node_modules/@ethersproject/properties": {
  462. "version": "5.7.0",
  463. "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.7.0.tgz",
  464. "integrity": "sha512-J87jy8suntrAkIZtecpxEPxY//szqr1mlBaYlQ0r4RCaiD2hjheqF9s1LVE8vVuJCXisjIP+JgtK/Do54ej4Sw==",
  465. "funding": [
  466. {
  467. "type": "individual",
  468. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  469. },
  470. {
  471. "type": "individual",
  472. "url": "https://www.buymeacoffee.com/ricmoo"
  473. }
  474. ],
  475. "license": "MIT",
  476. "dependencies": {
  477. "@ethersproject/logger": "^5.7.0"
  478. }
  479. },
  480. "node_modules/@ethersproject/providers": {
  481. "version": "5.7.2",
  482. "resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.7.2.tgz",
  483. "integrity": "sha512-g34EWZ1WWAVgr4aptGlVBF8mhl3VWjv+8hoAnzStu8Ah22VHBsuGzP17eb6xDVRzw895G4W7vvx60lFFur/1Rg==",
  484. "funding": [
  485. {
  486. "type": "individual",
  487. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  488. },
  489. {
  490. "type": "individual",
  491. "url": "https://www.buymeacoffee.com/ricmoo"
  492. }
  493. ],
  494. "license": "MIT",
  495. "dependencies": {
  496. "@ethersproject/abstract-provider": "^5.7.0",
  497. "@ethersproject/abstract-signer": "^5.7.0",
  498. "@ethersproject/address": "^5.7.0",
  499. "@ethersproject/base64": "^5.7.0",
  500. "@ethersproject/basex": "^5.7.0",
  501. "@ethersproject/bignumber": "^5.7.0",
  502. "@ethersproject/bytes": "^5.7.0",
  503. "@ethersproject/constants": "^5.7.0",
  504. "@ethersproject/hash": "^5.7.0",
  505. "@ethersproject/logger": "^5.7.0",
  506. "@ethersproject/networks": "^5.7.0",
  507. "@ethersproject/properties": "^5.7.0",
  508. "@ethersproject/random": "^5.7.0",
  509. "@ethersproject/rlp": "^5.7.0",
  510. "@ethersproject/sha2": "^5.7.0",
  511. "@ethersproject/strings": "^5.7.0",
  512. "@ethersproject/transactions": "^5.7.0",
  513. "@ethersproject/web": "^5.7.0",
  514. "bech32": "1.1.4",
  515. "ws": "7.4.6"
  516. }
  517. },
  518. "node_modules/@ethersproject/random": {
  519. "version": "5.7.0",
  520. "resolved": "https://registry.npmjs.org/@ethersproject/random/-/random-5.7.0.tgz",
  521. "integrity": "sha512-19WjScqRA8IIeWclFme75VMXSBvi4e6InrUNuaR4s5pTF2qNhcGdCUwdxUVGtDDqC00sDLCO93jPQoDUH4HVmQ==",
  522. "funding": [
  523. {
  524. "type": "individual",
  525. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  526. },
  527. {
  528. "type": "individual",
  529. "url": "https://www.buymeacoffee.com/ricmoo"
  530. }
  531. ],
  532. "license": "MIT",
  533. "dependencies": {
  534. "@ethersproject/bytes": "^5.7.0",
  535. "@ethersproject/logger": "^5.7.0"
  536. }
  537. },
  538. "node_modules/@ethersproject/rlp": {
  539. "version": "5.7.0",
  540. "resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.7.0.tgz",
  541. "integrity": "sha512-rBxzX2vK8mVF7b0Tol44t5Tb8gomOHkj5guL+HhzQ1yBh/ydjGnpw6at+X6Iw0Kp3OzzzkcKp8N9r0W4kYSs9w==",
  542. "funding": [
  543. {
  544. "type": "individual",
  545. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  546. },
  547. {
  548. "type": "individual",
  549. "url": "https://www.buymeacoffee.com/ricmoo"
  550. }
  551. ],
  552. "license": "MIT",
  553. "dependencies": {
  554. "@ethersproject/bytes": "^5.7.0",
  555. "@ethersproject/logger": "^5.7.0"
  556. }
  557. },
  558. "node_modules/@ethersproject/sha2": {
  559. "version": "5.7.0",
  560. "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.7.0.tgz",
  561. "integrity": "sha512-gKlH42riwb3KYp0reLsFTokByAKoJdgFCwI+CCiX/k+Jm2mbNs6oOaCjYQSlI1+XBVejwH2KrmCbMAT/GnRDQw==",
  562. "funding": [
  563. {
  564. "type": "individual",
  565. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  566. },
  567. {
  568. "type": "individual",
  569. "url": "https://www.buymeacoffee.com/ricmoo"
  570. }
  571. ],
  572. "license": "MIT",
  573. "dependencies": {
  574. "@ethersproject/bytes": "^5.7.0",
  575. "@ethersproject/logger": "^5.7.0",
  576. "hash.js": "1.1.7"
  577. }
  578. },
  579. "node_modules/@ethersproject/signing-key": {
  580. "version": "5.7.0",
  581. "resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.7.0.tgz",
  582. "integrity": "sha512-MZdy2nL3wO0u7gkB4nA/pEf8lu1TlFswPNmy8AiYkfKTdO6eXBJyUdmHO/ehm/htHw9K/qF8ujnTyUAD+Ry54Q==",
  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.7.0",
  596. "@ethersproject/logger": "^5.7.0",
  597. "@ethersproject/properties": "^5.7.0",
  598. "bn.js": "^5.2.1",
  599. "elliptic": "6.5.4",
  600. "hash.js": "1.1.7"
  601. }
  602. },
  603. "node_modules/@ethersproject/signing-key/node_modules/bn.js": {
  604. "version": "5.2.3",
  605. "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.3.tgz",
  606. "integrity": "sha512-EAcmnPkxpntVL+DS7bO1zhcZNvCkxqtkd0ZY53h06GNQ3DEkkGZ/gKgmDv6DdZQGj9BgfSPKtJJ7Dp1GPP8f7w==",
  607. "license": "MIT"
  608. },
  609. "node_modules/@ethersproject/signing-key/node_modules/elliptic": {
  610. "version": "6.5.4",
  611. "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
  612. "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
  613. "license": "MIT",
  614. "dependencies": {
  615. "bn.js": "^4.11.9",
  616. "brorand": "^1.1.0",
  617. "hash.js": "^1.0.0",
  618. "hmac-drbg": "^1.0.1",
  619. "inherits": "^2.0.4",
  620. "minimalistic-assert": "^1.0.1",
  621. "minimalistic-crypto-utils": "^1.0.1"
  622. }
  623. },
  624. "node_modules/@ethersproject/signing-key/node_modules/elliptic/node_modules/bn.js": {
  625. "version": "4.12.3",
  626. "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.3.tgz",
  627. "integrity": "sha512-fGTi3gxV/23FTYdAoUtLYp6qySe2KE3teyZitipKNRuVYcBkoP/bB3guXN/XVKUe9mxCHXnc9C4ocyz8OmgN0g==",
  628. "license": "MIT"
  629. },
  630. "node_modules/@ethersproject/solidity": {
  631. "version": "5.7.0",
  632. "resolved": "https://registry.npmjs.org/@ethersproject/solidity/-/solidity-5.7.0.tgz",
  633. "integrity": "sha512-HmabMd2Dt/raavyaGukF4XxizWKhKQ24DoLtdNbBmNKUOPqwjsKQSdV9GQtj9CBEea9DlzETlVER1gYeXXBGaA==",
  634. "funding": [
  635. {
  636. "type": "individual",
  637. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  638. },
  639. {
  640. "type": "individual",
  641. "url": "https://www.buymeacoffee.com/ricmoo"
  642. }
  643. ],
  644. "license": "MIT",
  645. "dependencies": {
  646. "@ethersproject/bignumber": "^5.7.0",
  647. "@ethersproject/bytes": "^5.7.0",
  648. "@ethersproject/keccak256": "^5.7.0",
  649. "@ethersproject/logger": "^5.7.0",
  650. "@ethersproject/sha2": "^5.7.0",
  651. "@ethersproject/strings": "^5.7.0"
  652. }
  653. },
  654. "node_modules/@ethersproject/strings": {
  655. "version": "5.7.0",
  656. "resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.7.0.tgz",
  657. "integrity": "sha512-/9nu+lj0YswRNSH0NXYqrh8775XNyEdUQAuf3f+SmOrnVewcJ5SBNAjF7lpgehKi4abvNNXyf+HX86czCdJ8Mg==",
  658. "funding": [
  659. {
  660. "type": "individual",
  661. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  662. },
  663. {
  664. "type": "individual",
  665. "url": "https://www.buymeacoffee.com/ricmoo"
  666. }
  667. ],
  668. "license": "MIT",
  669. "dependencies": {
  670. "@ethersproject/bytes": "^5.7.0",
  671. "@ethersproject/constants": "^5.7.0",
  672. "@ethersproject/logger": "^5.7.0"
  673. }
  674. },
  675. "node_modules/@ethersproject/transactions": {
  676. "version": "5.7.0",
  677. "resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.7.0.tgz",
  678. "integrity": "sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ==",
  679. "funding": [
  680. {
  681. "type": "individual",
  682. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  683. },
  684. {
  685. "type": "individual",
  686. "url": "https://www.buymeacoffee.com/ricmoo"
  687. }
  688. ],
  689. "license": "MIT",
  690. "dependencies": {
  691. "@ethersproject/address": "^5.7.0",
  692. "@ethersproject/bignumber": "^5.7.0",
  693. "@ethersproject/bytes": "^5.7.0",
  694. "@ethersproject/constants": "^5.7.0",
  695. "@ethersproject/keccak256": "^5.7.0",
  696. "@ethersproject/logger": "^5.7.0",
  697. "@ethersproject/properties": "^5.7.0",
  698. "@ethersproject/rlp": "^5.7.0",
  699. "@ethersproject/signing-key": "^5.7.0"
  700. }
  701. },
  702. "node_modules/@ethersproject/units": {
  703. "version": "5.7.0",
  704. "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.7.0.tgz",
  705. "integrity": "sha512-pD3xLMy3SJu9kG5xDGI7+xhTEmGXlEqXU4OfNapmfnxLVY4EMSSRp7j1k7eezutBPH7RBN/7QPnwR7hzNlEFeg==",
  706. "funding": [
  707. {
  708. "type": "individual",
  709. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  710. },
  711. {
  712. "type": "individual",
  713. "url": "https://www.buymeacoffee.com/ricmoo"
  714. }
  715. ],
  716. "license": "MIT",
  717. "dependencies": {
  718. "@ethersproject/bignumber": "^5.7.0",
  719. "@ethersproject/constants": "^5.7.0",
  720. "@ethersproject/logger": "^5.7.0"
  721. }
  722. },
  723. "node_modules/@ethersproject/wallet": {
  724. "version": "5.7.0",
  725. "resolved": "https://registry.npmjs.org/@ethersproject/wallet/-/wallet-5.7.0.tgz",
  726. "integrity": "sha512-MhmXlJXEJFBFVKrDLB4ZdDzxcBxQ3rLyCkhNqVu3CDYvR97E+8r01UgrI+TI99Le+aYm/in/0vp86guJuM7FCA==",
  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-provider": "^5.7.0",
  740. "@ethersproject/abstract-signer": "^5.7.0",
  741. "@ethersproject/address": "^5.7.0",
  742. "@ethersproject/bignumber": "^5.7.0",
  743. "@ethersproject/bytes": "^5.7.0",
  744. "@ethersproject/hash": "^5.7.0",
  745. "@ethersproject/hdnode": "^5.7.0",
  746. "@ethersproject/json-wallets": "^5.7.0",
  747. "@ethersproject/keccak256": "^5.7.0",
  748. "@ethersproject/logger": "^5.7.0",
  749. "@ethersproject/properties": "^5.7.0",
  750. "@ethersproject/random": "^5.7.0",
  751. "@ethersproject/signing-key": "^5.7.0",
  752. "@ethersproject/transactions": "^5.7.0",
  753. "@ethersproject/wordlists": "^5.7.0"
  754. }
  755. },
  756. "node_modules/@ethersproject/web": {
  757. "version": "5.7.1",
  758. "resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.7.1.tgz",
  759. "integrity": "sha512-Gueu8lSvyjBWL4cYsWsjh6MtMwM0+H4HvqFPZfB6dV8ctbP9zFAO73VG1cMWae0FLPCtz0peKPpZY8/ugJJX2w==",
  760. "funding": [
  761. {
  762. "type": "individual",
  763. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  764. },
  765. {
  766. "type": "individual",
  767. "url": "https://www.buymeacoffee.com/ricmoo"
  768. }
  769. ],
  770. "license": "MIT",
  771. "dependencies": {
  772. "@ethersproject/base64": "^5.7.0",
  773. "@ethersproject/bytes": "^5.7.0",
  774. "@ethersproject/logger": "^5.7.0",
  775. "@ethersproject/properties": "^5.7.0",
  776. "@ethersproject/strings": "^5.7.0"
  777. }
  778. },
  779. "node_modules/@ethersproject/wordlists": {
  780. "version": "5.7.0",
  781. "resolved": "https://registry.npmjs.org/@ethersproject/wordlists/-/wordlists-5.7.0.tgz",
  782. "integrity": "sha512-S2TFNJNfHWVHNE6cNDjbVlZ6MgE17MIxMbMg2zv3wn+3XSJGosL1m9ZVv3GXCf/2ymSsQ+hRI5IzoMJTG6aoVA==",
  783. "funding": [
  784. {
  785. "type": "individual",
  786. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  787. },
  788. {
  789. "type": "individual",
  790. "url": "https://www.buymeacoffee.com/ricmoo"
  791. }
  792. ],
  793. "license": "MIT",
  794. "dependencies": {
  795. "@ethersproject/bytes": "^5.7.0",
  796. "@ethersproject/hash": "^5.7.0",
  797. "@ethersproject/logger": "^5.7.0",
  798. "@ethersproject/properties": "^5.7.0",
  799. "@ethersproject/strings": "^5.7.0"
  800. }
  801. },
  802. "node_modules/@metamask/abi-utils": {
  803. "version": "2.0.4",
  804. "resolved": "https://registry.npmjs.org/@metamask/abi-utils/-/abi-utils-2.0.4.tgz",
  805. "integrity": "sha512-StnIgUB75x7a7AgUhiaUZDpCsqGp7VkNnZh2XivXkJ6mPkE83U8ARGQj5MbRis7VJY8BC5V1AbB1fjdh0hupPQ==",
  806. "license": "(Apache-2.0 AND MIT)",
  807. "dependencies": {
  808. "@metamask/superstruct": "^3.1.0",
  809. "@metamask/utils": "^9.0.0"
  810. },
  811. "engines": {
  812. "node": ">=16.0.0"
  813. }
  814. },
  815. "node_modules/@metamask/eth-sig-util": {
  816. "version": "7.0.3",
  817. "resolved": "https://registry.npmjs.org/@metamask/eth-sig-util/-/eth-sig-util-7.0.3.tgz",
  818. "integrity": "sha512-PAtGnOkYvh90k2lEZldq/FK7GTLF6WxE+2bV85PoA3pqlJnmJCAY62tuvxHSwnVngSKlc4mcNvjnUg2eYO6JGg==",
  819. "license": "ISC",
  820. "dependencies": {
  821. "@ethereumjs/util": "^8.1.0",
  822. "@metamask/abi-utils": "^2.0.4",
  823. "@metamask/utils": "^9.0.0",
  824. "@scure/base": "~1.1.3",
  825. "ethereum-cryptography": "^2.1.2",
  826. "tweetnacl": "^1.0.3"
  827. },
  828. "engines": {
  829. "node": "^16.20 || ^18.16 || >=20"
  830. }
  831. },
  832. "node_modules/@metamask/eth-sig-util/node_modules/@ethereumjs/rlp": {
  833. "version": "4.0.1",
  834. "resolved": "https://registry.npmjs.org/@ethereumjs/rlp/-/rlp-4.0.1.tgz",
  835. "integrity": "sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw==",
  836. "license": "MPL-2.0",
  837. "bin": {
  838. "rlp": "bin/rlp"
  839. },
  840. "engines": {
  841. "node": ">=14"
  842. }
  843. },
  844. "node_modules/@metamask/eth-sig-util/node_modules/@ethereumjs/util": {
  845. "version": "8.1.0",
  846. "resolved": "https://registry.npmjs.org/@ethereumjs/util/-/util-8.1.0.tgz",
  847. "integrity": "sha512-zQ0IqbdX8FZ9aw11vP+dZkKDkS+kgIvQPHnSAXzP9pLu+Rfu3D3XEeLbicvoXJTYnhZiPmsZUxgdzXwNKxRPbA==",
  848. "license": "MPL-2.0",
  849. "dependencies": {
  850. "@ethereumjs/rlp": "^4.0.1",
  851. "ethereum-cryptography": "^2.0.0",
  852. "micro-ftch": "^0.3.1"
  853. },
  854. "engines": {
  855. "node": ">=14"
  856. }
  857. },
  858. "node_modules/@metamask/superstruct": {
  859. "version": "3.2.1",
  860. "resolved": "https://registry.npmjs.org/@metamask/superstruct/-/superstruct-3.2.1.tgz",
  861. "integrity": "sha512-fLgJnDOXFmuVlB38rUN5SmU7hAFQcCjrg3Vrxz67KTY7YHFnSNEKvX4avmEBdOI0yTCxZjwMCFEqsC8k2+Wd3g==",
  862. "license": "MIT",
  863. "engines": {
  864. "node": ">=16.0.0"
  865. }
  866. },
  867. "node_modules/@metamask/utils": {
  868. "version": "9.3.0",
  869. "resolved": "https://registry.npmjs.org/@metamask/utils/-/utils-9.3.0.tgz",
  870. "integrity": "sha512-w8CVbdkDrVXFJbfBSlDfafDR6BAkpDmv1bC1UJVCoVny5tW2RKAdn9i68Xf7asYT4TnUhl/hN4zfUiKQq9II4g==",
  871. "license": "ISC",
  872. "dependencies": {
  873. "@ethereumjs/tx": "^4.2.0",
  874. "@metamask/superstruct": "^3.1.0",
  875. "@noble/hashes": "^1.3.1",
  876. "@scure/base": "^1.1.3",
  877. "@types/debug": "^4.1.7",
  878. "debug": "^4.3.4",
  879. "pony-cause": "^2.1.10",
  880. "semver": "^7.5.4",
  881. "uuid": "^9.0.1"
  882. },
  883. "engines": {
  884. "node": ">=16.0.0"
  885. }
  886. },
  887. "node_modules/@metamask/utils/node_modules/@ethereumjs/common": {
  888. "version": "3.2.0",
  889. "resolved": "https://registry.npmjs.org/@ethereumjs/common/-/common-3.2.0.tgz",
  890. "integrity": "sha512-pksvzI0VyLgmuEF2FA/JR/4/y6hcPq8OUail3/AvycBaW1d5VSauOZzqGvJ3RTmR4MU35lWE8KseKOsEhrFRBA==",
  891. "license": "MIT",
  892. "dependencies": {
  893. "@ethereumjs/util": "^8.1.0",
  894. "crc-32": "^1.2.0"
  895. }
  896. },
  897. "node_modules/@metamask/utils/node_modules/@ethereumjs/rlp": {
  898. "version": "4.0.1",
  899. "resolved": "https://registry.npmjs.org/@ethereumjs/rlp/-/rlp-4.0.1.tgz",
  900. "integrity": "sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw==",
  901. "license": "MPL-2.0",
  902. "bin": {
  903. "rlp": "bin/rlp"
  904. },
  905. "engines": {
  906. "node": ">=14"
  907. }
  908. },
  909. "node_modules/@metamask/utils/node_modules/@ethereumjs/tx": {
  910. "version": "4.2.0",
  911. "resolved": "https://registry.npmjs.org/@ethereumjs/tx/-/tx-4.2.0.tgz",
  912. "integrity": "sha512-1nc6VO4jtFd172BbSnTnDQVr9IYBFl1y4xPzZdtkrkKIncBCkdbgfdRV+MiTkJYAtTxvV12GRZLqBFT1PNK6Yw==",
  913. "license": "MPL-2.0",
  914. "dependencies": {
  915. "@ethereumjs/common": "^3.2.0",
  916. "@ethereumjs/rlp": "^4.0.1",
  917. "@ethereumjs/util": "^8.1.0",
  918. "ethereum-cryptography": "^2.0.0"
  919. },
  920. "engines": {
  921. "node": ">=14"
  922. }
  923. },
  924. "node_modules/@metamask/utils/node_modules/@ethereumjs/util": {
  925. "version": "8.1.0",
  926. "resolved": "https://registry.npmjs.org/@ethereumjs/util/-/util-8.1.0.tgz",
  927. "integrity": "sha512-zQ0IqbdX8FZ9aw11vP+dZkKDkS+kgIvQPHnSAXzP9pLu+Rfu3D3XEeLbicvoXJTYnhZiPmsZUxgdzXwNKxRPbA==",
  928. "license": "MPL-2.0",
  929. "dependencies": {
  930. "@ethereumjs/rlp": "^4.0.1",
  931. "ethereum-cryptography": "^2.0.0",
  932. "micro-ftch": "^0.3.1"
  933. },
  934. "engines": {
  935. "node": ">=14"
  936. }
  937. },
  938. "node_modules/@noble/curves": {
  939. "version": "1.4.2",
  940. "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.4.2.tgz",
  941. "integrity": "sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==",
  942. "license": "MIT",
  943. "dependencies": {
  944. "@noble/hashes": "1.4.0"
  945. },
  946. "funding": {
  947. "url": "https://paulmillr.com/funding/"
  948. }
  949. },
  950. "node_modules/@noble/curves/node_modules/@noble/hashes": {
  951. "version": "1.4.0",
  952. "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
  953. "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
  954. "license": "MIT",
  955. "engines": {
  956. "node": ">= 16"
  957. },
  958. "funding": {
  959. "url": "https://paulmillr.com/funding/"
  960. }
  961. },
  962. "node_modules/@noble/hashes": {
  963. "version": "1.8.0",
  964. "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
  965. "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
  966. "license": "MIT",
  967. "engines": {
  968. "node": "^14.21.3 || >=16"
  969. },
  970. "funding": {
  971. "url": "https://paulmillr.com/funding/"
  972. }
  973. },
  974. "node_modules/@scure/base": {
  975. "version": "1.1.9",
  976. "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.9.tgz",
  977. "integrity": "sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==",
  978. "license": "MIT",
  979. "funding": {
  980. "url": "https://paulmillr.com/funding/"
  981. }
  982. },
  983. "node_modules/@scure/bip32": {
  984. "version": "1.4.0",
  985. "resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.4.0.tgz",
  986. "integrity": "sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==",
  987. "license": "MIT",
  988. "dependencies": {
  989. "@noble/curves": "~1.4.0",
  990. "@noble/hashes": "~1.4.0",
  991. "@scure/base": "~1.1.6"
  992. },
  993. "funding": {
  994. "url": "https://paulmillr.com/funding/"
  995. }
  996. },
  997. "node_modules/@scure/bip32/node_modules/@noble/hashes": {
  998. "version": "1.4.0",
  999. "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
  1000. "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
  1001. "license": "MIT",
  1002. "engines": {
  1003. "node": ">= 16"
  1004. },
  1005. "funding": {
  1006. "url": "https://paulmillr.com/funding/"
  1007. }
  1008. },
  1009. "node_modules/@scure/bip39": {
  1010. "version": "1.3.0",
  1011. "resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.3.0.tgz",
  1012. "integrity": "sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==",
  1013. "license": "MIT",
  1014. "dependencies": {
  1015. "@noble/hashes": "~1.4.0",
  1016. "@scure/base": "~1.1.6"
  1017. },
  1018. "funding": {
  1019. "url": "https://paulmillr.com/funding/"
  1020. }
  1021. },
  1022. "node_modules/@scure/bip39/node_modules/@noble/hashes": {
  1023. "version": "1.4.0",
  1024. "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
  1025. "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
  1026. "license": "MIT",
  1027. "engines": {
  1028. "node": ">= 16"
  1029. },
  1030. "funding": {
  1031. "url": "https://paulmillr.com/funding/"
  1032. }
  1033. },
  1034. "node_modules/@types/debug": {
  1035. "version": "4.1.12",
  1036. "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
  1037. "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
  1038. "license": "MIT",
  1039. "dependencies": {
  1040. "@types/ms": "*"
  1041. }
  1042. },
  1043. "node_modules/@types/ms": {
  1044. "version": "2.1.0",
  1045. "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
  1046. "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
  1047. "license": "MIT"
  1048. },
  1049. "node_modules/aes-js": {
  1050. "version": "3.0.0",
  1051. "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-3.0.0.tgz",
  1052. "integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw==",
  1053. "license": "MIT"
  1054. },
  1055. "node_modules/available-typed-arrays": {
  1056. "version": "1.0.7",
  1057. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  1058. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  1059. "license": "MIT",
  1060. "dependencies": {
  1061. "possible-typed-array-names": "^1.0.0"
  1062. },
  1063. "engines": {
  1064. "node": ">= 0.4"
  1065. },
  1066. "funding": {
  1067. "url": "https://github.com/sponsors/ljharb"
  1068. }
  1069. },
  1070. "node_modules/base-x": {
  1071. "version": "3.0.11",
  1072. "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.11.tgz",
  1073. "integrity": "sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==",
  1074. "license": "MIT",
  1075. "dependencies": {
  1076. "safe-buffer": "^5.0.1"
  1077. }
  1078. },
  1079. "node_modules/bech32": {
  1080. "version": "1.1.4",
  1081. "resolved": "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz",
  1082. "integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ==",
  1083. "license": "MIT"
  1084. },
  1085. "node_modules/bn.js": {
  1086. "version": "4.12.3",
  1087. "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.3.tgz",
  1088. "integrity": "sha512-fGTi3gxV/23FTYdAoUtLYp6qySe2KE3teyZitipKNRuVYcBkoP/bB3guXN/XVKUe9mxCHXnc9C4ocyz8OmgN0g==",
  1089. "license": "MIT"
  1090. },
  1091. "node_modules/brorand": {
  1092. "version": "1.1.0",
  1093. "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
  1094. "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==",
  1095. "license": "MIT"
  1096. },
  1097. "node_modules/bs58": {
  1098. "version": "4.0.1",
  1099. "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz",
  1100. "integrity": "sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==",
  1101. "license": "MIT",
  1102. "dependencies": {
  1103. "base-x": "^3.0.2"
  1104. }
  1105. },
  1106. "node_modules/bs58check": {
  1107. "version": "2.1.2",
  1108. "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz",
  1109. "integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==",
  1110. "license": "MIT",
  1111. "dependencies": {
  1112. "bs58": "^4.0.0",
  1113. "create-hash": "^1.1.0",
  1114. "safe-buffer": "^5.1.2"
  1115. }
  1116. },
  1117. "node_modules/call-bind": {
  1118. "version": "1.0.8",
  1119. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  1120. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  1121. "license": "MIT",
  1122. "dependencies": {
  1123. "call-bind-apply-helpers": "^1.0.0",
  1124. "es-define-property": "^1.0.0",
  1125. "get-intrinsic": "^1.2.4",
  1126. "set-function-length": "^1.2.2"
  1127. },
  1128. "engines": {
  1129. "node": ">= 0.4"
  1130. },
  1131. "funding": {
  1132. "url": "https://github.com/sponsors/ljharb"
  1133. }
  1134. },
  1135. "node_modules/call-bind-apply-helpers": {
  1136. "version": "1.0.2",
  1137. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1138. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1139. "license": "MIT",
  1140. "dependencies": {
  1141. "es-errors": "^1.3.0",
  1142. "function-bind": "^1.1.2"
  1143. },
  1144. "engines": {
  1145. "node": ">= 0.4"
  1146. }
  1147. },
  1148. "node_modules/call-bound": {
  1149. "version": "1.0.4",
  1150. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  1151. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  1152. "license": "MIT",
  1153. "dependencies": {
  1154. "call-bind-apply-helpers": "^1.0.2",
  1155. "get-intrinsic": "^1.3.0"
  1156. },
  1157. "engines": {
  1158. "node": ">= 0.4"
  1159. },
  1160. "funding": {
  1161. "url": "https://github.com/sponsors/ljharb"
  1162. }
  1163. },
  1164. "node_modules/cipher-base": {
  1165. "version": "1.0.7",
  1166. "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.7.tgz",
  1167. "integrity": "sha512-Mz9QMT5fJe7bKI7MH31UilT5cEK5EHHRCccw/YRFsRY47AuNgaV6HY3rscp0/I4Q+tTW/5zoqpSeRRI54TkDWA==",
  1168. "license": "MIT",
  1169. "dependencies": {
  1170. "inherits": "^2.0.4",
  1171. "safe-buffer": "^5.2.1",
  1172. "to-buffer": "^1.2.2"
  1173. },
  1174. "engines": {
  1175. "node": ">= 0.10"
  1176. }
  1177. },
  1178. "node_modules/core-util-is": {
  1179. "version": "1.0.3",
  1180. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  1181. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  1182. "license": "MIT"
  1183. },
  1184. "node_modules/crc-32": {
  1185. "version": "1.2.2",
  1186. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  1187. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  1188. "license": "Apache-2.0",
  1189. "bin": {
  1190. "crc32": "bin/crc32.njs"
  1191. },
  1192. "engines": {
  1193. "node": ">=0.8"
  1194. }
  1195. },
  1196. "node_modules/create-hash": {
  1197. "version": "1.2.0",
  1198. "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
  1199. "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
  1200. "license": "MIT",
  1201. "dependencies": {
  1202. "cipher-base": "^1.0.1",
  1203. "inherits": "^2.0.1",
  1204. "md5.js": "^1.3.4",
  1205. "ripemd160": "^2.0.1",
  1206. "sha.js": "^2.4.0"
  1207. }
  1208. },
  1209. "node_modules/debug": {
  1210. "version": "4.4.3",
  1211. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  1212. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  1213. "license": "MIT",
  1214. "dependencies": {
  1215. "ms": "^2.1.3"
  1216. },
  1217. "engines": {
  1218. "node": ">=6.0"
  1219. },
  1220. "peerDependenciesMeta": {
  1221. "supports-color": {
  1222. "optional": true
  1223. }
  1224. }
  1225. },
  1226. "node_modules/define-data-property": {
  1227. "version": "1.1.4",
  1228. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  1229. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  1230. "license": "MIT",
  1231. "dependencies": {
  1232. "es-define-property": "^1.0.0",
  1233. "es-errors": "^1.3.0",
  1234. "gopd": "^1.0.1"
  1235. },
  1236. "engines": {
  1237. "node": ">= 0.4"
  1238. },
  1239. "funding": {
  1240. "url": "https://github.com/sponsors/ljharb"
  1241. }
  1242. },
  1243. "node_modules/dunder-proto": {
  1244. "version": "1.0.1",
  1245. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  1246. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  1247. "license": "MIT",
  1248. "dependencies": {
  1249. "call-bind-apply-helpers": "^1.0.1",
  1250. "es-errors": "^1.3.0",
  1251. "gopd": "^1.2.0"
  1252. },
  1253. "engines": {
  1254. "node": ">= 0.4"
  1255. }
  1256. },
  1257. "node_modules/elliptic": {
  1258. "version": "6.6.1",
  1259. "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz",
  1260. "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==",
  1261. "license": "MIT",
  1262. "dependencies": {
  1263. "bn.js": "^4.11.9",
  1264. "brorand": "^1.1.0",
  1265. "hash.js": "^1.0.0",
  1266. "hmac-drbg": "^1.0.1",
  1267. "inherits": "^2.0.4",
  1268. "minimalistic-assert": "^1.0.1",
  1269. "minimalistic-crypto-utils": "^1.0.1"
  1270. }
  1271. },
  1272. "node_modules/es-define-property": {
  1273. "version": "1.0.1",
  1274. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  1275. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1276. "license": "MIT",
  1277. "engines": {
  1278. "node": ">= 0.4"
  1279. }
  1280. },
  1281. "node_modules/es-errors": {
  1282. "version": "1.3.0",
  1283. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  1284. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1285. "license": "MIT",
  1286. "engines": {
  1287. "node": ">= 0.4"
  1288. }
  1289. },
  1290. "node_modules/es-object-atoms": {
  1291. "version": "1.1.1",
  1292. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  1293. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  1294. "license": "MIT",
  1295. "dependencies": {
  1296. "es-errors": "^1.3.0"
  1297. },
  1298. "engines": {
  1299. "node": ">= 0.4"
  1300. }
  1301. },
  1302. "node_modules/ethereum-cryptography": {
  1303. "version": "2.2.1",
  1304. "resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-2.2.1.tgz",
  1305. "integrity": "sha512-r/W8lkHSiTLxUxW8Rf3u4HGB0xQweG2RyETjywylKZSzLWoWAijRz8WCuOtJ6wah+avllXBqZuk29HCCvhEIRg==",
  1306. "license": "MIT",
  1307. "dependencies": {
  1308. "@noble/curves": "1.4.2",
  1309. "@noble/hashes": "1.4.0",
  1310. "@scure/bip32": "1.4.0",
  1311. "@scure/bip39": "1.3.0"
  1312. }
  1313. },
  1314. "node_modules/ethereum-cryptography/node_modules/@noble/hashes": {
  1315. "version": "1.4.0",
  1316. "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
  1317. "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
  1318. "license": "MIT",
  1319. "engines": {
  1320. "node": ">= 16"
  1321. },
  1322. "funding": {
  1323. "url": "https://paulmillr.com/funding/"
  1324. }
  1325. },
  1326. "node_modules/ethers": {
  1327. "version": "5.7.2",
  1328. "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.7.2.tgz",
  1329. "integrity": "sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==",
  1330. "funding": [
  1331. {
  1332. "type": "individual",
  1333. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  1334. },
  1335. {
  1336. "type": "individual",
  1337. "url": "https://www.buymeacoffee.com/ricmoo"
  1338. }
  1339. ],
  1340. "license": "MIT",
  1341. "dependencies": {
  1342. "@ethersproject/abi": "5.7.0",
  1343. "@ethersproject/abstract-provider": "5.7.0",
  1344. "@ethersproject/abstract-signer": "5.7.0",
  1345. "@ethersproject/address": "5.7.0",
  1346. "@ethersproject/base64": "5.7.0",
  1347. "@ethersproject/basex": "5.7.0",
  1348. "@ethersproject/bignumber": "5.7.0",
  1349. "@ethersproject/bytes": "5.7.0",
  1350. "@ethersproject/constants": "5.7.0",
  1351. "@ethersproject/contracts": "5.7.0",
  1352. "@ethersproject/hash": "5.7.0",
  1353. "@ethersproject/hdnode": "5.7.0",
  1354. "@ethersproject/json-wallets": "5.7.0",
  1355. "@ethersproject/keccak256": "5.7.0",
  1356. "@ethersproject/logger": "5.7.0",
  1357. "@ethersproject/networks": "5.7.1",
  1358. "@ethersproject/pbkdf2": "5.7.0",
  1359. "@ethersproject/properties": "5.7.0",
  1360. "@ethersproject/providers": "5.7.2",
  1361. "@ethersproject/random": "5.7.0",
  1362. "@ethersproject/rlp": "5.7.0",
  1363. "@ethersproject/sha2": "5.7.0",
  1364. "@ethersproject/signing-key": "5.7.0",
  1365. "@ethersproject/solidity": "5.7.0",
  1366. "@ethersproject/strings": "5.7.0",
  1367. "@ethersproject/transactions": "5.7.0",
  1368. "@ethersproject/units": "5.7.0",
  1369. "@ethersproject/wallet": "5.7.0",
  1370. "@ethersproject/web": "5.7.1",
  1371. "@ethersproject/wordlists": "5.7.0"
  1372. }
  1373. },
  1374. "node_modules/for-each": {
  1375. "version": "0.3.5",
  1376. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  1377. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  1378. "license": "MIT",
  1379. "dependencies": {
  1380. "is-callable": "^1.2.7"
  1381. },
  1382. "engines": {
  1383. "node": ">= 0.4"
  1384. },
  1385. "funding": {
  1386. "url": "https://github.com/sponsors/ljharb"
  1387. }
  1388. },
  1389. "node_modules/function-bind": {
  1390. "version": "1.1.2",
  1391. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  1392. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1393. "license": "MIT",
  1394. "funding": {
  1395. "url": "https://github.com/sponsors/ljharb"
  1396. }
  1397. },
  1398. "node_modules/get-intrinsic": {
  1399. "version": "1.3.0",
  1400. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  1401. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  1402. "license": "MIT",
  1403. "dependencies": {
  1404. "call-bind-apply-helpers": "^1.0.2",
  1405. "es-define-property": "^1.0.1",
  1406. "es-errors": "^1.3.0",
  1407. "es-object-atoms": "^1.1.1",
  1408. "function-bind": "^1.1.2",
  1409. "get-proto": "^1.0.1",
  1410. "gopd": "^1.2.0",
  1411. "has-symbols": "^1.1.0",
  1412. "hasown": "^2.0.2",
  1413. "math-intrinsics": "^1.1.0"
  1414. },
  1415. "engines": {
  1416. "node": ">= 0.4"
  1417. },
  1418. "funding": {
  1419. "url": "https://github.com/sponsors/ljharb"
  1420. }
  1421. },
  1422. "node_modules/get-proto": {
  1423. "version": "1.0.1",
  1424. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  1425. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  1426. "license": "MIT",
  1427. "dependencies": {
  1428. "dunder-proto": "^1.0.1",
  1429. "es-object-atoms": "^1.0.0"
  1430. },
  1431. "engines": {
  1432. "node": ">= 0.4"
  1433. }
  1434. },
  1435. "node_modules/gopd": {
  1436. "version": "1.2.0",
  1437. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  1438. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  1439. "license": "MIT",
  1440. "engines": {
  1441. "node": ">= 0.4"
  1442. },
  1443. "funding": {
  1444. "url": "https://github.com/sponsors/ljharb"
  1445. }
  1446. },
  1447. "node_modules/has-property-descriptors": {
  1448. "version": "1.0.2",
  1449. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  1450. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  1451. "license": "MIT",
  1452. "dependencies": {
  1453. "es-define-property": "^1.0.0"
  1454. },
  1455. "funding": {
  1456. "url": "https://github.com/sponsors/ljharb"
  1457. }
  1458. },
  1459. "node_modules/has-symbols": {
  1460. "version": "1.1.0",
  1461. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  1462. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  1463. "license": "MIT",
  1464. "engines": {
  1465. "node": ">= 0.4"
  1466. },
  1467. "funding": {
  1468. "url": "https://github.com/sponsors/ljharb"
  1469. }
  1470. },
  1471. "node_modules/has-tostringtag": {
  1472. "version": "1.0.2",
  1473. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  1474. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  1475. "license": "MIT",
  1476. "dependencies": {
  1477. "has-symbols": "^1.0.3"
  1478. },
  1479. "engines": {
  1480. "node": ">= 0.4"
  1481. },
  1482. "funding": {
  1483. "url": "https://github.com/sponsors/ljharb"
  1484. }
  1485. },
  1486. "node_modules/hash-base": {
  1487. "version": "3.1.2",
  1488. "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.2.tgz",
  1489. "integrity": "sha512-Bb33KbowVTIj5s7Ked1OsqHUeCpz//tPwR+E2zJgJKo9Z5XolZ9b6bdUgjmYlwnWhoOQKoTd1TYToZGn5mAYOg==",
  1490. "license": "MIT",
  1491. "dependencies": {
  1492. "inherits": "^2.0.4",
  1493. "readable-stream": "^2.3.8",
  1494. "safe-buffer": "^5.2.1",
  1495. "to-buffer": "^1.2.1"
  1496. },
  1497. "engines": {
  1498. "node": ">= 0.8"
  1499. }
  1500. },
  1501. "node_modules/hash.js": {
  1502. "version": "1.1.7",
  1503. "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
  1504. "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
  1505. "license": "MIT",
  1506. "dependencies": {
  1507. "inherits": "^2.0.3",
  1508. "minimalistic-assert": "^1.0.1"
  1509. }
  1510. },
  1511. "node_modules/hasown": {
  1512. "version": "2.0.2",
  1513. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  1514. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  1515. "license": "MIT",
  1516. "dependencies": {
  1517. "function-bind": "^1.1.2"
  1518. },
  1519. "engines": {
  1520. "node": ">= 0.4"
  1521. }
  1522. },
  1523. "node_modules/hdkey": {
  1524. "version": "2.1.0",
  1525. "resolved": "https://registry.npmjs.org/hdkey/-/hdkey-2.1.0.tgz",
  1526. "integrity": "sha512-i9Wzi0Dy49bNS4tXXeGeu0vIcn86xXdPQUpEYg+SO1YiO8HtomjmmRMaRyqL0r59QfcD4PfVbSF3qmsWFwAemA==",
  1527. "license": "MIT",
  1528. "dependencies": {
  1529. "bs58check": "^2.1.2",
  1530. "ripemd160": "^2.0.2",
  1531. "safe-buffer": "^5.1.1",
  1532. "secp256k1": "^4.0.0"
  1533. }
  1534. },
  1535. "node_modules/hmac-drbg": {
  1536. "version": "1.0.1",
  1537. "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
  1538. "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
  1539. "license": "MIT",
  1540. "dependencies": {
  1541. "hash.js": "^1.0.3",
  1542. "minimalistic-assert": "^1.0.0",
  1543. "minimalistic-crypto-utils": "^1.0.1"
  1544. }
  1545. },
  1546. "node_modules/inherits": {
  1547. "version": "2.0.4",
  1548. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  1549. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  1550. "license": "ISC"
  1551. },
  1552. "node_modules/is-callable": {
  1553. "version": "1.2.7",
  1554. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  1555. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  1556. "license": "MIT",
  1557. "engines": {
  1558. "node": ">= 0.4"
  1559. },
  1560. "funding": {
  1561. "url": "https://github.com/sponsors/ljharb"
  1562. }
  1563. },
  1564. "node_modules/is-typed-array": {
  1565. "version": "1.1.15",
  1566. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  1567. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  1568. "license": "MIT",
  1569. "dependencies": {
  1570. "which-typed-array": "^1.1.16"
  1571. },
  1572. "engines": {
  1573. "node": ">= 0.4"
  1574. },
  1575. "funding": {
  1576. "url": "https://github.com/sponsors/ljharb"
  1577. }
  1578. },
  1579. "node_modules/isarray": {
  1580. "version": "1.0.0",
  1581. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  1582. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  1583. "license": "MIT"
  1584. },
  1585. "node_modules/js-sha3": {
  1586. "version": "0.8.0",
  1587. "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz",
  1588. "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==",
  1589. "license": "MIT"
  1590. },
  1591. "node_modules/math-intrinsics": {
  1592. "version": "1.1.0",
  1593. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  1594. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  1595. "license": "MIT",
  1596. "engines": {
  1597. "node": ">= 0.4"
  1598. }
  1599. },
  1600. "node_modules/md5.js": {
  1601. "version": "1.3.5",
  1602. "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
  1603. "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
  1604. "license": "MIT",
  1605. "dependencies": {
  1606. "hash-base": "^3.0.0",
  1607. "inherits": "^2.0.1",
  1608. "safe-buffer": "^5.1.2"
  1609. }
  1610. },
  1611. "node_modules/micro-ftch": {
  1612. "version": "0.3.1",
  1613. "resolved": "https://registry.npmjs.org/micro-ftch/-/micro-ftch-0.3.1.tgz",
  1614. "integrity": "sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg==",
  1615. "license": "MIT"
  1616. },
  1617. "node_modules/minimalistic-assert": {
  1618. "version": "1.0.1",
  1619. "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  1620. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
  1621. "license": "ISC"
  1622. },
  1623. "node_modules/minimalistic-crypto-utils": {
  1624. "version": "1.0.1",
  1625. "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
  1626. "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==",
  1627. "license": "MIT"
  1628. },
  1629. "node_modules/ms": {
  1630. "version": "2.1.3",
  1631. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  1632. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1633. "license": "MIT"
  1634. },
  1635. "node_modules/node-addon-api": {
  1636. "version": "5.1.0",
  1637. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.1.0.tgz",
  1638. "integrity": "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==",
  1639. "license": "MIT"
  1640. },
  1641. "node_modules/node-gyp-build": {
  1642. "version": "4.8.4",
  1643. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  1644. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  1645. "license": "MIT",
  1646. "bin": {
  1647. "node-gyp-build": "bin.js",
  1648. "node-gyp-build-optional": "optional.js",
  1649. "node-gyp-build-test": "build-test.js"
  1650. }
  1651. },
  1652. "node_modules/pony-cause": {
  1653. "version": "2.1.11",
  1654. "resolved": "https://registry.npmjs.org/pony-cause/-/pony-cause-2.1.11.tgz",
  1655. "integrity": "sha512-M7LhCsdNbNgiLYiP4WjsfLUuFmCfnjdF6jKe2R9NKl4WFN+HZPGHJZ9lnLP7f9ZnKe3U9nuWD0szirmj+migUg==",
  1656. "license": "0BSD",
  1657. "engines": {
  1658. "node": ">=12.0.0"
  1659. }
  1660. },
  1661. "node_modules/possible-typed-array-names": {
  1662. "version": "1.1.0",
  1663. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  1664. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  1665. "license": "MIT",
  1666. "engines": {
  1667. "node": ">= 0.4"
  1668. }
  1669. },
  1670. "node_modules/process-nextick-args": {
  1671. "version": "2.0.1",
  1672. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  1673. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  1674. "license": "MIT"
  1675. },
  1676. "node_modules/readable-stream": {
  1677. "version": "2.3.8",
  1678. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  1679. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  1680. "license": "MIT",
  1681. "dependencies": {
  1682. "core-util-is": "~1.0.0",
  1683. "inherits": "~2.0.3",
  1684. "isarray": "~1.0.0",
  1685. "process-nextick-args": "~2.0.0",
  1686. "safe-buffer": "~5.1.1",
  1687. "string_decoder": "~1.1.1",
  1688. "util-deprecate": "~1.0.1"
  1689. }
  1690. },
  1691. "node_modules/readable-stream/node_modules/safe-buffer": {
  1692. "version": "5.1.2",
  1693. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  1694. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  1695. "license": "MIT"
  1696. },
  1697. "node_modules/ripemd160": {
  1698. "version": "2.0.3",
  1699. "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.3.tgz",
  1700. "integrity": "sha512-5Di9UC0+8h1L6ZD2d7awM7E/T4uA1fJRlx6zk/NvdCCVEoAnFqvHmCuNeIKoCeIixBX/q8uM+6ycDvF8woqosA==",
  1701. "license": "MIT",
  1702. "dependencies": {
  1703. "hash-base": "^3.1.2",
  1704. "inherits": "^2.0.4"
  1705. },
  1706. "engines": {
  1707. "node": ">= 0.8"
  1708. }
  1709. },
  1710. "node_modules/safe-buffer": {
  1711. "version": "5.2.1",
  1712. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  1713. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  1714. "funding": [
  1715. {
  1716. "type": "github",
  1717. "url": "https://github.com/sponsors/feross"
  1718. },
  1719. {
  1720. "type": "patreon",
  1721. "url": "https://www.patreon.com/feross"
  1722. },
  1723. {
  1724. "type": "consulting",
  1725. "url": "https://feross.org/support"
  1726. }
  1727. ],
  1728. "license": "MIT"
  1729. },
  1730. "node_modules/scrypt-js": {
  1731. "version": "3.0.1",
  1732. "resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
  1733. "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==",
  1734. "license": "MIT"
  1735. },
  1736. "node_modules/secp256k1": {
  1737. "version": "4.0.4",
  1738. "resolved": "https://registry.npmjs.org/secp256k1/-/secp256k1-4.0.4.tgz",
  1739. "integrity": "sha512-6JfvwvjUOn8F/jUoBY2Q1v5WY5XS+rj8qSe0v8Y4ezH4InLgTEeOOPQsRll9OV429Pvo6BCHGavIyJfr3TAhsw==",
  1740. "hasInstallScript": true,
  1741. "license": "MIT",
  1742. "dependencies": {
  1743. "elliptic": "^6.5.7",
  1744. "node-addon-api": "^5.0.0",
  1745. "node-gyp-build": "^4.2.0"
  1746. },
  1747. "engines": {
  1748. "node": ">=18.0.0"
  1749. }
  1750. },
  1751. "node_modules/semver": {
  1752. "version": "7.7.4",
  1753. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  1754. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  1755. "license": "ISC",
  1756. "bin": {
  1757. "semver": "bin/semver.js"
  1758. },
  1759. "engines": {
  1760. "node": ">=10"
  1761. }
  1762. },
  1763. "node_modules/set-function-length": {
  1764. "version": "1.2.2",
  1765. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  1766. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  1767. "license": "MIT",
  1768. "dependencies": {
  1769. "define-data-property": "^1.1.4",
  1770. "es-errors": "^1.3.0",
  1771. "function-bind": "^1.1.2",
  1772. "get-intrinsic": "^1.2.4",
  1773. "gopd": "^1.0.1",
  1774. "has-property-descriptors": "^1.0.2"
  1775. },
  1776. "engines": {
  1777. "node": ">= 0.4"
  1778. }
  1779. },
  1780. "node_modules/sha.js": {
  1781. "version": "2.4.12",
  1782. "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz",
  1783. "integrity": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
  1784. "license": "(MIT AND BSD-3-Clause)",
  1785. "dependencies": {
  1786. "inherits": "^2.0.4",
  1787. "safe-buffer": "^5.2.1",
  1788. "to-buffer": "^1.2.0"
  1789. },
  1790. "bin": {
  1791. "sha.js": "bin.js"
  1792. },
  1793. "engines": {
  1794. "node": ">= 0.10"
  1795. },
  1796. "funding": {
  1797. "url": "https://github.com/sponsors/ljharb"
  1798. }
  1799. },
  1800. "node_modules/string_decoder": {
  1801. "version": "1.1.1",
  1802. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  1803. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  1804. "license": "MIT",
  1805. "dependencies": {
  1806. "safe-buffer": "~5.1.0"
  1807. }
  1808. },
  1809. "node_modules/string_decoder/node_modules/safe-buffer": {
  1810. "version": "5.1.2",
  1811. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  1812. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  1813. "license": "MIT"
  1814. },
  1815. "node_modules/to-buffer": {
  1816. "version": "1.2.2",
  1817. "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.2.tgz",
  1818. "integrity": "sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==",
  1819. "license": "MIT",
  1820. "dependencies": {
  1821. "isarray": "^2.0.5",
  1822. "safe-buffer": "^5.2.1",
  1823. "typed-array-buffer": "^1.0.3"
  1824. },
  1825. "engines": {
  1826. "node": ">= 0.4"
  1827. }
  1828. },
  1829. "node_modules/to-buffer/node_modules/isarray": {
  1830. "version": "2.0.5",
  1831. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  1832. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  1833. "license": "MIT"
  1834. },
  1835. "node_modules/tweetnacl": {
  1836. "version": "1.0.3",
  1837. "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
  1838. "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
  1839. "license": "Unlicense"
  1840. },
  1841. "node_modules/typed-array-buffer": {
  1842. "version": "1.0.3",
  1843. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  1844. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  1845. "license": "MIT",
  1846. "dependencies": {
  1847. "call-bound": "^1.0.3",
  1848. "es-errors": "^1.3.0",
  1849. "is-typed-array": "^1.1.14"
  1850. },
  1851. "engines": {
  1852. "node": ">= 0.4"
  1853. }
  1854. },
  1855. "node_modules/util-deprecate": {
  1856. "version": "1.0.2",
  1857. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  1858. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  1859. "license": "MIT"
  1860. },
  1861. "node_modules/uuid": {
  1862. "version": "9.0.1",
  1863. "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
  1864. "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
  1865. "funding": [
  1866. "https://github.com/sponsors/broofa",
  1867. "https://github.com/sponsors/ctavan"
  1868. ],
  1869. "license": "MIT",
  1870. "bin": {
  1871. "uuid": "dist/bin/uuid"
  1872. }
  1873. },
  1874. "node_modules/which-typed-array": {
  1875. "version": "1.1.20",
  1876. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
  1877. "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
  1878. "license": "MIT",
  1879. "dependencies": {
  1880. "available-typed-arrays": "^1.0.7",
  1881. "call-bind": "^1.0.8",
  1882. "call-bound": "^1.0.4",
  1883. "for-each": "^0.3.5",
  1884. "get-proto": "^1.0.1",
  1885. "gopd": "^1.2.0",
  1886. "has-tostringtag": "^1.0.2"
  1887. },
  1888. "engines": {
  1889. "node": ">= 0.4"
  1890. },
  1891. "funding": {
  1892. "url": "https://github.com/sponsors/ljharb"
  1893. }
  1894. },
  1895. "node_modules/ws": {
  1896. "version": "7.4.6",
  1897. "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
  1898. "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==",
  1899. "license": "MIT",
  1900. "engines": {
  1901. "node": ">=8.3.0"
  1902. },
  1903. "peerDependencies": {
  1904. "bufferutil": "^4.0.1",
  1905. "utf-8-validate": "^5.0.2"
  1906. },
  1907. "peerDependenciesMeta": {
  1908. "bufferutil": {
  1909. "optional": true
  1910. },
  1911. "utf-8-validate": {
  1912. "optional": true
  1913. }
  1914. }
  1915. }
  1916. }
  1917. }