panoma 0.1.9 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2926) hide show
  1. package/THIRD-PARTY-NOTICES.md +109 -2546
  2. package/app/BUILD-INFO.json +7 -97
  3. package/app/apps/web/.next-bundle/BUILD_ID +1 -1
  4. package/app/apps/web/.next-bundle/app-build-manifest.json +654 -479
  5. package/app/apps/web/.next-bundle/app-path-routes-manifest.json +42 -22
  6. package/app/apps/web/.next-bundle/build-manifest.json +14 -14
  7. package/app/apps/web/.next-bundle/prerender-manifest.json +9 -9
  8. package/app/apps/web/.next-bundle/required-server-files.json +13 -10
  9. package/app/apps/web/.next-bundle/routes-manifest.json +101 -0
  10. package/app/apps/web/.next-bundle/server/app/(app)/agents/page.js +2 -2
  11. package/app/apps/web/.next-bundle/server/app/(app)/agents/page_client-reference-manifest.js +1 -1
  12. package/app/apps/web/.next-bundle/server/app/(app)/ai/page.js +2 -2
  13. package/app/apps/web/.next-bundle/server/app/(app)/ai/page_client-reference-manifest.js +1 -1
  14. package/app/apps/web/.next-bundle/server/app/(app)/apps/[id]/page.js +2 -0
  15. package/app/apps/web/.next-bundle/server/app/(app)/apps/[id]/page_client-reference-manifest.js +1 -0
  16. package/app/apps/web/.next-bundle/server/app/(app)/apps/page.js +2 -0
  17. package/app/apps/web/.next-bundle/server/app/(app)/apps/page_client-reference-manifest.js +1 -0
  18. package/app/apps/web/.next-bundle/server/app/(app)/bridge/page.js +2 -2
  19. package/app/apps/web/.next-bundle/server/app/(app)/bridge/page_client-reference-manifest.js +1 -1
  20. package/app/apps/web/.next-bundle/server/app/(app)/copies/page.js +2 -2
  21. package/app/apps/web/.next-bundle/server/app/(app)/copies/page_client-reference-manifest.js +1 -1
  22. package/app/apps/web/.next-bundle/server/app/(app)/credentials/page.js +2 -2
  23. package/app/apps/web/.next-bundle/server/app/(app)/credentials/page_client-reference-manifest.js +1 -1
  24. package/app/apps/web/.next-bundle/server/app/(app)/disk/page.js +2 -2
  25. package/app/apps/web/.next-bundle/server/app/(app)/disk/page_client-reference-manifest.js +1 -1
  26. package/app/apps/web/.next-bundle/server/app/(app)/hidden/page.js +2 -2
  27. package/app/apps/web/.next-bundle/server/app/(app)/hidden/page_client-reference-manifest.js +1 -1
  28. package/app/apps/web/.next-bundle/server/app/(app)/p/[slug]/page.js +2 -2
  29. package/app/apps/web/.next-bundle/server/app/(app)/p/[slug]/page_client-reference-manifest.js +1 -1
  30. package/app/apps/web/.next-bundle/server/app/(app)/p/[slug]/video/page.js +2 -0
  31. package/app/apps/web/.next-bundle/server/app/(app)/p/[slug]/video/page_client-reference-manifest.js +1 -0
  32. package/app/apps/web/.next-bundle/server/app/(app)/packages/page.js +2 -2
  33. package/app/apps/web/.next-bundle/server/app/(app)/packages/page_client-reference-manifest.js +1 -1
  34. package/app/apps/web/.next-bundle/server/app/(app)/page.js +2 -2
  35. package/app/apps/web/.next-bundle/server/app/(app)/page_client-reference-manifest.js +1 -1
  36. package/app/apps/web/.next-bundle/server/app/(app)/runs/[id]/page.js +2 -2
  37. package/app/apps/web/.next-bundle/server/app/(app)/runs/[id]/page_client-reference-manifest.js +1 -1
  38. package/app/apps/web/.next-bundle/server/app/(app)/runs/page.js +2 -2
  39. package/app/apps/web/.next-bundle/server/app/(app)/runs/page_client-reference-manifest.js +1 -1
  40. package/app/apps/web/.next-bundle/server/app/(app)/search/page.js +2 -2
  41. package/app/apps/web/.next-bundle/server/app/(app)/search/page_client-reference-manifest.js +1 -1
  42. package/app/apps/web/.next-bundle/server/app/(app)/spend/page.js +2 -0
  43. package/app/apps/web/.next-bundle/server/app/(app)/spend/page_client-reference-manifest.js +1 -0
  44. package/app/apps/web/.next-bundle/server/app/(app)/twin/look/page.js +2 -2
  45. package/app/apps/web/.next-bundle/server/app/(app)/twin/look/page_client-reference-manifest.js +1 -1
  46. package/app/apps/web/.next-bundle/server/app/(app)/twin/page.js +2 -2
  47. package/app/apps/web/.next-bundle/server/app/(app)/twin/page_client-reference-manifest.js +1 -1
  48. package/app/apps/web/.next-bundle/server/app/(app)/unsaved/page.js +2 -2
  49. package/app/apps/web/.next-bundle/server/app/(app)/unsaved/page_client-reference-manifest.js +1 -1
  50. package/app/apps/web/.next-bundle/server/app/_not-found/page.js +2 -2
  51. package/app/apps/web/.next-bundle/server/app/_not-found/page_client-reference-manifest.js +1 -1
  52. package/app/apps/web/.next-bundle/server/app/api/accounts/route.js +1 -1
  53. package/app/apps/web/.next-bundle/server/app/api/accounts/route_client-reference-manifest.js +1 -1
  54. package/app/apps/web/.next-bundle/server/app/api/agent/consult/route.js +1 -2
  55. package/app/apps/web/.next-bundle/server/app/api/agent/consult/route_client-reference-manifest.js +1 -1
  56. package/app/apps/web/.next-bundle/server/app/api/agent/context/route.js +1 -1
  57. package/app/apps/web/.next-bundle/server/app/api/agent/context/route_client-reference-manifest.js +1 -1
  58. package/app/apps/web/.next-bundle/server/app/api/agent/hello/route.js +1 -1
  59. package/app/apps/web/.next-bundle/server/app/api/agent/hello/route_client-reference-manifest.js +1 -1
  60. package/app/apps/web/.next-bundle/server/app/api/agent/journal/route.js +1 -1
  61. package/app/apps/web/.next-bundle/server/app/api/agent/journal/route_client-reference-manifest.js +1 -1
  62. package/app/apps/web/.next-bundle/server/app/api/agent/keys/route.js +1 -1
  63. package/app/apps/web/.next-bundle/server/app/api/agent/keys/route_client-reference-manifest.js +1 -1
  64. package/app/apps/web/.next-bundle/server/app/api/agent/log/route.js +1 -18
  65. package/app/apps/web/.next-bundle/server/app/api/agent/log/route_client-reference-manifest.js +1 -1
  66. package/app/apps/web/.next-bundle/server/app/api/agent/mcp/route.js +2 -2
  67. package/app/apps/web/.next-bundle/server/app/api/agent/mcp/route_client-reference-manifest.js +1 -1
  68. package/app/apps/web/.next-bundle/server/app/api/agent/notes/route.js +1 -1
  69. package/app/apps/web/.next-bundle/server/app/api/agent/notes/route_client-reference-manifest.js +1 -1
  70. package/app/apps/web/.next-bundle/server/app/api/agent/tasks/[id]/route.js +1 -1
  71. package/app/apps/web/.next-bundle/server/app/api/agent/tasks/[id]/route_client-reference-manifest.js +1 -1
  72. package/app/apps/web/.next-bundle/server/app/api/agent/tasks/route.js +1 -1
  73. package/app/apps/web/.next-bundle/server/app/api/agent/tasks/route_client-reference-manifest.js +1 -1
  74. package/app/apps/web/.next-bundle/server/app/api/ai/route.js +1 -1
  75. package/app/apps/web/.next-bundle/server/app/api/ai/route_client-reference-manifest.js +1 -1
  76. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/[operation]/route.js +1 -0
  77. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/[operation]/route_client-reference-manifest.js +1 -0
  78. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/credentials/route.js +1 -0
  79. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/credentials/route_client-reference-manifest.js +1 -0
  80. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/jobs/route.js +1 -0
  81. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/jobs/route_client-reference-manifest.js +1 -0
  82. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/legal/route.js +1 -0
  83. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/legal/route_client-reference-manifest.js +1 -0
  84. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/route.js +1 -0
  85. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/route_client-reference-manifest.js +1 -0
  86. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/settings/route.js +1 -0
  87. package/app/apps/web/.next-bundle/server/app/api/apps/[id]/settings/route_client-reference-manifest.js +1 -0
  88. package/app/apps/web/.next-bundle/server/app/api/apps/jobs/[jobId]/artifact/route.js +1 -0
  89. package/app/apps/web/.next-bundle/server/app/api/apps/jobs/[jobId]/artifact/route_client-reference-manifest.js +1 -0
  90. package/app/apps/web/.next-bundle/server/app/api/apps/jobs/[jobId]/cancel/route.js +1 -0
  91. package/app/apps/web/.next-bundle/server/app/api/apps/jobs/[jobId]/cancel/route_client-reference-manifest.js +1 -0
  92. package/app/apps/web/.next-bundle/server/app/api/apps/jobs/[jobId]/route.js +1 -0
  93. package/app/apps/web/.next-bundle/server/app/api/apps/jobs/[jobId]/route_client-reference-manifest.js +1 -0
  94. package/app/apps/web/.next-bundle/server/app/api/apps/route.js +1 -0
  95. package/app/apps/web/.next-bundle/server/app/api/apps/route_client-reference-manifest.js +1 -0
  96. package/app/apps/web/.next-bundle/server/app/api/assets/route.js +1 -1
  97. package/app/apps/web/.next-bundle/server/app/api/assets/route_client-reference-manifest.js +1 -1
  98. package/app/apps/web/.next-bundle/server/app/api/assignments/launch/route.js +3 -3
  99. package/app/apps/web/.next-bundle/server/app/api/assignments/launch/route_client-reference-manifest.js +1 -1
  100. package/app/apps/web/.next-bundle/server/app/api/assignments/route.js +1 -1
  101. package/app/apps/web/.next-bundle/server/app/api/assignments/route_client-reference-manifest.js +1 -1
  102. package/app/apps/web/.next-bundle/server/app/api/catalog/route.js +1 -1
  103. package/app/apps/web/.next-bundle/server/app/api/catalog/route_client-reference-manifest.js +1 -1
  104. package/app/apps/web/.next-bundle/server/app/api/check/route.js +1 -1
  105. package/app/apps/web/.next-bundle/server/app/api/check/route_client-reference-manifest.js +1 -1
  106. package/app/apps/web/.next-bundle/server/app/api/consultations/route.js +1 -1
  107. package/app/apps/web/.next-bundle/server/app/api/consultations/route_client-reference-manifest.js +1 -1
  108. package/app/apps/web/.next-bundle/server/app/api/describe/route.js +2 -2
  109. package/app/apps/web/.next-bundle/server/app/api/describe/route_client-reference-manifest.js +1 -1
  110. package/app/apps/web/.next-bundle/server/app/api/disk/route.js +1 -1
  111. package/app/apps/web/.next-bundle/server/app/api/disk/route_client-reference-manifest.js +1 -1
  112. package/app/apps/web/.next-bundle/server/app/api/enrich/route.js +1 -1
  113. package/app/apps/web/.next-bundle/server/app/api/enrich/route_client-reference-manifest.js +1 -1
  114. package/app/apps/web/.next-bundle/server/app/api/environment/route.js +2 -2
  115. package/app/apps/web/.next-bundle/server/app/api/environment/route_client-reference-manifest.js +1 -1
  116. package/app/apps/web/.next-bundle/server/app/api/hooks/route.js +2 -2
  117. package/app/apps/web/.next-bundle/server/app/api/hooks/route_client-reference-manifest.js +1 -1
  118. package/app/apps/web/.next-bundle/server/app/api/ingest/route.js +1 -1
  119. package/app/apps/web/.next-bundle/server/app/api/ingest/route_client-reference-manifest.js +1 -1
  120. package/app/apps/web/.next-bundle/server/app/api/md/apply/route.js +1 -1
  121. package/app/apps/web/.next-bundle/server/app/api/md/apply/route_client-reference-manifest.js +1 -1
  122. package/app/apps/web/.next-bundle/server/app/api/md/context/route.js +1 -1
  123. package/app/apps/web/.next-bundle/server/app/api/md/context/route_client-reference-manifest.js +1 -1
  124. package/app/apps/web/.next-bundle/server/app/api/md/inspect/route.js +1 -1
  125. package/app/apps/web/.next-bundle/server/app/api/md/inspect/route_client-reference-manifest.js +1 -1
  126. package/app/apps/web/.next-bundle/server/app/api/md/repair/route.js +1 -1
  127. package/app/apps/web/.next-bundle/server/app/api/md/repair/route_client-reference-manifest.js +1 -1
  128. package/app/apps/web/.next-bundle/server/app/api/md/review/route.js +4 -4
  129. package/app/apps/web/.next-bundle/server/app/api/md/review/route_client-reference-manifest.js +1 -1
  130. package/app/apps/web/.next-bundle/server/app/api/memory/export/route.js +2 -0
  131. package/app/apps/web/.next-bundle/server/app/api/memory/export/route_client-reference-manifest.js +1 -0
  132. package/app/apps/web/.next-bundle/server/app/api/north/route.js +1 -1
  133. package/app/apps/web/.next-bundle/server/app/api/north/route_client-reference-manifest.js +1 -1
  134. package/app/apps/web/.next-bundle/server/app/api/notes/route.js +1 -1
  135. package/app/apps/web/.next-bundle/server/app/api/notes/route_client-reference-manifest.js +1 -1
  136. package/app/apps/web/.next-bundle/server/app/api/open/all/route.js +1 -0
  137. package/app/apps/web/.next-bundle/server/app/api/open/all/route_client-reference-manifest.js +1 -0
  138. package/app/apps/web/.next-bundle/server/app/api/open/route.js +1 -1
  139. package/app/apps/web/.next-bundle/server/app/api/open/route_client-reference-manifest.js +1 -1
  140. package/app/apps/web/.next-bundle/server/app/api/project/route.js +1 -1
  141. package/app/apps/web/.next-bundle/server/app/api/project/route_client-reference-manifest.js +1 -1
  142. package/app/apps/web/.next-bundle/server/app/api/rescan/route.js +1 -1
  143. package/app/apps/web/.next-bundle/server/app/api/rescan/route_client-reference-manifest.js +1 -1
  144. package/app/apps/web/.next-bundle/server/app/api/roots/route.js +1 -1
  145. package/app/apps/web/.next-bundle/server/app/api/roots/route_client-reference-manifest.js +1 -1
  146. package/app/apps/web/.next-bundle/server/app/api/runs/[id]/route.js +1 -1
  147. package/app/apps/web/.next-bundle/server/app/api/runs/[id]/route_client-reference-manifest.js +1 -1
  148. package/app/apps/web/.next-bundle/server/app/api/runs/route.js +1 -1
  149. package/app/apps/web/.next-bundle/server/app/api/runs/route_client-reference-manifest.js +1 -1
  150. package/app/apps/web/.next-bundle/server/app/api/scale/route.js +1 -1
  151. package/app/apps/web/.next-bundle/server/app/api/scale/route_client-reference-manifest.js +1 -1
  152. package/app/apps/web/.next-bundle/server/app/api/search/route.js +1 -1
  153. package/app/apps/web/.next-bundle/server/app/api/search/route_client-reference-manifest.js +1 -1
  154. package/app/apps/web/.next-bundle/server/app/api/secrets/route.js +1 -1
  155. package/app/apps/web/.next-bundle/server/app/api/secrets/route_client-reference-manifest.js +1 -1
  156. package/app/apps/web/.next-bundle/server/app/api/spend/route.js +1 -0
  157. package/app/apps/web/.next-bundle/server/app/api/spend/route_client-reference-manifest.js +1 -0
  158. package/app/apps/web/.next-bundle/server/app/api/tasks/route.js +1 -1
  159. package/app/apps/web/.next-bundle/server/app/api/tasks/route_client-reference-manifest.js +1 -1
  160. package/app/apps/web/.next-bundle/server/app/api/today/route.js +1 -1
  161. package/app/apps/web/.next-bundle/server/app/api/today/route_client-reference-manifest.js +1 -1
  162. package/app/apps/web/.next-bundle/server/app/api/twin/assign/route.js +1 -1
  163. package/app/apps/web/.next-bundle/server/app/api/twin/assign/route_client-reference-manifest.js +1 -1
  164. package/app/apps/web/.next-bundle/server/app/api/twin/classify/route.js +1 -1
  165. package/app/apps/web/.next-bundle/server/app/api/twin/classify/route_client-reference-manifest.js +1 -1
  166. package/app/apps/web/.next-bundle/server/app/api/twin/critique/route.js +1 -1
  167. package/app/apps/web/.next-bundle/server/app/api/twin/critique/route_client-reference-manifest.js +1 -1
  168. package/app/apps/web/.next-bundle/server/app/api/twin/design/route.js +1 -1
  169. package/app/apps/web/.next-bundle/server/app/api/twin/design/route_client-reference-manifest.js +1 -1
  170. package/app/apps/web/.next-bundle/server/app/api/twin/distill/route.js +1 -1
  171. package/app/apps/web/.next-bundle/server/app/api/twin/distill/route_client-reference-manifest.js +1 -1
  172. package/app/apps/web/.next-bundle/server/app/api/twin/episodes/learn/route.js +1 -0
  173. package/app/apps/web/.next-bundle/server/app/api/twin/episodes/learn/route_client-reference-manifest.js +1 -0
  174. package/app/apps/web/.next-bundle/server/app/api/twin/episodes/route.js +1 -0
  175. package/app/apps/web/.next-bundle/server/app/api/twin/episodes/route_client-reference-manifest.js +1 -0
  176. package/app/apps/web/.next-bundle/server/app/api/twin/look/route.js +1 -1
  177. package/app/apps/web/.next-bundle/server/app/api/twin/look/route_client-reference-manifest.js +1 -1
  178. package/app/apps/web/.next-bundle/server/app/api/twin/mine/route.js +1 -1
  179. package/app/apps/web/.next-bundle/server/app/api/twin/mine/route_client-reference-manifest.js +1 -1
  180. package/app/apps/web/.next-bundle/server/app/api/twin/rehearse/route.js +1 -0
  181. package/app/apps/web/.next-bundle/server/app/api/twin/rehearse/route_client-reference-manifest.js +1 -0
  182. package/app/apps/web/.next-bundle/server/app/api/twin/score/route.js +1 -1
  183. package/app/apps/web/.next-bundle/server/app/api/twin/score/route_client-reference-manifest.js +1 -1
  184. package/app/apps/web/.next-bundle/server/app/api/twin/shot/route.js +1 -1
  185. package/app/apps/web/.next-bundle/server/app/api/twin/shot/route_client-reference-manifest.js +1 -1
  186. package/app/apps/web/.next-bundle/server/app/api/twin/sources/route.js +1 -1
  187. package/app/apps/web/.next-bundle/server/app/api/twin/sources/route_client-reference-manifest.js +1 -1
  188. package/app/apps/web/.next-bundle/server/app/api/twin/synthesize/route.js +1 -1
  189. package/app/apps/web/.next-bundle/server/app/api/twin/synthesize/route_client-reference-manifest.js +1 -1
  190. package/app/apps/web/.next-bundle/server/app/api/twin/taste/route.js +1 -1
  191. package/app/apps/web/.next-bundle/server/app/api/twin/taste/route_client-reference-manifest.js +1 -1
  192. package/app/apps/web/.next-bundle/server/app/api/twin/verdicts/route.js +1 -1
  193. package/app/apps/web/.next-bundle/server/app/api/twin/verdicts/route_client-reference-manifest.js +1 -1
  194. package/app/apps/web/.next-bundle/server/app/api/watch/route.js +1 -1
  195. package/app/apps/web/.next-bundle/server/app/api/watch/route_client-reference-manifest.js +1 -1
  196. package/app/apps/web/.next-bundle/server/app/apple-icon.png/route.js +1 -1
  197. package/app/apps/web/.next-bundle/server/app/icon/[id]/route.js +1 -1
  198. package/app/apps/web/.next-bundle/server/app/icon/[id]/route_client-reference-manifest.js +1 -1
  199. package/app/apps/web/.next-bundle/server/app/icon.png/route.js +1 -1
  200. package/app/apps/web/.next-bundle/server/app-paths-manifest.json +42 -22
  201. package/app/apps/web/.next-bundle/server/chunks/1190.js +1 -0
  202. package/app/apps/web/.next-bundle/server/chunks/1602.js +3 -0
  203. package/app/apps/web/.next-bundle/server/chunks/1646.js +11 -0
  204. package/app/apps/web/.next-bundle/server/chunks/170.js +1 -0
  205. package/app/apps/web/.next-bundle/server/chunks/2256.js +14 -0
  206. package/app/apps/web/.next-bundle/server/chunks/2387.js +22 -0
  207. package/app/apps/web/.next-bundle/server/chunks/2455.js +7 -0
  208. package/app/apps/web/.next-bundle/server/chunks/2658.js +2 -0
  209. package/app/apps/web/.next-bundle/server/chunks/3088.js +16 -0
  210. package/app/apps/web/.next-bundle/server/chunks/314.js +1 -0
  211. package/app/apps/web/.next-bundle/server/chunks/3171.js +1 -0
  212. package/app/apps/web/.next-bundle/server/chunks/3347.js +1 -0
  213. package/app/apps/web/.next-bundle/server/chunks/3768.js +3 -0
  214. package/app/apps/web/.next-bundle/server/chunks/3834.js +1 -0
  215. package/app/apps/web/.next-bundle/server/chunks/4018.js +1 -0
  216. package/app/apps/web/.next-bundle/server/chunks/4478.js +1 -0
  217. package/app/apps/web/.next-bundle/server/chunks/4498.js +12 -0
  218. package/app/apps/web/.next-bundle/server/chunks/4528.js +2 -0
  219. package/app/apps/web/.next-bundle/server/chunks/4810.js +9 -0
  220. package/app/apps/web/.next-bundle/server/chunks/5103.js +1 -0
  221. package/app/apps/web/.next-bundle/server/chunks/5251.js +217 -0
  222. package/app/apps/web/.next-bundle/server/chunks/5741.js +1 -0
  223. package/app/apps/web/.next-bundle/server/chunks/5941.js +1 -0
  224. package/app/apps/web/.next-bundle/server/chunks/5975.js +1 -0
  225. package/app/apps/web/.next-bundle/server/chunks/6145.js +6 -0
  226. package/app/apps/web/.next-bundle/server/chunks/6693.js +7 -0
  227. package/app/apps/web/.next-bundle/server/chunks/6913.js +21 -0
  228. package/app/apps/web/.next-bundle/server/chunks/7245.js +1 -0
  229. package/app/apps/web/.next-bundle/server/chunks/7348.js +28 -0
  230. package/app/apps/web/.next-bundle/server/chunks/7581.js +1 -0
  231. package/app/apps/web/.next-bundle/server/chunks/7957.js +1 -0
  232. package/app/apps/web/.next-bundle/server/chunks/817.js +1 -0
  233. package/app/apps/web/.next-bundle/server/chunks/8384.js +1 -0
  234. package/app/apps/web/.next-bundle/server/chunks/8404.js +1 -0
  235. package/app/apps/web/.next-bundle/server/chunks/8463.js +1 -0
  236. package/app/apps/web/.next-bundle/server/chunks/8887.js +30 -0
  237. package/app/apps/web/.next-bundle/server/chunks/8990.js +2 -0
  238. package/app/apps/web/.next-bundle/server/chunks/987.js +27 -0
  239. package/app/apps/web/.next-bundle/server/chunks/993.js +1 -0
  240. package/app/apps/web/.next-bundle/server/chunks/9938.js +1 -0
  241. package/app/apps/web/.next-bundle/server/edge-instrumentation.js +1 -1
  242. package/app/apps/web/.next-bundle/server/functions-config-manifest.json +23 -14
  243. package/app/apps/web/.next-bundle/server/instrumentation.js +1 -1
  244. package/app/apps/web/.next-bundle/server/middleware-build-manifest.js +1 -1
  245. package/app/apps/web/.next-bundle/server/middleware-manifest.json +5 -5
  246. package/app/apps/web/.next-bundle/server/middleware.js +8 -11
  247. package/app/apps/web/.next-bundle/server/next-font-manifest.js +1 -1
  248. package/app/apps/web/.next-bundle/server/next-font-manifest.json +1 -1
  249. package/app/apps/web/.next-bundle/server/pages/500.html +1 -1
  250. package/app/apps/web/.next-bundle/server/pages/_app.js +1 -1
  251. package/app/apps/web/.next-bundle/server/pages/_document.js +1 -1
  252. package/app/apps/web/.next-bundle/server/pages/_error.js +3 -3
  253. package/app/apps/web/.next-bundle/server/server-reference-manifest.json +1 -1
  254. package/app/apps/web/.next-bundle/static/chunks/003adf37-35e10d79e45c4e95.js +1 -0
  255. package/app/apps/web/.next-bundle/static/chunks/05e62ed0-bf68b9617e57b82f.js +1 -0
  256. package/app/apps/web/.next-bundle/static/chunks/1369-8f6dde7e48bc4684.js +1 -0
  257. package/app/apps/web/.next-bundle/static/chunks/1774-59392c79c651b3a0.js +1 -0
  258. package/app/apps/web/.next-bundle/static/chunks/2202-897aaad3cd785ea6.js +1 -0
  259. package/app/apps/web/.next-bundle/static/chunks/2340-11b365d374b2be7b.js +1 -0
  260. package/app/apps/web/.next-bundle/static/chunks/2575-62182d00e5cf3115.js +1 -0
  261. package/app/apps/web/.next-bundle/static/chunks/261-1c2829beaca77dc9.js +1 -0
  262. package/app/apps/web/.next-bundle/static/chunks/3953-4e8d5b8f11c07426.js +1 -0
  263. package/app/apps/web/.next-bundle/static/chunks/6823-e1004a1b90458d2d.js +1 -0
  264. package/app/apps/web/.next-bundle/static/chunks/7f092448-e07c21e2897ac52e.js +1 -0
  265. package/app/apps/web/.next-bundle/static/chunks/app/(app)/agents/page-28b11f831b7bc8c4.js +1 -0
  266. package/app/apps/web/.next-bundle/static/chunks/app/(app)/ai/page-8b5fe63986bf3757.js +1 -0
  267. package/app/apps/web/.next-bundle/static/chunks/app/(app)/apps/[id]/page-dc2c3a7874636c29.js +1 -0
  268. package/app/apps/web/.next-bundle/static/chunks/app/(app)/apps/page-00ec4bf42a14ac17.js +1 -0
  269. package/app/apps/web/.next-bundle/static/chunks/app/(app)/bridge/page-86a819d6d7f65cd0.js +1 -0
  270. package/app/apps/web/.next-bundle/static/chunks/app/(app)/copies/page-69ee3fc638b1eecf.js +1 -0
  271. package/app/apps/web/.next-bundle/static/chunks/app/(app)/credentials/page-0c3307d9cff31e71.js +1 -0
  272. package/app/apps/web/.next-bundle/static/chunks/app/(app)/disk/page-13cd17998c4b3c05.js +1 -0
  273. package/app/apps/web/.next-bundle/static/chunks/app/(app)/error-4706c73d842251e2.js +1 -0
  274. package/app/apps/web/.next-bundle/static/chunks/app/(app)/hidden/page-55639b16ccebad95.js +1 -0
  275. package/app/apps/web/.next-bundle/static/chunks/app/(app)/layout-7f3d387ae540018d.js +1 -0
  276. package/app/apps/web/.next-bundle/static/chunks/app/(app)/p/[slug]/page-c3c3a9be458adeed.js +1 -0
  277. package/app/apps/web/.next-bundle/static/chunks/app/(app)/p/[slug]/video/page-088684f252e3d59c.js +1 -0
  278. package/app/apps/web/.next-bundle/static/chunks/app/(app)/packages/page-de6e3e5d6198c075.js +1 -0
  279. package/app/apps/web/.next-bundle/static/chunks/app/(app)/page-6cf474454fb2ea5e.js +1 -0
  280. package/app/apps/web/.next-bundle/static/chunks/app/(app)/runs/[id]/page-0f664082168a49b2.js +1 -0
  281. package/app/apps/web/.next-bundle/static/chunks/app/(app)/runs/page-69ee3fc638b1eecf.js +1 -0
  282. package/app/apps/web/.next-bundle/static/chunks/app/(app)/search/page-0c57c71f581cdf40.js +1 -0
  283. package/app/apps/web/.next-bundle/static/chunks/app/(app)/spend/page-201b626f17f11eeb.js +1 -0
  284. package/app/apps/web/.next-bundle/static/chunks/app/(app)/twin/look/page-a1f666c611d55a0c.js +1 -0
  285. package/app/apps/web/.next-bundle/static/chunks/app/(app)/twin/page-c7212909b051736c.js +1 -0
  286. package/app/apps/web/.next-bundle/static/chunks/app/(app)/unsaved/page-c545489e991b83d2.js +1 -0
  287. package/app/apps/web/.next-bundle/static/chunks/app/_not-found/page-de6e3e5d6198c075.js +1 -0
  288. package/app/apps/web/.next-bundle/static/chunks/app/api/accounts/route-de6e3e5d6198c075.js +1 -0
  289. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/consult/route-de6e3e5d6198c075.js +1 -0
  290. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/context/route-de6e3e5d6198c075.js +1 -0
  291. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/hello/route-de6e3e5d6198c075.js +1 -0
  292. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/journal/route-de6e3e5d6198c075.js +1 -0
  293. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/keys/route-de6e3e5d6198c075.js +1 -0
  294. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/log/route-de6e3e5d6198c075.js +1 -0
  295. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/mcp/route-de6e3e5d6198c075.js +1 -0
  296. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/notes/route-de6e3e5d6198c075.js +1 -0
  297. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/tasks/[id]/route-de6e3e5d6198c075.js +1 -0
  298. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/tasks/route-de6e3e5d6198c075.js +1 -0
  299. package/app/apps/web/.next-bundle/static/chunks/app/api/ai/route-de6e3e5d6198c075.js +1 -0
  300. package/app/apps/web/.next-bundle/static/chunks/app/api/apps/[id]/[operation]/route-de6e3e5d6198c075.js +1 -0
  301. package/app/apps/web/.next-bundle/static/chunks/app/api/apps/[id]/credentials/route-de6e3e5d6198c075.js +1 -0
  302. package/app/apps/web/.next-bundle/static/chunks/app/api/apps/[id]/jobs/route-de6e3e5d6198c075.js +1 -0
  303. package/app/apps/web/.next-bundle/static/chunks/app/api/apps/[id]/legal/route-de6e3e5d6198c075.js +1 -0
  304. package/app/apps/web/.next-bundle/static/chunks/app/api/apps/[id]/route-de6e3e5d6198c075.js +1 -0
  305. package/app/apps/web/.next-bundle/static/chunks/app/api/apps/[id]/settings/route-de6e3e5d6198c075.js +1 -0
  306. package/app/apps/web/.next-bundle/static/chunks/app/api/apps/jobs/[jobId]/artifact/route-de6e3e5d6198c075.js +1 -0
  307. package/app/apps/web/.next-bundle/static/chunks/app/api/apps/jobs/[jobId]/cancel/route-de6e3e5d6198c075.js +1 -0
  308. package/app/apps/web/.next-bundle/static/chunks/app/api/apps/jobs/[jobId]/route-de6e3e5d6198c075.js +1 -0
  309. package/app/apps/web/.next-bundle/static/chunks/app/api/apps/route-de6e3e5d6198c075.js +1 -0
  310. package/app/apps/web/.next-bundle/static/chunks/app/api/assets/route-de6e3e5d6198c075.js +1 -0
  311. package/app/apps/web/.next-bundle/static/chunks/app/api/assignments/launch/route-de6e3e5d6198c075.js +1 -0
  312. package/app/apps/web/.next-bundle/static/chunks/app/api/assignments/route-de6e3e5d6198c075.js +1 -0
  313. package/app/apps/web/.next-bundle/static/chunks/app/api/catalog/route-de6e3e5d6198c075.js +1 -0
  314. package/app/apps/web/.next-bundle/static/chunks/app/api/check/route-de6e3e5d6198c075.js +1 -0
  315. package/app/apps/web/.next-bundle/static/chunks/app/api/consultations/route-de6e3e5d6198c075.js +1 -0
  316. package/app/apps/web/.next-bundle/static/chunks/app/api/describe/route-de6e3e5d6198c075.js +1 -0
  317. package/app/apps/web/.next-bundle/static/chunks/app/api/disk/route-de6e3e5d6198c075.js +1 -0
  318. package/app/apps/web/.next-bundle/static/chunks/app/api/enrich/route-de6e3e5d6198c075.js +1 -0
  319. package/app/apps/web/.next-bundle/static/chunks/app/api/environment/route-de6e3e5d6198c075.js +1 -0
  320. package/app/apps/web/.next-bundle/static/chunks/app/api/hooks/route-de6e3e5d6198c075.js +1 -0
  321. package/app/apps/web/.next-bundle/static/chunks/app/api/ingest/route-de6e3e5d6198c075.js +1 -0
  322. package/app/apps/web/.next-bundle/static/chunks/app/api/md/apply/route-de6e3e5d6198c075.js +1 -0
  323. package/app/apps/web/.next-bundle/static/chunks/app/api/md/context/route-de6e3e5d6198c075.js +1 -0
  324. package/app/apps/web/.next-bundle/static/chunks/app/api/md/inspect/route-de6e3e5d6198c075.js +1 -0
  325. package/app/apps/web/.next-bundle/static/chunks/app/api/md/repair/route-de6e3e5d6198c075.js +1 -0
  326. package/app/apps/web/.next-bundle/static/chunks/app/api/md/review/route-de6e3e5d6198c075.js +1 -0
  327. package/app/apps/web/.next-bundle/static/chunks/app/api/memory/export/route-de6e3e5d6198c075.js +1 -0
  328. package/app/apps/web/.next-bundle/static/chunks/app/api/north/route-de6e3e5d6198c075.js +1 -0
  329. package/app/apps/web/.next-bundle/static/chunks/app/api/notes/route-de6e3e5d6198c075.js +1 -0
  330. package/app/apps/web/.next-bundle/static/chunks/app/api/open/all/route-de6e3e5d6198c075.js +1 -0
  331. package/app/apps/web/.next-bundle/static/chunks/app/api/open/route-de6e3e5d6198c075.js +1 -0
  332. package/app/apps/web/.next-bundle/static/chunks/app/api/project/route-de6e3e5d6198c075.js +1 -0
  333. package/app/apps/web/.next-bundle/static/chunks/app/api/rescan/route-de6e3e5d6198c075.js +1 -0
  334. package/app/apps/web/.next-bundle/static/chunks/app/api/roots/route-de6e3e5d6198c075.js +1 -0
  335. package/app/apps/web/.next-bundle/static/chunks/app/api/runs/[id]/route-de6e3e5d6198c075.js +1 -0
  336. package/app/apps/web/.next-bundle/static/chunks/app/api/runs/route-de6e3e5d6198c075.js +1 -0
  337. package/app/apps/web/.next-bundle/static/chunks/app/api/scale/route-de6e3e5d6198c075.js +1 -0
  338. package/app/apps/web/.next-bundle/static/chunks/app/api/search/route-de6e3e5d6198c075.js +1 -0
  339. package/app/apps/web/.next-bundle/static/chunks/app/api/secrets/route-de6e3e5d6198c075.js +1 -0
  340. package/app/apps/web/.next-bundle/static/chunks/app/api/spend/route-de6e3e5d6198c075.js +1 -0
  341. package/app/apps/web/.next-bundle/static/chunks/app/api/tasks/route-de6e3e5d6198c075.js +1 -0
  342. package/app/apps/web/.next-bundle/static/chunks/app/api/today/route-de6e3e5d6198c075.js +1 -0
  343. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/assign/route-de6e3e5d6198c075.js +1 -0
  344. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/classify/route-de6e3e5d6198c075.js +1 -0
  345. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/critique/route-de6e3e5d6198c075.js +1 -0
  346. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/design/route-de6e3e5d6198c075.js +1 -0
  347. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/distill/route-de6e3e5d6198c075.js +1 -0
  348. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/episodes/learn/route-de6e3e5d6198c075.js +1 -0
  349. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/episodes/route-de6e3e5d6198c075.js +1 -0
  350. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/look/route-de6e3e5d6198c075.js +1 -0
  351. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/mine/route-de6e3e5d6198c075.js +1 -0
  352. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/rehearse/route-de6e3e5d6198c075.js +1 -0
  353. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/score/route-de6e3e5d6198c075.js +1 -0
  354. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/shot/route-de6e3e5d6198c075.js +1 -0
  355. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/sources/route-de6e3e5d6198c075.js +1 -0
  356. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/synthesize/route-de6e3e5d6198c075.js +1 -0
  357. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/taste/route-de6e3e5d6198c075.js +1 -0
  358. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/verdicts/route-de6e3e5d6198c075.js +1 -0
  359. package/app/apps/web/.next-bundle/static/chunks/app/api/watch/route-de6e3e5d6198c075.js +1 -0
  360. package/app/apps/web/.next-bundle/static/chunks/app/global-not-found-69ee3fc638b1eecf.js +1 -0
  361. package/app/apps/web/.next-bundle/static/chunks/app/icon/[id]/route-de6e3e5d6198c075.js +1 -0
  362. package/app/apps/web/.next-bundle/static/chunks/app/not-found-69ee3fc638b1eecf.js +1 -0
  363. package/app/apps/web/.next-bundle/static/chunks/bed79bbe-48e9828a39c35383.js +1 -0
  364. package/app/apps/web/.next-bundle/static/chunks/framework-d5e4b15967daa90f.js +1 -0
  365. package/app/apps/web/.next-bundle/static/chunks/main-8ce36a8e89504138.js +1 -0
  366. package/app/apps/web/.next-bundle/static/chunks/main-app-a35ca295bbc2c578.js +1 -0
  367. package/app/apps/web/.next-bundle/static/chunks/pages/_app-9697265615ef43a0.js +1 -0
  368. package/app/apps/web/.next-bundle/static/chunks/pages/_error-ddfe0e0bd29e2283.js +1 -0
  369. package/app/apps/web/.next-bundle/static/chunks/webpack-a286bbf864e6618a.js +1 -0
  370. package/app/apps/web/.next-bundle/static/css/988bfb2024e770b7.css +1 -0
  371. package/app/apps/web/.next-bundle/static/mhsTm5XiqL98MCgDVB08u/_buildManifest.js +1 -0
  372. package/app/apps/web/package.json +1 -27
  373. package/app/apps/web/server.js +1 -1
  374. package/app/node_modules/@next/env/package.json +1 -1
  375. package/app/node_modules/@panoma/ai/dist/index.d.ts +16 -0
  376. package/app/node_modules/@panoma/ai/dist/index.js +24 -12
  377. package/app/node_modules/@panoma/apps/dist/chunk-4G5NKAON.js +147 -0
  378. package/app/node_modules/@panoma/apps/dist/faults.d.ts +74 -0
  379. package/app/node_modules/@panoma/apps/dist/faults.js +20 -0
  380. package/app/node_modules/@panoma/apps/dist/index.d.ts +688 -0
  381. package/app/node_modules/@panoma/apps/dist/index.js +889 -0
  382. package/app/node_modules/@panoma/apps/package.json +24 -0
  383. package/app/node_modules/@panoma/core/dist/index.d.ts +95 -14
  384. package/app/node_modules/@panoma/core/dist/index.js +495 -101
  385. package/app/node_modules/@panoma/db/dist/chunk-V6TJYC6N.js +1297 -0
  386. package/app/node_modules/@panoma/db/dist/client-B1_3MF0o.d.ts +7166 -0
  387. package/app/node_modules/@panoma/db/dist/client.d.ts +1 -1
  388. package/app/node_modules/@panoma/db/dist/client.js +1 -1
  389. package/app/node_modules/@panoma/db/dist/index.d.ts +627 -28
  390. package/app/node_modules/@panoma/db/dist/index.js +1540 -514
  391. package/app/node_modules/@panoma/db/migrations/0050_twin_decision_memory.sql +29 -0
  392. package/app/node_modules/@panoma/db/migrations/0051_twin_learning_retry.sql +1 -0
  393. package/app/node_modules/@panoma/db/migrations/0052_memory_experiment_enrollment.sql +1 -0
  394. package/app/node_modules/@panoma/db/migrations/0053_memory_distillation_jobs.sql +16 -0
  395. package/app/node_modules/@panoma/db/migrations/0054_decision_revision_lookup.sql +1 -0
  396. package/app/node_modules/@panoma/db/migrations/0055_decision_expiry.sql +1 -0
  397. package/app/node_modules/@panoma/db/migrations/0056_ai_summary_hash.sql +1 -0
  398. package/app/node_modules/@panoma/db/migrations/0057_open_plan.sql +1 -0
  399. package/app/node_modules/@panoma/db/migrations/0058_apps.sql +54 -0
  400. package/app/node_modules/@panoma/db/migrations/0059_desktop_keys.sql +15 -0
  401. package/app/node_modules/@panoma/db/migrations/meta/0050_snapshot.json +3556 -0
  402. package/app/node_modules/@panoma/db/migrations/meta/0051_snapshot.json +3562 -0
  403. package/app/node_modules/@panoma/db/migrations/meta/0054_snapshot.json +3696 -0
  404. package/app/node_modules/@panoma/db/migrations/meta/0055_snapshot.json +3702 -0
  405. package/app/node_modules/@panoma/db/migrations/meta/0056_snapshot.json +3708 -0
  406. package/app/node_modules/@panoma/db/migrations/meta/0057_snapshot.json +3714 -0
  407. package/app/node_modules/@panoma/db/migrations/meta/0058_snapshot.json +4084 -0
  408. package/app/node_modules/@panoma/db/migrations/meta/0059_snapshot.json +4084 -0
  409. package/app/node_modules/@panoma/db/migrations/meta/_journal.json +71 -1
  410. package/app/node_modules/@panoma/mcp/dist/index.js +608 -160
  411. package/app/node_modules/@panoma/mcp/package.json +4 -1
  412. package/app/node_modules/drizzle-orm/node_modules/.bin/gel +3 -3
  413. package/app/node_modules/next/dist/build/swc/index.js +1 -1
  414. package/app/node_modules/next/dist/build/webpack-config.js +2 -2
  415. package/app/node_modules/next/dist/client/app-bootstrap.js +1 -1
  416. package/app/node_modules/next/dist/client/index.js +1 -1
  417. package/app/node_modules/next/dist/client/legacy/image.js +8 -2
  418. package/app/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +1 -1
  419. package/app/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +1 -1
  420. package/app/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +1 -1
  421. package/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +1 -1
  422. package/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +1 -1
  423. package/app/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +7 -7
  424. package/app/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +2 -2
  425. package/app/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +1 -1
  426. package/app/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1 -1
  427. package/app/node_modules/next/dist/server/image-optimizer.d.ts +3 -1
  428. package/app/node_modules/next/dist/server/image-optimizer.js +65 -2
  429. package/app/node_modules/next/dist/server/lib/app-info-log.js +1 -1
  430. package/app/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +17 -4
  431. package/app/node_modules/next/dist/server/lib/start-server.js +1 -1
  432. package/app/node_modules/next/dist/shared/lib/canary-only.js +1 -1
  433. package/app/node_modules/next/dist/shared/lib/get-img-props.js +8 -2
  434. package/app/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +1 -1
  435. package/app/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
  436. package/app/node_modules/next/dist/telemetry/events/version.js +2 -2
  437. package/app/node_modules/next/package.json +11 -11
  438. package/app/node_modules/postcss/LICENSE +1 -1
  439. package/app/node_modules/postcss/lib/container.js +106 -51
  440. package/app/node_modules/postcss/lib/css-syntax-error.js +47 -14
  441. package/app/node_modules/postcss/lib/declaration.js +4 -4
  442. package/app/node_modules/postcss/lib/fromJSON.js +79 -26
  443. package/app/node_modules/postcss/lib/input.js +67 -33
  444. package/app/node_modules/postcss/lib/lazy-result.js +127 -51
  445. package/app/node_modules/postcss/lib/list.js +5 -2
  446. package/app/node_modules/postcss/lib/map-generator.js +27 -9
  447. package/app/node_modules/postcss/lib/no-work-result.js +57 -55
  448. package/app/node_modules/postcss/lib/node.js +197 -84
  449. package/app/node_modules/postcss/lib/parse.js +1 -1
  450. package/app/node_modules/postcss/lib/parser.js +49 -38
  451. package/app/node_modules/postcss/lib/postcss.js +13 -13
  452. package/app/node_modules/postcss/lib/previous-map.js +46 -12
  453. package/app/node_modules/postcss/lib/processor.js +7 -7
  454. package/app/node_modules/postcss/lib/result.js +5 -5
  455. package/app/node_modules/postcss/lib/root.js +16 -1
  456. package/app/node_modules/postcss/lib/rule.js +6 -6
  457. package/app/node_modules/postcss/lib/stringifier.js +148 -32
  458. package/app/node_modules/postcss/lib/tokenize.js +6 -2
  459. package/app/node_modules/postcss/lib/warning.js +10 -0
  460. package/app/node_modules/postcss/package.json +48 -48
  461. package/dist/ai-command-IRSVAWYU.js +220 -0
  462. package/dist/apps-FI2Q2CFP.js +17 -0
  463. package/dist/check-command-PPILA25M.js +103 -0
  464. package/dist/chunk-2MKBCYVH.js +158 -0
  465. package/dist/chunk-5EG7NRL4.js +8440 -0
  466. package/dist/chunk-AW6KPPIR.js +378 -0
  467. package/dist/chunk-BCHIG2AU.js +166 -0
  468. package/dist/chunk-DITTKJ7U.js +147 -0
  469. package/dist/chunk-JY7ALFNX.js +1362 -0
  470. package/dist/chunk-MLKGABMK.js +9 -0
  471. package/dist/chunk-P7ZGHSMO.js +1089 -0
  472. package/dist/chunk-YQOQAFTY.js +793 -0
  473. package/dist/dist-F5A5RVCK.js +4920 -0
  474. package/dist/dist-G32QKT7H.js +301 -0
  475. package/dist/dist-NQIOBJFO.js +78 -0
  476. package/dist/index.js +78 -45
  477. package/dist/md-command-Q4M2YBEH.js +282 -0
  478. package/dist/memory-command-IXVQSADX.js +65 -0
  479. package/dist/next-command-2PXBP5OR.js +245 -0
  480. package/dist/north-command-XFUNSNPH.js +281 -0
  481. package/dist/review-command-6AH7MVKP.js +94 -0
  482. package/dist/spend-command-DA36GLNI.js +135 -0
  483. package/dist/twin-command-HYEG2WPA.js +1375 -0
  484. package/dist/video-TWUW2L36.js +100 -0
  485. package/npm-shrinkwrap.json +2 -2
  486. package/package.json +3 -1
  487. package/app/apps/web/.next-bundle/server/chunks/147.js +0 -1
  488. package/app/apps/web/.next-bundle/server/chunks/167.js +0 -7
  489. package/app/apps/web/.next-bundle/server/chunks/174.js +0 -3
  490. package/app/apps/web/.next-bundle/server/chunks/2643.js +0 -1
  491. package/app/apps/web/.next-bundle/server/chunks/2930.js +0 -1
  492. package/app/apps/web/.next-bundle/server/chunks/3182.js +0 -11
  493. package/app/apps/web/.next-bundle/server/chunks/3377.js +0 -1
  494. package/app/apps/web/.next-bundle/server/chunks/3440.js +0 -1
  495. package/app/apps/web/.next-bundle/server/chunks/3559.js +0 -1
  496. package/app/apps/web/.next-bundle/server/chunks/358.js +0 -27
  497. package/app/apps/web/.next-bundle/server/chunks/3610.js +0 -9
  498. package/app/apps/web/.next-bundle/server/chunks/3677.js +0 -1
  499. package/app/apps/web/.next-bundle/server/chunks/4289.js +0 -7
  500. package/app/apps/web/.next-bundle/server/chunks/4337.js +0 -1
  501. package/app/apps/web/.next-bundle/server/chunks/4858.js +0 -1
  502. package/app/apps/web/.next-bundle/server/chunks/5358.js +0 -1
  503. package/app/apps/web/.next-bundle/server/chunks/5611.js +0 -22
  504. package/app/apps/web/.next-bundle/server/chunks/6157.js +0 -21
  505. package/app/apps/web/.next-bundle/server/chunks/6195.js +0 -1
  506. package/app/apps/web/.next-bundle/server/chunks/6354.js +0 -28
  507. package/app/apps/web/.next-bundle/server/chunks/6462.js +0 -2
  508. package/app/apps/web/.next-bundle/server/chunks/6476.js +0 -1
  509. package/app/apps/web/.next-bundle/server/chunks/6790.js +0 -170
  510. package/app/apps/web/.next-bundle/server/chunks/7017.js +0 -1
  511. package/app/apps/web/.next-bundle/server/chunks/7276.js +0 -5
  512. package/app/apps/web/.next-bundle/server/chunks/7876.js +0 -1
  513. package/app/apps/web/.next-bundle/server/chunks/8393.js +0 -6
  514. package/app/apps/web/.next-bundle/server/chunks/8985.js +0 -1
  515. package/app/apps/web/.next-bundle/static/GWFC4d9IgsD38wa3aUlsQ/_buildManifest.js +0 -1
  516. package/app/apps/web/.next-bundle/static/chunks/003adf37-43d6365219a6cb5d.js +0 -1
  517. package/app/apps/web/.next-bundle/static/chunks/05e62ed0-4f8e7c265bd81def.js +0 -1
  518. package/app/apps/web/.next-bundle/static/chunks/0fef27c7-cd6dbf9ae86c168d.js +0 -1
  519. package/app/apps/web/.next-bundle/static/chunks/1723-71c045eb0c2a8daa.js +0 -1
  520. package/app/apps/web/.next-bundle/static/chunks/3885-7afc74e117f41ba5.js +0 -1
  521. package/app/apps/web/.next-bundle/static/chunks/4517-63995539421e71bd.js +0 -1
  522. package/app/apps/web/.next-bundle/static/chunks/4737-b098c74f87ae6fa7.js +0 -1
  523. package/app/apps/web/.next-bundle/static/chunks/5465-6207528c0ac5d5d7.js +0 -1
  524. package/app/apps/web/.next-bundle/static/chunks/7911-1f2ce7063b83e142.js +0 -1
  525. package/app/apps/web/.next-bundle/static/chunks/7f092448-897a4dfb37859e3a.js +0 -1
  526. package/app/apps/web/.next-bundle/static/chunks/app/(app)/agents/page-349f843bcb6f4abd.js +0 -1
  527. package/app/apps/web/.next-bundle/static/chunks/app/(app)/ai/page-60083a1b6a36c928.js +0 -1
  528. package/app/apps/web/.next-bundle/static/chunks/app/(app)/bridge/page-9f270ffcd9da75ca.js +0 -1
  529. package/app/apps/web/.next-bundle/static/chunks/app/(app)/copies/page-fb206ee7ea581b0a.js +0 -1
  530. package/app/apps/web/.next-bundle/static/chunks/app/(app)/credentials/page-e87253842975daa4.js +0 -1
  531. package/app/apps/web/.next-bundle/static/chunks/app/(app)/disk/page-15cd72dc04ac7de4.js +0 -1
  532. package/app/apps/web/.next-bundle/static/chunks/app/(app)/error-7a9266f6e98936d9.js +0 -1
  533. package/app/apps/web/.next-bundle/static/chunks/app/(app)/hidden/page-4e81219b6c5aeb2a.js +0 -1
  534. package/app/apps/web/.next-bundle/static/chunks/app/(app)/layout-2ee40fbf22eee90a.js +0 -1
  535. package/app/apps/web/.next-bundle/static/chunks/app/(app)/p/[slug]/page-630a1079cd683bad.js +0 -1
  536. package/app/apps/web/.next-bundle/static/chunks/app/(app)/packages/page-530c843e472daae6.js +0 -1
  537. package/app/apps/web/.next-bundle/static/chunks/app/(app)/page-bd415d39f80a6370.js +0 -1
  538. package/app/apps/web/.next-bundle/static/chunks/app/(app)/runs/[id]/page-572f84e2016be38a.js +0 -1
  539. package/app/apps/web/.next-bundle/static/chunks/app/(app)/runs/page-fb206ee7ea581b0a.js +0 -1
  540. package/app/apps/web/.next-bundle/static/chunks/app/(app)/search/page-6e94501b5e36f4b1.js +0 -1
  541. package/app/apps/web/.next-bundle/static/chunks/app/(app)/twin/look/page-8e24b1b376cbdab8.js +0 -1
  542. package/app/apps/web/.next-bundle/static/chunks/app/(app)/twin/page-4d6804060b9830ff.js +0 -1
  543. package/app/apps/web/.next-bundle/static/chunks/app/(app)/unsaved/page-d7124f7da77909ad.js +0 -1
  544. package/app/apps/web/.next-bundle/static/chunks/app/_not-found/page-530c843e472daae6.js +0 -1
  545. package/app/apps/web/.next-bundle/static/chunks/app/api/accounts/route-530c843e472daae6.js +0 -1
  546. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/consult/route-530c843e472daae6.js +0 -1
  547. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/context/route-530c843e472daae6.js +0 -1
  548. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/hello/route-530c843e472daae6.js +0 -1
  549. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/journal/route-530c843e472daae6.js +0 -1
  550. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/keys/route-530c843e472daae6.js +0 -1
  551. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/log/route-530c843e472daae6.js +0 -1
  552. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/mcp/route-530c843e472daae6.js +0 -1
  553. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/notes/route-530c843e472daae6.js +0 -1
  554. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/tasks/[id]/route-530c843e472daae6.js +0 -1
  555. package/app/apps/web/.next-bundle/static/chunks/app/api/agent/tasks/route-530c843e472daae6.js +0 -1
  556. package/app/apps/web/.next-bundle/static/chunks/app/api/ai/route-530c843e472daae6.js +0 -1
  557. package/app/apps/web/.next-bundle/static/chunks/app/api/assets/route-530c843e472daae6.js +0 -1
  558. package/app/apps/web/.next-bundle/static/chunks/app/api/assignments/launch/route-530c843e472daae6.js +0 -1
  559. package/app/apps/web/.next-bundle/static/chunks/app/api/assignments/route-530c843e472daae6.js +0 -1
  560. package/app/apps/web/.next-bundle/static/chunks/app/api/catalog/route-530c843e472daae6.js +0 -1
  561. package/app/apps/web/.next-bundle/static/chunks/app/api/check/route-530c843e472daae6.js +0 -1
  562. package/app/apps/web/.next-bundle/static/chunks/app/api/consultations/route-530c843e472daae6.js +0 -1
  563. package/app/apps/web/.next-bundle/static/chunks/app/api/describe/route-530c843e472daae6.js +0 -1
  564. package/app/apps/web/.next-bundle/static/chunks/app/api/disk/route-530c843e472daae6.js +0 -1
  565. package/app/apps/web/.next-bundle/static/chunks/app/api/enrich/route-530c843e472daae6.js +0 -1
  566. package/app/apps/web/.next-bundle/static/chunks/app/api/environment/route-530c843e472daae6.js +0 -1
  567. package/app/apps/web/.next-bundle/static/chunks/app/api/hooks/route-530c843e472daae6.js +0 -1
  568. package/app/apps/web/.next-bundle/static/chunks/app/api/ingest/route-530c843e472daae6.js +0 -1
  569. package/app/apps/web/.next-bundle/static/chunks/app/api/md/apply/route-530c843e472daae6.js +0 -1
  570. package/app/apps/web/.next-bundle/static/chunks/app/api/md/context/route-530c843e472daae6.js +0 -1
  571. package/app/apps/web/.next-bundle/static/chunks/app/api/md/inspect/route-530c843e472daae6.js +0 -1
  572. package/app/apps/web/.next-bundle/static/chunks/app/api/md/repair/route-530c843e472daae6.js +0 -1
  573. package/app/apps/web/.next-bundle/static/chunks/app/api/md/review/route-530c843e472daae6.js +0 -1
  574. package/app/apps/web/.next-bundle/static/chunks/app/api/north/route-530c843e472daae6.js +0 -1
  575. package/app/apps/web/.next-bundle/static/chunks/app/api/notes/route-530c843e472daae6.js +0 -1
  576. package/app/apps/web/.next-bundle/static/chunks/app/api/open/route-530c843e472daae6.js +0 -1
  577. package/app/apps/web/.next-bundle/static/chunks/app/api/project/route-530c843e472daae6.js +0 -1
  578. package/app/apps/web/.next-bundle/static/chunks/app/api/rescan/route-530c843e472daae6.js +0 -1
  579. package/app/apps/web/.next-bundle/static/chunks/app/api/roots/route-530c843e472daae6.js +0 -1
  580. package/app/apps/web/.next-bundle/static/chunks/app/api/runs/[id]/route-530c843e472daae6.js +0 -1
  581. package/app/apps/web/.next-bundle/static/chunks/app/api/runs/route-530c843e472daae6.js +0 -1
  582. package/app/apps/web/.next-bundle/static/chunks/app/api/scale/route-530c843e472daae6.js +0 -1
  583. package/app/apps/web/.next-bundle/static/chunks/app/api/search/route-530c843e472daae6.js +0 -1
  584. package/app/apps/web/.next-bundle/static/chunks/app/api/secrets/route-530c843e472daae6.js +0 -1
  585. package/app/apps/web/.next-bundle/static/chunks/app/api/tasks/route-530c843e472daae6.js +0 -1
  586. package/app/apps/web/.next-bundle/static/chunks/app/api/today/route-530c843e472daae6.js +0 -1
  587. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/assign/route-530c843e472daae6.js +0 -1
  588. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/classify/route-530c843e472daae6.js +0 -1
  589. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/critique/route-530c843e472daae6.js +0 -1
  590. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/design/route-530c843e472daae6.js +0 -1
  591. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/distill/route-530c843e472daae6.js +0 -1
  592. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/look/route-530c843e472daae6.js +0 -1
  593. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/mine/route-530c843e472daae6.js +0 -1
  594. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/score/route-530c843e472daae6.js +0 -1
  595. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/shot/route-530c843e472daae6.js +0 -1
  596. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/sources/route-530c843e472daae6.js +0 -1
  597. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/synthesize/route-530c843e472daae6.js +0 -1
  598. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/taste/route-530c843e472daae6.js +0 -1
  599. package/app/apps/web/.next-bundle/static/chunks/app/api/twin/verdicts/route-530c843e472daae6.js +0 -1
  600. package/app/apps/web/.next-bundle/static/chunks/app/api/watch/route-530c843e472daae6.js +0 -1
  601. package/app/apps/web/.next-bundle/static/chunks/app/global-not-found-fb206ee7ea581b0a.js +0 -1
  602. package/app/apps/web/.next-bundle/static/chunks/app/icon/[id]/route-530c843e472daae6.js +0 -1
  603. package/app/apps/web/.next-bundle/static/chunks/app/not-found-fb206ee7ea581b0a.js +0 -1
  604. package/app/apps/web/.next-bundle/static/chunks/framework-30b145ec0f5d120f.js +0 -1
  605. package/app/apps/web/.next-bundle/static/chunks/main-app-59aa759bdeaa5318.js +0 -1
  606. package/app/apps/web/.next-bundle/static/chunks/main-b6b5e7fa4424cc5d.js +0 -1
  607. package/app/apps/web/.next-bundle/static/chunks/pages/_app-c69705e3978589b3.js +0 -1
  608. package/app/apps/web/.next-bundle/static/chunks/pages/_error-03e7b340a5b9742a.js +0 -1
  609. package/app/apps/web/.next-bundle/static/chunks/webpack-dfabcb423274f722.js +0 -1
  610. package/app/apps/web/.next-bundle/static/css/6de932bb4718a4fa.css +0 -1
  611. package/app/node_modules/@hono/node-server/LICENSE +0 -21
  612. package/app/node_modules/@hono/node-server/README.md +0 -437
  613. package/app/node_modules/@hono/node-server/dist/conninfo.cjs +0 -22
  614. package/app/node_modules/@hono/node-server/dist/conninfo.d.cts +0 -11
  615. package/app/node_modules/@hono/node-server/dist/conninfo.d.mts +0 -11
  616. package/app/node_modules/@hono/node-server/dist/conninfo.mjs +0 -20
  617. package/app/node_modules/@hono/node-server/dist/constants-BLSFu_RU.mjs +0 -5
  618. package/app/node_modules/@hono/node-server/dist/constants-BXAKTxRC.cjs +0 -11
  619. package/app/node_modules/@hono/node-server/dist/early-hints.cjs +0 -35
  620. package/app/node_modules/@hono/node-server/dist/early-hints.d.cts +0 -16
  621. package/app/node_modules/@hono/node-server/dist/early-hints.d.mts +0 -16
  622. package/app/node_modules/@hono/node-server/dist/early-hints.mjs +0 -33
  623. package/app/node_modules/@hono/node-server/dist/index.cjs +0 -1318
  624. package/app/node_modules/@hono/node-server/dist/index.d.cts +0 -101
  625. package/app/node_modules/@hono/node-server/dist/index.d.mts +0 -101
  626. package/app/node_modules/@hono/node-server/dist/index.mjs +0 -1313
  627. package/app/node_modules/@hono/node-server/dist/serve-static.cjs +0 -151
  628. package/app/node_modules/@hono/node-server/dist/serve-static.d.cts +0 -18
  629. package/app/node_modules/@hono/node-server/dist/serve-static.d.mts +0 -18
  630. package/app/node_modules/@hono/node-server/dist/serve-static.mjs +0 -150
  631. package/app/node_modules/@hono/node-server/dist/utils/response.cjs +0 -8
  632. package/app/node_modules/@hono/node-server/dist/utils/response.d.cts +0 -4
  633. package/app/node_modules/@hono/node-server/dist/utils/response.d.mts +0 -4
  634. package/app/node_modules/@hono/node-server/dist/utils/response.mjs +0 -7
  635. package/app/node_modules/@hono/node-server/dist/utils/stream.cjs +0 -65
  636. package/app/node_modules/@hono/node-server/dist/utils/stream.d.cts +0 -6
  637. package/app/node_modules/@hono/node-server/dist/utils/stream.d.mts +0 -6
  638. package/app/node_modules/@hono/node-server/dist/utils/stream.mjs +0 -64
  639. package/app/node_modules/@hono/node-server/package.json +0 -127
  640. package/app/node_modules/@modelcontextprotocol/sdk/LICENSE +0 -21
  641. package/app/node_modules/@modelcontextprotocol/sdk/README.md +0 -172
  642. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts +0 -190
  643. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js +0 -299
  644. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts +0 -451
  645. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js +0 -943
  646. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts +0 -591
  647. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js +0 -618
  648. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts +0 -169
  649. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js +0 -252
  650. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts +0 -81
  651. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js +0 -211
  652. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts +0 -84
  653. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js +0 -202
  654. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts +0 -171
  655. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js +0 -484
  656. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts +0 -17
  657. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js +0 -58
  658. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.d.ts +0 -2
  659. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.js +0 -680
  660. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts +0 -2
  661. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js +0 -134
  662. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts +0 -2
  663. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js +0 -176
  664. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.d.ts +0 -20
  665. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.js +0 -70
  666. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts +0 -3
  667. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js +0 -397
  668. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.d.ts +0 -26
  669. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.js +0 -51
  670. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts +0 -2
  671. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js +0 -857
  672. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.d.ts +0 -10
  673. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.js +0 -157
  674. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.d.ts +0 -2
  675. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.js +0 -95
  676. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts +0 -2
  677. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js +0 -168
  678. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts +0 -78
  679. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js +0 -205
  680. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.d.ts +0 -2
  681. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.js +0 -460
  682. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.d.ts +0 -2
  683. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.js +0 -656
  684. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.d.ts +0 -10
  685. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.js +0 -85
  686. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts +0 -2
  687. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js +0 -171
  688. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts +0 -7
  689. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js +0 -95
  690. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.d.ts +0 -12
  691. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.js +0 -49
  692. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts +0 -2
  693. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js +0 -168
  694. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts +0 -2
  695. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js +0 -166
  696. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts +0 -2
  697. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js +0 -750
  698. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.d.ts +0 -12
  699. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.js +0 -600
  700. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +0 -2
  701. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js +0 -256
  702. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.d.ts +0 -2
  703. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.js +0 -107
  704. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts +0 -2
  705. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js +0 -124
  706. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.d.ts +0 -2
  707. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.js +0 -73
  708. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts +0 -31
  709. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js +0 -69
  710. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts +0 -13
  711. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js +0 -29
  712. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts +0 -121
  713. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js +0 -188
  714. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts +0 -47
  715. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js +0 -68
  716. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts +0 -16
  717. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js +0 -39
  718. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts +0 -232
  719. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js +0 -19
  720. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts +0 -77
  721. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js +0 -36
  722. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts +0 -170
  723. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js +0 -250
  724. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts +0 -94
  725. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js +0 -251
  726. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts +0 -10
  727. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js +0 -28
  728. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts +0 -31
  729. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js +0 -51
  730. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/package.json +0 -1
  731. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts +0 -19
  732. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js +0 -3
  733. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts +0 -148
  734. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js +0 -202
  735. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts +0 -24
  736. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js +0 -201
  737. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts +0 -4
  738. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js +0 -21
  739. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts +0 -29
  740. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js +0 -77
  741. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts +0 -13
  742. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js +0 -65
  743. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts +0 -13
  744. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js +0 -136
  745. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts +0 -9
  746. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js +0 -21
  747. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts +0 -35
  748. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js +0 -75
  749. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts +0 -19
  750. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js +0 -71
  751. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts +0 -68
  752. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js +0 -3
  753. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts +0 -49
  754. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js +0 -159
  755. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts +0 -101
  756. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js +0 -128
  757. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts +0 -32
  758. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js +0 -3
  759. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts +0 -38
  760. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js +0 -48
  761. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts +0 -45
  762. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js +0 -56
  763. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts +0 -196
  764. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js +0 -433
  765. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts +0 -364
  766. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js +0 -922
  767. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts +0 -32
  768. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js +0 -80
  769. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts +0 -82
  770. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js +0 -172
  771. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.d.ts +0 -5
  772. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.js +0 -17
  773. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts +0 -36
  774. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js +0 -88
  775. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts +0 -122
  776. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js +0 -165
  777. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts +0 -289
  778. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js +0 -953
  779. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts +0 -84
  780. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js +0 -263
  781. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts +0 -12
  782. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js +0 -79
  783. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts +0 -23
  784. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js +0 -48
  785. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts +0 -240
  786. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js +0 -224
  787. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.d.ts +0 -32
  788. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.js +0 -64
  789. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts +0 -16
  790. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js +0 -25
  791. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts +0 -443
  792. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js +0 -1112
  793. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts +0 -45
  794. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js +0 -23
  795. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts +0 -18
  796. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js +0 -46
  797. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts +0 -31
  798. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js +0 -97
  799. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts +0 -89
  800. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js +0 -43
  801. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts +0 -25
  802. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js +0 -243
  803. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts +0 -2311
  804. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js +0 -27
  805. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts +0 -8168
  806. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js +0 -2105
  807. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts +0 -53
  808. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js +0 -94
  809. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts +0 -51
  810. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js +0 -69
  811. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts +0 -29
  812. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js +0 -30
  813. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts +0 -65
  814. package/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js +0 -3
  815. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts +0 -190
  816. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js +0 -269
  817. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts +0 -451
  818. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js +0 -918
  819. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts +0 -591
  820. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js +0 -613
  821. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts +0 -169
  822. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js +0 -245
  823. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts +0 -81
  824. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js +0 -206
  825. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts +0 -84
  826. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js +0 -194
  827. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts +0 -171
  828. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js +0 -479
  829. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts +0 -17
  830. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js +0 -54
  831. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.d.ts +0 -2
  832. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.js +0 -678
  833. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.d.ts +0 -2
  834. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.js +0 -132
  835. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.d.ts +0 -2
  836. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.js +0 -174
  837. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.d.ts +0 -20
  838. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.js +0 -68
  839. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.d.ts +0 -3
  840. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.js +0 -395
  841. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.d.ts +0 -26
  842. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.js +0 -47
  843. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.d.ts +0 -2
  844. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.js +0 -855
  845. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.d.ts +0 -10
  846. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.js +0 -155
  847. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.d.ts +0 -2
  848. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.js +0 -93
  849. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.d.ts +0 -2
  850. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.js +0 -166
  851. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.d.ts +0 -78
  852. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.js +0 -196
  853. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.d.ts +0 -2
  854. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.js +0 -458
  855. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.d.ts +0 -2
  856. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.js +0 -651
  857. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.d.ts +0 -10
  858. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.js +0 -60
  859. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.d.ts +0 -2
  860. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.js +0 -146
  861. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.d.ts +0 -7
  862. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.js +0 -70
  863. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.d.ts +0 -12
  864. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.js +0 -47
  865. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.d.ts +0 -2
  866. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.js +0 -143
  867. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.d.ts +0 -2
  868. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.js +0 -141
  869. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.d.ts +0 -2
  870. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.js +0 -725
  871. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.d.ts +0 -12
  872. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.js +0 -598
  873. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +0 -2
  874. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.js +0 -231
  875. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.d.ts +0 -2
  876. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.js +0 -102
  877. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.d.ts +0 -2
  878. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.js +0 -122
  879. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.d.ts +0 -2
  880. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.js +0 -48
  881. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.d.ts +0 -31
  882. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.js +0 -65
  883. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts +0 -13
  884. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js +0 -13
  885. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts +0 -121
  886. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js +0 -184
  887. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts +0 -47
  888. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js +0 -64
  889. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts +0 -16
  890. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js +0 -20
  891. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts +0 -232
  892. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js +0 -16
  893. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts +0 -77
  894. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js +0 -32
  895. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts +0 -170
  896. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js +0 -246
  897. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts +0 -94
  898. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js +0 -246
  899. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts +0 -10
  900. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js +0 -10
  901. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts +0 -31
  902. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js +0 -47
  903. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/package.json +0 -1
  904. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts +0 -19
  905. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js +0 -2
  906. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts +0 -148
  907. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js +0 -180
  908. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts +0 -24
  909. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js +0 -171
  910. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts +0 -4
  911. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js +0 -15
  912. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts +0 -29
  913. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js +0 -71
  914. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts +0 -13
  915. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js +0 -59
  916. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts +0 -13
  917. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js +0 -107
  918. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts +0 -9
  919. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js +0 -18
  920. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts +0 -35
  921. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js +0 -72
  922. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts +0 -19
  923. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js +0 -45
  924. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts +0 -68
  925. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js +0 -2
  926. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts +0 -49
  927. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js +0 -155
  928. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts +0 -101
  929. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js +0 -118
  930. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts +0 -32
  931. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js +0 -2
  932. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts +0 -38
  933. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js +0 -41
  934. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts +0 -45
  935. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js +0 -50
  936. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts +0 -196
  937. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js +0 -429
  938. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts +0 -364
  939. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js +0 -917
  940. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts +0 -32
  941. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js +0 -76
  942. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts +0 -82
  943. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js +0 -165
  944. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.d.ts +0 -5
  945. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.js +0 -13
  946. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts +0 -36
  947. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js +0 -81
  948. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts +0 -122
  949. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js +0 -161
  950. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts +0 -289
  951. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js +0 -949
  952. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts +0 -84
  953. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js +0 -228
  954. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts +0 -12
  955. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js +0 -51
  956. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts +0 -23
  957. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js +0 -44
  958. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts +0 -240
  959. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js +0 -198
  960. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.d.ts +0 -32
  961. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.js +0 -57
  962. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts +0 -16
  963. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js +0 -22
  964. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts +0 -443
  965. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js +0 -1107
  966. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts +0 -45
  967. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js +0 -19
  968. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts +0 -18
  969. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js +0 -40
  970. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts +0 -31
  971. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js +0 -92
  972. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts +0 -89
  973. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js +0 -39
  974. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts +0 -25
  975. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js +0 -239
  976. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts +0 -2311
  977. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js +0 -24
  978. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts +0 -8168
  979. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js +0 -2065
  980. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts +0 -53
  981. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js +0 -87
  982. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts +0 -51
  983. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js +0 -65
  984. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts +0 -29
  985. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js +0 -29
  986. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts +0 -65
  987. package/app/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js +0 -2
  988. package/app/node_modules/@modelcontextprotocol/sdk/package.json +0 -165
  989. package/app/node_modules/@panoma/db/dist/chunk-GRGC435V.js +0 -1134
  990. package/app/node_modules/@panoma/db/dist/client-C6AHYVoa.d.ts +0 -5811
  991. package/app/node_modules/accepts/HISTORY.md +0 -250
  992. package/app/node_modules/accepts/LICENSE +0 -23
  993. package/app/node_modules/accepts/README.md +0 -140
  994. package/app/node_modules/accepts/index.js +0 -238
  995. package/app/node_modules/accepts/package.json +0 -47
  996. package/app/node_modules/ajv/.runkit_example.js +0 -23
  997. package/app/node_modules/ajv/LICENSE +0 -22
  998. package/app/node_modules/ajv/README.md +0 -207
  999. package/app/node_modules/ajv/dist/2019.d.ts +0 -19
  1000. package/app/node_modules/ajv/dist/2019.js +0 -61
  1001. package/app/node_modules/ajv/dist/2020.d.ts +0 -19
  1002. package/app/node_modules/ajv/dist/2020.js +0 -55
  1003. package/app/node_modules/ajv/dist/ajv.d.ts +0 -18
  1004. package/app/node_modules/ajv/dist/ajv.js +0 -50
  1005. package/app/node_modules/ajv/dist/compile/codegen/code.d.ts +0 -40
  1006. package/app/node_modules/ajv/dist/compile/codegen/code.js +0 -156
  1007. package/app/node_modules/ajv/dist/compile/codegen/index.d.ts +0 -79
  1008. package/app/node_modules/ajv/dist/compile/codegen/index.js +0 -697
  1009. package/app/node_modules/ajv/dist/compile/codegen/scope.d.ts +0 -79
  1010. package/app/node_modules/ajv/dist/compile/codegen/scope.js +0 -143
  1011. package/app/node_modules/ajv/dist/compile/errors.d.ts +0 -13
  1012. package/app/node_modules/ajv/dist/compile/errors.js +0 -123
  1013. package/app/node_modules/ajv/dist/compile/index.d.ts +0 -80
  1014. package/app/node_modules/ajv/dist/compile/index.js +0 -242
  1015. package/app/node_modules/ajv/dist/compile/jtd/parse.d.ts +0 -4
  1016. package/app/node_modules/ajv/dist/compile/jtd/parse.js +0 -350
  1017. package/app/node_modules/ajv/dist/compile/jtd/serialize.d.ts +0 -4
  1018. package/app/node_modules/ajv/dist/compile/jtd/serialize.js +0 -236
  1019. package/app/node_modules/ajv/dist/compile/jtd/types.d.ts +0 -6
  1020. package/app/node_modules/ajv/dist/compile/jtd/types.js +0 -14
  1021. package/app/node_modules/ajv/dist/compile/names.d.ts +0 -20
  1022. package/app/node_modules/ajv/dist/compile/names.js +0 -28
  1023. package/app/node_modules/ajv/dist/compile/ref_error.d.ts +0 -6
  1024. package/app/node_modules/ajv/dist/compile/ref_error.js +0 -12
  1025. package/app/node_modules/ajv/dist/compile/resolve.d.ts +0 -12
  1026. package/app/node_modules/ajv/dist/compile/resolve.js +0 -155
  1027. package/app/node_modules/ajv/dist/compile/rules.d.ts +0 -28
  1028. package/app/node_modules/ajv/dist/compile/rules.js +0 -26
  1029. package/app/node_modules/ajv/dist/compile/util.d.ts +0 -40
  1030. package/app/node_modules/ajv/dist/compile/util.js +0 -178
  1031. package/app/node_modules/ajv/dist/compile/validate/applicability.d.ts +0 -6
  1032. package/app/node_modules/ajv/dist/compile/validate/applicability.js +0 -19
  1033. package/app/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +0 -4
  1034. package/app/node_modules/ajv/dist/compile/validate/boolSchema.js +0 -50
  1035. package/app/node_modules/ajv/dist/compile/validate/dataType.d.ts +0 -17
  1036. package/app/node_modules/ajv/dist/compile/validate/dataType.js +0 -203
  1037. package/app/node_modules/ajv/dist/compile/validate/defaults.d.ts +0 -2
  1038. package/app/node_modules/ajv/dist/compile/validate/defaults.js +0 -35
  1039. package/app/node_modules/ajv/dist/compile/validate/index.d.ts +0 -42
  1040. package/app/node_modules/ajv/dist/compile/validate/index.js +0 -520
  1041. package/app/node_modules/ajv/dist/compile/validate/keyword.d.ts +0 -8
  1042. package/app/node_modules/ajv/dist/compile/validate/keyword.js +0 -124
  1043. package/app/node_modules/ajv/dist/compile/validate/subschema.d.ts +0 -47
  1044. package/app/node_modules/ajv/dist/compile/validate/subschema.js +0 -81
  1045. package/app/node_modules/ajv/dist/core.d.ts +0 -174
  1046. package/app/node_modules/ajv/dist/core.js +0 -618
  1047. package/app/node_modules/ajv/dist/jtd.d.ts +0 -47
  1048. package/app/node_modules/ajv/dist/jtd.js +0 -72
  1049. package/app/node_modules/ajv/dist/refs/data.json +0 -13
  1050. package/app/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +0 -2
  1051. package/app/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +0 -28
  1052. package/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +0 -53
  1053. package/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +0 -17
  1054. package/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +0 -57
  1055. package/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +0 -14
  1056. package/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  1057. package/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +0 -90
  1058. package/app/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +0 -39
  1059. package/app/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +0 -2
  1060. package/app/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +0 -30
  1061. package/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +0 -48
  1062. package/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +0 -17
  1063. package/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +0 -51
  1064. package/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  1065. package/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  1066. package/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  1067. package/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +0 -90
  1068. package/app/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +0 -55
  1069. package/app/node_modules/ajv/dist/refs/json-schema-draft-06.json +0 -137
  1070. package/app/node_modules/ajv/dist/refs/json-schema-draft-07.json +0 -151
  1071. package/app/node_modules/ajv/dist/refs/json-schema-secure.json +0 -88
  1072. package/app/node_modules/ajv/dist/refs/jtd-schema.d.ts +0 -3
  1073. package/app/node_modules/ajv/dist/refs/jtd-schema.js +0 -118
  1074. package/app/node_modules/ajv/dist/runtime/equal.d.ts +0 -6
  1075. package/app/node_modules/ajv/dist/runtime/equal.js +0 -7
  1076. package/app/node_modules/ajv/dist/runtime/parseJson.d.ts +0 -18
  1077. package/app/node_modules/ajv/dist/runtime/parseJson.js +0 -185
  1078. package/app/node_modules/ajv/dist/runtime/quote.d.ts +0 -5
  1079. package/app/node_modules/ajv/dist/runtime/quote.js +0 -30
  1080. package/app/node_modules/ajv/dist/runtime/re2.d.ts +0 -6
  1081. package/app/node_modules/ajv/dist/runtime/re2.js +0 -6
  1082. package/app/node_modules/ajv/dist/runtime/timestamp.d.ts +0 -5
  1083. package/app/node_modules/ajv/dist/runtime/timestamp.js +0 -42
  1084. package/app/node_modules/ajv/dist/runtime/ucs2length.d.ts +0 -5
  1085. package/app/node_modules/ajv/dist/runtime/ucs2length.js +0 -24
  1086. package/app/node_modules/ajv/dist/runtime/uri.d.ts +0 -6
  1087. package/app/node_modules/ajv/dist/runtime/uri.js +0 -6
  1088. package/app/node_modules/ajv/dist/runtime/validation_error.d.ts +0 -7
  1089. package/app/node_modules/ajv/dist/runtime/validation_error.js +0 -11
  1090. package/app/node_modules/ajv/dist/standalone/index.d.ts +0 -6
  1091. package/app/node_modules/ajv/dist/standalone/index.js +0 -90
  1092. package/app/node_modules/ajv/dist/standalone/instance.d.ts +0 -12
  1093. package/app/node_modules/ajv/dist/standalone/instance.js +0 -35
  1094. package/app/node_modules/ajv/dist/types/index.d.ts +0 -183
  1095. package/app/node_modules/ajv/dist/types/index.js +0 -3
  1096. package/app/node_modules/ajv/dist/types/json-schema.d.ts +0 -125
  1097. package/app/node_modules/ajv/dist/types/json-schema.js +0 -3
  1098. package/app/node_modules/ajv/dist/types/jtd-schema.d.ts +0 -174
  1099. package/app/node_modules/ajv/dist/types/jtd-schema.js +0 -3
  1100. package/app/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +0 -8
  1101. package/app/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +0 -49
  1102. package/app/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +0 -6
  1103. package/app/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +0 -106
  1104. package/app/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +0 -3
  1105. package/app/node_modules/ajv/dist/vocabularies/applicator/allOf.js +0 -23
  1106. package/app/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +0 -4
  1107. package/app/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +0 -12
  1108. package/app/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +0 -7
  1109. package/app/node_modules/ajv/dist/vocabularies/applicator/contains.js +0 -95
  1110. package/app/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +0 -21
  1111. package/app/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +0 -85
  1112. package/app/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +0 -3
  1113. package/app/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +0 -11
  1114. package/app/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +0 -6
  1115. package/app/node_modules/ajv/dist/vocabularies/applicator/if.js +0 -66
  1116. package/app/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +0 -13
  1117. package/app/node_modules/ajv/dist/vocabularies/applicator/index.js +0 -44
  1118. package/app/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +0 -5
  1119. package/app/node_modules/ajv/dist/vocabularies/applicator/items.js +0 -52
  1120. package/app/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +0 -6
  1121. package/app/node_modules/ajv/dist/vocabularies/applicator/items2020.js +0 -30
  1122. package/app/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +0 -4
  1123. package/app/node_modules/ajv/dist/vocabularies/applicator/not.js +0 -26
  1124. package/app/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +0 -6
  1125. package/app/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +0 -60
  1126. package/app/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +0 -3
  1127. package/app/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +0 -75
  1128. package/app/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +0 -3
  1129. package/app/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +0 -12
  1130. package/app/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +0 -3
  1131. package/app/node_modules/ajv/dist/vocabularies/applicator/properties.js +0 -54
  1132. package/app/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +0 -6
  1133. package/app/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +0 -38
  1134. package/app/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +0 -3
  1135. package/app/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +0 -13
  1136. package/app/node_modules/ajv/dist/vocabularies/code.d.ts +0 -17
  1137. package/app/node_modules/ajv/dist/vocabularies/code.js +0 -131
  1138. package/app/node_modules/ajv/dist/vocabularies/core/id.d.ts +0 -3
  1139. package/app/node_modules/ajv/dist/vocabularies/core/id.js +0 -10
  1140. package/app/node_modules/ajv/dist/vocabularies/core/index.d.ts +0 -3
  1141. package/app/node_modules/ajv/dist/vocabularies/core/index.js +0 -16
  1142. package/app/node_modules/ajv/dist/vocabularies/core/ref.d.ts +0 -8
  1143. package/app/node_modules/ajv/dist/vocabularies/core/ref.js +0 -122
  1144. package/app/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +0 -5
  1145. package/app/node_modules/ajv/dist/vocabularies/discriminator/index.js +0 -104
  1146. package/app/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +0 -10
  1147. package/app/node_modules/ajv/dist/vocabularies/discriminator/types.js +0 -9
  1148. package/app/node_modules/ajv/dist/vocabularies/draft2020.d.ts +0 -3
  1149. package/app/node_modules/ajv/dist/vocabularies/draft2020.js +0 -23
  1150. package/app/node_modules/ajv/dist/vocabularies/draft7.d.ts +0 -3
  1151. package/app/node_modules/ajv/dist/vocabularies/draft7.js +0 -17
  1152. package/app/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +0 -5
  1153. package/app/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +0 -30
  1154. package/app/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +0 -5
  1155. package/app/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +0 -51
  1156. package/app/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +0 -3
  1157. package/app/node_modules/ajv/dist/vocabularies/dynamic/index.js +0 -9
  1158. package/app/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +0 -3
  1159. package/app/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +0 -16
  1160. package/app/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +0 -3
  1161. package/app/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +0 -10
  1162. package/app/node_modules/ajv/dist/vocabularies/errors.d.ts +0 -9
  1163. package/app/node_modules/ajv/dist/vocabularies/errors.js +0 -3
  1164. package/app/node_modules/ajv/dist/vocabularies/format/format.d.ts +0 -8
  1165. package/app/node_modules/ajv/dist/vocabularies/format/format.js +0 -92
  1166. package/app/node_modules/ajv/dist/vocabularies/format/index.d.ts +0 -3
  1167. package/app/node_modules/ajv/dist/vocabularies/format/index.js +0 -6
  1168. package/app/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +0 -6
  1169. package/app/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +0 -71
  1170. package/app/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +0 -5
  1171. package/app/node_modules/ajv/dist/vocabularies/jtd/elements.js +0 -24
  1172. package/app/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +0 -6
  1173. package/app/node_modules/ajv/dist/vocabularies/jtd/enum.js +0 -43
  1174. package/app/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +0 -9
  1175. package/app/node_modules/ajv/dist/vocabularies/jtd/error.js +0 -20
  1176. package/app/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +0 -10
  1177. package/app/node_modules/ajv/dist/vocabularies/jtd/index.js +0 -29
  1178. package/app/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +0 -5
  1179. package/app/node_modules/ajv/dist/vocabularies/jtd/metadata.js +0 -25
  1180. package/app/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +0 -4
  1181. package/app/node_modules/ajv/dist/vocabularies/jtd/nullable.js +0 -22
  1182. package/app/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +0 -3
  1183. package/app/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +0 -15
  1184. package/app/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +0 -22
  1185. package/app/node_modules/ajv/dist/vocabularies/jtd/properties.js +0 -149
  1186. package/app/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +0 -4
  1187. package/app/node_modules/ajv/dist/vocabularies/jtd/ref.js +0 -67
  1188. package/app/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +0 -10
  1189. package/app/node_modules/ajv/dist/vocabularies/jtd/type.js +0 -69
  1190. package/app/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +0 -3
  1191. package/app/node_modules/ajv/dist/vocabularies/jtd/union.js +0 -12
  1192. package/app/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +0 -5
  1193. package/app/node_modules/ajv/dist/vocabularies/jtd/values.js +0 -51
  1194. package/app/node_modules/ajv/dist/vocabularies/metadata.d.ts +0 -3
  1195. package/app/node_modules/ajv/dist/vocabularies/metadata.js +0 -18
  1196. package/app/node_modules/ajv/dist/vocabularies/next.d.ts +0 -3
  1197. package/app/node_modules/ajv/dist/vocabularies/next.js +0 -8
  1198. package/app/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +0 -3
  1199. package/app/node_modules/ajv/dist/vocabularies/unevaluated/index.js +0 -7
  1200. package/app/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +0 -6
  1201. package/app/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +0 -40
  1202. package/app/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +0 -6
  1203. package/app/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +0 -65
  1204. package/app/node_modules/ajv/dist/vocabularies/validation/const.d.ts +0 -6
  1205. package/app/node_modules/ajv/dist/vocabularies/validation/const.js +0 -25
  1206. package/app/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +0 -5
  1207. package/app/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +0 -12
  1208. package/app/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +0 -8
  1209. package/app/node_modules/ajv/dist/vocabularies/validation/enum.js +0 -48
  1210. package/app/node_modules/ajv/dist/vocabularies/validation/index.d.ts +0 -16
  1211. package/app/node_modules/ajv/dist/vocabularies/validation/index.js +0 -33
  1212. package/app/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +0 -3
  1213. package/app/node_modules/ajv/dist/vocabularies/validation/limitContains.js +0 -15
  1214. package/app/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +0 -3
  1215. package/app/node_modules/ajv/dist/vocabularies/validation/limitItems.js +0 -24
  1216. package/app/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +0 -3
  1217. package/app/node_modules/ajv/dist/vocabularies/validation/limitLength.js +0 -27
  1218. package/app/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +0 -11
  1219. package/app/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +0 -27
  1220. package/app/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +0 -3
  1221. package/app/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +0 -24
  1222. package/app/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +0 -8
  1223. package/app/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +0 -26
  1224. package/app/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +0 -8
  1225. package/app/node_modules/ajv/dist/vocabularies/validation/pattern.js +0 -33
  1226. package/app/node_modules/ajv/dist/vocabularies/validation/required.d.ts +0 -8
  1227. package/app/node_modules/ajv/dist/vocabularies/validation/required.js +0 -79
  1228. package/app/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +0 -9
  1229. package/app/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +0 -64
  1230. package/app/node_modules/ajv/lib/2019.ts +0 -81
  1231. package/app/node_modules/ajv/lib/2020.ts +0 -75
  1232. package/app/node_modules/ajv/lib/ajv.ts +0 -70
  1233. package/app/node_modules/ajv/lib/compile/codegen/code.ts +0 -169
  1234. package/app/node_modules/ajv/lib/compile/codegen/index.ts +0 -852
  1235. package/app/node_modules/ajv/lib/compile/codegen/scope.ts +0 -215
  1236. package/app/node_modules/ajv/lib/compile/errors.ts +0 -184
  1237. package/app/node_modules/ajv/lib/compile/index.ts +0 -324
  1238. package/app/node_modules/ajv/lib/compile/jtd/parse.ts +0 -411
  1239. package/app/node_modules/ajv/lib/compile/jtd/serialize.ts +0 -277
  1240. package/app/node_modules/ajv/lib/compile/jtd/types.ts +0 -16
  1241. package/app/node_modules/ajv/lib/compile/names.ts +0 -27
  1242. package/app/node_modules/ajv/lib/compile/ref_error.ts +0 -13
  1243. package/app/node_modules/ajv/lib/compile/resolve.ts +0 -149
  1244. package/app/node_modules/ajv/lib/compile/rules.ts +0 -50
  1245. package/app/node_modules/ajv/lib/compile/util.ts +0 -213
  1246. package/app/node_modules/ajv/lib/compile/validate/applicability.ts +0 -22
  1247. package/app/node_modules/ajv/lib/compile/validate/boolSchema.ts +0 -47
  1248. package/app/node_modules/ajv/lib/compile/validate/dataType.ts +0 -230
  1249. package/app/node_modules/ajv/lib/compile/validate/defaults.ts +0 -32
  1250. package/app/node_modules/ajv/lib/compile/validate/index.ts +0 -582
  1251. package/app/node_modules/ajv/lib/compile/validate/keyword.ts +0 -171
  1252. package/app/node_modules/ajv/lib/compile/validate/subschema.ts +0 -135
  1253. package/app/node_modules/ajv/lib/core.ts +0 -892
  1254. package/app/node_modules/ajv/lib/jtd.ts +0 -132
  1255. package/app/node_modules/ajv/lib/refs/data.json +0 -13
  1256. package/app/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +0 -28
  1257. package/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +0 -53
  1258. package/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +0 -17
  1259. package/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +0 -57
  1260. package/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +0 -14
  1261. package/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  1262. package/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +0 -90
  1263. package/app/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +0 -39
  1264. package/app/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +0 -30
  1265. package/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +0 -48
  1266. package/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +0 -17
  1267. package/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +0 -51
  1268. package/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  1269. package/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  1270. package/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  1271. package/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +0 -90
  1272. package/app/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +0 -55
  1273. package/app/node_modules/ajv/lib/refs/json-schema-draft-06.json +0 -137
  1274. package/app/node_modules/ajv/lib/refs/json-schema-draft-07.json +0 -151
  1275. package/app/node_modules/ajv/lib/refs/json-schema-secure.json +0 -88
  1276. package/app/node_modules/ajv/lib/refs/jtd-schema.ts +0 -130
  1277. package/app/node_modules/ajv/lib/runtime/equal.ts +0 -7
  1278. package/app/node_modules/ajv/lib/runtime/parseJson.ts +0 -177
  1279. package/app/node_modules/ajv/lib/runtime/quote.ts +0 -31
  1280. package/app/node_modules/ajv/lib/runtime/re2.ts +0 -6
  1281. package/app/node_modules/ajv/lib/runtime/timestamp.ts +0 -46
  1282. package/app/node_modules/ajv/lib/runtime/ucs2length.ts +0 -20
  1283. package/app/node_modules/ajv/lib/runtime/uri.ts +0 -6
  1284. package/app/node_modules/ajv/lib/runtime/validation_error.ts +0 -13
  1285. package/app/node_modules/ajv/lib/standalone/index.ts +0 -100
  1286. package/app/node_modules/ajv/lib/standalone/instance.ts +0 -36
  1287. package/app/node_modules/ajv/lib/types/index.ts +0 -244
  1288. package/app/node_modules/ajv/lib/types/json-schema.ts +0 -187
  1289. package/app/node_modules/ajv/lib/types/jtd-schema.ts +0 -273
  1290. package/app/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +0 -56
  1291. package/app/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +0 -118
  1292. package/app/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +0 -22
  1293. package/app/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +0 -14
  1294. package/app/node_modules/ajv/lib/vocabularies/applicator/contains.ts +0 -109
  1295. package/app/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +0 -112
  1296. package/app/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +0 -11
  1297. package/app/node_modules/ajv/lib/vocabularies/applicator/if.ts +0 -80
  1298. package/app/node_modules/ajv/lib/vocabularies/applicator/index.ts +0 -53
  1299. package/app/node_modules/ajv/lib/vocabularies/applicator/items.ts +0 -59
  1300. package/app/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +0 -36
  1301. package/app/node_modules/ajv/lib/vocabularies/applicator/not.ts +0 -38
  1302. package/app/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +0 -82
  1303. package/app/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +0 -91
  1304. package/app/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +0 -12
  1305. package/app/node_modules/ajv/lib/vocabularies/applicator/properties.ts +0 -57
  1306. package/app/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +0 -50
  1307. package/app/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +0 -13
  1308. package/app/node_modules/ajv/lib/vocabularies/code.ts +0 -168
  1309. package/app/node_modules/ajv/lib/vocabularies/core/id.ts +0 -10
  1310. package/app/node_modules/ajv/lib/vocabularies/core/index.ts +0 -16
  1311. package/app/node_modules/ajv/lib/vocabularies/core/ref.ts +0 -129
  1312. package/app/node_modules/ajv/lib/vocabularies/discriminator/index.ts +0 -113
  1313. package/app/node_modules/ajv/lib/vocabularies/discriminator/types.ts +0 -12
  1314. package/app/node_modules/ajv/lib/vocabularies/draft2020.ts +0 -23
  1315. package/app/node_modules/ajv/lib/vocabularies/draft7.ts +0 -17
  1316. package/app/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +0 -31
  1317. package/app/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +0 -51
  1318. package/app/node_modules/ajv/lib/vocabularies/dynamic/index.ts +0 -9
  1319. package/app/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +0 -14
  1320. package/app/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +0 -10
  1321. package/app/node_modules/ajv/lib/vocabularies/errors.ts +0 -18
  1322. package/app/node_modules/ajv/lib/vocabularies/format/format.ts +0 -120
  1323. package/app/node_modules/ajv/lib/vocabularies/format/index.ts +0 -6
  1324. package/app/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +0 -89
  1325. package/app/node_modules/ajv/lib/vocabularies/jtd/elements.ts +0 -32
  1326. package/app/node_modules/ajv/lib/vocabularies/jtd/enum.ts +0 -45
  1327. package/app/node_modules/ajv/lib/vocabularies/jtd/error.ts +0 -23
  1328. package/app/node_modules/ajv/lib/vocabularies/jtd/index.ts +0 -37
  1329. package/app/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +0 -24
  1330. package/app/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +0 -21
  1331. package/app/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +0 -15
  1332. package/app/node_modules/ajv/lib/vocabularies/jtd/properties.ts +0 -184
  1333. package/app/node_modules/ajv/lib/vocabularies/jtd/ref.ts +0 -76
  1334. package/app/node_modules/ajv/lib/vocabularies/jtd/type.ts +0 -75
  1335. package/app/node_modules/ajv/lib/vocabularies/jtd/union.ts +0 -12
  1336. package/app/node_modules/ajv/lib/vocabularies/jtd/values.ts +0 -58
  1337. package/app/node_modules/ajv/lib/vocabularies/metadata.ts +0 -17
  1338. package/app/node_modules/ajv/lib/vocabularies/next.ts +0 -8
  1339. package/app/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +0 -7
  1340. package/app/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +0 -47
  1341. package/app/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +0 -85
  1342. package/app/node_modules/ajv/lib/vocabularies/validation/const.ts +0 -28
  1343. package/app/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +0 -23
  1344. package/app/node_modules/ajv/lib/vocabularies/validation/enum.ts +0 -54
  1345. package/app/node_modules/ajv/lib/vocabularies/validation/index.ts +0 -49
  1346. package/app/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +0 -16
  1347. package/app/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +0 -26
  1348. package/app/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +0 -30
  1349. package/app/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +0 -42
  1350. package/app/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +0 -26
  1351. package/app/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +0 -34
  1352. package/app/node_modules/ajv/lib/vocabularies/validation/pattern.ts +0 -39
  1353. package/app/node_modules/ajv/lib/vocabularies/validation/required.ts +0 -98
  1354. package/app/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +0 -79
  1355. package/app/node_modules/ajv/package.json +0 -126
  1356. package/app/node_modules/ajv-formats/LICENSE +0 -21
  1357. package/app/node_modules/ajv-formats/README.md +0 -125
  1358. package/app/node_modules/ajv-formats/dist/formats.d.ts +0 -9
  1359. package/app/node_modules/ajv-formats/dist/formats.js +0 -208
  1360. package/app/node_modules/ajv-formats/dist/index.d.ts +0 -15
  1361. package/app/node_modules/ajv-formats/dist/index.js +0 -37
  1362. package/app/node_modules/ajv-formats/dist/limit.d.ts +0 -10
  1363. package/app/node_modules/ajv-formats/dist/limit.js +0 -69
  1364. package/app/node_modules/ajv-formats/package.json +0 -74
  1365. package/app/node_modules/ajv-formats/src/formats.ts +0 -269
  1366. package/app/node_modules/ajv-formats/src/index.ts +0 -62
  1367. package/app/node_modules/ajv-formats/src/limit.ts +0 -99
  1368. package/app/node_modules/body-parser/LICENSE +0 -23
  1369. package/app/node_modules/body-parser/README.md +0 -509
  1370. package/app/node_modules/body-parser/index.js +0 -55
  1371. package/app/node_modules/body-parser/lib/read.js +0 -247
  1372. package/app/node_modules/body-parser/lib/types/json.js +0 -186
  1373. package/app/node_modules/body-parser/lib/types/raw.js +0 -42
  1374. package/app/node_modules/body-parser/lib/types/text.js +0 -36
  1375. package/app/node_modules/body-parser/lib/types/urlencoded.js +0 -138
  1376. package/app/node_modules/body-parser/lib/utils.js +0 -100
  1377. package/app/node_modules/body-parser/package.json +0 -65
  1378. package/app/node_modules/bytes/History.md +0 -97
  1379. package/app/node_modules/bytes/LICENSE +0 -23
  1380. package/app/node_modules/bytes/Readme.md +0 -152
  1381. package/app/node_modules/bytes/index.js +0 -170
  1382. package/app/node_modules/bytes/package.json +0 -42
  1383. package/app/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
  1384. package/app/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
  1385. package/app/node_modules/call-bind-apply-helpers/.nycrc +0 -9
  1386. package/app/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
  1387. package/app/node_modules/call-bind-apply-helpers/LICENSE +0 -21
  1388. package/app/node_modules/call-bind-apply-helpers/README.md +0 -62
  1389. package/app/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
  1390. package/app/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
  1391. package/app/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
  1392. package/app/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
  1393. package/app/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
  1394. package/app/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
  1395. package/app/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
  1396. package/app/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
  1397. package/app/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
  1398. package/app/node_modules/call-bind-apply-helpers/index.js +0 -15
  1399. package/app/node_modules/call-bind-apply-helpers/package.json +0 -85
  1400. package/app/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
  1401. package/app/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
  1402. package/app/node_modules/call-bind-apply-helpers/test/index.js +0 -63
  1403. package/app/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
  1404. package/app/node_modules/call-bound/.eslintrc +0 -13
  1405. package/app/node_modules/call-bound/.github/FUNDING.yml +0 -12
  1406. package/app/node_modules/call-bound/.nycrc +0 -9
  1407. package/app/node_modules/call-bound/CHANGELOG.md +0 -42
  1408. package/app/node_modules/call-bound/LICENSE +0 -21
  1409. package/app/node_modules/call-bound/README.md +0 -53
  1410. package/app/node_modules/call-bound/index.d.ts +0 -94
  1411. package/app/node_modules/call-bound/index.js +0 -19
  1412. package/app/node_modules/call-bound/package.json +0 -99
  1413. package/app/node_modules/call-bound/test/index.js +0 -61
  1414. package/app/node_modules/call-bound/tsconfig.json +0 -10
  1415. package/app/node_modules/content-disposition/LICENSE +0 -22
  1416. package/app/node_modules/content-disposition/README.md +0 -141
  1417. package/app/node_modules/content-disposition/index.js +0 -536
  1418. package/app/node_modules/content-disposition/package.json +0 -40
  1419. package/app/node_modules/content-type/HISTORY.md +0 -29
  1420. package/app/node_modules/content-type/LICENSE +0 -22
  1421. package/app/node_modules/content-type/README.md +0 -94
  1422. package/app/node_modules/content-type/index.js +0 -225
  1423. package/app/node_modules/content-type/package.json +0 -42
  1424. package/app/node_modules/cookie/LICENSE +0 -24
  1425. package/app/node_modules/cookie/README.md +0 -317
  1426. package/app/node_modules/cookie/SECURITY.md +0 -25
  1427. package/app/node_modules/cookie/index.js +0 -335
  1428. package/app/node_modules/cookie/package.json +0 -44
  1429. package/app/node_modules/cookie-signature/History.md +0 -70
  1430. package/app/node_modules/cookie-signature/LICENSE +0 -22
  1431. package/app/node_modules/cookie-signature/Readme.md +0 -23
  1432. package/app/node_modules/cookie-signature/index.js +0 -47
  1433. package/app/node_modules/cookie-signature/package.json +0 -24
  1434. package/app/node_modules/cors/LICENSE +0 -22
  1435. package/app/node_modules/cors/README.md +0 -277
  1436. package/app/node_modules/cors/lib/index.js +0 -238
  1437. package/app/node_modules/cors/package.json +0 -42
  1438. package/app/node_modules/cross-spawn/LICENSE +0 -21
  1439. package/app/node_modules/cross-spawn/README.md +0 -89
  1440. package/app/node_modules/cross-spawn/index.js +0 -39
  1441. package/app/node_modules/cross-spawn/lib/enoent.js +0 -59
  1442. package/app/node_modules/cross-spawn/lib/parse.js +0 -91
  1443. package/app/node_modules/cross-spawn/lib/util/escape.js +0 -47
  1444. package/app/node_modules/cross-spawn/lib/util/readShebang.js +0 -23
  1445. package/app/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -52
  1446. package/app/node_modules/cross-spawn/node_modules/.bin/node-which +0 -55
  1447. package/app/node_modules/cross-spawn/package.json +0 -73
  1448. package/app/node_modules/debug/LICENSE +0 -20
  1449. package/app/node_modules/debug/README.md +0 -481
  1450. package/app/node_modules/debug/package.json +0 -64
  1451. package/app/node_modules/debug/src/browser.js +0 -272
  1452. package/app/node_modules/debug/src/common.js +0 -292
  1453. package/app/node_modules/debug/src/index.js +0 -10
  1454. package/app/node_modules/debug/src/node.js +0 -263
  1455. package/app/node_modules/depd/History.md +0 -103
  1456. package/app/node_modules/depd/LICENSE +0 -22
  1457. package/app/node_modules/depd/Readme.md +0 -280
  1458. package/app/node_modules/depd/index.js +0 -538
  1459. package/app/node_modules/depd/lib/browser/index.js +0 -77
  1460. package/app/node_modules/depd/package.json +0 -45
  1461. package/app/node_modules/dunder-proto/.eslintrc +0 -5
  1462. package/app/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
  1463. package/app/node_modules/dunder-proto/.nycrc +0 -13
  1464. package/app/node_modules/dunder-proto/CHANGELOG.md +0 -24
  1465. package/app/node_modules/dunder-proto/LICENSE +0 -21
  1466. package/app/node_modules/dunder-proto/README.md +0 -54
  1467. package/app/node_modules/dunder-proto/get.d.ts +0 -5
  1468. package/app/node_modules/dunder-proto/get.js +0 -30
  1469. package/app/node_modules/dunder-proto/package.json +0 -76
  1470. package/app/node_modules/dunder-proto/set.d.ts +0 -5
  1471. package/app/node_modules/dunder-proto/set.js +0 -35
  1472. package/app/node_modules/dunder-proto/test/get.js +0 -34
  1473. package/app/node_modules/dunder-proto/test/index.js +0 -4
  1474. package/app/node_modules/dunder-proto/test/set.js +0 -50
  1475. package/app/node_modules/dunder-proto/tsconfig.json +0 -9
  1476. package/app/node_modules/ee-first/LICENSE +0 -22
  1477. package/app/node_modules/ee-first/README.md +0 -80
  1478. package/app/node_modules/ee-first/index.js +0 -95
  1479. package/app/node_modules/ee-first/package.json +0 -29
  1480. package/app/node_modules/encodeurl/LICENSE +0 -22
  1481. package/app/node_modules/encodeurl/README.md +0 -109
  1482. package/app/node_modules/encodeurl/index.js +0 -60
  1483. package/app/node_modules/encodeurl/package.json +0 -40
  1484. package/app/node_modules/es-define-property/.eslintrc +0 -13
  1485. package/app/node_modules/es-define-property/.github/FUNDING.yml +0 -12
  1486. package/app/node_modules/es-define-property/.nycrc +0 -9
  1487. package/app/node_modules/es-define-property/CHANGELOG.md +0 -29
  1488. package/app/node_modules/es-define-property/LICENSE +0 -21
  1489. package/app/node_modules/es-define-property/README.md +0 -49
  1490. package/app/node_modules/es-define-property/index.d.ts +0 -3
  1491. package/app/node_modules/es-define-property/index.js +0 -14
  1492. package/app/node_modules/es-define-property/package.json +0 -81
  1493. package/app/node_modules/es-define-property/test/index.js +0 -56
  1494. package/app/node_modules/es-define-property/tsconfig.json +0 -10
  1495. package/app/node_modules/es-errors/.eslintrc +0 -5
  1496. package/app/node_modules/es-errors/.github/FUNDING.yml +0 -12
  1497. package/app/node_modules/es-errors/CHANGELOG.md +0 -40
  1498. package/app/node_modules/es-errors/LICENSE +0 -21
  1499. package/app/node_modules/es-errors/README.md +0 -55
  1500. package/app/node_modules/es-errors/eval.d.ts +0 -3
  1501. package/app/node_modules/es-errors/eval.js +0 -4
  1502. package/app/node_modules/es-errors/index.d.ts +0 -3
  1503. package/app/node_modules/es-errors/index.js +0 -4
  1504. package/app/node_modules/es-errors/package.json +0 -80
  1505. package/app/node_modules/es-errors/range.d.ts +0 -3
  1506. package/app/node_modules/es-errors/range.js +0 -4
  1507. package/app/node_modules/es-errors/ref.d.ts +0 -3
  1508. package/app/node_modules/es-errors/ref.js +0 -4
  1509. package/app/node_modules/es-errors/syntax.d.ts +0 -3
  1510. package/app/node_modules/es-errors/syntax.js +0 -4
  1511. package/app/node_modules/es-errors/test/index.js +0 -19
  1512. package/app/node_modules/es-errors/tsconfig.json +0 -49
  1513. package/app/node_modules/es-errors/type.d.ts +0 -3
  1514. package/app/node_modules/es-errors/type.js +0 -4
  1515. package/app/node_modules/es-errors/uri.d.ts +0 -3
  1516. package/app/node_modules/es-errors/uri.js +0 -4
  1517. package/app/node_modules/es-object-atoms/.eslintrc +0 -16
  1518. package/app/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
  1519. package/app/node_modules/es-object-atoms/CHANGELOG.md +0 -44
  1520. package/app/node_modules/es-object-atoms/LICENSE +0 -21
  1521. package/app/node_modules/es-object-atoms/README.md +0 -63
  1522. package/app/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
  1523. package/app/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
  1524. package/app/node_modules/es-object-atoms/ToObject.d.ts +0 -7
  1525. package/app/node_modules/es-object-atoms/ToObject.js +0 -10
  1526. package/app/node_modules/es-object-atoms/index.d.ts +0 -3
  1527. package/app/node_modules/es-object-atoms/index.js +0 -4
  1528. package/app/node_modules/es-object-atoms/isObject.d.ts +0 -3
  1529. package/app/node_modules/es-object-atoms/isObject.js +0 -6
  1530. package/app/node_modules/es-object-atoms/package.json +0 -79
  1531. package/app/node_modules/es-object-atoms/test/index.js +0 -38
  1532. package/app/node_modules/es-object-atoms/tsconfig.json +0 -7
  1533. package/app/node_modules/escape-html/LICENSE +0 -24
  1534. package/app/node_modules/escape-html/Readme.md +0 -43
  1535. package/app/node_modules/escape-html/index.js +0 -78
  1536. package/app/node_modules/escape-html/package.json +0 -24
  1537. package/app/node_modules/etag/HISTORY.md +0 -83
  1538. package/app/node_modules/etag/LICENSE +0 -22
  1539. package/app/node_modules/etag/README.md +0 -159
  1540. package/app/node_modules/etag/index.js +0 -131
  1541. package/app/node_modules/etag/package.json +0 -47
  1542. package/app/node_modules/eventsource/LICENSE +0 -22
  1543. package/app/node_modules/eventsource/README.md +0 -167
  1544. package/app/node_modules/eventsource/dist/index.cjs +0 -273
  1545. package/app/node_modules/eventsource/dist/index.d.cts +0 -332
  1546. package/app/node_modules/eventsource/dist/index.d.ts +0 -332
  1547. package/app/node_modules/eventsource/dist/index.js +0 -273
  1548. package/app/node_modules/eventsource/package.json +0 -130
  1549. package/app/node_modules/eventsource/src/EventSource.ts +0 -596
  1550. package/app/node_modules/eventsource/src/errors.ts +0 -141
  1551. package/app/node_modules/eventsource/src/index.ts +0 -3
  1552. package/app/node_modules/eventsource/src/types.ts +0 -152
  1553. package/app/node_modules/eventsource-parser/LICENSE +0 -21
  1554. package/app/node_modules/eventsource-parser/README.md +0 -157
  1555. package/app/node_modules/eventsource-parser/dist/index.cjs +0 -177
  1556. package/app/node_modules/eventsource-parser/dist/index.d.cts +0 -169
  1557. package/app/node_modules/eventsource-parser/dist/index.d.ts +0 -169
  1558. package/app/node_modules/eventsource-parser/dist/index.js +0 -177
  1559. package/app/node_modules/eventsource-parser/dist/stream.cjs +0 -29
  1560. package/app/node_modules/eventsource-parser/dist/stream.d.cts +0 -134
  1561. package/app/node_modules/eventsource-parser/dist/stream.d.ts +0 -134
  1562. package/app/node_modules/eventsource-parser/dist/stream.js +0 -30
  1563. package/app/node_modules/eventsource-parser/package.json +0 -92
  1564. package/app/node_modules/eventsource-parser/src/errors.ts +0 -44
  1565. package/app/node_modules/eventsource-parser/src/index.ts +0 -8
  1566. package/app/node_modules/eventsource-parser/src/parse.ts +0 -439
  1567. package/app/node_modules/eventsource-parser/src/stream.ts +0 -107
  1568. package/app/node_modules/eventsource-parser/src/types.ts +0 -122
  1569. package/app/node_modules/eventsource-parser/stream.js +0 -2
  1570. package/app/node_modules/express/LICENSE +0 -24
  1571. package/app/node_modules/express/Readme.md +0 -276
  1572. package/app/node_modules/express/index.js +0 -11
  1573. package/app/node_modules/express/lib/application.js +0 -631
  1574. package/app/node_modules/express/lib/express.js +0 -81
  1575. package/app/node_modules/express/lib/request.js +0 -514
  1576. package/app/node_modules/express/lib/response.js +0 -1053
  1577. package/app/node_modules/express/lib/utils.js +0 -271
  1578. package/app/node_modules/express/lib/view.js +0 -205
  1579. package/app/node_modules/express/package.json +0 -99
  1580. package/app/node_modules/express-rate-limit/dist/index.cjs +0 -1085
  1581. package/app/node_modules/express-rate-limit/dist/index.d.cts +0 -688
  1582. package/app/node_modules/express-rate-limit/dist/index.d.mts +0 -688
  1583. package/app/node_modules/express-rate-limit/dist/index.d.ts +0 -688
  1584. package/app/node_modules/express-rate-limit/dist/index.mjs +0 -1041
  1585. package/app/node_modules/express-rate-limit/license.md +0 -20
  1586. package/app/node_modules/express-rate-limit/package.json +0 -116
  1587. package/app/node_modules/express-rate-limit/readme.md +0 -139
  1588. package/app/node_modules/express-rate-limit/tsconfig.json +0 -8
  1589. package/app/node_modules/fast-deep-equal/LICENSE +0 -21
  1590. package/app/node_modules/fast-deep-equal/README.md +0 -96
  1591. package/app/node_modules/fast-deep-equal/es6/index.d.ts +0 -2
  1592. package/app/node_modules/fast-deep-equal/es6/index.js +0 -72
  1593. package/app/node_modules/fast-deep-equal/es6/react.d.ts +0 -2
  1594. package/app/node_modules/fast-deep-equal/es6/react.js +0 -79
  1595. package/app/node_modules/fast-deep-equal/index.d.ts +0 -4
  1596. package/app/node_modules/fast-deep-equal/index.js +0 -46
  1597. package/app/node_modules/fast-deep-equal/package.json +0 -61
  1598. package/app/node_modules/fast-deep-equal/react.d.ts +0 -2
  1599. package/app/node_modules/fast-deep-equal/react.js +0 -53
  1600. package/app/node_modules/fast-uri/.gitattributes +0 -2
  1601. package/app/node_modules/fast-uri/.github/dependabot.yml +0 -13
  1602. package/app/node_modules/fast-uri/.github/workflows/ci.yml +0 -106
  1603. package/app/node_modules/fast-uri/.github/workflows/lock-threads.yml +0 -19
  1604. package/app/node_modules/fast-uri/.github/workflows/package-manager-ci.yml +0 -24
  1605. package/app/node_modules/fast-uri/LICENSE +0 -30
  1606. package/app/node_modules/fast-uri/README.md +0 -152
  1607. package/app/node_modules/fast-uri/benchmark/benchmark.mjs +0 -159
  1608. package/app/node_modules/fast-uri/benchmark/equal.mjs +0 -51
  1609. package/app/node_modules/fast-uri/benchmark/non-simple-domain.mjs +0 -22
  1610. package/app/node_modules/fast-uri/benchmark/package.json +0 -17
  1611. package/app/node_modules/fast-uri/benchmark/string-array-to-hex-stripped.mjs +0 -24
  1612. package/app/node_modules/fast-uri/benchmark/ws-is-secure.mjs +0 -65
  1613. package/app/node_modules/fast-uri/eslint.config.js +0 -6
  1614. package/app/node_modules/fast-uri/index.js +0 -459
  1615. package/app/node_modules/fast-uri/lib/schemes.js +0 -267
  1616. package/app/node_modules/fast-uri/lib/utils.js +0 -443
  1617. package/app/node_modules/fast-uri/package.json +0 -68
  1618. package/app/node_modules/fast-uri/test/ajv.test.js +0 -43
  1619. package/app/node_modules/fast-uri/test/equal.test.js +0 -117
  1620. package/app/node_modules/fast-uri/test/fixtures/uri-js-parse.json +0 -501
  1621. package/app/node_modules/fast-uri/test/fixtures/uri-js-serialize.json +0 -120
  1622. package/app/node_modules/fast-uri/test/parse.test.js +0 -323
  1623. package/app/node_modules/fast-uri/test/resolve.test.js +0 -87
  1624. package/app/node_modules/fast-uri/test/rfc-3986.test.js +0 -90
  1625. package/app/node_modules/fast-uri/test/security-normalization.test.js +0 -39
  1626. package/app/node_modules/fast-uri/test/security.test.js +0 -359
  1627. package/app/node_modules/fast-uri/test/serialize.test.js +0 -151
  1628. package/app/node_modules/fast-uri/test/uri-js-compatibility.test.js +0 -33
  1629. package/app/node_modules/fast-uri/test/uri-js.test.js +0 -912
  1630. package/app/node_modules/fast-uri/test/util.test.js +0 -38
  1631. package/app/node_modules/fast-uri/tsconfig.json +0 -9
  1632. package/app/node_modules/fast-uri/types/index.d.ts +0 -60
  1633. package/app/node_modules/fast-uri/types/index.test-d.ts +0 -17
  1634. package/app/node_modules/finalhandler/HISTORY.md +0 -239
  1635. package/app/node_modules/finalhandler/LICENSE +0 -22
  1636. package/app/node_modules/finalhandler/README.md +0 -150
  1637. package/app/node_modules/finalhandler/index.js +0 -293
  1638. package/app/node_modules/finalhandler/package.json +0 -47
  1639. package/app/node_modules/forwarded/HISTORY.md +0 -21
  1640. package/app/node_modules/forwarded/LICENSE +0 -22
  1641. package/app/node_modules/forwarded/README.md +0 -57
  1642. package/app/node_modules/forwarded/index.js +0 -90
  1643. package/app/node_modules/forwarded/package.json +0 -45
  1644. package/app/node_modules/fresh/HISTORY.md +0 -80
  1645. package/app/node_modules/fresh/LICENSE +0 -23
  1646. package/app/node_modules/fresh/README.md +0 -117
  1647. package/app/node_modules/fresh/index.js +0 -136
  1648. package/app/node_modules/fresh/package.json +0 -46
  1649. package/app/node_modules/function-bind/.eslintrc +0 -21
  1650. package/app/node_modules/function-bind/.github/FUNDING.yml +0 -12
  1651. package/app/node_modules/function-bind/.github/SECURITY.md +0 -3
  1652. package/app/node_modules/function-bind/.nycrc +0 -13
  1653. package/app/node_modules/function-bind/CHANGELOG.md +0 -136
  1654. package/app/node_modules/function-bind/LICENSE +0 -20
  1655. package/app/node_modules/function-bind/README.md +0 -46
  1656. package/app/node_modules/function-bind/implementation.js +0 -84
  1657. package/app/node_modules/function-bind/index.js +0 -5
  1658. package/app/node_modules/function-bind/package.json +0 -87
  1659. package/app/node_modules/function-bind/test/.eslintrc +0 -9
  1660. package/app/node_modules/function-bind/test/index.js +0 -252
  1661. package/app/node_modules/get-intrinsic/.eslintrc +0 -42
  1662. package/app/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
  1663. package/app/node_modules/get-intrinsic/.nycrc +0 -9
  1664. package/app/node_modules/get-intrinsic/CHANGELOG.md +0 -186
  1665. package/app/node_modules/get-intrinsic/LICENSE +0 -21
  1666. package/app/node_modules/get-intrinsic/README.md +0 -71
  1667. package/app/node_modules/get-intrinsic/index.js +0 -378
  1668. package/app/node_modules/get-intrinsic/package.json +0 -97
  1669. package/app/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
  1670. package/app/node_modules/get-proto/.eslintrc +0 -10
  1671. package/app/node_modules/get-proto/.github/FUNDING.yml +0 -12
  1672. package/app/node_modules/get-proto/.nycrc +0 -9
  1673. package/app/node_modules/get-proto/CHANGELOG.md +0 -21
  1674. package/app/node_modules/get-proto/LICENSE +0 -21
  1675. package/app/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
  1676. package/app/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
  1677. package/app/node_modules/get-proto/README.md +0 -50
  1678. package/app/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
  1679. package/app/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
  1680. package/app/node_modules/get-proto/index.d.ts +0 -5
  1681. package/app/node_modules/get-proto/index.js +0 -27
  1682. package/app/node_modules/get-proto/package.json +0 -81
  1683. package/app/node_modules/get-proto/test/index.js +0 -68
  1684. package/app/node_modules/get-proto/tsconfig.json +0 -9
  1685. package/app/node_modules/gopd/.eslintrc +0 -16
  1686. package/app/node_modules/gopd/.github/FUNDING.yml +0 -12
  1687. package/app/node_modules/gopd/CHANGELOG.md +0 -45
  1688. package/app/node_modules/gopd/LICENSE +0 -21
  1689. package/app/node_modules/gopd/README.md +0 -40
  1690. package/app/node_modules/gopd/gOPD.d.ts +0 -1
  1691. package/app/node_modules/gopd/gOPD.js +0 -4
  1692. package/app/node_modules/gopd/index.d.ts +0 -5
  1693. package/app/node_modules/gopd/index.js +0 -15
  1694. package/app/node_modules/gopd/package.json +0 -77
  1695. package/app/node_modules/gopd/test/index.js +0 -36
  1696. package/app/node_modules/gopd/tsconfig.json +0 -9
  1697. package/app/node_modules/has-symbols/.eslintrc +0 -11
  1698. package/app/node_modules/has-symbols/.github/FUNDING.yml +0 -12
  1699. package/app/node_modules/has-symbols/.nycrc +0 -9
  1700. package/app/node_modules/has-symbols/CHANGELOG.md +0 -91
  1701. package/app/node_modules/has-symbols/LICENSE +0 -21
  1702. package/app/node_modules/has-symbols/README.md +0 -46
  1703. package/app/node_modules/has-symbols/index.d.ts +0 -3
  1704. package/app/node_modules/has-symbols/index.js +0 -14
  1705. package/app/node_modules/has-symbols/package.json +0 -111
  1706. package/app/node_modules/has-symbols/shams.d.ts +0 -3
  1707. package/app/node_modules/has-symbols/shams.js +0 -45
  1708. package/app/node_modules/has-symbols/test/index.js +0 -22
  1709. package/app/node_modules/has-symbols/test/shams/core-js.js +0 -29
  1710. package/app/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
  1711. package/app/node_modules/has-symbols/test/tests.js +0 -58
  1712. package/app/node_modules/has-symbols/tsconfig.json +0 -10
  1713. package/app/node_modules/hasown/.github/FUNDING.yml +0 -12
  1714. package/app/node_modules/hasown/.nycrc +0 -13
  1715. package/app/node_modules/hasown/CHANGELOG.md +0 -58
  1716. package/app/node_modules/hasown/LICENSE +0 -21
  1717. package/app/node_modules/hasown/README.md +0 -40
  1718. package/app/node_modules/hasown/eslint.config.mjs +0 -6
  1719. package/app/node_modules/hasown/index.d.ts +0 -3
  1720. package/app/node_modules/hasown/index.js +0 -8
  1721. package/app/node_modules/hasown/package.json +0 -91
  1722. package/app/node_modules/hasown/tsconfig.json +0 -6
  1723. package/app/node_modules/hono/LICENSE +0 -21
  1724. package/app/node_modules/hono/README.md +0 -85
  1725. package/app/node_modules/hono/dist/adapter/aws-lambda/conninfo.js +0 -24
  1726. package/app/node_modules/hono/dist/adapter/aws-lambda/handler.js +0 -364
  1727. package/app/node_modules/hono/dist/adapter/aws-lambda/index.js +0 -9
  1728. package/app/node_modules/hono/dist/adapter/aws-lambda/types.js +0 -0
  1729. package/app/node_modules/hono/dist/adapter/bun/conninfo.js +0 -27
  1730. package/app/node_modules/hono/dist/adapter/bun/index.js +0 -16
  1731. package/app/node_modules/hono/dist/adapter/bun/serve-static.js +0 -30
  1732. package/app/node_modules/hono/dist/adapter/bun/server.js +0 -5
  1733. package/app/node_modules/hono/dist/adapter/bun/ssg.js +0 -17
  1734. package/app/node_modules/hono/dist/adapter/bun/websocket.js +0 -73
  1735. package/app/node_modules/hono/dist/adapter/cloudflare-pages/conninfo.js +0 -9
  1736. package/app/node_modules/hono/dist/adapter/cloudflare-pages/handler.js +0 -67
  1737. package/app/node_modules/hono/dist/adapter/cloudflare-pages/index.js +0 -9
  1738. package/app/node_modules/hono/dist/adapter/cloudflare-workers/conninfo.js +0 -9
  1739. package/app/node_modules/hono/dist/adapter/cloudflare-workers/index.js +0 -9
  1740. package/app/node_modules/hono/dist/adapter/cloudflare-workers/serve-static-module.js +0 -8
  1741. package/app/node_modules/hono/dist/adapter/cloudflare-workers/serve-static.js +0 -22
  1742. package/app/node_modules/hono/dist/adapter/cloudflare-workers/utils.js +0 -35
  1743. package/app/node_modules/hono/dist/adapter/cloudflare-workers/websocket.js +0 -41
  1744. package/app/node_modules/hono/dist/adapter/deno/conninfo.js +0 -14
  1745. package/app/node_modules/hono/dist/adapter/deno/deno.d.js +0 -0
  1746. package/app/node_modules/hono/dist/adapter/deno/index.js +0 -12
  1747. package/app/node_modules/hono/dist/adapter/deno/serve-static.js +0 -40
  1748. package/app/node_modules/hono/dist/adapter/deno/ssg.js +0 -18
  1749. package/app/node_modules/hono/dist/adapter/deno/websocket.js +0 -32
  1750. package/app/node_modules/hono/dist/adapter/lambda-edge/conninfo.js +0 -9
  1751. package/app/node_modules/hono/dist/adapter/lambda-edge/handler.js +0 -96
  1752. package/app/node_modules/hono/dist/adapter/lambda-edge/index.js +0 -7
  1753. package/app/node_modules/hono/dist/adapter/netlify/conninfo.js +0 -9
  1754. package/app/node_modules/hono/dist/adapter/netlify/handler.js +0 -9
  1755. package/app/node_modules/hono/dist/adapter/netlify/index.js +0 -2
  1756. package/app/node_modules/hono/dist/adapter/netlify/mod.js +0 -7
  1757. package/app/node_modules/hono/dist/adapter/service-worker/handler.js +0 -20
  1758. package/app/node_modules/hono/dist/adapter/service-worker/index.js +0 -9
  1759. package/app/node_modules/hono/dist/adapter/service-worker/types.js +0 -0
  1760. package/app/node_modules/hono/dist/adapter/vercel/conninfo.js +0 -10
  1761. package/app/node_modules/hono/dist/adapter/vercel/handler.js +0 -7
  1762. package/app/node_modules/hono/dist/adapter/vercel/index.js +0 -7
  1763. package/app/node_modules/hono/dist/cjs/adapter/aws-lambda/conninfo.js +0 -46
  1764. package/app/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +0 -395
  1765. package/app/node_modules/hono/dist/cjs/adapter/aws-lambda/index.js +0 -34
  1766. package/app/node_modules/hono/dist/cjs/adapter/aws-lambda/types.js +0 -15
  1767. package/app/node_modules/hono/dist/cjs/adapter/bun/conninfo.js +0 -49
  1768. package/app/node_modules/hono/dist/cjs/adapter/bun/index.js +0 -45
  1769. package/app/node_modules/hono/dist/cjs/adapter/bun/serve-static.js +0 -52
  1770. package/app/node_modules/hono/dist/cjs/adapter/bun/server.js +0 -27
  1771. package/app/node_modules/hono/dist/cjs/adapter/bun/ssg.js +0 -40
  1772. package/app/node_modules/hono/dist/cjs/adapter/bun/websocket.js +0 -98
  1773. package/app/node_modules/hono/dist/cjs/adapter/cloudflare-pages/conninfo.js +0 -31
  1774. package/app/node_modules/hono/dist/cjs/adapter/cloudflare-pages/handler.js +0 -91
  1775. package/app/node_modules/hono/dist/cjs/adapter/cloudflare-pages/index.js +0 -34
  1776. package/app/node_modules/hono/dist/cjs/adapter/cloudflare-workers/conninfo.js +0 -31
  1777. package/app/node_modules/hono/dist/cjs/adapter/cloudflare-workers/index.js +0 -33
  1778. package/app/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static-module.js +0 -30
  1779. package/app/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static.js +0 -44
  1780. package/app/node_modules/hono/dist/cjs/adapter/cloudflare-workers/utils.js +0 -57
  1781. package/app/node_modules/hono/dist/cjs/adapter/cloudflare-workers/websocket.js +0 -63
  1782. package/app/node_modules/hono/dist/cjs/adapter/deno/conninfo.js +0 -36
  1783. package/app/node_modules/hono/dist/cjs/adapter/deno/deno.d.js +0 -0
  1784. package/app/node_modules/hono/dist/cjs/adapter/deno/index.js +0 -38
  1785. package/app/node_modules/hono/dist/cjs/adapter/deno/serve-static.js +0 -62
  1786. package/app/node_modules/hono/dist/cjs/adapter/deno/ssg.js +0 -41
  1787. package/app/node_modules/hono/dist/cjs/adapter/deno/websocket.js +0 -54
  1788. package/app/node_modules/hono/dist/cjs/adapter/lambda-edge/conninfo.js +0 -31
  1789. package/app/node_modules/hono/dist/cjs/adapter/lambda-edge/handler.js +0 -130
  1790. package/app/node_modules/hono/dist/cjs/adapter/lambda-edge/index.js +0 -30
  1791. package/app/node_modules/hono/dist/cjs/adapter/netlify/conninfo.js +0 -31
  1792. package/app/node_modules/hono/dist/cjs/adapter/netlify/handler.js +0 -31
  1793. package/app/node_modules/hono/dist/cjs/adapter/netlify/index.js +0 -21
  1794. package/app/node_modules/hono/dist/cjs/adapter/netlify/mod.js +0 -30
  1795. package/app/node_modules/hono/dist/cjs/adapter/service-worker/handler.js +0 -42
  1796. package/app/node_modules/hono/dist/cjs/adapter/service-worker/index.js +0 -32
  1797. package/app/node_modules/hono/dist/cjs/adapter/service-worker/types.js +0 -15
  1798. package/app/node_modules/hono/dist/cjs/adapter/vercel/conninfo.js +0 -32
  1799. package/app/node_modules/hono/dist/cjs/adapter/vercel/handler.js +0 -29
  1800. package/app/node_modules/hono/dist/cjs/adapter/vercel/index.js +0 -30
  1801. package/app/node_modules/hono/dist/cjs/client/client.js +0 -204
  1802. package/app/node_modules/hono/dist/cjs/client/fetch-result-please.js +0 -85
  1803. package/app/node_modules/hono/dist/cjs/client/index.js +0 -32
  1804. package/app/node_modules/hono/dist/cjs/client/types.js +0 -15
  1805. package/app/node_modules/hono/dist/cjs/client/utils.js +0 -105
  1806. package/app/node_modules/hono/dist/cjs/compose.js +0 -68
  1807. package/app/node_modules/hono/dist/cjs/context.js +0 -450
  1808. package/app/node_modules/hono/dist/cjs/helper/accepts/accepts.js +0 -43
  1809. package/app/node_modules/hono/dist/cjs/helper/accepts/index.js +0 -27
  1810. package/app/node_modules/hono/dist/cjs/helper/adapter/index.js +0 -81
  1811. package/app/node_modules/hono/dist/cjs/helper/conninfo/index.js +0 -15
  1812. package/app/node_modules/hono/dist/cjs/helper/conninfo/types.js +0 -15
  1813. package/app/node_modules/hono/dist/cjs/helper/cookie/index.js +0 -130
  1814. package/app/node_modules/hono/dist/cjs/helper/css/common.js +0 -273
  1815. package/app/node_modules/hono/dist/cjs/helper/css/index.js +0 -157
  1816. package/app/node_modules/hono/dist/cjs/helper/dev/index.js +0 -79
  1817. package/app/node_modules/hono/dist/cjs/helper/factory/index.js +0 -54
  1818. package/app/node_modules/hono/dist/cjs/helper/html/index.js +0 -64
  1819. package/app/node_modules/hono/dist/cjs/helper/proxy/index.js +0 -115
  1820. package/app/node_modules/hono/dist/cjs/helper/route/index.js +0 -71
  1821. package/app/node_modules/hono/dist/cjs/helper/ssg/index.js +0 -43
  1822. package/app/node_modules/hono/dist/cjs/helper/ssg/middleware.js +0 -73
  1823. package/app/node_modules/hono/dist/cjs/helper/ssg/plugins.js +0 -70
  1824. package/app/node_modules/hono/dist/cjs/helper/ssg/ssg.js +0 -320
  1825. package/app/node_modules/hono/dist/cjs/helper/ssg/utils.js +0 -93
  1826. package/app/node_modules/hono/dist/cjs/helper/streaming/index.js +0 -35
  1827. package/app/node_modules/hono/dist/cjs/helper/streaming/sse.js +0 -91
  1828. package/app/node_modules/hono/dist/cjs/helper/streaming/stream.js +0 -56
  1829. package/app/node_modules/hono/dist/cjs/helper/streaming/text.js +0 -34
  1830. package/app/node_modules/hono/dist/cjs/helper/streaming/utils.js +0 -35
  1831. package/app/node_modules/hono/dist/cjs/helper/testing/index.js +0 -33
  1832. package/app/node_modules/hono/dist/cjs/helper/websocket/index.js +0 -81
  1833. package/app/node_modules/hono/dist/cjs/hono-base.js +0 -406
  1834. package/app/node_modules/hono/dist/cjs/hono.js +0 -43
  1835. package/app/node_modules/hono/dist/cjs/http-exception.js +0 -57
  1836. package/app/node_modules/hono/dist/cjs/index.js +0 -30
  1837. package/app/node_modules/hono/dist/cjs/jsx/base.js +0 -378
  1838. package/app/node_modules/hono/dist/cjs/jsx/children.js +0 -44
  1839. package/app/node_modules/hono/dist/cjs/jsx/components.js +0 -221
  1840. package/app/node_modules/hono/dist/cjs/jsx/constants.js +0 -42
  1841. package/app/node_modules/hono/dist/cjs/jsx/context.js +0 -188
  1842. package/app/node_modules/hono/dist/cjs/jsx/dom/client.js +0 -76
  1843. package/app/node_modules/hono/dist/cjs/jsx/dom/components.js +0 -55
  1844. package/app/node_modules/hono/dist/cjs/jsx/dom/context.js +0 -71
  1845. package/app/node_modules/hono/dist/cjs/jsx/dom/css.js +0 -168
  1846. package/app/node_modules/hono/dist/cjs/jsx/dom/hooks/index.js +0 -74
  1847. package/app/node_modules/hono/dist/cjs/jsx/dom/index.js +0 -181
  1848. package/app/node_modules/hono/dist/cjs/jsx/dom/intrinsic-element/components.js +0 -399
  1849. package/app/node_modules/hono/dist/cjs/jsx/dom/jsx-dev-runtime.js +0 -52
  1850. package/app/node_modules/hono/dist/cjs/jsx/dom/jsx-runtime.js +0 -32
  1851. package/app/node_modules/hono/dist/cjs/jsx/dom/render.js +0 -641
  1852. package/app/node_modules/hono/dist/cjs/jsx/dom/server.js +0 -67
  1853. package/app/node_modules/hono/dist/cjs/jsx/dom/utils.js +0 -32
  1854. package/app/node_modules/hono/dist/cjs/jsx/hooks/index.js +0 -373
  1855. package/app/node_modules/hono/dist/cjs/jsx/index.js +0 -138
  1856. package/app/node_modules/hono/dist/cjs/jsx/intrinsic-element/common.js +0 -50
  1857. package/app/node_modules/hono/dist/cjs/jsx/intrinsic-element/components.js +0 -189
  1858. package/app/node_modules/hono/dist/cjs/jsx/intrinsic-elements.js +0 -15
  1859. package/app/node_modules/hono/dist/cjs/jsx/jsx-dev-runtime.js +0 -41
  1860. package/app/node_modules/hono/dist/cjs/jsx/jsx-runtime.js +0 -71
  1861. package/app/node_modules/hono/dist/cjs/jsx/streaming.js +0 -179
  1862. package/app/node_modules/hono/dist/cjs/jsx/types.js +0 -15
  1863. package/app/node_modules/hono/dist/cjs/jsx/utils.js +0 -200
  1864. package/app/node_modules/hono/dist/cjs/middleware/basic-auth/index.js +0 -88
  1865. package/app/node_modules/hono/dist/cjs/middleware/bearer-auth/index.js +0 -114
  1866. package/app/node_modules/hono/dist/cjs/middleware/body-limit/index.js +0 -75
  1867. package/app/node_modules/hono/dist/cjs/middleware/cache/index.js +0 -219
  1868. package/app/node_modules/hono/dist/cjs/middleware/combine/index.js +0 -101
  1869. package/app/node_modules/hono/dist/cjs/middleware/compress/index.js +0 -97
  1870. package/app/node_modules/hono/dist/cjs/middleware/context-storage/index.js +0 -47
  1871. package/app/node_modules/hono/dist/cjs/middleware/cors/index.js +0 -109
  1872. package/app/node_modules/hono/dist/cjs/middleware/csrf/index.js +0 -77
  1873. package/app/node_modules/hono/dist/cjs/middleware/etag/digest.js +0 -101
  1874. package/app/node_modules/hono/dist/cjs/middleware/etag/index.js +0 -99
  1875. package/app/node_modules/hono/dist/cjs/middleware/ip-restriction/index.js +0 -176
  1876. package/app/node_modules/hono/dist/cjs/middleware/jsx-renderer/index.js +0 -82
  1877. package/app/node_modules/hono/dist/cjs/middleware/jwk/index.js +0 -27
  1878. package/app/node_modules/hono/dist/cjs/middleware/jwk/jwk.js +0 -139
  1879. package/app/node_modules/hono/dist/cjs/middleware/jwt/index.js +0 -38
  1880. package/app/node_modules/hono/dist/cjs/middleware/jwt/jwt.js +0 -145
  1881. package/app/node_modules/hono/dist/cjs/middleware/language/index.js +0 -35
  1882. package/app/node_modules/hono/dist/cjs/middleware/language/language.js +0 -203
  1883. package/app/node_modules/hono/dist/cjs/middleware/logger/index.js +0 -72
  1884. package/app/node_modules/hono/dist/cjs/middleware/method-not-allowed/index.js +0 -90
  1885. package/app/node_modules/hono/dist/cjs/middleware/method-override/index.js +0 -106
  1886. package/app/node_modules/hono/dist/cjs/middleware/powered-by/index.js +0 -32
  1887. package/app/node_modules/hono/dist/cjs/middleware/pretty-json/index.js +0 -37
  1888. package/app/node_modules/hono/dist/cjs/middleware/request-id/index.js +0 -27
  1889. package/app/node_modules/hono/dist/cjs/middleware/request-id/request-id.js +0 -43
  1890. package/app/node_modules/hono/dist/cjs/middleware/secure-headers/index.js +0 -29
  1891. package/app/node_modules/hono/dist/cjs/middleware/secure-headers/permissions-policy.js +0 -15
  1892. package/app/node_modules/hono/dist/cjs/middleware/secure-headers/secure-headers.js +0 -198
  1893. package/app/node_modules/hono/dist/cjs/middleware/serve-static/index.js +0 -99
  1894. package/app/node_modules/hono/dist/cjs/middleware/serve-static/path.js +0 -40
  1895. package/app/node_modules/hono/dist/cjs/middleware/timeout/index.js +0 -47
  1896. package/app/node_modules/hono/dist/cjs/middleware/timing/index.js +0 -35
  1897. package/app/node_modules/hono/dist/cjs/middleware/timing/timing.js +0 -130
  1898. package/app/node_modules/hono/dist/cjs/middleware/trailing-slash/index.js +0 -62
  1899. package/app/node_modules/hono/dist/cjs/package.json +0 -3
  1900. package/app/node_modules/hono/dist/cjs/preset/quick.js +0 -38
  1901. package/app/node_modules/hono/dist/cjs/preset/tiny.js +0 -34
  1902. package/app/node_modules/hono/dist/cjs/request/constants.js +0 -27
  1903. package/app/node_modules/hono/dist/cjs/request.js +0 -342
  1904. package/app/node_modules/hono/dist/cjs/router/linear-router/index.js +0 -27
  1905. package/app/node_modules/hono/dist/cjs/router/linear-router/router.js +0 -140
  1906. package/app/node_modules/hono/dist/cjs/router/pattern-router/index.js +0 -27
  1907. package/app/node_modules/hono/dist/cjs/router/pattern-router/router.js +0 -70
  1908. package/app/node_modules/hono/dist/cjs/router/reg-exp-router/index.js +0 -34
  1909. package/app/node_modules/hono/dist/cjs/router/reg-exp-router/matcher.js +0 -48
  1910. package/app/node_modules/hono/dist/cjs/router/reg-exp-router/node.js +0 -133
  1911. package/app/node_modules/hono/dist/cjs/router/reg-exp-router/prepared-router.js +0 -166
  1912. package/app/node_modules/hono/dist/cjs/router/reg-exp-router/router.js +0 -187
  1913. package/app/node_modules/hono/dist/cjs/router/reg-exp-router/trie.js +0 -89
  1914. package/app/node_modules/hono/dist/cjs/router/smart-router/index.js +0 -27
  1915. package/app/node_modules/hono/dist/cjs/router/smart-router/router.js +0 -80
  1916. package/app/node_modules/hono/dist/cjs/router/trie-router/index.js +0 -27
  1917. package/app/node_modules/hono/dist/cjs/router/trie-router/node.js +0 -210
  1918. package/app/node_modules/hono/dist/cjs/router/trie-router/router.js +0 -48
  1919. package/app/node_modules/hono/dist/cjs/router.js +0 -40
  1920. package/app/node_modules/hono/dist/cjs/types.js +0 -28
  1921. package/app/node_modules/hono/dist/cjs/utils/accept.js +0 -245
  1922. package/app/node_modules/hono/dist/cjs/utils/basic-auth.js +0 -45
  1923. package/app/node_modules/hono/dist/cjs/utils/body.js +0 -111
  1924. package/app/node_modules/hono/dist/cjs/utils/buffer.js +0 -103
  1925. package/app/node_modules/hono/dist/cjs/utils/color.js +0 -48
  1926. package/app/node_modules/hono/dist/cjs/utils/compress.js +0 -27
  1927. package/app/node_modules/hono/dist/cjs/utils/concurrent.js +0 -61
  1928. package/app/node_modules/hono/dist/cjs/utils/constants.js +0 -27
  1929. package/app/node_modules/hono/dist/cjs/utils/cookie.js +0 -199
  1930. package/app/node_modules/hono/dist/cjs/utils/crypto.js +0 -69
  1931. package/app/node_modules/hono/dist/cjs/utils/encode.js +0 -54
  1932. package/app/node_modules/hono/dist/cjs/utils/filepath.js +0 -58
  1933. package/app/node_modules/hono/dist/cjs/utils/handler.js +0 -36
  1934. package/app/node_modules/hono/dist/cjs/utils/headers.js +0 -15
  1935. package/app/node_modules/hono/dist/cjs/utils/html.js +0 -150
  1936. package/app/node_modules/hono/dist/cjs/utils/http-status.js +0 -15
  1937. package/app/node_modules/hono/dist/cjs/utils/ipaddr.js +0 -318
  1938. package/app/node_modules/hono/dist/cjs/utils/jwt/index.js +0 -28
  1939. package/app/node_modules/hono/dist/cjs/utils/jwt/jwa.js +0 -42
  1940. package/app/node_modules/hono/dist/cjs/utils/jwt/jws.js +0 -215
  1941. package/app/node_modules/hono/dist/cjs/utils/jwt/jwt.js +0 -219
  1942. package/app/node_modules/hono/dist/cjs/utils/jwt/types.js +0 -161
  1943. package/app/node_modules/hono/dist/cjs/utils/jwt/utf8.js +0 -30
  1944. package/app/node_modules/hono/dist/cjs/utils/mime.js +0 -106
  1945. package/app/node_modules/hono/dist/cjs/utils/stream.js +0 -106
  1946. package/app/node_modules/hono/dist/cjs/utils/types.js +0 -15
  1947. package/app/node_modules/hono/dist/cjs/utils/url.js +0 -256
  1948. package/app/node_modules/hono/dist/cjs/validator/index.js +0 -27
  1949. package/app/node_modules/hono/dist/cjs/validator/utils.js +0 -15
  1950. package/app/node_modules/hono/dist/cjs/validator/validator.js +0 -108
  1951. package/app/node_modules/hono/dist/client/client.js +0 -189
  1952. package/app/node_modules/hono/dist/client/fetch-result-please.js +0 -62
  1953. package/app/node_modules/hono/dist/client/index.js +0 -8
  1954. package/app/node_modules/hono/dist/client/types.js +0 -0
  1955. package/app/node_modules/hono/dist/client/utils.js +0 -76
  1956. package/app/node_modules/hono/dist/compose.js +0 -46
  1957. package/app/node_modules/hono/dist/context.js +0 -427
  1958. package/app/node_modules/hono/dist/helper/accepts/accepts.js +0 -20
  1959. package/app/node_modules/hono/dist/helper/accepts/index.js +0 -5
  1960. package/app/node_modules/hono/dist/helper/adapter/index.js +0 -56
  1961. package/app/node_modules/hono/dist/helper/conninfo/index.js +0 -0
  1962. package/app/node_modules/hono/dist/helper/conninfo/types.js +0 -0
  1963. package/app/node_modules/hono/dist/helper/cookie/index.js +0 -102
  1964. package/app/node_modules/hono/dist/helper/css/common.js +0 -236
  1965. package/app/node_modules/hono/dist/helper/css/index.js +0 -140
  1966. package/app/node_modules/hono/dist/helper/dev/index.js +0 -55
  1967. package/app/node_modules/hono/dist/helper/factory/index.js +0 -30
  1968. package/app/node_modules/hono/dist/helper/html/index.js +0 -41
  1969. package/app/node_modules/hono/dist/helper/proxy/index.js +0 -93
  1970. package/app/node_modules/hono/dist/helper/route/index.js +0 -46
  1971. package/app/node_modules/hono/dist/helper/ssg/index.js +0 -19
  1972. package/app/node_modules/hono/dist/helper/ssg/middleware.js +0 -45
  1973. package/app/node_modules/hono/dist/helper/ssg/plugins.js +0 -47
  1974. package/app/node_modules/hono/dist/helper/ssg/ssg.js +0 -297
  1975. package/app/node_modules/hono/dist/helper/ssg/utils.js +0 -67
  1976. package/app/node_modules/hono/dist/helper/streaming/index.js +0 -10
  1977. package/app/node_modules/hono/dist/helper/streaming/sse.js +0 -68
  1978. package/app/node_modules/hono/dist/helper/streaming/stream.js +0 -34
  1979. package/app/node_modules/hono/dist/helper/streaming/text.js +0 -12
  1980. package/app/node_modules/hono/dist/helper/streaming/utils.js +0 -13
  1981. package/app/node_modules/hono/dist/helper/testing/index.js +0 -11
  1982. package/app/node_modules/hono/dist/helper/websocket/index.js +0 -57
  1983. package/app/node_modules/hono/dist/hono-base.js +0 -384
  1984. package/app/node_modules/hono/dist/hono.js +0 -21
  1985. package/app/node_modules/hono/dist/http-exception.js +0 -35
  1986. package/app/node_modules/hono/dist/index.js +0 -7
  1987. package/app/node_modules/hono/dist/jsx/base.js +0 -346
  1988. package/app/node_modules/hono/dist/jsx/children.js +0 -21
  1989. package/app/node_modules/hono/dist/jsx/components.js +0 -198
  1990. package/app/node_modules/hono/dist/jsx/constants.js +0 -15
  1991. package/app/node_modules/hono/dist/jsx/context.js +0 -162
  1992. package/app/node_modules/hono/dist/jsx/dom/client.js +0 -53
  1993. package/app/node_modules/hono/dist/jsx/dom/components.js +0 -32
  1994. package/app/node_modules/hono/dist/jsx/dom/context.js +0 -48
  1995. package/app/node_modules/hono/dist/jsx/dom/css.js +0 -150
  1996. package/app/node_modules/hono/dist/jsx/dom/hooks/index.js +0 -48
  1997. package/app/node_modules/hono/dist/jsx/dom/index.js +0 -142
  1998. package/app/node_modules/hono/dist/jsx/dom/intrinsic-element/components.js +0 -374
  1999. package/app/node_modules/hono/dist/jsx/dom/jsx-dev-runtime.js +0 -19
  2000. package/app/node_modules/hono/dist/jsx/dom/jsx-runtime.js +0 -8
  2001. package/app/node_modules/hono/dist/jsx/dom/render.js +0 -617
  2002. package/app/node_modules/hono/dist/jsx/dom/server.js +0 -33
  2003. package/app/node_modules/hono/dist/jsx/dom/utils.js +0 -10
  2004. package/app/node_modules/hono/dist/jsx/hooks/index.js +0 -331
  2005. package/app/node_modules/hono/dist/jsx/index.js +0 -103
  2006. package/app/node_modules/hono/dist/jsx/intrinsic-element/common.js +0 -24
  2007. package/app/node_modules/hono/dist/jsx/intrinsic-element/components.js +0 -165
  2008. package/app/node_modules/hono/dist/jsx/intrinsic-elements.js +0 -0
  2009. package/app/node_modules/hono/dist/jsx/jsx-dev-runtime.js +0 -18
  2010. package/app/node_modules/hono/dist/jsx/jsx-runtime.js +0 -44
  2011. package/app/node_modules/hono/dist/jsx/streaming.js +0 -155
  2012. package/app/node_modules/hono/dist/jsx/types.js +0 -0
  2013. package/app/node_modules/hono/dist/jsx/utils.js +0 -175
  2014. package/app/node_modules/hono/dist/middleware/basic-auth/index.js +0 -66
  2015. package/app/node_modules/hono/dist/middleware/bearer-auth/index.js +0 -92
  2016. package/app/node_modules/hono/dist/middleware/body-limit/index.js +0 -53
  2017. package/app/node_modules/hono/dist/middleware/cache/index.js +0 -197
  2018. package/app/node_modules/hono/dist/middleware/combine/index.js +0 -77
  2019. package/app/node_modules/hono/dist/middleware/compress/index.js +0 -74
  2020. package/app/node_modules/hono/dist/middleware/context-storage/index.js +0 -23
  2021. package/app/node_modules/hono/dist/middleware/cors/index.js +0 -87
  2022. package/app/node_modules/hono/dist/middleware/csrf/index.js +0 -55
  2023. package/app/node_modules/hono/dist/middleware/etag/digest.js +0 -79
  2024. package/app/node_modules/hono/dist/middleware/etag/index.js +0 -76
  2025. package/app/node_modules/hono/dist/middleware/ip-restriction/index.js +0 -162
  2026. package/app/node_modules/hono/dist/middleware/jsx-renderer/index.js +0 -58
  2027. package/app/node_modules/hono/dist/middleware/jwk/index.js +0 -5
  2028. package/app/node_modules/hono/dist/middleware/jwk/jwk.js +0 -117
  2029. package/app/node_modules/hono/dist/middleware/jwt/index.js +0 -11
  2030. package/app/node_modules/hono/dist/middleware/jwt/jwt.js +0 -119
  2031. package/app/node_modules/hono/dist/middleware/language/index.js +0 -15
  2032. package/app/node_modules/hono/dist/middleware/language/language.js +0 -172
  2033. package/app/node_modules/hono/dist/middleware/logger/index.js +0 -44
  2034. package/app/node_modules/hono/dist/middleware/method-not-allowed/index.js +0 -68
  2035. package/app/node_modules/hono/dist/middleware/method-override/index.js +0 -84
  2036. package/app/node_modules/hono/dist/middleware/powered-by/index.js +0 -10
  2037. package/app/node_modules/hono/dist/middleware/pretty-json/index.js +0 -15
  2038. package/app/node_modules/hono/dist/middleware/request-id/index.js +0 -5
  2039. package/app/node_modules/hono/dist/middleware/request-id/request-id.js +0 -21
  2040. package/app/node_modules/hono/dist/middleware/secure-headers/index.js +0 -6
  2041. package/app/node_modules/hono/dist/middleware/secure-headers/permissions-policy.js +0 -0
  2042. package/app/node_modules/hono/dist/middleware/secure-headers/secure-headers.js +0 -175
  2043. package/app/node_modules/hono/dist/middleware/serve-static/index.js +0 -77
  2044. package/app/node_modules/hono/dist/middleware/serve-static/path.js +0 -18
  2045. package/app/node_modules/hono/dist/middleware/timeout/index.js +0 -25
  2046. package/app/node_modules/hono/dist/middleware/timing/index.js +0 -9
  2047. package/app/node_modules/hono/dist/middleware/timing/timing.js +0 -104
  2048. package/app/node_modules/hono/dist/middleware/trailing-slash/index.js +0 -39
  2049. package/app/node_modules/hono/dist/preset/quick.js +0 -16
  2050. package/app/node_modules/hono/dist/preset/tiny.js +0 -12
  2051. package/app/node_modules/hono/dist/request/constants.js +0 -5
  2052. package/app/node_modules/hono/dist/request.js +0 -319
  2053. package/app/node_modules/hono/dist/router/linear-router/index.js +0 -5
  2054. package/app/node_modules/hono/dist/router/linear-router/router.js +0 -118
  2055. package/app/node_modules/hono/dist/router/pattern-router/index.js +0 -5
  2056. package/app/node_modules/hono/dist/router/pattern-router/router.js +0 -48
  2057. package/app/node_modules/hono/dist/router/reg-exp-router/index.js +0 -9
  2058. package/app/node_modules/hono/dist/router/reg-exp-router/matcher.js +0 -25
  2059. package/app/node_modules/hono/dist/router/reg-exp-router/node.js +0 -110
  2060. package/app/node_modules/hono/dist/router/reg-exp-router/prepared-router.js +0 -142
  2061. package/app/node_modules/hono/dist/router/reg-exp-router/router.js +0 -169
  2062. package/app/node_modules/hono/dist/router/reg-exp-router/trie.js +0 -67
  2063. package/app/node_modules/hono/dist/router/smart-router/index.js +0 -5
  2064. package/app/node_modules/hono/dist/router/smart-router/router.js +0 -58
  2065. package/app/node_modules/hono/dist/router/trie-router/index.js +0 -5
  2066. package/app/node_modules/hono/dist/router/trie-router/node.js +0 -188
  2067. package/app/node_modules/hono/dist/router/trie-router/router.js +0 -26
  2068. package/app/node_modules/hono/dist/router.js +0 -14
  2069. package/app/node_modules/hono/dist/types/adapter/aws-lambda/conninfo.d.ts +0 -27
  2070. package/app/node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts +0 -184
  2071. package/app/node_modules/hono/dist/types/adapter/aws-lambda/index.d.ts +0 -8
  2072. package/app/node_modules/hono/dist/types/adapter/aws-lambda/types.d.ts +0 -153
  2073. package/app/node_modules/hono/dist/types/adapter/bun/conninfo.d.ts +0 -7
  2074. package/app/node_modules/hono/dist/types/adapter/bun/index.d.ts +0 -10
  2075. package/app/node_modules/hono/dist/types/adapter/bun/serve-static.d.ts +0 -3
  2076. package/app/node_modules/hono/dist/types/adapter/bun/server.d.ts +0 -12
  2077. package/app/node_modules/hono/dist/types/adapter/bun/ssg.d.ts +0 -13
  2078. package/app/node_modules/hono/dist/types/adapter/bun/websocket.d.ts +0 -39
  2079. package/app/node_modules/hono/dist/types/adapter/cloudflare-pages/conninfo.d.ts +0 -21
  2080. package/app/node_modules/hono/dist/types/adapter/cloudflare-pages/handler.d.ts +0 -33
  2081. package/app/node_modules/hono/dist/types/adapter/cloudflare-pages/index.d.ts +0 -7
  2082. package/app/node_modules/hono/dist/types/adapter/cloudflare-workers/conninfo.d.ts +0 -2
  2083. package/app/node_modules/hono/dist/types/adapter/cloudflare-workers/index.d.ts +0 -7
  2084. package/app/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static-module.d.ts +0 -4
  2085. package/app/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static.d.ts +0 -16
  2086. package/app/node_modules/hono/dist/types/adapter/cloudflare-workers/utils.d.ts +0 -5
  2087. package/app/node_modules/hono/dist/types/adapter/cloudflare-workers/websocket.d.ts +0 -2
  2088. package/app/node_modules/hono/dist/types/adapter/deno/conninfo.d.ts +0 -7
  2089. package/app/node_modules/hono/dist/types/adapter/deno/index.d.ts +0 -8
  2090. package/app/node_modules/hono/dist/types/adapter/deno/serve-static.d.ts +0 -3
  2091. package/app/node_modules/hono/dist/types/adapter/deno/ssg.d.ts +0 -13
  2092. package/app/node_modules/hono/dist/types/adapter/deno/websocket.d.ts +0 -2
  2093. package/app/node_modules/hono/dist/types/adapter/lambda-edge/conninfo.d.ts +0 -2
  2094. package/app/node_modules/hono/dist/types/adapter/lambda-edge/handler.d.ts +0 -87
  2095. package/app/node_modules/hono/dist/types/adapter/lambda-edge/index.d.ts +0 -7
  2096. package/app/node_modules/hono/dist/types/adapter/netlify/conninfo.d.ts +0 -21
  2097. package/app/node_modules/hono/dist/types/adapter/netlify/handler.d.ts +0 -2
  2098. package/app/node_modules/hono/dist/types/adapter/netlify/index.d.ts +0 -5
  2099. package/app/node_modules/hono/dist/types/adapter/netlify/mod.d.ts +0 -2
  2100. package/app/node_modules/hono/dist/types/adapter/service-worker/handler.d.ts +0 -16
  2101. package/app/node_modules/hono/dist/types/adapter/service-worker/index.d.ts +0 -28
  2102. package/app/node_modules/hono/dist/types/adapter/service-worker/types.d.ts +0 -12
  2103. package/app/node_modules/hono/dist/types/adapter/vercel/conninfo.d.ts +0 -2
  2104. package/app/node_modules/hono/dist/types/adapter/vercel/handler.d.ts +0 -2
  2105. package/app/node_modules/hono/dist/types/adapter/vercel/index.d.ts +0 -6
  2106. package/app/node_modules/hono/dist/types/client/client.d.ts +0 -4
  2107. package/app/node_modules/hono/dist/types/client/fetch-result-please.d.ts +0 -35
  2108. package/app/node_modules/hono/dist/types/client/index.d.ts +0 -7
  2109. package/app/node_modules/hono/dist/types/client/types.d.ts +0 -229
  2110. package/app/node_modules/hono/dist/types/client/utils.d.ts +0 -18
  2111. package/app/node_modules/hono/dist/types/compose.d.ts +0 -14
  2112. package/app/node_modules/hono/dist/types/context.d.ts +0 -455
  2113. package/app/node_modules/hono/dist/types/helper/accepts/accepts.d.ts +0 -30
  2114. package/app/node_modules/hono/dist/types/helper/accepts/index.d.ts +0 -5
  2115. package/app/node_modules/hono/dist/types/helper/adapter/index.d.ts +0 -12
  2116. package/app/node_modules/hono/dist/types/helper/conninfo/index.d.ts +0 -5
  2117. package/app/node_modules/hono/dist/types/helper/conninfo/types.d.ts +0 -36
  2118. package/app/node_modules/hono/dist/types/helper/cookie/index.d.ts +0 -24
  2119. package/app/node_modules/hono/dist/types/helper/css/common.d.ts +0 -59
  2120. package/app/node_modules/hono/dist/types/helper/css/index.d.ts +0 -80
  2121. package/app/node_modules/hono/dist/types/helper/dev/index.d.ts +0 -20
  2122. package/app/node_modules/hono/dist/types/helper/factory/index.d.ts +0 -82
  2123. package/app/node_modules/hono/dist/types/helper/html/index.d.ts +0 -8
  2124. package/app/node_modules/hono/dist/types/helper/proxy/index.d.ts +0 -72
  2125. package/app/node_modules/hono/dist/types/helper/route/index.d.ts +0 -75
  2126. package/app/node_modules/hono/dist/types/helper/ssg/index.d.ts +0 -7
  2127. package/app/node_modules/hono/dist/types/helper/ssg/middleware.d.ts +0 -44
  2128. package/app/node_modules/hono/dist/types/helper/ssg/plugins.d.ts +0 -27
  2129. package/app/node_modules/hono/dist/types/helper/ssg/ssg.d.ts +0 -91
  2130. package/app/node_modules/hono/dist/types/helper/ssg/utils.d.ts +0 -16
  2131. package/app/node_modules/hono/dist/types/helper/streaming/index.d.ts +0 -8
  2132. package/app/node_modules/hono/dist/types/helper/streaming/sse.d.ts +0 -13
  2133. package/app/node_modules/hono/dist/types/helper/streaming/stream.d.ts +0 -3
  2134. package/app/node_modules/hono/dist/types/helper/streaming/text.d.ts +0 -3
  2135. package/app/node_modules/hono/dist/types/helper/streaming/utils.d.ts +0 -1
  2136. package/app/node_modules/hono/dist/types/helper/testing/index.d.ts +0 -12
  2137. package/app/node_modules/hono/dist/types/helper/websocket/index.d.ts +0 -69
  2138. package/app/node_modules/hono/dist/types/hono-base.d.ts +0 -221
  2139. package/app/node_modules/hono/dist/types/hono.d.ts +0 -19
  2140. package/app/node_modules/hono/dist/types/http-exception.d.ts +0 -59
  2141. package/app/node_modules/hono/dist/types/index.d.ts +0 -37
  2142. package/app/node_modules/hono/dist/types/jsx/base.d.ts +0 -58
  2143. package/app/node_modules/hono/dist/types/jsx/children.d.ts +0 -9
  2144. package/app/node_modules/hono/dist/types/jsx/components.d.ts +0 -15
  2145. package/app/node_modules/hono/dist/types/jsx/constants.d.ts +0 -6
  2146. package/app/node_modules/hono/dist/types/jsx/context.d.ts +0 -51
  2147. package/app/node_modules/hono/dist/types/jsx/dom/client.d.ts +0 -31
  2148. package/app/node_modules/hono/dist/types/jsx/dom/components.d.ts +0 -10
  2149. package/app/node_modules/hono/dist/types/jsx/dom/context.d.ts +0 -3
  2150. package/app/node_modules/hono/dist/types/jsx/dom/css.d.ts +0 -83
  2151. package/app/node_modules/hono/dist/types/jsx/dom/hooks/index.d.ts +0 -39
  2152. package/app/node_modules/hono/dist/types/jsx/dom/index.d.ts +0 -88
  2153. package/app/node_modules/hono/dist/types/jsx/dom/intrinsic-element/components.d.ts +0 -16
  2154. package/app/node_modules/hono/dist/types/jsx/dom/jsx-dev-runtime.d.ts +0 -8
  2155. package/app/node_modules/hono/dist/types/jsx/dom/jsx-runtime.d.ts +0 -7
  2156. package/app/node_modules/hono/dist/types/jsx/dom/render.d.ts +0 -73
  2157. package/app/node_modules/hono/dist/types/jsx/dom/server.d.ts +0 -106
  2158. package/app/node_modules/hono/dist/types/jsx/dom/utils.d.ts +0 -1
  2159. package/app/node_modules/hono/dist/types/jsx/hooks/index.d.ts +0 -47
  2160. package/app/node_modules/hono/dist/types/jsx/index.d.ts +0 -75
  2161. package/app/node_modules/hono/dist/types/jsx/intrinsic-element/common.d.ts +0 -6
  2162. package/app/node_modules/hono/dist/types/jsx/intrinsic-element/components.d.ts +0 -13
  2163. package/app/node_modules/hono/dist/types/jsx/intrinsic-elements.d.ts +0 -722
  2164. package/app/node_modules/hono/dist/types/jsx/jsx-dev-runtime.d.ts +0 -8
  2165. package/app/node_modules/hono/dist/types/jsx/jsx-runtime.d.ts +0 -12
  2166. package/app/node_modules/hono/dist/types/jsx/streaming.d.ts +0 -36
  2167. package/app/node_modules/hono/dist/types/jsx/types.d.ts +0 -35
  2168. package/app/node_modules/hono/dist/types/jsx/utils.d.ts +0 -4
  2169. package/app/node_modules/hono/dist/types/middleware/basic-auth/index.d.ts +0 -75
  2170. package/app/node_modules/hono/dist/types/middleware/bearer-auth/index.d.ts +0 -92
  2171. package/app/node_modules/hono/dist/types/middleware/body-limit/index.d.ts +0 -45
  2172. package/app/node_modules/hono/dist/types/middleware/cache/index.d.ts +0 -45
  2173. package/app/node_modules/hono/dist/types/middleware/combine/index.d.ts +0 -85
  2174. package/app/node_modules/hono/dist/types/middleware/compress/index.d.ts +0 -40
  2175. package/app/node_modules/hono/dist/types/middleware/context-storage/index.d.ts +0 -40
  2176. package/app/node_modules/hono/dist/types/middleware/cors/index.d.ts +0 -55
  2177. package/app/node_modules/hono/dist/types/middleware/csrf/index.d.ts +0 -78
  2178. package/app/node_modules/hono/dist/types/middleware/etag/digest.d.ts +0 -1
  2179. package/app/node_modules/hono/dist/types/middleware/etag/index.d.ts +0 -42
  2180. package/app/node_modules/hono/dist/types/middleware/ip-restriction/index.d.ts +0 -67
  2181. package/app/node_modules/hono/dist/types/middleware/jsx-renderer/index.d.ts +0 -77
  2182. package/app/node_modules/hono/dist/types/middleware/jwk/index.d.ts +0 -1
  2183. package/app/node_modules/hono/dist/types/middleware/jwk/jwk.d.ts +0 -56
  2184. package/app/node_modules/hono/dist/types/middleware/jwt/index.d.ts +0 -8
  2185. package/app/node_modules/hono/dist/types/middleware/jwt/jwt.d.ts +0 -69
  2186. package/app/node_modules/hono/dist/types/middleware/language/index.d.ts +0 -7
  2187. package/app/node_modules/hono/dist/types/middleware/language/language.d.ts +0 -120
  2188. package/app/node_modules/hono/dist/types/middleware/logger/index.d.ts +0 -24
  2189. package/app/node_modules/hono/dist/types/middleware/method-not-allowed/index.d.ts +0 -49
  2190. package/app/node_modules/hono/dist/types/middleware/method-override/index.d.ts +0 -48
  2191. package/app/node_modules/hono/dist/types/middleware/powered-by/index.d.ts +0 -29
  2192. package/app/node_modules/hono/dist/types/middleware/pretty-json/index.d.ts +0 -42
  2193. package/app/node_modules/hono/dist/types/middleware/request-id/index.d.ts +0 -7
  2194. package/app/node_modules/hono/dist/types/middleware/request-id/request-id.d.ts +0 -37
  2195. package/app/node_modules/hono/dist/types/middleware/secure-headers/index.d.ts +0 -8
  2196. package/app/node_modules/hono/dist/types/middleware/secure-headers/permissions-policy.d.ts +0 -14
  2197. package/app/node_modules/hono/dist/types/middleware/secure-headers/secure-headers.d.ts +0 -109
  2198. package/app/node_modules/hono/dist/types/middleware/serve-static/index.d.ts +0 -31
  2199. package/app/node_modules/hono/dist/types/middleware/serve-static/path.d.ts +0 -5
  2200. package/app/node_modules/hono/dist/types/middleware/timeout/index.d.ts +0 -31
  2201. package/app/node_modules/hono/dist/types/middleware/timing/index.d.ts +0 -7
  2202. package/app/node_modules/hono/dist/types/middleware/timing/timing.d.ts +0 -129
  2203. package/app/node_modules/hono/dist/types/middleware/trailing-slash/index.d.ts +0 -94
  2204. package/app/node_modules/hono/dist/types/package.json +0 -3
  2205. package/app/node_modules/hono/dist/types/preset/quick.d.ts +0 -10
  2206. package/app/node_modules/hono/dist/types/preset/tiny.d.ts +0 -10
  2207. package/app/node_modules/hono/dist/types/request/constants.d.ts +0 -1
  2208. package/app/node_modules/hono/dist/types/request.d.ts +0 -324
  2209. package/app/node_modules/hono/dist/types/router/linear-router/index.d.ts +0 -5
  2210. package/app/node_modules/hono/dist/types/router/linear-router/router.d.ts +0 -7
  2211. package/app/node_modules/hono/dist/types/router/pattern-router/index.d.ts +0 -5
  2212. package/app/node_modules/hono/dist/types/router/pattern-router/router.d.ts +0 -7
  2213. package/app/node_modules/hono/dist/types/router/reg-exp-router/index.d.ts +0 -6
  2214. package/app/node_modules/hono/dist/types/router/reg-exp-router/matcher.d.ts +0 -7
  2215. package/app/node_modules/hono/dist/types/router/reg-exp-router/node.d.ts +0 -10
  2216. package/app/node_modules/hono/dist/types/router/reg-exp-router/prepared-router.d.ts +0 -17
  2217. package/app/node_modules/hono/dist/types/router/reg-exp-router/router.d.ts +0 -11
  2218. package/app/node_modules/hono/dist/types/router/reg-exp-router/trie.d.ts +0 -8
  2219. package/app/node_modules/hono/dist/types/router/smart-router/index.d.ts +0 -5
  2220. package/app/node_modules/hono/dist/types/router/smart-router/router.d.ts +0 -11
  2221. package/app/node_modules/hono/dist/types/router/trie-router/index.d.ts +0 -5
  2222. package/app/node_modules/hono/dist/types/router/trie-router/node.d.ts +0 -7
  2223. package/app/node_modules/hono/dist/types/router/trie-router/router.d.ts +0 -8
  2224. package/app/node_modules/hono/dist/types/router.d.ts +0 -97
  2225. package/app/node_modules/hono/dist/types/types.d.ts +0 -573
  2226. package/app/node_modules/hono/dist/types/utils/accept.d.ts +0 -6
  2227. package/app/node_modules/hono/dist/types/utils/basic-auth.d.ts +0 -5
  2228. package/app/node_modules/hono/dist/types/utils/body.d.ts +0 -79
  2229. package/app/node_modules/hono/dist/types/utils/buffer.d.ts +0 -17
  2230. package/app/node_modules/hono/dist/types/utils/color.d.ts +0 -21
  2231. package/app/node_modules/hono/dist/types/utils/compress.d.ts +0 -8
  2232. package/app/node_modules/hono/dist/types/utils/concurrent.d.ts +0 -11
  2233. package/app/node_modules/hono/dist/types/utils/constants.d.ts +0 -4
  2234. package/app/node_modules/hono/dist/types/utils/cookie.d.ts +0 -40
  2235. package/app/node_modules/hono/dist/types/utils/crypto.d.ts +0 -15
  2236. package/app/node_modules/hono/dist/types/utils/encode.d.ts +0 -8
  2237. package/app/node_modules/hono/dist/types/utils/filepath.d.ts +0 -12
  2238. package/app/node_modules/hono/dist/types/utils/handler.d.ts +0 -6
  2239. package/app/node_modules/hono/dist/types/utils/headers.d.ts +0 -8
  2240. package/app/node_modules/hono/dist/types/utils/html.d.ts +0 -44
  2241. package/app/node_modules/hono/dist/types/utils/http-status.d.ts +0 -32
  2242. package/app/node_modules/hono/dist/types/utils/ipaddr.d.ts +0 -56
  2243. package/app/node_modules/hono/dist/types/utils/jwt/index.d.ts +0 -18
  2244. package/app/node_modules/hono/dist/types/utils/jwt/jwa.d.ts +0 -23
  2245. package/app/node_modules/hono/dist/types/utils/jwt/jws.d.ts +0 -12
  2246. package/app/node_modules/hono/dist/types/utils/jwt/jwt.d.ts +0 -43
  2247. package/app/node_modules/hono/dist/types/utils/jwt/types.d.ts +0 -86
  2248. package/app/node_modules/hono/dist/types/utils/jwt/utf8.d.ts +0 -6
  2249. package/app/node_modules/hono/dist/types/utils/mime.d.ts +0 -70
  2250. package/app/node_modules/hono/dist/types/utils/stream.d.ts +0 -31
  2251. package/app/node_modules/hono/dist/types/utils/types.d.ts +0 -74
  2252. package/app/node_modules/hono/dist/types/utils/url.d.ts +0 -40
  2253. package/app/node_modules/hono/dist/types/validator/index.d.ts +0 -7
  2254. package/app/node_modules/hono/dist/types/validator/utils.d.ts +0 -29
  2255. package/app/node_modules/hono/dist/types/validator/validator.d.ts +0 -16
  2256. package/app/node_modules/hono/dist/types.js +0 -6
  2257. package/app/node_modules/hono/dist/utils/accept.js +0 -223
  2258. package/app/node_modules/hono/dist/utils/basic-auth.js +0 -23
  2259. package/app/node_modules/hono/dist/utils/body.js +0 -89
  2260. package/app/node_modules/hono/dist/utils/buffer.js +0 -78
  2261. package/app/node_modules/hono/dist/utils/color.js +0 -25
  2262. package/app/node_modules/hono/dist/utils/compress.js +0 -5
  2263. package/app/node_modules/hono/dist/utils/concurrent.js +0 -39
  2264. package/app/node_modules/hono/dist/utils/constants.js +0 -5
  2265. package/app/node_modules/hono/dist/utils/cookie.js +0 -174
  2266. package/app/node_modules/hono/dist/utils/crypto.js +0 -44
  2267. package/app/node_modules/hono/dist/utils/encode.js +0 -29
  2268. package/app/node_modules/hono/dist/utils/filepath.js +0 -35
  2269. package/app/node_modules/hono/dist/utils/handler.js +0 -13
  2270. package/app/node_modules/hono/dist/utils/headers.js +0 -0
  2271. package/app/node_modules/hono/dist/utils/html.js +0 -123
  2272. package/app/node_modules/hono/dist/utils/http-status.js +0 -0
  2273. package/app/node_modules/hono/dist/utils/ipaddr.js +0 -288
  2274. package/app/node_modules/hono/dist/utils/jwt/index.js +0 -6
  2275. package/app/node_modules/hono/dist/utils/jwt/jwa.js +0 -20
  2276. package/app/node_modules/hono/dist/utils/jwt/jws.js +0 -192
  2277. package/app/node_modules/hono/dist/utils/jwt/jwt.js +0 -207
  2278. package/app/node_modules/hono/dist/utils/jwt/types.js +0 -124
  2279. package/app/node_modules/hono/dist/utils/jwt/utf8.js +0 -7
  2280. package/app/node_modules/hono/dist/utils/mime.js +0 -82
  2281. package/app/node_modules/hono/dist/utils/stream.js +0 -84
  2282. package/app/node_modules/hono/dist/utils/types.js +0 -0
  2283. package/app/node_modules/hono/dist/utils/url.js +0 -221
  2284. package/app/node_modules/hono/dist/validator/index.js +0 -5
  2285. package/app/node_modules/hono/dist/validator/utils.js +0 -0
  2286. package/app/node_modules/hono/dist/validator/validator.js +0 -86
  2287. package/app/node_modules/hono/package.json +0 -706
  2288. package/app/node_modules/http-errors/HISTORY.md +0 -186
  2289. package/app/node_modules/http-errors/LICENSE +0 -23
  2290. package/app/node_modules/http-errors/README.md +0 -169
  2291. package/app/node_modules/http-errors/index.js +0 -290
  2292. package/app/node_modules/http-errors/package.json +0 -54
  2293. package/app/node_modules/iconv-lite/LICENSE +0 -21
  2294. package/app/node_modules/iconv-lite/README.md +0 -138
  2295. package/app/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -532
  2296. package/app/node_modules/iconv-lite/encodings/dbcs-data.js +0 -185
  2297. package/app/node_modules/iconv-lite/encodings/index.js +0 -23
  2298. package/app/node_modules/iconv-lite/encodings/internal.js +0 -218
  2299. package/app/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -75
  2300. package/app/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
  2301. package/app/node_modules/iconv-lite/encodings/sbcs-data.js +0 -180
  2302. package/app/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  2303. package/app/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  2304. package/app/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  2305. package/app/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  2306. package/app/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  2307. package/app/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  2308. package/app/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
  2309. package/app/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  2310. package/app/node_modules/iconv-lite/encodings/utf16.js +0 -187
  2311. package/app/node_modules/iconv-lite/encodings/utf32.js +0 -314
  2312. package/app/node_modules/iconv-lite/encodings/utf7.js +0 -283
  2313. package/app/node_modules/iconv-lite/lib/bom-handling.js +0 -48
  2314. package/app/node_modules/iconv-lite/lib/helpers/merge-exports.js +0 -13
  2315. package/app/node_modules/iconv-lite/lib/index.d.ts +0 -129
  2316. package/app/node_modules/iconv-lite/lib/index.js +0 -182
  2317. package/app/node_modules/iconv-lite/lib/streams.js +0 -105
  2318. package/app/node_modules/iconv-lite/package.json +0 -70
  2319. package/app/node_modules/iconv-lite/types/encodings.d.ts +0 -425
  2320. package/app/node_modules/inherits/LICENSE +0 -16
  2321. package/app/node_modules/inherits/README.md +0 -42
  2322. package/app/node_modules/inherits/inherits.js +0 -9
  2323. package/app/node_modules/inherits/inherits_browser.js +0 -27
  2324. package/app/node_modules/inherits/package.json +0 -29
  2325. package/app/node_modules/ip-address/LICENSE +0 -19
  2326. package/app/node_modules/ip-address/README.md +0 -298
  2327. package/app/node_modules/ip-address/dist/address-error.d.ts +0 -15
  2328. package/app/node_modules/ip-address/dist/address-error.js +0 -12
  2329. package/app/node_modules/ip-address/dist/common.d.ts +0 -49
  2330. package/app/node_modules/ip-address/dist/common.js +0 -106
  2331. package/app/node_modules/ip-address/dist/ip-address.d.ts +0 -7
  2332. package/app/node_modules/ip-address/dist/ip-address.js +0 -35
  2333. package/app/node_modules/ip-address/dist/ipv4.d.ts +0 -290
  2334. package/app/node_modules/ip-address/dist/ipv4.js +0 -505
  2335. package/app/node_modules/ip-address/dist/ipv6.d.ts +0 -561
  2336. package/app/node_modules/ip-address/dist/ipv6.js +0 -1353
  2337. package/app/node_modules/ip-address/dist/v4/constants.d.ts +0 -4
  2338. package/app/node_modules/ip-address/dist/v4/constants.js +0 -12
  2339. package/app/node_modules/ip-address/dist/v6/constants.d.ts +0 -44
  2340. package/app/node_modules/ip-address/dist/v6/constants.js +0 -82
  2341. package/app/node_modules/ip-address/dist/v6/helpers.d.ts +0 -18
  2342. package/app/node_modules/ip-address/dist/v6/helpers.js +0 -54
  2343. package/app/node_modules/ip-address/dist/v6/regular-expressions.d.ts +0 -5
  2344. package/app/node_modules/ip-address/dist/v6/regular-expressions.js +0 -95
  2345. package/app/node_modules/ip-address/package.json +0 -90
  2346. package/app/node_modules/ipaddr.js/LICENSE +0 -19
  2347. package/app/node_modules/ipaddr.js/README.md +0 -233
  2348. package/app/node_modules/ipaddr.js/ipaddr.min.js +0 -1
  2349. package/app/node_modules/ipaddr.js/lib/ipaddr.js +0 -673
  2350. package/app/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +0 -68
  2351. package/app/node_modules/ipaddr.js/package.json +0 -35
  2352. package/app/node_modules/is-promise/LICENSE +0 -19
  2353. package/app/node_modules/is-promise/index.d.ts +0 -2
  2354. package/app/node_modules/is-promise/index.js +0 -6
  2355. package/app/node_modules/is-promise/index.mjs +0 -3
  2356. package/app/node_modules/is-promise/package.json +0 -30
  2357. package/app/node_modules/is-promise/readme.md +0 -33
  2358. package/app/node_modules/isexe/LICENSE +0 -15
  2359. package/app/node_modules/isexe/README.md +0 -51
  2360. package/app/node_modules/isexe/index.js +0 -57
  2361. package/app/node_modules/isexe/mode.js +0 -41
  2362. package/app/node_modules/isexe/package.json +0 -31
  2363. package/app/node_modules/isexe/test/basic.js +0 -221
  2364. package/app/node_modules/isexe/windows.js +0 -42
  2365. package/app/node_modules/jose/LICENSE.md +0 -21
  2366. package/app/node_modules/jose/README.md +0 -150
  2367. package/app/node_modules/jose/dist/types/index.d.ts +0 -56
  2368. package/app/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +0 -37
  2369. package/app/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +0 -53
  2370. package/app/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +0 -37
  2371. package/app/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +0 -71
  2372. package/app/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +0 -43
  2373. package/app/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +0 -73
  2374. package/app/node_modules/jose/dist/types/jwk/embedded.d.ts +0 -13
  2375. package/app/node_modules/jose/dist/types/jwk/thumbprint.d.ts +0 -17
  2376. package/app/node_modules/jose/dist/types/jwks/local.d.ts +0 -20
  2377. package/app/node_modules/jose/dist/types/jwks/remote.d.ts +0 -106
  2378. package/app/node_modules/jose/dist/types/jws/compact/sign.d.ts +0 -25
  2379. package/app/node_modules/jose/dist/types/jws/compact/verify.d.ts +0 -37
  2380. package/app/node_modules/jose/dist/types/jws/flattened/sign.d.ts +0 -31
  2381. package/app/node_modules/jose/dist/types/jws/flattened/verify.d.ts +0 -37
  2382. package/app/node_modules/jose/dist/types/jws/general/sign.d.ts +0 -52
  2383. package/app/node_modules/jose/dist/types/jws/general/verify.d.ts +0 -44
  2384. package/app/node_modules/jose/dist/types/jwt/decrypt.d.ts +0 -41
  2385. package/app/node_modules/jose/dist/types/jwt/encrypt.d.ts +0 -67
  2386. package/app/node_modules/jose/dist/types/jwt/sign.d.ts +0 -32
  2387. package/app/node_modules/jose/dist/types/jwt/unsecured.d.ts +0 -34
  2388. package/app/node_modules/jose/dist/types/jwt/verify.d.ts +0 -38
  2389. package/app/node_modules/jose/dist/types/key/export.d.ts +0 -19
  2390. package/app/node_modules/jose/dist/types/key/generate_key_pair.d.ts +0 -40
  2391. package/app/node_modules/jose/dist/types/key/generate_secret.d.ts +0 -37
  2392. package/app/node_modules/jose/dist/types/key/import.d.ts +0 -73
  2393. package/app/node_modules/jose/dist/types/types.d.ts +0 -869
  2394. package/app/node_modules/jose/dist/types/util/base64url.d.ts +0 -16
  2395. package/app/node_modules/jose/dist/types/util/decode_jwt.d.ts +0 -10
  2396. package/app/node_modules/jose/dist/types/util/decode_protected_header.d.ts +0 -9
  2397. package/app/node_modules/jose/dist/types/util/errors.d.ts +0 -220
  2398. package/app/node_modules/jose/dist/webapi/index.js +0 -32
  2399. package/app/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +0 -9
  2400. package/app/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +0 -27
  2401. package/app/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +0 -11
  2402. package/app/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +0 -72
  2403. package/app/node_modules/jose/dist/webapi/jwe/general/decrypt.js +0 -51
  2404. package/app/node_modules/jose/dist/webapi/jwe/general/encrypt.js +0 -166
  2405. package/app/node_modules/jose/dist/webapi/jwk/embedded.js +0 -19
  2406. package/app/node_modules/jose/dist/webapi/jwk/thumbprint.js +0 -68
  2407. package/app/node_modules/jose/dist/webapi/jwks/local.js +0 -78
  2408. package/app/node_modules/jose/dist/webapi/jwks/remote.js +0 -170
  2409. package/app/node_modules/jose/dist/webapi/jws/compact/sign.js +0 -21
  2410. package/app/node_modules/jose/dist/webapi/jws/compact/verify.js +0 -9
  2411. package/app/node_modules/jose/dist/webapi/jws/flattened/sign.js +0 -31
  2412. package/app/node_modules/jose/dist/webapi/jws/flattened/verify.js +0 -24
  2413. package/app/node_modules/jose/dist/webapi/jws/general/sign.js +0 -74
  2414. package/app/node_modules/jose/dist/webapi/jws/general/verify.js +0 -44
  2415. package/app/node_modules/jose/dist/webapi/jwt/decrypt.js +0 -23
  2416. package/app/node_modules/jose/dist/webapi/jwt/encrypt.js +0 -101
  2417. package/app/node_modules/jose/dist/webapi/jwt/sign.js +0 -51
  2418. package/app/node_modules/jose/dist/webapi/jwt/unsecured.js +0 -64
  2419. package/app/node_modules/jose/dist/webapi/jwt/verify.js +0 -15
  2420. package/app/node_modules/jose/dist/webapi/key/export.js +0 -44
  2421. package/app/node_modules/jose/dist/webapi/key/generate_key_pair.js +0 -48
  2422. package/app/node_modules/jose/dist/webapi/key/generate_secret.js +0 -40
  2423. package/app/node_modules/jose/dist/webapi/key/import.js +0 -57
  2424. package/app/node_modules/jose/dist/webapi/lib/asn1.js +0 -174
  2425. package/app/node_modules/jose/dist/webapi/lib/base64.js +0 -22
  2426. package/app/node_modules/jose/dist/webapi/lib/buffer_utils.js +0 -44
  2427. package/app/node_modules/jose/dist/webapi/lib/content_encryption.js +0 -142
  2428. package/app/node_modules/jose/dist/webapi/lib/crypto_key.js +0 -28
  2429. package/app/node_modules/jose/dist/webapi/lib/deflate.js +0 -44
  2430. package/app/node_modules/jose/dist/webapi/lib/helpers.js +0 -42
  2431. package/app/node_modules/jose/dist/webapi/lib/invalid_key_input.js +0 -26
  2432. package/app/node_modules/jose/dist/webapi/lib/is_key_like.js +0 -17
  2433. package/app/node_modules/jose/dist/webapi/lib/jwe_algorithms.js +0 -107
  2434. package/app/node_modules/jose/dist/webapi/lib/jwe_decrypt.js +0 -186
  2435. package/app/node_modules/jose/dist/webapi/lib/jwe_encrypt.js +0 -110
  2436. package/app/node_modules/jose/dist/webapi/lib/jwk_to_key.js +0 -17
  2437. package/app/node_modules/jose/dist/webapi/lib/jws_algorithms.js +0 -73
  2438. package/app/node_modules/jose/dist/webapi/lib/jws_sign.js +0 -74
  2439. package/app/node_modules/jose/dist/webapi/lib/jws_verify.js +0 -107
  2440. package/app/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +0 -197
  2441. package/app/node_modules/jose/dist/webapi/lib/key.js +0 -132
  2442. package/app/node_modules/jose/dist/webapi/lib/key_algorithm.js +0 -10
  2443. package/app/node_modules/jose/dist/webapi/lib/key_descriptor.js +0 -7
  2444. package/app/node_modules/jose/dist/webapi/lib/key_management.js +0 -256
  2445. package/app/node_modules/jose/dist/webapi/lib/options.js +0 -48
  2446. package/app/node_modules/jose/dist/webapi/lib/signing.js +0 -26
  2447. package/app/node_modules/jose/dist/webapi/lib/type_checks.js +0 -35
  2448. package/app/node_modules/jose/dist/webapi/util/base64url.js +0 -39
  2449. package/app/node_modules/jose/dist/webapi/util/decode_jwt.js +0 -32
  2450. package/app/node_modules/jose/dist/webapi/util/decode_protected_header.js +0 -24
  2451. package/app/node_modules/jose/dist/webapi/util/errors.js +0 -99
  2452. package/app/node_modules/jose/package.json +0 -198
  2453. package/app/node_modules/json-schema-traverse/.eslintrc.yml +0 -27
  2454. package/app/node_modules/json-schema-traverse/.github/FUNDING.yml +0 -2
  2455. package/app/node_modules/json-schema-traverse/.github/workflows/build.yml +0 -28
  2456. package/app/node_modules/json-schema-traverse/.github/workflows/publish.yml +0 -27
  2457. package/app/node_modules/json-schema-traverse/LICENSE +0 -21
  2458. package/app/node_modules/json-schema-traverse/README.md +0 -95
  2459. package/app/node_modules/json-schema-traverse/index.d.ts +0 -40
  2460. package/app/node_modules/json-schema-traverse/index.js +0 -93
  2461. package/app/node_modules/json-schema-traverse/package.json +0 -43
  2462. package/app/node_modules/json-schema-traverse/spec/.eslintrc.yml +0 -6
  2463. package/app/node_modules/json-schema-traverse/spec/fixtures/schema.js +0 -125
  2464. package/app/node_modules/json-schema-traverse/spec/index.spec.js +0 -171
  2465. package/app/node_modules/json-schema-typed/LICENSE.md +0 -57
  2466. package/app/node_modules/json-schema-typed/README.md +0 -108
  2467. package/app/node_modules/json-schema-typed/draft_07.d.ts +0 -882
  2468. package/app/node_modules/json-schema-typed/draft_07.js +0 -328
  2469. package/app/node_modules/json-schema-typed/draft_2019_09.d.ts +0 -1247
  2470. package/app/node_modules/json-schema-typed/draft_2019_09.js +0 -349
  2471. package/app/node_modules/json-schema-typed/draft_2020_12.d.ts +0 -1239
  2472. package/app/node_modules/json-schema-typed/draft_2020_12.js +0 -352
  2473. package/app/node_modules/json-schema-typed/package.json +0 -44
  2474. package/app/node_modules/math-intrinsics/.eslintrc +0 -16
  2475. package/app/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
  2476. package/app/node_modules/math-intrinsics/CHANGELOG.md +0 -24
  2477. package/app/node_modules/math-intrinsics/LICENSE +0 -21
  2478. package/app/node_modules/math-intrinsics/README.md +0 -50
  2479. package/app/node_modules/math-intrinsics/abs.d.ts +0 -1
  2480. package/app/node_modules/math-intrinsics/abs.js +0 -4
  2481. package/app/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
  2482. package/app/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
  2483. package/app/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
  2484. package/app/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
  2485. package/app/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
  2486. package/app/node_modules/math-intrinsics/constants/maxValue.js +0 -5
  2487. package/app/node_modules/math-intrinsics/floor.d.ts +0 -1
  2488. package/app/node_modules/math-intrinsics/floor.js +0 -4
  2489. package/app/node_modules/math-intrinsics/isFinite.d.ts +0 -3
  2490. package/app/node_modules/math-intrinsics/isFinite.js +0 -12
  2491. package/app/node_modules/math-intrinsics/isInteger.d.ts +0 -3
  2492. package/app/node_modules/math-intrinsics/isInteger.js +0 -16
  2493. package/app/node_modules/math-intrinsics/isNaN.d.ts +0 -1
  2494. package/app/node_modules/math-intrinsics/isNaN.js +0 -6
  2495. package/app/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
  2496. package/app/node_modules/math-intrinsics/isNegativeZero.js +0 -6
  2497. package/app/node_modules/math-intrinsics/max.d.ts +0 -1
  2498. package/app/node_modules/math-intrinsics/max.js +0 -4
  2499. package/app/node_modules/math-intrinsics/min.d.ts +0 -1
  2500. package/app/node_modules/math-intrinsics/min.js +0 -4
  2501. package/app/node_modules/math-intrinsics/mod.d.ts +0 -3
  2502. package/app/node_modules/math-intrinsics/mod.js +0 -9
  2503. package/app/node_modules/math-intrinsics/package.json +0 -86
  2504. package/app/node_modules/math-intrinsics/pow.d.ts +0 -1
  2505. package/app/node_modules/math-intrinsics/pow.js +0 -4
  2506. package/app/node_modules/math-intrinsics/round.d.ts +0 -1
  2507. package/app/node_modules/math-intrinsics/round.js +0 -4
  2508. package/app/node_modules/math-intrinsics/sign.d.ts +0 -3
  2509. package/app/node_modules/math-intrinsics/sign.js +0 -11
  2510. package/app/node_modules/math-intrinsics/test/index.js +0 -192
  2511. package/app/node_modules/math-intrinsics/tsconfig.json +0 -3
  2512. package/app/node_modules/media-typer/HISTORY.md +0 -50
  2513. package/app/node_modules/media-typer/LICENSE +0 -22
  2514. package/app/node_modules/media-typer/README.md +0 -94
  2515. package/app/node_modules/media-typer/index.js +0 -135
  2516. package/app/node_modules/media-typer/package.json +0 -37
  2517. package/app/node_modules/merge-descriptors/index.d.ts +0 -11
  2518. package/app/node_modules/merge-descriptors/index.js +0 -26
  2519. package/app/node_modules/merge-descriptors/license +0 -11
  2520. package/app/node_modules/merge-descriptors/package.json +0 -50
  2521. package/app/node_modules/merge-descriptors/readme.md +0 -55
  2522. package/app/node_modules/mime-db/HISTORY.md +0 -541
  2523. package/app/node_modules/mime-db/LICENSE +0 -23
  2524. package/app/node_modules/mime-db/README.md +0 -109
  2525. package/app/node_modules/mime-db/db.json +0 -9342
  2526. package/app/node_modules/mime-db/index.js +0 -12
  2527. package/app/node_modules/mime-db/package.json +0 -56
  2528. package/app/node_modules/mime-types/HISTORY.md +0 -428
  2529. package/app/node_modules/mime-types/LICENSE +0 -23
  2530. package/app/node_modules/mime-types/README.md +0 -126
  2531. package/app/node_modules/mime-types/index.js +0 -211
  2532. package/app/node_modules/mime-types/mimeScore.js +0 -57
  2533. package/app/node_modules/mime-types/package.json +0 -49
  2534. package/app/node_modules/ms/index.js +0 -162
  2535. package/app/node_modules/ms/license.md +0 -21
  2536. package/app/node_modules/ms/package.json +0 -38
  2537. package/app/node_modules/ms/readme.md +0 -59
  2538. package/app/node_modules/negotiator/HISTORY.md +0 -114
  2539. package/app/node_modules/negotiator/LICENSE +0 -24
  2540. package/app/node_modules/negotiator/README.md +0 -212
  2541. package/app/node_modules/negotiator/index.js +0 -83
  2542. package/app/node_modules/negotiator/lib/charset.js +0 -169
  2543. package/app/node_modules/negotiator/lib/encoding.js +0 -205
  2544. package/app/node_modules/negotiator/lib/language.js +0 -179
  2545. package/app/node_modules/negotiator/lib/mediaType.js +0 -294
  2546. package/app/node_modules/negotiator/package.json +0 -43
  2547. package/app/node_modules/object-assign/index.js +0 -90
  2548. package/app/node_modules/object-assign/license +0 -21
  2549. package/app/node_modules/object-assign/package.json +0 -42
  2550. package/app/node_modules/object-assign/readme.md +0 -61
  2551. package/app/node_modules/object-inspect/.eslintrc +0 -53
  2552. package/app/node_modules/object-inspect/.github/FUNDING.yml +0 -12
  2553. package/app/node_modules/object-inspect/.nycrc +0 -13
  2554. package/app/node_modules/object-inspect/CHANGELOG.md +0 -424
  2555. package/app/node_modules/object-inspect/LICENSE +0 -21
  2556. package/app/node_modules/object-inspect/example/all.js +0 -23
  2557. package/app/node_modules/object-inspect/example/circular.js +0 -6
  2558. package/app/node_modules/object-inspect/example/fn.js +0 -5
  2559. package/app/node_modules/object-inspect/example/inspect.js +0 -10
  2560. package/app/node_modules/object-inspect/index.js +0 -544
  2561. package/app/node_modules/object-inspect/package-support.json +0 -20
  2562. package/app/node_modules/object-inspect/package.json +0 -105
  2563. package/app/node_modules/object-inspect/readme.markdown +0 -84
  2564. package/app/node_modules/object-inspect/test/bigint.js +0 -58
  2565. package/app/node_modules/object-inspect/test/browser/dom.js +0 -15
  2566. package/app/node_modules/object-inspect/test/circular.js +0 -16
  2567. package/app/node_modules/object-inspect/test/deep.js +0 -12
  2568. package/app/node_modules/object-inspect/test/element.js +0 -53
  2569. package/app/node_modules/object-inspect/test/err.js +0 -48
  2570. package/app/node_modules/object-inspect/test/fakes.js +0 -29
  2571. package/app/node_modules/object-inspect/test/fn.js +0 -76
  2572. package/app/node_modules/object-inspect/test/global.js +0 -17
  2573. package/app/node_modules/object-inspect/test/has.js +0 -15
  2574. package/app/node_modules/object-inspect/test/holes.js +0 -15
  2575. package/app/node_modules/object-inspect/test/indent-option.js +0 -271
  2576. package/app/node_modules/object-inspect/test/inspect.js +0 -139
  2577. package/app/node_modules/object-inspect/test/lowbyte.js +0 -12
  2578. package/app/node_modules/object-inspect/test/number.js +0 -58
  2579. package/app/node_modules/object-inspect/test/quoteStyle.js +0 -26
  2580. package/app/node_modules/object-inspect/test/toStringTag.js +0 -40
  2581. package/app/node_modules/object-inspect/test/undef.js +0 -12
  2582. package/app/node_modules/object-inspect/test/values.js +0 -261
  2583. package/app/node_modules/object-inspect/test-core-js.js +0 -26
  2584. package/app/node_modules/object-inspect/util.inspect.js +0 -1
  2585. package/app/node_modules/on-finished/HISTORY.md +0 -98
  2586. package/app/node_modules/on-finished/LICENSE +0 -23
  2587. package/app/node_modules/on-finished/README.md +0 -162
  2588. package/app/node_modules/on-finished/index.js +0 -234
  2589. package/app/node_modules/on-finished/package.json +0 -39
  2590. package/app/node_modules/once/LICENSE +0 -15
  2591. package/app/node_modules/once/README.md +0 -79
  2592. package/app/node_modules/once/once.js +0 -42
  2593. package/app/node_modules/once/package.json +0 -33
  2594. package/app/node_modules/parseurl/HISTORY.md +0 -58
  2595. package/app/node_modules/parseurl/LICENSE +0 -24
  2596. package/app/node_modules/parseurl/README.md +0 -133
  2597. package/app/node_modules/parseurl/index.js +0 -158
  2598. package/app/node_modules/parseurl/package.json +0 -40
  2599. package/app/node_modules/path-key/index.d.ts +0 -40
  2600. package/app/node_modules/path-key/index.js +0 -16
  2601. package/app/node_modules/path-key/license +0 -9
  2602. package/app/node_modules/path-key/package.json +0 -39
  2603. package/app/node_modules/path-key/readme.md +0 -61
  2604. package/app/node_modules/path-to-regexp/LICENSE +0 -21
  2605. package/app/node_modules/path-to-regexp/Readme.md +0 -224
  2606. package/app/node_modules/path-to-regexp/dist/index.d.ts +0 -147
  2607. package/app/node_modules/path-to-regexp/dist/index.js +0 -431
  2608. package/app/node_modules/path-to-regexp/package.json +0 -64
  2609. package/app/node_modules/pkce-challenge/CHANGELOG.md +0 -114
  2610. package/app/node_modules/pkce-challenge/LICENSE +0 -21
  2611. package/app/node_modules/pkce-challenge/README.md +0 -55
  2612. package/app/node_modules/pkce-challenge/dist/index.browser.d.ts +0 -19
  2613. package/app/node_modules/pkce-challenge/dist/index.browser.js +0 -75
  2614. package/app/node_modules/pkce-challenge/dist/index.node.cjs +0 -83
  2615. package/app/node_modules/pkce-challenge/dist/index.node.d.cts +0 -19
  2616. package/app/node_modules/pkce-challenge/dist/index.node.d.ts +0 -19
  2617. package/app/node_modules/pkce-challenge/dist/index.node.js +0 -78
  2618. package/app/node_modules/pkce-challenge/package.json +0 -59
  2619. package/app/node_modules/proxy-addr/HISTORY.md +0 -161
  2620. package/app/node_modules/proxy-addr/LICENSE +0 -22
  2621. package/app/node_modules/proxy-addr/README.md +0 -139
  2622. package/app/node_modules/proxy-addr/index.js +0 -327
  2623. package/app/node_modules/proxy-addr/package.json +0 -47
  2624. package/app/node_modules/qs/.editorconfig +0 -46
  2625. package/app/node_modules/qs/.github/FUNDING.yml +0 -12
  2626. package/app/node_modules/qs/.github/SECURITY.md +0 -11
  2627. package/app/node_modules/qs/.github/THREAT_MODEL.md +0 -78
  2628. package/app/node_modules/qs/.nycrc +0 -13
  2629. package/app/node_modules/qs/CHANGELOG.md +0 -833
  2630. package/app/node_modules/qs/LICENSE.md +0 -29
  2631. package/app/node_modules/qs/README.md +0 -758
  2632. package/app/node_modules/qs/dist/qs.js +0 -141
  2633. package/app/node_modules/qs/eslint.config.mjs +0 -57
  2634. package/app/node_modules/qs/lib/formats.js +0 -23
  2635. package/app/node_modules/qs/lib/index.js +0 -11
  2636. package/app/node_modules/qs/lib/parse.js +0 -414
  2637. package/app/node_modules/qs/lib/stringify.js +0 -363
  2638. package/app/node_modules/qs/lib/utils.js +0 -381
  2639. package/app/node_modules/qs/package.json +0 -95
  2640. package/app/node_modules/qs/test/empty-keys-cases.js +0 -267
  2641. package/app/node_modules/qs/test/parse.js +0 -1933
  2642. package/app/node_modules/qs/test/stringify.js +0 -1448
  2643. package/app/node_modules/qs/test/utils.js +0 -626
  2644. package/app/node_modules/range-parser/HISTORY.md +0 -56
  2645. package/app/node_modules/range-parser/LICENSE +0 -23
  2646. package/app/node_modules/range-parser/README.md +0 -85
  2647. package/app/node_modules/range-parser/index.js +0 -181
  2648. package/app/node_modules/range-parser/package.json +0 -48
  2649. package/app/node_modules/raw-body/LICENSE +0 -22
  2650. package/app/node_modules/raw-body/README.md +0 -223
  2651. package/app/node_modules/raw-body/index.d.ts +0 -85
  2652. package/app/node_modules/raw-body/index.js +0 -336
  2653. package/app/node_modules/raw-body/package.json +0 -46
  2654. package/app/node_modules/require-from-string/index.js +0 -34
  2655. package/app/node_modules/require-from-string/license +0 -21
  2656. package/app/node_modules/require-from-string/package.json +0 -28
  2657. package/app/node_modules/require-from-string/readme.md +0 -56
  2658. package/app/node_modules/router/HISTORY.md +0 -228
  2659. package/app/node_modules/router/LICENSE +0 -23
  2660. package/app/node_modules/router/README.md +0 -416
  2661. package/app/node_modules/router/index.js +0 -748
  2662. package/app/node_modules/router/lib/layer.js +0 -247
  2663. package/app/node_modules/router/lib/route.js +0 -242
  2664. package/app/node_modules/router/package.json +0 -44
  2665. package/app/node_modules/safer-buffer/LICENSE +0 -21
  2666. package/app/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  2667. package/app/node_modules/safer-buffer/Readme.md +0 -156
  2668. package/app/node_modules/safer-buffer/dangerous.js +0 -58
  2669. package/app/node_modules/safer-buffer/package.json +0 -34
  2670. package/app/node_modules/safer-buffer/safer.js +0 -77
  2671. package/app/node_modules/safer-buffer/tests.js +0 -406
  2672. package/app/node_modules/send/LICENSE +0 -23
  2673. package/app/node_modules/send/README.md +0 -317
  2674. package/app/node_modules/send/index.js +0 -997
  2675. package/app/node_modules/send/package.json +0 -63
  2676. package/app/node_modules/serve-static/LICENSE +0 -25
  2677. package/app/node_modules/serve-static/README.md +0 -253
  2678. package/app/node_modules/serve-static/index.js +0 -208
  2679. package/app/node_modules/serve-static/package.json +0 -44
  2680. package/app/node_modules/setprototypeof/LICENSE +0 -13
  2681. package/app/node_modules/setprototypeof/README.md +0 -31
  2682. package/app/node_modules/setprototypeof/index.d.ts +0 -2
  2683. package/app/node_modules/setprototypeof/index.js +0 -17
  2684. package/app/node_modules/setprototypeof/package.json +0 -38
  2685. package/app/node_modules/setprototypeof/test/index.js +0 -24
  2686. package/app/node_modules/shebang-command/index.js +0 -19
  2687. package/app/node_modules/shebang-command/license +0 -9
  2688. package/app/node_modules/shebang-command/package.json +0 -34
  2689. package/app/node_modules/shebang-command/readme.md +0 -34
  2690. package/app/node_modules/shebang-regex/index.d.ts +0 -22
  2691. package/app/node_modules/shebang-regex/index.js +0 -2
  2692. package/app/node_modules/shebang-regex/license +0 -9
  2693. package/app/node_modules/shebang-regex/package.json +0 -35
  2694. package/app/node_modules/shebang-regex/readme.md +0 -33
  2695. package/app/node_modules/side-channel/.editorconfig +0 -9
  2696. package/app/node_modules/side-channel/.eslintrc +0 -12
  2697. package/app/node_modules/side-channel/.github/FUNDING.yml +0 -12
  2698. package/app/node_modules/side-channel/.nycrc +0 -13
  2699. package/app/node_modules/side-channel/CHANGELOG.md +0 -120
  2700. package/app/node_modules/side-channel/LICENSE +0 -21
  2701. package/app/node_modules/side-channel/README.md +0 -61
  2702. package/app/node_modules/side-channel/index.d.ts +0 -14
  2703. package/app/node_modules/side-channel/index.js +0 -46
  2704. package/app/node_modules/side-channel/package.json +0 -85
  2705. package/app/node_modules/side-channel/test/index.js +0 -120
  2706. package/app/node_modules/side-channel/tsconfig.json +0 -9
  2707. package/app/node_modules/side-channel-list/.editorconfig +0 -9
  2708. package/app/node_modules/side-channel-list/.eslintrc +0 -11
  2709. package/app/node_modules/side-channel-list/.github/FUNDING.yml +0 -12
  2710. package/app/node_modules/side-channel-list/.nycrc +0 -13
  2711. package/app/node_modules/side-channel-list/CHANGELOG.md +0 -36
  2712. package/app/node_modules/side-channel-list/LICENSE +0 -21
  2713. package/app/node_modules/side-channel-list/README.md +0 -62
  2714. package/app/node_modules/side-channel-list/index.d.ts +0 -13
  2715. package/app/node_modules/side-channel-list/index.js +0 -111
  2716. package/app/node_modules/side-channel-list/list.d.ts +0 -14
  2717. package/app/node_modules/side-channel-list/package.json +0 -77
  2718. package/app/node_modules/side-channel-list/test/index.js +0 -154
  2719. package/app/node_modules/side-channel-list/tsconfig.json +0 -9
  2720. package/app/node_modules/side-channel-map/.editorconfig +0 -9
  2721. package/app/node_modules/side-channel-map/.eslintrc +0 -11
  2722. package/app/node_modules/side-channel-map/.github/FUNDING.yml +0 -12
  2723. package/app/node_modules/side-channel-map/.nycrc +0 -13
  2724. package/app/node_modules/side-channel-map/CHANGELOG.md +0 -22
  2725. package/app/node_modules/side-channel-map/LICENSE +0 -21
  2726. package/app/node_modules/side-channel-map/README.md +0 -62
  2727. package/app/node_modules/side-channel-map/index.d.ts +0 -15
  2728. package/app/node_modules/side-channel-map/index.js +0 -68
  2729. package/app/node_modules/side-channel-map/package.json +0 -80
  2730. package/app/node_modules/side-channel-map/test/index.js +0 -114
  2731. package/app/node_modules/side-channel-map/tsconfig.json +0 -9
  2732. package/app/node_modules/side-channel-weakmap/.editorconfig +0 -9
  2733. package/app/node_modules/side-channel-weakmap/.eslintrc +0 -12
  2734. package/app/node_modules/side-channel-weakmap/.github/FUNDING.yml +0 -12
  2735. package/app/node_modules/side-channel-weakmap/.nycrc +0 -13
  2736. package/app/node_modules/side-channel-weakmap/CHANGELOG.md +0 -28
  2737. package/app/node_modules/side-channel-weakmap/LICENSE +0 -21
  2738. package/app/node_modules/side-channel-weakmap/README.md +0 -62
  2739. package/app/node_modules/side-channel-weakmap/index.d.ts +0 -15
  2740. package/app/node_modules/side-channel-weakmap/index.js +0 -84
  2741. package/app/node_modules/side-channel-weakmap/package.json +0 -87
  2742. package/app/node_modules/side-channel-weakmap/test/index.js +0 -114
  2743. package/app/node_modules/side-channel-weakmap/tsconfig.json +0 -9
  2744. package/app/node_modules/statuses/HISTORY.md +0 -87
  2745. package/app/node_modules/statuses/LICENSE +0 -23
  2746. package/app/node_modules/statuses/README.md +0 -139
  2747. package/app/node_modules/statuses/codes.json +0 -65
  2748. package/app/node_modules/statuses/index.js +0 -146
  2749. package/app/node_modules/statuses/package.json +0 -49
  2750. package/app/node_modules/toidentifier/HISTORY.md +0 -9
  2751. package/app/node_modules/toidentifier/LICENSE +0 -21
  2752. package/app/node_modules/toidentifier/README.md +0 -61
  2753. package/app/node_modules/toidentifier/index.js +0 -32
  2754. package/app/node_modules/toidentifier/package.json +0 -38
  2755. package/app/node_modules/type-is/HISTORY.md +0 -292
  2756. package/app/node_modules/type-is/LICENSE +0 -23
  2757. package/app/node_modules/type-is/README.md +0 -198
  2758. package/app/node_modules/type-is/index.js +0 -240
  2759. package/app/node_modules/type-is/package.json +0 -51
  2760. package/app/node_modules/unpipe/HISTORY.md +0 -4
  2761. package/app/node_modules/unpipe/LICENSE +0 -22
  2762. package/app/node_modules/unpipe/README.md +0 -43
  2763. package/app/node_modules/unpipe/index.js +0 -69
  2764. package/app/node_modules/unpipe/package.json +0 -27
  2765. package/app/node_modules/vary/HISTORY.md +0 -39
  2766. package/app/node_modules/vary/LICENSE +0 -22
  2767. package/app/node_modules/vary/README.md +0 -101
  2768. package/app/node_modules/vary/index.js +0 -149
  2769. package/app/node_modules/vary/package.json +0 -43
  2770. package/app/node_modules/which/CHANGELOG.md +0 -166
  2771. package/app/node_modules/which/LICENSE +0 -15
  2772. package/app/node_modules/which/README.md +0 -54
  2773. package/app/node_modules/which/bin/node-which +0 -52
  2774. package/app/node_modules/which/package.json +0 -43
  2775. package/app/node_modules/which/which.js +0 -125
  2776. package/app/node_modules/wrappy/LICENSE +0 -15
  2777. package/app/node_modules/wrappy/README.md +0 -36
  2778. package/app/node_modules/wrappy/package.json +0 -29
  2779. package/app/node_modules/wrappy/wrappy.js +0 -33
  2780. package/app/node_modules/zod-to-json-schema/.github/CR_logotype-full-color.png +0 -0
  2781. package/app/node_modules/zod-to-json-schema/.github/FUNDING.yml +0 -1
  2782. package/app/node_modules/zod-to-json-schema/.prettierrc.json +0 -1
  2783. package/app/node_modules/zod-to-json-schema/LICENSE +0 -15
  2784. package/app/node_modules/zod-to-json-schema/README.md +0 -390
  2785. package/app/node_modules/zod-to-json-schema/changelog.md +0 -83
  2786. package/app/node_modules/zod-to-json-schema/contributing.md +0 -9
  2787. package/app/node_modules/zod-to-json-schema/createIndex.ts +0 -32
  2788. package/app/node_modules/zod-to-json-schema/dist/cjs/Options.js +0 -51
  2789. package/app/node_modules/zod-to-json-schema/dist/cjs/Refs.js +0 -26
  2790. package/app/node_modules/zod-to-json-schema/dist/cjs/errorMessages.js +0 -19
  2791. package/app/node_modules/zod-to-json-schema/dist/cjs/getRelativePath.js +0 -12
  2792. package/app/node_modules/zod-to-json-schema/dist/cjs/index.js +0 -56
  2793. package/app/node_modules/zod-to-json-schema/dist/cjs/package.json +0 -1
  2794. package/app/node_modules/zod-to-json-schema/dist/cjs/parseDef.js +0 -66
  2795. package/app/node_modules/zod-to-json-schema/dist/cjs/parseTypes.js +0 -2
  2796. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/any.js +0 -21
  2797. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/array.js +0 -30
  2798. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/bigint.js +0 -53
  2799. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/boolean.js +0 -9
  2800. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/branded.js +0 -8
  2801. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/catch.js +0 -8
  2802. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/date.js +0 -50
  2803. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/default.js +0 -11
  2804. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/effects.js +0 -11
  2805. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/enum.js +0 -10
  2806. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/intersection.js +0 -56
  2807. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/literal.js +0 -25
  2808. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/map.js +0 -30
  2809. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/nativeEnum.js +0 -20
  2810. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/never.js +0 -15
  2811. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/null.js +0 -14
  2812. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/nullable.js +0 -37
  2813. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/number.js +0 -56
  2814. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/object.js +0 -76
  2815. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/optional.js +0 -25
  2816. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/pipeline.js +0 -24
  2817. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/promise.js +0 -8
  2818. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/readonly.js +0 -8
  2819. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/record.js +0 -65
  2820. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/set.js +0 -24
  2821. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/string.js +0 -356
  2822. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/tuple.js +0 -36
  2823. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/undefined.js +0 -10
  2824. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/union.js +0 -84
  2825. package/app/node_modules/zod-to-json-schema/dist/cjs/parsers/unknown.js +0 -8
  2826. package/app/node_modules/zod-to-json-schema/dist/cjs/selectParser.js +0 -109
  2827. package/app/node_modules/zod-to-json-schema/dist/cjs/zodToJsonSchema.js +0 -90
  2828. package/app/node_modules/zod-to-json-schema/dist/esm/Options.js +0 -46
  2829. package/app/node_modules/zod-to-json-schema/dist/esm/Refs.js +0 -22
  2830. package/app/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +0 -14
  2831. package/app/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +0 -8
  2832. package/app/node_modules/zod-to-json-schema/dist/esm/index.js +0 -40
  2833. package/app/node_modules/zod-to-json-schema/dist/esm/package.json +0 -1
  2834. package/app/node_modules/zod-to-json-schema/dist/esm/parseDef.js +0 -62
  2835. package/app/node_modules/zod-to-json-schema/dist/esm/parseTypes.js +0 -1
  2836. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +0 -17
  2837. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +0 -26
  2838. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +0 -49
  2839. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +0 -5
  2840. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +0 -4
  2841. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +0 -4
  2842. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +0 -46
  2843. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +0 -7
  2844. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +0 -7
  2845. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +0 -6
  2846. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +0 -52
  2847. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +0 -21
  2848. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +0 -26
  2849. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +0 -16
  2850. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +0 -11
  2851. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +0 -10
  2852. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +0 -33
  2853. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +0 -52
  2854. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +0 -72
  2855. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +0 -21
  2856. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +0 -20
  2857. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +0 -4
  2858. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +0 -4
  2859. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +0 -61
  2860. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +0 -20
  2861. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +0 -352
  2862. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +0 -32
  2863. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +0 -6
  2864. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +0 -80
  2865. package/app/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +0 -4
  2866. package/app/node_modules/zod-to-json-schema/dist/esm/selectParser.js +0 -105
  2867. package/app/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +0 -87
  2868. package/app/node_modules/zod-to-json-schema/dist/types/Options.d.ts +0 -37
  2869. package/app/node_modules/zod-to-json-schema/dist/types/Refs.d.ts +0 -17
  2870. package/app/node_modules/zod-to-json-schema/dist/types/errorMessages.d.ts +0 -15
  2871. package/app/node_modules/zod-to-json-schema/dist/types/getRelativePath.d.ts +0 -1
  2872. package/app/node_modules/zod-to-json-schema/dist/types/index.d.ts +0 -40
  2873. package/app/node_modules/zod-to-json-schema/dist/types/parseDef.d.ts +0 -4
  2874. package/app/node_modules/zod-to-json-schema/dist/types/parseTypes.d.ts +0 -34
  2875. package/app/node_modules/zod-to-json-schema/dist/types/parsers/any.d.ts +0 -5
  2876. package/app/node_modules/zod-to-json-schema/dist/types/parsers/array.d.ts +0 -12
  2877. package/app/node_modules/zod-to-json-schema/dist/types/parsers/bigint.d.ts +0 -14
  2878. package/app/node_modules/zod-to-json-schema/dist/types/parsers/boolean.d.ts +0 -4
  2879. package/app/node_modules/zod-to-json-schema/dist/types/parsers/branded.d.ts +0 -3
  2880. package/app/node_modules/zod-to-json-schema/dist/types/parsers/catch.d.ts +0 -3
  2881. package/app/node_modules/zod-to-json-schema/dist/types/parsers/date.d.ts +0 -15
  2882. package/app/node_modules/zod-to-json-schema/dist/types/parsers/default.d.ts +0 -6
  2883. package/app/node_modules/zod-to-json-schema/dist/types/parsers/effects.d.ts +0 -4
  2884. package/app/node_modules/zod-to-json-schema/dist/types/parsers/enum.d.ts +0 -6
  2885. package/app/node_modules/zod-to-json-schema/dist/types/parsers/intersection.d.ts +0 -8
  2886. package/app/node_modules/zod-to-json-schema/dist/types/parsers/literal.d.ts +0 -9
  2887. package/app/node_modules/zod-to-json-schema/dist/types/parsers/map.d.ts +0 -15
  2888. package/app/node_modules/zod-to-json-schema/dist/types/parsers/nativeEnum.d.ts +0 -6
  2889. package/app/node_modules/zod-to-json-schema/dist/types/parsers/never.d.ts +0 -6
  2890. package/app/node_modules/zod-to-json-schema/dist/types/parsers/null.d.ts +0 -5
  2891. package/app/node_modules/zod-to-json-schema/dist/types/parsers/nullable.d.ts +0 -10
  2892. package/app/node_modules/zod-to-json-schema/dist/types/parsers/number.d.ts +0 -13
  2893. package/app/node_modules/zod-to-json-schema/dist/types/parsers/object.d.ts +0 -10
  2894. package/app/node_modules/zod-to-json-schema/dist/types/parsers/optional.d.ts +0 -4
  2895. package/app/node_modules/zod-to-json-schema/dist/types/parsers/pipeline.d.ts +0 -5
  2896. package/app/node_modules/zod-to-json-schema/dist/types/parsers/promise.d.ts +0 -4
  2897. package/app/node_modules/zod-to-json-schema/dist/types/parsers/readonly.d.ts +0 -3
  2898. package/app/node_modules/zod-to-json-schema/dist/types/parsers/record.d.ts +0 -13
  2899. package/app/node_modules/zod-to-json-schema/dist/types/parsers/set.d.ts +0 -13
  2900. package/app/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts +0 -73
  2901. package/app/node_modules/zod-to-json-schema/dist/types/parsers/tuple.d.ts +0 -13
  2902. package/app/node_modules/zod-to-json-schema/dist/types/parsers/undefined.d.ts +0 -6
  2903. package/app/node_modules/zod-to-json-schema/dist/types/parsers/union.d.ts +0 -23
  2904. package/app/node_modules/zod-to-json-schema/dist/types/parsers/unknown.d.ts +0 -4
  2905. package/app/node_modules/zod-to-json-schema/dist/types/selectParser.d.ts +0 -5
  2906. package/app/node_modules/zod-to-json-schema/dist/types/zodToJsonSchema.d.ts +0 -10
  2907. package/app/node_modules/zod-to-json-schema/package.json +0 -85
  2908. package/app/node_modules/zod-to-json-schema/postcjs.ts +0 -3
  2909. package/app/node_modules/zod-to-json-schema/postesm.ts +0 -3
  2910. package/app/package.json +0 -43
  2911. package/dist/ai-command-W6FV3QW5.js +0 -218
  2912. package/dist/check-command-W52TXOPN.js +0 -101
  2913. package/dist/chunk-FN63LYZH.js +0 -825
  2914. package/dist/chunk-HFFASR7D.js +0 -789
  2915. package/dist/chunk-K27F6QDR.js +0 -8050
  2916. package/dist/chunk-MU4KCYKO.js +0 -107
  2917. package/dist/chunk-ROPR3LUO.js +0 -1350
  2918. package/dist/chunk-RX4GQLU2.js +0 -365
  2919. package/dist/dist-7ZFLUTJ3.js +0 -292
  2920. package/dist/dist-XTIHMRQM.js +0 -77
  2921. package/dist/md-command-PBOLZO5S.js +0 -278
  2922. package/dist/next-command-3J7F27RT.js +0 -243
  2923. package/dist/north-command-VZKU3BBM.js +0 -279
  2924. package/dist/review-command-PWW276HI.js +0 -92
  2925. package/dist/twin-command-OA2R6OUW.js +0 -1315
  2926. /package/app/apps/web/.next-bundle/static/{GWFC4d9IgsD38wa3aUlsQ → mhsTm5XiqL98MCgDVB08u}/_ssgManifest.js +0 -0
