@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:{"
|
|
1
|
+
module.exports={C:{"78":0.00273,"115":0.01092,"120":0.09279,"121":0.19103,"135":0.00273,"140":0.00546,"146":0.00273,"147":0.00273,"148":0.00546,"150":0.00546,"151":0.16647,"152":0.09552,"153":0.00273,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 136 137 138 139 141 142 143 144 145 149 154 155 3.5 3.6"},D:{"39":0.01092,"40":0.01092,"41":0.01092,"42":0.01365,"43":0.01365,"44":0.01092,"45":0.01365,"46":0.01092,"47":0.01092,"48":0.01092,"49":0.01092,"50":0.01092,"51":0.00819,"52":0.01092,"53":0.01637,"54":0.01365,"55":0.01092,"56":0.00819,"57":0.01092,"58":0.01092,"59":0.01365,"60":0.01092,"69":0.00273,"71":0.00273,"73":0.00273,"75":0.00273,"77":0.01365,"79":0.00819,"87":0.00819,"89":0.00273,"92":0.00273,"97":0.01092,"98":0.00273,"100":0.00546,"102":0.00546,"103":0.20468,"104":0.20468,"105":0.2074,"106":0.20195,"107":0.2074,"108":0.2074,"109":0.39025,"110":0.2074,"111":0.20468,"112":0.19922,"114":0.00273,"116":0.40935,"117":0.2074,"118":2.29509,"119":0.19376,"120":0.40662,"122":0.01092,"123":0.03548,"124":0.20468,"125":0.00546,"126":0.00273,"127":0.00273,"128":0.00819,"129":0.00273,"130":0.01637,"131":0.423,"132":0.00819,"133":0.41754,"134":0.00546,"135":0.03548,"136":0.01092,"137":0.03548,"138":0.04094,"139":0.01092,"140":0.02183,"141":0.01092,"142":0.03821,"143":0.01637,"144":0.02456,"145":0.27563,"146":0.09006,"147":0.19922,"148":2.56253,"149":2.97188,"150":0.01637,"151":0.00546,_:"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 70 72 74 76 78 80 81 83 84 85 86 88 90 91 93 94 95 96 99 101 113 115 121 152 153"},F:{"46":0.00273,"98":0.00819,"99":0.03821,"123":0.00273,"131":0.1501,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01092,"92":0.00273,"109":0.00273,"119":0.09552,"120":0.10097,"131":0.00273,"135":0.00273,"142":0.00273,"144":0.00273,"145":0.00546,"146":0.00546,"147":0.01092,"148":0.1883,"149":0.6304,"150":0.00273,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 134 136 137 138 139 140 141 143"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.2 TP","5.1":0.02183,"15.6":0.00546,"16.1":0.00273,"16.6":0.00546,"17.1":0.00273,"17.5":0.00273,"17.6":0.00819,"18.1":0.00273,"18.3":0.00546,"18.4":0.00273,"18.5-18.7":0.00546,"26.0":0.00273,"26.1":0.00273,"26.2":0.01092,"26.3":0.0191,"26.4":0.00819,"26.5":0.10097},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00076,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00227,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0,"10.0-10.2":0,"10.3":0.00833,"11.0-11.2":0.25078,"11.3-11.4":0.00152,"12.0-12.1":0,"12.2-12.5":0.02576,"13.0-13.1":0,"13.2":0.00833,"13.3":0,"13.4-13.7":0.00152,"14.0-14.4":0.0053,"14.5-14.8":0.00833,"15.0-15.1":0.00758,"15.2-15.3":0.00455,"15.4":0.0053,"15.5":0.00682,"15.6-15.8":0.13259,"16.0":0.01212,"16.1":0.0197,"16.2":0.01061,"16.3":0.02273,"16.4":0.0053,"16.5":0.00833,"16.6-16.7":0.17274,"17.0":0.00758,"17.1":0.01136,"17.2":0.01061,"17.3":0.01591,"17.4":0.02424,"17.5":0.04319,"17.6-17.7":0.11137,"18.0":0.025,"18.1":0.04773,"18.2":0.02576,"18.3":0.07879,"18.4":0.03561,"18.5-18.7":1.13873,"26.0":0.07501,"26.1":0.07804,"26.2":0.23563,"26.3":0.322,"26.4":0.36897,"26.5":4.18444},P:{"20":0.00709,"21":0.03544,"22":0.0638,"23":0.03544,"24":0.02835,"25":0.04253,"26":0.19139,"27":0.07797,"28":0.14886,"29":0.63796,"30":1.69413,_:"4 5.0-5.4 6.2-6.4 10.1 12.0","7.2-7.4":0.02127,"8.2":0.00709,"9.2":0.00709,"11.1-11.2":0.01418,"13.0":0.00709,"14.0":0.01418,"15.0":0.01418,"16.0":0.02127,"17.0":0.00709,"18.0":0.00709,"19.0":0.02127},I:{"0":0.00726,"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.34901,_:"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.03636},H:{all:0},L:{"0":71.42906},R:{_:"0"},M:{"0":0.09452},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"48":0.00594,"52":0.00594,"78":0.01188,"103":0.03565,"115":0.16635,"120":0.10694,"121":0.20199,"135":0.00594,"136":0.01188,"140":0.04753,"146":0.00594,"147":0.35052,"148":0.01188,"149":0.05347,"150":0.04159,"151":1.22385,"152":0.76045,"153":0.00594,_:"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 102 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 145 154 155 3.5 3.6"},D:{"39":0.1307,"40":0.13664,"41":0.1307,"42":0.1307,"43":0.13664,"44":0.13664,"45":0.13664,"46":0.1307,"47":0.1307,"48":0.13664,"49":0.14258,"50":0.13664,"51":0.1307,"52":0.1307,"53":0.1307,"54":0.1307,"55":0.1307,"56":0.13664,"57":0.1307,"58":0.1307,"59":0.1307,"60":0.13664,"62":0.00594,"63":0.00594,"70":0.04753,"79":0.02376,"81":0.01188,"85":0.00594,"87":0.02376,"88":0.00594,"91":0.00594,"100":0.00594,"101":0.00594,"102":0.00594,"103":0.07129,"104":0.17823,"105":0.05347,"106":0.05347,"107":0.05941,"108":0.05941,"109":0.60004,"110":0.05941,"111":0.06535,"112":0.05347,"114":0.01188,"116":0.16635,"117":1.58625,"118":1.81201,"119":0.20794,"120":0.31487,"121":0.01782,"122":0.09506,"123":0.01782,"124":0.08317,"125":0.03565,"126":0.03565,"127":0.00594,"128":0.04159,"129":0.00594,"130":0.36834,"131":0.14853,"132":0.01188,"133":0.12476,"134":0.05941,"135":0.01782,"136":0.03565,"137":0.16635,"138":0.13664,"139":0.22576,"140":0.02376,"141":0.02376,"142":0.04753,"143":0.05347,"144":0.05941,"145":0.17823,"146":0.21388,"147":0.50499,"148":11.66218,"149":12.03647,"150":0.05941,"151":0.00594,_:"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 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 83 84 86 89 90 92 93 94 95 96 97 98 99 113 115 152 153"},F:{"46":0.00594,"70":0.00594,"95":0.00594,"98":0.01188,"99":0.04753,"102":0.00594,"114":0.00594,"125":0.00594,"131":1.46149,_:"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 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 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 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.00594,"109":0.03565,"111":0.01188,"119":0.101,"120":0.101,"131":0.00594,"133":0.00594,"135":0.00594,"137":0.00594,"138":0.00594,"139":0.00594,"140":0.00594,"141":0.00594,"142":0.00594,"143":0.01188,"144":0.01782,"145":0.02376,"146":0.02376,"147":0.08317,"148":1.80606,"149":4.99638,"150":0.00594,_:"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 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 134 136"},E:{"27":0.00594,_:"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 16.0 16.2 16.4 TP","13.1":0.00594,"14.1":0.01188,"15.5":0.00594,"15.6":0.04159,"16.1":0.00594,"16.3":0.01188,"16.5":0.00594,"16.6":0.08912,"17.0":0.01188,"17.1":0.07129,"17.2":0.00594,"17.3":0.00594,"17.4":0.02376,"17.5":0.02376,"17.6":0.11288,"18.0":0.01188,"18.1":0.00594,"18.2":0.01188,"18.3":0.01782,"18.4":0.01188,"18.5-18.7":0.04753,"26.0":0.01782,"26.1":0.02376,"26.2":0.08912,"26.3":0.19011,"26.4":0.13664,"26.5":1.16444},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00105,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00314,"8.1-8.4":0,"9.0-9.2":0.00105,"9.3":0,"10.0-10.2":0,"10.3":0.01151,"11.0-11.2":0.3465,"11.3-11.4":0.00209,"12.0-12.1":0,"12.2-12.5":0.03559,"13.0-13.1":0,"13.2":0.01151,"13.3":0,"13.4-13.7":0.00209,"14.0-14.4":0.00733,"14.5-14.8":0.01151,"15.0-15.1":0.01047,"15.2-15.3":0.00628,"15.4":0.00733,"15.5":0.00942,"15.6-15.8":0.18319,"16.0":0.01675,"16.1":0.02722,"16.2":0.01466,"16.3":0.0314,"16.4":0.00733,"16.5":0.01151,"16.6-16.7":0.23867,"17.0":0.01047,"17.1":0.0157,"17.2":0.01466,"17.3":0.02198,"17.4":0.0335,"17.5":0.05967,"17.6-17.7":0.15388,"18.0":0.03454,"18.1":0.06595,"18.2":0.03559,"18.3":0.10887,"18.4":0.0492,"18.5-18.7":1.57336,"26.0":0.10363,"26.1":0.10782,"26.2":0.32556,"26.3":0.4449,"26.4":0.5098,"26.5":5.78157},P:{"4":0.00661,"22":0.00661,"23":0.00661,"25":0.00661,"26":0.01323,"27":0.01323,"28":0.01323,"29":0.12565,"30":0.97211,_:"20 21 24 5.0-5.4 6.2-6.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","7.2-7.4":0.00661,"17.0":0.00661},I:{"0":0.03244,"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.24354,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02971,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.10553},H:{all:0},L:{"0":34.54664},R:{_:"0"},M:{"0":0.36125},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"125":0.04026,"126":0.04026,"127":0.00947,"129":0.01894,"130":0.03078,"131":0.03078,"132":0.00947,"133":0.03078,"134":0.01894,"135":0.01894,"136":0.01894,"151":0.29837,"152":0.09946,_:"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 115 116 117 118 119 120 121 122 123 124 128 137 138 139 140 141 142 143 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"39":0.00947,"41":0.00947,"45":0.00947,"48":0.01894,"49":0.04026,"51":0.01894,"57":0.00947,"83":0.03078,"93":0.01894,"95":0.04973,"103":0.01894,"109":0.09946,"116":0.04026,"118":1.35213,"123":0.01894,"124":0.06867,"125":0.04026,"127":0.00947,"128":0.00947,"129":0.04026,"131":0.00947,"132":0.01894,"137":0.00947,"138":0.03078,"142":0.01894,"144":0.06867,"145":0.01894,"146":0.04026,"147":0.13024,"148":4.6176,"149":4.30739,_:"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 40 42 43 44 46 47 50 52 53 54 55 56 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 84 85 86 87 88 89 90 91 92 94 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 114 115 117 119 120 121 122 126 130 133 134 135 136 139 140 141 143 150 151 152 153"},F:{"95":0.00947,"131":0.04973,_:"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 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.00947,"109":0.0592,"124":0.00947,"146":0.00947,"147":0.03078,"148":0.72698,"149":2.62611,_:"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 110 111 112 113 114 115 116 117 118 119 120 121 122 123 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 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 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.4 16.5 17.0 17.2 17.4 18.0 18.2 18.3 18.4 26.1 TP","14.1":0.00947,"15.5":0.0592,"15.6":0.01894,"16.3":0.00947,"16.6":0.04026,"17.1":0.0592,"17.3":0.00947,"17.5":0.06867,"17.6":0.00947,"18.1":0.00947,"18.5-18.7":0.06867,"26.0":0.14918,"26.2":0.1184,"26.3":0.04973,"26.4":0.00947,"26.5":0.49728},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.00682,"8.1-8.4":0,"9.0-9.2":0.00227,"9.3":0,"10.0-10.2":0,"10.3":0.02501,"11.0-11.2":0.75245,"11.3-11.4":0.00455,"12.0-12.1":0,"12.2-12.5":0.07729,"13.0-13.1":0,"13.2":0.02501,"13.3":0,"13.4-13.7":0.00455,"14.0-14.4":0.01591,"14.5-14.8":0.02501,"15.0-15.1":0.02273,"15.2-15.3":0.01364,"15.4":0.01591,"15.5":0.02046,"15.6-15.8":0.39782,"16.0":0.03637,"16.1":0.05911,"16.2":0.03183,"16.3":0.0682,"16.4":0.01591,"16.5":0.02501,"16.6-16.7":0.51831,"17.0":0.02273,"17.1":0.0341,"17.2":0.03183,"17.3":0.04774,"17.4":0.07274,"17.5":0.12958,"17.6-17.7":0.33417,"18.0":0.07502,"18.1":0.14322,"18.2":0.07729,"18.3":0.23642,"18.4":0.10684,"18.5-18.7":3.41673,"26.0":0.22505,"26.1":0.23415,"26.2":0.70699,"26.3":0.96614,"26.4":1.10708,"26.5":12.5553},P:{"24":0.03708,"29":0.16317,"30":1.04575,_:"4 20 21 22 23 25 26 27 28 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 17.0 18.0 19.0","5.0-5.4":0.0445,"16.0":0.02967},I:{"0":0.02287,"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.06105,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00947,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.05342},H:{all:0},L:{"0":57.74555},R:{_:"0"},M:{"0":0.03816},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"4":0.
|
|
1
|
+
module.exports={C:{"4":0.09039,"52":0.00695,"115":0.02781,"120":0.66054,"121":1.31412,"128":0.04172,"135":0.00695,"136":0.00695,"140":0.02086,"144":0.00695,"146":0.00695,"147":0.00695,"149":0.01391,"150":0.02781,"151":0.61186,"152":0.43804,_:"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 129 130 131 132 133 134 137 138 139 141 142 143 145 148 153 154 155 3.5 3.6"},D:{"39":0.13211,"40":0.12515,"41":0.14601,"42":0.13211,"43":0.13906,"44":0.13211,"45":0.13906,"46":0.12515,"47":0.13906,"48":0.14601,"49":0.13211,"50":0.12515,"51":0.12515,"52":0.13906,"53":0.13211,"54":0.12515,"55":0.13906,"56":0.13906,"57":0.13906,"58":0.15297,"59":0.12515,"60":0.13211,"65":0.02086,"66":0.00695,"69":0.01391,"73":0.00695,"75":0.01391,"79":0.01391,"83":0.00695,"84":0.00695,"87":0.02086,"92":0.00695,"97":0.01391,"102":0.00695,"103":1.21678,"104":1.21678,"105":1.20982,"106":1.20287,"107":1.18896,"108":1.20982,"109":1.55747,"110":1.20982,"111":1.21678,"112":1.19592,"113":0.00695,"114":0.00695,"116":2.41269,"117":1.20287,"118":10.44341,"119":1.33498,"120":3.42783,"122":0.00695,"124":1.22373,"125":0.02086,"126":0.02086,"127":0.00695,"128":0.02086,"130":0.00695,"131":2.44746,"132":0.02086,"133":2.45441,"134":0.01391,"135":0.00695,"136":0.00695,"137":0.12515,"138":0.06953,"139":0.00695,"140":0.00695,"141":0.04867,"142":0.13906,"143":0.05562,"144":0.02086,"145":1.48794,"146":0.04867,"147":0.11125,"148":4.55422,"149":6.90433,"150":0.12515,_:"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 70 71 72 74 76 77 78 80 81 85 86 88 89 90 91 93 94 95 96 98 99 100 101 115 121 123 129 151 152 153"},F:{"95":0.00695,"98":0.00695,"99":0.04867,"131":0.26421,_:"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.00695,"109":0.00695,"119":0.65358,"120":0.66749,"122":0.00695,"140":0.00695,"142":0.00695,"143":0.00695,"144":0.00695,"145":0.01391,"146":0.02086,"147":0.04172,"148":0.73702,"149":2.28754,_:"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 135 136 137 138 139 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.1 18.2 18.3 18.4 TP","5.1":0.00695,"15.6":0.00695,"16.6":0.00695,"17.1":0.00695,"17.6":0.04172,"18.0":0.00695,"18.5-18.7":0.01391,"26.0":0.00695,"26.1":0.00695,"26.2":0.00695,"26.3":0.02086,"26.4":0.02781,"26.5":0.18773},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00041,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00122,"8.1-8.4":0,"9.0-9.2":0.00041,"9.3":0,"10.0-10.2":0,"10.3":0.00446,"11.0-11.2":0.13424,"11.3-11.4":0.00081,"12.0-12.1":0,"12.2-12.5":0.01379,"13.0-13.1":0,"13.2":0.00446,"13.3":0,"13.4-13.7":0.00081,"14.0-14.4":0.00284,"14.5-14.8":0.00446,"15.0-15.1":0.00406,"15.2-15.3":0.00243,"15.4":0.00284,"15.5":0.00365,"15.6-15.8":0.07097,"16.0":0.00649,"16.1":0.01054,"16.2":0.00568,"16.3":0.01217,"16.4":0.00284,"16.5":0.00446,"16.6-16.7":0.09247,"17.0":0.00406,"17.1":0.00608,"17.2":0.00568,"17.3":0.00852,"17.4":0.01298,"17.5":0.02312,"17.6-17.7":0.05962,"18.0":0.01338,"18.1":0.02555,"18.2":0.01379,"18.3":0.04218,"18.4":0.01906,"18.5-18.7":0.60955,"26.0":0.04015,"26.1":0.04177,"26.2":0.12613,"26.3":0.17236,"26.4":0.19751,"26.5":2.23988},P:{"4":0.01369,"21":0.01369,"22":0.00684,"24":0.00684,"25":0.00684,"26":0.04791,"27":0.02738,"28":0.02738,"29":0.15056,"30":0.93075,_:"20 23 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.06844,"8.2":0.00684},I:{"0":0.01218,"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.2011,_:"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.02438},H:{all:0},L:{"0":29.1013},R:{_:"0"},M:{"0":0.17673},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"115":0.01831,"120":0.04761,"121":0.09887,"133":0.00366,"140":0.00366,"148":0.04028,"150":0.00732,"151":0.1831,"152":0.09155,_:"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 122 123 124 125 126 127 128 129 130 131 132 134 135 136 137 138 139 141 142 143 144 145 146 147 149 153 154 155 3.5 3.6"},D:{"39":0.13183,"40":0.12817,"41":0.12817,"42":0.12817,"43":0.12817,"44":0.12085,"45":0.12817,"46":0.13183,"47":0.12817,"48":0.12817,"49":0.13183,"50":0.12817,"51":0.12451,"52":0.12817,"53":0.13183,"54":0.12817,"55":0.12817,"56":0.12451,"57":0.13183,"58":0.12451,"59":0.13549,"60":0.13183,"70":0.00366,"75":0.00366,"78":0.00366,"79":0.11718,"81":0.00732,"84":0.00366,"87":0.01099,"88":0.00366,"91":0.00366,"98":0.00366,"101":0.00366,"103":0.2124,"104":0.13916,"105":0.13916,"106":0.13916,"107":0.13549,"108":0.13916,"109":0.32226,"110":0.13916,"111":0.1538,"112":0.13183,"114":0.00732,"116":0.27831,"117":0.13549,"118":1.65522,"119":0.10254,"120":0.29662,"121":0.00732,"122":0.01465,"123":0.00366,"124":0.15014,"125":0.00366,"126":0.00366,"127":0.00366,"128":0.01831,"129":0.01099,"130":0.00732,"131":0.32226,"132":0.01831,"133":0.28564,"134":0.01099,"135":0.01099,"136":0.02563,"137":0.03662,"138":0.07324,"139":0.00732,"140":0.01831,"141":0.02197,"142":0.16113,"143":0.02563,"144":0.0769,"145":0.20873,"146":0.07324,"147":0.21606,"148":3.72792,"149":5.43807,"150":0.02563,_:"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 76 77 80 83 85 86 89 90 92 93 94 95 96 97 99 100 102 113 115 151 152 153"},F:{"46":0.00366,"98":0.04761,"99":0.2124,"114":0.00366,"131":0.23803,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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.00366,"114":0.00366,"119":0.05127,"120":0.05127,"131":0.00366,"132":0.00366,"133":0.00366,"135":0.00366,"136":0.00366,"137":0.00366,"138":0.00366,"139":0.00366,"140":0.00366,"141":0.01099,"142":0.00366,"143":0.00366,"144":0.00366,"145":0.00732,"146":0.00732,"147":0.09521,"148":0.61522,"149":1.53438,_:"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 109 110 111 112 113 115 116 117 118 121 122 123 124 125 126 127 128 129 130 134 150"},E:{"15":0.00732,_:"4 5 6 7 8 9 10 11 12 13 14 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.0 16.4 17.0 17.2 17.3 18.2 TP","14.1":0.00366,"15.6":0.01465,"16.1":0.00366,"16.2":0.00366,"16.3":0.00366,"16.5":0.00366,"16.6":0.0293,"17.1":0.04394,"17.4":0.00732,"17.5":0.02563,"17.6":0.03296,"18.0":0.00366,"18.1":0.00732,"18.3":0.00732,"18.4":0.00366,"18.5-18.7":0.02563,"26.0":0.01831,"26.1":0.02197,"26.2":0.03296,"26.3":0.09521,"26.4":0.0769,"26.5":0.61155},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00106,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00318,"8.1-8.4":0,"9.0-9.2":0.00106,"9.3":0,"10.0-10.2":0,"10.3":0.01164,"11.0-11.2":0.35035,"11.3-11.4":0.00212,"12.0-12.1":0,"12.2-12.5":0.03599,"13.0-13.1":0,"13.2":0.01164,"13.3":0,"13.4-13.7":0.00212,"14.0-14.4":0.00741,"14.5-14.8":0.01164,"15.0-15.1":0.01058,"15.2-15.3":0.00635,"15.4":0.00741,"15.5":0.00953,"15.6-15.8":0.18523,"16.0":0.01694,"16.1":0.02752,"16.2":0.01482,"16.3":0.03175,"16.4":0.00741,"16.5":0.01164,"16.6-16.7":0.24133,"17.0":0.01058,"17.1":0.01588,"17.2":0.01482,"17.3":0.02223,"17.4":0.03387,"17.5":0.06033,"17.6-17.7":0.15559,"18.0":0.03493,"18.1":0.06668,"18.2":0.03599,"18.3":0.11008,"18.4":0.04975,"18.5-18.7":1.59084,"26.0":0.10479,"26.1":0.10902,"26.2":0.32918,"26.3":0.44984,"26.4":0.51546,"26.5":5.8458},P:{"4":0.00649,"22":0.01299,"23":0.00649,"26":0.00649,"27":0.00649,"28":0.03247,"29":0.1039,"30":0.61042,_:"20 21 24 25 5.0-5.4 6.2-6.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","7.2-7.4":0.00649},I:{"0":0.04432,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":1.52746,_:"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":3.33379},H:{all:0},L:{"0":59.58665},R:{_:"0"},M:{"0":0.09507},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"78":0.
|
|
1
|
+
module.exports={C:{"78":0.07076,"82":0.01011,"91":0.00505,"102":0.00505,"103":0.02527,"105":0.01516,"115":0.17184,"120":0.09603,"121":0.18194,"125":0.00505,"128":0.02022,"131":0.00505,"133":0.00505,"134":0.00505,"136":0.16173,"137":0.00505,"138":0.00505,"139":0.02022,"140":0.41443,"144":0.01011,"146":0.00505,"147":0.01011,"148":0.01516,"149":0.00505,"150":0.06065,"151":2.60281,"152":1.36458,_:"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 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 104 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 129 130 132 135 141 142 143 145 153 154 155 3.5 3.6"},D:{"39":0.01516,"40":0.01011,"41":0.01011,"42":0.01011,"43":0.01011,"44":0.01516,"45":0.01011,"46":0.01011,"47":0.01011,"48":0.01011,"49":0.02022,"50":0.01011,"51":0.01011,"52":0.01011,"53":0.01011,"54":0.01516,"55":0.01516,"56":0.01516,"57":0.01516,"58":0.01011,"59":0.01011,"60":0.01011,"65":0.00505,"70":0.00505,"73":0.00505,"79":0.01516,"80":0.00505,"83":0.00505,"84":0.00505,"85":0.02527,"86":0.01011,"87":0.07076,"88":0.00505,"91":0.00505,"98":0.04549,"103":0.14657,"104":0.05559,"105":0.07076,"106":0.04043,"107":0.04043,"108":0.04043,"109":0.39421,"110":0.05054,"111":0.04549,"112":0.04043,"113":0.00505,"116":0.13646,"117":0.04043,"118":2.01655,"119":0.20216,"120":0.24259,"121":0.00505,"122":0.01011,"123":0.00505,"124":0.05559,"125":0.00505,"126":0.01011,"127":0.01516,"128":0.07076,"129":0.00505,"130":0.01516,"131":0.11624,"132":0.02527,"133":0.10108,"134":0.02022,"135":0.01011,"136":0.00505,"137":0.08086,"138":0.10613,"139":0.00505,"140":0.08592,"141":0.00505,"142":0.04043,"143":0.04043,"144":0.27292,"145":0.09603,"146":0.09603,"147":0.374,"148":7.12109,"149":9.40044,"150":0.19711,_:"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 71 72 74 75 76 77 78 81 89 90 92 93 94 95 96 97 99 100 101 102 114 115 151 152 153"},F:{"36":0.00505,"46":0.00505,"79":0.01516,"95":0.00505,"98":0.01011,"99":0.09097,"102":0.00505,"126":0.00505,"131":1.55663,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 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:{"17":0.00505,"92":0.00505,"109":0.02022,"119":0.09603,"120":0.08086,"130":0.00505,"131":0.00505,"132":0.00505,"133":0.00505,"134":0.01011,"136":0.00505,"138":0.00505,"139":0.00505,"140":0.01011,"141":0.00505,"142":0.05559,"143":0.00505,"144":0.02022,"145":0.02022,"146":0.07076,"147":0.05559,"148":1.67287,"149":5.03884,_:"12 13 14 15 16 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 122 123 124 125 126 127 128 129 135 137 150"},E:{"27":0.00505,_:"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 12.1 15.2-15.3 15.5 17.0 TP","11.1":0.00505,"13.1":0.02022,"14.1":0.01516,"15.1":0.01516,"15.4":0.00505,"15.6":0.08086,"16.0":0.00505,"16.1":0.00505,"16.2":0.01516,"16.3":0.01516,"16.4":0.00505,"16.5":0.03032,"16.6":0.22743,"17.1":0.08086,"17.2":0.01011,"17.3":0.01011,"17.4":0.01516,"17.5":0.01011,"17.6":0.08592,"18.0":0.15162,"18.1":0.00505,"18.2":0.00505,"18.3":0.03538,"18.4":0.00505,"18.5-18.7":0.58626,"26.0":0.01516,"26.1":0.01516,"26.2":0.0657,"26.3":0.1314,"26.4":0.19205,"26.5":1.17758},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00173,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00519,"8.1-8.4":0,"9.0-9.2":0.00173,"9.3":0,"10.0-10.2":0,"10.3":0.01903,"11.0-11.2":0.57267,"11.3-11.4":0.00346,"12.0-12.1":0,"12.2-12.5":0.05882,"13.0-13.1":0,"13.2":0.01903,"13.3":0,"13.4-13.7":0.00346,"14.0-14.4":0.01211,"14.5-14.8":0.01903,"15.0-15.1":0.0173,"15.2-15.3":0.01038,"15.4":0.01211,"15.5":0.01557,"15.6-15.8":0.30277,"16.0":0.02768,"16.1":0.04498,"16.2":0.02422,"16.3":0.0519,"16.4":0.01211,"16.5":0.01903,"16.6-16.7":0.39447,"17.0":0.0173,"17.1":0.02595,"17.2":0.02422,"17.3":0.03633,"17.4":0.05536,"17.5":0.09862,"17.6-17.7":0.25433,"18.0":0.05709,"18.1":0.109,"18.2":0.05882,"18.3":0.17993,"18.4":0.08132,"18.5-18.7":2.60036,"26.0":0.17128,"26.1":0.1782,"26.2":0.53806,"26.3":0.7353,"26.4":0.84256,"26.5":9.5554},P:{"21":0.00621,"22":0.00621,"24":0.00621,"25":0.00621,"26":0.00621,"27":0.02486,"28":0.03729,"29":0.31073,"30":1.49772,_:"4 20 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00621,"15.0":0.00621},I:{"0":0.01976,"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.16816,_:"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.35611},H:{all:0},L:{"0":35.42985},R:{_:"0"},M:{"0":0.76168},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"52":0.0153,"78":0.0204,"96":0.0153,"103":0.0102,"112":0.0255,"115":0.1938,"120":0.0051,"121":0.0153,"125":0.0459,"127":0.0051,"128":0.0051,"132":0.0051,"133":0.0051,"134":0.0051,"135":0.0051,"136":0.0051,"139":0.0051,"140":0.0765,"143":0.0051,"144":0.0051,"146":0.0102,"147":0.0102,"148":0.0051,"149":0.0255,"150":0.0306,"151":0.8313,"152":0.4845,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 102 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 126 129 130 131 137 138 141 142 145 153 154 155 3.5 3.6"},D:{"39":0.0561,"40":0.0561,"41":0.0561,"42":0.0561,"43":0.0561,"44":0.0561,"45":0.0561,"46":0.0561,"47":0.0561,"48":0.0561,"49":0.0612,"50":0.0561,"51":0.0561,"52":0.0561,"53":0.0561,"54":0.0561,"55":0.0561,"56":0.0561,"57":0.0561,"58":0.0561,"59":0.0561,"60":0.0561,"70":0.0102,"75":0.0051,"76":0.0051,"79":0.0102,"86":0.0051,"87":0.0051,"88":0.0051,"90":0.0051,"98":0.0102,"100":0.0051,"102":0.0153,"103":0.0204,"104":0.0408,"105":0.0153,"106":0.0102,"107":0.0102,"108":0.0102,"109":0.5661,"110":0.0153,"111":0.0204,"112":0.0153,"113":0.0153,"114":0.0153,"116":0.0306,"117":0.0102,"118":0.102,"119":0.0204,"120":0.0612,"121":0.0204,"122":0.2703,"123":0.0153,"124":0.0714,"125":1.1577,"126":0.0153,"127":0.0051,"128":0.0204,"129":0.0051,"130":0.0612,"131":0.0816,"132":0.0204,"133":0.0459,"134":0.0306,"135":0.0357,"136":0.0357,"137":0.0306,"138":0.051,"139":0.1377,"140":0.0306,"141":0.0561,"142":0.1326,"143":0.0612,"144":0.0612,"145":0.1479,"146":0.1836,"147":0.2703,"148":11.0211,"149":19.6911,"150":0.051,_:"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 77 78 80 81 83 84 85 89 91 92 93 94 95 96 97 99 101 115 151 152 153"},F:{"85":0.0051,"86":0.0051,"94":0.0051,"95":0.0255,"98":0.0204,"99":0.0918,"100":0.0153,"126":0.0051,"131":0.6222,_:"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 87 88 89 90 91 92 93 96 97 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0051,"105":0.0051,"109":0.0102,"112":0.0102,"119":0.0102,"120":0.0051,"131":0.0051,"134":0.0051,"136":0.0051,"138":0.0051,"139":0.0102,"141":0.0051,"142":0.0051,"143":0.0102,"144":0.0102,"145":0.0102,"146":0.0204,"147":0.0153,"148":0.4947,"149":1.4586,"150":0.0051,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 110 111 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 135 137 140"},E:{"27":0.0051,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 16.5 17.0 18.0 18.2 TP","14.1":0.0102,"15.6":0.0153,"16.2":0.0051,"16.3":0.0051,"16.6":0.0255,"17.1":0.0408,"17.2":0.0051,"17.3":0.0051,"17.4":0.0102,"17.5":0.0051,"17.6":0.0255,"18.1":0.0051,"18.3":0.0102,"18.4":0.0051,"18.5-18.7":0.0102,"26.0":0.0153,"26.1":0.0051,"26.2":0.0204,"26.3":0.0459,"26.4":0.0255,"26.5":0.3213},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00101,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00302,"8.1-8.4":0,"9.0-9.2":0.00101,"9.3":0,"10.0-10.2":0,"10.3":0.01107,"11.0-11.2":0.33314,"11.3-11.4":0.00201,"12.0-12.1":0,"12.2-12.5":0.03422,"13.0-13.1":0,"13.2":0.01107,"13.3":0,"13.4-13.7":0.00201,"14.0-14.4":0.00705,"14.5-14.8":0.01107,"15.0-15.1":0.01006,"15.2-15.3":0.00604,"15.4":0.00705,"15.5":0.00906,"15.6-15.8":0.17613,"16.0":0.0161,"16.1":0.02617,"16.2":0.01409,"16.3":0.03019,"16.4":0.00705,"16.5":0.01107,"16.6-16.7":0.22947,"17.0":0.01006,"17.1":0.0151,"17.2":0.01409,"17.3":0.02114,"17.4":0.03221,"17.5":0.05737,"17.6-17.7":0.14795,"18.0":0.03321,"18.1":0.06341,"18.2":0.03422,"18.3":0.10467,"18.4":0.0473,"18.5-18.7":1.51271,"26.0":0.09964,"26.1":0.10367,"26.2":0.31301,"26.3":0.42775,"26.4":0.49015,"26.5":5.55868},P:{"4":0.00715,"20":0.00715,"21":0.00715,"22":0.02146,"23":0.03577,"24":0.02146,"25":0.02146,"26":0.03577,"27":0.05008,"28":0.10016,"29":0.32908,"30":1.82427,_:"5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0","7.2-7.4":0.00715,"8.2":0.00715,"14.0":0.00715,"17.0":0.00715,"18.0":0.00715,"19.0":0.00715},I:{"0":0.01958,"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.4802,_:"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.0539},H:{all:0},L:{"0":41.7574},R:{_:"0"},M:{"0":0.4704},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"40":0.
|
|
1
|
+
module.exports={C:{"40":0.01038,"52":0.03115,"78":0.00519,"100":0.00519,"101":0.03115,"103":0.01038,"114":0.00519,"115":0.63342,"119":0.00519,"120":0.05711,"121":0.10384,"122":0.05192,"123":0.13499,"124":0.00519,"125":0.00519,"127":0.00519,"128":0.01558,"130":0.00519,"131":0.00519,"132":0.01038,"133":0.02077,"134":0.02077,"135":0.01038,"136":0.01038,"138":0.00519,"139":0.00519,"140":0.04154,"144":0.00519,"145":0.01038,"146":0.00519,"147":0.01558,"148":0.01558,"149":0.03634,"150":0.05711,"151":1.67182,"152":1.08513,_:"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 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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 102 104 105 106 107 108 109 110 111 112 113 116 117 118 126 129 137 141 142 143 153 154 155 3.5 3.6"},D:{"39":0.11942,"40":0.11942,"41":0.11422,"42":0.11422,"43":0.11942,"44":0.11422,"45":0.1298,"46":0.11422,"47":0.11422,"48":0.10903,"49":0.12461,"50":0.11422,"51":0.11422,"52":0.11422,"53":0.11422,"54":0.12461,"55":0.11422,"56":0.11422,"57":0.11422,"58":0.11942,"59":0.11422,"60":0.11422,"67":0.00519,"75":0.00519,"78":0.00519,"79":0.17134,"80":0.00519,"85":0.00519,"86":0.00519,"87":0.17134,"88":0.00519,"89":0.00519,"91":0.00519,"94":0.03634,"95":0.00519,"96":0.00519,"97":0.00519,"98":0.00519,"99":0.01038,"100":0.00519,"101":0.01038,"102":0.03634,"103":0.11942,"104":0.11942,"105":0.09865,"106":0.09865,"107":0.09865,"108":0.11422,"109":1.83278,"110":0.09865,"111":0.13499,"112":0.09865,"114":0.02077,"115":0.00519,"116":0.20249,"117":0.09346,"118":0.74246,"119":0.14538,"120":0.27518,"121":0.07788,"122":0.11942,"123":0.00519,"124":0.1298,"125":0.04673,"126":0.02596,"127":0.03115,"128":0.04673,"129":0.05192,"130":0.05711,"131":0.31152,"132":0.08826,"133":0.23364,"134":0.0675,"135":0.04673,"136":0.03634,"137":0.05192,"138":0.13499,"139":0.54516,"140":0.03634,"141":0.11942,"142":0.05711,"143":0.04154,"144":0.04673,"145":0.16095,"146":0.16095,"147":0.33748,"148":7.38822,"149":11.3601,"150":0.04673,_:"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 68 69 70 71 72 73 74 76 77 81 83 84 90 92 93 113 151 152 153"},F:{"46":0.01038,"48":0.00519,"79":0.00519,"85":0.00519,"89":0.01038,"95":0.07788,"98":0.01558,"99":0.0675,"106":0.00519,"114":0.01038,"115":0.00519,"119":0.00519,"120":0.00519,"131":0.87745,_:"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 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 86 87 88 90 91 92 93 94 96 97 100 101 102 103 104 105 107 108 109 110 111 112 113 116 117 118 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00519,"92":0.00519,"101":0.00519,"102":0.04154,"109":0.05192,"119":0.05192,"120":0.04673,"121":0.02077,"122":0.02596,"128":0.00519,"129":0.01038,"130":0.02077,"131":0.03115,"132":0.03115,"133":0.01038,"134":0.01558,"135":0.01558,"136":0.01038,"137":0.01038,"138":0.01558,"139":0.01038,"140":0.00519,"141":0.00519,"143":0.01558,"144":0.01038,"145":0.00519,"146":0.02077,"147":0.02596,"148":0.5867,"149":1.71336,_:"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 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 123 124 125 126 127 142 150"},E:{"8":0.00519,"14":0.00519,_:"4 5 6 7 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 10.1 15.1 15.2-15.3 15.5 TP","9.1":0.01038,"11.1":0.00519,"12.1":0.01558,"13.1":0.03115,"14.1":0.02596,"15.4":0.01558,"15.6":0.04154,"16.0":0.00519,"16.1":0.00519,"16.2":0.00519,"16.3":0.01038,"16.4":0.00519,"16.5":0.01038,"16.6":0.07269,"17.0":0.02077,"17.1":0.04154,"17.2":0.02596,"17.3":0.05711,"17.4":0.02077,"17.5":0.02077,"17.6":0.05192,"18.0":0.01038,"18.1":0.03634,"18.2":0.01038,"18.3":0.02596,"18.4":0.00519,"18.5-18.7":0.01038,"26.0":0.00519,"26.1":0.00519,"26.2":0.01558,"26.3":0.04154,"26.4":0.03115,"26.5":0.30114},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.00253,"8.1-8.4":0,"9.0-9.2":0.00084,"9.3":0,"10.0-10.2":0,"10.3":0.00926,"11.0-11.2":0.27872,"11.3-11.4":0.00168,"12.0-12.1":0,"12.2-12.5":0.02863,"13.0-13.1":0,"13.2":0.00926,"13.3":0,"13.4-13.7":0.00168,"14.0-14.4":0.00589,"14.5-14.8":0.00926,"15.0-15.1":0.00842,"15.2-15.3":0.00505,"15.4":0.00589,"15.5":0.00758,"15.6-15.8":0.14736,"16.0":0.01347,"16.1":0.02189,"16.2":0.01179,"16.3":0.02526,"16.4":0.00589,"16.5":0.00926,"16.6-16.7":0.19199,"17.0":0.00842,"17.1":0.01263,"17.2":0.01179,"17.3":0.01768,"17.4":0.02695,"17.5":0.048,"17.6-17.7":0.12378,"18.0":0.02779,"18.1":0.05305,"18.2":0.02863,"18.3":0.08757,"18.4":0.03958,"18.5-18.7":1.26561,"26.0":0.08336,"26.1":0.08673,"26.2":0.26188,"26.3":0.35787,"26.4":0.41008,"26.5":4.65067},P:{"4":0.02964,"22":0.01186,"23":0.01186,"24":0.00593,"25":0.00593,"26":0.01186,"27":0.02372,"28":0.0415,"29":0.20158,"30":1.34586,_:"20 21 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00593,"7.2-7.4":0.01186,"8.2":0.02372},I:{"0":0.01441,"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.31259,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00519,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.07214},H:{all:0},L:{"0":46.71727},R:{_:"0"},M:{"0":0.24045},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"31":0.
|
|
1
|
+
module.exports={C:{"31":0.00768,"52":0.08446,"78":0.00768,"96":0.00768,"102":0.00768,"103":0.00768,"111":0.00768,"113":0.00768,"114":0.00768,"115":0.34551,"120":0.07678,"121":0.15356,"127":0.00768,"128":0.00768,"133":0.00768,"135":0.01536,"136":0.01536,"137":0.00768,"138":0.00768,"139":0.00768,"140":0.07678,"142":0.00768,"144":0.00768,"145":0.00768,"146":0.00768,"147":0.01536,"148":0.01536,"149":0.05375,"150":0.07678,"151":0.68334,"152":0.43765,_:"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 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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 104 105 106 107 108 109 110 112 116 117 118 119 122 123 124 125 126 129 130 131 132 134 141 143 153 154 155 3.5 3.6"},D:{"39":0.15356,"40":0.15356,"41":0.19195,"42":0.15356,"43":0.16124,"44":0.15356,"45":0.15356,"46":0.16124,"47":0.15356,"48":0.16124,"49":0.22266,"50":0.15356,"51":0.16892,"52":0.15356,"53":0.16124,"54":0.15356,"55":0.16124,"56":0.16124,"57":0.16124,"58":0.16124,"59":0.16124,"60":0.16124,"69":0.00768,"70":0.08446,"76":0.02303,"78":0.00768,"79":0.03839,"80":0.00768,"83":0.00768,"85":0.07678,"86":0.02303,"87":0.03071,"88":0.01536,"90":0.00768,"91":0.03071,"92":0.06142,"94":0.00768,"97":0.02303,"98":0.00768,"100":0.00768,"102":0.00768,"103":0.3148,"104":0.35319,"105":0.30712,"106":0.39926,"107":0.3148,"108":0.32248,"109":2.47999,"110":0.30712,"111":0.33783,"112":0.30712,"114":0.09981,"116":1.2208,"117":0.33015,"118":3.66241,"119":0.16124,"120":0.56049,"121":0.03071,"122":0.06142,"123":0.04607,"124":0.40693,"125":0.72173,"126":0.01536,"127":0.03839,"128":0.03839,"129":0.01536,"130":0.02303,"131":0.70638,"132":0.05375,"133":0.6987,"134":0.26873,"135":0.04607,"136":0.0691,"137":0.49907,"138":0.16124,"139":0.03071,"140":0.08446,"141":0.0691,"142":0.49139,"143":0.03839,"144":0.08446,"145":0.23034,"146":0.35319,"147":0.43765,"148":5.58191,"149":9.17521,"150":0.05375,"151":0.00768,_:"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 71 72 73 74 75 77 81 84 89 93 95 96 99 101 113 115 152 153"},F:{"36":0.01536,"58":0.00768,"76":0.00768,"77":0.02303,"79":0.02303,"80":0.00768,"82":0.00768,"84":0.00768,"85":0.03071,"86":0.02303,"89":0.00768,"90":0.01536,"95":0.89833,"98":0.04607,"99":0.15356,"102":0.00768,"108":0.00768,"112":0.00768,"113":0.00768,"114":0.02303,"117":0.00768,"119":0.00768,"121":0.01536,"122":0.00768,"125":0.00768,"126":0.00768,"127":0.00768,"131":3.06352,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 78 81 83 87 88 91 92 93 94 96 97 100 101 103 104 105 106 107 109 110 111 115 116 118 120 123 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01536,"109":0.04607,"119":0.07678,"120":0.08446,"121":0.02303,"129":0.02303,"131":0.02303,"132":0.00768,"133":0.00768,"134":0.00768,"135":0.00768,"136":0.00768,"137":0.00768,"138":0.00768,"139":0.00768,"141":0.01536,"142":0.01536,"143":0.00768,"144":0.00768,"145":0.00768,"146":0.02303,"147":0.07678,"148":1.11331,"149":3.05584,_:"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 122 123 124 125 126 127 128 130 140 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 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 17.2 18.4 TP","9.1":0.00768,"13.1":0.01536,"14.1":0.00768,"15.6":0.07678,"16.3":0.01536,"16.5":0.02303,"16.6":0.08446,"17.0":0.01536,"17.1":0.06142,"17.3":0.00768,"17.4":0.00768,"17.5":0.01536,"17.6":0.06142,"18.0":0.01536,"18.1":0.01536,"18.2":0.00768,"18.3":0.01536,"18.5-18.7":0.01536,"26.0":0.02303,"26.1":0.00768,"26.2":0.05375,"26.3":0.05375,"26.4":0.05375,"26.5":0.56049},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00053,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0016,"8.1-8.4":0,"9.0-9.2":0.00053,"9.3":0,"10.0-10.2":0,"10.3":0.00585,"11.0-11.2":0.17616,"11.3-11.4":0.00106,"12.0-12.1":0,"12.2-12.5":0.01809,"13.0-13.1":0,"13.2":0.00585,"13.3":0,"13.4-13.7":0.00106,"14.0-14.4":0.00373,"14.5-14.8":0.00585,"15.0-15.1":0.00532,"15.2-15.3":0.00319,"15.4":0.00373,"15.5":0.00479,"15.6-15.8":0.09314,"16.0":0.00852,"16.1":0.01384,"16.2":0.00745,"16.3":0.01597,"16.4":0.00373,"16.5":0.00585,"16.6-16.7":0.12134,"17.0":0.00532,"17.1":0.00798,"17.2":0.00745,"17.3":0.01118,"17.4":0.01703,"17.5":0.03034,"17.6-17.7":0.07823,"18.0":0.01756,"18.1":0.03353,"18.2":0.01809,"18.3":0.05535,"18.4":0.02501,"18.5-18.7":0.7999,"26.0":0.05269,"26.1":0.05482,"26.2":0.16551,"26.3":0.22619,"26.4":0.25918,"26.5":2.93935},P:{"4":0.02468,"21":0.00617,"23":0.00617,"24":0.00617,"26":0.00617,"27":0.00617,"28":0.00617,"29":0.02468,"30":0.36408,_:"20 22 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.01392,"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.48994,_:"10 11 12 11.1 11.5 12.1"},A:{"6":0.0691,"7":0.09214,"8":0.09981,"9":0.00768,"11":0.07678,_:"10","5.5":0.01536},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.06502},H:{all:0},L:{"0":16.29214},R:{_:"0"},M:{"0":0.3692},Q:{"14.9":0.00232}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"34":0.
|
|
1
|
+
module.exports={C:{"34":0.11235,"57":0.00661,"72":0.00661,"112":0.00661,"115":0.15862,"120":0.04626,"121":0.09253,"127":0.01983,"135":0.00661,"140":0.01322,"143":0.00661,"146":0.00661,"147":0.00661,"149":0.02644,"150":0.03305,"151":0.82613,"152":0.57498,_:"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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 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 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 136 137 138 139 141 142 144 145 148 153 154 155 3.5 3.6"},D:{"39":0.01322,"40":0.01983,"41":0.01322,"42":0.00661,"43":0.01322,"44":0.00661,"45":0.01322,"46":0.01322,"47":0.01322,"48":0.01983,"49":0.01322,"50":0.01983,"51":0.01322,"52":0.01322,"53":0.01322,"54":0.01322,"55":0.01322,"56":0.01322,"57":0.01322,"58":0.01983,"59":0.04626,"60":0.01983,"61":0.00661,"65":0.00661,"70":0.00661,"71":0.00661,"72":0.02644,"73":0.00661,"74":0.00661,"77":0.01322,"79":0.00661,"80":0.03305,"81":0.03305,"83":0.01983,"84":0.00661,"87":0.03965,"89":0.01322,"90":0.01322,"91":0.00661,"95":0.02644,"96":0.00661,"98":0.00661,"103":0.11235,"104":0.07931,"105":0.09253,"106":0.10574,"107":0.09914,"108":0.08592,"109":0.42298,"110":0.09253,"111":0.11896,"112":0.09914,"114":0.00661,"115":0.01322,"116":0.22471,"117":0.08592,"118":4.36855,"119":0.09914,"120":0.21149,"121":0.01322,"122":0.04626,"123":0.00661,"124":0.11235,"125":0.00661,"126":0.02644,"127":0.00661,"128":0.05948,"130":0.01322,"131":0.31723,"132":0.00661,"133":0.2181,"134":0.04626,"135":0.03305,"136":0.01983,"137":0.08592,"138":0.21149,"139":0.13879,"140":0.01322,"141":0.04626,"142":0.04626,"143":0.11896,"144":0.08592,"145":0.42959,"146":0.17844,"147":0.58159,"148":20.58043,"149":13.09243,"150":0.03965,"151":0.01983,_:"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 63 64 66 67 68 69 75 76 78 85 86 88 92 93 94 97 99 100 101 102 113 129 152 153"},F:{"36":0.01322,"37":0.00661,"46":0.00661,"50":0.00661,"95":0.00661,"96":0.00661,"97":0.00661,"98":0.03305,"99":0.03965,"126":0.00661,"131":0.76664,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 38 39 40 41 42 43 44 45 47 48 49 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 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:{"14":0.00661,"15":0.00661,"16":0.00661,"18":0.09253,"84":0.00661,"92":0.07931,"100":0.00661,"103":0.00661,"107":0.00661,"109":0.00661,"111":0.01322,"114":0.09253,"119":0.04626,"120":0.05287,"122":0.01983,"131":0.00661,"132":0.00661,"133":0.00661,"134":0.00661,"136":0.00661,"140":0.00661,"141":0.01322,"142":0.09253,"143":0.01322,"144":0.05287,"145":0.05287,"146":0.02644,"147":0.05948,"148":0.96491,"149":2.82204,"150":0.00661,_:"12 13 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 104 105 106 108 110 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 135 137 138 139"},E:{"11":0.00661,"27":0.00661,_:"4 5 6 7 8 9 10 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.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.3 17.4 18.0 18.1 18.2 18.3 18.4 26.0 TP","13.1":0.00661,"14.1":0.00661,"15.2-15.3":0.01322,"15.6":0.04626,"16.1":0.00661,"16.6":0.02644,"17.1":0.03305,"17.2":0.01322,"17.5":0.00661,"17.6":0.03305,"18.5-18.7":0.01322,"26.1":0.00661,"26.2":0.02644,"26.3":0.02644,"26.4":0.02644,"26.5":0.11896},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00043,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00128,"8.1-8.4":0,"9.0-9.2":0.00043,"9.3":0,"10.0-10.2":0,"10.3":0.00469,"11.0-11.2":0.14109,"11.3-11.4":0.00085,"12.0-12.1":0,"12.2-12.5":0.01449,"13.0-13.1":0,"13.2":0.00469,"13.3":0,"13.4-13.7":0.00085,"14.0-14.4":0.00298,"14.5-14.8":0.00469,"15.0-15.1":0.00426,"15.2-15.3":0.00256,"15.4":0.00298,"15.5":0.00384,"15.6-15.8":0.07459,"16.0":0.00682,"16.1":0.01108,"16.2":0.00597,"16.3":0.01279,"16.4":0.00298,"16.5":0.00469,"16.6-16.7":0.09718,"17.0":0.00426,"17.1":0.00639,"17.2":0.00597,"17.3":0.00895,"17.4":0.01364,"17.5":0.0243,"17.6-17.7":0.06266,"18.0":0.01407,"18.1":0.02685,"18.2":0.01449,"18.3":0.04433,"18.4":0.02003,"18.5-18.7":0.64065,"26.0":0.0422,"26.1":0.0439,"26.2":0.13256,"26.3":0.18116,"26.4":0.20758,"26.5":2.35417},P:{"22":0.01237,"24":0.01237,"25":0.03092,"26":0.01237,"28":0.0742,"29":0.08657,"30":0.16696,_:"4 20 21 23 27 5.0-5.4 6.2-6.4 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.01237,"8.2":0.00618,"9.2":0.00618},I:{"0":0.00678,"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":2.3264,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00661,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{"2.5":0.04069,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.21024},H:{all:0.01},L:{"0":39.34957},R:{_:"0"},M:{"0":0.11869},Q:{"14.9":0.00339}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"115":0.01651,"120":0.13485,"121":0.26694,"135":0.00275,"140":0.0055,"147":0.0055,"148":0.0055,"149":0.00275,"150":0.00826,"151":0.14861,"152":0.08531,_:"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 122 123 124 125 126 127 128 129 130 131 132 133 134 136 137 138 139 141 142 143 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.02752,"40":0.02752,"41":0.02752,"42":0.02752,"43":0.02752,"44":0.02752,"45":0.02752,"46":0.02752,"47":0.02752,"48":0.02752,"49":0.03027,"50":0.02752,"51":0.03027,"52":0.03027,"53":0.02752,"54":0.02752,"55":0.02752,"56":0.03302,"57":0.02752,"58":0.02752,"59":0.02752,"60":0.02752,"65":0.00275,"66":0.00275,"67":0.00275,"69":0.00275,"73":0.00275,"75":0.00275,"76":0.00275,"79":0.01101,"80":0.00275,"81":0.00275,"83":0.00275,"86":0.00275,"87":0.03853,"88":0.00275,"90":0.00275,"91":0.00275,"93":0.0055,"95":0.00275,"98":0.0055,"101":0.00275,"103":0.12659,"104":0.12384,"105":0.11834,"106":0.12384,"107":0.12109,"108":0.12109,"109":0.2697,"110":0.12659,"111":0.12109,"112":0.11834,"113":0.00275,"114":0.02752,"116":0.25043,"117":0.12109,"118":3.52806,"119":0.2807,"120":0.4183,"121":0.00275,"122":0.01376,"123":0.0055,"124":0.12659,"125":0.00275,"126":0.0055,"127":0.00275,"128":0.01926,"129":0.0055,"130":0.0055,"131":0.26419,"132":0.01651,"133":0.24768,"134":0.02202,"135":0.01101,"136":0.01926,"137":0.03853,"138":0.0743,"139":0.01651,"140":0.01376,"141":0.01101,"142":0.09357,"143":0.04403,"144":0.02477,"145":0.26144,"146":0.0688,"147":0.18438,"148":3.03821,"149":4.2656,"150":0.01926,"151":0.00275,_:"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 68 70 71 72 74 77 78 84 85 89 92 94 96 97 99 100 102 115 152 153"},F:{"98":0.01926,"99":0.05504,"100":0.00275,"131":0.09082,_:"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 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.00275,"92":0.0055,"109":0.00275,"114":0.00826,"119":0.1321,"120":0.13485,"122":0.00275,"126":0.0055,"128":0.00275,"129":0.00275,"131":0.00275,"133":0.00275,"135":0.00275,"136":0.00275,"137":0.00275,"138":0.00275,"139":0.00275,"140":0.00275,"141":0.00275,"142":0.00275,"143":0.0055,"144":0.01651,"145":0.01101,"146":0.01926,"147":0.05229,"148":0.40454,"149":1.06227,"150":0.00275,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 127 130 132 134"},E:{"27":0.00275,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 17.0 TP","5.1":0.00275,"13.1":0.00275,"14.1":0.00275,"15.5":0.00275,"15.6":0.01101,"16.1":0.0055,"16.2":0.00275,"16.3":0.0055,"16.4":0.00275,"16.5":0.00275,"16.6":0.04403,"17.1":0.01101,"17.2":0.0055,"17.3":0.00275,"17.4":0.00826,"17.5":0.03027,"17.6":0.04954,"18.0":0.00275,"18.1":0.01376,"18.2":0.00826,"18.3":0.01926,"18.4":0.01101,"18.5-18.7":0.04954,"26.0":0.03302,"26.1":0.01651,"26.2":0.0688,"26.3":0.09082,"26.4":0.12384,"26.5":0.74029},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00208,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00624,"8.1-8.4":0,"9.0-9.2":0.00208,"9.3":0,"10.0-10.2":0,"10.3":0.0229,"11.0-11.2":0.68902,"11.3-11.4":0.00416,"12.0-12.1":0,"12.2-12.5":0.07078,"13.0-13.1":0,"13.2":0.0229,"13.3":0,"13.4-13.7":0.00416,"14.0-14.4":0.01457,"14.5-14.8":0.0229,"15.0-15.1":0.02082,"15.2-15.3":0.01249,"15.4":0.01457,"15.5":0.01873,"15.6-15.8":0.36428,"16.0":0.03331,"16.1":0.05412,"16.2":0.02914,"16.3":0.06245,"16.4":0.01457,"16.5":0.0229,"16.6-16.7":0.47461,"17.0":0.02082,"17.1":0.03122,"17.2":0.02914,"17.3":0.04371,"17.4":0.06661,"17.5":0.11865,"17.6-17.7":0.306,"18.0":0.06869,"18.1":0.13114,"18.2":0.07078,"18.3":0.21649,"18.4":0.09784,"18.5-18.7":3.12868,"26.0":0.20608,"26.1":0.21441,"26.2":0.64739,"26.3":0.88469,"26.4":1.01375,"26.5":11.49682},P:{"24":0.00686,"25":0.00686,"26":0.00686,"27":0.01373,"28":0.03432,"29":0.11668,"30":0.71382,_:"4 20 21 22 23 5.0-5.4 6.2-6.4 7.2-7.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","8.2":0.00686},I:{"0":0.0362,"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.44938,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":1.23216},H:{all:0},L:{"0":55.34109},R:{_:"0"},M:{"0":0.07973},Q:{_:"14.9"}};
|