@bayybays/stacksone-sdk 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (435) hide show
  1. package/.github/workflows/clarinet.yaml +33 -0
  2. package/README.md +444 -0
  3. package/docs/ARCHITECTURE.md +69 -0
  4. package/docs/CONTRACT_REGISTRY.md +11 -0
  5. package/docs/MODULE_OVERVIEW.md +38 -0
  6. package/docs/ROADMAP_Q1_2026.md +21 -0
  7. package/docs/SECURITY.md +47 -0
  8. package/docs/devlog.md +925 -0
  9. package/docs/notes.md +5 -0
  10. package/eslint.config.js +29 -0
  11. package/index.html +24 -0
  12. package/nonce.txt +1 -0
  13. package/nonce_store/nonce_1.txt +1 -0
  14. package/nonce_store/nonce_10.txt +1 -0
  15. package/nonce_store/nonce_2.txt +1 -0
  16. package/nonce_store/nonce_3.txt +1 -0
  17. package/nonce_store/nonce_4.txt +1 -0
  18. package/nonce_store/nonce_5.txt +1 -0
  19. package/nonce_store/nonce_6.txt +1 -0
  20. package/nonce_store/nonce_7.txt +1 -0
  21. package/nonce_store/nonce_8.txt +1 -0
  22. package/nonce_store/nonce_9.txt +1 -0
  23. package/package.json +62 -0
  24. package/package.json.save +60 -0
  25. package/postcss.config.js +6 -0
  26. package/public/logo.png +0 -0
  27. package/public/vite.svg +1 -0
  28. package/smart-contracts/.gitattributes +3 -0
  29. package/smart-contracts/.vscode/settings.json +4 -0
  30. package/smart-contracts/.vscode/tasks.json +19 -0
  31. package/smart-contracts/Clarinet.toml +11 -0
  32. package/smart-contracts/Mainnet.toml +5 -0
  33. package/smart-contracts/contracts/chaintap.clar +200 -0
  34. package/smart-contracts/contracts/contract-0.clar +35 -0
  35. package/smart-contracts/contracts/contract-1.clar +26 -0
  36. package/smart-contracts/contracts/contract-10.clar +31 -0
  37. package/smart-contracts/contracts/contract-12.clar +50 -0
  38. package/smart-contracts/contracts/contract-13.clar +25 -0
  39. package/smart-contracts/contracts/contract-14.clar +14 -0
  40. package/smart-contracts/contracts/contract-15.clar +20 -0
  41. package/smart-contracts/contracts/contract-16.clar +22 -0
  42. package/smart-contracts/contracts/contract-17.clar +23 -0
  43. package/smart-contracts/contracts/contract-18.clar +30 -0
  44. package/smart-contracts/contracts/contract-19.clar +49 -0
  45. package/smart-contracts/contracts/contract-2.clar +34 -0
  46. package/smart-contracts/contracts/contract-20.clar +7 -0
  47. package/smart-contracts/contracts/contract-21.clar +17 -0
  48. package/smart-contracts/contracts/contract-22.clar +23 -0
  49. package/smart-contracts/contracts/contract-23.clar +41 -0
  50. package/smart-contracts/contracts/contract-24.clar +30 -0
  51. package/smart-contracts/contracts/contract-28.clar +34 -0
  52. package/smart-contracts/contracts/contract-3.clar +36 -0
  53. package/smart-contracts/contracts/contract-30.clar +21 -0
  54. package/smart-contracts/contracts/contract-32.clar +26 -0
  55. package/smart-contracts/contracts/contract-33.clar +43 -0
  56. package/smart-contracts/contracts/contract-34.clar +29 -0
  57. package/smart-contracts/contracts/contract-35.clar +17 -0
  58. package/smart-contracts/contracts/contract-36.clar +47 -0
  59. package/smart-contracts/contracts/contract-37.clar +33 -0
  60. package/smart-contracts/contracts/contract-38.clar +26 -0
  61. package/smart-contracts/contracts/contract-4.clar +16 -0
  62. package/smart-contracts/contracts/contract-40.clar +19 -0
  63. package/smart-contracts/contracts/contract-42.clar +26 -0
  64. package/smart-contracts/contracts/contract-43.clar +23 -0
  65. package/smart-contracts/contracts/contract-44.clar +47 -0
  66. package/smart-contracts/contracts/contract-45.clar +32 -0
  67. package/smart-contracts/contracts/contract-46.clar +31 -0
  68. package/smart-contracts/contracts/contract-47.clar +33 -0
  69. package/smart-contracts/contracts/contract-48.clar +16 -0
  70. package/smart-contracts/contracts/contract-49.clar +36 -0
  71. package/smart-contracts/contracts/contract-5.clar +17 -0
  72. package/smart-contracts/contracts/contract-6.clar +52 -0
  73. package/smart-contracts/contracts/contract-7.clar +6 -0
  74. package/smart-contracts/contracts/contract-8.clar +27 -0
  75. package/smart-contracts/contracts/faucet-distributor-v2.clar +133 -0
  76. package/smart-contracts/contracts/faucet-distributor-v3.clar +129 -0
  77. package/smart-contracts/contracts/faucet-distributor-v4.clar +86 -0
  78. package/smart-contracts/contracts/faucet-distributor-v5.clar +90 -0
  79. package/smart-contracts/contracts/faucet-distributor-v6.clar +123 -0
  80. package/smart-contracts/contracts/faucet-distributor-v7.clar +88 -0
  81. package/smart-contracts/contracts/faucet-distributor.clar +64 -0
  82. package/smart-contracts/contracts/genesis-0.clar +297 -0
  83. package/smart-contracts/contracts/genesis-1.clar +342 -0
  84. package/smart-contracts/contracts/genesis-2.clar +297 -0
  85. package/smart-contracts/contracts/genesis-3.clar +282 -0
  86. package/smart-contracts/contracts/genesis-4.clar +291 -0
  87. package/smart-contracts/contracts/genesis-5.clar +276 -0
  88. package/smart-contracts/contracts/genesis-6.clar +273 -0
  89. package/smart-contracts/contracts/genesis-7.clar +261 -0
  90. package/smart-contracts/contracts/genesis-8.clar +279 -0
  91. package/smart-contracts/contracts/genesis-9.clar +288 -0
  92. package/smart-contracts/contracts/genesis-ascension-v1.clar +54 -0
  93. package/smart-contracts/contracts/genesis-badges-v10.clar +72 -0
  94. package/smart-contracts/contracts/genesis-badges-v4.clar +66 -0
  95. package/smart-contracts/contracts/genesis-badges-v5.clar +66 -0
  96. package/smart-contracts/contracts/genesis-badges-v8.clar +88 -0
  97. package/smart-contracts/contracts/genesis-badges-v9.clar +66 -0
  98. package/smart-contracts/contracts/genesis-badges.clar +73 -0
  99. package/smart-contracts/contracts/genesis-boost-v1.clar +58 -0
  100. package/smart-contracts/contracts/genesis-core-v10.clar +87 -0
  101. package/smart-contracts/contracts/genesis-core-v2.clar +86 -0
  102. package/smart-contracts/contracts/genesis-core-v4.clar +80 -0
  103. package/smart-contracts/contracts/genesis-core-v5.clar +86 -0
  104. package/smart-contracts/contracts/genesis-core-v6.clar +98 -0
  105. package/smart-contracts/contracts/genesis-core-v8.clar +106 -0
  106. package/smart-contracts/contracts/genesis-core-v9.clar +80 -0
  107. package/smart-contracts/contracts/genesis-core.clar +93 -0
  108. package/smart-contracts/contracts/genesis-missions-v4.clar +104 -0
  109. package/smart-contracts/contracts/genesis-missions-v5.clar +86 -0
  110. package/smart-contracts/contracts/genesis-missions-v6.clar +80 -0
  111. package/smart-contracts/contracts/genesis-missions-v8.clar +81 -0
  112. package/smart-contracts/contracts/genesis-missions-v9.clar +73 -0
  113. package/smart-contracts/contracts/genesis-missions.clar +68 -0
  114. package/smart-contracts/contracts/mission-mini-001.clar +32 -0
  115. package/smart-contracts/contracts/mission-mini-002.clar +42 -0
  116. package/smart-contracts/contracts/mission-mini-003.clar +39 -0
  117. package/smart-contracts/contracts/mission-mini-004.clar +39 -0
  118. package/smart-contracts/contracts/mission-mini-005.clar +36 -0
  119. package/smart-contracts/contracts/modules/genesis-badge-lite-v1.clar +17 -0
  120. package/smart-contracts/contracts/modules/genesis-counter-v1.clar +21 -0
  121. package/smart-contracts/contracts/modules/genesis-duel-v1.clar +16 -0
  122. package/smart-contracts/contracts/modules/genesis-flag-v1.clar +21 -0
  123. package/smart-contracts/contracts/modules/genesis-leaderboard-v1.clar +88 -0
  124. package/smart-contracts/contracts/modules/genesis-lucky-v1.clar +16 -0
  125. package/smart-contracts/contracts/modules/genesis-points-v1.clar +21 -0
  126. package/smart-contracts/contracts/modules/genesis-predict-v1.clar +14 -0
  127. package/smart-contracts/contracts/modules/genesis-score-lite-v1.clar +21 -0
  128. package/smart-contracts/contracts/modules/module-1.clar +2 -0
  129. package/smart-contracts/contracts/modules/module-10.clar +2 -0
  130. package/smart-contracts/contracts/modules/module-100.clar +2 -0
  131. package/smart-contracts/contracts/modules/module-101.clar +2 -0
  132. package/smart-contracts/contracts/modules/module-102.clar +2 -0
  133. package/smart-contracts/contracts/modules/module-103.clar +2 -0
  134. package/smart-contracts/contracts/modules/module-104.clar +2 -0
  135. package/smart-contracts/contracts/modules/module-105.clar +2 -0
  136. package/smart-contracts/contracts/modules/module-106.clar +2 -0
  137. package/smart-contracts/contracts/modules/module-107.clar +2 -0
  138. package/smart-contracts/contracts/modules/module-108.clar +2 -0
  139. package/smart-contracts/contracts/modules/module-109.clar +2 -0
  140. package/smart-contracts/contracts/modules/module-11.clar +2 -0
  141. package/smart-contracts/contracts/modules/module-110.clar +2 -0
  142. package/smart-contracts/contracts/modules/module-111.clar +2 -0
  143. package/smart-contracts/contracts/modules/module-112.clar +2 -0
  144. package/smart-contracts/contracts/modules/module-113.clar +2 -0
  145. package/smart-contracts/contracts/modules/module-114.clar +2 -0
  146. package/smart-contracts/contracts/modules/module-115.clar +2 -0
  147. package/smart-contracts/contracts/modules/module-116.clar +2 -0
  148. package/smart-contracts/contracts/modules/module-117.clar +2 -0
  149. package/smart-contracts/contracts/modules/module-118.clar +2 -0
  150. package/smart-contracts/contracts/modules/module-119.clar +2 -0
  151. package/smart-contracts/contracts/modules/module-12.clar +2 -0
  152. package/smart-contracts/contracts/modules/module-120.clar +2 -0
  153. package/smart-contracts/contracts/modules/module-121.clar +2 -0
  154. package/smart-contracts/contracts/modules/module-122.clar +2 -0
  155. package/smart-contracts/contracts/modules/module-123.clar +2 -0
  156. package/smart-contracts/contracts/modules/module-124.clar +2 -0
  157. package/smart-contracts/contracts/modules/module-125.clar +2 -0
  158. package/smart-contracts/contracts/modules/module-126.clar +2 -0
  159. package/smart-contracts/contracts/modules/module-127.clar +2 -0
  160. package/smart-contracts/contracts/modules/module-128.clar +2 -0
  161. package/smart-contracts/contracts/modules/module-129.clar +2 -0
  162. package/smart-contracts/contracts/modules/module-13.clar +2 -0
  163. package/smart-contracts/contracts/modules/module-130.clar +2 -0
  164. package/smart-contracts/contracts/modules/module-131.clar +2 -0
  165. package/smart-contracts/contracts/modules/module-132.clar +2 -0
  166. package/smart-contracts/contracts/modules/module-133.clar +2 -0
  167. package/smart-contracts/contracts/modules/module-134.clar +2 -0
  168. package/smart-contracts/contracts/modules/module-135.clar +2 -0
  169. package/smart-contracts/contracts/modules/module-136.clar +2 -0
  170. package/smart-contracts/contracts/modules/module-137.clar +2 -0
  171. package/smart-contracts/contracts/modules/module-138.clar +2 -0
  172. package/smart-contracts/contracts/modules/module-14.clar +2 -0
  173. package/smart-contracts/contracts/modules/module-140.clar +2 -0
  174. package/smart-contracts/contracts/modules/module-141.clar +2 -0
  175. package/smart-contracts/contracts/modules/module-142.clar +2 -0
  176. package/smart-contracts/contracts/modules/module-143.clar +2 -0
  177. package/smart-contracts/contracts/modules/module-144.clar +2 -0
  178. package/smart-contracts/contracts/modules/module-145.clar +2 -0
  179. package/smart-contracts/contracts/modules/module-146.clar +2 -0
  180. package/smart-contracts/contracts/modules/module-147.clar +2 -0
  181. package/smart-contracts/contracts/modules/module-148.clar +2 -0
  182. package/smart-contracts/contracts/modules/module-149.clar +2 -0
  183. package/smart-contracts/contracts/modules/module-15.clar +2 -0
  184. package/smart-contracts/contracts/modules/module-150.clar +2 -0
  185. package/smart-contracts/contracts/modules/module-152.clar +2 -0
  186. package/smart-contracts/contracts/modules/module-153.clar +2 -0
  187. package/smart-contracts/contracts/modules/module-154.clar +2 -0
  188. package/smart-contracts/contracts/modules/module-156.clar +2 -0
  189. package/smart-contracts/contracts/modules/module-157.clar +2 -0
  190. package/smart-contracts/contracts/modules/module-158.clar +2 -0
  191. package/smart-contracts/contracts/modules/module-159.clar +2 -0
  192. package/smart-contracts/contracts/modules/module-16.clar +2 -0
  193. package/smart-contracts/contracts/modules/module-160.clar +2 -0
  194. package/smart-contracts/contracts/modules/module-161.clar +2 -0
  195. package/smart-contracts/contracts/modules/module-162.clar +2 -0
  196. package/smart-contracts/contracts/modules/module-163.clar +2 -0
  197. package/smart-contracts/contracts/modules/module-164.clar +2 -0
  198. package/smart-contracts/contracts/modules/module-165.clar +2 -0
  199. package/smart-contracts/contracts/modules/module-166.clar +2 -0
  200. package/smart-contracts/contracts/modules/module-167.clar +2 -0
  201. package/smart-contracts/contracts/modules/module-168.clar +2 -0
  202. package/smart-contracts/contracts/modules/module-169.clar +2 -0
  203. package/smart-contracts/contracts/modules/module-17.clar +2 -0
  204. package/smart-contracts/contracts/modules/module-171.clar +2 -0
  205. package/smart-contracts/contracts/modules/module-172.clar +2 -0
  206. package/smart-contracts/contracts/modules/module-173.clar +2 -0
  207. package/smart-contracts/contracts/modules/module-174.clar +2 -0
  208. package/smart-contracts/contracts/modules/module-175.clar +2 -0
  209. package/smart-contracts/contracts/modules/module-176.clar +2 -0
  210. package/smart-contracts/contracts/modules/module-178.clar +2 -0
  211. package/smart-contracts/contracts/modules/module-179.clar +2 -0
  212. package/smart-contracts/contracts/modules/module-18.clar +2 -0
  213. package/smart-contracts/contracts/modules/module-180.clar +2 -0
  214. package/smart-contracts/contracts/modules/module-181.clar +2 -0
  215. package/smart-contracts/contracts/modules/module-182.clar +2 -0
  216. package/smart-contracts/contracts/modules/module-183.clar +2 -0
  217. package/smart-contracts/contracts/modules/module-184.clar +2 -0
  218. package/smart-contracts/contracts/modules/module-186.clar +2 -0
  219. package/smart-contracts/contracts/modules/module-188.clar +2 -0
  220. package/smart-contracts/contracts/modules/module-189.clar +2 -0
  221. package/smart-contracts/contracts/modules/module-19.clar +2 -0
  222. package/smart-contracts/contracts/modules/module-190.clar +2 -0
  223. package/smart-contracts/contracts/modules/module-191.clar +2 -0
  224. package/smart-contracts/contracts/modules/module-192.clar +2 -0
  225. package/smart-contracts/contracts/modules/module-193.clar +2 -0
  226. package/smart-contracts/contracts/modules/module-195.clar +2 -0
  227. package/smart-contracts/contracts/modules/module-196.clar +2 -0
  228. package/smart-contracts/contracts/modules/module-197.clar +2 -0
  229. package/smart-contracts/contracts/modules/module-198.clar +2 -0
  230. package/smart-contracts/contracts/modules/module-199.clar +2 -0
  231. package/smart-contracts/contracts/modules/module-2.clar +2 -0
  232. package/smart-contracts/contracts/modules/module-20.clar +2 -0
  233. package/smart-contracts/contracts/modules/module-200.clar +2 -0
  234. package/smart-contracts/contracts/modules/module-201.clar +2 -0
  235. package/smart-contracts/contracts/modules/module-202.clar +2 -0
  236. package/smart-contracts/contracts/modules/module-203.clar +2 -0
  237. package/smart-contracts/contracts/modules/module-204.clar +2 -0
  238. package/smart-contracts/contracts/modules/module-205.clar +2 -0
  239. package/smart-contracts/contracts/modules/module-207.clar +2 -0
  240. package/smart-contracts/contracts/modules/module-209.clar +2 -0
  241. package/smart-contracts/contracts/modules/module-21.clar +2 -0
  242. package/smart-contracts/contracts/modules/module-210.clar +2 -0
  243. package/smart-contracts/contracts/modules/module-212.clar +2 -0
  244. package/smart-contracts/contracts/modules/module-213.clar +2 -0
  245. package/smart-contracts/contracts/modules/module-215.clar +2 -0
  246. package/smart-contracts/contracts/modules/module-216.clar +2 -0
  247. package/smart-contracts/contracts/modules/module-218.clar +2 -0
  248. package/smart-contracts/contracts/modules/module-219.clar +2 -0
  249. package/smart-contracts/contracts/modules/module-22.clar +2 -0
  250. package/smart-contracts/contracts/modules/module-222.clar +2 -0
  251. package/smart-contracts/contracts/modules/module-223.clar +2 -0
  252. package/smart-contracts/contracts/modules/module-224.clar +2 -0
  253. package/smart-contracts/contracts/modules/module-226.clar +2 -0
  254. package/smart-contracts/contracts/modules/module-227.clar +2 -0
  255. package/smart-contracts/contracts/modules/module-228.clar +2 -0
  256. package/smart-contracts/contracts/modules/module-23.clar +2 -0
  257. package/smart-contracts/contracts/modules/module-230.clar +2 -0
  258. package/smart-contracts/contracts/modules/module-231.clar +2 -0
  259. package/smart-contracts/contracts/modules/module-232.clar +2 -0
  260. package/smart-contracts/contracts/modules/module-234.clar +2 -0
  261. package/smart-contracts/contracts/modules/module-235.clar +2 -0
  262. package/smart-contracts/contracts/modules/module-24.clar +2 -0
  263. package/smart-contracts/contracts/modules/module-241.clar +2 -0
  264. package/smart-contracts/contracts/modules/module-243.clar +2 -0
  265. package/smart-contracts/contracts/modules/module-244.clar +2 -0
  266. package/smart-contracts/contracts/modules/module-245.clar +2 -0
  267. package/smart-contracts/contracts/modules/module-246.clar +2 -0
  268. package/smart-contracts/contracts/modules/module-247.clar +2 -0
  269. package/smart-contracts/contracts/modules/module-25.clar +2 -0
  270. package/smart-contracts/contracts/modules/module-251.clar +2 -0
  271. package/smart-contracts/contracts/modules/module-252.clar +2 -0
  272. package/smart-contracts/contracts/modules/module-253.clar +2 -0
  273. package/smart-contracts/contracts/modules/module-254.clar +2 -0
  274. package/smart-contracts/contracts/modules/module-256.clar +2 -0
  275. package/smart-contracts/contracts/modules/module-257.clar +2 -0
  276. package/smart-contracts/contracts/modules/module-258.clar +2 -0
  277. package/smart-contracts/contracts/modules/module-26.clar +2 -0
  278. package/smart-contracts/contracts/modules/module-260.clar +2 -0
  279. package/smart-contracts/contracts/modules/module-262.clar +2 -0
  280. package/smart-contracts/contracts/modules/module-266.clar +2 -0
  281. package/smart-contracts/contracts/modules/module-267.clar +2 -0
  282. package/smart-contracts/contracts/modules/module-269.clar +2 -0
  283. package/smart-contracts/contracts/modules/module-27.clar +2 -0
  284. package/smart-contracts/contracts/modules/module-272.clar +2 -0
  285. package/smart-contracts/contracts/modules/module-275.clar +2 -0
  286. package/smart-contracts/contracts/modules/module-276.clar +2 -0
  287. package/smart-contracts/contracts/modules/module-277.clar +2 -0
  288. package/smart-contracts/contracts/modules/module-279.clar +2 -0
  289. package/smart-contracts/contracts/modules/module-28.clar +2 -0
  290. package/smart-contracts/contracts/modules/module-280.clar +2 -0
  291. package/smart-contracts/contracts/modules/module-282.clar +2 -0
  292. package/smart-contracts/contracts/modules/module-283.clar +2 -0
  293. package/smart-contracts/contracts/modules/module-286.clar +2 -0
  294. package/smart-contracts/contracts/modules/module-29.clar +2 -0
  295. package/smart-contracts/contracts/modules/module-291.clar +2 -0
  296. package/smart-contracts/contracts/modules/module-295.clar +2 -0
  297. package/smart-contracts/contracts/modules/module-296.clar +2 -0
  298. package/smart-contracts/contracts/modules/module-3.clar +2 -0
  299. package/smart-contracts/contracts/modules/module-30.clar +2 -0
  300. package/smart-contracts/contracts/modules/module-31.clar +2 -0
  301. package/smart-contracts/contracts/modules/module-32.clar +2 -0
  302. package/smart-contracts/contracts/modules/module-33.clar +2 -0
  303. package/smart-contracts/contracts/modules/module-34.clar +2 -0
  304. package/smart-contracts/contracts/modules/module-35.clar +2 -0
  305. package/smart-contracts/contracts/modules/module-36.clar +2 -0
  306. package/smart-contracts/contracts/modules/module-37.clar +2 -0
  307. package/smart-contracts/contracts/modules/module-38.clar +2 -0
  308. package/smart-contracts/contracts/modules/module-39.clar +2 -0
  309. package/smart-contracts/contracts/modules/module-4.clar +2 -0
  310. package/smart-contracts/contracts/modules/module-40.clar +2 -0
  311. package/smart-contracts/contracts/modules/module-41.clar +2 -0
  312. package/smart-contracts/contracts/modules/module-42.clar +2 -0
  313. package/smart-contracts/contracts/modules/module-43.clar +2 -0
  314. package/smart-contracts/contracts/modules/module-44.clar +2 -0
  315. package/smart-contracts/contracts/modules/module-45.clar +2 -0
  316. package/smart-contracts/contracts/modules/module-46.clar +2 -0
  317. package/smart-contracts/contracts/modules/module-47.clar +2 -0
  318. package/smart-contracts/contracts/modules/module-48.clar +2 -0
  319. package/smart-contracts/contracts/modules/module-49.clar +2 -0
  320. package/smart-contracts/contracts/modules/module-5.clar +2 -0
  321. package/smart-contracts/contracts/modules/module-50.clar +2 -0
  322. package/smart-contracts/contracts/modules/module-51.clar +2 -0
  323. package/smart-contracts/contracts/modules/module-52.clar +2 -0
  324. package/smart-contracts/contracts/modules/module-53.clar +2 -0
  325. package/smart-contracts/contracts/modules/module-54.clar +2 -0
  326. package/smart-contracts/contracts/modules/module-55.clar +2 -0
  327. package/smart-contracts/contracts/modules/module-56.clar +2 -0
  328. package/smart-contracts/contracts/modules/module-57.clar +2 -0
  329. package/smart-contracts/contracts/modules/module-58.clar +2 -0
  330. package/smart-contracts/contracts/modules/module-59.clar +2 -0
  331. package/smart-contracts/contracts/modules/module-6.clar +2 -0
  332. package/smart-contracts/contracts/modules/module-60.clar +2 -0
  333. package/smart-contracts/contracts/modules/module-61.clar +2 -0
  334. package/smart-contracts/contracts/modules/module-62.clar +2 -0
  335. package/smart-contracts/contracts/modules/module-63.clar +2 -0
  336. package/smart-contracts/contracts/modules/module-64.clar +2 -0
  337. package/smart-contracts/contracts/modules/module-65.clar +2 -0
  338. package/smart-contracts/contracts/modules/module-66.clar +2 -0
  339. package/smart-contracts/contracts/modules/module-67.clar +2 -0
  340. package/smart-contracts/contracts/modules/module-68.clar +2 -0
  341. package/smart-contracts/contracts/modules/module-69.clar +2 -0
  342. package/smart-contracts/contracts/modules/module-7.clar +2 -0
  343. package/smart-contracts/contracts/modules/module-70.clar +2 -0
  344. package/smart-contracts/contracts/modules/module-71.clar +2 -0
  345. package/smart-contracts/contracts/modules/module-72.clar +2 -0
  346. package/smart-contracts/contracts/modules/module-73.clar +2 -0
  347. package/smart-contracts/contracts/modules/module-74.clar +2 -0
  348. package/smart-contracts/contracts/modules/module-75.clar +2 -0
  349. package/smart-contracts/contracts/modules/module-76.clar +2 -0
  350. package/smart-contracts/contracts/modules/module-77.clar +2 -0
  351. package/smart-contracts/contracts/modules/module-78.clar +2 -0
  352. package/smart-contracts/contracts/modules/module-79.clar +2 -0
  353. package/smart-contracts/contracts/modules/module-8.clar +2 -0
  354. package/smart-contracts/contracts/modules/module-80.clar +2 -0
  355. package/smart-contracts/contracts/modules/module-81.clar +2 -0
  356. package/smart-contracts/contracts/modules/module-82.clar +2 -0
  357. package/smart-contracts/contracts/modules/module-83.clar +2 -0
  358. package/smart-contracts/contracts/modules/module-84.clar +2 -0
  359. package/smart-contracts/contracts/modules/module-85.clar +2 -0
  360. package/smart-contracts/contracts/modules/module-86.clar +2 -0
  361. package/smart-contracts/contracts/modules/module-87.clar +2 -0
  362. package/smart-contracts/contracts/modules/module-88.clar +2 -0
  363. package/smart-contracts/contracts/modules/module-89.clar +2 -0
  364. package/smart-contracts/contracts/modules/module-9.clar +2 -0
  365. package/smart-contracts/contracts/modules/module-90.clar +2 -0
  366. package/smart-contracts/contracts/modules/module-91.clar +2 -0
  367. package/smart-contracts/contracts/modules/module-92.clar +2 -0
  368. package/smart-contracts/contracts/modules/module-93.clar +2 -0
  369. package/smart-contracts/contracts/modules/module-94.clar +2 -0
  370. package/smart-contracts/contracts/modules/module-95.clar +2 -0
  371. package/smart-contracts/contracts/modules/module-96.clar +2 -0
  372. package/smart-contracts/contracts/modules/module-97.clar +2 -0
  373. package/smart-contracts/contracts/modules/module-98.clar +2 -0
  374. package/smart-contracts/contracts/modules/module-99.clar +2 -0
  375. package/smart-contracts/contracts/reputation-engine.clar +131 -0
  376. package/smart-contracts/contracts/sip-010-trait.clar +38 -0
  377. package/smart-contracts/contracts/staking-refinery-v3.clar +138 -0
  378. package/smart-contracts/contracts/staking-refinery-v4.clar +125 -0
  379. package/smart-contracts/contracts/staking-refinery-v5.clar +153 -0
  380. package/smart-contracts/contracts/staking-refinery-v6.clar +122 -0
  381. package/smart-contracts/contracts/staking-refinery-v7.clar +144 -0
  382. package/smart-contracts/contracts/staking-refinery.clar +80 -0
  383. package/smart-contracts/contracts/token-one-v3.clar +74 -0
  384. package/smart-contracts/contracts/token-one-v4.clar +51 -0
  385. package/smart-contracts/contracts/token-one-v5.clar +78 -0
  386. package/smart-contracts/contracts/token-one-v6.clar +91 -0
  387. package/smart-contracts/contracts/token-one-v7.clar +79 -0
  388. package/smart-contracts/contracts/token-one.clar +86 -0
  389. package/smart-contracts/contracts/token-poin-trait.clar +35 -0
  390. package/smart-contracts/contracts/token-poin-v3.clar +87 -0
  391. package/smart-contracts/contracts/token-poin-v4.clar +72 -0
  392. package/smart-contracts/contracts/token-poin-v5.clar +68 -0
  393. package/smart-contracts/contracts/token-poin-v6.clar +61 -0
  394. package/smart-contracts/contracts/token-poin-v7.clar +55 -0
  395. package/smart-contracts/contracts/token-poin.clar +85 -0
  396. package/smart-contracts/contracts/utility-gacha.clar +69 -0
  397. package/smart-contracts/deployments/default.mainnet-plan.yaml +18 -0
  398. package/smart-contracts/mission-mini-001.clar +0 -0
  399. package/smart-contracts/mission-mini-002.clar +0 -0
  400. package/smart-contracts/mission-mini-003.clar +0 -0
  401. package/smart-contracts/mission-mini-004.clar +0 -0
  402. package/smart-contracts/mission-mini-005.clar +0 -0
  403. package/smart-contracts/package-lock.json +2990 -0
  404. package/smart-contracts/package.json +24 -0
  405. package/smart-contracts/scripts/interact-modules.ts +1 -0
  406. package/smart-contracts/settings/Devnet.toml +155 -0
  407. package/smart-contracts/tests/genesis-badges.test.ts +21 -0
  408. package/smart-contracts/tests/genesis-core.test.ts +21 -0
  409. package/smart-contracts/tests/genesis-missions.test.ts +21 -0
  410. package/smart-contracts/tests/interact-reputation.ts +8 -0
  411. package/smart-contracts/tests/reputation-engine.test.ts +41 -0
  412. package/smart-contracts/tests/reputation.test.ts +15 -0
  413. package/smart-contracts/tests/token-one.test.ts +102 -0
  414. package/smart-contracts/tsconfig.json +26 -0
  415. package/smart-contracts/vitest.config.js +42 -0
  416. package/src/App.css +42 -0
  417. package/src/App.jsx +357 -0
  418. package/src/assets/react.svg +1 -0
  419. package/src/components/Layout.jsx +114 -0
  420. package/src/helper.js +153 -0
  421. package/src/index.css +21 -0
  422. package/src/main.jsx +160 -0
  423. package/src/pages/Gaming.jsx +177 -0
  424. package/src/pages/Home.jsx +153 -0
  425. package/src/pages/LeaderboardCard.tsx +93 -0
  426. package/src/pages/Profile.jsx +299 -0
  427. package/src/pages/Tasks.jsx +128 -0
  428. package/src/pages/Vault.jsx +524 -0
  429. package/src/polyfills.js +126 -0
  430. package/src/supabaseClient.js +141 -0
  431. package/src/utils.js +166 -0
  432. package/tailwind.config.js +42 -0
  433. package/temp-log.txt +4 -0
  434. package/vercel.json +8 -0
  435. package/vite.config.js +34 -0