@@ -11,120 +11,30 @@ Generado por `apps/cli/scripts/pack-app.mjs`; no se edita a mano.
11
11
  - @anthropic-ai/sdk@0.71.2 — MIT
12
12
  - @babel/runtime@7.29.7 — MIT
13
13
  - @electric-sql/pglite@0.5.5 — Apache-2.0
14
- - @hono/node-server@2.1.1 — MIT
15
- - @modelcontextprotocol/sdk@1.30.0 — MIT
16
- - @next/env@15.5.23 — MIT
14
+ - @next/env@15.5.25 — MIT
17
15
  - @swc/helpers@0.5.15 — Apache-2.0
18
- - accepts@2.0.0 — MIT
19
- - ajv@8.20.0 — MIT
20
- - ajv-formats@3.0.1 — MIT
21
- - body-parser@2.3.0 — MIT
22
16
  - buffer-from@1.1.2 — MIT
23
- - bytes@3.1.2 — MIT
24
- - call-bind-apply-helpers@1.0.2 — MIT
25
- - call-bound@1.0.4 — MIT
26
17
  - caniuse-lite@1.0.30001809 — CC-BY-4.0
27
18
  - client-only@0.0.1 — MIT
28
- - content-disposition@1.1.0 — MIT
29
- - content-type@1.0.5 — MIT
30
- - cookie@0.7.2 — MIT
31
- - cookie-signature@1.2.2 — MIT
32
- - cors@2.8.6 — MIT
33
- - cross-spawn@7.0.6 — MIT
34
- - debug@4.4.3 — MIT
35
- - depd@2.0.0 — MIT
36
19
  - drizzle-orm@0.45.2 — Apache-2.0
