@synapse-research/synapse 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/synapse.mjs +27 -0
- package/dist/.next/BUILD_ID +1 -1
- package/dist/.next/app-build-manifest.json +228 -221
- package/dist/.next/app-path-routes-manifest.json +36 -35
- package/dist/.next/build-manifest.json +2 -2
- package/dist/.next/routes-manifest.json +8 -0
- package/dist/.next/server/app/(dashboard)/agents/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/agents/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/compute/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/project-groups/[uuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/activity/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/dashboard/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/[runUuid]/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/[runUuid]/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/[runUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/page.js +2 -8
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/insights/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/related-works/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/related-works/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/related-works/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/page.js +2 -8
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/settings/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/new/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/research-projects/new/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/_not-found.html +1 -1
- package/dist/.next/server/app/_not-found.rsc +1 -1
- package/dist/.next/server/app/admin/companies/[uuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin/companies/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin/companies/new.html +1 -1
- package/dist/.next/server/app/admin/companies/new.rsc +1 -1
- package/dist/.next/server/app/admin/companies/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin/companies.html +1 -1
- package/dist/.next/server/app/admin/companies.rsc +1 -1
- package/dist/.next/server/app/admin/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin.html +1 -1
- package/dist/.next/server/app/admin.rsc +1 -1
- package/dist/.next/server/app/api/admin/companies/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/companies/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/login/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/session/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/stats/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/agents/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/agents/[uuid]/sessions/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/api-keys/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/api-keys/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/callback/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/check-default/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/default-login/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/identify/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/me/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/refresh/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/session/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/sync-token/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/comments/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-nodes/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-nodes/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-pools/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-pools/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/documents/[uuid]/route.js +1 -1
- package/dist/.next/server/app/api/documents/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/events/notifications/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/events/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/approve/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/close/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/reject/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/claim/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/dependencies/[dependsOnRunUuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/dependencies/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/evaluate-criteria/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/registry/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/release/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/sessions/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/complete/route.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/complete/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/progress/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/request-plan/route.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/request-plan/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/reset/route.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/reset/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/review/route.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/review/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/route.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/start/route.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/start/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/health/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/mcp/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/me/assignments/route.js +1 -1
- package/dist/.next/server/app/api/me/assignments/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/mentionables/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/[uuid]/archive/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/[uuid]/read/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/preferences/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/read-all/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/unread-count/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/onboarding/status/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/project-groups/[uuid]/dashboard/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/project-groups/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/project-groups/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/activity/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/agent-activity/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/available/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/baselines/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/documents/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/summary/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-runs/dependencies/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-runs/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiments/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/github/branches/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/group/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/[workUuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/auto-search/complete/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/auto-search/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/deep-research/complete/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/deep-research/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/research-questions/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/claim/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/move/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/release/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/review/route.js +1 -0
- package/dist/.next/server/app/api/research-questions/[uuid]/review/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/research-questions/[uuid]/review/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/research-questions/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/sessions/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/settings/integrations/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/ssh-config/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/index.html +1 -1
- package/dist/.next/server/app/index.rsc +1 -1
- package/dist/.next/server/app/login/admin/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/admin.html +1 -1
- package/dist/.next/server/app/login/admin.rsc +1 -1
- package/dist/.next/server/app/login/callback/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/callback.html +1 -1
- package/dist/.next/server/app/login/callback.rsc +1 -1
- package/dist/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/silent-refresh/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/silent-refresh.html +1 -1
- package/dist/.next/server/app/login/silent-refresh.rsc +1 -1
- package/dist/.next/server/app/login.html +1 -1
- package/dist/.next/server/app/login.rsc +1 -1
- package/dist/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/research-projects/new.html +1 -1
- package/dist/.next/server/app/research-projects/new.rsc +1 -1
- package/dist/.next/server/app/research-projects.html +1 -1
- package/dist/.next/server/app/research-projects.rsc +1 -1
- package/dist/.next/server/app/settings.html +1 -1
- package/dist/.next/server/app/settings.rsc +1 -1
- package/dist/.next/server/app-paths-manifest.json +36 -35
- package/dist/.next/server/chunks/4742.js +1 -1
- package/dist/.next/server/chunks/691.js +1 -0
- package/dist/.next/server/chunks/7018.js +1 -0
- package/dist/.next/server/chunks/759.js +1 -1
- package/dist/.next/server/chunks/8283.js +1 -1
- package/dist/.next/server/chunks/8858.js +7 -0
- package/dist/.next/server/chunks/9993.js +1 -0
- package/dist/.next/server/middleware-manifest.json +1 -1
- package/dist/.next/server/pages/404.html +1 -1
- package/dist/.next/server/pages/500.html +1 -1
- package/dist/.next/server/server-reference-manifest.js +1 -1
- package/dist/.next/server/server-reference-manifest.json +1 -1
- package/dist/.next/static/chunks/{1148-353990d9346d10d6.js → 7940-a2c0482f78fd6c5f.js} +2 -2
- package/dist/.next/static/chunks/8769-5d4452c6a3f6c876.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/agents/loading-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/compute/loading-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/loading-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/activity/page-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/dashboard/loading-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/documents/loading-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page-d6b2ed0ef745b114.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-designs/page-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-runs/[runUuid]/{page-f8e511d8f04a686a.js → page-17cd83ad0d3ff96c.js} +1 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-runs/page-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiments/loading-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiments/page-926fd1080d8bd114.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/insights/loading-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/loading-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/related-works/loading-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/loading-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/page-95f56a6f1698bfeb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/settings/loading-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/admin/companies/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/admin/companies/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/admin/login/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/admin/session/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/admin/stats/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/agents/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/agents/[uuid]/sessions/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/agents/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/api-keys/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/api-keys/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/callback/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/check-default/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/default-login/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/identify/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/logout/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/me/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/refresh/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/session/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/sync-token/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/comments/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/compute-nodes/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/compute-nodes/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/compute-pools/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/compute-pools/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/documents/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/events/notifications/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/events/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/approve/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/close/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/reject/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/claim/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/dependencies/[dependsOnRunUuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/dependencies/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/evaluate-criteria/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/registry/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/release/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/sessions/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/complete/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/progress/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/request-plan/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/reset/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/review/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/start/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/health/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/mcp/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/me/assignments/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/mentionables/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/[uuid]/archive/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/[uuid]/read/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/preferences/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/read-all/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/unread-count/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/onboarding/status/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/project-groups/[uuid]/dashboard/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/project-groups/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/project-groups/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/activity/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/agent-activity/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/available/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/baselines/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/documents/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/summary/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-runs/dependencies/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-runs/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiments/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/github/branches/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/group/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/[workUuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/auto-search/complete/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/auto-search/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/deep-research/complete/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/deep-research/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/research-questions/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/claim/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/move/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/release/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/review/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/sessions/[uuid]/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/settings/integrations/route-3378f6ebe832c47f.js +1 -0
- package/dist/.next/static/chunks/app/api/ssh-config/route-3378f6ebe832c47f.js +1 -0
- package/dist/node_modules/buffer-from/index.js +72 -0
- package/dist/node_modules/buffer-from/package.json +19 -0
- package/dist/node_modules/source-map/lib/array-set.js +121 -0
- package/dist/node_modules/source-map/lib/base64-vlq.js +140 -0
- package/dist/node_modules/source-map/lib/base64.js +67 -0
- package/dist/node_modules/source-map/lib/binary-search.js +111 -0
- package/dist/node_modules/source-map/lib/mapping-list.js +79 -0
- package/dist/node_modules/source-map/lib/quick-sort.js +114 -0
- package/dist/node_modules/source-map/lib/source-map-consumer.js +1145 -0
- package/dist/node_modules/source-map/lib/source-map-generator.js +425 -0
- package/dist/node_modules/source-map/lib/source-node.js +413 -0
- package/dist/node_modules/source-map/lib/util.js +488 -0
- package/dist/node_modules/source-map/package.json +73 -0
- package/dist/node_modules/source-map/source-map.js +8 -0
- package/dist/node_modules/source-map-support/package.json +31 -0
- package/dist/node_modules/source-map-support/source-map-support.js +625 -0
- package/package.json +1 -1
- package/dist/.env +0 -31
- package/dist/.next/server/chunks/1397.js +0 -1
- package/dist/.next/server/chunks/5958.js +0 -1
- package/dist/.next/server/chunks/7678.js +0 -1
- package/dist/.next/server/chunks/8042.js +0 -1
- package/dist/.next/static/chunks/8825-4088b6b44db8f360.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/agents/loading-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/compute/loading-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/loading-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/activity/page-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/dashboard/loading-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/documents/loading-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page-68c412f9174907e4.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-designs/page-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-runs/page-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiments/loading-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiments/page-1e98ec51265e6bd6.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/insights/loading-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/loading-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/related-works/loading-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/loading-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/page-47e84eca6b6a7aaa.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/settings/loading-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/admin/companies/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/admin/companies/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/admin/login/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/admin/session/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/admin/stats/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/agents/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/agents/[uuid]/sessions/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/agents/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/api-keys/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/api-keys/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/callback/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/check-default/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/default-login/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/identify/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/logout/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/me/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/refresh/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/session/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/sync-token/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/comments/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/compute-nodes/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/compute-nodes/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/compute-pools/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/compute-pools/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/documents/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/events/notifications/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/events/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/approve/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/close/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/reject/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/claim/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/dependencies/[dependsOnRunUuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/dependencies/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/evaluate-criteria/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/registry/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/release/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/sessions/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/complete/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/progress/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/request-plan/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/reset/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/review/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/start/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/health/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/mcp/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/me/assignments/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/mentionables/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/[uuid]/archive/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/[uuid]/read/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/preferences/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/read-all/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/unread-count/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/onboarding/status/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/project-groups/[uuid]/dashboard/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/project-groups/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/project-groups/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/activity/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/agent-activity/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/available/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/baselines/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/documents/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/summary/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-runs/dependencies/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-runs/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiments/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/github/branches/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/group/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/[workUuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/auto-search/complete/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/auto-search/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/deep-research/complete/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/deep-research/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/research-questions/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/claim/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/move/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/release/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/sessions/[uuid]/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/settings/integrations/route-ba707ca9adc234af.js +0 -1
- package/dist/.next/static/chunks/app/api/ssh-config/route-ba707ca9adc234af.js +0 -1
- /package/dist/.next/static/{ERYuqKh2yJ2lApkenIQge → A0gSMjwZFdpcu3AYOGpNG}/_buildManifest.js +0 -0
- /package/dist/.next/static/{ERYuqKh2yJ2lApkenIQge → A0gSMjwZFdpcu3AYOGpNG}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,488 @@
|
|
|
1
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright 2011 Mozilla Foundation and contributors
|
|
4
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
5
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* This is a helper function for getting values from parameter/options
|
|
10
|
+
* objects.
|
|
11
|
+
*
|
|
12
|
+
* @param args The object we are extracting values from
|
|
13
|
+
* @param name The name of the property we are getting.
|
|
14
|
+
* @param defaultValue An optional value to return if the property is missing
|
|
15
|
+
* from the object. If this is not specified and the property is missing, an
|
|
16
|
+
* error will be thrown.
|
|
17
|
+
*/
|
|
18
|
+
function getArg(aArgs, aName, aDefaultValue) {
|
|
19
|
+
if (aName in aArgs) {
|
|
20
|
+
return aArgs[aName];
|
|
21
|
+
} else if (arguments.length === 3) {
|
|
22
|
+
return aDefaultValue;
|
|
23
|
+
} else {
|
|
24
|
+
throw new Error('"' + aName + '" is a required argument.');
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
exports.getArg = getArg;
|
|
28
|
+
|
|
29
|
+
var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/;
|
|
30
|
+
var dataUrlRegexp = /^data:.+\,.+$/;
|
|
31
|
+
|
|
32
|
+
function urlParse(aUrl) {
|
|
33
|
+
var match = aUrl.match(urlRegexp);
|
|
34
|
+
if (!match) {
|
|
35
|
+
return null;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
scheme: match[1],
|
|
39
|
+
auth: match[2],
|
|
40
|
+
host: match[3],
|
|
41
|
+
port: match[4],
|
|
42
|
+
path: match[5]
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
exports.urlParse = urlParse;
|
|
46
|
+
|
|
47
|
+
function urlGenerate(aParsedUrl) {
|
|
48
|
+
var url = '';
|
|
49
|
+
if (aParsedUrl.scheme) {
|
|
50
|
+
url += aParsedUrl.scheme + ':';
|
|
51
|
+
}
|
|
52
|
+
url += '//';
|
|
53
|
+
if (aParsedUrl.auth) {
|
|
54
|
+
url += aParsedUrl.auth + '@';
|
|
55
|
+
}
|
|
56
|
+
if (aParsedUrl.host) {
|
|
57
|
+
url += aParsedUrl.host;
|
|
58
|
+
}
|
|
59
|
+
if (aParsedUrl.port) {
|
|
60
|
+
url += ":" + aParsedUrl.port
|
|
61
|
+
}
|
|
62
|
+
if (aParsedUrl.path) {
|
|
63
|
+
url += aParsedUrl.path;
|
|
64
|
+
}
|
|
65
|
+
return url;
|
|
66
|
+
}
|
|
67
|
+
exports.urlGenerate = urlGenerate;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Normalizes a path, or the path portion of a URL:
|
|
71
|
+
*
|
|
72
|
+
* - Replaces consecutive slashes with one slash.
|
|
73
|
+
* - Removes unnecessary '.' parts.
|
|
74
|
+
* - Removes unnecessary '<dir>/..' parts.
|
|
75
|
+
*
|
|
76
|
+
* Based on code in the Node.js 'path' core module.
|
|
77
|
+
*
|
|
78
|
+
* @param aPath The path or url to normalize.
|
|
79
|
+
*/
|
|
80
|
+
function normalize(aPath) {
|
|
81
|
+
var path = aPath;
|
|
82
|
+
var url = urlParse(aPath);
|
|
83
|
+
if (url) {
|
|
84
|
+
if (!url.path) {
|
|
85
|
+
return aPath;
|
|
86
|
+
}
|
|
87
|
+
path = url.path;
|
|
88
|
+
}
|
|
89
|
+
var isAbsolute = exports.isAbsolute(path);
|
|
90
|
+
|
|
91
|
+
var parts = path.split(/\/+/);
|
|
92
|
+
for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {
|
|
93
|
+
part = parts[i];
|
|
94
|
+
if (part === '.') {
|
|
95
|
+
parts.splice(i, 1);
|
|
96
|
+
} else if (part === '..') {
|
|
97
|
+
up++;
|
|
98
|
+
} else if (up > 0) {
|
|
99
|
+
if (part === '') {
|
|
100
|
+
// The first part is blank if the path is absolute. Trying to go
|
|
101
|
+
// above the root is a no-op. Therefore we can remove all '..' parts
|
|
102
|
+
// directly after the root.
|
|
103
|
+
parts.splice(i + 1, up);
|
|
104
|
+
up = 0;
|
|
105
|
+
} else {
|
|
106
|
+
parts.splice(i, 2);
|
|
107
|
+
up--;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
path = parts.join('/');
|
|
112
|
+
|
|
113
|
+
if (path === '') {
|
|
114
|
+
path = isAbsolute ? '/' : '.';
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
if (url) {
|
|
118
|
+
url.path = path;
|
|
119
|
+
return urlGenerate(url);
|
|
120
|
+
}
|
|
121
|
+
return path;
|
|
122
|
+
}
|
|
123
|
+
exports.normalize = normalize;
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Joins two paths/URLs.
|
|
127
|
+
*
|
|
128
|
+
* @param aRoot The root path or URL.
|
|
129
|
+
* @param aPath The path or URL to be joined with the root.
|
|
130
|
+
*
|
|
131
|
+
* - If aPath is a URL or a data URI, aPath is returned, unless aPath is a
|
|
132
|
+
* scheme-relative URL: Then the scheme of aRoot, if any, is prepended
|
|
133
|
+
* first.
|
|
134
|
+
* - Otherwise aPath is a path. If aRoot is a URL, then its path portion
|
|
135
|
+
* is updated with the result and aRoot is returned. Otherwise the result
|
|
136
|
+
* is returned.
|
|
137
|
+
* - If aPath is absolute, the result is aPath.
|
|
138
|
+
* - Otherwise the two paths are joined with a slash.
|
|
139
|
+
* - Joining for example 'http://' and 'www.example.com' is also supported.
|
|
140
|
+
*/
|
|
141
|
+
function join(aRoot, aPath) {
|
|
142
|
+
if (aRoot === "") {
|
|
143
|
+
aRoot = ".";
|
|
144
|
+
}
|
|
145
|
+
if (aPath === "") {
|
|
146
|
+
aPath = ".";
|
|
147
|
+
}
|
|
148
|
+
var aPathUrl = urlParse(aPath);
|
|
149
|
+
var aRootUrl = urlParse(aRoot);
|
|
150
|
+
if (aRootUrl) {
|
|
151
|
+
aRoot = aRootUrl.path || '/';
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// `join(foo, '//www.example.org')`
|
|
155
|
+
if (aPathUrl && !aPathUrl.scheme) {
|
|
156
|
+
if (aRootUrl) {
|
|
157
|
+
aPathUrl.scheme = aRootUrl.scheme;
|
|
158
|
+
}
|
|
159
|
+
return urlGenerate(aPathUrl);
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
if (aPathUrl || aPath.match(dataUrlRegexp)) {
|
|
163
|
+
return aPath;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
// `join('http://', 'www.example.com')`
|
|
167
|
+
if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {
|
|
168
|
+
aRootUrl.host = aPath;
|
|
169
|
+
return urlGenerate(aRootUrl);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
var joined = aPath.charAt(0) === '/'
|
|
173
|
+
? aPath
|
|
174
|
+
: normalize(aRoot.replace(/\/+$/, '') + '/' + aPath);
|
|
175
|
+
|
|
176
|
+
if (aRootUrl) {
|
|
177
|
+
aRootUrl.path = joined;
|
|
178
|
+
return urlGenerate(aRootUrl);
|
|
179
|
+
}
|
|
180
|
+
return joined;
|
|
181
|
+
}
|
|
182
|
+
exports.join = join;
|
|
183
|
+
|
|
184
|
+
exports.isAbsolute = function (aPath) {
|
|
185
|
+
return aPath.charAt(0) === '/' || urlRegexp.test(aPath);
|
|
186
|
+
};
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Make a path relative to a URL or another path.
|
|
190
|
+
*
|
|
191
|
+
* @param aRoot The root path or URL.
|
|
192
|
+
* @param aPath The path or URL to be made relative to aRoot.
|
|
193
|
+
*/
|
|
194
|
+
function relative(aRoot, aPath) {
|
|
195
|
+
if (aRoot === "") {
|
|
196
|
+
aRoot = ".";
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
aRoot = aRoot.replace(/\/$/, '');
|
|
200
|
+
|
|
201
|
+
// It is possible for the path to be above the root. In this case, simply
|
|
202
|
+
// checking whether the root is a prefix of the path won't work. Instead, we
|
|
203
|
+
// need to remove components from the root one by one, until either we find
|
|
204
|
+
// a prefix that fits, or we run out of components to remove.
|
|
205
|
+
var level = 0;
|
|
206
|
+
while (aPath.indexOf(aRoot + '/') !== 0) {
|
|
207
|
+
var index = aRoot.lastIndexOf("/");
|
|
208
|
+
if (index < 0) {
|
|
209
|
+
return aPath;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
// If the only part of the root that is left is the scheme (i.e. http://,
|
|
213
|
+
// file:///, etc.), one or more slashes (/), or simply nothing at all, we
|
|
214
|
+
// have exhausted all components, so the path is not relative to the root.
|
|
215
|
+
aRoot = aRoot.slice(0, index);
|
|
216
|
+
if (aRoot.match(/^([^\/]+:\/)?\/*$/)) {
|
|
217
|
+
return aPath;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
++level;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
// Make sure we add a "../" for each component we removed from the root.
|
|
224
|
+
return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1);
|
|
225
|
+
}
|
|
226
|
+
exports.relative = relative;
|
|
227
|
+
|
|
228
|
+
var supportsNullProto = (function () {
|
|
229
|
+
var obj = Object.create(null);
|
|
230
|
+
return !('__proto__' in obj);
|
|
231
|
+
}());
|
|
232
|
+
|
|
233
|
+
function identity (s) {
|
|
234
|
+
return s;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* Because behavior goes wacky when you set `__proto__` on objects, we
|
|
239
|
+
* have to prefix all the strings in our set with an arbitrary character.
|
|
240
|
+
*
|
|
241
|
+
* See https://github.com/mozilla/source-map/pull/31 and
|
|
242
|
+
* https://github.com/mozilla/source-map/issues/30
|
|
243
|
+
*
|
|
244
|
+
* @param String aStr
|
|
245
|
+
*/
|
|
246
|
+
function toSetString(aStr) {
|
|
247
|
+
if (isProtoString(aStr)) {
|
|
248
|
+
return '$' + aStr;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
return aStr;
|
|
252
|
+
}
|
|
253
|
+
exports.toSetString = supportsNullProto ? identity : toSetString;
|
|
254
|
+
|
|
255
|
+
function fromSetString(aStr) {
|
|
256
|
+
if (isProtoString(aStr)) {
|
|
257
|
+
return aStr.slice(1);
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
return aStr;
|
|
261
|
+
}
|
|
262
|
+
exports.fromSetString = supportsNullProto ? identity : fromSetString;
|
|
263
|
+
|
|
264
|
+
function isProtoString(s) {
|
|
265
|
+
if (!s) {
|
|
266
|
+
return false;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
var length = s.length;
|
|
270
|
+
|
|
271
|
+
if (length < 9 /* "__proto__".length */) {
|
|
272
|
+
return false;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||
|
|
276
|
+
s.charCodeAt(length - 2) !== 95 /* '_' */ ||
|
|
277
|
+
s.charCodeAt(length - 3) !== 111 /* 'o' */ ||
|
|
278
|
+
s.charCodeAt(length - 4) !== 116 /* 't' */ ||
|
|
279
|
+
s.charCodeAt(length - 5) !== 111 /* 'o' */ ||
|
|
280
|
+
s.charCodeAt(length - 6) !== 114 /* 'r' */ ||
|
|
281
|
+
s.charCodeAt(length - 7) !== 112 /* 'p' */ ||
|
|
282
|
+
s.charCodeAt(length - 8) !== 95 /* '_' */ ||
|
|
283
|
+
s.charCodeAt(length - 9) !== 95 /* '_' */) {
|
|
284
|
+
return false;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
for (var i = length - 10; i >= 0; i--) {
|
|
288
|
+
if (s.charCodeAt(i) !== 36 /* '$' */) {
|
|
289
|
+
return false;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
return true;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* Comparator between two mappings where the original positions are compared.
|
|
298
|
+
*
|
|
299
|
+
* Optionally pass in `true` as `onlyCompareGenerated` to consider two
|
|
300
|
+
* mappings with the same original source/line/column, but different generated
|
|
301
|
+
* line and column the same. Useful when searching for a mapping with a
|
|
302
|
+
* stubbed out mapping.
|
|
303
|
+
*/
|
|
304
|
+
function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {
|
|
305
|
+
var cmp = strcmp(mappingA.source, mappingB.source);
|
|
306
|
+
if (cmp !== 0) {
|
|
307
|
+
return cmp;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
cmp = mappingA.originalLine - mappingB.originalLine;
|
|
311
|
+
if (cmp !== 0) {
|
|
312
|
+
return cmp;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
cmp = mappingA.originalColumn - mappingB.originalColumn;
|
|
316
|
+
if (cmp !== 0 || onlyCompareOriginal) {
|
|
317
|
+
return cmp;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
cmp = mappingA.generatedColumn - mappingB.generatedColumn;
|
|
321
|
+
if (cmp !== 0) {
|
|
322
|
+
return cmp;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
cmp = mappingA.generatedLine - mappingB.generatedLine;
|
|
326
|
+
if (cmp !== 0) {
|
|
327
|
+
return cmp;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
return strcmp(mappingA.name, mappingB.name);
|
|
331
|
+
}
|
|
332
|
+
exports.compareByOriginalPositions = compareByOriginalPositions;
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* Comparator between two mappings with deflated source and name indices where
|
|
336
|
+
* the generated positions are compared.
|
|
337
|
+
*
|
|
338
|
+
* Optionally pass in `true` as `onlyCompareGenerated` to consider two
|
|
339
|
+
* mappings with the same generated line and column, but different
|
|
340
|
+
* source/name/original line and column the same. Useful when searching for a
|
|
341
|
+
* mapping with a stubbed out mapping.
|
|
342
|
+
*/
|
|
343
|
+
function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {
|
|
344
|
+
var cmp = mappingA.generatedLine - mappingB.generatedLine;
|
|
345
|
+
if (cmp !== 0) {
|
|
346
|
+
return cmp;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
cmp = mappingA.generatedColumn - mappingB.generatedColumn;
|
|
350
|
+
if (cmp !== 0 || onlyCompareGenerated) {
|
|
351
|
+
return cmp;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
cmp = strcmp(mappingA.source, mappingB.source);
|
|
355
|
+
if (cmp !== 0) {
|
|
356
|
+
return cmp;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
cmp = mappingA.originalLine - mappingB.originalLine;
|
|
360
|
+
if (cmp !== 0) {
|
|
361
|
+
return cmp;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
cmp = mappingA.originalColumn - mappingB.originalColumn;
|
|
365
|
+
if (cmp !== 0) {
|
|
366
|
+
return cmp;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
return strcmp(mappingA.name, mappingB.name);
|
|
370
|
+
}
|
|
371
|
+
exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;
|
|
372
|
+
|
|
373
|
+
function strcmp(aStr1, aStr2) {
|
|
374
|
+
if (aStr1 === aStr2) {
|
|
375
|
+
return 0;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
if (aStr1 === null) {
|
|
379
|
+
return 1; // aStr2 !== null
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
if (aStr2 === null) {
|
|
383
|
+
return -1; // aStr1 !== null
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
if (aStr1 > aStr2) {
|
|
387
|
+
return 1;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
return -1;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* Comparator between two mappings with inflated source and name strings where
|
|
395
|
+
* the generated positions are compared.
|
|
396
|
+
*/
|
|
397
|
+
function compareByGeneratedPositionsInflated(mappingA, mappingB) {
|
|
398
|
+
var cmp = mappingA.generatedLine - mappingB.generatedLine;
|
|
399
|
+
if (cmp !== 0) {
|
|
400
|
+
return cmp;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
cmp = mappingA.generatedColumn - mappingB.generatedColumn;
|
|
404
|
+
if (cmp !== 0) {
|
|
405
|
+
return cmp;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
cmp = strcmp(mappingA.source, mappingB.source);
|
|
409
|
+
if (cmp !== 0) {
|
|
410
|
+
return cmp;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
cmp = mappingA.originalLine - mappingB.originalLine;
|
|
414
|
+
if (cmp !== 0) {
|
|
415
|
+
return cmp;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
cmp = mappingA.originalColumn - mappingB.originalColumn;
|
|
419
|
+
if (cmp !== 0) {
|
|
420
|
+
return cmp;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
return strcmp(mappingA.name, mappingB.name);
|
|
424
|
+
}
|
|
425
|
+
exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* Strip any JSON XSSI avoidance prefix from the string (as documented
|
|
429
|
+
* in the source maps specification), and then parse the string as
|
|
430
|
+
* JSON.
|
|
431
|
+
*/
|
|
432
|
+
function parseSourceMapInput(str) {
|
|
433
|
+
return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, ''));
|
|
434
|
+
}
|
|
435
|
+
exports.parseSourceMapInput = parseSourceMapInput;
|
|
436
|
+
|
|
437
|
+
/**
|
|
438
|
+
* Compute the URL of a source given the the source root, the source's
|
|
439
|
+
* URL, and the source map's URL.
|
|
440
|
+
*/
|
|
441
|
+
function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {
|
|
442
|
+
sourceURL = sourceURL || '';
|
|
443
|
+
|
|
444
|
+
if (sourceRoot) {
|
|
445
|
+
// This follows what Chrome does.
|
|
446
|
+
if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {
|
|
447
|
+
sourceRoot += '/';
|
|
448
|
+
}
|
|
449
|
+
// The spec says:
|
|
450
|
+
// Line 4: An optional source root, useful for relocating source
|
|
451
|
+
// files on a server or removing repeated values in the
|
|
452
|
+
// “sources” entry. This value is prepended to the individual
|
|
453
|
+
// entries in the “source” field.
|
|
454
|
+
sourceURL = sourceRoot + sourceURL;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
// Historically, SourceMapConsumer did not take the sourceMapURL as
|
|
458
|
+
// a parameter. This mode is still somewhat supported, which is why
|
|
459
|
+
// this code block is conditional. However, it's preferable to pass
|
|
460
|
+
// the source map URL to SourceMapConsumer, so that this function
|
|
461
|
+
// can implement the source URL resolution algorithm as outlined in
|
|
462
|
+
// the spec. This block is basically the equivalent of:
|
|
463
|
+
// new URL(sourceURL, sourceMapURL).toString()
|
|
464
|
+
// ... except it avoids using URL, which wasn't available in the
|
|
465
|
+
// older releases of node still supported by this library.
|
|
466
|
+
//
|
|
467
|
+
// The spec says:
|
|
468
|
+
// If the sources are not absolute URLs after prepending of the
|
|
469
|
+
// “sourceRoot”, the sources are resolved relative to the
|
|
470
|
+
// SourceMap (like resolving script src in a html document).
|
|
471
|
+
if (sourceMapURL) {
|
|
472
|
+
var parsed = urlParse(sourceMapURL);
|
|
473
|
+
if (!parsed) {
|
|
474
|
+
throw new Error("sourceMapURL could not be parsed");
|
|
475
|
+
}
|
|
476
|
+
if (parsed.path) {
|
|
477
|
+
// Strip the last path component, but keep the "/".
|
|
478
|
+
var index = parsed.path.lastIndexOf('/');
|
|
479
|
+
if (index >= 0) {
|
|
480
|
+
parsed.path = parsed.path.substring(0, index + 1);
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
sourceURL = join(urlGenerate(parsed), sourceURL);
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
return normalize(sourceURL);
|
|
487
|
+
}
|
|
488
|
+
exports.computeSourceURL = computeSourceURL;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "source-map",
|
|
3
|
+
"description": "Generates and consumes source maps",
|
|
4
|
+
"version": "0.6.1",
|
|
5
|
+
"homepage": "https://github.com/mozilla/source-map",
|
|
6
|
+
"author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",
|
|
7
|
+
"contributors": [
|
|
8
|
+
"Tobias Koppers <tobias.koppers@googlemail.com>",
|
|
9
|
+
"Duncan Beevers <duncan@dweebd.com>",
|
|
10
|
+
"Stephen Crane <scrane@mozilla.com>",
|
|
11
|
+
"Ryan Seddon <seddon.ryan@gmail.com>",
|
|
12
|
+
"Miles Elam <miles.elam@deem.com>",
|
|
13
|
+
"Mihai Bazon <mihai.bazon@gmail.com>",
|
|
14
|
+
"Michael Ficarra <github.public.email@michael.ficarra.me>",
|
|
15
|
+
"Todd Wolfson <todd@twolfson.com>",
|
|
16
|
+
"Alexander Solovyov <alexander@solovyov.net>",
|
|
17
|
+
"Felix Gnass <fgnass@gmail.com>",
|
|
18
|
+
"Conrad Irwin <conrad.irwin@gmail.com>",
|
|
19
|
+
"usrbincc <usrbincc@yahoo.com>",
|
|
20
|
+
"David Glasser <glasser@davidglasser.net>",
|
|
21
|
+
"Chase Douglas <chase@newrelic.com>",
|
|
22
|
+
"Evan Wallace <evan.exe@gmail.com>",
|
|
23
|
+
"Heather Arthur <fayearthur@gmail.com>",
|
|
24
|
+
"Hugh Kennedy <hughskennedy@gmail.com>",
|
|
25
|
+
"David Glasser <glasser@davidglasser.net>",
|
|
26
|
+
"Simon Lydell <simon.lydell@gmail.com>",
|
|
27
|
+
"Jmeas Smith <jellyes2@gmail.com>",
|
|
28
|
+
"Michael Z Goddard <mzgoddard@gmail.com>",
|
|
29
|
+
"azu <azu@users.noreply.github.com>",
|
|
30
|
+
"John Gozde <john@gozde.ca>",
|
|
31
|
+
"Adam Kirkton <akirkton@truefitinnovation.com>",
|
|
32
|
+
"Chris Montgomery <christopher.montgomery@dowjones.com>",
|
|
33
|
+
"J. Ryan Stinnett <jryans@gmail.com>",
|
|
34
|
+
"Jack Herrington <jherrington@walmartlabs.com>",
|
|
35
|
+
"Chris Truter <jeffpalentine@gmail.com>",
|
|
36
|
+
"Daniel Espeset <daniel@danielespeset.com>",
|
|
37
|
+
"Jamie Wong <jamie.lf.wong@gmail.com>",
|
|
38
|
+
"Eddy Bruël <ejpbruel@mozilla.com>",
|
|
39
|
+
"Hawken Rives <hawkrives@gmail.com>",
|
|
40
|
+
"Gilad Peleg <giladp007@gmail.com>",
|
|
41
|
+
"djchie <djchie.dev@gmail.com>",
|
|
42
|
+
"Gary Ye <garysye@gmail.com>",
|
|
43
|
+
"Nicolas Lalevée <nicolas.lalevee@hibnet.org>"
|
|
44
|
+
],
|
|
45
|
+
"repository": {
|
|
46
|
+
"type": "git",
|
|
47
|
+
"url": "http://github.com/mozilla/source-map.git"
|
|
48
|
+
},
|
|
49
|
+
"main": "./source-map.js",
|
|
50
|
+
"files": [
|
|
51
|
+
"source-map.js",
|
|
52
|
+
"source-map.d.ts",
|
|
53
|
+
"lib/",
|
|
54
|
+
"dist/source-map.debug.js",
|
|
55
|
+
"dist/source-map.js",
|
|
56
|
+
"dist/source-map.min.js",
|
|
57
|
+
"dist/source-map.min.js.map"
|
|
58
|
+
],
|
|
59
|
+
"engines": {
|
|
60
|
+
"node": ">=0.10.0"
|
|
61
|
+
},
|
|
62
|
+
"license": "BSD-3-Clause",
|
|
63
|
+
"scripts": {
|
|
64
|
+
"test": "npm run build && node test/run-tests.js",
|
|
65
|
+
"build": "webpack --color",
|
|
66
|
+
"toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
|
|
67
|
+
},
|
|
68
|
+
"devDependencies": {
|
|
69
|
+
"doctoc": "^0.15.0",
|
|
70
|
+
"webpack": "^1.12.0"
|
|
71
|
+
},
|
|
72
|
+
"typings": "source-map"
|
|
73
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2009-2011 Mozilla Foundation and contributors
|
|
3
|
+
* Licensed under the New BSD license. See LICENSE.txt or:
|
|
4
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
5
|
+
*/
|
|
6
|
+
exports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator;
|
|
7
|
+
exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;
|
|
8
|
+
exports.SourceNode = require('./lib/source-node').SourceNode;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "source-map-support",
|
|
3
|
+
"description": "Fixes stack traces for files with source maps",
|
|
4
|
+
"version": "0.5.21",
|
|
5
|
+
"main": "./source-map-support.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "node build.js",
|
|
8
|
+
"serve-tests": "http-server -p 1336",
|
|
9
|
+
"prepublish": "npm run build",
|
|
10
|
+
"test": "mocha"
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"buffer-from": "^1.0.0",
|
|
14
|
+
"source-map": "^0.6.0"
|
|
15
|
+
},
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"browserify": "^4.2.3",
|
|
18
|
+
"coffeescript": "^1.12.7",
|
|
19
|
+
"http-server": "^0.11.1",
|
|
20
|
+
"mocha": "^3.5.3",
|
|
21
|
+
"webpack": "^1.15.0"
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "https://github.com/evanw/node-source-map-support"
|
|
26
|
+
},
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/evanw/node-source-map-support/issues"
|
|
29
|
+
},
|
|
30
|
+
"license": "MIT"
|
|
31
|
+
}
|