p-dev-harness 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (808) hide show
  1. package/README.md +16 -5
  2. package/dist/github/client.d.ts +88 -1
  3. package/dist/github/client.d.ts.map +1 -1
  4. package/dist/github/client.js +98 -7
  5. package/dist/github/client.js.map +1 -1
  6. package/dist/github/rate-limit-metadata.d.ts +16 -0
  7. package/dist/github/rate-limit-metadata.d.ts.map +1 -0
  8. package/dist/github/rate-limit-metadata.js +73 -0
  9. package/dist/github/rate-limit-metadata.js.map +1 -0
  10. package/dist/p-dev/git-object-plumbing.d.ts +19 -0
  11. package/dist/p-dev/git-object-plumbing.d.ts.map +1 -0
  12. package/dist/p-dev/git-object-plumbing.js +196 -0
  13. package/dist/p-dev/git-object-plumbing.js.map +1 -0
  14. package/dist/p-dev/package-paths.d.ts +1 -0
  15. package/dist/p-dev/package-paths.d.ts.map +1 -1
  16. package/dist/p-dev/package-paths.js +3 -0
  17. package/dist/p-dev/package-paths.js.map +1 -1
  18. package/dist/p-dev/workspace-snapshot-digest.d.ts +12 -0
  19. package/dist/p-dev/workspace-snapshot-digest.d.ts.map +1 -0
  20. package/dist/p-dev/workspace-snapshot-digest.js +34 -0
  21. package/dist/p-dev/workspace-snapshot-digest.js.map +1 -0
  22. package/dist/p-dev/workspace-snapshot-generator.d.ts +15 -0
  23. package/dist/p-dev/workspace-snapshot-generator.d.ts.map +1 -0
  24. package/dist/p-dev/workspace-snapshot-generator.js +69 -0
  25. package/dist/p-dev/workspace-snapshot-generator.js.map +1 -0
  26. package/dist/p-dev/workspace-snapshot-git.d.ts +26 -0
  27. package/dist/p-dev/workspace-snapshot-git.d.ts.map +1 -0
  28. package/dist/p-dev/workspace-snapshot-git.js +151 -0
  29. package/dist/p-dev/workspace-snapshot-git.js.map +1 -0
  30. package/dist/p-dev/workspace-snapshot-manifest.d.ts +18 -0
  31. package/dist/p-dev/workspace-snapshot-manifest.d.ts.map +1 -0
  32. package/dist/p-dev/workspace-snapshot-manifest.js +292 -0
  33. package/dist/p-dev/workspace-snapshot-manifest.js.map +1 -0
  34. package/dist/p-dev/workspace-snapshot-policy.d.ts +16 -0
  35. package/dist/p-dev/workspace-snapshot-policy.d.ts.map +1 -0
  36. package/dist/p-dev/workspace-snapshot-policy.js +168 -0
  37. package/dist/p-dev/workspace-snapshot-policy.js.map +1 -0
  38. package/dist/p-dev/workspace-snapshot-types.d.ts +54 -0
  39. package/dist/p-dev/workspace-snapshot-types.d.ts.map +1 -0
  40. package/dist/p-dev/workspace-snapshot-types.js +7 -0
  41. package/dist/p-dev/workspace-snapshot-types.js.map +1 -0
  42. package/dist/p-dev/workspace-snapshot-validation.d.ts +17 -0
  43. package/dist/p-dev/workspace-snapshot-validation.d.ts.map +1 -0
  44. package/dist/p-dev/workspace-snapshot-validation.js +115 -0
  45. package/dist/p-dev/workspace-snapshot-validation.js.map +1 -0
  46. package/dist/setup/github-remote-provider.d.ts +129 -0
  47. package/dist/setup/github-remote-provider.d.ts.map +1 -1
  48. package/dist/setup/github-remote-provider.js +214 -3
  49. package/dist/setup/github-remote-provider.js.map +1 -1
  50. package/dist/setup/github-remote-setup-live.d.ts +46 -1
  51. package/dist/setup/github-remote-setup-live.d.ts.map +1 -1
  52. package/dist/setup/github-remote-setup-live.js +121 -4
  53. package/dist/setup/github-remote-setup-live.js.map +1 -1
  54. package/dist/setup/github-secret-encryption.d.ts.map +1 -1
  55. package/dist/setup/github-secret-encryption.js +3 -1
  56. package/dist/setup/github-secret-encryption.js.map +1 -1
  57. package/dist/setup/github-upload-rate-limit-gate.d.ts +17 -0
  58. package/dist/setup/github-upload-rate-limit-gate.d.ts.map +1 -0
  59. package/dist/setup/github-upload-rate-limit-gate.js +42 -0
  60. package/dist/setup/github-upload-rate-limit-gate.js.map +1 -0
  61. package/dist/setup/harness-managed-repo-marker.d.ts +28 -1
  62. package/dist/setup/harness-managed-repo-marker.d.ts.map +1 -1
  63. package/dist/setup/harness-managed-repo-marker.js +165 -2
  64. package/dist/setup/harness-managed-repo-marker.js.map +1 -1
  65. package/dist/setup/harness-provisioning-context.d.ts +14 -12
  66. package/dist/setup/harness-provisioning-context.d.ts.map +1 -1
  67. package/dist/setup/harness-provisioning-context.js +54 -42
  68. package/dist/setup/harness-provisioning-context.js.map +1 -1
  69. package/dist/setup/harness-provisioning-pending-state.d.ts +33 -22
  70. package/dist/setup/harness-provisioning-pending-state.d.ts.map +1 -1
  71. package/dist/setup/harness-provisioning-pending-state.js +49 -30
  72. package/dist/setup/harness-provisioning-pending-state.js.map +1 -1
  73. package/dist/setup/harness-repo-provisioning.d.ts +10 -5
  74. package/dist/setup/harness-repo-provisioning.d.ts.map +1 -1
  75. package/dist/setup/harness-repo-provisioning.js +403 -335
  76. package/dist/setup/harness-repo-provisioning.js.map +1 -1
  77. package/dist/setup/harness-snapshot-provisioning-helpers.d.ts +21 -0
  78. package/dist/setup/harness-snapshot-provisioning-helpers.d.ts.map +1 -0
  79. package/dist/setup/harness-snapshot-provisioning-helpers.js +55 -0
  80. package/dist/setup/harness-snapshot-provisioning-helpers.js.map +1 -0
  81. package/dist/setup/harness-snapshot-provisioning.d.ts +111 -0
  82. package/dist/setup/harness-snapshot-provisioning.d.ts.map +1 -0
  83. package/dist/setup/harness-snapshot-provisioning.js +684 -0
  84. package/dist/setup/harness-snapshot-provisioning.js.map +1 -0
  85. package/dist/setup/harness-workspace-snapshot-loader.d.ts +15 -0
  86. package/dist/setup/harness-workspace-snapshot-loader.d.ts.map +1 -0
  87. package/dist/setup/harness-workspace-snapshot-loader.js +80 -0
  88. package/dist/setup/harness-workspace-snapshot-loader.js.map +1 -0
  89. package/dist/setup/mock-git-repository-store.d.ts +43 -0
  90. package/dist/setup/mock-git-repository-store.d.ts.map +1 -0
  91. package/dist/setup/mock-git-repository-store.js +232 -0
  92. package/dist/setup/mock-git-repository-store.js.map +1 -0
  93. package/gui/.next/BUILD_ID +1 -1
  94. package/gui/.next/app-build-manifest.json +49 -49
  95. package/gui/.next/app-path-routes-manifest.json +15 -15
  96. package/gui/.next/build-manifest.json +2 -2
  97. package/gui/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  98. package/gui/.next/server/app/_not-found.html +1 -1
  99. package/gui/.next/server/app/_not-found.rsc +2 -2
  100. package/gui/.next/server/app/api/setup/apply-connect-services/route.js +1 -1
  101. package/gui/.next/server/app/api/setup/apply-connect-services/route.js.nft.json +1 -1
  102. package/gui/.next/server/app/api/setup/apply-connect-services/route_client-reference-manifest.js +1 -1
  103. package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route.js +1 -1
  104. package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route.js.nft.json +1 -1
  105. package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route_client-reference-manifest.js +1 -1
  106. package/gui/.next/server/app/api/setup/apply-harness-secrets/route.js +1 -1
  107. package/gui/.next/server/app/api/setup/apply-harness-secrets/route.js.nft.json +1 -1
  108. package/gui/.next/server/app/api/setup/apply-harness-secrets/route_client-reference-manifest.js +1 -1
  109. package/gui/.next/server/app/api/setup/apply-linear-setup/route.js +1 -1
  110. package/gui/.next/server/app/api/setup/apply-linear-setup/route.js.nft.json +1 -1
  111. package/gui/.next/server/app/api/setup/apply-linear-setup/route_client-reference-manifest.js +1 -1
  112. package/gui/.next/server/app/api/setup/apply-local-files/route.js +1 -1
  113. package/gui/.next/server/app/api/setup/apply-local-files/route.js.nft.json +1 -1
  114. package/gui/.next/server/app/api/setup/apply-local-files/route_client-reference-manifest.js +1 -1
  115. package/gui/.next/server/app/api/setup/apply-target-workflow/route.js +1 -1
  116. package/gui/.next/server/app/api/setup/apply-target-workflow/route.js.nft.json +1 -1
  117. package/gui/.next/server/app/api/setup/apply-target-workflow/route_client-reference-manifest.js +1 -1
  118. package/gui/.next/server/app/api/setup/apply-vercel-bridge/route.js +1 -1
  119. package/gui/.next/server/app/api/setup/apply-vercel-bridge/route.js.nft.json +1 -1
  120. package/gui/.next/server/app/api/setup/apply-vercel-bridge/route_client-reference-manifest.js +1 -1
  121. package/gui/.next/server/app/api/setup/finalize-target-workflow/route.js +1 -1
  122. package/gui/.next/server/app/api/setup/finalize-target-workflow/route.js.nft.json +1 -1
  123. package/gui/.next/server/app/api/setup/finalize-target-workflow/route_client-reference-manifest.js +1 -1
  124. package/gui/.next/server/app/api/setup/harness-provisioning-summary/route.js +1 -1
  125. package/gui/.next/server/app/api/setup/harness-provisioning-summary/route.js.nft.json +1 -1
  126. package/gui/.next/server/app/api/setup/harness-provisioning-summary/route_client-reference-manifest.js +1 -1
  127. package/gui/.next/server/app/api/setup/linear-options/route.js +1 -1
  128. package/gui/.next/server/app/api/setup/linear-options/route.js.nft.json +1 -1
  129. package/gui/.next/server/app/api/setup/linear-options/route_client-reference-manifest.js +1 -1
  130. package/gui/.next/server/app/api/setup/linear-summary/route.js +1 -1
  131. package/gui/.next/server/app/api/setup/linear-summary/route.js.nft.json +1 -1
  132. package/gui/.next/server/app/api/setup/linear-summary/route_client-reference-manifest.js +1 -1
  133. package/gui/.next/server/app/api/setup/local-readiness/route_client-reference-manifest.js +1 -1
  134. package/gui/.next/server/app/api/setup/manual-harness-secret-values/route.js +1 -1
  135. package/gui/.next/server/app/api/setup/manual-harness-secret-values/route.js.nft.json +1 -1
  136. package/gui/.next/server/app/api/setup/manual-harness-secret-values/route_client-reference-manifest.js +1 -1
  137. package/gui/.next/server/app/api/setup/preview-connect-services/route.js +1 -1
  138. package/gui/.next/server/app/api/setup/preview-connect-services/route.js.nft.json +1 -1
  139. package/gui/.next/server/app/api/setup/preview-connect-services/route_client-reference-manifest.js +1 -1
  140. package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route.js +1 -1
  141. package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route.js.nft.json +1 -1
  142. package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route_client-reference-manifest.js +1 -1
  143. package/gui/.next/server/app/api/setup/preview-harness-secrets/route.js +1 -1
  144. package/gui/.next/server/app/api/setup/preview-harness-secrets/route.js.nft.json +1 -1
  145. package/gui/.next/server/app/api/setup/preview-harness-secrets/route_client-reference-manifest.js +1 -1
  146. package/gui/.next/server/app/api/setup/preview-linear-setup/route.js +1 -1
  147. package/gui/.next/server/app/api/setup/preview-linear-setup/route.js.nft.json +1 -1
  148. package/gui/.next/server/app/api/setup/preview-linear-setup/route_client-reference-manifest.js +1 -1
  149. package/gui/.next/server/app/api/setup/preview-local-files/route.js +1 -1
  150. package/gui/.next/server/app/api/setup/preview-local-files/route.js.nft.json +1 -1
  151. package/gui/.next/server/app/api/setup/preview-local-files/route_client-reference-manifest.js +1 -1
  152. package/gui/.next/server/app/api/setup/preview-target-workflow/route.js +1 -1
  153. package/gui/.next/server/app/api/setup/preview-target-workflow/route.js.nft.json +1 -1
  154. package/gui/.next/server/app/api/setup/preview-target-workflow/route_client-reference-manifest.js +1 -1
  155. package/gui/.next/server/app/api/setup/preview-vercel-bridge/route.js +1 -1
  156. package/gui/.next/server/app/api/setup/preview-vercel-bridge/route.js.nft.json +1 -1
  157. package/gui/.next/server/app/api/setup/preview-vercel-bridge/route_client-reference-manifest.js +1 -1
  158. package/gui/.next/server/app/api/setup/remote-summary/route.js +1 -1
  159. package/gui/.next/server/app/api/setup/remote-summary/route.js.nft.json +1 -1
  160. package/gui/.next/server/app/api/setup/remote-summary/route_client-reference-manifest.js +1 -1
  161. package/gui/.next/server/app/api/setup/summary/route.js +1 -1
  162. package/gui/.next/server/app/api/setup/summary/route.js.nft.json +1 -1
  163. package/gui/.next/server/app/api/setup/summary/route_client-reference-manifest.js +1 -1
  164. package/gui/.next/server/app/api/setup/vercel-bridge-options/route.js +1 -1
  165. package/gui/.next/server/app/api/setup/vercel-bridge-options/route.js.nft.json +1 -1
  166. package/gui/.next/server/app/api/setup/vercel-bridge-options/route_client-reference-manifest.js +1 -1
  167. package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route.js +1 -1
  168. package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route.js.nft.json +1 -1
  169. package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route_client-reference-manifest.js +1 -1
  170. package/gui/.next/server/app/api/setup/vercel-summary/route.js +1 -1
  171. package/gui/.next/server/app/api/setup/vercel-summary/route.js.nft.json +1 -1
  172. package/gui/.next/server/app/api/setup/vercel-summary/route_client-reference-manifest.js +1 -1
  173. package/gui/.next/server/app/api/setup/verify-harness-repo/route.js +1 -1
  174. package/gui/.next/server/app/api/setup/verify-harness-repo/route.js.nft.json +1 -1
  175. package/gui/.next/server/app/api/setup/verify-harness-repo/route_client-reference-manifest.js +1 -1
  176. package/gui/.next/server/app/api/setup/verify-service/route_client-reference-manifest.js +1 -1
  177. package/gui/.next/server/app/api/setup/verify-target-repo/route_client-reference-manifest.js +1 -1
  178. package/gui/.next/server/app/index.html +1 -1
  179. package/gui/.next/server/app/index.rsc +2 -2
  180. package/gui/.next/server/app/page_client-reference-manifest.js +1 -1
  181. package/gui/.next/server/app/settings/configure/page.js +2 -2
  182. package/gui/.next/server/app/settings/configure/page.js.nft.json +1 -1
  183. package/gui/.next/server/app/settings/configure/page_client-reference-manifest.js +1 -1
  184. package/gui/.next/server/app-paths-manifest.json +15 -15
  185. package/gui/.next/server/chunks/477.js +2 -2
  186. package/gui/.next/server/chunks/647.js +82 -0
  187. package/gui/.next/server/chunks/900.js +1 -1
  188. package/gui/.next/server/pages/404.html +1 -1
  189. package/gui/.next/server/pages/500.html +1 -1
  190. package/gui/.next/static/css/781f3c93b6d7425a.css +3 -0
  191. package/gui/.next/trace +4 -4
  192. package/package.json +2 -1
  193. package/workspace-snapshot/files/.agents/skills/architecture-evolution-audit/SKILL.md +282 -0
  194. package/workspace-snapshot/files/.agents/skills/code-health-audit/SKILL.md +188 -0
  195. package/workspace-snapshot/files/.agents/skills/implementation/SKILL.md +279 -0
  196. package/workspace-snapshot/files/.agents/skills/issue-intake/SKILL.md +163 -0
  197. package/workspace-snapshot/files/.agents/skills/issue-intake/examples.md +112 -0
  198. package/workspace-snapshot/files/.agents/skills/planner/SKILL.md +253 -0
  199. package/workspace-snapshot/files/.agents/skills/security-audit/SKILL.md +270 -0
  200. package/workspace-snapshot/files/.env.example +37 -0
  201. package/workspace-snapshot/files/.github/CODEOWNERS +4 -0
  202. package/workspace-snapshot/files/.github/dependabot.yml +12 -0
  203. package/workspace-snapshot/files/.github/workflows/ci.yml +32 -0
  204. package/workspace-snapshot/files/.github/workflows/codeql.yml +35 -0
  205. package/workspace-snapshot/files/.github/workflows/harness-auto-runner.yml +561 -0
  206. package/workspace-snapshot/files/.harness/config.example.json +83 -0
  207. package/workspace-snapshot/files/AGENTS.md +130 -0
  208. package/workspace-snapshot/files/ARCHITECTURE.md +385 -0
  209. package/workspace-snapshot/files/CHANGELOG.md +166 -0
  210. package/workspace-snapshot/files/LICENSE +21 -0
  211. package/workspace-snapshot/files/README.md +110 -0
  212. package/workspace-snapshot/files/ROADMAP.md +50 -0
  213. package/workspace-snapshot/files/api/linear-webhook.ts +41 -0
  214. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-connect-services/route.ts +21 -0
  215. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-harness-repo-provisioning/route.ts +35 -0
  216. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-harness-secrets/route.ts +42 -0
  217. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-linear-setup/route.ts +23 -0
  218. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-local-files/route.ts +42 -0
  219. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-target-workflow/route.ts +49 -0
  220. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-vercel-bridge/route.ts +26 -0
  221. package/workspace-snapshot/files/apps/gui/app/api/setup/finalize-target-workflow/route.ts +32 -0
  222. package/workspace-snapshot/files/apps/gui/app/api/setup/harness-provisioning-summary/route.ts +17 -0
  223. package/workspace-snapshot/files/apps/gui/app/api/setup/linear-options/route.ts +17 -0
  224. package/workspace-snapshot/files/apps/gui/app/api/setup/linear-summary/route.ts +15 -0
  225. package/workspace-snapshot/files/apps/gui/app/api/setup/local-readiness/route.ts +18 -0
  226. package/workspace-snapshot/files/apps/gui/app/api/setup/manual-harness-secret-values/route.ts +33 -0
  227. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-connect-services/route.ts +17 -0
  228. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-harness-repo-provisioning/route.ts +22 -0
  229. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-harness-secrets/route.ts +19 -0
  230. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-linear-setup/route.ts +20 -0
  231. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-local-files/route.ts +17 -0
  232. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-target-workflow/route.ts +25 -0
  233. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-vercel-bridge/route.ts +23 -0
  234. package/workspace-snapshot/files/apps/gui/app/api/setup/remote-summary/route.ts +15 -0
  235. package/workspace-snapshot/files/apps/gui/app/api/setup/summary/route.ts +10 -0
  236. package/workspace-snapshot/files/apps/gui/app/api/setup/vercel-bridge-options/route.ts +29 -0
  237. package/workspace-snapshot/files/apps/gui/app/api/setup/vercel-bridge-redeploy-status/route.ts +22 -0
  238. package/workspace-snapshot/files/apps/gui/app/api/setup/vercel-summary/route.ts +15 -0
  239. package/workspace-snapshot/files/apps/gui/app/api/setup/verify-harness-repo/route.ts +31 -0
  240. package/workspace-snapshot/files/apps/gui/app/api/setup/verify-service/route.ts +41 -0
  241. package/workspace-snapshot/files/apps/gui/app/api/setup/verify-target-repo/route.ts +33 -0
  242. package/workspace-snapshot/files/apps/gui/app/layout.tsx +28 -0
  243. package/workspace-snapshot/files/apps/gui/app/page.tsx +5 -0
  244. package/workspace-snapshot/files/apps/gui/app/settings/configure/page.tsx +34 -0
  245. package/workspace-snapshot/files/apps/gui/components/custom/app-shell.tsx +39 -0
  246. package/workspace-snapshot/files/apps/gui/components/custom/configure-experience.tsx +671 -0
  247. package/workspace-snapshot/files/apps/gui/components/custom/configure-page-content.tsx +45 -0
  248. package/workspace-snapshot/files/apps/gui/components/custom/configure-workflow.tsx +1284 -0
  249. package/workspace-snapshot/files/apps/gui/components/custom/connected-status.tsx +30 -0
  250. package/workspace-snapshot/files/apps/gui/components/custom/environment-config-form.tsx +400 -0
  251. package/workspace-snapshot/files/apps/gui/components/custom/first-run-stepper.tsx +199 -0
  252. package/workspace-snapshot/files/apps/gui/components/custom/github-token-help-disclosure.tsx +142 -0
  253. package/workspace-snapshot/files/apps/gui/components/custom/guided-cloud-secrets-card.tsx +993 -0
  254. package/workspace-snapshot/files/apps/gui/components/custom/guided-linear-workspace-card.tsx +526 -0
  255. package/workspace-snapshot/files/apps/gui/components/custom/guided-local-readiness-card.tsx +132 -0
  256. package/workspace-snapshot/files/apps/gui/components/custom/guided-step-transition.tsx +60 -0
  257. package/workspace-snapshot/files/apps/gui/components/custom/guided-target-workflow-card.tsx +396 -0
  258. package/workspace-snapshot/files/apps/gui/components/custom/guided-vercel-bridge-card.tsx +861 -0
  259. package/workspace-snapshot/files/apps/gui/components/custom/local-write-confirmation.tsx +91 -0
  260. package/workspace-snapshot/files/apps/gui/components/custom/local-write-preview.tsx +52 -0
  261. package/workspace-snapshot/files/apps/gui/components/custom/preview-panel.tsx +19 -0
  262. package/workspace-snapshot/files/apps/gui/components/custom/primary-setup-task-card.tsx +65 -0
  263. package/workspace-snapshot/files/apps/gui/components/custom/readiness-banner.tsx +91 -0
  264. package/workspace-snapshot/files/apps/gui/components/custom/remote-action-confirmation.tsx +155 -0
  265. package/workspace-snapshot/files/apps/gui/components/custom/remote-action-preview.tsx +84 -0
  266. package/workspace-snapshot/files/apps/gui/components/custom/remote-secret-form.tsx +123 -0
  267. package/workspace-snapshot/files/apps/gui/components/custom/remote-setup-section.tsx +354 -0
  268. package/workspace-snapshot/files/apps/gui/components/custom/review-cloud-secrets-disclosure.tsx +59 -0
  269. package/workspace-snapshot/files/apps/gui/components/custom/review-generated-files-disclosure.tsx +67 -0
  270. package/workspace-snapshot/files/apps/gui/components/custom/section-card.tsx +33 -0
  271. package/workspace-snapshot/files/apps/gui/components/custom/service-icons.tsx +30 -0
  272. package/workspace-snapshot/files/apps/gui/components/custom/setup-apply-result.tsx +52 -0
  273. package/workspace-snapshot/files/apps/gui/components/custom/setup-checklist.tsx +206 -0
  274. package/workspace-snapshot/files/apps/gui/components/custom/setup-dashboard.tsx +124 -0
  275. package/workspace-snapshot/files/apps/gui/components/custom/setup-readonly-sections.tsx +210 -0
  276. package/workspace-snapshot/files/apps/gui/components/custom/status-badge.tsx +22 -0
  277. package/workspace-snapshot/files/apps/gui/components/custom/target-repo-config-form.tsx +647 -0
  278. package/workspace-snapshot/files/apps/gui/components/custom/target-workflow-pr-card.tsx +283 -0
  279. package/workspace-snapshot/files/apps/gui/components/custom/theme-provider.tsx +11 -0
  280. package/workspace-snapshot/files/apps/gui/components/custom/theme-toggle.tsx +44 -0
  281. package/workspace-snapshot/files/apps/gui/components/custom/workflow-install-pending-panel.tsx +116 -0
  282. package/workspace-snapshot/files/apps/gui/components/ui/badge.tsx +40 -0
  283. package/workspace-snapshot/files/apps/gui/components/ui/button.tsx +52 -0
  284. package/workspace-snapshot/files/apps/gui/components/ui/card.tsx +64 -0
  285. package/workspace-snapshot/files/apps/gui/components/ui/checkbox.tsx +21 -0
  286. package/workspace-snapshot/files/apps/gui/components/ui/input.tsx +22 -0
  287. package/workspace-snapshot/files/apps/gui/components/ui/label.tsx +20 -0
  288. package/workspace-snapshot/files/apps/gui/components/ui/separator.tsx +23 -0
  289. package/workspace-snapshot/files/apps/gui/components/ui/skeleton.tsx +13 -0
  290. package/workspace-snapshot/files/apps/gui/components/ui/textarea.tsx +22 -0
  291. package/workspace-snapshot/files/apps/gui/components.json +21 -0
  292. package/workspace-snapshot/files/apps/gui/lib/constants/breakpoints.ts +13 -0
  293. package/workspace-snapshot/files/apps/gui/lib/constants/form.ts +8 -0
  294. package/workspace-snapshot/files/apps/gui/lib/constants/index.ts +4 -0
  295. package/workspace-snapshot/files/apps/gui/lib/constants/layout.ts +9 -0
  296. package/workspace-snapshot/files/apps/gui/lib/constants/spacing.ts +8 -0
  297. package/workspace-snapshot/files/apps/gui/lib/guided-setup.ts +216 -0
  298. package/workspace-snapshot/files/apps/gui/lib/setup-json-response.ts +19 -0
  299. package/workspace-snapshot/files/apps/gui/lib/setup-server.ts +836 -0
  300. package/workspace-snapshot/files/apps/gui/lib/step6-remote-state.ts +43 -0
  301. package/workspace-snapshot/files/apps/gui/lib/utils.ts +6 -0
  302. package/workspace-snapshot/files/apps/gui/lib/vercel-bridge-polling-ui.ts +16 -0
  303. package/workspace-snapshot/files/apps/gui/lib/verification-state.ts +170 -0
  304. package/workspace-snapshot/files/apps/gui/next-env.d.ts +6 -0
  305. package/workspace-snapshot/files/apps/gui/next.config.ts +34 -0
  306. package/workspace-snapshot/files/apps/gui/postcss.config.mjs +8 -0
  307. package/workspace-snapshot/files/apps/gui/public/setup/github-token/github-pat-generate-classic.png +0 -0
  308. package/workspace-snapshot/files/apps/gui/public/setup/github-token/github-pat-generate-new-token.png +0 -0
  309. package/workspace-snapshot/files/apps/gui/public/setup/github-token/github-pat-verify-email.png +0 -0
  310. package/workspace-snapshot/files/apps/gui/styles/globals.css +86 -0
  311. package/workspace-snapshot/files/apps/gui/tsconfig.json +24 -0
  312. package/workspace-snapshot/files/apps/gui/tweetsodium.d.ts +14 -0
  313. package/workspace-snapshot/files/docs/architecture/linear-automation-state-machine.md +267 -0
  314. package/workspace-snapshot/files/docs/decisions/0001-cursor-first-v0.1.md +59 -0
  315. package/workspace-snapshot/files/docs/decisions/0003-automation-state-machine-and-auto-model-policy.md +65 -0
  316. package/workspace-snapshot/files/docs/decisions/0004-agent-provider-boundary.md +109 -0
  317. package/workspace-snapshot/files/docs/design/product-development-harness-gui.md +1024 -0
  318. package/workspace-snapshot/files/docs/getting-started.md +123 -0
  319. package/workspace-snapshot/files/docs/gui-local.md +151 -0
  320. package/workspace-snapshot/files/docs/gui-remote-setup.md +106 -0
  321. package/workspace-snapshot/files/docs/integration-repair.md +82 -0
  322. package/workspace-snapshot/files/docs/issue-intake.md +124 -0
  323. package/workspace-snapshot/files/docs/linear-watcher-setup.md +184 -0
  324. package/workspace-snapshot/files/docs/milestones/m1-runner-foundation.md +51 -0
  325. package/workspace-snapshot/files/docs/milestones/m2-planning-phase.md +129 -0
  326. package/workspace-snapshot/files/docs/milestones/m3-implementation-phase.md +158 -0
  327. package/workspace-snapshot/files/docs/milestones/m4-handoff-phase.md +122 -0
  328. package/workspace-snapshot/files/docs/milestones/m5-revision-phase.md +101 -0
  329. package/workspace-snapshot/files/docs/milestones/m6-merge-phase.md +143 -0
  330. package/workspace-snapshot/files/docs/milestones/m7-issue-intake.md +72 -0
  331. package/workspace-snapshot/files/docs/milestones/m8-linear-watcher.md +80 -0
  332. package/workspace-snapshot/files/docs/npm-packaging-spike.md +52 -0
  333. package/workspace-snapshot/files/docs/operator-config.md +187 -0
  334. package/workspace-snapshot/files/docs/p-dev.md +213 -0
  335. package/workspace-snapshot/files/docs/production-sync-automation.md +176 -0
  336. package/workspace-snapshot/files/docs/provider-portability.md +131 -0
  337. package/workspace-snapshot/files/docs/releases/release-process.md +272 -0
  338. package/workspace-snapshot/files/docs/releases/v0.2.0.md +193 -0
  339. package/workspace-snapshot/files/docs/releases/v0.3.0.md +188 -0
  340. package/workspace-snapshot/files/docs/releases/v0.3.1.md +102 -0
  341. package/workspace-snapshot/files/docs/research/001-manual-run-retrospective.md +64 -0
  342. package/workspace-snapshot/files/docs/research/002-linear-cursor-integration-smoke-test.md +64 -0
  343. package/workspace-snapshot/files/docs/research/003-cursor-automation-planning-router-spike.md +104 -0
  344. package/workspace-snapshot/files/docs/research/README.md +26 -0
  345. package/workspace-snapshot/files/docs/security.md +190 -0
  346. package/workspace-snapshot/files/docs/skills/README.md +7 -0
  347. package/workspace-snapshot/files/docs/skills/skill-architecture.md +197 -0
  348. package/workspace-snapshot/files/docs/target-repo-branch-setup.md +80 -0
  349. package/workspace-snapshot/files/evals/README.md +31 -0
  350. package/workspace-snapshot/files/examples/README.md +32 -0
  351. package/workspace-snapshot/files/examples/runs/001-target-app-github-link/README.md +49 -0
  352. package/workspace-snapshot/files/examples/runs/001-target-app-github-link/eval-scorecard.md +63 -0
  353. package/workspace-snapshot/files/examples/runs/001-target-app-github-link/implementation-plan.md +79 -0
  354. package/workspace-snapshot/files/examples/runs/001-target-app-github-link/linear-issue.md +74 -0
  355. package/workspace-snapshot/files/examples/runs/001-target-app-github-link/pr-readiness-report.md +92 -0
  356. package/workspace-snapshot/files/examples/runs/m5.5-live-sandbox-smoke/README.md +73 -0
  357. package/workspace-snapshot/files/gpt/issue-intake/custom-gpt-instructions.md +112 -0
  358. package/workspace-snapshot/files/gpt/issue-intake/knowledge.md +278 -0
  359. package/workspace-snapshot/files/gpt/issue-intake/setup-guide.md +115 -0
  360. package/workspace-snapshot/files/gpt/issue-intake/smoke-test.md +119 -0
  361. package/workspace-snapshot/files/harness.config.json +92 -0
  362. package/workspace-snapshot/files/harness.config.schema.json +352 -0
  363. package/workspace-snapshot/files/package-lock.json +3716 -0
  364. package/workspace-snapshot/files/package.json +60 -0
  365. package/workspace-snapshot/files/packages/p-dev/LICENSE +21 -0
  366. package/workspace-snapshot/files/packages/p-dev/README.md +64 -0
  367. package/workspace-snapshot/files/packages/p-dev/gui.next.config.mjs +13 -0
  368. package/workspace-snapshot/files/packages/p-dev/package.json +63 -0
  369. package/workspace-snapshot/files/prompts/issue-intake-chatgpt.md +264 -0
  370. package/workspace-snapshot/files/scripts/generate-config-schema.ts +16 -0
  371. package/workspace-snapshot/files/scripts/prepare-p-dev-package.ts +155 -0
  372. package/workspace-snapshot/files/skills/README.md +7 -0
  373. package/workspace-snapshot/files/skills/issue-intake/README.md +5 -0
  374. package/workspace-snapshot/files/src/agents/cursor-provider.ts +109 -0
  375. package/workspace-snapshot/files/src/agents/index.ts +68 -0
  376. package/workspace-snapshot/files/src/agents/provider.ts +7 -0
  377. package/workspace-snapshot/files/src/agents/types.ts +85 -0
  378. package/workspace-snapshot/files/src/artifacts/events.ts +31 -0
  379. package/workspace-snapshot/files/src/artifacts/manifest-fields.ts +9 -0
  380. package/workspace-snapshot/files/src/artifacts/manifest.ts +20 -0
  381. package/workspace-snapshot/files/src/artifacts/paths.ts +145 -0
  382. package/workspace-snapshot/files/src/artifacts/redact.ts +50 -0
  383. package/workspace-snapshot/files/src/artifacts/run-id.ts +4 -0
  384. package/workspace-snapshot/files/src/artifacts/snapshot.ts +13 -0
  385. package/workspace-snapshot/files/src/artifacts/summary.ts +116 -0
  386. package/workspace-snapshot/files/src/cli/commands/diagnose-vercel-bridge.ts +25 -0
  387. package/workspace-snapshot/files/src/cli/commands/doctor.ts +205 -0
  388. package/workspace-snapshot/files/src/cli/commands/inspect.ts +46 -0
  389. package/workspace-snapshot/files/src/cli/commands/operator-init.ts +39 -0
  390. package/workspace-snapshot/files/src/cli/commands/redact-output.ts +19 -0
  391. package/workspace-snapshot/files/src/cli/commands/resolve-route.ts +81 -0
  392. package/workspace-snapshot/files/src/cli/commands/run.ts +53 -0
  393. package/workspace-snapshot/files/src/cli/commands/sync-production.ts +207 -0
  394. package/workspace-snapshot/files/src/cli/commands/validate-issue.ts +72 -0
  395. package/workspace-snapshot/files/src/cli/exit-codes.ts +4 -0
  396. package/workspace-snapshot/files/src/cli/finalize-exit.ts +9 -0
  397. package/workspace-snapshot/files/src/cli/program.ts +200 -0
  398. package/workspace-snapshot/files/src/config/defaults.ts +33 -0
  399. package/workspace-snapshot/files/src/config/load-config.ts +80 -0
  400. package/workspace-snapshot/files/src/config/load-dotenv.ts +11 -0
  401. package/workspace-snapshot/files/src/config/resolve-config.ts +127 -0
  402. package/workspace-snapshot/files/src/config/schema.ts +129 -0
  403. package/workspace-snapshot/files/src/config/status-names.ts +63 -0
  404. package/workspace-snapshot/files/src/config/types.ts +1 -0
  405. package/workspace-snapshot/files/src/cursor/agent-factory.ts +126 -0
  406. package/workspace-snapshot/files/src/cursor/errors.ts +18 -0
  407. package/workspace-snapshot/files/src/cursor/git-result.ts +87 -0
  408. package/workspace-snapshot/files/src/cursor/model.ts +47 -0
  409. package/workspace-snapshot/files/src/cursor/revision-git-result.ts +80 -0
  410. package/workspace-snapshot/files/src/cursor/run-cleanup.ts +30 -0
  411. package/workspace-snapshot/files/src/cursor/run-observer.ts +367 -0
  412. package/workspace-snapshot/files/src/cursor/urls.ts +19 -0
  413. package/workspace-snapshot/files/src/fixture/frontmatter.ts +56 -0
  414. package/workspace-snapshot/files/src/github/actions-url.ts +13 -0
  415. package/workspace-snapshot/files/src/github/base-branch.ts +120 -0
  416. package/workspace-snapshot/files/src/github/check-policy.ts +108 -0
  417. package/workspace-snapshot/files/src/github/client.ts +796 -0
  418. package/workspace-snapshot/files/src/github/commit-reachability.ts +184 -0
  419. package/workspace-snapshot/files/src/github/links.ts +23 -0
  420. package/workspace-snapshot/files/src/github/merge-result.ts +31 -0
  421. package/workspace-snapshot/files/src/github/pr-discovery.ts +55 -0
  422. package/workspace-snapshot/files/src/github/pr-inspector.ts +297 -0
  423. package/workspace-snapshot/files/src/github/pr-url.ts +23 -0
  424. package/workspace-snapshot/files/src/github/rate-limit-metadata.ts +105 -0
  425. package/workspace-snapshot/files/src/gui/configure-health.ts +160 -0
  426. package/workspace-snapshot/files/src/gui/dev-server-process.ts +213 -0
  427. package/workspace-snapshot/files/src/gui/port.ts +78 -0
  428. package/workspace-snapshot/files/src/gui/repo-root.ts +61 -0
  429. package/workspace-snapshot/files/src/gui/start-configure-stable.ts +139 -0
  430. package/workspace-snapshot/files/src/gui/start-gui.ts +126 -0
  431. package/workspace-snapshot/files/src/index.ts +10 -0
  432. package/workspace-snapshot/files/src/linear/client.ts +49 -0
  433. package/workspace-snapshot/files/src/linear/comment-card.ts +74 -0
  434. package/workspace-snapshot/files/src/linear/comments.ts +891 -0
  435. package/workspace-snapshot/files/src/linear/handoff-comment.ts +19 -0
  436. package/workspace-snapshot/files/src/linear/issue-query.ts +70 -0
  437. package/workspace-snapshot/files/src/linear/markers.ts +238 -0
  438. package/workspace-snapshot/files/src/linear/merge-source-comment.ts +46 -0
  439. package/workspace-snapshot/files/src/linear/parser.ts +101 -0
  440. package/workspace-snapshot/files/src/linear/phase-labels.ts +58 -0
  441. package/workspace-snapshot/files/src/linear/planning-comment.ts +19 -0
  442. package/workspace-snapshot/files/src/linear/pm-feedback-comment.ts +41 -0
  443. package/workspace-snapshot/files/src/linear/revision-comment.ts +19 -0
  444. package/workspace-snapshot/files/src/linear/states.ts +20 -0
  445. package/workspace-snapshot/files/src/linear/writer.ts +216 -0
  446. package/workspace-snapshot/files/src/p-dev/browser.ts +26 -0
  447. package/workspace-snapshot/files/src/p-dev/cli.ts +93 -0
  448. package/workspace-snapshot/files/src/p-dev/git-object-plumbing.ts +271 -0
  449. package/workspace-snapshot/files/src/p-dev/launch.ts +173 -0
  450. package/workspace-snapshot/files/src/p-dev/main.ts +10 -0
  451. package/workspace-snapshot/files/src/p-dev/next-bin.ts +8 -0
  452. package/workspace-snapshot/files/src/p-dev/node-version.ts +46 -0
  453. package/workspace-snapshot/files/src/p-dev/package-paths.ts +47 -0
  454. package/workspace-snapshot/files/src/p-dev/package-version.ts +63 -0
  455. package/workspace-snapshot/files/src/p-dev/runtime-mode.ts +28 -0
  456. package/workspace-snapshot/files/src/p-dev/shutdown.ts +66 -0
  457. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-digest.ts +50 -0
  458. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-generator.ts +112 -0
  459. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-git.ts +221 -0
  460. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-manifest.ts +336 -0
  461. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-policy.ts +198 -0
  462. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-types.ts +59 -0
  463. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-validation.ts +137 -0
  464. package/workspace-snapshot/files/src/p-dev/workspace.ts +114 -0
  465. package/workspace-snapshot/files/src/preview/production-from-merge.ts +143 -0
  466. package/workspace-snapshot/files/src/preview/urls.ts +28 -0
  467. package/workspace-snapshot/files/src/preview/vercel-from-pr.ts +123 -0
  468. package/workspace-snapshot/files/src/prompts/branch-name.ts +22 -0
  469. package/workspace-snapshot/files/src/prompts/builder.ts +88 -0
  470. package/workspace-snapshot/files/src/prompts/implementation.md +77 -0
  471. package/workspace-snapshot/files/src/prompts/integration-repair-builder.ts +65 -0
  472. package/workspace-snapshot/files/src/prompts/integration-repair.md +111 -0
  473. package/workspace-snapshot/files/src/prompts/planning.md +64 -0
  474. package/workspace-snapshot/files/src/prompts/revision-builder.ts +61 -0
  475. package/workspace-snapshot/files/src/prompts/revision.md +71 -0
  476. package/workspace-snapshot/files/src/resolver/allowed-repos.ts +18 -0
  477. package/workspace-snapshot/files/src/resolver/errors.ts +14 -0
  478. package/workspace-snapshot/files/src/resolver/normalize-repo.ts +32 -0
  479. package/workspace-snapshot/files/src/resolver/target-repo.ts +118 -0
  480. package/workspace-snapshot/files/src/runner/building-recovery.ts +26 -0
  481. package/workspace-snapshot/files/src/runner/dry-run.ts +137 -0
  482. package/workspace-snapshot/files/src/runner/errors.ts +70 -0
  483. package/workspace-snapshot/files/src/runner/execution-environment.ts +179 -0
  484. package/workspace-snapshot/files/src/runner/fixture.ts +25 -0
  485. package/workspace-snapshot/files/src/runner/idempotency.ts +507 -0
  486. package/workspace-snapshot/files/src/runner/orchestrator.ts +182 -0
  487. package/workspace-snapshot/files/src/runner/phase-args.ts +49 -0
  488. package/workspace-snapshot/files/src/runner/phase-infer.ts +67 -0
  489. package/workspace-snapshot/files/src/runner/phases/handoff.ts +615 -0
  490. package/workspace-snapshot/files/src/runner/phases/implementation.ts +617 -0
  491. package/workspace-snapshot/files/src/runner/phases/integration-repair.ts +613 -0
  492. package/workspace-snapshot/files/src/runner/phases/merge.ts +1202 -0
  493. package/workspace-snapshot/files/src/runner/phases/planning.ts +456 -0
  494. package/workspace-snapshot/files/src/runner/phases/production-sync.ts +308 -0
  495. package/workspace-snapshot/files/src/runner/phases/revision.ts +795 -0
  496. package/workspace-snapshot/files/src/runner/preflight.ts +218 -0
  497. package/workspace-snapshot/files/src/runner/resolve-route.ts +154 -0
  498. package/workspace-snapshot/files/src/setup/config-builder.ts +117 -0
  499. package/workspace-snapshot/files/src/setup/config-local-editor.ts +260 -0
  500. package/workspace-snapshot/files/src/setup/config-writer.ts +173 -0
  501. package/workspace-snapshot/files/src/setup/control-plane-readiness-server.ts +16 -0
  502. package/workspace-snapshot/files/src/setup/control-plane-readiness.ts +291 -0
  503. package/workspace-snapshot/files/src/setup/control-plane-setup-state.ts +60 -0
  504. package/workspace-snapshot/files/src/setup/control-plane-types.ts +121 -0
  505. package/workspace-snapshot/files/src/setup/doctor-summary.ts +96 -0
  506. package/workspace-snapshot/files/src/setup/env-merge.ts +266 -0
  507. package/workspace-snapshot/files/src/setup/env-writer.ts +179 -0
  508. package/workspace-snapshot/files/src/setup/first-run-readiness.ts +1431 -0
  509. package/workspace-snapshot/files/src/setup/generated-instructions.ts +96 -0
  510. package/workspace-snapshot/files/src/setup/github-dispatch-token.ts +88 -0
  511. package/workspace-snapshot/files/src/setup/github-remote-provider.ts +983 -0
  512. package/workspace-snapshot/files/src/setup/github-remote-setup-live.ts +775 -0
  513. package/workspace-snapshot/files/src/setup/github-repo-slug.ts +31 -0
  514. package/workspace-snapshot/files/src/setup/github-secret-encryption.ts +16 -0
  515. package/workspace-snapshot/files/src/setup/github-upload-rate-limit-gate.ts +58 -0
  516. package/workspace-snapshot/files/src/setup/github-workflow-permissions.ts +174 -0
  517. package/workspace-snapshot/files/src/setup/gui-view-model.ts +566 -0
  518. package/workspace-snapshot/files/src/setup/guided-config-form.ts +52 -0
  519. package/workspace-snapshot/files/src/setup/harness-dispatch-repo.ts +158 -0
  520. package/workspace-snapshot/files/src/setup/harness-managed-repo-marker.ts +653 -0
  521. package/workspace-snapshot/files/src/setup/harness-provisioning-context.ts +331 -0
  522. package/workspace-snapshot/files/src/setup/harness-provisioning-pending-state.ts +282 -0
  523. package/workspace-snapshot/files/src/setup/harness-repo-provisioning.ts +1656 -0
  524. package/workspace-snapshot/files/src/setup/harness-secret-fingerprint.ts +51 -0
  525. package/workspace-snapshot/files/src/setup/harness-secret-setup.ts +439 -0
  526. package/workspace-snapshot/files/src/setup/harness-snapshot-provisioning-helpers.ts +92 -0
  527. package/workspace-snapshot/files/src/setup/harness-snapshot-provisioning.ts +1007 -0
  528. package/workspace-snapshot/files/src/setup/harness-template-identity.ts +151 -0
  529. package/workspace-snapshot/files/src/setup/harness-workspace-snapshot-loader.ts +105 -0
  530. package/workspace-snapshot/files/src/setup/linear-setup-apply.ts +270 -0
  531. package/workspace-snapshot/files/src/setup/linear-setup-client.ts +276 -0
  532. package/workspace-snapshot/files/src/setup/linear-setup-plan.ts +353 -0
  533. package/workspace-snapshot/files/src/setup/linear-setup-summary.ts +33 -0
  534. package/workspace-snapshot/files/src/setup/linear-status-contract.ts +110 -0
  535. package/workspace-snapshot/files/src/setup/linear-webhook-env-local.ts +104 -0
  536. package/workspace-snapshot/files/src/setup/linear-webhook-secret.ts +441 -0
  537. package/workspace-snapshot/files/src/setup/local-apply-actions.ts +524 -0
  538. package/workspace-snapshot/files/src/setup/local-readiness-checks.ts +334 -0
  539. package/workspace-snapshot/files/src/setup/mock-git-repository-store.ts +291 -0
  540. package/workspace-snapshot/files/src/setup/mock-target-workflow-finalization.ts +445 -0
  541. package/workspace-snapshot/files/src/setup/model-settings.ts +73 -0
  542. package/workspace-snapshot/files/src/setup/permission-model.ts +79 -0
  543. package/workspace-snapshot/files/src/setup/redact-secrets.ts +85 -0
  544. package/workspace-snapshot/files/src/setup/remote-actions.ts +214 -0
  545. package/workspace-snapshot/files/src/setup/remote-apply-actions.ts +390 -0
  546. package/workspace-snapshot/files/src/setup/remote-preview-fingerprint.ts +37 -0
  547. package/workspace-snapshot/files/src/setup/remote-setup-summary.ts +143 -0
  548. package/workspace-snapshot/files/src/setup/secret-change-token.ts +14 -0
  549. package/workspace-snapshot/files/src/setup/service-verification.ts +549 -0
  550. package/workspace-snapshot/files/src/setup/setup-actions.ts +183 -0
  551. package/workspace-snapshot/files/src/setup/setup-github-auth.ts +15 -0
  552. package/workspace-snapshot/files/src/setup/setup-state.ts +74 -0
  553. package/workspace-snapshot/files/src/setup/stale-smoke-repo.ts +141 -0
  554. package/workspace-snapshot/files/src/setup/sync-downstream-summaries.ts +105 -0
  555. package/workspace-snapshot/files/src/setup/target-workflow-finalization-lock.ts +95 -0
  556. package/workspace-snapshot/files/src/setup/target-workflow-finalization-types.ts +55 -0
  557. package/workspace-snapshot/files/src/setup/target-workflow-finalization.ts +897 -0
  558. package/workspace-snapshot/files/src/setup/target-workflow-setup.ts +247 -0
  559. package/workspace-snapshot/files/src/setup/test-only-provisioning-provider.ts +51 -0
  560. package/workspace-snapshot/files/src/setup/test-only-remote-setup-provider.ts +51 -0
  561. package/workspace-snapshot/files/src/setup/tweetsodium.d.ts +14 -0
  562. package/workspace-snapshot/files/src/setup/vercel-bridge-diagnostics.ts +510 -0
  563. package/workspace-snapshot/files/src/setup/vercel-bridge-options.ts +160 -0
  564. package/workspace-snapshot/files/src/setup/vercel-bridge-readiness.ts +150 -0
  565. package/workspace-snapshot/files/src/setup/vercel-bridge-redeploy-poll.ts +744 -0
  566. package/workspace-snapshot/files/src/setup/vercel-bridge-redeploy-state.ts +46 -0
  567. package/workspace-snapshot/files/src/setup/vercel-bridge-structured-log.ts +86 -0
  568. package/workspace-snapshot/files/src/setup/vercel-bridge-verification.ts +63 -0
  569. package/workspace-snapshot/files/src/setup/vercel-production-redeploy.ts +298 -0
  570. package/workspace-snapshot/files/src/setup/vercel-setup-apply.ts +1058 -0
  571. package/workspace-snapshot/files/src/setup/vercel-setup-client.ts +695 -0
  572. package/workspace-snapshot/files/src/setup/vercel-setup-plan.ts +672 -0
  573. package/workspace-snapshot/files/src/setup/vercel-setup-summary.ts +42 -0
  574. package/workspace-snapshot/files/src/setup/vercel-webhook-probe.ts +161 -0
  575. package/workspace-snapshot/files/src/setup/workflow-install-merge-errors.ts +166 -0
  576. package/workspace-snapshot/files/src/types/parsed-issue.ts +8 -0
  577. package/workspace-snapshot/files/src/types/run.ts +157 -0
  578. package/workspace-snapshot/files/src/validate/constants.ts +2 -0
  579. package/workspace-snapshot/files/src/validate/issue.ts +286 -0
  580. package/workspace-snapshot/files/src/validate/report.ts +68 -0
  581. package/workspace-snapshot/files/src/validate/types.ts +29 -0
  582. package/workspace-snapshot/files/src/webhook/dispatch-github.ts +44 -0
  583. package/workspace-snapshot/files/src/webhook/dispatch-statuses.ts +26 -0
  584. package/workspace-snapshot/files/src/webhook/extract-issue-key.ts +49 -0
  585. package/workspace-snapshot/files/src/webhook/filter.ts +41 -0
  586. package/workspace-snapshot/files/src/webhook/handle-linear-webhook.ts +201 -0
  587. package/workspace-snapshot/files/src/webhook/parse-linear-issue-event.ts +105 -0
  588. package/workspace-snapshot/files/src/webhook/redact-log.ts +26 -0
  589. package/workspace-snapshot/files/src/webhook/types.ts +75 -0
  590. package/workspace-snapshot/files/src/webhook/verify.ts +68 -0
  591. package/workspace-snapshot/files/src/webhook/workflow-command.ts +10 -0
  592. package/workspace-snapshot/files/src/workflow/dispatch-metadata.ts +59 -0
  593. package/workspace-snapshot/files/src/workflow/manifest-summary.ts +57 -0
  594. package/workspace-snapshot/files/src/workflow/production-sync-dispatch.ts +65 -0
  595. package/workspace-snapshot/files/src/workflow/summarize-manifest.ts +20 -0
  596. package/workspace-snapshot/files/src/workflow/validate.ts +43 -0
  597. package/workspace-snapshot/files/src/workflow/write-dispatch-metadata.ts +8 -0
  598. package/workspace-snapshot/files/templates/eval-scorecard.md +54 -0
  599. package/workspace-snapshot/files/templates/implementation-plan.md +59 -0
  600. package/workspace-snapshot/files/templates/linear-issue.md +53 -0
  601. package/workspace-snapshot/files/templates/pr-readiness-report.md +57 -0
  602. package/workspace-snapshot/files/tests/agents/cursor-provider.test.ts +238 -0
  603. package/workspace-snapshot/files/tests/artifacts/manifest.test.ts +54 -0
  604. package/workspace-snapshot/files/tests/artifacts/redact.test.ts +47 -0
  605. package/workspace-snapshot/files/tests/cli/doctor.test.ts +120 -0
  606. package/workspace-snapshot/files/tests/cli/finalize-exit.test.ts +28 -0
  607. package/workspace-snapshot/files/tests/cli/operator-init.test.ts +146 -0
  608. package/workspace-snapshot/files/tests/cli/sync-production-dispatch.test.ts +103 -0
  609. package/workspace-snapshot/files/tests/cli/validate-issue.test.ts +99 -0
  610. package/workspace-snapshot/files/tests/config/load-dotenv.test.ts +64 -0
  611. package/workspace-snapshot/files/tests/config/resolve-config.test.ts +273 -0
  612. package/workspace-snapshot/files/tests/config/schema.test.ts +107 -0
  613. package/workspace-snapshot/files/tests/cursor/agent-factory.test.ts +217 -0
  614. package/workspace-snapshot/files/tests/cursor/git-result.test.ts +77 -0
  615. package/workspace-snapshot/files/tests/cursor/model.test.ts +108 -0
  616. package/workspace-snapshot/files/tests/cursor/revision-git-result.test.ts +68 -0
  617. package/workspace-snapshot/files/tests/cursor/run-cleanup.test.ts +52 -0
  618. package/workspace-snapshot/files/tests/cursor/run-observer.test.ts +280 -0
  619. package/workspace-snapshot/files/tests/cursor/urls.test.ts +27 -0
  620. package/workspace-snapshot/files/tests/fixtures/config/minimal.json +16 -0
  621. package/workspace-snapshot/files/tests/fixtures/github/pr-4-vercel-comment.json +10 -0
  622. package/workspace-snapshot/files/tests/fixtures/issues/broad-for-direct-impl.md +28 -0
  623. package/workspace-snapshot/files/tests/fixtures/issues/context-target-repo.md +21 -0
  624. package/workspace-snapshot/files/tests/fixtures/issues/explicit-target-repo.md +21 -0
  625. package/workspace-snapshot/files/tests/fixtures/issues/gpt-broad-example.md +35 -0
  626. package/workspace-snapshot/files/tests/fixtures/issues/gpt-narrow-example.md +30 -0
  627. package/workspace-snapshot/files/tests/fixtures/issues/invalid-missing-task.md +16 -0
  628. package/workspace-snapshot/files/tests/fixtures/issues/invalid-no-ac-bullets.md +20 -0
  629. package/workspace-snapshot/files/tests/fixtures/issues/missing-acceptance-criteria.md +17 -0
  630. package/workspace-snapshot/files/tests/fixtures/issues/unknown-repo.md +20 -0
  631. package/workspace-snapshot/files/tests/fixtures/issues/valid-minimal.md +20 -0
  632. package/workspace-snapshot/files/tests/fixtures/issues/valid-project-only.md +17 -0
  633. package/workspace-snapshot/files/tests/fixtures/issues/valid-target-app.md +31 -0
  634. package/workspace-snapshot/files/tests/fixtures/linear/implementation-comment-wes-13.md +16 -0
  635. package/workspace-snapshot/files/tests/fixtures/linear/pm-feedback-wes-13.md +3 -0
  636. package/workspace-snapshot/files/tests/fixtures/webhook/issue-building-to-pr-open.json +27 -0
  637. package/workspace-snapshot/files/tests/fixtures/webhook/issue-pm-review.json +27 -0
  638. package/workspace-snapshot/files/tests/fixtures/webhook/issue-ready-for-planning.json +27 -0
  639. package/workspace-snapshot/files/tests/fixtures/webhook/issue-title-only-update.json +25 -0
  640. package/workspace-snapshot/files/tests/fixtures/workflows/harness-auto-runner-with-production-sync.yml +561 -0
  641. package/workspace-snapshot/files/tests/fixtures/workflows/trigger-harness-production-sync.yml +31 -0
  642. package/workspace-snapshot/files/tests/github/actions-url.test.ts +45 -0
  643. package/workspace-snapshot/files/tests/github/base-branch.test.ts +156 -0
  644. package/workspace-snapshot/files/tests/github/check-policy.test.ts +59 -0
  645. package/workspace-snapshot/files/tests/github/client.test.ts +226 -0
  646. package/workspace-snapshot/files/tests/github/commit-reachability.test.ts +148 -0
  647. package/workspace-snapshot/files/tests/github/merge-result.test.ts +26 -0
  648. package/workspace-snapshot/files/tests/github/pr-discovery.test.ts +55 -0
  649. package/workspace-snapshot/files/tests/github/pr-inspector.test.ts +393 -0
  650. package/workspace-snapshot/files/tests/github/pr-url.test.ts +30 -0
  651. package/workspace-snapshot/files/tests/github/rate-limit-metadata.test.ts +92 -0
  652. package/workspace-snapshot/files/tests/gui/configure-fix-loop.test.ts +460 -0
  653. package/workspace-snapshot/files/tests/gui/configure-health.test.ts +67 -0
  654. package/workspace-snapshot/files/tests/gui/design-system.test.ts +86 -0
  655. package/workspace-snapshot/files/tests/gui/dev-server-process.test.ts +22 -0
  656. package/workspace-snapshot/files/tests/gui/guided-setup.test.ts +186 -0
  657. package/workspace-snapshot/files/tests/gui/m6-configure-boundaries.test.ts +884 -0
  658. package/workspace-snapshot/files/tests/gui/packaged-harness-cloud-secrets-routes.test.ts +287 -0
  659. package/workspace-snapshot/files/tests/gui/packaged-harness-provisioning-routes.test.ts +212 -0
  660. package/workspace-snapshot/files/tests/gui/packaged-harness-target-workflow-routes.test.ts +227 -0
  661. package/workspace-snapshot/files/tests/gui/port.test.ts +74 -0
  662. package/workspace-snapshot/files/tests/gui/repo-root.test.ts +60 -0
  663. package/workspace-snapshot/files/tests/gui/setup-api.test.ts +181 -0
  664. package/workspace-snapshot/files/tests/gui/setup-json-response.test.ts +34 -0
  665. package/workspace-snapshot/files/tests/gui/step6-remote-state.test.ts +75 -0
  666. package/workspace-snapshot/files/tests/gui/sync-downstream-summaries.test.ts +198 -0
  667. package/workspace-snapshot/files/tests/gui/vercel-bridge-polling-ui.test.ts +25 -0
  668. package/workspace-snapshot/files/tests/gui/verification-state.test.ts +172 -0
  669. package/workspace-snapshot/files/tests/linear/comment-assertions.ts +24 -0
  670. package/workspace-snapshot/files/tests/linear/comment-card.test.ts +73 -0
  671. package/workspace-snapshot/files/tests/linear/comments.test.ts +185 -0
  672. package/workspace-snapshot/files/tests/linear/handoff-comment.test.ts +34 -0
  673. package/workspace-snapshot/files/tests/linear/markers.test.ts +97 -0
  674. package/workspace-snapshot/files/tests/linear/merge-comment.test.ts +61 -0
  675. package/workspace-snapshot/files/tests/linear/merge-source-comment.test.ts +49 -0
  676. package/workspace-snapshot/files/tests/linear/parser.test.ts +83 -0
  677. package/workspace-snapshot/files/tests/linear/planning-comment.test.ts +29 -0
  678. package/workspace-snapshot/files/tests/linear/pm-feedback-comment.test.ts +63 -0
  679. package/workspace-snapshot/files/tests/p-dev/browser.test.ts +38 -0
  680. package/workspace-snapshot/files/tests/p-dev/cli.test.ts +39 -0
  681. package/workspace-snapshot/files/tests/p-dev/git-object-plumbing.test.ts +139 -0
  682. package/workspace-snapshot/files/tests/p-dev/launch.test.ts +110 -0
  683. package/workspace-snapshot/files/tests/p-dev/next-bin.test.ts +16 -0
  684. package/workspace-snapshot/files/tests/p-dev/node-version.test.ts +20 -0
  685. package/workspace-snapshot/files/tests/p-dev/package-manifest.test.ts +47 -0
  686. package/workspace-snapshot/files/tests/p-dev/package-packed-artifact.test.ts +130 -0
  687. package/workspace-snapshot/files/tests/p-dev/package-paths.test.ts +43 -0
  688. package/workspace-snapshot/files/tests/p-dev/package-version.test.ts +55 -0
  689. package/workspace-snapshot/files/tests/p-dev/packaged-workspace-setup.test.ts +87 -0
  690. package/workspace-snapshot/files/tests/p-dev/runtime-mode.test.ts +18 -0
  691. package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-digest.test.ts +61 -0
  692. package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-generator.test.ts +76 -0
  693. package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-policy.test.ts +35 -0
  694. package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-validation.test.ts +158 -0
  695. package/workspace-snapshot/files/tests/p-dev/workspace.test.ts +80 -0
  696. package/workspace-snapshot/files/tests/preview/production-from-merge.test.ts +39 -0
  697. package/workspace-snapshot/files/tests/preview/vercel-from-pr.test.ts +120 -0
  698. package/workspace-snapshot/files/tests/prompts/builder.test.ts +58 -0
  699. package/workspace-snapshot/files/tests/prompts/implementation-builder.test.ts +76 -0
  700. package/workspace-snapshot/files/tests/prompts/issue-intake-chatgpt.test.ts +105 -0
  701. package/workspace-snapshot/files/tests/resolver/allowed-repos.test.ts +44 -0
  702. package/workspace-snapshot/files/tests/resolver/normalize-repo.test.ts +44 -0
  703. package/workspace-snapshot/files/tests/resolver/target-repo.test.ts +91 -0
  704. package/workspace-snapshot/files/tests/runner/building-recovery.test.ts +30 -0
  705. package/workspace-snapshot/files/tests/runner/dry-run.test.ts +128 -0
  706. package/workspace-snapshot/files/tests/runner/execution-environment.test.ts +114 -0
  707. package/workspace-snapshot/files/tests/runner/handoff.test.ts +312 -0
  708. package/workspace-snapshot/files/tests/runner/idempotency-handoff.test.ts +170 -0
  709. package/workspace-snapshot/files/tests/runner/idempotency-implementation.test.ts +143 -0
  710. package/workspace-snapshot/files/tests/runner/idempotency-merge.test.ts +118 -0
  711. package/workspace-snapshot/files/tests/runner/idempotency-revision.test.ts +111 -0
  712. package/workspace-snapshot/files/tests/runner/idempotency.test.ts +83 -0
  713. package/workspace-snapshot/files/tests/runner/implementation.test.ts +196 -0
  714. package/workspace-snapshot/files/tests/runner/integration-repair.test.ts +263 -0
  715. package/workspace-snapshot/files/tests/runner/merge.test.ts +760 -0
  716. package/workspace-snapshot/files/tests/runner/orchestrator.test.ts +301 -0
  717. package/workspace-snapshot/files/tests/runner/phase-args.test.ts +38 -0
  718. package/workspace-snapshot/files/tests/runner/planning.test.ts +160 -0
  719. package/workspace-snapshot/files/tests/runner/resolve-route.test.ts +249 -0
  720. package/workspace-snapshot/files/tests/runner/revision.test.ts +326 -0
  721. package/workspace-snapshot/files/tests/setup/config-builder.test.ts +136 -0
  722. package/workspace-snapshot/files/tests/setup/config-local-editor.test.ts +164 -0
  723. package/workspace-snapshot/files/tests/setup/connect-services-credential-availability.test.ts +151 -0
  724. package/workspace-snapshot/files/tests/setup/connect-services-env.test.ts +84 -0
  725. package/workspace-snapshot/files/tests/setup/control-plane-readiness.test.ts +59 -0
  726. package/workspace-snapshot/files/tests/setup/doctor-summary.test.ts +48 -0
  727. package/workspace-snapshot/files/tests/setup/env-merge.test.ts +177 -0
  728. package/workspace-snapshot/files/tests/setup/env-writer.test.ts +97 -0
  729. package/workspace-snapshot/files/tests/setup/first-run-readiness.test.ts +1099 -0
  730. package/workspace-snapshot/files/tests/setup/generated-instructions.test.ts +48 -0
  731. package/workspace-snapshot/files/tests/setup/github-dispatch-token.test.ts +111 -0
  732. package/workspace-snapshot/files/tests/setup/github-remote-provider.test.ts +66 -0
  733. package/workspace-snapshot/files/tests/setup/github-remote-setup-live.test.ts +59 -0
  734. package/workspace-snapshot/files/tests/setup/github-workflow-permissions.test.ts +71 -0
  735. package/workspace-snapshot/files/tests/setup/gui-remote-storage.test.ts +43 -0
  736. package/workspace-snapshot/files/tests/setup/gui-view-model.test.ts +251 -0
  737. package/workspace-snapshot/files/tests/setup/guided-config-form.test.ts +54 -0
  738. package/workspace-snapshot/files/tests/setup/harness-dispatch-repo.test.ts +105 -0
  739. package/workspace-snapshot/files/tests/setup/harness-managed-repo-marker.test.ts +141 -0
  740. package/workspace-snapshot/files/tests/setup/harness-provisioning-context.test.ts +89 -0
  741. package/workspace-snapshot/files/tests/setup/harness-provisioning-pending-state.test.ts +88 -0
  742. package/workspace-snapshot/files/tests/setup/harness-repo-provisioning.test.ts +897 -0
  743. package/workspace-snapshot/files/tests/setup/harness-secret-setup.test.ts +255 -0
  744. package/workspace-snapshot/files/tests/setup/harness-snapshot-default-branch.test.ts +73 -0
  745. package/workspace-snapshot/files/tests/setup/harness-snapshot-description-finalization.test.ts +136 -0
  746. package/workspace-snapshot/files/tests/setup/harness-snapshot-marker-tree.test.ts +61 -0
  747. package/workspace-snapshot/files/tests/setup/harness-snapshot-reconciliation.test.ts +132 -0
  748. package/workspace-snapshot/files/tests/setup/harness-snapshot-structured-errors.test.ts +137 -0
  749. package/workspace-snapshot/files/tests/setup/harness-snapshot-upload-rate-limit.test.ts +105 -0
  750. package/workspace-snapshot/files/tests/setup/linear-setup-apply.test.ts +131 -0
  751. package/workspace-snapshot/files/tests/setup/linear-setup-plan.test.ts +106 -0
  752. package/workspace-snapshot/files/tests/setup/linear-webhook-env-local.test.ts +95 -0
  753. package/workspace-snapshot/files/tests/setup/linear-webhook-secret.test.ts +256 -0
  754. package/workspace-snapshot/files/tests/setup/live-provisioning-error-preservation.test.ts +98 -0
  755. package/workspace-snapshot/files/tests/setup/local-apply-actions.test.ts +352 -0
  756. package/workspace-snapshot/files/tests/setup/local-readiness-checks.test.ts +175 -0
  757. package/workspace-snapshot/files/tests/setup/model-settings.test.ts +52 -0
  758. package/workspace-snapshot/files/tests/setup/packaged-provisioning-permissions.test.ts +41 -0
  759. package/workspace-snapshot/files/tests/setup/permission-model.test.ts +38 -0
  760. package/workspace-snapshot/files/tests/setup/redact-secrets.test.ts +78 -0
  761. package/workspace-snapshot/files/tests/setup/remote-actions.test.ts +45 -0
  762. package/workspace-snapshot/files/tests/setup/remote-apply-actions.test.ts +302 -0
  763. package/workspace-snapshot/files/tests/setup/remote-preview-fingerprint.test.ts +121 -0
  764. package/workspace-snapshot/files/tests/setup/service-verification.test.ts +312 -0
  765. package/workspace-snapshot/files/tests/setup/setup-actions.test.ts +96 -0
  766. package/workspace-snapshot/files/tests/setup/setup-form-defaults.test.ts +35 -0
  767. package/workspace-snapshot/files/tests/setup/setup-server-remote.test.ts +90 -0
  768. package/workspace-snapshot/files/tests/setup/stale-smoke-repo.test.ts +84 -0
  769. package/workspace-snapshot/files/tests/setup/step6-automatic-apply-outcome.test.ts +303 -0
  770. package/workspace-snapshot/files/tests/setup/target-workflow-finalization-lock.test.ts +51 -0
  771. package/workspace-snapshot/files/tests/setup/target-workflow-finalization-step-github.test.ts +435 -0
  772. package/workspace-snapshot/files/tests/setup/target-workflow-finalization.test.ts +222 -0
  773. package/workspace-snapshot/files/tests/setup/target-workflow-setup.test.ts +62 -0
  774. package/workspace-snapshot/files/tests/setup/test-workspace-snapshot-fixture.ts +100 -0
  775. package/workspace-snapshot/files/tests/setup/vercel-bridge-diagnostics.test.ts +429 -0
  776. package/workspace-snapshot/files/tests/setup/vercel-bridge-options.test.ts +135 -0
  777. package/workspace-snapshot/files/tests/setup/vercel-bridge-preview-fingerprint.test.ts +52 -0
  778. package/workspace-snapshot/files/tests/setup/vercel-bridge-redeploy-poll.test.ts +582 -0
  779. package/workspace-snapshot/files/tests/setup/vercel-bridge-structured-log.test.ts +45 -0
  780. package/workspace-snapshot/files/tests/setup/vercel-bridge-verification.test.ts +39 -0
  781. package/workspace-snapshot/files/tests/setup/vercel-endpoint-reachability.test.ts +60 -0
  782. package/workspace-snapshot/files/tests/setup/vercel-production-redeploy.test.ts +184 -0
  783. package/workspace-snapshot/files/tests/setup/vercel-setup-apply.test.ts +1282 -0
  784. package/workspace-snapshot/files/tests/setup/vercel-setup-client.test.ts +395 -0
  785. package/workspace-snapshot/files/tests/setup/vercel-setup-plan.test.ts +261 -0
  786. package/workspace-snapshot/files/tests/setup/vercel-webhook-probe.test.ts +78 -0
  787. package/workspace-snapshot/files/tests/setup/workflow-install-merge-errors.test.ts +38 -0
  788. package/workspace-snapshot/files/tests/validate-issue/report.test.ts +56 -0
  789. package/workspace-snapshot/files/tests/validate-issue/validate-issue.test.ts +202 -0
  790. package/workspace-snapshot/files/tests/webhook/dispatch-github.test.ts +193 -0
  791. package/workspace-snapshot/files/tests/webhook/extract-issue-key.test.ts +65 -0
  792. package/workspace-snapshot/files/tests/webhook/filter.test.ts +132 -0
  793. package/workspace-snapshot/files/tests/webhook/harness-auto-runner-workflow.test.ts +169 -0
  794. package/workspace-snapshot/files/tests/webhook/parse-linear-issue-event.test.ts +89 -0
  795. package/workspace-snapshot/files/tests/webhook/verify.test.ts +125 -0
  796. package/workspace-snapshot/files/tests/workflow/dispatch-metadata.test.ts +38 -0
  797. package/workspace-snapshot/files/tests/workflow/manifest-summary.test.ts +58 -0
  798. package/workspace-snapshot/files/tests/workflow/production-sync-dispatch.test.ts +101 -0
  799. package/workspace-snapshot/files/tests/workflow/validate.test.ts +70 -0
  800. package/workspace-snapshot/files/tests/workflow/workflow-shell-safety.test.ts +92 -0
  801. package/workspace-snapshot/files/tsconfig.json +22 -0
  802. package/workspace-snapshot/files/vercel.json +10 -0
  803. package/workspace-snapshot/files/vitest.config.ts +15 -0
  804. package/workspace-snapshot/manifest.json +4911 -0
  805. package/gui/.next/server/chunks/120.js +0 -81
  806. package/gui/.next/static/css/cc2acc71c03f3b4b.css +0 -3
  807. /package/gui/.next/static/{7x8X_k4tESvkyqRnNCC9E → ZGJuemeaiW4yT7CTlmjdG}/_buildManifest.js +0 -0
  808. /package/gui/.next/static/{7x8X_k4tESvkyqRnNCC9E → ZGJuemeaiW4yT7CTlmjdG}/_ssgManifest.js +0 -0