37
- - dunder-proto@1.0.1 — MIT
38
- - ee-first@1.1.1 — MIT
39
- - encodeurl@2.0.0 — MIT
40
- - es-define-property@1.0.1 — MIT
41
- - es-errors@1.3.0 — MIT
42
- - es-object-atoms@1.1.2 — MIT
43
- - escape-html@1.0.3 — MIT
44
- - etag@1.8.1 — MIT
45
- - eventsource@3.0.7 — MIT
46
- - eventsource-parser@3.1.1 — MIT
47
- - express@5.2.1 — MIT
48
- - express-rate-limit@8.6.2 — MIT
49
- - fast-deep-equal@3.1.3 — MIT
50
- - fast-uri@3.1.5 — BSD-3-Clause
51
- - finalhandler@2.1.1 — MIT
52
- - forwarded@0.2.0 — MIT
53
- - fresh@2.0.0 — MIT
54
- - function-bind@1.1.2 — MIT
55
- - get-intrinsic@1.3.0 — MIT
56
- - get-proto@1.0.1 — MIT
57
- - gopd@1.2.0 — MIT
58
- - has-symbols@1.1.0 — MIT
59
- - hasown@2.0.4 — MIT
60
- - hono@4.13.2 — MIT
61
- - http-errors@2.0.1 — MIT
62
- - iconv-lite@0.7.3 — MIT
63
20
  - ignore@6.0.2 — MIT
