package-lock.json 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305
  1. {
  2. "name": "@claude-mods/canvas-tui",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@claude-mods/canvas-tui",
  9. "version": "0.1.0",
  10. "license": "MIT",
  11. "dependencies": {
  12. "@inkjs/ui": "^2.0.0",
  13. "chalk": "^5.3.0",
  14. "chokidar": "^4.0.3",
  15. "ink": "^5.0.1",
  16. "marked": "^15.0.4",
  17. "marked-terminal": "^7.2.1",
  18. "meow": "^13.2.0",
  19. "react": "^18.3.1"
  20. },
  21. "bin": {
  22. "canvas-tui": "bin/canvas.js"
  23. },
  24. "devDependencies": {
  25. "@types/node": "^22.10.5",
  26. "@types/react": "^18.3.18",
  27. "typescript": "^5.7.2"
  28. },
  29. "engines": {
  30. "node": ">=18.0.0"
  31. }
  32. },
  33. "node_modules/@alcalzone/ansi-tokenize": {
  34. "version": "0.1.3",
  35. "resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.1.3.tgz",
  36. "integrity": "sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==",
  37. "license": "MIT",
  38. "dependencies": {
  39. "ansi-styles": "^6.2.1",
  40. "is-fullwidth-code-point": "^4.0.0"
  41. },
  42. "engines": {
  43. "node": ">=14.13.1"
  44. }
  45. },
  46. "node_modules/@colors/colors": {
  47. "version": "1.5.0",
  48. "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
  49. "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
  50. "license": "MIT",
  51. "optional": true,
  52. "engines": {
  53. "node": ">=0.1.90"
  54. }
  55. },
  56. "node_modules/@inkjs/ui": {
  57. "version": "2.0.0",
  58. "resolved": "https://registry.npmjs.org/@inkjs/ui/-/ui-2.0.0.tgz",
  59. "integrity": "sha512-5+8fJmwtF9UvikzLfph9sA+LS+l37Ij/szQltkuXLOAXwNkBX9innfzh4pLGXIB59vKEQUtc6D4qGvhD7h3pAg==",
  60. "license": "MIT",
  61. "dependencies": {
  62. "chalk": "^5.3.0",
  63. "cli-spinners": "^3.0.0",
  64. "deepmerge": "^4.3.1",
  65. "figures": "^6.1.0"
  66. },
  67. "engines": {
  68. "node": ">=18"
  69. },
  70. "peerDependencies": {
  71. "ink": ">=5"
  72. }
  73. },
  74. "node_modules/@sindresorhus/is": {
  75. "version": "4.6.0",
  76. "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
  77. "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
  78. "license": "MIT",
  79. "engines": {
  80. "node": ">=10"
  81. },
  82. "funding": {
  83. "url": "https://github.com/sindresorhus/is?sponsor=1"
  84. }
  85. },
  86. "node_modules/@types/node": {
  87. "version": "22.19.3",
  88. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.3.tgz",
  89. "integrity": "sha512-1N9SBnWYOJTrNZCdh/yJE+t910Y128BoyY+zBLWhL3r0TYzlTmFdXrPwHL9DyFZmlEXNQQolTZh3KHV31QDhyA==",
  90. "dev": true,
  91. "license": "MIT",
  92. "dependencies": {
  93. "undici-types": "~6.21.0"
  94. }
  95. },
  96. "node_modules/@types/prop-types": {
  97. "version": "15.7.15",
  98. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
  99. "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
  100. "devOptional": true,
  101. "license": "MIT"
  102. },
  103. "node_modules/@types/react": {
  104. "version": "18.3.27",
  105. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.27.tgz",
  106. "integrity": "sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w==",
  107. "devOptional": true,
  108. "license": "MIT",
  109. "dependencies": {
  110. "@types/prop-types": "*",
  111. "csstype": "^3.2.2"
  112. }
  113. },
  114. "node_modules/ansi-escapes": {
  115. "version": "7.2.0",
  116. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.2.0.tgz",
  117. "integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==",
  118. "license": "MIT",
  119. "dependencies": {
  120. "environment": "^1.0.0"
  121. },
  122. "engines": {
  123. "node": ">=18"
  124. },
  125. "funding": {
  126. "url": "https://github.com/sponsors/sindresorhus"
  127. }
  128. },
  129. "node_modules/ansi-regex": {
  130. "version": "6.2.2",
  131. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  132. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  133. "license": "MIT",
  134. "engines": {
  135. "node": ">=12"
  136. },
  137. "funding": {
  138. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  139. }
  140. },
  141. "node_modules/ansi-styles": {
  142. "version": "6.2.3",
  143. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  144. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  145. "license": "MIT",
  146. "engines": {
  147. "node": ">=12"
  148. },
  149. "funding": {
  150. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  151. }
  152. },
  153. "node_modules/any-promise": {
  154. "version": "1.3.0",
  155. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  156. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  157. "license": "MIT"
  158. },
  159. "node_modules/auto-bind": {
  160. "version": "5.0.1",
  161. "resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-5.0.1.tgz",
  162. "integrity": "sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==",
  163. "license": "MIT",
  164. "engines": {
  165. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  166. },
  167. "funding": {
  168. "url": "https://github.com/sponsors/sindresorhus"
  169. }
  170. },
  171. "node_modules/chalk": {
  172. "version": "5.6.2",
  173. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
  174. "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
  175. "license": "MIT",
  176. "engines": {
  177. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  178. },
  179. "funding": {
  180. "url": "https://github.com/chalk/chalk?sponsor=1"
  181. }
  182. },
  183. "node_modules/char-regex": {
  184. "version": "1.0.2",
  185. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  186. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  187. "license": "MIT",
  188. "engines": {
  189. "node": ">=10"
  190. }
  191. },
  192. "node_modules/chokidar": {
  193. "version": "4.0.3",
  194. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  195. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  196. "license": "MIT",
  197. "dependencies": {
  198. "readdirp": "^4.0.1"
  199. },
  200. "engines": {
  201. "node": ">= 14.16.0"
  202. },
  203. "funding": {
  204. "url": "https://paulmillr.com/funding/"
  205. }
  206. },
  207. "node_modules/cli-boxes": {
  208. "version": "3.0.0",
  209. "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
  210. "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
  211. "license": "MIT",
  212. "engines": {
  213. "node": ">=10"
  214. },
  215. "funding": {
  216. "url": "https://github.com/sponsors/sindresorhus"
  217. }
  218. },
  219. "node_modules/cli-cursor": {
  220. "version": "4.0.0",
  221. "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
  222. "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
  223. "license": "MIT",
  224. "dependencies": {
  225. "restore-cursor": "^4.0.0"
  226. },
  227. "engines": {
  228. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  229. },
  230. "funding": {
  231. "url": "https://github.com/sponsors/sindresorhus"
  232. }
  233. },
  234. "node_modules/cli-highlight": {
  235. "version": "2.1.11",
  236. "resolved": "https://registry.npmjs.org/cli-highlight/-/cli-highlight-2.1.11.tgz",
  237. "integrity": "sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==",
  238. "license": "ISC",
  239. "dependencies": {
  240. "chalk": "^4.0.0",
  241. "highlight.js": "^10.7.1",
  242. "mz": "^2.4.0",
  243. "parse5": "^5.1.1",
  244. "parse5-htmlparser2-tree-adapter": "^6.0.0",
  245. "yargs": "^16.0.0"
  246. },
  247. "bin": {
  248. "highlight": "bin/highlight"
  249. },
  250. "engines": {
  251. "node": ">=8.0.0",
  252. "npm": ">=5.0.0"
  253. }
  254. },
  255. "node_modules/cli-highlight/node_modules/ansi-styles": {
  256. "version": "4.3.0",
  257. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  258. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  259. "license": "MIT",
  260. "dependencies": {
  261. "color-convert": "^2.0.1"
  262. },
  263. "engines": {
  264. "node": ">=8"
  265. },
  266. "funding": {
  267. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  268. }
  269. },
  270. "node_modules/cli-highlight/node_modules/chalk": {
  271. "version": "4.1.2",
  272. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  273. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  274. "license": "MIT",
  275. "dependencies": {
  276. "ansi-styles": "^4.1.0",
  277. "supports-color": "^7.1.0"
  278. },
  279. "engines": {
  280. "node": ">=10"
  281. },
  282. "funding": {
  283. "url": "https://github.com/chalk/chalk?sponsor=1"
  284. }
  285. },
  286. "node_modules/cli-spinners": {
  287. "version": "3.3.0",
  288. "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-3.3.0.tgz",
  289. "integrity": "sha512-/+40ljC3ONVnYIttjMWrlL51nItDAbBrq2upN8BPyvGU/2n5Oxw3tbNwORCaNuNqLJnxGqOfjUuhsv7l5Q4IsQ==",
  290. "license": "MIT",
  291. "engines": {
  292. "node": ">=18.20"
  293. },
  294. "funding": {
  295. "url": "https://github.com/sponsors/sindresorhus"
  296. }
  297. },
  298. "node_modules/cli-table3": {
  299. "version": "0.6.5",
  300. "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz",
  301. "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==",
  302. "license": "MIT",
  303. "dependencies": {
  304. "string-width": "^4.2.0"
  305. },
  306. "engines": {
  307. "node": "10.* || >= 12.*"
  308. },
  309. "optionalDependencies": {
  310. "@colors/colors": "1.5.0"
  311. }
  312. },
  313. "node_modules/cli-table3/node_modules/ansi-regex": {
  314. "version": "5.0.1",
  315. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  316. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  317. "license": "MIT",
  318. "engines": {
  319. "node": ">=8"
  320. }
  321. },
  322. "node_modules/cli-table3/node_modules/emoji-regex": {
  323. "version": "8.0.0",
  324. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  325. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  326. "license": "MIT"
  327. },
  328. "node_modules/cli-table3/node_modules/is-fullwidth-code-point": {
  329. "version": "3.0.0",
  330. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  331. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  332. "license": "MIT",
  333. "engines": {
  334. "node": ">=8"
  335. }
  336. },
  337. "node_modules/cli-table3/node_modules/string-width": {
  338. "version": "4.2.3",
  339. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  340. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  341. "license": "MIT",
  342. "dependencies": {
  343. "emoji-regex": "^8.0.0",
  344. "is-fullwidth-code-point": "^3.0.0",
  345. "strip-ansi": "^6.0.1"
  346. },
  347. "engines": {
  348. "node": ">=8"
  349. }
  350. },
  351. "node_modules/cli-table3/node_modules/strip-ansi": {
  352. "version": "6.0.1",
  353. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  354. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  355. "license": "MIT",
  356. "dependencies": {
  357. "ansi-regex": "^5.0.1"
  358. },
  359. "engines": {
  360. "node": ">=8"
  361. }
  362. },
  363. "node_modules/cli-truncate": {
  364. "version": "4.0.0",
  365. "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz",
  366. "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==",
  367. "license": "MIT",
  368. "dependencies": {
  369. "slice-ansi": "^5.0.0",
  370. "string-width": "^7.0.0"
  371. },
  372. "engines": {
  373. "node": ">=18"
  374. },
  375. "funding": {
  376. "url": "https://github.com/sponsors/sindresorhus"
  377. }
  378. },
  379. "node_modules/cli-truncate/node_modules/slice-ansi": {
  380. "version": "5.0.0",
  381. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
  382. "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
  383. "license": "MIT",
  384. "dependencies": {
  385. "ansi-styles": "^6.0.0",
  386. "is-fullwidth-code-point": "^4.0.0"
  387. },
  388. "engines": {
  389. "node": ">=12"
  390. },
  391. "funding": {
  392. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  393. }
  394. },
  395. "node_modules/cliui": {
  396. "version": "7.0.4",
  397. "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  398. "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  399. "license": "ISC",
  400. "dependencies": {
  401. "string-width": "^4.2.0",
  402. "strip-ansi": "^6.0.0",
  403. "wrap-ansi": "^7.0.0"
  404. }
  405. },
  406. "node_modules/cliui/node_modules/ansi-regex": {
  407. "version": "5.0.1",
  408. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  409. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  410. "license": "MIT",
  411. "engines": {
  412. "node": ">=8"
  413. }
  414. },
  415. "node_modules/cliui/node_modules/ansi-styles": {
  416. "version": "4.3.0",
  417. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  418. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  419. "license": "MIT",
  420. "dependencies": {
  421. "color-convert": "^2.0.1"
  422. },
  423. "engines": {
  424. "node": ">=8"
  425. },
  426. "funding": {
  427. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  428. }
  429. },
  430. "node_modules/cliui/node_modules/emoji-regex": {
  431. "version": "8.0.0",
  432. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  433. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  434. "license": "MIT"
  435. },
  436. "node_modules/cliui/node_modules/is-fullwidth-code-point": {
  437. "version": "3.0.0",
  438. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  439. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  440. "license": "MIT",
  441. "engines": {
  442. "node": ">=8"
  443. }
  444. },
  445. "node_modules/cliui/node_modules/string-width": {
  446. "version": "4.2.3",
  447. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  448. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  449. "license": "MIT",
  450. "dependencies": {
  451. "emoji-regex": "^8.0.0",
  452. "is-fullwidth-code-point": "^3.0.0",
  453. "strip-ansi": "^6.0.1"
  454. },
  455. "engines": {
  456. "node": ">=8"
  457. }
  458. },
  459. "node_modules/cliui/node_modules/strip-ansi": {
  460. "version": "6.0.1",
  461. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  462. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  463. "license": "MIT",
  464. "dependencies": {
  465. "ansi-regex": "^5.0.1"
  466. },
  467. "engines": {
  468. "node": ">=8"
  469. }
  470. },
  471. "node_modules/cliui/node_modules/wrap-ansi": {
  472. "version": "7.0.0",
  473. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  474. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  475. "license": "MIT",
  476. "dependencies": {
  477. "ansi-styles": "^4.0.0",
  478. "string-width": "^4.1.0",
  479. "strip-ansi": "^6.0.0"
  480. },
  481. "engines": {
  482. "node": ">=10"
  483. },
  484. "funding": {
  485. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  486. }
  487. },
  488. "node_modules/code-excerpt": {
  489. "version": "4.0.0",
  490. "resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz",
  491. "integrity": "sha512-xxodCmBen3iy2i0WtAK8FlFNrRzjUqjRsMfho58xT/wvZU1YTM3fCnRjcy1gJPMepaRlgm/0e6w8SpWHpn3/cA==",
  492. "license": "MIT",
  493. "dependencies": {
  494. "convert-to-spaces": "^2.0.1"
  495. },
  496. "engines": {
  497. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  498. }
  499. },
  500. "node_modules/color-convert": {
  501. "version": "2.0.1",
  502. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  503. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  504. "license": "MIT",
  505. "dependencies": {
  506. "color-name": "~1.1.4"
  507. },
  508. "engines": {
  509. "node": ">=7.0.0"
  510. }
  511. },
  512. "node_modules/color-name": {
  513. "version": "1.1.4",
  514. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  515. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  516. "license": "MIT"
  517. },
  518. "node_modules/convert-to-spaces": {
  519. "version": "2.0.1",
  520. "resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz",
  521. "integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==",
  522. "license": "MIT",
  523. "engines": {
  524. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  525. }
  526. },
  527. "node_modules/csstype": {
  528. "version": "3.2.3",
  529. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  530. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  531. "devOptional": true,
  532. "license": "MIT"
  533. },
  534. "node_modules/deepmerge": {
  535. "version": "4.3.1",
  536. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  537. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  538. "license": "MIT",
  539. "engines": {
  540. "node": ">=0.10.0"
  541. }
  542. },
  543. "node_modules/emoji-regex": {
  544. "version": "10.6.0",
  545. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
  546. "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
  547. "license": "MIT"
  548. },
  549. "node_modules/emojilib": {
  550. "version": "2.4.0",
  551. "resolved": "https://registry.npmjs.org/emojilib/-/emojilib-2.4.0.tgz",
  552. "integrity": "sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==",
  553. "license": "MIT"
  554. },
  555. "node_modules/environment": {
  556. "version": "1.1.0",
  557. "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz",
  558. "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==",
  559. "license": "MIT",
  560. "engines": {
  561. "node": ">=18"
  562. },
  563. "funding": {
  564. "url": "https://github.com/sponsors/sindresorhus"
  565. }
  566. },
  567. "node_modules/es-toolkit": {
  568. "version": "1.43.0",
  569. "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.43.0.tgz",
  570. "integrity": "sha512-SKCT8AsWvYzBBuUqMk4NPwFlSdqLpJwmy6AP322ERn8W2YLIB6JBXnwMI2Qsh2gfphT3q7EKAxKb23cvFHFwKA==",
  571. "license": "MIT",
  572. "workspaces": [
  573. "docs",
  574. "benchmarks"
  575. ]
  576. },
  577. "node_modules/escalade": {
  578. "version": "3.2.0",
  579. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  580. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  581. "license": "MIT",
  582. "engines": {
  583. "node": ">=6"
  584. }
  585. },
  586. "node_modules/escape-string-regexp": {
  587. "version": "2.0.0",
  588. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  589. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  590. "license": "MIT",
  591. "engines": {
  592. "node": ">=8"
  593. }
  594. },
  595. "node_modules/figures": {
  596. "version": "6.1.0",
  597. "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
  598. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  599. "license": "MIT",
  600. "dependencies": {
  601. "is-unicode-supported": "^2.0.0"
  602. },
  603. "engines": {
  604. "node": ">=18"
  605. },
  606. "funding": {
  607. "url": "https://github.com/sponsors/sindresorhus"
  608. }
  609. },
  610. "node_modules/get-caller-file": {
  611. "version": "2.0.5",
  612. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  613. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  614. "license": "ISC",
  615. "engines": {
  616. "node": "6.* || 8.* || >= 10.*"
  617. }
  618. },
  619. "node_modules/get-east-asian-width": {
  620. "version": "1.4.0",
  621. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
  622. "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
  623. "license": "MIT",
  624. "engines": {
  625. "node": ">=18"
  626. },
  627. "funding": {
  628. "url": "https://github.com/sponsors/sindresorhus"
  629. }
  630. },
  631. "node_modules/has-flag": {
  632. "version": "4.0.0",
  633. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  634. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  635. "license": "MIT",
  636. "engines": {
  637. "node": ">=8"
  638. }
  639. },
  640. "node_modules/highlight.js": {
  641. "version": "10.7.3",
  642. "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
  643. "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
  644. "license": "BSD-3-Clause",
  645. "engines": {
  646. "node": "*"
  647. }
  648. },
  649. "node_modules/indent-string": {
  650. "version": "5.0.0",
  651. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
  652. "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
  653. "license": "MIT",
  654. "engines": {
  655. "node": ">=12"
  656. },
  657. "funding": {
  658. "url": "https://github.com/sponsors/sindresorhus"
  659. }
  660. },
  661. "node_modules/ink": {
  662. "version": "5.2.1",
  663. "resolved": "https://registry.npmjs.org/ink/-/ink-5.2.1.tgz",
  664. "integrity": "sha512-BqcUyWrG9zq5HIwW6JcfFHsIYebJkWWb4fczNah1goUO0vv5vneIlfwuS85twyJ5hYR/y18FlAYUxrO9ChIWVg==",
  665. "license": "MIT",
  666. "dependencies": {
  667. "@alcalzone/ansi-tokenize": "^0.1.3",
  668. "ansi-escapes": "^7.0.0",
  669. "ansi-styles": "^6.2.1",
  670. "auto-bind": "^5.0.1",
  671. "chalk": "^5.3.0",
  672. "cli-boxes": "^3.0.0",
  673. "cli-cursor": "^4.0.0",
  674. "cli-truncate": "^4.0.0",
  675. "code-excerpt": "^4.0.0",
  676. "es-toolkit": "^1.22.0",
  677. "indent-string": "^5.0.0",
  678. "is-in-ci": "^1.0.0",
  679. "patch-console": "^2.0.0",
  680. "react-reconciler": "^0.29.0",
  681. "scheduler": "^0.23.0",
  682. "signal-exit": "^3.0.7",
  683. "slice-ansi": "^7.1.0",
  684. "stack-utils": "^2.0.6",
  685. "string-width": "^7.2.0",
  686. "type-fest": "^4.27.0",
  687. "widest-line": "^5.0.0",
  688. "wrap-ansi": "^9.0.0",
  689. "ws": "^8.18.0",
  690. "yoga-layout": "~3.2.1"
  691. },
  692. "engines": {
  693. "node": ">=18"
  694. },
  695. "peerDependencies": {
  696. "@types/react": ">=18.0.0",
  697. "react": ">=18.0.0",
  698. "react-devtools-core": "^4.19.1"
  699. },
  700. "peerDependenciesMeta": {
  701. "@types/react": {
  702. "optional": true
  703. },
  704. "react-devtools-core": {
  705. "optional": true
  706. }
  707. }
  708. },
  709. "node_modules/is-fullwidth-code-point": {
  710. "version": "4.0.0",
  711. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
  712. "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
  713. "license": "MIT",
  714. "engines": {
  715. "node": ">=12"
  716. },
  717. "funding": {
  718. "url": "https://github.com/sponsors/sindresorhus"
  719. }
  720. },
  721. "node_modules/is-in-ci": {
  722. "version": "1.0.0",
  723. "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz",
  724. "integrity": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==",
  725. "license": "MIT",
  726. "bin": {
  727. "is-in-ci": "cli.js"
  728. },
  729. "engines": {
  730. "node": ">=18"
  731. },
  732. "funding": {
  733. "url": "https://github.com/sponsors/sindresorhus"
  734. }
  735. },
  736. "node_modules/is-unicode-supported": {
  737. "version": "2.1.0",
  738. "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  739. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  740. "license": "MIT",
  741. "engines": {
  742. "node": ">=18"
  743. },
  744. "funding": {
  745. "url": "https://github.com/sponsors/sindresorhus"
  746. }
  747. },
  748. "node_modules/js-tokens": {
  749. "version": "4.0.0",
  750. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  751. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  752. "license": "MIT"
  753. },
  754. "node_modules/loose-envify": {
  755. "version": "1.4.0",
  756. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  757. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  758. "license": "MIT",
  759. "dependencies": {
  760. "js-tokens": "^3.0.0 || ^4.0.0"
  761. },
  762. "bin": {
  763. "loose-envify": "cli.js"
  764. }
  765. },
  766. "node_modules/marked": {
  767. "version": "15.0.12",
  768. "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz",
  769. "integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
  770. "license": "MIT",
  771. "bin": {
  772. "marked": "bin/marked.js"
  773. },
  774. "engines": {
  775. "node": ">= 18"
  776. }
  777. },
  778. "node_modules/marked-terminal": {
  779. "version": "7.3.0",
  780. "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-7.3.0.tgz",
  781. "integrity": "sha512-t4rBvPsHc57uE/2nJOLmMbZCQ4tgAccAED3ngXQqW6g+TxA488JzJ+FK3lQkzBQOI1mRV/r/Kq+1ZlJ4D0owQw==",
  782. "license": "MIT",
  783. "dependencies": {
  784. "ansi-escapes": "^7.0.0",
  785. "ansi-regex": "^6.1.0",
  786. "chalk": "^5.4.1",
  787. "cli-highlight": "^2.1.11",
  788. "cli-table3": "^0.6.5",
  789. "node-emoji": "^2.2.0",
  790. "supports-hyperlinks": "^3.1.0"
  791. },
  792. "engines": {
  793. "node": ">=16.0.0"
  794. },
  795. "peerDependencies": {
  796. "marked": ">=1 <16"
  797. }
  798. },
  799. "node_modules/meow": {
  800. "version": "13.2.0",
  801. "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
  802. "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
  803. "license": "MIT",
  804. "engines": {
  805. "node": ">=18"
  806. },
  807. "funding": {
  808. "url": "https://github.com/sponsors/sindresorhus"
  809. }
  810. },
  811. "node_modules/mimic-fn": {
  812. "version": "2.1.0",
  813. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  814. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  815. "license": "MIT",
  816. "engines": {
  817. "node": ">=6"
  818. }
  819. },
  820. "node_modules/mz": {
  821. "version": "2.7.0",
  822. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  823. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  824. "license": "MIT",
  825. "dependencies": {
  826. "any-promise": "^1.0.0",
  827. "object-assign": "^4.0.1",
  828. "thenify-all": "^1.0.0"
  829. }
  830. },
  831. "node_modules/node-emoji": {
  832. "version": "2.2.0",
  833. "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-2.2.0.tgz",
  834. "integrity": "sha512-Z3lTE9pLaJF47NyMhd4ww1yFTAP8YhYI8SleJiHzM46Fgpm5cnNzSl9XfzFNqbaz+VlJrIj3fXQ4DeN1Rjm6cw==",
  835. "license": "MIT",
  836. "dependencies": {
  837. "@sindresorhus/is": "^4.6.0",
  838. "char-regex": "^1.0.2",
  839. "emojilib": "^2.4.0",
  840. "skin-tone": "^2.0.0"
  841. },
  842. "engines": {
  843. "node": ">=18"
  844. }
  845. },
  846. "node_modules/object-assign": {
  847. "version": "4.1.1",
  848. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  849. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  850. "license": "MIT",
  851. "engines": {
  852. "node": ">=0.10.0"
  853. }
  854. },
  855. "node_modules/onetime": {
  856. "version": "5.1.2",
  857. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  858. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  859. "license": "MIT",
  860. "dependencies": {
  861. "mimic-fn": "^2.1.0"
  862. },
  863. "engines": {
  864. "node": ">=6"
  865. },
  866. "funding": {
  867. "url": "https://github.com/sponsors/sindresorhus"
  868. }
  869. },
  870. "node_modules/parse5": {
  871. "version": "5.1.1",
  872. "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz",
  873. "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==",
  874. "license": "MIT"
  875. },
  876. "node_modules/parse5-htmlparser2-tree-adapter": {
  877. "version": "6.0.1",
  878. "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz",
  879. "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==",
  880. "license": "MIT",
  881. "dependencies": {
  882. "parse5": "^6.0.1"
  883. }
  884. },
  885. "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": {
  886. "version": "6.0.1",
  887. "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
  888. "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
  889. "license": "MIT"
  890. },
  891. "node_modules/patch-console": {
  892. "version": "2.0.0",
  893. "resolved": "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz",
  894. "integrity": "sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==",
  895. "license": "MIT",
  896. "engines": {
  897. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  898. }
  899. },
  900. "node_modules/react": {
  901. "version": "18.3.1",
  902. "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
  903. "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
  904. "license": "MIT",
  905. "dependencies": {
  906. "loose-envify": "^1.1.0"
  907. },
  908. "engines": {
  909. "node": ">=0.10.0"
  910. }
  911. },
  912. "node_modules/react-reconciler": {
  913. "version": "0.29.2",
  914. "resolved": "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.29.2.tgz",
  915. "integrity": "sha512-zZQqIiYgDCTP/f1N/mAR10nJGrPD2ZR+jDSEsKWJHYC7Cm2wodlwbR3upZRdC3cjIjSlTLNVyO7Iu0Yy7t2AYg==",
  916. "license": "MIT",
  917. "dependencies": {
  918. "loose-envify": "^1.1.0",
  919. "scheduler": "^0.23.2"
  920. },
  921. "engines": {
  922. "node": ">=0.10.0"
  923. },
  924. "peerDependencies": {
  925. "react": "^18.3.1"
  926. }
  927. },
  928. "node_modules/readdirp": {
  929. "version": "4.1.2",
  930. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  931. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  932. "license": "MIT",
  933. "engines": {
  934. "node": ">= 14.18.0"
  935. },
  936. "funding": {
  937. "type": "individual",
  938. "url": "https://paulmillr.com/funding/"
  939. }
  940. },
  941. "node_modules/require-directory": {
  942. "version": "2.1.1",
  943. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  944. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  945. "license": "MIT",
  946. "engines": {
  947. "node": ">=0.10.0"
  948. }
  949. },
  950. "node_modules/restore-cursor": {
  951. "version": "4.0.0",
  952. "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
  953. "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
  954. "license": "MIT",
  955. "dependencies": {
  956. "onetime": "^5.1.0",
  957. "signal-exit": "^3.0.2"
  958. },
  959. "engines": {
  960. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  961. },
  962. "funding": {
  963. "url": "https://github.com/sponsors/sindresorhus"
  964. }
  965. },
  966. "node_modules/scheduler": {
  967. "version": "0.23.2",
  968. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
  969. "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
  970. "license": "MIT",
  971. "dependencies": {
  972. "loose-envify": "^1.1.0"
  973. }
  974. },
  975. "node_modules/signal-exit": {
  976. "version": "3.0.7",
  977. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  978. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  979. "license": "ISC"
  980. },
  981. "node_modules/skin-tone": {
  982. "version": "2.0.0",
  983. "resolved": "https://registry.npmjs.org/skin-tone/-/skin-tone-2.0.0.tgz",
  984. "integrity": "sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==",
  985. "license": "MIT",
  986. "dependencies": {
  987. "unicode-emoji-modifier-base": "^1.0.0"
  988. },
  989. "engines": {
  990. "node": ">=8"
  991. }
  992. },
  993. "node_modules/slice-ansi": {
  994. "version": "7.1.2",
  995. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz",
  996. "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==",
  997. "license": "MIT",
  998. "dependencies": {
  999. "ansi-styles": "^6.2.1",
  1000. "is-fullwidth-code-point": "^5.0.0"
  1001. },
  1002. "engines": {
  1003. "node": ">=18"
  1004. },
  1005. "funding": {
  1006. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  1007. }
  1008. },
  1009. "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
  1010. "version": "5.1.0",
  1011. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
  1012. "integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==",
  1013. "license": "MIT",
  1014. "dependencies": {
  1015. "get-east-asian-width": "^1.3.1"
  1016. },
  1017. "engines": {
  1018. "node": ">=18"
  1019. },
  1020. "funding": {
  1021. "url": "https://github.com/sponsors/sindresorhus"
  1022. }
  1023. },
  1024. "node_modules/stack-utils": {
  1025. "version": "2.0.6",
  1026. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
  1027. "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
  1028. "license": "MIT",
  1029. "dependencies": {
  1030. "escape-string-regexp": "^2.0.0"
  1031. },
  1032. "engines": {
  1033. "node": ">=10"
  1034. }
  1035. },
  1036. "node_modules/string-width": {
  1037. "version": "7.2.0",
  1038. "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
  1039. "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
  1040. "license": "MIT",
  1041. "dependencies": {
  1042. "emoji-regex": "^10.3.0",
  1043. "get-east-asian-width": "^1.0.0",
  1044. "strip-ansi": "^7.1.0"
  1045. },
  1046. "engines": {
  1047. "node": ">=18"
  1048. },
  1049. "funding": {
  1050. "url": "https://github.com/sponsors/sindresorhus"
  1051. }
  1052. },
  1053. "node_modules/strip-ansi": {
  1054. "version": "7.1.2",
  1055. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  1056. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  1057. "license": "MIT",
  1058. "dependencies": {
  1059. "ansi-regex": "^6.0.1"
  1060. },
  1061. "engines": {
  1062. "node": ">=12"
  1063. },
  1064. "funding": {
  1065. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  1066. }
  1067. },
  1068. "node_modules/supports-color": {
  1069. "version": "7.2.0",
  1070. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  1071. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  1072. "license": "MIT",
  1073. "dependencies": {
  1074. "has-flag": "^4.0.0"
  1075. },
  1076. "engines": {
  1077. "node": ">=8"
  1078. }
  1079. },
  1080. "node_modules/supports-hyperlinks": {
  1081. "version": "3.2.0",
  1082. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz",
  1083. "integrity": "sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==",
  1084. "license": "MIT",
  1085. "dependencies": {
  1086. "has-flag": "^4.0.0",
  1087. "supports-color": "^7.0.0"
  1088. },
  1089. "engines": {
  1090. "node": ">=14.18"
  1091. },
  1092. "funding": {
  1093. "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
  1094. }
  1095. },
  1096. "node_modules/thenify": {
  1097. "version": "3.3.1",
  1098. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  1099. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  1100. "license": "MIT",
  1101. "dependencies": {
  1102. "any-promise": "^1.0.0"
  1103. }
  1104. },
  1105. "node_modules/thenify-all": {
  1106. "version": "1.6.0",
  1107. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  1108. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  1109. "license": "MIT",
  1110. "dependencies": {
  1111. "thenify": ">= 3.1.0 < 4"
  1112. },
  1113. "engines": {
  1114. "node": ">=0.8"
  1115. }
  1116. },
  1117. "node_modules/type-fest": {
  1118. "version": "4.41.0",
  1119. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
  1120. "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
  1121. "license": "(MIT OR CC0-1.0)",
  1122. "engines": {
  1123. "node": ">=16"
  1124. },
  1125. "funding": {
  1126. "url": "https://github.com/sponsors/sindresorhus"
  1127. }
  1128. },
  1129. "node_modules/typescript": {
  1130. "version": "5.9.3",
  1131. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  1132. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  1133. "dev": true,
  1134. "license": "Apache-2.0",
  1135. "bin": {
  1136. "tsc": "bin/tsc",
  1137. "tsserver": "bin/tsserver"
  1138. },
  1139. "engines": {
  1140. "node": ">=14.17"
  1141. }
  1142. },
  1143. "node_modules/undici-types": {
  1144. "version": "6.21.0",
  1145. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  1146. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  1147. "dev": true,
  1148. "license": "MIT"
  1149. },
  1150. "node_modules/unicode-emoji-modifier-base": {
  1151. "version": "1.0.0",
  1152. "resolved": "https://registry.npmjs.org/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz",
  1153. "integrity": "sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==",
  1154. "license": "MIT",
  1155. "engines": {
  1156. "node": ">=4"
  1157. }
  1158. },
  1159. "node_modules/widest-line": {
  1160. "version": "5.0.0",
  1161. "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
  1162. "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
  1163. "license": "MIT",
  1164. "dependencies": {
  1165. "string-width": "^7.0.0"
  1166. },
  1167. "engines": {
  1168. "node": ">=18"
  1169. },
  1170. "funding": {
  1171. "url": "https://github.com/sponsors/sindresorhus"
  1172. }
  1173. },
  1174. "node_modules/wrap-ansi": {
  1175. "version": "9.0.2",
  1176. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
  1177. "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
  1178. "license": "MIT",
  1179. "dependencies": {
  1180. "ansi-styles": "^6.2.1",
  1181. "string-width": "^7.0.0",
  1182. "strip-ansi": "^7.1.0"
  1183. },
  1184. "engines": {
  1185. "node": ">=18"
  1186. },
  1187. "funding": {
  1188. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1189. }
  1190. },
  1191. "node_modules/ws": {
  1192. "version": "8.19.0",
  1193. "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
  1194. "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
  1195. "license": "MIT",
  1196. "engines": {
  1197. "node": ">=10.0.0"
  1198. },
  1199. "peerDependencies": {
  1200. "bufferutil": "^4.0.1",
  1201. "utf-8-validate": ">=5.0.2"
  1202. },
  1203. "peerDependenciesMeta": {
  1204. "bufferutil": {
  1205. "optional": true
  1206. },
  1207. "utf-8-validate": {
  1208. "optional": true
  1209. }
  1210. }
  1211. },
  1212. "node_modules/y18n": {
  1213. "version": "5.0.8",
  1214. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  1215. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  1216. "license": "ISC",
  1217. "engines": {
  1218. "node": ">=10"
  1219. }
  1220. },
  1221. "node_modules/yargs": {
  1222. "version": "16.2.0",
  1223. "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  1224. "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  1225. "license": "MIT",
  1226. "dependencies": {
  1227. "cliui": "^7.0.2",
  1228. "escalade": "^3.1.1",
  1229. "get-caller-file": "^2.0.5",
  1230. "require-directory": "^2.1.1",
  1231. "string-width": "^4.2.0",
  1232. "y18n": "^5.0.5",
  1233. "yargs-parser": "^20.2.2"
  1234. },
  1235. "engines": {
  1236. "node": ">=10"
  1237. }
  1238. },
  1239. "node_modules/yargs-parser": {
  1240. "version": "20.2.9",
  1241. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  1242. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  1243. "license": "ISC",
  1244. "engines": {
  1245. "node": ">=10"
  1246. }
  1247. },
  1248. "node_modules/yargs/node_modules/ansi-regex": {
  1249. "version": "5.0.1",
  1250. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  1251. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  1252. "license": "MIT",
  1253. "engines": {
  1254. "node": ">=8"
  1255. }
  1256. },
  1257. "node_modules/yargs/node_modules/emoji-regex": {
  1258. "version": "8.0.0",
  1259. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  1260. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  1261. "license": "MIT"
  1262. },
  1263. "node_modules/yargs/node_modules/is-fullwidth-code-point": {
  1264. "version": "3.0.0",
  1265. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  1266. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  1267. "license": "MIT",
  1268. "engines": {
  1269. "node": ">=8"
  1270. }
  1271. },
  1272. "node_modules/yargs/node_modules/string-width": {
  1273. "version": "4.2.3",
  1274. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  1275. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  1276. "license": "MIT",
  1277. "dependencies": {
  1278. "emoji-regex": "^8.0.0",
  1279. "is-fullwidth-code-point": "^3.0.0",
  1280. "strip-ansi": "^6.0.1"
  1281. },
  1282. "engines": {
  1283. "node": ">=8"
  1284. }
  1285. },
  1286. "node_modules/yargs/node_modules/strip-ansi": {
  1287. "version": "6.0.1",
  1288. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  1289. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  1290. "license": "MIT",
  1291. "dependencies": {
  1292. "ansi-regex": "^5.0.1"
  1293. },
  1294. "engines": {
  1295. "node": ">=8"
  1296. }
  1297. },
  1298. "node_modules/yoga-layout": {
  1299. "version": "3.2.1",
  1300. "resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-3.2.1.tgz",
  1301. "integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==",
  1302. "license": "MIT"
  1303. }
  1304. }
  1305. }