package-lock.json 78 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228
  1. {
  2. "name": "audio_codebuddy",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "claude-mem": "^12.3.8"
  9. },
  10. "devDependencies": {
  11. "@playwright/test": "^1.60.0",
  12. "playwright": "^1.59.1"
  13. }
  14. },
  15. "node_modules/@anthropic-ai/claude-agent-sdk": {
  16. "version": "0.1.77",
  17. "resolved": "https://registry.npmmirror.com/@anthropic-ai/claude-agent-sdk/-/claude-agent-sdk-0.1.77.tgz",
  18. "integrity": "sha512-ZEjWQtkoB2MEY6K16DWMmF+8OhywAynH0m08V265cerbZ8xPD/2Ng2jPzbbO40mPeFSsMDJboShL+a3aObP0Jg==",
  19. "license": "SEE LICENSE IN README.md",
  20. "engines": {
  21. "node": ">=18.0.0"
  22. },
  23. "optionalDependencies": {
  24. "@img/sharp-darwin-arm64": "^0.33.5",
  25. "@img/sharp-darwin-x64": "^0.33.5",
  26. "@img/sharp-linux-arm": "^0.33.5",
  27. "@img/sharp-linux-arm64": "^0.33.5",
  28. "@img/sharp-linux-x64": "^0.33.5",
  29. "@img/sharp-linuxmusl-arm64": "^0.33.5",
  30. "@img/sharp-linuxmusl-x64": "^0.33.5",
  31. "@img/sharp-win32-x64": "^0.33.5"
  32. },
  33. "peerDependencies": {
  34. "zod": "^3.25.0 || ^4.0.0"
  35. }
  36. },
  37. "node_modules/@clack/core": {
  38. "version": "0.4.1",
  39. "resolved": "https://registry.npmmirror.com/@clack/core/-/core-0.4.1.tgz",
  40. "integrity": "sha512-Pxhij4UXg8KSr7rPek6Zowm+5M22rbd2g1nfojHJkxp5YkFqiZ2+YLEM/XGVIzvGOcM0nqjIFxrpDwWRZYWYjA==",
  41. "license": "MIT",
  42. "dependencies": {
  43. "picocolors": "^1.0.0",
  44. "sisteransi": "^1.0.5"
  45. }
  46. },
  47. "node_modules/@clack/prompts": {
  48. "version": "0.9.1",
  49. "resolved": "https://registry.npmmirror.com/@clack/prompts/-/prompts-0.9.1.tgz",
  50. "integrity": "sha512-JIpyaboYZeWYlyP0H+OoPPxd6nqueG/CmN6ixBiNFsIDHREevjIf0n0Ohh5gr5C8pEDknzgvz+pIJ8dMhzWIeg==",
  51. "license": "MIT",
  52. "dependencies": {
  53. "@clack/core": "0.4.1",
  54. "picocolors": "^1.0.0",
  55. "sisteransi": "^1.0.5"
  56. }
  57. },
  58. "node_modules/@hono/node-server": {
  59. "version": "1.19.14",
  60. "resolved": "https://registry.npmmirror.com/@hono/node-server/-/node-server-1.19.14.tgz",
  61. "integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==",
  62. "license": "MIT",
  63. "engines": {
  64. "node": ">=18.14.1"
  65. },
  66. "peerDependencies": {
  67. "hono": "^4"
  68. }
  69. },
  70. "node_modules/@img/sharp-darwin-arm64": {
  71. "version": "0.33.5",
  72. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
  73. "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
  74. "cpu": [
  75. "arm64"
  76. ],
  77. "license": "Apache-2.0",
  78. "optional": true,
  79. "os": [
  80. "darwin"
  81. ],
  82. "engines": {
  83. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  84. },
  85. "funding": {
  86. "url": "https://opencollective.com/libvips"
  87. },
  88. "optionalDependencies": {
  89. "@img/sharp-libvips-darwin-arm64": "1.0.4"
  90. }
  91. },
  92. "node_modules/@img/sharp-darwin-x64": {
  93. "version": "0.33.5",
  94. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
  95. "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
  96. "cpu": [
  97. "x64"
  98. ],
  99. "license": "Apache-2.0",
  100. "optional": true,
  101. "os": [
  102. "darwin"
  103. ],
  104. "engines": {
  105. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  106. },
  107. "funding": {
  108. "url": "https://opencollective.com/libvips"
  109. },
  110. "optionalDependencies": {
  111. "@img/sharp-libvips-darwin-x64": "1.0.4"
  112. }
  113. },
  114. "node_modules/@img/sharp-libvips-darwin-arm64": {
  115. "version": "1.0.4",
  116. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
  117. "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
  118. "cpu": [
  119. "arm64"
  120. ],
  121. "license": "LGPL-3.0-or-later",
  122. "optional": true,
  123. "os": [
  124. "darwin"
  125. ],
  126. "funding": {
  127. "url": "https://opencollective.com/libvips"
  128. }
  129. },
  130. "node_modules/@img/sharp-libvips-darwin-x64": {
  131. "version": "1.0.4",
  132. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
  133. "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
  134. "cpu": [
  135. "x64"
  136. ],
  137. "license": "LGPL-3.0-or-later",
  138. "optional": true,
  139. "os": [
  140. "darwin"
  141. ],
  142. "funding": {
  143. "url": "https://opencollective.com/libvips"
  144. }
  145. },
  146. "node_modules/@img/sharp-libvips-linux-arm": {
  147. "version": "1.0.5",
  148. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
  149. "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
  150. "cpu": [
  151. "arm"
  152. ],
  153. "license": "LGPL-3.0-or-later",
  154. "optional": true,
  155. "os": [
  156. "linux"
  157. ],
  158. "funding": {
  159. "url": "https://opencollective.com/libvips"
  160. }
  161. },
  162. "node_modules/@img/sharp-libvips-linux-arm64": {
  163. "version": "1.0.4",
  164. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
  165. "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
  166. "cpu": [
  167. "arm64"
  168. ],
  169. "license": "LGPL-3.0-or-later",
  170. "optional": true,
  171. "os": [
  172. "linux"
  173. ],
  174. "funding": {
  175. "url": "https://opencollective.com/libvips"
  176. }
  177. },
  178. "node_modules/@img/sharp-libvips-linux-x64": {
  179. "version": "1.0.4",
  180. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
  181. "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
  182. "cpu": [
  183. "x64"
  184. ],
  185. "license": "LGPL-3.0-or-later",
  186. "optional": true,
  187. "os": [
  188. "linux"
  189. ],
  190. "funding": {
  191. "url": "https://opencollective.com/libvips"
  192. }
  193. },
  194. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  195. "version": "1.0.4",
  196. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
  197. "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
  198. "cpu": [
  199. "arm64"
  200. ],
  201. "license": "LGPL-3.0-or-later",
  202. "optional": true,
  203. "os": [
  204. "linux"
  205. ],
  206. "funding": {
  207. "url": "https://opencollective.com/libvips"
  208. }
  209. },
  210. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  211. "version": "1.0.4",
  212. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
  213. "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
  214. "cpu": [
  215. "x64"
  216. ],
  217. "license": "LGPL-3.0-or-later",
  218. "optional": true,
  219. "os": [
  220. "linux"
  221. ],
  222. "funding": {
  223. "url": "https://opencollective.com/libvips"
  224. }
  225. },
  226. "node_modules/@img/sharp-linux-arm": {
  227. "version": "0.33.5",
  228. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
  229. "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
  230. "cpu": [
  231. "arm"
  232. ],
  233. "license": "Apache-2.0",
  234. "optional": true,
  235. "os": [
  236. "linux"
  237. ],
  238. "engines": {
  239. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  240. },
  241. "funding": {
  242. "url": "https://opencollective.com/libvips"
  243. },
  244. "optionalDependencies": {
  245. "@img/sharp-libvips-linux-arm": "1.0.5"
  246. }
  247. },
  248. "node_modules/@img/sharp-linux-arm64": {
  249. "version": "0.33.5",
  250. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
  251. "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
  252. "cpu": [
  253. "arm64"
  254. ],
  255. "license": "Apache-2.0",
  256. "optional": true,
  257. "os": [
  258. "linux"
  259. ],
  260. "engines": {
  261. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  262. },
  263. "funding": {
  264. "url": "https://opencollective.com/libvips"
  265. },
  266. "optionalDependencies": {
  267. "@img/sharp-libvips-linux-arm64": "1.0.4"
  268. }
  269. },
  270. "node_modules/@img/sharp-linux-x64": {
  271. "version": "0.33.5",
  272. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
  273. "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
  274. "cpu": [
  275. "x64"
  276. ],
  277. "license": "Apache-2.0",
  278. "optional": true,
  279. "os": [
  280. "linux"
  281. ],
  282. "engines": {
  283. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  284. },
  285. "funding": {
  286. "url": "https://opencollective.com/libvips"
  287. },
  288. "optionalDependencies": {
  289. "@img/sharp-libvips-linux-x64": "1.0.4"
  290. }
  291. },
  292. "node_modules/@img/sharp-linuxmusl-arm64": {
  293. "version": "0.33.5",
  294. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
  295. "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
  296. "cpu": [
  297. "arm64"
  298. ],
  299. "license": "Apache-2.0",
  300. "optional": true,
  301. "os": [
  302. "linux"
  303. ],
  304. "engines": {
  305. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  306. },
  307. "funding": {
  308. "url": "https://opencollective.com/libvips"
  309. },
  310. "optionalDependencies": {
  311. "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
  312. }
  313. },
  314. "node_modules/@img/sharp-linuxmusl-x64": {
  315. "version": "0.33.5",
  316. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
  317. "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
  318. "cpu": [
  319. "x64"
  320. ],
  321. "license": "Apache-2.0",
  322. "optional": true,
  323. "os": [
  324. "linux"
  325. ],
  326. "engines": {
  327. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  328. },
  329. "funding": {
  330. "url": "https://opencollective.com/libvips"
  331. },
  332. "optionalDependencies": {
  333. "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
  334. }
  335. },
  336. "node_modules/@img/sharp-win32-x64": {
  337. "version": "0.33.5",
  338. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
  339. "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
  340. "cpu": [
  341. "x64"
  342. ],
  343. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  344. "optional": true,
  345. "os": [
  346. "win32"
  347. ],
  348. "engines": {
  349. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  350. },
  351. "funding": {
  352. "url": "https://opencollective.com/libvips"
  353. }
  354. },
  355. "node_modules/@modelcontextprotocol/sdk": {
  356. "version": "1.29.0",
  357. "resolved": "https://registry.npmmirror.com/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
  358. "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==",
  359. "license": "MIT",
  360. "dependencies": {
  361. "@hono/node-server": "^1.19.9",
  362. "ajv": "^8.17.1",
  363. "ajv-formats": "^3.0.1",
  364. "content-type": "^1.0.5",
  365. "cors": "^2.8.5",
  366. "cross-spawn": "^7.0.5",
  367. "eventsource": "^3.0.2",
  368. "eventsource-parser": "^3.0.0",
  369. "express": "^5.2.1",
  370. "express-rate-limit": "^8.2.1",
  371. "hono": "^4.11.4",
  372. "jose": "^6.1.3",
  373. "json-schema-typed": "^8.0.2",
  374. "pkce-challenge": "^5.0.0",
  375. "raw-body": "^3.0.0",
  376. "zod": "^3.25 || ^4.0",
  377. "zod-to-json-schema": "^3.25.1"
  378. },
  379. "engines": {
  380. "node": ">=18"
  381. },
  382. "peerDependencies": {
  383. "@cfworker/json-schema": "^4.1.1",
  384. "zod": "^3.25 || ^4.0"
  385. },
  386. "peerDependenciesMeta": {
  387. "@cfworker/json-schema": {
  388. "optional": true
  389. },
  390. "zod": {
  391. "optional": false
  392. }
  393. }
  394. },
  395. "node_modules/@modelcontextprotocol/sdk/node_modules/accepts": {
  396. "version": "2.0.0",
  397. "resolved": "https://registry.npmmirror.com/accepts/-/accepts-2.0.0.tgz",
  398. "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
  399. "license": "MIT",
  400. "dependencies": {
  401. "mime-types": "^3.0.0",
  402. "negotiator": "^1.0.0"
  403. },
  404. "engines": {
  405. "node": ">= 0.6"
  406. }
  407. },
  408. "node_modules/@modelcontextprotocol/sdk/node_modules/body-parser": {
  409. "version": "2.2.2",
  410. "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-2.2.2.tgz",
  411. "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
  412. "license": "MIT",
  413. "dependencies": {
  414. "bytes": "^3.1.2",
  415. "content-type": "^1.0.5",
  416. "debug": "^4.4.3",
  417. "http-errors": "^2.0.0",
  418. "iconv-lite": "^0.7.0",
  419. "on-finished": "^2.4.1",
  420. "qs": "^6.14.1",
  421. "raw-body": "^3.0.1",
  422. "type-is": "^2.0.1"
  423. },
  424. "engines": {
  425. "node": ">=18"
  426. },
  427. "funding": {
  428. "type": "opencollective",
  429. "url": "https://opencollective.com/express"
  430. }
  431. },
  432. "node_modules/@modelcontextprotocol/sdk/node_modules/content-disposition": {
  433. "version": "1.1.0",
  434. "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-1.1.0.tgz",
  435. "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
  436. "license": "MIT",
  437. "engines": {
  438. "node": ">=18"
  439. },
  440. "funding": {
  441. "type": "opencollective",
  442. "url": "https://opencollective.com/express"
  443. }
  444. },
  445. "node_modules/@modelcontextprotocol/sdk/node_modules/cookie-signature": {
  446. "version": "1.2.2",
  447. "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.2.2.tgz",
  448. "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
  449. "license": "MIT",
  450. "engines": {
  451. "node": ">=6.6.0"
  452. }
  453. },
  454. "node_modules/@modelcontextprotocol/sdk/node_modules/debug": {
  455. "version": "4.4.3",
  456. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  457. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  458. "license": "MIT",
  459. "dependencies": {
  460. "ms": "^2.1.3"
  461. },
  462. "engines": {
  463. "node": ">=6.0"
  464. },
  465. "peerDependenciesMeta": {
  466. "supports-color": {
  467. "optional": true
  468. }
  469. }
  470. },
  471. "node_modules/@modelcontextprotocol/sdk/node_modules/express": {
  472. "version": "5.2.1",
  473. "resolved": "https://registry.npmmirror.com/express/-/express-5.2.1.tgz",
  474. "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
  475. "license": "MIT",
  476. "dependencies": {
  477. "accepts": "^2.0.0",
  478. "body-parser": "^2.2.1",
  479. "content-disposition": "^1.0.0",
  480. "content-type": "^1.0.5",
  481. "cookie": "^0.7.1",
  482. "cookie-signature": "^1.2.1",
  483. "debug": "^4.4.0",
  484. "depd": "^2.0.0",
  485. "encodeurl": "^2.0.0",
  486. "escape-html": "^1.0.3",
  487. "etag": "^1.8.1",
  488. "finalhandler": "^2.1.0",
  489. "fresh": "^2.0.0",
  490. "http-errors": "^2.0.0",
  491. "merge-descriptors": "^2.0.0",
  492. "mime-types": "^3.0.0",
  493. "on-finished": "^2.4.1",
  494. "once": "^1.4.0",
  495. "parseurl": "^1.3.3",
  496. "proxy-addr": "^2.0.7",
  497. "qs": "^6.14.0",
  498. "range-parser": "^1.2.1",
  499. "router": "^2.2.0",
  500. "send": "^1.1.0",
  501. "serve-static": "^2.2.0",
  502. "statuses": "^2.0.1",
  503. "type-is": "^2.0.1",
  504. "vary": "^1.1.2"
  505. },
  506. "engines": {
  507. "node": ">= 18"
  508. },
  509. "funding": {
  510. "type": "opencollective",
  511. "url": "https://opencollective.com/express"
  512. }
  513. },
  514. "node_modules/@modelcontextprotocol/sdk/node_modules/finalhandler": {
  515. "version": "2.1.1",
  516. "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-2.1.1.tgz",
  517. "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
  518. "license": "MIT",
  519. "dependencies": {
  520. "debug": "^4.4.0",
  521. "encodeurl": "^2.0.0",
  522. "escape-html": "^1.0.3",
  523. "on-finished": "^2.4.1",
  524. "parseurl": "^1.3.3",
  525. "statuses": "^2.0.1"
  526. },
  527. "engines": {
  528. "node": ">= 18.0.0"
  529. },
  530. "funding": {
  531. "type": "opencollective",
  532. "url": "https://opencollective.com/express"
  533. }
  534. },
  535. "node_modules/@modelcontextprotocol/sdk/node_modules/fresh": {
  536. "version": "2.0.0",
  537. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-2.0.0.tgz",
  538. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  539. "license": "MIT",
  540. "engines": {
  541. "node": ">= 0.8"
  542. }
  543. },
  544. "node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite": {
  545. "version": "0.7.2",
  546. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.7.2.tgz",
  547. "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
  548. "license": "MIT",
  549. "dependencies": {
  550. "safer-buffer": ">= 2.1.2 < 3.0.0"
  551. },
  552. "engines": {
  553. "node": ">=0.10.0"
  554. },
  555. "funding": {
  556. "type": "opencollective",
  557. "url": "https://opencollective.com/express"
  558. }
  559. },
  560. "node_modules/@modelcontextprotocol/sdk/node_modules/media-typer": {
  561. "version": "1.1.0",
  562. "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-1.1.0.tgz",
  563. "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
  564. "license": "MIT",
  565. "engines": {
  566. "node": ">= 0.8"
  567. }
  568. },
  569. "node_modules/@modelcontextprotocol/sdk/node_modules/merge-descriptors": {
  570. "version": "2.0.0",
  571. "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
  572. "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
  573. "license": "MIT",
  574. "engines": {
  575. "node": ">=18"
  576. },
  577. "funding": {
  578. "url": "https://github.com/sponsors/sindresorhus"
  579. }
  580. },
  581. "node_modules/@modelcontextprotocol/sdk/node_modules/mime-db": {
  582. "version": "1.54.0",
  583. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.54.0.tgz",
  584. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  585. "license": "MIT",
  586. "engines": {
  587. "node": ">= 0.6"
  588. }
  589. },
  590. "node_modules/@modelcontextprotocol/sdk/node_modules/mime-types": {
  591. "version": "3.0.2",
  592. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-3.0.2.tgz",
  593. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  594. "license": "MIT",
  595. "dependencies": {
  596. "mime-db": "^1.54.0"
  597. },
  598. "engines": {
  599. "node": ">=18"
  600. },
  601. "funding": {
  602. "type": "opencollective",
  603. "url": "https://opencollective.com/express"
  604. }
  605. },
  606. "node_modules/@modelcontextprotocol/sdk/node_modules/ms": {
  607. "version": "2.1.3",
  608. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  609. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  610. "license": "MIT"
  611. },
  612. "node_modules/@modelcontextprotocol/sdk/node_modules/negotiator": {
  613. "version": "1.0.0",
  614. "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-1.0.0.tgz",
  615. "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
  616. "license": "MIT",
  617. "engines": {
  618. "node": ">= 0.6"
  619. }
  620. },
  621. "node_modules/@modelcontextprotocol/sdk/node_modules/send": {
  622. "version": "1.2.1",
  623. "resolved": "https://registry.npmmirror.com/send/-/send-1.2.1.tgz",
  624. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  625. "license": "MIT",
  626. "dependencies": {
  627. "debug": "^4.4.3",
  628. "encodeurl": "^2.0.0",
  629. "escape-html": "^1.0.3",
  630. "etag": "^1.8.1",
  631. "fresh": "^2.0.0",
  632. "http-errors": "^2.0.1",
  633. "mime-types": "^3.0.2",
  634. "ms": "^2.1.3",
  635. "on-finished": "^2.4.1",
  636. "range-parser": "^1.2.1",
  637. "statuses": "^2.0.2"
  638. },
  639. "engines": {
  640. "node": ">= 18"
  641. },
  642. "funding": {
  643. "type": "opencollective",
  644. "url": "https://opencollective.com/express"
  645. }
  646. },
  647. "node_modules/@modelcontextprotocol/sdk/node_modules/serve-static": {
  648. "version": "2.2.1",
  649. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-2.2.1.tgz",
  650. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  651. "license": "MIT",
  652. "dependencies": {
  653. "encodeurl": "^2.0.0",
  654. "escape-html": "^1.0.3",
  655. "parseurl": "^1.3.3",
  656. "send": "^1.2.0"
  657. },
  658. "engines": {
  659. "node": ">= 18"
  660. },
  661. "funding": {
  662. "type": "opencollective",
  663. "url": "https://opencollective.com/express"
  664. }
  665. },
  666. "node_modules/@modelcontextprotocol/sdk/node_modules/type-is": {
  667. "version": "2.0.1",
  668. "resolved": "https://registry.npmmirror.com/type-is/-/type-is-2.0.1.tgz",
  669. "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
  670. "license": "MIT",
  671. "dependencies": {
  672. "content-type": "^1.0.5",
  673. "media-typer": "^1.1.0",
  674. "mime-types": "^3.0.0"
  675. },
  676. "engines": {
  677. "node": ">= 0.6"
  678. }
  679. },
  680. "node_modules/@playwright/test": {
  681. "version": "1.60.0",
  682. "resolved": "https://registry.npmmirror.com/@playwright/test/-/test-1.60.0.tgz",
  683. "integrity": "sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==",
  684. "dev": true,
  685. "license": "Apache-2.0",
  686. "dependencies": {
  687. "playwright": "1.60.0"
  688. },
  689. "bin": {
  690. "playwright": "cli.js"
  691. },
  692. "engines": {
  693. "node": ">=18"
  694. }
  695. },
  696. "node_modules/@types/trusted-types": {
  697. "version": "2.0.7",
  698. "resolved": "https://registry.npmmirror.com/@types/trusted-types/-/trusted-types-2.0.7.tgz",
  699. "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
  700. "license": "MIT",
  701. "optional": true
  702. },
  703. "node_modules/accepts": {
  704. "version": "1.3.8",
  705. "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
  706. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  707. "license": "MIT",
  708. "dependencies": {
  709. "mime-types": "~2.1.34",
  710. "negotiator": "0.6.3"
  711. },
  712. "engines": {
  713. "node": ">= 0.6"
  714. }
  715. },
  716. "node_modules/ajv": {
  717. "version": "8.18.0",
  718. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.18.0.tgz",
  719. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  720. "license": "MIT",
  721. "dependencies": {
  722. "fast-deep-equal": "^3.1.3",
  723. "fast-uri": "^3.0.1",
  724. "json-schema-traverse": "^1.0.0",
  725. "require-from-string": "^2.0.2"
  726. },
  727. "funding": {
  728. "type": "github",
  729. "url": "https://github.com/sponsors/epoberezkin"
  730. }
  731. },
  732. "node_modules/ajv-formats": {
  733. "version": "3.0.1",
  734. "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-3.0.1.tgz",
  735. "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
  736. "license": "MIT",
  737. "dependencies": {
  738. "ajv": "^8.0.0"
  739. },
  740. "peerDependencies": {
  741. "ajv": "^8.0.0"
  742. },
  743. "peerDependenciesMeta": {
  744. "ajv": {
  745. "optional": true
  746. }
  747. }
  748. },
  749. "node_modules/ansi-to-html": {
  750. "version": "0.7.2",
  751. "resolved": "https://registry.npmmirror.com/ansi-to-html/-/ansi-to-html-0.7.2.tgz",
  752. "integrity": "sha512-v6MqmEpNlxF+POuyhKkidusCHWWkaLcGRURzivcU3I9tv7k4JVhFcnukrM5Rlk2rUywdZuzYAZ+kbZqWCnfN3g==",
  753. "license": "MIT",
  754. "dependencies": {
  755. "entities": "^2.2.0"
  756. },
  757. "bin": {
  758. "ansi-to-html": "bin/ansi-to-html"
  759. },
  760. "engines": {
  761. "node": ">=8.0.0"
  762. }
  763. },
  764. "node_modules/array-flatten": {
  765. "version": "1.1.1",
  766. "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz",
  767. "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
  768. "license": "MIT"
  769. },
  770. "node_modules/balanced-match": {
  771. "version": "4.0.4",
  772. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-4.0.4.tgz",
  773. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  774. "license": "MIT",
  775. "engines": {
  776. "node": "18 || 20 || >=22"
  777. }
  778. },
  779. "node_modules/body-parser": {
  780. "version": "1.20.4",
  781. "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.4.tgz",
  782. "integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==",
  783. "license": "MIT",
  784. "dependencies": {
  785. "bytes": "~3.1.2",
  786. "content-type": "~1.0.5",
  787. "debug": "2.6.9",
  788. "depd": "2.0.0",
  789. "destroy": "~1.2.0",
  790. "http-errors": "~2.0.1",
  791. "iconv-lite": "~0.4.24",
  792. "on-finished": "~2.4.1",
  793. "qs": "~6.14.0",
  794. "raw-body": "~2.5.3",
  795. "type-is": "~1.6.18",
  796. "unpipe": "~1.0.0"
  797. },
  798. "engines": {
  799. "node": ">= 0.8",
  800. "npm": "1.2.8000 || >= 1.4.16"
  801. }
  802. },
  803. "node_modules/body-parser/node_modules/raw-body": {
  804. "version": "2.5.3",
  805. "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.3.tgz",
  806. "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
  807. "license": "MIT",
  808. "dependencies": {
  809. "bytes": "~3.1.2",
  810. "http-errors": "~2.0.1",
  811. "iconv-lite": "~0.4.24",
  812. "unpipe": "~1.0.0"
  813. },
  814. "engines": {
  815. "node": ">= 0.8"
  816. }
  817. },
  818. "node_modules/brace-expansion": {
  819. "version": "5.0.5",
  820. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-5.0.5.tgz",
  821. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  822. "license": "MIT",
  823. "dependencies": {
  824. "balanced-match": "^4.0.2"
  825. },
  826. "engines": {
  827. "node": "18 || 20 || >=22"
  828. }
  829. },
  830. "node_modules/bytes": {
  831. "version": "3.1.2",
  832. "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
  833. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  834. "license": "MIT",
  835. "engines": {
  836. "node": ">= 0.8"
  837. }
  838. },
  839. "node_modules/call-bind-apply-helpers": {
  840. "version": "1.0.2",
  841. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  842. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  843. "license": "MIT",
  844. "dependencies": {
  845. "es-errors": "^1.3.0",
  846. "function-bind": "^1.1.2"
  847. },
  848. "engines": {
  849. "node": ">= 0.4"
  850. }
  851. },
  852. "node_modules/call-bound": {
  853. "version": "1.0.4",
  854. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  855. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  856. "license": "MIT",
  857. "dependencies": {
  858. "call-bind-apply-helpers": "^1.0.2",
  859. "get-intrinsic": "^1.3.0"
  860. },
  861. "engines": {
  862. "node": ">= 0.4"
  863. },
  864. "funding": {
  865. "url": "https://github.com/sponsors/ljharb"
  866. }
  867. },
  868. "node_modules/claude-mem": {
  869. "version": "12.3.8",
  870. "resolved": "https://registry.npmmirror.com/claude-mem/-/claude-mem-12.3.8.tgz",
  871. "integrity": "sha512-s4ceLd0rWKlLrLzI+iS17apf8u1m2oveiZON7WPVFM3fGzGac7sXKdfDI/yygd/Yp7xFEPTWpix8ysJZACrpzw==",
  872. "license": "AGPL-3.0",
  873. "dependencies": {
  874. "@anthropic-ai/claude-agent-sdk": "^0.1.76",
  875. "@clack/prompts": "^0.9.1",
  876. "@modelcontextprotocol/sdk": "^1.25.1",
  877. "ansi-to-html": "^0.7.2",
  878. "dompurify": "^3.3.1",
  879. "express": "^4.18.2",
  880. "glob": "^13.0.0",
  881. "handlebars": "^4.7.8",
  882. "picocolors": "^1.1.1",
  883. "react": "^18.3.1",
  884. "react-dom": "^18.3.1",
  885. "yaml": "^2.8.2",
  886. "zod-to-json-schema": "^3.24.6"
  887. },
  888. "bin": {
  889. "claude-mem": "dist/npx-cli/index.js"
  890. },
  891. "engines": {
  892. "bun": ">=1.0.0",
  893. "node": ">=18.0.0"
  894. },
  895. "optionalDependencies": {
  896. "tree-kill": "^1.2.2"
  897. }
  898. },
  899. "node_modules/content-disposition": {
  900. "version": "0.5.4",
  901. "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
  902. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  903. "license": "MIT",
  904. "dependencies": {
  905. "safe-buffer": "5.2.1"
  906. },
  907. "engines": {
  908. "node": ">= 0.6"
  909. }
  910. },
  911. "node_modules/content-type": {
  912. "version": "1.0.5",
  913. "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
  914. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  915. "license": "MIT",
  916. "engines": {
  917. "node": ">= 0.6"
  918. }
  919. },
  920. "node_modules/cookie": {
  921. "version": "0.7.2",
  922. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.7.2.tgz",
  923. "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
  924. "license": "MIT",
  925. "engines": {
  926. "node": ">= 0.6"
  927. }
  928. },
  929. "node_modules/cookie-signature": {
  930. "version": "1.0.7",
  931. "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.7.tgz",
  932. "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
  933. "license": "MIT"
  934. },
  935. "node_modules/cors": {
  936. "version": "2.8.6",
  937. "resolved": "https://registry.npmmirror.com/cors/-/cors-2.8.6.tgz",
  938. "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
  939. "license": "MIT",
  940. "dependencies": {
  941. "object-assign": "^4",
  942. "vary": "^1"
  943. },
  944. "engines": {
  945. "node": ">= 0.10"
  946. },
  947. "funding": {
  948. "type": "opencollective",
  949. "url": "https://opencollective.com/express"
  950. }
  951. },
  952. "node_modules/cross-spawn": {
  953. "version": "7.0.6",
  954. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  955. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  956. "license": "MIT",
  957. "dependencies": {
  958. "path-key": "^3.1.0",
  959. "shebang-command": "^2.0.0",
  960. "which": "^2.0.1"
  961. },
  962. "engines": {
  963. "node": ">= 8"
  964. }
  965. },
  966. "node_modules/debug": {
  967. "version": "2.6.9",
  968. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  969. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  970. "license": "MIT",
  971. "dependencies": {
  972. "ms": "2.0.0"
  973. }
  974. },
  975. "node_modules/depd": {
  976. "version": "2.0.0",
  977. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  978. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  979. "license": "MIT",
  980. "engines": {
  981. "node": ">= 0.8"
  982. }
  983. },
  984. "node_modules/destroy": {
  985. "version": "1.2.0",
  986. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  987. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  988. "license": "MIT",
  989. "engines": {
  990. "node": ">= 0.8",
  991. "npm": "1.2.8000 || >= 1.4.16"
  992. }
  993. },
  994. "node_modules/dompurify": {
  995. "version": "3.4.1",
  996. "resolved": "https://registry.npmmirror.com/dompurify/-/dompurify-3.4.1.tgz",
  997. "integrity": "sha512-JahakDAIg1gyOm7dlgWSDjV4n7Ip2PKR55NIT6jrMfIgLFgWo81vdr1/QGqWtFNRqXP9UV71oVePtjqS2ebnPw==",
  998. "license": "(MPL-2.0 OR Apache-2.0)",
  999. "optionalDependencies": {
  1000. "@types/trusted-types": "^2.0.7"
  1001. }
  1002. },
  1003. "node_modules/dunder-proto": {
  1004. "version": "1.0.1",
  1005. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  1006. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  1007. "license": "MIT",
  1008. "dependencies": {
  1009. "call-bind-apply-helpers": "^1.0.1",
  1010. "es-errors": "^1.3.0",
  1011. "gopd": "^1.2.0"
  1012. },
  1013. "engines": {
  1014. "node": ">= 0.4"
  1015. }
  1016. },
  1017. "node_modules/ee-first": {
  1018. "version": "1.1.1",
  1019. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  1020. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  1021. "license": "MIT"
  1022. },
  1023. "node_modules/encodeurl": {
  1024. "version": "2.0.0",
  1025. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
  1026. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  1027. "license": "MIT",
  1028. "engines": {
  1029. "node": ">= 0.8"
  1030. }
  1031. },
  1032. "node_modules/entities": {
  1033. "version": "2.2.0",
  1034. "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz",
  1035. "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
  1036. "license": "BSD-2-Clause",
  1037. "funding": {
  1038. "url": "https://github.com/fb55/entities?sponsor=1"
  1039. }
  1040. },
  1041. "node_modules/es-define-property": {
  1042. "version": "1.0.1",
  1043. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  1044. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1045. "license": "MIT",
  1046. "engines": {
  1047. "node": ">= 0.4"
  1048. }
  1049. },
  1050. "node_modules/es-errors": {
  1051. "version": "1.3.0",
  1052. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  1053. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1054. "license": "MIT",
  1055. "engines": {
  1056. "node": ">= 0.4"
  1057. }
  1058. },
  1059. "node_modules/es-object-atoms": {
  1060. "version": "1.1.1",
  1061. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  1062. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  1063. "license": "MIT",
  1064. "dependencies": {
  1065. "es-errors": "^1.3.0"
  1066. },
  1067. "engines": {
  1068. "node": ">= 0.4"
  1069. }
  1070. },
  1071. "node_modules/escape-html": {
  1072. "version": "1.0.3",
  1073. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  1074. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  1075. "license": "MIT"
  1076. },
  1077. "node_modules/etag": {
  1078. "version": "1.8.1",
  1079. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  1080. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  1081. "license": "MIT",
  1082. "engines": {
  1083. "node": ">= 0.6"
  1084. }
  1085. },
  1086. "node_modules/eventsource": {
  1087. "version": "3.0.7",
  1088. "resolved": "https://registry.npmmirror.com/eventsource/-/eventsource-3.0.7.tgz",
  1089. "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
  1090. "license": "MIT",
  1091. "dependencies": {
  1092. "eventsource-parser": "^3.0.1"
  1093. },
  1094. "engines": {
  1095. "node": ">=18.0.0"
  1096. }
  1097. },
  1098. "node_modules/eventsource-parser": {
  1099. "version": "3.0.8",
  1100. "resolved": "https://registry.npmmirror.com/eventsource-parser/-/eventsource-parser-3.0.8.tgz",
  1101. "integrity": "sha512-70QWGkr4snxr0OXLRWsFLeRBIRPuQOvt4s8QYjmUlmlkyTZkRqS7EDVRZtzU3TiyDbXSzaOeF0XUKy8PchzukQ==",
  1102. "license": "MIT",
  1103. "engines": {
  1104. "node": ">=18.0.0"
  1105. }
  1106. },
  1107. "node_modules/express": {
  1108. "version": "4.22.1",
  1109. "resolved": "https://registry.npmmirror.com/express/-/express-4.22.1.tgz",
  1110. "integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==",
  1111. "license": "MIT",
  1112. "dependencies": {
  1113. "accepts": "~1.3.8",
  1114. "array-flatten": "1.1.1",
  1115. "body-parser": "~1.20.3",
  1116. "content-disposition": "~0.5.4",
  1117. "content-type": "~1.0.4",
  1118. "cookie": "~0.7.1",
  1119. "cookie-signature": "~1.0.6",
  1120. "debug": "2.6.9",
  1121. "depd": "2.0.0",
  1122. "encodeurl": "~2.0.0",
  1123. "escape-html": "~1.0.3",
  1124. "etag": "~1.8.1",
  1125. "finalhandler": "~1.3.1",
  1126. "fresh": "~0.5.2",
  1127. "http-errors": "~2.0.0",
  1128. "merge-descriptors": "1.0.3",
  1129. "methods": "~1.1.2",
  1130. "on-finished": "~2.4.1",
  1131. "parseurl": "~1.3.3",
  1132. "path-to-regexp": "~0.1.12",
  1133. "proxy-addr": "~2.0.7",
  1134. "qs": "~6.14.0",
  1135. "range-parser": "~1.2.1",
  1136. "safe-buffer": "5.2.1",
  1137. "send": "~0.19.0",
  1138. "serve-static": "~1.16.2",
  1139. "setprototypeof": "1.2.0",
  1140. "statuses": "~2.0.1",
  1141. "type-is": "~1.6.18",
  1142. "utils-merge": "1.0.1",
  1143. "vary": "~1.1.2"
  1144. },
  1145. "engines": {
  1146. "node": ">= 0.10.0"
  1147. },
  1148. "funding": {
  1149. "type": "opencollective",
  1150. "url": "https://opencollective.com/express"
  1151. }
  1152. },
  1153. "node_modules/express-rate-limit": {
  1154. "version": "8.3.2",
  1155. "resolved": "https://registry.npmmirror.com/express-rate-limit/-/express-rate-limit-8.3.2.tgz",
  1156. "integrity": "sha512-77VmFeJkO0/rvimEDuUC5H30oqUC4EyOhyGccfqoLebB0oiEYfM7nwPrsDsBL1gsTpwfzX8SFy2MT3TDyRq+bg==",
  1157. "license": "MIT",
  1158. "dependencies": {
  1159. "ip-address": "10.1.0"
  1160. },
  1161. "engines": {
  1162. "node": ">= 16"
  1163. },
  1164. "funding": {
  1165. "url": "https://github.com/sponsors/express-rate-limit"
  1166. },
  1167. "peerDependencies": {
  1168. "express": ">= 4.11"
  1169. }
  1170. },
  1171. "node_modules/fast-deep-equal": {
  1172. "version": "3.1.3",
  1173. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  1174. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  1175. "license": "MIT"
  1176. },
  1177. "node_modules/fast-uri": {
  1178. "version": "3.1.0",
  1179. "resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.0.tgz",
  1180. "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
  1181. "funding": [
  1182. {
  1183. "type": "github",
  1184. "url": "https://github.com/sponsors/fastify"
  1185. },
  1186. {
  1187. "type": "opencollective",
  1188. "url": "https://opencollective.com/fastify"
  1189. }
  1190. ],
  1191. "license": "BSD-3-Clause"
  1192. },
  1193. "node_modules/finalhandler": {
  1194. "version": "1.3.2",
  1195. "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.3.2.tgz",
  1196. "integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
  1197. "license": "MIT",
  1198. "dependencies": {
  1199. "debug": "2.6.9",
  1200. "encodeurl": "~2.0.0",
  1201. "escape-html": "~1.0.3",
  1202. "on-finished": "~2.4.1",
  1203. "parseurl": "~1.3.3",
  1204. "statuses": "~2.0.2",
  1205. "unpipe": "~1.0.0"
  1206. },
  1207. "engines": {
  1208. "node": ">= 0.8"
  1209. }
  1210. },
  1211. "node_modules/forwarded": {
  1212. "version": "0.2.0",
  1213. "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
  1214. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  1215. "license": "MIT",
  1216. "engines": {
  1217. "node": ">= 0.6"
  1218. }
  1219. },
  1220. "node_modules/fresh": {
  1221. "version": "0.5.2",
  1222. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
  1223. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  1224. "license": "MIT",
  1225. "engines": {
  1226. "node": ">= 0.6"
  1227. }
  1228. },
  1229. "node_modules/fsevents": {
  1230. "version": "2.3.2",
  1231. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
  1232. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  1233. "dev": true,
  1234. "hasInstallScript": true,
  1235. "license": "MIT",
  1236. "optional": true,
  1237. "os": [
  1238. "darwin"
  1239. ],
  1240. "engines": {
  1241. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1242. }
  1243. },
  1244. "node_modules/function-bind": {
  1245. "version": "1.1.2",
  1246. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  1247. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1248. "license": "MIT",
  1249. "funding": {
  1250. "url": "https://github.com/sponsors/ljharb"
  1251. }
  1252. },
  1253. "node_modules/get-intrinsic": {
  1254. "version": "1.3.0",
  1255. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  1256. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  1257. "license": "MIT",
  1258. "dependencies": {
  1259. "call-bind-apply-helpers": "^1.0.2",
  1260. "es-define-property": "^1.0.1",
  1261. "es-errors": "^1.3.0",
  1262. "es-object-atoms": "^1.1.1",
  1263. "function-bind": "^1.1.2",
  1264. "get-proto": "^1.0.1",
  1265. "gopd": "^1.2.0",
  1266. "has-symbols": "^1.1.0",
  1267. "hasown": "^2.0.2",
  1268. "math-intrinsics": "^1.1.0"
  1269. },
  1270. "engines": {
  1271. "node": ">= 0.4"
  1272. },
  1273. "funding": {
  1274. "url": "https://github.com/sponsors/ljharb"
  1275. }
  1276. },
  1277. "node_modules/get-proto": {
  1278. "version": "1.0.1",
  1279. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  1280. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  1281. "license": "MIT",
  1282. "dependencies": {
  1283. "dunder-proto": "^1.0.1",
  1284. "es-object-atoms": "^1.0.0"
  1285. },
  1286. "engines": {
  1287. "node": ">= 0.4"
  1288. }
  1289. },
  1290. "node_modules/glob": {
  1291. "version": "13.0.6",
  1292. "resolved": "https://registry.npmmirror.com/glob/-/glob-13.0.6.tgz",
  1293. "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
  1294. "license": "BlueOak-1.0.0",
  1295. "dependencies": {
  1296. "minimatch": "^10.2.2",
  1297. "minipass": "^7.1.3",
  1298. "path-scurry": "^2.0.2"
  1299. },
  1300. "engines": {
  1301. "node": "18 || 20 || >=22"
  1302. },
  1303. "funding": {
  1304. "url": "https://github.com/sponsors/isaacs"
  1305. }
  1306. },
  1307. "node_modules/gopd": {
  1308. "version": "1.2.0",
  1309. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  1310. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  1311. "license": "MIT",
  1312. "engines": {
  1313. "node": ">= 0.4"
  1314. },
  1315. "funding": {
  1316. "url": "https://github.com/sponsors/ljharb"
  1317. }
  1318. },
  1319. "node_modules/handlebars": {
  1320. "version": "4.7.9",
  1321. "resolved": "https://registry.npmmirror.com/handlebars/-/handlebars-4.7.9.tgz",
  1322. "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==",
  1323. "license": "MIT",
  1324. "dependencies": {
  1325. "minimist": "^1.2.5",
  1326. "neo-async": "^2.6.2",
  1327. "source-map": "^0.6.1",
  1328. "wordwrap": "^1.0.0"
  1329. },
  1330. "bin": {
  1331. "handlebars": "bin/handlebars"
  1332. },
  1333. "engines": {
  1334. "node": ">=0.4.7"
  1335. },
  1336. "optionalDependencies": {
  1337. "uglify-js": "^3.1.4"
  1338. }
  1339. },
  1340. "node_modules/has-symbols": {
  1341. "version": "1.1.0",
  1342. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  1343. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  1344. "license": "MIT",
  1345. "engines": {
  1346. "node": ">= 0.4"
  1347. },
  1348. "funding": {
  1349. "url": "https://github.com/sponsors/ljharb"
  1350. }
  1351. },
  1352. "node_modules/hasown": {
  1353. "version": "2.0.3",
  1354. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.3.tgz",
  1355. "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
  1356. "license": "MIT",
  1357. "dependencies": {
  1358. "function-bind": "^1.1.2"
  1359. },
  1360. "engines": {
  1361. "node": ">= 0.4"
  1362. }
  1363. },
  1364. "node_modules/hono": {
  1365. "version": "4.12.14",
  1366. "resolved": "https://registry.npmmirror.com/hono/-/hono-4.12.14.tgz",
  1367. "integrity": "sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==",
  1368. "license": "MIT",
  1369. "engines": {
  1370. "node": ">=16.9.0"
  1371. }
  1372. },
  1373. "node_modules/http-errors": {
  1374. "version": "2.0.1",
  1375. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.1.tgz",
  1376. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  1377. "license": "MIT",
  1378. "dependencies": {
  1379. "depd": "~2.0.0",
  1380. "inherits": "~2.0.4",
  1381. "setprototypeof": "~1.2.0",
  1382. "statuses": "~2.0.2",
  1383. "toidentifier": "~1.0.1"
  1384. },
  1385. "engines": {
  1386. "node": ">= 0.8"
  1387. },
  1388. "funding": {
  1389. "type": "opencollective",
  1390. "url": "https://opencollective.com/express"
  1391. }
  1392. },
  1393. "node_modules/iconv-lite": {
  1394. "version": "0.4.24",
  1395. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
  1396. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  1397. "license": "MIT",
  1398. "dependencies": {
  1399. "safer-buffer": ">= 2.1.2 < 3"
  1400. },
  1401. "engines": {
  1402. "node": ">=0.10.0"
  1403. }
  1404. },
  1405. "node_modules/inherits": {
  1406. "version": "2.0.4",
  1407. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  1408. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  1409. "license": "ISC"
  1410. },
  1411. "node_modules/ip-address": {
  1412. "version": "10.1.0",
  1413. "resolved": "https://registry.npmmirror.com/ip-address/-/ip-address-10.1.0.tgz",
  1414. "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
  1415. "license": "MIT",
  1416. "engines": {
  1417. "node": ">= 12"
  1418. }
  1419. },
  1420. "node_modules/ipaddr.js": {
  1421. "version": "1.9.1",
  1422. "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  1423. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  1424. "license": "MIT",
  1425. "engines": {
  1426. "node": ">= 0.10"
  1427. }
  1428. },
  1429. "node_modules/is-promise": {
  1430. "version": "4.0.0",
  1431. "resolved": "https://registry.npmmirror.com/is-promise/-/is-promise-4.0.0.tgz",
  1432. "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
  1433. "license": "MIT"
  1434. },
  1435. "node_modules/isexe": {
  1436. "version": "2.0.0",
  1437. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  1438. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  1439. "license": "ISC"
  1440. },
  1441. "node_modules/jose": {
  1442. "version": "6.2.2",
  1443. "resolved": "https://registry.npmmirror.com/jose/-/jose-6.2.2.tgz",
  1444. "integrity": "sha512-d7kPDd34KO/YnzaDOlikGpOurfF0ByC2sEV4cANCtdqLlTfBlw2p14O/5d/zv40gJPbIQxfES3nSx1/oYNyuZQ==",
  1445. "license": "MIT",
  1446. "funding": {
  1447. "url": "https://github.com/sponsors/panva"
  1448. }
  1449. },
  1450. "node_modules/js-tokens": {
  1451. "version": "4.0.0",
  1452. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  1453. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  1454. "license": "MIT"
  1455. },
  1456. "node_modules/json-schema-traverse": {
  1457. "version": "1.0.0",
  1458. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  1459. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  1460. "license": "MIT"
  1461. },
  1462. "node_modules/json-schema-typed": {
  1463. "version": "8.0.2",
  1464. "resolved": "https://registry.npmmirror.com/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
  1465. "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
  1466. "license": "BSD-2-Clause"
  1467. },
  1468. "node_modules/loose-envify": {
  1469. "version": "1.4.0",
  1470. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  1471. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  1472. "license": "MIT",
  1473. "dependencies": {
  1474. "js-tokens": "^3.0.0 || ^4.0.0"
  1475. },
  1476. "bin": {
  1477. "loose-envify": "cli.js"
  1478. }
  1479. },
  1480. "node_modules/lru-cache": {
  1481. "version": "11.3.5",
  1482. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.3.5.tgz",
  1483. "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
  1484. "license": "BlueOak-1.0.0",
  1485. "engines": {
  1486. "node": "20 || >=22"
  1487. }
  1488. },
  1489. "node_modules/math-intrinsics": {
  1490. "version": "1.1.0",
  1491. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  1492. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  1493. "license": "MIT",
  1494. "engines": {
  1495. "node": ">= 0.4"
  1496. }
  1497. },
  1498. "node_modules/media-typer": {
  1499. "version": "0.3.0",
  1500. "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz",
  1501. "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
  1502. "license": "MIT",
  1503. "engines": {
  1504. "node": ">= 0.6"
  1505. }
  1506. },
  1507. "node_modules/merge-descriptors": {
  1508. "version": "1.0.3",
  1509. "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
  1510. "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
  1511. "license": "MIT",
  1512. "funding": {
  1513. "url": "https://github.com/sponsors/sindresorhus"
  1514. }
  1515. },
  1516. "node_modules/methods": {
  1517. "version": "1.1.2",
  1518. "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz",
  1519. "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
  1520. "license": "MIT",
  1521. "engines": {
  1522. "node": ">= 0.6"
  1523. }
  1524. },
  1525. "node_modules/mime": {
  1526. "version": "1.6.0",
  1527. "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
  1528. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  1529. "license": "MIT",
  1530. "bin": {
  1531. "mime": "cli.js"
  1532. },
  1533. "engines": {
  1534. "node": ">=4"
  1535. }
  1536. },
  1537. "node_modules/mime-db": {
  1538. "version": "1.52.0",
  1539. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  1540. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  1541. "license": "MIT",
  1542. "engines": {
  1543. "node": ">= 0.6"
  1544. }
  1545. },
  1546. "node_modules/mime-types": {
  1547. "version": "2.1.35",
  1548. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  1549. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  1550. "license": "MIT",
  1551. "dependencies": {
  1552. "mime-db": "1.52.0"
  1553. },
  1554. "engines": {
  1555. "node": ">= 0.6"
  1556. }
  1557. },
  1558. "node_modules/minimatch": {
  1559. "version": "10.2.5",
  1560. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.2.5.tgz",
  1561. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  1562. "license": "BlueOak-1.0.0",
  1563. "dependencies": {
  1564. "brace-expansion": "^5.0.5"
  1565. },
  1566. "engines": {
  1567. "node": "18 || 20 || >=22"
  1568. },
  1569. "funding": {
  1570. "url": "https://github.com/sponsors/isaacs"
  1571. }
  1572. },
  1573. "node_modules/minimist": {
  1574. "version": "1.2.8",
  1575. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  1576. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  1577. "license": "MIT",
  1578. "funding": {
  1579. "url": "https://github.com/sponsors/ljharb"
  1580. }
  1581. },
  1582. "node_modules/minipass": {
  1583. "version": "7.1.3",
  1584. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.3.tgz",
  1585. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  1586. "license": "BlueOak-1.0.0",
  1587. "engines": {
  1588. "node": ">=16 || 14 >=14.17"
  1589. }
  1590. },
  1591. "node_modules/ms": {
  1592. "version": "2.0.0",
  1593. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  1594. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  1595. "license": "MIT"
  1596. },
  1597. "node_modules/negotiator": {
  1598. "version": "0.6.3",
  1599. "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz",
  1600. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  1601. "license": "MIT",
  1602. "engines": {
  1603. "node": ">= 0.6"
  1604. }
  1605. },
  1606. "node_modules/neo-async": {
  1607. "version": "2.6.2",
  1608. "resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz",
  1609. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
  1610. "license": "MIT"
  1611. },
  1612. "node_modules/object-assign": {
  1613. "version": "4.1.1",
  1614. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  1615. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  1616. "license": "MIT",
  1617. "engines": {
  1618. "node": ">=0.10.0"
  1619. }
  1620. },
  1621. "node_modules/object-inspect": {
  1622. "version": "1.13.4",
  1623. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  1624. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  1625. "license": "MIT",
  1626. "engines": {
  1627. "node": ">= 0.4"
  1628. },
  1629. "funding": {
  1630. "url": "https://github.com/sponsors/ljharb"
  1631. }
  1632. },
  1633. "node_modules/on-finished": {
  1634. "version": "2.4.1",
  1635. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  1636. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  1637. "license": "MIT",
  1638. "dependencies": {
  1639. "ee-first": "1.1.1"
  1640. },
  1641. "engines": {
  1642. "node": ">= 0.8"
  1643. }
  1644. },
  1645. "node_modules/once": {
  1646. "version": "1.4.0",
  1647. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  1648. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  1649. "license": "ISC",
  1650. "dependencies": {
  1651. "wrappy": "1"
  1652. }
  1653. },
  1654. "node_modules/parseurl": {
  1655. "version": "1.3.3",
  1656. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  1657. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  1658. "license": "MIT",
  1659. "engines": {
  1660. "node": ">= 0.8"
  1661. }
  1662. },
  1663. "node_modules/path-key": {
  1664. "version": "3.1.1",
  1665. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  1666. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  1667. "license": "MIT",
  1668. "engines": {
  1669. "node": ">=8"
  1670. }
  1671. },
  1672. "node_modules/path-scurry": {
  1673. "version": "2.0.2",
  1674. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-2.0.2.tgz",
  1675. "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
  1676. "license": "BlueOak-1.0.0",
  1677. "dependencies": {
  1678. "lru-cache": "^11.0.0",
  1679. "minipass": "^7.1.2"
  1680. },
  1681. "engines": {
  1682. "node": "18 || 20 || >=22"
  1683. },
  1684. "funding": {
  1685. "url": "https://github.com/sponsors/isaacs"
  1686. }
  1687. },
  1688. "node_modules/path-to-regexp": {
  1689. "version": "0.1.13",
  1690. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.13.tgz",
  1691. "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
  1692. "license": "MIT"
  1693. },
  1694. "node_modules/picocolors": {
  1695. "version": "1.1.1",
  1696. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  1697. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1698. "license": "ISC"
  1699. },
  1700. "node_modules/pkce-challenge": {
  1701. "version": "5.0.1",
  1702. "resolved": "https://registry.npmmirror.com/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
  1703. "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
  1704. "license": "MIT",
  1705. "engines": {
  1706. "node": ">=16.20.0"
  1707. }
  1708. },
  1709. "node_modules/playwright": {
  1710. "version": "1.60.0",
  1711. "resolved": "https://registry.npmmirror.com/playwright/-/playwright-1.60.0.tgz",
  1712. "integrity": "sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==",
  1713. "dev": true,
  1714. "license": "Apache-2.0",
  1715. "dependencies": {
  1716. "playwright-core": "1.60.0"
  1717. },
  1718. "bin": {
  1719. "playwright": "cli.js"
  1720. },
  1721. "engines": {
  1722. "node": ">=18"
  1723. },
  1724. "optionalDependencies": {
  1725. "fsevents": "2.3.2"
  1726. }
  1727. },
  1728. "node_modules/playwright-core": {
  1729. "version": "1.60.0",
  1730. "resolved": "https://registry.npmmirror.com/playwright-core/-/playwright-core-1.60.0.tgz",
  1731. "integrity": "sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==",
  1732. "dev": true,
  1733. "license": "Apache-2.0",
  1734. "bin": {
  1735. "playwright-core": "cli.js"
  1736. },
  1737. "engines": {
  1738. "node": ">=18"
  1739. }
  1740. },
  1741. "node_modules/proxy-addr": {
  1742. "version": "2.0.7",
  1743. "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz",
  1744. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  1745. "license": "MIT",
  1746. "dependencies": {
  1747. "forwarded": "0.2.0",
  1748. "ipaddr.js": "1.9.1"
  1749. },
  1750. "engines": {
  1751. "node": ">= 0.10"
  1752. }
  1753. },
  1754. "node_modules/qs": {
  1755. "version": "6.14.2",
  1756. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.14.2.tgz",
  1757. "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
  1758. "license": "BSD-3-Clause",
  1759. "dependencies": {
  1760. "side-channel": "^1.1.0"
  1761. },
  1762. "engines": {
  1763. "node": ">=0.6"
  1764. },
  1765. "funding": {
  1766. "url": "https://github.com/sponsors/ljharb"
  1767. }
  1768. },
  1769. "node_modules/range-parser": {
  1770. "version": "1.2.1",
  1771. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  1772. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  1773. "license": "MIT",
  1774. "engines": {
  1775. "node": ">= 0.6"
  1776. }
  1777. },
  1778. "node_modules/raw-body": {
  1779. "version": "3.0.2",
  1780. "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-3.0.2.tgz",
  1781. "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
  1782. "license": "MIT",
  1783. "dependencies": {
  1784. "bytes": "~3.1.2",
  1785. "http-errors": "~2.0.1",
  1786. "iconv-lite": "~0.7.0",
  1787. "unpipe": "~1.0.0"
  1788. },
  1789. "engines": {
  1790. "node": ">= 0.10"
  1791. }
  1792. },
  1793. "node_modules/raw-body/node_modules/iconv-lite": {
  1794. "version": "0.7.2",
  1795. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.7.2.tgz",
  1796. "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
  1797. "license": "MIT",
  1798. "dependencies": {
  1799. "safer-buffer": ">= 2.1.2 < 3.0.0"
  1800. },
  1801. "engines": {
  1802. "node": ">=0.10.0"
  1803. },
  1804. "funding": {
  1805. "type": "opencollective",
  1806. "url": "https://opencollective.com/express"
  1807. }
  1808. },
  1809. "node_modules/react": {
  1810. "version": "18.3.1",
  1811. "resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz",
  1812. "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
  1813. "license": "MIT",
  1814. "dependencies": {
  1815. "loose-envify": "^1.1.0"
  1816. },
  1817. "engines": {
  1818. "node": ">=0.10.0"
  1819. }
  1820. },
  1821. "node_modules/react-dom": {
  1822. "version": "18.3.1",
  1823. "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-18.3.1.tgz",
  1824. "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
  1825. "license": "MIT",
  1826. "dependencies": {
  1827. "loose-envify": "^1.1.0",
  1828. "scheduler": "^0.23.2"
  1829. },
  1830. "peerDependencies": {
  1831. "react": "^18.3.1"
  1832. }
  1833. },
  1834. "node_modules/require-from-string": {
  1835. "version": "2.0.2",
  1836. "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz",
  1837. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  1838. "license": "MIT",
  1839. "engines": {
  1840. "node": ">=0.10.0"
  1841. }
  1842. },
  1843. "node_modules/router": {
  1844. "version": "2.2.0",
  1845. "resolved": "https://registry.npmmirror.com/router/-/router-2.2.0.tgz",
  1846. "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
  1847. "license": "MIT",
  1848. "dependencies": {
  1849. "debug": "^4.4.0",
  1850. "depd": "^2.0.0",
  1851. "is-promise": "^4.0.0",
  1852. "parseurl": "^1.3.3",
  1853. "path-to-regexp": "^8.0.0"
  1854. },
  1855. "engines": {
  1856. "node": ">= 18"
  1857. }
  1858. },
  1859. "node_modules/router/node_modules/debug": {
  1860. "version": "4.4.3",
  1861. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  1862. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  1863. "license": "MIT",
  1864. "dependencies": {
  1865. "ms": "^2.1.3"
  1866. },
  1867. "engines": {
  1868. "node": ">=6.0"
  1869. },
  1870. "peerDependenciesMeta": {
  1871. "supports-color": {
  1872. "optional": true
  1873. }
  1874. }
  1875. },
  1876. "node_modules/router/node_modules/ms": {
  1877. "version": "2.1.3",
  1878. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  1879. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1880. "license": "MIT"
  1881. },
  1882. "node_modules/router/node_modules/path-to-regexp": {
  1883. "version": "8.4.2",
  1884. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
  1885. "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
  1886. "license": "MIT",
  1887. "funding": {
  1888. "type": "opencollective",
  1889. "url": "https://opencollective.com/express"
  1890. }
  1891. },
  1892. "node_modules/safe-buffer": {
  1893. "version": "5.2.1",
  1894. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  1895. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  1896. "funding": [
  1897. {
  1898. "type": "github",
  1899. "url": "https://github.com/sponsors/feross"
  1900. },
  1901. {
  1902. "type": "patreon",
  1903. "url": "https://www.patreon.com/feross"
  1904. },
  1905. {
  1906. "type": "consulting",
  1907. "url": "https://feross.org/support"
  1908. }
  1909. ],
  1910. "license": "MIT"
  1911. },
  1912. "node_modules/safer-buffer": {
  1913. "version": "2.1.2",
  1914. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  1915. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  1916. "license": "MIT"
  1917. },
  1918. "node_modules/scheduler": {
  1919. "version": "0.23.2",
  1920. "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.23.2.tgz",
  1921. "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
  1922. "license": "MIT",
  1923. "dependencies": {
  1924. "loose-envify": "^1.1.0"
  1925. }
  1926. },
  1927. "node_modules/send": {
  1928. "version": "0.19.2",
  1929. "resolved": "https://registry.npmmirror.com/send/-/send-0.19.2.tgz",
  1930. "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
  1931. "license": "MIT",
  1932. "dependencies": {
  1933. "debug": "2.6.9",
  1934. "depd": "2.0.0",
  1935. "destroy": "1.2.0",
  1936. "encodeurl": "~2.0.0",
  1937. "escape-html": "~1.0.3",
  1938. "etag": "~1.8.1",
  1939. "fresh": "~0.5.2",
  1940. "http-errors": "~2.0.1",
  1941. "mime": "1.6.0",
  1942. "ms": "2.1.3",
  1943. "on-finished": "~2.4.1",
  1944. "range-parser": "~1.2.1",
  1945. "statuses": "~2.0.2"
  1946. },
  1947. "engines": {
  1948. "node": ">= 0.8.0"
  1949. }
  1950. },
  1951. "node_modules/send/node_modules/ms": {
  1952. "version": "2.1.3",
  1953. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  1954. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1955. "license": "MIT"
  1956. },
  1957. "node_modules/serve-static": {
  1958. "version": "1.16.3",
  1959. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.3.tgz",
  1960. "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
  1961. "license": "MIT",
  1962. "dependencies": {
  1963. "encodeurl": "~2.0.0",
  1964. "escape-html": "~1.0.3",
  1965. "parseurl": "~1.3.3",
  1966. "send": "~0.19.1"
  1967. },
  1968. "engines": {
  1969. "node": ">= 0.8.0"
  1970. }
  1971. },
  1972. "node_modules/setprototypeof": {
  1973. "version": "1.2.0",
  1974. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  1975. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  1976. "license": "ISC"
  1977. },
  1978. "node_modules/shebang-command": {
  1979. "version": "2.0.0",
  1980. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  1981. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  1982. "license": "MIT",
  1983. "dependencies": {
  1984. "shebang-regex": "^3.0.0"
  1985. },
  1986. "engines": {
  1987. "node": ">=8"
  1988. }
  1989. },
  1990. "node_modules/shebang-regex": {
  1991. "version": "3.0.0",
  1992. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  1993. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  1994. "license": "MIT",
  1995. "engines": {
  1996. "node": ">=8"
  1997. }
  1998. },
  1999. "node_modules/side-channel": {
  2000. "version": "1.1.0",
  2001. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  2002. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  2003. "license": "MIT",
  2004. "dependencies": {
  2005. "es-errors": "^1.3.0",
  2006. "object-inspect": "^1.13.3",
  2007. "side-channel-list": "^1.0.0",
  2008. "side-channel-map": "^1.0.1",
  2009. "side-channel-weakmap": "^1.0.2"
  2010. },
  2011. "engines": {
  2012. "node": ">= 0.4"
  2013. },
  2014. "funding": {
  2015. "url": "https://github.com/sponsors/ljharb"
  2016. }
  2017. },
  2018. "node_modules/side-channel-list": {
  2019. "version": "1.0.1",
  2020. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.1.tgz",
  2021. "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
  2022. "license": "MIT",
  2023. "dependencies": {
  2024. "es-errors": "^1.3.0",
  2025. "object-inspect": "^1.13.4"
  2026. },
  2027. "engines": {
  2028. "node": ">= 0.4"
  2029. },
  2030. "funding": {
  2031. "url": "https://github.com/sponsors/ljharb"
  2032. }
  2033. },
  2034. "node_modules/side-channel-map": {
  2035. "version": "1.0.1",
  2036. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  2037. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  2038. "license": "MIT",
  2039. "dependencies": {
  2040. "call-bound": "^1.0.2",
  2041. "es-errors": "^1.3.0",
  2042. "get-intrinsic": "^1.2.5",
  2043. "object-inspect": "^1.13.3"
  2044. },
  2045. "engines": {
  2046. "node": ">= 0.4"
  2047. },
  2048. "funding": {
  2049. "url": "https://github.com/sponsors/ljharb"
  2050. }
  2051. },
  2052. "node_modules/side-channel-weakmap": {
  2053. "version": "1.0.2",
  2054. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  2055. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  2056. "license": "MIT",
  2057. "dependencies": {
  2058. "call-bound": "^1.0.2",
  2059. "es-errors": "^1.3.0",
  2060. "get-intrinsic": "^1.2.5",
  2061. "object-inspect": "^1.13.3",
  2062. "side-channel-map": "^1.0.1"
  2063. },
  2064. "engines": {
  2065. "node": ">= 0.4"
  2066. },
  2067. "funding": {
  2068. "url": "https://github.com/sponsors/ljharb"
  2069. }
  2070. },
  2071. "node_modules/sisteransi": {
  2072. "version": "1.0.5",
  2073. "resolved": "https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz",
  2074. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  2075. "license": "MIT"
  2076. },
  2077. "node_modules/source-map": {
  2078. "version": "0.6.1",
  2079. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  2080. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2081. "license": "BSD-3-Clause",
  2082. "engines": {
  2083. "node": ">=0.10.0"
  2084. }
  2085. },
  2086. "node_modules/statuses": {
  2087. "version": "2.0.2",
  2088. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  2089. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  2090. "license": "MIT",
  2091. "engines": {
  2092. "node": ">= 0.8"
  2093. }
  2094. },
  2095. "node_modules/toidentifier": {
  2096. "version": "1.0.1",
  2097. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  2098. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  2099. "license": "MIT",
  2100. "engines": {
  2101. "node": ">=0.6"
  2102. }
  2103. },
  2104. "node_modules/tree-kill": {
  2105. "version": "1.2.2",
  2106. "resolved": "https://registry.npmmirror.com/tree-kill/-/tree-kill-1.2.2.tgz",
  2107. "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
  2108. "license": "MIT",
  2109. "optional": true,
  2110. "bin": {
  2111. "tree-kill": "cli.js"
  2112. }
  2113. },
  2114. "node_modules/type-is": {
  2115. "version": "1.6.18",
  2116. "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz",
  2117. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  2118. "license": "MIT",
  2119. "dependencies": {
  2120. "media-typer": "0.3.0",
  2121. "mime-types": "~2.1.24"
  2122. },
  2123. "engines": {
  2124. "node": ">= 0.6"
  2125. }
  2126. },
  2127. "node_modules/uglify-js": {
  2128. "version": "3.19.3",
  2129. "resolved": "https://registry.npmmirror.com/uglify-js/-/uglify-js-3.19.3.tgz",
  2130. "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==",
  2131. "license": "BSD-2-Clause",
  2132. "optional": true,
  2133. "bin": {
  2134. "uglifyjs": "bin/uglifyjs"
  2135. },
  2136. "engines": {
  2137. "node": ">=0.8.0"
  2138. }
  2139. },
  2140. "node_modules/unpipe": {
  2141. "version": "1.0.0",
  2142. "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
  2143. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  2144. "license": "MIT",
  2145. "engines": {
  2146. "node": ">= 0.8"
  2147. }
  2148. },
  2149. "node_modules/utils-merge": {
  2150. "version": "1.0.1",
  2151. "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz",
  2152. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
  2153. "license": "MIT",
  2154. "engines": {
  2155. "node": ">= 0.4.0"
  2156. }
  2157. },
  2158. "node_modules/vary": {
  2159. "version": "1.1.2",
  2160. "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz",
  2161. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  2162. "license": "MIT",
  2163. "engines": {
  2164. "node": ">= 0.8"
  2165. }
  2166. },
  2167. "node_modules/which": {
  2168. "version": "2.0.2",
  2169. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  2170. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  2171. "license": "ISC",
  2172. "dependencies": {
  2173. "isexe": "^2.0.0"
  2174. },
  2175. "bin": {
  2176. "node-which": "bin/node-which"
  2177. },
  2178. "engines": {
  2179. "node": ">= 8"
  2180. }
  2181. },
  2182. "node_modules/wordwrap": {
  2183. "version": "1.0.0",
  2184. "resolved": "https://registry.npmmirror.com/wordwrap/-/wordwrap-1.0.0.tgz",
  2185. "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",
  2186. "license": "MIT"
  2187. },
  2188. "node_modules/wrappy": {
  2189. "version": "1.0.2",
  2190. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  2191. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  2192. "license": "ISC"
  2193. },
  2194. "node_modules/yaml": {
  2195. "version": "2.8.3",
  2196. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.3.tgz",
  2197. "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
  2198. "license": "ISC",
  2199. "bin": {
  2200. "yaml": "bin.mjs"
  2201. },
  2202. "engines": {
  2203. "node": ">= 14.6"
  2204. },
  2205. "funding": {
  2206. "url": "https://github.com/sponsors/eemeli"
  2207. }
  2208. },
  2209. "node_modules/zod": {
  2210. "version": "4.3.6",
  2211. "resolved": "https://registry.npmmirror.com/zod/-/zod-4.3.6.tgz",
  2212. "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
  2213. "license": "MIT",
  2214. "funding": {
  2215. "url": "https://github.com/sponsors/colinhacks"
  2216. }
  2217. },
  2218. "node_modules/zod-to-json-schema": {
  2219. "version": "3.25.2",
  2220. "resolved": "https://registry.npmmirror.com/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
  2221. "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
  2222. "license": "ISC",
  2223. "peerDependencies": {
  2224. "zod": "^3.25.28 || ^4"
  2225. }
  2226. }
  2227. }
  2228. }