64
- - inherits@2.0.4 — ISC
65
- - ip-address@10.5.0 — MIT
66
- - ipaddr.js@1.9.1 — MIT
67
- - is-promise@4.0.0 — MIT
68
- - isexe@2.0.0 — ISC
69
- - jose@6.2.8 — MIT
70
21
  - json-schema-to-ts@3.1.1 — MIT
71
- - json-schema-traverse@1.0.0 — MIT
72
- - json-schema-typed@8.0.2 — BSD-2-Clause
73
- - math-intrinsics@1.1.0 — MIT
74
- - media-typer@1.1.1 — MIT
75
- - merge-descriptors@2.0.0 — MIT
76
- - mime-db@1.54.0 — MIT
77
- - mime-types@3.0.2 — MIT
78
- - ms@2.1.3 — MIT
79
22
  - nanoid@3.3.18 — MIT
80
- - negotiator@1.0.0 — MIT
81
- - next@15.5.23 — MIT
82
- - object-assign@4.1.1 — MIT
83
- - object-inspect@1.13.4 — MIT
84
- - on-finished@2.4.1 — MIT
85
- - once@1.4.0 — ISC
86
- - parseurl@1.3.3 — MIT
87
- - path-key@3.1.1 — MIT
88
- - path-to-regexp@8.4.2 — MIT
23
+ - next@15.5.25 — MIT
89
24
  - picocolors@1.1.1 — ISC
