@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:{"38":0.
|
|
1
|
+
module.exports={C:{"38":0.00553,"44":0.01105,"52":0.01105,"78":0.01658,"102":0.00553,"103":0.01658,"113":0.00553,"115":0.15473,"120":0.06631,"121":0.1271,"122":0.00553,"123":0.00553,"125":0.00553,"127":0.00553,"128":0.01105,"133":0.00553,"134":0.00553,"135":0.01658,"136":0.01105,"137":0.01105,"140":0.08842,"143":0.00553,"144":0.01658,"145":0.00553,"146":0.00553,"147":0.0221,"148":0.01658,"149":0.0221,"150":0.08842,"151":1.30414,"152":0.80127,_:"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 39 40 41 42 43 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 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 104 105 106 107 108 109 110 111 112 114 116 117 118 119 124 126 129 130 131 132 138 139 141 142 153 154 155 3.5 3.6"},D:{"39":0.17131,"40":0.17131,"41":0.17131,"42":0.17131,"43":0.17131,"44":0.17131,"45":0.17131,"46":0.17131,"47":0.17131,"48":0.20999,"49":0.20446,"50":0.17131,"51":0.17131,"52":0.17131,"53":0.17131,"54":0.17131,"55":0.17131,"56":0.17131,"57":0.17131,"58":0.17131,"59":0.17131,"60":0.17131,"65":0.00553,"66":0.01105,"70":0.09947,"74":0.00553,"79":0.01105,"80":0.01105,"81":0.01658,"87":0.01658,"91":0.00553,"92":0.00553,"93":0.01105,"96":0.00553,"97":0.00553,"99":0.04421,"102":0.00553,"103":0.14368,"104":0.13262,"105":0.06631,"106":0.06631,"107":0.06631,"108":0.06631,"109":0.46418,"110":0.06631,"111":0.07184,"112":0.06631,"114":0.03316,"116":0.23209,"117":0.06631,"118":0.59681,"119":0.13815,"120":0.21551,"121":0.01658,"122":0.07184,"123":0.01105,"124":0.09394,"125":0.7018,"126":0.07184,"127":0.00553,"128":0.07184,"129":0.00553,"130":0.02763,"131":0.16578,"132":0.01658,"133":0.13815,"134":0.0221,"135":0.0221,"136":0.03316,"137":0.1492,"138":0.18788,"139":0.37577,"140":0.03316,"141":0.04421,"142":0.09394,"143":0.13815,"144":0.18788,"145":0.28183,"146":0.58576,"147":0.61891,"148":6.95723,"149":12.59375,"150":0.05526,"151":0.00553,_:"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 68 69 71 72 73 75 76 77 78 83 84 85 86 88 89 90 94 95 98 100 101 113 115 152 153"},F:{"95":0.01658,"98":0.01105,"99":0.03868,"131":0.37024,_:"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.04421,"119":0.06631,"120":0.06631,"129":0.00553,"130":0.00553,"131":0.00553,"133":0.00553,"134":0.00553,"135":0.01105,"136":0.00553,"137":0.00553,"138":0.01105,"139":0.00553,"140":0.00553,"141":0.00553,"142":0.01105,"143":0.0221,"144":0.01105,"145":0.03316,"146":0.02763,"147":0.09394,"148":1.79042,"149":5.2497,"150":0.00553,_:"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 132"},E:{"9":0.00553,"14":0.01105,"27":0.01105,_:"4 5 6 7 8 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.1 15.2-15.3 TP","11.1":0.00553,"12.1":0.00553,"13.1":0.04421,"14.1":0.03868,"15.4":0.00553,"15.5":0.01105,"15.6":0.20999,"16.0":0.00553,"16.1":0.0221,"16.2":0.01105,"16.3":0.03316,"16.4":0.01658,"16.5":0.01658,"16.6":0.32603,"17.0":0.00553,"17.1":0.33156,"17.2":0.01658,"17.3":0.0221,"17.4":0.03316,"17.5":0.04421,"17.6":0.31498,"18.0":0.01658,"18.1":0.04973,"18.2":0.01658,"18.3":0.08289,"18.4":0.02763,"18.5-18.7":0.07736,"26.0":0.03316,"26.1":0.03316,"26.2":0.18788,"26.3":0.32603,"26.4":0.24867,"26.5":4.13345},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00227,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00681,"8.1-8.4":0,"9.0-9.2":0.00227,"9.3":0,"10.0-10.2":0,"10.3":0.02498,"11.0-11.2":0.75155,"11.3-11.4":0.00454,"12.0-12.1":0,"12.2-12.5":0.0772,"13.0-13.1":0,"13.2":0.02498,"13.3":0,"13.4-13.7":0.00454,"14.0-14.4":0.01589,"14.5-14.8":0.02498,"15.0-15.1":0.02271,"15.2-15.3":0.01362,"15.4":0.01589,"15.5":0.02043,"15.6-15.8":0.39735,"16.0":0.03633,"16.1":0.05903,"16.2":0.03179,"16.3":0.06812,"16.4":0.01589,"16.5":0.02498,"16.6-16.7":0.51769,"17.0":0.02271,"17.1":0.03406,"17.2":0.03179,"17.3":0.04768,"17.4":0.07266,"17.5":0.12942,"17.6-17.7":0.33377,"18.0":0.07493,"18.1":0.14304,"18.2":0.0772,"18.3":0.23614,"18.4":0.10672,"18.5-18.7":3.41264,"26.0":0.22478,"26.1":0.23387,"26.2":0.70614,"26.3":0.96499,"26.4":1.10576,"26.5":12.54028},P:{"21":0.01461,"22":0.0073,"23":0.0073,"25":0.0073,"26":0.02921,"27":0.0073,"28":0.04382,"29":0.13145,"30":1.37294,_:"4 20 24 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.0073},I:{"0":0.01341,"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.18343,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01658,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.04474},H:{all:0},L:{"0":22.98769},R:{_:"0"},M:{"0":0.51451},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"48":0.00422,"72":0.00422,"115":0.02531,"120":0.02109,"121":0.0464,"127":0.01265,"128":0.00422,"130":0.00422,"140":0.02531,"146":0.00844,"147":0.00844,"148":0.00422,"149":0.01265,"150":0.02953,"151":0.49772,"152":0.19403,_:"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 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 129 131 132 133 134 135 136 137 138 139 141 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.00422,"40":0.00422,"41":0.00422,"42":0.00422,"43":0.00422,"44":0.00422,"45":0.00422,"46":0.00422,"47":0.00422,"48":0.00422,"49":0.00844,"50":0.00422,"51":0.00422,"52":0.00422,"53":0.00422,"54":0.00422,"55":0.00422,"56":0.00422,"57":0.00422,"58":0.00422,"59":0.00422,"60":0.00422,"63":0.00422,"64":0.00422,"66":0.00422,"67":0.00422,"68":0.00422,"69":0.02109,"70":0.00844,"71":0.00422,"73":0.01265,"74":0.00422,"76":0.00422,"77":0.01265,"78":0.00422,"79":0.02531,"80":0.00422,"81":0.02109,"83":0.00422,"84":0.00422,"85":0.00422,"86":0.00844,"87":0.02531,"88":0.00422,"90":0.00422,"91":0.02109,"92":0.00422,"93":0.00422,"95":0.00422,"98":0.02953,"99":0.00844,"100":0.01265,"102":0.00422,"103":0.05483,"104":0.0464,"105":0.05905,"106":0.09701,"107":0.0464,"108":0.05062,"109":0.19825,"110":0.04218,"111":0.06327,"112":0.04218,"113":0.00844,"114":0.02109,"116":0.10123,"117":0.0464,"118":2.56454,"119":0.07171,"120":0.16028,"122":0.01687,"123":0.00422,"124":0.06327,"125":0.01265,"126":0.05062,"127":0.00422,"128":0.02531,"129":0.00844,"130":0.00844,"131":0.12232,"132":0.01687,"133":0.10123,"134":0.02109,"135":0.00422,"136":0.01265,"137":0.06749,"138":0.17716,"139":0.01687,"140":0.03374,"141":0.02109,"142":0.03374,"143":0.04218,"144":0.05483,"145":0.15607,"146":0.14341,"147":0.31213,"148":3.24364,"149":3.66544,"150":0.00844,"151":0.00422,_:"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 65 72 75 89 94 96 97 101 115 121 152 153"},F:{"40":0.00422,"42":0.00422,"46":0.00844,"79":0.00422,"90":0.00422,"92":0.00844,"93":0.00844,"95":0.06749,"96":0.00844,"97":0.01687,"98":0.05062,"99":0.07171,"112":0.00422,"113":0.00422,"114":0.00422,"122":0.00844,"125":0.00844,"126":0.00844,"127":0.00422,"131":1.08403,_:"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 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 94 100 101 102 103 104 105 106 107 108 109 110 111 115 116 117 118 119 120 121 123 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00844,"15":0.00422,"16":0.00422,"17":0.02109,"18":0.05483,"84":0.00844,"89":0.00844,"90":0.01265,"92":0.05483,"100":0.00844,"109":0.00422,"119":0.02109,"120":0.02109,"122":0.02109,"129":0.00422,"131":0.01687,"132":0.02109,"137":0.00422,"138":0.00422,"139":0.00422,"140":0.01687,"141":0.00422,"142":0.01265,"143":0.07171,"144":0.01265,"145":0.02531,"146":0.0464,"147":0.0464,"148":0.74659,"149":2.0162,"150":0.00422,_:"12 13 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 127 128 130 133 134 135 136"},E:{"10":0.00422,_:"4 5 6 7 8 9 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.3 18.4 TP","5.1":0.02109,"10.1":0.00422,"11.1":0.00422,"12.1":0.00422,"13.1":0.00844,"14.1":0.01265,"15.1":0.00422,"15.6":0.01265,"16.5":0.00422,"16.6":0.02953,"17.1":0.00422,"17.6":0.02109,"18.2":0.00422,"18.5-18.7":0.00422,"26.0":0.00844,"26.1":0.00422,"26.2":0.00844,"26.3":0.01687,"26.4":0.00844,"26.5":0.04218},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.00203,"8.1-8.4":0,"9.0-9.2":0.00068,"9.3":0,"10.0-10.2":0,"10.3":0.00744,"11.0-11.2":0.22373,"11.3-11.4":0.00135,"12.0-12.1":0,"12.2-12.5":0.02298,"13.0-13.1":0,"13.2":0.00744,"13.3":0,"13.4-13.7":0.00135,"14.0-14.4":0.00473,"14.5-14.8":0.00744,"15.0-15.1":0.00676,"15.2-15.3":0.00406,"15.4":0.00473,"15.5":0.00608,"15.6-15.8":0.11829,"16.0":0.01081,"16.1":0.01757,"16.2":0.00946,"16.3":0.02028,"16.4":0.00473,"16.5":0.00744,"16.6-16.7":0.15411,"17.0":0.00676,"17.1":0.01014,"17.2":0.00946,"17.3":0.01419,"17.4":0.02163,"17.5":0.03853,"17.6-17.7":0.09936,"18.0":0.02231,"18.1":0.04258,"18.2":0.02298,"18.3":0.0703,"18.4":0.03177,"18.5-18.7":1.0159,"26.0":0.06692,"26.1":0.06962,"26.2":0.21021,"26.3":0.28726,"26.4":0.32917,"26.5":3.73308},P:{"4":0.0114,"21":0.0057,"24":0.0114,"25":0.0057,"26":0.0114,"27":0.05129,"28":0.11969,"29":0.14818,"30":0.38756,_:"20 22 23 5.0-5.4 6.2-6.4 10.1 12.0 14.0 16.0 17.0 18.0 19.0","7.2-7.4":0.0114,"8.2":0.0057,"9.2":0.0114,"11.1-11.2":0.0057,"13.0":0.0057,"15.0":0.0057},I:{"0":0.03466,"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":5.76044,_:"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.67649},H:{all:0.01},L:{"0":64.86959},R:{_:"0"},M:{"0":0.2255},Q:{"14.9":0.01735}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"47":0.01445,"72":0.00722,"77":0.00722,"82":0.00722,"107":0.01445,"115":0.01445,"120":0.00722,"121":0.03612,"146":0.00722,"148":0.00722,"150":0.00722,"151":2.06578,"152":0.13724,_:"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 73 74 75 76 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 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 147 149 153 154 155 3.5 3.6"},D:{"53":0.00722,"56":0.00722,"65":0.00722,"69":0.00722,"70":0.01445,"71":0.02167,"79":0.00722,"80":0.01445,"86":0.01445,"87":0.01445,"103":0.00722,"104":0.00722,"105":0.00722,"106":0.06501,"108":0.00722,"109":0.11557,"110":0.00722,"112":0.00722,"114":0.00722,"116":0.01445,"118":0.57784,"119":0.07223,"120":0.03612,"122":0.01445,"127":0.01445,"131":0.03612,"137":0.01445,"138":0.03612,"139":0.05778,"140":0.02889,"141":0.00722,"143":0.00722,"145":0.02167,"146":0.05056,"147":0.13724,"148":2.23913,"149":1.85631,"150":0.00722,"151":0.00722,_:"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 54 55 57 58 59 60 61 62 63 64 66 67 68 72 73 74 75 76 77 78 81 83 84 85 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 107 111 113 115 117 121 123 124 125 126 128 129 130 132 133 134 135 136 142 144 152 153"},F:{"95":0.02167,"97":0.00722,"98":0.04334,"99":0.11557,"113":0.00722,"127":0.00722,"131":0.63562,_:"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 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.02167,"17":0.00722,"18":0.01445,"84":0.01445,"90":0.00722,"92":0.02167,"109":0.00722,"118":0.02889,"119":0.01445,"120":0.00722,"122":0.00722,"131":0.00722,"140":0.00722,"143":0.05778,"144":0.02167,"146":0.00722,"147":0.03612,"148":0.3467,"149":51.20385,_:"12 13 14 15 79 80 81 83 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 121 123 124 125 126 127 128 129 130 132 133 134 135 136 137 138 139 141 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 13.1 14.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 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.3 26.4 TP","15.5":0.00722,"15.6":0.00722,"16.3":0.00722,"26.5":0.02167},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.00066,"8.1-8.4":0,"9.0-9.2":0.00022,"9.3":0,"10.0-10.2":0,"10.3":0.00242,"11.0-11.2":0.07289,"11.3-11.4":0.00044,"12.0-12.1":0,"12.2-12.5":0.00749,"13.0-13.1":0,"13.2":0.00242,"13.3":0,"13.4-13.7":0.00044,"14.0-14.4":0.00154,"14.5-14.8":0.00242,"15.0-15.1":0.0022,"15.2-15.3":0.00132,"15.4":0.00154,"15.5":0.00198,"15.6-15.8":0.03854,"16.0":0.00352,"16.1":0.00573,"16.2":0.00308,"16.3":0.00661,"16.4":0.00154,"16.5":0.00242,"16.6-16.7":0.05021,"17.0":0.0022,"17.1":0.0033,"17.2":0.00308,"17.3":0.00462,"17.4":0.00705,"17.5":0.01255,"17.6-17.7":0.03237,"18.0":0.00727,"18.1":0.01387,"18.2":0.00749,"18.3":0.0229,"18.4":0.01035,"18.5-18.7":0.33098,"26.0":0.0218,"26.1":0.02268,"26.2":0.06849,"26.3":0.09359,"26.4":0.10725,"26.5":1.21625},P:{"27":0.00665,"28":0.01662,"29":0.08641,"30":0.08973,_:"4 20 21 22 23 24 25 26 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","5.0-5.4":0.00332},I:{"0":0.00555,"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.47153,_:"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.00555,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.35268},H:{all:0.02},L:{"0":34.03004},R:{_:"0"},M:{"0":0.33046},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"102":0.00733,"115":0.07333,"120":0.19799,"121":0.37398,"128":0.00733,"140":0.00733,"146":0.01467,"148":0.00733,"149":0.01467,"150":0.01467,"151":0.34465,"152":0.19066,_:"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 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 147 153 154 155 3.5 3.6"},D:{"39":0.022,"40":0.01467,"41":0.022,"42":0.01467,"43":0.022,"44":0.01467,"45":0.01467,"46":0.01467,"47":0.022,"48":0.01467,"49":0.022,"50":0.022,"51":0.022,"52":0.01467,"53":0.022,"54":0.022,"55":0.01467,"56":0.022,"57":0.01467,"58":0.01467,"59":0.022,"60":0.01467,"65":0.00733,"66":0.01467,"69":0.01467,"70":0.00733,"71":0.00733,"72":0.05133,"73":0.066,"74":0.00733,"75":0.01467,"79":0.05866,"81":0.044,"83":0.05133,"86":0.066,"87":0.066,"88":0.00733,"89":0.00733,"90":0.00733,"93":0.01467,"95":0.01467,"98":0.24932,"101":0.022,"102":0.022,"103":1.59126,"104":1.62793,"105":1.65726,"106":1.62793,"107":1.62793,"108":1.58393,"109":1.86258,"110":1.64259,"111":1.64259,"112":1.56926,"113":0.00733,"114":0.066,"116":3.24852,"117":1.62793,"118":10.55952,"119":0.41798,"120":2.06791,"122":0.03667,"123":0.00733,"124":1.59126,"125":0.00733,"126":0.01467,"128":0.01467,"130":0.00733,"131":3.24119,"132":0.022,"133":3.29252,"134":0.02933,"135":0.01467,"136":0.00733,"137":0.16866,"138":0.19799,"139":0.02933,"140":0.01467,"141":0.02933,"142":0.066,"143":0.05866,"144":0.044,"145":5.63174,"146":0.09533,"147":0.11,"148":1.92858,"149":3.36585,"150":0.022,_:"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 68 76 77 78 80 84 85 91 92 94 96 97 99 100 115 121 127 129 151 152 153"},F:{"46":0.01467,"95":0.03667,"98":0.01467,"99":0.02933,"100":0.00733,"113":0.00733,"131":1.10728,_:"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 96 97 101 102 103 104 105 106 107 108 109 110 111 112 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:{"15":0.00733,"16":0.00733,"17":0.01467,"18":0.022,"89":0.00733,"92":0.05866,"100":0.00733,"109":0.02933,"119":0.18333,"120":0.17599,"122":0.00733,"139":0.00733,"140":0.00733,"143":0.01467,"144":0.044,"145":0.022,"146":0.01467,"147":0.02933,"148":0.51331,"149":1.48127,"150":0.022,_:"12 13 14 79 80 81 83 84 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 114 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 141 142"},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 12.1 13.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 26.1 26.2 26.3 TP","11.1":0.00733,"14.1":0.00733,"15.6":0.00733,"16.6":0.01467,"17.1":0.00733,"17.6":0.02933,"18.3":0.00733,"26.4":0.00733,"26.5":0.05133},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0004,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00121,"8.1-8.4":0,"9.0-9.2":0.0004,"9.3":0,"10.0-10.2":0,"10.3":0.00443,"11.0-11.2":0.13339,"11.3-11.4":0.00081,"12.0-12.1":0,"12.2-12.5":0.0137,"13.0-13.1":0,"13.2":0.00443,"13.3":0,"13.4-13.7":0.00081,"14.0-14.4":0.00282,"14.5-14.8":0.00443,"15.0-15.1":0.00403,"15.2-15.3":0.00242,"15.4":0.00282,"15.5":0.00363,"15.6-15.8":0.07052,"16.0":0.00645,"16.1":0.01048,"16.2":0.00564,"16.3":0.01209,"16.4":0.00282,"16.5":0.00443,"16.6-16.7":0.09188,"17.0":0.00403,"17.1":0.00604,"17.2":0.00564,"17.3":0.00846,"17.4":0.0129,"17.5":0.02297,"17.6-17.7":0.05924,"18.0":0.0133,"18.1":0.02539,"18.2":0.0137,"18.3":0.04191,"18.4":0.01894,"18.5-18.7":0.60568,"26.0":0.0399,"26.1":0.04151,"26.2":0.12533,"26.3":0.17127,"26.4":0.19625,"26.5":2.22568},P:{"4":0.01776,"26":0.01184,"27":0.00592,"28":0.00592,"29":0.03552,"30":0.14799,_:"20 21 22 23 24 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01184,"11.1-11.2":0.00592},I:{"0":0.03464,"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.5014,_:"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.00267,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.16002},H:{all:0},L:{"0":32.41016},R:{_:"0"},M:{"0":0.03734},Q:{"14.9":0.00267}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"48":0.
|
|
1
|
+
module.exports={C:{"48":0.00541,"52":0.02704,"78":0.01082,"102":0.00541,"115":0.36774,"118":0.00541,"120":0.02704,"121":0.04867,"123":0.00541,"126":0.00541,"128":0.01622,"132":0.01082,"133":0.00541,"134":0.00541,"135":0.00541,"136":0.02163,"138":0.00541,"139":0.00541,"140":0.43264,"141":0.00541,"143":0.00541,"144":0.01622,"145":0.01082,"146":0.02163,"147":0.01622,"148":0.02704,"149":0.04867,"150":0.12979,"151":2.9744,"152":1.6927,"153":0.00541,_:"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 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 103 104 105 106 107 108 109 110 111 112 113 114 116 117 119 122 124 125 127 129 130 131 137 142 154 155 3.5 3.6"},D:{"39":0.18387,"40":0.17846,"41":0.18387,"42":0.17846,"43":0.18387,"44":0.17846,"45":0.18387,"46":0.17846,"47":0.18387,"48":0.18387,"49":0.18928,"50":0.18387,"51":0.18387,"52":0.18928,"53":0.18387,"54":0.18387,"55":0.18387,"56":0.17846,"57":0.18387,"58":0.18387,"59":0.18387,"60":0.18387,"70":0.09194,"79":0.01082,"80":0.01622,"87":0.02163,"90":0.00541,"92":0.00541,"98":0.02163,"99":0.00541,"102":0.00541,"103":0.04326,"104":0.02163,"105":0.02163,"106":0.02163,"107":0.02704,"108":0.02704,"109":0.25958,"110":0.02163,"111":0.02704,"112":0.04326,"114":0.02163,"116":0.10816,"117":0.02163,"118":0.32989,"119":0.05408,"120":0.39478,"121":0.01082,"122":0.02704,"123":0.00541,"124":0.1352,"125":1.48179,"126":0.01082,"127":0.00541,"128":0.05408,"129":0.00541,"130":0.03786,"131":0.2055,"132":0.01082,"133":0.08653,"134":0.02163,"135":0.01622,"136":0.02163,"137":0.03786,"138":0.08653,"139":0.66518,"140":0.02704,"141":0.10275,"142":0.24877,"143":0.05949,"144":0.04326,"145":0.09194,"146":0.24336,"147":0.53539,"148":6.78704,"149":6.9655,"150":0.04326,_:"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 73 74 75 76 77 78 81 83 84 85 86 88 89 91 93 94 95 96 97 100 101 113 115 151 152 153"},F:{"84":0.00541,"95":0.02704,"96":0.00541,"98":0.02163,"99":0.09734,"102":0.00541,"113":0.00541,"114":0.00541,"123":0.01622,"131":0.77334,_:"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 85 86 87 88 89 90 91 92 93 94 97 100 101 103 104 105 106 107 108 109 110 111 112 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:{"92":0.00541,"109":0.08112,"119":0.02704,"120":0.02704,"122":0.01622,"130":0.01082,"131":0.03245,"132":0.00541,"133":0.00541,"134":0.00541,"135":0.00541,"136":0.00541,"137":0.00541,"138":0.00541,"139":0.00541,"140":0.00541,"141":0.00541,"142":0.01622,"143":0.00541,"144":0.02163,"145":0.02704,"146":0.05408,"147":0.10816,"148":2.47146,"149":6.59776,"150":0.01082,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 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 123 124 125 126 127 128 129"},E:{"14":0.00541,"27":0.00541,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 17.0 TP","10.1":0.00541,"11.1":0.00541,"12.1":0.00541,"13.1":0.04867,"14.1":0.02163,"15.1":0.00541,"15.2-15.3":0.00541,"15.4":0.01082,"15.5":0.00541,"15.6":0.14602,"16.0":0.03245,"16.1":0.00541,"16.2":0.00541,"16.3":0.02704,"16.4":0.00541,"16.5":0.01082,"16.6":0.23795,"17.1":0.15683,"17.2":0.01082,"17.3":0.01622,"17.4":0.04867,"17.5":0.03786,"17.6":0.32989,"18.0":0.01082,"18.1":0.04326,"18.2":0.01622,"18.3":0.0649,"18.4":0.03786,"18.5-18.7":0.07571,"26.0":0.04867,"26.1":0.05408,"26.2":0.16224,"26.3":0.35693,"26.4":0.21632,"26.5":3.3151},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00197,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00592,"8.1-8.4":0,"9.0-9.2":0.00197,"9.3":0,"10.0-10.2":0,"10.3":0.02172,"11.0-11.2":0.65343,"11.3-11.4":0.00395,"12.0-12.1":0,"12.2-12.5":0.06712,"13.0-13.1":0,"13.2":0.02172,"13.3":0,"13.4-13.7":0.00395,"14.0-14.4":0.01382,"14.5-14.8":0.02172,"15.0-15.1":0.01974,"15.2-15.3":0.01184,"15.4":0.01382,"15.5":0.01777,"15.6-15.8":0.34547,"16.0":0.03159,"16.1":0.05133,"16.2":0.02764,"16.3":0.05922,"16.4":0.01382,"16.5":0.02172,"16.6-16.7":0.45009,"17.0":0.01974,"17.1":0.02961,"17.2":0.02764,"17.3":0.04146,"17.4":0.06317,"17.5":0.11252,"17.6-17.7":0.29019,"18.0":0.06515,"18.1":0.12437,"18.2":0.06712,"18.3":0.20531,"18.4":0.09278,"18.5-18.7":2.96707,"26.0":0.19544,"26.1":0.20333,"26.2":0.61395,"26.3":0.83899,"26.4":0.96139,"26.5":10.90296},P:{"4":0.01364,"21":0.01364,"23":0.00682,"24":0.00682,"25":0.00682,"26":0.01364,"27":0.01364,"28":0.04773,"29":0.2182,"30":2.13429,_:"20 22 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 17.0 18.0 19.0","7.2-7.4":0.00682,"8.2":0.00682},I:{"0":0.01376,"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.43624,_:"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.12398},H:{all:0},L:{"0":25.00317},R:{_:"0"},M:{"0":0.96432},Q:{"14.9":0.00459}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"78":0.00548,"98":0.00548,"115":0.03837,"120":0.21924,"121":0.42752,"127":0.01096,"129":0.00548,"135":0.00548,"138":0.00548,"140":0.03837,"142":0.00548,"143":0.02192,"144":0.01096,"145":0.00548,"146":0.01644,"147":0.03837,"148":0.01644,"149":0.01644,"150":0.05481,"151":1.0688,"152":0.50973,_:"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 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 130 131 132 133 134 136 137 139 141 153 154 155 3.5 3.6"},D:{"39":0.03837,"40":0.02741,"41":0.02192,"42":0.02741,"43":0.02741,"44":0.03837,"45":0.02741,"46":0.02741,"47":0.03289,"48":0.02741,"49":0.03289,"50":0.03289,"51":0.02741,"52":0.03289,"53":0.02741,"54":0.02741,"55":0.03289,"56":0.03289,"57":0.02741,"58":0.03289,"59":0.02741,"60":0.02192,"63":0.00548,"64":0.02192,"65":0.00548,"66":0.00548,"68":0.00548,"69":0.01644,"70":0.00548,"73":0.02741,"74":0.00548,"75":0.01096,"77":0.00548,"79":0.03289,"81":0.03289,"83":0.01644,"86":0.01096,"87":0.01644,"88":0.00548,"91":0.01644,"93":0.00548,"94":0.01096,"95":0.01096,"98":0.02192,"101":0.00548,"103":0.33434,"104":0.33982,"105":0.32886,"106":0.32338,"107":0.32886,"108":0.33434,"109":1.28255,"110":0.32886,"111":0.35627,"112":0.32886,"113":0.00548,"114":0.01096,"115":0.01096,"116":0.70157,"117":0.32886,"118":6.81836,"119":0.56454,"120":0.94821,"121":0.00548,"122":0.01644,"123":0.00548,"124":0.35078,"125":0.00548,"126":0.01644,"127":0.01096,"128":0.03289,"129":0.01096,"130":0.01096,"131":0.70705,"132":0.02741,"133":0.66868,"134":0.02741,"135":0.01096,"136":0.02741,"137":0.12058,"138":0.33434,"139":0.04385,"140":0.01096,"141":0.01096,"142":0.10962,"143":0.06029,"144":0.02741,"145":0.78378,"146":0.09866,"147":0.21376,"148":4.14912,"149":7.05405,"150":0.09866,"151":0.08222,_:"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 67 71 72 76 78 80 84 85 89 90 92 96 97 99 100 102 152 153"},F:{"46":0.00548,"95":0.01096,"98":0.01096,"99":0.03837,"131":0.59743,_:"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 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.00548,"18":0.00548,"90":0.00548,"92":0.04933,"100":0.00548,"109":0.00548,"119":0.20828,"120":0.20828,"122":0.00548,"125":0.00548,"126":0.03289,"133":0.00548,"137":0.00548,"138":0.00548,"139":0.01096,"140":0.01644,"141":0.00548,"142":0.02741,"143":0.01644,"144":0.01096,"145":0.13154,"146":0.02741,"147":0.03837,"148":0.87696,"149":2.1047,"150":0.02192,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 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 127 128 129 130 131 132 134 135 136"},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 13.1 15.1 15.2-15.3 15.4 15.5 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.4 TP","14.1":0.00548,"15.6":0.02192,"16.0":0.01644,"16.6":0.03289,"17.1":0.00548,"17.6":0.01644,"18.2":0.00548,"18.3":0.00548,"18.5-18.7":0.00548,"26.0":0.00548,"26.1":0.00548,"26.2":0.09318,"26.3":0.02192,"26.4":0.01096,"26.5":0.17539},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00084,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00252,"8.1-8.4":0,"9.0-9.2":0.00084,"9.3":0,"10.0-10.2":0,"10.3":0.00923,"11.0-11.2":0.27777,"11.3-11.4":0.00168,"12.0-12.1":0,"12.2-12.5":0.02853,"13.0-13.1":0,"13.2":0.00923,"13.3":0,"13.4-13.7":0.00168,"14.0-14.4":0.00587,"14.5-14.8":0.00923,"15.0-15.1":0.00839,"15.2-15.3":0.00504,"15.4":0.00587,"15.5":0.00755,"15.6-15.8":0.14686,"16.0":0.01343,"16.1":0.02182,"16.2":0.01175,"16.3":0.02518,"16.4":0.00587,"16.5":0.00923,"16.6-16.7":0.19133,"17.0":0.00839,"17.1":0.01259,"17.2":0.01175,"17.3":0.01762,"17.4":0.02685,"17.5":0.04783,"17.6-17.7":0.12336,"18.0":0.02769,"18.1":0.05287,"18.2":0.02853,"18.3":0.08727,"18.4":0.03944,"18.5-18.7":1.26128,"26.0":0.08308,"26.1":0.08644,"26.2":0.26098,"26.3":0.35665,"26.4":0.40868,"26.5":4.63478},P:{"22":0.00515,"24":0.0103,"25":0.0103,"26":0.02059,"27":0.03604,"28":0.07208,"29":0.12872,"30":0.30892,_:"4 20 21 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 17.0 18.0 19.0","7.2-7.4":0.03089,"8.2":0.00515},I:{"0":0.01806,"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.97159,_:"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.00452,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.19432},H:{all:0},L:{"0":50.63843},R:{_:"0"},M:{"0":0.12653},Q:{"14.9":0.00452}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"115":0.02704,"121":0.01352,"140":0.0338,"150":0.00676,"151":0.39884,"152":0.12844,_:"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 112 113 114 116 117 118 119 120 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 147 148 149 153 154 155 3.5 3.6"},D:{"105":0.00676,"109":0.01352,"118":0.08112,"119":0.00676,"120":0.00676,"122":0.01352,"123":0.00676,"124":0.00676,"130":0.00676,"131":0.00676,"132":0.00676,"138":0.01352,"140":0.00676,"142":0.00676,"143":0.01352,"144":0.02704,"145":1.183,"146":0.05408,"147":0.14872,"148":7.21292,"149":20.12452,"150":0.07436,_:"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 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 115 116 117 121 125 126 127 128 129 133 134 135 136 137 139 141 151 152 153"},F:{"131":0.00676,_:"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 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.01352,"119":0.00676,"120":0.00676,"139":0.00676,"142":0.08112,"145":0.00676,"146":0.01352,"147":0.0338,"148":1.014,"149":3.18396,_:"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 105 106 107 108 109 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 140 141 143 144 150"},E:{"27":0.00676,_:"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 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.1 16.2 17.2 17.3 18.0 26.1 TP","16.0":0.08788,"16.3":0.02704,"16.4":0.00676,"16.5":0.00676,"16.6":0.02028,"17.0":0.00676,"17.1":0.0676,"17.4":0.02028,"17.5":0.00676,"17.6":0.02704,"18.1":0.00676,"18.2":0.04056,"18.3":0.01352,"18.4":0.00676,"18.5-18.7":0.01352,"26.0":0.00676,"26.2":0.04056,"26.3":0.01352,"26.4":0.01352,"26.5":0.29744},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00135,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00406,"8.1-8.4":0,"9.0-9.2":0.00135,"9.3":0,"10.0-10.2":0,"10.3":0.01488,"11.0-11.2":0.44767,"11.3-11.4":0.0027,"12.0-12.1":0,"12.2-12.5":0.04598,"13.0-13.1":0,"13.2":0.01488,"13.3":0,"13.4-13.7":0.0027,"14.0-14.4":0.00947,"14.5-14.8":0.01488,"15.0-15.1":0.01352,"15.2-15.3":0.00811,"15.4":0.00947,"15.5":0.01217,"15.6-15.8":0.23668,"16.0":0.02164,"16.1":0.03516,"16.2":0.01893,"16.3":0.04057,"16.4":0.00947,"16.5":0.01488,"16.6-16.7":0.30836,"17.0":0.01352,"17.1":0.02029,"17.2":0.01893,"17.3":0.0284,"17.4":0.04328,"17.5":0.07709,"17.6-17.7":0.19881,"18.0":0.04463,"18.1":0.08521,"18.2":0.04598,"18.3":0.14066,"18.4":0.06357,"18.5-18.7":2.03276,"26.0":0.13389,"26.1":0.1393,"26.2":0.42062,"26.3":0.5748,"26.4":0.65865,"26.5":7.46969},P:{"4":1.14895,"20":0.00048,"22":0.00096,"26":0.00096,"27":0.00764,"28":0.00526,"29":0.01768,"30":0.12421,_:"21 23 24 25 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.00648,"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.02917,_:"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"},H:{all:0},L:{"0":23.81071},R:{_:"0"},M:{"0":0.21067},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"4":0.
|
|
1
|
+
module.exports={C:{"4":0.0098,"52":0.0049,"115":0.04411,"120":0.39698,"121":0.79886,"135":0.0049,"136":0.0049,"140":0.0147,"145":0.0049,"146":0.0098,"148":0.0049,"149":0.0049,"150":0.02451,"151":0.40678,"152":0.25485,_:"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 48 49 50 51 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 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 141 142 143 144 147 153 154 155 3.5 3.6"},D:{"39":0.12743,"40":0.12743,"41":0.12253,"42":0.12743,"43":0.12253,"44":0.12743,"45":0.12253,"46":0.12743,"47":0.12743,"48":0.12743,"49":0.12743,"50":0.12743,"51":0.12743,"52":0.12743,"53":0.12743,"54":0.12743,"55":0.12743,"56":0.12743,"57":0.12743,"58":0.12743,"59":0.12743,"60":0.12743,"65":0.0049,"79":0.03431,"87":0.0196,"97":0.0049,"102":0.0098,"103":0.29896,"104":0.28916,"105":0.28916,"106":0.28916,"107":0.28916,"108":0.28916,"109":0.78416,"110":0.28426,"111":0.33327,"112":0.27936,"114":0.0098,"116":0.62733,"117":0.28916,"118":4.24427,"119":0.80376,"120":1.12233,"121":0.0049,"122":0.02451,"123":0.0098,"124":0.31366,"125":0.0098,"126":0.0147,"127":0.0098,"128":0.08822,"129":0.0098,"130":0.0049,"131":0.62733,"132":0.03921,"133":0.64203,"134":0.03431,"135":0.0147,"136":0.0147,"137":0.08822,"138":0.10782,"139":0.19604,"140":0.0196,"141":0.02941,"142":0.11272,"143":0.07352,"144":0.07352,"145":0.44109,"146":0.08332,"147":0.21074,"148":6.56244,"149":10.41953,"150":0.04411,_:"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 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 98 99 100 101 113 115 151 152 153"},F:{"95":0.0049,"98":0.0098,"99":0.0196,"131":1.05372,_:"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:{"92":0.0147,"109":0.0098,"119":0.39698,"120":0.40188,"122":0.0049,"135":0.0049,"136":0.0049,"138":0.0098,"139":0.0049,"140":0.0049,"142":0.0049,"143":0.0098,"144":0.0147,"145":0.02941,"146":0.02451,"147":0.07842,"148":0.9753,"149":2.72986,"150":0.0049,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 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 123 124 125 126 127 128 129 130 131 132 133 134 137 141"},E:{"27":0.0049,_:"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 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.5 17.0 17.2 18.0 TP","13.1":0.0098,"14.1":0.0049,"15.6":0.0147,"16.3":0.0049,"16.4":0.0049,"16.6":0.02451,"17.1":0.04901,"17.3":0.0049,"17.4":0.0049,"17.5":0.0098,"17.6":0.04901,"18.1":0.0049,"18.2":0.0049,"18.3":0.0098,"18.4":0.0147,"18.5-18.7":0.0147,"26.0":0.0098,"26.1":0.0098,"26.2":0.0196,"26.3":0.04411,"26.4":0.04901,"26.5":0.37248},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00078,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00233,"8.1-8.4":0,"9.0-9.2":0.00078,"9.3":0,"10.0-10.2":0,"10.3":0.00855,"11.0-11.2":0.25722,"11.3-11.4":0.00155,"12.0-12.1":0,"12.2-12.5":0.02642,"13.0-13.1":0,"13.2":0.00855,"13.3":0,"13.4-13.7":0.00155,"14.0-14.4":0.00544,"14.5-14.8":0.00855,"15.0-15.1":0.00777,"15.2-15.3":0.00466,"15.4":0.00544,"15.5":0.00699,"15.6-15.8":0.13599,"16.0":0.01243,"16.1":0.0202,"16.2":0.01088,"16.3":0.02331,"16.4":0.00544,"16.5":0.00855,"16.6-16.7":0.17718,"17.0":0.00777,"17.1":0.01166,"17.2":0.01088,"17.3":0.01632,"17.4":0.02487,"17.5":0.04429,"17.6-17.7":0.11423,"18.0":0.02564,"18.1":0.04896,"18.2":0.02642,"18.3":0.08082,"18.4":0.03652,"18.5-18.7":1.16796,"26.0":0.07693,"26.1":0.08004,"26.2":0.24167,"26.3":0.33026,"26.4":0.37844,"26.5":4.29185},P:{"4":0.0252,"21":0.0084,"22":0.0084,"23":0.0084,"24":0.0084,"25":0.0084,"26":0.0336,"27":0.0168,"28":0.042,"29":0.1512,"30":0.98283,_:"20 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 17.0 18.0 19.0","7.2-7.4":0.0084,"8.2":0.0084},I:{"0":0.02038,"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.17847,_:"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.0102},H:{all:0},L:{"0":45.41453},R:{_:"0"},M:{"0":0.21926},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"47":0.00448,"48":0.00448,"52":0.00448,"56":0.00448,"58":0.00448,"60":0.00448,"64":0.00448,"72":0.01345,"81":0.00448,"82":0.00448,"100":0.00448,"102":0.00448,"103":0.02242,"105":0.00448,"110":0.00448,"111":0.00448,"114":0.00897,"115":0.43495,"120":0.04932,"121":0.08071,"123":0.00448,"125":0.00448,"127":0.04484,"128":0.00448,"129":0.00448,"130":0.00448,"131":0.00448,"134":0.01345,"136":0.00897,"139":0.00448,"140":0.06278,"141":0.00448,"142":0.00448,"143":0.01794,"144":0.00448,"145":0.01345,"146":0.00897,"147":0.07623,"148":0.02242,"149":0.05381,"150":0.17488,"151":1.24655,"152":0.65915,"153":0.00448,_:"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 49 50 51 53 54 55 57 59 61 62 63 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 104 106 107 108 109 112 113 116 117 118 119 122 124 126 132 133 135 137 138 154 155 3.5 3.6"},D:{"11":0.00448,"39":0.00448,"40":0.00448,"41":0.00448,"42":0.00448,"43":0.00448,"44":0.00448,"45":0.00448,"46":0.00448,"47":0.00448,"48":0.00448,"49":0.00897,"50":0.00448,"51":0.00448,"52":0.00448,"53":0.00448,"54":0.00897,"55":0.00448,"56":0.01345,"57":0.00448,"58":0.00897,"59":0.00448,"60":0.00448,"62":0.00448,"63":0.00448,"64":0.01345,"65":0.00448,"66":0.00448,"67":0.00448,"68":0.00448,"69":0.01794,"70":0.00897,"72":0.00897,"73":0.00448,"74":0.01794,"75":0.00448,"76":0.00448,"77":0.01345,"78":0.00448,"79":0.01794,"80":0.00448,"81":0.01345,"83":0.00448,"84":0.00448,"86":0.01794,"87":0.00897,"88":0.00897,"89":0.00448,"90":0.03139,"93":0.01794,"94":0.00448,"95":0.01794,"96":0.00448,"97":0.00448,"98":0.00448,"101":0.00448,"102":0.01345,"103":0.1121,"104":0.17039,"105":0.07623,"106":0.09865,"107":0.07174,"108":0.08071,"109":0.73089,"110":0.08071,"111":0.07623,"112":0.06726,"114":0.02242,"116":0.16142,"117":0.07623,"118":1.91467,"119":0.13452,"120":0.17488,"121":0.00448,"122":0.0269,"123":0.02242,"124":0.1121,"125":0.03139,"126":0.0269,"127":0.0269,"128":0.02242,"129":0.00897,"130":0.07623,"131":0.23317,"132":0.04036,"133":0.16142,"134":0.04036,"135":0.02242,"136":0.03139,"137":0.07623,"138":0.21523,"139":0.08071,"140":0.04484,"141":0.05381,"142":0.03587,"143":0.04932,"144":0.04932,"145":0.27801,"146":0.17488,"147":0.45737,"148":4.57368,"149":8.57341,"150":0.03139,"151":0.00448,_:"4 5 6 7 8 9 10 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 71 85 91 92 99 100 113 115 152 153"},F:{"42":0.00448,"46":0.00448,"64":0.00448,"75":0.00448,"79":0.01345,"90":0.00448,"92":0.00448,"95":0.04036,"96":0.00448,"97":0.01794,"98":0.01345,"99":0.08071,"119":0.00448,"123":0.00448,"124":0.00448,"125":0.00897,"126":0.00897,"127":0.00448,"131":0.97751,_:"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 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 73 74 76 77 78 80 81 82 83 84 85 86 87 88 89 91 93 94 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 120 121 122 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.02242,"15":0.00448,"16":0.00448,"17":0.01345,"18":0.03139,"84":0.00448,"85":0.00448,"89":0.01345,"90":0.01794,"92":0.09416,"95":0.00448,"100":0.01345,"106":0.00448,"109":0.00897,"114":0.00448,"119":0.04932,"120":0.04484,"122":0.05381,"131":0.00448,"132":0.00897,"133":0.00448,"135":0.00448,"136":0.00448,"138":0.00448,"139":0.03139,"140":0.01345,"141":0.0269,"142":0.01794,"143":0.04036,"144":0.04036,"145":0.04932,"146":0.04932,"147":0.14797,"148":0.93716,"149":2.2151,"150":0.00448,_:"12 13 79 80 81 83 86 87 88 91 93 94 96 97 98 99 101 102 103 104 105 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 134 137"},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 12.1 13.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.4 18.1 18.2 18.4 TP","5.1":0.01345,"11.1":0.00448,"14.1":0.00448,"15.5":0.00448,"15.6":0.08968,"16.6":0.03587,"17.1":0.00448,"17.2":0.00897,"17.3":0.00448,"17.5":0.01345,"17.6":0.05381,"18.0":0.00448,"18.3":0.00897,"18.5-18.7":0.01345,"26.0":0.01345,"26.1":0.00448,"26.2":0.00897,"26.3":0.03587,"26.4":0.01794,"26.5":0.09416},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.00215,"8.1-8.4":0,"9.0-9.2":0.00072,"9.3":0,"10.0-10.2":0,"10.3":0.00788,"11.0-11.2":0.23699,"11.3-11.4":0.00143,"12.0-12.1":0,"12.2-12.5":0.02434,"13.0-13.1":0,"13.2":0.00788,"13.3":0,"13.4-13.7":0.00143,"14.0-14.4":0.00501,"14.5-14.8":0.00788,"15.0-15.1":0.00716,"15.2-15.3":0.0043,"15.4":0.00501,"15.5":0.00644,"15.6-15.8":0.1253,"16.0":0.01146,"16.1":0.01862,"16.2":0.01002,"16.3":0.02148,"16.4":0.00501,"16.5":0.00788,"16.6-16.7":0.16324,"17.0":0.00716,"17.1":0.01074,"17.2":0.01002,"17.3":0.01504,"17.4":0.02291,"17.5":0.04081,"17.6-17.7":0.10525,"18.0":0.02363,"18.1":0.04511,"18.2":0.02434,"18.3":0.07446,"18.4":0.03365,"18.5-18.7":1.07611,"26.0":0.07088,"26.1":0.07375,"26.2":0.22267,"26.3":0.30429,"26.4":0.34868,"26.5":3.95434},P:{"22":0.00822,"23":0.00822,"24":0.00822,"25":0.01645,"26":0.00822,"27":0.14801,"28":0.074,"29":0.1809,"30":0.46869,_:"4 20 21 5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 16.0 17.0 18.0 19.0","7.2-7.4":0.33713,"9.2":0.03289,"11.1-11.2":0.00822,"15.0":0.02467},I:{"0":0.02204,"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":2.10263,_:"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.02758,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.49644},H:{all:0.01},L:{"0":57.97285},R:{_:"0"},M:{"0":0.18754},Q:{"14.9":0.00552}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"5":0.
|
|
1
|
+
module.exports={C:{"5":0.08251,"52":0.00516,"72":0.00516,"89":0.00516,"115":0.06188,"120":0.23207,"121":0.46413,"127":0.00516,"136":0.00516,"137":0.00516,"138":0.00516,"140":0.01031,"146":0.00516,"147":0.00516,"149":0.00516,"150":0.01547,"151":0.35068,"152":0.20628,_:"2 3 4 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 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 139 141 142 143 144 145 148 153 154 155 3.5 3.6"},D:{"39":0.01031,"40":0.01547,"41":0.01547,"42":0.01031,"43":0.01031,"44":0.01031,"45":0.02063,"46":0.01031,"47":0.01547,"48":0.02063,"49":0.02063,"50":0.01547,"51":0.01547,"52":0.01031,"53":0.04126,"54":0.01547,"55":0.02063,"56":0.01547,"57":0.01547,"58":0.01547,"59":0.01547,"60":0.02063,"61":0.00516,"63":0.00516,"67":0.01031,"69":0.11345,"70":0.22175,"71":0.00516,"73":0.01031,"74":0.00516,"75":0.01031,"78":0.03094,"79":0.06704,"80":0.01031,"81":0.02063,"83":0.02579,"84":0.00516,"85":0.00516,"86":0.06188,"87":0.02063,"88":0.00516,"89":0.00516,"90":0.00516,"91":0.02063,"92":0.17534,"93":0.00516,"94":0.00516,"95":0.00516,"96":0.01031,"97":0.08767,"98":0.06704,"99":0.12377,"100":0.02579,"101":0.08251,"102":0.02063,"103":0.47444,"104":0.45897,"105":0.45897,"106":0.45897,"107":0.47444,"108":0.50539,"109":1.00562,"110":0.45897,"111":0.51054,"112":0.4796,"113":0.00516,"114":0.05157,"115":0.09798,"116":0.87669,"117":0.46929,"118":0.24238,"119":0.48476,"120":1.11907,"121":0.06704,"122":0.0722,"123":0.15987,"124":0.5518,"125":0.20112,"126":0.05157,"127":0.02063,"128":0.12377,"129":0.01547,"130":0.29911,"131":1.01593,"132":0.61884,"133":1.11391,"134":0.08251,"135":0.24238,"136":0.02063,"137":0.06704,"138":0.07736,"139":0.0361,"140":0.25269,"141":0.22691,"142":5.49736,"143":0.05673,"144":3.4655,"145":0.12377,"146":0.14955,"147":0.47444,"148":1.62446,"149":1.07266,"150":0.03094,"151":0.02063,_:"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 62 64 65 66 68 72 76 77 152 153"},F:{"116":0.00516,"117":0.00516,"131":0.02063,_:"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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 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.01547,"89":0.00516,"90":0.00516,"92":0.07736,"100":0.02063,"106":0.02579,"107":0.01547,"108":0.00516,"109":0.08251,"110":0.00516,"111":0.01031,"112":0.01031,"113":0.04641,"114":0.03094,"115":0.02063,"116":0.01547,"117":0.01547,"118":0.01547,"119":0.24238,"120":0.39709,"121":0.02063,"122":0.04641,"123":0.02579,"124":0.02063,"125":0.02063,"126":0.04126,"127":0.06704,"128":0.0361,"129":0.0361,"130":0.04126,"131":0.08251,"132":0.0361,"133":0.06188,"134":0.05157,"135":0.06188,"136":0.06188,"137":0.0722,"138":0.11861,"139":0.08251,"140":0.13408,"141":0.08251,"142":0.10314,"143":0.12377,"144":0.12893,"145":0.12377,"146":0.18565,"147":0.28879,"148":2.21751,"149":6.2245,"150":0.01547,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105"},E:{"13":0.00516,"14":0.01547,"15":0.00516,"27":0.00516,_:"4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 16.0 TP","12.1":0.00516,"13.1":0.01547,"14.1":0.02063,"15.1":0.00516,"15.4":0.00516,"15.5":0.01031,"15.6":0.05157,"16.1":0.01031,"16.2":0.01031,"16.3":0.02063,"16.4":0.00516,"16.5":0.00516,"16.6":0.06188,"17.0":0.00516,"17.1":0.05157,"17.2":0.00516,"17.3":0.00516,"17.4":0.01547,"17.5":0.02063,"17.6":0.04641,"18.0":0.01031,"18.1":0.01031,"18.2":0.01031,"18.3":0.03094,"18.4":0.00516,"18.5-18.7":0.03094,"26.0":0.01547,"26.1":0.01547,"26.2":0.04641,"26.3":0.0722,"26.4":0.05157,"26.5":0.43835},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00118,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00353,"8.1-8.4":0,"9.0-9.2":0.00118,"9.3":0,"10.0-10.2":0,"10.3":0.01294,"11.0-11.2":0.38938,"11.3-11.4":0.00235,"12.0-12.1":0,"12.2-12.5":0.04,"13.0-13.1":0,"13.2":0.01294,"13.3":0,"13.4-13.7":0.00235,"14.0-14.4":0.00823,"14.5-14.8":0.01294,"15.0-15.1":0.01176,"15.2-15.3":0.00706,"15.4":0.00823,"15.5":0.01059,"15.6-15.8":0.20586,"16.0":0.01882,"16.1":0.03059,"16.2":0.01647,"16.3":0.03529,"16.4":0.00823,"16.5":0.01294,"16.6-16.7":0.26821,"17.0":0.01176,"17.1":0.01765,"17.2":0.01647,"17.3":0.0247,"17.4":0.03764,"17.5":0.06705,"17.6-17.7":0.17293,"18.0":0.03882,"18.1":0.07411,"18.2":0.04,"18.3":0.12234,"18.4":0.05529,"18.5-18.7":1.76808,"26.0":0.11646,"26.1":0.12117,"26.2":0.36585,"26.3":0.49995,"26.4":0.57289,"26.5":6.49706},P:{"26":0.00837,"27":0.00837,"28":0.00837,"29":0.0251,"30":0.12548,_:"4 20 21 22 23 24 25 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.00837},I:{"0":2.33683,"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.00094},K:{"0":0.02422,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.55769,"11":3.34616,_:"6 7 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":4.28121},H:{all:0},L:{"0":28.72435},R:{_:"0"},M:{"0":0.14529},Q:{"14.9":1.91299}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"4":0.
|
|
1
|
+
module.exports={C:{"4":0.00779,"78":0.00519,"115":0.01298,"120":0.11678,"121":0.23096,"123":0.0026,"125":0.0026,"135":0.0026,"140":0.00779,"146":0.00779,"147":0.0026,"148":0.0026,"149":0.00519,"150":0.01038,"151":0.16349,"152":0.1064,_:"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 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 116 117 118 119 122 124 126 127 128 129 130 131 132 133 134 136 137 138 139 141 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.04931,"40":0.04931,"41":0.04671,"42":0.04671,"43":0.04671,"44":0.04931,"45":0.04671,"46":0.04931,"47":0.04931,"48":0.04671,"49":0.04931,"50":0.04931,"51":0.04931,"52":0.04671,"53":0.04931,"54":0.04671,"55":0.04931,"56":0.04931,"57":0.04931,"58":0.04931,"59":0.04931,"60":0.04931,"63":0.0026,"65":0.0026,"75":0.0026,"79":0.01817,"87":0.01817,"88":0.0026,"89":0.0026,"91":0.0026,"94":0.0026,"97":0.00519,"102":0.0026,"103":0.17127,"104":0.16608,"105":0.16608,"106":0.16349,"107":0.16868,"108":0.16868,"109":0.31919,"110":0.16608,"111":0.18944,"112":0.16349,"114":0.00519,"116":0.34514,"117":0.16608,"118":1.86321,"119":0.26988,"120":0.4152,"121":0.00519,"122":0.04152,"123":0.00519,"124":0.18944,"125":0.00519,"126":0.01038,"127":0.00779,"128":0.02855,"129":0.0026,"130":0.00519,"131":0.34773,"132":0.01298,"133":0.35033,"134":0.01557,"135":0.00779,"136":0.01038,"137":0.02336,"138":0.03633,"139":0.01298,"140":0.01298,"141":0.01817,"142":0.49305,"143":0.03633,"144":0.11159,"145":0.26469,"146":0.05709,"147":0.11678,"148":3.02318,"149":5.45729,"150":0.03374,_:"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 64 66 67 68 69 70 71 72 73 74 76 77 78 80 81 83 84 85 86 90 92 93 95 96 98 99 100 101 113 115 151 152 153"},F:{"85":0.0026,"95":0.0026,"98":0.0026,"99":0.01298,"126":0.0026,"131":0.3114,_:"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 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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.0026,"102":0.0026,"109":0.00519,"119":0.11418,"120":0.11678,"122":0.0026,"131":0.0026,"134":0.0026,"140":0.0026,"142":0.0026,"143":0.0026,"144":0.00519,"145":0.02336,"146":0.01298,"147":0.04412,"148":0.48786,"149":1.35978,"150":0.00519,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 132 133 135 136 137 138 139 141"},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 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 16.5 17.0 17.2 18.0 TP","13.1":0.00519,"14.1":0.0026,"15.6":0.00519,"16.1":0.0026,"16.3":0.0026,"16.6":0.01038,"17.1":0.00519,"17.3":0.0026,"17.4":0.0026,"17.5":0.00519,"17.6":0.02076,"18.1":0.0026,"18.2":0.0026,"18.3":0.0026,"18.4":0.0026,"18.5-18.7":0.00519,"26.0":0.0026,"26.1":0.0026,"26.2":0.01557,"26.3":0.02855,"26.4":0.01817,"26.5":0.18165},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00089,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00267,"8.1-8.4":0,"9.0-9.2":0.00089,"9.3":0,"10.0-10.2":0,"10.3":0.00979,"11.0-11.2":0.29462,"11.3-11.4":0.00178,"12.0-12.1":0,"12.2-12.5":0.03026,"13.0-13.1":0,"13.2":0.00979,"13.3":0,"13.4-13.7":0.00178,"14.0-14.4":0.00623,"14.5-14.8":0.00979,"15.0-15.1":0.0089,"15.2-15.3":0.00534,"15.4":0.00623,"15.5":0.00801,"15.6-15.8":0.15576,"16.0":0.01424,"16.1":0.02314,"16.2":0.01246,"16.3":0.0267,"16.4":0.00623,"16.5":0.00979,"16.6-16.7":0.20294,"17.0":0.0089,"17.1":0.01335,"17.2":0.01246,"17.3":0.01869,"17.4":0.02848,"17.5":0.05073,"17.6-17.7":0.13084,"18.0":0.02937,"18.1":0.05608,"18.2":0.03026,"18.3":0.09257,"18.4":0.04183,"18.5-18.7":1.33779,"26.0":0.08812,"26.1":0.09168,"26.2":0.27682,"26.3":0.37828,"26.4":0.43347,"26.5":4.91592},P:{"4":0.00852,"22":0.00852,"23":0.00852,"24":0.00852,"25":0.00852,"26":0.02555,"27":0.00852,"28":0.02555,"29":0.1107,"30":0.76642,_:"20 21 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 17.0 18.0 19.0","7.2-7.4":0.03406,"8.2":0.00852},I:{"0":0.02219,"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.07405,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00779,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.00741},H:{all:0},L:{"0":68.41812},R:{_:"0"},M:{"0":0.08886},Q:{_:"14.9"}};
|