wiki-viewer 1.14.1 → 2.0.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.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/build-manifest.json +3 -3
- package/.next/standalone/.next/server/app/_global-error.html +1 -1
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/api/agent/activity/route.js +6 -6
- package/.next/standalone/.next/server/app/api/agent/activity/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/events/[...path]/route.js +8 -8
- package/.next/standalone/.next/server/app/api/agent/events/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/files/[...path]/route.js +9 -9
- package/.next/standalone/.next/server/app/api/agent/files/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/fs/file/[...path]/route.js +8 -8
- package/.next/standalone/.next/server/app/api/agent/fs/file/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/fs/ls/[[...path]]/route.js +8 -8
- package/.next/standalone/.next/server/app/api/agent/fs/ls/[[...path]]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/fs/move/route.js +8 -8
- package/.next/standalone/.next/server/app/api/agent/fs/move/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/fs/search/route.js +9 -9
- package/.next/standalone/.next/server/app/api/agent/fs/search/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/internal/span/route.js +8 -8
- package/.next/standalone/.next/server/app/api/agent/internal/span/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/settings/route.js +7 -7
- package/.next/standalone/.next/server/app/api/agent/settings/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/sidecar/[...path]/route.js +6 -6
- package/.next/standalone/.next/server/app/api/agent/sidecar/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/app-proxy/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/assets/[...path]/route.js +5 -5
- package/.next/standalone/.next/server/app/api/assets/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/share/[token]/route.js +6 -5
- package/.next/standalone/.next/server/app/api/share/[token]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/share/route.js +4 -4
- package/.next/standalone/.next/server/app/api/share/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/browse/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/clear-root/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/reveal/route.js +6 -6
- package/.next/standalone/.next/server/app/api/system/reveal/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/root-status/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/set-root/route.js +6 -5
- package/.next/standalone/.next/server/app/api/system/set-root/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/open/route.js +5 -4
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/open/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/refresh/route.js +6 -5
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/refresh/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/route.js +5 -4
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/workspaces/route.js +7 -6
- package/.next/standalone/.next/server/app/api/system/workspaces/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/upload/[...path]/route.js +5 -5
- package/.next/standalone/.next/server/app/api/upload/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/app/route.js +7 -7
- package/.next/standalone/.next/server/app/api/wiki/app/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/backlinks/route.js +7 -7
- package/.next/standalone/.next/server/app/api/wiki/backlinks/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/content/route.js +7 -7
- package/.next/standalone/.next/server/app/api/wiki/content/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/download/route.js +6 -6
- package/.next/standalone/.next/server/app/api/wiki/download/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/file/route.js +5 -5
- package/.next/standalone/.next/server/app/api/wiki/file/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/folder/route.js +5 -5
- package/.next/standalone/.next/server/app/api/wiki/folder/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/git-branches/route.js +4 -4
- package/.next/standalone/.next/server/app/api/wiki/git-branches/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/git-checkout/route.js +6 -6
- package/.next/standalone/.next/server/app/api/wiki/git-checkout/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/git-diff/route.js +4 -4
- package/.next/standalone/.next/server/app/api/wiki/git-diff/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/git-file-info/route.js +4 -4
- package/.next/standalone/.next/server/app/api/wiki/git-file-info/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/git-history/route.js +4 -4
- package/.next/standalone/.next/server/app/api/wiki/git-history/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/git-pull/route.js +8 -8
- package/.next/standalone/.next/server/app/api/wiki/git-pull/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/move/route.js +6 -6
- package/.next/standalone/.next/server/app/api/wiki/move/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/new-file/route.js +5 -5
- package/.next/standalone/.next/server/app/api/wiki/new-file/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/outlinks/route.js +7 -7
- package/.next/standalone/.next/server/app/api/wiki/outlinks/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/page/route.js +5 -5
- package/.next/standalone/.next/server/app/api/wiki/page/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/presence/route.js +6 -6
- package/.next/standalone/.next/server/app/api/wiki/presence/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/route.js +5 -5
- package/.next/standalone/.next/server/app/api/wiki/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/search/route.js +5 -5
- package/.next/standalone/.next/server/app/api/wiki/search/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/slugs/route.js +5 -5
- package/.next/standalone/.next/server/app/api/wiki/slugs/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/upload/route.js +5 -5
- package/.next/standalone/.next/server/app/api/wiki/upload/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/watch/route.js +5 -5
- package/.next/standalone/.next/server/app/api/wiki/watch/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +3 -3
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/s/[token]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/signin/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0-jzw2_._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.-oq-7._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__000spch._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__01oin-a._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__01qcera._.js +16 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__02.uul~._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__024967n._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__06booxp._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__071_pmz._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_0bqpg._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_1f2cw._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0a6j6r4._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0aoqat-._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0as-u6z._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0bvtbax._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0c-ee48._.js +5 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0e_9pc5._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0esmskc._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0fshk._._.js +20 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0fu72o7._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0k9mili._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0l-wu5u._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0lvz22t._.js +20 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0n-chxk._.js +16 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0n9zdf0._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0nmx3k2._.js +12 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0nzlmkb._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0o0v6hf._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0s38pid._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0s_8poz._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0sfrx~.._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0sggstu._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0u81k~2._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0uibxf_._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wfv_by._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wlj-yw._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0w~__xz._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0yat~ul._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0yxauu6._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0zbkgnr._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0zv_j05._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~rntxj._.js +3 -0
- package/.next/standalone/.next/server/chunks/src_lib_search_0d-_j3u._.js +4 -4
- package/.next/standalone/.next/server/chunks/src_lib_search_0ymmp0c._.js +3 -3
- package/.next/standalone/.next/server/chunks/src_lib_workspaces_ts_0qon40u._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/{0~w0_katex_dist_katex_mjs_029cdbg._.js → 0~w0_katex_dist_katex_mjs_0s4yb1t._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0z41nrr._.js → [root-of-the-server]__10te1ye._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_13p348f._.js → node_modules__pnpm_0-a_zjq._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0gos._c._.js → node_modules__pnpm_02l_1_8._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0ru1i2-._.js → node_modules__pnpm_03rzttw._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_08xpp3w._.js → node_modules__pnpm_04frxp9._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0b8odbc._.js → node_modules__pnpm_057-t6m._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0f_n_zp._.js → node_modules__pnpm_05_oahi._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0~i3a.i._.js → node_modules__pnpm_05ans~m._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0i2m0b.._.js → node_modules__pnpm_06-2ia.._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0aha1~u._.js → node_modules__pnpm_086.ow4._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0w.kwue._.js → node_modules__pnpm_0cahog3._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0e0r_qk._.js → node_modules__pnpm_0cxanql._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0ajqqlq._.js → node_modules__pnpm_0e09gmf._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0hzzx9d._.js → node_modules__pnpm_0eqjo2f._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_02bje_g._.js → node_modules__pnpm_0f-yazg._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0xk042~._.js → node_modules__pnpm_0iu44jv._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_11ede0p._.js → node_modules__pnpm_0jh8q66._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0k-7uzm._.js → node_modules__pnpm_0m39f~t._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0xr.ztu._.js → node_modules__pnpm_0ma-8l.._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0i6_kfe._.js → node_modules__pnpm_0met6sx._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_04v1_ty._.js → node_modules__pnpm_0mtrsi0._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0607~kg._.js → node_modules__pnpm_0n_swwn._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0t4l89_._.js → node_modules__pnpm_0ndyy93._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0-_58b8._.js → node_modules__pnpm_0s-cj7c._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0y2h_cz._.js → node_modules__pnpm_0tr41-t._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_08edl1n._.js → node_modules__pnpm_0u.uija._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0026mgr._.js → node_modules__pnpm_0wiyn6d._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_09o_spj._.js → node_modules__pnpm_0ygzt82._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_page_tsx_0ss2.w7._.js +2 -2
- package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/.next/standalone/.next/server/middleware-manifest.json +1 -1
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/static/chunks/0ci7khnv7i~7_.js +17 -0
- package/.next/standalone/.next/static/chunks/0sx~65~lg4mgl.css +5 -0
- package/.next/standalone/package.json +1 -1
- package/README.md +88 -17
- package/bin/postbuild.js +21 -0
- package/bin/wiki-viewer.js +198 -6
- package/package.json +1 -1
- package/.next/standalone/.github/workflows/publish.yml +0 -37
- package/.next/standalone/.handoffs/archive/handoff-20260612-113332.md +0 -98
- package/.next/standalone/.handoffs/archive/handoff-20260612-141032.md +0 -73
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0-.y6im._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0-3_t2y._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0-kjkzt._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0-puax4._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__01h996g._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0329ktu._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__03_xj4r._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05398dt._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__06lfvxh._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__06w0aet._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__070_p2a._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0905hi1._.js +0 -21
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0aa63~j._.js +0 -5
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0avcplk._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0b8_kyo._.js +0 -16
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0bticq1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0bwevvu._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0c__k3q._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0cp~z4x._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0fmdv9h._.js +0 -20
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0h0qbwr._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0jk~oyi._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0ndq77b._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0nvgpuk._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0ocvng2._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0ps4h~.._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0q7jqwp._.js +0 -12
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qew~6p._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0s_9f-a._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0uv7b8u._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0uv8.9i._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0vfe2io._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0w11kjy._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wc-.e4._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0ymovmp._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~c6ouv._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~rhs0u._.js +0 -16
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__10h9tid._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__10yk-u1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__11105ew._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__11a3dhw._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__13420tt._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__13h~pdf._.js +0 -3
- package/.next/standalone/.next/static/chunks/02kg.lbkfi1yc.css +0 -5
- package/.next/standalone/.next/static/chunks/0rcwd6-.iu~nd.js +0 -17
- package/.next/standalone/.pi/ownership.json +0 -3
- package/.next/standalone/AGENTS.md +0 -114
- package/.next/standalone/DESIGN.md +0 -521
- package/.next/standalone/README.md +0 -821
- package/.next/standalone/TODO.md +0 -20
- package/.next/standalone/agents/bootstrap-prompt.md +0 -14
- package/.next/standalone/agents/wiki-viewer-skill/SKILL.md +0 -456
- package/.next/standalone/bin/postbuild.js +0 -78
- package/.next/standalone/bin/wiki-viewer.js +0 -922
- package/.next/standalone/certificates/localhost-key.pem +0 -28
- package/.next/standalone/certificates/localhost.pem +0 -24
- package/.next/standalone/docs/agent-collab-plan.md +0 -1615
- package/.next/standalone/docs/agent-collab-v2-plan.md +0 -771
- package/.next/standalone/docs/agent-fs-plan.md +0 -232
- package/.next/standalone/docs/editorial-skin-spec.md +0 -242
- package/.next/standalone/docs/file-vs-collab-authority.md +0 -124
- package/.next/standalone/docs/mobile-readiness-spec.md +0 -229
- package/.next/standalone/docs/workspacing-plan.md +0 -364
- package/.next/standalone/packages/wiki-viewer-mcp/README.md +0 -195
- package/.next/standalone/packages/wiki-viewer-mcp/bench-e2e.mjs +0 -166
- package/.next/standalone/packages/wiki-viewer-mcp/bench-latency.mjs +0 -87
- package/.next/standalone/packages/wiki-viewer-mcp/bench-payload.mjs +0 -45
- package/.next/standalone/packages/wiki-viewer-mcp/dist/http-client.js +0 -331
- package/.next/standalone/packages/wiki-viewer-mcp/dist/index.js +0 -531
- package/.next/standalone/packages/wiki-viewer-mcp/dist/register.js +0 -94
- package/.next/standalone/packages/wiki-viewer-mcp/dist/state-cache.js +0 -28
- package/.next/standalone/packages/wiki-viewer-mcp/package-lock.json +0 -1716
- package/.next/standalone/packages/wiki-viewer-mcp/package.json +0 -41
- package/.next/standalone/packages/wiki-viewer-mcp/src/http-client.ts +0 -459
- package/.next/standalone/packages/wiki-viewer-mcp/src/index.ts +0 -638
- package/.next/standalone/packages/wiki-viewer-mcp/src/register.ts +0 -144
- package/.next/standalone/packages/wiki-viewer-mcp/src/state-cache.ts +0 -55
- package/.next/standalone/packages/wiki-viewer-mcp/tsconfig.json +0 -19
- package/.next/standalone/pnpm-lock.yaml +0 -6697
- package/.next/standalone/pnpm-workspace.yaml +0 -8
- package/.next/standalone/postcss.config.mjs +0 -2
- package/.next/standalone/src/app/api/agent/activity/route.ts +0 -59
- package/.next/standalone/src/app/api/agent/admin/agents/[agentId]/revoke/route.ts +0 -40
- package/.next/standalone/src/app/api/agent/admin/agents/route.ts +0 -33
- package/.next/standalone/src/app/api/agent/admin/registrations/[regId]/approve/route.ts +0 -83
- package/.next/standalone/src/app/api/agent/admin/registrations/[regId]/deny/route.ts +0 -36
- package/.next/standalone/src/app/api/agent/admin/registrations/route.ts +0 -27
- package/.next/standalone/src/app/api/agent/events/[...path]/route.ts +0 -148
- package/.next/standalone/src/app/api/agent/files/[...path]/route.ts +0 -219
- package/.next/standalone/src/app/api/agent/fs/file/[...path]/route.ts +0 -446
- package/.next/standalone/src/app/api/agent/fs/ls/[[...path]]/route.ts +0 -152
- package/.next/standalone/src/app/api/agent/fs/move/route.ts +0 -130
- package/.next/standalone/src/app/api/agent/fs/search/route.ts +0 -272
- package/.next/standalone/src/app/api/agent/internal/span/route.ts +0 -121
- package/.next/standalone/src/app/api/agent/register/[regId]/route.ts +0 -50
- package/.next/standalone/src/app/api/agent/register/route.ts +0 -118
- package/.next/standalone/src/app/api/agent/settings/route.ts +0 -34
- package/.next/standalone/src/app/api/agent/settings/token/regenerate/route.ts +0 -20
- package/.next/standalone/src/app/api/agent/sidecar/[...path]/route.ts +0 -53
- package/.next/standalone/src/app/api/agents/install/route.ts +0 -143
- package/.next/standalone/src/app/api/agents/skill/route.ts +0 -20
- package/.next/standalone/src/app/api/agents/skill.tar.gz/route.ts +0 -87
- package/.next/standalone/src/app/api/app-proxy/[...path]/route.ts +0 -247
- package/.next/standalone/src/app/api/assets/[...path]/route.ts +0 -75
- package/.next/standalone/src/app/api/auth/[...all]/route.ts +0 -7
- package/.next/standalone/src/app/api/owner/init/route.ts +0 -14
- package/.next/standalone/src/app/api/share/[token]/route.ts +0 -269
- package/.next/standalone/src/app/api/share/route.ts +0 -127
- package/.next/standalone/src/app/api/system/admins/route.ts +0 -103
- package/.next/standalone/src/app/api/system/auth-config/route.ts +0 -22
- package/.next/standalone/src/app/api/system/auth-settings/route.ts +0 -86
- package/.next/standalone/src/app/api/system/browse/route.ts +0 -82
- package/.next/standalone/src/app/api/system/clear-root/route.ts +0 -16
- package/.next/standalone/src/app/api/system/config/route.ts +0 -14
- package/.next/standalone/src/app/api/system/pins/route.ts +0 -38
- package/.next/standalone/src/app/api/system/reveal/route.ts +0 -36
- package/.next/standalone/src/app/api/system/root-status/route.ts +0 -13
- package/.next/standalone/src/app/api/system/set-root/route.ts +0 -53
- package/.next/standalone/src/app/api/system/users/route.ts +0 -120
- package/.next/standalone/src/app/api/system/workspaces/[id]/open/route.ts +0 -34
- package/.next/standalone/src/app/api/system/workspaces/[id]/refresh/route.ts +0 -32
- package/.next/standalone/src/app/api/system/workspaces/[id]/route.ts +0 -78
- package/.next/standalone/src/app/api/system/workspaces/route.ts +0 -128
- package/.next/standalone/src/app/api/upload/[...path]/route.ts +0 -85
- package/.next/standalone/src/app/api/wiki/app/route.ts +0 -60
- package/.next/standalone/src/app/api/wiki/backlinks/route.ts +0 -29
- package/.next/standalone/src/app/api/wiki/content/route.ts +0 -159
- package/.next/standalone/src/app/api/wiki/download/route.ts +0 -100
- package/.next/standalone/src/app/api/wiki/file/route.ts +0 -57
- package/.next/standalone/src/app/api/wiki/folder/route.ts +0 -34
- package/.next/standalone/src/app/api/wiki/git-branches/route.ts +0 -32
- package/.next/standalone/src/app/api/wiki/git-checkout/route.ts +0 -45
- package/.next/standalone/src/app/api/wiki/git-diff/route.ts +0 -33
- package/.next/standalone/src/app/api/wiki/git-file-info/route.ts +0 -27
- package/.next/standalone/src/app/api/wiki/git-history/route.ts +0 -27
- package/.next/standalone/src/app/api/wiki/git-pull/route.ts +0 -48
- package/.next/standalone/src/app/api/wiki/move/route.ts +0 -61
- package/.next/standalone/src/app/api/wiki/new-file/route.ts +0 -56
- package/.next/standalone/src/app/api/wiki/outlinks/route.ts +0 -76
- package/.next/standalone/src/app/api/wiki/page/route.ts +0 -92
- package/.next/standalone/src/app/api/wiki/presence/route.ts +0 -56
- package/.next/standalone/src/app/api/wiki/route.ts +0 -116
- package/.next/standalone/src/app/api/wiki/search/route.ts +0 -44
- package/.next/standalone/src/app/api/wiki/slugs/route.ts +0 -54
- package/.next/standalone/src/app/api/wiki/upload/route.ts +0 -95
- package/.next/standalone/src/app/api/wiki/watch/route.ts +0 -67
- package/.next/standalone/src/app/globals.css +0 -1249
- package/.next/standalone/src/app/icon.svg +0 -11
- package/.next/standalone/src/app/layout.tsx +0 -78
- package/.next/standalone/src/app/manifest.ts +0 -30
- package/.next/standalone/src/app/page.tsx +0 -3260
- package/.next/standalone/src/app/s/[token]/page.tsx +0 -357
- package/.next/standalone/src/app/signin/page.tsx +0 -16
- package/.next/standalone/src/app/signin/signin-form.tsx +0 -238
- package/.next/standalone/src/components/ai-panel/activity-row.tsx +0 -284
- package/.next/standalone/src/components/ai-panel/ai-panel.tsx +0 -311
- package/.next/standalone/src/components/ai-panel/token-section.tsx +0 -313
- package/.next/standalone/src/components/auth-settings-sheet.tsx +0 -474
- package/.next/standalone/src/components/confirm-dialog.tsx +0 -56
- package/.next/standalone/src/components/dir-picker.tsx +0 -606
- package/.next/standalone/src/components/editor/backlinks-panel.tsx +0 -139
- package/.next/standalone/src/components/editor/bubble-menu.tsx +0 -346
- package/.next/standalone/src/components/editor/callout-extension.ts +0 -36
- package/.next/standalone/src/components/editor/comment-pip.tsx +0 -56
- package/.next/standalone/src/components/editor/comment-thread.tsx +0 -254
- package/.next/standalone/src/components/editor/csv-viewer.tsx +0 -379
- package/.next/standalone/src/components/editor/document-outline.tsx +0 -230
- package/.next/standalone/src/components/editor/editor-toolbar.tsx +0 -564
- package/.next/standalone/src/components/editor/editor.tsx +0 -1327
- package/.next/standalone/src/components/editor/extensions/drag-handle.ts +0 -325
- package/.next/standalone/src/components/editor/extensions/heading-anchors.ts +0 -55
- package/.next/standalone/src/components/editor/extensions/proof-span.ts +0 -60
- package/.next/standalone/src/components/editor/extensions/resizable-image.tsx +0 -159
- package/.next/standalone/src/components/editor/extensions.ts +0 -150
- package/.next/standalone/src/components/editor/file-fallback-viewer.tsx +0 -75
- package/.next/standalone/src/components/editor/folder-index.tsx +0 -236
- package/.next/standalone/src/components/editor/google-doc-viewer.tsx +0 -73
- package/.next/standalone/src/components/editor/image-viewer.tsx +0 -57
- package/.next/standalone/src/components/editor/large-file-gate.tsx +0 -108
- package/.next/standalone/src/components/editor/link-popover.tsx +0 -111
- package/.next/standalone/src/components/editor/media-popover.tsx +0 -212
- package/.next/standalone/src/components/editor/media-viewer.tsx +0 -70
- package/.next/standalone/src/components/editor/mermaid-viewer.tsx +0 -286
- package/.next/standalone/src/components/editor/node-app-viewer.tsx +0 -328
- package/.next/standalone/src/components/editor/notebook-viewer.tsx +0 -371
- package/.next/standalone/src/components/editor/office/docx-viewer.tsx +0 -93
- package/.next/standalone/src/components/editor/office/office-chrome.tsx +0 -83
- package/.next/standalone/src/components/editor/office/pptx-viewer.tsx +0 -104
- package/.next/standalone/src/components/editor/office/xlsx-viewer.tsx +0 -192
- package/.next/standalone/src/components/editor/pdf-viewer.tsx +0 -32
- package/.next/standalone/src/components/editor/proof-span-popover.tsx +0 -162
- package/.next/standalone/src/components/editor/slash-commands.tsx +0 -629
- package/.next/standalone/src/components/editor/source-viewer.tsx +0 -289
- package/.next/standalone/src/components/editor/suggest-edit-popover.tsx +0 -229
- package/.next/standalone/src/components/editor/suggestion-card.tsx +0 -206
- package/.next/standalone/src/components/editor/table-menu.tsx +0 -232
- package/.next/standalone/src/components/editor/view-mode-comment-button.tsx +0 -77
- package/.next/standalone/src/components/editor/website-viewer.tsx +0 -75
- package/.next/standalone/src/components/editor/wiki-link-create-dialog.tsx +0 -189
- package/.next/standalone/src/components/editor/wiki-link-decorator.ts +0 -79
- package/.next/standalone/src/components/editor/wiki-link-extension.ts +0 -120
- package/.next/standalone/src/components/editor/wiki-link-picker.tsx +0 -250
- package/.next/standalone/src/components/layout/viewer-toolbar.tsx +0 -54
- package/.next/standalone/src/components/search/search-command-dialog.tsx +0 -246
- package/.next/standalone/src/components/search/sidebar-search-box.tsx +0 -121
- package/.next/standalone/src/components/search/snippet-text.tsx +0 -48
- package/.next/standalone/src/components/share-dialog.tsx +0 -307
- package/.next/standalone/src/components/theme-provider.tsx +0 -16
- package/.next/standalone/src/components/theme-toggle.tsx +0 -24
- package/.next/standalone/src/components/ui/badge.tsx +0 -35
- package/.next/standalone/src/components/ui/button.tsx +0 -56
- package/.next/standalone/src/components/ui/card.tsx +0 -63
- package/.next/standalone/src/components/ui/collapsible.tsx +0 -9
- package/.next/standalone/src/components/ui/command.tsx +0 -151
- package/.next/standalone/src/components/ui/context-menu.tsx +0 -191
- package/.next/standalone/src/components/ui/dialog.tsx +0 -119
- package/.next/standalone/src/components/ui/dropdown-menu.tsx +0 -194
- package/.next/standalone/src/components/ui/input.tsx +0 -22
- package/.next/standalone/src/components/ui/label.tsx +0 -25
- package/.next/standalone/src/components/ui/popover.tsx +0 -33
- package/.next/standalone/src/components/ui/scroll-area.tsx +0 -47
- package/.next/standalone/src/components/ui/select.tsx +0 -156
- package/.next/standalone/src/components/ui/separator.tsx +0 -30
- package/.next/standalone/src/components/ui/sheet.tsx +0 -140
- package/.next/standalone/src/components/ui/skeleton.tsx +0 -15
- package/.next/standalone/src/components/ui/switch.tsx +0 -28
- package/.next/standalone/src/components/ui/tabs.tsx +0 -54
- package/.next/standalone/src/components/ui/textarea.tsx +0 -21
- package/.next/standalone/src/components/ui/tip.tsx +0 -23
- package/.next/standalone/src/components/ui/toggle-group.tsx +0 -41
- package/.next/standalone/src/components/ui/tooltip.tsx +0 -27
- package/.next/standalone/src/components/view-width-toggle.tsx +0 -70
- package/.next/standalone/src/components/wiki/frontmatter-header.tsx +0 -164
- package/.next/standalone/src/hooks/use-is-mobile.ts +0 -14
- package/.next/standalone/src/lib/app-runner.ts +0 -272
- package/.next/standalone/src/lib/auth/admin.ts +0 -120
- package/.next/standalone/src/lib/auth/allowlist.ts +0 -50
- package/.next/standalone/src/lib/auth/client.ts +0 -4
- package/.next/standalone/src/lib/auth/csrf.ts +0 -68
- package/.next/standalone/src/lib/auth/server.ts +0 -215
- package/.next/standalone/src/lib/cabinets/tree.ts +0 -75
- package/.next/standalone/src/lib/config.ts +0 -114
- package/.next/standalone/src/lib/embeds/detect.ts +0 -142
- package/.next/standalone/src/lib/git-secrets.ts +0 -65
- package/.next/standalone/src/lib/git.ts +0 -503
- package/.next/standalone/src/lib/google/detect.ts +0 -107
- package/.next/standalone/src/lib/markdown/parse-frontmatter.ts +0 -104
- package/.next/standalone/src/lib/markdown/remark-wikilinks.ts +0 -100
- package/.next/standalone/src/lib/markdown/sanitize-schema.ts +0 -106
- package/.next/standalone/src/lib/markdown/to-html.ts +0 -282
- package/.next/standalone/src/lib/markdown/to-markdown.ts +0 -252
- package/.next/standalone/src/lib/proof/activity-shared.ts +0 -31
- package/.next/standalone/src/lib/proof/activity.ts +0 -74
- package/.next/standalone/src/lib/proof/audit.ts +0 -88
- package/.next/standalone/src/lib/proof/auth.ts +0 -143
- package/.next/standalone/src/lib/proof/block-refs.ts +0 -133
- package/.next/standalone/src/lib/proof/blocks.ts +0 -73
- package/.next/standalone/src/lib/proof/client-auth.ts +0 -23
- package/.next/standalone/src/lib/proof/collab-state.ts +0 -81
- package/.next/standalone/src/lib/proof/event-bus.ts +0 -47
- package/.next/standalone/src/lib/proof/file-lock.ts +0 -43
- package/.next/standalone/src/lib/proof/glob.ts +0 -51
- package/.next/standalone/src/lib/proof/idempotency.ts +0 -37
- package/.next/standalone/src/lib/proof/lease.ts +0 -117
- package/.next/standalone/src/lib/proof/mutex.ts +0 -36
- package/.next/standalone/src/lib/proof/ops-applier.ts +0 -727
- package/.next/standalone/src/lib/proof/owner-auth.ts +0 -2
- package/.next/standalone/src/lib/proof/pending.ts +0 -97
- package/.next/standalone/src/lib/proof/proof-span.ts +0 -141
- package/.next/standalone/src/lib/proof/rate-limit.ts +0 -53
- package/.next/standalone/src/lib/proof/raw-fs.ts +0 -197
- package/.next/standalone/src/lib/proof/register-rate-limit.ts +0 -53
- package/.next/standalone/src/lib/proof/registry.ts +0 -195
- package/.next/standalone/src/lib/proof/sidecar.ts +0 -103
- package/.next/standalone/src/lib/proof/suggest-capture.ts +0 -69
- package/.next/standalone/src/lib/proof/types.ts +0 -182
- package/.next/standalone/src/lib/proof-config.ts +0 -14
- package/.next/standalone/src/lib/root-dir.ts +0 -35
- package/.next/standalone/src/lib/search/indexable-exts.ts +0 -25
- package/.next/standalone/src/lib/search/indexer.ts +0 -634
- package/.next/standalone/src/lib/search/sanitize.ts +0 -35
- package/.next/standalone/src/lib/search/search-db.ts +0 -57
- package/.next/standalone/src/lib/search/watcher-pool.ts +0 -79
- package/.next/standalone/src/lib/shared-docs/db.ts +0 -177
- package/.next/standalone/src/lib/toast.ts +0 -9
- package/.next/standalone/src/lib/utils.ts +0 -6
- package/.next/standalone/src/lib/wiki-helpers.ts +0 -36
- package/.next/standalone/src/lib/workspace-client.ts +0 -82
- package/.next/standalone/src/lib/workspace-context.ts +0 -173
- package/.next/standalone/src/lib/workspaces.ts +0 -400
- package/.next/standalone/src/middleware.ts +0 -44
- package/.next/standalone/src/stores/ai-panel-store.ts +0 -79
- package/.next/standalone/src/stores/editor-store.ts +0 -439
- package/.next/standalone/src/stores/pin-store.ts +0 -56
- package/.next/standalone/src/stores/proof-store.ts +0 -124
- package/.next/standalone/src/stores/recent-store.ts +0 -51
- package/.next/standalone/src/stores/search-store.ts +0 -104
- package/.next/standalone/src/stores/show-hidden-store.ts +0 -26
- package/.next/standalone/src/stores/sidebar-width-store.ts +0 -39
- package/.next/standalone/src/stores/skin-store.ts +0 -42
- package/.next/standalone/src/stores/tree-store.ts +0 -52
- package/.next/standalone/src/stores/view-width-store.ts +0 -101
- package/.next/standalone/src/stores/wiki-slugs-store.ts +0 -75
- package/.next/standalone/src/tests/proof/activity-aggregator.test.ts +0 -146
- package/.next/standalone/src/tests/proof/admin-create-user.test.ts +0 -43
- package/.next/standalone/src/tests/proof/agent-fs.test.ts +0 -973
- package/.next/standalone/src/tests/proof/agent-ownership.test.ts +0 -140
- package/.next/standalone/src/tests/proof/agent-workspace-scope.test.ts +0 -134
- package/.next/standalone/src/tests/proof/agents-install.test.ts +0 -110
- package/.next/standalone/src/tests/proof/bench-write.ts +0 -179
- package/.next/standalone/src/tests/proof/better-auth.test.ts +0 -68
- package/.next/standalone/src/tests/proof/block-refs.test.ts +0 -108
- package/.next/standalone/src/tests/proof/blocks.test.ts +0 -92
- package/.next/standalone/src/tests/proof/collab-state.test.ts +0 -501
- package/.next/standalone/src/tests/proof/comments-ops.test.ts +0 -177
- package/.next/standalone/src/tests/proof/editor-roundtrip.test.ts +0 -85
- package/.next/standalone/src/tests/proof/external-edit.test.ts +0 -58
- package/.next/standalone/src/tests/proof/file-lock.test.ts +0 -80
- package/.next/standalone/src/tests/proof/git-branches-checkout.test.ts +0 -136
- package/.next/standalone/src/tests/proof/git-read-features.test.ts +0 -473
- package/.next/standalone/src/tests/proof/git-secrets.test.ts +0 -138
- package/.next/standalone/src/tests/proof/git-sparse.test.ts +0 -257
- package/.next/standalone/src/tests/proof/git-workspace.test.ts +0 -135
- package/.next/standalone/src/tests/proof/git.test.ts +0 -243
- package/.next/standalone/src/tests/proof/glob.test.ts +0 -82
- package/.next/standalone/src/tests/proof/helpers/auth-session.ts +0 -27
- package/.next/standalone/src/tests/proof/markdown-to-html.test.ts +0 -46
- package/.next/standalone/src/tests/proof/ops-applier.test.ts +0 -368
- package/.next/standalone/src/tests/proof/owner-init.test.ts +0 -2
- package/.next/standalone/src/tests/proof/parse-frontmatter.test.ts +0 -60
- package/.next/standalone/src/tests/proof/preload.ts +0 -21
- package/.next/standalone/src/tests/proof/proof-span.test.ts +0 -98
- package/.next/standalone/src/tests/proof/rate-limit.test.ts +0 -54
- package/.next/standalone/src/tests/proof/readonly-enforcement.test.ts +0 -161
- package/.next/standalone/src/tests/proof/reconcile-sidecar.test.ts +0 -195
- package/.next/standalone/src/tests/proof/registration-flow.test.ts +0 -330
- package/.next/standalone/src/tests/proof/registry.test.ts +0 -169
- package/.next/standalone/src/tests/proof/routes.test.ts +0 -516
- package/.next/standalone/src/tests/proof/search-index.test.ts +0 -376
- package/.next/standalone/src/tests/proof/sidecar-lifecycle.test.ts +0 -177
- package/.next/standalone/src/tests/proof/sidecar-trim.test.ts +0 -58
- package/.next/standalone/src/tests/proof/suggestion-ops.test.ts +0 -280
- package/.next/standalone/src/tests/proof/wiki-content-put.test.ts +0 -140
- package/.next/standalone/src/tests/proof/wiki-routes-auth.test.ts +0 -208
- package/.next/standalone/src/tests/proof/workspace-isolation.test.ts +0 -87
- package/.next/standalone/src/tests/proof/workspaces-api.test.ts +0 -227
- package/.next/standalone/src/types/index.ts +0 -47
- package/.next/standalone/tailwind.config.ts +0 -191
- package/.next/standalone/tsconfig.json +0 -41
- package/.next/standalone/tsconfig.tsbuildinfo +0 -1
- /package/.next/standalone/.next/static/{WMOTgfV82apmdovxzgbMx → ecpoWt_SP3WkUTh0NsnuT}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{WMOTgfV82apmdovxzgbMx → ecpoWt_SP3WkUTh0NsnuT}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/.next/static/{WMOTgfV82apmdovxzgbMx → ecpoWt_SP3WkUTh0NsnuT}/_ssgManifest.js +0 -0
|
@@ -1,1716 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "wiki-viewer-mcp",
|
|
3
|
-
"version": "0.2.0",
|
|
4
|
-
"lockfileVersion": 3,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"packages": {
|
|
7
|
-
"": {
|
|
8
|
-
"name": "wiki-viewer-mcp",
|
|
9
|
-
"version": "0.2.0",
|
|
10
|
-
"license": "MIT",
|
|
11
|
-
"dependencies": {
|
|
12
|
-
"@modelcontextprotocol/sdk": "^1.13.0"
|
|
13
|
-
},
|
|
14
|
-
"bin": {
|
|
15
|
-
"wiki-viewer-mcp": "dist/index.js"
|
|
16
|
-
},
|
|
17
|
-
"devDependencies": {
|
|
18
|
-
"@types/node": "^22.0.0",
|
|
19
|
-
"tsx": "^4.22.3",
|
|
20
|
-
"typescript": "^5.8.0"
|
|
21
|
-
},
|
|
22
|
-
"engines": {
|
|
23
|
-
"node": ">=18.0.0"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"node_modules/@esbuild/aix-ppc64": {
|
|
27
|
-
"version": "0.28.0",
|
|
28
|
-
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.0.tgz",
|
|
29
|
-
"integrity": "sha512-lhRUCeuOyJQURhTxl4WkpFTjIsbDayJHih5kZC1giwE+MhIzAb7mEsQMqMf18rHLsrb5qI1tafG20mLxEWcWlA==",
|
|
30
|
-
"cpu": [
|
|
31
|
-
"ppc64"
|
|
32
|
-
],
|
|
33
|
-
"dev": true,
|
|
34
|
-
"license": "MIT",
|
|
35
|
-
"optional": true,
|
|
36
|
-
"os": [
|
|
37
|
-
"aix"
|
|
38
|
-
],
|
|
39
|
-
"engines": {
|
|
40
|
-
"node": ">=18"
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"node_modules/@esbuild/android-arm": {
|
|
44
|
-
"version": "0.28.0",
|
|
45
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.0.tgz",
|
|
46
|
-
"integrity": "sha512-wqh0ByljabXLKHeWXYLqoJ5jKC4XBaw6Hk08OfMrCRd2nP2ZQ5eleDZC41XHyCNgktBGYMbqnrJKq/K/lzPMSQ==",
|
|
47
|
-
"cpu": [
|
|
48
|
-
"arm"
|
|
49
|
-
],
|
|
50
|
-
"dev": true,
|
|
51
|
-
"license": "MIT",
|
|
52
|
-
"optional": true,
|
|
53
|
-
"os": [
|
|
54
|
-
"android"
|
|
55
|
-
],
|
|
56
|
-
"engines": {
|
|
57
|
-
"node": ">=18"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"node_modules/@esbuild/android-arm64": {
|
|
61
|
-
"version": "0.28.0",
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.0.tgz",
|
|
63
|
-
"integrity": "sha512-+WzIXQOSaGs33tLEgYPYe/yQHf0WTU0X42Jca3y8NWMbUVhp7rUnw+vAsRC/QiDrdD31IszMrZy+qwPOPjd+rw==",
|
|
64
|
-
"cpu": [
|
|
65
|
-
"arm64"
|
|
66
|
-
],
|
|
67
|
-
"dev": true,
|
|
68
|
-
"license": "MIT",
|
|
69
|
-
"optional": true,
|
|
70
|
-
"os": [
|
|
71
|
-
"android"
|
|
72
|
-
],
|
|
73
|
-
"engines": {
|
|
74
|
-
"node": ">=18"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
"node_modules/@esbuild/android-x64": {
|
|
78
|
-
"version": "0.28.0",
|
|
79
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.0.tgz",
|
|
80
|
-
"integrity": "sha512-+VJggoaKhk2VNNqVL7f6S189UzShHC/mR9EE8rDdSkdpN0KflSwWY/gWjDrNxxisg8Fp1ZCD9jLMo4m0OUfeUA==",
|
|
81
|
-
"cpu": [
|
|
82
|
-
"x64"
|
|
83
|
-
],
|
|
84
|
-
"dev": true,
|
|
85
|
-
"license": "MIT",
|
|
86
|
-
"optional": true,
|
|
87
|
-
"os": [
|
|
88
|
-
"android"
|
|
89
|
-
],
|
|
90
|
-
"engines": {
|
|
91
|
-
"node": ">=18"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
"node_modules/@esbuild/darwin-arm64": {
|
|
95
|
-
"version": "0.28.0",
|
|
96
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.0.tgz",
|
|
97
|
-
"integrity": "sha512-0T+A9WZm+bZ84nZBtk1ckYsOvyA3x7e2Acj1KdVfV4/2tdG4fzUp91YHx+GArWLtwqp77pBXVCPn2We7Letr0Q==",
|
|
98
|
-
"cpu": [
|
|
99
|
-
"arm64"
|
|
100
|
-
],
|
|
101
|
-
"dev": true,
|
|
102
|
-
"license": "MIT",
|
|
103
|
-
"optional": true,
|
|
104
|
-
"os": [
|
|
105
|
-
"darwin"
|
|
106
|
-
],
|
|
107
|
-
"engines": {
|
|
108
|
-
"node": ">=18"
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
"node_modules/@esbuild/darwin-x64": {
|
|
112
|
-
"version": "0.28.0",
|
|
113
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.0.tgz",
|
|
114
|
-
"integrity": "sha512-fyzLm/DLDl/84OCfp2f/XQ4flmORsjU7VKt8HLjvIXChJoFFOIL6pLJPH4Yhd1n1gGFF9mPwtlN5Wf82DZs+LQ==",
|
|
115
|
-
"cpu": [
|
|
116
|
-
"x64"
|
|
117
|
-
],
|
|
118
|
-
"dev": true,
|
|
119
|
-
"license": "MIT",
|
|
120
|
-
"optional": true,
|
|
121
|
-
"os": [
|
|
122
|
-
"darwin"
|
|
123
|
-
],
|
|
124
|
-
"engines": {
|
|
125
|
-
"node": ">=18"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"node_modules/@esbuild/freebsd-arm64": {
|
|
129
|
-
"version": "0.28.0",
|
|
130
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.0.tgz",
|
|
131
|
-
"integrity": "sha512-l9GeW5UZBT9k9brBYI+0WDffcRxgHQD8ShN2Ur4xWq/NFzUKm3k5lsH4PdaRgb2w7mI9u61nr2gI2mLI27Nh3Q==",
|
|
132
|
-
"cpu": [
|
|
133
|
-
"arm64"
|
|
134
|
-
],
|
|
135
|
-
"dev": true,
|
|
136
|
-
"license": "MIT",
|
|
137
|
-
"optional": true,
|
|
138
|
-
"os": [
|
|
139
|
-
"freebsd"
|
|
140
|
-
],
|
|
141
|
-
"engines": {
|
|
142
|
-
"node": ">=18"
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
"node_modules/@esbuild/freebsd-x64": {
|
|
146
|
-
"version": "0.28.0",
|
|
147
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.0.tgz",
|
|
148
|
-
"integrity": "sha512-BXoQai/A0wPO6Es3yFJ7APCiKGc1tdAEOgeTNy3SsB491S3aHn4S4r3e976eUnPdU+NbdtmBuLncYir2tMU9Nw==",
|
|
149
|
-
"cpu": [
|
|
150
|
-
"x64"
|
|
151
|
-
],
|
|
152
|
-
"dev": true,
|
|
153
|
-
"license": "MIT",
|
|
154
|
-
"optional": true,
|
|
155
|
-
"os": [
|
|
156
|
-
"freebsd"
|
|
157
|
-
],
|
|
158
|
-
"engines": {
|
|
159
|
-
"node": ">=18"
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"node_modules/@esbuild/linux-arm": {
|
|
163
|
-
"version": "0.28.0",
|
|
164
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.0.tgz",
|
|
165
|
-
"integrity": "sha512-CjaaREJagqJp7iTaNQjjidaNbCKYcd4IDkzbwwxtSvjI7NZm79qiHc8HqciMddQ6CKvJT6aBd8lO9kN/ZudLlw==",
|
|
166
|
-
"cpu": [
|
|
167
|
-
"arm"
|
|
168
|
-
],
|
|
169
|
-
"dev": true,
|
|
170
|
-
"license": "MIT",
|
|
171
|
-
"optional": true,
|
|
172
|
-
"os": [
|
|
173
|
-
"linux"
|
|
174
|
-
],
|
|
175
|
-
"engines": {
|
|
176
|
-
"node": ">=18"
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
"node_modules/@esbuild/linux-arm64": {
|
|
180
|
-
"version": "0.28.0",
|
|
181
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.0.tgz",
|
|
182
|
-
"integrity": "sha512-RVyzfb3FWsGA55n6WY0MEIEPURL1FcbhFE6BffZEMEekfCzCIMtB5yyDcFnVbTnwk+CLAgTujmV/Lgvih56W+A==",
|
|
183
|
-
"cpu": [
|
|
184
|
-
"arm64"
|
|
185
|
-
],
|
|
186
|
-
"dev": true,
|
|
187
|
-
"license": "MIT",
|
|
188
|
-
"optional": true,
|
|
189
|
-
"os": [
|
|
190
|
-
"linux"
|
|
191
|
-
],
|
|
192
|
-
"engines": {
|
|
193
|
-
"node": ">=18"
|
|
194
|
-
}
|
|
195
|
-
},
|
|
196
|
-
"node_modules/@esbuild/linux-ia32": {
|
|
197
|
-
"version": "0.28.0",
|
|
198
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.0.tgz",
|
|
199
|
-
"integrity": "sha512-KBnSTt1kxl9x70q+ydterVdl+Cn0H18ngRMRCEQfrbqdUuntQQ0LoMZv47uB97NljZFzY6HcfqEZ2SAyIUTQBQ==",
|
|
200
|
-
"cpu": [
|
|
201
|
-
"ia32"
|
|
202
|
-
],
|
|
203
|
-
"dev": true,
|
|
204
|
-
"license": "MIT",
|
|
205
|
-
"optional": true,
|
|
206
|
-
"os": [
|
|
207
|
-
"linux"
|
|
208
|
-
],
|
|
209
|
-
"engines": {
|
|
210
|
-
"node": ">=18"
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
"node_modules/@esbuild/linux-loong64": {
|
|
214
|
-
"version": "0.28.0",
|
|
215
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.0.tgz",
|
|
216
|
-
"integrity": "sha512-zpSlUce1mnxzgBADvxKXX5sl8aYQHo2ezvMNI8I0lbblJtp8V4odlm3Yzlj7gPyt3T8ReksE6bK+pT3WD+aJRg==",
|
|
217
|
-
"cpu": [
|
|
218
|
-
"loong64"
|
|
219
|
-
],
|
|
220
|
-
"dev": true,
|
|
221
|
-
"license": "MIT",
|
|
222
|
-
"optional": true,
|
|
223
|
-
"os": [
|
|
224
|
-
"linux"
|
|
225
|
-
],
|
|
226
|
-
"engines": {
|
|
227
|
-
"node": ">=18"
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
"node_modules/@esbuild/linux-mips64el": {
|
|
231
|
-
"version": "0.28.0",
|
|
232
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.0.tgz",
|
|
233
|
-
"integrity": "sha512-2jIfP6mmjkdmeTlsX/9vmdmhBmKADrWqN7zcdtHIeNSCH1SqIoNI63cYsjQR8J+wGa4Y5izRcSHSm8K3QWmk3w==",
|
|
234
|
-
"cpu": [
|
|
235
|
-
"mips64el"
|
|
236
|
-
],
|
|
237
|
-
"dev": true,
|
|
238
|
-
"license": "MIT",
|
|
239
|
-
"optional": true,
|
|
240
|
-
"os": [
|
|
241
|
-
"linux"
|
|
242
|
-
],
|
|
243
|
-
"engines": {
|
|
244
|
-
"node": ">=18"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
"node_modules/@esbuild/linux-ppc64": {
|
|
248
|
-
"version": "0.28.0",
|
|
249
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.0.tgz",
|
|
250
|
-
"integrity": "sha512-bc0FE9wWeC0WBm49IQMPSPILRocGTQt3j5KPCA8os6VprfuJ7KD+5PzESSrJ6GmPIPJK965ZJHTUlSA6GNYEhg==",
|
|
251
|
-
"cpu": [
|
|
252
|
-
"ppc64"
|
|
253
|
-
],
|
|
254
|
-
"dev": true,
|
|
255
|
-
"license": "MIT",
|
|
256
|
-
"optional": true,
|
|
257
|
-
"os": [
|
|
258
|
-
"linux"
|
|
259
|
-
],
|
|
260
|
-
"engines": {
|
|
261
|
-
"node": ">=18"
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
"node_modules/@esbuild/linux-riscv64": {
|
|
265
|
-
"version": "0.28.0",
|
|
266
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.0.tgz",
|
|
267
|
-
"integrity": "sha512-SQPZOwoTTT/HXFXQJG/vBX8sOFagGqvZyXcgLA3NhIqcBv1BJU1d46c0rGcrij2B56Z2rNiSLaZOYW5cUk7yLQ==",
|
|
268
|
-
"cpu": [
|
|
269
|
-
"riscv64"
|
|
270
|
-
],
|
|
271
|
-
"dev": true,
|
|
272
|
-
"license": "MIT",
|
|
273
|
-
"optional": true,
|
|
274
|
-
"os": [
|
|
275
|
-
"linux"
|
|
276
|
-
],
|
|
277
|
-
"engines": {
|
|
278
|
-
"node": ">=18"
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
"node_modules/@esbuild/linux-s390x": {
|
|
282
|
-
"version": "0.28.0",
|
|
283
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.0.tgz",
|
|
284
|
-
"integrity": "sha512-SCfR0HN8CEEjnYnySJTd2cw0k9OHB/YFzt5zgJEwa+wL/T/raGWYMBqwDNAC6dqFKmJYZoQBRfHjgwLHGSrn3Q==",
|
|
285
|
-
"cpu": [
|
|
286
|
-
"s390x"
|
|
287
|
-
],
|
|
288
|
-
"dev": true,
|
|
289
|
-
"license": "MIT",
|
|
290
|
-
"optional": true,
|
|
291
|
-
"os": [
|
|
292
|
-
"linux"
|
|
293
|
-
],
|
|
294
|
-
"engines": {
|
|
295
|
-
"node": ">=18"
|
|
296
|
-
}
|
|
297
|
-
},
|
|
298
|
-
"node_modules/@esbuild/linux-x64": {
|
|
299
|
-
"version": "0.28.0",
|
|
300
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.0.tgz",
|
|
301
|
-
"integrity": "sha512-us0dSb9iFxIi8srnpl931Nvs65it/Jd2a2K3qs7fz2WfGPHqzfzZTfec7oxZJRNPXPnNYZtanmRc4AL/JwVzHQ==",
|
|
302
|
-
"cpu": [
|
|
303
|
-
"x64"
|
|
304
|
-
],
|
|
305
|
-
"dev": true,
|
|
306
|
-
"license": "MIT",
|
|
307
|
-
"optional": true,
|
|
308
|
-
"os": [
|
|
309
|
-
"linux"
|
|
310
|
-
],
|
|
311
|
-
"engines": {
|
|
312
|
-
"node": ">=18"
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
"node_modules/@esbuild/netbsd-arm64": {
|
|
316
|
-
"version": "0.28.0",
|
|
317
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.0.tgz",
|
|
318
|
-
"integrity": "sha512-CR/RYotgtCKwtftMwJlUU7xCVNg3lMYZ0RzTmAHSfLCXw3NtZtNpswLEj/Kkf6kEL3Gw+BpOekRX0BYCtklhUw==",
|
|
319
|
-
"cpu": [
|
|
320
|
-
"arm64"
|
|
321
|
-
],
|
|
322
|
-
"dev": true,
|
|
323
|
-
"license": "MIT",
|
|
324
|
-
"optional": true,
|
|
325
|
-
"os": [
|
|
326
|
-
"netbsd"
|
|
327
|
-
],
|
|
328
|
-
"engines": {
|
|
329
|
-
"node": ">=18"
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
"node_modules/@esbuild/netbsd-x64": {
|
|
333
|
-
"version": "0.28.0",
|
|
334
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.0.tgz",
|
|
335
|
-
"integrity": "sha512-nU1yhmYutL+fQ71Kxnhg8uEOdC0pwEW9entHykTgEbna2pw2dkbFSMeqjjyHZoCmt8SBkOSvV+yNmm94aUrrqw==",
|
|
336
|
-
"cpu": [
|
|
337
|
-
"x64"
|
|
338
|
-
],
|
|
339
|
-
"dev": true,
|
|
340
|
-
"license": "MIT",
|
|
341
|
-
"optional": true,
|
|
342
|
-
"os": [
|
|
343
|
-
"netbsd"
|
|
344
|
-
],
|
|
345
|
-
"engines": {
|
|
346
|
-
"node": ">=18"
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
"node_modules/@esbuild/openbsd-arm64": {
|
|
350
|
-
"version": "0.28.0",
|
|
351
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.0.tgz",
|
|
352
|
-
"integrity": "sha512-cXb5vApOsRsxsEl4mcZ1XY3D4DzcoMxR/nnc4IyqYs0rTI8ZKmW6kyyg+11Z8yvgMfAEldKzP7AdP64HnSC/6g==",
|
|
353
|
-
"cpu": [
|
|
354
|
-
"arm64"
|
|
355
|
-
],
|
|
356
|
-
"dev": true,
|
|
357
|
-
"license": "MIT",
|
|
358
|
-
"optional": true,
|
|
359
|
-
"os": [
|
|
360
|
-
"openbsd"
|
|
361
|
-
],
|
|
362
|
-
"engines": {
|
|
363
|
-
"node": ">=18"
|
|
364
|
-
}
|
|
365
|
-
},
|
|
366
|
-
"node_modules/@esbuild/openbsd-x64": {
|
|
367
|
-
"version": "0.28.0",
|
|
368
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.0.tgz",
|
|
369
|
-
"integrity": "sha512-8wZM2qqtv9UP3mzy7HiGYNH/zjTA355mpeuA+859TyR+e+Tc08IHYpLJuMsfpDJwoLo1ikIJI8jC3GFjnRClzA==",
|
|
370
|
-
"cpu": [
|
|
371
|
-
"x64"
|
|
372
|
-
],
|
|
373
|
-
"dev": true,
|
|
374
|
-
"license": "MIT",
|
|
375
|
-
"optional": true,
|
|
376
|
-
"os": [
|
|
377
|
-
"openbsd"
|
|
378
|
-
],
|
|
379
|
-
"engines": {
|
|
380
|
-
"node": ">=18"
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
"node_modules/@esbuild/openharmony-arm64": {
|
|
384
|
-
"version": "0.28.0",
|
|
385
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.0.tgz",
|
|
386
|
-
"integrity": "sha512-FLGfyizszcef5C3YtoyQDACyg95+dndv79i2EekILBofh5wpCa1KuBqOWKrEHZg3zrL3t5ouE5jgr94vA+Wb2w==",
|
|
387
|
-
"cpu": [
|
|
388
|
-
"arm64"
|
|
389
|
-
],
|
|
390
|
-
"dev": true,
|
|
391
|
-
"license": "MIT",
|
|
392
|
-
"optional": true,
|
|
393
|
-
"os": [
|
|
394
|
-
"openharmony"
|
|
395
|
-
],
|
|
396
|
-
"engines": {
|
|
397
|
-
"node": ">=18"
|
|
398
|
-
}
|
|
399
|
-
},
|
|
400
|
-
"node_modules/@esbuild/sunos-x64": {
|
|
401
|
-
"version": "0.28.0",
|
|
402
|
-
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.0.tgz",
|
|
403
|
-
"integrity": "sha512-1ZgjUoEdHZZl/YlV76TSCz9Hqj9h9YmMGAgAPYd+q4SicWNX3G5GCyx9uhQWSLcbvPW8Ni7lj4gDa1T40akdlw==",
|
|
404
|
-
"cpu": [
|
|
405
|
-
"x64"
|
|
406
|
-
],
|
|
407
|
-
"dev": true,
|
|
408
|
-
"license": "MIT",
|
|
409
|
-
"optional": true,
|
|
410
|
-
"os": [
|
|
411
|
-
"sunos"
|
|
412
|
-
],
|
|
413
|
-
"engines": {
|
|
414
|
-
"node": ">=18"
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
"node_modules/@esbuild/win32-arm64": {
|
|
418
|
-
"version": "0.28.0",
|
|
419
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.0.tgz",
|
|
420
|
-
"integrity": "sha512-Q9StnDmQ/enxnpxCCLSg0oo4+34B9TdXpuyPeTedN/6+iXBJ4J+zwfQI28u/Jl40nOYAxGoNi7mFP40RUtkmUA==",
|
|
421
|
-
"cpu": [
|
|
422
|
-
"arm64"
|
|
423
|
-
],
|
|
424
|
-
"dev": true,
|
|
425
|
-
"license": "MIT",
|
|
426
|
-
"optional": true,
|
|
427
|
-
"os": [
|
|
428
|
-
"win32"
|
|
429
|
-
],
|
|
430
|
-
"engines": {
|
|
431
|
-
"node": ">=18"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
"node_modules/@esbuild/win32-ia32": {
|
|
435
|
-
"version": "0.28.0",
|
|
436
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.0.tgz",
|
|
437
|
-
"integrity": "sha512-zF3ag/gfiCe6U2iczcRzSYJKH1DCI+ByzSENHlM2FcDbEeo5Zd2C86Aq0tKUYAJJ1obRP84ymxIAksZUcdztHA==",
|
|
438
|
-
"cpu": [
|
|
439
|
-
"ia32"
|
|
440
|
-
],
|
|
441
|
-
"dev": true,
|
|
442
|
-
"license": "MIT",
|
|
443
|
-
"optional": true,
|
|
444
|
-
"os": [
|
|
445
|
-
"win32"
|
|
446
|
-
],
|
|
447
|
-
"engines": {
|
|
448
|
-
"node": ">=18"
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
"node_modules/@esbuild/win32-x64": {
|
|
452
|
-
"version": "0.28.0",
|
|
453
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.0.tgz",
|
|
454
|
-
"integrity": "sha512-pEl1bO9mfAmIC+tW5btTmrKaujg3zGtUmWNdCw/xs70FBjwAL3o9OEKNHvNmnyylD6ubxUERiEhdsL0xBQ9efw==",
|
|
455
|
-
"cpu": [
|
|
456
|
-
"x64"
|
|
457
|
-
],
|
|
458
|
-
"dev": true,
|
|
459
|
-
"license": "MIT",
|
|
460
|
-
"optional": true,
|
|
461
|
-
"os": [
|
|
462
|
-
"win32"
|
|
463
|
-
],
|
|
464
|
-
"engines": {
|
|
465
|
-
"node": ">=18"
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
"node_modules/@hono/node-server": {
|
|
469
|
-
"version": "1.19.14",
|
|
470
|
-
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz",
|
|
471
|
-
"integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==",
|
|
472
|
-
"license": "MIT",
|
|
473
|
-
"engines": {
|
|
474
|
-
"node": ">=18.14.1"
|
|
475
|
-
},
|
|
476
|
-
"peerDependencies": {
|
|
477
|
-
"hono": "^4"
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
"node_modules/@modelcontextprotocol/sdk": {
|
|
481
|
-
"version": "1.29.0",
|
|
482
|
-
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
|
|
483
|
-
"integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==",
|
|
484
|
-
"license": "MIT",
|
|
485
|
-
"dependencies": {
|
|
486
|
-
"@hono/node-server": "^1.19.9",
|
|
487
|
-
"ajv": "^8.17.1",
|
|
488
|
-
"ajv-formats": "^3.0.1",
|
|
489
|
-
"content-type": "^1.0.5",
|
|
490
|
-
"cors": "^2.8.5",
|
|
491
|
-
"cross-spawn": "^7.0.5",
|
|
492
|
-
"eventsource": "^3.0.2",
|
|
493
|
-
"eventsource-parser": "^3.0.0",
|
|
494
|
-
"express": "^5.2.1",
|
|
495
|
-
"express-rate-limit": "^8.2.1",
|
|
496
|
-
"hono": "^4.11.4",
|
|
497
|
-
"jose": "^6.1.3",
|
|
498
|
-
"json-schema-typed": "^8.0.2",
|
|
499
|
-
"pkce-challenge": "^5.0.0",
|
|
500
|
-
"raw-body": "^3.0.0",
|
|
501
|
-
"zod": "^3.25 || ^4.0",
|
|
502
|
-
"zod-to-json-schema": "^3.25.1"
|
|
503
|
-
},
|
|
504
|
-
"engines": {
|
|
505
|
-
"node": ">=18"
|
|
506
|
-
},
|
|
507
|
-
"peerDependencies": {
|
|
508
|
-
"@cfworker/json-schema": "^4.1.1",
|
|
509
|
-
"zod": "^3.25 || ^4.0"
|
|
510
|
-
},
|
|
511
|
-
"peerDependenciesMeta": {
|
|
512
|
-
"@cfworker/json-schema": {
|
|
513
|
-
"optional": true
|
|
514
|
-
},
|
|
515
|
-
"zod": {
|
|
516
|
-
"optional": false
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
},
|
|
520
|
-
"node_modules/@types/node": {
|
|
521
|
-
"version": "22.19.19",
|
|
522
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.19.tgz",
|
|
523
|
-
"integrity": "sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==",
|
|
524
|
-
"dev": true,
|
|
525
|
-
"license": "MIT",
|
|
526
|
-
"dependencies": {
|
|
527
|
-
"undici-types": "~6.21.0"
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
"node_modules/accepts": {
|
|
531
|
-
"version": "2.0.0",
|
|
532
|
-
"resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
|
|
533
|
-
"integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
|
|
534
|
-
"license": "MIT",
|
|
535
|
-
"dependencies": {
|
|
536
|
-
"mime-types": "^3.0.0",
|
|
537
|
-
"negotiator": "^1.0.0"
|
|
538
|
-
},
|
|
539
|
-
"engines": {
|
|
540
|
-
"node": ">= 0.6"
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
"node_modules/ajv": {
|
|
544
|
-
"version": "8.20.0",
|
|
545
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
|
|
546
|
-
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
|
|
547
|
-
"license": "MIT",
|
|
548
|
-
"dependencies": {
|
|
549
|
-
"fast-deep-equal": "^3.1.3",
|
|
550
|
-
"fast-uri": "^3.0.1",
|
|
551
|
-
"json-schema-traverse": "^1.0.0",
|
|
552
|
-
"require-from-string": "^2.0.2"
|
|
553
|
-
},
|
|
554
|
-
"funding": {
|
|
555
|
-
"type": "github",
|
|
556
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
557
|
-
}
|
|
558
|
-
},
|
|
559
|
-
"node_modules/ajv-formats": {
|
|
560
|
-
"version": "3.0.1",
|
|
561
|
-
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
|
|
562
|
-
"integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
|
|
563
|
-
"license": "MIT",
|
|
564
|
-
"dependencies": {
|
|
565
|
-
"ajv": "^8.0.0"
|
|
566
|
-
},
|
|
567
|
-
"peerDependencies": {
|
|
568
|
-
"ajv": "^8.0.0"
|
|
569
|
-
},
|
|
570
|
-
"peerDependenciesMeta": {
|
|
571
|
-
"ajv": {
|
|
572
|
-
"optional": true
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
|
-
},
|
|
576
|
-
"node_modules/body-parser": {
|
|
577
|
-
"version": "2.2.2",
|
|
578
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
|
|
579
|
-
"integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
|
|
580
|
-
"license": "MIT",
|
|
581
|
-
"dependencies": {
|
|
582
|
-
"bytes": "^3.1.2",
|
|
583
|
-
"content-type": "^1.0.5",
|
|
584
|
-
"debug": "^4.4.3",
|
|
585
|
-
"http-errors": "^2.0.0",
|
|
586
|
-
"iconv-lite": "^0.7.0",
|
|
587
|
-
"on-finished": "^2.4.1",
|
|
588
|
-
"qs": "^6.14.1",
|
|
589
|
-
"raw-body": "^3.0.1",
|
|
590
|
-
"type-is": "^2.0.1"
|
|
591
|
-
},
|
|
592
|
-
"engines": {
|
|
593
|
-
"node": ">=18"
|
|
594
|
-
},
|
|
595
|
-
"funding": {
|
|
596
|
-
"type": "opencollective",
|
|
597
|
-
"url": "https://opencollective.com/express"
|
|
598
|
-
}
|
|
599
|
-
},
|
|
600
|
-
"node_modules/bytes": {
|
|
601
|
-
"version": "3.1.2",
|
|
602
|
-
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
|
|
603
|
-
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
|
|
604
|
-
"license": "MIT",
|
|
605
|
-
"engines": {
|
|
606
|
-
"node": ">= 0.8"
|
|
607
|
-
}
|
|
608
|
-
},
|
|
609
|
-
"node_modules/call-bind-apply-helpers": {
|
|
610
|
-
"version": "1.0.2",
|
|
611
|
-
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
612
|
-
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
613
|
-
"license": "MIT",
|
|
614
|
-
"dependencies": {
|
|
615
|
-
"es-errors": "^1.3.0",
|
|
616
|
-
"function-bind": "^1.1.2"
|
|
617
|
-
},
|
|
618
|
-
"engines": {
|
|
619
|
-
"node": ">= 0.4"
|
|
620
|
-
}
|
|
621
|
-
},
|
|
622
|
-
"node_modules/call-bound": {
|
|
623
|
-
"version": "1.0.4",
|
|
624
|
-
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
|
625
|
-
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
626
|
-
"license": "MIT",
|
|
627
|
-
"dependencies": {
|
|
628
|
-
"call-bind-apply-helpers": "^1.0.2",
|
|
629
|
-
"get-intrinsic": "^1.3.0"
|
|
630
|
-
},
|
|
631
|
-
"engines": {
|
|
632
|
-
"node": ">= 0.4"
|
|
633
|
-
},
|
|
634
|
-
"funding": {
|
|
635
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
636
|
-
}
|
|
637
|
-
},
|
|
638
|
-
"node_modules/content-disposition": {
|
|
639
|
-
"version": "1.1.0",
|
|
640
|
-
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
|
|
641
|
-
"integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
|
|
642
|
-
"license": "MIT",
|
|
643
|
-
"engines": {
|
|
644
|
-
"node": ">=18"
|
|
645
|
-
},
|
|
646
|
-
"funding": {
|
|
647
|
-
"type": "opencollective",
|
|
648
|
-
"url": "https://opencollective.com/express"
|
|
649
|
-
}
|
|
650
|
-
},
|
|
651
|
-
"node_modules/content-type": {
|
|
652
|
-
"version": "1.0.5",
|
|
653
|
-
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
|
|
654
|
-
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
655
|
-
"license": "MIT",
|
|
656
|
-
"engines": {
|
|
657
|
-
"node": ">= 0.6"
|
|
658
|
-
}
|
|
659
|
-
},
|
|
660
|
-
"node_modules/cookie": {
|
|
661
|
-
"version": "0.7.2",
|
|
662
|
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
663
|
-
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
664
|
-
"license": "MIT",
|
|
665
|
-
"engines": {
|
|
666
|
-
"node": ">= 0.6"
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
|
-
"node_modules/cookie-signature": {
|
|
670
|
-
"version": "1.2.2",
|
|
671
|
-
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
|
|
672
|
-
"integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
|
|
673
|
-
"license": "MIT",
|
|
674
|
-
"engines": {
|
|
675
|
-
"node": ">=6.6.0"
|
|
676
|
-
}
|
|
677
|
-
},
|
|
678
|
-
"node_modules/cors": {
|
|
679
|
-
"version": "2.8.6",
|
|
680
|
-
"resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
|
|
681
|
-
"integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
|
|
682
|
-
"license": "MIT",
|
|
683
|
-
"dependencies": {
|
|
684
|
-
"object-assign": "^4",
|
|
685
|
-
"vary": "^1"
|
|
686
|
-
},
|
|
687
|
-
"engines": {
|
|
688
|
-
"node": ">= 0.10"
|
|
689
|
-
},
|
|
690
|
-
"funding": {
|
|
691
|
-
"type": "opencollective",
|
|
692
|
-
"url": "https://opencollective.com/express"
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
"node_modules/cross-spawn": {
|
|
696
|
-
"version": "7.0.6",
|
|
697
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
698
|
-
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
699
|
-
"license": "MIT",
|
|
700
|
-
"dependencies": {
|
|
701
|
-
"path-key": "^3.1.0",
|
|
702
|
-
"shebang-command": "^2.0.0",
|
|
703
|
-
"which": "^2.0.1"
|
|
704
|
-
},
|
|
705
|
-
"engines": {
|
|
706
|
-
"node": ">= 8"
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
"node_modules/debug": {
|
|
710
|
-
"version": "4.4.3",
|
|
711
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
712
|
-
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
713
|
-
"license": "MIT",
|
|
714
|
-
"dependencies": {
|
|
715
|
-
"ms": "^2.1.3"
|
|
716
|
-
},
|
|
717
|
-
"engines": {
|
|
718
|
-
"node": ">=6.0"
|
|
719
|
-
},
|
|
720
|
-
"peerDependenciesMeta": {
|
|
721
|
-
"supports-color": {
|
|
722
|
-
"optional": true
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
},
|
|
726
|
-
"node_modules/depd": {
|
|
727
|
-
"version": "2.0.0",
|
|
728
|
-
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
|
729
|
-
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
|
|
730
|
-
"license": "MIT",
|
|
731
|
-
"engines": {
|
|
732
|
-
"node": ">= 0.8"
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
"node_modules/dunder-proto": {
|
|
736
|
-
"version": "1.0.1",
|
|
737
|
-
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
738
|
-
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
739
|
-
"license": "MIT",
|
|
740
|
-
"dependencies": {
|
|
741
|
-
"call-bind-apply-helpers": "^1.0.1",
|
|
742
|
-
"es-errors": "^1.3.0",
|
|
743
|
-
"gopd": "^1.2.0"
|
|
744
|
-
},
|
|
745
|
-
"engines": {
|
|
746
|
-
"node": ">= 0.4"
|
|
747
|
-
}
|
|
748
|
-
},
|
|
749
|
-
"node_modules/ee-first": {
|
|
750
|
-
"version": "1.1.1",
|
|
751
|
-
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
|
752
|
-
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
|
753
|
-
"license": "MIT"
|
|
754
|
-
},
|
|
755
|
-
"node_modules/encodeurl": {
|
|
756
|
-
"version": "2.0.0",
|
|
757
|
-
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
758
|
-
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
759
|
-
"license": "MIT",
|
|
760
|
-
"engines": {
|
|
761
|
-
"node": ">= 0.8"
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
"node_modules/es-define-property": {
|
|
765
|
-
"version": "1.0.1",
|
|
766
|
-
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
767
|
-
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
768
|
-
"license": "MIT",
|
|
769
|
-
"engines": {
|
|
770
|
-
"node": ">= 0.4"
|
|
771
|
-
}
|
|
772
|
-
},
|
|
773
|
-
"node_modules/es-errors": {
|
|
774
|
-
"version": "1.3.0",
|
|
775
|
-
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
776
|
-
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
777
|
-
"license": "MIT",
|
|
778
|
-
"engines": {
|
|
779
|
-
"node": ">= 0.4"
|
|
780
|
-
}
|
|
781
|
-
},
|
|
782
|
-
"node_modules/es-object-atoms": {
|
|
783
|
-
"version": "1.1.2",
|
|
784
|
-
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
|
|
785
|
-
"integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
|
|
786
|
-
"license": "MIT",
|
|
787
|
-
"dependencies": {
|
|
788
|
-
"es-errors": "^1.3.0"
|
|
789
|
-
},
|
|
790
|
-
"engines": {
|
|
791
|
-
"node": ">= 0.4"
|
|
792
|
-
}
|
|
793
|
-
},
|
|
794
|
-
"node_modules/esbuild": {
|
|
795
|
-
"version": "0.28.0",
|
|
796
|
-
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.0.tgz",
|
|
797
|
-
"integrity": "sha512-sNR9MHpXSUV/XB4zmsFKN+QgVG82Cc7+/aaxJ8Adi8hyOac+EXptIp45QBPaVyX3N70664wRbTcLTOemCAnyqw==",
|
|
798
|
-
"dev": true,
|
|
799
|
-
"hasInstallScript": true,
|
|
800
|
-
"license": "MIT",
|
|
801
|
-
"bin": {
|
|
802
|
-
"esbuild": "bin/esbuild"
|
|
803
|
-
},
|
|
804
|
-
"engines": {
|
|
805
|
-
"node": ">=18"
|
|
806
|
-
},
|
|
807
|
-
"optionalDependencies": {
|
|
808
|
-
"@esbuild/aix-ppc64": "0.28.0",
|
|
809
|
-
"@esbuild/android-arm": "0.28.0",
|
|
810
|
-
"@esbuild/android-arm64": "0.28.0",
|
|
811
|
-
"@esbuild/android-x64": "0.28.0",
|
|
812
|
-
"@esbuild/darwin-arm64": "0.28.0",
|
|
813
|
-
"@esbuild/darwin-x64": "0.28.0",
|
|
814
|
-
"@esbuild/freebsd-arm64": "0.28.0",
|
|
815
|
-
"@esbuild/freebsd-x64": "0.28.0",
|
|
816
|
-
"@esbuild/linux-arm": "0.28.0",
|
|
817
|
-
"@esbuild/linux-arm64": "0.28.0",
|
|
818
|
-
"@esbuild/linux-ia32": "0.28.0",
|
|
819
|
-
"@esbuild/linux-loong64": "0.28.0",
|
|
820
|
-
"@esbuild/linux-mips64el": "0.28.0",
|
|
821
|
-
"@esbuild/linux-ppc64": "0.28.0",
|
|
822
|
-
"@esbuild/linux-riscv64": "0.28.0",
|
|
823
|
-
"@esbuild/linux-s390x": "0.28.0",
|
|
824
|
-
"@esbuild/linux-x64": "0.28.0",
|
|
825
|
-
"@esbuild/netbsd-arm64": "0.28.0",
|
|
826
|
-
"@esbuild/netbsd-x64": "0.28.0",
|
|
827
|
-
"@esbuild/openbsd-arm64": "0.28.0",
|
|
828
|
-
"@esbuild/openbsd-x64": "0.28.0",
|
|
829
|
-
"@esbuild/openharmony-arm64": "0.28.0",
|
|
830
|
-
"@esbuild/sunos-x64": "0.28.0",
|
|
831
|
-
"@esbuild/win32-arm64": "0.28.0",
|
|
832
|
-
"@esbuild/win32-ia32": "0.28.0",
|
|
833
|
-
"@esbuild/win32-x64": "0.28.0"
|
|
834
|
-
}
|
|
835
|
-
},
|
|
836
|
-
"node_modules/escape-html": {
|
|
837
|
-
"version": "1.0.3",
|
|
838
|
-
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
|
839
|
-
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
840
|
-
"license": "MIT"
|
|
841
|
-
},
|
|
842
|
-
"node_modules/etag": {
|
|
843
|
-
"version": "1.8.1",
|
|
844
|
-
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
845
|
-
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
|
846
|
-
"license": "MIT",
|
|
847
|
-
"engines": {
|
|
848
|
-
"node": ">= 0.6"
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
"node_modules/eventsource": {
|
|
852
|
-
"version": "3.0.7",
|
|
853
|
-
"resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
|
|
854
|
-
"integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
|
|
855
|
-
"license": "MIT",
|
|
856
|
-
"dependencies": {
|
|
857
|
-
"eventsource-parser": "^3.0.1"
|
|
858
|
-
},
|
|
859
|
-
"engines": {
|
|
860
|
-
"node": ">=18.0.0"
|
|
861
|
-
}
|
|
862
|
-
},
|
|
863
|
-
"node_modules/eventsource-parser": {
|
|
864
|
-
"version": "3.1.0",
|
|
865
|
-
"resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.1.0.tgz",
|
|
866
|
-
"integrity": "sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==",
|
|
867
|
-
"license": "MIT",
|
|
868
|
-
"engines": {
|
|
869
|
-
"node": ">=18.0.0"
|
|
870
|
-
}
|
|
871
|
-
},
|
|
872
|
-
"node_modules/express": {
|
|
873
|
-
"version": "5.2.1",
|
|
874
|
-
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
|
|
875
|
-
"integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
|
|
876
|
-
"license": "MIT",
|
|
877
|
-
"dependencies": {
|
|
878
|
-
"accepts": "^2.0.0",
|
|
879
|
-
"body-parser": "^2.2.1",
|
|
880
|
-
"content-disposition": "^1.0.0",
|
|
881
|
-
"content-type": "^1.0.5",
|
|
882
|
-
"cookie": "^0.7.1",
|
|
883
|
-
"cookie-signature": "^1.2.1",
|
|
884
|
-
"debug": "^4.4.0",
|
|
885
|
-
"depd": "^2.0.0",
|
|
886
|
-
"encodeurl": "^2.0.0",
|
|
887
|
-
"escape-html": "^1.0.3",
|
|
888
|
-
"etag": "^1.8.1",
|
|
889
|
-
"finalhandler": "^2.1.0",
|
|
890
|
-
"fresh": "^2.0.0",
|
|
891
|
-
"http-errors": "^2.0.0",
|
|
892
|
-
"merge-descriptors": "^2.0.0",
|
|
893
|
-
"mime-types": "^3.0.0",
|
|
894
|
-
"on-finished": "^2.4.1",
|
|
895
|
-
"once": "^1.4.0",
|
|
896
|
-
"parseurl": "^1.3.3",
|
|
897
|
-
"proxy-addr": "^2.0.7",
|
|
898
|
-
"qs": "^6.14.0",
|
|
899
|
-
"range-parser": "^1.2.1",
|
|
900
|
-
"router": "^2.2.0",
|
|
901
|
-
"send": "^1.1.0",
|
|
902
|
-
"serve-static": "^2.2.0",
|
|
903
|
-
"statuses": "^2.0.1",
|
|
904
|
-
"type-is": "^2.0.1",
|
|
905
|
-
"vary": "^1.1.2"
|
|
906
|
-
},
|
|
907
|
-
"engines": {
|
|
908
|
-
"node": ">= 18"
|
|
909
|
-
},
|
|
910
|
-
"funding": {
|
|
911
|
-
"type": "opencollective",
|
|
912
|
-
"url": "https://opencollective.com/express"
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
"node_modules/express-rate-limit": {
|
|
916
|
-
"version": "8.5.2",
|
|
917
|
-
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.2.tgz",
|
|
918
|
-
"integrity": "sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==",
|
|
919
|
-
"license": "MIT",
|
|
920
|
-
"dependencies": {
|
|
921
|
-
"ip-address": "^10.2.0"
|
|
922
|
-
},
|
|
923
|
-
"engines": {
|
|
924
|
-
"node": ">= 16"
|
|
925
|
-
},
|
|
926
|
-
"funding": {
|
|
927
|
-
"url": "https://github.com/sponsors/express-rate-limit"
|
|
928
|
-
},
|
|
929
|
-
"peerDependencies": {
|
|
930
|
-
"express": ">= 4.11"
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
|
-
"node_modules/fast-deep-equal": {
|
|
934
|
-
"version": "3.1.3",
|
|
935
|
-
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
936
|
-
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
937
|
-
"license": "MIT"
|
|
938
|
-
},
|
|
939
|
-
"node_modules/fast-uri": {
|
|
940
|
-
"version": "3.1.2",
|
|
941
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
942
|
-
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
943
|
-
"funding": [
|
|
944
|
-
{
|
|
945
|
-
"type": "github",
|
|
946
|
-
"url": "https://github.com/sponsors/fastify"
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"type": "opencollective",
|
|
950
|
-
"url": "https://opencollective.com/fastify"
|
|
951
|
-
}
|
|
952
|
-
],
|
|
953
|
-
"license": "BSD-3-Clause"
|
|
954
|
-
},
|
|
955
|
-
"node_modules/finalhandler": {
|
|
956
|
-
"version": "2.1.1",
|
|
957
|
-
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
|
|
958
|
-
"integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
|
|
959
|
-
"license": "MIT",
|
|
960
|
-
"dependencies": {
|
|
961
|
-
"debug": "^4.4.0",
|
|
962
|
-
"encodeurl": "^2.0.0",
|
|
963
|
-
"escape-html": "^1.0.3",
|
|
964
|
-
"on-finished": "^2.4.1",
|
|
965
|
-
"parseurl": "^1.3.3",
|
|
966
|
-
"statuses": "^2.0.1"
|
|
967
|
-
},
|
|
968
|
-
"engines": {
|
|
969
|
-
"node": ">= 18.0.0"
|
|
970
|
-
},
|
|
971
|
-
"funding": {
|
|
972
|
-
"type": "opencollective",
|
|
973
|
-
"url": "https://opencollective.com/express"
|
|
974
|
-
}
|
|
975
|
-
},
|
|
976
|
-
"node_modules/forwarded": {
|
|
977
|
-
"version": "0.2.0",
|
|
978
|
-
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
979
|
-
"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
|
|
980
|
-
"license": "MIT",
|
|
981
|
-
"engines": {
|
|
982
|
-
"node": ">= 0.6"
|
|
983
|
-
}
|
|
984
|
-
},
|
|
985
|
-
"node_modules/fresh": {
|
|
986
|
-
"version": "2.0.0",
|
|
987
|
-
"resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
|
|
988
|
-
"integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
|
|
989
|
-
"license": "MIT",
|
|
990
|
-
"engines": {
|
|
991
|
-
"node": ">= 0.8"
|
|
992
|
-
}
|
|
993
|
-
},
|
|
994
|
-
"node_modules/fsevents": {
|
|
995
|
-
"version": "2.3.3",
|
|
996
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
997
|
-
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
998
|
-
"dev": true,
|
|
999
|
-
"hasInstallScript": true,
|
|
1000
|
-
"license": "MIT",
|
|
1001
|
-
"optional": true,
|
|
1002
|
-
"os": [
|
|
1003
|
-
"darwin"
|
|
1004
|
-
],
|
|
1005
|
-
"engines": {
|
|
1006
|
-
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
1007
|
-
}
|
|
1008
|
-
},
|
|
1009
|
-
"node_modules/function-bind": {
|
|
1010
|
-
"version": "1.1.2",
|
|
1011
|
-
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
1012
|
-
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
1013
|
-
"license": "MIT",
|
|
1014
|
-
"funding": {
|
|
1015
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1016
|
-
}
|
|
1017
|
-
},
|
|
1018
|
-
"node_modules/get-intrinsic": {
|
|
1019
|
-
"version": "1.3.0",
|
|
1020
|
-
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
1021
|
-
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
1022
|
-
"license": "MIT",
|
|
1023
|
-
"dependencies": {
|
|
1024
|
-
"call-bind-apply-helpers": "^1.0.2",
|
|
1025
|
-
"es-define-property": "^1.0.1",
|
|
1026
|
-
"es-errors": "^1.3.0",
|
|
1027
|
-
"es-object-atoms": "^1.1.1",
|
|
1028
|
-
"function-bind": "^1.1.2",
|
|
1029
|
-
"get-proto": "^1.0.1",
|
|
1030
|
-
"gopd": "^1.2.0",
|
|
1031
|
-
"has-symbols": "^1.1.0",
|
|
1032
|
-
"hasown": "^2.0.2",
|
|
1033
|
-
"math-intrinsics": "^1.1.0"
|
|
1034
|
-
},
|
|
1035
|
-
"engines": {
|
|
1036
|
-
"node": ">= 0.4"
|
|
1037
|
-
},
|
|
1038
|
-
"funding": {
|
|
1039
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1040
|
-
}
|
|
1041
|
-
},
|
|
1042
|
-
"node_modules/get-proto": {
|
|
1043
|
-
"version": "1.0.1",
|
|
1044
|
-
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
1045
|
-
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
1046
|
-
"license": "MIT",
|
|
1047
|
-
"dependencies": {
|
|
1048
|
-
"dunder-proto": "^1.0.1",
|
|
1049
|
-
"es-object-atoms": "^1.0.0"
|
|
1050
|
-
},
|
|
1051
|
-
"engines": {
|
|
1052
|
-
"node": ">= 0.4"
|
|
1053
|
-
}
|
|
1054
|
-
},
|
|
1055
|
-
"node_modules/gopd": {
|
|
1056
|
-
"version": "1.2.0",
|
|
1057
|
-
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
1058
|
-
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
1059
|
-
"license": "MIT",
|
|
1060
|
-
"engines": {
|
|
1061
|
-
"node": ">= 0.4"
|
|
1062
|
-
},
|
|
1063
|
-
"funding": {
|
|
1064
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1065
|
-
}
|
|
1066
|
-
},
|
|
1067
|
-
"node_modules/has-symbols": {
|
|
1068
|
-
"version": "1.1.0",
|
|
1069
|
-
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
1070
|
-
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
1071
|
-
"license": "MIT",
|
|
1072
|
-
"engines": {
|
|
1073
|
-
"node": ">= 0.4"
|
|
1074
|
-
},
|
|
1075
|
-
"funding": {
|
|
1076
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
"node_modules/hasown": {
|
|
1080
|
-
"version": "2.0.4",
|
|
1081
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
1082
|
-
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
1083
|
-
"license": "MIT",
|
|
1084
|
-
"dependencies": {
|
|
1085
|
-
"function-bind": "^1.1.2"
|
|
1086
|
-
},
|
|
1087
|
-
"engines": {
|
|
1088
|
-
"node": ">= 0.4"
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
"node_modules/hono": {
|
|
1092
|
-
"version": "4.12.23",
|
|
1093
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz",
|
|
1094
|
-
"integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==",
|
|
1095
|
-
"license": "MIT",
|
|
1096
|
-
"engines": {
|
|
1097
|
-
"node": ">=16.9.0"
|
|
1098
|
-
}
|
|
1099
|
-
},
|
|
1100
|
-
"node_modules/http-errors": {
|
|
1101
|
-
"version": "2.0.1",
|
|
1102
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
1103
|
-
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
1104
|
-
"license": "MIT",
|
|
1105
|
-
"dependencies": {
|
|
1106
|
-
"depd": "~2.0.0",
|
|
1107
|
-
"inherits": "~2.0.4",
|
|
1108
|
-
"setprototypeof": "~1.2.0",
|
|
1109
|
-
"statuses": "~2.0.2",
|
|
1110
|
-
"toidentifier": "~1.0.1"
|
|
1111
|
-
},
|
|
1112
|
-
"engines": {
|
|
1113
|
-
"node": ">= 0.8"
|
|
1114
|
-
},
|
|
1115
|
-
"funding": {
|
|
1116
|
-
"type": "opencollective",
|
|
1117
|
-
"url": "https://opencollective.com/express"
|
|
1118
|
-
}
|
|
1119
|
-
},
|
|
1120
|
-
"node_modules/iconv-lite": {
|
|
1121
|
-
"version": "0.7.2",
|
|
1122
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
|
|
1123
|
-
"integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
|
|
1124
|
-
"license": "MIT",
|
|
1125
|
-
"dependencies": {
|
|
1126
|
-
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
1127
|
-
},
|
|
1128
|
-
"engines": {
|
|
1129
|
-
"node": ">=0.10.0"
|
|
1130
|
-
},
|
|
1131
|
-
"funding": {
|
|
1132
|
-
"type": "opencollective",
|
|
1133
|
-
"url": "https://opencollective.com/express"
|
|
1134
|
-
}
|
|
1135
|
-
},
|
|
1136
|
-
"node_modules/inherits": {
|
|
1137
|
-
"version": "2.0.4",
|
|
1138
|
-
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
1139
|
-
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
1140
|
-
"license": "ISC"
|
|
1141
|
-
},
|
|
1142
|
-
"node_modules/ip-address": {
|
|
1143
|
-
"version": "10.2.0",
|
|
1144
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
|
|
1145
|
-
"integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
|
|
1146
|
-
"license": "MIT",
|
|
1147
|
-
"engines": {
|
|
1148
|
-
"node": ">= 12"
|
|
1149
|
-
}
|
|
1150
|
-
},
|
|
1151
|
-
"node_modules/ipaddr.js": {
|
|
1152
|
-
"version": "1.9.1",
|
|
1153
|
-
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
1154
|
-
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
1155
|
-
"license": "MIT",
|
|
1156
|
-
"engines": {
|
|
1157
|
-
"node": ">= 0.10"
|
|
1158
|
-
}
|
|
1159
|
-
},
|
|
1160
|
-
"node_modules/is-promise": {
|
|
1161
|
-
"version": "4.0.0",
|
|
1162
|
-
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
|
|
1163
|
-
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
|
|
1164
|
-
"license": "MIT"
|
|
1165
|
-
},
|
|
1166
|
-
"node_modules/isexe": {
|
|
1167
|
-
"version": "2.0.0",
|
|
1168
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
1169
|
-
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
1170
|
-
"license": "ISC"
|
|
1171
|
-
},
|
|
1172
|
-
"node_modules/jose": {
|
|
1173
|
-
"version": "6.2.3",
|
|
1174
|
-
"resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz",
|
|
1175
|
-
"integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==",
|
|
1176
|
-
"license": "MIT",
|
|
1177
|
-
"funding": {
|
|
1178
|
-
"url": "https://github.com/sponsors/panva"
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
"node_modules/json-schema-traverse": {
|
|
1182
|
-
"version": "1.0.0",
|
|
1183
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
1184
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
1185
|
-
"license": "MIT"
|
|
1186
|
-
},
|
|
1187
|
-
"node_modules/json-schema-typed": {
|
|
1188
|
-
"version": "8.0.2",
|
|
1189
|
-
"resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
|
|
1190
|
-
"integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
|
|
1191
|
-
"license": "BSD-2-Clause"
|
|
1192
|
-
},
|
|
1193
|
-
"node_modules/math-intrinsics": {
|
|
1194
|
-
"version": "1.1.0",
|
|
1195
|
-
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
1196
|
-
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
1197
|
-
"license": "MIT",
|
|
1198
|
-
"engines": {
|
|
1199
|
-
"node": ">= 0.4"
|
|
1200
|
-
}
|
|
1201
|
-
},
|
|
1202
|
-
"node_modules/media-typer": {
|
|
1203
|
-
"version": "1.1.0",
|
|
1204
|
-
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
|
|
1205
|
-
"integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
|
|
1206
|
-
"license": "MIT",
|
|
1207
|
-
"engines": {
|
|
1208
|
-
"node": ">= 0.8"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
"node_modules/merge-descriptors": {
|
|
1212
|
-
"version": "2.0.0",
|
|
1213
|
-
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
|
|
1214
|
-
"integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
|
|
1215
|
-
"license": "MIT",
|
|
1216
|
-
"engines": {
|
|
1217
|
-
"node": ">=18"
|
|
1218
|
-
},
|
|
1219
|
-
"funding": {
|
|
1220
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1221
|
-
}
|
|
1222
|
-
},
|
|
1223
|
-
"node_modules/mime-db": {
|
|
1224
|
-
"version": "1.54.0",
|
|
1225
|
-
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
|
1226
|
-
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
1227
|
-
"license": "MIT",
|
|
1228
|
-
"engines": {
|
|
1229
|
-
"node": ">= 0.6"
|
|
1230
|
-
}
|
|
1231
|
-
},
|
|
1232
|
-
"node_modules/mime-types": {
|
|
1233
|
-
"version": "3.0.2",
|
|
1234
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
1235
|
-
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
1236
|
-
"license": "MIT",
|
|
1237
|
-
"dependencies": {
|
|
1238
|
-
"mime-db": "^1.54.0"
|
|
1239
|
-
},
|
|
1240
|
-
"engines": {
|
|
1241
|
-
"node": ">=18"
|
|
1242
|
-
},
|
|
1243
|
-
"funding": {
|
|
1244
|
-
"type": "opencollective",
|
|
1245
|
-
"url": "https://opencollective.com/express"
|
|
1246
|
-
}
|
|
1247
|
-
},
|
|
1248
|
-
"node_modules/ms": {
|
|
1249
|
-
"version": "2.1.3",
|
|
1250
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1251
|
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1252
|
-
"license": "MIT"
|
|
1253
|
-
},
|
|
1254
|
-
"node_modules/negotiator": {
|
|
1255
|
-
"version": "1.0.0",
|
|
1256
|
-
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
|
|
1257
|
-
"integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
|
|
1258
|
-
"license": "MIT",
|
|
1259
|
-
"engines": {
|
|
1260
|
-
"node": ">= 0.6"
|
|
1261
|
-
}
|
|
1262
|
-
},
|
|
1263
|
-
"node_modules/object-assign": {
|
|
1264
|
-
"version": "4.1.1",
|
|
1265
|
-
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
1266
|
-
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
1267
|
-
"license": "MIT",
|
|
1268
|
-
"engines": {
|
|
1269
|
-
"node": ">=0.10.0"
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
"node_modules/object-inspect": {
|
|
1273
|
-
"version": "1.13.4",
|
|
1274
|
-
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
1275
|
-
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
1276
|
-
"license": "MIT",
|
|
1277
|
-
"engines": {
|
|
1278
|
-
"node": ">= 0.4"
|
|
1279
|
-
},
|
|
1280
|
-
"funding": {
|
|
1281
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
"node_modules/on-finished": {
|
|
1285
|
-
"version": "2.4.1",
|
|
1286
|
-
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
1287
|
-
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
|
1288
|
-
"license": "MIT",
|
|
1289
|
-
"dependencies": {
|
|
1290
|
-
"ee-first": "1.1.1"
|
|
1291
|
-
},
|
|
1292
|
-
"engines": {
|
|
1293
|
-
"node": ">= 0.8"
|
|
1294
|
-
}
|
|
1295
|
-
},
|
|
1296
|
-
"node_modules/once": {
|
|
1297
|
-
"version": "1.4.0",
|
|
1298
|
-
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
1299
|
-
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
1300
|
-
"license": "ISC",
|
|
1301
|
-
"dependencies": {
|
|
1302
|
-
"wrappy": "1"
|
|
1303
|
-
}
|
|
1304
|
-
},
|
|
1305
|
-
"node_modules/parseurl": {
|
|
1306
|
-
"version": "1.3.3",
|
|
1307
|
-
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
1308
|
-
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
|
1309
|
-
"license": "MIT",
|
|
1310
|
-
"engines": {
|
|
1311
|
-
"node": ">= 0.8"
|
|
1312
|
-
}
|
|
1313
|
-
},
|
|
1314
|
-
"node_modules/path-key": {
|
|
1315
|
-
"version": "3.1.1",
|
|
1316
|
-
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
1317
|
-
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
1318
|
-
"license": "MIT",
|
|
1319
|
-
"engines": {
|
|
1320
|
-
"node": ">=8"
|
|
1321
|
-
}
|
|
1322
|
-
},
|
|
1323
|
-
"node_modules/path-to-regexp": {
|
|
1324
|
-
"version": "8.4.2",
|
|
1325
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
|
|
1326
|
-
"integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
|
|
1327
|
-
"license": "MIT",
|
|
1328
|
-
"funding": {
|
|
1329
|
-
"type": "opencollective",
|
|
1330
|
-
"url": "https://opencollective.com/express"
|
|
1331
|
-
}
|
|
1332
|
-
},
|
|
1333
|
-
"node_modules/pkce-challenge": {
|
|
1334
|
-
"version": "5.0.1",
|
|
1335
|
-
"resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
|
|
1336
|
-
"integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
|
|
1337
|
-
"license": "MIT",
|
|
1338
|
-
"engines": {
|
|
1339
|
-
"node": ">=16.20.0"
|
|
1340
|
-
}
|
|
1341
|
-
},
|
|
1342
|
-
"node_modules/proxy-addr": {
|
|
1343
|
-
"version": "2.0.7",
|
|
1344
|
-
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
1345
|
-
"integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
|
|
1346
|
-
"license": "MIT",
|
|
1347
|
-
"dependencies": {
|
|
1348
|
-
"forwarded": "0.2.0",
|
|
1349
|
-
"ipaddr.js": "1.9.1"
|
|
1350
|
-
},
|
|
1351
|
-
"engines": {
|
|
1352
|
-
"node": ">= 0.10"
|
|
1353
|
-
}
|
|
1354
|
-
},
|
|
1355
|
-
"node_modules/qs": {
|
|
1356
|
-
"version": "6.15.2",
|
|
1357
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
|
|
1358
|
-
"integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
|
|
1359
|
-
"license": "BSD-3-Clause",
|
|
1360
|
-
"dependencies": {
|
|
1361
|
-
"side-channel": "^1.1.0"
|
|
1362
|
-
},
|
|
1363
|
-
"engines": {
|
|
1364
|
-
"node": ">=0.6"
|
|
1365
|
-
},
|
|
1366
|
-
"funding": {
|
|
1367
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1368
|
-
}
|
|
1369
|
-
},
|
|
1370
|
-
"node_modules/range-parser": {
|
|
1371
|
-
"version": "1.2.1",
|
|
1372
|
-
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
|
|
1373
|
-
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
|
1374
|
-
"license": "MIT",
|
|
1375
|
-
"engines": {
|
|
1376
|
-
"node": ">= 0.6"
|
|
1377
|
-
}
|
|
1378
|
-
},
|
|
1379
|
-
"node_modules/raw-body": {
|
|
1380
|
-
"version": "3.0.2",
|
|
1381
|
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
|
|
1382
|
-
"integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
|
|
1383
|
-
"license": "MIT",
|
|
1384
|
-
"dependencies": {
|
|
1385
|
-
"bytes": "~3.1.2",
|
|
1386
|
-
"http-errors": "~2.0.1",
|
|
1387
|
-
"iconv-lite": "~0.7.0",
|
|
1388
|
-
"unpipe": "~1.0.0"
|
|
1389
|
-
},
|
|
1390
|
-
"engines": {
|
|
1391
|
-
"node": ">= 0.10"
|
|
1392
|
-
}
|
|
1393
|
-
},
|
|
1394
|
-
"node_modules/require-from-string": {
|
|
1395
|
-
"version": "2.0.2",
|
|
1396
|
-
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
1397
|
-
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
1398
|
-
"license": "MIT",
|
|
1399
|
-
"engines": {
|
|
1400
|
-
"node": ">=0.10.0"
|
|
1401
|
-
}
|
|
1402
|
-
},
|
|
1403
|
-
"node_modules/router": {
|
|
1404
|
-
"version": "2.2.0",
|
|
1405
|
-
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
1406
|
-
"integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
|
|
1407
|
-
"license": "MIT",
|
|
1408
|
-
"dependencies": {
|
|
1409
|
-
"debug": "^4.4.0",
|
|
1410
|
-
"depd": "^2.0.0",
|
|
1411
|
-
"is-promise": "^4.0.0",
|
|
1412
|
-
"parseurl": "^1.3.3",
|
|
1413
|
-
"path-to-regexp": "^8.0.0"
|
|
1414
|
-
},
|
|
1415
|
-
"engines": {
|
|
1416
|
-
"node": ">= 18"
|
|
1417
|
-
}
|
|
1418
|
-
},
|
|
1419
|
-
"node_modules/safer-buffer": {
|
|
1420
|
-
"version": "2.1.2",
|
|
1421
|
-
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
1422
|
-
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
1423
|
-
"license": "MIT"
|
|
1424
|
-
},
|
|
1425
|
-
"node_modules/send": {
|
|
1426
|
-
"version": "1.2.1",
|
|
1427
|
-
"resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
|
|
1428
|
-
"integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
|
|
1429
|
-
"license": "MIT",
|
|
1430
|
-
"dependencies": {
|
|
1431
|
-
"debug": "^4.4.3",
|
|
1432
|
-
"encodeurl": "^2.0.0",
|
|
1433
|
-
"escape-html": "^1.0.3",
|
|
1434
|
-
"etag": "^1.8.1",
|
|
1435
|
-
"fresh": "^2.0.0",
|
|
1436
|
-
"http-errors": "^2.0.1",
|
|
1437
|
-
"mime-types": "^3.0.2",
|
|
1438
|
-
"ms": "^2.1.3",
|
|
1439
|
-
"on-finished": "^2.4.1",
|
|
1440
|
-
"range-parser": "^1.2.1",
|
|
1441
|
-
"statuses": "^2.0.2"
|
|
1442
|
-
},
|
|
1443
|
-
"engines": {
|
|
1444
|
-
"node": ">= 18"
|
|
1445
|
-
},
|
|
1446
|
-
"funding": {
|
|
1447
|
-
"type": "opencollective",
|
|
1448
|
-
"url": "https://opencollective.com/express"
|
|
1449
|
-
}
|
|
1450
|
-
},
|
|
1451
|
-
"node_modules/serve-static": {
|
|
1452
|
-
"version": "2.2.1",
|
|
1453
|
-
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
|
|
1454
|
-
"integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
|
|
1455
|
-
"license": "MIT",
|
|
1456
|
-
"dependencies": {
|
|
1457
|
-
"encodeurl": "^2.0.0",
|
|
1458
|
-
"escape-html": "^1.0.3",
|
|
1459
|
-
"parseurl": "^1.3.3",
|
|
1460
|
-
"send": "^1.2.0"
|
|
1461
|
-
},
|
|
1462
|
-
"engines": {
|
|
1463
|
-
"node": ">= 18"
|
|
1464
|
-
},
|
|
1465
|
-
"funding": {
|
|
1466
|
-
"type": "opencollective",
|
|
1467
|
-
"url": "https://opencollective.com/express"
|
|
1468
|
-
}
|
|
1469
|
-
},
|
|
1470
|
-
"node_modules/setprototypeof": {
|
|
1471
|
-
"version": "1.2.0",
|
|
1472
|
-
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
1473
|
-
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
1474
|
-
"license": "ISC"
|
|
1475
|
-
},
|
|
1476
|
-
"node_modules/shebang-command": {
|
|
1477
|
-
"version": "2.0.0",
|
|
1478
|
-
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
1479
|
-
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
1480
|
-
"license": "MIT",
|
|
1481
|
-
"dependencies": {
|
|
1482
|
-
"shebang-regex": "^3.0.0"
|
|
1483
|
-
},
|
|
1484
|
-
"engines": {
|
|
1485
|
-
"node": ">=8"
|
|
1486
|
-
}
|
|
1487
|
-
},
|
|
1488
|
-
"node_modules/shebang-regex": {
|
|
1489
|
-
"version": "3.0.0",
|
|
1490
|
-
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
1491
|
-
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
1492
|
-
"license": "MIT",
|
|
1493
|
-
"engines": {
|
|
1494
|
-
"node": ">=8"
|
|
1495
|
-
}
|
|
1496
|
-
},
|
|
1497
|
-
"node_modules/side-channel": {
|
|
1498
|
-
"version": "1.1.0",
|
|
1499
|
-
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
|
|
1500
|
-
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
|
1501
|
-
"license": "MIT",
|
|
1502
|
-
"dependencies": {
|
|
1503
|
-
"es-errors": "^1.3.0",
|
|
1504
|
-
"object-inspect": "^1.13.3",
|
|
1505
|
-
"side-channel-list": "^1.0.0",
|
|
1506
|
-
"side-channel-map": "^1.0.1",
|
|
1507
|
-
"side-channel-weakmap": "^1.0.2"
|
|
1508
|
-
},
|
|
1509
|
-
"engines": {
|
|
1510
|
-
"node": ">= 0.4"
|
|
1511
|
-
},
|
|
1512
|
-
"funding": {
|
|
1513
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1514
|
-
}
|
|
1515
|
-
},
|
|
1516
|
-
"node_modules/side-channel-list": {
|
|
1517
|
-
"version": "1.0.1",
|
|
1518
|
-
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
|
|
1519
|
-
"integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
|
|
1520
|
-
"license": "MIT",
|
|
1521
|
-
"dependencies": {
|
|
1522
|
-
"es-errors": "^1.3.0",
|
|
1523
|
-
"object-inspect": "^1.13.4"
|
|
1524
|
-
},
|
|
1525
|
-
"engines": {
|
|
1526
|
-
"node": ">= 0.4"
|
|
1527
|
-
},
|
|
1528
|
-
"funding": {
|
|
1529
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
"node_modules/side-channel-map": {
|
|
1533
|
-
"version": "1.0.1",
|
|
1534
|
-
"resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
|
|
1535
|
-
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
1536
|
-
"license": "MIT",
|
|
1537
|
-
"dependencies": {
|
|
1538
|
-
"call-bound": "^1.0.2",
|
|
1539
|
-
"es-errors": "^1.3.0",
|
|
1540
|
-
"get-intrinsic": "^1.2.5",
|
|
1541
|
-
"object-inspect": "^1.13.3"
|
|
1542
|
-
},
|
|
1543
|
-
"engines": {
|
|
1544
|
-
"node": ">= 0.4"
|
|
1545
|
-
},
|
|
1546
|
-
"funding": {
|
|
1547
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
|
-
"node_modules/side-channel-weakmap": {
|
|
1551
|
-
"version": "1.0.2",
|
|
1552
|
-
"resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
|
|
1553
|
-
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
1554
|
-
"license": "MIT",
|
|
1555
|
-
"dependencies": {
|
|
1556
|
-
"call-bound": "^1.0.2",
|
|
1557
|
-
"es-errors": "^1.3.0",
|
|
1558
|
-
"get-intrinsic": "^1.2.5",
|
|
1559
|
-
"object-inspect": "^1.13.3",
|
|
1560
|
-
"side-channel-map": "^1.0.1"
|
|
1561
|
-
},
|
|
1562
|
-
"engines": {
|
|
1563
|
-
"node": ">= 0.4"
|
|
1564
|
-
},
|
|
1565
|
-
"funding": {
|
|
1566
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1567
|
-
}
|
|
1568
|
-
},
|
|
1569
|
-
"node_modules/statuses": {
|
|
1570
|
-
"version": "2.0.2",
|
|
1571
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
1572
|
-
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
1573
|
-
"license": "MIT",
|
|
1574
|
-
"engines": {
|
|
1575
|
-
"node": ">= 0.8"
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
"node_modules/toidentifier": {
|
|
1579
|
-
"version": "1.0.1",
|
|
1580
|
-
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
1581
|
-
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
|
1582
|
-
"license": "MIT",
|
|
1583
|
-
"engines": {
|
|
1584
|
-
"node": ">=0.6"
|
|
1585
|
-
}
|
|
1586
|
-
},
|
|
1587
|
-
"node_modules/tsx": {
|
|
1588
|
-
"version": "4.22.4",
|
|
1589
|
-
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.4.tgz",
|
|
1590
|
-
"integrity": "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==",
|
|
1591
|
-
"dev": true,
|
|
1592
|
-
"license": "MIT",
|
|
1593
|
-
"dependencies": {
|
|
1594
|
-
"esbuild": "~0.28.0"
|
|
1595
|
-
},
|
|
1596
|
-
"bin": {
|
|
1597
|
-
"tsx": "dist/cli.mjs"
|
|
1598
|
-
},
|
|
1599
|
-
"engines": {
|
|
1600
|
-
"node": ">=18.0.0"
|
|
1601
|
-
},
|
|
1602
|
-
"optionalDependencies": {
|
|
1603
|
-
"fsevents": "~2.3.3"
|
|
1604
|
-
}
|
|
1605
|
-
},
|
|
1606
|
-
"node_modules/type-is": {
|
|
1607
|
-
"version": "2.1.0",
|
|
1608
|
-
"resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
|
|
1609
|
-
"integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
|
|
1610
|
-
"license": "MIT",
|
|
1611
|
-
"dependencies": {
|
|
1612
|
-
"content-type": "^2.0.0",
|
|
1613
|
-
"media-typer": "^1.1.0",
|
|
1614
|
-
"mime-types": "^3.0.0"
|
|
1615
|
-
},
|
|
1616
|
-
"engines": {
|
|
1617
|
-
"node": ">= 18"
|
|
1618
|
-
},
|
|
1619
|
-
"funding": {
|
|
1620
|
-
"type": "opencollective",
|
|
1621
|
-
"url": "https://opencollective.com/express"
|
|
1622
|
-
}
|
|
1623
|
-
},
|
|
1624
|
-
"node_modules/type-is/node_modules/content-type": {
|
|
1625
|
-
"version": "2.0.0",
|
|
1626
|
-
"resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
|
|
1627
|
-
"integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
|
|
1628
|
-
"license": "MIT",
|
|
1629
|
-
"engines": {
|
|
1630
|
-
"node": ">=18"
|
|
1631
|
-
},
|
|
1632
|
-
"funding": {
|
|
1633
|
-
"type": "opencollective",
|
|
1634
|
-
"url": "https://opencollective.com/express"
|
|
1635
|
-
}
|
|
1636
|
-
},
|
|
1637
|
-
"node_modules/typescript": {
|
|
1638
|
-
"version": "5.9.3",
|
|
1639
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
1640
|
-
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
1641
|
-
"dev": true,
|
|
1642
|
-
"license": "Apache-2.0",
|
|
1643
|
-
"bin": {
|
|
1644
|
-
"tsc": "bin/tsc",
|
|
1645
|
-
"tsserver": "bin/tsserver"
|
|
1646
|
-
},
|
|
1647
|
-
"engines": {
|
|
1648
|
-
"node": ">=14.17"
|
|
1649
|
-
}
|
|
1650
|
-
},
|
|
1651
|
-
"node_modules/undici-types": {
|
|
1652
|
-
"version": "6.21.0",
|
|
1653
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
1654
|
-
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
1655
|
-
"dev": true,
|
|
1656
|
-
"license": "MIT"
|
|
1657
|
-
},
|
|
1658
|
-
"node_modules/unpipe": {
|
|
1659
|
-
"version": "1.0.0",
|
|
1660
|
-
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
|
1661
|
-
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
|
|
1662
|
-
"license": "MIT",
|
|
1663
|
-
"engines": {
|
|
1664
|
-
"node": ">= 0.8"
|
|
1665
|
-
}
|
|
1666
|
-
},
|
|
1667
|
-
"node_modules/vary": {
|
|
1668
|
-
"version": "1.1.2",
|
|
1669
|
-
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
|
1670
|
-
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
|
|
1671
|
-
"license": "MIT",
|
|
1672
|
-
"engines": {
|
|
1673
|
-
"node": ">= 0.8"
|
|
1674
|
-
}
|
|
1675
|
-
},
|
|
1676
|
-
"node_modules/which": {
|
|
1677
|
-
"version": "2.0.2",
|
|
1678
|
-
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
1679
|
-
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
1680
|
-
"license": "ISC",
|
|
1681
|
-
"dependencies": {
|
|
1682
|
-
"isexe": "^2.0.0"
|
|
1683
|
-
},
|
|
1684
|
-
"bin": {
|
|
1685
|
-
"node-which": "bin/node-which"
|
|
1686
|
-
},
|
|
1687
|
-
"engines": {
|
|
1688
|
-
"node": ">= 8"
|
|
1689
|
-
}
|
|
1690
|
-
},
|
|
1691
|
-
"node_modules/wrappy": {
|
|
1692
|
-
"version": "1.0.2",
|
|
1693
|
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
1694
|
-
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
1695
|
-
"license": "ISC"
|
|
1696
|
-
},
|
|
1697
|
-
"node_modules/zod": {
|
|
1698
|
-
"version": "4.4.3",
|
|
1699
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
|
1700
|
-
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
|
|
1701
|
-
"license": "MIT",
|
|
1702
|
-
"funding": {
|
|
1703
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
1704
|
-
}
|
|
1705
|
-
},
|
|
1706
|
-
"node_modules/zod-to-json-schema": {
|
|
1707
|
-
"version": "3.25.2",
|
|
1708
|
-
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
|
|
1709
|
-
"integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
|
|
1710
|
-
"license": "ISC",
|
|
1711
|
-
"peerDependencies": {
|
|
1712
|
-
"zod": "^3.25.28 || ^4"
|
|
1713
|
-
}
|
|
1714
|
-
}
|
|
1715
|
-
}
|
|
1716
|
-
}
|