90
- - pkce-challenge@5.0.1 — MIT
91
- - postcss@8.4.31 — MIT
25
+ - postcss@8.5.28 — MIT
92
26
  - postgres@3.4.9 — Unlicense
93
- - proxy-addr@2.0.7 — MIT
94
- - qs@6.15.3 — BSD-3-Clause
95
- - range-parser@1.3.0 — MIT
96
- - raw-body@3.0.2 — MIT
97
27
  - react@19.2.8 — MIT
98
28
  - react-dom@19.2.8 — MIT
99
- - require-from-string@2.0.2 — MIT
100
- - router@2.2.0 — MIT
101
- - safer-buffer@2.1.2 — MIT
102
29
  - semver@7.8.5 — ISC
103
- - send@1.2.1 — MIT
104
- - serve-static@2.2.1 — MIT
105
- - setprototypeof@1.2.0 — ISC
106
- - shebang-command@2.0.0 — MIT
107
- - shebang-regex@3.0.0 — MIT
108
- - side-channel@1.1.1 — MIT
109
- - side-channel-list@1.0.1 — MIT
110
- - side-channel-map@1.0.1 — MIT
111
- - side-channel-weakmap@1.0.2 — MIT
112
30
  - smol-toml@1.8.0 — BSD-3-Clause
