@shugaev/spur 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agents/cursor-submit-ack.d.ts.map +1 -1
- package/dist/agents/cursor-submit-ack.js +15 -1
- package/dist/agents/cursor-submit-ack.js.map +1 -1
- package/dist/agents/cursor.d.ts +1 -0
- package/dist/agents/cursor.d.ts.map +1 -1
- package/dist/agents/cursor.js +3 -1
- package/dist/agents/cursor.js.map +1 -1
- package/dist/agents/index.js +2 -2
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/models.d.ts +3 -0
- package/dist/agents/models.d.ts.map +1 -1
- package/dist/agents/models.js +41 -3
- package/dist/agents/models.js.map +1 -1
- package/dist/backlog/index.d.ts +15 -0
- package/dist/backlog/index.d.ts.map +1 -0
- package/dist/backlog/index.js +80 -0
- package/dist/backlog/index.js.map +1 -0
- package/dist/backlog/providers.d.ts +12 -0
- package/dist/backlog/providers.d.ts.map +1 -0
- package/dist/backlog/providers.js +22 -0
- package/dist/backlog/providers.js.map +1 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +12 -1
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +64 -0
- package/dist/config.js.map +1 -1
- package/dist/event-sources/github.d.ts.map +1 -1
- package/dist/event-sources/github.js +30 -32
- package/dist/event-sources/github.js.map +1 -1
- package/dist/event-sources/index.d.ts.map +1 -1
- package/dist/event-sources/index.js +5 -0
- package/dist/event-sources/index.js.map +1 -1
- package/dist/gh.d.ts +2 -0
- package/dist/gh.d.ts.map +1 -1
- package/dist/gh.js +28 -0
- package/dist/gh.js.map +1 -1
- package/dist/jira.d.ts +15 -0
- package/dist/jira.d.ts.map +1 -0
- package/dist/jira.js +74 -0
- package/dist/jira.js.map +1 -0
- package/dist/metadata.d.ts +7 -1
- package/dist/metadata.d.ts.map +1 -1
- package/dist/metadata.js +129 -0
- package/dist/metadata.js.map +1 -1
- package/dist/preflight.d.ts.map +1 -1
- package/dist/preflight.js +4 -0
- package/dist/preflight.js.map +1 -1
- package/dist/prompt-template.d.ts +3 -0
- package/dist/prompt-template.d.ts.map +1 -0
- package/dist/prompt-template.js +14 -0
- package/dist/prompt-template.js.map +1 -0
- package/dist/send-batches.d.ts +3 -1
- package/dist/send-batches.d.ts.map +1 -1
- package/dist/send-batches.js +94 -0
- package/dist/send-batches.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +27 -1
- package/dist/server.js.map +1 -1
- package/dist/session-service.d.ts +13 -1
- package/dist/session-service.d.ts.map +1 -1
- package/dist/session-service.js +164 -45
- package/dist/session-service.js.map +1 -1
- package/dist/shepherd.d.ts.map +1 -1
- package/dist/shepherd.js +2 -1
- package/dist/shepherd.js.map +1 -1
- package/dist/triggers.d.ts.map +1 -1
- package/dist/triggers.js +81 -15
- package/dist/triggers.js.map +1 -1
- package/dist/types.d.ts +74 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/app-build-manifest.json +98 -91
- package/web/.next/app-path-routes-manifest.json +2 -1
- package/web/.next/build-manifest.json +3 -3
- package/web/.next/prerender-manifest.json +18 -18
- package/web/.next/required-server-files.json +3 -3
- package/web/.next/server/app/_not-found/page.js +2 -2
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/server/app/_not-found.rsc +3 -3
- package/web/.next/server/app/api/backlog/take/route.js +1 -0
- package/web/.next/server/app/api/backlog/take/route.js.nft.json +1 -0
- package/web/.next/server/app/api/backlog/take/route_client-reference-manifest.js +1 -0
- package/web/.next/server/app/api/github-status/route.js +1 -1
- package/web/.next/server/app/api/github-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/gitlab-status/route.js +1 -1
- package/web/.next/server/app/api/gitlab-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/models/route.js +1 -1
- package/web/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/pr-status/merge/route.js +1 -1
- package/web/.next/server/app/api/pr-status/merge/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/pr-status/route.js +2 -2
- package/web/.next/server/app/api/pr-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/preflight/route.js +1 -1
- package/web/.next/server/app/api/preflight/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/branches/exists/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/branches/exists/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/slash-commands/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/route.js +1 -1
- package/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/info/route.js +1 -1
- package/web/.next/server/app/api/runtime/info/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/resources/route.js +1 -1
- package/web/.next/server/app/api/runtime/resources/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/terminal/route.js +1 -1
- package/web/.next/server/app/api/runtime/terminal/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/versions/route.js +1 -1
- package/web/.next/server/app/api/runtime/versions/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/versions/switch/route.js +1 -1
- package/web/.next/server/app/api/runtime/versions/switch/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/voice/route.js +1 -1
- package/web/.next/server/app/api/runtime/voice/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/voice/transcribe/route.js +1 -1
- package/web/.next/server/app/api/runtime/voice/transcribe/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/complete/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/complete/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/conversation/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/conversation/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/kill/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/kill/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/logs/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/logs/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/pause/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/pause/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/respawn/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/respawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/restore/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/restore/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/send/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/send/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/slash-commands/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/tags/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/tags/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/route.js +1 -1
- package/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/shepherd/spawn/route.js +1 -1
- package/web/.next/server/app/api/shepherd/spawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/spawn/route.js +1 -1
- package/web/.next/server/app/api/spawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/apple-icon/route.js +1 -1
- package/web/.next/server/app/apple-icon/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon/route.js +1 -1
- package/web/.next/server/app/icon/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon-192/route.js +1 -1
- package/web/.next/server/app/icon-192/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon-512/route.js +1 -1
- package/web/.next/server/app/icon-512/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/web/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/page.js +3 -3
- package/web/.next/server/app/page.js.nft.json +1 -1
- package/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/sessions/[id]/page.js +6 -6
- package/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
- package/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app-paths-manifest.json +2 -1
- package/web/.next/server/chunks/135.js +1 -1
- package/web/.next/server/chunks/5158.js +1 -0
- package/web/.next/server/chunks/7331.js +3 -3
- package/web/.next/server/functions-config-manifest.json +3 -3
- package/web/.next/server/middleware-build-manifest.js +1 -1
- package/web/.next/server/next-font-manifest.js +1 -1
- package/web/.next/server/next-font-manifest.json +1 -1
- package/web/.next/server/pages/404.html +1 -1
- package/web/.next/server/pages/500.html +1 -1
- package/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/static/chunks/5124-5365d82e8f9962c5.js +1 -0
- package/web/.next/static/chunks/app/_not-found/{page-1b6e9375ed39417d.js → page-ce7aac1309588445.js} +1 -1
- package/web/.next/static/chunks/app/api/backlog/take/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/github-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/gitlab-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/models/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/pr-status/merge/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/pr-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/preflight/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/info/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/resources/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/terminal/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/versions/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/versions/switch/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/voice/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/send/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/shepherd/spawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/spawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/apple-icon/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon-192/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon-512/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/layout-f69f7a978709d508.js +1 -0
- package/web/.next/static/chunks/app/manifest.webmanifest/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/page-8a91ba4badc56ab2.js +1 -0
- package/web/.next/static/chunks/app/sessions/[id]/page-d8abb491bd89b750.js +1 -0
- package/web/.next/static/chunks/{main-app-1cea33e0d8c88bba.js → main-app-96c0fcaf99db6703.js} +1 -1
- package/web/.next/static/css/1c8043fd02fc0a5c.css +3 -0
- package/web/.next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js +1 -0
- package/web/node_modules/.package-lock.json +3 -3
- package/web/node_modules/caniuse-lite/data/agents.js +1 -1
- package/web/node_modules/caniuse-lite/data/browserVersions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/aac.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/apng.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-find.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audio.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/av1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/avif.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/beacon.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/bigint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/border-image.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/brotli.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/calc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/classlist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/colr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/console-time.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/const.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-all.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-has.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-if.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-table.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/customevent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/datalist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dataset.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/datauri.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/decorators.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/details.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dialog.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/download.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eme.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eot.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es5.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filereader.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flac.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fontface.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/forms.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/heif.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hevc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hidden.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/history.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ime.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/imports.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/innertext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-event.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-number.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-search.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/json.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/let.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mathml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/menu.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/meter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/midi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mp3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/notifications.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-values.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ogv.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/online-status.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/opus.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/outline.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/path2d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/picture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ping.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/portals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/progress.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/promises.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/proximity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/proxy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/push-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rellist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rem.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ruby.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/run-in.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/script-async.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sdch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sni.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/spdy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/srcset.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/stream.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/streams.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sxg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/template.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/temporal.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/touch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ttf.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/u2f.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/url.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/vibration.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/video.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wav.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-share.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgl.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webhid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webm.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webp.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/websockets.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webusb.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webvr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webxr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/will-change.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/woff.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/woff2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/word-break.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/zstd.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ER.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ES.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ET.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ID.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ME.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ML.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/OM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/QA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ST.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/US.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/WF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/WS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/YE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/YT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
- package/web/node_modules/caniuse-lite/data/versionGroups.js +1 -1
- package/web/node_modules/caniuse-lite/package.json +1 -1
- package/web/package-lock.json +45 -45
- package/web/server.js +1 -1
- package/web/.next/server/chunks/7974.js +0 -1
- package/web/.next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js +0 -1
- package/web/.next/static/chunks/5124-19d3cb5b8c373b6d.js +0 -1
- package/web/.next/static/chunks/app/api/github-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/gitlab-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/models/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/pr-status/merge/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/pr-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/preflight/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/info/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/resources/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/terminal/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/versions/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/versions/switch/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/voice/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/send/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/shepherd/spawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/spawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/apple-icon/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon-192/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon-512/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/layout-77450a833d54e15c.js +0 -1
- package/web/.next/static/chunks/app/manifest.webmanifest/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/page-fd332d4acc6d8ff0.js +0 -1
- package/web/.next/static/chunks/app/sessions/[id]/page-508070021783e022.js +0 -1
- package/web/.next/static/css/a21fffd2e823d08d.css +0 -3
- /package/web/.next/static/{1N29vAB1vCj1iGIUfy4to → j6j0a_rHfbTSVFFhtL-Dd}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"78":0.00534,"115":0.09612,"121":0.00534,"125":0.01068,"133":0.01068,"134":0.00534,"136":0.00534,"140":0.04272,"142":0.00534,"143":0.00534,"144":0.00534,"145":0.00534,"146":0.01068,"147":0.00534,"148":0.0267,"149":0.02136,"150":0.06408,"151":1.05198,"152":0.63012,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 126 127 128 129 130 131 132 135 137 138 139 141 153 154 155 3.5 3.6"},D:{"39":0.23496,"40":0.23496,"41":0.23496,"42":0.23496,"43":0.23496,"44":0.23496,"45":0.23496,"46":0.23496,"47":0.23496,"48":0.23496,"49":0.24564,"50":0.23496,"51":0.2403,"52":0.2403,"53":0.23496,"54":0.23496,"55":0.23496,"56":0.23496,"57":0.23496,"58":0.23496,"59":0.23496,"60":0.23496,"65":0.00534,"70":0.06408,"78":0.00534,"79":0.02136,"80":0.00534,"85":0.0267,"87":0.0267,"88":0.01602,"91":0.00534,"99":0.00534,"101":0.00534,"103":0.03738,"104":0.01602,"105":0.00534,"106":0.00534,"107":0.00534,"108":0.01068,"109":0.25098,"110":0.00534,"111":0.04272,"112":0.00534,"113":0.00534,"114":0.01068,"115":0.00534,"116":0.09612,"117":0.02136,"118":0.1869,"119":0.01602,"120":0.05874,"121":0.01602,"122":0.04272,"123":0.01068,"124":0.0267,"125":1.14276,"126":0.02136,"127":0.02136,"128":0.06408,"129":0.01068,"130":0.01068,"131":0.07476,"132":0.02136,"133":0.0267,"134":0.02136,"135":0.01602,"136":0.0267,"137":0.0267,"138":0.17622,"139":0.44856,"140":0.04272,"141":0.04272,"142":0.08544,"143":0.09078,"144":0.0801,"145":0.2136,"146":0.25632,"147":0.7209,"148":8.0634,"149":12.39414,"150":0.04806,"151":0.01068,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 71 72 73 74 75 76 77 81 83 84 86 89 90 92 93 94 95 96 97 98 100 102 152 153"},F:{"46":0.00534,"95":0.00534,"98":0.00534,"99":0.0267,"131":0.4539,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.0267,"117":0.00534,"119":0.00534,"120":0.00534,"131":0.00534,"132":0.00534,"133":0.00534,"134":0.00534,"135":0.00534,"136":0.00534,"137":0.00534,"138":0.01068,"139":0.01068,"140":0.00534,"141":0.01068,"142":0.02136,"143":0.01068,"144":0.01602,"145":0.03204,"146":0.04272,"147":0.09078,"148":2.01852,"149":5.64972,"150":0.02136,_:"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 122 123 124 125 126 127 128 129 130"},E:{"14":0.01068,"27":0.01068,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 11.1 15.2-15.3 TP","10.1":0.00534,"12.1":0.0267,"13.1":0.05874,"14.1":0.03738,"15.1":0.00534,"15.4":0.00534,"15.5":0.02136,"15.6":0.19758,"16.0":0.00534,"16.1":0.03204,"16.2":0.01068,"16.3":0.0267,"16.4":0.01068,"16.5":0.01068,"16.6":0.28302,"17.0":0.00534,"17.1":0.33108,"17.2":0.01068,"17.3":0.02136,"17.4":0.0267,"17.5":0.05874,"17.6":0.2136,"18.0":0.01068,"18.1":0.03204,"18.2":0.03204,"18.3":0.05874,"18.4":0.03204,"18.5-18.7":0.08544,"26.0":0.03738,"26.1":0.0534,"26.2":0.17622,"26.3":0.32574,"26.4":0.22428,"26.5":3.05982},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00218,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00655,"8.1-8.4":0,"9.0-9.2":0.00218,"9.3":0,"10.0-10.2":0,"10.3":0.02403,"11.0-11.2":0.72295,"11.3-11.4":0.00437,"12.0-12.1":0,"12.2-12.5":0.07426,"13.0-13.1":0,"13.2":0.02403,"13.3":0,"13.4-13.7":0.00437,"14.0-14.4":0.01529,"14.5-14.8":0.02403,"15.0-15.1":0.02184,"15.2-15.3":0.0131,"15.4":0.01529,"15.5":0.01966,"15.6-15.8":0.38222,"16.0":0.03495,"16.1":0.05679,"16.2":0.03058,"16.3":0.06552,"16.4":0.01529,"16.5":0.02403,"16.6-16.7":0.49798,"17.0":0.02184,"17.1":0.03276,"17.2":0.03058,"17.3":0.04587,"17.4":0.06989,"17.5":0.1245,"17.6-17.7":0.32107,"18.0":0.07208,"18.1":0.1376,"18.2":0.07426,"18.3":0.22715,"18.4":0.10265,"18.5-18.7":3.28277,"26.0":0.21623,"26.1":0.22497,"26.2":0.67927,"26.3":0.92826,"26.4":1.06368,"26.5":12.06302},P:{"4":0.01886,"21":0.00629,"22":0.00629,"23":0.00629,"24":0.00629,"25":0.00629,"26":0.01886,"27":0.01257,"28":0.044,"29":0.18228,"30":1.55882,_:"20 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01257,"7.2-7.4":0.00629,"8.2":0.00629},I:{"0":0.02328,"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.12582,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.0534,_:"6 7 8 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.03728},H:{all:0},L:{"0":25.13544},R:{_:"0"},M:{"0":0.48464},Q:{"14.9":0.00466}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"63":0.00351,"78":0.00703,"115":0.01757,"120":0.02811,"121":0.05271,"134":0.03514,"136":0.00351,"140":0.01054,"148":0.00351,"150":0.01406,"151":0.26706,"152":0.13353,_:"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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 135 137 138 139 141 142 143 144 145 146 147 149 153 154 155 3.5 3.6"},D:{"39":0.00703,"40":0.00703,"41":0.00703,"42":0.00703,"43":0.00703,"44":0.00351,"45":0.00703,"46":0.00351,"47":0.00351,"48":0.00703,"49":0.00351,"50":0.01054,"51":0.00351,"52":0.00351,"53":0.00703,"54":0.00351,"55":0.00703,"56":0.00703,"57":0.01054,"58":0.00703,"59":0.00703,"60":0.00703,"98":0.00351,"103":0.02811,"104":0.01757,"105":0.01757,"106":0.01406,"107":0.01406,"108":0.02108,"109":0.10542,"110":0.01054,"111":0.01757,"112":0.01054,"114":0.00351,"115":0.00351,"116":0.06677,"117":0.01406,"118":0.42871,"119":0.06325,"120":0.06677,"121":0.00351,"122":0.03163,"123":0.00703,"124":0.01757,"126":0.00703,"128":0.02108,"129":0.00703,"131":0.02811,"132":0.01054,"133":0.02811,"134":0.00351,"135":0.00351,"136":0.00351,"137":0.05974,"138":0.09839,"139":0.02811,"140":0.00351,"142":0.03514,"143":0.14759,"144":0.05271,"145":0.19327,"146":0.22841,"147":0.40411,"148":3.72133,"149":6.59929,"150":0.03865,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 113 125 127 130 141 151 152 153"},F:{"95":0.00351,"98":0.00351,"99":0.03163,"131":0.1757,_:"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:{"119":0.02811,"120":0.0246,"131":0.00351,"141":0.01054,"142":0.00703,"143":0.01054,"144":0.02811,"145":0.03865,"146":0.01757,"147":0.04217,"148":1.72889,"149":4.15706,"150":0.00351,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 134 135 136 137 138 139 140"},E:{"27":0.01054,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 17.0 TP","14.1":0.01406,"15.1":0.00703,"15.6":0.2003,"16.3":0.00703,"16.4":0.00351,"16.5":0.00351,"16.6":0.05622,"17.1":0.08434,"17.2":0.00351,"17.3":0.01054,"17.4":0.01757,"17.5":0.02811,"17.6":0.08434,"18.0":0.09839,"18.1":0.01406,"18.2":0.01054,"18.3":0.01757,"18.4":0.01054,"18.5-18.7":0.03865,"26.0":0.01054,"26.1":0.0246,"26.2":0.0492,"26.3":0.11245,"26.4":0.10191,"26.5":0.98743},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00299,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00897,"8.1-8.4":0,"9.0-9.2":0.00299,"9.3":0,"10.0-10.2":0,"10.3":0.03287,"11.0-11.2":0.98921,"11.3-11.4":0.00598,"12.0-12.1":0,"12.2-12.5":0.10161,"13.0-13.1":0,"13.2":0.03287,"13.3":0,"13.4-13.7":0.00598,"14.0-14.4":0.02092,"14.5-14.8":0.03287,"15.0-15.1":0.02989,"15.2-15.3":0.01793,"15.4":0.02092,"15.5":0.0269,"15.6-15.8":0.523,"16.0":0.04782,"16.1":0.0777,"16.2":0.04184,"16.3":0.08966,"16.4":0.02092,"16.5":0.03287,"16.6-16.7":0.68139,"17.0":0.02989,"17.1":0.04483,"17.2":0.04184,"17.3":0.06276,"17.4":0.09563,"17.5":0.17035,"17.6-17.7":0.43932,"18.0":0.09862,"18.1":0.18828,"18.2":0.10161,"18.3":0.31081,"18.4":0.14046,"18.5-18.7":4.49181,"26.0":0.29587,"26.1":0.30782,"26.2":0.92944,"26.3":1.27014,"26.4":1.45543,"26.5":16.50582},P:{"21":0.00663,"22":0.00663,"23":0.00663,"24":0.00663,"25":0.01326,"26":0.02653,"27":0.0199,"28":0.04642,"29":0.27854,"30":3.68731,_:"4 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.05305,"8.2":0.00663},I:{"0":0.01944,"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.03244,_:"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.00649},H:{all:0},L:{"0":40.59303},R:{_:"0"},M:{"0":0.17515},Q:{"14.9":0.00649}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"115":0.
|
|
1
|
+
module.exports={C:{"25":0.02616,"52":0.10987,"66":0.00523,"78":0.01046,"98":0.00523,"101":0.1308,"105":0.00523,"114":0.0157,"115":0.5232,"120":0.01046,"121":0.02093,"122":0.09418,"123":0.29299,"135":0.00523,"140":0.08371,"149":0.00523,"150":0.04709,"151":1.21906,"152":0.35054,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 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 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 102 103 104 106 107 108 109 110 111 112 113 116 117 118 119 124 125 126 127 128 129 130 131 132 133 134 136 137 138 139 141 142 143 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"40":0.01046,"42":0.02093,"43":0.02093,"44":0.00523,"46":0.01046,"48":0.01046,"49":0.00523,"50":0.03139,"51":0.01046,"52":0.00523,"53":0.03139,"54":0.0157,"55":0.00523,"56":0.03139,"57":0.02093,"58":0.01046,"59":0.00523,"60":0.00523,"68":0.00523,"76":0.07325,"83":0.00523,"84":0.00523,"85":0.00523,"86":0.02093,"87":0.73771,"96":0.00523,"97":0.00523,"98":0.0157,"99":0.01046,"100":0.02093,"101":0.01046,"102":0.1308,"103":0.27206,"104":0.01046,"106":0.01046,"107":0.01046,"109":0.26683,"110":0.00523,"112":0.00523,"116":0.05232,"118":0.25114,"119":0.02093,"120":0.03139,"121":0.14126,"122":0.25637,"123":0.00523,"124":0.01046,"127":0.0157,"131":0.01046,"132":0.0157,"133":0.0157,"135":0.08894,"136":0.0157,"138":0.03139,"142":0.00523,"143":0.02093,"145":0.0157,"146":0.2459,"147":0.12034,"148":6.04819,"149":13.77062,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 45 47 61 62 63 64 65 66 67 69 70 71 72 73 74 75 77 78 79 80 81 88 89 90 91 92 93 94 95 105 108 111 113 114 115 117 125 126 128 129 130 134 137 139 140 141 144 150 151 152 153"},F:{"46":0.00523,"99":0.03662,"131":0.16219,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0157,"85":0.00523,"99":0.01046,"101":0.02616,"102":0.10464,"109":0.02093,"119":0.03139,"120":0.02616,"121":0.02616,"122":0.04709,"131":0.0157,"134":0.02093,"135":0.00523,"138":0.01046,"143":0.01046,"144":0.02093,"145":0.07848,"146":0.34008,"147":0.05755,"148":2.69971,"149":8.2404,_:"12 13 14 15 16 17 79 80 81 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 100 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 123 124 125 126 127 128 129 130 132 133 136 137 139 140 141 142 150"},E:{"14":0.02093,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 16.0 18.2 18.4 18.5-18.7 TP","12.1":0.00523,"13.1":0.0157,"14.1":0.10464,"15.4":0.03139,"15.5":0.02616,"15.6":0.10987,"16.1":0.06802,"16.2":0.01046,"16.3":0.06278,"16.4":0.0157,"16.5":0.10464,"16.6":0.51274,"17.0":0.07325,"17.1":0.06802,"17.2":0.05232,"17.3":0.34531,"17.4":0.03139,"17.5":0.05755,"17.6":0.5075,"18.0":0.0157,"18.1":0.05755,"18.3":0.07848,"26.0":0.00523,"26.1":0.00523,"26.2":0.03139,"26.3":0.03662,"26.4":0.05755,"26.5":1.5696},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00131,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00392,"8.1-8.4":0,"9.0-9.2":0.00131,"9.3":0,"10.0-10.2":0,"10.3":0.01437,"11.0-11.2":0.4325,"11.3-11.4":0.00261,"12.0-12.1":0,"12.2-12.5":0.04443,"13.0-13.1":0,"13.2":0.01437,"13.3":0,"13.4-13.7":0.00261,"14.0-14.4":0.00915,"14.5-14.8":0.01437,"15.0-15.1":0.01307,"15.2-15.3":0.00784,"15.4":0.00915,"15.5":0.01176,"15.6-15.8":0.22866,"16.0":0.02091,"16.1":0.03397,"16.2":0.01829,"16.3":0.0392,"16.4":0.00915,"16.5":0.01437,"16.6-16.7":0.29791,"17.0":0.01307,"17.1":0.0196,"17.2":0.01829,"17.3":0.02744,"17.4":0.04181,"17.5":0.07448,"17.6-17.7":0.19208,"18.0":0.04312,"18.1":0.08232,"18.2":0.04443,"18.3":0.13589,"18.4":0.06141,"18.5-18.7":1.96387,"26.0":0.12936,"26.1":0.13458,"26.2":0.40636,"26.3":0.55532,"26.4":0.63633,"26.5":7.21654},P:{"4":0.0052,"27":0.0052,"28":0.03123,"29":0.39033,"30":1.76951,_:"20 21 22 23 24 25 26 5.0-5.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","6.2-6.4":0.01041},I:{"0":0.01905,"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.06674,_:"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":32.81885},R:{_:"0"},M:{"0":3.34643},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"52":0.
|
|
1
|
+
module.exports={C:{"47":0.00408,"52":0.00817,"56":0.00408,"60":0.00408,"72":0.00817,"94":0.00408,"106":0.00408,"113":0.00408,"115":1.04933,"120":0.03675,"121":0.07349,"125":0.07349,"126":0.00408,"127":0.03675,"128":0.00408,"130":0.00408,"131":0.00408,"132":0.00408,"133":0.00408,"134":0.00408,"135":0.00408,"136":0.00408,"137":0.00408,"138":0.00817,"139":0.00408,"140":0.09799,"141":0.00817,"142":0.01225,"143":0.01633,"144":0.01633,"145":0.02042,"146":0.04491,"147":0.08983,"148":0.04491,"149":0.01225,"150":0.0245,"151":1.71486,"152":0.65736,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 53 54 55 57 58 59 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 103 104 105 107 108 109 110 111 112 114 116 117 118 119 122 123 124 129 153 154 155 3.5 3.6"},D:{"39":0.06533,"40":0.06941,"41":0.06533,"42":0.06941,"43":0.06941,"44":0.06941,"45":0.06941,"46":0.06941,"47":0.06941,"48":0.06533,"49":0.07758,"50":0.06941,"51":0.07349,"52":0.06941,"53":0.06941,"54":0.06941,"55":0.06941,"56":0.06941,"57":0.06941,"58":0.06941,"59":0.06941,"60":0.06941,"61":0.00408,"62":0.00408,"63":0.00408,"64":0.00408,"66":0.00408,"67":0.00408,"68":0.00408,"69":0.00408,"70":0.00408,"71":0.01633,"72":0.00408,"73":0.00408,"74":0.00408,"75":0.00408,"76":0.00408,"77":0.00408,"78":0.01225,"79":0.02858,"80":0.01225,"81":0.01225,"83":0.02042,"84":0.00817,"85":0.00817,"86":0.02858,"87":0.04083,"88":0.00817,"89":0.01225,"90":0.00817,"91":0.00817,"92":0.01633,"93":0.00408,"94":0.00817,"95":0.01225,"96":0.01633,"97":0.00817,"98":0.01225,"99":0.00817,"100":0.00817,"101":0.00817,"102":0.00817,"103":0.12657,"104":0.11432,"105":0.11841,"106":0.12249,"107":0.14291,"108":0.13474,"109":3.34806,"110":0.11432,"111":0.12249,"112":0.11024,"113":0.00817,"114":0.02042,"115":0.01225,"116":0.22865,"117":0.12249,"118":1.10241,"119":0.09391,"120":0.21232,"121":0.0245,"122":0.04491,"123":0.03266,"124":0.12657,"125":0.01633,"126":0.03675,"127":0.02858,"128":0.0245,"129":0.02042,"130":0.04083,"131":0.30623,"132":0.02858,"133":0.24906,"134":0.05308,"135":0.06125,"136":0.05308,"137":0.09391,"138":0.13474,"139":0.06941,"140":0.07758,"141":0.09391,"142":0.17965,"143":0.25723,"144":0.48179,"145":1.28615,"146":0.05716,"147":0.22865,"148":5.62637,"149":7.5903,"150":0.0245,_:"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 65 151 152 153"},F:{"46":0.00408,"79":0.01225,"80":0.00408,"85":0.00817,"95":0.13882,"98":0.00817,"99":0.03675,"101":0.00408,"120":0.00408,"124":0.00408,"125":0.00817,"126":0.00817,"127":0.01225,"131":0.27764,_:"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 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 100 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 122 123 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00408,"15":0.00408,"16":0.00408,"17":0.00408,"18":0.01633,"84":0.00408,"88":0.00408,"89":0.00408,"90":0.00408,"92":0.11432,"100":0.00817,"109":0.10208,"114":0.00408,"119":0.03675,"120":0.03675,"122":0.01633,"131":0.00408,"133":0.00408,"135":0.00408,"136":0.00408,"137":0.00408,"138":0.01225,"139":0.00408,"140":0.00817,"141":0.01225,"142":0.01225,"143":0.03266,"144":0.01633,"145":0.049,"147":0.01225,"148":0.23681,"149":0.72677,_:"12 13 79 80 81 83 85 86 87 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 127 128 129 130 132 134 146 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.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.3 17.4 18.0 18.2 TP","14.1":0.00408,"15.6":0.01225,"16.6":0.01633,"17.2":0.00408,"17.5":0.00408,"17.6":0.00817,"18.1":0.00408,"18.3":0.00408,"18.4":0.00408,"18.5-18.7":0.00817,"26.0":0.00817,"26.1":0.00408,"26.2":0.00817,"26.3":0.02042,"26.4":0.00408,"26.5":0.07349},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00069,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00206,"8.1-8.4":0,"9.0-9.2":0.00069,"9.3":0,"10.0-10.2":0,"10.3":0.00755,"11.0-11.2":0.22719,"11.3-11.4":0.00137,"12.0-12.1":0,"12.2-12.5":0.02334,"13.0-13.1":0,"13.2":0.00755,"13.3":0,"13.4-13.7":0.00137,"14.0-14.4":0.0048,"14.5-14.8":0.00755,"15.0-15.1":0.00686,"15.2-15.3":0.00412,"15.4":0.0048,"15.5":0.00618,"15.6-15.8":0.12012,"16.0":0.01098,"16.1":0.01785,"16.2":0.00961,"16.3":0.02059,"16.4":0.0048,"16.5":0.00755,"16.6-16.7":0.15649,"17.0":0.00686,"17.1":0.0103,"17.2":0.00961,"17.3":0.01441,"17.4":0.02196,"17.5":0.03912,"17.6-17.7":0.1009,"18.0":0.02265,"18.1":0.04324,"18.2":0.02334,"18.3":0.07138,"18.4":0.03226,"18.5-18.7":1.03162,"26.0":0.06795,"26.1":0.0707,"26.2":0.21346,"26.3":0.29171,"26.4":0.33426,"26.5":3.79083},P:{"4":0.01597,"20":0.02395,"21":0.03992,"22":0.07186,"23":0.07186,"24":0.09582,"25":0.12776,"26":0.19163,"27":0.19163,"28":0.44714,"29":0.6787,"30":1.34941,"5.0-5.4":0.00798,"6.2-6.4":0.00798,"7.2-7.4":0.07985,"8.2":0.00798,"9.2":0.01597,_:"10.1","11.1-11.2":0.03194,"12.0":0.00798,"13.0":0.03194,"14.0":0.02395,"15.0":0.00798,"16.0":0.02395,"17.0":0.03992,"18.0":0.01597,"19.0":0.02395},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.37277,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00408,"11":0.0245,_:"6 7 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.071},H:{all:0},L:{"0":54.75737},R:{_:"0"},M:{"0":0.86388},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"52":0.
|
|
1
|
+
module.exports={C:{"52":0.05208,"112":0.00579,"115":0.21412,"120":0.19097,"121":0.38773,"125":0.00579,"127":0.00579,"138":0.00579,"140":0.02894,"145":0.01736,"146":0.01157,"147":0.00579,"148":0.01157,"149":0.00579,"150":0.04051,"151":1.1574,"152":0.87962,_:"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 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 126 128 129 130 131 132 133 134 135 136 137 139 141 142 143 144 153 154 155 3.5 3.6"},D:{"39":0.02315,"40":0.02315,"41":0.03472,"42":0.02894,"43":0.03472,"44":0.02894,"45":0.02894,"46":0.02315,"47":0.02894,"48":0.02315,"49":0.02894,"50":0.02894,"51":0.02894,"52":0.02894,"53":0.03472,"54":0.03472,"55":0.04051,"56":0.02894,"57":0.02315,"58":0.02894,"59":0.02315,"60":0.02894,"64":0.00579,"70":0.01157,"71":0.00579,"74":0.00579,"75":0.00579,"78":0.01157,"79":0.34143,"81":0.00579,"84":0.00579,"87":0.20833,"88":0.00579,"90":0.00579,"91":0.00579,"93":0.00579,"94":0.03472,"103":0.61921,"104":0.57291,"105":0.57291,"106":0.59027,"107":0.60185,"108":0.59027,"109":2.21642,"110":0.5787,"111":0.625,"112":0.57291,"114":0.01736,"116":1.16319,"117":0.5787,"118":2.63887,"119":0.37616,"120":1.03587,"122":0.0463,"123":0.01157,"124":0.60185,"125":0.00579,"126":0.02315,"127":0.00579,"128":0.02894,"129":0.01736,"130":0.05208,"131":1.18055,"132":0.02894,"133":1.16897,"134":0.11574,"135":0.02894,"136":0.01157,"137":0.0463,"138":0.09838,"139":0.01736,"140":0.02315,"141":0.08102,"142":0.09259,"143":0.09259,"144":0.10417,"145":0.23148,"146":0.16204,"147":0.33565,"148":8.84832,"149":10.3298,"150":0.04051,"151":0.00579,_:"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 65 66 67 68 69 72 73 76 77 80 83 85 86 89 92 95 96 97 98 99 100 101 102 113 115 121 152 153"},F:{"40":0.00579,"46":0.02894,"95":0.03472,"98":0.00579,"99":0.1331,"100":0.00579,"102":0.00579,"106":0.00579,"107":0.00579,"111":0.00579,"113":0.00579,"114":0.00579,"117":0.00579,"118":0.00579,"119":0.00579,"120":0.00579,"121":0.00579,"131":0.70601,_:"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 97 101 103 104 105 108 109 110 112 115 116 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.00579,"92":0.00579,"109":0.00579,"119":0.18518,"120":0.18518,"122":0.00579,"129":0.00579,"135":0.00579,"139":0.01736,"140":0.00579,"143":0.00579,"144":0.00579,"145":0.00579,"146":0.02894,"147":0.06944,"148":0.70601,"149":1.93865,"150":0.00579,_:"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 130 131 132 133 134 136 137 138 141 142"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 17.2 17.3 18.0 18.4 26.0 TP","11.1":0.00579,"13.1":0.00579,"15.6":0.05787,"16.3":0.02315,"16.6":0.06366,"17.1":0.02315,"17.4":0.00579,"17.5":0.00579,"17.6":0.0463,"18.1":0.00579,"18.2":0.00579,"18.3":0.01157,"18.5-18.7":0.01157,"26.1":0.00579,"26.2":0.00579,"26.3":0.05208,"26.4":0.01736,"26.5":0.33565},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00082,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00247,"8.1-8.4":0,"9.0-9.2":0.00082,"9.3":0,"10.0-10.2":0,"10.3":0.00907,"11.0-11.2":0.2729,"11.3-11.4":0.00165,"12.0-12.1":0,"12.2-12.5":0.02803,"13.0-13.1":0,"13.2":0.00907,"13.3":0,"13.4-13.7":0.00165,"14.0-14.4":0.00577,"14.5-14.8":0.00907,"15.0-15.1":0.00824,"15.2-15.3":0.00495,"15.4":0.00577,"15.5":0.00742,"15.6-15.8":0.14428,"16.0":0.01319,"16.1":0.02144,"16.2":0.01154,"16.3":0.02473,"16.4":0.00577,"16.5":0.00907,"16.6-16.7":0.18798,"17.0":0.00824,"17.1":0.01237,"17.2":0.01154,"17.3":0.01731,"17.4":0.02638,"17.5":0.047,"17.6-17.7":0.1212,"18.0":0.02721,"18.1":0.05194,"18.2":0.02803,"18.3":0.08575,"18.4":0.03875,"18.5-18.7":1.2392,"26.0":0.08162,"26.1":0.08492,"26.2":0.25641,"26.3":0.35041,"26.4":0.40152,"26.5":4.55363},P:{"4":0.1446,"21":0.00499,"22":0.01496,"24":0.01995,"25":0.00997,"26":0.01496,"27":0.00499,"28":0.01995,"29":0.12466,"30":1.25157,_:"20 23 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01995,"6.2-6.4":0.01496,"7.2-7.4":0.0748,"8.2":0.09973},I:{"0":0.27778,"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.00011},K:{"0":0.2275,_:"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.00843},H:{all:0},L:{"0":38.7774},R:{_:"0"},M:{"0":0.18537},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"115":0.
|
|
1
|
+
module.exports={C:{"115":0.01211,"120":0.18777,"121":0.38159,"125":0.02423,"126":0.03029,"127":0.03634,"128":0.01211,"129":0.02423,"130":0.03029,"131":0.03029,"132":0.03029,"133":0.03029,"134":0.02423,"135":0.02423,"136":0.03634,"140":0.01211,"143":0.00606,"147":0.00606,"148":0.00606,"149":0.02423,"150":0.05451,"151":0.47245,"152":0.23017,_:"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 137 138 139 141 142 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.07268,"40":0.06663,"41":0.07874,"42":0.06663,"43":0.06057,"44":0.07268,"45":0.07268,"46":0.07268,"47":0.06057,"48":0.06663,"49":0.07874,"50":0.06057,"51":0.1272,"52":0.06663,"53":0.07268,"54":0.06663,"55":0.07268,"56":0.07268,"57":0.10297,"58":0.07268,"59":0.06663,"60":0.06663,"65":0.00606,"69":0.00606,"70":0.00606,"79":0.00606,"80":0.11508,"81":0.00606,"87":0.01211,"101":0.00606,"103":0.37553,"104":0.39371,"105":0.38159,"106":0.38765,"107":0.39371,"108":0.38159,"109":0.56936,"110":0.38765,"111":0.35131,"112":0.35131,"114":0.00606,"116":0.78135,"117":0.38765,"118":1.88978,"119":0.40582,"120":0.75107,"121":0.00606,"122":0.00606,"123":0.00606,"124":0.39371,"125":0.01211,"126":0.00606,"127":0.00606,"128":0.01817,"129":0.00606,"130":0.00606,"131":0.96306,"132":0.01211,"133":0.76924,"134":0.00606,"135":0.02423,"137":0.02423,"138":0.0424,"139":0.01817,"140":0.00606,"141":0.00606,"142":0.40582,"143":0.212,"144":0.01211,"145":4.54881,"146":1.82316,"147":0.39371,"148":6.1842,"149":13.76756,"150":0.0424,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 71 72 73 74 75 76 77 78 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 102 113 115 136 151 152 153"},F:{"95":0.02423,"98":0.01211,"99":0.01817,"131":0.59964,_:"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:{"16":0.01211,"109":0.01817,"119":0.17565,"120":0.18777,"124":0.00606,"144":0.00606,"145":0.02423,"146":0.00606,"147":0.03029,"148":1.92007,"149":5.59061,_:"12 13 14 15 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 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.5 16.0 16.2 16.3 17.0 17.2 17.3 18.0 18.2 26.1 TP","14.1":0.00606,"15.6":0.01817,"16.1":0.12114,"16.4":0.01211,"16.5":0.00606,"16.6":0.06057,"17.1":0.07268,"17.4":0.00606,"17.5":0.00606,"17.6":0.15143,"18.1":0.01817,"18.3":0.01817,"18.4":0.00606,"18.5-18.7":0.00606,"26.0":0.30891,"26.2":0.09086,"26.3":0.09691,"26.4":0.07874,"26.5":1.30226},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00095,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00285,"8.1-8.4":0,"9.0-9.2":0.00095,"9.3":0,"10.0-10.2":0,"10.3":0.01046,"11.0-11.2":0.31488,"11.3-11.4":0.0019,"12.0-12.1":0,"12.2-12.5":0.03234,"13.0-13.1":0,"13.2":0.01046,"13.3":0,"13.4-13.7":0.0019,"14.0-14.4":0.00666,"14.5-14.8":0.01046,"15.0-15.1":0.00951,"15.2-15.3":0.00571,"15.4":0.00666,"15.5":0.00856,"15.6-15.8":0.16648,"16.0":0.01522,"16.1":0.02473,"16.2":0.01332,"16.3":0.02854,"16.4":0.00666,"16.5":0.01046,"16.6-16.7":0.21689,"17.0":0.00951,"17.1":0.01427,"17.2":0.01332,"17.3":0.01998,"17.4":0.03044,"17.5":0.05422,"17.6-17.7":0.13984,"18.0":0.03139,"18.1":0.05993,"18.2":0.03234,"18.3":0.09893,"18.4":0.04471,"18.5-18.7":1.42979,"26.0":0.09418,"26.1":0.09798,"26.2":0.29585,"26.3":0.4043,"26.4":0.46328,"26.5":5.25399},P:{"4":0.00651,"21":0.01302,"25":0.00651,"26":0.01302,"28":0.01302,"29":0.27352,"30":1.68673,_:"20 22 23 24 27 5.0-5.4 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0 19.0","6.2-6.4":0.00651,"7.2-7.4":0.00651,"8.2":0.00651,"13.0":0.02605,"17.0":0.0521},I:{"0":0.03546,"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":1.69592,_:"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.03944},H:{all:0},L:{"0":29.94425},R:{_:"0"},M:{"0":1.10826},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"102":0.0049,"103":0.02448,"115":0.23986,"120":0.31328,"121":0.62167,"123":0.0049,"127":0.0049,"133":0.0049,"134":0.00979,"135":0.00979,"136":0.0049,"138":0.0049,"139":0.0049,"140":0.03427,"142":0.0049,"144":0.0049,"145":0.01469,"146":0.0049,"147":0.0049,"148":0.00979,"149":0.00979,"150":0.01958,"151":0.80768,"152":0.57761,"153":0.01469,_:"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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 124 125 126 128 129 130 131 132 137 141 143 154 155 3.5 3.6"},D:{"39":0.09301,"40":0.09301,"41":0.09301,"42":0.08811,"43":0.09301,"44":0.08811,"45":0.08811,"46":0.08811,"47":0.09301,"48":0.08811,"49":0.09301,"50":0.09301,"51":0.09301,"52":0.08811,"53":0.09301,"54":0.09301,"55":0.09301,"56":0.09301,"57":0.09301,"58":0.09301,"59":0.09301,"60":0.09301,"66":0.0049,"69":0.00979,"70":0.0049,"71":0.0049,"72":0.0049,"73":0.02937,"74":0.0049,"75":0.01469,"76":0.0049,"78":0.0049,"79":0.00979,"80":0.0049,"81":0.0049,"83":0.0049,"86":0.0049,"87":0.0049,"91":0.0049,"93":0.0049,"98":0.0049,"102":0.0049,"103":0.67062,"104":0.74404,"105":0.64614,"106":0.64614,"107":0.65104,"108":0.64614,"109":1.11117,"110":0.64614,"111":0.64614,"112":0.63146,"114":0.0049,"116":1.26781,"117":0.65104,"118":3.66636,"119":0.63635,"120":1.29228,"121":0.0049,"122":0.01469,"123":0.0049,"124":0.68041,"125":0.00979,"126":0.00979,"127":0.00979,"128":0.03916,"129":0.00979,"130":0.01469,"131":1.38039,"132":0.07343,"133":1.32165,"134":0.07832,"135":0.02448,"136":0.02937,"137":0.12727,"138":0.10769,"139":0.01469,"140":0.01469,"141":0.00979,"142":1.13564,"143":0.02937,"144":0.02937,"145":0.96432,"146":0.2007,"147":0.0979,"148":3.58804,"149":7.72431,"150":0.07343,"151":0.02937,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 77 84 85 88 89 90 92 94 95 96 97 99 100 101 113 115 152 153"},F:{"46":0.0049,"95":0.00979,"98":0.02448,"99":0.08322,"100":0.0049,"106":0.0049,"114":0.00979,"131":0.15175,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 101 102 103 104 105 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:{"18":0.0049,"92":0.00979,"109":0.02448,"114":0.01469,"119":0.30839,"120":0.31328,"122":0.0049,"131":0.01958,"132":0.00979,"133":0.00979,"134":0.00979,"135":0.00979,"136":0.00979,"137":0.0049,"138":0.0049,"142":0.0049,"143":0.0049,"144":0.00979,"145":0.0049,"146":0.0049,"147":0.00979,"148":0.20559,"149":0.69999,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 139 140 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.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 17.4 18.1 18.2 18.4 26.0 TP","15.6":0.0049,"16.5":0.0049,"16.6":0.01469,"17.1":0.0049,"17.3":0.0049,"17.5":0.0049,"17.6":0.00979,"18.0":0.0049,"18.3":0.0049,"18.5-18.7":0.0049,"26.1":0.0049,"26.2":0.00979,"26.3":0.01469,"26.4":0.00979,"26.5":0.07343},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00029,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00087,"8.1-8.4":0,"9.0-9.2":0.00029,"9.3":0,"10.0-10.2":0,"10.3":0.00317,"11.0-11.2":0.09547,"11.3-11.4":0.00058,"12.0-12.1":0,"12.2-12.5":0.00981,"13.0-13.1":0,"13.2":0.00317,"13.3":0,"13.4-13.7":0.00058,"14.0-14.4":0.00202,"14.5-14.8":0.00317,"15.0-15.1":0.00288,"15.2-15.3":0.00173,"15.4":0.00202,"15.5":0.0026,"15.6-15.8":0.05048,"16.0":0.00461,"16.1":0.0075,"16.2":0.00404,"16.3":0.00865,"16.4":0.00202,"16.5":0.00317,"16.6-16.7":0.06576,"17.0":0.00288,"17.1":0.00433,"17.2":0.00404,"17.3":0.00606,"17.4":0.00923,"17.5":0.01644,"17.6-17.7":0.0424,"18.0":0.00952,"18.1":0.01817,"18.2":0.00981,"18.3":0.03,"18.4":0.01356,"18.5-18.7":0.43351,"26.0":0.02855,"26.1":0.02971,"26.2":0.0897,"26.3":0.12258,"26.4":0.14047,"26.5":1.59301},P:{"20":0.00845,"21":0.00845,"22":0.01691,"23":0.03381,"24":0.02536,"25":0.03381,"26":0.06762,"27":0.05072,"28":0.09298,"29":0.20286,"30":0.42263,_:"4 5.0-5.4 6.2-6.4 9.2 10.1 12.0 13.0 14.0 15.0 18.0","7.2-7.4":0.02536,"8.2":0.00845,"11.1-11.2":0.00845,"16.0":0.00845,"17.0":0.00845,"19.0":0.00845},I:{"0":0.0153,"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":1.29667,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00979,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{"2.5":0.00511,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":1.17926},H:{all:0},L:{"0":52.58862},R:{_:"0"},M:{"0":0.33183},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"78":0.0107,"102":0.01606,"115":0.19267,"120":0.04282,"121":0.08028,"123":0.0107,"125":0.00535,"128":0.00535,"134":0.00535,"135":0.00535,"136":0.01606,"140":0.15521,"141":0.00535,"142":0.00535,"144":0.00535,"145":0.00535,"146":0.00535,"147":0.0107,"148":0.01606,"149":0.02141,"150":0.11239,"151":2.33347,"152":1.07575,"153":0.0107,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 124 126 127 129 130 131 132 133 137 138 139 143 154 155 3.5 3.6"},D:{"39":0.10704,"40":0.10704,"41":0.10704,"42":0.10704,"43":0.10704,"44":0.10704,"45":0.10704,"46":0.10704,"47":0.10704,"48":0.11239,"49":0.11774,"50":0.10704,"51":0.10704,"52":0.10704,"53":0.10704,"54":0.10704,"55":0.11239,"56":0.10704,"57":0.10704,"58":0.10704,"59":0.11239,"60":0.10704,"70":0.03746,"78":0.00535,"79":0.00535,"87":0.03211,"102":0.00535,"103":0.05887,"104":0.03211,"105":0.03211,"106":0.03211,"107":0.03211,"108":0.03746,"109":0.35323,"110":0.03211,"111":0.03746,"112":0.03211,"114":0.0107,"115":0.00535,"116":0.13915,"117":0.03211,"118":0.50309,"119":0.09098,"120":0.1231,"121":0.0107,"122":0.04817,"123":0.0107,"124":0.04817,"125":0.5352,"126":0.02676,"127":0.00535,"128":0.06958,"129":0.01606,"130":0.01606,"131":0.1338,"132":0.01606,"133":0.09098,"134":0.01606,"135":0.0107,"136":0.02676,"137":0.04282,"138":0.17126,"139":0.20338,"140":0.03746,"141":0.08028,"142":0.06958,"143":0.06958,"144":0.08563,"145":0.1445,"146":0.24084,"147":0.49774,"148":8.5632,"149":10.8271,"150":0.04817,"151":0.00535,_:"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 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 113 152 153"},F:{"46":0.00535,"95":0.02141,"98":0.01606,"99":0.05887,"126":0.00535,"131":0.61548,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"86":0.00535,"92":0.00535,"109":0.04817,"119":0.04282,"120":0.04282,"122":0.00535,"124":0.00535,"125":0.00535,"126":0.00535,"129":0.0107,"130":0.00535,"131":0.00535,"132":0.00535,"133":0.00535,"134":0.00535,"135":0.00535,"136":0.0107,"137":0.00535,"138":0.00535,"139":0.00535,"140":0.00535,"141":0.0107,"142":0.01606,"143":0.0107,"144":0.02141,"145":0.02676,"146":0.05352,"147":0.10704,"148":2.19967,"149":5.81227,"150":0.00535,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 127 128"},E:{"14":0.00535,"27":0.0107,_:"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 15.1 15.2-15.3 TP","12.1":0.00535,"13.1":0.02141,"14.1":0.03211,"15.4":0.00535,"15.5":0.0107,"15.6":0.23014,"16.0":0.00535,"16.1":0.02141,"16.2":0.01606,"16.3":0.01606,"16.4":0.0107,"16.5":0.02141,"16.6":0.26225,"17.0":0.00535,"17.1":0.24619,"17.2":0.01606,"17.3":0.02676,"17.4":0.03211,"17.5":0.06958,"17.6":0.32112,"18.0":0.03211,"18.1":0.03211,"18.2":0.02141,"18.3":0.04817,"18.4":0.06422,"18.5-18.7":0.08028,"26.0":0.02676,"26.1":0.03746,"26.2":0.17126,"26.3":0.31577,"26.4":0.18732,"26.5":2.82586},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00176,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00527,"8.1-8.4":0,"9.0-9.2":0.00176,"9.3":0,"10.0-10.2":0,"10.3":0.01932,"11.0-11.2":0.58139,"11.3-11.4":0.00351,"12.0-12.1":0,"12.2-12.5":0.05972,"13.0-13.1":0,"13.2":0.01932,"13.3":0,"13.4-13.7":0.00351,"14.0-14.4":0.0123,"14.5-14.8":0.01932,"15.0-15.1":0.01756,"15.2-15.3":0.01054,"15.4":0.0123,"15.5":0.01581,"15.6-15.8":0.30738,"16.0":0.0281,"16.1":0.04567,"16.2":0.02459,"16.3":0.05269,"16.4":0.0123,"16.5":0.01932,"16.6-16.7":0.40048,"17.0":0.01756,"17.1":0.02635,"17.2":0.02459,"17.3":0.03689,"17.4":0.05621,"17.5":0.10012,"17.6-17.7":0.2582,"18.0":0.05796,"18.1":0.11066,"18.2":0.05972,"18.3":0.18267,"18.4":0.08255,"18.5-18.7":2.63999,"26.0":0.17389,"26.1":0.18092,"26.2":0.54627,"26.3":0.7465,"26.4":0.85541,"26.5":9.70103},P:{"4":0.01289,"21":0.00645,"22":0.00645,"23":0.00645,"24":0.00645,"25":0.00645,"26":0.02579,"27":0.01289,"28":0.03868,"29":0.16118,"30":1.90838,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00645},I:{"0":0.04179,"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.18592,_:"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.04648},H:{all:0},L:{"0":30.13529},R:{_:"0"},M:{"0":0.47874},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"62":0.00514,"72":0.00514,"115":0.04625,"120":0.22098,"121":0.46765,"127":0.01542,"135":0.01028,"138":0.04111,"140":0.01028,"143":0.00514,"146":0.00514,"147":0.01542,"149":0.03083,"150":0.03597,"151":0.81196,"152":0.52932,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 136 137 139 141 142 144 145 148 153 154 155 3.5 3.6"},D:{"39":0.10278,"40":0.10278,"41":0.08736,"42":0.08736,"43":0.07709,"44":0.07709,"45":0.08736,"46":0.08736,"47":0.08222,"48":0.08736,"49":0.0925,"50":0.09764,"51":0.0925,"52":0.09764,"53":0.09764,"54":0.09764,"55":0.10278,"56":0.10792,"57":0.09764,"58":0.13361,"59":0.10278,"60":0.08222,"63":0.00514,"64":0.01028,"66":0.00514,"68":0.01542,"69":0.0257,"72":0.00514,"73":0.03597,"74":0.00514,"75":0.01542,"76":0.00514,"78":0.00514,"79":0.0257,"81":0.0257,"83":0.02056,"84":0.00514,"86":0.01028,"87":0.1182,"90":0.01028,"93":0.01028,"94":0.00514,"95":0.00514,"98":0.05139,"101":0.00514,"103":0.185,"104":0.17987,"105":0.17473,"106":0.17987,"107":0.17473,"108":0.17987,"109":1.16655,"110":0.16445,"111":0.16959,"112":0.16959,"113":0.00514,"114":0.03597,"115":0.02056,"116":0.37001,"117":0.17987,"118":12.45694,"119":0.48821,"120":0.71946,"122":0.00514,"124":0.19014,"125":0.01028,"126":0.02056,"127":0.00514,"128":0.02056,"130":0.00514,"131":0.40084,"132":0.03083,"133":0.34945,"134":0.03597,"135":0.00514,"136":0.01542,"137":0.15931,"138":0.20556,"139":0.01542,"140":0.01028,"141":0.01542,"142":0.10278,"143":0.06167,"144":0.03083,"145":0.68349,"146":0.07709,"147":0.14389,"148":1.94768,"149":3.6898,"150":0.02056,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 65 67 70 71 77 80 85 88 89 91 92 96 97 99 100 102 121 123 129 151 152 153"},F:{"46":0.00514,"48":0.00514,"79":0.00514,"93":0.01028,"95":0.03083,"98":0.02056,"99":0.05653,"124":0.00514,"131":0.88391,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 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 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00514,"18":0.01542,"90":0.00514,"92":0.02056,"109":0.01028,"119":0.22098,"120":0.23639,"122":0.00514,"131":0.00514,"136":0.00514,"140":0.00514,"142":0.00514,"143":0.02056,"144":0.01542,"145":0.00514,"146":0.0257,"147":0.0257,"148":0.61668,"149":1.97338,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 132 133 134 135 137 138 139 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.5-18.7 26.0 26.1 26.2 TP","5.1":0.00514,"14.1":0.00514,"15.6":0.00514,"16.6":0.02056,"17.6":0.0257,"18.4":0.00514,"26.3":0.00514,"26.4":0.01028,"26.5":0.04111},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00027,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00082,"8.1-8.4":0,"9.0-9.2":0.00027,"9.3":0,"10.0-10.2":0,"10.3":0.00301,"11.0-11.2":0.09059,"11.3-11.4":0.00055,"12.0-12.1":0,"12.2-12.5":0.0093,"13.0-13.1":0,"13.2":0.00301,"13.3":0,"13.4-13.7":0.00055,"14.0-14.4":0.00192,"14.5-14.8":0.00301,"15.0-15.1":0.00274,"15.2-15.3":0.00164,"15.4":0.00192,"15.5":0.00246,"15.6-15.8":0.04789,"16.0":0.00438,"16.1":0.00712,"16.2":0.00383,"16.3":0.00821,"16.4":0.00192,"16.5":0.00301,"16.6-16.7":0.0624,"17.0":0.00274,"17.1":0.00411,"17.2":0.00383,"17.3":0.00575,"17.4":0.00876,"17.5":0.0156,"17.6-17.7":0.04023,"18.0":0.00903,"18.1":0.01724,"18.2":0.0093,"18.3":0.02846,"18.4":0.01286,"18.5-18.7":0.41133,"26.0":0.02709,"26.1":0.02819,"26.2":0.08511,"26.3":0.11631,"26.4":0.13328,"26.5":1.5115},P:{"4":0.00936,"23":0.00468,"26":0.00468,"27":0.00468,"28":0.0234,"29":0.03745,"30":0.15915,_:"20 21 22 24 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00936},I:{"0":0.02428,"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":1.3465,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00514,_:"6 7 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.20902},H:{all:0},L:{"0":59.41893},R:{_:"0"},M:{"0":0.09722},Q:{"14.9":0.00972}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"52":0.
|
|
1
|
+
module.exports={C:{"52":0.02455,"70":0.00409,"84":0.11867,"88":0.00409,"89":0.07366,"100":0.00409,"102":0.00409,"103":0.00409,"104":0.00409,"115":0.37646,"120":0.02046,"121":0.03683,"125":0.02046,"127":0.00409,"128":0.00818,"132":0.00409,"134":0.00409,"136":0.01228,"137":0.00409,"138":0.00409,"140":0.13913,"141":0.00409,"142":0.02046,"143":0.00409,"144":0.00409,"145":0.00409,"146":0.00409,"147":0.02455,"148":0.01228,"149":0.02864,"150":0.06138,"151":1.55087,"152":0.84704,"153":0.00409,_:"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 71 72 73 74 75 76 77 78 79 80 81 82 83 85 86 87 90 91 92 93 94 95 96 97 98 99 101 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 129 130 131 133 135 139 154 155 3.5 3.6"},D:{"39":0.07366,"40":0.07366,"41":0.07366,"42":0.07366,"43":0.07366,"44":0.07366,"45":0.07366,"46":0.07366,"47":0.07366,"48":0.07366,"49":0.07775,"50":0.07366,"51":0.07366,"52":0.07366,"53":0.07366,"54":0.07366,"55":0.07366,"56":0.07366,"57":0.07366,"58":0.07366,"59":0.06956,"60":0.07366,"70":0.01637,"79":0.01637,"83":0.00409,"86":0.00409,"87":0.01228,"91":0.00409,"93":0.00409,"98":0.5647,"100":0.00818,"102":0.00409,"103":0.06138,"104":0.06956,"105":0.0532,"106":0.06138,"107":0.05729,"108":0.06547,"109":1.2276,"110":0.0532,"111":0.05729,"112":0.0532,"114":0.00818,"115":0.00409,"116":0.11458,"117":0.05729,"118":0.27007,"119":0.04501,"120":0.11458,"121":0.01228,"122":0.0532,"123":0.00409,"124":0.09412,"125":0.00409,"126":0.01228,"127":0.00409,"128":0.01228,"129":0.00409,"130":0.00818,"131":0.13913,"132":0.00818,"133":0.11048,"134":0.00818,"135":0.01228,"136":0.02046,"137":0.0532,"138":0.10639,"139":0.01637,"140":0.02455,"141":0.00818,"142":0.0491,"143":0.03274,"144":0.02864,"145":0.07366,"146":0.07366,"147":0.27826,"148":5.23367,"149":11.41668,"150":0.0532,_:"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 81 84 85 88 89 90 92 94 95 96 97 99 101 113 151 152 153"},F:{"85":0.00409,"95":0.03683,"97":0.00409,"98":0.01228,"99":0.04501,"131":0.67109,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 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.03683,"119":0.02046,"120":0.02455,"126":0.00409,"135":0.00409,"136":0.00409,"137":0.00409,"138":0.00409,"139":0.00409,"140":0.00409,"142":0.00818,"143":0.00409,"144":0.00409,"145":0.00409,"146":0.02046,"147":0.03683,"148":0.80203,"149":2.07055,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 127 128 129 130 131 132 133 134 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 13.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 17.3 18.0 18.1 18.2 TP","15.6":0.02046,"16.5":0.00409,"16.6":0.02864,"17.1":0.02455,"17.4":0.00409,"17.5":0.00818,"17.6":0.03274,"18.3":0.00818,"18.4":0.00409,"18.5-18.7":0.00818,"26.0":0.00409,"26.1":0.00409,"26.2":0.02046,"26.3":0.03274,"26.4":0.02864,"26.5":0.30281},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00106,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00319,"8.1-8.4":0,"9.0-9.2":0.00106,"9.3":0,"10.0-10.2":0,"10.3":0.01171,"11.0-11.2":0.35233,"11.3-11.4":0.00213,"12.0-12.1":0,"12.2-12.5":0.03619,"13.0-13.1":0,"13.2":0.01171,"13.3":0,"13.4-13.7":0.00213,"14.0-14.4":0.00745,"14.5-14.8":0.01171,"15.0-15.1":0.01064,"15.2-15.3":0.00639,"15.4":0.00745,"15.5":0.00958,"15.6-15.8":0.18628,"16.0":0.01703,"16.1":0.02768,"16.2":0.0149,"16.3":0.03193,"16.4":0.00745,"16.5":0.01171,"16.6-16.7":0.24269,"17.0":0.01064,"17.1":0.01597,"17.2":0.0149,"17.3":0.02235,"17.4":0.03406,"17.5":0.06067,"17.6-17.7":0.15647,"18.0":0.03513,"18.1":0.06706,"18.2":0.03619,"18.3":0.1107,"18.4":0.05003,"18.5-18.7":1.59986,"26.0":0.10538,"26.1":0.10964,"26.2":0.33104,"26.3":0.45239,"26.4":0.51838,"26.5":5.87891},P:{"4":0.00647,"21":0.00647,"22":0.01942,"23":0.01295,"24":0.01295,"25":0.00647,"26":0.01295,"27":0.04531,"28":0.05826,"29":0.33012,"30":1.64413,_:"20 5.0-5.4 6.2-6.4 7.2-7.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","8.2":0.00647},I:{"0":0.07081,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.24219,_:"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.02363},H:{all:0},L:{"0":53.74258},R:{_:"0"},M:{"0":0.28354},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"31":0.
|
|
1
|
+
module.exports={C:{"31":0.01135,"33":0.00378,"35":0.00378,"36":0.00378,"46":0.00378,"49":0.00378,"51":0.00378,"52":0.00757,"58":0.00757,"60":0.00378,"62":0.00378,"63":0.00378,"64":0.00378,"70":0.00378,"71":0.00378,"72":0.00378,"73":0.00378,"74":0.00378,"75":0.00757,"77":0.00378,"94":0.00757,"115":0.00757,"120":0.13622,"121":0.27245,"135":0.00378,"140":0.01135,"150":0.01892,"151":0.10595,"152":0.06054,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 34 37 38 39 40 41 42 43 44 45 47 48 50 53 54 55 56 57 59 61 65 66 67 68 69 76 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 136 137 138 139 141 142 143 144 145 146 147 148 149 153 154 155 3.5 3.6"},D:{"39":0.47678,"40":0.46543,"41":0.48057,"42":0.473,"43":0.47678,"44":0.47678,"45":0.47678,"46":0.46165,"47":0.47678,"48":0.473,"49":0.473,"50":0.48814,"51":0.46922,"52":0.49192,"53":0.473,"54":0.48057,"55":0.47678,"56":0.48435,"57":0.473,"58":0.473,"59":0.47678,"60":0.46922,"65":0.00378,"70":0.00378,"75":0.00378,"79":0.0227,"81":0.00378,"83":0.00378,"87":0.00757,"91":0.00378,"95":0.01135,"96":0.00378,"98":0.00757,"101":0.00378,"103":0.18163,"104":0.16271,"105":0.16271,"106":0.15893,"107":0.15893,"108":0.15893,"109":0.37462,"110":0.15893,"111":0.16271,"112":0.15514,"114":0.01135,"116":0.32542,"117":0.15893,"118":2.52014,"119":0.30272,"120":0.48435,"121":0.00757,"122":0.0227,"123":0.00378,"124":0.16271,"125":0.00378,"126":0.25731,"127":0.01892,"128":0.02649,"130":0.00378,"131":0.33299,"132":0.01514,"133":0.32921,"134":0.01135,"135":0.00378,"136":0.00757,"137":0.03406,"138":0.0946,"139":0.00757,"140":0.01892,"141":0.01892,"142":0.14379,"143":0.03027,"144":0.03027,"145":0.23461,"146":0.06433,"147":0.10974,"148":2.85692,"149":3.56831,"150":0.01135,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 71 72 73 74 76 77 78 80 84 85 86 88 89 90 92 93 94 97 99 100 102 113 115 129 151 152 153"},F:{"93":0.00378,"97":0.00757,"98":0.04919,"99":0.14001,"131":0.12866,_:"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 94 95 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"119":0.13244,"120":0.13244,"124":0.00378,"131":0.00378,"133":0.00378,"140":0.00378,"145":0.00757,"146":0.00757,"147":0.01892,"148":0.42002,"149":0.85897,"150":0.01135,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 122 123 125 126 127 128 129 130 132 134 135 136 137 138 139 141 142 143 144"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 17.0 17.2 TP","5.1":0.00378,"15.6":0.01135,"16.1":0.00378,"16.3":0.00378,"16.5":0.00378,"16.6":0.03784,"17.1":0.01892,"17.3":0.00757,"17.4":0.00378,"17.5":0.01135,"17.6":0.02649,"18.0":0.00378,"18.1":0.01514,"18.2":0.00378,"18.3":0.0719,"18.4":0.00378,"18.5-18.7":0.01135,"26.0":0.00378,"26.1":0.0227,"26.2":0.01514,"26.3":0.02649,"26.4":0.06433,"26.5":0.54868},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00247,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00741,"8.1-8.4":0,"9.0-9.2":0.00247,"9.3":0,"10.0-10.2":0,"10.3":0.02719,"11.0-11.2":0.81806,"11.3-11.4":0.00494,"12.0-12.1":0,"12.2-12.5":0.08403,"13.0-13.1":0,"13.2":0.02719,"13.3":0,"13.4-13.7":0.00494,"14.0-14.4":0.0173,"14.5-14.8":0.02719,"15.0-15.1":0.02471,"15.2-15.3":0.01483,"15.4":0.0173,"15.5":0.02224,"15.6-15.8":0.43251,"16.0":0.03954,"16.1":0.06426,"16.2":0.0346,"16.3":0.07414,"16.4":0.0173,"16.5":0.02719,"16.6-16.7":0.5635,"17.0":0.02471,"17.1":0.03707,"17.2":0.0346,"17.3":0.0519,"17.4":0.07909,"17.5":0.14087,"17.6-17.7":0.36331,"18.0":0.08156,"18.1":0.1557,"18.2":0.08403,"18.3":0.25703,"18.4":0.11616,"18.5-18.7":3.71464,"26.0":0.24468,"26.1":0.25456,"26.2":0.76863,"26.3":1.05038,"26.4":1.20361,"26.5":13.64999},P:{"25":0.02381,"26":0.05954,"27":0.04168,"28":0.10121,"29":0.26792,"30":0.91092,_:"4 20 21 22 23 24 5.0-5.4 6.2-6.4 7.2-7.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","8.2":0.00595},I:{"0":0.00621,"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.39161,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":1.05672},H:{all:0},L:{"0":42.38494},R:{_:"0"},M:{"0":0.12432},Q:{_:"14.9"}};
|