@@ -0,0 +1,2990 @@
1
+ {
2
+ "name": "smart-contracts-tests",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "smart-contracts-tests",
9
+ "version": "1.0.0",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "@hirosystems/clarinet-sdk": "^2.3.2",
13
+ "@stacks/transactions": "^6.12.0",
14
+ "chokidar-cli": "^3.0.0",
15
+ "typescript": "^5.3.3",
16
+ "vite": "^5.1.4",
17
+ "vitest": "^1.3.1",
18
+ "vitest-environment-clarinet": "^2.0.0"
19
+ }
20
+ },
21
+ "node_modules/@esbuild/aix-ppc64": {
22
+ "version": "0.21.5",
23
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
24
+ "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
25
+ "cpu": [
26
+ "ppc64"
27
+ ],
28
+ "license": "MIT",
29
+ "optional": true,
30
+ "os": [
31
+ "aix"
32
+ ],
33
+ "engines": {
34
+ "node": ">=12"
35
+ }
36
+ },
37
+ "node_modules/@esbuild/android-arm": {
38
+ "version": "0.21.5",
39
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
40
+ "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
41
+ "cpu": [
42
+ "arm"
43
+ ],
44
+ "license": "MIT",
45
+ "optional": true,
46
+ "os": [
47
+ "android"
48
+ ],
49
+ "engines": {
50
+ "node": ">=12"
51
+ }
52
+ },
53
+ "node_modules/@esbuild/android-arm64": {
54
+ "version": "0.21.5",
55
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
56
+ "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
57
+ "cpu": [
58
+ "arm64"
59
+ ],
60
+ "license": "MIT",
61
+ "optional": true,
62
+ "os": [
63
+ "android"
64
+ ],
65
+ "engines": {
66
+ "node": ">=12"
67
+ }
68
+ },
69
+ "node_modules/@esbuild/android-x64": {
70
+ "version": "0.21.5",
71
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
72
+ "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
73
+ "cpu": [
74
+ "x64"
75
+ ],
76
+ "license": "MIT",
77
+ "optional": true,
78
+ "os": [
79
+ "android"
80
+ ],
81
+ "engines": {
82
+ "node": ">=12"
83
+ }
84
+ },
85
+ "node_modules/@esbuild/darwin-arm64": {
86
+ "version": "0.21.5",
87
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
88
+ "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
89
+ "cpu": [
90
+ "arm64"
91
+ ],
92
+ "license": "MIT",
93
+ "optional": true,
94
+ "os": [
95
+ "darwin"
96
+ ],
97
+ "engines": {
98
+ "node": ">=12"
99
+ }
100
+ },
101
+ "node_modules/@esbuild/darwin-x64": {
102
+ "version": "0.21.5",
103
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
104
+ "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
105
+ "cpu": [
106
+ "x64"
107
+ ],
108
+ "license": "MIT",
109
+ "optional": true,
110
+ "os": [
111
+ "darwin"
112
+ ],
113
+ "engines": {
114
+ "node": ">=12"
115
+ }
116
+ },
117
+ "node_modules/@esbuild/freebsd-arm64": {
118
+ "version": "0.21.5",
119
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
120
+ "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
121
+ "cpu": [
122
+ "arm64"
123
+ ],
124
+ "license": "MIT",
125
+ "optional": true,
126
+ "os": [
127
+ "freebsd"
128
+ ],
129
+ "engines": {
130
+ "node": ">=12"
131
+ }
132
+ },
133
+ "node_modules/@esbuild/freebsd-x64": {
134
+ "version": "0.21.5",
135
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
136
+ "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
137
+ "cpu": [
138
+ "x64"
139
+ ],
140
+ "license": "MIT",
141
+ "optional": true,
142
+ "os": [
143
+ "freebsd"
144
+ ],
145
+ "engines": {
146
+ "node": ">=12"
147
+ }
148
+ },
149
+ "node_modules/@esbuild/linux-arm": {
150
+ "version": "0.21.5",
151
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
152
+ "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
153
+ "cpu": [
154
+ "arm"
155
+ ],
156
+ "license": "MIT",
157
+ "optional": true,
158
+ "os": [
159
+ "linux"
160
+ ],
161
+ "engines": {
162
+ "node": ">=12"
163
+ }
164
+ },
165
+ "node_modules/@esbuild/linux-arm64": {
166
+ "version": "0.21.5",
167
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
168
+ "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
169
+ "cpu": [
170
+ "arm64"
171
+ ],
172
+ "license": "MIT",
173
+ "optional": true,
174
+ "os": [
175
+ "linux"
176
+ ],
177
+ "engines": {
178
+ "node": ">=12"
179
+ }
180
+ },
181
+ "node_modules/@esbuild/linux-ia32": {
182
+ "version": "0.21.5",
183
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
184
+ "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
185
+ "cpu": [
186
+ "ia32"
187
+ ],
188
+ "license": "MIT",
189
+ "optional": true,
190
+ "os": [
191
+ "linux"
192
+ ],
193
+ "engines": {
194
+ "node": ">=12"
195
+ }
196
+ },
197
+ "node_modules/@esbuild/linux-loong64": {
198
+ "version": "0.21.5",
199
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
200
+ "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
201
+ "cpu": [
202
+ "loong64"
203
+ ],
204
+ "license": "MIT",
205
+ "optional": true,
206
+ "os": [
207
+ "linux"
208
+ ],
209
+ "engines": {
210
+ "node": ">=12"
211
+ }
212
+ },
213
+ "node_modules/@esbuild/linux-mips64el": {
214
+ "version": "0.21.5",
215
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
216
+ "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
217
+ "cpu": [
218
+ "mips64el"
219
+ ],
220
+ "license": "MIT",
221
+ "optional": true,
222
+ "os": [
223
+ "linux"
224
+ ],
225
+ "engines": {
226
+ "node": ">=12"
227
+ }
228
+ },
229
+ "node_modules/@esbuild/linux-ppc64": {
230
+ "version": "0.21.5",
231
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
232
+ "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
233
+ "cpu": [
234
+ "ppc64"
235
+ ],
236
+ "license": "MIT",
237
+ "optional": true,
238
+ "os": [
239
+ "linux"
240
+ ],
241
+ "engines": {
242
+ "node": ">=12"
243
+ }
244
+ },
245
+ "node_modules/@esbuild/linux-riscv64": {
246
+ "version": "0.21.5",
247
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
248
+ "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
249
+ "cpu": [
250
+ "riscv64"
251
+ ],
252
+ "license": "MIT",
253
+ "optional": true,
254
+ "os": [
255
+ "linux"
256
+ ],
257
+ "engines": {
258
+ "node": ">=12"
259
+ }
260
+ },
261
+ "node_modules/@esbuild/linux-s390x": {
262
+ "version": "0.21.5",
263
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
264
+ "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
265
+ "cpu": [
266
+ "s390x"
267
+ ],
268
+ "license": "MIT",
269
+ "optional": true,
270
+ "os": [
271
+ "linux"
272
+ ],
273
+ "engines": {
274
+ "node": ">=12"
275
+ }
276
+ },
277
+ "node_modules/@esbuild/linux-x64": {
278
+ "version": "0.21.5",
279
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
280
+ "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
281
+ "cpu": [
282
+ "x64"
283
+ ],
284
+ "license": "MIT",
285
+ "optional": true,
286
+ "os": [
287
+ "linux"
288
+ ],
289
+ "engines": {
290
+ "node": ">=12"
291
+ }
292
+ },
293
+ "node_modules/@esbuild/netbsd-x64": {
294
+ "version": "0.21.5",
295
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
296
+ "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
297
+ "cpu": [
298
+ "x64"
299
+ ],
300
+ "license": "MIT",
301
+ "optional": true,
302
+ "os": [
303
+ "netbsd"
304
+ ],
305
+ "engines": {
306
+ "node": ">=12"
307
+ }
308
+ },
309
+ "node_modules/@esbuild/openbsd-x64": {
310
+ "version": "0.21.5",
311
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
312
+ "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
313
+ "cpu": [
314
+ "x64"
315
+ ],
316
+ "license": "MIT",
317
+ "optional": true,
318
+ "os": [
319
+ "openbsd"
320
+ ],
321
+ "engines": {
322
+ "node": ">=12"
323
+ }
324
+ },
325
+ "node_modules/@esbuild/sunos-x64": {
326
+ "version": "0.21.5",
327
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
328
+ "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
329
+ "cpu": [
330
+ "x64"
331
+ ],
332
+ "license": "MIT",
333
+ "optional": true,
334
+ "os": [
335
+ "sunos"
336
+ ],
337
+ "engines": {
338
+ "node": ">=12"
339
+ }
340
+ },
341
+ "node_modules/@esbuild/win32-arm64": {
342
+ "version": "0.21.5",
343
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
344
+ "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
345
+ "cpu": [
346
+ "arm64"
347
+ ],
348
+ "license": "MIT",
349
+ "optional": true,
350
+ "os": [
351
+ "win32"
352
+ ],
353
+ "engines": {
354
+ "node": ">=12"
355
+ }
356
+ },
357
+ "node_modules/@esbuild/win32-ia32": {
358
+ "version": "0.21.5",
359
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
360
+ "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
361
+ "cpu": [
362
+ "ia32"
363
+ ],
364
+ "license": "MIT",
365
+ "optional": true,
366
+ "os": [
367
+ "win32"
368
+ ],
369
+ "engines": {
370
+ "node": ">=12"
371
+ }
372
+ },
373
+ "node_modules/@esbuild/win32-x64": {
374
+ "version": "0.21.5",
375
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
376
+ "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
377
+ "cpu": [
378
+ "x64"
379
+ ],
380
+ "license": "MIT",
381
+ "optional": true,
382
+ "os": [
383
+ "win32"
384
+ ],
385
+ "engines": {
386
+ "node": ">=12"
387
+ }
388
+ },
389
+ "node_modules/@hirosystems/clarinet-sdk": {
390
+ "version": "2.16.0",
391
+ "resolved": "https://registry.npmjs.org/@hirosystems/clarinet-sdk/-/clarinet-sdk-2.16.0.tgz",
392
+ "integrity": "sha512-/JfNSU+u6Lr+Ca0h7KCka+Rs+1K8rs4ln8wfRyYUwsu8gEPWOVCqivVjXpbkAjPLbGxVilpVeTSKvadrClGg8A==",
393
+ "deprecated": "The Clarinet SDK has been moved to @stacks/clarinet-sdk",
394
+ "license": "GPL-3.0",
395
+ "dependencies": {
396
+ "@hirosystems/clarinet-sdk-wasm": "2.16.0",
397
+ "@stacks/transactions": "^6.13.0",
398
+ "kolorist": "^1.8.0",
399
+ "prompts": "^2.4.2",
400
+ "vitest": "^3.0.5",
401
+ "yargs": "^17.7.2"
402
+ },
403
+ "bin": {
404
+ "clarinet-sdk": "dist/cjs/node/src/bin/index.js"
405
+ },
406
+ "engines": {
407
+ "node": ">=18.0.0"
408
+ }
409
+ },
410
+ "node_modules/@hirosystems/clarinet-sdk-wasm": {
411
+ "version": "2.16.0",
412
+ "resolved": "https://registry.npmjs.org/@hirosystems/clarinet-sdk-wasm/-/clarinet-sdk-wasm-2.16.0.tgz",
413
+ "integrity": "sha512-d3CiXMOgLhgyvfbiL4nn0pTEyH0T0qYF9qlTegOw7avXmwwSQ1ZvnQxOQhPg7FyMfim2mnMtmyxmc7/I3v3S1g==",
414
+ "deprecated": "The Clarinet SDK has been moved to @stacks/clarinet-sdk-wasm",
415
+ "license": "GPL-3.0"
416
+ },
417
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/@vitest/expect": {
418
+ "version": "3.2.4",
419
+ "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.4.tgz",
420
+ "integrity": "sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==",
421
+ "license": "MIT",
422
+ "dependencies": {
423
+ "@types/chai": "^5.2.2",
424
+ "@vitest/spy": "3.2.4",
425
+ "@vitest/utils": "3.2.4",
426
+ "chai": "^5.2.0",
427
+ "tinyrainbow": "^2.0.0"
428
+ },
429
+ "funding": {
430
+ "url": "https://opencollective.com/vitest"
431
+ }
432
+ },
433
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/@vitest/runner": {
434
+ "version": "3.2.4",
435
+ "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.2.4.tgz",
436
+ "integrity": "sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==",
437
+ "license": "MIT",
438
+ "dependencies": {
439
+ "@vitest/utils": "3.2.4",
440
+ "pathe": "^2.0.3",
441
+ "strip-literal": "^3.0.0"
442
+ },
443
+ "funding": {
444
+ "url": "https://opencollective.com/vitest"
445
+ }
446
+ },
447
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/@vitest/snapshot": {
448
+ "version": "3.2.4",
449
+ "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.2.4.tgz",
450
+ "integrity": "sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==",
451
+ "license": "MIT",
452
+ "dependencies": {
453
+ "@vitest/pretty-format": "3.2.4",
454
+ "magic-string": "^0.30.17",
455
+ "pathe": "^2.0.3"
456
+ },
457
+ "funding": {
458
+ "url": "https://opencollective.com/vitest"
459
+ }
460
+ },
461
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/@vitest/spy": {
462
+ "version": "3.2.4",
463
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.4.tgz",
464
+ "integrity": "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==",
465
+ "license": "MIT",
466
+ "dependencies": {
467
+ "tinyspy": "^4.0.3"
468
+ },
469
+ "funding": {
470
+ "url": "https://opencollective.com/vitest"
471
+ }
472
+ },
473
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/@vitest/utils": {
474
+ "version": "3.2.4",
475
+ "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.4.tgz",
476
+ "integrity": "sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==",
477
+ "license": "MIT",
478
+ "dependencies": {
479
+ "@vitest/pretty-format": "3.2.4",
480
+ "loupe": "^3.1.4",
481
+ "tinyrainbow": "^2.0.0"
482
+ },
483
+ "funding": {
484
+ "url": "https://opencollective.com/vitest"
485
+ }
486
+ },
487
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/assertion-error": {
488
+ "version": "2.0.1",
489
+ "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
490
+ "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
491
+ "license": "MIT",
492
+ "engines": {
493
+ "node": ">=12"
494
+ }
495
+ },
496
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/chai": {
497
+ "version": "5.3.3",
498
+ "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz",
499
+ "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==",
500
+ "license": "MIT",
501
+ "dependencies": {
502
+ "assertion-error": "^2.0.1",
503
+ "check-error": "^2.1.1",
504
+ "deep-eql": "^5.0.1",
505
+ "loupe": "^3.1.0",
506
+ "pathval": "^2.0.0"
507
+ },
508
+ "engines": {
509
+ "node": ">=18"
510
+ }
511
+ },
512
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/check-error": {
513
+ "version": "2.1.3",
514
+ "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz",
515
+ "integrity": "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==",
516
+ "license": "MIT",
517
+ "engines": {
518
+ "node": ">= 16"
519
+ }
520
+ },
521
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/deep-eql": {
522
+ "version": "5.0.2",
523
+ "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
524
+ "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
525
+ "license": "MIT",
526
+ "engines": {
527
+ "node": ">=6"
528
+ }
529
+ },
530
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/loupe": {
531
+ "version": "3.2.1",
532
+ "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz",
533
+ "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==",
534
+ "license": "MIT"
535
+ },
536
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/pathe": {
537
+ "version": "2.0.3",
538
+ "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
539
+ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
540
+ "license": "MIT"
541
+ },
542
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/pathval": {
543
+ "version": "2.0.1",
544
+ "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz",
545
+ "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==",
546
+ "license": "MIT",
547
+ "engines": {
548
+ "node": ">= 14.16"
549
+ }
550
+ },
551
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/picomatch": {
552
+ "version": "4.0.3",
553
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
554
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
555
+ "license": "MIT",
556
+ "engines": {
557
+ "node": ">=12"
558
+ },
559
+ "funding": {
560
+ "url": "https://github.com/sponsors/jonschlinkert"
561
+ }
562
+ },
563
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/strip-literal": {
564
+ "version": "3.1.0",
565
+ "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
566
+ "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
567
+ "license": "MIT",
568
+ "dependencies": {
569
+ "js-tokens": "^9.0.1"
570
+ },
571
+ "funding": {
572
+ "url": "https://github.com/sponsors/antfu"
573
+ }
574
+ },
575
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/tinypool": {
576
+ "version": "1.1.1",
577
+ "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz",
578
+ "integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==",
579
+ "license": "MIT",
580
+ "engines": {
581
+ "node": "^18.0.0 || >=20.0.0"
582
+ }
583
+ },
584
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/tinyspy": {
585
+ "version": "4.0.4",
586
+ "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.4.tgz",
587
+ "integrity": "sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==",
588
+ "license": "MIT",
589
+ "engines": {
590
+ "node": ">=14.0.0"
591
+ }
592
+ },
593
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/vite-node": {
594
+ "version": "3.2.4",
595
+ "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz",
596
+ "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==",
597
+ "license": "MIT",
598
+ "dependencies": {
599
+ "cac": "^6.7.14",
600
+ "debug": "^4.4.1",
601
+ "es-module-lexer": "^1.7.0",
602
+ "pathe": "^2.0.3",
603
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
604
+ },
605
+ "bin": {
606
+ "vite-node": "vite-node.mjs"
607
+ },
608
+ "engines": {
609
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
610
+ },
611
+ "funding": {
612
+ "url": "https://opencollective.com/vitest"
613
+ }
614
+ },
615
+ "node_modules/@hirosystems/clarinet-sdk/node_modules/vitest": {
616
+ "version": "3.2.4",
617
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.2.4.tgz",
618
+ "integrity": "sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==",
619
+ "license": "MIT",
620
+ "dependencies": {
621
+ "@types/chai": "^5.2.2",
622
+ "@vitest/expect": "3.2.4",
623
+ "@vitest/mocker": "3.2.4",
624
+ "@vitest/pretty-format": "^3.2.4",
625
+ "@vitest/runner": "3.2.4",
626
+ "@vitest/snapshot": "3.2.4",
627
+ "@vitest/spy": "3.2.4",
628
+ "@vitest/utils": "3.2.4",
629
+ "chai": "^5.2.0",
630
+ "debug": "^4.4.1",
631
+ "expect-type": "^1.2.1",
632
+ "magic-string": "^0.30.17",
633
+ "pathe": "^2.0.3",
634
+ "picomatch": "^4.0.2",
635
+ "std-env": "^3.9.0",
636
+ "tinybench": "^2.9.0",
637
+ "tinyexec": "^0.3.2",
638
+ "tinyglobby": "^0.2.14",
639
+ "tinypool": "^1.1.1",
640
+ "tinyrainbow": "^2.0.0",
641
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0",
642
+ "vite-node": "3.2.4",
643
+ "why-is-node-running": "^2.3.0"
644
+ },
645
+ "bin": {
646
+ "vitest": "vitest.mjs"
647
+ },
648
+ "engines": {
649
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
650
+ },
651
+ "funding": {
652
+ "url": "https://opencollective.com/vitest"
653
+ },
654
+ "peerDependencies": {
655
+ "@edge-runtime/vm": "*",
656
+ "@types/debug": "^4.1.12",
657
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
658
+ "@vitest/browser": "3.2.4",
659
+ "@vitest/ui": "3.2.4",
660
+ "happy-dom": "*",
661
+ "jsdom": "*"
662
+ },
663
+ "peerDependenciesMeta": {
664
+ "@edge-runtime/vm": {
665
+ "optional": true
666
+ },
667
+ "@types/debug": {
668
+ "optional": true
669
+ },
670
+ "@types/node": {
671
+ "optional": true
672
+ },
673
+ "@vitest/browser": {
674
+ "optional": true
675
+ },
676
+ "@vitest/ui": {
677
+ "optional": true
678
+ },
679
+ "happy-dom": {
680
+ "optional": true
681
+ },
682
+ "jsdom": {
683
+ "optional": true
684
+ }
685
+ }
686
+ },
687
+ "node_modules/@jest/schemas": {
688
+ "version": "29.6.3",
689
+ "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
690
+ "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
691
+ "license": "MIT",
692
+ "dependencies": {
693
+ "@sinclair/typebox": "^0.27.8"
694
+ },
695
+ "engines": {
696
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
697
+ }
698
+ },
699
+ "node_modules/@jridgewell/sourcemap-codec": {
700
+ "version": "1.5.5",
701
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
702
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
703
+ "license": "MIT"
704
+ },
705
+ "node_modules/@noble/hashes": {
706
+ "version": "1.1.5",
707
+ "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.5.tgz",
708
+ "integrity": "sha512-LTMZiiLc+V4v1Yi16TD6aX2gmtKszNye0pQgbaLqkvhIqP7nVsSaJsWloGQjJfJ8offaoP5GtX3yY5swbcJxxQ==",
709
+ "funding": [
710
+ {
711
+ "type": "individual",
712
+ "url": "https://paulmillr.com/funding/"
713
+ }
714
+ ],
715
+ "license": "MIT"
716
+ },
717
+ "node_modules/@noble/secp256k1": {
718
+ "version": "1.7.1",
719
+ "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.1.tgz",
720
+ "integrity": "sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==",
721
+ "funding": [
722
+ {
723
+ "type": "individual",
724
+ "url": "https://paulmillr.com/funding/"
725
+ }
726
+ ],
727
+ "license": "MIT"
728
+ },
729
+ "node_modules/@rollup/rollup-android-arm-eabi": {
730
+ "version": "4.59.0",
731
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
732
+ "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
733
+ "cpu": [
734
+ "arm"
735
+ ],
736
+ "license": "MIT",
737
+ "optional": true,
738
+ "os": [
739
+ "android"
740
+ ]
741
+ },
742
+ "node_modules/@rollup/rollup-android-arm64": {
743
+ "version": "4.59.0",
744
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
745
+ "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
746
+ "cpu": [
747
+ "arm64"
748
+ ],
749
+ "license": "MIT",
750
+ "optional": true,
751
+ "os": [
752
+ "android"
753
+ ]
754
+ },
755
+ "node_modules/@rollup/rollup-darwin-arm64": {
756
+ "version": "4.59.0",
757
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
758
+ "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
759
+ "cpu": [
760
+ "arm64"
761
+ ],
762
+ "license": "MIT",
763
+ "optional": true,
764
+ "os": [
765
+ "darwin"
766
+ ]
767
+ },
768
+ "node_modules/@rollup/rollup-darwin-x64": {
769
+ "version": "4.59.0",
770
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
771
+ "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
772
+ "cpu": [
773
+ "x64"
774
+ ],
775
+ "license": "MIT",
776
+ "optional": true,
777
+ "os": [
778
+ "darwin"
779
+ ]
780
+ },
781
+ "node_modules/@rollup/rollup-freebsd-arm64": {
782
+ "version": "4.59.0",
783
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
784
+ "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
785
+ "cpu": [
786
+ "arm64"
787
+ ],
788
+ "license": "MIT",
789
+ "optional": true,
790
+ "os": [
791
+ "freebsd"
792
+ ]
793
+ },
794
+ "node_modules/@rollup/rollup-freebsd-x64": {
795
+ "version": "4.59.0",
796
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
797
+ "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
798
+ "cpu": [
799
+ "x64"
800
+ ],
801
+ "license": "MIT",
802
+ "optional": true,
803
+ "os": [
804
+ "freebsd"
805
+ ]
806
+ },
807
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
808
+ "version": "4.59.0",
809
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
810
+ "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
811
+ "cpu": [
812
+ "arm"
813
+ ],
814
+ "license": "MIT",
815
+ "optional": true,
816
+ "os": [
817
+ "linux"
818
+ ]
819
+ },
820
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
821
+ "version": "4.59.0",
822
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
823
+ "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
824
+ "cpu": [
825
+ "arm"
826
+ ],
827
+ "license": "MIT",
828
+ "optional": true,
829
+ "os": [
830
+ "linux"
831
+ ]
832
+ },
833
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
834
+ "version": "4.59.0",
835
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
836
+ "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
837
+ "cpu": [
838
+ "arm64"
839
+ ],
840
+ "license": "MIT",
841
+ "optional": true,
842
+ "os": [
843
+ "linux"
844
+ ]
845
+ },
846
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
847
+ "version": "4.59.0",
848
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
849
+ "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
850
+ "cpu": [
851
+ "arm64"
852
+ ],
853
+ "license": "MIT",
854
+ "optional": true,
855
+ "os": [
856
+ "linux"
857
+ ]
858
+ },
859
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
860
+ "version": "4.59.0",
861
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
862
+ "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
863
+ "cpu": [
864
+ "loong64"
865
+ ],
866
+ "license": "MIT",
867
+ "optional": true,
868
+ "os": [
869
+ "linux"
870
+ ]
871
+ },
872
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
873
+ "version": "4.59.0",
874
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
875
+ "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
876
+ "cpu": [
877
+ "loong64"
878
+ ],
879
+ "license": "MIT",
880
+ "optional": true,
881
+ "os": [
882
+ "linux"
883
+ ]
884
+ },
885
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
886
+ "version": "4.59.0",
887
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
888
+ "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
889
+ "cpu": [
890
+ "ppc64"
891
+ ],
892
+ "license": "MIT",
893
+ "optional": true,
894
+ "os": [
895
+ "linux"
896
+ ]
897
+ },
898
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
899
+ "version": "4.59.0",
900
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
901
+ "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
902
+ "cpu": [
903
+ "ppc64"
904
+ ],
905
+ "license": "MIT",
906
+ "optional": true,
907
+ "os": [
908
+ "linux"
909
+ ]
910
+ },
911
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
912
+ "version": "4.59.0",
913
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
914
+ "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
915
+ "cpu": [
916
+ "riscv64"
917
+ ],
918
+ "license": "MIT",
919
+ "optional": true,
920
+ "os": [
921
+ "linux"
922
+ ]
923
+ },
924
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
925
+ "version": "4.59.0",
926
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
927
+ "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
928
+ "cpu": [
929
+ "riscv64"
930
+ ],
931
+ "license": "MIT",
932
+ "optional": true,
933
+ "os": [
934
+ "linux"
935
+ ]
936
+ },
937
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
938
+ "version": "4.59.0",
939
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
940
+ "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
941
+ "cpu": [
942
+ "s390x"
943
+ ],
944
+ "license": "MIT",
945
+ "optional": true,
946
+ "os": [
947
+ "linux"
948
+ ]
949
+ },
950
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
951
+ "version": "4.59.0",
952
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
953
+ "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
954
+ "cpu": [
955
+ "x64"
956
+ ],
957
+ "license": "MIT",
958
+ "optional": true,
959
+ "os": [
960
+ "linux"
961
+ ]
962
+ },
963
+ "node_modules/@rollup/rollup-linux-x64-musl": {
964
+ "version": "4.59.0",
965
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
966
+ "integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
967
+ "cpu": [
968
+ "x64"
969
+ ],
970
+ "license": "MIT",
971
+ "optional": true,
972
+ "os": [
973
+ "linux"
974
+ ]
975
+ },
976
+ "node_modules/@rollup/rollup-openbsd-x64": {
977
+ "version": "4.59.0",
978
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
979
+ "integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
980
+ "cpu": [
981
+ "x64"
982
+ ],
983
+ "license": "MIT",
984
+ "optional": true,
985
+ "os": [
986
+ "openbsd"
987
+ ]
988
+ },
989
+ "node_modules/@rollup/rollup-openharmony-arm64": {
990
+ "version": "4.59.0",
991
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
992
+ "integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
993
+ "cpu": [
994
+ "arm64"
995
+ ],
996
+ "license": "MIT",
997
+ "optional": true,
998
+ "os": [
999
+ "openharmony"
1000
+ ]
1001
+ },
1002
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1003
+ "version": "4.59.0",
1004
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
1005
+ "integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
1006
+ "cpu": [
1007
+ "arm64"
1008
+ ],
1009
+ "license": "MIT",
1010
+ "optional": true,
1011
+ "os": [
1012
+ "win32"
1013
+ ]
1014
+ },
1015
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1016
+ "version": "4.59.0",
1017
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
1018
+ "integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
1019
+ "cpu": [
1020
+ "ia32"
1021
+ ],
1022
+ "license": "MIT",
1023
+ "optional": true,
1024
+ "os": [
1025
+ "win32"
1026
+ ]
1027
+ },
1028
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1029
+ "version": "4.59.0",
1030
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
1031
+ "integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
1032
+ "cpu": [
1033
+ "x64"
1034
+ ],
1035
+ "license": "MIT",
1036
+ "optional": true,
1037
+ "os": [
1038
+ "win32"
1039
+ ]
1040
+ },
1041
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1042
+ "version": "4.59.0",
1043
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
1044
+ "integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
1045
+ "cpu": [
1046
+ "x64"
1047
+ ],
1048
+ "license": "MIT",
1049
+ "optional": true,
1050
+ "os": [
1051
+ "win32"
1052
+ ]
1053
+ },
1054
+ "node_modules/@sinclair/typebox": {
1055
+ "version": "0.27.10",
1056
+ "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.10.tgz",
1057
+ "integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
1058
+ "license": "MIT"
1059
+ },
1060
+ "node_modules/@stacks/common": {
1061
+ "version": "6.16.0",
1062
+ "resolved": "https://registry.npmjs.org/@stacks/common/-/common-6.16.0.tgz",
1063
+ "integrity": "sha512-PnzvhrdGRMVZvxTulitlYafSK4l02gPCBBoI9QEoTqgSnv62oaOXhYAUUkTMFKxdHW1seVEwZsrahuXiZPIAwg==",
1064
+ "license": "MIT",
1065
+ "dependencies": {
1066
+ "@types/bn.js": "^5.1.0",
1067
+ "@types/node": "^18.0.4"
1068
+ }
1069
+ },
1070
+ "node_modules/@stacks/network": {
1071
+ "version": "6.17.0",
1072
+ "resolved": "https://registry.npmjs.org/@stacks/network/-/network-6.17.0.tgz",
1073
+ "integrity": "sha512-numHbfKjwco/rbkGPOEz8+FcJ2nBnS/tdJ8R422Q70h3SiA9eqk9RjSzB8p4JP8yW1SZvW+eihADHfMpBuZyfw==",
1074
+ "license": "MIT",
1075
+ "dependencies": {
1076
+ "@stacks/common": "^6.16.0",
1077
+ "cross-fetch": "^3.1.5"
1078
+ }
1079
+ },
1080
+ "node_modules/@stacks/transactions": {
1081
+ "version": "6.17.0",
1082
+ "resolved": "https://registry.npmjs.org/@stacks/transactions/-/transactions-6.17.0.tgz",
1083
+ "integrity": "sha512-FUah2BRgV66ApLcEXGNGhwyFTRXqX5Zco3LpiM3essw8PF0NQlHwwdPgtDko5RfrJl3LhGXXe/30nwsfNnB3+g==",
1084
+ "license": "MIT",
1085
+ "dependencies": {
1086
+ "@noble/hashes": "1.1.5",
1087
+ "@noble/secp256k1": "1.7.1",
1088
+ "@stacks/common": "^6.16.0",
1089
+ "@stacks/network": "^6.17.0",
1090
+ "c32check": "^2.0.0",
1091
+ "lodash.clonedeep": "^4.5.0"
1092
+ }
1093
+ },
1094
+ "node_modules/@types/bn.js": {
1095
+ "version": "5.2.0",
1096
+ "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.2.0.tgz",
1097
+ "integrity": "sha512-DLbJ1BPqxvQhIGbeu8VbUC1DiAiahHtAYvA0ZEAa4P31F7IaArc8z3C3BRQdWX4mtLQuABG4yzp76ZrS02Ui1Q==",
1098
+ "license": "MIT",
1099
+ "dependencies": {
1100
+ "@types/node": "*"
1101
+ }
1102
+ },
1103
+ "node_modules/@types/chai": {
1104
+ "version": "5.2.3",
1105
+ "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
1106
+ "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
1107
+ "license": "MIT",
1108
+ "dependencies": {
1109
+ "@types/deep-eql": "*",
1110
+ "assertion-error": "^2.0.1"
1111
+ }
1112
+ },
1113
+ "node_modules/@types/chai/node_modules/assertion-error": {
1114
+ "version": "2.0.1",
1115
+ "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
1116
+ "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
1117
+ "license": "MIT",
1118
+ "engines": {
1119
+ "node": ">=12"
1120
+ }
1121
+ },
1122
+ "node_modules/@types/deep-eql": {
1123
+ "version": "4.0.2",
1124
+ "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
1125
+ "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
1126
+ "license": "MIT"
1127
+ },
1128
+ "node_modules/@types/estree": {
1129
+ "version": "1.0.8",
1130
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1131
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1132
+ "license": "MIT"
1133
+ },
1134
+ "node_modules/@types/node": {
1135
+ "version": "18.19.130",
1136
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
1137
+ "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
1138
+ "license": "MIT",
1139
+ "dependencies": {
1140
+ "undici-types": "~5.26.4"
1141
+ }
1142
+ },
1143
+ "node_modules/@vitest/expect": {
1144
+ "version": "1.6.1",
1145
+ "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.6.1.tgz",
1146
+ "integrity": "sha512-jXL+9+ZNIJKruofqXuuTClf44eSpcHlgj3CiuNihUF3Ioujtmc0zIa3UJOW5RjDK1YLBJZnWBlPuqhYycLioog==",
1147
+ "license": "MIT",
1148
+ "dependencies": {
1149
+ "@vitest/spy": "1.6.1",
1150
+ "@vitest/utils": "1.6.1",
1151
+ "chai": "^4.3.10"
1152
+ },
1153
+ "funding": {
1154
+ "url": "https://opencollective.com/vitest"
1155
+ }
1156
+ },
1157
+ "node_modules/@vitest/mocker": {
1158
+ "version": "3.2.4",
1159
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.4.tgz",
1160
+ "integrity": "sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==",
1161
+ "license": "MIT",
1162
+ "dependencies": {
1163
+ "@vitest/spy": "3.2.4",
1164
+ "estree-walker": "^3.0.3",
1165
+ "magic-string": "^0.30.17"
1166
+ },
1167
+ "funding": {
1168
+ "url": "https://opencollective.com/vitest"
1169
+ },
1170
+ "peerDependencies": {
1171
+ "msw": "^2.4.9",
1172
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
1173
+ },
1174
+ "peerDependenciesMeta": {
1175
+ "msw": {
1176
+ "optional": true
1177
+ },
1178
+ "vite": {
1179
+ "optional": true
1180
+ }
1181
+ }
1182
+ },
1183
+ "node_modules/@vitest/mocker/node_modules/@vitest/spy": {
1184
+ "version": "3.2.4",
1185
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.4.tgz",
1186
+ "integrity": "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==",
1187
+ "license": "MIT",
1188
+ "dependencies": {
1189
+ "tinyspy": "^4.0.3"
1190
+ },
1191
+ "funding": {
1192
+ "url": "https://opencollective.com/vitest"
1193
+ }
1194
+ },
1195
+ "node_modules/@vitest/mocker/node_modules/tinyspy": {
1196
+ "version": "4.0.4",
1197
+ "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.4.tgz",
1198
+ "integrity": "sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==",
1199
+ "license": "MIT",
1200
+ "engines": {
1201
+ "node": ">=14.0.0"
1202
+ }
1203
+ },
1204
+ "node_modules/@vitest/pretty-format": {
1205
+ "version": "3.2.4",
1206
+ "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.4.tgz",
1207
+ "integrity": "sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==",
1208
+ "license": "MIT",
1209
+ "dependencies": {
1210
+ "tinyrainbow": "^2.0.0"
1211
+ },
1212
+ "funding": {
1213
+ "url": "https://opencollective.com/vitest"
1214
+ }
1215
+ },
1216
+ "node_modules/@vitest/runner": {
1217
+ "version": "1.6.1",
1218
+ "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-1.6.1.tgz",
1219
+ "integrity": "sha512-3nSnYXkVkf3mXFfE7vVyPmi3Sazhb/2cfZGGs0JRzFsPFvAMBEcrweV1V1GsrstdXeKCTXlJbvnQwGWgEIHmOA==",
1220
+ "license": "MIT",
1221
+ "dependencies": {
1222
+ "@vitest/utils": "1.6.1",
1223
+ "p-limit": "^5.0.0",
1224
+ "pathe": "^1.1.1"
1225
+ },
1226
+ "funding": {
1227
+ "url": "https://opencollective.com/vitest"
1228
+ }
1229
+ },
1230
+ "node_modules/@vitest/snapshot": {
1231
+ "version": "1.6.1",
1232
+ "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.6.1.tgz",
1233
+ "integrity": "sha512-WvidQuWAzU2p95u8GAKlRMqMyN1yOJkGHnx3M1PL9Raf7AQ1kwLKg04ADlCa3+OXUZE7BceOhVZiuWAbzCKcUQ==",
1234
+ "license": "MIT",
1235
+ "dependencies": {
1236
+ "magic-string": "^0.30.5",
1237
+ "pathe": "^1.1.1",
1238
+ "pretty-format": "^29.7.0"
1239
+ },
1240
+ "funding": {
1241
+ "url": "https://opencollective.com/vitest"
1242
+ }
1243
+ },
1244
+ "node_modules/@vitest/spy": {
1245
+ "version": "1.6.1",
1246
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.6.1.tgz",
1247
+ "integrity": "sha512-MGcMmpGkZebsMZhbQKkAf9CX5zGvjkBTqf8Zx3ApYWXr3wG+QvEu2eXWfnIIWYSJExIp4V9FCKDEeygzkYrXMw==",
1248
+ "license": "MIT",
1249
+ "dependencies": {
1250
+ "tinyspy": "^2.2.0"
1251
+ },
1252
+ "funding": {
1253
+ "url": "https://opencollective.com/vitest"
1254
+ }
1255
+ },
1256
+ "node_modules/@vitest/utils": {
1257
+ "version": "1.6.1",
1258
+ "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.6.1.tgz",
1259
+ "integrity": "sha512-jOrrUvXM4Av9ZWiG1EajNto0u96kWAhJ1LmPmJhXXQx/32MecEKd10pOLYgS2BQx1TgkGhloPU1ArDW2vvaY6g==",
1260
+ "license": "MIT",
1261
+ "dependencies": {
1262
+ "diff-sequences": "^29.6.3",
1263
+ "estree-walker": "^3.0.3",
1264
+ "loupe": "^2.3.7",
1265
+ "pretty-format": "^29.7.0"
1266
+ },
1267
+ "funding": {
1268
+ "url": "https://opencollective.com/vitest"
1269
+ }
1270
+ },
1271
+ "node_modules/acorn": {
1272
+ "version": "8.16.0",
1273
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
1274
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
1275
+ "license": "MIT",
1276
+ "bin": {
1277
+ "acorn": "bin/acorn"
1278
+ },
1279
+ "engines": {
1280
+ "node": ">=0.4.0"
1281
+ }
1282
+ },
1283
+ "node_modules/acorn-walk": {
1284
+ "version": "8.3.5",
1285
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.5.tgz",
1286
+ "integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==",
1287
+ "license": "MIT",
1288
+ "dependencies": {
1289
+ "acorn": "^8.11.0"
1290
+ },
1291
+ "engines": {
1292
+ "node": ">=0.4.0"
1293
+ }
1294
+ },
1295
+ "node_modules/ansi-regex": {
1296
+ "version": "5.0.1",
1297
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1298
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1299
+ "license": "MIT",
1300
+ "engines": {
1301
+ "node": ">=8"
1302
+ }
1303
+ },
1304
+ "node_modules/ansi-styles": {
1305
+ "version": "5.2.0",
1306
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
1307
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
1308
+ "license": "MIT",
1309
+ "engines": {
1310
+ "node": ">=10"
1311
+ },
1312
+ "funding": {
1313
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1314
+ }
1315
+ },
1316
+ "node_modules/anymatch": {
1317
+ "version": "3.1.3",
1318
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1319
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1320
+ "license": "ISC",
1321
+ "dependencies": {
1322
+ "normalize-path": "^3.0.0",
1323
+ "picomatch": "^2.0.4"
1324
+ },
1325
+ "engines": {
1326
+ "node": ">= 8"
1327
+ }
1328
+ },
1329
+ "node_modules/assertion-error": {
1330
+ "version": "1.1.0",
1331
+ "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
1332
+ "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==",
1333
+ "license": "MIT",
1334
+ "engines": {
1335
+ "node": "*"
1336
+ }
1337
+ },
1338
+ "node_modules/base-x": {
1339
+ "version": "4.0.1",
1340
+ "resolved": "https://registry.npmjs.org/base-x/-/base-x-4.0.1.tgz",
1341
+ "integrity": "sha512-uAZ8x6r6S3aUM9rbHGVOIsR15U/ZSc82b3ymnCPsT45Gk1DDvhDPdIgB5MrhirZWt+5K0EEPQH985kNqZgNPFw==",
1342
+ "license": "MIT"
1343
+ },
1344
+ "node_modules/binary-extensions": {
1345
+ "version": "2.3.0",
1346
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
1347
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
1348
+ "license": "MIT",
1349
+ "engines": {
1350
+ "node": ">=8"
1351
+ },
1352
+ "funding": {
1353
+ "url": "https://github.com/sponsors/sindresorhus"
1354
+ }
1355
+ },
1356
+ "node_modules/braces": {
1357
+ "version": "3.0.3",
1358
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
1359
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
1360
+ "license": "MIT",
1361
+ "dependencies": {
1362
+ "fill-range": "^7.1.1"
1363
+ },
1364
+ "engines": {
1365
+ "node": ">=8"
1366
+ }
1367
+ },
1368
+ "node_modules/c32check": {
1369
+ "version": "2.0.0",
1370
+ "resolved": "https://registry.npmjs.org/c32check/-/c32check-2.0.0.tgz",
1371
+ "integrity": "sha512-rpwfAcS/CMqo0oCqDf3r9eeLgScRE3l/xHDCXhM3UyrfvIn7PrLq63uHh7yYbv8NzaZn5MVsVhIRpQ+5GZ5HyA==",
1372
+ "license": "MIT",
1373
+ "dependencies": {
1374
+ "@noble/hashes": "^1.1.2",
1375
+ "base-x": "^4.0.0"
1376
+ },
1377
+ "engines": {
1378
+ "node": ">=8"
1379
+ }
1380
+ },
1381
+ "node_modules/cac": {
1382
+ "version": "6.7.14",
1383
+ "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
1384
+ "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
1385
+ "license": "MIT",
1386
+ "engines": {
1387
+ "node": ">=8"
1388
+ }
1389
+ },
1390
+ "node_modules/camelcase": {
1391
+ "version": "5.3.1",
1392
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
1393
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
1394
+ "license": "MIT",
1395
+ "engines": {
1396
+ "node": ">=6"
1397
+ }
1398
+ },
1399
+ "node_modules/chai": {
1400
+ "version": "4.5.0",
1401
+ "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz",
1402
+ "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==",
1403
+ "license": "MIT",
1404
+ "dependencies": {
1405
+ "assertion-error": "^1.1.0",
1406
+ "check-error": "^1.0.3",
1407
+ "deep-eql": "^4.1.3",
1408
+ "get-func-name": "^2.0.2",
1409
+ "loupe": "^2.3.6",
1410
+ "pathval": "^1.1.1",
1411
+ "type-detect": "^4.1.0"
1412
+ },
1413
+ "engines": {
1414
+ "node": ">=4"
1415
+ }
1416
+ },
1417
+ "node_modules/check-error": {
1418
+ "version": "1.0.3",
1419
+ "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz",
1420
+ "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==",
1421
+ "license": "MIT",
1422
+ "dependencies": {
1423
+ "get-func-name": "^2.0.2"
1424
+ },
1425
+ "engines": {
1426
+ "node": "*"
1427
+ }
1428
+ },
1429
+ "node_modules/chokidar": {
1430
+ "version": "3.6.0",
1431
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
1432
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
1433
+ "license": "MIT",
1434
+ "dependencies": {
1435
+ "anymatch": "~3.1.2",
1436
+ "braces": "~3.0.2",
1437
+ "glob-parent": "~5.1.2",
1438
+ "is-binary-path": "~2.1.0",
1439
+ "is-glob": "~4.0.1",
1440
+ "normalize-path": "~3.0.0",
1441
+ "readdirp": "~3.6.0"
1442
+ },
1443
+ "engines": {
1444
+ "node": ">= 8.10.0"
1445
+ },
1446
+ "funding": {
1447
+ "url": "https://paulmillr.com/funding/"
1448
+ },
1449
+ "optionalDependencies": {
1450
+ "fsevents": "~2.3.2"
1451
+ }
1452
+ },
1453
+ "node_modules/chokidar-cli": {
1454
+ "version": "3.0.0",
1455
+ "resolved": "https://registry.npmjs.org/chokidar-cli/-/chokidar-cli-3.0.0.tgz",
1456
+ "integrity": "sha512-xVW+Qeh7z15uZRxHOkP93Ux8A0xbPzwK4GaqD8dQOYc34TlkqUhVSS59fK36DOp5WdJlrRzlYSy02Ht99FjZqQ==",
1457
+ "license": "MIT",
1458
+ "dependencies": {
1459
+ "chokidar": "^3.5.2",
1460
+ "lodash.debounce": "^4.0.8",
1461
+ "lodash.throttle": "^4.1.1",
1462
+ "yargs": "^13.3.0"
1463
+ },
1464
+ "bin": {
1465
+ "chokidar": "index.js"
1466
+ },
1467
+ "engines": {
1468
+ "node": ">= 8.10.0"
1469
+ }
1470
+ },
1471
+ "node_modules/chokidar-cli/node_modules/ansi-regex": {
1472
+ "version": "4.1.1",
1473
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
1474
+ "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
1475
+ "license": "MIT",
1476
+ "engines": {
1477
+ "node": ">=6"
1478
+ }
1479
+ },
1480
+ "node_modules/chokidar-cli/node_modules/ansi-styles": {
1481
+ "version": "3.2.1",
1482
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
1483
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
1484
+ "license": "MIT",
1485
+ "dependencies": {
1486
+ "color-convert": "^1.9.0"
1487
+ },
1488
+ "engines": {
1489
+ "node": ">=4"
1490
+ }
1491
+ },
1492
+ "node_modules/chokidar-cli/node_modules/cliui": {
1493
+ "version": "5.0.0",
1494
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
1495
+ "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
1496
+ "license": "ISC",
1497
+ "dependencies": {
1498
+ "string-width": "^3.1.0",
1499
+ "strip-ansi": "^5.2.0",
1500
+ "wrap-ansi": "^5.1.0"
1501
+ }
1502
+ },
1503
+ "node_modules/chokidar-cli/node_modules/emoji-regex": {
1504
+ "version": "7.0.3",
1505
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
1506
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
1507
+ "license": "MIT"
1508
+ },
1509
+ "node_modules/chokidar-cli/node_modules/is-fullwidth-code-point": {
1510
+ "version": "2.0.0",
1511
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
1512
+ "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
1513
+ "license": "MIT",
1514
+ "engines": {
1515
+ "node": ">=4"
1516
+ }
1517
+ },
1518
+ "node_modules/chokidar-cli/node_modules/string-width": {
1519
+ "version": "3.1.0",
1520
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
1521
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
1522
+ "license": "MIT",
1523
+ "dependencies": {
1524
+ "emoji-regex": "^7.0.1",
1525
+ "is-fullwidth-code-point": "^2.0.0",
1526
+ "strip-ansi": "^5.1.0"
1527
+ },
1528
+ "engines": {
1529
+ "node": ">=6"
1530
+ }
1531
+ },
1532
+ "node_modules/chokidar-cli/node_modules/strip-ansi": {
1533
+ "version": "5.2.0",
1534
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
1535
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
1536
+ "license": "MIT",
1537
+ "dependencies": {
1538
+ "ansi-regex": "^4.1.0"
1539
+ },
1540
+ "engines": {
1541
+ "node": ">=6"
1542
+ }
1543
+ },
1544
+ "node_modules/chokidar-cli/node_modules/wrap-ansi": {
1545
+ "version": "5.1.0",
1546
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
1547
+ "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
1548
+ "license": "MIT",
1549
+ "dependencies": {
1550
+ "ansi-styles": "^3.2.0",
1551
+ "string-width": "^3.0.0",
1552
+ "strip-ansi": "^5.0.0"
1553
+ },
1554
+ "engines": {
1555
+ "node": ">=6"
1556
+ }
1557
+ },
1558
+ "node_modules/chokidar-cli/node_modules/y18n": {
1559
+ "version": "4.0.3",
1560
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
1561
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
1562
+ "license": "ISC"
1563
+ },
1564
+ "node_modules/chokidar-cli/node_modules/yargs": {
1565
+ "version": "13.3.2",
1566
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
1567
+ "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
1568
+ "license": "MIT",
1569
+ "dependencies": {
1570
+ "cliui": "^5.0.0",
1571
+ "find-up": "^3.0.0",
1572
+ "get-caller-file": "^2.0.1",
1573
+ "require-directory": "^2.1.1",
1574
+ "require-main-filename": "^2.0.0",
1575
+ "set-blocking": "^2.0.0",
1576
+ "string-width": "^3.0.0",
1577
+ "which-module": "^2.0.0",
1578
+ "y18n": "^4.0.0",
1579
+ "yargs-parser": "^13.1.2"
1580
+ }
1581
+ },
1582
+ "node_modules/chokidar-cli/node_modules/yargs-parser": {
1583
+ "version": "13.1.2",
1584
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
1585
+ "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
1586
+ "license": "ISC",
1587
+ "dependencies": {
1588
+ "camelcase": "^5.0.0",
1589
+ "decamelize": "^1.2.0"
1590
+ }
1591
+ },
1592
+ "node_modules/cliui": {
1593
+ "version": "8.0.1",
1594
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
1595
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
1596
+ "license": "ISC",
1597
+ "dependencies": {
1598
+ "string-width": "^4.2.0",
1599
+ "strip-ansi": "^6.0.1",
1600
+ "wrap-ansi": "^7.0.0"
1601
+ },
1602
+ "engines": {
1603
+ "node": ">=12"
1604
+ }
1605
+ },
1606
+ "node_modules/color-convert": {
1607
+ "version": "1.9.3",
1608
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
1609
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
1610
+ "license": "MIT",
1611
+ "dependencies": {
1612
+ "color-name": "1.1.3"
1613
+ }
1614
+ },
1615
+ "node_modules/color-name": {
1616
+ "version": "1.1.3",
1617
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
1618
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
1619
+ "license": "MIT"
1620
+ },
1621
+ "node_modules/confbox": {
1622
+ "version": "0.1.8",
1623
+ "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
1624
+ "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
1625
+ "license": "MIT"
1626
+ },
1627
+ "node_modules/cross-fetch": {
1628
+ "version": "3.2.0",
1629
+ "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz",
1630
+ "integrity": "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==",
1631
+ "license": "MIT",
1632
+ "dependencies": {
1633
+ "node-fetch": "^2.7.0"
1634
+ }
1635
+ },
1636
+ "node_modules/cross-spawn": {
1637
+ "version": "7.0.6",
1638
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1639
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1640
+ "license": "MIT",
1641
+ "dependencies": {
1642
+ "path-key": "^3.1.0",
1643
+ "shebang-command": "^2.0.0",
1644
+ "which": "^2.0.1"
1645
+ },
1646
+ "engines": {
1647
+ "node": ">= 8"
1648
+ }
1649
+ },
1650
+ "node_modules/debug": {
1651
+ "version": "4.4.3",
1652
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1653
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1654
+ "license": "MIT",
1655
+ "dependencies": {
1656
+ "ms": "^2.1.3"
1657
+ },
1658
+ "engines": {
1659
+ "node": ">=6.0"
1660
+ },
1661
+ "peerDependenciesMeta": {
1662
+ "supports-color": {
1663
+ "optional": true
1664
+ }
1665
+ }
1666
+ },
1667
+ "node_modules/decamelize": {
1668
+ "version": "1.2.0",
1669
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
1670
+ "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
1671
+ "license": "MIT",
1672
+ "engines": {
1673
+ "node": ">=0.10.0"
1674
+ }
1675
+ },
1676
+ "node_modules/deep-eql": {
1677
+ "version": "4.1.4",
1678
+ "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.4.tgz",
1679
+ "integrity": "sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==",
1680
+ "license": "MIT",
1681
+ "dependencies": {
1682
+ "type-detect": "^4.0.0"
1683
+ },
1684
+ "engines": {
1685
+ "node": ">=6"
1686
+ }
1687
+ },
1688
+ "node_modules/diff-sequences": {
1689
+ "version": "29.6.3",
1690
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
1691
+ "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
1692
+ "license": "MIT",
1693
+ "engines": {
1694
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
1695
+ }
1696
+ },
1697
+ "node_modules/emoji-regex": {
1698
+ "version": "8.0.0",
1699
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1700
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1701
+ "license": "MIT"
1702
+ },
1703
+ "node_modules/es-module-lexer": {
1704
+ "version": "1.7.0",
1705
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
1706
+ "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
1707
+ "license": "MIT"
1708
+ },
1709
+ "node_modules/esbuild": {
1710
+ "version": "0.21.5",
1711
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
1712
+ "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
1713
+ "hasInstallScript": true,
1714
+ "license": "MIT",
1715
+ "bin": {
1716
+ "esbuild": "bin/esbuild"
1717
+ },
1718
+ "engines": {
1719
+ "node": ">=12"
1720
+ },
1721
+ "optionalDependencies": {
1722
+ "@esbuild/aix-ppc64": "0.21.5",
1723
+ "@esbuild/android-arm": "0.21.5",
1724
+ "@esbuild/android-arm64": "0.21.5",
1725
+ "@esbuild/android-x64": "0.21.5",
1726
+ "@esbuild/darwin-arm64": "0.21.5",
1727
+ "@esbuild/darwin-x64": "0.21.5",
1728
+ "@esbuild/freebsd-arm64": "0.21.5",
1729
+ "@esbuild/freebsd-x64": "0.21.5",
1730
+ "@esbuild/linux-arm": "0.21.5",
1731
+ "@esbuild/linux-arm64": "0.21.5",
1732
+ "@esbuild/linux-ia32": "0.21.5",
1733
+ "@esbuild/linux-loong64": "0.21.5",
1734
+ "@esbuild/linux-mips64el": "0.21.5",
1735
+ "@esbuild/linux-ppc64": "0.21.5",
1736
+ "@esbuild/linux-riscv64": "0.21.5",
1737
+ "@esbuild/linux-s390x": "0.21.5",
1738
+ "@esbuild/linux-x64": "0.21.5",
1739
+ "@esbuild/netbsd-x64": "0.21.5",
1740
+ "@esbuild/openbsd-x64": "0.21.5",
1741
+ "@esbuild/sunos-x64": "0.21.5",
1742
+ "@esbuild/win32-arm64": "0.21.5",
1743
+ "@esbuild/win32-ia32": "0.21.5",
1744
+ "@esbuild/win32-x64": "0.21.5"
1745
+ }
1746
+ },
1747
+ "node_modules/escalade": {
1748
+ "version": "3.2.0",
1749
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1750
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1751
+ "license": "MIT",
1752
+ "engines": {
1753
+ "node": ">=6"
1754
+ }
1755
+ },
1756
+ "node_modules/estree-walker": {
1757
+ "version": "3.0.3",
1758
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
1759
+ "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
1760
+ "license": "MIT",
1761
+ "dependencies": {
1762
+ "@types/estree": "^1.0.0"
1763
+ }
1764
+ },
1765
+ "node_modules/execa": {
1766
+ "version": "8.0.1",
1767
+ "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
1768
+ "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
1769
+ "license": "MIT",
1770
+ "dependencies": {
1771
+ "cross-spawn": "^7.0.3",
1772
+ "get-stream": "^8.0.1",
1773
+ "human-signals": "^5.0.0",
1774
+ "is-stream": "^3.0.0",
1775
+ "merge-stream": "^2.0.0",
1776
+ "npm-run-path": "^5.1.0",
1777
+ "onetime": "^6.0.0",
1778
+ "signal-exit": "^4.1.0",
1779
+ "strip-final-newline": "^3.0.0"
1780
+ },
1781
+ "engines": {
1782
+ "node": ">=16.17"
1783
+ },
1784
+ "funding": {
1785
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
1786
+ }
1787
+ },
1788
+ "node_modules/expect-type": {
1789
+ "version": "1.3.0",
1790
+ "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
1791
+ "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
1792
+ "license": "Apache-2.0",
1793
+ "engines": {
1794
+ "node": ">=12.0.0"
1795
+ }
1796
+ },
1797
+ "node_modules/fill-range": {
1798
+ "version": "7.1.1",
1799
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
1800
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1801
+ "license": "MIT",
1802
+ "dependencies": {
1803
+ "to-regex-range": "^5.0.1"
1804
+ },
1805
+ "engines": {
1806
+ "node": ">=8"
1807
+ }
1808
+ },
1809
+ "node_modules/find-up": {
1810
+ "version": "3.0.0",
1811
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
1812
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
1813
+ "license": "MIT",
1814
+ "dependencies": {
1815
+ "locate-path": "^3.0.0"
1816
+ },
1817
+ "engines": {
1818
+ "node": ">=6"
1819
+ }
1820
+ },
1821
+ "node_modules/fsevents": {
1822
+ "version": "2.3.3",
1823
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1824
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1825
+ "hasInstallScript": true,
1826
+ "license": "MIT",
1827
+ "optional": true,
1828
+ "os": [
1829
+ "darwin"
1830
+ ],
1831
+ "engines": {
1832
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1833
+ }
1834
+ },
1835
+ "node_modules/get-caller-file": {
1836
+ "version": "2.0.5",
1837
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
1838
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
1839
+ "license": "ISC",
1840
+ "engines": {
1841
+ "node": "6.* || 8.* || >= 10.*"
1842
+ }
1843
+ },
1844
+ "node_modules/get-func-name": {
1845
+ "version": "2.0.2",
1846
+ "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz",
1847
+ "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==",
1848
+ "license": "MIT",
1849
+ "engines": {
1850
+ "node": "*"
1851
+ }
1852
+ },
1853
+ "node_modules/get-stream": {
1854
+ "version": "8.0.1",
1855
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
1856
+ "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
1857
+ "license": "MIT",
1858
+ "engines": {
1859
+ "node": ">=16"
1860
+ },
1861
+ "funding": {
1862
+ "url": "https://github.com/sponsors/sindresorhus"
1863
+ }
1864
+ },
1865
+ "node_modules/glob-parent": {
1866
+ "version": "5.1.2",
1867
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
1868
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1869
+ "license": "ISC",
1870
+ "dependencies": {
1871
+ "is-glob": "^4.0.1"
1872
+ },
1873
+ "engines": {
1874
+ "node": ">= 6"
1875
+ }
1876
+ },
1877
+ "node_modules/human-signals": {
1878
+ "version": "5.0.0",
1879
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
1880
+ "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
1881
+ "license": "Apache-2.0",
1882
+ "engines": {
1883
+ "node": ">=16.17.0"
1884
+ }
1885
+ },
1886
+ "node_modules/is-binary-path": {
1887
+ "version": "2.1.0",
1888
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
1889
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
1890
+ "license": "MIT",
1891
+ "dependencies": {
1892
+ "binary-extensions": "^2.0.0"
1893
+ },
1894
+ "engines": {
1895
+ "node": ">=8"
1896
+ }
1897
+ },
1898
+ "node_modules/is-extglob": {
1899
+ "version": "2.1.1",
1900
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1901
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1902
+ "license": "MIT",
1903
+ "engines": {
1904
+ "node": ">=0.10.0"
1905
+ }
1906
+ },
1907
+ "node_modules/is-fullwidth-code-point": {
1908
+ "version": "3.0.0",
1909
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
1910
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1911
+ "license": "MIT",
1912
+ "engines": {
1913
+ "node": ">=8"
1914
+ }
1915
+ },
1916
+ "node_modules/is-glob": {
1917
+ "version": "4.0.3",
1918
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1919
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
1920
+ "license": "MIT",
1921
+ "dependencies": {
1922
+ "is-extglob": "^2.1.1"
1923
+ },
1924
+ "engines": {
1925
+ "node": ">=0.10.0"
1926
+ }
1927
+ },
1928
+ "node_modules/is-number": {
1929
+ "version": "7.0.0",
1930
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
1931
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
1932
+ "license": "MIT",
1933
+ "engines": {
1934
+ "node": ">=0.12.0"
1935
+ }
1936
+ },
1937
+ "node_modules/is-stream": {
1938
+ "version": "3.0.0",
1939
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
1940
+ "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
1941
+ "license": "MIT",
1942
+ "engines": {
1943
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1944
+ },
1945
+ "funding": {
1946
+ "url": "https://github.com/sponsors/sindresorhus"
1947
+ }
1948
+ },
1949
+ "node_modules/isexe": {
1950
+ "version": "2.0.0",
1951
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1952
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1953
+ "license": "ISC"
1954
+ },
1955
+ "node_modules/js-tokens": {
1956
+ "version": "9.0.1",
1957
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
1958
+ "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
1959
+ "license": "MIT"
1960
+ },
1961
+ "node_modules/kleur": {
1962
+ "version": "3.0.3",
1963
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
1964
+ "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
1965
+ "license": "MIT",
1966
+ "engines": {
1967
+ "node": ">=6"
1968
+ }
1969
+ },
1970
+ "node_modules/kolorist": {
1971
+ "version": "1.8.0",
1972
+ "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
1973
+ "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
1974
+ "license": "MIT"
1975
+ },
1976
+ "node_modules/local-pkg": {
1977
+ "version": "0.5.1",
1978
+ "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.1.tgz",
1979
+ "integrity": "sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==",
1980
+ "license": "MIT",
1981
+ "dependencies": {
1982
+ "mlly": "^1.7.3",
1983
+ "pkg-types": "^1.2.1"
1984
+ },
1985
+ "engines": {
1986
+ "node": ">=14"
1987
+ },
1988
+ "funding": {
1989
+ "url": "https://github.com/sponsors/antfu"
1990
+ }
1991
+ },
1992
+ "node_modules/locate-path": {
1993
+ "version": "3.0.0",
1994
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
1995
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
1996
+ "license": "MIT",
1997
+ "dependencies": {
1998
+ "p-locate": "^3.0.0",
1999
+ "path-exists": "^3.0.0"
2000
+ },
2001
+ "engines": {
2002
+ "node": ">=6"
2003
+ }
2004
+ },
2005
+ "node_modules/lodash.clonedeep": {
2006
+ "version": "4.5.0",
2007
+ "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
2008
+ "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
2009
+ "license": "MIT"
2010
+ },
2011
+ "node_modules/lodash.debounce": {
2012
+ "version": "4.0.8",
2013
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
2014
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
2015
+ "license": "MIT"
2016
+ },
2017
+ "node_modules/lodash.throttle": {
2018
+ "version": "4.1.1",
2019
+ "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
2020
+ "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
2021
+ "license": "MIT"
2022
+ },
2023
+ "node_modules/loupe": {
2024
+ "version": "2.3.7",
2025
+ "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz",
2026
+ "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==",
2027
+ "license": "MIT",
2028
+ "dependencies": {
2029
+ "get-func-name": "^2.0.1"
2030
+ }
2031
+ },
2032
+ "node_modules/magic-string": {
2033
+ "version": "0.30.21",
2034
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
2035
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
2036
+ "license": "MIT",
2037
+ "dependencies": {
2038
+ "@jridgewell/sourcemap-codec": "^1.5.5"
2039
+ }
2040
+ },
2041
+ "node_modules/merge-stream": {
2042
+ "version": "2.0.0",
2043
+ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
2044
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
2045
+ "license": "MIT"
2046
+ },
2047
+ "node_modules/mimic-fn": {
2048
+ "version": "4.0.0",
2049
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
2050
+ "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
2051
+ "license": "MIT",
2052
+ "engines": {
2053
+ "node": ">=12"
2054
+ },
2055
+ "funding": {
2056
+ "url": "https://github.com/sponsors/sindresorhus"
2057
+ }
2058
+ },
2059
+ "node_modules/mlly": {
2060
+ "version": "1.8.0",
2061
+ "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz",
2062
+ "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
2063
+ "license": "MIT",
2064
+ "dependencies": {
2065
+ "acorn": "^8.15.0",
2066
+ "pathe": "^2.0.3",
2067
+ "pkg-types": "^1.3.1",
2068
+ "ufo": "^1.6.1"
2069
+ }
2070
+ },
2071
+ "node_modules/mlly/node_modules/pathe": {
2072
+ "version": "2.0.3",
2073
+ "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
2074
+ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
2075
+ "license": "MIT"
2076
+ },
2077
+ "node_modules/ms": {
2078
+ "version": "2.1.3",
2079
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2080
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2081
+ "license": "MIT"
2082
+ },
2083
+ "node_modules/nanoid": {
2084
+ "version": "3.3.11",
2085
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
2086
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
2087
+ "funding": [
2088
+ {
2089
+ "type": "github",
2090
+ "url": "https://github.com/sponsors/ai"
2091
+ }
2092
+ ],
2093
+ "license": "MIT",
2094
+ "bin": {
2095
+ "nanoid": "bin/nanoid.cjs"
2096
+ },
2097
+ "engines": {
2098
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2099
+ }
2100
+ },
2101
+ "node_modules/node-fetch": {
2102
+ "version": "2.7.0",
2103
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
2104
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
2105
+ "license": "MIT",
2106
+ "dependencies": {
2107
+ "whatwg-url": "^5.0.0"
2108
+ },
2109
+ "engines": {
2110
+ "node": "4.x || >=6.0.0"
2111
+ },
2112
+ "peerDependencies": {
2113
+ "encoding": "^0.1.0"
2114
+ },
2115
+ "peerDependenciesMeta": {
2116
+ "encoding": {
2117
+ "optional": true
2118
+ }
2119
+ }
2120
+ },
2121
+ "node_modules/normalize-path": {
2122
+ "version": "3.0.0",
2123
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
2124
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
2125
+ "license": "MIT",
2126
+ "engines": {
2127
+ "node": ">=0.10.0"
2128
+ }
2129
+ },
2130
+ "node_modules/npm-run-path": {
2131
+ "version": "5.3.0",
2132
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
2133
+ "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
2134
+ "license": "MIT",
2135
+ "dependencies": {
2136
+ "path-key": "^4.0.0"
2137
+ },
2138
+ "engines": {
2139
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2140
+ },
2141
+ "funding": {
2142
+ "url": "https://github.com/sponsors/sindresorhus"
2143
+ }
2144
+ },
2145
+ "node_modules/npm-run-path/node_modules/path-key": {
2146
+ "version": "4.0.0",
2147
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
2148
+ "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
2149
+ "license": "MIT",
2150
+ "engines": {
2151
+ "node": ">=12"
2152
+ },
2153
+ "funding": {
2154
+ "url": "https://github.com/sponsors/sindresorhus"
2155
+ }
2156
+ },
2157
+ "node_modules/onetime": {
2158
+ "version": "6.0.0",
2159
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
2160
+ "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
2161
+ "license": "MIT",
2162
+ "dependencies": {
2163
+ "mimic-fn": "^4.0.0"
2164
+ },
2165
+ "engines": {
2166
+ "node": ">=12"
2167
+ },
2168
+ "funding": {
2169
+ "url": "https://github.com/sponsors/sindresorhus"
2170
+ }
2171
+ },
2172
+ "node_modules/p-limit": {
2173
+ "version": "5.0.0",
2174
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz",
2175
+ "integrity": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==",
2176
+ "license": "MIT",
2177
+ "dependencies": {
2178
+ "yocto-queue": "^1.0.0"
2179
+ },
2180
+ "engines": {
2181
+ "node": ">=18"
2182
+ },
2183
+ "funding": {
2184
+ "url": "https://github.com/sponsors/sindresorhus"
2185
+ }
2186
+ },
2187
+ "node_modules/p-locate": {
2188
+ "version": "3.0.0",
2189
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
2190
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
2191
+ "license": "MIT",
2192
+ "dependencies": {
2193
+ "p-limit": "^2.0.0"
2194
+ },
2195
+ "engines": {
2196
+ "node": ">=6"
2197
+ }
2198
+ },
2199
+ "node_modules/p-locate/node_modules/p-limit": {
2200
+ "version": "2.3.0",
2201
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
2202
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
2203
+ "license": "MIT",
2204
+ "dependencies": {
2205
+ "p-try": "^2.0.0"
2206
+ },
2207
+ "engines": {
2208
+ "node": ">=6"
2209
+ },
2210
+ "funding": {
2211
+ "url": "https://github.com/sponsors/sindresorhus"
2212
+ }
2213
+ },
2214
+ "node_modules/p-try": {
2215
+ "version": "2.2.0",
2216
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
2217
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
2218
+ "license": "MIT",
2219
+ "engines": {
2220
+ "node": ">=6"
2221
+ }
2222
+ },
2223
+ "node_modules/path-exists": {
2224
+ "version": "3.0.0",
2225
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
2226
+ "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
2227
+ "license": "MIT",
2228
+ "engines": {
2229
+ "node": ">=4"
2230
+ }
2231
+ },
2232
+ "node_modules/path-key": {
2233
+ "version": "3.1.1",
2234
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2235
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2236
+ "license": "MIT",
2237
+ "engines": {
2238
+ "node": ">=8"
2239
+ }
2240
+ },
2241
+ "node_modules/pathe": {
2242
+ "version": "1.1.2",
2243
+ "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
2244
+ "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
2245
+ "license": "MIT"
2246
+ },
2247
+ "node_modules/pathval": {
2248
+ "version": "1.1.1",
2249
+ "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz",
2250
+ "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==",
2251
+ "license": "MIT",
2252
+ "engines": {
2253
+ "node": "*"
2254
+ }
2255
+ },
2256
+ "node_modules/picocolors": {
2257
+ "version": "1.1.1",
2258
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2259
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2260
+ "license": "ISC"
2261
+ },
2262
+ "node_modules/picomatch": {
2263
+ "version": "2.3.1",
2264
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
2265
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
2266
+ "license": "MIT",
2267
+ "engines": {
2268
+ "node": ">=8.6"
2269
+ },
2270
+ "funding": {
2271
+ "url": "https://github.com/sponsors/jonschlinkert"
2272
+ }
2273
+ },
2274
+ "node_modules/pkg-types": {
2275
+ "version": "1.3.1",
2276
+ "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
2277
+ "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
2278
+ "license": "MIT",
2279
+ "dependencies": {
2280
+ "confbox": "^0.1.8",
2281
+ "mlly": "^1.7.4",
2282
+ "pathe": "^2.0.1"
2283
+ }
2284
+ },
2285
+ "node_modules/pkg-types/node_modules/pathe": {
2286
+ "version": "2.0.3",
2287
+ "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
2288
+ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
2289
+ "license": "MIT"
2290
+ },
2291
+ "node_modules/postcss": {
2292
+ "version": "8.5.6",
2293
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
2294
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
2295
+ "funding": [
2296
+ {
2297
+ "type": "opencollective",
2298
+ "url": "https://opencollective.com/postcss/"
2299
+ },
2300
+ {
2301
+ "type": "tidelift",
2302
+ "url": "https://tidelift.com/funding/github/npm/postcss"
2303
+ },
2304
+ {
2305
+ "type": "github",
2306
+ "url": "https://github.com/sponsors/ai"
2307
+ }
2308
+ ],
2309
+ "license": "MIT",
2310
+ "dependencies": {
2311
+ "nanoid": "^3.3.11",
2312
+ "picocolors": "^1.1.1",
2313
+ "source-map-js": "^1.2.1"
2314
+ },
2315
+ "engines": {
2316
+ "node": "^10 || ^12 || >=14"
2317
+ }
2318
+ },
2319
+ "node_modules/pretty-format": {
2320
+ "version": "29.7.0",
2321
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
2322
+ "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
2323
+ "license": "MIT",
2324
+ "dependencies": {
2325
+ "@jest/schemas": "^29.6.3",
2326
+ "ansi-styles": "^5.0.0",
2327
+ "react-is": "^18.0.0"
2328
+ },
2329
+ "engines": {
2330
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2331
+ }
2332
+ },
2333
+ "node_modules/prompts": {
2334
+ "version": "2.4.2",
2335
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
2336
+ "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
2337
+ "license": "MIT",
2338
+ "dependencies": {
2339
+ "kleur": "^3.0.3",
2340
+ "sisteransi": "^1.0.5"
2341
+ },
2342
+ "engines": {
2343
+ "node": ">= 6"
2344
+ }
2345
+ },
2346
+ "node_modules/react-is": {
2347
+ "version": "18.3.1",
2348
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
2349
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
2350
+ "license": "MIT"
2351
+ },
2352
+ "node_modules/readdirp": {
2353
+ "version": "3.6.0",
2354
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
2355
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
2356
+ "license": "MIT",
2357
+ "dependencies": {
2358
+ "picomatch": "^2.2.1"
2359
+ },
2360
+ "engines": {
2361
+ "node": ">=8.10.0"
2362
+ }
2363
+ },
2364
+ "node_modules/require-directory": {
2365
+ "version": "2.1.1",
2366
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
2367
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
2368
+ "license": "MIT",
2369
+ "engines": {
2370
+ "node": ">=0.10.0"
2371
+ }
2372
+ },
2373
+ "node_modules/require-main-filename": {
2374
+ "version": "2.0.0",
2375
+ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
2376
+ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
2377
+ "license": "ISC"
2378
+ },
2379
+ "node_modules/rollup": {
2380
+ "version": "4.59.0",
2381
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
2382
+ "integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
2383
+ "license": "MIT",
2384
+ "dependencies": {
2385
+ "@types/estree": "1.0.8"
2386
+ },
2387
+ "bin": {
2388
+ "rollup": "dist/bin/rollup"
2389
+ },
2390
+ "engines": {
2391
+ "node": ">=18.0.0",
2392
+ "npm": ">=8.0.0"
2393
+ },
2394
+ "optionalDependencies": {
2395
+ "@rollup/rollup-android-arm-eabi": "4.59.0",
2396
+ "@rollup/rollup-android-arm64": "4.59.0",
2397
+ "@rollup/rollup-darwin-arm64": "4.59.0",
2398
+ "@rollup/rollup-darwin-x64": "4.59.0",
2399
+ "@rollup/rollup-freebsd-arm64": "4.59.0",
2400
+ "@rollup/rollup-freebsd-x64": "4.59.0",
2401
+ "@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
2402
+ "@rollup/rollup-linux-arm-musleabihf": "4.59.0",
2403
+ "@rollup/rollup-linux-arm64-gnu": "4.59.0",
2404
+ "@rollup/rollup-linux-arm64-musl": "4.59.0",
2405
+ "@rollup/rollup-linux-loong64-gnu": "4.59.0",
2406
+ "@rollup/rollup-linux-loong64-musl": "4.59.0",
2407
+ "@rollup/rollup-linux-ppc64-gnu": "4.59.0",
2408
+ "@rollup/rollup-linux-ppc64-musl": "4.59.0",
2409
+ "@rollup/rollup-linux-riscv64-gnu": "4.59.0",
2410
+ "@rollup/rollup-linux-riscv64-musl": "4.59.0",
2411
+ "@rollup/rollup-linux-s390x-gnu": "4.59.0",
2412
+ "@rollup/rollup-linux-x64-gnu": "4.59.0",
2413
+ "@rollup/rollup-linux-x64-musl": "4.59.0",
2414
+ "@rollup/rollup-openbsd-x64": "4.59.0",
2415
+ "@rollup/rollup-openharmony-arm64": "4.59.0",
2416
+ "@rollup/rollup-win32-arm64-msvc": "4.59.0",
2417
+ "@rollup/rollup-win32-ia32-msvc": "4.59.0",
2418
+ "@rollup/rollup-win32-x64-gnu": "4.59.0",
2419
+ "@rollup/rollup-win32-x64-msvc": "4.59.0",
2420
+ "fsevents": "~2.3.2"
2421
+ }
2422
+ },
2423
+ "node_modules/set-blocking": {
2424
+ "version": "2.0.0",
2425
+ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
2426
+ "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
2427
+ "license": "ISC"
2428
+ },
2429
+ "node_modules/shebang-command": {
2430
+ "version": "2.0.0",
2431
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2432
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2433
+ "license": "MIT",
2434
+ "dependencies": {
2435
+ "shebang-regex": "^3.0.0"
2436
+ },
2437
+ "engines": {
2438
+ "node": ">=8"
2439
+ }
2440
+ },
2441
+ "node_modules/shebang-regex": {
2442
+ "version": "3.0.0",
2443
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2444
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2445
+ "license": "MIT",
2446
+ "engines": {
2447
+ "node": ">=8"
2448
+ }
2449
+ },
2450
+ "node_modules/siginfo": {
2451
+ "version": "2.0.0",
2452
+ "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
2453
+ "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
2454
+ "license": "ISC"
2455
+ },
2456
+ "node_modules/signal-exit": {
2457
+ "version": "4.1.0",
2458
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2459
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2460
+ "license": "ISC",
2461
+ "engines": {
2462
+ "node": ">=14"
2463
+ },
2464
+ "funding": {
2465
+ "url": "https://github.com/sponsors/isaacs"
2466
+ }
2467
+ },
2468
+ "node_modules/sisteransi": {
2469
+ "version": "1.0.5",
2470
+ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
2471
+ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
2472
+ "license": "MIT"
2473
+ },
2474
+ "node_modules/source-map-js": {
2475
+ "version": "1.2.1",
2476
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2477
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2478
+ "license": "BSD-3-Clause",
2479
+ "engines": {
2480
+ "node": ">=0.10.0"
2481
+ }
2482
+ },
2483
+ "node_modules/stackback": {
2484
+ "version": "0.0.2",
2485
+ "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
2486
+ "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
2487
+ "license": "MIT"
2488
+ },
2489
+ "node_modules/std-env": {
2490
+ "version": "3.10.0",
2491
+ "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
2492
+ "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
2493
+ "license": "MIT"
2494
+ },
2495
+ "node_modules/string-width": {
2496
+ "version": "4.2.3",
2497
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2498
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2499
+ "license": "MIT",
2500
+ "dependencies": {
2501
+ "emoji-regex": "^8.0.0",
2502
+ "is-fullwidth-code-point": "^3.0.0",
2503
+ "strip-ansi": "^6.0.1"
2504
+ },
2505
+ "engines": {
2506
+ "node": ">=8"
2507
+ }
2508
+ },
2509
+ "node_modules/strip-ansi": {
2510
+ "version": "6.0.1",
2511
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2512
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2513
+ "license": "MIT",
2514
+ "dependencies": {
2515
+ "ansi-regex": "^5.0.1"
2516
+ },
2517
+ "engines": {
2518
+ "node": ">=8"
2519
+ }
2520
+ },
2521
+ "node_modules/strip-final-newline": {
2522
+ "version": "3.0.0",
2523
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
2524
+ "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
2525
+ "license": "MIT",
2526
+ "engines": {
2527
+ "node": ">=12"
2528
+ },
2529
+ "funding": {
2530
+ "url": "https://github.com/sponsors/sindresorhus"
2531
+ }
2532
+ },
2533
+ "node_modules/strip-literal": {
2534
+ "version": "2.1.1",
2535
+ "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.1.tgz",
2536
+ "integrity": "sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==",
2537
+ "license": "MIT",
2538
+ "dependencies": {
2539
+ "js-tokens": "^9.0.1"
2540
+ },
2541
+ "funding": {
2542
+ "url": "https://github.com/sponsors/antfu"
2543
+ }
2544
+ },
2545
+ "node_modules/tinybench": {
2546
+ "version": "2.9.0",
2547
+ "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
2548
+ "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
2549
+ "license": "MIT"
2550
+ },
2551
+ "node_modules/tinyexec": {
2552
+ "version": "0.3.2",
2553
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
2554
+ "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
2555
+ "license": "MIT"
2556
+ },
2557
+ "node_modules/tinyglobby": {
2558
+ "version": "0.2.15",
2559
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
2560
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
2561
+ "license": "MIT",
2562
+ "dependencies": {
2563
+ "fdir": "^6.5.0",
2564
+ "picomatch": "^4.0.3"
2565
+ },
2566
+ "engines": {
2567
+ "node": ">=12.0.0"
2568
+ },
2569
+ "funding": {
2570
+ "url": "https://github.com/sponsors/SuperchupuDev"
2571
+ }
2572
+ },
2573
+ "node_modules/tinyglobby/node_modules/fdir": {
2574
+ "version": "6.5.0",
2575
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2576
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2577
+ "license": "MIT",
2578
+ "engines": {
2579
+ "node": ">=12.0.0"
2580
+ },
2581
+ "peerDependencies": {
2582
+ "picomatch": "^3 || ^4"
2583
+ },
2584
+ "peerDependenciesMeta": {
2585
+ "picomatch": {
2586
+ "optional": true
2587
+ }
2588
+ }
2589
+ },
2590
+ "node_modules/tinyglobby/node_modules/picomatch": {
2591
+ "version": "4.0.3",
2592
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2593
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2594
+ "license": "MIT",
2595
+ "engines": {
2596
+ "node": ">=12"
2597
+ },
2598
+ "funding": {
2599
+ "url": "https://github.com/sponsors/jonschlinkert"
2600
+ }
2601
+ },
2602
+ "node_modules/tinypool": {
2603
+ "version": "0.8.4",
2604
+ "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.8.4.tgz",
2605
+ "integrity": "sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==",
2606
+ "license": "MIT",
2607
+ "engines": {
2608
+ "node": ">=14.0.0"
2609
+ }
2610
+ },
2611
+ "node_modules/tinyrainbow": {
2612
+ "version": "2.0.0",
2613
+ "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz",
2614
+ "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==",
2615
+ "license": "MIT",
2616
+ "engines": {
2617
+ "node": ">=14.0.0"
2618
+ }
2619
+ },
2620
+ "node_modules/tinyspy": {
2621
+ "version": "2.2.1",
2622
+ "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.2.1.tgz",
2623
+ "integrity": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==",
2624
+ "license": "MIT",
2625
+ "engines": {
2626
+ "node": ">=14.0.0"
2627
+ }
2628
+ },
2629
+ "node_modules/to-regex-range": {
2630
+ "version": "5.0.1",
2631
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
2632
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
2633
+ "license": "MIT",
2634
+ "dependencies": {
2635
+ "is-number": "^7.0.0"
2636
+ },
2637
+ "engines": {
2638
+ "node": ">=8.0"
2639
+ }
2640
+ },
2641
+ "node_modules/tr46": {
2642
+ "version": "0.0.3",
2643
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
2644
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
2645
+ "license": "MIT"
2646
+ },
2647
+ "node_modules/type-detect": {
2648
+ "version": "4.1.0",
2649
+ "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.1.0.tgz",
2650
+ "integrity": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==",
2651
+ "license": "MIT",
2652
+ "engines": {
2653
+ "node": ">=4"
2654
+ }
2655
+ },
2656
+ "node_modules/typescript": {
2657
+ "version": "5.9.3",
2658
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
2659
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
2660
+ "license": "Apache-2.0",
2661
+ "bin": {
2662
+ "tsc": "bin/tsc",
2663
+ "tsserver": "bin/tsserver"
2664
+ },
2665
+ "engines": {
2666
+ "node": ">=14.17"
2667
+ }
2668
+ },
2669
+ "node_modules/ufo": {
2670
+ "version": "1.6.3",
2671
+ "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
2672
+ "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
2673
+ "license": "MIT"
2674
+ },
2675
+ "node_modules/undici-types": {
2676
+ "version": "5.26.5",
2677
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
2678
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
2679
+ "license": "MIT"
2680
+ },
2681
+ "node_modules/vite": {
2682
+ "version": "5.4.21",
2683
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
2684
+ "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
2685
+ "license": "MIT",
2686
+ "dependencies": {
2687
+ "esbuild": "^0.21.3",
2688
+ "postcss": "^8.4.43",
2689
+ "rollup": "^4.20.0"
2690
+ },
2691
+ "bin": {
2692
+ "vite": "bin/vite.js"
2693
+ },
2694
+ "engines": {
2695
+ "node": "^18.0.0 || >=20.0.0"
2696
+ },
2697
+ "funding": {
2698
+ "url": "https://github.com/vitejs/vite?sponsor=1"
2699
+ },
2700
+ "optionalDependencies": {
2701
+ "fsevents": "~2.3.3"
2702
+ },
2703
+ "peerDependencies": {
2704
+ "@types/node": "^18.0.0 || >=20.0.0",
2705
+ "less": "*",
2706
+ "lightningcss": "^1.21.0",
2707
+ "sass": "*",
2708
+ "sass-embedded": "*",
2709
+ "stylus": "*",
2710
+ "sugarss": "*",
2711
+ "terser": "^5.4.0"
2712
+ },
2713
+ "peerDependenciesMeta": {
2714
+ "@types/node": {
2715
+ "optional": true
2716
+ },
2717
+ "less": {
2718
+ "optional": true
2719
+ },
2720
+ "lightningcss": {
2721
+ "optional": true
2722
+ },
2723
+ "sass": {
2724
+ "optional": true
2725
+ },
2726
+ "sass-embedded": {
2727
+ "optional": true
2728
+ },
2729
+ "stylus": {
2730
+ "optional": true
2731
+ },
2732
+ "sugarss": {
2733
+ "optional": true
2734
+ },
2735
+ "terser": {
2736
+ "optional": true
2737
+ }
2738
+ }
2739
+ },
2740
+ "node_modules/vite-node": {
2741
+ "version": "1.6.1",
2742
+ "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.6.1.tgz",
2743
+ "integrity": "sha512-YAXkfvGtuTzwWbDSACdJSg4A4DZiAqckWe90Zapc/sEX3XvHcw1NdurM/6od8J207tSDqNbSsgdCacBgvJKFuA==",
2744
+ "license": "MIT",
2745
+ "dependencies": {
2746
+ "cac": "^6.7.14",
2747
+ "debug": "^4.3.4",
2748
+ "pathe": "^1.1.1",
2749
+ "picocolors": "^1.0.0",
2750
+ "vite": "^5.0.0"
2751
+ },
2752
+ "bin": {
2753
+ "vite-node": "vite-node.mjs"
2754
+ },
2755
+ "engines": {
2756
+ "node": "^18.0.0 || >=20.0.0"
2757
+ },
2758
+ "funding": {
2759
+ "url": "https://opencollective.com/vitest"
2760
+ }
2761
+ },
2762
+ "node_modules/vitest": {
2763
+ "version": "1.6.1",
2764
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-1.6.1.tgz",
2765
+ "integrity": "sha512-Ljb1cnSJSivGN0LqXd/zmDbWEM0RNNg2t1QW/XUhYl/qPqyu7CsqeWtqQXHVaJsecLPuDoak2oJcZN2QoRIOag==",
2766
+ "license": "MIT",
2767
+ "dependencies": {
2768
+ "@vitest/expect": "1.6.1",
2769
+ "@vitest/runner": "1.6.1",
2770
+ "@vitest/snapshot": "1.6.1",
2771
+ "@vitest/spy": "1.6.1",
2772
+ "@vitest/utils": "1.6.1",
2773
+ "acorn-walk": "^8.3.2",
2774
+ "chai": "^4.3.10",
2775
+ "debug": "^4.3.4",
2776
+ "execa": "^8.0.1",
2777
+ "local-pkg": "^0.5.0",
2778
+ "magic-string": "^0.30.5",
2779
+ "pathe": "^1.1.1",
2780
+ "picocolors": "^1.0.0",
2781
+ "std-env": "^3.5.0",
2782
+ "strip-literal": "^2.0.0",
2783
+ "tinybench": "^2.5.1",
2784
+ "tinypool": "^0.8.3",
2785
+ "vite": "^5.0.0",
2786
+ "vite-node": "1.6.1",
2787
+ "why-is-node-running": "^2.2.2"
2788
+ },
2789
+ "bin": {
2790
+ "vitest": "vitest.mjs"
2791
+ },
2792
+ "engines": {
2793
+ "node": "^18.0.0 || >=20.0.0"
2794
+ },
2795
+ "funding": {
2796
+ "url": "https://opencollective.com/vitest"
2797
+ },
2798
+ "peerDependencies": {
2799
+ "@edge-runtime/vm": "*",
2800
+ "@types/node": "^18.0.0 || >=20.0.0",
2801
+ "@vitest/browser": "1.6.1",
2802
+ "@vitest/ui": "1.6.1",
2803
+ "happy-dom": "*",
2804
+ "jsdom": "*"
2805
+ },
2806
+ "peerDependenciesMeta": {
2807
+ "@edge-runtime/vm": {
2808
+ "optional": true
2809
+ },
2810
+ "@types/node": {
2811
+ "optional": true
2812
+ },
2813
+ "@vitest/browser": {
2814
+ "optional": true
2815
+ },
2816
+ "@vitest/ui": {
2817
+ "optional": true
2818
+ },
2819
+ "happy-dom": {
2820
+ "optional": true
2821
+ },
2822
+ "jsdom": {
2823
+ "optional": true
2824
+ }
2825
+ }
2826
+ },
2827
+ "node_modules/vitest-environment-clarinet": {
2828
+ "version": "2.6.0",
2829
+ "resolved": "https://registry.npmjs.org/vitest-environment-clarinet/-/vitest-environment-clarinet-2.6.0.tgz",
2830
+ "integrity": "sha512-d89jxLJdXJqmoP+/Xbx5GHgf0EoAXVtjtZi34JlTACsIzqlAfUIVpxDWPI/2GV4V3AF9NLGhN4g8gU5ZgaOOEw==",
2831
+ "deprecated": "Please ugprade to vitest-environment-clarinet >= v3 and use @stacks/clarinet-sdk",
2832
+ "license": "GPL-3.0",
2833
+ "peerDependencies": {
2834
+ "@hirosystems/clarinet-sdk": ">=2.14.0",
2835
+ "vitest": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
2836
+ }
2837
+ },
2838
+ "node_modules/webidl-conversions": {
2839
+ "version": "3.0.1",
2840
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
2841
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
2842
+ "license": "BSD-2-Clause"
2843
+ },
2844
+ "node_modules/whatwg-url": {
2845
+ "version": "5.0.0",
2846
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
2847
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
2848
+ "license": "MIT",
2849
+ "dependencies": {
2850
+ "tr46": "~0.0.3",
2851
+ "webidl-conversions": "^3.0.0"
2852
+ }
2853
+ },
2854
+ "node_modules/which": {
2855
+ "version": "2.0.2",
2856
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2857
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2858
+ "license": "ISC",
2859
+ "dependencies": {
2860
+ "isexe": "^2.0.0"
2861
+ },
2862
+ "bin": {
2863
+ "node-which": "bin/node-which"
2864
+ },
2865
+ "engines": {
2866
+ "node": ">= 8"
2867
+ }
2868
+ },
2869
+ "node_modules/which-module": {
2870
+ "version": "2.0.1",
2871
+ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
2872
+ "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
2873
+ "license": "ISC"
2874
+ },
2875
+ "node_modules/why-is-node-running": {
2876
+ "version": "2.3.0",
2877
+ "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
2878
+ "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
2879
+ "license": "MIT",
2880
+ "dependencies": {
2881
+ "siginfo": "^2.0.0",
2882
+ "stackback": "0.0.2"
2883
+ },
2884
+ "bin": {
2885
+ "why-is-node-running": "cli.js"
2886
+ },
2887
+ "engines": {
2888
+ "node": ">=8"
2889
+ }
2890
+ },
2891
+ "node_modules/wrap-ansi": {
2892
+ "version": "7.0.0",
2893
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
2894
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
2895
+ "license": "MIT",
2896
+ "dependencies": {
2897
+ "ansi-styles": "^4.0.0",
2898
+ "string-width": "^4.1.0",
2899
+ "strip-ansi": "^6.0.0"
2900
+ },
2901
+ "engines": {
2902
+ "node": ">=10"
2903
+ },
2904
+ "funding": {
2905
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2906
+ }
2907
+ },
2908
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
2909
+ "version": "4.3.0",
2910
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2911
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2912
+ "license": "MIT",
2913
+ "dependencies": {
2914
+ "color-convert": "^2.0.1"
2915
+ },
2916
+ "engines": {
2917
+ "node": ">=8"
2918
+ },
2919
+ "funding": {
2920
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2921
+ }
2922
+ },
2923
+ "node_modules/wrap-ansi/node_modules/color-convert": {
2924
+ "version": "2.0.1",
2925
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2926
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2927
+ "license": "MIT",
2928
+ "dependencies": {
2929
+ "color-name": "~1.1.4"
2930
+ },
2931
+ "engines": {
2932
+ "node": ">=7.0.0"
2933
+ }
2934
+ },
2935
+ "node_modules/wrap-ansi/node_modules/color-name": {
2936
+ "version": "1.1.4",
2937
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2938
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2939
+ "license": "MIT"
2940
+ },
2941
+ "node_modules/y18n": {
2942
+ "version": "5.0.8",
2943
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
2944
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
2945
+ "license": "ISC",
2946
+ "engines": {
2947
+ "node": ">=10"
2948
+ }
2949
+ },
2950
+ "node_modules/yargs": {
2951
+ "version": "17.7.2",
2952
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
2953
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
2954
+ "license": "MIT",
2955
+ "dependencies": {
2956
+ "cliui": "^8.0.1",
2957
+ "escalade": "^3.1.1",
2958
+ "get-caller-file": "^2.0.5",
2959
+ "require-directory": "^2.1.1",
2960
+ "string-width": "^4.2.3",
2961
+ "y18n": "^5.0.5",
2962
+ "yargs-parser": "^21.1.1"
2963
+ },
2964
+ "engines": {
2965
+ "node": ">=12"
2966
+ }
2967
+ },
2968
+ "node_modules/yargs-parser": {
2969
+ "version": "21.1.1",
2970
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
2971
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
2972
+ "license": "ISC",
2973
+ "engines": {
2974
+ "node": ">=12"
2975
+ }
2976
+ },
2977
+ "node_modules/yocto-queue": {
2978
+ "version": "1.2.2",
2979
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
2980
+ "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
2981
+ "license": "MIT",
2982
+ "engines": {
2983
+ "node": ">=12.20"
2984
+ },
2985
+ "funding": {
2986
+ "url": "https://github.com/sponsors/sindresorhus"
2987
+ }
2988
+ }
2989
+ }
2990
+ }