113
31
  - source-map@0.6.1 — BSD-3-Clause
114
32
  - source-map-js@1.2.1 — BSD-3-Clause
115
33
  - source-map-support@0.5.21 — MIT
116
- - statuses@2.0.2 — MIT
117
34
  - styled-jsx@5.1.6 — MIT
118
- - toidentifier@1.0.1 — MIT
119
35
  - ts-algebra@2.0.0 — MIT
120
- - type-is@2.1.0 — MIT
121
- - unpipe@1.0.0 — MIT
122
- - vary@1.1.2 — MIT
123
- - which@2.0.2 — ISC
124
- - wrappy@1.0.2 — ISC
125
36
  - yaml@2.9.0 — ISC
126
37
  - zod@3.25.76 — MIT
127
- - zod-to-json-schema@3.25.2 — ISC
128
38
 
129
39
  ## Textos
130
40
 
@@ -354,58 +264,6 @@ Apache License
354
264
  END OF TERMS AND CONDITIONS
355
265
  ```
356
266
 
357
- ### @hono/node-server@2.1.1
358
-
359
- ```
360
- MIT License
361
-
362
- Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
363
-
364
- Permission is hereby granted, free of charge, to any person obtaining a copy
365
- of this software and associated documentation files (the "Software"), to deal
366
- in the Software without restriction, including without limitation the rights
367
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
368
- copies of the Software, and to permit persons to whom the Software is
369
- furnished to do so, subject to the following conditions:
370
-
371
- The above copyright notice and this permission notice shall be included in all
372
- copies or substantial portions of the Software.
373
-
374
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
375
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
376
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
377
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
378
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
379
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
380
- SOFTWARE.
381
- ```
382
-
383
- ### @modelcontextprotocol/sdk@1.30.0
384
-
385
- ```
386
- MIT License
387
-
388
- Copyright (c) 2024 Anthropic, PBC
389
-
390
- Permission is hereby granted, free of charge, to any person obtaining a copy
391
- of this software and associated documentation files (the "Software"), to deal
392
- in the Software without restriction, including without limitation the rights
393
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
394
- copies of the Software, and to permit persons to whom the Software is
395
- furnished to do so, subject to the following conditions:
396
-
397
- The above copyright notice and this permission notice shall be included in all
398
- copies or substantial portions of the Software.
399
-
400
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
401
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
402
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
403
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
404
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
405
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
406
- SOFTWARE.
407
- ```
408
-
409
267
  ### @swc/helpers@0.5.15
410
268
 
411
269
  ```