@@ -0,0 +1,3716 @@
1
+ {
2
+ "name": "agentic-product-development-harness",
3
+ "version": "0.3.1",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "agentic-product-development-harness",
9
+ "version": "0.3.1",
10
+ "dependencies": {
11
+ "@cursor/sdk": "^1.0.23",
12
+ "@linear/sdk": "^40.0.0",
13
+ "@radix-ui/react-slot": "^1.2.3",
14
+ "class-variance-authority": "^0.7.1",
15
+ "clsx": "^2.1.1",
16
+ "commander": "^13.1.0",
17
+ "dotenv": "^16.4.7",
18
+ "framer-motion": "^12.42.2",
19
+ "lucide-react": "^0.511.0",
20
+ "next": "^15.3.3",
21
+ "next-themes": "^0.4.6",
22
+ "react": "^19.1.0",
23
+ "react-dom": "^19.1.0",
24
+ "react-icons": "^5.7.0",
25
+ "server-only": "^0.0.1",
26
+ "tailwind-merge": "^3.3.0",
27
+ "tweetsodium": "^0.0.4",
28
+ "zod": "^3.24.2"
29
+ },
30
+ "devDependencies": {
31
+ "@tailwindcss/postcss": "^4.1.8",
32
+ "@types/node": "^22.13.10",
33
+ "@types/react": "^19.1.6",
34
+ "@types/react-dom": "^19.1.5",
35
+ "tailwindcss": "^4.1.8",
36
+ "tsx": "^4.19.3",
37
+ "typescript": "^5.8.2",
38
+ "vitest": "^3.0.9",
39
+ "zod-to-json-schema": "^3.24.5"
40
+ }
41
+ },
42
+ "node_modules/@alloc/quick-lru": {
43
+ "version": "5.2.0",
44
+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
45
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
46
+ "dev": true,
47
+ "license": "MIT",
48
+ "engines": {
49
+ "node": ">=10"
50
+ },
51
+ "funding": {
52
+ "url": "https://github.com/sponsors/sindresorhus"
53
+ }
54
+ },
55
+ "node_modules/@bufbuild/protobuf": {
56
+ "version": "1.10.0",
57
+ "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.10.0.tgz",
58
+ "integrity": "sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==",
59
+ "license": "(Apache-2.0 AND BSD-3-Clause)"
60
+ },
61
+ "node_modules/@connectrpc/connect": {
62
+ "version": "1.7.0",
63
+ "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-1.7.0.tgz",
64
+ "integrity": "sha512-iNKdJRi69YP3mq6AePRT8F/HrxWCewrhxnLMNm0vpqXAR8biwzRtO6Hjx80C6UvtKJ5sFmffQT7I4Baecz389w==",
65
+ "license": "Apache-2.0",
66
+ "peerDependencies": {
67
+ "@bufbuild/protobuf": "^1.10.0"
68
+ }
69
+ },
70
+ "node_modules/@connectrpc/connect-node": {
71
+ "version": "1.7.0",
72
+ "resolved": "https://registry.npmjs.org/@connectrpc/connect-node/-/connect-node-1.7.0.tgz",
73
+ "integrity": "sha512-6vaPIkG/NyhxlYgytLoR9KYbPhczEboFB2OYWkA9qvUz1K7efXfeGrlRxoLtpa+r8VxyIOw73w5ktNe743nD+A==",
74
+ "license": "Apache-2.0",
75
+ "dependencies": {
76
+ "undici": "^5.28.4"
77
+ },
78
+ "engines": {
79
+ "node": ">=16.0.0"
80
+ },
81
+ "peerDependencies": {
82
+ "@bufbuild/protobuf": "^1.10.0",
83
+ "@connectrpc/connect": "1.7.0"
84
+ }
85
+ },
86
+ "node_modules/@connectrpc/connect-web": {
87
+ "version": "1.7.0",
88
+ "resolved": "https://registry.npmjs.org/@connectrpc/connect-web/-/connect-web-1.7.0.tgz",
89
+ "integrity": "sha512-qyP0YOnUPRWwCc/VfsoydMJvkb7EyUPr2q9sHgBuJzbADjiqck1gKH5V5ZPzPhTLBvmz5UvG+wiZ5sMRQHU1MQ==",
90
+ "license": "Apache-2.0",
91
+ "peerDependencies": {
92
+ "@bufbuild/protobuf": "^1.10.0",
93
+ "@connectrpc/connect": "1.7.0"
94
+ }
95
+ },
96
+ "node_modules/@cursor/sdk": {
97
+ "version": "1.0.23",
98
+ "resolved": "https://registry.npmjs.org/@cursor/sdk/-/sdk-1.0.23.tgz",
99
+ "integrity": "sha512-VIh8oW89XXACUkQqB2N8TaU3A/y2jQieF++VC6QqIqKhKRKj7kd+pzeh43MXusuPpebtxtEzqvjaCLlc1xbYTQ==",
100
+ "license": "SEE LICENSE IN LICENSE.md",
101
+ "dependencies": {
102
+ "@bufbuild/protobuf": "1.10.0",
103
+ "@connectrpc/connect": "^1.6.1",
104
+ "@connectrpc/connect-node": "^1.6.1",
105
+ "@connectrpc/connect-web": "^1.6.1",
106
+ "@statsig/js-client": "3.31.0",
107
+ "zod": "^3.25.0"
108
+ },
109
+ "engines": {
110
+ "node": ">=22.13"
111
+ },
112
+ "optionalDependencies": {
113
+ "@cursor/sdk-darwin-arm64": "1.0.23",
114
+ "@cursor/sdk-darwin-x64": "1.0.23",
115
+ "@cursor/sdk-linux-arm64": "1.0.23",
116
+ "@cursor/sdk-linux-x64": "1.0.23",
117
+ "@cursor/sdk-win32-x64": "1.0.23"
118
+ }
119
+ },
120
+ "node_modules/@cursor/sdk-darwin-arm64": {
121
+ "version": "1.0.23",
122
+ "resolved": "https://registry.npmjs.org/@cursor/sdk-darwin-arm64/-/sdk-darwin-arm64-1.0.23.tgz",
123
+ "integrity": "sha512-HpltGkIDFG+XgsETJho0OiOvGLyMKqZKhh4uXtD3ZKZcgTtLvKgbbU8jVgEMa3qodtfwPz5lpwAjs5jM1zOt6w==",
124
+ "cpu": [
125
+ "arm64"
126
+ ],
127
+ "license": "SEE LICENSE IN LICENSE.md",
128
+ "optional": true,
129
+ "os": [
130
+ "darwin"
131
+ ],
132
+ "bin": {
133
+ "rg": "bin/rg"
134
+ }
135
+ },
136
+ "node_modules/@cursor/sdk-darwin-x64": {
137
+ "version": "1.0.23",
138
+ "resolved": "https://registry.npmjs.org/@cursor/sdk-darwin-x64/-/sdk-darwin-x64-1.0.23.tgz",
139
+ "integrity": "sha512-sjRQVhU7UL3kYSR9DzY+BAwa/iFdnPvTI3E62mIhj/2ey3LEnhIhotZQ9ymNJ0wA5BfhC7Be+JYcSMDyHxxr1g==",
140
+ "cpu": [
141
+ "x64"
142
+ ],
143
+ "license": "SEE LICENSE IN LICENSE.md",
144
+ "optional": true,
145
+ "os": [
146
+ "darwin"
147
+ ],
148
+ "bin": {
149
+ "rg": "bin/rg"
150
+ }
151
+ },
152
+ "node_modules/@cursor/sdk-linux-arm64": {
153
+ "version": "1.0.23",
154
+ "resolved": "https://registry.npmjs.org/@cursor/sdk-linux-arm64/-/sdk-linux-arm64-1.0.23.tgz",
155
+ "integrity": "sha512-RizTwZ2Hhhaq8bnF3yGUZWBUvLA+/lExlTAg/5Levc9f7hNoDZViIP3XaVWY/8yzPAxypeds8tWacVIaAA2/Ig==",
156
+ "cpu": [
157
+ "arm64"
158
+ ],
159
+ "license": "SEE LICENSE IN LICENSE.md",
160
+ "optional": true,
161
+ "os": [
162
+ "linux"
163
+ ],
164
+ "bin": {
165
+ "rg": "bin/rg"
166
+ }
167
+ },
168
+ "node_modules/@cursor/sdk-linux-x64": {
169
+ "version": "1.0.23",
170
+ "resolved": "https://registry.npmjs.org/@cursor/sdk-linux-x64/-/sdk-linux-x64-1.0.23.tgz",
171
+ "integrity": "sha512-s93WBbi4hrE/uisTrEfNNH1m18bwfO6wmmsnIYQ3W3gbGBriFM1ZeroHxj1F6paMDE7o/dfUeW22lQ72rRZrSA==",
172
+ "cpu": [
173
+ "x64"
174
+ ],
175
+ "license": "SEE LICENSE IN LICENSE.md",
176
+ "optional": true,
177
+ "os": [
178
+ "linux"
179
+ ],
180
+ "bin": {
181
+ "rg": "bin/rg"
182
+ }
183
+ },
184
+ "node_modules/@cursor/sdk-win32-x64": {
185
+ "version": "1.0.23",
186
+ "resolved": "https://registry.npmjs.org/@cursor/sdk-win32-x64/-/sdk-win32-x64-1.0.23.tgz",
187
+ "integrity": "sha512-d1p1+tRJbNZTUqw8SPEW9OYtU02ynZysASDDvhpaEFtbPwGFUrez9sVbFHpbuXeOXL//H+faiHJanVFsUNfIZw==",
188
+ "cpu": [
189
+ "x64"
190
+ ],
191
+ "license": "SEE LICENSE IN LICENSE.md",
192
+ "optional": true,
193
+ "os": [
194
+ "win32"
195
+ ],
196
+ "bin": {
197
+ "rg": "bin/rg.exe"
198
+ }
199
+ },
200
+ "node_modules/@emnapi/runtime": {
201
+ "version": "1.11.2",
202
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.2.tgz",
203
+ "integrity": "sha512-kyOl3X0DuTiT1h2ft8r2fYO8JYtU9a9Xis/zBSiGArNaagCOWx90N1k2wxp18czFDH+OgcWGb5ZP/XMt3dcyPA==",
204
+ "license": "MIT",
205
+ "optional": true,
206
+ "dependencies": {
207
+ "tslib": "^2.4.0"
208
+ }
209
+ },
210
+ "node_modules/@esbuild/aix-ppc64": {
211
+ "version": "0.28.1",
212
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.1.tgz",
213
+ "integrity": "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==",
214
+ "cpu": [
215
+ "ppc64"
216
+ ],
217
+ "dev": true,
218
+ "license": "MIT",
219
+ "optional": true,
220
+ "os": [
221
+ "aix"
222
+ ],
223
+ "engines": {
224
+ "node": ">=18"
225
+ }
226
+ },
227
+ "node_modules/@esbuild/android-arm": {
228
+ "version": "0.28.1",
229
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.1.tgz",
230
+ "integrity": "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==",
231
+ "cpu": [
232
+ "arm"
233
+ ],
234
+ "dev": true,
235
+ "license": "MIT",
236
+ "optional": true,
237
+ "os": [
238
+ "android"
239
+ ],
240
+ "engines": {
241
+ "node": ">=18"
242
+ }
243
+ },
244
+ "node_modules/@esbuild/android-arm64": {
245
+ "version": "0.28.1",
246
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.1.tgz",
247
+ "integrity": "sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==",
248
+ "cpu": [
249
+ "arm64"
250
+ ],
251
+ "dev": true,
252
+ "license": "MIT",
253
+ "optional": true,
254
+ "os": [
255
+ "android"
256
+ ],
257
+ "engines": {
258
+ "node": ">=18"
259
+ }
260
+ },
261
+ "node_modules/@esbuild/android-x64": {
262
+ "version": "0.28.1",
263
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.1.tgz",
264
+ "integrity": "sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==",
265
+ "cpu": [
266
+ "x64"
267
+ ],
268
+ "dev": true,
269
+ "license": "MIT",
270
+ "optional": true,
271
+ "os": [
272
+ "android"
273
+ ],
274
+ "engines": {
275
+ "node": ">=18"
276
+ }
277
+ },
278
+ "node_modules/@esbuild/darwin-arm64": {
279
+ "version": "0.28.1",
280
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.1.tgz",
281
+ "integrity": "sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==",
282
+ "cpu": [
283
+ "arm64"
284
+ ],
285
+ "dev": true,
286
+ "license": "MIT",
287
+ "optional": true,
288
+ "os": [
289
+ "darwin"
290
+ ],
291
+ "engines": {
292
+ "node": ">=18"
293
+ }
294
+ },
295
+ "node_modules/@esbuild/darwin-x64": {
296
+ "version": "0.28.1",
297
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.1.tgz",
298
+ "integrity": "sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==",
299
+ "cpu": [
300
+ "x64"
301
+ ],
302
+ "dev": true,
303
+ "license": "MIT",
304
+ "optional": true,
305
+ "os": [
306
+ "darwin"
307
+ ],
308
+ "engines": {
309
+ "node": ">=18"
310
+ }
311
+ },
312
+ "node_modules/@esbuild/freebsd-arm64": {
313
+ "version": "0.28.1",
314
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.1.tgz",
315
+ "integrity": "sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==",
316
+ "cpu": [
317
+ "arm64"
318
+ ],
319
+ "dev": true,
320
+ "license": "MIT",
321
+ "optional": true,
322
+ "os": [
323
+ "freebsd"
324
+ ],
325
+ "engines": {
326
+ "node": ">=18"
327
+ }
328
+ },
329
+ "node_modules/@esbuild/freebsd-x64": {
330
+ "version": "0.28.1",
331
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.1.tgz",
332
+ "integrity": "sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==",
333
+ "cpu": [
334
+ "x64"
335
+ ],
336
+ "dev": true,
337
+ "license": "MIT",
338
+ "optional": true,
339
+ "os": [
340
+ "freebsd"
341
+ ],
342
+ "engines": {
343
+ "node": ">=18"
344
+ }
345
+ },
346
+ "node_modules/@esbuild/linux-arm": {
347
+ "version": "0.28.1",
348
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.1.tgz",
349
+ "integrity": "sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==",
350
+ "cpu": [
351
+ "arm"
352
+ ],
353
+ "dev": true,
354
+ "license": "MIT",
355
+ "optional": true,
356
+ "os": [
357
+ "linux"
358
+ ],
359
+ "engines": {
360
+ "node": ">=18"
361
+ }
362
+ },
363
+ "node_modules/@esbuild/linux-arm64": {
364
+ "version": "0.28.1",
365
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.1.tgz",
366
+ "integrity": "sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==",
367
+ "cpu": [
368
+ "arm64"
369
+ ],
370
+ "dev": true,
371
+ "license": "MIT",
372
+ "optional": true,
373
+ "os": [
374
+ "linux"
375
+ ],
376
+ "engines": {
377
+ "node": ">=18"
378
+ }
379
+ },
380
+ "node_modules/@esbuild/linux-ia32": {
381
+ "version": "0.28.1",
382
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.1.tgz",
383
+ "integrity": "sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==",
384
+ "cpu": [
385
+ "ia32"
386
+ ],
387
+ "dev": true,
388
+ "license": "MIT",
389
+ "optional": true,
390
+ "os": [
391
+ "linux"
392
+ ],
393
+ "engines": {
394
+ "node": ">=18"
395
+ }
396
+ },
397
+ "node_modules/@esbuild/linux-loong64": {
398
+ "version": "0.28.1",
399
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.1.tgz",
400
+ "integrity": "sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==",
401
+ "cpu": [
402
+ "loong64"
403
+ ],
404
+ "dev": true,
405
+ "license": "MIT",
406
+ "optional": true,
407
+ "os": [
408
+ "linux"
409
+ ],
410
+ "engines": {
411
+ "node": ">=18"
412
+ }
413
+ },
414
+ "node_modules/@esbuild/linux-mips64el": {
415
+ "version": "0.28.1",
416
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.1.tgz",
417
+ "integrity": "sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==",
418
+ "cpu": [
419
+ "mips64el"
420
+ ],
421
+ "dev": true,
422
+ "license": "MIT",
423
+ "optional": true,
424
+ "os": [
425
+ "linux"
426
+ ],
427
+ "engines": {
428
+ "node": ">=18"
429
+ }
430
+ },
431
+ "node_modules/@esbuild/linux-ppc64": {
432
+ "version": "0.28.1",
433
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.1.tgz",
434
+ "integrity": "sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==",
435
+ "cpu": [
436
+ "ppc64"
437
+ ],
438
+ "dev": true,
439
+ "license": "MIT",
440
+ "optional": true,
441
+ "os": [
442
+ "linux"
443
+ ],
444
+ "engines": {
445
+ "node": ">=18"
446
+ }
447
+ },
448
+ "node_modules/@esbuild/linux-riscv64": {
449
+ "version": "0.28.1",
450
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.1.tgz",
451
+ "integrity": "sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==",
452
+ "cpu": [
453
+ "riscv64"
454
+ ],
455
+ "dev": true,
456
+ "license": "MIT",
457
+ "optional": true,
458
+ "os": [
459
+ "linux"
460
+ ],
461
+ "engines": {
462
+ "node": ">=18"
463
+ }
464
+ },
465
+ "node_modules/@esbuild/linux-s390x": {
466
+ "version": "0.28.1",
467
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.1.tgz",
468
+ "integrity": "sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==",
469
+ "cpu": [
470
+ "s390x"
471
+ ],
472
+ "dev": true,
473
+ "license": "MIT",
474
+ "optional": true,
475
+ "os": [
476
+ "linux"
477
+ ],
478
+ "engines": {
479
+ "node": ">=18"
480
+ }
481
+ },
482
+ "node_modules/@esbuild/linux-x64": {
483
+ "version": "0.28.1",
484
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.1.tgz",
485
+ "integrity": "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==",
486
+ "cpu": [
487
+ "x64"
488
+ ],
489
+ "dev": true,
490
+ "license": "MIT",
491
+ "optional": true,
492
+ "os": [
493
+ "linux"
494
+ ],
495
+ "engines": {
496
+ "node": ">=18"
497
+ }
498
+ },
499
+ "node_modules/@esbuild/netbsd-arm64": {
500
+ "version": "0.28.1",
501
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.1.tgz",
502
+ "integrity": "sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==",
503
+ "cpu": [
504
+ "arm64"
505
+ ],
506
+ "dev": true,
507
+ "license": "MIT",
508
+ "optional": true,
509
+ "os": [
510
+ "netbsd"
511
+ ],
512
+ "engines": {
513
+ "node": ">=18"
514
+ }
515
+ },
516
+ "node_modules/@esbuild/netbsd-x64": {
517
+ "version": "0.28.1",
518
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.1.tgz",
519
+ "integrity": "sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==",
520
+ "cpu": [
521
+ "x64"
522
+ ],
523
+ "dev": true,
524
+ "license": "MIT",
525
+ "optional": true,
526
+ "os": [
527
+ "netbsd"
528
+ ],
529
+ "engines": {
530
+ "node": ">=18"
531
+ }
532
+ },
533
+ "node_modules/@esbuild/openbsd-arm64": {
534
+ "version": "0.28.1",
535
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.1.tgz",
536
+ "integrity": "sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==",
537
+ "cpu": [
538
+ "arm64"
539
+ ],
540
+ "dev": true,
541
+ "license": "MIT",
542
+ "optional": true,
543
+ "os": [
544
+ "openbsd"
545
+ ],
546
+ "engines": {
547
+ "node": ">=18"
548
+ }
549
+ },
550
+ "node_modules/@esbuild/openbsd-x64": {
551
+ "version": "0.28.1",
552
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.1.tgz",
553
+ "integrity": "sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==",
554
+ "cpu": [
555
+ "x64"
556
+ ],
557
+ "dev": true,
558
+ "license": "MIT",
559
+ "optional": true,
560
+ "os": [
561
+ "openbsd"
562
+ ],
563
+ "engines": {
564
+ "node": ">=18"
565
+ }
566
+ },
567
+ "node_modules/@esbuild/openharmony-arm64": {
568
+ "version": "0.28.1",
569
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.1.tgz",
570
+ "integrity": "sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==",
571
+ "cpu": [
572
+ "arm64"
573
+ ],
574
+ "dev": true,
575
+ "license": "MIT",
576
+ "optional": true,
577
+ "os": [
578
+ "openharmony"
579
+ ],
580
+ "engines": {
581
+ "node": ">=18"
582
+ }
583
+ },
584
+ "node_modules/@esbuild/sunos-x64": {
585
+ "version": "0.28.1",
586
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.1.tgz",
587
+ "integrity": "sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==",
588
+ "cpu": [
589
+ "x64"
590
+ ],
591
+ "dev": true,
592
+ "license": "MIT",
593
+ "optional": true,
594
+ "os": [
595
+ "sunos"
596
+ ],
597
+ "engines": {
598
+ "node": ">=18"
599
+ }
600
+ },
601
+ "node_modules/@esbuild/win32-arm64": {
602
+ "version": "0.28.1",
603
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.1.tgz",
604
+ "integrity": "sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==",
605
+ "cpu": [
606
+ "arm64"
607
+ ],
608
+ "dev": true,
609
+ "license": "MIT",
610
+ "optional": true,
611
+ "os": [
612
+ "win32"
613
+ ],
614
+ "engines": {
615
+ "node": ">=18"
616
+ }
617
+ },
618
+ "node_modules/@esbuild/win32-ia32": {
619
+ "version": "0.28.1",
620
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.1.tgz",
621
+ "integrity": "sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==",
622
+ "cpu": [
623
+ "ia32"
624
+ ],
625
+ "dev": true,
626
+ "license": "MIT",
627
+ "optional": true,
628
+ "os": [
629
+ "win32"
630
+ ],
631
+ "engines": {
632
+ "node": ">=18"
633
+ }
634
+ },
635
+ "node_modules/@esbuild/win32-x64": {
636
+ "version": "0.28.1",
637
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.1.tgz",
638
+ "integrity": "sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==",
639
+ "cpu": [
640
+ "x64"
641
+ ],
642
+ "dev": true,
643
+ "license": "MIT",
644
+ "optional": true,
645
+ "os": [
646
+ "win32"
647
+ ],
648
+ "engines": {
649
+ "node": ">=18"
650
+ }
651
+ },
652
+ "node_modules/@fastify/busboy": {
653
+ "version": "2.1.1",
654
+ "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
655
+ "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
656
+ "license": "MIT",
657
+ "engines": {
658
+ "node": ">=14"
659
+ }
660
+ },
661
+ "node_modules/@graphql-typed-document-node/core": {
662
+ "version": "3.2.0",
663
+ "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz",
664
+ "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==",
665
+ "license": "MIT",
666
+ "peerDependencies": {
667
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
668
+ }
669
+ },
670
+ "node_modules/@img/colour": {
671
+ "version": "1.1.0",
672
+ "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
673
+ "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
674
+ "license": "MIT",
675
+ "optional": true,
676
+ "engines": {
677
+ "node": ">=18"
678
+ }
679
+ },
680
+ "node_modules/@img/sharp-darwin-arm64": {
681
+ "version": "0.34.5",
682
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
683
+ "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
684
+ "cpu": [
685
+ "arm64"
686
+ ],
687
+ "license": "Apache-2.0",
688
+ "optional": true,
689
+ "os": [
690
+ "darwin"
691
+ ],
692
+ "engines": {
693
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
694
+ },
695
+ "funding": {
696
+ "url": "https://opencollective.com/libvips"
697
+ },
698
+ "optionalDependencies": {
699
+ "@img/sharp-libvips-darwin-arm64": "1.2.4"
700
+ }
701
+ },
702
+ "node_modules/@img/sharp-darwin-x64": {
703
+ "version": "0.34.5",
704
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
705
+ "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
706
+ "cpu": [
707
+ "x64"
708
+ ],
709
+ "license": "Apache-2.0",
710
+ "optional": true,
711
+ "os": [
712
+ "darwin"
713
+ ],
714
+ "engines": {
715
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
716
+ },
717
+ "funding": {
718
+ "url": "https://opencollective.com/libvips"
719
+ },
720
+ "optionalDependencies": {
721
+ "@img/sharp-libvips-darwin-x64": "1.2.4"
722
+ }
723
+ },
724
+ "node_modules/@img/sharp-libvips-darwin-arm64": {
725
+ "version": "1.2.4",
726
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
727
+ "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
728
+ "cpu": [
729
+ "arm64"
730
+ ],
731
+ "license": "LGPL-3.0-or-later",
732
+ "optional": true,
733
+ "os": [
734
+ "darwin"
735
+ ],
736
+ "funding": {
737
+ "url": "https://opencollective.com/libvips"
738
+ }
739
+ },
740
+ "node_modules/@img/sharp-libvips-darwin-x64": {
741
+ "version": "1.2.4",
742
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
743
+ "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
744
+ "cpu": [
745
+ "x64"
746
+ ],
747
+ "license": "LGPL-3.0-or-later",
748
+ "optional": true,
749
+ "os": [
750
+ "darwin"
751
+ ],
752
+ "funding": {
753
+ "url": "https://opencollective.com/libvips"
754
+ }
755
+ },
756
+ "node_modules/@img/sharp-libvips-linux-arm": {
757
+ "version": "1.2.4",
758
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
759
+ "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
760
+ "cpu": [
761
+ "arm"
762
+ ],
763
+ "license": "LGPL-3.0-or-later",
764
+ "optional": true,
765
+ "os": [
766
+ "linux"
767
+ ],
768
+ "funding": {
769
+ "url": "https://opencollective.com/libvips"
770
+ }
771
+ },
772
+ "node_modules/@img/sharp-libvips-linux-arm64": {
773
+ "version": "1.2.4",
774
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
775
+ "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
776
+ "cpu": [
777
+ "arm64"
778
+ ],
779
+ "license": "LGPL-3.0-or-later",
780
+ "optional": true,
781
+ "os": [
782
+ "linux"
783
+ ],
784
+ "funding": {
785
+ "url": "https://opencollective.com/libvips"
786
+ }
787
+ },
788
+ "node_modules/@img/sharp-libvips-linux-ppc64": {
789
+ "version": "1.2.4",
790
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
791
+ "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
792
+ "cpu": [
793
+ "ppc64"
794
+ ],
795
+ "license": "LGPL-3.0-or-later",
796
+ "optional": true,
797
+ "os": [
798
+ "linux"
799
+ ],
800
+ "funding": {
801
+ "url": "https://opencollective.com/libvips"
802
+ }
803
+ },
804
+ "node_modules/@img/sharp-libvips-linux-riscv64": {
805
+ "version": "1.2.4",
806
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
807
+ "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
808
+ "cpu": [
809
+ "riscv64"
810
+ ],
811
+ "license": "LGPL-3.0-or-later",
812
+ "optional": true,
813
+ "os": [
814
+ "linux"
815
+ ],
816
+ "funding": {
817
+ "url": "https://opencollective.com/libvips"
818
+ }
819
+ },
820
+ "node_modules/@img/sharp-libvips-linux-s390x": {
821
+ "version": "1.2.4",
822
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
823
+ "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
824
+ "cpu": [
825
+ "s390x"
826
+ ],
827
+ "license": "LGPL-3.0-or-later",
828
+ "optional": true,
829
+ "os": [
830
+ "linux"
831
+ ],
832
+ "funding": {
833
+ "url": "https://opencollective.com/libvips"
834
+ }
835
+ },
836
+ "node_modules/@img/sharp-libvips-linux-x64": {
837
+ "version": "1.2.4",
838
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
839
+ "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
840
+ "cpu": [
841
+ "x64"
842
+ ],
843
+ "license": "LGPL-3.0-or-later",
844
+ "optional": true,
845
+ "os": [
846
+ "linux"
847
+ ],
848
+ "funding": {
849
+ "url": "https://opencollective.com/libvips"
850
+ }
851
+ },
852
+ "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
853
+ "version": "1.2.4",
854
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
855
+ "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
856
+ "cpu": [
857
+ "arm64"
858
+ ],
859
+ "license": "LGPL-3.0-or-later",
860
+ "optional": true,
861
+ "os": [
862
+ "linux"
863
+ ],
864
+ "funding": {
865
+ "url": "https://opencollective.com/libvips"
866
+ }
867
+ },
868
+ "node_modules/@img/sharp-libvips-linuxmusl-x64": {
869
+ "version": "1.2.4",
870
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
871
+ "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
872
+ "cpu": [
873
+ "x64"
874
+ ],
875
+ "license": "LGPL-3.0-or-later",
876
+ "optional": true,
877
+ "os": [
878
+ "linux"
879
+ ],
880
+ "funding": {
881
+ "url": "https://opencollective.com/libvips"
882
+ }
883
+ },
884
+ "node_modules/@img/sharp-linux-arm": {
885
+ "version": "0.34.5",
886
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
887
+ "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
888
+ "cpu": [
889
+ "arm"
890
+ ],
891
+ "license": "Apache-2.0",
892
+ "optional": true,
893
+ "os": [
894
+ "linux"
895
+ ],
896
+ "engines": {
897
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
898
+ },
899
+ "funding": {
900
+ "url": "https://opencollective.com/libvips"
901
+ },
902
+ "optionalDependencies": {
903
+ "@img/sharp-libvips-linux-arm": "1.2.4"
904
+ }
905
+ },
906
+ "node_modules/@img/sharp-linux-arm64": {
907
+ "version": "0.34.5",
908
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
909
+ "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
910
+ "cpu": [
911
+ "arm64"
912
+ ],
913
+ "license": "Apache-2.0",
914
+ "optional": true,
915
+ "os": [
916
+ "linux"
917
+ ],
918
+ "engines": {
919
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
920
+ },
921
+ "funding": {
922
+ "url": "https://opencollective.com/libvips"
923
+ },
924
+ "optionalDependencies": {
925
+ "@img/sharp-libvips-linux-arm64": "1.2.4"
926
+ }
927
+ },
928
+ "node_modules/@img/sharp-linux-ppc64": {
929
+ "version": "0.34.5",
930
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
931
+ "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
932
+ "cpu": [
933
+ "ppc64"
934
+ ],
935
+ "license": "Apache-2.0",
936
+ "optional": true,
937
+ "os": [
938
+ "linux"
939
+ ],
940
+ "engines": {
941
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
942
+ },
943
+ "funding": {
944
+ "url": "https://opencollective.com/libvips"
945
+ },
946
+ "optionalDependencies": {
947
+ "@img/sharp-libvips-linux-ppc64": "1.2.4"
948
+ }
949
+ },
950
+ "node_modules/@img/sharp-linux-riscv64": {
951
+ "version": "0.34.5",
952
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
953
+ "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
954
+ "cpu": [
955
+ "riscv64"
956
+ ],
957
+ "license": "Apache-2.0",
958
+ "optional": true,
959
+ "os": [
960
+ "linux"
961
+ ],
962
+ "engines": {
963
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
964
+ },
965
+ "funding": {
966
+ "url": "https://opencollective.com/libvips"
967
+ },
968
+ "optionalDependencies": {
969
+ "@img/sharp-libvips-linux-riscv64": "1.2.4"
970
+ }
971
+ },
972
+ "node_modules/@img/sharp-linux-s390x": {
973
+ "version": "0.34.5",
974
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
975
+ "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
976
+ "cpu": [
977
+ "s390x"
978
+ ],
979
+ "license": "Apache-2.0",
980
+ "optional": true,
981
+ "os": [
982
+ "linux"
983
+ ],
984
+ "engines": {
985
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
986
+ },
987
+ "funding": {
988
+ "url": "https://opencollective.com/libvips"
989
+ },
990
+ "optionalDependencies": {
991
+ "@img/sharp-libvips-linux-s390x": "1.2.4"
992
+ }
993
+ },
994
+ "node_modules/@img/sharp-linux-x64": {
995
+ "version": "0.34.5",
996
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
997
+ "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
998
+ "cpu": [
999
+ "x64"
1000
+ ],
1001
+ "license": "Apache-2.0",
1002
+ "optional": true,
1003
+ "os": [
1004
+ "linux"
1005
+ ],
1006
+ "engines": {
1007
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1008
+ },
1009
+ "funding": {
1010
+ "url": "https://opencollective.com/libvips"
1011
+ },
1012
+ "optionalDependencies": {
1013
+ "@img/sharp-libvips-linux-x64": "1.2.4"
1014
+ }
1015
+ },
1016
+ "node_modules/@img/sharp-linuxmusl-arm64": {
1017
+ "version": "0.34.5",
1018
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
1019
+ "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
1020
+ "cpu": [
1021
+ "arm64"
1022
+ ],
1023
+ "license": "Apache-2.0",
1024
+ "optional": true,
1025
+ "os": [
1026
+ "linux"
1027
+ ],
1028
+ "engines": {
1029
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1030
+ },
1031
+ "funding": {
1032
+ "url": "https://opencollective.com/libvips"
1033
+ },
1034
+ "optionalDependencies": {
1035
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
1036
+ }
1037
+ },
1038
+ "node_modules/@img/sharp-linuxmusl-x64": {
1039
+ "version": "0.34.5",
1040
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
1041
+ "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
1042
+ "cpu": [
1043
+ "x64"
1044
+ ],
1045
+ "license": "Apache-2.0",
1046
+ "optional": true,
1047
+ "os": [
1048
+ "linux"
1049
+ ],
1050
+ "engines": {
1051
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1052
+ },
1053
+ "funding": {
1054
+ "url": "https://opencollective.com/libvips"
1055
+ },
1056
+ "optionalDependencies": {
1057
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
1058
+ }
1059
+ },
1060
+ "node_modules/@img/sharp-wasm32": {
1061
+ "version": "0.34.5",
1062
+ "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
1063
+ "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
1064
+ "cpu": [
1065
+ "wasm32"
1066
+ ],
1067
+ "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
1068
+ "optional": true,
1069
+ "dependencies": {
1070
+ "@emnapi/runtime": "^1.7.0"
1071
+ },
1072
+ "engines": {
1073
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1074
+ },
1075
+ "funding": {
1076
+ "url": "https://opencollective.com/libvips"
1077
+ }
1078
+ },
1079
+ "node_modules/@img/sharp-win32-arm64": {
1080
+ "version": "0.34.5",
1081
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
1082
+ "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
1083
+ "cpu": [
1084
+ "arm64"
1085
+ ],
1086
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
1087
+ "optional": true,
1088
+ "os": [
1089
+ "win32"
1090
+ ],
1091
+ "engines": {
1092
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1093
+ },
1094
+ "funding": {
1095
+ "url": "https://opencollective.com/libvips"
1096
+ }
1097
+ },
1098
+ "node_modules/@img/sharp-win32-ia32": {
1099
+ "version": "0.34.5",
1100
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
1101
+ "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
1102
+ "cpu": [
1103
+ "ia32"
1104
+ ],
1105
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
1106
+ "optional": true,
1107
+ "os": [
1108
+ "win32"
1109
+ ],
1110
+ "engines": {
1111
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1112
+ },
1113
+ "funding": {
1114
+ "url": "https://opencollective.com/libvips"
1115
+ }
1116
+ },
1117
+ "node_modules/@img/sharp-win32-x64": {
1118
+ "version": "0.34.5",
1119
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
1120
+ "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
1121
+ "cpu": [
1122
+ "x64"
1123
+ ],
1124
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
1125
+ "optional": true,
1126
+ "os": [
1127
+ "win32"
1128
+ ],
1129
+ "engines": {
1130
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1131
+ },
1132
+ "funding": {
1133
+ "url": "https://opencollective.com/libvips"
1134
+ }
1135
+ },
1136
+ "node_modules/@jridgewell/gen-mapping": {
1137
+ "version": "0.3.13",
1138
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
1139
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
1140
+ "dev": true,
1141
+ "license": "MIT",
1142
+ "dependencies": {
1143
+ "@jridgewell/sourcemap-codec": "^1.5.0",
1144
+ "@jridgewell/trace-mapping": "^0.3.24"
1145
+ }
1146
+ },
1147
+ "node_modules/@jridgewell/remapping": {
1148
+ "version": "2.3.5",
1149
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
1150
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
1151
+ "dev": true,
1152
+ "license": "MIT",
1153
+ "dependencies": {
1154
+ "@jridgewell/gen-mapping": "^0.3.5",
1155
+ "@jridgewell/trace-mapping": "^0.3.24"
1156
+ }
1157
+ },
1158
+ "node_modules/@jridgewell/resolve-uri": {
1159
+ "version": "3.1.2",
1160
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1161
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1162
+ "dev": true,
1163
+ "license": "MIT",
1164
+ "engines": {
1165
+ "node": ">=6.0.0"
1166
+ }
1167
+ },
1168
+ "node_modules/@jridgewell/sourcemap-codec": {
1169
+ "version": "1.5.5",
1170
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1171
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1172
+ "dev": true,
1173
+ "license": "MIT"
1174
+ },
1175
+ "node_modules/@jridgewell/trace-mapping": {
1176
+ "version": "0.3.31",
1177
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1178
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1179
+ "dev": true,
1180
+ "license": "MIT",
1181
+ "dependencies": {
1182
+ "@jridgewell/resolve-uri": "^3.1.0",
1183
+ "@jridgewell/sourcemap-codec": "^1.4.14"
1184
+ }
1185
+ },
1186
+ "node_modules/@linear/sdk": {
1187
+ "version": "40.0.0",
1188
+ "resolved": "https://registry.npmjs.org/@linear/sdk/-/sdk-40.0.0.tgz",
1189
+ "integrity": "sha512-R4lyDIivdi00fO+DYPs7gWNX221dkPJhgDowFrsfos/rNG6o5HixsCPgwXWtKN0GA0nlqLvFTmzvzLXpud1xKw==",
1190
+ "license": "MIT",
1191
+ "dependencies": {
1192
+ "@graphql-typed-document-node/core": "^3.1.0",
1193
+ "graphql": "^15.4.0",
1194
+ "isomorphic-unfetch": "^3.1.0"
1195
+ },
1196
+ "engines": {
1197
+ "node": ">=12.x",
1198
+ "yarn": "1.x"
1199
+ }
1200
+ },
1201
+ "node_modules/@next/env": {
1202
+ "version": "15.5.20",
1203
+ "resolved": "https://registry.npmjs.org/@next/env/-/env-15.5.20.tgz",
1204
+ "integrity": "sha512-dXh51Wvddf8daEyBXryZZEe1FdVxEWx9lgaTseLZUtC1XP/W8Wri+Z+VPOElHlByk23CyqHdc2oVByX7wsTWsw==",
1205
+ "license": "MIT"
1206
+ },
1207
+ "node_modules/@next/swc-darwin-arm64": {
1208
+ "version": "15.5.20",
1209
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.20.tgz",
1210
+ "integrity": "sha512-in0yXG7/pRBVjWeEl7f7ZZETpletSMFKXVS4GJgHENTPVrJFNJKPrYewa9rpZcvdjwFece5fZP0CK34G4PxowA==",
1211
+ "cpu": [
1212
+ "arm64"
1213
+ ],
1214
+ "license": "MIT",
1215
+ "optional": true,
1216
+ "os": [
1217
+ "darwin"
1218
+ ],
1219
+ "engines": {
1220
+ "node": ">= 10"
1221
+ }
1222
+ },
1223
+ "node_modules/@next/swc-darwin-x64": {
1224
+ "version": "15.5.20",
1225
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.20.tgz",
1226
+ "integrity": "sha512-0hsFshdPnTzGJdDTHeHJ+XPUShOpnyp9pUFDwDhqctsA0Cd8NcIVGRPtptYhgYY9DjkKgCDRkXxmgRc+CgT5Wg==",
1227
+ "cpu": [
1228
+ "x64"
1229
+ ],
1230
+ "license": "MIT",
1231
+ "optional": true,
1232
+ "os": [
1233
+ "darwin"
1234
+ ],
1235
+ "engines": {
1236
+ "node": ">= 10"
1237
+ }
1238
+ },
1239
+ "node_modules/@next/swc-linux-arm64-gnu": {
1240
+ "version": "15.5.20",
1241
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.20.tgz",
1242
+ "integrity": "sha512-DMvkoBtAABOzE6pMZRW/xNm7sKqql3wzzzZJ1R/d/rp4BCxv6LykouD3tHjGY8WdQqGpZs11t+R9AtjPxvvljw==",
1243
+ "cpu": [
1244
+ "arm64"
1245
+ ],
1246
+ "license": "MIT",
1247
+ "optional": true,
1248
+ "os": [
1249
+ "linux"
1250
+ ],
1251
+ "engines": {
1252
+ "node": ">= 10"
1253
+ }
1254
+ },
1255
+ "node_modules/@next/swc-linux-arm64-musl": {
1256
+ "version": "15.5.20",
1257
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.20.tgz",
1258
+ "integrity": "sha512-RQmDfeYBtXV2FSId7dfA1hE6M/T6+g7wdbYnFQ47tw/gUBwV+CccLVejNmCGa9yLDitk83foeg8hl/3DjfYQ5g==",
1259
+ "cpu": [
1260
+ "arm64"
1261
+ ],
1262
+ "license": "MIT",
1263
+ "optional": true,
1264
+ "os": [
1265
+ "linux"
1266
+ ],
1267
+ "engines": {
1268
+ "node": ">= 10"
1269
+ }
1270
+ },
1271
+ "node_modules/@next/swc-linux-x64-gnu": {
1272
+ "version": "15.5.20",
1273
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.20.tgz",
1274
+ "integrity": "sha512-DkWLEdKajJwdGt27M3i1VEO2kelTvZrK6Pcb7JvW2BY+nofWm7FBsBNDj7g7Pr1NuQ5PLJvqEqYa20GTsBDnKQ==",
1275
+ "cpu": [
1276
+ "x64"
1277
+ ],
1278
+ "license": "MIT",
1279
+ "optional": true,
1280
+ "os": [
1281
+ "linux"
1282
+ ],
1283
+ "engines": {
1284
+ "node": ">= 10"
1285
+ }
1286
+ },
1287
+ "node_modules/@next/swc-linux-x64-musl": {
1288
+ "version": "15.5.20",
1289
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.20.tgz",
1290
+ "integrity": "sha512-rAO5b7pKHvX+ExdmJskusDXTNbiNZfptifIPZItbUx+AOXxxTydVBsPt7Oz84DRd5mY8e0DcE8kvLj3AIfjE6w==",
1291
+ "cpu": [
1292
+ "x64"
1293
+ ],
1294
+ "license": "MIT",
1295
+ "optional": true,
1296
+ "os": [
1297
+ "linux"
1298
+ ],
1299
+ "engines": {
1300
+ "node": ">= 10"
1301
+ }
1302
+ },
1303
+ "node_modules/@next/swc-win32-arm64-msvc": {
1304
+ "version": "15.5.20",
1305
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.20.tgz",
1306
+ "integrity": "sha512-Hp3zFsN8N8Kj9+vY6L4vnZ9EtA9eXyATu0q4EfGbZTiocgPUNSfz8NWhym6xvaOmHpJ8EuoypuU1WejCPsTFtg==",
1307
+ "cpu": [
1308
+ "arm64"
1309
+ ],
1310
+ "license": "MIT",
1311
+ "optional": true,
1312
+ "os": [
1313
+ "win32"
1314
+ ],
1315
+ "engines": {
1316
+ "node": ">= 10"
1317
+ }
1318
+ },
1319
+ "node_modules/@next/swc-win32-x64-msvc": {
1320
+ "version": "15.5.20",
1321
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.20.tgz",
1322
+ "integrity": "sha512-T/L7CXpR1M0wij/xbF3rT1+7KvSkfOLr7C+ToHHWZTG2eKmb52C5WvsyGCBNtkVvDEUESWkRUbbqSH4rSbOCYQ==",
1323
+ "cpu": [
1324
+ "x64"
1325
+ ],
1326
+ "license": "MIT",
1327
+ "optional": true,
1328
+ "os": [
1329
+ "win32"
1330
+ ],
1331
+ "engines": {
1332
+ "node": ">= 10"
1333
+ }
1334
+ },
1335
+ "node_modules/@radix-ui/react-compose-refs": {
1336
+ "version": "1.1.3",
1337
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.3.tgz",
1338
+ "integrity": "sha512-rYOP8OMnuuPMQF1uhPVlGNcCDlkokKqGFE3JcxFViIkAXP7EvFWUliJAstrapypaBLJNHbZL6jGhbVDGTwmVhA==",
1339
+ "license": "MIT",
1340
+ "peerDependencies": {
1341
+ "@types/react": "*",
1342
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1343
+ },
1344
+ "peerDependenciesMeta": {
1345
+ "@types/react": {
1346
+ "optional": true
1347
+ }
1348
+ }
1349
+ },
1350
+ "node_modules/@radix-ui/react-slot": {
1351
+ "version": "1.3.0",
1352
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.0.tgz",
1353
+ "integrity": "sha512-MojKku4U/miO8Av4Dkb+ctMAQx7JmY96LmtDQlAarCRtd7rN52QCSzBF+XAvr5S6coSVj9HEPBgHAHKEJVk/WA==",
1354
+ "license": "MIT",
1355
+ "dependencies": {
1356
+ "@radix-ui/react-compose-refs": "1.1.3"
1357
+ },
1358
+ "peerDependencies": {
1359
+ "@types/react": "*",
1360
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1361
+ },
1362
+ "peerDependenciesMeta": {
1363
+ "@types/react": {
1364
+ "optional": true
1365
+ }
1366
+ }
1367
+ },
1368
+ "node_modules/@rollup/rollup-android-arm-eabi": {
1369
+ "version": "4.62.2",
1370
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.2.tgz",
1371
+ "integrity": "sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==",
1372
+ "cpu": [
1373
+ "arm"
1374
+ ],
1375
+ "dev": true,
1376
+ "license": "MIT",
1377
+ "optional": true,
1378
+ "os": [
1379
+ "android"
1380
+ ]
1381
+ },
1382
+ "node_modules/@rollup/rollup-android-arm64": {
1383
+ "version": "4.62.2",
1384
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.62.2.tgz",
1385
+ "integrity": "sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==",
1386
+ "cpu": [
1387
+ "arm64"
1388
+ ],
1389
+ "dev": true,
1390
+ "license": "MIT",
1391
+ "optional": true,
1392
+ "os": [
1393
+ "android"
1394
+ ]
1395
+ },
1396
+ "node_modules/@rollup/rollup-darwin-arm64": {
1397
+ "version": "4.62.2",
1398
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.2.tgz",
1399
+ "integrity": "sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==",
1400
+ "cpu": [
1401
+ "arm64"
1402
+ ],
1403
+ "dev": true,
1404
+ "license": "MIT",
1405
+ "optional": true,
1406
+ "os": [
1407
+ "darwin"
1408
+ ]
1409
+ },
1410
+ "node_modules/@rollup/rollup-darwin-x64": {
1411
+ "version": "4.62.2",
1412
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.2.tgz",
1413
+ "integrity": "sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==",
1414
+ "cpu": [
1415
+ "x64"
1416
+ ],
1417
+ "dev": true,
1418
+ "license": "MIT",
1419
+ "optional": true,
1420
+ "os": [
1421
+ "darwin"
1422
+ ]
1423
+ },
1424
+ "node_modules/@rollup/rollup-freebsd-arm64": {
1425
+ "version": "4.62.2",
1426
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.62.2.tgz",
1427
+ "integrity": "sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==",
1428
+ "cpu": [
1429
+ "arm64"
1430
+ ],
1431
+ "dev": true,
1432
+ "license": "MIT",
1433
+ "optional": true,
1434
+ "os": [
1435
+ "freebsd"
1436
+ ]
1437
+ },
1438
+ "node_modules/@rollup/rollup-freebsd-x64": {
1439
+ "version": "4.62.2",
1440
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.62.2.tgz",
1441
+ "integrity": "sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==",
1442
+ "cpu": [
1443
+ "x64"
1444
+ ],
1445
+ "dev": true,
1446
+ "license": "MIT",
1447
+ "optional": true,
1448
+ "os": [
1449
+ "freebsd"
1450
+ ]
1451
+ },
1452
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1453
+ "version": "4.62.2",
1454
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.62.2.tgz",
1455
+ "integrity": "sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==",
1456
+ "cpu": [
1457
+ "arm"
1458
+ ],
1459
+ "dev": true,
1460
+ "license": "MIT",
1461
+ "optional": true,
1462
+ "os": [
1463
+ "linux"
1464
+ ]
1465
+ },
1466
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1467
+ "version": "4.62.2",
1468
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.62.2.tgz",
1469
+ "integrity": "sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==",
1470
+ "cpu": [
1471
+ "arm"
1472
+ ],
1473
+ "dev": true,
1474
+ "license": "MIT",
1475
+ "optional": true,
1476
+ "os": [
1477
+ "linux"
1478
+ ]
1479
+ },
1480
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
1481
+ "version": "4.62.2",
1482
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.62.2.tgz",
1483
+ "integrity": "sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==",
1484
+ "cpu": [
1485
+ "arm64"
1486
+ ],
1487
+ "dev": true,
1488
+ "license": "MIT",
1489
+ "optional": true,
1490
+ "os": [
1491
+ "linux"
1492
+ ]
1493
+ },
1494
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
1495
+ "version": "4.62.2",
1496
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.62.2.tgz",
1497
+ "integrity": "sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==",
1498
+ "cpu": [
1499
+ "arm64"
1500
+ ],
1501
+ "dev": true,
1502
+ "license": "MIT",
1503
+ "optional": true,
1504
+ "os": [
1505
+ "linux"
1506
+ ]
1507
+ },
1508
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
1509
+ "version": "4.62.2",
1510
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.62.2.tgz",
1511
+ "integrity": "sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==",
1512
+ "cpu": [
1513
+ "loong64"
1514
+ ],
1515
+ "dev": true,
1516
+ "license": "MIT",
1517
+ "optional": true,
1518
+ "os": [
1519
+ "linux"
1520
+ ]
1521
+ },
1522
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
1523
+ "version": "4.62.2",
1524
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.62.2.tgz",
1525
+ "integrity": "sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==",
1526
+ "cpu": [
1527
+ "loong64"
1528
+ ],
1529
+ "dev": true,
1530
+ "license": "MIT",
1531
+ "optional": true,
1532
+ "os": [
1533
+ "linux"
1534
+ ]
1535
+ },
1536
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1537
+ "version": "4.62.2",
1538
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.62.2.tgz",
1539
+ "integrity": "sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==",
1540
+ "cpu": [
1541
+ "ppc64"
1542
+ ],
1543
+ "dev": true,
1544
+ "license": "MIT",
1545
+ "optional": true,
1546
+ "os": [
1547
+ "linux"
1548
+ ]
1549
+ },
1550
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
1551
+ "version": "4.62.2",
1552
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.62.2.tgz",
1553
+ "integrity": "sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==",
1554
+ "cpu": [
1555
+ "ppc64"
1556
+ ],
1557
+ "dev": true,
1558
+ "license": "MIT",
1559
+ "optional": true,
1560
+ "os": [
1561
+ "linux"
1562
+ ]
1563
+ },
1564
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1565
+ "version": "4.62.2",
1566
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.62.2.tgz",
1567
+ "integrity": "sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==",
1568
+ "cpu": [
1569
+ "riscv64"
1570
+ ],
1571
+ "dev": true,
1572
+ "license": "MIT",
1573
+ "optional": true,
1574
+ "os": [
1575
+ "linux"
1576
+ ]
1577
+ },
1578
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1579
+ "version": "4.62.2",
1580
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.62.2.tgz",
1581
+ "integrity": "sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==",
1582
+ "cpu": [
1583
+ "riscv64"
1584
+ ],
1585
+ "dev": true,
1586
+ "license": "MIT",
1587
+ "optional": true,
1588
+ "os": [
1589
+ "linux"
1590
+ ]
1591
+ },
1592
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1593
+ "version": "4.62.2",
1594
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.62.2.tgz",
1595
+ "integrity": "sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==",
1596
+ "cpu": [
1597
+ "s390x"
1598
+ ],
1599
+ "dev": true,
1600
+ "license": "MIT",
1601
+ "optional": true,
1602
+ "os": [
1603
+ "linux"
1604
+ ]
1605
+ },
1606
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1607
+ "version": "4.62.2",
1608
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz",
1609
+ "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==",
1610
+ "cpu": [
1611
+ "x64"
1612
+ ],
1613
+ "dev": true,
1614
+ "license": "MIT",
1615
+ "optional": true,
1616
+ "os": [
1617
+ "linux"
1618
+ ]
1619
+ },
1620
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1621
+ "version": "4.62.2",
1622
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.2.tgz",
1623
+ "integrity": "sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==",
1624
+ "cpu": [
1625
+ "x64"
1626
+ ],
1627
+ "dev": true,
1628
+ "license": "MIT",
1629
+ "optional": true,
1630
+ "os": [
1631
+ "linux"
1632
+ ]
1633
+ },
1634
+ "node_modules/@rollup/rollup-openbsd-x64": {
1635
+ "version": "4.62.2",
1636
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.62.2.tgz",
1637
+ "integrity": "sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==",
1638
+ "cpu": [
1639
+ "x64"
1640
+ ],
1641
+ "dev": true,
1642
+ "license": "MIT",
1643
+ "optional": true,
1644
+ "os": [
1645
+ "openbsd"
1646
+ ]
1647
+ },
1648
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1649
+ "version": "4.62.2",
1650
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.62.2.tgz",
1651
+ "integrity": "sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==",
1652
+ "cpu": [
1653
+ "arm64"
1654
+ ],
1655
+ "dev": true,
1656
+ "license": "MIT",
1657
+ "optional": true,
1658
+ "os": [
1659
+ "openharmony"
1660
+ ]
1661
+ },
1662
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1663
+ "version": "4.62.2",
1664
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.62.2.tgz",
1665
+ "integrity": "sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==",
1666
+ "cpu": [
1667
+ "arm64"
1668
+ ],
1669
+ "dev": true,
1670
+ "license": "MIT",
1671
+ "optional": true,
1672
+ "os": [
1673
+ "win32"
1674
+ ]
1675
+ },
1676
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1677
+ "version": "4.62.2",
1678
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.62.2.tgz",
1679
+ "integrity": "sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==",
1680
+ "cpu": [
1681
+ "ia32"
1682
+ ],
1683
+ "dev": true,
1684
+ "license": "MIT",
1685
+ "optional": true,
1686
+ "os": [
1687
+ "win32"
1688
+ ]
1689
+ },
1690
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1691
+ "version": "4.62.2",
1692
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.62.2.tgz",
1693
+ "integrity": "sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==",
1694
+ "cpu": [
1695
+ "x64"
1696
+ ],
1697
+ "dev": true,
1698
+ "license": "MIT",
1699
+ "optional": true,
1700
+ "os": [
1701
+ "win32"
1702
+ ]
1703
+ },
1704
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1705
+ "version": "4.62.2",
1706
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.62.2.tgz",
1707
+ "integrity": "sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==",
1708
+ "cpu": [
1709
+ "x64"
1710
+ ],
1711
+ "dev": true,
1712
+ "license": "MIT",
1713
+ "optional": true,
1714
+ "os": [
1715
+ "win32"
1716
+ ]
1717
+ },
1718
+ "node_modules/@statsig/client-core": {
1719
+ "version": "3.31.0",
1720
+ "resolved": "https://registry.npmjs.org/@statsig/client-core/-/client-core-3.31.0.tgz",
1721
+ "integrity": "sha512-SuxQD6TmVszPG7FoMKwTk/uyBuVFk7XnxI3T/E0uyb7PL7GNjONtfsoh+NqBBVUJVse0CUeSFfgJPoZy1ZOslQ==",
1722
+ "license": "ISC"
1723
+ },
1724
+ "node_modules/@statsig/js-client": {
1725
+ "version": "3.31.0",
1726
+ "resolved": "https://registry.npmjs.org/@statsig/js-client/-/js-client-3.31.0.tgz",
1727
+ "integrity": "sha512-LFa5E0LjT6sTfZv3sNGoyRLSZ1078+agdgOA+Vm1ecjG+KbSOfBLTW7hMwimrJ29slRwbYDzbtKaPJo/R37N2g==",
1728
+ "license": "ISC",
1729
+ "dependencies": {
1730
+ "@statsig/client-core": "3.31.0"
1731
+ }
1732
+ },
1733
+ "node_modules/@swc/helpers": {
1734
+ "version": "0.5.15",
1735
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
1736
+ "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
1737
+ "license": "Apache-2.0",
1738
+ "dependencies": {
1739
+ "tslib": "^2.8.0"
1740
+ }
1741
+ },
1742
+ "node_modules/@tailwindcss/node": {
1743
+ "version": "4.3.2",
1744
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.2.tgz",
1745
+ "integrity": "sha512-yWP/sqEcBLaD8JuA6zNwxoYKr75qxTioYwlRwekj5Jr/I5GXnoJfjetH/psLUIv74cYTH2lBUEzBkinthoYcBg==",
1746
+ "dev": true,
1747
+ "license": "MIT",
1748
+ "dependencies": {
1749
+ "@jridgewell/remapping": "^2.3.5",
1750
+ "enhanced-resolve": "5.21.6",
1751
+ "jiti": "^2.7.0",
1752
+ "lightningcss": "1.32.0",
1753
+ "magic-string": "^0.30.21",
1754
+ "source-map-js": "^1.2.1",
1755
+ "tailwindcss": "4.3.2"
1756
+ }
1757
+ },
1758
+ "node_modules/@tailwindcss/oxide": {
1759
+ "version": "4.3.2",
1760
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.2.tgz",
1761
+ "integrity": "sha512-z8ZgnzX8gdNoWLBLqBPoh/sjnxkwvf9ZuWjnO0l0yIzbLa5/9S+eC5QxGZKRobVHIC3/1BoMWjHblqWjcgFgag==",
1762
+ "dev": true,
1763
+ "license": "MIT",
1764
+ "engines": {
1765
+ "node": ">= 20"
1766
+ },
1767
+ "optionalDependencies": {
1768
+ "@tailwindcss/oxide-android-arm64": "4.3.2",
1769
+ "@tailwindcss/oxide-darwin-arm64": "4.3.2",
1770
+ "@tailwindcss/oxide-darwin-x64": "4.3.2",
1771
+ "@tailwindcss/oxide-freebsd-x64": "4.3.2",
1772
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.2",
1773
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.3.2",
1774
+ "@tailwindcss/oxide-linux-arm64-musl": "4.3.2",
1775
+ "@tailwindcss/oxide-linux-x64-gnu": "4.3.2",
1776
+ "@tailwindcss/oxide-linux-x64-musl": "4.3.2",
1777
+ "@tailwindcss/oxide-wasm32-wasi": "4.3.2",
1778
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.3.2",
1779
+ "@tailwindcss/oxide-win32-x64-msvc": "4.3.2"
1780
+ }
1781
+ },
1782
+ "node_modules/@tailwindcss/oxide-android-arm64": {
1783
+ "version": "4.3.2",
1784
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.2.tgz",
1785
+ "integrity": "sha512-WHxqIuHpvZ5VtdX6GTl1Ik/Vp2YuN42Et+0CdeaVd/frQ9jAvGmvR8vLT+jk3e8/Q3x8kECB9+R17pgpp2BulA==",
1786
+ "cpu": [
1787
+ "arm64"
1788
+ ],
1789
+ "dev": true,
1790
+ "license": "MIT",
1791
+ "optional": true,
1792
+ "os": [
1793
+ "android"
1794
+ ],
1795
+ "engines": {
1796
+ "node": ">= 20"
1797
+ }
1798
+ },
1799
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
1800
+ "version": "4.3.2",
1801
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.2.tgz",
1802
+ "integrity": "sha512-GZypeUY/IDJW3877KeM+O67vbXr3MBnbtEL4aYhNErv/JWZhye2vGSWWG9tB6iiqR2MqRNkY8IOUy4NdSZV26w==",
1803
+ "cpu": [
1804
+ "arm64"
1805
+ ],
1806
+ "dev": true,
1807
+ "license": "MIT",
1808
+ "optional": true,
1809
+ "os": [
1810
+ "darwin"
1811
+ ],
1812
+ "engines": {
1813
+ "node": ">= 20"
1814
+ }
1815
+ },
1816
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
1817
+ "version": "4.3.2",
1818
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.2.tgz",
1819
+ "integrity": "sha512-UIIzmefR6KO1sDU7MzRqAxC8iBpft/VhkGjTjnhoS6k7Z3rQ9wEgA1ODSiyH/tcSYssulNm4Ci3hOeK1jH7ccQ==",
1820
+ "cpu": [
1821
+ "x64"
1822
+ ],
1823
+ "dev": true,
1824
+ "license": "MIT",
1825
+ "optional": true,
1826
+ "os": [
1827
+ "darwin"
1828
+ ],
1829
+ "engines": {
1830
+ "node": ">= 20"
1831
+ }
1832
+ },
1833
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
1834
+ "version": "4.3.2",
1835
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.2.tgz",
1836
+ "integrity": "sha512-GN+uAmcI6DNspnCDwtOAZrTz6oukJnp337qZvxqCGLd3BHBzJpO0ZbTLRvJNdztOeAmTzewewGIMPb0tk2R4WA==",
1837
+ "cpu": [
1838
+ "x64"
1839
+ ],
1840
+ "dev": true,
1841
+ "license": "MIT",
1842
+ "optional": true,
1843
+ "os": [
1844
+ "freebsd"
1845
+ ],
1846
+ "engines": {
1847
+ "node": ">= 20"
1848
+ }
1849
+ },
1850
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
1851
+ "version": "4.3.2",
1852
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.2.tgz",
1853
+ "integrity": "sha512-4ABn7qSbdHRwTiDiuWNegCyb5+2FJ4vKIKc3DmKrvAFw7MU1Lm11dIkTPwUaFdTzc7IsOpDbqBrlh0x6y36U/w==",
1854
+ "cpu": [
1855
+ "arm"
1856
+ ],
1857
+ "dev": true,
1858
+ "license": "MIT",
1859
+ "optional": true,
1860
+ "os": [
1861
+ "linux"
1862
+ ],
1863
+ "engines": {
1864
+ "node": ">= 20"
1865
+ }
1866
+ },
1867
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1868
+ "version": "4.3.2",
1869
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.2.tgz",
1870
+ "integrity": "sha512-wDgEIGwoM8w8pufh9LVt1PahDgNdKXrLC2qfAnV3vAmococ9RWbxeAw4pxPttd/TsJfwjyLf90Dg1y9y8I6Emw==",
1871
+ "cpu": [
1872
+ "arm64"
1873
+ ],
1874
+ "dev": true,
1875
+ "license": "MIT",
1876
+ "optional": true,
1877
+ "os": [
1878
+ "linux"
1879
+ ],
1880
+ "engines": {
1881
+ "node": ">= 20"
1882
+ }
1883
+ },
1884
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1885
+ "version": "4.3.2",
1886
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.2.tgz",
1887
+ "integrity": "sha512-J5Nuk0uZQIiMTJj3LEx4sAA9tMFUoXQZFv1J6An+QGYe53HKRJuFDi0rpq/tuouCZeAbOBY3kQ6g8qeD4TUjtA==",
1888
+ "cpu": [
1889
+ "arm64"
1890
+ ],
1891
+ "dev": true,
1892
+ "license": "MIT",
1893
+ "optional": true,
1894
+ "os": [
1895
+ "linux"
1896
+ ],
1897
+ "engines": {
1898
+ "node": ">= 20"
1899
+ }
1900
+ },
1901
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1902
+ "version": "4.3.2",
1903
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.2.tgz",
1904
+ "integrity": "sha512-kqCZpSKOBEJO4mz7OqWoofBZeXTAwaVGPj0ErAj7CojmhKpWVWVOnrt9dE8odoIraZq4oj3ausM37kXi+Tow8w==",
1905
+ "cpu": [
1906
+ "x64"
1907
+ ],
1908
+ "dev": true,
1909
+ "license": "MIT",
1910
+ "optional": true,
1911
+ "os": [
1912
+ "linux"
1913
+ ],
1914
+ "engines": {
1915
+ "node": ">= 20"
1916
+ }
1917
+ },
1918
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1919
+ "version": "4.3.2",
1920
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.2.tgz",
1921
+ "integrity": "sha512-cixpqbh2toJDmkuCRI68nXA8ZxNmdK9Y+9v5h3MC3ZQKy/0BO8AWzlkWyRM7JAFSGBlfig4YVTPsK6MVgqz1uw==",
1922
+ "cpu": [
1923
+ "x64"
1924
+ ],
1925
+ "dev": true,
1926
+ "license": "MIT",
1927
+ "optional": true,
1928
+ "os": [
1929
+ "linux"
1930
+ ],
1931
+ "engines": {
1932
+ "node": ">= 20"
1933
+ }
1934
+ },
1935
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1936
+ "version": "4.3.2",
1937
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.2.tgz",
1938
+ "integrity": "sha512-4ec2Z/LOmRsAgU23CS4xeJfcJlmRg94A/XrbGRCF1gyU/zdDfRLYDVsS+ynSZCmGNxQ1jQriQOKMQeQxBA3Isw==",
1939
+ "bundleDependencies": [
1940
+ "@napi-rs/wasm-runtime",
1941
+ "@emnapi/core",
1942
+ "@emnapi/runtime",
1943
+ "@tybys/wasm-util",
1944
+ "@emnapi/wasi-threads",
1945
+ "tslib"
1946
+ ],
1947
+ "cpu": [
1948
+ "wasm32"
1949
+ ],
1950
+ "dev": true,
1951
+ "license": "MIT",
1952
+ "optional": true,
1953
+ "dependencies": {
1954
+ "@emnapi/core": "^1.11.1",
1955
+ "@emnapi/runtime": "^1.11.1",
1956
+ "@emnapi/wasi-threads": "^1.2.2",
1957
+ "@napi-rs/wasm-runtime": "^1.1.4",
1958
+ "@tybys/wasm-util": "^0.10.2",
1959
+ "tslib": "^2.8.1"
1960
+ },
1961
+ "engines": {
1962
+ "node": ">=14.0.0"
1963
+ }
1964
+ },
1965
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
1966
+ "version": "1.11.1",
1967
+ "dev": true,
1968
+ "inBundle": true,
1969
+ "license": "MIT",
1970
+ "optional": true,
1971
+ "dependencies": {
1972
+ "@emnapi/wasi-threads": "1.2.2",
1973
+ "tslib": "^2.4.0"
1974
+ }
1975
+ },
1976
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
1977
+ "version": "1.11.1",
1978
+ "dev": true,
1979
+ "inBundle": true,
1980
+ "license": "MIT",
1981
+ "optional": true,
1982
+ "dependencies": {
1983
+ "tslib": "^2.4.0"
1984
+ }
1985
+ },
1986
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
1987
+ "version": "1.2.2",
1988
+ "dev": true,
1989
+ "inBundle": true,
1990
+ "license": "MIT",
1991
+ "optional": true,
1992
+ "dependencies": {
1993
+ "tslib": "^2.4.0"
1994
+ }
1995
+ },
1996
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
1997
+ "version": "1.1.4",
1998
+ "dev": true,
1999
+ "inBundle": true,
2000
+ "license": "MIT",
2001
+ "optional": true,
2002
+ "dependencies": {
2003
+ "@tybys/wasm-util": "^0.10.1"
2004
+ },
2005
+ "funding": {
2006
+ "type": "github",
2007
+ "url": "https://github.com/sponsors/Brooooooklyn"
2008
+ },
2009
+ "peerDependencies": {
2010
+ "@emnapi/core": "^1.7.1",
2011
+ "@emnapi/runtime": "^1.7.1"
2012
+ }
2013
+ },
2014
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
2015
+ "version": "0.10.2",
2016
+ "dev": true,
2017
+ "inBundle": true,
2018
+ "license": "MIT",
2019
+ "optional": true,
2020
+ "dependencies": {
2021
+ "tslib": "^2.4.0"
2022
+ }
2023
+ },
2024
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
2025
+ "version": "2.8.1",
2026
+ "dev": true,
2027
+ "inBundle": true,
2028
+ "license": "0BSD",
2029
+ "optional": true
2030
+ },
2031
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
2032
+ "version": "4.3.2",
2033
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.2.tgz",
2034
+ "integrity": "sha512-Zyr/M0+XcYZu3bZrUytc7TXvrk0ftWfl8gN2MwekNDzhqhKRUucMPSeOzM0o0wH5AWOU49BsKRrfKxI2atCPMQ==",
2035
+ "cpu": [
2036
+ "arm64"
2037
+ ],
2038
+ "dev": true,
2039
+ "license": "MIT",
2040
+ "optional": true,
2041
+ "os": [
2042
+ "win32"
2043
+ ],
2044
+ "engines": {
2045
+ "node": ">= 20"
2046
+ }
2047
+ },
2048
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
2049
+ "version": "4.3.2",
2050
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.2.tgz",
2051
+ "integrity": "sha512-QI9BO7KlNZsp2GuO0jwAAj5jCDABOKXRkCk2XuKTSaNEFSdfzqswYVTtCHBNKHLsqyjFyFkqlDiwkNbTYSssMQ==",
2052
+ "cpu": [
2053
+ "x64"
2054
+ ],
2055
+ "dev": true,
2056
+ "license": "MIT",
2057
+ "optional": true,
2058
+ "os": [
2059
+ "win32"
2060
+ ],
2061
+ "engines": {
2062
+ "node": ">= 20"
2063
+ }
2064
+ },
2065
+ "node_modules/@tailwindcss/postcss": {
2066
+ "version": "4.3.2",
2067
+ "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.2.tgz",
2068
+ "integrity": "sha512-rjVWYCa7Ngbi5AarT6k8TkxUG3Wl1QKzHdIZVsjZSzf36Jmo2IKZt/NHRAwly8oDkbBOH0YTu+CHuf9jPxMc+g==",
2069
+ "dev": true,
2070
+ "license": "MIT",
2071
+ "dependencies": {
2072
+ "@alloc/quick-lru": "^5.2.0",
2073
+ "@tailwindcss/node": "4.3.2",
2074
+ "@tailwindcss/oxide": "4.3.2",
2075
+ "postcss": "^8.5.15",
2076
+ "tailwindcss": "4.3.2"
2077
+ }
2078
+ },
2079
+ "node_modules/@types/chai": {
2080
+ "version": "5.2.3",
2081
+ "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
2082
+ "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
2083
+ "dev": true,
2084
+ "license": "MIT",
2085
+ "dependencies": {
2086
+ "@types/deep-eql": "*",
2087
+ "assertion-error": "^2.0.1"
2088
+ }
2089
+ },
2090
+ "node_modules/@types/deep-eql": {
2091
+ "version": "4.0.2",
2092
+ "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
2093
+ "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
2094
+ "dev": true,
2095
+ "license": "MIT"
2096
+ },
2097
+ "node_modules/@types/estree": {
2098
+ "version": "1.0.9",
2099
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
2100
+ "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
2101
+ "dev": true,
2102
+ "license": "MIT"
2103
+ },
2104
+ "node_modules/@types/node": {
2105
+ "version": "22.20.0",
2106
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.0.tgz",
2107
+ "integrity": "sha512-QWlFW2wf3nTjC13/DqRnBpR4ZO36VJH/JVBkA/vcnmbTBNQIlnObqyqZE1tUR7+Ni23Lda8R1BxMfbXRpCUx5g==",
2108
+ "dev": true,
2109
+ "license": "MIT",
2110
+ "dependencies": {
2111
+ "undici-types": "~6.21.0"
2112
+ }
2113
+ },
2114
+ "node_modules/@types/react": {
2115
+ "version": "19.2.17",
2116
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
2117
+ "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",
2118
+ "devOptional": true,
2119
+ "license": "MIT",
2120
+ "dependencies": {
2121
+ "csstype": "^3.2.2"
2122
+ }
2123
+ },
2124
+ "node_modules/@types/react-dom": {
2125
+ "version": "19.2.3",
2126
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
2127
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
2128
+ "dev": true,
2129
+ "license": "MIT",
2130
+ "peerDependencies": {
2131
+ "@types/react": "^19.2.0"
2132
+ }
2133
+ },
2134
+ "node_modules/@vitest/expect": {
2135
+ "version": "3.2.7",
2136
+ "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.7.tgz",
2137
+ "integrity": "sha512-E8eBXaKibuvH2pSZErOjdVb5vF4PbKYcrnluBTYxEk1l/VhhwZg1kZQsdtjq+CsF5CFydf2Rdkz7jDHKSisi3w==",
2138
+ "dev": true,
2139
+ "license": "MIT",
2140
+ "dependencies": {
2141
+ "@types/chai": "^5.2.2",
2142
+ "@vitest/spy": "3.2.7",
2143
+ "@vitest/utils": "3.2.7",
2144
+ "chai": "^5.2.0",
2145
+ "tinyrainbow": "^2.0.0"
2146
+ },
2147
+ "funding": {
2148
+ "url": "https://opencollective.com/vitest"
2149
+ }
2150
+ },
2151
+ "node_modules/@vitest/mocker": {
2152
+ "version": "3.2.7",
2153
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.7.tgz",
2154
+ "integrity": "sha512-Trr0hYO9CM3Wj6ksWHRhK9IZpIY6wTMO5u/MqXurMxT57sWBaOPEtP3Oq60ihZuh5JsiagKfz95OcxdEP6dBrA==",
2155
+ "dev": true,
2156
+ "license": "MIT",
2157
+ "dependencies": {
2158
+ "@vitest/spy": "3.2.7",
2159
+ "estree-walker": "^3.0.3",
2160
+ "magic-string": "^0.30.17"
2161
+ },
2162
+ "funding": {
2163
+ "url": "https://opencollective.com/vitest"
2164
+ },
2165
+ "peerDependencies": {
2166
+ "msw": "^2.4.9",
2167
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
2168
+ },
2169
+ "peerDependenciesMeta": {
2170
+ "msw": {
2171
+ "optional": true
2172
+ },
2173
+ "vite": {
2174
+ "optional": true
2175
+ }
2176
+ }
2177
+ },
2178
+ "node_modules/@vitest/pretty-format": {
2179
+ "version": "3.2.7",
2180
+ "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.7.tgz",
2181
+ "integrity": "sha512-KUHlwqVu0sRlhCdyPdQ/wBoTfRahjUky1MubOmYw9fWfIZy1gNoHpuaaQBPAaMaVYdQYHJLurzj8ECCj5OwTqA==",
2182
+ "dev": true,
2183
+ "license": "MIT",
2184
+ "dependencies": {
2185
+ "tinyrainbow": "^2.0.0"
2186
+ },
2187
+ "funding": {
2188
+ "url": "https://opencollective.com/vitest"
2189
+ }
2190
+ },
2191
+ "node_modules/@vitest/runner": {
2192
+ "version": "3.2.7",
2193
+ "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.2.7.tgz",
2194
+ "integrity": "sha512-sB9y4ovltoQP+WaUPwmSxO9WIg9Ig694Di5PalVPsYHklAdE027mehpWF2SQSVq+k6sFgaivbTjTJwZLSHbedA==",
2195
+ "dev": true,
2196
+ "license": "MIT",
2197
+ "dependencies": {
2198
+ "@vitest/utils": "3.2.7",
2199
+ "pathe": "^2.0.3",
2200
+ "strip-literal": "^3.0.0"
2201
+ },
2202
+ "funding": {
2203
+ "url": "https://opencollective.com/vitest"
2204
+ }
2205
+ },
2206
+ "node_modules/@vitest/snapshot": {
2207
+ "version": "3.2.7",
2208
+ "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.2.7.tgz",
2209
+ "integrity": "sha512-7C+MwShwtBSI5Buwoyg3s/iY1eHL9PKAf+O1wVh/TdnjXUtkoL/9YQtre90i4MtNXM6edP1wJ2zOBpfCyhIS7g==",
2210
+ "dev": true,
2211
+ "license": "MIT",
2212
+ "dependencies": {
2213
+ "@vitest/pretty-format": "3.2.7",
2214
+ "magic-string": "^0.30.17",
2215
+ "pathe": "^2.0.3"
2216
+ },
2217
+ "funding": {
2218
+ "url": "https://opencollective.com/vitest"
2219
+ }
2220
+ },
2221
+ "node_modules/@vitest/spy": {
2222
+ "version": "3.2.7",
2223
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.7.tgz",
2224
+ "integrity": "sha512-Q2eQGI6d2L/hBtZ0qNuKcAGid68XK6cv1xsoaIma6PaJhHPoqcEJhYpXZ/5myCMqkNgtP6UKuBhbc0nHKnrkuQ==",
2225
+ "dev": true,
2226
+ "license": "MIT",
2227
+ "dependencies": {
2228
+ "tinyspy": "^4.0.3"
2229
+ },
2230
+ "funding": {
2231
+ "url": "https://opencollective.com/vitest"
2232
+ }
2233
+ },
2234
+ "node_modules/@vitest/utils": {
2235
+ "version": "3.2.7",
2236
+ "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.7.tgz",
2237
+ "integrity": "sha512-x6BDOd7dyo3PFLY3I9/HJ25X/6OurhGXk2/B9gOZNPF7XDVjeBK4k01lQE5uvDpbuheErh91qYuE1E2OEjK3Rw==",
2238
+ "dev": true,
2239
+ "license": "MIT",
2240
+ "dependencies": {
2241
+ "@vitest/pretty-format": "3.2.7",
2242
+ "loupe": "^3.1.4",
2243
+ "tinyrainbow": "^2.0.0"
2244
+ },
2245
+ "funding": {
2246
+ "url": "https://opencollective.com/vitest"
2247
+ }
2248
+ },
2249
+ "node_modules/assertion-error": {
2250
+ "version": "2.0.1",
2251
+ "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
2252
+ "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
2253
+ "dev": true,
2254
+ "license": "MIT",
2255
+ "engines": {
2256
+ "node": ">=12"
2257
+ }
2258
+ },
2259
+ "node_modules/blakejs": {
2260
+ "version": "1.2.1",
2261
+ "resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.2.1.tgz",
2262
+ "integrity": "sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==",
2263
+ "license": "MIT"
2264
+ },
2265
+ "node_modules/cac": {
2266
+ "version": "6.7.14",
2267
+ "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
2268
+ "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
2269
+ "dev": true,
2270
+ "license": "MIT",
2271
+ "engines": {
2272
+ "node": ">=8"
2273
+ }
2274
+ },
2275
+ "node_modules/caniuse-lite": {
2276
+ "version": "1.0.30001803",
2277
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001803.tgz",
2278
+ "integrity": "sha512-g/uHREV2ZpK9qMalCsWaxmA6ol+DX8GYhuf3T40RKoP+oL7vhRJh8LNt73PCjpnR6l14FzfPrB5Yux4PKm2meg==",
2279
+ "funding": [
2280
+ {
2281
+ "type": "opencollective",
2282
+ "url": "https://opencollective.com/browserslist"
2283
+ },
2284
+ {
2285
+ "type": "tidelift",
2286
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2287
+ },
2288
+ {
2289
+ "type": "github",
2290
+ "url": "https://github.com/sponsors/ai"
2291
+ }
2292
+ ],
2293
+ "license": "CC-BY-4.0"
2294
+ },
2295
+ "node_modules/chai": {
2296
+ "version": "5.3.3",
2297
+ "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz",
2298
+ "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==",
2299
+ "dev": true,
2300
+ "license": "MIT",
2301
+ "dependencies": {
2302
+ "assertion-error": "^2.0.1",
2303
+ "check-error": "^2.1.1",
2304
+ "deep-eql": "^5.0.1",
2305
+ "loupe": "^3.1.0",
2306
+ "pathval": "^2.0.0"
2307
+ },
2308
+ "engines": {
2309
+ "node": ">=18"
2310
+ }
2311
+ },
2312
+ "node_modules/check-error": {
2313
+ "version": "2.1.3",
2314
+ "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz",
2315
+ "integrity": "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==",
2316
+ "dev": true,
2317
+ "license": "MIT",
2318
+ "engines": {
2319
+ "node": ">= 16"
2320
+ }
2321
+ },
2322
+ "node_modules/class-variance-authority": {
2323
+ "version": "0.7.1",
2324
+ "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
2325
+ "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
2326
+ "license": "Apache-2.0",
2327
+ "dependencies": {
2328
+ "clsx": "^2.1.1"
2329
+ },
2330
+ "funding": {
2331
+ "url": "https://polar.sh/cva"
2332
+ }
2333
+ },
2334
+ "node_modules/client-only": {
2335
+ "version": "0.0.1",
2336
+ "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
2337
+ "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
2338
+ "license": "MIT"
2339
+ },
2340
+ "node_modules/clsx": {
2341
+ "version": "2.1.1",
2342
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
2343
+ "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
2344
+ "license": "MIT",
2345
+ "engines": {
2346
+ "node": ">=6"
2347
+ }
2348
+ },
2349
+ "node_modules/commander": {
2350
+ "version": "13.1.0",
2351
+ "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
2352
+ "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
2353
+ "license": "MIT",
2354
+ "engines": {
2355
+ "node": ">=18"
2356
+ }
2357
+ },
2358
+ "node_modules/csstype": {
2359
+ "version": "3.2.3",
2360
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
2361
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
2362
+ "devOptional": true,
2363
+ "license": "MIT"
2364
+ },
2365
+ "node_modules/debug": {
2366
+ "version": "4.4.3",
2367
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2368
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2369
+ "dev": true,
2370
+ "license": "MIT",
2371
+ "dependencies": {
2372
+ "ms": "^2.1.3"
2373
+ },
2374
+ "engines": {
2375
+ "node": ">=6.0"
2376
+ },
2377
+ "peerDependenciesMeta": {
2378
+ "supports-color": {
2379
+ "optional": true
2380
+ }
2381
+ }
2382
+ },
2383
+ "node_modules/deep-eql": {
2384
+ "version": "5.0.2",
2385
+ "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
2386
+ "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
2387
+ "dev": true,
2388
+ "license": "MIT",
2389
+ "engines": {
2390
+ "node": ">=6"
2391
+ }
2392
+ },
2393
+ "node_modules/detect-libc": {
2394
+ "version": "2.1.2",
2395
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2396
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2397
+ "devOptional": true,
2398
+ "license": "Apache-2.0",
2399
+ "engines": {
2400
+ "node": ">=8"
2401
+ }
2402
+ },
2403
+ "node_modules/dotenv": {
2404
+ "version": "16.6.1",
2405
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
2406
+ "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
2407
+ "license": "BSD-2-Clause",
2408
+ "engines": {
2409
+ "node": ">=12"
2410
+ },
2411
+ "funding": {
2412
+ "url": "https://dotenvx.com"
2413
+ }
2414
+ },
2415
+ "node_modules/enhanced-resolve": {
2416
+ "version": "5.21.6",
2417
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.6.tgz",
2418
+ "integrity": "sha512-aNnGCvbJ/RIyWo1IuhNdVjnNF+EjH9wpzpNHt+ci/m9He9LJvUN8wrCcXjp9cWsGNAuvSpVFTx/vraAFQ8qGjQ==",
2419
+ "dev": true,
2420
+ "license": "MIT",
2421
+ "dependencies": {
2422
+ "graceful-fs": "^4.2.4",
2423
+ "tapable": "^2.3.3"
2424
+ },
2425
+ "engines": {
2426
+ "node": ">=10.13.0"
2427
+ }
2428
+ },
2429
+ "node_modules/es-module-lexer": {
2430
+ "version": "1.7.0",
2431
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
2432
+ "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
2433
+ "dev": true,
2434
+ "license": "MIT"
2435
+ },
2436
+ "node_modules/esbuild": {
2437
+ "version": "0.28.1",
2438
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.1.tgz",
2439
+ "integrity": "sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==",
2440
+ "dev": true,
2441
+ "hasInstallScript": true,
2442
+ "license": "MIT",
2443
+ "bin": {
2444
+ "esbuild": "bin/esbuild"
2445
+ },
2446
+ "engines": {
2447
+ "node": ">=18"
2448
+ },
2449
+ "optionalDependencies": {
2450
+ "@esbuild/aix-ppc64": "0.28.1",
2451
+ "@esbuild/android-arm": "0.28.1",
2452
+ "@esbuild/android-arm64": "0.28.1",
2453
+ "@esbuild/android-x64": "0.28.1",
2454
+ "@esbuild/darwin-arm64": "0.28.1",
2455
+ "@esbuild/darwin-x64": "0.28.1",
2456
+ "@esbuild/freebsd-arm64": "0.28.1",
2457
+ "@esbuild/freebsd-x64": "0.28.1",
2458
+ "@esbuild/linux-arm": "0.28.1",
2459
+ "@esbuild/linux-arm64": "0.28.1",
2460
+ "@esbuild/linux-ia32": "0.28.1",
2461
+ "@esbuild/linux-loong64": "0.28.1",
2462
+ "@esbuild/linux-mips64el": "0.28.1",
2463
+ "@esbuild/linux-ppc64": "0.28.1",
2464
+ "@esbuild/linux-riscv64": "0.28.1",
2465
+ "@esbuild/linux-s390x": "0.28.1",
2466
+ "@esbuild/linux-x64": "0.28.1",
2467
+ "@esbuild/netbsd-arm64": "0.28.1",
2468
+ "@esbuild/netbsd-x64": "0.28.1",
2469
+ "@esbuild/openbsd-arm64": "0.28.1",
2470
+ "@esbuild/openbsd-x64": "0.28.1",
2471
+ "@esbuild/openharmony-arm64": "0.28.1",
2472
+ "@esbuild/sunos-x64": "0.28.1",
2473
+ "@esbuild/win32-arm64": "0.28.1",
2474
+ "@esbuild/win32-ia32": "0.28.1",
2475
+ "@esbuild/win32-x64": "0.28.1"
2476
+ }
2477
+ },
2478
+ "node_modules/estree-walker": {
2479
+ "version": "3.0.3",
2480
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
2481
+ "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
2482
+ "dev": true,
2483
+ "license": "MIT",
2484
+ "dependencies": {
2485
+ "@types/estree": "^1.0.0"
2486
+ }
2487
+ },
2488
+ "node_modules/expect-type": {
2489
+ "version": "1.4.0",
2490
+ "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
2491
+ "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
2492
+ "dev": true,
2493
+ "license": "Apache-2.0",
2494
+ "engines": {
2495
+ "node": ">=12.0.0"
2496
+ }
2497
+ },
2498
+ "node_modules/fdir": {
2499
+ "version": "6.5.0",
2500
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2501
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2502
+ "dev": true,
2503
+ "license": "MIT",
2504
+ "engines": {
2505
+ "node": ">=12.0.0"
2506
+ },
2507
+ "peerDependencies": {
2508
+ "picomatch": "^3 || ^4"
2509
+ },
2510
+ "peerDependenciesMeta": {
2511
+ "picomatch": {
2512
+ "optional": true
2513
+ }
2514
+ }
2515
+ },
2516
+ "node_modules/framer-motion": {
2517
+ "version": "12.42.2",
2518
+ "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.42.2.tgz",
2519
+ "integrity": "sha512-5XY9luDiu0oHfHBjpDthFMh0ES+122w6p/papSJBweMkO8Sn+PW2QaEgRblQBpWFnuvZS5qvarpt/hO2pjGmnw==",
2520
+ "license": "MIT",
2521
+ "dependencies": {
2522
+ "motion-dom": "^12.42.2",
2523
+ "motion-utils": "^12.39.0",
2524
+ "tslib": "^2.4.0"
2525
+ },
2526
+ "peerDependencies": {
2527
+ "@emotion/is-prop-valid": "*",
2528
+ "react": "^18.0.0 || ^19.0.0",
2529
+ "react-dom": "^18.0.0 || ^19.0.0"
2530
+ },
2531
+ "peerDependenciesMeta": {
2532
+ "@emotion/is-prop-valid": {
2533
+ "optional": true
2534
+ },
2535
+ "react": {
2536
+ "optional": true
2537
+ },
2538
+ "react-dom": {
2539
+ "optional": true
2540
+ }
2541
+ }
2542
+ },
2543
+ "node_modules/fsevents": {
2544
+ "version": "2.3.3",
2545
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2546
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2547
+ "dev": true,
2548
+ "hasInstallScript": true,
2549
+ "license": "MIT",
2550
+ "optional": true,
2551
+ "os": [
2552
+ "darwin"
2553
+ ],
2554
+ "engines": {
2555
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2556
+ }
2557
+ },
2558
+ "node_modules/graceful-fs": {
2559
+ "version": "4.2.11",
2560
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
2561
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
2562
+ "dev": true,
2563
+ "license": "ISC"
2564
+ },
2565
+ "node_modules/graphql": {
2566
+ "version": "15.10.2",
2567
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.10.2.tgz",
2568
+ "integrity": "sha512-1PRqdDPAmViWr4h1GVBT8RoPZfWSGZa7kDzleTilOfVIslsgf+cia3Nl95v1KDmR4iERPaT7WzQ+tN4MJmbg3w==",
2569
+ "license": "MIT",
2570
+ "engines": {
2571
+ "node": ">= 10.x"
2572
+ }
2573
+ },
2574
+ "node_modules/isomorphic-unfetch": {
2575
+ "version": "3.1.0",
2576
+ "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz",
2577
+ "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==",
2578
+ "license": "MIT",
2579
+ "dependencies": {
2580
+ "node-fetch": "^2.6.1",
2581
+ "unfetch": "^4.2.0"
2582
+ }
2583
+ },
2584
+ "node_modules/jiti": {
2585
+ "version": "2.7.0",
2586
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
2587
+ "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
2588
+ "dev": true,
2589
+ "license": "MIT",
2590
+ "bin": {
2591
+ "jiti": "lib/jiti-cli.mjs"
2592
+ }
2593
+ },
2594
+ "node_modules/js-tokens": {
2595
+ "version": "9.0.1",
2596
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
2597
+ "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
2598
+ "dev": true,
2599
+ "license": "MIT"
2600
+ },
2601
+ "node_modules/lightningcss": {
2602
+ "version": "1.32.0",
2603
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
2604
+ "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
2605
+ "dev": true,
2606
+ "license": "MPL-2.0",
2607
+ "dependencies": {
2608
+ "detect-libc": "^2.0.3"
2609
+ },
2610
+ "engines": {
2611
+ "node": ">= 12.0.0"
2612
+ },
2613
+ "funding": {
2614
+ "type": "opencollective",
2615
+ "url": "https://opencollective.com/parcel"
2616
+ },
2617
+ "optionalDependencies": {
2618
+ "lightningcss-android-arm64": "1.32.0",
2619
+ "lightningcss-darwin-arm64": "1.32.0",
2620
+ "lightningcss-darwin-x64": "1.32.0",
2621
+ "lightningcss-freebsd-x64": "1.32.0",
2622
+ "lightningcss-linux-arm-gnueabihf": "1.32.0",
2623
+ "lightningcss-linux-arm64-gnu": "1.32.0",
2624
+ "lightningcss-linux-arm64-musl": "1.32.0",
2625
+ "lightningcss-linux-x64-gnu": "1.32.0",
2626
+ "lightningcss-linux-x64-musl": "1.32.0",
2627
+ "lightningcss-win32-arm64-msvc": "1.32.0",
2628
+ "lightningcss-win32-x64-msvc": "1.32.0"
2629
+ }
2630
+ },
2631
+ "node_modules/lightningcss-android-arm64": {
2632
+ "version": "1.32.0",
2633
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
2634
+ "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
2635
+ "cpu": [
2636
+ "arm64"
2637
+ ],
2638
+ "dev": true,
2639
+ "license": "MPL-2.0",
2640
+ "optional": true,
2641
+ "os": [
2642
+ "android"
2643
+ ],
2644
+ "engines": {
2645
+ "node": ">= 12.0.0"
2646
+ },
2647
+ "funding": {
2648
+ "type": "opencollective",
2649
+ "url": "https://opencollective.com/parcel"
2650
+ }
2651
+ },
2652
+ "node_modules/lightningcss-darwin-arm64": {
2653
+ "version": "1.32.0",
2654
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
2655
+ "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
2656
+ "cpu": [
2657
+ "arm64"
2658
+ ],
2659
+ "dev": true,
2660
+ "license": "MPL-2.0",
2661
+ "optional": true,
2662
+ "os": [
2663
+ "darwin"
2664
+ ],
2665
+ "engines": {
2666
+ "node": ">= 12.0.0"
2667
+ },
2668
+ "funding": {
2669
+ "type": "opencollective",
2670
+ "url": "https://opencollective.com/parcel"
2671
+ }
2672
+ },
2673
+ "node_modules/lightningcss-darwin-x64": {
2674
+ "version": "1.32.0",
2675
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
2676
+ "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
2677
+ "cpu": [
2678
+ "x64"
2679
+ ],
2680
+ "dev": true,
2681
+ "license": "MPL-2.0",
2682
+ "optional": true,
2683
+ "os": [
2684
+ "darwin"
2685
+ ],
2686
+ "engines": {
2687
+ "node": ">= 12.0.0"
2688
+ },
2689
+ "funding": {
2690
+ "type": "opencollective",
2691
+ "url": "https://opencollective.com/parcel"
2692
+ }
2693
+ },
2694
+ "node_modules/lightningcss-freebsd-x64": {
2695
+ "version": "1.32.0",
2696
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
2697
+ "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
2698
+ "cpu": [
2699
+ "x64"
2700
+ ],
2701
+ "dev": true,
2702
+ "license": "MPL-2.0",
2703
+ "optional": true,
2704
+ "os": [
2705
+ "freebsd"
2706
+ ],
2707
+ "engines": {
2708
+ "node": ">= 12.0.0"
2709
+ },
2710
+ "funding": {
2711
+ "type": "opencollective",
2712
+ "url": "https://opencollective.com/parcel"
2713
+ }
2714
+ },
2715
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
2716
+ "version": "1.32.0",
2717
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
2718
+ "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
2719
+ "cpu": [
2720
+ "arm"
2721
+ ],
2722
+ "dev": true,
2723
+ "license": "MPL-2.0",
2724
+ "optional": true,
2725
+ "os": [
2726
+ "linux"
2727
+ ],
2728
+ "engines": {
2729
+ "node": ">= 12.0.0"
2730
+ },
2731
+ "funding": {
2732
+ "type": "opencollective",
2733
+ "url": "https://opencollective.com/parcel"
2734
+ }
2735
+ },
2736
+ "node_modules/lightningcss-linux-arm64-gnu": {
2737
+ "version": "1.32.0",
2738
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
2739
+ "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
2740
+ "cpu": [
2741
+ "arm64"
2742
+ ],
2743
+ "dev": true,
2744
+ "license": "MPL-2.0",
2745
+ "optional": true,
2746
+ "os": [
2747
+ "linux"
2748
+ ],
2749
+ "engines": {
2750
+ "node": ">= 12.0.0"
2751
+ },
2752
+ "funding": {
2753
+ "type": "opencollective",
2754
+ "url": "https://opencollective.com/parcel"
2755
+ }
2756
+ },
2757
+ "node_modules/lightningcss-linux-arm64-musl": {
2758
+ "version": "1.32.0",
2759
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
2760
+ "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
2761
+ "cpu": [
2762
+ "arm64"
2763
+ ],
2764
+ "dev": true,
2765
+ "license": "MPL-2.0",
2766
+ "optional": true,
2767
+ "os": [
2768
+ "linux"
2769
+ ],
2770
+ "engines": {
2771
+ "node": ">= 12.0.0"
2772
+ },
2773
+ "funding": {
2774
+ "type": "opencollective",
2775
+ "url": "https://opencollective.com/parcel"
2776
+ }
2777
+ },
2778
+ "node_modules/lightningcss-linux-x64-gnu": {
2779
+ "version": "1.32.0",
2780
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
2781
+ "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
2782
+ "cpu": [
2783
+ "x64"
2784
+ ],
2785
+ "dev": true,
2786
+ "license": "MPL-2.0",
2787
+ "optional": true,
2788
+ "os": [
2789
+ "linux"
2790
+ ],
2791
+ "engines": {
2792
+ "node": ">= 12.0.0"
2793
+ },
2794
+ "funding": {
2795
+ "type": "opencollective",
2796
+ "url": "https://opencollective.com/parcel"
2797
+ }
2798
+ },
2799
+ "node_modules/lightningcss-linux-x64-musl": {
2800
+ "version": "1.32.0",
2801
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
2802
+ "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
2803
+ "cpu": [
2804
+ "x64"
2805
+ ],
2806
+ "dev": true,
2807
+ "license": "MPL-2.0",
2808
+ "optional": true,
2809
+ "os": [
2810
+ "linux"
2811
+ ],
2812
+ "engines": {
2813
+ "node": ">= 12.0.0"
2814
+ },
2815
+ "funding": {
2816
+ "type": "opencollective",
2817
+ "url": "https://opencollective.com/parcel"
2818
+ }
2819
+ },
2820
+ "node_modules/lightningcss-win32-arm64-msvc": {
2821
+ "version": "1.32.0",
2822
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
2823
+ "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
2824
+ "cpu": [
2825
+ "arm64"
2826
+ ],
2827
+ "dev": true,
2828
+ "license": "MPL-2.0",
2829
+ "optional": true,
2830
+ "os": [
2831
+ "win32"
2832
+ ],
2833
+ "engines": {
2834
+ "node": ">= 12.0.0"
2835
+ },
2836
+ "funding": {
2837
+ "type": "opencollective",
2838
+ "url": "https://opencollective.com/parcel"
2839
+ }
2840
+ },
2841
+ "node_modules/lightningcss-win32-x64-msvc": {
2842
+ "version": "1.32.0",
2843
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
2844
+ "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
2845
+ "cpu": [
2846
+ "x64"
2847
+ ],
2848
+ "dev": true,
2849
+ "license": "MPL-2.0",
2850
+ "optional": true,
2851
+ "os": [
2852
+ "win32"
2853
+ ],
2854
+ "engines": {
2855
+ "node": ">= 12.0.0"
2856
+ },
2857
+ "funding": {
2858
+ "type": "opencollective",
2859
+ "url": "https://opencollective.com/parcel"
2860
+ }
2861
+ },
2862
+ "node_modules/loupe": {
2863
+ "version": "3.2.1",
2864
+ "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz",
2865
+ "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==",
2866
+ "dev": true,
2867
+ "license": "MIT"
2868
+ },
2869
+ "node_modules/lucide-react": {
2870
+ "version": "0.511.0",
2871
+ "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.511.0.tgz",
2872
+ "integrity": "sha512-VK5a2ydJ7xm8GvBeKLS9mu1pVK6ucef9780JVUjw6bAjJL/QXnd4Y0p7SPeOUMC27YhzNCZvm5d/QX0Tp3rc0w==",
2873
+ "license": "ISC",
2874
+ "peerDependencies": {
2875
+ "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
2876
+ }
2877
+ },
2878
+ "node_modules/magic-string": {
2879
+ "version": "0.30.21",
2880
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
2881
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
2882
+ "dev": true,
2883
+ "license": "MIT",
2884
+ "dependencies": {
2885
+ "@jridgewell/sourcemap-codec": "^1.5.5"
2886
+ }
2887
+ },
2888
+ "node_modules/motion-dom": {
2889
+ "version": "12.42.2",
2890
+ "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.42.2.tgz",
2891
+ "integrity": "sha512-5gIMWLp/PycBtJRJWRgjxke5n8dlvkSn2DrYW+tr3XcqAZY1xZh6BJyooJXCM8wdfM7wfMjkBJNLge1CKPUIRA==",
2892
+ "license": "MIT",
2893
+ "dependencies": {
2894
+ "motion-utils": "^12.39.0"
2895
+ }
2896
+ },
2897
+ "node_modules/motion-utils": {
2898
+ "version": "12.39.0",
2899
+ "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.39.0.tgz",
2900
+ "integrity": "sha512-8nadJAJjTtqRkmRF36FoJTrywK9nnFmnPwnSMyxaOCU7GDjN9RTMJIxx9De8ErM+vpPhMccr/6fo5WciyQLnMQ==",
2901
+ "license": "MIT"
2902
+ },
2903
+ "node_modules/ms": {
2904
+ "version": "2.1.3",
2905
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2906
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2907
+ "dev": true,
2908
+ "license": "MIT"
2909
+ },
2910
+ "node_modules/nanoid": {
2911
+ "version": "3.3.15",
2912
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.15.tgz",
2913
+ "integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==",
2914
+ "funding": [
2915
+ {
2916
+ "type": "github",
2917
+ "url": "https://github.com/sponsors/ai"
2918
+ }
2919
+ ],
2920
+ "license": "MIT",
2921
+ "bin": {
2922
+ "nanoid": "bin/nanoid.cjs"
2923
+ },
2924
+ "engines": {
2925
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2926
+ }
2927
+ },
2928
+ "node_modules/next": {
2929
+ "version": "15.5.20",
2930
+ "resolved": "https://registry.npmjs.org/next/-/next-15.5.20.tgz",
2931
+ "integrity": "sha512-cvyS3/geydan1xLtE3FA8VCgdoQ/Gg/dlOldFkFCbB5VcVYJV7090hQLBnvTW2PwT76Z/dHdzDZCsVhZpoOlUA==",
2932
+ "license": "MIT",
2933
+ "dependencies": {
2934
+ "@next/env": "15.5.20",
2935
+ "@swc/helpers": "0.5.15",
2936
+ "caniuse-lite": "^1.0.30001579",
2937
+ "postcss": "8.4.31",
2938
+ "styled-jsx": "5.1.6"
2939
+ },
2940
+ "bin": {
2941
+ "next": "dist/bin/next"
2942
+ },
2943
+ "engines": {
2944
+ "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
2945
+ },
2946
+ "optionalDependencies": {
2947
+ "@next/swc-darwin-arm64": "15.5.20",
2948
+ "@next/swc-darwin-x64": "15.5.20",
2949
+ "@next/swc-linux-arm64-gnu": "15.5.20",
2950
+ "@next/swc-linux-arm64-musl": "15.5.20",
2951
+ "@next/swc-linux-x64-gnu": "15.5.20",
2952
+ "@next/swc-linux-x64-musl": "15.5.20",
2953
+ "@next/swc-win32-arm64-msvc": "15.5.20",
2954
+ "@next/swc-win32-x64-msvc": "15.5.20",
2955
+ "sharp": "^0.34.3"
2956
+ },
2957
+ "peerDependencies": {
2958
+ "@opentelemetry/api": "^1.1.0",
2959
+ "@playwright/test": "^1.51.1",
2960
+ "babel-plugin-react-compiler": "*",
2961
+ "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
2962
+ "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
2963
+ "sass": "^1.3.0"
2964
+ },
2965
+ "peerDependenciesMeta": {
2966
+ "@opentelemetry/api": {
2967
+ "optional": true
2968
+ },
2969
+ "@playwright/test": {
2970
+ "optional": true
2971
+ },
2972
+ "babel-plugin-react-compiler": {
2973
+ "optional": true
2974
+ },
2975
+ "sass": {
2976
+ "optional": true
2977
+ }
2978
+ }
2979
+ },
2980
+ "node_modules/next-themes": {
2981
+ "version": "0.4.6",
2982
+ "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz",
2983
+ "integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==",
2984
+ "license": "MIT",
2985
+ "peerDependencies": {
2986
+ "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc",
2987
+ "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc"
2988
+ }
2989
+ },
2990
+ "node_modules/next/node_modules/postcss": {
2991
+ "version": "8.4.31",
2992
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
2993
+ "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
2994
+ "funding": [
2995
+ {
2996
+ "type": "opencollective",
2997
+ "url": "https://opencollective.com/postcss/"
2998
+ },
2999
+ {
3000
+ "type": "tidelift",
3001
+ "url": "https://tidelift.com/funding/github/npm/postcss"
3002
+ },
3003
+ {
3004
+ "type": "github",
3005
+ "url": "https://github.com/sponsors/ai"
3006
+ }
3007
+ ],
3008
+ "license": "MIT",
3009
+ "dependencies": {
3010
+ "nanoid": "^3.3.6",
3011
+ "picocolors": "^1.0.0",
3012
+ "source-map-js": "^1.0.2"
3013
+ },
3014
+ "engines": {
3015
+ "node": "^10 || ^12 || >=14"
3016
+ }
3017
+ },
3018
+ "node_modules/node-fetch": {
3019
+ "version": "2.7.0",
3020
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
3021
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
3022
+ "license": "MIT",
3023
+ "dependencies": {
3024
+ "whatwg-url": "^5.0.0"
3025
+ },
3026
+ "engines": {
3027
+ "node": "4.x || >=6.0.0"
3028
+ },
3029
+ "peerDependencies": {
3030
+ "encoding": "^0.1.0"
3031
+ },
3032
+ "peerDependenciesMeta": {
3033
+ "encoding": {
3034
+ "optional": true
3035
+ }
3036
+ }
3037
+ },
3038
+ "node_modules/pathe": {
3039
+ "version": "2.0.3",
3040
+ "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
3041
+ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
3042
+ "dev": true,
3043
+ "license": "MIT"
3044
+ },
3045
+ "node_modules/pathval": {
3046
+ "version": "2.0.1",
3047
+ "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz",
3048
+ "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==",
3049
+ "dev": true,
3050
+ "license": "MIT",
3051
+ "engines": {
3052
+ "node": ">= 14.16"
3053
+ }
3054
+ },
3055
+ "node_modules/picocolors": {
3056
+ "version": "1.1.1",
3057
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3058
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3059
+ "license": "ISC"
3060
+ },
3061
+ "node_modules/picomatch": {
3062
+ "version": "4.0.5",
3063
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
3064
+ "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
3065
+ "dev": true,
3066
+ "license": "MIT",
3067
+ "engines": {
3068
+ "node": ">=12"
3069
+ },
3070
+ "funding": {
3071
+ "url": "https://github.com/sponsors/jonschlinkert"
3072
+ }
3073
+ },
3074
+ "node_modules/postcss": {
3075
+ "version": "8.5.16",
3076
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz",
3077
+ "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==",
3078
+ "dev": true,
3079
+ "funding": [
3080
+ {
3081
+ "type": "opencollective",
3082
+ "url": "https://opencollective.com/postcss/"
3083
+ },
3084
+ {
3085
+ "type": "tidelift",
3086
+ "url": "https://tidelift.com/funding/github/npm/postcss"
3087
+ },
3088
+ {
3089
+ "type": "github",
3090
+ "url": "https://github.com/sponsors/ai"
3091
+ }
3092
+ ],
3093
+ "license": "MIT",
3094
+ "dependencies": {
3095
+ "nanoid": "^3.3.12",
3096
+ "picocolors": "^1.1.1",
3097
+ "source-map-js": "^1.2.1"
3098
+ },
3099
+ "engines": {
3100
+ "node": "^10 || ^12 || >=14"
3101
+ }
3102
+ },
3103
+ "node_modules/react": {
3104
+ "version": "19.2.7",
3105
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
3106
+ "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
3107
+ "license": "MIT",
3108
+ "engines": {
3109
+ "node": ">=0.10.0"
3110
+ }
3111
+ },
3112
+ "node_modules/react-dom": {
3113
+ "version": "19.2.7",
3114
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
3115
+ "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
3116
+ "license": "MIT",
3117
+ "dependencies": {
3118
+ "scheduler": "^0.27.0"
3119
+ },
3120
+ "peerDependencies": {
3121
+ "react": "^19.2.7"
3122
+ }
3123
+ },
3124
+ "node_modules/react-icons": {
3125
+ "version": "5.7.0",
3126
+ "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.7.0.tgz",
3127
+ "integrity": "sha512-LBLy340Rzqy6+/yVhZKT3B/QpP1BZaesGqasf09HPOBzRarcDIFH0WwXlXQfE7q7ipxK4MSiC5DIBWURCny6fw==",
3128
+ "license": "MIT",
3129
+ "peerDependencies": {
3130
+ "react": "*"
3131
+ }
3132
+ },
3133
+ "node_modules/rollup": {
3134
+ "version": "4.62.2",
3135
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.62.2.tgz",
3136
+ "integrity": "sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==",
3137
+ "dev": true,
3138
+ "license": "MIT",
3139
+ "dependencies": {
3140
+ "@types/estree": "1.0.9"
3141
+ },
3142
+ "bin": {
3143
+ "rollup": "dist/bin/rollup"
3144
+ },
3145
+ "engines": {
3146
+ "node": ">=18.0.0",
3147
+ "npm": ">=8.0.0"
3148
+ },
3149
+ "optionalDependencies": {
3150
+ "@rollup/rollup-android-arm-eabi": "4.62.2",
3151
+ "@rollup/rollup-android-arm64": "4.62.2",
3152
+ "@rollup/rollup-darwin-arm64": "4.62.2",
3153
+ "@rollup/rollup-darwin-x64": "4.62.2",
3154
+ "@rollup/rollup-freebsd-arm64": "4.62.2",
3155
+ "@rollup/rollup-freebsd-x64": "4.62.2",
3156
+ "@rollup/rollup-linux-arm-gnueabihf": "4.62.2",
3157
+ "@rollup/rollup-linux-arm-musleabihf": "4.62.2",
3158
+ "@rollup/rollup-linux-arm64-gnu": "4.62.2",
3159
+ "@rollup/rollup-linux-arm64-musl": "4.62.2",
3160
+ "@rollup/rollup-linux-loong64-gnu": "4.62.2",
3161
+ "@rollup/rollup-linux-loong64-musl": "4.62.2",
3162
+ "@rollup/rollup-linux-ppc64-gnu": "4.62.2",
3163
+ "@rollup/rollup-linux-ppc64-musl": "4.62.2",
3164
+ "@rollup/rollup-linux-riscv64-gnu": "4.62.2",
3165
+ "@rollup/rollup-linux-riscv64-musl": "4.62.2",
3166
+ "@rollup/rollup-linux-s390x-gnu": "4.62.2",
3167
+ "@rollup/rollup-linux-x64-gnu": "4.62.2",
3168
+ "@rollup/rollup-linux-x64-musl": "4.62.2",
3169
+ "@rollup/rollup-openbsd-x64": "4.62.2",
3170
+ "@rollup/rollup-openharmony-arm64": "4.62.2",
3171
+ "@rollup/rollup-win32-arm64-msvc": "4.62.2",
3172
+ "@rollup/rollup-win32-ia32-msvc": "4.62.2",
3173
+ "@rollup/rollup-win32-x64-gnu": "4.62.2",
3174
+ "@rollup/rollup-win32-x64-msvc": "4.62.2",
3175
+ "fsevents": "~2.3.2"
3176
+ }
3177
+ },
3178
+ "node_modules/scheduler": {
3179
+ "version": "0.27.0",
3180
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
3181
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
3182
+ "license": "MIT"
3183
+ },
3184
+ "node_modules/semver": {
3185
+ "version": "7.8.5",
3186
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
3187
+ "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
3188
+ "license": "ISC",
3189
+ "optional": true,
3190
+ "bin": {
3191
+ "semver": "bin/semver.js"
3192
+ },
3193
+ "engines": {
3194
+ "node": ">=10"
3195
+ }
3196
+ },
3197
+ "node_modules/server-only": {
3198
+ "version": "0.0.1",
3199
+ "resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",
3200
+ "integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==",
3201
+ "license": "MIT"
3202
+ },
3203
+ "node_modules/sharp": {
3204
+ "version": "0.34.5",
3205
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
3206
+ "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
3207
+ "hasInstallScript": true,
3208
+ "license": "Apache-2.0",
3209
+ "optional": true,
3210
+ "dependencies": {
3211
+ "@img/colour": "^1.0.0",
3212
+ "detect-libc": "^2.1.2",
3213
+ "semver": "^7.7.3"
3214
+ },
3215
+ "engines": {
3216
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3217
+ },
3218
+ "funding": {
3219
+ "url": "https://opencollective.com/libvips"
3220
+ },
3221
+ "optionalDependencies": {
3222
+ "@img/sharp-darwin-arm64": "0.34.5",
3223
+ "@img/sharp-darwin-x64": "0.34.5",
3224
+ "@img/sharp-libvips-darwin-arm64": "1.2.4",
3225
+ "@img/sharp-libvips-darwin-x64": "1.2.4",
3226
+ "@img/sharp-libvips-linux-arm": "1.2.4",
3227
+ "@img/sharp-libvips-linux-arm64": "1.2.4",
3228
+ "@img/sharp-libvips-linux-ppc64": "1.2.4",
3229
+ "@img/sharp-libvips-linux-riscv64": "1.2.4",
3230
+ "@img/sharp-libvips-linux-s390x": "1.2.4",
3231
+ "@img/sharp-libvips-linux-x64": "1.2.4",
3232
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
3233
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
3234
+ "@img/sharp-linux-arm": "0.34.5",
3235
+ "@img/sharp-linux-arm64": "0.34.5",
3236
+ "@img/sharp-linux-ppc64": "0.34.5",
3237
+ "@img/sharp-linux-riscv64": "0.34.5",
3238
+ "@img/sharp-linux-s390x": "0.34.5",
3239
+ "@img/sharp-linux-x64": "0.34.5",
3240
+ "@img/sharp-linuxmusl-arm64": "0.34.5",
3241
+ "@img/sharp-linuxmusl-x64": "0.34.5",
3242
+ "@img/sharp-wasm32": "0.34.5",
3243
+ "@img/sharp-win32-arm64": "0.34.5",
3244
+ "@img/sharp-win32-ia32": "0.34.5",
3245
+ "@img/sharp-win32-x64": "0.34.5"
3246
+ }
3247
+ },
3248
+ "node_modules/siginfo": {
3249
+ "version": "2.0.0",
3250
+ "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
3251
+ "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
3252
+ "dev": true,
3253
+ "license": "ISC"
3254
+ },
3255
+ "node_modules/source-map-js": {
3256
+ "version": "1.2.1",
3257
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
3258
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
3259
+ "license": "BSD-3-Clause",
3260
+ "engines": {
3261
+ "node": ">=0.10.0"
3262
+ }
3263
+ },
3264
+ "node_modules/stackback": {
3265
+ "version": "0.0.2",
3266
+ "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
3267
+ "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
3268
+ "dev": true,
3269
+ "license": "MIT"
3270
+ },
3271
+ "node_modules/std-env": {
3272
+ "version": "3.10.0",
3273
+ "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
3274
+ "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
3275
+ "dev": true,
3276
+ "license": "MIT"
3277
+ },
3278
+ "node_modules/strip-literal": {
3279
+ "version": "3.1.0",
3280
+ "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
3281
+ "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
3282
+ "dev": true,
3283
+ "license": "MIT",
3284
+ "dependencies": {
3285
+ "js-tokens": "^9.0.1"
3286
+ },
3287
+ "funding": {
3288
+ "url": "https://github.com/sponsors/antfu"
3289
+ }
3290
+ },
3291
+ "node_modules/styled-jsx": {
3292
+ "version": "5.1.6",
3293
+ "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
3294
+ "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
3295
+ "license": "MIT",
3296
+ "dependencies": {
3297
+ "client-only": "0.0.1"
3298
+ },
3299
+ "engines": {
3300
+ "node": ">= 12.0.0"
3301
+ },
3302
+ "peerDependencies": {
3303
+ "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
3304
+ },
3305
+ "peerDependenciesMeta": {
3306
+ "@babel/core": {
3307
+ "optional": true
3308
+ },
3309
+ "babel-plugin-macros": {
3310
+ "optional": true
3311
+ }
3312
+ }
3313
+ },
3314
+ "node_modules/tailwind-merge": {
3315
+ "version": "3.6.0",
3316
+ "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.6.0.tgz",
3317
+ "integrity": "sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==",
3318
+ "license": "MIT",
3319
+ "funding": {
3320
+ "type": "github",
3321
+ "url": "https://github.com/sponsors/dcastil"
3322
+ }
3323
+ },
3324
+ "node_modules/tailwindcss": {
3325
+ "version": "4.3.2",
3326
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz",
3327
+ "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==",
3328
+ "dev": true,
3329
+ "license": "MIT"
3330
+ },
3331
+ "node_modules/tapable": {
3332
+ "version": "2.3.3",
3333
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
3334
+ "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
3335
+ "dev": true,
3336
+ "license": "MIT",
3337
+ "engines": {
3338
+ "node": ">=6"
3339
+ },
3340
+ "funding": {
3341
+ "type": "opencollective",
3342
+ "url": "https://opencollective.com/webpack"
3343
+ }
3344
+ },
3345
+ "node_modules/tinybench": {
3346
+ "version": "2.9.0",
3347
+ "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
3348
+ "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
3349
+ "dev": true,
3350
+ "license": "MIT"
3351
+ },
3352
+ "node_modules/tinyexec": {
3353
+ "version": "0.3.2",
3354
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
3355
+ "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
3356
+ "dev": true,
3357
+ "license": "MIT"
3358
+ },
3359
+ "node_modules/tinyglobby": {
3360
+ "version": "0.2.17",
3361
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
3362
+ "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
3363
+ "dev": true,
3364
+ "license": "MIT",
3365
+ "dependencies": {
3366
+ "fdir": "^6.5.0",
3367
+ "picomatch": "^4.0.4"
3368
+ },
3369
+ "engines": {
3370
+ "node": ">=12.0.0"
3371
+ },
3372
+ "funding": {
3373
+ "url": "https://github.com/sponsors/SuperchupuDev"
3374
+ }
3375
+ },
3376
+ "node_modules/tinypool": {
3377
+ "version": "1.1.1",
3378
+ "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz",
3379
+ "integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==",
3380
+ "dev": true,
3381
+ "license": "MIT",
3382
+ "engines": {
3383
+ "node": "^18.0.0 || >=20.0.0"
3384
+ }
3385
+ },
3386
+ "node_modules/tinyrainbow": {
3387
+ "version": "2.0.0",
3388
+ "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz",
3389
+ "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==",
3390
+ "dev": true,
3391
+ "license": "MIT",
3392
+ "engines": {
3393
+ "node": ">=14.0.0"
3394
+ }
3395
+ },
3396
+ "node_modules/tinyspy": {
3397
+ "version": "4.0.4",
3398
+ "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.4.tgz",
3399
+ "integrity": "sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==",
3400
+ "dev": true,
3401
+ "license": "MIT",
3402
+ "engines": {
3403
+ "node": ">=14.0.0"
3404
+ }
3405
+ },
3406
+ "node_modules/tr46": {
3407
+ "version": "0.0.3",
3408
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
3409
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
3410
+ "license": "MIT"
3411
+ },
3412
+ "node_modules/tslib": {
3413
+ "version": "2.8.1",
3414
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
3415
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
3416
+ "license": "0BSD"
3417
+ },
3418
+ "node_modules/tsx": {
3419
+ "version": "4.23.0",
3420
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.0.tgz",
3421
+ "integrity": "sha512-eUdUIaCr963q2h5u3+QwvYp0+eqPvn+egeqZUm0hwERCqqx1E3kK5ehbGCvqSE5MQAULr67ww0cA3jKc3YkM1w==",
3422
+ "dev": true,
3423
+ "license": "MIT",
3424
+ "dependencies": {
3425
+ "esbuild": "~0.28.0"
3426
+ },
3427
+ "bin": {
3428
+ "tsx": "dist/cli.mjs"
3429
+ },
3430
+ "engines": {
3431
+ "node": ">=18.0.0"
3432
+ },
3433
+ "optionalDependencies": {
3434
+ "fsevents": "~2.3.3"
3435
+ }
3436
+ },
3437
+ "node_modules/tweetnacl": {
3438
+ "version": "1.0.3",
3439
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
3440
+ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
3441
+ "license": "Unlicense"
3442
+ },
3443
+ "node_modules/tweetsodium": {
3444
+ "version": "0.0.4",
3445
+ "resolved": "https://registry.npmjs.org/tweetsodium/-/tweetsodium-0.0.4.tgz",
3446
+ "integrity": "sha512-nTYzcaSmpd2vcfI8DriuO01l+jIF8TmjNxjFPRyJkdzi5IdJbUstT3G1rk8V9YkzrucNSWoSrA9Z5Yp3RW2cgw==",
3447
+ "license": "MIT",
3448
+ "dependencies": {
3449
+ "blakejs": "^1.1.0",
3450
+ "tweetnacl": "^1.0.1"
3451
+ }
3452
+ },
3453
+ "node_modules/typescript": {
3454
+ "version": "5.9.3",
3455
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
3456
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
3457
+ "dev": true,
3458
+ "license": "Apache-2.0",
3459
+ "bin": {
3460
+ "tsc": "bin/tsc",
3461
+ "tsserver": "bin/tsserver"
3462
+ },
3463
+ "engines": {
3464
+ "node": ">=14.17"
3465
+ }
3466
+ },
3467
+ "node_modules/undici": {
3468
+ "version": "5.29.0",
3469
+ "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",
3470
+ "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
3471
+ "license": "MIT",
3472
+ "dependencies": {
3473
+ "@fastify/busboy": "^2.0.0"
3474
+ },
3475
+ "engines": {
3476
+ "node": ">=14.0"
3477
+ }
3478
+ },
3479
+ "node_modules/undici-types": {
3480
+ "version": "6.21.0",
3481
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
3482
+ "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
3483
+ "dev": true,
3484
+ "license": "MIT"
3485
+ },
3486
+ "node_modules/unfetch": {
3487
+ "version": "4.2.0",
3488
+ "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz",
3489
+ "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==",
3490
+ "license": "MIT"
3491
+ },
3492
+ "node_modules/vite": {
3493
+ "version": "7.3.6",
3494
+ "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.6.tgz",
3495
+ "integrity": "sha512-4XP60spRGjSZFf1qYH+dJIkK2znL3zQfl9KkOV9MkkRR/3Dls0dxaBsQPTloEc5BLXWPL9vsOxopxyKoMmDueg==",
3496
+ "dev": true,
3497
+ "license": "MIT",
3498
+ "dependencies": {
3499
+ "esbuild": "^0.27.0 || ^0.28.0",
3500
+ "fdir": "^6.5.0",
3501
+ "picomatch": "^4.0.3",
3502
+ "postcss": "^8.5.6",
3503
+ "rollup": "^4.43.0",
3504
+ "tinyglobby": "^0.2.15"
3505
+ },
3506
+ "bin": {
3507
+ "vite": "bin/vite.js"
3508
+ },
3509
+ "engines": {
3510
+ "node": "^20.19.0 || >=22.12.0"
3511
+ },
3512
+ "funding": {
3513
+ "url": "https://github.com/vitejs/vite?sponsor=1"
3514
+ },
3515
+ "optionalDependencies": {
3516
+ "fsevents": "~2.3.3"
3517
+ },
3518
+ "peerDependencies": {
3519
+ "@types/node": "^20.19.0 || >=22.12.0",
3520
+ "jiti": ">=1.21.0",
3521
+ "less": "^4.0.0",
3522
+ "lightningcss": "^1.21.0",
3523
+ "sass": "^1.70.0",
3524
+ "sass-embedded": "^1.70.0",
3525
+ "stylus": ">=0.54.8",
3526
+ "sugarss": "^5.0.0",
3527
+ "terser": "^5.16.0",
3528
+ "tsx": "^4.8.1",
3529
+ "yaml": "^2.4.2"
3530
+ },
3531
+ "peerDependenciesMeta": {
3532
+ "@types/node": {
3533
+ "optional": true
3534
+ },
3535
+ "jiti": {
3536
+ "optional": true
3537
+ },
3538
+ "less": {
3539
+ "optional": true
3540
+ },
3541
+ "lightningcss": {
3542
+ "optional": true
3543
+ },
3544
+ "sass": {
3545
+ "optional": true
3546
+ },
3547
+ "sass-embedded": {
3548
+ "optional": true
3549
+ },
3550
+ "stylus": {
3551
+ "optional": true
3552
+ },
3553
+ "sugarss": {
3554
+ "optional": true
3555
+ },
3556
+ "terser": {
3557
+ "optional": true
3558
+ },
3559
+ "tsx": {
3560
+ "optional": true
3561
+ },
3562
+ "yaml": {
3563
+ "optional": true
3564
+ }
3565
+ }
3566
+ },
3567
+ "node_modules/vite-node": {
3568
+ "version": "3.2.4",
3569
+ "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz",
3570
+ "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==",
3571
+ "dev": true,
3572
+ "license": "MIT",
3573
+ "dependencies": {
3574
+ "cac": "^6.7.14",
3575
+ "debug": "^4.4.1",
3576
+ "es-module-lexer": "^1.7.0",
3577
+ "pathe": "^2.0.3",
3578
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
3579
+ },
3580
+ "bin": {
3581
+ "vite-node": "vite-node.mjs"
3582
+ },
3583
+ "engines": {
3584
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
3585
+ },
3586
+ "funding": {
3587
+ "url": "https://opencollective.com/vitest"
3588
+ }
3589
+ },
3590
+ "node_modules/vitest": {
3591
+ "version": "3.2.7",
3592
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.2.7.tgz",
3593
+ "integrity": "sha512-KrxIJ62Fd89gfysR4WotlgZABiz2dqFPgqGzX7s+CwsqLFomRH7777ZcrOD6+WVAh7khPQP41A+BKbpcJFrdEg==",
3594
+ "dev": true,
3595
+ "license": "MIT",
3596
+ "dependencies": {
3597
+ "@types/chai": "^5.2.2",
3598
+ "@vitest/expect": "3.2.7",
3599
+ "@vitest/mocker": "3.2.7",
3600
+ "@vitest/pretty-format": "^3.2.7",
3601
+ "@vitest/runner": "3.2.7",
3602
+ "@vitest/snapshot": "3.2.7",
3603
+ "@vitest/spy": "3.2.7",
3604
+ "@vitest/utils": "3.2.7",
3605
+ "chai": "^5.2.0",
3606
+ "debug": "^4.4.1",
3607
+ "expect-type": "^1.2.1",
3608
+ "magic-string": "^0.30.17",
3609
+ "pathe": "^2.0.3",
3610
+ "picomatch": "^4.0.2",
3611
+ "std-env": "^3.9.0",
3612
+ "tinybench": "^2.9.0",
3613
+ "tinyexec": "^0.3.2",
3614
+ "tinyglobby": "^0.2.14",
3615
+ "tinypool": "^1.1.1",
3616
+ "tinyrainbow": "^2.0.0",
3617
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0",
3618
+ "vite-node": "3.2.4",
3619
+ "why-is-node-running": "^2.3.0"
3620
+ },
3621
+ "bin": {
3622
+ "vitest": "vitest.mjs"
3623
+ },
3624
+ "engines": {
3625
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
3626
+ },
3627
+ "funding": {
3628
+ "url": "https://opencollective.com/vitest"
3629
+ },
3630
+ "peerDependencies": {
3631
+ "@edge-runtime/vm": "*",
3632
+ "@types/debug": "^4.1.12",
3633
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
3634
+ "@vitest/browser": "3.2.7",
3635
+ "@vitest/ui": "3.2.7",
3636
+ "happy-dom": "*",
3637
+ "jsdom": "*"
3638
+ },
3639
+ "peerDependenciesMeta": {
3640
+ "@edge-runtime/vm": {
3641
+ "optional": true
3642
+ },
3643
+ "@types/debug": {
3644
+ "optional": true
3645
+ },
3646
+ "@types/node": {
3647
+ "optional": true
3648
+ },
3649
+ "@vitest/browser": {
3650
+ "optional": true
3651
+ },
3652
+ "@vitest/ui": {
3653
+ "optional": true
3654
+ },
3655
+ "happy-dom": {
3656
+ "optional": true
3657
+ },
3658
+ "jsdom": {
3659
+ "optional": true
3660
+ }
3661
+ }
3662
+ },
3663
+ "node_modules/webidl-conversions": {
3664
+ "version": "3.0.1",
3665
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
3666
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
3667
+ "license": "BSD-2-Clause"
3668
+ },
3669
+ "node_modules/whatwg-url": {
3670
+ "version": "5.0.0",
3671
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
3672
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
3673
+ "license": "MIT",
3674
+ "dependencies": {
3675
+ "tr46": "~0.0.3",
3676
+ "webidl-conversions": "^3.0.0"
3677
+ }
3678
+ },
3679
+ "node_modules/why-is-node-running": {
3680
+ "version": "2.3.0",
3681
+ "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
3682
+ "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
3683
+ "dev": true,
3684
+ "license": "MIT",
3685
+ "dependencies": {
3686
+ "siginfo": "^2.0.0",
3687
+ "stackback": "0.0.2"
3688
+ },
3689
+ "bin": {
3690
+ "why-is-node-running": "cli.js"
3691
+ },
3692
+ "engines": {
3693
+ "node": ">=8"
3694
+ }
3695
+ },
3696
+ "node_modules/zod": {
3697
+ "version": "3.25.76",
3698
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
3699
+ "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
3700
+ "license": "MIT",
3701
+ "funding": {
3702
+ "url": "https://github.com/sponsors/colinhacks"
3703
+ }
3704
+ },
3705
+ "node_modules/zod-to-json-schema": {
3706
+ "version": "3.25.2",
3707
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
3708
+ "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
3709
+ "dev": true,
3710
+ "license": "ISC",
3711
+ "peerDependencies": {
3712
+ "zod": "^3.25.28 || ^4"
3713
+ }
3714
+ }
3715
+ }
3716
+ }