@shugaev/spur 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agents/cursor-submit-ack.d.ts.map +1 -1
- package/dist/agents/cursor-submit-ack.js +15 -1
- package/dist/agents/cursor-submit-ack.js.map +1 -1
- package/dist/agents/cursor.d.ts +1 -0
- package/dist/agents/cursor.d.ts.map +1 -1
- package/dist/agents/cursor.js +3 -1
- package/dist/agents/cursor.js.map +1 -1
- package/dist/agents/index.js +2 -2
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/models.d.ts +3 -0
- package/dist/agents/models.d.ts.map +1 -1
- package/dist/agents/models.js +41 -3
- package/dist/agents/models.js.map +1 -1
- package/dist/backlog/index.d.ts +15 -0
- package/dist/backlog/index.d.ts.map +1 -0
- package/dist/backlog/index.js +80 -0
- package/dist/backlog/index.js.map +1 -0
- package/dist/backlog/providers.d.ts +12 -0
- package/dist/backlog/providers.d.ts.map +1 -0
- package/dist/backlog/providers.js +22 -0
- package/dist/backlog/providers.js.map +1 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +12 -1
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +64 -0
- package/dist/config.js.map +1 -1
- package/dist/event-sources/github.d.ts.map +1 -1
- package/dist/event-sources/github.js +30 -32
- package/dist/event-sources/github.js.map +1 -1
- package/dist/event-sources/index.d.ts.map +1 -1
- package/dist/event-sources/index.js +5 -0
- package/dist/event-sources/index.js.map +1 -1
- package/dist/gh.d.ts +2 -0
- package/dist/gh.d.ts.map +1 -1
- package/dist/gh.js +28 -0
- package/dist/gh.js.map +1 -1
- package/dist/jira.d.ts +15 -0
- package/dist/jira.d.ts.map +1 -0
- package/dist/jira.js +74 -0
- package/dist/jira.js.map +1 -0
- package/dist/metadata.d.ts +7 -1
- package/dist/metadata.d.ts.map +1 -1
- package/dist/metadata.js +129 -0
- package/dist/metadata.js.map +1 -1
- package/dist/preflight.d.ts.map +1 -1
- package/dist/preflight.js +4 -0
- package/dist/preflight.js.map +1 -1
- package/dist/prompt-template.d.ts +3 -0
- package/dist/prompt-template.d.ts.map +1 -0
- package/dist/prompt-template.js +14 -0
- package/dist/prompt-template.js.map +1 -0
- package/dist/send-batches.d.ts +3 -1
- package/dist/send-batches.d.ts.map +1 -1
- package/dist/send-batches.js +94 -0
- package/dist/send-batches.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +27 -1
- package/dist/server.js.map +1 -1
- package/dist/session-service.d.ts +13 -1
- package/dist/session-service.d.ts.map +1 -1
- package/dist/session-service.js +164 -45
- package/dist/session-service.js.map +1 -1
- package/dist/shepherd.d.ts.map +1 -1
- package/dist/shepherd.js +2 -1
- package/dist/shepherd.js.map +1 -1
- package/dist/triggers.d.ts.map +1 -1
- package/dist/triggers.js +81 -15
- package/dist/triggers.js.map +1 -1
- package/dist/types.d.ts +74 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/app-build-manifest.json +98 -91
- package/web/.next/app-path-routes-manifest.json +2 -1
- package/web/.next/build-manifest.json +3 -3
- package/web/.next/prerender-manifest.json +18 -18
- package/web/.next/required-server-files.json +3 -3
- package/web/.next/server/app/_not-found/page.js +2 -2
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/server/app/_not-found.rsc +3 -3
- package/web/.next/server/app/api/backlog/take/route.js +1 -0
- package/web/.next/server/app/api/backlog/take/route.js.nft.json +1 -0
- package/web/.next/server/app/api/backlog/take/route_client-reference-manifest.js +1 -0
- package/web/.next/server/app/api/github-status/route.js +1 -1
- package/web/.next/server/app/api/github-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/gitlab-status/route.js +1 -1
- package/web/.next/server/app/api/gitlab-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/models/route.js +1 -1
- package/web/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/pr-status/merge/route.js +1 -1
- package/web/.next/server/app/api/pr-status/merge/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/pr-status/route.js +2 -2
- package/web/.next/server/app/api/pr-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/preflight/route.js +1 -1
- package/web/.next/server/app/api/preflight/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/branches/exists/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/branches/exists/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/slash-commands/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/route.js +1 -1
- package/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/info/route.js +1 -1
- package/web/.next/server/app/api/runtime/info/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/resources/route.js +1 -1
- package/web/.next/server/app/api/runtime/resources/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/terminal/route.js +1 -1
- package/web/.next/server/app/api/runtime/terminal/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/versions/route.js +1 -1
- package/web/.next/server/app/api/runtime/versions/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/versions/switch/route.js +1 -1
- package/web/.next/server/app/api/runtime/versions/switch/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/voice/route.js +1 -1
- package/web/.next/server/app/api/runtime/voice/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/voice/transcribe/route.js +1 -1
- package/web/.next/server/app/api/runtime/voice/transcribe/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/complete/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/complete/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/conversation/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/conversation/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/kill/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/kill/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/logs/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/logs/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/pause/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/pause/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/respawn/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/respawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/restore/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/restore/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/send/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/send/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/slash-commands/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/tags/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/tags/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/route.js +1 -1
- package/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/shepherd/spawn/route.js +1 -1
- package/web/.next/server/app/api/shepherd/spawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/spawn/route.js +1 -1
- package/web/.next/server/app/api/spawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/apple-icon/route.js +1 -1
- package/web/.next/server/app/apple-icon/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon/route.js +1 -1
- package/web/.next/server/app/icon/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon-192/route.js +1 -1
- package/web/.next/server/app/icon-192/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon-512/route.js +1 -1
- package/web/.next/server/app/icon-512/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/web/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/page.js +3 -3
- package/web/.next/server/app/page.js.nft.json +1 -1
- package/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/sessions/[id]/page.js +6 -6
- package/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
- package/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app-paths-manifest.json +2 -1
- package/web/.next/server/chunks/135.js +1 -1
- package/web/.next/server/chunks/5158.js +1 -0
- package/web/.next/server/chunks/7331.js +3 -3
- package/web/.next/server/functions-config-manifest.json +3 -3
- package/web/.next/server/middleware-build-manifest.js +1 -1
- package/web/.next/server/next-font-manifest.js +1 -1
- package/web/.next/server/next-font-manifest.json +1 -1
- package/web/.next/server/pages/404.html +1 -1
- package/web/.next/server/pages/500.html +1 -1
- package/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/static/chunks/5124-5365d82e8f9962c5.js +1 -0
- package/web/.next/static/chunks/app/_not-found/{page-1b6e9375ed39417d.js → page-ce7aac1309588445.js} +1 -1
- package/web/.next/static/chunks/app/api/backlog/take/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/github-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/gitlab-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/models/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/pr-status/merge/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/pr-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/preflight/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/info/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/resources/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/terminal/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/versions/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/versions/switch/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/voice/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/send/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/shepherd/spawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/spawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/apple-icon/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon-192/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon-512/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/layout-f69f7a978709d508.js +1 -0
- package/web/.next/static/chunks/app/manifest.webmanifest/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/page-8a91ba4badc56ab2.js +1 -0
- package/web/.next/static/chunks/app/sessions/[id]/page-d8abb491bd89b750.js +1 -0
- package/web/.next/static/chunks/{main-app-1cea33e0d8c88bba.js → main-app-96c0fcaf99db6703.js} +1 -1
- package/web/.next/static/css/1c8043fd02fc0a5c.css +3 -0
- package/web/.next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js +1 -0
- package/web/node_modules/.package-lock.json +3 -3
- package/web/node_modules/caniuse-lite/data/agents.js +1 -1
- package/web/node_modules/caniuse-lite/data/browserVersions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/aac.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/apng.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-find.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audio.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/av1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/avif.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/beacon.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/bigint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/border-image.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/brotli.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/calc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/classlist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/colr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/console-time.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/const.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-all.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-has.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-if.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-table.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/customevent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/datalist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dataset.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/datauri.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/decorators.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/details.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dialog.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/download.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eme.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eot.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es5.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filereader.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flac.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fontface.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/forms.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/heif.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hevc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hidden.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/history.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ime.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/imports.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/innertext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-event.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-number.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-search.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/json.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/let.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mathml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/menu.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/meter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/midi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mp3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/notifications.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-values.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ogv.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/online-status.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/opus.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/outline.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/path2d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/picture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ping.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/portals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/progress.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/promises.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/proximity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/proxy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/push-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rellist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rem.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ruby.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/run-in.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/script-async.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sdch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sni.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/spdy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/srcset.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/stream.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/streams.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sxg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/template.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/temporal.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/touch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ttf.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/u2f.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/url.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/vibration.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/video.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wav.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-share.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgl.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webhid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webm.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webp.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/websockets.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webusb.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webvr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webxr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/will-change.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/woff.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/woff2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/word-break.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/zstd.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ER.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ES.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ET.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ID.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ME.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ML.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/OM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/QA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ST.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/US.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/WF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/WS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/YE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/YT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
- package/web/node_modules/caniuse-lite/data/versionGroups.js +1 -1
- package/web/node_modules/caniuse-lite/package.json +1 -1
- package/web/package-lock.json +45 -45
- package/web/server.js +1 -1
- package/web/.next/server/chunks/7974.js +0 -1
- package/web/.next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js +0 -1
- package/web/.next/static/chunks/5124-19d3cb5b8c373b6d.js +0 -1
- package/web/.next/static/chunks/app/api/github-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/gitlab-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/models/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/pr-status/merge/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/pr-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/preflight/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/info/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/resources/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/terminal/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/versions/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/versions/switch/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/voice/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/send/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/shepherd/spawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/spawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/apple-icon/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon-192/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon-512/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/layout-77450a833d54e15c.js +0 -1
- package/web/.next/static/chunks/app/manifest.webmanifest/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/page-fd332d4acc6d8ff0.js +0 -1
- package/web/.next/static/chunks/app/sessions/[id]/page-508070021783e022.js +0 -1
- package/web/.next/static/css/a21fffd2e823d08d.css +0 -3
- /package/web/.next/static/{1N29vAB1vCj1iGIUfy4to → j6j0a_rHfbTSVFFhtL-Dd}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"115":0.03926,"120":0.03926,"121":0.09534,"125":0.03926,"127":0.01122,"131":0.01122,"135":0.03926,"138":0.01122,"147":0.10655,"150":0.02804,"151":0.16263,"152":0.03926,_:"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 126 128 129 130 132 133 134 136 137 139 140 141 142 143 144 145 146 148 149 153 154 155 3.5 3.6"},D:{"47":0.01122,"48":0.01122,"50":0.01122,"59":0.01122,"79":0.0673,"80":0.02804,"96":0.02804,"98":0.0673,"101":0.02804,"103":0.02804,"105":0.01122,"108":0.02804,"109":4.58734,"112":0.15142,"114":0.01122,"116":0.01122,"118":0.27479,"119":0.15142,"120":0.10655,"121":0.03926,"122":0.01122,"123":0.02804,"124":3.10122,"125":0.08412,"126":0.02804,"130":0.01122,"131":0.53276,"133":0.02804,"138":0.2075,"139":0.01122,"140":0.03926,"141":0.02804,"143":0.02804,"144":0.0673,"145":0.12338,"146":0.17946,"147":0.21871,"148":7.21189,"149":16.03327,"150":0.08412,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 49 51 52 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 81 83 84 85 86 87 88 89 90 91 92 93 94 95 97 99 100 102 104 106 107 110 111 113 115 117 127 128 129 132 134 135 136 137 142 151 152 153"},F:{"131":0.08412,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.02804,"117":0.01122,"119":0.09534,"120":0.05608,"122":0.01122,"123":0.02804,"145":0.02804,"146":0.05608,"148":0.5608,"149":0.73465,_:"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 118 121 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 147 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.6 17.0 17.1 17.2 17.3 17.5 18.2 18.3 18.5-18.7 26.1 TP","16.5":0.01122,"17.4":0.01122,"17.6":0.02804,"18.0":0.01122,"18.1":0.02804,"18.4":0.10655,"26.0":0.05608,"26.2":0.02804,"26.3":0.0673,"26.4":0.05608,"26.5":0.43742},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00076,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00228,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0,"10.0-10.2":0,"10.3":0.00836,"11.0-11.2":0.2515,"11.3-11.4":0.00152,"12.0-12.1":0,"12.2-12.5":0.02583,"13.0-13.1":0,"13.2":0.00836,"13.3":0,"13.4-13.7":0.00152,"14.0-14.4":0.00532,"14.5-14.8":0.00836,"15.0-15.1":0.0076,"15.2-15.3":0.00456,"15.4":0.00532,"15.5":0.00684,"15.6-15.8":0.13297,"16.0":0.01216,"16.1":0.01976,"16.2":0.01064,"16.3":0.02279,"16.4":0.00532,"16.5":0.00836,"16.6-16.7":0.17324,"17.0":0.0076,"17.1":0.0114,"17.2":0.01064,"17.3":0.01596,"17.4":0.02431,"17.5":0.04331,"17.6-17.7":0.11169,"18.0":0.02507,"18.1":0.04787,"18.2":0.02583,"18.3":0.07902,"18.4":0.03571,"18.5-18.7":1.142,"26.0":0.07522,"26.1":0.07826,"26.2":0.2363,"26.3":0.32292,"26.4":0.37003,"26.5":4.19646},P:{"22":0.06648,"23":0.0095,"27":0.0095,"28":0.07598,"29":0.04749,"30":1.05421,_:"4 20 21 24 25 26 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 17.0 18.0 19.0","7.2-7.4":0.42738,"16.0":0.18045},I:{"0":0,"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.51386,_:"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.50069},H:{all:0},L:{"0":43.3627},R:{_:"0"},M:{"0":0.26352},Q:{"14.9":0.01318}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"52":0.
|
|
1
|
+
module.exports={C:{"52":0.01174,"78":0.00587,"89":0.01174,"101":0.01174,"103":0.00587,"115":0.0939,"120":0.88035,"121":1.7607,"122":0.01761,"123":0.04108,"134":0.01761,"135":0.00587,"136":0.00587,"140":0.01761,"145":0.00587,"146":0.00587,"149":0.00587,"150":0.01174,"151":0.48126,"152":0.21715,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 124 125 126 127 128 129 130 131 132 133 137 138 139 141 142 143 144 147 148 153 154 155 3.5 3.6"},D:{"39":0.04695,"40":0.04108,"41":0.04108,"42":0.04695,"43":0.04695,"44":0.04695,"45":0.04695,"46":0.04695,"47":0.04695,"48":0.04695,"49":0.05282,"50":0.04695,"51":0.04108,"52":0.04695,"53":0.04695,"54":0.04695,"55":0.04695,"56":0.07043,"57":0.04695,"58":0.06456,"59":0.04695,"60":0.04695,"65":0.01761,"66":0.00587,"68":0.00587,"70":0.00587,"71":0.00587,"72":0.00587,"73":0.01761,"75":0.00587,"78":0.00587,"79":0.01761,"81":0.00587,"83":0.00587,"85":0.00587,"86":0.01761,"87":0.02348,"89":0.00587,"90":0.00587,"91":0.00587,"95":0.00587,"97":0.00587,"98":0.01761,"99":0.00587,"100":0.00587,"101":0.00587,"102":0.02348,"103":0.38149,"104":0.40496,"105":0.36975,"106":0.38149,"107":0.37562,"108":0.37562,"109":1.72549,"110":0.37562,"111":0.36975,"112":0.36388,"114":0.01174,"116":0.7571,"117":0.36975,"118":8.55113,"119":1.81939,"120":2.18327,"121":0.02935,"122":0.05869,"123":0.01174,"124":0.41083,"125":0.01174,"126":0.01761,"127":0.01761,"128":0.03521,"129":0.00587,"130":0.00587,"131":0.82166,"132":0.05869,"133":0.76297,"134":0.03521,"135":0.01761,"136":0.02348,"137":0.0939,"138":0.12325,"139":0.05869,"140":0.04108,"141":0.01761,"142":0.26997,"143":0.06456,"144":0.04695,"145":0.5869,"146":0.22302,"147":0.31106,"148":6.81978,"149":7.01932,"150":0.03521,_:"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 69 74 76 77 80 84 88 92 93 94 96 113 115 151 152 153"},F:{"46":0.00587,"85":0.00587,"95":0.02935,"98":0.01174,"99":0.02348,"131":1.0036,_:"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 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00587,"91":0.00587,"92":0.01174,"102":0.01761,"109":0.01761,"119":0.88035,"120":0.88622,"121":0.01174,"122":0.01761,"125":0.00587,"131":0.00587,"132":0.01174,"135":0.00587,"137":0.00587,"140":0.00587,"141":0.02935,"142":0.00587,"143":0.00587,"144":0.00587,"145":0.00587,"146":0.01174,"147":0.02348,"148":0.85101,"149":1.6668,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 123 124 126 127 128 129 130 133 134 136 138 139 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 15.1 15.2-15.3 15.5 16.0 16.1 16.2 16.4 18.4 TP","13.1":0.00587,"14.1":0.01174,"15.4":0.00587,"15.6":0.01174,"16.3":0.00587,"16.5":0.00587,"16.6":0.02935,"17.0":0.00587,"17.1":0.01174,"17.2":0.00587,"17.3":0.01761,"17.4":0.00587,"17.5":0.00587,"17.6":0.04695,"18.0":0.00587,"18.1":0.01174,"18.2":0.00587,"18.3":0.01174,"18.5-18.7":0.00587,"26.0":0.00587,"26.1":0.00587,"26.2":0.00587,"26.3":0.00587,"26.4":0.01174,"26.5":0.05869},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00045,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00134,"8.1-8.4":0,"9.0-9.2":0.00045,"9.3":0,"10.0-10.2":0,"10.3":0.00491,"11.0-11.2":0.14767,"11.3-11.4":0.00089,"12.0-12.1":0,"12.2-12.5":0.01517,"13.0-13.1":0,"13.2":0.00491,"13.3":0,"13.4-13.7":0.00089,"14.0-14.4":0.00312,"14.5-14.8":0.00491,"15.0-15.1":0.00446,"15.2-15.3":0.00268,"15.4":0.00312,"15.5":0.00402,"15.6-15.8":0.07808,"16.0":0.00714,"16.1":0.0116,"16.2":0.00625,"16.3":0.01338,"16.4":0.00312,"16.5":0.00491,"16.6-16.7":0.10172,"17.0":0.00446,"17.1":0.00669,"17.2":0.00625,"17.3":0.00937,"17.4":0.01428,"17.5":0.02543,"17.6-17.7":0.06558,"18.0":0.01472,"18.1":0.02811,"18.2":0.01517,"18.3":0.0464,"18.4":0.02097,"18.5-18.7":0.67056,"26.0":0.04417,"26.1":0.04595,"26.2":0.13875,"26.3":0.18961,"26.4":0.21727,"26.5":2.46408},P:{"4":0.01325,"21":0.00662,"22":0.00662,"23":0.00662,"24":0.00662,"25":0.00662,"26":0.02649,"27":0.01325,"28":0.03974,"29":0.11922,"30":0.52324,_:"20 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02649,"8.2":0.00662},I:{"0":0.02063,"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.10741,_:"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.05783},H:{all:0},L:{"0":44.23791},R:{_:"0"},M:{"0":0.07436},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"115":0.
|
|
1
|
+
module.exports={C:{"115":0.06219,"120":0.02392,"121":0.03827,"124":0.01435,"125":0.02392,"126":0.04784,"148":0.02392,"151":3.54016,"152":1.44477,_:"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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 149 150 153 154 155 3.5 3.6"},D:{"39":0.01435,"44":0.01435,"45":0.02392,"46":0.01435,"47":0.02392,"52":0.02392,"58":0.01435,"60":0.02392,"65":0.15787,"87":0.03827,"88":0.02392,"91":0.01435,"103":0.01435,"107":0.01435,"108":0.01435,"109":0.07176,"110":0.02392,"114":0.02392,"116":0.02392,"118":2.97565,"119":0.08611,"120":0.13395,"122":0.02392,"123":0.01435,"124":0.02392,"125":0.03827,"126":0.04784,"128":0.01435,"131":0.41142,"133":0.02392,"137":0.07176,"138":0.06219,"142":0.1196,"143":0.1196,"144":0.13395,"145":0.03827,"146":0.03827,"147":0.90418,"148":4.42998,"149":8.1041,"150":0.01435,"151":0.01435,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 48 49 50 51 53 54 55 56 57 59 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 89 90 92 93 94 95 96 97 98 99 100 101 102 104 105 106 111 112 113 115 117 121 127 129 130 132 134 135 136 139 140 141 152 153"},F:{"99":0.13395,"131":1.15773,_:"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:{"14":0.2392,"15":0.02392,"92":0.01435,"109":0.01435,"119":0.01435,"120":0.01435,"124":0.03827,"125":0.01435,"133":0.07176,"134":0.01435,"136":0.06219,"137":0.06219,"138":0.01435,"143":0.06219,"145":0.13395,"146":0.15787,"147":0.42099,"148":3.05698,"149":7.50131,_:"12 13 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 122 123 126 127 128 129 130 131 132 135 139 140 141 142 144 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 17.2 17.3 17.5 18.0 18.1 18.2 18.4 TP","13.1":0.01435,"15.6":0.04784,"16.5":0.04784,"16.6":0.03827,"17.0":0.03827,"17.1":0.02392,"17.4":0.01435,"17.6":0.07176,"18.3":0.03827,"18.5-18.7":0.02392,"26.0":0.11003,"26.1":0.01435,"26.2":0.27747,"26.3":0.03827,"26.4":0.13395,"26.5":0.30139},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00147,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00442,"8.1-8.4":0,"9.0-9.2":0.00147,"9.3":0,"10.0-10.2":0,"10.3":0.01622,"11.0-11.2":0.48817,"11.3-11.4":0.00295,"12.0-12.1":0,"12.2-12.5":0.05014,"13.0-13.1":0,"13.2":0.01622,"13.3":0,"13.4-13.7":0.00295,"14.0-14.4":0.01032,"14.5-14.8":0.01622,"15.0-15.1":0.01475,"15.2-15.3":0.00885,"15.4":0.01032,"15.5":0.01327,"15.6-15.8":0.2581,"16.0":0.0236,"16.1":0.03835,"16.2":0.02065,"16.3":0.04425,"16.4":0.01032,"16.5":0.01622,"16.6-16.7":0.33626,"17.0":0.01475,"17.1":0.02212,"17.2":0.02065,"17.3":0.03097,"17.4":0.0472,"17.5":0.08407,"17.6-17.7":0.2168,"18.0":0.04867,"18.1":0.09292,"18.2":0.05014,"18.3":0.15338,"18.4":0.06932,"18.5-18.7":2.21669,"26.0":0.14601,"26.1":0.15191,"26.2":0.45868,"26.3":0.62681,"26.4":0.71825,"26.5":8.14557},P:{"24":0.00435,"27":0.18694,"28":0.12173,"29":0.09999,"30":0.36954,_:"4 20 21 22 23 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01042,"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.41214,_:"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":41.77936},R:{_:"0"},M:{"0":1.91986},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"115":0.02725,"120":0.09265,"121":0.1853,"125":0.00273,"128":0.00273,"133":0.00273,"134":0.00273,"135":0.00273,"136":0.00273,"138":0.00273,"140":0.00818,"147":0.00273,"148":0.00273,"149":0.00273,"150":0.00818,"151":0.3052,"152":0.1744,_:"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 126 127 129 130 131 132 137 139 141 142 143 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.02998,"40":0.02998,"41":0.02998,"42":0.02998,"43":0.02998,"44":0.02998,"45":0.02998,"46":0.02998,"47":0.02998,"48":0.02998,"49":0.02998,"50":0.02998,"51":0.02998,"52":0.02998,"53":0.02998,"54":0.02998,"55":0.02998,"56":0.02998,"57":0.02998,"58":0.02725,"59":0.02998,"60":0.02998,"70":0.00273,"73":0.00545,"79":0.02725,"80":0.00273,"83":0.00818,"85":0.00818,"86":0.00273,"87":0.04088,"88":0.00273,"90":0.00273,"91":0.00273,"94":0.00273,"95":0.00273,"98":0.00545,"100":0.00273,"101":0.00273,"103":0.1526,"104":0.1526,"105":0.14988,"106":0.14988,"107":0.14988,"108":0.14988,"109":0.5777,"110":0.14988,"111":0.14988,"112":0.14715,"113":0.00273,"114":0.0109,"115":0.00273,"116":0.3052,"117":0.14715,"118":1.52873,"119":0.19348,"120":0.39513,"121":0.0109,"122":0.04905,"123":0.00273,"124":0.18258,"125":0.07903,"126":0.0109,"127":0.00273,"128":0.0218,"129":0.00545,"130":0.0109,"131":0.34608,"132":0.03543,"133":0.32973,"134":0.03543,"135":0.03815,"136":0.02453,"137":0.03815,"138":0.09265,"139":0.01908,"140":0.01908,"141":0.01635,"142":0.04905,"143":0.04088,"144":0.04905,"145":0.28885,"146":0.16623,"147":0.16895,"148":3.6188,"149":7.1504,"150":0.03815,"151":0.00273,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 74 75 76 77 78 81 84 89 92 93 96 97 99 102 152 153"},F:{"40":0.00273,"46":0.01363,"95":0.01363,"97":0.00273,"98":0.01635,"99":0.05995,"113":0.01908,"114":0.00273,"119":0.00273,"122":0.00273,"131":0.86655,_:"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 96 100 101 102 103 104 105 106 107 108 109 110 111 112 115 116 117 118 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00273,"92":0.00273,"109":0.01363,"119":0.09265,"120":0.09265,"122":0.00273,"130":0.00273,"131":0.00818,"132":0.00273,"133":0.00545,"134":0.00545,"135":0.00273,"136":0.00545,"137":0.00273,"138":0.00273,"140":0.00273,"142":0.00273,"143":0.00273,"144":0.01908,"145":0.00818,"146":0.00818,"147":0.01363,"148":0.2398,"149":0.84203,"150":0.00273,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 139 141"},E:{"14":0.00273,"27":0.00273,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 17.2 18.2 TP","5.1":0.00273,"14.1":0.00273,"15.6":0.01363,"16.3":0.00273,"16.4":0.00273,"16.5":0.00273,"16.6":0.01635,"17.0":0.00273,"17.1":0.00818,"17.3":0.00273,"17.4":0.00545,"17.5":0.00545,"17.6":0.01908,"18.0":0.00273,"18.1":0.00273,"18.3":0.00545,"18.4":0.00545,"18.5-18.7":0.0109,"26.0":0.00818,"26.1":0.0109,"26.2":0.0218,"26.3":0.03543,"26.4":0.02453,"26.5":0.2507},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00121,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00362,"8.1-8.4":0,"9.0-9.2":0.00121,"9.3":0,"10.0-10.2":0,"10.3":0.01328,"11.0-11.2":0.39949,"11.3-11.4":0.00241,"12.0-12.1":0,"12.2-12.5":0.04104,"13.0-13.1":0,"13.2":0.01328,"13.3":0,"13.4-13.7":0.00241,"14.0-14.4":0.00845,"14.5-14.8":0.01328,"15.0-15.1":0.01207,"15.2-15.3":0.00724,"15.4":0.00845,"15.5":0.01086,"15.6-15.8":0.21121,"16.0":0.01931,"16.1":0.03138,"16.2":0.0169,"16.3":0.03621,"16.4":0.00845,"16.5":0.01328,"16.6-16.7":0.27518,"17.0":0.01207,"17.1":0.0181,"17.2":0.0169,"17.3":0.02535,"17.4":0.03862,"17.5":0.06879,"17.6-17.7":0.17742,"18.0":0.03983,"18.1":0.07604,"18.2":0.04104,"18.3":0.12552,"18.4":0.05673,"18.5-18.7":1.814,"26.0":0.11949,"26.1":0.12431,"26.2":0.37535,"26.3":0.51294,"26.4":0.58777,"26.5":6.66583},P:{"4":0.03384,"20":0.00846,"21":0.03384,"22":0.01692,"23":0.00846,"24":0.00846,"25":0.01692,"26":0.05923,"27":0.01692,"28":0.09307,"29":0.21152,"30":1.36219,_:"5.0-5.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","6.2-6.4":0.00846,"7.2-7.4":0.02538,"8.2":0.00846,"17.0":0.00846},I:{"0":0.01454,"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.9312,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00273,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.13095},H:{all:0},L:{"0":60.94288},R:{_:"0"},M:{"0":0.10185},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"103":0.01038,"115":0.08307,"120":0.23883,"121":0.48286,"125":0.01558,"126":0.01558,"127":0.02077,"128":0.01038,"129":0.01038,"130":0.01558,"131":0.01558,"132":0.01558,"133":0.01558,"134":0.01038,"135":0.01558,"136":0.02077,"140":0.02596,"149":0.00519,"150":0.02077,"151":0.69054,"152":0.39459,_:"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 138 139 141 142 143 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.07269,"40":0.07269,"41":0.07788,"42":0.0675,"43":0.07788,"44":0.07788,"45":0.0623,"46":0.0623,"47":0.0675,"48":0.0675,"49":0.08307,"50":0.0675,"51":0.0623,"52":0.08307,"53":0.0675,"54":0.05711,"55":0.08826,"56":0.0623,"57":0.0623,"58":0.08307,"59":0.07788,"60":0.07269,"62":0.00519,"65":0.00519,"66":0.00519,"70":0.00519,"73":0.00519,"75":0.00519,"79":0.02077,"81":0.00519,"83":0.00519,"87":0.01558,"89":0.00519,"91":0.00519,"93":0.04673,"95":0.00519,"96":0.01558,"103":0.38421,"104":0.3894,"105":0.28556,"106":0.29075,"107":0.28037,"108":0.28556,"109":0.52958,"110":0.29075,"111":0.29594,"112":0.28556,"114":0.04673,"116":0.69573,"117":0.28556,"118":2.49735,"119":0.49324,"120":0.79438,"121":0.01558,"122":0.01558,"123":0.00519,"124":0.31152,"125":0.00519,"126":0.03634,"127":0.00519,"128":0.42574,"129":0.00519,"130":0.01558,"131":0.60227,"132":0.03634,"133":0.59708,"134":0.02077,"135":0.02077,"136":0.01038,"137":0.0623,"138":0.07788,"139":0.02596,"140":0.00519,"141":0.02077,"142":0.14538,"143":0.11422,"144":0.12461,"145":2.70503,"146":1.06955,"147":0.33229,"148":5.83581,"149":10.34766,"150":0.0623,"151":0.00519,_:"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 68 69 71 72 74 76 77 78 80 84 85 86 88 90 92 94 97 98 99 100 101 102 113 115 152 153"},F:{"95":0.00519,"98":0.00519,"99":0.04154,"131":0.67496,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00519,"109":0.02077,"117":0.00519,"119":0.23364,"120":0.23364,"134":0.00519,"137":0.00519,"138":0.01038,"139":0.02596,"140":0.00519,"142":0.00519,"143":0.00519,"144":0.02077,"145":0.02596,"146":0.02077,"147":0.05192,"148":1.18378,"149":3.46306,_:"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 118 121 122 123 124 125 126 127 128 129 130 131 132 133 135 136 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.5 16.0 16.2 16.3 16.5 17.3 17.4 18.4 TP","13.1":0.01558,"14.1":0.00519,"15.4":0.02077,"15.6":0.05711,"16.1":0.01038,"16.4":0.00519,"16.6":0.09865,"17.0":0.00519,"17.1":0.07269,"17.2":0.01038,"17.5":0.01038,"17.6":0.08307,"18.0":0.03634,"18.1":0.01038,"18.2":0.00519,"18.3":0.01558,"18.5-18.7":0.01558,"26.0":0.00519,"26.1":0.01038,"26.2":0.03115,"26.3":0.09865,"26.4":0.0675,"26.5":0.99686},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00116,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00348,"8.1-8.4":0,"9.0-9.2":0.00116,"9.3":0,"10.0-10.2":0,"10.3":0.01275,"11.0-11.2":0.38354,"11.3-11.4":0.00232,"12.0-12.1":0,"12.2-12.5":0.0394,"13.0-13.1":0,"13.2":0.01275,"13.3":0,"13.4-13.7":0.00232,"14.0-14.4":0.00811,"14.5-14.8":0.01275,"15.0-15.1":0.01159,"15.2-15.3":0.00695,"15.4":0.00811,"15.5":0.01043,"15.6-15.8":0.20278,"16.0":0.01854,"16.1":0.03013,"16.2":0.01622,"16.3":0.03476,"16.4":0.00811,"16.5":0.01275,"16.6-16.7":0.26419,"17.0":0.01159,"17.1":0.01738,"17.2":0.01622,"17.3":0.02433,"17.4":0.03708,"17.5":0.06605,"17.6-17.7":0.17033,"18.0":0.03824,"18.1":0.073,"18.2":0.0394,"18.3":0.12051,"18.4":0.05446,"18.5-18.7":1.74157,"26.0":0.11471,"26.1":0.11935,"26.2":0.36036,"26.3":0.49246,"26.4":0.5643,"26.5":6.39965},P:{"4":0.06485,"22":0.00721,"23":0.00721,"24":0.01441,"25":0.00721,"26":0.02162,"27":0.01441,"28":0.03603,"29":0.14411,"30":2.19761,_:"20 21 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.02162,"8.2":0.02882,"14.0":0.00721},I:{"0":0.03843,"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.16347,_:"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.02404},H:{all:0},L:{"0":39.54922},R:{_:"0"},M:{"0":0.2981},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"151":0.12876,"152":0.6772,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"53":0.04292,"54":0.04292,"59":0.08584,"60":0.04292,"118":5.16483,"122":1.39732,"137":0.12876,"138":0.04292,"146":0.46736,"147":0.92996,"148":4.52578,"149":8.97049,"150":0.84411,_:"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 55 56 57 58 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 119 120 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 139 140 141 142 143 144 145 151 152 153"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 131 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"146":0.12876,"147":0.08584,"148":1.693,"149":3.84858,_:"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 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.6 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.4 TP","14.1":0.12876,"15.5":0.04292,"16.6":0.08584,"17.1":0.20984,"18.2":0.16692,"18.3":0.16692,"18.5-18.7":0.08584,"26.0":0.08584,"26.1":0.16692,"26.2":0.20984,"26.3":0.42444,"26.4":0.08584,"26.5":3.09031},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00356,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.01069,"8.1-8.4":0,"9.0-9.2":0.00356,"9.3":0,"10.0-10.2":0,"10.3":0.03919,"11.0-11.2":1.17912,"11.3-11.4":0.00712,"12.0-12.1":0,"12.2-12.5":0.12112,"13.0-13.1":0,"13.2":0.03919,"13.3":0,"13.4-13.7":0.00712,"14.0-14.4":0.02494,"14.5-14.8":0.03919,"15.0-15.1":0.03562,"15.2-15.3":0.02137,"15.4":0.02494,"15.5":0.03206,"15.6-15.8":0.6234,"16.0":0.057,"16.1":0.09262,"16.2":0.04987,"16.3":0.10687,"16.4":0.02494,"16.5":0.03919,"16.6-16.7":0.81221,"17.0":0.03562,"17.1":0.05343,"17.2":0.04987,"17.3":0.07481,"17.4":0.11399,"17.5":0.20305,"17.6-17.7":0.52366,"18.0":0.11756,"18.1":0.22443,"18.2":0.12112,"18.3":0.37048,"18.4":0.16743,"18.5-18.7":5.35415,"26.0":0.35267,"26.1":0.36692,"26.2":1.10788,"26.3":1.51398,"26.4":1.73485,"26.5":19.67464},P:{"26":0.0279,"29":0.0558,"30":0.11857,_:"4 20 21 22 23 24 25 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 14.0 15.0 16.0 17.0 18.0 19.0","13.0":0.0279},I:{"0":0,"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.13601,_:"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":26.70614},R:{_:"0"},M:{"0":0.13601},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"52":0.
|
|
1
|
+
module.exports={C:{"52":0.03256,"102":0.00465,"103":0.01396,"115":0.107,"120":0.00465,"121":0.00465,"125":0.00465,"127":0.02326,"135":0.00465,"136":0.00465,"140":0.0093,"142":0.0093,"144":0.00465,"146":0.00465,"147":0.00465,"148":0.00465,"149":0.0093,"150":0.03722,"151":0.59546,"152":0.41868,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 128 129 130 131 132 133 134 137 138 139 141 143 145 153 154 155 3.5 3.6"},D:{"39":0.01861,"40":0.01861,"41":0.01861,"42":0.01861,"43":0.01861,"44":0.01861,"45":0.01861,"46":0.01861,"47":0.01861,"48":0.01861,"49":0.02326,"50":0.01861,"51":0.01861,"52":0.01861,"53":0.01861,"54":0.01861,"55":0.01861,"56":0.01861,"57":0.01861,"58":0.01861,"59":0.01861,"60":0.01861,"73":0.0093,"74":0.00465,"79":0.02326,"80":0.00465,"81":0.06513,"83":0.00465,"86":0.00465,"87":0.01396,"90":0.00465,"91":0.00465,"94":0.00465,"95":0.00465,"97":0.00465,"98":0.00465,"101":0.00465,"102":0.0093,"103":0.05117,"104":0.08839,"105":0.04187,"106":0.04187,"107":0.05117,"108":0.05117,"109":1.18161,"110":0.04187,"111":0.04187,"112":0.04187,"113":0.00465,"114":0.00465,"115":0.00465,"116":0.11165,"117":0.05582,"118":0.33029,"119":0.03722,"120":0.13026,"121":0.04652,"122":0.04187,"123":0.01861,"124":0.07908,"125":0.03722,"126":0.02791,"127":0.02791,"128":0.04652,"129":0.02326,"130":0.04187,"131":0.14886,"132":0.02326,"133":0.107,"134":0.04652,"135":0.04187,"136":0.04187,"137":0.04187,"138":0.31168,"139":0.04652,"140":0.05582,"141":0.03722,"142":0.18143,"143":0.06978,"144":0.13026,"145":0.17212,"146":0.20934,"147":0.43264,"148":7.70836,"149":14.83058,"150":0.07443,"151":0.01861,_:"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 75 76 77 78 84 85 88 89 92 93 96 99 100 152 153"},F:{"95":0.0093,"98":0.01396,"99":0.03722,"100":0.00465,"131":0.10234,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00465,"109":0.05117,"111":0.00465,"113":0.00465,"117":0.00465,"118":0.00465,"119":0.00465,"120":0.0093,"121":0.00465,"124":0.00465,"125":0.00465,"126":0.00465,"127":0.00465,"128":0.01396,"129":0.00465,"130":0.00465,"131":0.0093,"132":0.00465,"133":0.0093,"134":0.0093,"135":0.01396,"136":0.0093,"137":0.00465,"138":0.00465,"139":0.0093,"140":0.0093,"141":0.01396,"142":0.02791,"143":0.02791,"144":0.02326,"145":0.02791,"146":0.05582,"147":0.05117,"148":1.11648,"149":3.49365,"150":0.00465,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 112 114 115 116 122 123"},E:{"14":0.00465,"27":0.00465,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 16.0 TP","13.1":0.0093,"14.1":0.00465,"15.4":0.00465,"15.5":0.00465,"15.6":0.04652,"16.1":0.01396,"16.2":0.00465,"16.3":0.01396,"16.4":0.0093,"16.5":0.00465,"16.6":0.05117,"17.0":0.00465,"17.1":0.12095,"17.2":0.0093,"17.3":0.00465,"17.4":0.01396,"17.5":0.03722,"17.6":0.08374,"18.0":0.0093,"18.1":0.01396,"18.2":0.0093,"18.3":0.04187,"18.4":0.01861,"18.5-18.7":0.05117,"26.0":0.01861,"26.1":0.01861,"26.2":0.1163,"26.3":0.16282,"26.4":0.13491,"26.5":1.44212},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00226,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00679,"8.1-8.4":0,"9.0-9.2":0.00226,"9.3":0,"10.0-10.2":0,"10.3":0.02488,"11.0-11.2":0.74879,"11.3-11.4":0.00452,"12.0-12.1":0,"12.2-12.5":0.07691,"13.0-13.1":0,"13.2":0.02488,"13.3":0,"13.4-13.7":0.00452,"14.0-14.4":0.01584,"14.5-14.8":0.02488,"15.0-15.1":0.02262,"15.2-15.3":0.01357,"15.4":0.01584,"15.5":0.02036,"15.6-15.8":0.39589,"16.0":0.0362,"16.1":0.05882,"16.2":0.03167,"16.3":0.06787,"16.4":0.01584,"16.5":0.02488,"16.6-16.7":0.51578,"17.0":0.02262,"17.1":0.03393,"17.2":0.03167,"17.3":0.04751,"17.4":0.07239,"17.5":0.12895,"17.6-17.7":0.33254,"18.0":0.07465,"18.1":0.14252,"18.2":0.07691,"18.3":0.23527,"18.4":0.10632,"18.5-18.7":3.40009,"26.0":0.22396,"26.1":0.23301,"26.2":0.70355,"26.3":0.96144,"26.4":1.10169,"26.5":12.49415},P:{"4":0.00645,"21":0.01291,"22":0.01936,"23":0.00645,"24":0.01936,"25":0.01936,"26":0.03872,"27":0.03227,"28":0.07099,"29":0.32267,"30":1.51654,_:"20 6.2-6.4 9.2 10.1 11.1-11.2 14.0 15.0 16.0 18.0","5.0-5.4":0.00645,"7.2-7.4":0.00645,"8.2":0.00645,"12.0":0.00645,"13.0":0.00645,"17.0":0.00645,"19.0":0.01936},I:{"0":0.01069,"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.16044,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.0942,"11":0.0314,_:"6 7 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.19253},H:{all:0},L:{"0":34.70742},R:{_:"0"},M:{"0":0.2674},Q:{"14.9":0.03209}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"65":0.00359,"67":0.00359,"68":0.00359,"72":0.00359,"103":0.00359,"112":0.00718,"115":0.06821,"120":0.01795,"121":0.03949,"127":0.01077,"136":0.00359,"140":0.02513,"142":0.00359,"146":0.00718,"147":0.00718,"148":0.01077,"149":0.01077,"150":0.03231,"151":0.64261,"152":0.38413,"153":0.00359,_:"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 66 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 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 137 138 139 141 143 144 145 154 155 3.5 3.6"},D:{"39":0.00359,"40":0.00359,"41":0.00359,"42":0.01077,"43":0.00359,"44":0.00359,"45":0.00718,"46":0.00359,"47":0.00718,"48":0.00359,"49":0.01436,"50":0.00359,"51":0.00718,"52":0.00718,"53":0.01077,"54":0.00359,"55":0.01077,"56":0.00359,"57":0.01077,"58":0.00718,"59":0.00718,"60":0.00718,"61":0.00359,"62":0.00359,"63":0.00359,"65":0.00718,"68":0.00718,"69":0.00359,"70":0.00718,"71":0.01795,"72":0.00359,"73":0.00359,"74":0.01077,"76":0.00359,"77":0.00718,"78":0.00359,"79":0.06103,"80":0.00718,"81":0.00718,"83":0.00359,"86":0.00718,"87":0.01077,"88":0.00359,"90":0.02513,"92":0.00359,"93":0.00359,"94":0.01077,"95":0.00359,"97":0.00359,"98":0.00718,"99":0.00718,"100":0.00359,"101":0.00359,"102":0.00718,"103":0.05744,"104":0.04667,"105":0.03231,"106":0.0359,"107":0.03231,"108":0.03231,"109":0.31233,"110":0.03231,"111":0.08975,"112":0.03231,"113":0.00359,"114":0.01795,"116":0.09693,"117":0.03231,"118":1.58319,"119":0.05744,"120":0.07898,"121":0.00718,"122":0.02872,"123":0.00359,"124":0.0359,"125":0.01436,"126":0.00718,"127":0.00718,"128":0.01436,"129":0.00359,"130":0.01077,"131":0.08975,"132":0.01077,"133":0.07539,"134":0.01436,"135":0.01436,"136":0.01795,"137":0.04308,"138":0.12924,"139":0.02154,"140":0.01436,"141":0.02872,"142":0.03949,"143":0.05026,"144":0.04308,"145":0.1436,"146":0.16873,"147":0.26566,"148":4.26492,"149":4.82855,"150":0.02513,_:"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 64 66 67 75 84 85 89 91 96 115 151 152 153"},F:{"36":0.00359,"37":0.00359,"79":0.00359,"86":0.01077,"88":0.00359,"90":0.00359,"93":0.00359,"94":0.00359,"95":0.02154,"96":0.00718,"97":0.0359,"98":0.06103,"99":0.12206,"100":0.00718,"102":0.00359,"113":0.00359,"127":0.00359,"131":0.41285,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 87 89 91 92 101 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00359,"15":0.00359,"16":0.00718,"17":0.00359,"18":0.04308,"89":0.00359,"90":0.01077,"92":0.02154,"100":0.00359,"109":0.62107,"111":0.00359,"112":0.00359,"114":0.01436,"119":0.01795,"120":0.01795,"122":0.00359,"129":0.00359,"136":0.00359,"137":0.02513,"138":0.00359,"139":0.00718,"140":0.04667,"141":0.00359,"142":0.01077,"143":0.01436,"144":0.01436,"145":0.01077,"146":0.0359,"147":0.04308,"148":0.54927,"149":1.55447,_:"12 13 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 113 115 116 117 118 121 123 124 125 126 127 128 130 131 132 133 134 135 150"},E:{"11":0.00359,"14":0.00718,_:"4 5 6 7 8 9 10 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 17.0 17.2 17.3 17.4 18.0 18.1 18.4 TP","11.1":0.00359,"12.1":0.00359,"13.1":0.00359,"14.1":0.00718,"15.6":0.03231,"16.3":0.00359,"16.5":0.00359,"16.6":0.04308,"17.1":0.00359,"17.5":0.00359,"17.6":0.02154,"18.2":0.00359,"18.3":0.00718,"18.5-18.7":0.00359,"26.0":0.00359,"26.1":0.00359,"26.2":0.00718,"26.3":0.01795,"26.4":0.01795,"26.5":0.10411},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00032,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00097,"8.1-8.4":0,"9.0-9.2":0.00032,"9.3":0,"10.0-10.2":0,"10.3":0.00356,"11.0-11.2":0.10715,"11.3-11.4":0.00065,"12.0-12.1":0,"12.2-12.5":0.01101,"13.0-13.1":0,"13.2":0.00356,"13.3":0,"13.4-13.7":0.00065,"14.0-14.4":0.00227,"14.5-14.8":0.00356,"15.0-15.1":0.00324,"15.2-15.3":0.00194,"15.4":0.00227,"15.5":0.00291,"15.6-15.8":0.05665,"16.0":0.00518,"16.1":0.00842,"16.2":0.00453,"16.3":0.00971,"16.4":0.00227,"16.5":0.00356,"16.6-16.7":0.0738,"17.0":0.00324,"17.1":0.00486,"17.2":0.00453,"17.3":0.0068,"17.4":0.01036,"17.5":0.01845,"17.6-17.7":0.04758,"18.0":0.01068,"18.1":0.02039,"18.2":0.01101,"18.3":0.03367,"18.4":0.01521,"18.5-18.7":0.48653,"26.0":0.03205,"26.1":0.03334,"26.2":0.10067,"26.3":0.13757,"26.4":0.15764,"26.5":1.78782},P:{"21":0.0044,"24":0.01321,"25":0.0044,"26":0.0044,"27":0.02201,"28":0.18931,"29":0.14968,"30":0.37421,_:"4 20 22 23 5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.01321,"9.2":0.0088,"11.1-11.2":0.0088,"16.0":0.0088},I:{"0":0.31378,"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.00013},K:{"0":7.85789,_:"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.15384,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.34614},H:{all:0.02},L:{"0":66.47266},R:{_:"0"},M:{"0":0.08333},Q:{"14.9":0.00641}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"52":0.
|
|
1
|
+
module.exports={C:{"52":0.03344,"55":0.00669,"60":0.01338,"68":0.00669,"74":0.00669,"78":0.00669,"98":0.00669,"102":0.00669,"103":0.01338,"115":0.40128,"120":0.3344,"121":0.65542,"128":0.01338,"133":0.00669,"134":0.00669,"135":0.00669,"136":0.02006,"137":0.00669,"138":0.00669,"139":0.00669,"140":0.13376,"144":0.01338,"146":0.00669,"147":0.02006,"148":0.01338,"149":0.01338,"150":0.06688,"151":0.99651,"152":0.60861,"153":0.01338,_:"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 56 57 58 59 61 62 63 64 65 66 67 69 70 71 72 73 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 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 141 142 143 145 154 155 3.5 3.6"},D:{"39":0.40797,"40":0.40797,"41":0.40797,"42":0.41466,"43":0.42134,"44":0.41466,"45":0.41466,"46":0.41466,"47":0.41466,"48":0.41466,"49":0.42803,"50":0.41466,"51":0.41466,"52":0.41466,"53":0.41466,"54":0.41466,"55":0.41466,"56":0.42134,"57":0.42134,"58":0.40797,"59":0.41466,"60":0.41466,"70":0.12038,"79":0.01338,"81":0.00669,"83":0.00669,"85":0.00669,"86":0.00669,"87":0.00669,"90":0.00669,"93":0.00669,"96":0.00669,"98":0.01338,"102":0.00669,"103":0.5016,"104":0.52835,"105":0.48154,"106":0.50829,"107":0.48822,"108":0.48822,"109":2.49462,"110":0.48154,"111":0.48822,"112":0.47485,"114":0.02675,"116":0.96307,"117":0.48154,"118":4.47427,"119":0.6688,"120":1.18378,"121":0.01338,"122":0.04013,"123":0.01338,"124":0.51498,"125":0.00669,"126":0.02006,"127":0.02006,"128":0.03344,"129":0.02006,"130":0.07357,"131":1.09014,"132":0.06688,"133":1.01658,"134":0.08026,"135":0.14045,"136":0.06019,"137":0.12038,"138":0.2809,"139":0.93632,"140":0.02675,"141":0.1137,"142":0.20733,"143":0.10701,"144":0.08694,"145":0.58186,"146":0.21402,"147":0.34778,"148":7.03578,"149":12.2591,"150":0.08694,"151":0.00669,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 84 88 89 91 92 94 95 97 99 100 101 113 115 152 153"},F:{"62":0.00669,"79":0.01338,"84":0.02675,"85":0.02675,"86":0.01338,"95":0.53504,"98":0.04013,"99":0.10032,"114":0.01338,"115":0.00669,"117":0.00669,"118":0.00669,"119":0.00669,"121":0.01338,"122":0.00669,"126":0.02006,"127":0.00669,"131":2.32074,_:"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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 116 120 123 124 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00669,"109":0.01338,"119":0.32771,"120":0.32771,"131":0.03344,"132":0.01338,"133":0.02006,"134":0.01338,"135":0.01338,"136":0.02006,"137":0.00669,"138":0.00669,"143":0.01338,"145":0.00669,"146":0.00669,"147":0.01338,"148":0.40797,"149":1.19715,_:"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 122 123 124 125 126 127 128 129 130 139 140 141 142 144 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 17.0 17.2 18.4 TP","13.1":0.00669,"15.6":0.02006,"16.5":0.00669,"16.6":0.04013,"17.1":0.02006,"17.3":0.00669,"17.4":0.02006,"17.5":0.01338,"17.6":0.04682,"18.0":0.00669,"18.1":0.00669,"18.2":0.00669,"18.3":0.01338,"18.5-18.7":0.01338,"26.0":0.00669,"26.1":0.00669,"26.2":0.02006,"26.3":0.04682,"26.4":0.04682,"26.5":0.3344},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00071,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00213,"8.1-8.4":0,"9.0-9.2":0.00071,"9.3":0,"10.0-10.2":0,"10.3":0.00782,"11.0-11.2":0.23522,"11.3-11.4":0.00142,"12.0-12.1":0,"12.2-12.5":0.02416,"13.0-13.1":0,"13.2":0.00782,"13.3":0,"13.4-13.7":0.00142,"14.0-14.4":0.00497,"14.5-14.8":0.00782,"15.0-15.1":0.00711,"15.2-15.3":0.00426,"15.4":0.00497,"15.5":0.0064,"15.6-15.8":0.12436,"16.0":0.01137,"16.1":0.01848,"16.2":0.00995,"16.3":0.02132,"16.4":0.00497,"16.5":0.00782,"16.6-16.7":0.16203,"17.0":0.00711,"17.1":0.01066,"17.2":0.00995,"17.3":0.01492,"17.4":0.02274,"17.5":0.04051,"17.6-17.7":0.10446,"18.0":0.02345,"18.1":0.04477,"18.2":0.02416,"18.3":0.07391,"18.4":0.0334,"18.5-18.7":1.06809,"26.0":0.07035,"26.1":0.0732,"26.2":0.22101,"26.3":0.30202,"26.4":0.34608,"26.5":3.92486},P:{"4":0.00615,"23":0.00615,"24":0.01229,"25":0.00615,"26":0.00615,"27":0.00615,"28":0.01844,"29":0.07992,"30":0.40573,_:"20 21 22 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.00615},I:{"0":0.00993,"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.53339,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00892,"11":0.01783,_:"6 7 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.05301},H:{all:0},L:{"0":27.75149},R:{_:"0"},M:{"0":0.15902},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"58":0.
|
|
1
|
+
module.exports={C:{"50":0.00464,"55":0.00464,"56":0.00464,"57":0.00464,"58":0.00928,"65":0.00464,"68":0.00464,"72":0.00464,"78":0.00464,"93":0.00928,"112":0.00928,"115":0.12069,"120":0.04178,"121":0.08356,"127":0.02321,"140":0.04178,"143":0.00464,"144":0.00464,"145":0.00464,"146":0.00928,"147":0.01857,"148":0.01857,"149":0.02321,"150":0.06035,"151":1.09087,"152":0.63595,"153":0.00928,_:"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 59 60 61 62 63 64 66 67 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 154 155 3.5 3.6"},D:{"39":0.00464,"40":0.00928,"41":0.00928,"42":0.00464,"43":0.00464,"44":0.00464,"45":0.00464,"46":0.00464,"47":0.00464,"48":0.00928,"49":0.00928,"50":0.00928,"51":0.00464,"52":0.00464,"53":0.00464,"54":0.00928,"55":0.00464,"56":0.00928,"57":0.00464,"58":0.00928,"59":0.00928,"60":0.00928,"64":0.00928,"65":0.00464,"68":0.00464,"69":0.00464,"70":0.00464,"71":0.01393,"72":0.05106,"73":0.01393,"74":0.00464,"75":0.00464,"76":0.00928,"77":0.00928,"78":0.00464,"79":0.00928,"80":0.01857,"81":0.00464,"83":0.00928,"86":0.00464,"87":0.01857,"90":0.00464,"91":0.00464,"92":0.00464,"93":0.02321,"94":0.04642,"95":0.01393,"97":0.00464,"98":0.01857,"100":0.00464,"101":0.00464,"103":0.16711,"104":0.07891,"105":0.0882,"106":0.0882,"107":0.07891,"108":0.09748,"109":0.76593,"110":0.07891,"111":0.12069,"112":0.08356,"113":0.01393,"114":0.04178,"115":0.00464,"116":0.19032,"117":0.07891,"118":2.35349,"119":0.11141,"120":0.19032,"121":0.00464,"122":0.01393,"123":0.00464,"124":0.08356,"125":0.01393,"126":0.01393,"127":0.00928,"128":0.04178,"129":0.00464,"130":0.02321,"131":0.19496,"132":0.00928,"133":0.1764,"134":0.01857,"135":0.01393,"136":0.02321,"137":0.0557,"138":0.1764,"139":0.01857,"140":0.02785,"141":0.03714,"142":0.07427,"143":0.05106,"144":0.08356,"145":0.30637,"146":0.16247,"147":0.4642,"148":6.17386,"149":7.57574,"150":0.02785,"151":0.00464,_:"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 84 85 88 89 96 99 102 152 153"},F:{"79":0.00464,"95":0.02321,"96":0.00464,"97":0.01393,"98":0.05106,"99":0.18568,"100":0.01393,"113":0.00464,"120":0.00464,"131":0.74736,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.01393,"15":0.00928,"16":0.00928,"17":0.00464,"18":0.0882,"84":0.00464,"89":0.00464,"90":0.01857,"92":0.04642,"100":0.00464,"109":0.02321,"114":0.00928,"119":0.04642,"120":0.04642,"122":0.00928,"127":0.00464,"133":0.00464,"134":0.00464,"135":0.00464,"136":0.00464,"137":0.00464,"138":0.00928,"139":0.00464,"140":0.00464,"141":0.03714,"142":0.01393,"143":0.01393,"144":0.00928,"145":0.02321,"146":0.06035,"147":0.08356,"148":0.67309,"149":1.87537,_:"12 13 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 128 129 130 131 132 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.4 18.5-18.7 TP","5.1":0.00464,"11.1":0.00464,"12.1":0.00464,"13.1":0.00464,"14.1":0.00928,"15.6":0.07891,"16.1":0.00464,"16.6":0.02785,"17.1":0.01393,"17.5":0.00464,"17.6":0.03714,"18.3":0.00464,"26.0":0.00928,"26.1":0.00464,"26.2":0.01857,"26.3":0.01857,"26.4":0.00464,"26.5":0.12533},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00037,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00111,"8.1-8.4":0,"9.0-9.2":0.00037,"9.3":0,"10.0-10.2":0,"10.3":0.00406,"11.0-11.2":0.12219,"11.3-11.4":0.00074,"12.0-12.1":0,"12.2-12.5":0.01255,"13.0-13.1":0,"13.2":0.00406,"13.3":0,"13.4-13.7":0.00074,"14.0-14.4":0.00258,"14.5-14.8":0.00406,"15.0-15.1":0.00369,"15.2-15.3":0.00221,"15.4":0.00258,"15.5":0.00332,"15.6-15.8":0.0646,"16.0":0.00591,"16.1":0.0096,"16.2":0.00517,"16.3":0.01107,"16.4":0.00258,"16.5":0.00406,"16.6-16.7":0.08417,"17.0":0.00369,"17.1":0.00554,"17.2":0.00517,"17.3":0.00775,"17.4":0.01181,"17.5":0.02104,"17.6-17.7":0.05427,"18.0":0.01218,"18.1":0.02326,"18.2":0.01255,"18.3":0.03839,"18.4":0.01735,"18.5-18.7":0.55486,"26.0":0.03655,"26.1":0.03802,"26.2":0.11481,"26.3":0.1569,"26.4":0.17978,"26.5":2.0389},P:{"4":0.00594,"21":0.00594,"24":0.02969,"25":0.01781,"26":0.02375,"27":0.06531,"28":0.23155,"29":0.23749,"30":0.39186,_:"20 22 23 5.0-5.4 6.2-6.4 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.04156,"8.2":0.00594,"9.2":0.02969,"11.1-11.2":0.00594,"19.0":0.00594},I:{"0":0.02141,"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.96976,_:"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.02143,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.26254},H:{all:0.02},L:{"0":61.78122},R:{_:"0"},M:{"0":0.13395},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"11":0.
|
|
1
|
+
module.exports={C:{"11":0.14623,"44":0.00585,"52":0.00585,"78":0.0117,"115":0.12868,"120":0.40943,"121":0.81886,"123":0.00585,"124":0.00585,"125":0.42698,"126":0.42698,"127":0.45037,"128":0.31,"129":0.2749,"130":0.42113,"131":0.45037,"132":0.42113,"133":0.42698,"134":0.28075,"135":0.37434,"136":0.52056,"137":0.00585,"138":0.00585,"139":0.00585,"140":0.08774,"141":0.02925,"142":0.00585,"143":0.00585,"144":0.00585,"145":0.00585,"146":0.00585,"147":0.0234,"148":0.0234,"149":0.0234,"150":0.09943,"151":1.08207,"152":0.61415,_:"2 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 153 154 155 3.5 3.6"},D:{"39":0.07019,"40":0.07019,"41":0.07019,"42":0.07019,"43":0.07019,"44":0.07019,"45":0.07019,"46":0.07019,"47":0.07019,"48":0.08189,"49":0.07604,"50":0.07019,"51":0.07019,"52":0.07019,"53":0.07019,"54":0.07019,"55":0.07019,"56":0.07019,"57":0.07019,"58":0.07019,"59":0.07019,"60":0.07019,"70":0.03509,"75":0.00585,"76":0.00585,"77":0.00585,"79":0.05264,"80":0.00585,"83":0.00585,"84":0.00585,"85":0.00585,"87":0.01755,"91":0.00585,"93":0.0117,"96":0.00585,"99":0.0234,"100":0.01755,"101":0.0117,"102":0.01755,"103":0.10528,"104":0.04094,"105":0.03509,"106":0.03509,"107":0.03509,"108":0.03509,"109":0.26905,"110":0.03509,"111":0.03509,"112":0.03509,"113":0.0117,"114":0.04679,"115":0.0234,"116":0.14038,"117":0.14038,"118":0.63754,"119":0.8598,"120":0.92414,"121":0.0234,"122":0.05849,"123":0.0117,"124":0.17547,"125":1.18735,"126":0.14623,"127":0.11698,"128":0.16377,"129":0.11698,"130":0.15207,"131":0.30415,"132":0.13453,"133":0.18717,"134":0.11113,"135":0.04094,"136":0.06434,"137":0.04679,"138":0.23981,"139":0.46207,"140":0.04094,"141":0.04679,"142":0.18132,"143":0.21056,"144":0.21056,"145":1.16395,"146":1.66112,"147":1.04697,"148":6.159,"149":10.58669,"150":0.05849,"151":0.00585,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 78 81 86 88 89 90 92 94 95 97 98 152 153"},F:{"89":0.00585,"90":0.00585,"91":0.00585,"95":0.0234,"98":0.0117,"99":0.05849,"106":0.00585,"114":0.00585,"131":0.36264,_:"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 92 93 94 96 97 100 101 102 103 104 105 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.03509,"119":0.40358,"120":0.40943,"122":0.00585,"124":0.00585,"128":0.00585,"130":0.00585,"131":0.01755,"132":0.00585,"133":0.00585,"134":0.0117,"135":0.0117,"136":0.0117,"137":0.00585,"138":0.0117,"139":0.00585,"140":0.00585,"141":0.00585,"142":0.0117,"143":0.0117,"144":0.0117,"145":0.04679,"146":0.03509,"147":0.09943,"148":1.59093,"149":4.3809,"150":0.00585,_:"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 123 125 126 127 129"},E:{"14":0.01755,"15":0.00585,"27":0.00585,_:"4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 15.1 15.2-15.3 TP","10.1":0.00585,"11.1":0.00585,"12.1":0.00585,"13.1":0.02925,"14.1":0.02925,"15.4":0.00585,"15.5":0.00585,"15.6":0.10528,"16.0":0.00585,"16.1":0.0117,"16.2":0.00585,"16.3":0.01755,"16.4":0.0117,"16.5":0.01755,"16.6":0.21056,"17.0":0.01755,"17.1":0.16962,"17.2":0.0117,"17.3":0.03509,"17.4":0.04094,"17.5":0.09358,"17.6":0.35094,"18.0":0.0117,"18.1":0.02925,"18.2":0.01755,"18.3":0.05849,"18.4":0.01755,"18.5-18.7":0.05849,"26.0":0.0234,"26.1":0.02925,"26.2":0.14038,"26.3":0.24566,"26.4":0.16377,"26.5":2.46828},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00208,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00624,"8.1-8.4":0,"9.0-9.2":0.00208,"9.3":0,"10.0-10.2":0,"10.3":0.02287,"11.0-11.2":0.6882,"11.3-11.4":0.00416,"12.0-12.1":0,"12.2-12.5":0.07069,"13.0-13.1":0,"13.2":0.02287,"13.3":0,"13.4-13.7":0.00416,"14.0-14.4":0.01455,"14.5-14.8":0.02287,"15.0-15.1":0.02079,"15.2-15.3":0.01247,"15.4":0.01455,"15.5":0.01871,"15.6-15.8":0.36385,"16.0":0.03327,"16.1":0.05406,"16.2":0.02911,"16.3":0.06237,"16.4":0.01455,"16.5":0.02287,"16.6-16.7":0.47405,"17.0":0.02079,"17.1":0.03119,"17.2":0.02911,"17.3":0.04366,"17.4":0.06653,"17.5":0.11851,"17.6-17.7":0.30564,"18.0":0.06861,"18.1":0.13099,"18.2":0.07069,"18.3":0.21623,"18.4":0.09772,"18.5-18.7":3.12496,"26.0":0.20584,"26.1":0.21415,"26.2":0.64662,"26.3":0.88364,"26.4":1.01255,"26.5":11.48315},P:{"4":0.00734,"21":0.00734,"22":0.00734,"23":0.00734,"24":0.00734,"25":0.00734,"26":0.03672,"27":0.01469,"28":0.03672,"29":0.11017,"30":0.76384,_:"20 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00734,"8.2":0.00734},I:{"0":0.03317,"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.3818,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.0234,"11":0.0117,_:"6 7 8 10 5.5"},N:{_:"10 11"},S:{"2.5":0.00415,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.0332},H:{all:0},L:{"0":21.84861},R:{_:"0"},M:{"0":0.6557},Q:{"14.9":0.00415}};
|