@@ -612,114 +470,6 @@ See the License for the specific language governing permissions and
612
470
  limitations under the License.
613
471
  ```
614
472
 
615
- ### accepts@2.0.0
616
-
617
- ```
618
- (The MIT License)
619
-
620
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
621
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
622
-
623
- Permission is hereby granted, free of charge, to any person obtaining
624
- a copy of this software and associated documentation files (the
625
- 'Software'), to deal in the Software without restriction, including
626
- without limitation the rights to use, copy, modify, merge, publish,
627
- distribute, sublicense, and/or sell copies of the Software, and to
628
- permit persons to whom the Software is furnished to do so, subject to
629
- the following conditions:
630
-
631
- The above copyright notice and this permission notice shall be
632
- included in all copies or substantial portions of the Software.
633
-
634
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
635
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
636
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
637
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
638
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
639
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
640
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
641
- ```
642
-
643
- ### ajv@8.20.0
644
-
645
- ```
646
- The MIT License (MIT)
647
-
648
- Copyright (c) 2015-2021 Evgeny Poberezkin
649
-
650
- Permission is hereby granted, free of charge, to any person obtaining a copy
651
- of this software and associated documentation files (the "Software"), to deal
652
- in the Software without restriction, including without limitation the rights
653
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
654
- copies of the Software, and to permit persons to whom the Software is
655
- furnished to do so, subject to the following conditions:
656
-
657
- The above copyright notice and this permission notice shall be included in all
658
- copies or substantial portions of the Software.
659
-
660
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
661
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
662
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
663
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
664
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
665
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
666
- SOFTWARE.
667
- ```
668
-
669
- ### ajv-formats@3.0.1
670
-
671
- ```
672
- MIT License
673
-
674
- Copyright (c) 2020 Evgeny Poberezkin
675
-
676
- Permission is hereby granted, free of charge, to any person obtaining a copy
677
- of this software and associated documentation files (the "Software"), to deal
678
- in the Software without restriction, including without limitation the rights
679
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
680
- copies of the Software, and to permit persons to whom the Software is
681
- furnished to do so, subject to the following conditions:
682
-
683
- The above copyright notice and this permission notice shall be included in all
684
- copies or substantial portions of the Software.
685
-
686
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
687
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
688
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
689
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
690
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
691
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
692
- SOFTWARE.
693
- ```
694
-
695
- ### body-parser@2.3.0
696
-
697
- ```
698
- (The MIT License)
699
-
700
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
701
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
702
-
703
- Permission is hereby granted, free of charge, to any person obtaining
704
- a copy of this software and associated documentation files (the
705
- 'Software'), to deal in the Software without restriction, including
706
- without limitation the rights to use, copy, modify, merge, publish,
707
- distribute, sublicense, and/or sell copies of the Software, and to
708
- permit persons to whom the Software is furnished to do so, subject to
709
- the following conditions:
710
-
711
- The above copyright notice and this permission notice shall be
712
- included in all copies or substantial portions of the Software.
713
-
714
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
715
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
716
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
717
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
718
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
719
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
720
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
721
- ```
722
-
723
473
  ### buffer-from@1.1.2
724
474
 
725
475
  ```
@@ -746,86 +496,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
746
496
  SOFTWARE.
747
497
  ```
748
498
 
749
- ### bytes@3.1.2
750
-
751
- ```
752
- (The MIT License)
753
-
754
- Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
755
- Copyright (c) 2015 Jed Watson <jed.watson@me.com>
756
-
757
- Permission is hereby granted, free of charge, to any person obtaining
758
- a copy of this software and associated documentation files (the
759
- 'Software'), to deal in the Software without restriction, including
760
- without limitation the rights to use, copy, modify, merge, publish,
761
- distribute, sublicense, and/or sell copies of the Software, and to
762
- permit persons to whom the Software is furnished to do so, subject to
763
- the following conditions:
764
-
765
- The above copyright notice and this permission notice shall be
766
- included in all copies or substantial portions of the Software.
767
-
768
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
769
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
770
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
771
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
772
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
773
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
774
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
775
- ```
776
-
777
- ### call-bind-apply-helpers@1.0.2
778
-
779
- ```
780
- MIT License
781
-
782
- Copyright (c) 2024 Jordan Harband
783
-
784
- Permission is hereby granted, free of charge, to any person obtaining a copy
785
- of this software and associated documentation files (the "Software"), to deal
786
- in the Software without restriction, including without limitation the rights
787
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
788
- copies of the Software, and to permit persons to whom the Software is
789
- furnished to do so, subject to the following conditions:
790
-
791
- The above copyright notice and this permission notice shall be included in all
792
- copies or substantial portions of the Software.
793
-
794
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
795
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
796
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
797
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
798
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
799
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
800
- SOFTWARE.
801
- ```
802
-
803
- ### call-bound@1.0.4
804
-
805
- ```
806
- MIT License
807
-
808
- Copyright (c) 2024 Jordan Harband
809
-
810
- Permission is hereby granted, free of charge, to any person obtaining a copy
811
- of this software and associated documentation files (the "Software"), to deal
812
- in the Software without restriction, including without limitation the rights
813
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
814
- copies of the Software, and to permit persons to whom the Software is
815
- furnished to do so, subject to the following conditions:
816
-
817
- The above copyright notice and this permission notice shall be included in all
818
- copies or substantial portions of the Software.
819
-
820
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
821
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
822
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
823
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
824
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
825
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
826
- SOFTWARE.
827
- ```
828
-
829
499
  ### caniuse-lite@1.0.30001809
830
500
 
831
501
  ```
@@ -1226,16 +896,15 @@ public licenses.
1226
896
  Creative Commons may be contacted at creativecommons.org.
1227
897
  ```
1228
898
 
1229
- ### content-disposition@1.1.0
899
+ ### ignore@6.0.2
1230
900
 
1231
901
  ```
1232
- (The MIT License)
1233
-
1234
- Copyright (c) 2014-2017 Douglas Christopher Wilson
902
+ Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
903
+ http://kael.me/
1235
904
 
1236
905
  Permission is hereby granted, free of charge, to any person obtaining
1237
906
  a copy of this software and associated documentation files (the
1238
- 'Software'), to deal in the Software without restriction, including
907
+ "Software"), to deal in the Software without restriction, including
1239
908
  without limitation the rights to use, copy, modify, merge, publish,
1240
909
  distribute, sublicense, and/or sell copies of the Software, and to
1241
910
  permit persons to whom the Software is furnished to do so, subject to
@@ -1244,2022 +913,72 @@ the following conditions:
1244
913
  The above copyright notice and this permission notice shall be
1245
914
  included in all copies or substantial portions of the Software.
1246
915
 
1247
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
916
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1248
917
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1249
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1250
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1251
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1252
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1253
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
918
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
919
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
920
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
921
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
922
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1254
923
  ```
1255
924
 
1256
- ### content-type@1.0.5
925
+ ### json-schema-to-ts@3.1.1
1257
926
 
1258
927
  ```
1259
- (The MIT License)
928
+ MIT License
1260
929
 
1261
- Copyright (c) 2015 Douglas Christopher Wilson
930
+ Copyright (c) 2020 Thomas Aribart
1262
931
 
1263
- Permission is hereby granted, free of charge, to any person obtaining
1264
- a copy of this software and associated documentation files (the
1265
- 'Software'), to deal in the Software without restriction, including
1266
- without limitation the rights to use, copy, modify, merge, publish,
1267
- distribute, sublicense, and/or sell copies of the Software, and to
1268
- permit persons to whom the Software is furnished to do so, subject to
1269
- the following conditions:
932
+ Permission is hereby granted, free of charge, to any person obtaining a copy
933
+ of this software and associated documentation files (the "Software"), to deal
934
+ in the Software without restriction, including without limitation the rights
935
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
936
+ copies of the Software, and to permit persons to whom the Software is
937
+ furnished to do so, subject to the following conditions:
1270
938
 
1271
- The above copyright notice and this permission notice shall be
1272
- included in all copies or substantial portions of the Software.
939
+ The above copyright notice and this permission notice shall be included in all
940
+ copies or substantial portions of the Software.
1273
941
 
1274
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1275
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1276
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1277
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1278
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1279
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1280
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
942
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
943
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
944
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
945
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
946
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
947
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
948
+ SOFTWARE.
1281
949
  ```
1282
950
 
1283
- ### cookie@0.7.2
951
+ ### nanoid@3.3.18
1284
952
 
1285
953
  ```
1286
- (The MIT License)
1287
-
1288
- Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
1289
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1290
-
1291
- Permission is hereby granted, free of charge, to any person obtaining
1292
- a copy of this software and associated documentation files (the
1293
- 'Software'), to deal in the Software without restriction, including
1294
- without limitation the rights to use, copy, modify, merge, publish,
1295
- distribute, sublicense, and/or sell copies of the Software, and to
1296
- permit persons to whom the Software is furnished to do so, subject to
1297
- the following conditions:
954
+ The MIT License (MIT)
1298
955
 
1299
- The above copyright notice and this permission notice shall be
1300
- included in all copies or substantial portions of the Software.
956
+ Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
1301
957
 
