@shugaev/spur 0.1.1 → 0.1.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/dist/agents/cursor-submit-ack.d.ts.map +1 -1
- package/dist/agents/cursor-submit-ack.js +15 -1
- package/dist/agents/cursor-submit-ack.js.map +1 -1
- package/dist/agents/cursor.d.ts +1 -0
- package/dist/agents/cursor.d.ts.map +1 -1
- package/dist/agents/cursor.js +3 -1
- package/dist/agents/cursor.js.map +1 -1
- package/dist/agents/index.js +2 -2
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/models.d.ts +3 -0
- package/dist/agents/models.d.ts.map +1 -1
- package/dist/agents/models.js +41 -3
- package/dist/agents/models.js.map +1 -1
- package/dist/backlog/index.d.ts +15 -0
- package/dist/backlog/index.d.ts.map +1 -0
- package/dist/backlog/index.js +80 -0
- package/dist/backlog/index.js.map +1 -0
- package/dist/backlog/providers.d.ts +12 -0
- package/dist/backlog/providers.d.ts.map +1 -0
- package/dist/backlog/providers.js +22 -0
- package/dist/backlog/providers.js.map +1 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +12 -1
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +64 -0
- package/dist/config.js.map +1 -1
- package/dist/event-sources/github.d.ts.map +1 -1
- package/dist/event-sources/github.js +30 -32
- package/dist/event-sources/github.js.map +1 -1
- package/dist/event-sources/index.d.ts.map +1 -1
- package/dist/event-sources/index.js +5 -0
- package/dist/event-sources/index.js.map +1 -1
- package/dist/gh.d.ts +2 -0
- package/dist/gh.d.ts.map +1 -1
- package/dist/gh.js +28 -0
- package/dist/gh.js.map +1 -1
- package/dist/jira.d.ts +15 -0
- package/dist/jira.d.ts.map +1 -0
- package/dist/jira.js +74 -0
- package/dist/jira.js.map +1 -0
- package/dist/metadata.d.ts +7 -1
- package/dist/metadata.d.ts.map +1 -1
- package/dist/metadata.js +129 -0
- package/dist/metadata.js.map +1 -1
- package/dist/preflight.d.ts.map +1 -1
- package/dist/preflight.js +4 -0
- package/dist/preflight.js.map +1 -1
- package/dist/prompt-template.d.ts +3 -0
- package/dist/prompt-template.d.ts.map +1 -0
- package/dist/prompt-template.js +14 -0
- package/dist/prompt-template.js.map +1 -0
- package/dist/send-batches.d.ts +3 -1
- package/dist/send-batches.d.ts.map +1 -1
- package/dist/send-batches.js +94 -0
- package/dist/send-batches.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +27 -1
- package/dist/server.js.map +1 -1
- package/dist/session-service.d.ts +13 -1
- package/dist/session-service.d.ts.map +1 -1
- package/dist/session-service.js +164 -45
- package/dist/session-service.js.map +1 -1
- package/dist/shepherd.d.ts.map +1 -1
- package/dist/shepherd.js +2 -1
- package/dist/shepherd.js.map +1 -1
- package/dist/triggers.d.ts.map +1 -1
- package/dist/triggers.js +81 -15
- package/dist/triggers.js.map +1 -1
- package/dist/types.d.ts +74 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/app-build-manifest.json +98 -91
- package/web/.next/app-path-routes-manifest.json +2 -1
- package/web/.next/build-manifest.json +3 -3
- package/web/.next/prerender-manifest.json +18 -18
- package/web/.next/required-server-files.json +3 -3
- package/web/.next/server/app/_not-found/page.js +2 -2
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/server/app/_not-found.rsc +3 -3
- package/web/.next/server/app/api/backlog/take/route.js +1 -0
- package/web/.next/server/app/api/backlog/take/route.js.nft.json +1 -0
- package/web/.next/server/app/api/backlog/take/route_client-reference-manifest.js +1 -0
- package/web/.next/server/app/api/github-status/route.js +1 -1
- package/web/.next/server/app/api/github-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/gitlab-status/route.js +1 -1
- package/web/.next/server/app/api/gitlab-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/models/route.js +1 -1
- package/web/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/pr-status/merge/route.js +1 -1
- package/web/.next/server/app/api/pr-status/merge/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/pr-status/route.js +2 -2
- package/web/.next/server/app/api/pr-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/preflight/route.js +1 -1
- package/web/.next/server/app/api/preflight/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/branches/exists/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/branches/exists/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/slash-commands/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/route.js +1 -1
- package/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/info/route.js +1 -1
- package/web/.next/server/app/api/runtime/info/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/resources/route.js +1 -1
- package/web/.next/server/app/api/runtime/resources/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/terminal/route.js +1 -1
- package/web/.next/server/app/api/runtime/terminal/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/versions/route.js +1 -1
- package/web/.next/server/app/api/runtime/versions/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/versions/switch/route.js +1 -1
- package/web/.next/server/app/api/runtime/versions/switch/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/voice/route.js +1 -1
- package/web/.next/server/app/api/runtime/voice/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/voice/transcribe/route.js +1 -1
- package/web/.next/server/app/api/runtime/voice/transcribe/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/complete/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/complete/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/conversation/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/conversation/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/kill/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/kill/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/logs/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/logs/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/pause/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/pause/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/respawn/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/respawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/restore/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/restore/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/send/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/send/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/slash-commands/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/tags/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/tags/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/route.js +1 -1
- package/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/shepherd/spawn/route.js +1 -1
- package/web/.next/server/app/api/shepherd/spawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/spawn/route.js +1 -1
- package/web/.next/server/app/api/spawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/apple-icon/route.js +1 -1
- package/web/.next/server/app/apple-icon/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon/route.js +1 -1
- package/web/.next/server/app/icon/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon-192/route.js +1 -1
- package/web/.next/server/app/icon-192/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon-512/route.js +1 -1
- package/web/.next/server/app/icon-512/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/web/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/page.js +3 -3
- package/web/.next/server/app/page.js.nft.json +1 -1
- package/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/sessions/[id]/page.js +6 -6
- package/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
- package/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app-paths-manifest.json +2 -1
- package/web/.next/server/chunks/135.js +1 -1
- package/web/.next/server/chunks/5158.js +1 -0
- package/web/.next/server/chunks/7331.js +3 -3
- package/web/.next/server/functions-config-manifest.json +3 -3
- package/web/.next/server/middleware-build-manifest.js +1 -1
- package/web/.next/server/next-font-manifest.js +1 -1
- package/web/.next/server/next-font-manifest.json +1 -1
- package/web/.next/server/pages/404.html +1 -1
- package/web/.next/server/pages/500.html +1 -1
- package/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/static/chunks/5124-5365d82e8f9962c5.js +1 -0
- package/web/.next/static/chunks/app/_not-found/{page-1b6e9375ed39417d.js → page-ce7aac1309588445.js} +1 -1
- package/web/.next/static/chunks/app/api/backlog/take/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/github-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/gitlab-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/models/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/pr-status/merge/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/pr-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/preflight/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/info/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/resources/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/terminal/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/versions/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/versions/switch/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/voice/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/send/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/shepherd/spawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/spawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/apple-icon/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon-192/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon-512/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/layout-f69f7a978709d508.js +1 -0
- package/web/.next/static/chunks/app/manifest.webmanifest/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/page-8a91ba4badc56ab2.js +1 -0
- package/web/.next/static/chunks/app/sessions/[id]/page-d8abb491bd89b750.js +1 -0
- package/web/.next/static/chunks/{main-app-1cea33e0d8c88bba.js → main-app-96c0fcaf99db6703.js} +1 -1
- package/web/.next/static/css/1c8043fd02fc0a5c.css +3 -0
- package/web/.next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js +1 -0
- package/web/node_modules/.package-lock.json +3 -3
- package/web/node_modules/caniuse-lite/data/agents.js +1 -1
- package/web/node_modules/caniuse-lite/data/browserVersions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/aac.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/apng.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-find.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audio.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/av1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/avif.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/beacon.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/bigint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/border-image.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/brotli.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/calc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/classlist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/colr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/console-time.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/const.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-all.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-has.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-if.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-table.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/customevent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/datalist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dataset.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/datauri.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/decorators.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/details.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dialog.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/download.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eme.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eot.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es5.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filereader.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flac.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fontface.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/forms.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/heif.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hevc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hidden.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/history.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ime.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/imports.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/innertext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-event.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-number.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-search.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/json.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/let.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mathml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/menu.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/meter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/midi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mp3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/notifications.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-values.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ogv.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/online-status.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/opus.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/outline.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/path2d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/picture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ping.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/portals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/progress.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/promises.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/proximity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/proxy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/push-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rellist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rem.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ruby.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/run-in.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/script-async.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sdch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sni.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/spdy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/srcset.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/stream.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/streams.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sxg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/template.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/temporal.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/touch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ttf.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/u2f.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/url.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/vibration.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/video.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wav.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-share.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgl.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webhid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webm.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webp.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/websockets.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webusb.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webvr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webxr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/will-change.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/woff.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/woff2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/word-break.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/zstd.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ER.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ES.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ET.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ID.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ME.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ML.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/OM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/QA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ST.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/US.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/WF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/WS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/YE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/YT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
- package/web/node_modules/caniuse-lite/data/versionGroups.js +1 -1
- package/web/node_modules/caniuse-lite/package.json +1 -1
- package/web/package-lock.json +45 -45
- package/web/server.js +1 -1
- package/web/.next/server/chunks/7974.js +0 -1
- package/web/.next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js +0 -1
- package/web/.next/static/chunks/5124-19d3cb5b8c373b6d.js +0 -1
- package/web/.next/static/chunks/app/api/github-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/gitlab-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/models/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/pr-status/merge/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/pr-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/preflight/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/info/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/resources/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/terminal/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/versions/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/versions/switch/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/voice/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/send/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/shepherd/spawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/spawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/apple-icon/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon-192/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon-512/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/layout-77450a833d54e15c.js +0 -1
- package/web/.next/static/chunks/app/manifest.webmanifest/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/page-fd332d4acc6d8ff0.js +0 -1
- package/web/.next/static/chunks/app/sessions/[id]/page-508070021783e022.js +0 -1
- package/web/.next/static/css/a21fffd2e823d08d.css +0 -3
- /package/web/.next/static/{1N29vAB1vCj1iGIUfy4to → j6j0a_rHfbTSVFFhtL-Dd}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"4":0.
|
|
1
|
+
module.exports={C:{"4":0.03644,"48":0.02429,"103":0.05466,"115":0.68018,"120":0.66196,"121":1.36035,"130":0.01215,"149":0.00607,"150":0.05466,"151":1.19638,"152":0.68018,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.01822,"40":0.03037,"41":0.01822,"42":0.01822,"43":0.01822,"44":0.01215,"45":0.01822,"46":0.01822,"47":0.02429,"48":0.01822,"49":0.02429,"50":0.01215,"51":0.01822,"52":0.01822,"53":0.02429,"54":0.01822,"55":0.01822,"56":0.01822,"57":0.02429,"58":0.01822,"59":0.01822,"60":0.01822,"73":0.00607,"78":0.00607,"80":0.00607,"81":0.01215,"83":0.00607,"87":0.00607,"88":0.00607,"102":0.00607,"103":0.64981,"104":0.81986,"105":0.62552,"106":0.64981,"107":0.63767,"108":0.66803,"109":0.86237,"110":0.63767,"111":0.68018,"112":0.63159,"116":1.39679,"117":0.64374,"118":7.76737,"119":1.33606,"120":2.03446,"122":0.00607,"124":0.64981,"125":0.00607,"126":0.04858,"128":0.02429,"130":0.01215,"131":1.3725,"132":0.00607,"133":1.31177,"134":0.01822,"137":0.12146,"138":0.14575,"139":0.00607,"141":0.00607,"142":0.04251,"143":0.03037,"144":0.02429,"145":0.71661,"146":1.19638,"147":0.17612,"148":3.577,"149":7.85846,"150":0.02429,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 79 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 101 113 114 115 121 123 127 129 135 136 140 151 152 153"},F:{"98":0.01215,"99":0.06073,"131":0.25507,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00607,"18":0.00607,"119":0.65588,"120":0.63767,"122":0.00607,"133":0.00607,"137":0.00607,"140":0.00607,"141":0.00607,"143":0.00607,"144":0.00607,"146":0.00607,"147":0.07895,"148":1.20853,"149":2.97577,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 134 135 136 138 139 142 145 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 16.0 16.2 16.3 16.4 16.5 17.0 17.3 17.4 18.0 18.1 18.2 18.4 26.1 TP","13.1":0.2247,"15.5":0.00607,"15.6":0.04858,"16.1":0.01215,"16.6":0.0668,"17.1":0.00607,"17.2":0.00607,"17.5":0.00607,"17.6":0.00607,"18.3":0.01215,"18.5-18.7":0.01215,"26.0":0.00607,"26.2":0.01215,"26.3":0.06073,"26.4":0.01822,"26.5":0.6073},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00091,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00272,"8.1-8.4":0,"9.0-9.2":0.00091,"9.3":0,"10.0-10.2":0,"10.3":0.00999,"11.0-11.2":0.30052,"11.3-11.4":0.00182,"12.0-12.1":0,"12.2-12.5":0.03087,"13.0-13.1":0,"13.2":0.00999,"13.3":0,"13.4-13.7":0.00182,"14.0-14.4":0.00636,"14.5-14.8":0.00999,"15.0-15.1":0.00908,"15.2-15.3":0.00545,"15.4":0.00636,"15.5":0.00817,"15.6-15.8":0.15889,"16.0":0.01453,"16.1":0.02361,"16.2":0.01271,"16.3":0.02724,"16.4":0.00636,"16.5":0.00999,"16.6-16.7":0.20701,"17.0":0.00908,"17.1":0.01362,"17.2":0.01271,"17.3":0.01907,"17.4":0.02905,"17.5":0.05175,"17.6-17.7":0.13346,"18.0":0.02996,"18.1":0.0572,"18.2":0.03087,"18.3":0.09442,"18.4":0.04267,"18.5-18.7":1.36461,"26.0":0.08988,"26.1":0.09352,"26.2":0.28236,"26.3":0.38587,"26.4":0.44216,"26.5":5.01446},P:{"4":0.06985,"21":0.00499,"22":0.00998,"24":0.00998,"25":0.01497,"26":0.01497,"27":0.03992,"28":0.06486,"29":0.23451,"30":1.34217,_:"20 23 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.02994,"8.2":0.03493,"17.0":0.00499,"19.0":0.00499},I:{"0":0.00785,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.23562,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.31416},H:{all:0},L:{"0":34.94567},R:{_:"0"},M:{"0":0.06283},Q:{"14.9":0.00785}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"78":0.0839,"120":0.54214,"121":1.08427,"126":0.00645,"136":0.01936,"151":0.0839,"152":0.01936,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 122 123 124 125 127 128 129 130 131 132 133 134 135 137 138 139 140 141 142 143 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"39":0.01291,"40":0.03227,"41":0.00645,"42":0.01936,"43":0.00645,"44":0.01936,"45":0.01936,"46":0.00645,"47":0.01936,"48":0.00645,"49":0.01936,"51":0.01936,"52":0.01291,"53":0.00645,"54":0.01291,"56":0.03227,"57":0.03872,"58":0.00645,"59":0.03227,"60":0.03872,"65":0.01936,"67":0.00645,"79":0.01936,"81":0.00645,"87":0.00645,"89":0.01291,"98":0.00645,"103":0.17426,"104":0.20007,"105":0.22589,"106":0.21298,"107":0.19362,"108":0.18717,"109":0.24525,"110":0.25816,"111":0.27107,"112":0.1678,"116":0.41306,"117":0.27752,"118":20.62053,"119":1.22626,"120":1.6135,"122":0.00645,"123":0.01291,"124":0.24525,"125":0.01291,"126":0.04518,"130":0.34852,"131":0.44533,"132":0.00645,"133":0.4066,"135":0.00645,"136":0.00645,"137":0.19362,"138":0.18717,"139":0.00645,"141":0.03872,"142":0.05163,"143":0.01291,"144":0.07745,"145":0.01291,"146":0.0839,"147":1.27789,"148":2.93012,"149":3.22055,"150":0.26461,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 50 55 61 62 63 64 66 68 69 70 71 72 73 74 75 76 77 78 80 83 84 85 86 88 90 91 92 93 94 95 96 97 99 100 101 102 113 114 115 121 127 128 129 134 140 151 152 153"},F:{"46":0.05163,"131":2.54288,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"119":0.51632,"120":0.53568,"124":0.00645,"127":0.00645,"140":0.00645,"142":0.00645,"143":0.01291,"145":0.03227,"146":0.00645,"148":0.57441,"149":1.74903,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 122 123 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 144 147 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.5 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.4 TP","13.1":0.03227,"15.6":0.07745,"17.4":0.00645,"26.3":0.03872,"26.5":0.01936},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00022,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00065,"8.1-8.4":0,"9.0-9.2":0.00022,"9.3":0,"10.0-10.2":0,"10.3":0.00237,"11.0-11.2":0.07125,"11.3-11.4":0.00043,"12.0-12.1":0,"12.2-12.5":0.00732,"13.0-13.1":0,"13.2":0.00237,"13.3":0,"13.4-13.7":0.00043,"14.0-14.4":0.00151,"14.5-14.8":0.00237,"15.0-15.1":0.00215,"15.2-15.3":0.00129,"15.4":0.00151,"15.5":0.00194,"15.6-15.8":0.03767,"16.0":0.00344,"16.1":0.0056,"16.2":0.00301,"16.3":0.00646,"16.4":0.00151,"16.5":0.00237,"16.6-16.7":0.04908,"17.0":0.00215,"17.1":0.00323,"17.2":0.00301,"17.3":0.00452,"17.4":0.00689,"17.5":0.01227,"17.6-17.7":0.03164,"18.0":0.0071,"18.1":0.01356,"18.2":0.00732,"18.3":0.02239,"18.4":0.01012,"18.5-18.7":0.32351,"26.0":0.02131,"26.1":0.02217,"26.2":0.06694,"26.3":0.09148,"26.4":0.10482,"26.5":1.18878},P:{"22":0.00532,"25":0.01064,"28":0.11702,"29":0.18617,"30":0.34042,_:"4 20 21 23 24 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.00708,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.10993,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":1.23046},H:{all:0},L:{"0":44.83289},R:{_:"0"},M:{"0":0.01418},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"112":0.02999,"115":0.13795,"120":0.17394,"121":0.34189,"127":0.006,"128":0.012,"136":0.012,"139":0.006,"140":0.07198,"141":0.006,"144":0.012,"145":0.01799,"146":0.04798,"147":0.006,"148":0.02999,"149":0.006,"150":0.04199,"151":0.85172,"152":0.46185,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 129 130 131 132 133 134 135 137 138 142 143 153 154 155 3.5 3.6"},D:{"39":0.02399,"40":0.02399,"41":0.01799,"42":0.01799,"43":0.01799,"44":0.01799,"45":0.02399,"46":0.01799,"47":0.01799,"48":0.01799,"49":0.01799,"50":0.02399,"51":0.02399,"52":0.02399,"53":0.02999,"54":0.02399,"55":0.01799,"56":0.02999,"57":0.02399,"58":0.02399,"59":0.02399,"60":0.02399,"65":0.006,"72":0.006,"73":0.006,"79":0.04798,"87":0.07797,"91":0.012,"97":0.012,"103":0.46784,"104":0.46784,"105":0.47384,"106":0.46784,"107":0.47984,"108":0.47384,"109":1.02566,"110":0.46185,"111":0.55182,"112":0.45585,"116":0.95368,"117":0.45585,"118":2.7051,"119":0.37787,"120":1.22959,"121":0.012,"122":0.02999,"123":0.006,"124":0.49783,"125":0.006,"126":0.02399,"127":0.012,"128":0.05998,"129":0.012,"131":0.95368,"132":0.01799,"133":0.95968,"134":0.012,"135":0.012,"136":0.012,"137":0.04798,"138":0.07797,"139":0.03599,"140":0.04199,"141":0.01799,"142":0.50983,"143":0.07797,"144":0.02999,"145":0.37787,"146":1.24159,"147":0.92969,"148":6.47184,"149":12.69177,"150":0.07198,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 70 71 74 75 76 77 78 80 81 83 84 85 86 88 89 90 92 93 94 95 96 98 99 100 101 102 113 114 115 130 151 152 153"},F:{"67":0.006,"95":0.006,"98":0.01799,"99":0.07198,"100":0.006,"131":0.83372,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.006,"92":0.006,"100":0.006,"109":0.02399,"116":0.006,"119":0.16794,"120":0.17394,"122":0.012,"131":0.006,"133":0.012,"134":0.012,"135":0.006,"136":0.006,"137":0.006,"138":0.012,"139":0.006,"140":0.006,"141":0.012,"142":0.01799,"143":0.006,"144":0.01799,"145":0.03599,"146":0.05998,"147":0.09597,"148":1.34955,"149":3.79673,"150":0.01799,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 117 118 121 123 124 125 126 127 128 129 130 132"},E:{"15":0.006,"27":0.006,_:"4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.2 18.4 TP","5.1":0.006,"15.6":0.012,"16.6":0.04199,"17.1":0.03599,"17.4":0.01799,"17.5":0.006,"17.6":0.02399,"18.1":0.006,"18.3":0.006,"18.5-18.7":0.05398,"26.0":0.006,"26.1":0.006,"26.2":0.02999,"26.3":0.04199,"26.4":0.04798,"26.5":0.40786},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00072,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00216,"8.1-8.4":0,"9.0-9.2":0.00072,"9.3":0,"10.0-10.2":0,"10.3":0.00792,"11.0-11.2":0.23844,"11.3-11.4":0.00144,"12.0-12.1":0,"12.2-12.5":0.02449,"13.0-13.1":0,"13.2":0.00792,"13.3":0,"13.4-13.7":0.00144,"14.0-14.4":0.00504,"14.5-14.8":0.00792,"15.0-15.1":0.0072,"15.2-15.3":0.00432,"15.4":0.00504,"15.5":0.00648,"15.6-15.8":0.12606,"16.0":0.01153,"16.1":0.01873,"16.2":0.01009,"16.3":0.02161,"16.4":0.00504,"16.5":0.00792,"16.6-16.7":0.16424,"17.0":0.0072,"17.1":0.01081,"17.2":0.01009,"17.3":0.01513,"17.4":0.02305,"17.5":0.04106,"17.6-17.7":0.10589,"18.0":0.02377,"18.1":0.04538,"18.2":0.02449,"18.3":0.07492,"18.4":0.03386,"18.5-18.7":1.0827,"26.0":0.07132,"26.1":0.0742,"26.2":0.22403,"26.3":0.30615,"26.4":0.35082,"26.5":3.97855},P:{"4":0.01918,"20":0.00639,"21":0.00639,"22":0.00639,"24":0.00639,"25":0.00639,"26":0.01279,"27":0.01918,"28":0.05115,"29":0.09591,"30":0.812,_:"23 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00639,"7.2-7.4":0.01918,"8.2":0.01279},I:{"0":0.06797,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.32816,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.08404},H:{all:0},L:{"0":40.44756},R:{_:"0"},M:{"0":0.29615},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"52":0.
|
|
1
|
+
module.exports={C:{"52":0.00207,"72":0.00207,"115":0.07855,"120":0.03721,"121":0.07441,"127":0.00207,"140":0.0062,"142":0.00207,"143":0.01034,"145":0.00207,"146":0.00207,"147":0.00207,"148":0.00207,"149":0.00207,"150":0.0062,"151":0.10335,"152":0.05581,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 144 153 154 155 3.5 3.6"},D:{"49":0.00207,"50":0.00413,"51":0.00207,"52":0.00207,"55":0.00207,"56":0.0062,"57":0.00207,"58":0.00207,"60":0.00207,"63":0.00413,"64":0.00413,"65":0.00207,"66":0.0124,"67":0.00207,"68":0.01034,"69":0.00827,"70":0.01034,"71":0.0062,"72":0.00413,"73":0.0124,"74":0.00207,"75":0.00827,"76":0.00207,"78":0.0062,"79":0.02894,"80":0.00413,"81":0.00827,"83":0.00827,"85":0.00207,"86":0.00827,"87":0.02274,"88":0.0186,"89":0.00207,"90":0.00207,"91":0.00413,"92":0.00207,"93":0.00207,"94":0.00207,"95":0.00413,"97":0.00207,"98":0.06821,"99":0.00207,"100":0.00207,"101":0.00207,"102":0.00827,"103":0.27698,"104":0.27078,"105":0.28111,"106":0.27698,"107":0.28111,"108":0.28111,"109":0.53949,"110":0.27698,"111":0.27698,"112":0.26871,"113":0.00413,"114":0.01654,"116":0.54362,"117":0.27284,"118":1.64947,"119":0.08061,"120":0.3886,"121":0.00207,"122":0.0062,"123":0.0124,"124":0.27698,"125":0.00413,"126":0.0248,"127":0.01447,"128":0.00207,"129":0.00413,"130":0.00827,"131":0.58083,"132":0.0062,"133":0.54569,"134":0.02274,"135":0.01034,"136":0.01034,"137":0.05168,"138":0.03721,"139":0.02687,"140":0.02687,"141":0.00827,"142":0.07441,"143":0.05374,"144":0.03307,"145":0.36173,"146":0.05788,"147":0.07648,"148":0.73172,"149":1.12031,"150":0.0062,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 53 54 59 61 62 77 84 96 115 151 152 153"},F:{"95":0.00827,"96":0.00207,"97":0.00413,"98":0.01447,"99":0.03101,"117":0.00207,"131":0.08061,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00413,"89":0.00207,"92":0.0062,"109":0.0062,"114":0.00207,"119":0.03721,"120":0.03927,"122":0.00207,"138":0.00207,"142":0.00207,"143":0.00207,"144":0.00207,"145":0.00207,"146":0.00413,"147":0.0062,"148":0.08061,"149":0.22944,"150":0.0062,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139 140 141"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.3 17.4 18.0 18.1 18.2 18.3 18.4 26.0 26.1 TP","5.1":0.03101,"15.1":0.00207,"15.6":0.00207,"16.6":0.00413,"17.1":0.00207,"17.2":0.00207,"17.5":0.00207,"17.6":0.00207,"18.5-18.7":0.00207,"26.2":0.00413,"26.3":0.00413,"26.4":0.00207,"26.5":0.00827},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00027,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00081,"8.1-8.4":0,"9.0-9.2":0.00027,"9.3":0,"10.0-10.2":0,"10.3":0.00298,"11.0-11.2":0.08953,"11.3-11.4":0.00054,"12.0-12.1":0,"12.2-12.5":0.0092,"13.0-13.1":0,"13.2":0.00298,"13.3":0,"13.4-13.7":0.00054,"14.0-14.4":0.00189,"14.5-14.8":0.00298,"15.0-15.1":0.0027,"15.2-15.3":0.00162,"15.4":0.00189,"15.5":0.00243,"15.6-15.8":0.04733,"16.0":0.00433,"16.1":0.00703,"16.2":0.00379,"16.3":0.00811,"16.4":0.00189,"16.5":0.00298,"16.6-16.7":0.06167,"17.0":0.0027,"17.1":0.00406,"17.2":0.00379,"17.3":0.00568,"17.4":0.00866,"17.5":0.01542,"17.6-17.7":0.03976,"18.0":0.00893,"18.1":0.01704,"18.2":0.0092,"18.3":0.02813,"18.4":0.01271,"18.5-18.7":0.40653,"26.0":0.02678,"26.1":0.02786,"26.2":0.08412,"26.3":0.11495,"26.4":0.13172,"26.5":1.49387},P:{"21":0.00702,"22":0.01405,"23":0.02107,"24":0.01405,"25":0.03512,"26":0.04214,"27":0.03512,"28":0.11239,"29":0.29501,"30":0.35823,_:"4 20 10.1","5.0-5.4":0.01405,"6.2-6.4":0.02107,"7.2-7.4":0.04917,"8.2":0.01405,"9.2":0.01405,"11.1-11.2":0.00702,"12.0":0.00702,"13.0":0.02107,"14.0":0.01405,"15.0":0.00702,"16.0":0.01405,"17.0":0.03512,"18.0":0.00702,"19.0":0.00702},I:{"0":0.01585,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.32521,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.30935},H:{all:0},L:{"0":83.13554},R:{_:"0"},M:{"0":0.03966},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"55":0.00367,"78":0.00367,"104":0.00367,"111":0.04776,"115":0.08083,"120":0.02572,"121":0.04776,"126":0.00735,"131":0.00367,"140":0.00367,"147":0.00735,"149":0.01102,"150":0.0147,"151":0.64662,"152":0.24616,"153":0.00367,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 105 106 107 108 109 110 112 113 114 116 117 118 119 122 123 124 125 127 128 129 130 132 133 134 135 136 137 138 139 141 142 143 144 145 146 148 154 155 3.5 3.6"},D:{"39":0.00735,"40":0.0147,"41":0.00735,"42":0.00367,"43":0.00735,"44":0.00735,"45":0.00367,"46":0.01102,"47":0.01102,"48":0.00735,"49":0.00735,"50":0.00735,"51":0.0147,"52":0.00735,"53":0.00735,"54":0.00367,"56":0.00367,"57":0.00735,"58":0.00735,"59":0.00735,"60":0.00367,"65":0.00367,"66":0.01102,"69":0.0147,"70":0.01102,"71":0.01102,"72":0.00367,"75":0.00735,"76":0.00367,"79":0.00367,"86":0.00367,"87":0.00735,"92":0.00367,"97":0.00367,"98":0.00367,"101":0.00735,"103":0.04776,"104":0.01837,"105":0.0147,"106":0.02204,"107":0.01837,"108":0.01837,"109":0.36005,"110":0.0147,"111":0.02204,"112":0.02572,"114":0.00735,"116":0.16533,"117":0.0147,"118":2.01335,"119":0.06246,"120":0.08818,"122":0.00367,"124":0.04041,"125":0.0147,"126":0.01102,"127":0.02572,"128":0.00367,"129":0.00735,"131":0.03307,"132":0.00735,"133":0.04041,"134":0.00735,"136":0.00367,"137":0.03307,"138":0.0992,"139":0.0147,"140":0.03307,"141":0.02204,"142":0.0147,"143":0.0845,"144":0.02204,"145":0.04776,"146":0.10287,"147":0.16533,"148":3.57113,"149":3.93118,"150":0.00735,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 55 61 62 63 64 67 68 73 74 77 78 80 81 83 84 85 88 89 90 91 93 94 95 96 99 100 102 113 115 121 123 130 135 151 152 153"},F:{"40":0.00367,"46":0.00367,"79":0.00367,"90":0.02939,"93":0.00367,"94":0.00735,"95":0.01102,"96":0.00367,"97":0.05878,"98":0.03674,"99":0.05511,"100":0.01102,"125":0.00367,"127":0.00367,"131":0.2829,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 91 92 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.0147,"15":0.0147,"16":0.00367,"18":0.09552,"89":0.00367,"90":0.00735,"92":0.01102,"100":0.00735,"109":0.05511,"114":0.00735,"119":0.02572,"120":0.02572,"122":0.01102,"123":0.00367,"126":0.00367,"129":0.00367,"131":0.00367,"137":0.01837,"138":0.00735,"139":0.00367,"140":0.00735,"141":0.00735,"142":0.02204,"144":0.0147,"145":0.02204,"146":0.0147,"147":0.03674,"148":0.76419,"149":2.53873,_:"12 13 17 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 124 125 127 128 130 132 133 134 135 136 143 150"},E:{"27":0.00367,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 13.1 14.1 15.1 15.4 15.5 15.6 16.0 16.1 16.2 16.4 16.5 17.0 17.4 17.5 18.0 18.1 18.2 18.3 26.2 TP","12.1":0.00367,"15.2-15.3":0.00367,"16.3":0.00367,"16.6":0.0147,"17.1":0.00367,"17.2":0.00735,"17.3":0.01102,"17.6":0.00735,"18.4":0.01837,"18.5-18.7":0.03674,"26.0":0.01102,"26.1":0.13226,"26.3":0.0147,"26.4":0.00367,"26.5":0.42618},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00076,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00228,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0,"10.0-10.2":0,"10.3":0.00836,"11.0-11.2":0.25148,"11.3-11.4":0.00152,"12.0-12.1":0,"12.2-12.5":0.02583,"13.0-13.1":0,"13.2":0.00836,"13.3":0,"13.4-13.7":0.00152,"14.0-14.4":0.00532,"14.5-14.8":0.00836,"15.0-15.1":0.0076,"15.2-15.3":0.00456,"15.4":0.00532,"15.5":0.00684,"15.6-15.8":0.13296,"16.0":0.01216,"16.1":0.01975,"16.2":0.01064,"16.3":0.02279,"16.4":0.00532,"16.5":0.00836,"16.6-16.7":0.17322,"17.0":0.0076,"17.1":0.0114,"17.2":0.01064,"17.3":0.01595,"17.4":0.02431,"17.5":0.04331,"17.6-17.7":0.11168,"18.0":0.02507,"18.1":0.04786,"18.2":0.02583,"18.3":0.07901,"18.4":0.03571,"18.5-18.7":1.14191,"26.0":0.07522,"26.1":0.07825,"26.2":0.23628,"26.3":0.32289,"26.4":0.37,"26.5":4.19611},P:{"22":0.00578,"23":0.00578,"24":0.04625,"25":0.01734,"26":0.00578,"27":0.07515,"28":0.06359,"29":0.60119,"30":0.58963,_:"4 20 21 5.0-5.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","6.2-6.4":0.00578,"7.2-7.4":0.58385,"8.2":0.00578,"19.0":0.00578},I:{"0":0.00632,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":6.76249,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.00633,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.38589},H:{all:0},L:{"0":61.79434},R:{_:"0"},M:{"0":0.94257},Q:{"14.9":0.00633}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"55":0.00437,"120":0.20534,"121":0.28835,"125":0.01311,"126":0.01311,"127":0.01748,"128":0.00874,"129":0.00874,"130":0.01311,"131":0.02621,"132":0.01748,"133":0.00874,"134":0.00874,"135":0.01748,"136":0.01311,"146":0.00874,"149":0.01311,"150":0.02621,"151":0.42816,"152":0.18787,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 122 123 124 137 138 139 140 141 142 143 144 145 147 148 153 154 155 3.5 3.6"},D:{"34":0.00874,"39":0.01311,"40":0.02621,"41":0.03495,"42":0.03058,"43":0.03495,"44":0.03058,"45":0.03058,"46":0.03495,"47":0.03932,"48":0.03932,"49":0.01748,"50":0.03058,"51":0.02185,"52":0.03495,"53":0.01748,"54":0.03058,"55":0.03058,"56":0.03058,"57":0.03932,"58":0.02621,"59":0.01748,"60":0.03495,"76":0.00437,"79":0.07864,"81":0.00437,"86":0.05243,"87":0.00874,"103":0.15292,"104":0.05243,"105":0.04369,"106":0.06554,"107":0.04369,"108":0.04369,"109":0.69904,"110":0.0568,"111":0.02621,"112":0.07864,"116":0.11359,"117":0.03058,"118":1.54663,"119":0.29272,"120":0.36263,"123":0.01311,"124":0.05243,"125":0.00437,"126":0.07427,"127":0.00437,"128":0.02185,"129":0.14418,"130":0.02185,"131":0.10923,"132":0.02621,"133":0.0568,"134":0.09175,"136":0.01311,"137":0.03058,"138":0.03932,"139":0.03058,"140":0.02185,"142":0.06554,"143":0.00874,"144":0.13107,"145":0.70341,"146":0.76894,"147":0.4937,"148":7.16953,"149":7.79867,"150":0.10923,"151":0.03058,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 83 84 85 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 113 114 115 121 122 135 141 152 153"},F:{"73":0.03058,"131":0.15292,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.03058,"105":0.00437,"109":0.00874,"115":0.00437,"118":0.00437,"119":0.15292,"120":0.18787,"142":0.04369,"143":0.01311,"144":0.01311,"145":0.05243,"146":0.01748,"147":0.19224,"148":2.29373,"149":6.10349,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 110 111 112 113 114 116 117 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 17.0 17.2 17.3 18.0 18.1 18.4 TP","13.1":0.00437,"15.6":0.03495,"16.1":0.00437,"16.3":0.00874,"16.5":0.03058,"16.6":0.02621,"17.1":0.03058,"17.4":0.00874,"17.5":0.03058,"17.6":0.04806,"18.2":0.02621,"18.3":0.04806,"18.5-18.7":0.21408,"26.0":0.00437,"26.1":0.03495,"26.2":0.23156,"26.3":0.51991,"26.4":0.16602,"26.5":3.87093},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00298,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00893,"8.1-8.4":0,"9.0-9.2":0.00298,"9.3":0,"10.0-10.2":0,"10.3":0.03274,"11.0-11.2":0.98524,"11.3-11.4":0.00595,"12.0-12.1":0,"12.2-12.5":0.1012,"13.0-13.1":0,"13.2":0.03274,"13.3":0,"13.4-13.7":0.00595,"14.0-14.4":0.02084,"14.5-14.8":0.03274,"15.0-15.1":0.02977,"15.2-15.3":0.01786,"15.4":0.02084,"15.5":0.02679,"15.6-15.8":0.5209,"16.0":0.04762,"16.1":0.07739,"16.2":0.04167,"16.3":0.0893,"16.4":0.02084,"16.5":0.03274,"16.6-16.7":0.67865,"17.0":0.02977,"17.1":0.04465,"17.2":0.04167,"17.3":0.06251,"17.4":0.09525,"17.5":0.16966,"17.6-17.7":0.43755,"18.0":0.09823,"18.1":0.18752,"18.2":0.1012,"18.3":0.30956,"18.4":0.1399,"18.5-18.7":4.47375,"26.0":0.29468,"26.1":0.30658,"26.2":0.92571,"26.3":1.26503,"26.4":1.44958,"26.5":16.43947},P:{"20":0.00975,"25":0.00975,"27":0.00975,"28":0.02926,"29":0.07804,"30":3.57014,_:"4 21 22 23 24 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","17.0":0.00975},I:{"0":0.03375,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.06757,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.00563},H:{all:0},L:{"0":26.2396},R:{_:"0"},M:{"0":0.0732},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"47":0.
|
|
1
|
+
module.exports={C:{"47":0.00364,"82":0.00364,"115":0.02909,"120":0.00727,"121":0.02182,"127":0.00364,"128":0.01454,"133":0.00727,"137":0.00364,"139":0.00364,"140":0.01454,"144":0.01091,"147":0.01454,"148":0.00364,"149":0.01091,"150":0.02909,"151":0.52722,"152":0.14544,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 129 130 131 132 134 135 136 138 141 142 143 145 146 153 154 155 3.5 3.6"},D:{"44":0.00364,"46":0.00364,"49":0.02909,"53":0.00364,"55":0.00727,"56":0.00364,"57":0.00364,"58":0.00364,"59":0.00364,"63":0.02545,"66":0.00364,"68":0.01091,"69":0.00727,"70":0.00364,"71":0.01091,"72":0.00364,"73":0.02182,"75":0.01091,"79":0.00727,"83":0.00364,"91":0.04727,"92":0.00364,"93":0.00364,"98":0.00364,"103":0.01818,"104":0.00727,"105":0.00727,"106":0.01454,"107":0.00727,"108":0.01454,"109":0.05818,"110":0.08363,"111":0.00727,"112":0.00727,"114":0.01091,"116":0.02182,"117":0.00727,"118":0.93082,"119":0.03636,"120":0.02182,"121":0.02182,"123":0.00727,"124":0.00727,"126":0.01454,"127":0.01091,"131":0.82537,"132":0.00364,"133":0.01091,"134":0.02182,"135":0.00727,"136":0.01091,"137":0.02545,"138":0.06181,"139":0.02545,"140":0.05454,"141":0.00727,"142":0.01091,"143":0.01454,"144":0.01454,"145":0.01091,"146":0.27634,"147":0.07636,"148":1.32714,"149":2.46521,"150":0.01454,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 47 48 50 51 52 54 60 61 62 64 65 67 74 76 77 78 80 81 84 85 86 87 88 89 90 94 95 96 97 99 100 101 102 113 115 122 125 128 129 130 151 152 153"},F:{"91":0.00364,"95":0.00364,"98":0.03636,"99":0.20362,"123":0.00727,"131":0.28724,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.01091,"17":0.00727,"18":0.01454,"84":0.01091,"90":0.00364,"92":0.03636,"100":0.00727,"119":0.01454,"120":0.01091,"122":0.00727,"136":0.00364,"140":0.00727,"141":0.01091,"143":0.00364,"144":0.01454,"145":0.01091,"146":0.01091,"147":0.04727,"148":0.41087,"149":1.06171,_:"12 13 15 16 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 142 150"},E:{"27":0.02182,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.4 18.5-18.7 26.0 TP","5.1":0.01818,"11.1":0.00364,"13.1":0.01818,"15.6":0.00727,"16.6":0.01454,"17.1":0.01091,"17.6":0.01454,"18.3":0.00364,"26.1":0.01454,"26.2":0.00727,"26.3":0.00364,"26.4":0.00364,"26.5":0.04},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00027,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00081,"8.1-8.4":0,"9.0-9.2":0.00027,"9.3":0,"10.0-10.2":0,"10.3":0.00295,"11.0-11.2":0.08889,"11.3-11.4":0.00054,"12.0-12.1":0,"12.2-12.5":0.00913,"13.0-13.1":0,"13.2":0.00295,"13.3":0,"13.4-13.7":0.00054,"14.0-14.4":0.00188,"14.5-14.8":0.00295,"15.0-15.1":0.00269,"15.2-15.3":0.00161,"15.4":0.00188,"15.5":0.00242,"15.6-15.8":0.047,"16.0":0.0043,"16.1":0.00698,"16.2":0.00376,"16.3":0.00806,"16.4":0.00188,"16.5":0.00295,"16.6-16.7":0.06123,"17.0":0.00269,"17.1":0.00403,"17.2":0.00376,"17.3":0.00564,"17.4":0.00859,"17.5":0.01531,"17.6-17.7":0.03948,"18.0":0.00886,"18.1":0.01692,"18.2":0.00913,"18.3":0.02793,"18.4":0.01262,"18.5-18.7":0.40365,"26.0":0.02659,"26.1":0.02766,"26.2":0.08352,"26.3":0.11414,"26.4":0.13079,"26.5":1.48326},P:{"4":0.00494,"21":0.00494,"22":0.00494,"23":0.00988,"24":0.19753,"25":0.02469,"26":0.03951,"27":0.09877,"28":0.48396,"29":0.62223,"30":0.60742,_:"20 5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0","7.2-7.4":0.01482,"9.2":0.00988,"11.1-11.2":0.00494,"18.0":0.00494,"19.0":0.00494},I:{"0":0.0445,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":1.13916,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.36275},H:{all:0},L:{"0":80.11086},R:{_:"0"},M:{"0":0.21001},Q:{"14.9":0.01909}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"52":0.00591,"57":0.00591,"61":0.00591,"62":0.00591,"72":0.01773,"112":0.00591,"115":0.23636,"120":0.23636,"121":0.51408,"127":0.03545,"128":0.00591,"130":0.00591,"132":0.00591,"140":0.07091,"141":0.00591,"142":0.00591,"144":0.00591,"146":0.01773,"147":0.01773,"148":0.00591,"149":0.01773,"150":0.07091,"151":1.27044,"152":0.57908,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 58 59 60 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 129 131 133 134 135 136 137 138 139 143 145 153 154 155 3.5 3.6"},D:{"39":0.02955,"40":0.02955,"41":0.02955,"42":0.02955,"43":0.02364,"44":0.02955,"45":0.02955,"46":0.05318,"47":0.04727,"48":0.02955,"49":0.04136,"50":0.02955,"51":0.02955,"52":0.03545,"53":0.02955,"54":0.04136,"55":0.04727,"56":0.03545,"57":0.03545,"58":0.03545,"59":0.03545,"60":0.04136,"62":0.00591,"63":0.04727,"64":0.00591,"65":0.01182,"66":0.02364,"68":0.00591,"69":0.02364,"70":0.02364,"73":0.05909,"74":0.00591,"75":0.01773,"76":0.00591,"77":0.00591,"79":0.03545,"81":0.03545,"83":0.01773,"86":0.04136,"87":0.02364,"89":0.00591,"90":0.00591,"91":0.00591,"92":0.00591,"93":0.08864,"94":0.00591,"95":0.01773,"98":0.04136,"100":0.00591,"102":0.01773,"103":0.8509,"104":0.82726,"105":0.82135,"106":0.84499,"107":0.82135,"108":0.82135,"109":2.27497,"110":0.86271,"111":0.84499,"112":0.79181,"113":0.00591,"114":0.05909,"116":1.63679,"117":0.80953,"118":8.64487,"119":0.62635,"120":1.51861,"122":0.01182,"123":0.01182,"124":0.79181,"125":0.00591,"126":0.00591,"127":0.00591,"128":0.02364,"129":0.00591,"130":0.01182,"131":1.68407,"132":0.02955,"133":1.58361,"134":0.01773,"136":0.02364,"137":0.13,"138":0.17136,"139":0.03545,"140":0.01182,"141":0.00591,"142":0.04136,"143":0.04727,"144":0.065,"145":0.96317,"146":0.08864,"147":0.20682,"148":3.35631,"149":6.00945,"150":0.04727,"151":0.01182,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 67 71 72 78 80 84 85 88 96 97 99 101 115 121 135 152 153"},F:{"36":0.00591,"40":0.00591,"46":0.00591,"79":0.00591,"89":0.00591,"91":0.00591,"95":0.04136,"98":0.00591,"99":0.065,"120":0.00591,"131":0.9159,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 90 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00591,"18":0.01773,"84":0.00591,"89":0.00591,"90":0.00591,"92":0.04727,"100":0.00591,"109":0.00591,"119":0.24227,"120":0.23636,"122":0.00591,"127":0.00591,"135":0.00591,"139":0.02364,"140":0.01182,"141":0.01773,"142":0.00591,"143":0.00591,"144":0.01182,"145":0.02364,"146":0.01773,"147":0.02955,"148":0.6559,"149":2.4936,_:"12 13 14 16 17 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 128 129 130 131 132 133 134 136 137 138 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.5-18.7 26.0 26.1 26.2 TP","5.1":0.00591,"14.1":0.00591,"15.6":0.04727,"16.5":0.00591,"16.6":0.07682,"17.6":0.02955,"18.4":0.01182,"26.3":0.02364,"26.4":0.00591,"26.5":0.08273},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0005,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00151,"8.1-8.4":0,"9.0-9.2":0.0005,"9.3":0,"10.0-10.2":0,"10.3":0.00555,"11.0-11.2":0.16696,"11.3-11.4":0.00101,"12.0-12.1":0,"12.2-12.5":0.01715,"13.0-13.1":0,"13.2":0.00555,"13.3":0,"13.4-13.7":0.00101,"14.0-14.4":0.00353,"14.5-14.8":0.00555,"15.0-15.1":0.00504,"15.2-15.3":0.00303,"15.4":0.00353,"15.5":0.00454,"15.6-15.8":0.08827,"16.0":0.00807,"16.1":0.01311,"16.2":0.00706,"16.3":0.01513,"16.4":0.00353,"16.5":0.00555,"16.6-16.7":0.11501,"17.0":0.00504,"17.1":0.00757,"17.2":0.00706,"17.3":0.01059,"17.4":0.01614,"17.5":0.02875,"17.6-17.7":0.07415,"18.0":0.01665,"18.1":0.03178,"18.2":0.01715,"18.3":0.05246,"18.4":0.02371,"18.5-18.7":0.75814,"26.0":0.04994,"26.1":0.05196,"26.2":0.15687,"26.3":0.21438,"26.4":0.24565,"26.5":2.78591},P:{"4":0.01473,"26":0.01473,"28":0.03682,"29":0.04418,"30":0.16937,_:"20 21 22 23 24 25 27 6.2-6.4 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01473,"7.2-7.4":0.01473,"8.2":0.00736,"9.2":0.04418,"14.0":0.00736},I:{"0":0.02043,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.64638,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.00409,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.22501},H:{all:0},L:{"0":43.3347},R:{_:"0"},M:{"0":0.18819},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"103":0.
|
|
1
|
+
module.exports={C:{"103":0.00357,"115":0.03212,"120":0.00357,"121":0.00357,"125":0.00357,"140":0.00357,"149":0.00357,"150":0.00714,"151":0.21057,"152":0.14276,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.00714,"40":0.00714,"41":0.00714,"42":0.00714,"43":0.00714,"44":0.00714,"45":0.00714,"46":0.00714,"47":0.00714,"48":0.00714,"49":0.00714,"50":0.00714,"51":0.00714,"52":0.00714,"53":0.00714,"54":0.00714,"55":0.00714,"56":0.00714,"57":0.00714,"58":0.00714,"59":0.00714,"60":0.00714,"70":0.00357,"73":0.00357,"79":0.02855,"80":0.00357,"87":0.03569,"91":0.00357,"101":0.00357,"102":0.00714,"103":0.01428,"104":0.02141,"105":0.00714,"106":0.01071,"107":0.00714,"108":0.01071,"109":0.32478,"110":0.01071,"111":0.01071,"112":0.00714,"113":0.00714,"114":0.02498,"115":0.00357,"116":0.02498,"117":0.01071,"118":0.18559,"119":0.02141,"120":0.05354,"121":0.00714,"122":0.01428,"123":0.00714,"124":0.02141,"125":0.00714,"126":0.00714,"127":0.01428,"128":0.01428,"129":0.00714,"130":0.00714,"131":0.03569,"132":0.01071,"133":0.02141,"134":0.01071,"135":0.01428,"136":0.01428,"137":0.01785,"138":0.11421,"139":0.02141,"140":0.02141,"141":0.01071,"142":0.0464,"143":0.02855,"144":0.03569,"145":0.0571,"146":0.06424,"147":0.11778,"148":2.7981,"149":5.49626,"150":0.02498,"151":0.00357,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 74 75 76 77 78 81 83 84 85 86 88 89 90 92 93 94 95 96 97 98 99 100 152 153"},F:{"95":0.00357,"98":0.01785,"99":0.0571,"131":0.07852,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00357,"119":0.00357,"120":0.00357,"140":0.00357,"141":0.00357,"142":0.00357,"143":0.00357,"144":0.00357,"145":0.00357,"146":0.00714,"147":0.00714,"148":0.20343,"149":0.69952,"150":0.00357,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139"},E:{"27":0.00357,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 16.0 16.4 TP","14.1":0.00357,"15.4":0.00357,"15.5":0.00357,"15.6":0.03569,"16.1":0.00714,"16.2":0.00357,"16.3":0.01071,"16.5":0.00357,"16.6":0.04997,"17.0":0.00357,"17.1":0.0464,"17.2":0.00357,"17.3":0.00357,"17.4":0.00714,"17.5":0.01428,"17.6":0.03212,"18.0":0.00357,"18.1":0.01428,"18.2":0.00357,"18.3":0.01785,"18.4":0.00714,"18.5-18.7":0.03569,"26.0":0.01785,"26.1":0.01428,"26.2":0.04997,"26.3":0.07138,"26.4":0.06781,"26.5":0.79232},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00155,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00464,"8.1-8.4":0,"9.0-9.2":0.00155,"9.3":0,"10.0-10.2":0,"10.3":0.017,"11.0-11.2":0.51144,"11.3-11.4":0.00309,"12.0-12.1":0,"12.2-12.5":0.05253,"13.0-13.1":0,"13.2":0.017,"13.3":0,"13.4-13.7":0.00309,"14.0-14.4":0.01082,"14.5-14.8":0.017,"15.0-15.1":0.01545,"15.2-15.3":0.00927,"15.4":0.01082,"15.5":0.01391,"15.6-15.8":0.2704,"16.0":0.02472,"16.1":0.04017,"16.2":0.02163,"16.3":0.04635,"16.4":0.01082,"16.5":0.017,"16.6-16.7":0.35229,"17.0":0.01545,"17.1":0.02318,"17.2":0.02163,"17.3":0.03245,"17.4":0.04944,"17.5":0.08807,"17.6-17.7":0.22713,"18.0":0.05099,"18.1":0.09734,"18.2":0.05253,"18.3":0.16069,"18.4":0.07262,"18.5-18.7":2.32233,"26.0":0.15297,"26.1":0.15915,"26.2":0.48054,"26.3":0.65668,"26.4":0.75248,"26.5":8.53375},P:{"4":0.01608,"21":0.01072,"22":0.01072,"23":0.01072,"24":0.01608,"25":0.02679,"26":0.03215,"27":0.03751,"28":0.13396,"29":0.33758,"30":1.25921,_:"20 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00536,"7.2-7.4":0.01608,"8.2":0.01608},I:{"0":0.00642,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.20576,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.29578},H:{all:0},L:{"0":66.20433},R:{_:"0"},M:{"0":0.21862},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"62":0.0051,"115":0.04083,"120":0.1225,"121":0.22458,"135":0.0051,"139":0.09698,"140":0.01531,"146":0.0051,"147":0.02552,"149":0.01021,"150":0.0051,"151":0.19395,"152":0.15312,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 136 137 138 141 142 143 144 145 148 153 154 155 3.5 3.6"},D:{"39":0.02552,"40":0.01531,"41":0.02042,"42":0.02042,"43":0.02552,"44":0.02552,"45":0.02552,"46":0.01531,"47":0.02042,"48":0.02042,"49":0.03062,"50":0.02042,"51":0.03062,"52":0.02042,"53":0.02042,"54":0.02552,"55":0.02042,"56":0.02552,"57":0.02042,"58":0.02552,"59":0.02552,"60":0.02042,"65":0.0051,"66":0.0051,"68":0.01021,"69":0.01021,"70":0.03062,"71":0.01531,"72":0.0051,"75":0.0051,"79":0.02042,"80":0.01531,"85":0.0051,"86":0.01021,"87":0.0051,"88":0.01021,"89":0.0051,"91":0.0051,"98":0.0051,"100":0.01021,"102":0.0051,"103":0.50019,"104":0.52571,"105":0.46446,"106":0.5155,"107":0.52061,"108":0.5104,"109":4.73651,"110":0.49509,"111":0.53082,"112":0.50019,"114":0.01531,"115":0.0051,"116":1.00549,"117":0.49509,"118":4.68037,"119":0.23989,"120":0.81154,"122":0.02042,"123":0.0051,"124":0.67883,"125":0.02042,"126":0.01021,"127":0.01021,"128":0.01021,"129":0.01021,"130":0.01531,"131":1.05653,"132":0.02552,"133":1.0208,"134":0.0051,"135":0.02042,"136":0.02552,"137":0.07146,"138":0.07656,"139":0.02552,"140":0.02042,"141":0.01531,"142":0.06635,"143":0.08166,"144":0.02042,"145":0.36238,"146":0.08677,"147":0.22968,"148":2.64387,"149":6.02272,"150":0.01531,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 67 73 74 76 77 78 81 83 84 90 92 93 94 95 96 97 99 101 113 121 151 152 153"},F:{"79":0.01021,"81":0.0051,"89":0.0051,"94":0.0051,"95":0.45936,"96":0.0051,"97":0.0051,"98":0.04594,"99":0.02042,"110":0.01531,"131":0.3777,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 82 83 84 85 86 87 88 90 91 92 93 100 101 102 103 104 105 106 107 108 109 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0051,"90":0.0051,"92":0.02042,"109":0.01531,"119":0.1276,"120":0.11229,"126":0.0051,"137":0.0051,"142":0.0051,"143":0.0051,"144":0.0051,"145":0.0051,"146":0.03573,"147":0.02552,"148":0.33686,"149":0.86258,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 127 128 129 130 131 132 133 134 135 136 138 139 140 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 14.1 15.1 15.2-15.3 15.4 15.6 16.0 16.1 16.2 16.3 16.4 17.2 17.3 17.5 18.0 18.1 18.2 18.3 18.4 TP","12.1":0.0051,"13.1":0.0051,"15.5":0.0051,"16.5":0.01021,"16.6":0.01531,"17.0":0.0051,"17.1":0.01531,"17.4":0.0051,"17.6":0.03573,"18.5-18.7":0.0051,"26.0":0.02042,"26.1":0.01021,"26.2":0.97997,"26.3":0.02042,"26.4":0.01021,"26.5":0.15822},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00068,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00204,"8.1-8.4":0,"9.0-9.2":0.00068,"9.3":0,"10.0-10.2":0,"10.3":0.00748,"11.0-11.2":0.22494,"11.3-11.4":0.00136,"12.0-12.1":0,"12.2-12.5":0.02311,"13.0-13.1":0,"13.2":0.00748,"13.3":0,"13.4-13.7":0.00136,"14.0-14.4":0.00476,"14.5-14.8":0.00748,"15.0-15.1":0.0068,"15.2-15.3":0.00408,"15.4":0.00476,"15.5":0.00612,"15.6-15.8":0.11892,"16.0":0.01087,"16.1":0.01767,"16.2":0.00951,"16.3":0.02039,"16.4":0.00476,"16.5":0.00748,"16.6-16.7":0.15494,"17.0":0.0068,"17.1":0.01019,"17.2":0.00951,"17.3":0.01427,"17.4":0.02175,"17.5":0.03874,"17.6-17.7":0.0999,"18.0":0.02243,"18.1":0.04281,"18.2":0.02311,"18.3":0.07067,"18.4":0.03194,"18.5-18.7":1.02139,"26.0":0.06728,"26.1":0.07,"26.2":0.21134,"26.3":0.28882,"26.4":0.33095,"26.5":3.75324},P:{"4":0.00825,"22":0.01649,"23":0.00825,"24":0.03299,"25":0.02474,"26":0.05773,"27":0.04948,"28":0.16495,"29":0.24742,"30":0.67629,_:"20 21 8.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0","5.0-5.4":0.00825,"6.2-6.4":0.01649,"7.2-7.4":0.04948,"9.2":0.00825,"13.0":0.00825,"19.0":0.00825},I:{"0":0.00978,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":1.38067,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.47981},H:{all:0},L:{"0":48.48082},R:{_:"0"},M:{"0":0.07344},Q:{"14.9":0.03427}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"48":0.01228,"56":0.06141,"58":0.00614,"59":0.02456,"63":0.09212,"66":0.01228,"72":0.01228,"78":0.00614,"94":0.00614,"95":0.00614,"103":0.00614,"113":0.00614,"114":0.04913,"115":0.36846,"127":0.02456,"135":0.16581,"136":0.01842,"140":0.17195,"141":0.02456,"142":0.00614,"143":0.00614,"144":0.01842,"145":0.03071,"146":0.00614,"147":0.03071,"148":0.03071,"149":0.03071,"150":0.35004,"151":3.12577,"152":1.28961,"153":0.03685,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 57 60 61 62 64 65 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 116 117 118 119 120 121 122 123 124 125 126 128 129 130 131 132 133 134 137 138 139 154 155 3.5 3.6"},D:{"40":0.00614,"43":0.00614,"44":0.00614,"46":0.00614,"48":0.00614,"49":0.03071,"50":0.00614,"52":0.00614,"53":0.00614,"54":0.00614,"59":0.01842,"60":0.01228,"64":0.00614,"65":0.00614,"68":0.00614,"70":0.01842,"71":0.00614,"73":0.00614,"74":0.01842,"75":0.01228,"77":0.00614,"78":0.01228,"79":0.01228,"80":0.03071,"83":0.00614,"84":0.01228,"85":0.02456,"86":0.01228,"87":0.03071,"88":0.00614,"98":0.00614,"99":0.00614,"100":0.00614,"101":0.04913,"102":0.30091,"103":0.05527,"105":0.00614,"106":0.00614,"108":0.00614,"109":0.76148,"110":0.00614,"112":0.00614,"114":0.03685,"116":1.91599,"117":0.01842,"118":0.5834,"119":0.01228,"120":0.04299,"121":0.00614,"122":0.03685,"123":0.00614,"124":0.06755,"125":0.06141,"126":0.03685,"127":0.04913,"128":0.05527,"129":0.01228,"130":0.03685,"131":1.11152,"132":0.04913,"133":0.01842,"134":0.03685,"135":0.00614,"136":0.04913,"137":0.05527,"138":0.20879,"139":0.06755,"140":0.03685,"141":0.09826,"142":0.06755,"143":0.05527,"144":0.1351,"145":0.11054,"146":0.25792,"147":0.80447,"148":11.19504,"149":14.21027,"150":0.04299,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 45 47 51 55 56 57 58 61 62 63 66 67 69 72 76 81 89 90 91 92 93 94 95 96 97 104 107 111 113 115 151 152 153"},F:{"95":0.02456,"98":0.03071,"99":0.53427,"118":0.04299,"131":0.92729,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.01228,"14":0.01842,"16":0.03685,"17":0.00614,"18":0.01842,"84":0.00614,"89":0.02456,"92":0.04299,"100":0.01842,"109":0.01842,"114":0.01228,"118":0.00614,"119":0.00614,"122":0.00614,"127":0.00614,"130":0.01228,"131":0.01228,"132":0.03685,"134":0.00614,"135":0.01228,"137":0.00614,"138":0.00614,"139":0.05527,"140":0.01228,"141":0.03685,"142":0.04913,"143":0.02456,"144":0.04299,"145":0.09826,"146":0.15353,"147":0.21494,"148":2.62835,"149":6.19013,"150":0.09212,_:"13 15 79 80 81 83 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 120 121 123 124 125 126 128 129 133 136"},E:{"11":0.00614,_:"4 5 6 7 8 9 10 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 13.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 17.0 18.4 TP","11.1":0.01228,"14.1":0.08597,"15.1":0.01842,"15.6":0.01228,"16.1":0.00614,"16.4":0.00614,"16.5":0.01842,"16.6":0.07369,"17.1":0.00614,"17.2":0.03685,"17.3":0.00614,"17.4":0.1044,"17.5":0.01842,"17.6":0.02456,"18.0":0.00614,"18.1":0.01228,"18.2":0.01228,"18.3":0.03685,"18.5-18.7":0.01842,"26.0":0.00614,"26.1":0.01228,"26.2":0.06755,"26.3":0.08597,"26.4":0.01842,"26.5":0.17809},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00062,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00186,"8.1-8.4":0,"9.0-9.2":0.00062,"9.3":0,"10.0-10.2":0,"10.3":0.0068,"11.0-11.2":0.20476,"11.3-11.4":0.00124,"12.0-12.1":0,"12.2-12.5":0.02103,"13.0-13.1":0,"13.2":0.0068,"13.3":0,"13.4-13.7":0.00124,"14.0-14.4":0.00433,"14.5-14.8":0.0068,"15.0-15.1":0.00619,"15.2-15.3":0.00371,"15.4":0.00433,"15.5":0.00557,"15.6-15.8":0.10825,"16.0":0.0099,"16.1":0.01608,"16.2":0.00866,"16.3":0.01856,"16.4":0.00433,"16.5":0.0068,"16.6-16.7":0.14104,"17.0":0.00619,"17.1":0.00928,"17.2":0.00866,"17.3":0.01299,"17.4":0.0198,"17.5":0.03526,"17.6-17.7":0.09093,"18.0":0.02041,"18.1":0.03897,"18.2":0.02103,"18.3":0.06433,"18.4":0.02907,"18.5-18.7":0.92975,"26.0":0.06124,"26.1":0.06372,"26.2":0.19238,"26.3":0.2629,"26.4":0.30126,"26.5":3.41652},P:{"20":0.00671,"21":0.01342,"22":0.02013,"23":0.00671,"24":0.01342,"25":0.12749,"26":0.04026,"27":0.04026,"28":0.16775,"29":0.24156,"30":0.18788,_:"4 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00671,"11.1-11.2":0.02013,"14.0":0.00671},I:{"0":0.00386,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.33959,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.42835},H:{all:0},L:{"0":39.42142},R:{_:"0"},M:{"0":0.10805},Q:{"14.9":0.00386}};
|