@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:{"48":0.
|
|
1
|
+
module.exports={C:{"48":0.00506,"52":0.02023,"72":0.18715,"78":0.02023,"102":0.00506,"110":0.00506,"113":0.00506,"115":0.32877,"120":0.07587,"121":0.15174,"125":0.00506,"127":0.00506,"128":0.02023,"132":0.00506,"133":0.00506,"134":0.01517,"135":0.01012,"136":0.01517,"137":0.00506,"138":0.00506,"139":0.01517,"140":0.27313,"141":0.00506,"142":0.01012,"143":0.01517,"144":0.01012,"145":0.01012,"146":0.03035,"147":0.03035,"148":0.02529,"149":0.04552,"150":0.13657,"151":2.529,"152":1.46176,_:"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 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 111 112 114 116 117 118 119 122 123 124 126 129 130 131 153 154 155 3.5 3.6"},D:{"39":0.19726,"40":0.19726,"41":0.19726,"42":0.19726,"43":0.19726,"44":0.19726,"45":0.19726,"46":0.19726,"47":0.19726,"48":0.19726,"49":0.21244,"50":0.19726,"51":0.19726,"52":0.24278,"53":0.19726,"54":0.19726,"55":0.19726,"56":0.19726,"57":0.19726,"58":0.19726,"59":0.19726,"60":0.19726,"70":0.03035,"72":0.01012,"74":0.02023,"75":0.01012,"76":0.01012,"79":0.01012,"85":0.00506,"87":0.02023,"88":0.00506,"91":0.01517,"93":0.01517,"95":0.00506,"98":0.00506,"101":0.00506,"103":0.10622,"104":0.08093,"105":0.08093,"106":0.08093,"107":0.08093,"108":0.08093,"109":0.63731,"110":0.08093,"111":0.09104,"112":0.07587,"114":0.01517,"115":0.00506,"116":0.23267,"117":0.08093,"118":1.18357,"119":0.1922,"120":0.30348,"121":0.00506,"122":0.02529,"123":0.01517,"124":0.16691,"125":0.12139,"126":0.03541,"127":0.00506,"128":0.0607,"129":0.01517,"130":0.04552,"131":0.21244,"132":0.04046,"133":0.19726,"134":0.07587,"135":0.04552,"136":0.05564,"137":0.35912,"138":0.14162,"139":0.27313,"140":0.03035,"141":0.07081,"142":0.10116,"143":0.06575,"144":0.11128,"145":0.18209,"146":0.23773,"147":0.82951,"148":7.94106,"149":8.52779,"150":0.04046,"151":0.00506,_:"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 73 77 78 80 81 83 84 86 89 90 92 94 96 97 99 100 102 113 152 153"},F:{"46":0.00506,"95":0.02529,"98":0.02529,"99":0.06575,"114":0.00506,"125":0.00506,"131":0.60696,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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.00506,"109":0.07081,"119":0.07587,"120":0.07587,"122":0.00506,"124":0.00506,"125":0.00506,"126":0.00506,"128":0.00506,"130":0.00506,"131":0.01517,"132":0.00506,"133":0.00506,"134":0.01012,"135":0.01012,"136":0.01517,"137":0.00506,"138":0.01012,"139":0.01012,"140":0.00506,"141":0.00506,"142":0.01012,"143":0.01517,"144":0.02023,"145":0.02529,"146":0.03541,"147":0.07081,"148":1.36566,"149":4.04134,"150":0.00506,_:"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 127 129"},E:{"14":0.00506,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 TP","12.1":0.00506,"13.1":0.03541,"14.1":0.11128,"15.1":0.00506,"15.4":0.00506,"15.5":0.00506,"15.6":0.14162,"16.0":0.00506,"16.1":0.01012,"16.2":0.01012,"16.3":0.01012,"16.4":0.00506,"16.5":0.01012,"16.6":0.16691,"17.0":0.00506,"17.1":0.11633,"17.2":0.01012,"17.3":0.01012,"17.4":0.02023,"17.5":0.03035,"17.6":0.18715,"18.0":0.01012,"18.1":0.02023,"18.2":0.01012,"18.3":0.03035,"18.4":0.02023,"18.5-18.7":0.04552,"26.0":0.02529,"26.1":0.02023,"26.2":0.09104,"26.3":0.18715,"26.4":0.11128,"26.5":1.12288},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00126,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00377,"8.1-8.4":0,"9.0-9.2":0.00126,"9.3":0,"10.0-10.2":0,"10.3":0.01383,"11.0-11.2":0.41623,"11.3-11.4":0.00251,"12.0-12.1":0,"12.2-12.5":0.04275,"13.0-13.1":0,"13.2":0.01383,"13.3":0,"13.4-13.7":0.00251,"14.0-14.4":0.0088,"14.5-14.8":0.01383,"15.0-15.1":0.01257,"15.2-15.3":0.00754,"15.4":0.0088,"15.5":0.01132,"15.6-15.8":0.22006,"16.0":0.02012,"16.1":0.03269,"16.2":0.0176,"16.3":0.03772,"16.4":0.0088,"16.5":0.01383,"16.6-16.7":0.28671,"17.0":0.01257,"17.1":0.01886,"17.2":0.0176,"17.3":0.02641,"17.4":0.04024,"17.5":0.07168,"17.6-17.7":0.18485,"18.0":0.0415,"18.1":0.07922,"18.2":0.04275,"18.3":0.13078,"18.4":0.0591,"18.5-18.7":1.89,"26.0":0.12449,"26.1":0.12952,"26.2":0.39108,"26.3":0.53443,"26.4":0.61239,"26.5":6.94509},P:{"4":0.00684,"20":0.00684,"21":0.00684,"22":0.02051,"23":0.00684,"24":0.01367,"25":0.01367,"26":0.03418,"27":0.02734,"28":0.05468,"29":0.19822,"30":1.22347,_:"5.0-5.4 6.2-6.4 9.2 10.1 12.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00684,"8.2":0.00684,"11.1-11.2":0.00684,"13.0":0.00684},I:{"0":0.0691,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.37552,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.02529,_:"6 7 8 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.23223},H:{all:0},L:{"0":38.14621},R:{_:"0"},M:{"0":0.76586},Q:{"14.9":0.00494}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"7":0.04407,"80":0.00735,"100":0.00735,"115":0.03673,"120":0.47743,"121":0.95485,"127":0.01469,"129":0.01469,"135":0.01469,"137":0.00735,"140":0.07345,"145":0.00735,"146":0.00735,"148":0.00735,"149":0.00735,"150":0.01469,"151":0.44805,"152":0.27177,_:"2 3 4 5 6 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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 130 131 132 133 134 136 138 139 141 142 143 144 147 153 154 155 3.5 3.6"},D:{"39":0.03673,"40":0.04407,"41":0.04407,"42":0.03673,"43":0.03673,"44":0.03673,"45":0.04407,"46":0.03673,"47":0.03673,"48":0.02938,"49":0.03673,"50":0.03673,"51":0.03673,"52":0.03673,"53":0.04407,"54":0.03673,"55":0.03673,"56":0.03673,"57":0.03673,"58":0.03673,"59":0.04407,"60":0.02938,"65":0.02204,"66":0.00735,"68":0.00735,"69":0.06611,"70":0.01469,"71":0.00735,"72":0.02204,"73":0.10283,"74":0.03673,"75":0.03673,"76":0.00735,"78":0.03673,"79":0.34522,"81":0.03673,"83":0.0808,"84":0.01469,"86":0.11018,"87":0.15425,"88":0.00735,"90":0.02938,"91":0.00735,"92":0.00735,"93":0.05876,"94":0.07345,"95":0.04407,"96":0.00735,"98":0.09549,"100":0.01469,"101":0.00735,"103":1.35883,"104":1.30741,"105":1.3221,"106":1.31476,"107":1.34414,"108":1.35148,"109":1.83625,"110":1.34414,"111":1.36617,"112":1.35148,"113":0.02938,"114":0.08814,"115":0.00735,"116":2.73969,"117":1.30741,"118":14.16851,"119":1.07972,"120":2.50465,"121":0.00735,"122":0.00735,"123":0.05142,"124":1.37352,"125":0.17628,"126":0.02938,"127":0.00735,"128":0.02938,"129":0.00735,"131":2.68093,"132":0.05876,"133":2.62951,"134":0.05142,"135":0.00735,"136":0.00735,"137":0.17628,"138":0.19097,"139":0.01469,"140":0.00735,"141":0.02204,"142":0.0808,"143":0.11752,"144":0.05142,"145":1.50573,"146":0.11752,"147":0.25708,"148":2.94535,"149":4.54656,"150":0.05142,_:"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 77 80 85 89 97 99 102 130 151 152 153"},F:{"46":0.02204,"79":0.00735,"90":0.00735,"95":0.00735,"98":0.01469,"99":0.01469,"102":0.00735,"113":0.00735,"131":0.74185,_:"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 80 81 82 83 84 85 86 87 88 89 91 92 93 94 96 97 100 101 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00735,"16":0.00735,"17":0.00735,"18":0.00735,"85":0.01469,"90":0.01469,"92":0.03673,"100":0.00735,"109":0.00735,"119":0.47743,"120":0.48477,"131":0.00735,"137":0.00735,"139":0.00735,"140":0.02938,"143":0.00735,"144":0.05142,"145":0.06611,"146":0.23504,"147":0.07345,"148":0.74185,"149":2.06395,_:"12 13 14 79 80 81 83 84 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 134 135 136 138 141 142 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 26.1 26.2 26.4 TP","13.1":0.00735,"15.6":0.04407,"16.6":0.02204,"17.1":0.00735,"17.6":0.0808,"18.4":0.00735,"18.5-18.7":0.00735,"26.0":0.00735,"26.3":0.05142,"26.5":0.1469},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0002,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00061,"8.1-8.4":0,"9.0-9.2":0.0002,"9.3":0,"10.0-10.2":0,"10.3":0.00223,"11.0-11.2":0.06696,"11.3-11.4":0.0004,"12.0-12.1":0,"12.2-12.5":0.00688,"13.0-13.1":0,"13.2":0.00223,"13.3":0,"13.4-13.7":0.0004,"14.0-14.4":0.00142,"14.5-14.8":0.00223,"15.0-15.1":0.00202,"15.2-15.3":0.00121,"15.4":0.00142,"15.5":0.00182,"15.6-15.8":0.0354,"16.0":0.00324,"16.1":0.00526,"16.2":0.00283,"16.3":0.00607,"16.4":0.00142,"16.5":0.00223,"16.6-16.7":0.04613,"17.0":0.00202,"17.1":0.00303,"17.2":0.00283,"17.3":0.00425,"17.4":0.00647,"17.5":0.01153,"17.6-17.7":0.02974,"18.0":0.00668,"18.1":0.01275,"18.2":0.00688,"18.3":0.02104,"18.4":0.00951,"18.5-18.7":0.30407,"26.0":0.02003,"26.1":0.02084,"26.2":0.06292,"26.3":0.08598,"26.4":0.09853,"26.5":1.11736},P:{"4":0.05141,"21":0.00428,"24":0.00428,"26":0.00428,"27":0.00428,"28":0.00857,"29":0.05998,"30":0.17994,_:"20 22 23 25 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","5.0-5.4":0.01285,"7.2-7.4":0.03427,"8.2":0.00428,"9.2":0.00857},I:{"0":0.01061,"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.56286,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.00266,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.33188},H:{all:0},L:{"0":31.69355},R:{_:"0"},M:{"0":0.03717},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"52":0.
|
|
1
|
+
module.exports={C:{"52":0.00511,"59":0.01021,"67":0.00511,"78":0.00511,"103":0.00511,"115":0.07147,"120":0.02042,"121":0.03574,"125":0.01532,"128":0.00511,"134":0.01021,"135":0.00511,"136":0.01021,"140":0.03063,"142":0.00511,"144":0.00511,"146":0.00511,"147":0.00511,"148":0.01532,"149":0.01021,"150":0.05105,"151":0.86785,"152":0.5054,"153":0.00511,_:"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 60 61 62 63 64 65 66 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 126 127 129 130 131 132 133 137 138 139 141 143 145 154 155 3.5 3.6"},D:{"39":0.07147,"40":0.07147,"41":0.07147,"42":0.07147,"43":0.07147,"44":0.07147,"45":0.07147,"46":0.07147,"47":0.07147,"48":0.07147,"49":0.07658,"50":0.07147,"51":0.07147,"52":0.07658,"53":0.07147,"54":0.07147,"55":0.07147,"56":0.07147,"57":0.07147,"58":0.07147,"59":0.07147,"60":0.07147,"66":0.04084,"70":0.02553,"76":0.00511,"79":0.01532,"87":0.02042,"88":0.00511,"91":0.00511,"93":0.01021,"101":0.00511,"102":0.00511,"103":0.11742,"104":0.06637,"105":0.05616,"106":0.05616,"107":0.05616,"108":0.07147,"109":0.25525,"110":0.05105,"111":0.06126,"112":0.05616,"114":0.02553,"116":0.15315,"117":0.05616,"118":0.29099,"119":0.05105,"120":0.11742,"121":0.00511,"122":0.05105,"123":0.01021,"124":0.08168,"125":0.21441,"126":0.06126,"127":0.01021,"128":0.05105,"129":0.00511,"130":0.01532,"131":0.13784,"132":0.01532,"133":0.12252,"134":0.02553,"135":0.02042,"136":0.05616,"137":0.14805,"138":0.15315,"139":0.32162,"140":0.03063,"141":0.05616,"142":0.13784,"143":0.06637,"144":0.10721,"145":0.29099,"146":0.5054,"147":0.53603,"148":8.24458,"149":8.51004,"150":0.04084,"151":0.00511,_:"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 67 68 69 71 72 73 74 75 77 78 80 81 83 84 85 86 89 90 92 94 95 96 97 98 99 100 113 115 152 153"},F:{"46":0.00511,"95":0.01021,"98":0.00511,"99":0.03063,"116":0.00511,"131":0.35225,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00511,"109":0.03574,"119":0.02042,"120":0.02042,"131":0.01021,"133":0.01021,"135":0.00511,"136":0.00511,"138":0.00511,"139":0.00511,"140":0.00511,"141":0.00511,"142":0.00511,"143":0.01532,"144":0.02553,"145":0.05616,"146":0.03574,"147":0.12252,"148":3.07832,"149":8.46409,"150":0.00511,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 134 137"},E:{"13":0.00511,"14":0.01021,"27":0.00511,_:"4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 TP","11.1":0.01021,"13.1":0.02553,"14.1":0.03063,"15.2-15.3":0.00511,"15.4":0.00511,"15.5":0.00511,"15.6":0.22973,"16.0":0.00511,"16.1":0.01021,"16.2":0.01021,"16.3":0.02553,"16.4":0.00511,"16.5":0.01021,"16.6":0.32162,"17.0":0.02042,"17.1":0.34204,"17.2":0.01021,"17.3":0.01532,"17.4":0.02042,"17.5":0.04084,"17.6":0.2042,"18.0":0.01021,"18.1":0.04084,"18.2":0.01021,"18.3":0.08168,"18.4":0.02553,"18.5-18.7":0.07658,"26.0":0.02042,"26.1":0.02553,"26.2":0.13784,"26.3":0.22973,"26.4":0.21952,"26.5":3.04769},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00219,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00656,"8.1-8.4":0,"9.0-9.2":0.00219,"9.3":0,"10.0-10.2":0,"10.3":0.02405,"11.0-11.2":0.72376,"11.3-11.4":0.00437,"12.0-12.1":0,"12.2-12.5":0.07434,"13.0-13.1":0,"13.2":0.02405,"13.3":0,"13.4-13.7":0.00437,"14.0-14.4":0.01531,"14.5-14.8":0.02405,"15.0-15.1":0.02187,"15.2-15.3":0.01312,"15.4":0.01531,"15.5":0.01968,"15.6-15.8":0.38265,"16.0":0.03499,"16.1":0.05685,"16.2":0.03061,"16.3":0.0656,"16.4":0.01531,"16.5":0.02405,"16.6-16.7":0.49854,"17.0":0.02187,"17.1":0.0328,"17.2":0.03061,"17.3":0.04592,"17.4":0.06997,"17.5":0.12464,"17.6-17.7":0.32143,"18.0":0.07216,"18.1":0.13776,"18.2":0.07434,"18.3":0.22741,"18.4":0.10277,"18.5-18.7":3.28645,"26.0":0.21647,"26.1":0.22522,"26.2":0.68003,"26.3":0.9293,"26.4":1.06487,"26.5":12.07657},P:{"21":0.00654,"22":0.01308,"23":0.00654,"24":0.01308,"25":0.00654,"26":0.03924,"27":0.01962,"28":0.05232,"29":0.18966,"30":2.05354,_:"4 20 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","7.2-7.4":0.00654,"19.0":0.00654},I:{"0":0.01467,"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.15664,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.01021,_:"6 7 8 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.03916},H:{all:0},L:{"0":28.71171},R:{_:"0"},M:{"0":0.46013},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"103":0.31876,"115":0.02452,"120":0.23907,"121":0.59461,"125":0.01839,"126":0.00613,"127":0.01226,"128":0.00613,"129":0.01226,"130":0.01226,"131":0.01226,"132":0.01839,"133":0.01839,"134":0.01226,"135":0.01226,"136":0.04291,"138":0.00613,"140":0.00613,"143":0.00613,"145":0.01226,"149":0.01226,"150":0.01839,"151":0.31263,"152":0.45362,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 137 139 141 142 144 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.03678,"40":0.0613,"41":0.0613,"42":0.04904,"43":0.04291,"44":0.03065,"45":0.04291,"46":0.03678,"47":0.03065,"48":0.04904,"49":0.05517,"50":0.03065,"51":0.03065,"52":0.04291,"53":0.04904,"54":0.02452,"55":0.17777,"56":0.0613,"57":0.07969,"58":0.0613,"59":0.03065,"60":0.04291,"65":0.00613,"73":0.00613,"77":0.01226,"88":0.00613,"103":0.25133,"104":0.81529,"105":0.26972,"106":0.26359,"107":0.26359,"108":0.25133,"109":0.36167,"110":0.3065,"111":0.28811,"112":0.29424,"114":0.00613,"116":0.57009,"117":0.30037,"118":3.83738,"119":0.613,"120":0.90724,"122":0.00613,"123":0.01839,"124":0.38006,"126":0.01226,"127":0.03065,"128":0.04291,"129":0.03065,"130":0.04291,"131":0.52105,"132":0.00613,"133":0.53944,"134":0.01226,"136":0.00613,"137":0.05517,"138":0.03065,"139":0.03065,"142":0.14099,"143":0.08582,"144":0.03065,"145":2.28036,"146":4.54846,"147":0.17777,"148":6.14839,"149":13.28371,"150":0.10421,"151":0.03065,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 70 71 72 74 75 76 78 79 80 81 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 113 115 121 125 135 140 141 152 153"},F:{"85":0.00613,"95":0.09808,"126":0.05517,"131":0.36167,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.02452,"119":0.27585,"120":0.28198,"136":0.00613,"141":0.03065,"143":0.02452,"145":0.00613,"146":0.01226,"147":0.09195,"148":2.2068,"149":5.5783,"150":0.00613,_:"12 13 14 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 140 142 144"},E:{"5":0.00613,_:"4 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.2 17.3 17.5 18.0 18.2 26.0 TP","15.6":0.04291,"16.6":0.0613,"17.0":0.37393,"17.1":0.17164,"17.4":0.01226,"17.6":0.04904,"18.1":0.00613,"18.3":0.11647,"18.4":0.02452,"18.5-18.7":0.1226,"26.1":0.00613,"26.2":0.01839,"26.3":0.12873,"26.4":0.05517,"26.5":1.06049},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00115,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00344,"8.1-8.4":0,"9.0-9.2":0.00115,"9.3":0,"10.0-10.2":0,"10.3":0.01261,"11.0-11.2":0.37942,"11.3-11.4":0.00229,"12.0-12.1":0,"12.2-12.5":0.03897,"13.0-13.1":0,"13.2":0.01261,"13.3":0,"13.4-13.7":0.00229,"14.0-14.4":0.00802,"14.5-14.8":0.01261,"15.0-15.1":0.01146,"15.2-15.3":0.00688,"15.4":0.00802,"15.5":0.01032,"15.6-15.8":0.2006,"16.0":0.01834,"16.1":0.0298,"16.2":0.01605,"16.3":0.03439,"16.4":0.00802,"16.5":0.01261,"16.6-16.7":0.26136,"17.0":0.01146,"17.1":0.01719,"17.2":0.01605,"17.3":0.02407,"17.4":0.03668,"17.5":0.06534,"17.6-17.7":0.16851,"18.0":0.03783,"18.1":0.07222,"18.2":0.03897,"18.3":0.11921,"18.4":0.05388,"18.5-18.7":1.72288,"26.0":0.11348,"26.1":0.11807,"26.2":0.3565,"26.3":0.48717,"26.4":0.55825,"26.5":6.33098},P:{"24":0.0073,"25":0.17521,"28":0.0073,"29":0.0803,"30":1.00013,_:"4 20 21 22 23 26 27 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.0073,"8.2":0.0073},I:{"0":0.01933,"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.16641,_:"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.22446},H:{all:0},L:{"0":31.65784},R:{_:"0"},M:{"0":0.0387},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"68":0.01422,"78":0.0237,"94":0.00474,"103":0.00474,"113":0.0474,"115":0.05688,"120":0.09954,"121":0.20382,"140":0.01896,"146":0.00474,"147":0.00474,"148":0.00474,"149":0.00474,"150":0.0237,"151":0.26544,"152":0.20856,"153":0.00474,_:"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 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 154 155 3.5 3.6"},D:{"39":0.00948,"40":0.00948,"41":0.01422,"42":0.01422,"43":0.01422,"44":0.01896,"45":0.01422,"46":0.01422,"47":0.01896,"48":0.01422,"49":0.01422,"50":0.01422,"51":0.01896,"52":0.00948,"53":0.0237,"54":0.01422,"55":0.01422,"56":0.01422,"57":0.01422,"58":0.01422,"59":0.01422,"60":0.01422,"62":0.00474,"65":0.00474,"66":0.01422,"68":0.00474,"69":0.00948,"70":0.01422,"71":0.00474,"72":0.00474,"73":0.0474,"74":0.00474,"75":0.00474,"76":0.01422,"78":0.01422,"79":0.18012,"81":0.00474,"83":0.1422,"85":0.00474,"87":0.9954,"88":0.0237,"89":0.00474,"90":0.00474,"91":0.0474,"92":0.00948,"94":0.15168,"95":0.00948,"98":0.02844,"99":0.00474,"101":0.0711,"102":0.01896,"103":0.19434,"104":0.19434,"105":0.18486,"106":0.19908,"107":0.18486,"108":0.27492,"109":2.06664,"110":0.19908,"111":0.58302,"112":0.18486,"113":0.03792,"114":0.00948,"116":0.39816,"117":0.18486,"118":1.41726,"119":0.22752,"120":2.00502,"121":0.01422,"122":0.02844,"123":0.00948,"124":0.19908,"125":0.11376,"126":0.03318,"127":0.15642,"128":0.0237,"129":0.00474,"130":0.01422,"131":0.39342,"132":0.02844,"133":0.39342,"134":0.0237,"135":0.01896,"136":0.01422,"137":0.05688,"138":0.36498,"139":0.0237,"140":0.03318,"141":0.03318,"142":0.05688,"143":0.07584,"144":0.0711,"145":0.25122,"146":0.21804,"147":0.23226,"148":4.35132,"149":10.42326,"150":0.03792,"151":0.00474,_:"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 63 64 67 77 80 84 86 93 96 97 100 115 152 153"},F:{"28":0.00948,"36":0.00474,"40":0.00474,"46":0.28914,"69":0.00474,"77":0.00474,"79":0.01422,"85":0.00474,"86":0.00948,"93":0.00474,"94":0.00474,"95":0.17064,"98":0.00474,"99":0.04266,"107":0.00948,"116":0.00474,"131":0.97644,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 70 71 72 73 74 75 76 78 80 81 82 83 84 87 88 89 90 91 92 96 97 100 101 102 103 104 105 106 108 109 110 111 112 113 114 115 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:{"14":0.01896,"16":0.00474,"18":0.00948,"92":0.00474,"109":0.01422,"119":0.09954,"120":0.09954,"131":0.00474,"132":0.00474,"134":0.00474,"137":0.05214,"138":0.00474,"139":0.00474,"140":0.01422,"141":0.01422,"142":0.00948,"143":0.00948,"144":0.00948,"145":0.01896,"146":0.02844,"147":0.05214,"148":0.58302,"149":1.78224,"150":0.00474,_:"12 13 15 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 133 135 136"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 15.4 16.0 16.4 TP","12.1":0.00474,"13.1":0.00948,"14.1":0.01422,"15.1":0.00474,"15.5":0.00948,"15.6":0.0237,"16.1":0.00474,"16.2":0.00474,"16.3":0.00948,"16.5":0.00948,"16.6":0.03792,"17.0":0.00474,"17.1":0.01896,"17.2":0.00474,"17.3":0.00474,"17.4":0.00948,"17.5":0.00948,"17.6":0.06636,"18.0":0.00474,"18.1":0.00474,"18.2":0.00948,"18.3":0.01422,"18.4":0.00474,"18.5-18.7":0.0237,"26.0":0.01422,"26.1":0.0237,"26.2":0.02844,"26.3":0.08058,"26.4":0.05688,"26.5":0.39816},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0012,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00361,"8.1-8.4":0,"9.0-9.2":0.0012,"9.3":0,"10.0-10.2":0,"10.3":0.01324,"11.0-11.2":0.39845,"11.3-11.4":0.00241,"12.0-12.1":0,"12.2-12.5":0.04093,"13.0-13.1":0,"13.2":0.01324,"13.3":0,"13.4-13.7":0.00241,"14.0-14.4":0.00843,"14.5-14.8":0.01324,"15.0-15.1":0.01204,"15.2-15.3":0.00722,"15.4":0.00843,"15.5":0.01083,"15.6-15.8":0.21066,"16.0":0.01926,"16.1":0.0313,"16.2":0.01685,"16.3":0.03611,"16.4":0.00843,"16.5":0.01324,"16.6-16.7":0.27446,"17.0":0.01204,"17.1":0.01806,"17.2":0.01685,"17.3":0.02528,"17.4":0.03852,"17.5":0.06862,"17.6-17.7":0.17696,"18.0":0.03972,"18.1":0.07584,"18.2":0.04093,"18.3":0.12519,"18.4":0.05658,"18.5-18.7":1.80929,"26.0":0.11917,"26.1":0.12399,"26.2":0.37438,"26.3":0.51161,"26.4":0.58624,"26.5":6.64851},P:{"4":0.26007,"20":0.00224,"22":0.00673,"23":0.00224,"24":0.00448,"25":0.00448,"26":0.00224,"27":0.00448,"28":0.02242,"29":0.06278,"30":0.1816,_:"21 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.01345,"6.2-6.4":0.02915,"7.2-7.4":0.15021,"8.2":0.10537},I:{"0":0.05254,"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":0.13673,_:"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.02104},H:{all:0},L:{"0":46.72442},R:{_:"0"},M:{"0":0.13673},Q:{"14.9":0.01578}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"91":0.00587,"111":0.00587,"115":0.91032,"119":0.04111,"120":0.35825,"121":0.8046,"125":0.02937,"126":0.02349,"127":0.01762,"128":0.0881,"129":0.01762,"130":0.04111,"131":0.02937,"132":0.02349,"133":0.02937,"134":0.00587,"135":0.01762,"136":0.03524,"140":0.0881,"147":0.00587,"148":0.00587,"149":0.01175,"150":0.03524,"151":1.15111,"152":2.07317,_:"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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 122 123 124 137 138 139 141 142 143 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.01175,"40":0.03524,"41":0.02349,"42":0.02349,"43":0.03524,"44":0.01762,"45":0.02349,"46":0.02349,"47":0.01762,"48":0.03524,"49":0.02937,"50":0.02937,"51":0.02937,"52":0.02937,"53":0.02349,"54":0.02937,"55":0.01762,"56":0.02349,"57":0.01762,"58":0.04111,"59":0.02937,"60":0.03524,"75":0.02937,"87":0.01762,"88":0.02349,"101":0.02937,"103":0.19381,"104":0.22317,"105":0.16444,"106":0.18206,"107":0.17032,"108":0.20556,"109":0.32889,"110":0.17032,"111":0.16444,"112":0.16444,"116":0.39349,"117":0.18794,"118":6.05506,"119":0.71063,"120":0.91032,"124":0.22317,"125":0.01762,"126":0.01762,"127":0.02349,"128":0.04111,"129":0.04111,"130":0.02349,"131":0.44635,"132":0.03524,"133":0.35825,"134":0.01175,"135":0.00587,"136":0.02937,"137":0.25841,"138":0.05873,"139":0.02349,"140":0.45222,"141":0.01175,"142":0.05873,"143":0.10571,"144":0.01175,"145":0.34651,"146":0.19968,"147":0.26429,"148":4.44586,"149":6.40744,"150":0.04698,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 78 79 80 81 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 102 113 114 115 121 122 123 151 152 153"},F:{"40":0.00587,"46":0.02349,"98":0.08222,"99":0.22905,"131":0.50508,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00587,"113":0.00587,"119":0.32889,"120":0.33476,"127":0.00587,"128":0.04111,"132":0.00587,"134":0.02937,"135":0.00587,"138":0.04698,"141":0.00587,"142":0.00587,"143":0.00587,"144":0.00587,"145":0.17619,"146":0.0646,"147":0.11746,"148":1.90873,"149":5.66745,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 114 115 116 117 118 121 122 123 124 125 126 129 130 131 133 136 137 139 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 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 16.0 16.2 16.3 16.4 16.5 17.0 17.4 18.2 TP","15.5":0.00587,"15.6":0.0881,"16.1":0.07048,"16.6":0.02349,"17.1":0.02349,"17.2":0.00587,"17.3":0.02937,"17.5":0.02937,"17.6":0.02937,"18.0":0.00587,"18.1":0.00587,"18.3":0.00587,"18.4":0.02349,"18.5-18.7":0.02349,"26.0":0.00587,"26.1":0.00587,"26.2":0.04111,"26.3":0.09984,"26.4":0.03524,"26.5":0.90444},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00136,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00409,"8.1-8.4":0,"9.0-9.2":0.00136,"9.3":0,"10.0-10.2":0,"10.3":0.01501,"11.0-11.2":0.45175,"11.3-11.4":0.00273,"12.0-12.1":0,"12.2-12.5":0.0464,"13.0-13.1":0,"13.2":0.01501,"13.3":0,"13.4-13.7":0.00273,"14.0-14.4":0.00955,"14.5-14.8":0.01501,"15.0-15.1":0.01365,"15.2-15.3":0.00819,"15.4":0.00955,"15.5":0.01228,"15.6-15.8":0.23884,"16.0":0.02184,"16.1":0.03548,"16.2":0.01911,"16.3":0.04094,"16.4":0.00955,"16.5":0.01501,"16.6-16.7":0.31117,"17.0":0.01365,"17.1":0.02047,"17.2":0.01911,"17.3":0.02866,"17.4":0.04367,"17.5":0.07779,"17.6-17.7":0.20063,"18.0":0.04504,"18.1":0.08598,"18.2":0.0464,"18.3":0.14194,"18.4":0.06415,"18.5-18.7":2.05129,"26.0":0.13512,"26.1":0.14057,"26.2":0.42445,"26.3":0.58004,"26.4":0.66466,"26.5":7.53778},P:{"4":0.00498,"24":0.00249,"25":0.01244,"26":0.00249,"27":0.01244,"28":0.00995,"29":0.04975,"30":0.97267,_:"20 21 22 23 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00498,"8.2":0.00249,"14.0":0.00249},I:{"0":0.06184,"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":0.07841,_:"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.02064},H:{all:0},L:{"0":37.59038},R:{_:"0"},M:{"0":0.29714},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"115":0.04684,"120":0.06813,"121":0.14051,"128":0.00426,"140":0.00426,"150":0.0809,"151":0.35767,"152":0.3449,"153":0.01703,_:"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 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 147 148 149 154 155 3.5 3.6"},D:{"39":0.00426,"40":0.00852,"41":0.00426,"42":0.00426,"43":0.00852,"44":0.00426,"45":0.00426,"46":0.00426,"47":0.00426,"49":0.05535,"50":0.00426,"51":0.00852,"52":0.00852,"53":0.00426,"54":0.01277,"55":0.00426,"56":0.00426,"57":0.00852,"58":0.00426,"59":0.01277,"60":0.00852,"76":0.00426,"79":0.01277,"87":0.00426,"93":0.00426,"103":0.05961,"109":0.45561,"114":0.00426,"115":0.00426,"116":0.05535,"118":0.36193,"119":0.10645,"120":0.14051,"122":0.01277,"124":0.08516,"126":0.00426,"128":0.07239,"133":0.00426,"134":0.00852,"137":0.00426,"138":0.06387,"141":0.00426,"142":0.02129,"143":0.00852,"144":0.03406,"145":0.11497,"146":0.20013,"147":0.31509,"148":5.17773,"149":6.07617,"150":0.00426,_:"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 48 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 81 83 84 85 86 88 89 90 91 92 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 117 121 123 125 127 129 130 131 132 135 136 139 140 151 152 153"},F:{"99":0.02129,"131":0.24271,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00852,"119":0.0511,"120":0.05961,"139":0.00426,"143":0.02129,"144":0.00426,"145":0.00426,"146":0.01703,"147":0.04258,"148":1.96294,"149":7.90285,"150":0.04258,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 140 141 142"},E:{"13":0.01277,"14":0.00426,_:"4 5 6 7 8 9 10 11 12 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 16.0 16.4 TP","13.1":0.00852,"14.1":0.01703,"15.4":0.02555,"15.5":0.01277,"15.6":0.27677,"16.1":0.00426,"16.2":0.06387,"16.3":0.00426,"16.5":0.00852,"16.6":1.20927,"17.0":0.01277,"17.1":0.43006,"17.2":0.00426,"17.3":0.03406,"17.4":0.03406,"17.5":0.00852,"17.6":0.35341,"18.0":0.00852,"18.1":0.08516,"18.2":0.01703,"18.3":0.12774,"18.4":0.00426,"18.5-18.7":0.0511,"26.0":0.00852,"26.1":0.04684,"26.2":1.22205,"26.3":0.24271,"26.4":0.14051,"26.5":7.01718},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00318,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00953,"8.1-8.4":0,"9.0-9.2":0.00318,"9.3":0,"10.0-10.2":0,"10.3":0.03495,"11.0-11.2":1.0516,"11.3-11.4":0.00635,"12.0-12.1":0,"12.2-12.5":0.10802,"13.0-13.1":0,"13.2":0.03495,"13.3":0,"13.4-13.7":0.00635,"14.0-14.4":0.02224,"14.5-14.8":0.03495,"15.0-15.1":0.03177,"15.2-15.3":0.01906,"15.4":0.02224,"15.5":0.02859,"15.6-15.8":0.55598,"16.0":0.05083,"16.1":0.0826,"16.2":0.04448,"16.3":0.09531,"16.4":0.02224,"16.5":0.03495,"16.6-16.7":0.72436,"17.0":0.03177,"17.1":0.04766,"17.2":0.04448,"17.3":0.06672,"17.4":0.10166,"17.5":0.18109,"17.6-17.7":0.46702,"18.0":0.10484,"18.1":0.20015,"18.2":0.10802,"18.3":0.33041,"18.4":0.14932,"18.5-18.7":4.77507,"26.0":0.31453,"26.1":0.32723,"26.2":0.98806,"26.3":1.35024,"26.4":1.54721,"26.5":17.54672},P:{"21":0.01357,"28":0.00678,"29":0.2985,"30":3.07996,_:"4 20 22 23 24 25 26 27 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.00678},I:{"0":0.12048,"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.00005},K:{"0":0.02297,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00852,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{_:"0"},H:{all:0},L:{"0":22.65024},R:{_:"0"},M:{"0":1.41852},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"4":0.00462,"50":0.00462,"72":0.00462,"112":0.00462,"115":0.06471,"120":0.01849,"121":0.03698,"127":0.01849,"128":0.00462,"134":0.00462,"135":0.01387,"136":0.02311,"137":0.00924,"140":0.03235,"142":0.00462,"143":0.00462,"145":0.00462,"146":0.00462,"147":0.00924,"148":0.00924,"149":0.03698,"150":0.05546,"151":0.91516,"152":0.49455,"153":0.00462,_:"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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 129 130 131 132 133 138 139 141 144 154 155 3.5 3.6"},D:{"39":0.00462,"40":0.00462,"41":0.00924,"42":0.00462,"43":0.00462,"44":0.00462,"45":0.00924,"46":0.00462,"47":0.00462,"48":0.00462,"49":0.00924,"50":0.00924,"51":0.00924,"52":0.00924,"53":0.00924,"54":0.01387,"55":0.00924,"56":0.00924,"57":0.00924,"58":0.01387,"59":0.00924,"60":0.00924,"64":0.00924,"65":0.00462,"68":0.00462,"69":0.01387,"70":0.01387,"71":0.00462,"72":0.00462,"73":0.00924,"74":0.01387,"75":0.00462,"76":0.00924,"77":0.00924,"79":0.02311,"80":0.01849,"81":0.00924,"83":0.00924,"85":0.00924,"86":0.01387,"87":0.00924,"88":0.00462,"89":0.00462,"90":0.00462,"91":0.02773,"92":0.00462,"93":0.01849,"94":0.00924,"95":0.00924,"96":0.00924,"97":0.00462,"98":0.00924,"101":0.00462,"103":0.07395,"104":0.02311,"105":0.51304,"106":0.02311,"107":0.02311,"108":0.02311,"109":0.52691,"110":0.02311,"111":0.05084,"112":0.01849,"113":0.01387,"114":0.25421,"116":0.07395,"117":0.02311,"118":1.88578,"119":0.05546,"120":0.07395,"122":0.01387,"123":0.00462,"124":0.03235,"125":0.00924,"126":0.03235,"127":0.00924,"128":0.05084,"129":0.00462,"130":0.01849,"131":0.0832,"132":0.02773,"133":0.05546,"134":0.03235,"135":0.00924,"136":0.02773,"137":0.05084,"138":0.16177,"139":0.01849,"140":0.02773,"141":0.03698,"142":0.08782,"143":0.06933,"144":0.0832,"145":0.26345,"146":0.18026,"147":0.379,"148":4.87159,"149":7.91286,"150":0.04622,"151":0.00462,_:"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 66 67 78 84 99 100 102 115 121 152 153"},F:{"36":0.00462,"42":0.00462,"46":0.00462,"79":0.00462,"93":0.00462,"95":0.03698,"96":0.02311,"97":0.03698,"98":0.09244,"99":0.13404,"100":0.00462,"113":0.00462,"114":0.00462,"115":0.01387,"120":0.00462,"125":0.01387,"131":0.7765,_:"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 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 94 101 102 103 104 105 106 107 108 109 110 111 112 116 117 118 119 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:{"14":0.00462,"15":0.00462,"16":0.00462,"17":0.00462,"18":0.21261,"84":0.00462,"89":0.01387,"90":0.01849,"92":0.06933,"100":0.02311,"108":0.00462,"109":0.00924,"111":0.00462,"112":0.00462,"114":0.0832,"119":0.01849,"120":0.01849,"122":0.01849,"127":0.00462,"133":0.00462,"134":0.00462,"136":0.00462,"137":0.00462,"138":0.00462,"139":0.00462,"140":0.02311,"141":0.00924,"142":0.01387,"143":0.02311,"144":0.01387,"145":0.04622,"146":0.07857,"147":0.0832,"148":0.97062,"149":2.18158,"150":0.00924,_:"12 13 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 113 115 116 117 118 121 123 124 125 126 128 129 130 131 132 135"},E:{"13":0.00462,_:"4 5 6 7 8 9 10 11 12 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.4 16.0 16.1 16.2 16.4 17.4 18.0 18.4 TP","11.1":0.01387,"13.1":0.01849,"14.1":0.00924,"15.1":0.00462,"15.2-15.3":0.00462,"15.5":0.00462,"15.6":0.06009,"16.3":0.00462,"16.5":0.00462,"16.6":0.06471,"17.0":0.00462,"17.1":0.00462,"17.2":0.00462,"17.3":0.00462,"17.5":0.00462,"17.6":0.07857,"18.1":0.01387,"18.2":0.00462,"18.3":0.01387,"18.5-18.7":0.00924,"26.0":0.01387,"26.1":0.01387,"26.2":0.03698,"26.3":0.0416,"26.4":0.04622,"26.5":0.24959},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00135,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00406,"8.1-8.4":0,"9.0-9.2":0.00135,"9.3":0,"10.0-10.2":0,"10.3":0.01488,"11.0-11.2":0.44788,"11.3-11.4":0.00271,"12.0-12.1":0,"12.2-12.5":0.04601,"13.0-13.1":0,"13.2":0.01488,"13.3":0,"13.4-13.7":0.00271,"14.0-14.4":0.00947,"14.5-14.8":0.01488,"15.0-15.1":0.01353,"15.2-15.3":0.00812,"15.4":0.00947,"15.5":0.01218,"15.6-15.8":0.23679,"16.0":0.02165,"16.1":0.03518,"16.2":0.01894,"16.3":0.04059,"16.4":0.00947,"16.5":0.01488,"16.6-16.7":0.30851,"17.0":0.01353,"17.1":0.0203,"17.2":0.01894,"17.3":0.02842,"17.4":0.0433,"17.5":0.07713,"17.6-17.7":0.19891,"18.0":0.04465,"18.1":0.08525,"18.2":0.04601,"18.3":0.14072,"18.4":0.0636,"18.5-18.7":2.03372,"26.0":0.13396,"26.1":0.13937,"26.2":0.42082,"26.3":0.57507,"26.4":0.65896,"26.5":7.4732},P:{"21":0.00422,"22":0.00843,"23":0.00843,"24":0.03373,"25":0.03795,"26":0.01265,"27":0.04217,"28":0.25723,"29":0.22349,"30":0.42168,_:"4 20 6.2-6.4 10.1 12.0 13.0 14.0 15.0 18.0","5.0-5.4":0.00843,"7.2-7.4":0.02108,"8.2":0.00422,"9.2":0.00843,"11.1-11.2":0.00843,"16.0":0.00422,"17.0":0.00422,"19.0":0.00422},I:{"0":0.01612,"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":6.15243,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.00538,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.60234},H:{all:0},L:{"0":48.34698},R:{_:"0"},M:{"0":0.40335},Q:{"14.9":0.00538}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"115":0.
|
|
1
|
+
module.exports={C:{"115":0.93725,"120":0.07849,"121":0.15698,"126":0.00462,"128":0.00462,"129":0.00462,"130":0.00462,"131":0.00462,"137":0.00923,"144":0.04155,"149":0.00923,"150":0.07387,"151":1.48206,"152":0.88646,_:"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 127 132 133 134 135 136 138 139 140 141 142 143 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.01847,"40":0.02309,"41":0.00923,"42":0.01847,"43":0.0277,"44":0.00923,"45":0.01847,"46":0.03694,"47":0.01847,"48":0.02309,"49":0.01847,"50":0.01847,"51":0.01847,"52":0.01385,"53":0.00923,"54":0.02309,"55":0.01847,"56":0.01847,"57":0.01847,"58":0.02309,"59":0.01847,"60":0.00923,"67":0.00923,"85":0.01847,"103":0.01847,"104":0.00923,"105":0.00923,"106":0.00923,"107":0.00462,"108":0.00462,"109":0.20777,"110":0.00923,"111":0.01385,"112":0.00462,"116":0.05079,"117":0.00923,"118":0.88185,"119":0.17545,"120":0.19391,"124":0.00923,"125":0.00462,"128":0.01385,"129":0.00462,"131":0.03232,"132":0.01847,"133":0.01385,"134":0.00462,"135":0.08311,"137":0.01385,"138":0.04617,"141":0.00462,"142":0.01847,"143":0.00923,"144":0.01385,"145":0.24932,"146":0.32781,"147":0.43862,"148":5.42036,"149":7.37335,"150":0.00462,_:"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 75 76 77 78 79 80 81 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 113 114 115 121 122 123 126 127 130 136 139 140 151 152 153"},F:{"46":0.00462,"99":0.00462,"131":0.68332,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"119":0.08311,"120":0.09696,"123":0.00462,"129":0.00923,"132":0.01385,"135":0.00462,"138":0.01385,"139":0.00462,"142":0.20777,"143":0.00462,"145":0.01385,"146":0.0554,"147":0.02309,"148":2.37776,"149":7.07324,"150":0.01847,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 122 124 125 126 127 128 130 131 133 134 136 137 140 141 144"},E:{"14":0.03694,"15":0.06002,_:"4 5 6 7 8 9 10 11 12 13 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4 15.5 16.2 16.4 16.5 17.2 17.4 18.4 TP","13.1":0.00462,"14.1":0.00923,"15.1":0.00462,"15.6":0.01847,"16.0":0.00462,"16.1":0.03232,"16.3":0.00462,"16.6":0.36474,"17.0":0.00923,"17.1":0.1616,"17.3":0.00462,"17.5":0.07387,"17.6":0.08311,"18.0":0.00462,"18.1":0.01847,"18.2":0.17545,"18.3":0.04155,"18.5-18.7":0.0554,"26.0":0.00462,"26.1":0.0277,"26.2":0.0554,"26.3":0.22623,"26.4":0.25855,"26.5":2.14691},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00268,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00803,"8.1-8.4":0,"9.0-9.2":0.00268,"9.3":0,"10.0-10.2":0,"10.3":0.02945,"11.0-11.2":0.88625,"11.3-11.4":0.00536,"12.0-12.1":0,"12.2-12.5":0.09104,"13.0-13.1":0,"13.2":0.02945,"13.3":0,"13.4-13.7":0.00536,"14.0-14.4":0.01874,"14.5-14.8":0.02945,"15.0-15.1":0.02678,"15.2-15.3":0.01607,"15.4":0.01874,"15.5":0.0241,"15.6-15.8":0.46856,"16.0":0.04284,"16.1":0.06962,"16.2":0.03749,"16.3":0.08033,"16.4":0.01874,"16.5":0.02945,"16.6-16.7":0.61047,"17.0":0.02678,"17.1":0.04016,"17.2":0.03749,"17.3":0.05623,"17.4":0.08568,"17.5":0.15262,"17.6-17.7":0.39359,"18.0":0.08836,"18.1":0.16868,"18.2":0.09104,"18.3":0.27846,"18.4":0.12584,"18.5-18.7":4.02429,"26.0":0.26507,"26.1":0.27578,"26.2":0.8327,"26.3":1.13794,"26.4":1.30394,"26.5":14.78786},P:{"26":0.02745,"28":0.09333,"29":0.20862,"30":1.58662,_:"4 20 21 22 23 24 25 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","9.2":0.01647},I:{"0":0.01076,"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.17764,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00462,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.01615},H:{all:0},L:{"0":29.51819},R:{_:"0"},M:{"0":0.64596},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"78":0.01336,"115":0.02004,"136":0.00668,"140":0.00668,"146":0.02004,"147":0.00668,"148":0.00668,"150":0.04007,"151":8.44894,"152":4.69534,_:"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 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 149 153 154 155 3.5 3.6"},D:{"39":0.02004,"40":0.00668,"41":0.24044,"42":0.02672,"43":0.00668,"44":0.00668,"45":0.01336,"46":0.00668,"47":0.00668,"48":0.00668,"49":0.00668,"50":0.01336,"51":0.00668,"52":0.00668,"53":0.00668,"54":0.02004,"55":0.00668,"56":0.00668,"58":0.01336,"59":0.02004,"60":0.00668,"85":0.04007,"99":0.00668,"103":0.00668,"104":0.00668,"105":0.00668,"106":0.00668,"107":0.11354,"109":0.07347,"113":0.00668,"116":0.32059,"117":0.00668,"118":0.20705,"120":0.06011,"122":0.04675,"123":0.00668,"127":0.00668,"128":0.28052,"131":0.00668,"132":0.00668,"133":0.00668,"134":0.00668,"135":0.02004,"137":0.00668,"138":12.85708,"139":0.01336,"141":0.08683,"143":0.00668,"144":0.10686,"145":0.02672,"146":9.08344,"147":0.08015,"148":2.97216,"149":7.22668,"150":0.00668,"151":0.01336,_:"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 57 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 108 110 111 112 114 115 119 121 124 125 126 129 130 136 140 142 152 153"},F:{"75":0.02004,"95":0.01336,"98":0.0334,"99":0.07347,"125":0.00668,"131":0.7948,_:"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 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 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"100":0.00668,"109":0.00668,"139":0.01336,"140":0.02004,"142":0.00668,"143":0.00668,"145":0.02672,"147":0.02004,"148":1.98366,"149":3.90054,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 141 144 146 150"},E:{"13":0.01336,"27":0.02004,_:"4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 14.1 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.3 17.5 18.1 18.4 TP","12.1":0.10686,"13.1":0.01336,"15.1":0.06679,"15.2-15.3":0.02004,"15.5":0.00668,"15.6":0.2872,"16.6":0.07347,"17.1":0.10019,"17.2":0.00668,"17.4":0.00668,"17.6":0.04007,"18.0":0.00668,"18.2":0.08015,"18.3":0.01336,"18.5-18.7":0.00668,"26.0":0.06679,"26.1":0.00668,"26.2":0.22041,"26.3":0.52096,"26.4":0.30723,"26.5":1.4627},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00151,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00452,"8.1-8.4":0,"9.0-9.2":0.00151,"9.3":0,"10.0-10.2":0,"10.3":0.01657,"11.0-11.2":0.49862,"11.3-11.4":0.00301,"12.0-12.1":0,"12.2-12.5":0.05122,"13.0-13.1":0,"13.2":0.01657,"13.3":0,"13.4-13.7":0.00301,"14.0-14.4":0.01054,"14.5-14.8":0.01657,"15.0-15.1":0.01506,"15.2-15.3":0.00904,"15.4":0.01054,"15.5":0.01356,"15.6-15.8":0.26362,"16.0":0.0241,"16.1":0.03917,"16.2":0.02109,"16.3":0.04519,"16.4":0.01054,"16.5":0.01657,"16.6-16.7":0.34346,"17.0":0.01506,"17.1":0.0226,"17.2":0.02109,"17.3":0.03163,"17.4":0.0482,"17.5":0.08587,"17.6-17.7":0.22144,"18.0":0.04971,"18.1":0.0949,"18.2":0.05122,"18.3":0.15667,"18.4":0.0708,"18.5-18.7":2.26413,"26.0":0.14913,"26.1":0.15516,"26.2":0.46849,"26.3":0.64022,"26.4":0.73362,"26.5":8.31988},P:{"24":0.00905,"29":0.03018,"30":1.05337,_:"4 20 21 22 23 25 26 27 28 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.00995,"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.56789,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{_:"0"},H:{all:0},L:{"0":20.16927},R:{_:"0"},M:{"0":0.22251},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"50":0.00788,"64":0.00788,"72":0.0197,"78":0.00394,"113":0.00394,"115":0.04333,"120":0.11817,"121":0.22846,"127":0.01576,"129":0.00788,"137":0.00394,"140":0.0197,"141":0.00394,"146":0.00394,"147":0.02757,"148":0.00394,"149":0.00394,"150":0.10241,"151":0.74053,"152":0.66963,_:"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 51 52 53 54 55 56 57 58 59 60 61 62 63 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 122 123 124 125 126 128 130 131 132 133 134 135 136 138 139 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.00788,"40":0.00788,"41":0.00394,"42":0.01182,"43":0.00394,"44":0.00788,"46":0.00788,"47":0.10241,"49":0.00394,"50":0.00788,"51":0.00788,"52":0.01182,"53":0.05121,"54":0.00394,"55":0.01182,"56":0.01576,"57":0.00394,"58":0.00788,"59":0.00788,"60":0.01576,"64":0.01576,"68":0.00394,"70":0.00394,"72":0.00788,"74":0.00788,"75":0.00788,"76":0.01182,"77":0.07878,"78":0.00394,"79":0.03939,"81":0.00394,"83":0.00788,"84":0.00394,"85":0.00394,"86":0.01576,"87":0.01576,"88":0.00788,"89":0.00394,"90":0.01182,"92":0.00394,"93":0.02757,"95":0.01182,"98":0.00394,"99":0.00788,"101":0.00394,"103":0.08272,"104":0.04727,"105":0.04727,"106":0.06302,"107":0.04727,"108":0.03939,"109":0.14968,"110":0.06696,"111":0.06302,"112":0.05515,"114":0.02757,"116":0.19695,"117":0.04727,"118":3.6357,"119":0.25604,"120":0.29936,"122":0.01182,"124":0.04333,"126":0.03151,"130":0.02363,"131":0.11817,"132":0.00788,"133":0.12605,"134":0.00394,"135":0.0197,"136":0.00394,"137":0.05909,"138":0.28755,"139":0.03151,"140":0.0197,"141":0.25604,"142":0.0197,"143":0.12999,"144":0.04727,"145":0.0906,"146":0.2521,"147":0.35057,"148":4.96314,"149":3.75387,"150":0.01182,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 45 48 61 62 63 65 66 67 69 71 73 80 91 94 96 97 100 102 113 115 121 123 125 127 128 129 151 152 153"},F:{"46":0.00394,"76":0.00394,"79":0.00788,"95":0.01182,"98":0.03939,"99":0.09848,"116":0.00394,"120":0.00788,"125":0.00788,"126":0.00394,"131":0.76811,_:"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 77 78 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 117 118 119 121 122 123 124 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.02757,"18":0.0197,"89":0.00788,"90":0.00394,"91":0.00394,"92":0.02757,"100":0.00788,"109":0.00788,"114":0.00788,"118":0.00394,"119":0.09848,"120":0.12211,"122":0.02757,"126":0.01182,"135":0.00788,"136":0.00788,"137":0.01182,"139":0.00788,"140":0.01182,"142":0.04727,"143":0.00394,"144":0.00788,"145":0.01182,"146":0.02757,"147":0.05121,"148":0.75235,"149":2.14676,_:"12 13 15 16 17 79 80 81 83 84 85 86 87 88 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 121 123 124 125 127 128 129 130 131 132 133 134 138 141 150"},E:{"12":0.01182,_:"4 5 6 7 8 9 10 11 13 14 15 27 3.1 3.2 6.1 7.1 12.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.4 TP","5.1":0.01182,"9.1":0.0197,"10.1":0.01182,"11.1":0.00788,"13.1":0.02757,"14.1":0.00394,"15.5":0.00788,"15.6":0.20877,"16.6":0.0709,"17.1":0.12211,"17.6":0.02757,"18.3":0.09454,"18.5-18.7":0.04333,"26.0":0.00394,"26.1":0.20877,"26.2":0.14968,"26.3":0.08666,"26.4":0.11423,"26.5":0.05909},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00102,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00307,"8.1-8.4":0,"9.0-9.2":0.00102,"9.3":0,"10.0-10.2":0,"10.3":0.01127,"11.0-11.2":0.33925,"11.3-11.4":0.00205,"12.0-12.1":0,"12.2-12.5":0.03485,"13.0-13.1":0,"13.2":0.01127,"13.3":0,"13.4-13.7":0.00205,"14.0-14.4":0.00717,"14.5-14.8":0.01127,"15.0-15.1":0.01025,"15.2-15.3":0.00615,"15.4":0.00717,"15.5":0.00922,"15.6-15.8":0.17936,"16.0":0.0164,"16.1":0.02665,"16.2":0.01435,"16.3":0.03075,"16.4":0.00717,"16.5":0.01127,"16.6-16.7":0.23368,"17.0":0.01025,"17.1":0.01537,"17.2":0.01435,"17.3":0.02152,"17.4":0.0328,"17.5":0.05842,"17.6-17.7":0.15066,"18.0":0.03382,"18.1":0.06457,"18.2":0.03485,"18.3":0.10659,"18.4":0.04817,"18.5-18.7":1.54045,"26.0":0.10147,"26.1":0.10557,"26.2":0.31875,"26.3":0.43559,"26.4":0.49913,"26.5":5.66061},P:{"4":0.00659,"22":0.00659,"23":0.01318,"24":0.03954,"25":0.02636,"26":0.03295,"27":0.05272,"28":0.1384,"29":0.36907,"30":0.57338,_:"20 21 5.0-5.4 8.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.01318,"7.2-7.4":0.06591,"9.2":0.01318,"14.0":0.00659},I:{"0":0.02422,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":2.26681,_:"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.52125},H:{all:0},L:{"0":59.55129},R:{_:"0"},M:{"0":0.10304},Q:{_:"14.9"}};
|