1302
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1303
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1304
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1305
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1306
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1307
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1308
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1309
- ```
958
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
959
+ this software and associated documentation files (the "Software"), to deal in
960
+ the Software without restriction, including without limitation the rights to
961
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
962
+ the Software, and to permit persons to whom the Software is furnished to do so,
963
+ subject to the following conditions:
1310
964
 
1311
- ### cookie-signature@1.2.2
965
+ The above copyright notice and this permission notice shall be included in all
966
+ copies or substantial portions of the Software.
1312
967
 
1313
- ```
1314
- (The MIT License)
1315
-
1316
- Copyright (c) 2012–2024 LearnBoost <tj@learnboost.com> and other contributors;
1317
-
1318
- Permission is hereby granted, free of charge, to any person obtaining
1319
- a copy of this software and associated documentation files (the
1320
- 'Software'), to deal in the Software without restriction, including
1321
- without limitation the rights to use, copy, modify, merge, publish,
1322
- distribute, sublicense, and/or sell copies of the Software, and to
1323
- permit persons to whom the Software is furnished to do so, subject to
1324
- the following conditions:
1325
-
1326
- The above copyright notice and this permission notice shall be
1327
- included in all copies or substantial portions of the Software.
1328
-
1329
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1330
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1331
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1332
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1333
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1334
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1335
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1336
- ```
1337
-
1338
- ### cors@2.8.6
1339
-
1340
- ```
1341
- (The MIT License)
1342
-
1343
- Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
1344
-
1345
- Permission is hereby granted, free of charge, to any person obtaining
1346
- a copy of this software and associated documentation files (the
1347
- 'Software'), to deal in the Software without restriction, including
1348
- without limitation the rights to use, copy, modify, merge, publish,
1349
- distribute, sublicense, and/or sell copies of the Software, and to
1350
- permit persons to whom the Software is furnished to do so, subject to
1351
- the following conditions:
1352
-
1353
- The above copyright notice and this permission notice shall be
1354
- included in all copies or substantial portions of the Software.
1355
-
1356
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1357
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1358
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1359
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1360
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1361
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1362
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1363
- ```
1364
-
1365
- ### cross-spawn@7.0.6
1366
-
1367
- ```
1368
- The MIT License (MIT)
1369
-
1370
- Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
1371
-
1372
- Permission is hereby granted, free of charge, to any person obtaining a copy
1373
- of this software and associated documentation files (the "Software"), to deal
1374
- in the Software without restriction, including without limitation the rights
1375
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1376
- copies of the Software, and to permit persons to whom the Software is
1377
- furnished to do so, subject to the following conditions:
1378
-
1379
- The above copyright notice and this permission notice shall be included in
1380
- all copies or substantial portions of the Software.
1381
-
1382
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1383
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1384
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1385
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1386
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1387
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1388
- THE SOFTWARE.
1389
- ```
1390
-
1391
- ### debug@4.4.3
1392
-
1393
- ```
1394
- (The MIT License)
1395
-
1396
- Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
1397
- Copyright (c) 2018-2021 Josh Junon
1398
-
1399
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
1400
- and associated documentation files (the 'Software'), to deal in the Software without restriction,
1401
- including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
1402
- and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
1403
- subject to the following conditions:
1404
-
1405
- The above copyright notice and this permission notice shall be included in all copies or substantial
1406
- portions of the Software.
1407
-
1408
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
1409
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1410
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1411
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1412
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1413
- ```
1414
-
1415
- ### depd@2.0.0
1416
-
1417
- ```
1418
- (The MIT License)
1419
-
1420
- Copyright (c) 2014-2018 Douglas Christopher Wilson
1421
-
1422
- Permission is hereby granted, free of charge, to any person obtaining
1423
- a copy of this software and associated documentation files (the
1424
- 'Software'), to deal in the Software without restriction, including
1425
- without limitation the rights to use, copy, modify, merge, publish,
1426
- distribute, sublicense, and/or sell copies of the Software, and to
1427
- permit persons to whom the Software is furnished to do so, subject to
1428
- the following conditions:
1429
-
1430
- The above copyright notice and this permission notice shall be
1431
- included in all copies or substantial portions of the Software.
1432
-
1433
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1434
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1435
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1436
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1437
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1438
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1439
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1440
- ```
1441
-
1442
- ### dunder-proto@1.0.1
1443
-
1444
- ```
1445
- MIT License
1446
-
1447
- Copyright (c) 2024 ECMAScript Shims
1448
-
1449
- Permission is hereby granted, free of charge, to any person obtaining a copy
1450
- of this software and associated documentation files (the "Software"), to deal
1451
- in the Software without restriction, including without limitation the rights
1452
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1453
- copies of the Software, and to permit persons to whom the Software is
1454
- furnished to do so, subject to the following conditions:
1455
-
1456
- The above copyright notice and this permission notice shall be included in all
1457
- copies or substantial portions of the Software.
1458
-
1459
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1460
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1461
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1462
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1463
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1464
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1465
- SOFTWARE.
1466
- ```
1467
-
1468
- ### ee-first@1.1.1
1469
-
1470
- ```
1471
- The MIT License (MIT)
1472
-
1473
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
1474
-
1475
- Permission is hereby granted, free of charge, to any person obtaining a copy
1476
- of this software and associated documentation files (the "Software"), to deal
1477
- in the Software without restriction, including without limitation the rights
1478
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1479
- copies of the Software, and to permit persons to whom the Software is
1480
- furnished to do so, subject to the following conditions:
1481
-
1482
- The above copyright notice and this permission notice shall be included in
1483
- all copies or substantial portions of the Software.
1484
-
1485
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1486
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1487
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1488
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1489
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1490
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1491
- THE SOFTWARE.
1492
- ```
1493
-
1494
- ### encodeurl@2.0.0
1495
-
1496
- ```
1497
- (The MIT License)
1498
-
1499
- Copyright (c) 2016 Douglas Christopher Wilson
1500
-
1501
- Permission is hereby granted, free of charge, to any person obtaining
1502
- a copy of this software and associated documentation files (the
1503
- 'Software'), to deal in the Software without restriction, including
1504
- without limitation the rights to use, copy, modify, merge, publish,
1505
- distribute, sublicense, and/or sell copies of the Software, and to
1506
- permit persons to whom the Software is furnished to do so, subject to
1507
- the following conditions:
1508
-
1509
- The above copyright notice and this permission notice shall be
1510
- included in all copies or substantial portions of the Software.
1511
-
1512
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1513
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1514
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1515
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1516
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1517
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1518
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1519
- ```
1520
-
1521
- ### es-define-property@1.0.1
1522
-
1523
- ```
1524
- MIT License
1525
-
1526
- Copyright (c) 2024 Jordan Harband
1527
-
1528
- Permission is hereby granted, free of charge, to any person obtaining a copy
1529
- of this software and associated documentation files (the "Software"), to deal
1530
- in the Software without restriction, including without limitation the rights
1531
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1532
- copies of the Software, and to permit persons to whom the Software is
1533
- furnished to do so, subject to the following conditions:
1534
-
1535
- The above copyright notice and this permission notice shall be included in all
1536
- copies or substantial portions of the Software.
1537
-
1538
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1539
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1540
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1541
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1542
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1543
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1544
- SOFTWARE.
1545
- ```
1546
-
1547
- ### es-errors@1.3.0
1548
-
1549
- ```
1550
- MIT License
1551
-
1552
- Copyright (c) 2024 Jordan Harband
1553
-
1554
- Permission is hereby granted, free of charge, to any person obtaining a copy
1555
- of this software and associated documentation files (the "Software"), to deal
1556
- in the Software without restriction, including without limitation the rights
1557
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1558
- copies of the Software, and to permit persons to whom the Software is
1559
- furnished to do so, subject to the following conditions:
1560
-
1561
- The above copyright notice and this permission notice shall be included in all
1562
- copies or substantial portions of the Software.
1563
-
1564
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1565
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1566
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1567
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1568
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1569
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1570
- SOFTWARE.
1571
- ```
1572
-
1573
- ### es-object-atoms@1.1.2
1574
-
1575
- ```
1576
- MIT License
1577
-
1578
- Copyright (c) 2024 Jordan Harband
1579
-
1580
- Permission is hereby granted, free of charge, to any person obtaining a copy
1581
- of this software and associated documentation files (the "Software"), to deal
1582
- in the Software without restriction, including without limitation the rights
1583
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1584
- copies of the Software, and to permit persons to whom the Software is
1585
- furnished to do so, subject to the following conditions:
1586
-
1587
- The above copyright notice and this permission notice shall be included in all
1588
- copies or substantial portions of the Software.
1589
-
1590
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1591
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1592
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1593
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1594
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1595
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1596
- SOFTWARE.
1597
- ```
1598
-
1599
- ### escape-html@1.0.3
1600
-
1601
- ```
1602
- (The MIT License)
1603
-
1604
- Copyright (c) 2012-2013 TJ Holowaychuk
1605
- Copyright (c) 2015 Andreas Lubbe
1606
- Copyright (c) 2015 Tiancheng "Timothy" Gu
1607
-
1608
- Permission is hereby granted, free of charge, to any person obtaining
1609
- a copy of this software and associated documentation files (the
1610
- 'Software'), to deal in the Software without restriction, including
1611
- without limitation the rights to use, copy, modify, merge, publish,
1612
- distribute, sublicense, and/or sell copies of the Software, and to
1613
- permit persons to whom the Software is furnished to do so, subject to
1614
- the following conditions:
1615
-
1616
- The above copyright notice and this permission notice shall be
1617
- included in all copies or substantial portions of the Software.
1618
-
1619
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1620
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1621
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1622
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1623
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1624
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1625
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1626
- ```
1627
-
1628
- ### etag@1.8.1
1629
-
1630
- ```
1631
- (The MIT License)
1632
-
1633
- Copyright (c) 2014-2016 Douglas Christopher Wilson
1634
-
1635
- Permission is hereby granted, free of charge, to any person obtaining
1636
- a copy of this software and associated documentation files (the
1637
- 'Software'), to deal in the Software without restriction, including
1638
- without limitation the rights to use, copy, modify, merge, publish,
1639
- distribute, sublicense, and/or sell copies of the Software, and to
1640
- permit persons to whom the Software is furnished to do so, subject to
1641
- the following conditions:
1642
-
1643
- The above copyright notice and this permission notice shall be
1644
- included in all copies or substantial portions of the Software.
1645
-
1646
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1647
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1648
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1649
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1650
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1651
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1652
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1653
- ```
1654
-
1655
- ### eventsource@3.0.7
1656
-
1657
- ```
1658
- The MIT License
1659
-
1660
- Copyright (c) EventSource GitHub organisation
1661
-
1662
- Permission is hereby granted, free of charge, to any person obtaining
1663
- a copy of this software and associated documentation files (the
1664
- "Software"), to deal in the Software without restriction, including
1665
- without limitation the rights to use, copy, modify, merge, publish,
1666
- distribute, sublicense, and/or sell copies of the Software, and to
1667
- permit persons to whom the Software is furnished to do so, subject to
1668
- the following conditions:
1669
-
1670
- The above copyright notice and this permission notice shall be
1671
- included in all copies or substantial portions of the Software.
1672
-
1673
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1674
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1675
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1676
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1677
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1678
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1679
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1680
- ```
1681
-
1682
- ### eventsource-parser@3.1.1
1683
-
1684
- ```
1685
- MIT License
1686
-
1687
- Copyright (c) 2026 Espen Hovlandsdal <espen@hovlandsdal.com>
1688
-
1689
- Permission is hereby granted, free of charge, to any person obtaining a copy
1690
- of this software and associated documentation files (the "Software"), to deal
1691
- in the Software without restriction, including without limitation the rights
1692
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1693
- copies of the Software, and to permit persons to whom the Software is
1694
- furnished to do so, subject to the following conditions:
1695
-
1696
- The above copyright notice and this permission notice shall be included in all
1697
- copies or substantial portions of the Software.
1698
-
1699
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1700
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1701
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1702
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1703
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1704
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1705
- SOFTWARE.
1706
- ```
1707
-
1708
- ### express@5.2.1
1709
-
1710
- ```
1711
- (The MIT License)
1712
-
1713
- Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
1714
- Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
1715
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1716
-
1717
- Permission is hereby granted, free of charge, to any person obtaining
1718
- a copy of this software and associated documentation files (the
1719
- 'Software'), to deal in the Software without restriction, including
1720
- without limitation the rights to use, copy, modify, merge, publish,
1721
- distribute, sublicense, and/or sell copies of the Software, and to
1722
- permit persons to whom the Software is furnished to do so, subject to
1723
- the following conditions:
1724
-
1725
- The above copyright notice and this permission notice shall be
1726
- included in all copies or substantial portions of the Software.
1727
-
1728
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1729
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1730
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1731
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1732
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1733
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1734
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1735
- ```
1736
-
1737
- ### express-rate-limit@8.6.2
1738
-
1739
- ```
1740
- # MIT License
1741
-
1742
- Copyright 2023 Nathan Friedly, Vedant K
1743
-
1744
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1745
- this software and associated documentation files (the "Software"), to deal in
1746
- the Software without restriction, including without limitation the rights to
1747
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1748
- the Software, and to permit persons to whom the Software is furnished to do so,
1749
- subject to the following conditions:
1750
-
1751
- The above copyright notice and this permission notice shall be included in all
1752
- copies or substantial portions of the Software.
1753
-
1754
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1755
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1756
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1757
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1758
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1759
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1760
- ```
1761
-
1762
- ### fast-deep-equal@3.1.3
1763
-
1764
- ```
1765
- MIT License
1766
-
1767
- Copyright (c) 2017 Evgeny Poberezkin
1768
-
1769
- Permission is hereby granted, free of charge, to any person obtaining a copy
1770
- of this software and associated documentation files (the "Software"), to deal
1771
- in the Software without restriction, including without limitation the rights
1772
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1773
- copies of the Software, and to permit persons to whom the Software is
1774
- furnished to do so, subject to the following conditions:
1775
-
1776
- The above copyright notice and this permission notice shall be included in all
1777
- copies or substantial portions of the Software.
1778
-
1779
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1780
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1781
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1782
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1783
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1784
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1785
- SOFTWARE.
1786
- ```
1787
-
1788
- ### fast-uri@3.1.5
1789
-
1790
- ```
1791
- Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
1792
- Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
1793
- All rights reserved.
1794
-
1795
- Redistribution and use in source and binary forms, with or without
1796
- modification, are permitted provided that the following conditions are met:
1797
- * Redistributions of source code must retain the above copyright
1798
- notice, this list of conditions and the following disclaimer.
1799
- * Redistributions in binary form must reproduce the above copyright
1800
- notice, this list of conditions and the following disclaimer in the
1801
- documentation and/or other materials provided with the distribution.
1802
- * The names of any contributors may not be used to endorse or promote
1803
- products derived from this software without specific prior written
1804
- permission.
1805
-
1806
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1807
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1808
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1809
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
1810
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1811
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1812
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1813
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1814
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1815
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1816
-
1817
- * * *
1818
-
1819
- The complete list of contributors can be found at:
1820
- - https://github.com/garycourt/uri-js/graphs/contributors
1821
- ```
1822
-
1823
- ### finalhandler@2.1.1
1824
-
1825
- ```
1826
- (The MIT License)
1827
-
1828
- Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
1829
-
1830
- Permission is hereby granted, free of charge, to any person obtaining
1831
- a copy of this software and associated documentation files (the
1832
- 'Software'), to deal in the Software without restriction, including
1833
- without limitation the rights to use, copy, modify, merge, publish,
1834
- distribute, sublicense, and/or sell copies of the Software, and to
1835
- permit persons to whom the Software is furnished to do so, subject to
1836
- the following conditions:
1837
-
1838
- The above copyright notice and this permission notice shall be
1839
- included in all copies or substantial portions of the Software.
1840
-
1841
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1842
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1843
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1844
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1845
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1846
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1847
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1848
- ```
1849
-
1850
- ### forwarded@0.2.0
1851
-
1852
- ```
1853
- (The MIT License)
1854
-
1855
- Copyright (c) 2014-2017 Douglas Christopher Wilson
1856
-
1857
- Permission is hereby granted, free of charge, to any person obtaining
1858
- a copy of this software and associated documentation files (the
1859
- 'Software'), to deal in the Software without restriction, including
1860
- without limitation the rights to use, copy, modify, merge, publish,
1861
- distribute, sublicense, and/or sell copies of the Software, and to
1862
- permit persons to whom the Software is furnished to do so, subject to
1863
- the following conditions:
1864
-
1865
- The above copyright notice and this permission notice shall be
1866
- included in all copies or substantial portions of the Software.
1867
-
1868
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1869
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1870
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1871
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1872
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1873
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1874
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1875
- ```
1876
-
1877
- ### fresh@2.0.0
1878
-
1879
- ```
1880
- (The MIT License)
1881
-
1882
- Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
1883
- Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
1884
-
1885
- Permission is hereby granted, free of charge, to any person obtaining
1886
- a copy of this software and associated documentation files (the
1887
- 'Software'), to deal in the Software without restriction, including
1888
- without limitation the rights to use, copy, modify, merge, publish,
1889
- distribute, sublicense, and/or sell copies of the Software, and to
1890
- permit persons to whom the Software is furnished to do so, subject to
1891
- the following conditions:
1892
-
1893
- The above copyright notice and this permission notice shall be
1894
- included in all copies or substantial portions of the Software.
1895
-
1896
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1897
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1898
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1899
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1900
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1901
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1902
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1903
- ```
1904
-
1905
- ### function-bind@1.1.2
1906
-
1907
- ```
1908
- Copyright (c) 2013 Raynos.
1909
-
1910
- Permission is hereby granted, free of charge, to any person obtaining a copy
1911
- of this software and associated documentation files (the "Software"), to deal
1912
- in the Software without restriction, including without limitation the rights
1913
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1914
- copies of the Software, and to permit persons to whom the Software is
1915
- furnished to do so, subject to the following conditions:
1916
-
1917
- The above copyright notice and this permission notice shall be included in
1918
- all copies or substantial portions of the Software.
1919
-
1920
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1921
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1922
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1923
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1924
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1925
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1926
- THE SOFTWARE.
1927
- ```
1928
-
1929
- ### get-intrinsic@1.3.0
1930
-
1931
- ```
1932
- MIT License
1933
-
1934
- Copyright (c) 2020 Jordan Harband
1935
-
1936
- Permission is hereby granted, free of charge, to any person obtaining a copy
1937
- of this software and associated documentation files (the "Software"), to deal
1938
- in the Software without restriction, including without limitation the rights
1939
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1940
- copies of the Software, and to permit persons to whom the Software is
1941
- furnished to do so, subject to the following conditions:
1942
-
1943
- The above copyright notice and this permission notice shall be included in all
1944
- copies or substantial portions of the Software.
1945
-
1946
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1947
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1948
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1949
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1950
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1951
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1952
- SOFTWARE.
1953
- ```
1954
-
1955
- ### get-proto@1.0.1
1956
-
1957
- ```
1958
- MIT License
1959
-
1960
- Copyright (c) 2025 Jordan Harband
1961
-
1962
- Permission is hereby granted, free of charge, to any person obtaining a copy
1963
- of this software and associated documentation files (the "Software"), to deal
1964
- in the Software without restriction, including without limitation the rights
1965
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1966
- copies of the Software, and to permit persons to whom the Software is
1967
- furnished to do so, subject to the following conditions:
1968
-
1969
- The above copyright notice and this permission notice shall be included in all
1970
- copies or substantial portions of the Software.
1971
-
1972
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1973
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1974
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1975
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1976
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1977
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1978
- SOFTWARE.
1979
- ```
1980
-
1981
- ### gopd@1.2.0
1982
-
1983
- ```
1984
- MIT License
1985
-
1986
- Copyright (c) 2022 Jordan Harband
1987
-
1988
- Permission is hereby granted, free of charge, to any person obtaining a copy
1989
- of this software and associated documentation files (the "Software"), to deal
1990
- in the Software without restriction, including without limitation the rights
1991
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1992
- copies of the Software, and to permit persons to whom the Software is
1993
- furnished to do so, subject to the following conditions:
1994
-
1995
- The above copyright notice and this permission notice shall be included in all
1996
- copies or substantial portions of the Software.
1997
-
1998
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1999
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2000
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2001
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2002
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2003
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2004
- SOFTWARE.
2005
- ```
2006
-
2007
- ### has-symbols@1.1.0
2008
-
2009
- ```
2010
- MIT License
2011
-
2012
- Copyright (c) 2016 Jordan Harband
2013
-
2014
- Permission is hereby granted, free of charge, to any person obtaining a copy
2015
- of this software and associated documentation files (the "Software"), to deal
2016
- in the Software without restriction, including without limitation the rights
2017
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2018
- copies of the Software, and to permit persons to whom the Software is
2019
- furnished to do so, subject to the following conditions:
2020
-
2021
- The above copyright notice and this permission notice shall be included in all
2022
- copies or substantial portions of the Software.
2023
-
2024
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2025
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2026
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2027
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2028
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2029
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2030
- SOFTWARE.
2031
- ```
2032
-
2033
- ### hasown@2.0.4
2034
-
2035
- ```
2036
- MIT License
2037
-
2038
- Copyright (c) Jordan Harband and contributors
2039
-
2040
- Permission is hereby granted, free of charge, to any person obtaining a copy
2041
- of this software and associated documentation files (the "Software"), to deal
2042
- in the Software without restriction, including without limitation the rights
2043
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2044
- copies of the Software, and to permit persons to whom the Software is
2045
- furnished to do so, subject to the following conditions:
2046
-
2047
- The above copyright notice and this permission notice shall be included in all
2048
- copies or substantial portions of the Software.
2049
-
2050
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2051
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2052
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2053
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2054
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2055
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2056
- SOFTWARE.
2057
- ```
2058
-
2059
- ### hono@4.13.2
2060
-
2061
- ```
2062
- MIT License
2063
-
2064
- Copyright (c) 2021 - present, Yusuke Wada and Hono contributors
2065
-
2066
- Permission is hereby granted, free of charge, to any person obtaining a copy
2067
- of this software and associated documentation files (the "Software"), to deal
2068
- in the Software without restriction, including without limitation the rights
2069
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2070
- copies of the Software, and to permit persons to whom the Software is
2071
- furnished to do so, subject to the following conditions:
2072
-
2073
- The above copyright notice and this permission notice shall be included in all
2074
- copies or substantial portions of the Software.
2075
-
2076
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2077
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2078
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2079
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2080
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2081
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2082
- SOFTWARE.
2083
- ```
2084
-
2085
- ### http-errors@2.0.1
2086
-
2087
- ```
2088
- The MIT License (MIT)
2089
-
2090
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
2091
- Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com
2092
-
2093
- Permission is hereby granted, free of charge, to any person obtaining a copy
2094
- of this software and associated documentation files (the "Software"), to deal
2095
- in the Software without restriction, including without limitation the rights
2096
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2097
- copies of the Software, and to permit persons to whom the Software is
2098
- furnished to do so, subject to the following conditions:
2099
-
2100
- The above copyright notice and this permission notice shall be included in
2101
- all copies or substantial portions of the Software.
2102
-
2103
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2104
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2105
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2106
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2107
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2108
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2109
- THE SOFTWARE.
2110
- ```
2111
-
2112
- ### iconv-lite@0.7.3
2113
-
2114
- ```
2115
- Copyright (c) 2011 Alexander Shtuchkin
2116
-
2117
- Permission is hereby granted, free of charge, to any person obtaining
2118
- a copy of this software and associated documentation files (the
2119
- "Software"), to deal in the Software without restriction, including
2120
- without limitation the rights to use, copy, modify, merge, publish,
2121
- distribute, sublicense, and/or sell copies of the Software, and to
2122
- permit persons to whom the Software is furnished to do so, subject to
2123
- the following conditions:
2124
-
2125
- The above copyright notice and this permission notice shall be
2126
- included in all copies or substantial portions of the Software.
2127
-
2128
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2129
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2130
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2131
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2132
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2133
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2134
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2135
- ```
2136
-
2137
- ### ignore@6.0.2
2138
-
2139
- ```
2140
- Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
2141
- http://kael.me/
2142
-
2143
- Permission is hereby granted, free of charge, to any person obtaining
2144
- a copy of this software and associated documentation files (the
2145
- "Software"), to deal in the Software without restriction, including
2146
- without limitation the rights to use, copy, modify, merge, publish,
2147
- distribute, sublicense, and/or sell copies of the Software, and to
2148
- permit persons to whom the Software is furnished to do so, subject to
2149
- the following conditions:
2150
-
2151
- The above copyright notice and this permission notice shall be
2152
- included in all copies or substantial portions of the Software.
2153
-
2154
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2155
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2156
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2157
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2158
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2159
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2160
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2161
- ```
2162
-
2163
- ### inherits@2.0.4
2164
-
2165
- ```
2166
- The ISC License
2167
-
2168
- Copyright (c) Isaac Z. Schlueter
2169
-
2170
- Permission to use, copy, modify, and/or distribute this software for any
2171
- purpose with or without fee is hereby granted, provided that the above
2172
- copyright notice and this permission notice appear in all copies.
2173
-
2174
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2175
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
2176
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2177
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2178
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2179
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2180
- PERFORMANCE OF THIS SOFTWARE.
2181
- ```
2182
-
2183
- ### ip-address@10.5.0
2184
-
2185
- ```
2186
- Copyright (C) 2011 by Beau Gunderson
2187
-
2188
- Permission is hereby granted, free of charge, to any person obtaining a copy
2189
- of this software and associated documentation files (the "Software"), to deal
2190
- in the Software without restriction, including without limitation the rights
2191
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2192
- copies of the Software, and to permit persons to whom the Software is
2193
- furnished to do so, subject to the following conditions:
2194
-
2195
- The above copyright notice and this permission notice shall be included in
2196
- all copies or substantial portions of the Software.
2197
-
2198
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2199
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2200
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2201
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2202
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2203
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2204
- THE SOFTWARE.
2205
- ```
2206
-
2207
- ### ipaddr.js@1.9.1
2208
-
2209
- ```
2210
- Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org>
2211
-
2212
- Permission is hereby granted, free of charge, to any person obtaining a copy
2213
- of this software and associated documentation files (the "Software"), to deal
2214
- in the Software without restriction, including without limitation the rights
2215
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2216
- copies of the Software, and to permit persons to whom the Software is
2217
- furnished to do so, subject to the following conditions:
2218
-
2219
- The above copyright notice and this permission notice shall be included in
2220
- all copies or substantial portions of the Software.
2221
-
2222
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2223
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2224
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2225
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2226
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2227
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2228
- THE SOFTWARE.
2229
- ```
2230
-
2231
- ### is-promise@4.0.0
2232
-
2233
- ```
2234
- Copyright (c) 2014 Forbes Lindesay
2235
-
2236
- Permission is hereby granted, free of charge, to any person obtaining a copy
2237
- of this software and associated documentation files (the "Software"), to deal
2238
- in the Software without restriction, including without limitation the rights
2239
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2240
- copies of the Software, and to permit persons to whom the Software is
2241
- furnished to do so, subject to the following conditions:
2242
-
2243
- The above copyright notice and this permission notice shall be included in
2244
- all copies or substantial portions of the Software.
2245
-
2246
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2247
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2248
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2249
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2250
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2251
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2252
- THE SOFTWARE.
2253
- ```
2254
-
2255
- ### isexe@2.0.0
2256
-
2257
- ```
2258
- The ISC License
2259
-
2260
- Copyright (c) Isaac Z. Schlueter and Contributors
2261
-
2262
- Permission to use, copy, modify, and/or distribute this software for any
2263
- purpose with or without fee is hereby granted, provided that the above
2264
- copyright notice and this permission notice appear in all copies.
2265
-
2266
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2267
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2268
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2269
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2270
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2271
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2272
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2273
- ```
2274
-
2275
- ### jose@6.2.8
2276
-
2277
- ```
2278
- The MIT License (MIT)
2279
-
2280
- Copyright (c) 2018 Filip Skokan
2281
-
2282
- Permission is hereby granted, free of charge, to any person obtaining a copy
2283
- of this software and associated documentation files (the "Software"), to deal
2284
- in the Software without restriction, including without limitation the rights
2285
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2286
- copies of the Software, and to permit persons to whom the Software is
2287
- furnished to do so, subject to the following conditions:
2288
-
2289
- The above copyright notice and this permission notice shall be included in all
2290
- copies or substantial portions of the Software.
2291
-
2292
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2293
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2294
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2295
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2296
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2297
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2298
- SOFTWARE.
2299
- ```
2300
-
2301
- ### json-schema-to-ts@3.1.1
2302
-
2303
- ```
2304
- MIT License
2305
-
2306
- Copyright (c) 2020 Thomas Aribart
2307
-
2308
- Permission is hereby granted, free of charge, to any person obtaining a copy
2309
- of this software and associated documentation files (the "Software"), to deal
2310
- in the Software without restriction, including without limitation the rights
2311
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2312
- copies of the Software, and to permit persons to whom the Software is
2313
- furnished to do so, subject to the following conditions:
2314
-
2315
- The above copyright notice and this permission notice shall be included in all
2316
- copies or substantial portions of the Software.
2317
-
2318
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2319
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2320
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2321
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2322
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2323
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2324
- SOFTWARE.
2325
- ```
2326
-
2327
- ### json-schema-traverse@1.0.0
2328
-
2329
- ```
2330
- MIT License
2331
-
2332
- Copyright (c) 2017 Evgeny Poberezkin
2333
-
2334
- Permission is hereby granted, free of charge, to any person obtaining a copy
2335
- of this software and associated documentation files (the "Software"), to deal
2336
- in the Software without restriction, including without limitation the rights
2337
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2338
- copies of the Software, and to permit persons to whom the Software is
2339
- furnished to do so, subject to the following conditions:
2340
-
2341
- The above copyright notice and this permission notice shall be included in all
2342
- copies or substantial portions of the Software.
2343
-
2344
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2345
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2346
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2347
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2348
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2349
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2350
- SOFTWARE.
2351
- ```
2352
-
2353
- ### json-schema-typed@8.0.2
2354
-
2355
- ```
2356
- BSD 2-Clause License
2357
-
2358
- Original source code is copyright (c) 2019-2025 Remy Rylan
2359
- <https://github.com/RemyRylan>
2360
-
2361
- All JSON Schema documentation and descriptions are copyright (c):
2362
-
2363
- 2009 [draft-0] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
2364
- and SitePen (USA) <https://www.sitepen.com/>.
2365
-
2366
- 2009 [draft-1] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
2367
- and SitePen (USA) <https://www.sitepen.com/>.
2368
-
2369
- 2010 [draft-2] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
2370
- and SitePen (USA) <https://www.sitepen.com/>.
2371
-
2372
- 2010 [draft-3] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
2373
- Gary Court <gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
2374
-
2375
- 2013 [draft-4] IETF Trust <https://www.ietf.org/>), Francis Galiegue
2376
- <fgaliegue@gmail.com>, Kris Zyp <kris@sitepen.com>, Gary Court
2377
- <gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
2378
-
2379
- 2018 [draft-7] IETF Trust <https://www.ietf.org/>, Austin Wright <aaa@bzfx.net>,
2380
- Henry Andrews <henry@cloudflare.com>, Geraint Luff <luffgd@gmail.com>, and
2381
- Cloudflare, Inc. <https://www.cloudflare.com/>.
2382
-
2383
- 2019 [draft-2019-09] IETF Trust <https://www.ietf.org/>, Austin Wright
2384
- <aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
2385
- <bh7@sanger.ac.uk>, and Greg Dennis <gregsdennis@yahoo.com>.
2386
-
2387
- 2020 [draft-2020-12] IETF Trust <https://www.ietf.org/>, Austin Wright
2388
- <aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
2389
- <ben@jsonschema.dev>, and Greg Dennis <gregsdennis@yahoo.com>.
2390
-
2391
- All rights reserved.
2392
-
2393
- Redistribution and use in source and binary forms, with or without modification,
2394
- are permitted provided that the following conditions are met:
2395
-
2396
- 1. Redistributions of source code must retain the above copyright notice, this
2397
- list of conditions and the following disclaimer.
2398
-
2399
- 2. Redistributions in binary form must reproduce the above copyright notice,
2400
- this list of conditions and the following disclaimer in the documentation
2401
- and/or other materials provided with the distribution.
2402
-
2403
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2404
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2405
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2406
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
2407
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2408
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2409
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2410
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2411
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2412
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2413
- ```
2414
-
2415
- ### math-intrinsics@1.1.0
2416
-
2417
- ```
2418
- MIT License
2419
-
2420
- Copyright (c) 2024 ECMAScript Shims
2421
-
2422
- Permission is hereby granted, free of charge, to any person obtaining a copy
2423
- of this software and associated documentation files (the "Software"), to deal
2424
- in the Software without restriction, including without limitation the rights
2425
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2426
- copies of the Software, and to permit persons to whom the Software is
2427
- furnished to do so, subject to the following conditions:
2428
-
2429
- The above copyright notice and this permission notice shall be included in all
2430
- copies or substantial portions of the Software.
2431
-
2432
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2433
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2434
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2435
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2436
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2437
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2438
- SOFTWARE.
2439
- ```
2440
-
2441
- ### media-typer@1.1.1
2442
-
2443
- ```
2444
- (The MIT License)
2445
-
2446
- Copyright (c) 2014-2017 Douglas Christopher Wilson
2447
-
2448
- Permission is hereby granted, free of charge, to any person obtaining
2449
- a copy of this software and associated documentation files (the
2450
- 'Software'), to deal in the Software without restriction, including
2451
- without limitation the rights to use, copy, modify, merge, publish,
2452
- distribute, sublicense, and/or sell copies of the Software, and to
2453
- permit persons to whom the Software is furnished to do so, subject to
2454
- the following conditions:
2455
-
2456
- The above copyright notice and this permission notice shall be
2457
- included in all copies or substantial portions of the Software.
2458
-
2459
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2460
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2461
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2462
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2463
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2464
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2465
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2466
- ```
2467
-
2468
- ### merge-descriptors@2.0.0
2469
-
2470
- ```
2471
- MIT License
2472
-
2473
- Copyright (c) Jonathan Ong <me@jongleberry.com>
2474
- Copyright (c) Douglas Christopher Wilson <doug@somethingdoug.com>
2475
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2476
-
2477
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2478
-
2479
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2480
-
2481
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2482
- ```
2483
-
2484
- ### mime-db@1.54.0
2485
-
2486
- ```
2487
- (The MIT License)
2488
-
2489
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2490
- Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
2491
-
2492
- Permission is hereby granted, free of charge, to any person obtaining
2493
- a copy of this software and associated documentation files (the
2494
- 'Software'), to deal in the Software without restriction, including
2495
- without limitation the rights to use, copy, modify, merge, publish,
2496
- distribute, sublicense, and/or sell copies of the Software, and to
2497
- permit persons to whom the Software is furnished to do so, subject to
2498
- the following conditions:
2499
-
2500
- The above copyright notice and this permission notice shall be
2501
- included in all copies or substantial portions of the Software.
2502
-
2503
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2504
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2505
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2506
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2507
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2508
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2509
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2510
- ```
2511
-
2512
- ### mime-types@3.0.2
2513
-
2514
- ```
2515
- (The MIT License)
2516
-
2517
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2518
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
2519
-
2520
- Permission is hereby granted, free of charge, to any person obtaining
2521
- a copy of this software and associated documentation files (the
2522
- 'Software'), to deal in the Software without restriction, including
2523
- without limitation the rights to use, copy, modify, merge, publish,
2524
- distribute, sublicense, and/or sell copies of the Software, and to
2525
- permit persons to whom the Software is furnished to do so, subject to
2526
- the following conditions:
2527
-
2528
- The above copyright notice and this permission notice shall be
2529
- included in all copies or substantial portions of the Software.
2530
-
2531
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2532
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2533
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2534
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2535
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2536
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2537
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2538
- ```
2539
-
2540
- ### ms@2.1.3
2541
-
2542
- ```
2543
- The MIT License (MIT)
2544
-
2545
- Copyright (c) 2020 Vercel, Inc.
2546
-
2547
- Permission is hereby granted, free of charge, to any person obtaining a copy
2548
- of this software and associated documentation files (the "Software"), to deal
2549
- in the Software without restriction, including without limitation the rights
2550
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2551
- copies of the Software, and to permit persons to whom the Software is
2552
- furnished to do so, subject to the following conditions:
2553
-
2554
- The above copyright notice and this permission notice shall be included in all
2555
- copies or substantial portions of the Software.
2556
-
2557
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2558
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2559
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2560
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2561
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2562
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2563
- SOFTWARE.
2564
- ```
2565
-
2566
- ### nanoid@3.3.18
2567
-
2568
- ```
2569
- The MIT License (MIT)
2570
-
2571
- Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
2572
-
2573
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2574
- this software and associated documentation files (the "Software"), to deal in
2575
- the Software without restriction, including without limitation the rights to
2576
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2577
- the Software, and to permit persons to whom the Software is furnished to do so,
2578
- subject to the following conditions:
2579
-
2580
- The above copyright notice and this permission notice shall be included in all
2581
- copies or substantial portions of the Software.
2582
-
2583
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2584
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2585
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2586
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2587
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2588
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2589
- ```
2590
-
2591
- ### negotiator@1.0.0
2592
-
2593
- ```
2594
- (The MIT License)
2595
-
2596
- Copyright (c) 2012-2014 Federico Romero
2597
- Copyright (c) 2012-2014 Isaac Z. Schlueter
2598
- Copyright (c) 2014-2015 Douglas Christopher Wilson
2599
-
2600
- Permission is hereby granted, free of charge, to any person obtaining
2601
- a copy of this software and associated documentation files (the
2602
- 'Software'), to deal in the Software without restriction, including
2603
- without limitation the rights to use, copy, modify, merge, publish,
2604
- distribute, sublicense, and/or sell copies of the Software, and to
2605
- permit persons to whom the Software is furnished to do so, subject to
2606
- the following conditions:
2607
-
2608
- The above copyright notice and this permission notice shall be
2609
- included in all copies or substantial portions of the Software.
2610
-
2611
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2612
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2613
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2614
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2615
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2616
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2617
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2618
- ```
2619
-
2620
- ### next@15.5.23
2621
-
2622
- ```
2623
- The MIT License (MIT)
2624
-
2625
- Copyright (c) 2025 Vercel, Inc.
2626
-
2627
- Permission is hereby granted, free of charge, to any person obtaining a copy
2628
- of this software and associated documentation files (the "Software"), to deal
2629
- in the Software without restriction, including without limitation the rights
2630
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2631
- copies of the Software, and to permit persons to whom the Software is
2632
- furnished to do so, subject to the following conditions:
2633
-
2634
- The above copyright notice and this permission notice shall be included in all
2635
- copies or substantial portions of the Software.
2636
-
2637
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2638
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2639
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2640
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2641
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2642
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2643
- SOFTWARE.
2644
- ```
2645
-
2646
- ### object-assign@4.1.1
2647
-
2648
- ```
2649
- The MIT License (MIT)
2650
-
2651
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2652
-
2653
- Permission is hereby granted, free of charge, to any person obtaining a copy
2654
- of this software and associated documentation files (the "Software"), to deal
2655
- in the Software without restriction, including without limitation the rights
2656
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2657
- copies of the Software, and to permit persons to whom the Software is
2658
- furnished to do so, subject to the following conditions:
2659
-
2660
- The above copyright notice and this permission notice shall be included in
2661
- all copies or substantial portions of the Software.
2662
-
2663
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2664
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2665
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2666
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2667
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2668
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2669
- THE SOFTWARE.
2670
- ```
2671
-
2672
- ### object-inspect@1.13.4
2673
-
2674
- ```
2675
- MIT License
2676
-
2677
- Copyright (c) 2013 James Halliday
2678
-
2679
- Permission is hereby granted, free of charge, to any person obtaining a copy
2680
- of this software and associated documentation files (the "Software"), to deal
2681
- in the Software without restriction, including without limitation the rights
2682
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2683
- copies of the Software, and to permit persons to whom the Software is
2684
- furnished to do so, subject to the following conditions:
2685
-
2686
- The above copyright notice and this permission notice shall be included in all
2687
- copies or substantial portions of the Software.
2688
-
2689
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2690
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2691
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2692
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2693
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2694
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2695
- SOFTWARE.
2696
- ```
2697
-
2698
- ### on-finished@2.4.1
2699
-
2700
- ```
2701
- (The MIT License)
2702
-
2703
- Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
2704
- Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
2705
-
2706
- Permission is hereby granted, free of charge, to any person obtaining
2707
- a copy of this software and associated documentation files (the
2708
- 'Software'), to deal in the Software without restriction, including
2709
- without limitation the rights to use, copy, modify, merge, publish,
2710
- distribute, sublicense, and/or sell copies of the Software, and to
2711
- permit persons to whom the Software is furnished to do so, subject to
2712
- the following conditions:
2713
-
2714
- The above copyright notice and this permission notice shall be
2715
- included in all copies or substantial portions of the Software.
2716
-
2717
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2718
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2719
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2720
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2721
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2722
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2723
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2724
- ```
2725
-
2726
- ### once@1.4.0
2727
-
2728
- ```
2729
- The ISC License
2730
-
2731
- Copyright (c) Isaac Z. Schlueter and Contributors
2732
-
2733
- Permission to use, copy, modify, and/or distribute this software for any
2734
- purpose with or without fee is hereby granted, provided that the above
2735
- copyright notice and this permission notice appear in all copies.
2736
-
2737
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2738
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2739
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2740
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2741
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2742
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2743
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2744
- ```
2745
-
2746
- ### parseurl@1.3.3
2747
-
2748
- ```
2749
- (The MIT License)
2750
-
2751
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2752
- Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
2753
-
2754
- Permission is hereby granted, free of charge, to any person obtaining
2755
- a copy of this software and associated documentation files (the
2756
- 'Software'), to deal in the Software without restriction, including
2757
- without limitation the rights to use, copy, modify, merge, publish,
2758
- distribute, sublicense, and/or sell copies of the Software, and to
2759
- permit persons to whom the Software is furnished to do so, subject to
2760
- the following conditions:
2761
-
2762
- The above copyright notice and this permission notice shall be
2763
- included in all copies or substantial portions of the Software.
2764
-
2765
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2766
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2767
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2768
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2769
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2770
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2771
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2772
- ```
2773
-
2774
- ### path-key@3.1.1
2775
-
2776
- ```
2777
- MIT License
2778
-
2779
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2780
-
2781
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2782
-
2783
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2784
-
2785
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2786
- ```
2787
-
2788
- ### path-to-regexp@8.4.2
2789
-
2790
- ```
2791
- The MIT License (MIT)
2792
-
2793
- Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
2794
-
2795
- Permission is hereby granted, free of charge, to any person obtaining a copy
2796
- of this software and associated documentation files (the "Software"), to deal
2797
- in the Software without restriction, including without limitation the rights
2798
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2799
- copies of the Software, and to permit persons to whom the Software is
2800
- furnished to do so, subject to the following conditions:
2801
-
2802
- The above copyright notice and this permission notice shall be included in
2803
- all copies or substantial portions of the Software.
2804
-
2805
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2806
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2807
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2808
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2809
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2810
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2811
- THE SOFTWARE.
2812
- ```
2813
-
2814
- ### picocolors@1.1.1
2815
-
2816
- ```
2817
- ISC License
2818
-
2819
- Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
2820
-
2821
- Permission to use, copy, modify, and/or distribute this software for any
2822
- purpose with or without fee is hereby granted, provided that the above
2823
- copyright notice and this permission notice appear in all copies.
2824
-
2825
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2826
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2827
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2828
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2829
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2830
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2831
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2832
- ```
2833
-
2834
- ### pkce-challenge@5.0.1
2835
-
2836
- ```
2837
- MIT License
2838
-
2839
- Copyright (c) 2019
2840
-
2841
- Permission is hereby granted, free of charge, to any person obtaining a copy
2842
- of this software and associated documentation files (the "Software"), to deal
2843
- in the Software without restriction, including without limitation the rights
2844
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2845
- copies of the Software, and to permit persons to whom the Software is
2846
- furnished to do so, subject to the following conditions:
2847
-
2848
- The above copyright notice and this permission notice shall be included in all
2849
- copies or substantial portions of the Software.
2850
-
2851
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2852
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2853
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2854
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2855
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2856
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2857
- SOFTWARE.
2858
- ```
2859
-
2860
- ### postcss@8.4.31
2861
-
2862
- ```
2863
- The MIT License (MIT)
2864
-
2865
- Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
2866
-
2867
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2868
- this software and associated documentation files (the "Software"), to deal in
2869
- the Software without restriction, including without limitation the rights to
2870
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2871
- the Software, and to permit persons to whom the Software is furnished to do so,
2872
- subject to the following conditions:
2873
-
2874
- The above copyright notice and this permission notice shall be included in all
2875
- copies or substantial portions of the Software.
2876
-
2877
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2878
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2879
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2880
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2881
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2882
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2883
- ```
2884
-
2885
- ### proxy-addr@2.0.7
2886
-
2887
- ```
2888
- (The MIT License)
2889
-
2890
- Copyright (c) 2014-2016 Douglas Christopher Wilson
2891
-
2892
- Permission is hereby granted, free of charge, to any person obtaining
2893
- a copy of this software and associated documentation files (the
2894
- 'Software'), to deal in the Software without restriction, including
2895
- without limitation the rights to use, copy, modify, merge, publish,
2896
- distribute, sublicense, and/or sell copies of the Software, and to
2897
- permit persons to whom the Software is furnished to do so, subject to
2898
- the following conditions:
2899
-
2900
- The above copyright notice and this permission notice shall be
2901
- included in all copies or substantial portions of the Software.
2902
-
2903
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2904
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2905
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2906
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2907
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2908
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2909
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2910
- ```
2911
-
2912
- ### qs@6.15.3
2913
-
2914
- ```
2915
- BSD 3-Clause License
2916
-
2917
- Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
2918
- All rights reserved.
2919
-
2920
- Redistribution and use in source and binary forms, with or without
2921
- modification, are permitted provided that the following conditions are met:
2922
-
2923
- 1. Redistributions of source code must retain the above copyright notice, this
2924
- list of conditions and the following disclaimer.
2925
-
2926
- 2. Redistributions in binary form must reproduce the above copyright notice,
2927
- this list of conditions and the following disclaimer in the documentation
2928
- and/or other materials provided with the distribution.
2929
-
2930
- 3. Neither the name of the copyright holder nor the names of its
2931
- contributors may be used to endorse or promote products derived from
2932
- this software without specific prior written permission.
2933
-
2934
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2935
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2936
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2937
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2938
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2939
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2940
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2941
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2942
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2943
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2944
- ```
2945
-
2946
- ### range-parser@1.3.0
2947
-
2948
- ```
2949
- (The MIT License)
2950
-
2951
- Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
2952
- Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com
2953
-
2954
- Permission is hereby granted, free of charge, to any person obtaining
2955
- a copy of this software and associated documentation files (the
2956
- 'Software'), to deal in the Software without restriction, including
2957
- without limitation the rights to use, copy, modify, merge, publish,
2958
- distribute, sublicense, and/or sell copies of the Software, and to
2959
- permit persons to whom the Software is furnished to do so, subject to
2960
- the following conditions:
2961
-
2962
- The above copyright notice and this permission notice shall be
2963
- included in all copies or substantial portions of the Software.
2964
-
2965
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2966
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2967
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2968
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2969
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2970
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2971
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2972
- ```
2973
-
2974
- ### raw-body@3.0.2
2975
-
2976
- ```
2977
- The MIT License (MIT)
2978
-
2979
- Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>
2980
- Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
2981
-
2982
- Permission is hereby granted, free of charge, to any person obtaining a copy
2983
- of this software and associated documentation files (the "Software"), to deal
2984
- in the Software without restriction, including without limitation the rights
2985
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2986
- copies of the Software, and to permit persons to whom the Software is
2987
- furnished to do so, subject to the following conditions:
2988
-
2989
- The above copyright notice and this permission notice shall be included in
2990
- all copies or substantial portions of the Software.
2991
-
2992
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2993
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2994
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2995
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2996
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2997
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2998
- THE SOFTWARE.
2999
- ```
3000
-
3001
- ### react@19.2.8
3002
-
3003
- ```
3004
- MIT License
3005
-
3006
- Copyright (c) Meta Platforms, Inc. and affiliates.
3007
-
3008
- Permission is hereby granted, free of charge, to any person obtaining a copy
3009
- of this software and associated documentation files (the "Software"), to deal
3010
- in the Software without restriction, including without limitation the rights
3011
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3012
- copies of the Software, and to permit persons to whom the Software is
3013
- furnished to do so, subject to the following conditions:
3014
-
3015
- The above copyright notice and this permission notice shall be included in all
3016
- copies or substantial portions of the Software.
3017
-
3018
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3019
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3020
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3021
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3022
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3023
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3024
- SOFTWARE.
3025
- ```
3026
-
3027
- ### react-dom@19.2.8
3028
-
3029
- ```
3030
- MIT License
3031
-
3032
- Copyright (c) Meta Platforms, Inc. and affiliates.
3033
-
3034
- Permission is hereby granted, free of charge, to any person obtaining a copy
3035
- of this software and associated documentation files (the "Software"), to deal
3036
- in the Software without restriction, including without limitation the rights
3037
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3038
- copies of the Software, and to permit persons to whom the Software is
3039
- furnished to do so, subject to the following conditions:
3040
-
3041
- The above copyright notice and this permission notice shall be included in all
3042
- copies or substantial portions of the Software.
3043
-
3044
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3045
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3046
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3047
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3048
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3049
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3050
- SOFTWARE.
3051
- ```
3052
-
3053
- ### require-from-string@2.0.2
3054
-
3055
- ```
3056
- The MIT License (MIT)
3057
-
3058
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
3059
-
3060
- Permission is hereby granted, free of charge, to any person obtaining a copy
3061
- of this software and associated documentation files (the "Software"), to deal
3062
- in the Software without restriction, including without limitation the rights
3063
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3064
- copies of the Software, and to permit persons to whom the Software is
3065
- furnished to do so, subject to the following conditions:
3066
-
3067
- The above copyright notice and this permission notice shall be included in
3068
- all copies or substantial portions of the Software.
3069
-
3070
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3071
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3072
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3073
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3074
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3075
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3076
- THE SOFTWARE.
3077
- ```
3078
-
3079
- ### router@2.2.0
3080
-
3081
- ```
3082
- (The MIT License)
3083
-
3084
- Copyright (c) 2013 Roman Shtylman
3085
- Copyright (c) 2014-2022 Douglas Christopher Wilson
3086
-
3087
- Permission is hereby granted, free of charge, to any person obtaining
3088
- a copy of this software and associated documentation files (the
3089
- 'Software'), to deal in the Software without restriction, including
3090
- without limitation the rights to use, copy, modify, merge, publish,
3091
- distribute, sublicense, and/or sell copies of the Software, and to
3092
- permit persons to whom the Software is furnished to do so, subject to
3093
- the following conditions:
3094
-
3095
- The above copyright notice and this permission notice shall be
3096
- included in all copies or substantial portions of the Software.
3097
-
3098
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3099
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3100
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3101
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3102
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3103
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3104
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3105
- ```
3106
-
3107
- ### safer-buffer@2.1.2
3108
-
3109
- ```
3110
- MIT License
3111
-
3112
- Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
3113
-
3114
- Permission is hereby granted, free of charge, to any person obtaining a copy
3115
- of this software and associated documentation files (the "Software"), to deal
3116
- in the Software without restriction, including without limitation the rights
3117
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3118
- copies of the Software, and to permit persons to whom the Software is
3119
- furnished to do so, subject to the following conditions:
3120
-
3121
- The above copyright notice and this permission notice shall be included in all
3122
- copies or substantial portions of the Software.
3123
-
3124
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3125
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3126
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3127
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3128
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3129
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3130
- SOFTWARE.
3131
- ```
3132
-
3133
- ### semver@7.8.5
3134
-
3135
- ```
3136
- The ISC License
3137
-
3138
- Copyright (c) Isaac Z. Schlueter and Contributors
3139
-
3140
- Permission to use, copy, modify, and/or distribute this software for any
3141
- purpose with or without fee is hereby granted, provided that the above
3142
- copyright notice and this permission notice appear in all copies.
3143
-
3144
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3145
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3146
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3147
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3148
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3149
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3150
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3151
- ```
3152
-
3153
- ### send@1.2.1
3154
-
3155
- ```
3156
- (The MIT License)
3157
-
3158
- Copyright (c) 2012 TJ Holowaychuk
3159
- Copyright (c) 2014-2022 Douglas Christopher Wilson
3160
-
3161
- Permission is hereby granted, free of charge, to any person obtaining
3162
- a copy of this software and associated documentation files (the
3163
- 'Software'), to deal in the Software without restriction, including
3164
- without limitation the rights to use, copy, modify, merge, publish,
3165
- distribute, sublicense, and/or sell copies of the Software, and to
3166
- permit persons to whom the Software is furnished to do so, subject to
3167
- the following conditions:
3168
-
3169
- The above copyright notice and this permission notice shall be
3170
- included in all copies or substantial portions of the Software.
3171
-
3172
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3173
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3174
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3175
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3176
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3177
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3178
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3179
- ```
3180
-
3181
- ### serve-static@2.2.1
3182
-
3183
- ```
3184
- (The MIT License)
3185
-
3186
- Copyright (c) 2010 Sencha Inc.
3187
- Copyright (c) 2011 LearnBoost
3188
- Copyright (c) 2011 TJ Holowaychuk
3189
- Copyright (c) 2014-2016 Douglas Christopher Wilson
3190
-
3191
- Permission is hereby granted, free of charge, to any person obtaining
3192
- a copy of this software and associated documentation files (the
3193
- 'Software'), to deal in the Software without restriction, including
3194
- without limitation the rights to use, copy, modify, merge, publish,
3195
- distribute, sublicense, and/or sell copies of the Software, and to
3196
- permit persons to whom the Software is furnished to do so, subject to
3197
- the following conditions:
3198
-
3199
- The above copyright notice and this permission notice shall be
3200
- included in all copies or substantial portions of the Software.
3201
-
3202
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3203
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3204
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3205
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3206
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3207
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3208
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3209
- ```
3210
-
3211
- ### setprototypeof@1.2.0
3212
-
3213
- ```
3214
- Copyright (c) 2015, Wes Todd
3215
-
3216
- Permission to use, copy, modify, and/or distribute this software for any
3217
- purpose with or without fee is hereby granted, provided that the above
3218
- copyright notice and this permission notice appear in all copies.
3219
-
3220
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3221
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3222
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
3223
- SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3224
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
3225
- OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
3226
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3227
- ```
3228
-
3229
- ### shebang-command@2.0.0
3230
-
3231
- ```
3232
- MIT License
3233
-
3234
- Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
3235
-
3236
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3237
-
3238
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3239
-
3240
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3241
- ```
3242
-
3243
- ### shebang-regex@3.0.0
3244
-
3245
- ```
3246
- MIT License
3247
-
3248
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3249
-
3250
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3251
-
3252
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3253
-
3254
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
968
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
969
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
970
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
971
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
972
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
973
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3255
974
  ```
3256
975
 
3257
- ### side-channel@1.1.1
976
+ ### next@15.5.25
3258
977
 
3259
978
  ```
3260
- MIT License
979
+ The MIT License (MIT)
3261
980
 
3262
- Copyright (c) 2019 Jordan Harband
981
+ Copyright (c) 2025 Vercel, Inc.
3263
982
 
3264
983
  Permission is hereby granted, free of charge, to any person obtaining a copy
3265
984
  of this software and associated documentation files (the "Software"), to deal
@@ -3280,38 +999,57 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3280
999
  SOFTWARE.
3281
1000
  ```
3282
1001
 
3283
- ### side-channel-list@1.0.1
1002
+ ### picocolors@1.1.1
3284
1003
 
3285
1004
  ```
3286
- MIT License
1005
+ ISC License
3287
1006
 
3288
- Copyright (c) 2024 Jordan Harband
1007
+ Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
3289
1008
 
3290
- Permission is hereby granted, free of charge, to any person obtaining a copy
3291
- of this software and associated documentation files (the "Software"), to deal
3292
- in the Software without restriction, including without limitation the rights
3293
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3294
- copies of the Software, and to permit persons to whom the Software is
3295
- furnished to do so, subject to the following conditions:
1009
+ Permission to use, copy, modify, and/or distribute this software for any
1010
+ purpose with or without fee is hereby granted, provided that the above
1011
+ copyright notice and this permission notice appear in all copies.
1012
+
1013
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1014
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1015
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1016
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1017
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1018
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1019
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1020
+ ```
1021
+
1022
+ ### postcss@8.5.28
1023
+
1024
+ ```
1025
+ The MIT License (MIT)
1026
+
1027
+ Copyright 2013 Andrey Sitnik <andrey@sitnik.es>
1028
+
1029
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1030
+ this software and associated documentation files (the "Software"), to deal in
1031
+ the Software without restriction, including without limitation the rights to
1032
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1033
+ the Software, and to permit persons to whom the Software is furnished to do so,
1034
+ subject to the following conditions:
3296
1035
 
3297
1036
  The above copyright notice and this permission notice shall be included in all
3298
1037
  copies or substantial portions of the Software.
3299
1038
 
3300
1039
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3301
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3302
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3303
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3304
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3305
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3306
- SOFTWARE.
1040
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1041
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1042
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1043
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1044
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3307
1045
  ```
3308
1046
 
3309
- ### side-channel-map@1.0.1
1047
+ ### react@19.2.8
3310
1048
 
3311
1049
  ```
3312
1050
  MIT License
3313
1051
 
3314
- Copyright (c) 2024 Jordan Harband
1052
+ Copyright (c) Meta Platforms, Inc. and affiliates.
3315
1053
 
3316
1054
  Permission is hereby granted, free of charge, to any person obtaining a copy
3317
1055
  of this software and associated documentation files (the "Software"), to deal
@@ -3332,12 +1070,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3332
1070
  SOFTWARE.
3333
1071
  ```
3334
1072
 
3335
- ### side-channel-weakmap@1.0.2
1073
+ ### react-dom@19.2.8
3336
1074
 
3337
1075
  ```
3338
1076
  MIT License
3339
1077
 
3340
- Copyright (c) 2019 Jordan Harband
1078
+ Copyright (c) Meta Platforms, Inc. and affiliates.
3341
1079
 
3342
1080
  Permission is hereby granted, free of charge, to any person obtaining a copy
3343
1081
  of this software and associated documentation files (the "Software"), to deal
@@ -3358,6 +1096,26 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3358
1096
  SOFTWARE.
3359
1097
  ```
3360
1098
 
1099
+ ### semver@7.8.5
1100
+
1101
+ ```
1102
+ The ISC License
1103
+
1104
+ Copyright (c) Isaac Z. Schlueter and Contributors
1105
+
1106
+ Permission to use, copy, modify, and/or distribute this software for any
1107
+ purpose with or without fee is hereby granted, provided that the above
1108
+ copyright notice and this permission notice appear in all copies.
1109
+
1110
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1111
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1112
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1113
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1114
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1115
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1116
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1117
+ ```
1118
+
3361
1119
  ### smol-toml@1.8.0
3362
1120
 
3363
1121
  ```
@@ -3477,33 +1235,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3477
1235
  SOFTWARE.
3478
1236
  ```
3479
1237
 
3480
- ### statuses@2.0.2
3481
-
3482
- ```
3483
- The MIT License (MIT)
3484
-
3485
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
3486
- Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
3487
-
3488
- Permission is hereby granted, free of charge, to any person obtaining a copy
3489
- of this software and associated documentation files (the "Software"), to deal
3490
- in the Software without restriction, including without limitation the rights
3491
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3492
- copies of the Software, and to permit persons to whom the Software is
3493
- furnished to do so, subject to the following conditions:
3494
-
3495
- The above copyright notice and this permission notice shall be included in
3496
- all copies or substantial portions of the Software.
3497
-
3498
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3499
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3500
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3501
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3502
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3503
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3504
- THE SOFTWARE.
3505
- ```
3506
-
3507
1238
  ### styled-jsx@5.1.6
3508
1239
 
3509
1240
  ```
@@ -3530,32 +1261,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3530
1261
  SOFTWARE.
3531
1262
  ```
3532
1263
 
3533
- ### toidentifier@1.0.1
3534
-
3535
- ```
3536
- MIT License
3537
-
3538
- Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
3539
-
3540
- Permission is hereby granted, free of charge, to any person obtaining a copy
3541
- of this software and associated documentation files (the "Software"), to deal
3542
- in the Software without restriction, including without limitation the rights
3543
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3544
- copies of the Software, and to permit persons to whom the Software is
3545
- furnished to do so, subject to the following conditions:
3546
-
3547
- The above copyright notice and this permission notice shall be included in all
3548
- copies or substantial portions of the Software.
3549
-
3550
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3551
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3552
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3553
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3554
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3555
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3556
- SOFTWARE.
3557
- ```
3558
-
3559
1264
  ### ts-algebra@2.0.0
3560
1265
 
3561
1266
  ```
@@ -3582,128 +1287,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3582
1287
  SOFTWARE.
3583
1288
  ```
3584
1289
 
3585
- ### type-is@2.1.0
3586
-
3587
- ```
3588
- (The MIT License)
3589
-
3590
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
3591
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
3592
-
3593
- Permission is hereby granted, free of charge, to any person obtaining
3594
- a copy of this software and associated documentation files (the
3595
- 'Software'), to deal in the Software without restriction, including
3596
- without limitation the rights to use, copy, modify, merge, publish,
3597
- distribute, sublicense, and/or sell copies of the Software, and to
3598
- permit persons to whom the Software is furnished to do so, subject to
3599
- the following conditions:
3600
-
3601
- The above copyright notice and this permission notice shall be
3602
- included in all copies or substantial portions of the Software.
3603
-
3604
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3605
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3606
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3607
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3608
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3609
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3610
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3611
- ```
3612
-
3613
- ### unpipe@1.0.0
3614
-
3615
- ```
3616
- (The MIT License)
3617
-
3618
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
3619
-
3620
- Permission is hereby granted, free of charge, to any person obtaining
3621
- a copy of this software and associated documentation files (the
3622
- 'Software'), to deal in the Software without restriction, including
3623
- without limitation the rights to use, copy, modify, merge, publish,
3624
- distribute, sublicense, and/or sell copies of the Software, and to
3625
- permit persons to whom the Software is furnished to do so, subject to
3626
- the following conditions:
3627
-
3628
- The above copyright notice and this permission notice shall be
3629
- included in all copies or substantial portions of the Software.
3630
-
3631
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3632
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3633
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3634
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3635
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3636
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3637
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3638
- ```
3639
-
3640
- ### vary@1.1.2
3641
-
3642
- ```
3643
- (The MIT License)
3644
-
3645
- Copyright (c) 2014-2017 Douglas Christopher Wilson
3646
-
3647
- Permission is hereby granted, free of charge, to any person obtaining
3648
- a copy of this software and associated documentation files (the
3649
- 'Software'), to deal in the Software without restriction, including
3650
- without limitation the rights to use, copy, modify, merge, publish,
3651
- distribute, sublicense, and/or sell copies of the Software, and to
3652
- permit persons to whom the Software is furnished to do so, subject to
3653
- the following conditions:
3654
-
3655
- The above copyright notice and this permission notice shall be
3656
- included in all copies or substantial portions of the Software.
3657
-
3658
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3659
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3660
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3661
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3662
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3663
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3664
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3665
- ```
3666
-
3667
- ### which@2.0.2
3668
-
3669
- ```
3670
- The ISC License
3671
-
3672
- Copyright (c) Isaac Z. Schlueter and Contributors
3673
-
3674
- Permission to use, copy, modify, and/or distribute this software for any
3675
- purpose with or without fee is hereby granted, provided that the above
3676
- copyright notice and this permission notice appear in all copies.
3677
-
3678
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3679
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3680
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3681
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3682
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3683
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3684
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3685
- ```
3686
-
3687
- ### wrappy@1.0.2
3688
-
3689
- ```
3690
- The ISC License
3691
-
3692
- Copyright (c) Isaac Z. Schlueter and Contributors
3693
-
3694
- Permission to use, copy, modify, and/or distribute this software for any
3695
- purpose with or without fee is hereby granted, provided that the above
3696
- copyright notice and this permission notice appear in all copies.
3697
-
3698
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3699
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3700
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3701
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3702
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3703
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3704
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3705
- ```
3706
-
3707
1290
  ### yaml@2.9.0
3708
1291
 
3709
1292
  ```
@@ -3747,23 +1330,3 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3747
1330
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3748
1331
  SOFTWARE.
3749
1332
  ```
3750
-
3751
- ### zod-to-json-schema@3.25.2
3752
-
3753
- ```
3754
- ISC License
3755
-
3756
- Copyright (c) 2020, Stefan Terdell
3757
-
3758
- Permission to use, copy, modify, and/or distribute this software for any
3759
- purpose with or without fee is hereby granted, provided that the above
3760
- copyright notice and this permission notice appear in all copies.
3761
-
3762
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3763
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3764
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3765
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3766
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3767
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3768
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3769
- ```