package-lock.json 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773
  1. {
  2. "name": "@fmode/image-set",
  3. "version": "0.2.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@fmode/image-set",
  9. "version": "0.2.0",
  10. "dependencies": {
  11. "@modelcontextprotocol/sdk": "^1.29.0",
  12. "sharp": "^0.35.3",
  13. "zod": "^4.4.3"
  14. },
  15. "bin": {
  16. "fmode-image-set": "bin/fmode-image-set.js"
  17. },
  18. "engines": {
  19. "node": ">=20"
  20. }
  21. },
  22. "node_modules/@emnapi/runtime": {
  23. "version": "1.11.3",
  24. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.3.tgz",
  25. "integrity": "sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==",
  26. "license": "MIT",
  27. "optional": true,
  28. "dependencies": {
  29. "tslib": "^2.4.0"
  30. }
  31. },
  32. "node_modules/@hono/node-server": {
  33. "version": "2.0.12",
  34. "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-2.0.12.tgz",
  35. "integrity": "sha512-eWpQYr67tqJLeaSUl0Q+TquuYfUdTibpOJlUMV2FfUP7+KqCC5TufnwnlXL6mobZBJbGAYRd7ZvEBDCbLInjhg==",
  36. "license": "MIT",
  37. "engines": {
  38. "node": ">=20"
  39. },
  40. "peerDependencies": {
  41. "hono": "^4"
  42. }
  43. },
  44. "node_modules/@img/colour": {
  45. "version": "1.1.0",
  46. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  47. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  48. "license": "MIT",
  49. "engines": {
  50. "node": ">=18"
  51. }
  52. },
  53. "node_modules/@img/sharp-darwin-arm64": {
  54. "version": "0.35.3",
  55. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.35.3.tgz",
  56. "integrity": "sha512-RMnFX7YQsMoh7lWfcM4NEHHymBX/rLuKNPVM84XE9ONPcaSCDgE7CHIHpSgPcO2xcRthgBy1HfNO319mwhIAkg==",
  57. "cpu": [
  58. "arm64"
  59. ],
  60. "license": "Apache-2.0",
  61. "optional": true,
  62. "os": [
  63. "darwin"
  64. ],
  65. "engines": {
  66. "node": ">=20.9.0"
  67. },
  68. "funding": {
  69. "url": "https://opencollective.com/libvips"
  70. },
  71. "optionalDependencies": {
  72. "@img/sharp-libvips-darwin-arm64": "1.3.2"
  73. }
  74. },
  75. "node_modules/@img/sharp-darwin-x64": {
  76. "version": "0.35.3",
  77. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.35.3.tgz",
  78. "integrity": "sha512-Xo+5uFBtLN0BKqieTxiFzFPQAUlBbbH5iBKyRX/z1JrbnYsHTfKJnUfL8+p2TPXr1pXqao4eeL4Rl144uDpK9w==",
  79. "cpu": [
  80. "x64"
  81. ],
  82. "license": "Apache-2.0",
  83. "optional": true,
  84. "os": [
  85. "darwin"
  86. ],
  87. "engines": {
  88. "node": ">=20.9.0"
  89. },
  90. "funding": {
  91. "url": "https://opencollective.com/libvips"
  92. },
  93. "optionalDependencies": {
  94. "@img/sharp-libvips-darwin-x64": "1.3.2"
  95. }
  96. },
  97. "node_modules/@img/sharp-freebsd-wasm32": {
  98. "version": "0.35.3",
  99. "resolved": "https://registry.npmjs.org/@img/sharp-freebsd-wasm32/-/sharp-freebsd-wasm32-0.35.3.tgz",
  100. "integrity": "sha512-lUxcqWIj2wMQ9BrwNjngcr1gWUr5xgaGThBRqPPalIC2n67Cqj1uPh8NnA/ZhAg8hUbKl+kVHKwgUIwe6ZYPrg==",
  101. "license": "Apache-2.0",
  102. "optional": true,
  103. "os": [
  104. "freebsd"
  105. ],
  106. "dependencies": {
  107. "@img/sharp-wasm32": "0.35.3"
  108. },
  109. "engines": {
  110. "node": ">=20.9.0"
  111. },
  112. "funding": {
  113. "url": "https://opencollective.com/libvips"
  114. }
  115. },
  116. "node_modules/@img/sharp-libvips-darwin-arm64": {
  117. "version": "1.3.2",
  118. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.3.2.tgz",
  119. "integrity": "sha512-9J6ypZFpQBj4YnePGoq/S38w6nz+vqg5WZLrLGY4YuSemdMq47GMLBPO42MzwdGwpg/agZ7xzZcFHa48xlywfg==",
  120. "cpu": [
  121. "arm64"
  122. ],
  123. "license": "LGPL-3.0-or-later",
  124. "optional": true,
  125. "os": [
  126. "darwin"
  127. ],
  128. "funding": {
  129. "url": "https://opencollective.com/libvips"
  130. }
  131. },
  132. "node_modules/@img/sharp-libvips-darwin-x64": {
  133. "version": "1.3.2",
  134. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.3.2.tgz",
  135. "integrity": "sha512-m2pW1n6cns9VaubNwsZ+c3CRYjxNQWgJ5gPlnL1nbBcpkBvFm6SCFN5o0psFHI8w9n11NKhFkeEDns98tiqbEw==",
  136. "cpu": [
  137. "x64"
  138. ],
  139. "license": "LGPL-3.0-or-later",
  140. "optional": true,
  141. "os": [
  142. "darwin"
  143. ],
  144. "funding": {
  145. "url": "https://opencollective.com/libvips"
  146. }
  147. },
  148. "node_modules/@img/sharp-libvips-linux-arm": {
  149. "version": "1.3.2",
  150. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.3.2.tgz",
  151. "integrity": "sha512-1eMLzy92I4J6rmi4mAT8yC3HxOtniyGELlzGbNMLLeqe052ahFQ0h6LFq+lh5DsDIdYViIDst08abvSbcEdLXQ==",
  152. "cpu": [
  153. "arm"
  154. ],
  155. "license": "LGPL-3.0-or-later",
  156. "optional": true,
  157. "os": [
  158. "linux"
  159. ],
  160. "funding": {
  161. "url": "https://opencollective.com/libvips"
  162. }
  163. },
  164. "node_modules/@img/sharp-libvips-linux-arm64": {
  165. "version": "1.3.2",
  166. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.3.2.tgz",
  167. "integrity": "sha512-dqVSFynCox4C/J8kT16V7SIFAns0IjgLwkvYT7p8LQVmJ5OS5b6tI9IGflxTeuBS//zXeFIUbwt5dwxyZ17cnA==",
  168. "cpu": [
  169. "arm64"
  170. ],
  171. "license": "LGPL-3.0-or-later",
  172. "optional": true,
  173. "os": [
  174. "linux"
  175. ],
  176. "funding": {
  177. "url": "https://opencollective.com/libvips"
  178. }
  179. },
  180. "node_modules/@img/sharp-libvips-linux-ppc64": {
  181. "version": "1.3.2",
  182. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.3.2.tgz",
  183. "integrity": "sha512-3z0NHDxD6n5I9gc05U1eW1AyRm+Gznzq3naMrthPNqE6oYykcogW0l/jfpJdjYnuNl8R7yI9pNbE1XiUeyq0Aw==",
  184. "cpu": [
  185. "ppc64"
  186. ],
  187. "license": "LGPL-3.0-or-later",
  188. "optional": true,
  189. "os": [
  190. "linux"
  191. ],
  192. "funding": {
  193. "url": "https://opencollective.com/libvips"
  194. }
  195. },
  196. "node_modules/@img/sharp-libvips-linux-riscv64": {
  197. "version": "1.3.2",
  198. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.3.2.tgz",
  199. "integrity": "sha512-bsb4rI+NldGOsXuej2r8OdSS8+zXDVaCWxyWrcv6kneTOlgAHtZABRzBBCwdsPiD90J4myNJuHpg6kA20ImW/w==",
  200. "cpu": [
  201. "riscv64"
  202. ],
  203. "license": "LGPL-3.0-or-later",
  204. "optional": true,
  205. "os": [
  206. "linux"
  207. ],
  208. "funding": {
  209. "url": "https://opencollective.com/libvips"
  210. }
  211. },
  212. "node_modules/@img/sharp-libvips-linux-s390x": {
  213. "version": "1.3.2",
  214. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.3.2.tgz",
  215. "integrity": "sha512-/ABshyj8gCpyIrNXnHn4LorDJ0HHm1VhXPBlxZ8zAtfVPAaSafXPGn+sUSIRiwaSBy0mmFjSjiXI5mkcwdChKQ==",
  216. "cpu": [
  217. "s390x"
  218. ],
  219. "license": "LGPL-3.0-or-later",
  220. "optional": true,
  221. "os": [
  222. "linux"
  223. ],
  224. "funding": {
  225. "url": "https://opencollective.com/libvips"
  226. }
  227. },
  228. "node_modules/@img/sharp-libvips-linux-x64": {
  229. "version": "1.3.2",
  230. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.3.2.tgz",
  231. "integrity": "sha512-ITPEtgffGJ0S6G9dRyw/366tJQqFRcHWPHhC+Stpg3Z8AEMrDrTr2lhdz4f/Y/HMbRh//7Z5mBzEpVdi62Oc3w==",
  232. "cpu": [
  233. "x64"
  234. ],
  235. "license": "LGPL-3.0-or-later",
  236. "optional": true,
  237. "os": [
  238. "linux"
  239. ],
  240. "funding": {
  241. "url": "https://opencollective.com/libvips"
  242. }
  243. },
  244. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  245. "version": "1.3.2",
  246. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.3.2.tgz",
  247. "integrity": "sha512-zE9EdiUzUmg5mDT5a1rk5fYJ6GWPloTwWBYDS14naqHsL+EaMpDj1AWnpLgh3u0YCORv2Tt50wrcrpYqkP97Kw==",
  248. "cpu": [
  249. "arm64"
  250. ],
  251. "license": "LGPL-3.0-or-later",
  252. "optional": true,
  253. "os": [
  254. "linux"
  255. ],
  256. "funding": {
  257. "url": "https://opencollective.com/libvips"
  258. }
  259. },
  260. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  261. "version": "1.3.2",
  262. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.3.2.tgz",
  263. "integrity": "sha512-m0lrLiUt+lBYnCFr8qV/65yMR4E/c7/wf78I5eKTdkEakFAlZ9QlzEM3QIhhAwVeUhLAHLcCq7a7Vszq/oFNZQ==",
  264. "cpu": [
  265. "x64"
  266. ],
  267. "license": "LGPL-3.0-or-later",
  268. "optional": true,
  269. "os": [
  270. "linux"
  271. ],
  272. "funding": {
  273. "url": "https://opencollective.com/libvips"
  274. }
  275. },
  276. "node_modules/@img/sharp-linux-arm": {
  277. "version": "0.35.3",
  278. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.35.3.tgz",
  279. "integrity": "sha512-affVWCTLooy8TSxbDx2qkzuDeaWLNVBA+P//FNBirHsXpP2fuBhk5AuboYUnrDnzoXes8GFjpTx0SBFOCRg+FA==",
  280. "cpu": [
  281. "arm"
  282. ],
  283. "license": "Apache-2.0",
  284. "optional": true,
  285. "os": [
  286. "linux"
  287. ],
  288. "engines": {
  289. "node": ">=20.9.0"
  290. },
  291. "funding": {
  292. "url": "https://opencollective.com/libvips"
  293. },
  294. "optionalDependencies": {
  295. "@img/sharp-libvips-linux-arm": "1.3.2"
  296. }
  297. },
  298. "node_modules/@img/sharp-linux-arm64": {
  299. "version": "0.35.3",
  300. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.35.3.tgz",
  301. "integrity": "sha512-QgKDspHPnrU+GQ55XPhGwyhC8acLVOOSyAvo1oVfFmrIXLkDNmGWzAfDZ4xK8oSA1qBQrALcHX0G5UZni/SuFQ==",
  302. "cpu": [
  303. "arm64"
  304. ],
  305. "license": "Apache-2.0",
  306. "optional": true,
  307. "os": [
  308. "linux"
  309. ],
  310. "engines": {
  311. "node": ">=20.9.0"
  312. },
  313. "funding": {
  314. "url": "https://opencollective.com/libvips"
  315. },
  316. "optionalDependencies": {
  317. "@img/sharp-libvips-linux-arm64": "1.3.2"
  318. }
  319. },
  320. "node_modules/@img/sharp-linux-ppc64": {
  321. "version": "0.35.3",
  322. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.35.3.tgz",
  323. "integrity": "sha512-sMd8rDxmpLOwv/7N44klFjOD5DUO7FLdjiXDI0hoxYaf7Ar262dQIEkosE98bps+5HPLtp/EvNqeqQtOycP/IA==",
  324. "cpu": [
  325. "ppc64"
  326. ],
  327. "license": "Apache-2.0",
  328. "optional": true,
  329. "os": [
  330. "linux"
  331. ],
  332. "engines": {
  333. "node": ">=20.9.0"
  334. },
  335. "funding": {
  336. "url": "https://opencollective.com/libvips"
  337. },
  338. "optionalDependencies": {
  339. "@img/sharp-libvips-linux-ppc64": "1.3.2"
  340. }
  341. },
  342. "node_modules/@img/sharp-linux-riscv64": {
  343. "version": "0.35.3",
  344. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.35.3.tgz",
  345. "integrity": "sha512-0Eob78yjlYPfL5vMNWAW55l3R9Y6BQS/gOfe0ZcP9mEz9ohhKSt4im1hayiknXgf8AWrFqMvJcKIdmLmEe7yeQ==",
  346. "cpu": [
  347. "riscv64"
  348. ],
  349. "license": "Apache-2.0",
  350. "optional": true,
  351. "os": [
  352. "linux"
  353. ],
  354. "engines": {
  355. "node": ">=20.9.0"
  356. },
  357. "funding": {
  358. "url": "https://opencollective.com/libvips"
  359. },
  360. "optionalDependencies": {
  361. "@img/sharp-libvips-linux-riscv64": "1.3.2"
  362. }
  363. },
  364. "node_modules/@img/sharp-linux-s390x": {
  365. "version": "0.35.3",
  366. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.35.3.tgz",
  367. "integrity": "sha512-KgAxQ0DxpNOq1rG2t5cgTgShJFGSuU7XO45cqC+1NVOuZnP6tlgZRuSYOfNupGkHID0o3cJOsw4DVeJpMovcGw==",
  368. "cpu": [
  369. "s390x"
  370. ],
  371. "license": "Apache-2.0",
  372. "optional": true,
  373. "os": [
  374. "linux"
  375. ],
  376. "engines": {
  377. "node": ">=20.9.0"
  378. },
  379. "funding": {
  380. "url": "https://opencollective.com/libvips"
  381. },
  382. "optionalDependencies": {
  383. "@img/sharp-libvips-linux-s390x": "1.3.2"
  384. }
  385. },
  386. "node_modules/@img/sharp-linux-x64": {
  387. "version": "0.35.3",
  388. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.35.3.tgz",
  389. "integrity": "sha512-8pqvxubL2PGdhlPy6GLqzDYMUjyRmKAwKHYKixpdJYBUK7PJ0C029XdsnpFIdgRZG68fZiGdHVWcKPvtiPB4cA==",
  390. "cpu": [
  391. "x64"
  392. ],
  393. "license": "Apache-2.0",
  394. "optional": true,
  395. "os": [
  396. "linux"
  397. ],
  398. "engines": {
  399. "node": ">=20.9.0"
  400. },
  401. "funding": {
  402. "url": "https://opencollective.com/libvips"
  403. },
  404. "optionalDependencies": {
  405. "@img/sharp-libvips-linux-x64": "1.3.2"
  406. }
  407. },
  408. "node_modules/@img/sharp-linuxmusl-arm64": {
  409. "version": "0.35.3",
  410. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.35.3.tgz",
  411. "integrity": "sha512-Vz0iQjzzcSX3HCbfwFfCSG/9SCIqyO0mH2sXyiHaAYfBk0cRsCWXRyQYX0ovCK/PAQBbTzQ0dsPQHh5MAFL59w==",
  412. "cpu": [
  413. "arm64"
  414. ],
  415. "license": "Apache-2.0",
  416. "optional": true,
  417. "os": [
  418. "linux"
  419. ],
  420. "engines": {
  421. "node": ">=20.9.0"
  422. },
  423. "funding": {
  424. "url": "https://opencollective.com/libvips"
  425. },
  426. "optionalDependencies": {
  427. "@img/sharp-libvips-linuxmusl-arm64": "1.3.2"
  428. }
  429. },
  430. "node_modules/@img/sharp-linuxmusl-x64": {
  431. "version": "0.35.3",
  432. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.35.3.tgz",
  433. "integrity": "sha512-6O1NPKcDVj9QEdg7Hx549EX8U0rp6yXQERqru6yRN7fGBn32UvIRJUlWnk+8xDCiG76hXVBbX82NZ/ZKr0euIg==",
  434. "cpu": [
  435. "x64"
  436. ],
  437. "license": "Apache-2.0",
  438. "optional": true,
  439. "os": [
  440. "linux"
  441. ],
  442. "engines": {
  443. "node": ">=20.9.0"
  444. },
  445. "funding": {
  446. "url": "https://opencollective.com/libvips"
  447. },
  448. "optionalDependencies": {
  449. "@img/sharp-libvips-linuxmusl-x64": "1.3.2"
  450. }
  451. },
  452. "node_modules/@img/sharp-wasm32": {
  453. "version": "0.35.3",
  454. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.35.3.tgz",
  455. "integrity": "sha512-cZ0XkcYGpHZkqW6iCkqTcmUC0CD9DhD5d/qeZlZkfRBn6GnHniZXLUo5+9xw8Iv76YE6LQFN9YNBlKREcCG76w==",
  456. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  457. "optional": true,
  458. "dependencies": {
  459. "@emnapi/runtime": "^1.11.1"
  460. },
  461. "engines": {
  462. "node": ">=20.9.0"
  463. },
  464. "funding": {
  465. "url": "https://opencollective.com/libvips"
  466. }
  467. },
  468. "node_modules/@img/sharp-webcontainers-wasm32": {
  469. "version": "0.35.3",
  470. "resolved": "https://registry.npmjs.org/@img/sharp-webcontainers-wasm32/-/sharp-webcontainers-wasm32-0.35.3.tgz",
  471. "integrity": "sha512-2rnq7bX3NzeR2T4YWgz8qiG4h3TSdMe+vN1iQXpJleSJ3SM5zQ8Fy2SyyXAWlbxpEZ2Y+Z4u1BePgJEYbSy80Q==",
  472. "cpu": [
  473. "wasm32"
  474. ],
  475. "license": "Apache-2.0",
  476. "optional": true,
  477. "dependencies": {
  478. "@img/sharp-wasm32": "0.35.3"
  479. },
  480. "engines": {
  481. "node": ">=20.9.0"
  482. },
  483. "funding": {
  484. "url": "https://opencollective.com/libvips"
  485. }
  486. },
  487. "node_modules/@img/sharp-win32-arm64": {
  488. "version": "0.35.3",
  489. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.35.3.tgz",
  490. "integrity": "sha512-4bPwFdMbeC4JQ8L8LOyWp6nsHcboP5fxkp6iPOXz2Vg49R42TuMs2whkJ5OAP4/Ul035qOzy0AecOF9VOscn4w==",
  491. "cpu": [
  492. "arm64"
  493. ],
  494. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  495. "optional": true,
  496. "os": [
  497. "win32"
  498. ],
  499. "engines": {
  500. "node": ">=20.9.0"
  501. },
  502. "funding": {
  503. "url": "https://opencollective.com/libvips"
  504. }
  505. },
  506. "node_modules/@img/sharp-win32-ia32": {
  507. "version": "0.35.3",
  508. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.35.3.tgz",
  509. "integrity": "sha512-r53mXsBN6lFUDiST764SvgwUdHAqM4rPAiDzAmf4fLoB6X/rkfyTrLCg6+g17wJJiCmB3JYgHuUldCWUIRFSXw==",
  510. "cpu": [
  511. "ia32"
  512. ],
  513. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  514. "optional": true,
  515. "os": [
  516. "win32"
  517. ],
  518. "engines": {
  519. "node": "^20.9.0"
  520. },
  521. "funding": {
  522. "url": "https://opencollective.com/libvips"
  523. }
  524. },
  525. "node_modules/@img/sharp-win32-x64": {
  526. "version": "0.35.3",
  527. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.35.3.tgz",
  528. "integrity": "sha512-D4y1vNeZrIIJCN+uHaWVtH86B+aCrdMYYjicy9pXHvbGZeGYLLSd3wdVuC37FxVXlU1ARsk84eKWfWMXGYEqvA==",
  529. "cpu": [
  530. "x64"
  531. ],
  532. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  533. "optional": true,
  534. "os": [
  535. "win32"
  536. ],
  537. "engines": {
  538. "node": ">=20.9.0"
  539. },
  540. "funding": {
  541. "url": "https://opencollective.com/libvips"
  542. }
  543. },
  544. "node_modules/@modelcontextprotocol/sdk": {
  545. "version": "1.30.0",
  546. "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.0.tgz",
  547. "integrity": "sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==",
  548. "license": "MIT",
  549. "dependencies": {
  550. "@hono/node-server": "^1.19.9 || ^2.0.5",
  551. "ajv": "^8.17.1",
  552. "ajv-formats": "^3.0.1",
  553. "content-type": "^1.0.5",
  554. "cors": "^2.8.5",
  555. "cross-spawn": "^7.0.5",
  556. "eventsource": "^3.0.2",
  557. "eventsource-parser": "^3.0.0",
  558. "express": "^5.2.1",
  559. "express-rate-limit": "^8.2.1",
  560. "hono": "^4.11.4",
  561. "jose": "^6.1.3",
  562. "json-schema-typed": "^8.0.2",
  563. "pkce-challenge": "^5.0.0",
  564. "raw-body": "^3.0.0",
  565. "zod": "^3.25 || ^4.0",
  566. "zod-to-json-schema": "^3.25.1"
  567. },
  568. "engines": {
  569. "node": ">=18"
  570. },
  571. "peerDependencies": {
  572. "@cfworker/json-schema": "^4.1.1",
  573. "zod": "^3.25 || ^4.0"
  574. },
  575. "peerDependenciesMeta": {
  576. "@cfworker/json-schema": {
  577. "optional": true
  578. },
  579. "zod": {
  580. "optional": false
  581. }
  582. }
  583. },
  584. "node_modules/accepts": {
  585. "version": "2.0.0",
  586. "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
  587. "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
  588. "license": "MIT",
  589. "dependencies": {
  590. "mime-types": "^3.0.0",
  591. "negotiator": "^1.0.0"
  592. },
  593. "engines": {
  594. "node": ">= 0.6"
  595. }
  596. },
  597. "node_modules/ajv": {
  598. "version": "8.20.0",
  599. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
  600. "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
  601. "license": "MIT",
  602. "dependencies": {
  603. "fast-deep-equal": "^3.1.3",
  604. "fast-uri": "^3.0.1",
  605. "json-schema-traverse": "^1.0.0",
  606. "require-from-string": "^2.0.2"
  607. },
  608. "funding": {
  609. "type": "github",
  610. "url": "https://github.com/sponsors/epoberezkin"
  611. }
  612. },
  613. "node_modules/ajv-formats": {
  614. "version": "3.0.1",
  615. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
  616. "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
  617. "license": "MIT",
  618. "dependencies": {
  619. "ajv": "^8.0.0"
  620. },
  621. "peerDependencies": {
  622. "ajv": "^8.0.0"
  623. },
  624. "peerDependenciesMeta": {
  625. "ajv": {
  626. "optional": true
  627. }
  628. }
  629. },
  630. "node_modules/body-parser": {
  631. "version": "2.3.0",
  632. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
  633. "integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
  634. "license": "MIT",
  635. "dependencies": {
  636. "bytes": "^3.1.2",
  637. "content-type": "^2.0.0",
  638. "debug": "^4.4.3",
  639. "http-errors": "^2.0.1",
  640. "iconv-lite": "^0.7.2",
  641. "on-finished": "^2.4.1",
  642. "qs": "^6.15.2",
  643. "raw-body": "^3.0.2",
  644. "type-is": "^2.1.0"
  645. },
  646. "engines": {
  647. "node": ">=18"
  648. },
  649. "funding": {
  650. "type": "opencollective",
  651. "url": "https://opencollective.com/express"
  652. }
  653. },
  654. "node_modules/body-parser/node_modules/content-type": {
  655. "version": "2.0.0",
  656. "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
  657. "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
  658. "license": "MIT",
  659. "engines": {
  660. "node": ">=18"
  661. },
  662. "funding": {
  663. "type": "opencollective",
  664. "url": "https://opencollective.com/express"
  665. }
  666. },
  667. "node_modules/bytes": {
  668. "version": "3.1.2",
  669. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  670. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  671. "license": "MIT",
  672. "engines": {
  673. "node": ">= 0.8"
  674. }
  675. },
  676. "node_modules/call-bind-apply-helpers": {
  677. "version": "1.0.2",
  678. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  679. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  680. "license": "MIT",
  681. "dependencies": {
  682. "es-errors": "^1.3.0",
  683. "function-bind": "^1.1.2"
  684. },
  685. "engines": {
  686. "node": ">= 0.4"
  687. }
  688. },
  689. "node_modules/call-bound": {
  690. "version": "1.0.4",
  691. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  692. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  693. "license": "MIT",
  694. "dependencies": {
  695. "call-bind-apply-helpers": "^1.0.2",
  696. "get-intrinsic": "^1.3.0"
  697. },
  698. "engines": {
  699. "node": ">= 0.4"
  700. },
  701. "funding": {
  702. "url": "https://github.com/sponsors/ljharb"
  703. }
  704. },
  705. "node_modules/content-disposition": {
  706. "version": "1.1.0",
  707. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
  708. "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
  709. "license": "MIT",
  710. "engines": {
  711. "node": ">=18"
  712. },
  713. "funding": {
  714. "type": "opencollective",
  715. "url": "https://opencollective.com/express"
  716. }
  717. },
  718. "node_modules/content-type": {
  719. "version": "1.0.5",
  720. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
  721. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  722. "license": "MIT",
  723. "engines": {
  724. "node": ">= 0.6"
  725. }
  726. },
  727. "node_modules/cookie": {
  728. "version": "0.7.2",
  729. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
  730. "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
  731. "license": "MIT",
  732. "engines": {
  733. "node": ">= 0.6"
  734. }
  735. },
  736. "node_modules/cookie-signature": {
  737. "version": "1.2.2",
  738. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
  739. "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
  740. "license": "MIT",
  741. "engines": {
  742. "node": ">=6.6.0"
  743. }
  744. },
  745. "node_modules/cors": {
  746. "version": "2.8.6",
  747. "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
  748. "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
  749. "license": "MIT",
  750. "dependencies": {
  751. "object-assign": "^4",
  752. "vary": "^1"
  753. },
  754. "engines": {
  755. "node": ">= 0.10"
  756. },
  757. "funding": {
  758. "type": "opencollective",
  759. "url": "https://opencollective.com/express"
  760. }
  761. },
  762. "node_modules/cross-spawn": {
  763. "version": "7.0.6",
  764. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  765. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  766. "license": "MIT",
  767. "dependencies": {
  768. "path-key": "^3.1.0",
  769. "shebang-command": "^2.0.0",
  770. "which": "^2.0.1"
  771. },
  772. "engines": {
  773. "node": ">= 8"
  774. }
  775. },
  776. "node_modules/debug": {
  777. "version": "4.4.3",
  778. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  779. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  780. "license": "MIT",
  781. "dependencies": {
  782. "ms": "^2.1.3"
  783. },
  784. "engines": {
  785. "node": ">=6.0"
  786. },
  787. "peerDependenciesMeta": {
  788. "supports-color": {
  789. "optional": true
  790. }
  791. }
  792. },
  793. "node_modules/depd": {
  794. "version": "2.0.0",
  795. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  796. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  797. "license": "MIT",
  798. "engines": {
  799. "node": ">= 0.8"
  800. }
  801. },
  802. "node_modules/detect-libc": {
  803. "version": "2.1.2",
  804. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  805. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  806. "license": "Apache-2.0",
  807. "engines": {
  808. "node": ">=8"
  809. }
  810. },
  811. "node_modules/dunder-proto": {
  812. "version": "1.0.1",
  813. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  814. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  815. "license": "MIT",
  816. "dependencies": {
  817. "call-bind-apply-helpers": "^1.0.1",
  818. "es-errors": "^1.3.0",
  819. "gopd": "^1.2.0"
  820. },
  821. "engines": {
  822. "node": ">= 0.4"
  823. }
  824. },
  825. "node_modules/ee-first": {
  826. "version": "1.1.1",
  827. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  828. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  829. "license": "MIT"
  830. },
  831. "node_modules/encodeurl": {
  832. "version": "2.0.0",
  833. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  834. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  835. "license": "MIT",
  836. "engines": {
  837. "node": ">= 0.8"
  838. }
  839. },
  840. "node_modules/es-define-property": {
  841. "version": "1.0.1",
  842. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  843. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  844. "license": "MIT",
  845. "engines": {
  846. "node": ">= 0.4"
  847. }
  848. },
  849. "node_modules/es-errors": {
  850. "version": "1.3.0",
  851. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  852. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  853. "license": "MIT",
  854. "engines": {
  855. "node": ">= 0.4"
  856. }
  857. },
  858. "node_modules/es-object-atoms": {
  859. "version": "1.1.2",
  860. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
  861. "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
  862. "license": "MIT",
  863. "dependencies": {
  864. "es-errors": "^1.3.0"
  865. },
  866. "engines": {
  867. "node": ">= 0.4"
  868. }
  869. },
  870. "node_modules/escape-html": {
  871. "version": "1.0.3",
  872. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  873. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  874. "license": "MIT"
  875. },
  876. "node_modules/etag": {
  877. "version": "1.8.1",
  878. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  879. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  880. "license": "MIT",
  881. "engines": {
  882. "node": ">= 0.6"
  883. }
  884. },
  885. "node_modules/eventsource": {
  886. "version": "3.0.7",
  887. "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
  888. "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
  889. "license": "MIT",
  890. "dependencies": {
  891. "eventsource-parser": "^3.0.1"
  892. },
  893. "engines": {
  894. "node": ">=18.0.0"
  895. }
  896. },
  897. "node_modules/eventsource-parser": {
  898. "version": "3.1.0",
  899. "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.1.0.tgz",
  900. "integrity": "sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==",
  901. "license": "MIT",
  902. "engines": {
  903. "node": ">=18.0.0"
  904. }
  905. },
  906. "node_modules/express": {
  907. "version": "5.2.1",
  908. "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
  909. "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
  910. "license": "MIT",
  911. "dependencies": {
  912. "accepts": "^2.0.0",
  913. "body-parser": "^2.2.1",
  914. "content-disposition": "^1.0.0",
  915. "content-type": "^1.0.5",
  916. "cookie": "^0.7.1",
  917. "cookie-signature": "^1.2.1",
  918. "debug": "^4.4.0",
  919. "depd": "^2.0.0",
  920. "encodeurl": "^2.0.0",
  921. "escape-html": "^1.0.3",
  922. "etag": "^1.8.1",
  923. "finalhandler": "^2.1.0",
  924. "fresh": "^2.0.0",
  925. "http-errors": "^2.0.0",
  926. "merge-descriptors": "^2.0.0",
  927. "mime-types": "^3.0.0",
  928. "on-finished": "^2.4.1",
  929. "once": "^1.4.0",
  930. "parseurl": "^1.3.3",
  931. "proxy-addr": "^2.0.7",
  932. "qs": "^6.14.0",
  933. "range-parser": "^1.2.1",
  934. "router": "^2.2.0",
  935. "send": "^1.1.0",
  936. "serve-static": "^2.2.0",
  937. "statuses": "^2.0.1",
  938. "type-is": "^2.0.1",
  939. "vary": "^1.1.2"
  940. },
  941. "engines": {
  942. "node": ">= 18"
  943. },
  944. "funding": {
  945. "type": "opencollective",
  946. "url": "https://opencollective.com/express"
  947. }
  948. },
  949. "node_modules/express-rate-limit": {
  950. "version": "8.6.1",
  951. "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.6.1.tgz",
  952. "integrity": "sha512-0D493aP61w0TJ2A0wy27riRsO7FMQ7FK+KUHOKCSfPvYo0R55aiC6emCVgFUeShH0fq0ICPVzNcgoS+BsbXQCA==",
  953. "license": "MIT",
  954. "dependencies": {
  955. "debug": "^4.4.3",
  956. "ip-address": "^10.2.0"
  957. },
  958. "engines": {
  959. "node": ">= 16"
  960. },
  961. "funding": {
  962. "url": "https://github.com/sponsors/express-rate-limit"
  963. },
  964. "peerDependencies": {
  965. "express": ">= 4.11"
  966. }
  967. },
  968. "node_modules/fast-deep-equal": {
  969. "version": "3.1.3",
  970. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  971. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  972. "license": "MIT"
  973. },
  974. "node_modules/fast-uri": {
  975. "version": "3.1.4",
  976. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
  977. "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
  978. "funding": [
  979. {
  980. "type": "github",
  981. "url": "https://github.com/sponsors/fastify"
  982. },
  983. {
  984. "type": "opencollective",
  985. "url": "https://opencollective.com/fastify"
  986. }
  987. ],
  988. "license": "BSD-3-Clause"
  989. },
  990. "node_modules/finalhandler": {
  991. "version": "2.1.1",
  992. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
  993. "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
  994. "license": "MIT",
  995. "dependencies": {
  996. "debug": "^4.4.0",
  997. "encodeurl": "^2.0.0",
  998. "escape-html": "^1.0.3",
  999. "on-finished": "^2.4.1",
  1000. "parseurl": "^1.3.3",
  1001. "statuses": "^2.0.1"
  1002. },
  1003. "engines": {
  1004. "node": ">= 18.0.0"
  1005. },
  1006. "funding": {
  1007. "type": "opencollective",
  1008. "url": "https://opencollective.com/express"
  1009. }
  1010. },
  1011. "node_modules/forwarded": {
  1012. "version": "0.2.0",
  1013. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  1014. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  1015. "license": "MIT",
  1016. "engines": {
  1017. "node": ">= 0.6"
  1018. }
  1019. },
  1020. "node_modules/fresh": {
  1021. "version": "2.0.0",
  1022. "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
  1023. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  1024. "license": "MIT",
  1025. "engines": {
  1026. "node": ">= 0.8"
  1027. }
  1028. },
  1029. "node_modules/function-bind": {
  1030. "version": "1.1.2",
  1031. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  1032. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1033. "license": "MIT",
  1034. "funding": {
  1035. "url": "https://github.com/sponsors/ljharb"
  1036. }
  1037. },
  1038. "node_modules/get-intrinsic": {
  1039. "version": "1.3.0",
  1040. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  1041. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  1042. "license": "MIT",
  1043. "dependencies": {
  1044. "call-bind-apply-helpers": "^1.0.2",
  1045. "es-define-property": "^1.0.1",
  1046. "es-errors": "^1.3.0",
  1047. "es-object-atoms": "^1.1.1",
  1048. "function-bind": "^1.1.2",
  1049. "get-proto": "^1.0.1",
  1050. "gopd": "^1.2.0",
  1051. "has-symbols": "^1.1.0",
  1052. "hasown": "^2.0.2",
  1053. "math-intrinsics": "^1.1.0"
  1054. },
  1055. "engines": {
  1056. "node": ">= 0.4"
  1057. },
  1058. "funding": {
  1059. "url": "https://github.com/sponsors/ljharb"
  1060. }
  1061. },
  1062. "node_modules/get-proto": {
  1063. "version": "1.0.1",
  1064. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  1065. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  1066. "license": "MIT",
  1067. "dependencies": {
  1068. "dunder-proto": "^1.0.1",
  1069. "es-object-atoms": "^1.0.0"
  1070. },
  1071. "engines": {
  1072. "node": ">= 0.4"
  1073. }
  1074. },
  1075. "node_modules/gopd": {
  1076. "version": "1.2.0",
  1077. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  1078. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  1079. "license": "MIT",
  1080. "engines": {
  1081. "node": ">= 0.4"
  1082. },
  1083. "funding": {
  1084. "url": "https://github.com/sponsors/ljharb"
  1085. }
  1086. },
  1087. "node_modules/has-symbols": {
  1088. "version": "1.1.0",
  1089. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  1090. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  1091. "license": "MIT",
  1092. "engines": {
  1093. "node": ">= 0.4"
  1094. },
  1095. "funding": {
  1096. "url": "https://github.com/sponsors/ljharb"
  1097. }
  1098. },
  1099. "node_modules/hasown": {
  1100. "version": "2.0.4",
  1101. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
  1102. "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
  1103. "license": "MIT",
  1104. "dependencies": {
  1105. "function-bind": "^1.1.2"
  1106. },
  1107. "engines": {
  1108. "node": ">= 0.4"
  1109. }
  1110. },
  1111. "node_modules/hono": {
  1112. "version": "4.12.32",
  1113. "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.32.tgz",
  1114. "integrity": "sha512-XcuyW9qE2kJn07PkecMOBd5Vq/hMy7mmGw+idz1yblbg9N17ijJODrvPkn7/dwL3Kulj8LcRJ69DLOWf91dRUg==",
  1115. "license": "MIT",
  1116. "engines": {
  1117. "node": ">=16.9.0"
  1118. }
  1119. },
  1120. "node_modules/http-errors": {
  1121. "version": "2.0.1",
  1122. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
  1123. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  1124. "license": "MIT",
  1125. "dependencies": {
  1126. "depd": "~2.0.0",
  1127. "inherits": "~2.0.4",
  1128. "setprototypeof": "~1.2.0",
  1129. "statuses": "~2.0.2",
  1130. "toidentifier": "~1.0.1"
  1131. },
  1132. "engines": {
  1133. "node": ">= 0.8"
  1134. },
  1135. "funding": {
  1136. "type": "opencollective",
  1137. "url": "https://opencollective.com/express"
  1138. }
  1139. },
  1140. "node_modules/iconv-lite": {
  1141. "version": "0.7.3",
  1142. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.3.tgz",
  1143. "integrity": "sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==",
  1144. "license": "MIT",
  1145. "dependencies": {
  1146. "safer-buffer": ">= 2.1.2 < 3.0.0"
  1147. },
  1148. "engines": {
  1149. "node": ">=0.10.0"
  1150. },
  1151. "funding": {
  1152. "type": "opencollective",
  1153. "url": "https://opencollective.com/express"
  1154. }
  1155. },
  1156. "node_modules/inherits": {
  1157. "version": "2.0.4",
  1158. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  1159. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  1160. "license": "ISC"
  1161. },
  1162. "node_modules/ip-address": {
  1163. "version": "10.3.1",
  1164. "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.3.1.tgz",
  1165. "integrity": "sha512-1e9d3kb97NHJTIJDZW9rKqW2h6+dFa50Dy0fpPSMQp2ADje5gvKsXmdiK6dwY5t76TaTt5+P5N1Y/LoToIxP6g==",
  1166. "license": "MIT",
  1167. "engines": {
  1168. "node": ">= 12"
  1169. }
  1170. },
  1171. "node_modules/ipaddr.js": {
  1172. "version": "1.9.1",
  1173. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  1174. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  1175. "license": "MIT",
  1176. "engines": {
  1177. "node": ">= 0.10"
  1178. }
  1179. },
  1180. "node_modules/is-promise": {
  1181. "version": "4.0.0",
  1182. "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
  1183. "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
  1184. "license": "MIT"
  1185. },
  1186. "node_modules/isexe": {
  1187. "version": "2.0.0",
  1188. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  1189. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  1190. "license": "ISC"
  1191. },
  1192. "node_modules/jose": {
  1193. "version": "6.2.4",
  1194. "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.4.tgz",
  1195. "integrity": "sha512-N8acGzVsQy6M/fjFcxtysNc4Q379TcM5dM/qKkNtsHFji88yANnXTr7BLeP75iPnFwBfQzM/jg2BZ9+HZrHCZA==",
  1196. "license": "MIT",
  1197. "funding": {
  1198. "url": "https://github.com/sponsors/panva"
  1199. }
  1200. },
  1201. "node_modules/json-schema-traverse": {
  1202. "version": "1.0.0",
  1203. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  1204. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  1205. "license": "MIT"
  1206. },
  1207. "node_modules/json-schema-typed": {
  1208. "version": "8.0.2",
  1209. "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
  1210. "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
  1211. "license": "BSD-2-Clause"
  1212. },
  1213. "node_modules/math-intrinsics": {
  1214. "version": "1.1.0",
  1215. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  1216. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  1217. "license": "MIT",
  1218. "engines": {
  1219. "node": ">= 0.4"
  1220. }
  1221. },
  1222. "node_modules/media-typer": {
  1223. "version": "1.1.1",
  1224. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.1.tgz",
  1225. "integrity": "sha512-yz3xRaG20c6/BOzvYoDaGtPmGscs7YivItZEEqe6GbwNfHuxu9YNmvnEkMzKldAGY4/80pRcQRZSEnhquk9XuQ==",
  1226. "license": "MIT",
  1227. "engines": {
  1228. "node": ">= 0.8"
  1229. },
  1230. "funding": {
  1231. "type": "opencollective",
  1232. "url": "https://opencollective.com/express"
  1233. }
  1234. },
  1235. "node_modules/merge-descriptors": {
  1236. "version": "2.0.0",
  1237. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
  1238. "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
  1239. "license": "MIT",
  1240. "engines": {
  1241. "node": ">=18"
  1242. },
  1243. "funding": {
  1244. "url": "https://github.com/sponsors/sindresorhus"
  1245. }
  1246. },
  1247. "node_modules/mime-db": {
  1248. "version": "1.54.0",
  1249. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
  1250. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  1251. "license": "MIT",
  1252. "engines": {
  1253. "node": ">= 0.6"
  1254. }
  1255. },
  1256. "node_modules/mime-types": {
  1257. "version": "3.0.2",
  1258. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
  1259. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  1260. "license": "MIT",
  1261. "dependencies": {
  1262. "mime-db": "^1.54.0"
  1263. },
  1264. "engines": {
  1265. "node": ">=18"
  1266. },
  1267. "funding": {
  1268. "type": "opencollective",
  1269. "url": "https://opencollective.com/express"
  1270. }
  1271. },
  1272. "node_modules/ms": {
  1273. "version": "2.1.3",
  1274. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  1275. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1276. "license": "MIT"
  1277. },
  1278. "node_modules/negotiator": {
  1279. "version": "1.0.0",
  1280. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
  1281. "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
  1282. "license": "MIT",
  1283. "engines": {
  1284. "node": ">= 0.6"
  1285. }
  1286. },
  1287. "node_modules/object-assign": {
  1288. "version": "4.1.1",
  1289. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  1290. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  1291. "license": "MIT",
  1292. "engines": {
  1293. "node": ">=0.10.0"
  1294. }
  1295. },
  1296. "node_modules/object-inspect": {
  1297. "version": "1.13.4",
  1298. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  1299. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  1300. "license": "MIT",
  1301. "engines": {
  1302. "node": ">= 0.4"
  1303. },
  1304. "funding": {
  1305. "url": "https://github.com/sponsors/ljharb"
  1306. }
  1307. },
  1308. "node_modules/on-finished": {
  1309. "version": "2.4.1",
  1310. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  1311. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  1312. "license": "MIT",
  1313. "dependencies": {
  1314. "ee-first": "1.1.1"
  1315. },
  1316. "engines": {
  1317. "node": ">= 0.8"
  1318. }
  1319. },
  1320. "node_modules/once": {
  1321. "version": "1.4.0",
  1322. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  1323. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  1324. "license": "ISC",
  1325. "dependencies": {
  1326. "wrappy": "1"
  1327. }
  1328. },
  1329. "node_modules/parseurl": {
  1330. "version": "1.3.3",
  1331. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  1332. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  1333. "license": "MIT",
  1334. "engines": {
  1335. "node": ">= 0.8"
  1336. }
  1337. },
  1338. "node_modules/path-key": {
  1339. "version": "3.1.1",
  1340. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  1341. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  1342. "license": "MIT",
  1343. "engines": {
  1344. "node": ">=8"
  1345. }
  1346. },
  1347. "node_modules/path-to-regexp": {
  1348. "version": "8.4.2",
  1349. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
  1350. "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
  1351. "license": "MIT",
  1352. "funding": {
  1353. "type": "opencollective",
  1354. "url": "https://opencollective.com/express"
  1355. }
  1356. },
  1357. "node_modules/pkce-challenge": {
  1358. "version": "5.0.1",
  1359. "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
  1360. "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
  1361. "license": "MIT",
  1362. "engines": {
  1363. "node": ">=16.20.0"
  1364. }
  1365. },
  1366. "node_modules/proxy-addr": {
  1367. "version": "2.0.7",
  1368. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  1369. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  1370. "license": "MIT",
  1371. "dependencies": {
  1372. "forwarded": "0.2.0",
  1373. "ipaddr.js": "1.9.1"
  1374. },
  1375. "engines": {
  1376. "node": ">= 0.10"
  1377. }
  1378. },
  1379. "node_modules/qs": {
  1380. "version": "6.15.3",
  1381. "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz",
  1382. "integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==",
  1383. "license": "BSD-3-Clause",
  1384. "dependencies": {
  1385. "es-define-property": "^1.0.1",
  1386. "side-channel": "^1.1.1"
  1387. },
  1388. "engines": {
  1389. "node": ">=0.6"
  1390. },
  1391. "funding": {
  1392. "url": "https://github.com/sponsors/ljharb"
  1393. }
  1394. },
  1395. "node_modules/range-parser": {
  1396. "version": "1.3.0",
  1397. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
  1398. "integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
  1399. "license": "MIT",
  1400. "engines": {
  1401. "node": ">= 0.6"
  1402. },
  1403. "funding": {
  1404. "type": "opencollective",
  1405. "url": "https://opencollective.com/express"
  1406. }
  1407. },
  1408. "node_modules/raw-body": {
  1409. "version": "3.0.2",
  1410. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
  1411. "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
  1412. "license": "MIT",
  1413. "dependencies": {
  1414. "bytes": "~3.1.2",
  1415. "http-errors": "~2.0.1",
  1416. "iconv-lite": "~0.7.0",
  1417. "unpipe": "~1.0.0"
  1418. },
  1419. "engines": {
  1420. "node": ">= 0.10"
  1421. }
  1422. },
  1423. "node_modules/require-from-string": {
  1424. "version": "2.0.2",
  1425. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  1426. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  1427. "license": "MIT",
  1428. "engines": {
  1429. "node": ">=0.10.0"
  1430. }
  1431. },
  1432. "node_modules/router": {
  1433. "version": "2.2.0",
  1434. "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
  1435. "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
  1436. "license": "MIT",
  1437. "dependencies": {
  1438. "debug": "^4.4.0",
  1439. "depd": "^2.0.0",
  1440. "is-promise": "^4.0.0",
  1441. "parseurl": "^1.3.3",
  1442. "path-to-regexp": "^8.0.0"
  1443. },
  1444. "engines": {
  1445. "node": ">= 18"
  1446. }
  1447. },
  1448. "node_modules/safer-buffer": {
  1449. "version": "2.1.2",
  1450. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  1451. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  1452. "license": "MIT"
  1453. },
  1454. "node_modules/semver": {
  1455. "version": "7.8.5",
  1456. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
  1457. "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
  1458. "license": "ISC",
  1459. "bin": {
  1460. "semver": "bin/semver.js"
  1461. },
  1462. "engines": {
  1463. "node": ">=10"
  1464. }
  1465. },
  1466. "node_modules/send": {
  1467. "version": "1.2.1",
  1468. "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
  1469. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  1470. "license": "MIT",
  1471. "dependencies": {
  1472. "debug": "^4.4.3",
  1473. "encodeurl": "^2.0.0",
  1474. "escape-html": "^1.0.3",
  1475. "etag": "^1.8.1",
  1476. "fresh": "^2.0.0",
  1477. "http-errors": "^2.0.1",
  1478. "mime-types": "^3.0.2",
  1479. "ms": "^2.1.3",
  1480. "on-finished": "^2.4.1",
  1481. "range-parser": "^1.2.1",
  1482. "statuses": "^2.0.2"
  1483. },
  1484. "engines": {
  1485. "node": ">= 18"
  1486. },
  1487. "funding": {
  1488. "type": "opencollective",
  1489. "url": "https://opencollective.com/express"
  1490. }
  1491. },
  1492. "node_modules/serve-static": {
  1493. "version": "2.2.1",
  1494. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
  1495. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  1496. "license": "MIT",
  1497. "dependencies": {
  1498. "encodeurl": "^2.0.0",
  1499. "escape-html": "^1.0.3",
  1500. "parseurl": "^1.3.3",
  1501. "send": "^1.2.0"
  1502. },
  1503. "engines": {
  1504. "node": ">= 18"
  1505. },
  1506. "funding": {
  1507. "type": "opencollective",
  1508. "url": "https://opencollective.com/express"
  1509. }
  1510. },
  1511. "node_modules/setprototypeof": {
  1512. "version": "1.2.0",
  1513. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  1514. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  1515. "license": "ISC"
  1516. },
  1517. "node_modules/sharp": {
  1518. "version": "0.35.3",
  1519. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.35.3.tgz",
  1520. "integrity": "sha512-ej0zVHuZGHCiABXcNxeYhpRnPNPAcvbG8RMdBAhDAxLKkCRVSpK3Iyu7qbqw3JMzoj0REeM6f3tJLtVwl0023Q==",
  1521. "license": "Apache-2.0",
  1522. "dependencies": {
  1523. "@img/colour": "^1.1.0",
  1524. "detect-libc": "^2.1.2",
  1525. "semver": "^7.8.5"
  1526. },
  1527. "engines": {
  1528. "node": ">=20.9.0"
  1529. },
  1530. "funding": {
  1531. "url": "https://opencollective.com/libvips"
  1532. },
  1533. "optionalDependencies": {
  1534. "@img/sharp-darwin-arm64": "0.35.3",
  1535. "@img/sharp-darwin-x64": "0.35.3",
  1536. "@img/sharp-freebsd-wasm32": "0.35.3",
  1537. "@img/sharp-libvips-darwin-arm64": "1.3.2",
  1538. "@img/sharp-libvips-darwin-x64": "1.3.2",
  1539. "@img/sharp-libvips-linux-arm": "1.3.2",
  1540. "@img/sharp-libvips-linux-arm64": "1.3.2",
  1541. "@img/sharp-libvips-linux-ppc64": "1.3.2",
  1542. "@img/sharp-libvips-linux-riscv64": "1.3.2",
  1543. "@img/sharp-libvips-linux-s390x": "1.3.2",
  1544. "@img/sharp-libvips-linux-x64": "1.3.2",
  1545. "@img/sharp-libvips-linuxmusl-arm64": "1.3.2",
  1546. "@img/sharp-libvips-linuxmusl-x64": "1.3.2",
  1547. "@img/sharp-linux-arm": "0.35.3",
  1548. "@img/sharp-linux-arm64": "0.35.3",
  1549. "@img/sharp-linux-ppc64": "0.35.3",
  1550. "@img/sharp-linux-riscv64": "0.35.3",
  1551. "@img/sharp-linux-s390x": "0.35.3",
  1552. "@img/sharp-linux-x64": "0.35.3",
  1553. "@img/sharp-linuxmusl-arm64": "0.35.3",
  1554. "@img/sharp-linuxmusl-x64": "0.35.3",
  1555. "@img/sharp-webcontainers-wasm32": "0.35.3",
  1556. "@img/sharp-win32-arm64": "0.35.3",
  1557. "@img/sharp-win32-ia32": "0.35.3",
  1558. "@img/sharp-win32-x64": "0.35.3"
  1559. },
  1560. "peerDependenciesMeta": {
  1561. "@types/node": {
  1562. "optional": true
  1563. }
  1564. }
  1565. },
  1566. "node_modules/shebang-command": {
  1567. "version": "2.0.0",
  1568. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  1569. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  1570. "license": "MIT",
  1571. "dependencies": {
  1572. "shebang-regex": "^3.0.0"
  1573. },
  1574. "engines": {
  1575. "node": ">=8"
  1576. }
  1577. },
  1578. "node_modules/shebang-regex": {
  1579. "version": "3.0.0",
  1580. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  1581. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  1582. "license": "MIT",
  1583. "engines": {
  1584. "node": ">=8"
  1585. }
  1586. },
  1587. "node_modules/side-channel": {
  1588. "version": "1.1.1",
  1589. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
  1590. "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
  1591. "license": "MIT",
  1592. "dependencies": {
  1593. "es-errors": "^1.3.0",
  1594. "object-inspect": "^1.13.4",
  1595. "side-channel-list": "^1.0.1",
  1596. "side-channel-map": "^1.0.1",
  1597. "side-channel-weakmap": "^1.0.2"
  1598. },
  1599. "engines": {
  1600. "node": ">= 0.4"
  1601. },
  1602. "funding": {
  1603. "url": "https://github.com/sponsors/ljharb"
  1604. }
  1605. },
  1606. "node_modules/side-channel-list": {
  1607. "version": "1.0.1",
  1608. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
  1609. "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
  1610. "license": "MIT",
  1611. "dependencies": {
  1612. "es-errors": "^1.3.0",
  1613. "object-inspect": "^1.13.4"
  1614. },
  1615. "engines": {
  1616. "node": ">= 0.4"
  1617. },
  1618. "funding": {
  1619. "url": "https://github.com/sponsors/ljharb"
  1620. }
  1621. },
  1622. "node_modules/side-channel-map": {
  1623. "version": "1.0.1",
  1624. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  1625. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  1626. "license": "MIT",
  1627. "dependencies": {
  1628. "call-bound": "^1.0.2",
  1629. "es-errors": "^1.3.0",
  1630. "get-intrinsic": "^1.2.5",
  1631. "object-inspect": "^1.13.3"
  1632. },
  1633. "engines": {
  1634. "node": ">= 0.4"
  1635. },
  1636. "funding": {
  1637. "url": "https://github.com/sponsors/ljharb"
  1638. }
  1639. },
  1640. "node_modules/side-channel-weakmap": {
  1641. "version": "1.0.2",
  1642. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  1643. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  1644. "license": "MIT",
  1645. "dependencies": {
  1646. "call-bound": "^1.0.2",
  1647. "es-errors": "^1.3.0",
  1648. "get-intrinsic": "^1.2.5",
  1649. "object-inspect": "^1.13.3",
  1650. "side-channel-map": "^1.0.1"
  1651. },
  1652. "engines": {
  1653. "node": ">= 0.4"
  1654. },
  1655. "funding": {
  1656. "url": "https://github.com/sponsors/ljharb"
  1657. }
  1658. },
  1659. "node_modules/statuses": {
  1660. "version": "2.0.2",
  1661. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  1662. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  1663. "license": "MIT",
  1664. "engines": {
  1665. "node": ">= 0.8"
  1666. }
  1667. },
  1668. "node_modules/toidentifier": {
  1669. "version": "1.0.1",
  1670. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  1671. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  1672. "license": "MIT",
  1673. "engines": {
  1674. "node": ">=0.6"
  1675. }
  1676. },
  1677. "node_modules/tslib": {
  1678. "version": "2.8.1",
  1679. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  1680. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  1681. "license": "0BSD",
  1682. "optional": true
  1683. },
  1684. "node_modules/type-is": {
  1685. "version": "2.1.0",
  1686. "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
  1687. "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
  1688. "license": "MIT",
  1689. "dependencies": {
  1690. "content-type": "^2.0.0",
  1691. "media-typer": "^1.1.0",
  1692. "mime-types": "^3.0.0"
  1693. },
  1694. "engines": {
  1695. "node": ">= 18"
  1696. },
  1697. "funding": {
  1698. "type": "opencollective",
  1699. "url": "https://opencollective.com/express"
  1700. }
  1701. },
  1702. "node_modules/type-is/node_modules/content-type": {
  1703. "version": "2.0.0",
  1704. "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
  1705. "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
  1706. "license": "MIT",
  1707. "engines": {
  1708. "node": ">=18"
  1709. },
  1710. "funding": {
  1711. "type": "opencollective",
  1712. "url": "https://opencollective.com/express"
  1713. }
  1714. },
  1715. "node_modules/unpipe": {
  1716. "version": "1.0.0",
  1717. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  1718. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  1719. "license": "MIT",
  1720. "engines": {
  1721. "node": ">= 0.8"
  1722. }
  1723. },
  1724. "node_modules/vary": {
  1725. "version": "1.1.2",
  1726. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  1727. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  1728. "license": "MIT",
  1729. "engines": {
  1730. "node": ">= 0.8"
  1731. }
  1732. },
  1733. "node_modules/which": {
  1734. "version": "2.0.2",
  1735. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  1736. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  1737. "license": "ISC",
  1738. "dependencies": {
  1739. "isexe": "^2.0.0"
  1740. },
  1741. "bin": {
  1742. "node-which": "bin/node-which"
  1743. },
  1744. "engines": {
  1745. "node": ">= 8"
  1746. }
  1747. },
  1748. "node_modules/wrappy": {
  1749. "version": "1.0.2",
  1750. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  1751. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  1752. "license": "ISC"
  1753. },
  1754. "node_modules/zod": {
  1755. "version": "4.4.3",
  1756. "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
  1757. "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
  1758. "license": "MIT",
  1759. "funding": {
  1760. "url": "https://github.com/sponsors/colinhacks"
  1761. }
  1762. },
  1763. "node_modules/zod-to-json-schema": {
  1764. "version": "3.25.2",
  1765. "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
  1766. "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
  1767. "license": "ISC",
  1768. "peerDependencies": {
  1769. "zod": "^3.25.28 || ^4"
  1770. }
  1771. }
  1772. }
  1773. }