package-lock.json 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189
  1. {
  2. "name": "fmode-image-set",
  3. "version": "0.4.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "fmode-image-set",
  9. "version": "0.4.0",
  10. "license": "MIT",
  11. "dependencies": {
  12. "@modelcontextprotocol/sdk": "^1.29.0",
  13. "zod": "^4.4.3"
  14. },
  15. "bin": {
  16. "fmode-image-set": "bin/fmode-image-set.js"
  17. },
  18. "engines": {
  19. "node": ">=20.11.0"
  20. }
  21. },
  22. "node_modules/@hono/node-server": {
  23. "version": "2.1.0",
  24. "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-2.1.0.tgz",
  25. "integrity": "sha512-XovyyCCnBzW+zKu+z/zq8hwNs4KOR5rEMAOxo2f40Q5xoOI37IMm6MIg2COOUtUApo0i6850MTBKH2u4QLGIqg==",
  26. "license": "MIT",
  27. "engines": {
  28. "node": ">=20"
  29. },
  30. "peerDependencies": {
  31. "hono": "^4"
  32. }
  33. },
  34. "node_modules/@modelcontextprotocol/sdk": {
  35. "version": "1.30.0",
  36. "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.0.tgz",
  37. "integrity": "sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==",
  38. "license": "MIT",
  39. "dependencies": {
  40. "@hono/node-server": "^1.19.9 || ^2.0.5",
  41. "ajv": "^8.17.1",
  42. "ajv-formats": "^3.0.1",
  43. "content-type": "^1.0.5",
  44. "cors": "^2.8.5",
  45. "cross-spawn": "^7.0.5",
  46. "eventsource": "^3.0.2",
  47. "eventsource-parser": "^3.0.0",
  48. "express": "^5.2.1",
  49. "express-rate-limit": "^8.2.1",
  50. "hono": "^4.11.4",
  51. "jose": "^6.1.3",
  52. "json-schema-typed": "^8.0.2",
  53. "pkce-challenge": "^5.0.0",
  54. "raw-body": "^3.0.0",
  55. "zod": "^3.25 || ^4.0",
  56. "zod-to-json-schema": "^3.25.1"
  57. },
  58. "engines": {
  59. "node": ">=18"
  60. },
  61. "peerDependencies": {
  62. "@cfworker/json-schema": "^4.1.1",
  63. "zod": "^3.25 || ^4.0"
  64. },
  65. "peerDependenciesMeta": {
  66. "@cfworker/json-schema": {
  67. "optional": true
  68. },
  69. "zod": {
  70. "optional": false
  71. }
  72. }
  73. },
  74. "node_modules/accepts": {
  75. "version": "2.0.0",
  76. "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
  77. "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
  78. "license": "MIT",
  79. "dependencies": {
  80. "mime-types": "^3.0.0",
  81. "negotiator": "^1.0.0"
  82. },
  83. "engines": {
  84. "node": ">= 0.6"
  85. }
  86. },
  87. "node_modules/ajv": {
  88. "version": "8.20.0",
  89. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
  90. "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
  91. "license": "MIT",
  92. "dependencies": {
  93. "fast-deep-equal": "^3.1.3",
  94. "fast-uri": "^3.0.1",
  95. "json-schema-traverse": "^1.0.0",
  96. "require-from-string": "^2.0.2"
  97. },
  98. "funding": {
  99. "type": "github",
  100. "url": "https://github.com/sponsors/epoberezkin"
  101. }
  102. },
  103. "node_modules/ajv-formats": {
  104. "version": "3.0.1",
  105. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
  106. "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
  107. "license": "MIT",
  108. "dependencies": {
  109. "ajv": "^8.0.0"
  110. },
  111. "peerDependencies": {
  112. "ajv": "^8.0.0"
  113. },
  114. "peerDependenciesMeta": {
  115. "ajv": {
  116. "optional": true
  117. }
  118. }
  119. },
  120. "node_modules/body-parser": {
  121. "version": "2.3.0",
  122. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
  123. "integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
  124. "license": "MIT",
  125. "dependencies": {
  126. "bytes": "^3.1.2",
  127. "content-type": "^2.0.0",
  128. "debug": "^4.4.3",
  129. "http-errors": "^2.0.1",
  130. "iconv-lite": "^0.7.2",
  131. "on-finished": "^2.4.1",
  132. "qs": "^6.15.2",
  133. "raw-body": "^3.0.2",
  134. "type-is": "^2.1.0"
  135. },
  136. "engines": {
  137. "node": ">=18"
  138. },
  139. "funding": {
  140. "type": "opencollective",
  141. "url": "https://opencollective.com/express"
  142. }
  143. },
  144. "node_modules/body-parser/node_modules/content-type": {
  145. "version": "2.0.0",
  146. "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
  147. "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
  148. "license": "MIT",
  149. "engines": {
  150. "node": ">=18"
  151. },
  152. "funding": {
  153. "type": "opencollective",
  154. "url": "https://opencollective.com/express"
  155. }
  156. },
  157. "node_modules/bytes": {
  158. "version": "3.1.2",
  159. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  160. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  161. "license": "MIT",
  162. "engines": {
  163. "node": ">= 0.8"
  164. }
  165. },
  166. "node_modules/call-bind-apply-helpers": {
  167. "version": "1.0.2",
  168. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  169. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  170. "license": "MIT",
  171. "dependencies": {
  172. "es-errors": "^1.3.0",
  173. "function-bind": "^1.1.2"
  174. },
  175. "engines": {
  176. "node": ">= 0.4"
  177. }
  178. },
  179. "node_modules/call-bound": {
  180. "version": "1.0.4",
  181. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  182. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  183. "license": "MIT",
  184. "dependencies": {
  185. "call-bind-apply-helpers": "^1.0.2",
  186. "get-intrinsic": "^1.3.0"
  187. },
  188. "engines": {
  189. "node": ">= 0.4"
  190. },
  191. "funding": {
  192. "url": "https://github.com/sponsors/ljharb"
  193. }
  194. },
  195. "node_modules/content-disposition": {
  196. "version": "1.1.0",
  197. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
  198. "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
  199. "license": "MIT",
  200. "engines": {
  201. "node": ">=18"
  202. },
  203. "funding": {
  204. "type": "opencollective",
  205. "url": "https://opencollective.com/express"
  206. }
  207. },
  208. "node_modules/content-type": {
  209. "version": "1.0.5",
  210. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
  211. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  212. "license": "MIT",
  213. "engines": {
  214. "node": ">= 0.6"
  215. }
  216. },
  217. "node_modules/cookie": {
  218. "version": "0.7.2",
  219. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
  220. "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
  221. "license": "MIT",
  222. "engines": {
  223. "node": ">= 0.6"
  224. }
  225. },
  226. "node_modules/cookie-signature": {
  227. "version": "1.2.2",
  228. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
  229. "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
  230. "license": "MIT",
  231. "engines": {
  232. "node": ">=6.6.0"
  233. }
  234. },
  235. "node_modules/cors": {
  236. "version": "2.8.6",
  237. "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
  238. "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
  239. "license": "MIT",
  240. "dependencies": {
  241. "object-assign": "^4",
  242. "vary": "^1"
  243. },
  244. "engines": {
  245. "node": ">= 0.10"
  246. },
  247. "funding": {
  248. "type": "opencollective",
  249. "url": "https://opencollective.com/express"
  250. }
  251. },
  252. "node_modules/cross-spawn": {
  253. "version": "7.0.6",
  254. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  255. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  256. "license": "MIT",
  257. "dependencies": {
  258. "path-key": "^3.1.0",
  259. "shebang-command": "^2.0.0",
  260. "which": "^2.0.1"
  261. },
  262. "engines": {
  263. "node": ">= 8"
  264. }
  265. },
  266. "node_modules/debug": {
  267. "version": "4.4.3",
  268. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  269. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  270. "license": "MIT",
  271. "dependencies": {
  272. "ms": "^2.1.3"
  273. },
  274. "engines": {
  275. "node": ">=6.0"
  276. },
  277. "peerDependenciesMeta": {
  278. "supports-color": {
  279. "optional": true
  280. }
  281. }
  282. },
  283. "node_modules/depd": {
  284. "version": "2.0.0",
  285. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  286. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  287. "license": "MIT",
  288. "engines": {
  289. "node": ">= 0.8"
  290. }
  291. },
  292. "node_modules/dunder-proto": {
  293. "version": "1.0.1",
  294. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  295. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  296. "license": "MIT",
  297. "dependencies": {
  298. "call-bind-apply-helpers": "^1.0.1",
  299. "es-errors": "^1.3.0",
  300. "gopd": "^1.2.0"
  301. },
  302. "engines": {
  303. "node": ">= 0.4"
  304. }
  305. },
  306. "node_modules/ee-first": {
  307. "version": "1.1.1",
  308. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  309. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  310. "license": "MIT"
  311. },
  312. "node_modules/encodeurl": {
  313. "version": "2.0.0",
  314. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  315. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  316. "license": "MIT",
  317. "engines": {
  318. "node": ">= 0.8"
  319. }
  320. },
  321. "node_modules/es-define-property": {
  322. "version": "1.0.1",
  323. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  324. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  325. "license": "MIT",
  326. "engines": {
  327. "node": ">= 0.4"
  328. }
  329. },
  330. "node_modules/es-errors": {
  331. "version": "1.3.0",
  332. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  333. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  334. "license": "MIT",
  335. "engines": {
  336. "node": ">= 0.4"
  337. }
  338. },
  339. "node_modules/es-object-atoms": {
  340. "version": "1.1.2",
  341. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
  342. "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
  343. "license": "MIT",
  344. "dependencies": {
  345. "es-errors": "^1.3.0"
  346. },
  347. "engines": {
  348. "node": ">= 0.4"
  349. }
  350. },
  351. "node_modules/escape-html": {
  352. "version": "1.0.3",
  353. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  354. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  355. "license": "MIT"
  356. },
  357. "node_modules/etag": {
  358. "version": "1.8.1",
  359. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  360. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  361. "license": "MIT",
  362. "engines": {
  363. "node": ">= 0.6"
  364. }
  365. },
  366. "node_modules/eventsource": {
  367. "version": "3.0.7",
  368. "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
  369. "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
  370. "license": "MIT",
  371. "dependencies": {
  372. "eventsource-parser": "^3.0.1"
  373. },
  374. "engines": {
  375. "node": ">=18.0.0"
  376. }
  377. },
  378. "node_modules/eventsource-parser": {
  379. "version": "3.1.0",
  380. "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.1.0.tgz",
  381. "integrity": "sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==",
  382. "license": "MIT",
  383. "engines": {
  384. "node": ">=18.0.0"
  385. }
  386. },
  387. "node_modules/express": {
  388. "version": "5.2.1",
  389. "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
  390. "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
  391. "license": "MIT",
  392. "peer": true,
  393. "dependencies": {
  394. "accepts": "^2.0.0",
  395. "body-parser": "^2.2.1",
  396. "content-disposition": "^1.0.0",
  397. "content-type": "^1.0.5",
  398. "cookie": "^0.7.1",
  399. "cookie-signature": "^1.2.1",
  400. "debug": "^4.4.0",
  401. "depd": "^2.0.0",
  402. "encodeurl": "^2.0.0",
  403. "escape-html": "^1.0.3",
  404. "etag": "^1.8.1",
  405. "finalhandler": "^2.1.0",
  406. "fresh": "^2.0.0",
  407. "http-errors": "^2.0.0",
  408. "merge-descriptors": "^2.0.0",
  409. "mime-types": "^3.0.0",
  410. "on-finished": "^2.4.1",
  411. "once": "^1.4.0",
  412. "parseurl": "^1.3.3",
  413. "proxy-addr": "^2.0.7",
  414. "qs": "^6.14.0",
  415. "range-parser": "^1.2.1",
  416. "router": "^2.2.0",
  417. "send": "^1.1.0",
  418. "serve-static": "^2.2.0",
  419. "statuses": "^2.0.1",
  420. "type-is": "^2.0.1",
  421. "vary": "^1.1.2"
  422. },
  423. "engines": {
  424. "node": ">= 18"
  425. },
  426. "funding": {
  427. "type": "opencollective",
  428. "url": "https://opencollective.com/express"
  429. }
  430. },
  431. "node_modules/express-rate-limit": {
  432. "version": "8.6.2",
  433. "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.6.2.tgz",
  434. "integrity": "sha512-YH4ru+eOJxQABscKFfRCy9R7x9QFGdezclVMwwgFFndzS2Xnm0uo6B0ABZsLhcpeptGv2qvuJVWlQr9gQZoC3A==",
  435. "license": "MIT",
  436. "dependencies": {
  437. "debug": "^4.4.3",
  438. "ip-address": "^10.2.0"
  439. },
  440. "engines": {
  441. "node": ">= 16"
  442. },
  443. "funding": {
  444. "url": "https://github.com/sponsors/express-rate-limit"
  445. },
  446. "peerDependencies": {
  447. "express": ">= 4.11"
  448. }
  449. },
  450. "node_modules/fast-deep-equal": {
  451. "version": "3.1.3",
  452. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  453. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  454. "license": "MIT"
  455. },
  456. "node_modules/fast-uri": {
  457. "version": "3.1.5",
  458. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz",
  459. "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
  460. "funding": [
  461. {
  462. "type": "github",
  463. "url": "https://github.com/sponsors/fastify"
  464. },
  465. {
  466. "type": "opencollective",
  467. "url": "https://opencollective.com/fastify"
  468. }
  469. ],
  470. "license": "BSD-3-Clause"
  471. },
  472. "node_modules/finalhandler": {
  473. "version": "2.1.1",
  474. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
  475. "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
  476. "license": "MIT",
  477. "dependencies": {
  478. "debug": "^4.4.0",
  479. "encodeurl": "^2.0.0",
  480. "escape-html": "^1.0.3",
  481. "on-finished": "^2.4.1",
  482. "parseurl": "^1.3.3",
  483. "statuses": "^2.0.1"
  484. },
  485. "engines": {
  486. "node": ">= 18.0.0"
  487. },
  488. "funding": {
  489. "type": "opencollective",
  490. "url": "https://opencollective.com/express"
  491. }
  492. },
  493. "node_modules/forwarded": {
  494. "version": "0.2.0",
  495. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  496. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  497. "license": "MIT",
  498. "engines": {
  499. "node": ">= 0.6"
  500. }
  501. },
  502. "node_modules/fresh": {
  503. "version": "2.0.0",
  504. "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
  505. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  506. "license": "MIT",
  507. "engines": {
  508. "node": ">= 0.8"
  509. }
  510. },
  511. "node_modules/function-bind": {
  512. "version": "1.1.2",
  513. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  514. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  515. "license": "MIT",
  516. "funding": {
  517. "url": "https://github.com/sponsors/ljharb"
  518. }
  519. },
  520. "node_modules/get-intrinsic": {
  521. "version": "1.3.0",
  522. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  523. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  524. "license": "MIT",
  525. "dependencies": {
  526. "call-bind-apply-helpers": "^1.0.2",
  527. "es-define-property": "^1.0.1",
  528. "es-errors": "^1.3.0",
  529. "es-object-atoms": "^1.1.1",
  530. "function-bind": "^1.1.2",
  531. "get-proto": "^1.0.1",
  532. "gopd": "^1.2.0",
  533. "has-symbols": "^1.1.0",
  534. "hasown": "^2.0.2",
  535. "math-intrinsics": "^1.1.0"
  536. },
  537. "engines": {
  538. "node": ">= 0.4"
  539. },
  540. "funding": {
  541. "url": "https://github.com/sponsors/ljharb"
  542. }
  543. },
  544. "node_modules/get-proto": {
  545. "version": "1.0.1",
  546. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  547. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  548. "license": "MIT",
  549. "dependencies": {
  550. "dunder-proto": "^1.0.1",
  551. "es-object-atoms": "^1.0.0"
  552. },
  553. "engines": {
  554. "node": ">= 0.4"
  555. }
  556. },
  557. "node_modules/gopd": {
  558. "version": "1.2.0",
  559. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  560. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  561. "license": "MIT",
  562. "engines": {
  563. "node": ">= 0.4"
  564. },
  565. "funding": {
  566. "url": "https://github.com/sponsors/ljharb"
  567. }
  568. },
  569. "node_modules/has-symbols": {
  570. "version": "1.1.0",
  571. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  572. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  573. "license": "MIT",
  574. "engines": {
  575. "node": ">= 0.4"
  576. },
  577. "funding": {
  578. "url": "https://github.com/sponsors/ljharb"
  579. }
  580. },
  581. "node_modules/hasown": {
  582. "version": "2.0.4",
  583. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
  584. "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
  585. "license": "MIT",
  586. "dependencies": {
  587. "function-bind": "^1.1.2"
  588. },
  589. "engines": {
  590. "node": ">= 0.4"
  591. }
  592. },
  593. "node_modules/hono": {
  594. "version": "4.13.0",
  595. "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.0.tgz",
  596. "integrity": "sha512-jhunvfHWxd7J5EFfSgH4xsYJzSe/lfqbUCxiyyeaQasUsXeEHXtzVid+7EOGByc5JnFa23SSFL3Y2RV/z1T+eQ==",
  597. "license": "MIT",
  598. "peer": true,
  599. "engines": {
  600. "node": ">=16.9.0"
  601. }
  602. },
  603. "node_modules/http-errors": {
  604. "version": "2.0.1",
  605. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
  606. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  607. "license": "MIT",
  608. "dependencies": {
  609. "depd": "~2.0.0",
  610. "inherits": "~2.0.4",
  611. "setprototypeof": "~1.2.0",
  612. "statuses": "~2.0.2",
  613. "toidentifier": "~1.0.1"
  614. },
  615. "engines": {
  616. "node": ">= 0.8"
  617. },
  618. "funding": {
  619. "type": "opencollective",
  620. "url": "https://opencollective.com/express"
  621. }
  622. },
  623. "node_modules/iconv-lite": {
  624. "version": "0.7.3",
  625. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.3.tgz",
  626. "integrity": "sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==",
  627. "license": "MIT",
  628. "dependencies": {
  629. "safer-buffer": ">= 2.1.2 < 3.0.0"
  630. },
  631. "engines": {
  632. "node": ">=0.10.0"
  633. },
  634. "funding": {
  635. "type": "opencollective",
  636. "url": "https://opencollective.com/express"
  637. }
  638. },
  639. "node_modules/inherits": {
  640. "version": "2.0.4",
  641. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  642. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  643. "license": "ISC"
  644. },
  645. "node_modules/ip-address": {
  646. "version": "10.4.0",
  647. "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.4.0.tgz",
  648. "integrity": "sha512-oSK96Grm3aP6OrS263xVxbNDGVL7rzBtYdpGqlDG8iQdoenDoTs/nkki+DflYbAEE8Xl6o5YxhxlrKvI3nqKXQ==",
  649. "license": "MIT",
  650. "engines": {
  651. "node": ">= 12"
  652. }
  653. },
  654. "node_modules/ipaddr.js": {
  655. "version": "1.9.1",
  656. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  657. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  658. "license": "MIT",
  659. "engines": {
  660. "node": ">= 0.10"
  661. }
  662. },
  663. "node_modules/is-promise": {
  664. "version": "4.0.0",
  665. "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
  666. "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
  667. "license": "MIT"
  668. },
  669. "node_modules/isexe": {
  670. "version": "2.0.0",
  671. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  672. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  673. "license": "ISC"
  674. },
  675. "node_modules/jose": {
  676. "version": "6.2.8",
  677. "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.8.tgz",
  678. "integrity": "sha512-Bsdjwm3Qsd/P0jR+BHDe3LytDfY7WBq2HmCCLIwuVRHMuEC9ae7/R474GIUdF1NgCyZjzVo/A9DOiOBtXq8ZoQ==",
  679. "license": "MIT",
  680. "funding": {
  681. "url": "https://github.com/sponsors/panva"
  682. }
  683. },
  684. "node_modules/json-schema-traverse": {
  685. "version": "1.0.0",
  686. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  687. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  688. "license": "MIT"
  689. },
  690. "node_modules/json-schema-typed": {
  691. "version": "8.0.2",
  692. "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
  693. "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
  694. "license": "BSD-2-Clause"
  695. },
  696. "node_modules/math-intrinsics": {
  697. "version": "1.1.0",
  698. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  699. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  700. "license": "MIT",
  701. "engines": {
  702. "node": ">= 0.4"
  703. }
  704. },
  705. "node_modules/media-typer": {
  706. "version": "1.1.1",
  707. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.1.tgz",
  708. "integrity": "sha512-yz3xRaG20c6/BOzvYoDaGtPmGscs7YivItZEEqe6GbwNfHuxu9YNmvnEkMzKldAGY4/80pRcQRZSEnhquk9XuQ==",
  709. "license": "MIT",
  710. "engines": {
  711. "node": ">= 0.8"
  712. },
  713. "funding": {
  714. "type": "opencollective",
  715. "url": "https://opencollective.com/express"
  716. }
  717. },
  718. "node_modules/merge-descriptors": {
  719. "version": "2.0.0",
  720. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
  721. "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
  722. "license": "MIT",
  723. "engines": {
  724. "node": ">=18"
  725. },
  726. "funding": {
  727. "url": "https://github.com/sponsors/sindresorhus"
  728. }
  729. },
  730. "node_modules/mime-db": {
  731. "version": "1.54.0",
  732. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
  733. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  734. "license": "MIT",
  735. "engines": {
  736. "node": ">= 0.6"
  737. }
  738. },
  739. "node_modules/mime-types": {
  740. "version": "3.0.2",
  741. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
  742. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  743. "license": "MIT",
  744. "dependencies": {
  745. "mime-db": "^1.54.0"
  746. },
  747. "engines": {
  748. "node": ">=18"
  749. },
  750. "funding": {
  751. "type": "opencollective",
  752. "url": "https://opencollective.com/express"
  753. }
  754. },
  755. "node_modules/ms": {
  756. "version": "2.1.3",
  757. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  758. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  759. "license": "MIT"
  760. },
  761. "node_modules/negotiator": {
  762. "version": "1.0.0",
  763. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
  764. "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
  765. "license": "MIT",
  766. "engines": {
  767. "node": ">= 0.6"
  768. }
  769. },
  770. "node_modules/object-assign": {
  771. "version": "4.1.1",
  772. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  773. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  774. "license": "MIT",
  775. "engines": {
  776. "node": ">=0.10.0"
  777. }
  778. },
  779. "node_modules/object-inspect": {
  780. "version": "1.13.4",
  781. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  782. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  783. "license": "MIT",
  784. "engines": {
  785. "node": ">= 0.4"
  786. },
  787. "funding": {
  788. "url": "https://github.com/sponsors/ljharb"
  789. }
  790. },
  791. "node_modules/on-finished": {
  792. "version": "2.4.1",
  793. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  794. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  795. "license": "MIT",
  796. "dependencies": {
  797. "ee-first": "1.1.1"
  798. },
  799. "engines": {
  800. "node": ">= 0.8"
  801. }
  802. },
  803. "node_modules/once": {
  804. "version": "1.4.0",
  805. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  806. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  807. "license": "ISC",
  808. "dependencies": {
  809. "wrappy": "1"
  810. }
  811. },
  812. "node_modules/parseurl": {
  813. "version": "1.3.3",
  814. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  815. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  816. "license": "MIT",
  817. "engines": {
  818. "node": ">= 0.8"
  819. }
  820. },
  821. "node_modules/path-key": {
  822. "version": "3.1.1",
  823. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  824. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  825. "license": "MIT",
  826. "engines": {
  827. "node": ">=8"
  828. }
  829. },
  830. "node_modules/path-to-regexp": {
  831. "version": "8.4.2",
  832. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
  833. "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
  834. "license": "MIT",
  835. "funding": {
  836. "type": "opencollective",
  837. "url": "https://opencollective.com/express"
  838. }
  839. },
  840. "node_modules/pkce-challenge": {
  841. "version": "5.0.1",
  842. "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
  843. "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
  844. "license": "MIT",
  845. "engines": {
  846. "node": ">=16.20.0"
  847. }
  848. },
  849. "node_modules/proxy-addr": {
  850. "version": "2.0.7",
  851. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  852. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  853. "license": "MIT",
  854. "dependencies": {
  855. "forwarded": "0.2.0",
  856. "ipaddr.js": "1.9.1"
  857. },
  858. "engines": {
  859. "node": ">= 0.10"
  860. }
  861. },
  862. "node_modules/qs": {
  863. "version": "6.15.3",
  864. "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz",
  865. "integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==",
  866. "license": "BSD-3-Clause",
  867. "dependencies": {
  868. "es-define-property": "^1.0.1",
  869. "side-channel": "^1.1.1"
  870. },
  871. "engines": {
  872. "node": ">=0.6"
  873. },
  874. "funding": {
  875. "url": "https://github.com/sponsors/ljharb"
  876. }
  877. },
  878. "node_modules/range-parser": {
  879. "version": "1.3.0",
  880. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
  881. "integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
  882. "license": "MIT",
  883. "engines": {
  884. "node": ">= 0.6"
  885. },
  886. "funding": {
  887. "type": "opencollective",
  888. "url": "https://opencollective.com/express"
  889. }
  890. },
  891. "node_modules/raw-body": {
  892. "version": "3.0.2",
  893. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
  894. "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
  895. "license": "MIT",
  896. "dependencies": {
  897. "bytes": "~3.1.2",
  898. "http-errors": "~2.0.1",
  899. "iconv-lite": "~0.7.0",
  900. "unpipe": "~1.0.0"
  901. },
  902. "engines": {
  903. "node": ">= 0.10"
  904. }
  905. },
  906. "node_modules/require-from-string": {
  907. "version": "2.0.2",
  908. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  909. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  910. "license": "MIT",
  911. "engines": {
  912. "node": ">=0.10.0"
  913. }
  914. },
  915. "node_modules/router": {
  916. "version": "2.2.0",
  917. "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
  918. "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
  919. "license": "MIT",
  920. "dependencies": {
  921. "debug": "^4.4.0",
  922. "depd": "^2.0.0",
  923. "is-promise": "^4.0.0",
  924. "parseurl": "^1.3.3",
  925. "path-to-regexp": "^8.0.0"
  926. },
  927. "engines": {
  928. "node": ">= 18"
  929. }
  930. },
  931. "node_modules/safer-buffer": {
  932. "version": "2.1.2",
  933. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  934. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  935. "license": "MIT"
  936. },
  937. "node_modules/send": {
  938. "version": "1.2.1",
  939. "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
  940. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  941. "license": "MIT",
  942. "dependencies": {
  943. "debug": "^4.4.3",
  944. "encodeurl": "^2.0.0",
  945. "escape-html": "^1.0.3",
  946. "etag": "^1.8.1",
  947. "fresh": "^2.0.0",
  948. "http-errors": "^2.0.1",
  949. "mime-types": "^3.0.2",
  950. "ms": "^2.1.3",
  951. "on-finished": "^2.4.1",
  952. "range-parser": "^1.2.1",
  953. "statuses": "^2.0.2"
  954. },
  955. "engines": {
  956. "node": ">= 18"
  957. },
  958. "funding": {
  959. "type": "opencollective",
  960. "url": "https://opencollective.com/express"
  961. }
  962. },
  963. "node_modules/serve-static": {
  964. "version": "2.2.1",
  965. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
  966. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  967. "license": "MIT",
  968. "dependencies": {
  969. "encodeurl": "^2.0.0",
  970. "escape-html": "^1.0.3",
  971. "parseurl": "^1.3.3",
  972. "send": "^1.2.0"
  973. },
  974. "engines": {
  975. "node": ">= 18"
  976. },
  977. "funding": {
  978. "type": "opencollective",
  979. "url": "https://opencollective.com/express"
  980. }
  981. },
  982. "node_modules/setprototypeof": {
  983. "version": "1.2.0",
  984. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  985. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  986. "license": "ISC"
  987. },
  988. "node_modules/shebang-command": {
  989. "version": "2.0.0",
  990. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  991. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  992. "license": "MIT",
  993. "dependencies": {
  994. "shebang-regex": "^3.0.0"
  995. },
  996. "engines": {
  997. "node": ">=8"
  998. }
  999. },
  1000. "node_modules/shebang-regex": {
  1001. "version": "3.0.0",
  1002. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  1003. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  1004. "license": "MIT",
  1005. "engines": {
  1006. "node": ">=8"
  1007. }
  1008. },
  1009. "node_modules/side-channel": {
  1010. "version": "1.1.1",
  1011. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
  1012. "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
  1013. "license": "MIT",
  1014. "dependencies": {
  1015. "es-errors": "^1.3.0",
  1016. "object-inspect": "^1.13.4",
  1017. "side-channel-list": "^1.0.1",
  1018. "side-channel-map": "^1.0.1",
  1019. "side-channel-weakmap": "^1.0.2"
  1020. },
  1021. "engines": {
  1022. "node": ">= 0.4"
  1023. },
  1024. "funding": {
  1025. "url": "https://github.com/sponsors/ljharb"
  1026. }
  1027. },
  1028. "node_modules/side-channel-list": {
  1029. "version": "1.0.1",
  1030. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
  1031. "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
  1032. "license": "MIT",
  1033. "dependencies": {
  1034. "es-errors": "^1.3.0",
  1035. "object-inspect": "^1.13.4"
  1036. },
  1037. "engines": {
  1038. "node": ">= 0.4"
  1039. },
  1040. "funding": {
  1041. "url": "https://github.com/sponsors/ljharb"
  1042. }
  1043. },
  1044. "node_modules/side-channel-map": {
  1045. "version": "1.0.1",
  1046. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  1047. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  1048. "license": "MIT",
  1049. "dependencies": {
  1050. "call-bound": "^1.0.2",
  1051. "es-errors": "^1.3.0",
  1052. "get-intrinsic": "^1.2.5",
  1053. "object-inspect": "^1.13.3"
  1054. },
  1055. "engines": {
  1056. "node": ">= 0.4"
  1057. },
  1058. "funding": {
  1059. "url": "https://github.com/sponsors/ljharb"
  1060. }
  1061. },
  1062. "node_modules/side-channel-weakmap": {
  1063. "version": "1.0.2",
  1064. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  1065. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  1066. "license": "MIT",
  1067. "dependencies": {
  1068. "call-bound": "^1.0.2",
  1069. "es-errors": "^1.3.0",
  1070. "get-intrinsic": "^1.2.5",
  1071. "object-inspect": "^1.13.3",
  1072. "side-channel-map": "^1.0.1"
  1073. },
  1074. "engines": {
  1075. "node": ">= 0.4"
  1076. },
  1077. "funding": {
  1078. "url": "https://github.com/sponsors/ljharb"
  1079. }
  1080. },
  1081. "node_modules/statuses": {
  1082. "version": "2.0.2",
  1083. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  1084. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  1085. "license": "MIT",
  1086. "engines": {
  1087. "node": ">= 0.8"
  1088. }
  1089. },
  1090. "node_modules/toidentifier": {
  1091. "version": "1.0.1",
  1092. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  1093. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  1094. "license": "MIT",
  1095. "engines": {
  1096. "node": ">=0.6"
  1097. }
  1098. },
  1099. "node_modules/type-is": {
  1100. "version": "2.1.0",
  1101. "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
  1102. "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
  1103. "license": "MIT",
  1104. "dependencies": {
  1105. "content-type": "^2.0.0",
  1106. "media-typer": "^1.1.0",
  1107. "mime-types": "^3.0.0"
  1108. },
  1109. "engines": {
  1110. "node": ">= 18"
  1111. },
  1112. "funding": {
  1113. "type": "opencollective",
  1114. "url": "https://opencollective.com/express"
  1115. }
  1116. },
  1117. "node_modules/type-is/node_modules/content-type": {
  1118. "version": "2.0.0",
  1119. "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
  1120. "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
  1121. "license": "MIT",
  1122. "engines": {
  1123. "node": ">=18"
  1124. },
  1125. "funding": {
  1126. "type": "opencollective",
  1127. "url": "https://opencollective.com/express"
  1128. }
  1129. },
  1130. "node_modules/unpipe": {
  1131. "version": "1.0.0",
  1132. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  1133. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  1134. "license": "MIT",
  1135. "engines": {
  1136. "node": ">= 0.8"
  1137. }
  1138. },
  1139. "node_modules/vary": {
  1140. "version": "1.1.2",
  1141. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  1142. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  1143. "license": "MIT",
  1144. "engines": {
  1145. "node": ">= 0.8"
  1146. }
  1147. },
  1148. "node_modules/which": {
  1149. "version": "2.0.2",
  1150. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  1151. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  1152. "license": "ISC",
  1153. "dependencies": {
  1154. "isexe": "^2.0.0"
  1155. },
  1156. "bin": {
  1157. "node-which": "bin/node-which"
  1158. },
  1159. "engines": {
  1160. "node": ">= 8"
  1161. }
  1162. },
  1163. "node_modules/wrappy": {
  1164. "version": "1.0.2",
  1165. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  1166. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  1167. "license": "ISC"
  1168. },
  1169. "node_modules/zod": {
  1170. "version": "4.4.3",
  1171. "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
  1172. "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
  1173. "license": "MIT",
  1174. "peer": true,
  1175. "funding": {
  1176. "url": "https://github.com/sponsors/colinhacks"
  1177. }
  1178. },
  1179. "node_modules/zod-to-json-schema": {
  1180. "version": "3.25.2",
  1181. "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
  1182. "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
  1183. "license": "ISC",
  1184. "peerDependencies": {
  1185. "zod": "^3.25.28 || ^4"
  1186. }
  1187. }
  1188. }
  1189. }