@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:{"52":0.
|
|
1
|
+
module.exports={C:{"52":0.02189,"102":0.02554,"112":0.0073,"115":0.0146,"120":0.04014,"121":0.08028,"127":0.0073,"135":0.0073,"140":0.01095,"147":0.00365,"149":0.01095,"150":0.01095,"151":0.21164,"152":0.13866,_:"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 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 136 137 138 139 141 142 143 144 145 146 148 153 154 155 3.5 3.6"},D:{"39":0.03284,"40":0.0073,"41":0.0073,"42":0.00365,"43":0.01095,"44":0.0073,"45":0.0073,"46":0.04014,"47":0.0073,"48":0.0073,"49":0.00365,"50":0.0073,"51":0.0073,"52":0.01095,"53":0.0073,"54":0.0073,"55":0.0073,"56":0.00365,"57":0.01095,"58":0.04014,"59":0.01825,"60":0.0073,"68":0.00365,"69":0.01095,"70":0.03649,"74":0.01095,"75":0.01825,"76":0.0073,"77":0.00365,"78":0.01825,"79":0.02189,"80":0.00365,"81":0.01825,"83":0.00365,"86":0.0073,"87":0.0146,"88":0.00365,"89":0.00365,"90":0.00365,"91":0.00365,"93":0.02554,"94":0.01095,"95":0.0073,"97":0.00365,"98":0.04744,"99":0.00365,"102":0.00365,"103":0.24083,"104":0.15691,"105":0.2007,"106":0.19705,"107":0.18245,"108":0.22259,"109":0.27003,"110":0.1861,"111":0.30652,"112":0.17515,"114":0.06933,"115":0.00365,"116":0.38315,"117":0.23719,"118":2.41564,"119":0.22259,"120":0.54735,"121":0.0073,"122":0.01095,"123":0.0146,"124":0.18245,"125":0.09123,"126":0.09487,"127":0.01095,"128":0.05838,"129":0.00365,"130":0.0073,"131":0.43788,"132":0.01825,"133":0.3722,"134":0.02554,"135":0.0073,"136":0.0073,"137":0.09123,"138":0.11312,"139":0.01825,"140":0.01825,"141":0.03284,"142":0.05838,"143":0.07663,"144":0.09487,"145":0.11312,"146":0.50356,"147":0.40504,"148":2.71121,"149":4.09053,"150":0.04014,"151":0.00365,_:"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 71 72 73 84 85 92 96 100 101 113 152 153"},F:{"95":0.0073,"98":0.0146,"99":0.00365,"100":0.00365,"114":0.0073,"117":0.00365,"120":0.00365,"125":0.00365,"126":0.0073,"127":0.00365,"131":0.59844,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 118 119 121 122 123 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00365,"15":0.01095,"16":0.0146,"17":0.0146,"18":0.05474,"89":0.00365,"90":0.0073,"92":0.04379,"100":0.00365,"109":0.01825,"114":0.0146,"119":0.04379,"120":0.04014,"122":0.0073,"127":0.00365,"128":0.00365,"131":0.0073,"133":0.00365,"134":0.00365,"136":0.00365,"138":0.00365,"139":0.0073,"140":0.01095,"141":0.01095,"142":0.00365,"143":0.00365,"144":0.04014,"145":0.0146,"146":0.08393,"147":0.07663,"148":1.01442,"149":1.98141,"150":0.0073,_:"12 13 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 129 130 132 135 137"},E:{"27":0.00365,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 18.0 18.1 18.4 TP","11.1":0.0073,"13.1":0.0146,"14.1":0.0073,"15.1":0.00365,"15.6":0.02554,"16.6":0.02919,"17.1":0.0073,"17.3":0.0073,"17.4":0.0073,"17.5":0.00365,"17.6":0.03649,"18.2":0.0146,"18.3":0.00365,"18.5-18.7":0.04379,"26.0":0.02919,"26.1":0.0146,"26.2":0.01095,"26.3":0.03284,"26.4":0.03649,"26.5":0.25543},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00119,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00357,"8.1-8.4":0,"9.0-9.2":0.00119,"9.3":0,"10.0-10.2":0,"10.3":0.01311,"11.0-11.2":0.39437,"11.3-11.4":0.00238,"12.0-12.1":0,"12.2-12.5":0.04051,"13.0-13.1":0,"13.2":0.01311,"13.3":0,"13.4-13.7":0.00238,"14.0-14.4":0.00834,"14.5-14.8":0.01311,"15.0-15.1":0.01191,"15.2-15.3":0.00715,"15.4":0.00834,"15.5":0.01072,"15.6-15.8":0.2085,"16.0":0.01906,"16.1":0.03098,"16.2":0.01668,"16.3":0.03574,"16.4":0.00834,"16.5":0.01311,"16.6-16.7":0.27165,"17.0":0.01191,"17.1":0.01787,"17.2":0.01668,"17.3":0.02502,"17.4":0.03813,"17.5":0.06791,"17.6-17.7":0.17514,"18.0":0.03932,"18.1":0.07506,"18.2":0.04051,"18.3":0.12391,"18.4":0.056,"18.5-18.7":1.79075,"26.0":0.11795,"26.1":0.12272,"26.2":0.37054,"26.3":0.50637,"26.4":0.58023,"26.5":6.58037},P:{"20":0.00718,"21":0.02155,"23":0.02155,"24":0.05029,"25":0.04311,"26":0.05748,"27":0.10777,"28":0.27302,"29":0.55322,"30":0.39516,_:"4 22 10.1 12.0 15.0 17.0 18.0","5.0-5.4":0.00718,"6.2-6.4":0.00718,"7.2-7.4":0.05029,"8.2":0.00718,"9.2":0.05748,"11.1-11.2":0.0934,"13.0":0.02155,"14.0":0.00718,"16.0":0.07185,"19.0":0.00718},I:{"0":0.03807,"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.52713,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01095,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.10797},H:{all:0},L:{"0":62.24442},R:{_:"0"},M:{"0":0.12702},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"52":0.
|
|
1
|
+
module.exports={C:{"52":0.01421,"61":0.00474,"78":0.02368,"102":0.00947,"108":0.00474,"113":0.00474,"115":0.3552,"120":0.01421,"121":0.02368,"125":0.00947,"127":0.00474,"128":0.00474,"129":0.00474,"131":0.00474,"133":0.00474,"134":0.00474,"135":0.00474,"136":0.00947,"137":0.00474,"138":0.00474,"139":0.00474,"140":0.1184,"142":0.00474,"143":0.00474,"144":0.00474,"145":0.00474,"146":0.01421,"147":0.02368,"148":0.02842,"149":0.02842,"150":0.08525,"151":2.24486,"152":1.37818,_:"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 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 109 110 111 112 114 116 117 118 119 122 123 124 126 130 132 141 153 154 155 3.5 3.6"},D:{"39":0.03789,"40":0.03789,"41":0.03789,"42":0.03789,"43":0.03789,"44":0.03789,"45":0.03789,"46":0.03789,"47":0.03789,"48":0.03789,"49":0.04262,"50":0.03789,"51":0.03789,"52":0.03789,"53":0.03789,"54":0.03789,"55":0.03789,"56":0.03789,"57":0.03789,"58":0.03789,"59":0.03789,"60":0.03789,"70":0.01421,"79":0.01421,"80":0.00474,"87":0.02368,"91":0.00474,"100":0.00474,"103":0.03789,"104":0.02842,"105":0.02368,"106":0.02368,"107":0.02368,"108":0.02368,"109":1.00403,"110":0.02842,"111":0.02368,"112":0.02368,"114":0.01421,"116":0.05683,"117":0.02368,"118":0.20365,"119":0.02842,"120":0.09472,"121":0.03315,"122":0.02368,"123":0.00947,"124":0.03789,"125":0.00474,"126":0.00947,"127":0.00947,"128":0.0521,"129":0.00474,"130":0.01421,"131":0.07104,"132":0.01894,"133":0.05683,"134":0.04262,"135":0.01894,"136":0.02842,"137":0.02842,"138":0.08051,"139":0.21786,"140":0.05683,"141":0.03315,"142":0.09472,"143":0.04262,"144":0.07578,"145":0.10893,"146":0.25101,"147":0.38835,"148":9.95981,"149":11.03962,"150":0.03789,"151":0.00474,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 81 83 84 85 86 88 89 90 92 93 94 95 96 97 98 99 101 102 113 115 152 153"},F:{"40":0.00474,"95":0.09946,"97":0.00474,"98":0.02368,"99":0.08051,"112":0.00474,"126":0.00474,"131":0.86195,_:"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 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00474,"109":0.02368,"119":0.01421,"120":0.01421,"138":0.00474,"141":0.00474,"143":0.00474,"144":0.00474,"145":0.01421,"146":0.01894,"147":0.03789,"148":1.00877,"149":2.85581,"150":0.00947,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139 140 142"},E:{"27":0.00474,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 17.0 18.0 TP","13.1":0.00474,"14.1":0.00474,"15.6":0.03789,"16.2":0.00474,"16.3":0.00474,"16.5":0.00474,"16.6":0.0521,"17.1":0.07578,"17.2":0.00474,"17.3":0.00474,"17.4":0.00474,"17.5":0.00947,"17.6":0.08998,"18.1":0.00947,"18.2":0.00474,"18.3":0.01421,"18.4":0.00474,"18.5-18.7":0.02842,"26.0":0.00474,"26.1":0.00947,"26.2":0.04262,"26.3":0.10893,"26.4":0.0521,"26.5":0.63936},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00115,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00344,"8.1-8.4":0,"9.0-9.2":0.00115,"9.3":0,"10.0-10.2":0,"10.3":0.01262,"11.0-11.2":0.37967,"11.3-11.4":0.00229,"12.0-12.1":0,"12.2-12.5":0.039,"13.0-13.1":0,"13.2":0.01262,"13.3":0,"13.4-13.7":0.00229,"14.0-14.4":0.00803,"14.5-14.8":0.01262,"15.0-15.1":0.01147,"15.2-15.3":0.00688,"15.4":0.00803,"15.5":0.01032,"15.6-15.8":0.20073,"16.0":0.01835,"16.1":0.02982,"16.2":0.01606,"16.3":0.03441,"16.4":0.00803,"16.5":0.01262,"16.6-16.7":0.26152,"17.0":0.01147,"17.1":0.01721,"17.2":0.01606,"17.3":0.02409,"17.4":0.0367,"17.5":0.06538,"17.6-17.7":0.16861,"18.0":0.03785,"18.1":0.07226,"18.2":0.039,"18.3":0.11929,"18.4":0.05391,"18.5-18.7":1.72398,"26.0":0.11356,"26.1":0.11814,"26.2":0.35672,"26.3":0.48749,"26.4":0.5586,"26.5":6.33502},P:{"4":0.00692,"21":0.00692,"22":0.00692,"23":0.00692,"26":0.01383,"27":0.00692,"28":0.03459,"29":0.13834,"30":1.43185,_:"20 24 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00692,"13.0":0.01383},I:{"0":0.06836,"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.4527,_:"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.01579},H:{all:0},L:{"0":46.0077},R:{_:"0"},M:{"0":0.41586},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"102":0.
|
|
1
|
+
module.exports={C:{"72":0.00618,"102":0.01236,"103":0.07418,"109":0.00618,"113":0.01236,"114":0.00618,"115":0.09273,"120":0.01855,"121":0.03709,"127":0.00618,"135":0.00618,"136":0.00618,"138":0.00618,"139":0.00618,"140":0.02473,"141":0.00618,"142":0.01236,"143":0.00618,"144":0.00618,"145":0.01236,"146":0.01236,"147":0.02473,"148":0.01855,"149":0.02473,"150":0.06182,"151":1.34768,"152":0.80984,"153":0.00618,_:"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 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 110 111 112 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 137 154 155 3.5 3.6"},D:{"39":0.068,"40":0.068,"41":0.068,"42":0.068,"43":0.068,"44":0.068,"45":0.068,"46":0.068,"47":0.068,"48":0.068,"49":0.068,"50":0.068,"51":0.068,"52":0.07418,"53":0.068,"54":0.068,"55":0.068,"56":0.068,"57":0.068,"58":0.068,"59":0.068,"60":0.068,"85":0.00618,"98":0.00618,"102":0.01855,"103":0.36474,"104":0.60584,"105":0.34001,"106":0.34619,"107":0.34001,"108":0.34001,"109":0.85312,"110":0.34001,"111":0.34619,"112":0.33383,"114":0.01855,"116":0.72329,"117":0.34619,"118":0.88403,"119":0.04327,"120":0.40183,"121":0.00618,"122":0.06182,"123":0.01236,"124":0.40183,"125":0.01855,"126":0.03709,"127":0.02473,"128":0.07418,"129":0.01855,"130":0.02473,"131":0.76657,"132":0.01855,"133":0.69238,"134":0.02473,"135":0.04327,"136":0.04946,"137":0.07418,"138":0.22255,"139":0.03709,"140":0.05564,"141":0.04946,"142":0.27201,"143":0.068,"144":0.068,"145":0.22873,"146":0.136,"147":0.42656,"148":12.75965,"149":20.78388,"150":0.068,"151":0.00618,_:"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 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 113 115 152 153"},F:{"95":0.00618,"97":0.00618,"98":0.01855,"99":0.04946,"131":0.23492,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00618,"109":0.00618,"114":0.00618,"119":0.01855,"120":0.01855,"142":0.00618,"143":0.00618,"144":0.00618,"145":0.01236,"146":0.01236,"147":0.02473,"148":1.33531,"149":4.01212,"150":0.00618,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 TP","15.6":0.03091,"16.1":0.00618,"16.3":0.00618,"16.4":0.00618,"16.5":0.01236,"16.6":0.04946,"17.0":0.00618,"17.1":0.01236,"17.2":0.01236,"17.3":0.01236,"17.4":0.01855,"17.5":0.04327,"17.6":0.09273,"18.0":0.01236,"18.1":0.02473,"18.2":0.01855,"18.3":0.04327,"18.4":0.01855,"18.5-18.7":0.08655,"26.0":0.04327,"26.1":0.03091,"26.2":0.11746,"26.3":0.12364,"26.4":0.08037,"26.5":0.43892},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00068,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00205,"8.1-8.4":0,"9.0-9.2":0.00068,"9.3":0,"10.0-10.2":0,"10.3":0.0075,"11.0-11.2":0.22571,"11.3-11.4":0.00136,"12.0-12.1":0,"12.2-12.5":0.02318,"13.0-13.1":0,"13.2":0.0075,"13.3":0,"13.4-13.7":0.00136,"14.0-14.4":0.00477,"14.5-14.8":0.0075,"15.0-15.1":0.00682,"15.2-15.3":0.00409,"15.4":0.00477,"15.5":0.00614,"15.6-15.8":0.11933,"16.0":0.01091,"16.1":0.01773,"16.2":0.00955,"16.3":0.02046,"16.4":0.00477,"16.5":0.0075,"16.6-16.7":0.15547,"17.0":0.00682,"17.1":0.01023,"17.2":0.00955,"17.3":0.01432,"17.4":0.02182,"17.5":0.03887,"17.6-17.7":0.10024,"18.0":0.0225,"18.1":0.04296,"18.2":0.02318,"18.3":0.07092,"18.4":0.03205,"18.5-18.7":1.02489,"26.0":0.06751,"26.1":0.07024,"26.2":0.21207,"26.3":0.28981,"26.4":0.33208,"26.5":3.7661},P:{"22":0.00794,"23":0.00794,"25":0.00794,"26":0.01587,"27":0.01587,"28":0.03968,"29":0.14286,"30":0.74604,_:"4 20 21 24 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.00794,"17.0":0.01587},I:{"0":0.01526,"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.38562,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00618,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.41234},H:{all:0},L:{"0":34.55858},R:{_:"0"},M:{"0":0.1069},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"109":0.00407,"113":0.00407,"115":0.05296,"120":0.05704,"121":0.11,"135":0.00407,"136":0.00815,"140":0.05296,"146":0.00407,"147":0.00407,"148":0.00407,"149":0.00815,"150":0.03667,"151":0.54999,"152":0.30555,_:"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 110 111 112 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 141 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.00815,"40":0.01222,"41":0.00815,"42":0.00815,"43":0.00815,"44":0.00815,"45":0.00815,"46":0.00815,"47":0.00815,"48":0.00815,"49":0.0163,"50":0.00815,"51":0.00815,"52":0.00815,"53":0.00815,"54":0.00815,"55":0.00815,"56":0.00815,"57":0.00815,"58":0.00815,"59":0.00815,"60":0.00815,"79":0.0163,"87":0.0163,"88":0.01222,"93":0.00407,"103":0.06518,"104":0.04074,"105":0.04074,"106":0.04074,"107":0.04074,"108":0.04481,"109":0.17926,"110":0.04074,"111":0.04074,"112":0.03667,"113":0.00407,"114":0.52147,"115":0.00407,"116":0.12629,"117":0.78221,"118":0.59888,"119":0.11407,"120":0.19148,"121":0.00407,"122":0.07741,"123":0.00407,"124":0.08963,"125":3.40994,"126":0.03259,"127":0.04074,"128":0.04481,"129":0.00407,"130":0.00407,"131":0.10592,"132":0.02852,"133":0.13037,"134":0.03667,"135":0.06111,"136":0.08148,"137":0.02444,"138":0.11,"139":0.57443,"140":0.05704,"141":0.24037,"142":0.24037,"143":0.08555,"144":0.04074,"145":0.15889,"146":0.21592,"147":0.31777,"148":5.53249,"149":5.61805,"150":0.02852,_:"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 80 81 83 84 85 86 89 90 91 92 94 95 96 97 98 99 100 101 102 151 152 153"},F:{"46":0.00815,"96":0.00407,"98":0.00815,"99":0.05296,"131":0.22407,_:"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 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:{"12":0.11407,"109":0.01222,"119":0.05704,"120":0.05704,"131":0.00407,"134":0.0163,"139":0.00407,"142":0.01222,"143":0.0163,"144":0.00815,"145":0.04074,"146":0.0163,"147":0.08148,"148":1.43812,"149":3.91919,_:"13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 135 136 137 138 140 141 150"},E:{"14":0.0163,"27":0.00407,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 TP","13.1":0.00815,"14.1":0.02444,"15.1":0.00407,"15.4":0.01222,"15.5":0.00407,"15.6":0.0937,"16.0":0.00815,"16.1":0.00815,"16.2":0.00407,"16.3":0.01222,"16.4":0.00407,"16.5":0.00815,"16.6":0.14259,"17.0":0.00815,"17.1":0.10185,"17.2":0.00407,"17.3":0.00815,"17.4":0.0163,"17.5":0.02852,"17.6":0.09778,"18.0":0.00407,"18.1":0.02444,"18.2":0.00407,"18.3":0.03667,"18.4":0.01222,"18.5-18.7":0.03259,"26.0":0.01222,"26.1":0.00815,"26.2":0.06518,"26.3":0.15481,"26.4":0.08148,"26.5":1.0348},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00241,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00724,"8.1-8.4":0,"9.0-9.2":0.00241,"9.3":0,"10.0-10.2":0,"10.3":0.02654,"11.0-11.2":0.79873,"11.3-11.4":0.00483,"12.0-12.1":0,"12.2-12.5":0.08204,"13.0-13.1":0,"13.2":0.02654,"13.3":0,"13.4-13.7":0.00483,"14.0-14.4":0.01689,"14.5-14.8":0.02654,"15.0-15.1":0.02413,"15.2-15.3":0.01448,"15.4":0.01689,"15.5":0.02172,"15.6-15.8":0.42229,"16.0":0.03861,"16.1":0.06274,"16.2":0.03378,"16.3":0.07239,"16.4":0.01689,"16.5":0.02654,"16.6-16.7":0.55018,"17.0":0.02413,"17.1":0.0362,"17.2":0.03378,"17.3":0.05067,"17.4":0.07722,"17.5":0.13754,"17.6-17.7":0.35472,"18.0":0.07963,"18.1":0.15202,"18.2":0.08204,"18.3":0.25096,"18.4":0.11341,"18.5-18.7":3.62684,"26.0":0.23889,"26.1":0.24855,"26.2":0.75046,"26.3":1.02555,"26.4":1.17516,"26.5":13.32737},P:{"21":0.01244,"22":0.00622,"23":0.01244,"24":0.01244,"25":0.01244,"26":0.04355,"27":0.03111,"28":0.04355,"29":0.25508,"30":2.06556,_:"4 20 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01776,"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.16,_:"10 11 12 11.1 11.5 12.1"},A:{"7":0.26888,"9":0.08555,_:"6 8 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.00593,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.04148},H:{all:0},L:{"0":39.16321},R:{_:"0"},M:{"0":0.48001},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"24":0.
|
|
1
|
+
module.exports={C:{"24":0.00443,"25":0.00443,"26":0.01774,"27":0.00443,"36":0.00443,"52":0.00887,"100":0.00443,"101":0.00887,"115":0.08425,"120":0.03104,"121":0.06208,"122":0.0133,"123":0.03991,"127":0.00443,"136":0.00887,"140":0.0133,"142":0.00443,"144":0.00443,"145":0.00443,"146":0.02217,"147":0.00443,"148":0.00443,"149":0.00887,"150":0.03104,"151":0.49217,"152":0.26161,"153":0.00443,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 28 29 30 31 32 33 34 35 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 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 124 125 126 128 129 130 131 132 133 134 135 137 138 139 141 143 154 155 3.5 3.6"},D:{"31":0.02217,"32":0.00443,"39":0.00443,"40":0.00443,"41":0.00443,"42":0.00443,"43":0.00443,"44":0.00443,"45":0.00443,"46":0.00443,"47":0.00443,"48":0.00443,"49":0.00443,"50":0.00443,"51":0.00443,"52":0.00443,"53":0.00443,"54":0.00443,"55":0.00443,"56":0.00443,"57":0.00443,"58":0.00443,"59":0.00443,"60":0.00443,"64":0.00443,"69":0.00443,"79":0.02217,"81":0.00443,"86":0.00443,"87":0.03104,"88":0.00443,"90":0.00443,"91":0.00443,"95":0.00887,"99":0.00443,"100":0.00443,"101":0.00443,"102":0.0133,"103":0.09311,"104":0.09311,"105":0.08868,"106":0.08868,"107":0.08868,"108":0.10642,"109":0.49661,"110":0.08868,"111":0.08868,"112":0.08425,"113":0.00443,"114":0.00887,"115":0.00443,"116":0.4567,"117":0.08868,"118":0.94001,"119":0.07981,"120":0.72274,"121":0.03104,"122":0.05764,"123":0.00887,"124":0.10642,"125":0.00443,"126":0.01774,"127":0.00443,"128":0.03104,"129":0.00887,"130":0.00887,"131":0.21283,"132":0.0133,"133":0.1951,"134":1.13954,"135":0.06208,"136":0.01774,"137":0.02217,"138":0.11972,"139":0.13745,"140":0.03547,"141":0.0133,"142":0.15962,"143":0.04877,"144":0.05764,"145":0.18623,"146":0.1951,"147":0.33255,"148":6.73081,"149":9.83018,"150":0.0266,_:"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 33 34 35 36 37 38 61 62 63 65 66 67 68 70 71 72 73 74 75 76 77 78 80 83 84 85 89 92 93 94 96 97 98 151 152 153"},F:{"95":0.01774,"98":0.02217,"99":0.07538,"100":0.00443,"122":0.00443,"131":0.30151,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 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.00443,"102":0.01774,"104":0.00443,"109":0.02217,"119":0.03104,"120":0.03104,"121":0.00887,"122":0.00887,"128":0.00443,"131":0.00443,"132":0.00443,"137":0.00443,"138":0.00443,"139":0.00887,"140":0.00443,"141":0.00443,"142":0.00443,"143":0.00887,"144":0.00443,"145":0.0133,"146":0.0133,"147":0.03547,"148":0.6385,"149":1.982,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 105 106 107 108 110 111 112 113 114 115 116 117 118 123 124 125 126 127 129 130 133 134 135 136 150"},E:{"7":0.00443,"14":0.00443,_:"4 5 6 8 9 10 11 12 13 15 27 3.1 3.2 7.1 9.1 10.1 11.1 12.1 16.0 16.2 16.4 TP","5.1":0.00443,"6.1":0.00443,"13.1":0.00887,"14.1":0.02217,"15.1":0.00443,"15.2-15.3":0.00443,"15.4":0.00443,"15.5":0.00443,"15.6":0.09311,"16.1":0.00443,"16.3":0.0133,"16.5":0.00887,"16.6":0.08425,"17.0":0.00443,"17.1":0.07094,"17.2":0.00887,"17.3":0.02217,"17.4":0.00887,"17.5":0.0133,"17.6":0.04434,"18.0":0.00443,"18.1":0.0133,"18.2":0.00443,"18.3":0.02217,"18.4":0.00443,"18.5-18.7":0.01774,"26.0":0.00443,"26.1":0.00443,"26.2":0.03104,"26.3":0.04877,"26.4":0.04877,"26.5":0.54982},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0014,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00421,"8.1-8.4":0,"9.0-9.2":0.0014,"9.3":0,"10.0-10.2":0,"10.3":0.01542,"11.0-11.2":0.46409,"11.3-11.4":0.0028,"12.0-12.1":0,"12.2-12.5":0.04767,"13.0-13.1":0,"13.2":0.01542,"13.3":0,"13.4-13.7":0.0028,"14.0-14.4":0.00981,"14.5-14.8":0.01542,"15.0-15.1":0.01402,"15.2-15.3":0.00841,"15.4":0.00981,"15.5":0.01262,"15.6-15.8":0.24536,"16.0":0.02243,"16.1":0.03645,"16.2":0.01963,"16.3":0.04206,"16.4":0.00981,"16.5":0.01542,"16.6-16.7":0.31967,"17.0":0.01402,"17.1":0.02103,"17.2":0.01963,"17.3":0.02944,"17.4":0.04487,"17.5":0.07992,"17.6-17.7":0.20611,"18.0":0.04627,"18.1":0.08833,"18.2":0.04767,"18.3":0.14582,"18.4":0.0659,"18.5-18.7":2.10732,"26.0":0.13881,"26.1":0.14441,"26.2":0.43605,"26.3":0.59588,"26.4":0.68281,"26.5":7.74366},P:{"4":0.01198,"21":0.01198,"22":0.01198,"23":0.02395,"24":0.01797,"25":0.02395,"26":0.03593,"27":0.0539,"28":0.1018,"29":0.55094,"30":3.63499,_:"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 18.0","7.2-7.4":0.00599,"17.0":0.00599,"19.0":0.00599},I:{"0":0.00556,"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.31726,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01035,"9":0.00517,"10":0.00517,"11":0.01035,_:"6 7 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.0334},H:{all:0},L:{"0":47.17428},R:{_:"0"},M:{"0":0.21151},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"60":0.
|
|
1
|
+
module.exports={C:{"60":0.00377,"115":0.08285,"120":0.03013,"121":0.06026,"125":0.02636,"139":0.00377,"140":0.00377,"148":0.00377,"149":0.01506,"150":0.06402,"151":0.67411,"152":0.26739,"153":0.00377,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 128 129 130 131 132 133 134 135 136 137 138 141 142 143 144 145 146 147 154 155 3.5 3.6"},D:{"39":0.00377,"40":0.04143,"41":0.00377,"42":0.00377,"43":0.00377,"44":0.00753,"45":0.00377,"46":0.00377,"47":0.00377,"48":0.00377,"49":0.00753,"50":0.00753,"51":0.00753,"52":0.00377,"53":0.00377,"54":0.00377,"55":0.00753,"56":0.00377,"57":0.00377,"58":0.00377,"59":0.00377,"60":0.00753,"75":0.00377,"76":0.00377,"78":0.00377,"93":0.00753,"101":0.00377,"103":0.06402,"104":0.00377,"105":0.00753,"106":0.00377,"107":0.0226,"108":0.0113,"109":0.31634,"110":0.00753,"111":0.00753,"112":0.00377,"113":0.00377,"116":0.30881,"117":0.00377,"118":0.25609,"119":0.08285,"120":0.08285,"121":0.01506,"122":0.00377,"124":0.03389,"126":0.0226,"128":0.00753,"130":0.1883,"131":0.01506,"132":0.00377,"133":0.00753,"135":0.02636,"138":2.31986,"139":0.07909,"140":0.00377,"141":0.00377,"142":0.02636,"143":0.04143,"144":0.08662,"145":0.10168,"146":1.4838,"147":0.32388,"148":4.68114,"149":4.39492,"150":0.00753,_:"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 77 79 80 81 83 84 85 86 87 88 89 90 91 92 94 95 96 97 98 99 100 102 114 115 123 125 127 129 134 136 137 151 152 153"},F:{"52":0.00753,"95":0.00377,"99":0.00377,"131":0.91514,_:"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 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 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.00753,"119":0.03389,"120":0.03766,"125":0.00377,"133":0.00753,"136":0.00377,"137":0.00377,"138":0.00377,"141":0.0113,"143":0.00377,"144":0.0113,"145":0.06779,"146":0.00377,"147":0.03389,"148":1.64574,"149":4.3422,"150":0.00753,_:"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 126 127 128 129 130 131 132 134 135 139 140 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 11.1 15.1 15.2-15.3 15.4 16.0 16.1 17.3 18.2 TP","12.1":0.00377,"13.1":0.00753,"14.1":0.01883,"15.5":0.00753,"15.6":0.1657,"16.2":0.03013,"16.3":0.0113,"16.4":0.00377,"16.5":0.10921,"16.6":0.20713,"17.0":0.00377,"17.1":0.50841,"17.2":0.01506,"17.4":0.00377,"17.5":0.12051,"17.6":0.28998,"18.0":0.00753,"18.1":0.04143,"18.3":0.03389,"18.4":0.02636,"18.5-18.7":0.11298,"26.0":0.00377,"26.1":0.00377,"26.2":0.09038,"26.3":0.35024,"26.4":0.16947,"26.5":6.24026},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00398,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.01193,"8.1-8.4":0,"9.0-9.2":0.00398,"9.3":0,"10.0-10.2":0,"10.3":0.04375,"11.0-11.2":1.31649,"11.3-11.4":0.00795,"12.0-12.1":0,"12.2-12.5":0.13523,"13.0-13.1":0,"13.2":0.04375,"13.3":0,"13.4-13.7":0.00795,"14.0-14.4":0.02784,"14.5-14.8":0.04375,"15.0-15.1":0.03977,"15.2-15.3":0.02386,"15.4":0.02784,"15.5":0.0358,"15.6-15.8":0.69603,"16.0":0.06364,"16.1":0.10341,"16.2":0.05568,"16.3":0.11932,"16.4":0.02784,"16.5":0.04375,"16.6-16.7":0.90683,"17.0":0.03977,"17.1":0.05966,"17.2":0.05568,"17.3":0.08352,"17.4":0.12727,"17.5":0.22671,"17.6-17.7":0.58466,"18.0":0.13125,"18.1":0.25057,"18.2":0.13523,"18.3":0.41364,"18.4":0.18693,"18.5-18.7":5.97789,"26.0":0.39375,"26.1":0.40966,"26.2":1.23694,"26.3":1.69036,"26.4":1.93695,"26.5":21.96666},P:{"26":0.0176,"27":0.0088,"28":0.0176,"29":0.29044,"30":2.83403,_:"4 20 21 22 23 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","7.2-7.4":0.0088,"19.0":0.0088},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.16835,_:"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":21.02028},R:{_:"0"},M:{"0":0.2494},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"115":0.
|
|
1
|
+
module.exports={C:{"103":0.00324,"115":0.06154,"120":0.00648,"121":0.0162,"125":0.00324,"136":0.00648,"140":0.00972,"146":0.00324,"147":0.00648,"148":0.00324,"149":0.00648,"150":0.01296,"151":0.21377,"152":0.13604,"153":0.00324,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 154 155 3.5 3.6"},D:{"39":0.0162,"40":0.0162,"41":0.0162,"42":0.0162,"43":0.0162,"44":0.0162,"45":0.0162,"46":0.0162,"47":0.0162,"48":0.0162,"49":0.0162,"50":0.0162,"51":0.0162,"52":0.0162,"53":0.0162,"54":0.0162,"55":0.0162,"56":0.0162,"57":0.0162,"58":0.0162,"59":0.0162,"60":0.0162,"69":0.00324,"70":0.00324,"71":0.00324,"73":0.00324,"74":0.00324,"79":0.00324,"81":0.00324,"86":0.00324,"87":0.00648,"93":0.00324,"102":0.00324,"103":0.03563,"104":0.03887,"105":0.02591,"106":0.02591,"107":0.02591,"108":0.02591,"109":0.56683,"110":0.02591,"111":0.02915,"112":0.02915,"114":0.00324,"116":0.0583,"117":0.02591,"118":0.4405,"119":0.01943,"120":0.0745,"121":0.00324,"122":0.00648,"123":0.01296,"124":0.04535,"125":0.00972,"126":0.00972,"127":0.00972,"128":0.00972,"129":0.00324,"130":0.00648,"131":0.09393,"132":0.00972,"133":0.06478,"134":0.00972,"135":0.00972,"136":0.03887,"137":0.02591,"138":0.07126,"139":0.02267,"140":0.02915,"141":0.01296,"142":0.04211,"143":0.03887,"144":0.03563,"145":0.09717,"146":0.11013,"147":0.18786,"148":3.49812,"149":5.48039,"150":0.02267,"151":0.00324,_:"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 72 75 76 77 78 80 83 84 85 88 89 90 91 92 94 95 96 97 98 99 100 101 113 115 152 153"},F:{"85":0.00324,"93":0.00324,"94":0.00324,"95":0.00972,"96":0.00648,"97":0.01296,"98":0.10365,"99":0.24293,"100":0.00648,"131":0.10041,_:"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 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.00324,"92":0.00324,"109":0.00324,"114":0.00648,"119":0.00648,"120":0.00648,"131":0.00324,"142":0.00324,"143":0.00324,"144":0.00324,"145":0.00324,"146":0.00648,"147":0.00972,"148":0.2073,"149":0.62513,"150":0.00324,_:"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 122 123 124 125 126 127 128 129 130 132 133 134 135 136 137 138 139 140 141"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.4 TP","15.6":0.00324,"16.6":0.00648,"17.1":0.00324,"17.5":0.00324,"17.6":0.00648,"18.3":0.00324,"18.5-18.7":0.00648,"26.0":0.00324,"26.1":0.00648,"26.2":0.00972,"26.3":0.0162,"26.4":0.0162,"26.5":0.10041},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.0008,"8.1-8.4":0,"9.0-9.2":0.00027,"9.3":0,"10.0-10.2":0,"10.3":0.00292,"11.0-11.2":0.08773,"11.3-11.4":0.00053,"12.0-12.1":0,"12.2-12.5":0.00901,"13.0-13.1":0,"13.2":0.00292,"13.3":0,"13.4-13.7":0.00053,"14.0-14.4":0.00186,"14.5-14.8":0.00292,"15.0-15.1":0.00265,"15.2-15.3":0.00159,"15.4":0.00186,"15.5":0.00239,"15.6-15.8":0.04638,"16.0":0.00424,"16.1":0.00689,"16.2":0.00371,"16.3":0.00795,"16.4":0.00186,"16.5":0.00292,"16.6-16.7":0.06043,"17.0":0.00265,"17.1":0.00398,"17.2":0.00371,"17.3":0.00557,"17.4":0.00848,"17.5":0.01511,"17.6-17.7":0.03896,"18.0":0.00875,"18.1":0.0167,"18.2":0.00901,"18.3":0.02756,"18.4":0.01246,"18.5-18.7":0.39834,"26.0":0.02624,"26.1":0.0273,"26.2":0.08242,"26.3":0.11264,"26.4":0.12907,"26.5":1.46377},P:{"23":0.00711,"24":0.00711,"25":0.00711,"26":0.01422,"27":0.00711,"28":0.02844,"29":0.08533,"30":0.24887,_:"4 20 21 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00711},I:{"0":0.01351,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":2.9816,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00324,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{"2.5":0.02028,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":1.08176},H:{all:0},L:{"0":77.87089},R:{_:"0"},M:{"0":0.17579},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"68":0.
|
|
1
|
+
module.exports={C:{"68":0.00383,"115":0.01917,"120":0.14182,"121":0.27981,"151":0.0345,"152":0.01917,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"39":0.00383,"40":0.00383,"41":0.00383,"42":0.00383,"43":0.00383,"44":0.00383,"45":0.00383,"46":0.00383,"47":0.00383,"48":0.00383,"49":0.00383,"50":0.00383,"51":0.00383,"52":0.00383,"53":0.00383,"54":0.00383,"55":0.00383,"56":0.00383,"57":0.00383,"58":0.00767,"59":0.00383,"60":0.00767,"63":0.00383,"65":0.00383,"66":0.00383,"69":0.0115,"70":0.00383,"72":0.00383,"73":0.00767,"74":0.00383,"75":0.00767,"79":0.03833,"81":0.00767,"83":0.01533,"86":0.00383,"87":0.06516,"91":0.0115,"93":0.00383,"94":0.00383,"95":0.00767,"96":0.00383,"98":0.04983,"101":0.00383,"102":0.00767,"103":0.24148,"104":0.20315,"105":0.20315,"106":0.20698,"107":0.20315,"108":0.20698,"109":0.48679,"110":0.21082,"111":0.20315,"112":0.19548,"113":0.00383,"114":0.023,"115":0.00383,"116":0.40247,"117":0.20315,"118":1.61753,"119":0.29897,"120":0.52895,"122":0.00383,"123":0.00383,"124":0.20698,"125":0.00383,"126":0.01533,"127":0.00767,"128":0.01533,"131":0.4178,"132":0.00767,"133":0.4063,"134":0.0115,"135":0.04983,"136":0.00383,"137":0.05366,"138":0.06899,"139":0.00383,"140":0.0115,"141":0.00383,"142":0.023,"143":0.01533,"144":0.023,"145":0.25298,"146":0.01917,"147":0.03833,"148":1.19206,"149":2.45312,"150":0.02683,"151":0.00383,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 64 67 68 71 76 77 78 80 84 85 88 89 90 92 97 99 100 121 129 130 152 153"},F:{"46":0.00383,"95":0.00383,"98":0.02683,"99":0.08816,"100":0.00383,"131":0.04216,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 101 102 103 104 105 106 107 108 109 110 111 112 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.00383,"119":0.13799,"120":0.14182,"145":0.00767,"147":0.0115,"148":0.03833,"149":0.12649,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 146 150"},E:{"14":0.00383,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.2 TP","5.1":0.00383,"15.6":0.01533,"16.2":0.00383,"16.3":0.00767,"16.6":0.023,"17.1":0.01533,"17.5":0.00383,"17.6":0.0115,"18.1":0.00383,"18.3":0.00767,"18.4":0.00383,"18.5-18.7":0.0115,"26.0":0.00767,"26.1":0.00383,"26.2":0.01533,"26.3":0.02683,"26.4":0.023,"26.5":0.20315},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00098,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00295,"8.1-8.4":0,"9.0-9.2":0.00098,"9.3":0,"10.0-10.2":0,"10.3":0.01082,"11.0-11.2":0.32558,"11.3-11.4":0.00197,"12.0-12.1":0,"12.2-12.5":0.03344,"13.0-13.1":0,"13.2":0.01082,"13.3":0,"13.4-13.7":0.00197,"14.0-14.4":0.00689,"14.5-14.8":0.01082,"15.0-15.1":0.00984,"15.2-15.3":0.0059,"15.4":0.00689,"15.5":0.00885,"15.6-15.8":0.17214,"16.0":0.01574,"16.1":0.02557,"16.2":0.01377,"16.3":0.02951,"16.4":0.00689,"16.5":0.01082,"16.6-16.7":0.22427,"17.0":0.00984,"17.1":0.01475,"17.2":0.01377,"17.3":0.02066,"17.4":0.03148,"17.5":0.05607,"17.6-17.7":0.14459,"18.0":0.03246,"18.1":0.06197,"18.2":0.03344,"18.3":0.1023,"18.4":0.04623,"18.5-18.7":1.47841,"26.0":0.09738,"26.1":0.10131,"26.2":0.30591,"26.3":0.41805,"26.4":0.47903,"26.5":5.43262},P:{"4":0.01456,"20":0.00728,"21":0.01456,"22":0.01456,"23":0.02184,"24":0.01456,"25":0.0364,"26":0.13104,"27":0.05096,"28":0.10192,"29":0.27665,"30":1.23763,_:"5.0-5.4 6.2-6.4 10.1 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.04368,"8.2":0.00728,"9.2":0.00728,"11.1-11.2":0.00728,"12.0":0.00728,"17.0":0.01456,"19.0":0.00728},I:{"0":0.0308,"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.58587,_:"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.48719},H:{all:0},L:{"0":73.09782},R:{_:"0"},M:{"0":0.08634},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"47":0.
|
|
1
|
+
module.exports={C:{"47":0.00382,"48":0.00382,"52":0.00763,"56":0.00382,"60":0.00382,"72":0.00763,"84":0.00382,"94":0.00382,"95":0.00382,"102":0.00382,"106":0.00763,"108":0.00382,"110":0.00382,"112":0.00382,"113":0.00382,"115":1.18678,"118":0.00382,"120":0.00382,"121":0.00763,"126":0.00382,"127":0.04198,"128":0.00382,"130":0.00382,"131":0.00382,"132":0.00382,"133":0.00382,"134":0.00382,"135":0.00382,"136":0.00763,"137":0.00382,"138":0.01145,"139":0.00382,"140":0.10685,"141":0.00763,"142":0.01145,"143":0.01908,"144":0.01526,"145":0.0229,"146":0.04961,"147":0.10303,"148":0.04961,"149":0.01145,"150":0.02671,"151":1.6447,"152":1.00361,"153":0.00382,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 49 50 51 53 54 55 57 58 59 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 85 86 87 88 89 90 91 92 93 96 97 98 99 100 101 103 104 105 107 109 111 114 116 117 119 122 123 124 125 129 154 155 3.5 3.6"},D:{"49":0.01145,"51":0.00382,"52":0.00382,"53":0.00382,"54":0.00382,"55":0.00382,"58":0.00382,"61":0.00382,"62":0.00382,"63":0.00763,"64":0.00382,"65":0.00382,"66":0.00382,"67":0.00382,"68":0.00382,"69":0.00763,"70":0.00763,"71":0.01908,"72":0.00382,"73":0.00382,"74":0.00382,"75":0.00382,"76":0.00382,"77":0.00382,"78":0.01526,"79":0.01908,"80":0.01526,"81":0.01145,"83":0.01908,"84":0.01145,"85":0.00763,"86":0.02671,"87":0.03053,"88":0.01145,"89":0.01526,"90":0.01145,"91":0.01145,"92":0.01526,"93":0.00382,"94":0.00763,"95":0.01526,"96":0.01908,"97":0.00763,"98":0.05724,"99":0.00763,"100":0.00763,"101":0.01145,"102":0.01145,"103":0.03053,"104":0.01908,"105":0.0229,"106":0.0229,"107":0.04961,"108":0.03816,"109":3.53743,"110":0.01526,"111":0.01526,"112":0.01526,"113":0.00763,"114":0.0229,"115":0.01145,"116":0.03816,"117":0.02671,"118":0.0725,"119":0.03053,"120":0.05342,"121":0.02671,"122":0.04579,"123":0.03816,"124":0.03053,"125":0.01908,"126":0.03816,"127":0.02671,"128":0.0229,"129":0.01908,"130":0.04198,"131":0.12211,"132":0.03816,"133":0.05724,"134":0.05724,"135":0.07632,"136":0.07632,"137":0.09158,"138":0.14882,"139":0.07632,"140":0.08395,"141":0.11066,"142":0.20225,"143":0.2862,"144":0.50753,"145":1.30507,"146":0.05342,"147":0.19843,"148":5.36148,"149":8.65087,"150":0.03053,_:"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 50 56 57 59 60 151 152 153"},F:{"79":0.01145,"95":0.13738,"98":0.00763,"99":0.01908,"101":0.00382,"120":0.00382,"124":0.00382,"125":0.01145,"126":0.00763,"127":0.01526,"131":0.22896,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 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.00382,"15":0.00382,"16":0.00382,"17":0.00382,"18":0.01908,"83":0.00382,"84":0.00382,"88":0.00382,"89":0.00382,"90":0.00382,"92":0.12211,"100":0.00763,"109":0.12974,"119":0.00382,"120":0.00382,"122":0.01908,"131":0.00382,"133":0.00382,"135":0.00382,"136":0.00382,"137":0.00382,"138":0.00763,"139":0.00382,"140":0.00763,"141":0.01145,"142":0.01145,"143":0.02671,"144":0.01526,"145":0.04579,"147":0.01145,"148":0.20225,"149":0.87768,_:"12 13 79 80 81 85 86 87 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 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 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.3 17.4 18.0 18.4 26.4 TP","15.6":0.01145,"16.6":0.01526,"17.1":0.00382,"17.2":0.00382,"17.5":0.00382,"17.6":0.00763,"18.1":0.00382,"18.2":0.00382,"18.3":0.00382,"18.5-18.7":0.00763,"26.0":0.00763,"26.1":0.00382,"26.2":0.00763,"26.3":0.00763,"26.5":0.04961},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00077,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00232,"8.1-8.4":0,"9.0-9.2":0.00077,"9.3":0,"10.0-10.2":0,"10.3":0.0085,"11.0-11.2":0.25566,"11.3-11.4":0.00154,"12.0-12.1":0,"12.2-12.5":0.02626,"13.0-13.1":0,"13.2":0.0085,"13.3":0,"13.4-13.7":0.00154,"14.0-14.4":0.00541,"14.5-14.8":0.0085,"15.0-15.1":0.00772,"15.2-15.3":0.00463,"15.4":0.00541,"15.5":0.00695,"15.6-15.8":0.13517,"16.0":0.01236,"16.1":0.02008,"16.2":0.01081,"16.3":0.02317,"16.4":0.00541,"16.5":0.0085,"16.6-16.7":0.1761,"17.0":0.00772,"17.1":0.01159,"17.2":0.01081,"17.3":0.01622,"17.4":0.02472,"17.5":0.04403,"17.6-17.7":0.11354,"18.0":0.02549,"18.1":0.04866,"18.2":0.02626,"18.3":0.08033,"18.4":0.0363,"18.5-18.7":1.16089,"26.0":0.07647,"26.1":0.07956,"26.2":0.24021,"26.3":0.32826,"26.4":0.37615,"26.5":4.26586},P:{"20":0.02423,"21":0.04039,"22":0.08885,"23":0.08885,"24":0.11308,"25":0.15347,"26":0.21809,"27":0.25847,"28":0.54118,"29":0.75119,"30":1.39737,_:"4 10.1","5.0-5.4":0.00808,"6.2-6.4":0.00808,"7.2-7.4":0.08077,"8.2":0.00808,"9.2":0.01615,"11.1-11.2":0.03231,"12.0":0.00808,"13.0":0.04039,"14.0":0.04039,"15.0":0.00808,"16.0":0.03231,"17.0":0.04846,"18.0":0.02423,"19.0":0.03231},I:{"0":0.00618,"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.28446,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.03434,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.06184},H:{all:0},L:{"0":56.30391},R:{_:"0"},M:{"0":1.10694},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"48":0.
|
|
1
|
+
module.exports={C:{"48":0.08363,"78":0.0386,"91":0.00643,"113":0.00643,"115":0.13509,"120":0.0193,"121":0.0386,"127":0.00643,"128":0.0386,"131":0.01287,"134":0.24445,"135":0.00643,"140":1.13864,"146":0.00643,"147":0.0193,"148":0.03217,"149":0.12223,"150":0.13509,"151":3.7826,"152":1.17724,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 122 123 124 125 126 129 130 132 133 136 137 138 139 141 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.00643,"40":0.00643,"41":0.00643,"42":0.00643,"43":0.00643,"44":0.00643,"45":0.00643,"46":0.00643,"47":0.00643,"48":0.00643,"49":0.00643,"50":0.00643,"51":0.00643,"52":0.00643,"53":0.0193,"54":0.00643,"55":0.00643,"56":0.00643,"57":0.00643,"58":0.00643,"59":0.00643,"60":0.0193,"79":0.00643,"86":0.00643,"87":0.01287,"92":0.00643,"93":0.01287,"103":0.02573,"104":0.00643,"106":0.01287,"107":0.01287,"108":0.00643,"109":0.25732,"110":0.02573,"111":0.00643,"113":0.00643,"114":0.18656,"115":0.00643,"116":0.44388,"118":0.41815,"119":0.04503,"120":0.05146,"121":0.01287,"122":0.15439,"123":0.00643,"124":0.09006,"126":0.0579,"127":0.00643,"128":0.19942,"129":0.00643,"130":0.01287,"131":0.07076,"132":0.0193,"133":0.0386,"134":0.03217,"135":0.03217,"136":0.03217,"137":0.22516,"138":2.45097,"139":0.12223,"140":0.02573,"141":0.02573,"142":1.9878,"143":0.28305,"144":0.36025,"145":0.41815,"146":0.69476,"147":0.76553,"148":9.64307,"149":14.8924,"150":0.12223,_:"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 80 81 83 84 85 88 89 90 91 94 95 96 97 98 99 100 101 102 105 112 117 125 151 152 153"},F:{"46":0.00643,"95":0.0386,"98":0.00643,"99":0.03217,"114":0.00643,"115":0.00643,"116":0.00643,"131":1.00998,_:"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 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.14153,"119":0.0193,"120":0.0193,"138":0.0193,"139":0.00643,"141":0.00643,"143":0.00643,"144":0.01287,"145":0.01287,"146":0.0193,"147":0.07076,"148":1.84627,"149":5.55811,"150":0.02573,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 140 142"},E:{"14":0.00643,"27":0.00643,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.4 TP","13.1":0.00643,"14.1":0.00643,"15.5":0.03217,"15.6":0.19942,"16.0":0.00643,"16.1":0.00643,"16.2":0.0193,"16.3":0.0193,"16.5":0.00643,"16.6":0.25089,"17.0":0.00643,"17.1":0.22516,"17.2":0.00643,"17.3":0.01287,"17.4":0.03217,"17.5":0.26375,"17.6":0.23802,"18.0":0.01287,"18.1":0.01287,"18.2":0.00643,"18.3":0.03217,"18.4":0.0579,"18.5-18.7":0.05146,"26.0":0.11579,"26.1":0.0193,"26.2":0.12223,"26.3":0.21872,"26.4":0.21229,"26.5":2.70829},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00183,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0055,"8.1-8.4":0,"9.0-9.2":0.00183,"9.3":0,"10.0-10.2":0,"10.3":0.02017,"11.0-11.2":0.60687,"11.3-11.4":0.00367,"12.0-12.1":0,"12.2-12.5":0.06234,"13.0-13.1":0,"13.2":0.02017,"13.3":0,"13.4-13.7":0.00367,"14.0-14.4":0.01283,"14.5-14.8":0.02017,"15.0-15.1":0.01833,"15.2-15.3":0.011,"15.4":0.01283,"15.5":0.0165,"15.6-15.8":0.32085,"16.0":0.02934,"16.1":0.04767,"16.2":0.02567,"16.3":0.055,"16.4":0.01283,"16.5":0.02017,"16.6-16.7":0.41802,"17.0":0.01833,"17.1":0.0275,"17.2":0.02567,"17.3":0.0385,"17.4":0.05867,"17.5":0.10451,"17.6-17.7":0.26952,"18.0":0.0605,"18.1":0.11551,"18.2":0.06234,"18.3":0.19068,"18.4":0.08617,"18.5-18.7":2.75566,"26.0":0.18151,"26.1":0.18884,"26.2":0.5702,"26.3":0.77921,"26.4":0.89288,"26.5":10.12608},P:{"23":0.00687,"27":0.02749,"28":0.01374,"29":0.18555,"30":1.72489,_:"4 20 21 22 24 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","17.0":0.00687},I:{"0":0.01069,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.16765,_:"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.02854},H:{all:0},L:{"0":17.73688},R:{_:"0"},M:{"0":0.79544},Q:{"14.9":0.00357}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"52":0.
|
|
1
|
+
module.exports={C:{"52":0.01623,"59":0.00541,"78":0.01623,"101":0.00541,"107":0.00541,"115":0.2164,"120":0.06492,"121":0.12443,"122":0.00541,"123":0.01623,"128":0.00541,"132":0.00541,"133":0.00541,"135":0.00541,"136":0.01082,"138":0.01623,"139":0.00541,"140":0.08656,"141":0.00541,"142":0.00541,"143":0.1082,"144":0.00541,"145":0.00541,"146":0.01082,"147":0.02705,"148":0.01623,"149":0.02164,"150":0.05951,"151":1.66628,"152":1.0279,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 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 102 103 104 105 106 108 109 110 111 112 113 114 116 117 118 119 124 125 126 127 129 130 131 134 137 153 154 155 3.5 3.6"},D:{"39":0.31378,"40":0.31378,"41":0.31378,"42":0.31378,"43":0.31378,"44":0.31378,"45":0.30837,"46":0.31378,"47":0.31378,"48":0.31378,"49":0.31919,"50":0.31378,"51":0.31378,"52":0.31378,"53":0.31378,"54":0.31378,"55":0.30837,"56":0.31378,"57":0.31378,"58":0.31378,"59":0.31378,"60":0.30837,"66":0.01082,"70":0.40034,"74":0.00541,"79":0.02164,"81":0.00541,"86":0.01623,"87":0.02705,"88":0.00541,"100":0.00541,"101":0.00541,"102":0.01082,"103":0.07574,"104":0.04328,"105":0.04328,"106":0.0541,"107":0.04328,"108":0.04869,"109":1.33627,"110":0.04328,"111":0.06492,"112":0.04328,"114":0.04328,"115":0.01082,"116":0.18394,"117":0.04328,"118":0.85478,"119":0.14607,"120":0.19476,"121":0.02164,"122":0.04869,"123":0.01082,"124":0.1082,"125":0.03787,"126":0.01082,"127":0.01623,"128":0.08656,"129":0.00541,"130":0.08656,"131":0.26509,"132":0.03787,"133":0.12443,"134":0.0541,"135":0.04328,"136":0.04869,"137":0.11902,"138":0.18394,"139":0.31919,"140":0.05951,"141":0.0541,"142":0.11361,"143":0.08115,"144":0.09197,"145":0.36788,"146":0.25968,"147":0.70871,"148":10.55491,"149":11.09591,"150":0.09197,"151":0.00541,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 69 71 72 73 75 76 77 78 80 83 84 85 89 90 91 92 93 94 95 96 97 98 99 113 152 153"},F:{"46":0.00541,"94":0.00541,"95":0.01082,"98":0.02164,"99":0.07033,"131":0.44903,_:"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 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00541,"92":0.00541,"102":0.00541,"109":0.02705,"114":0.00541,"119":0.06492,"120":0.06492,"121":0.00541,"122":0.03246,"129":0.00541,"131":0.00541,"133":0.00541,"134":0.00541,"135":0.00541,"136":0.00541,"138":0.00541,"139":0.00541,"140":0.00541,"141":0.00541,"142":0.00541,"143":0.01082,"144":0.01623,"145":0.01623,"146":0.03246,"147":0.04869,"148":0.88724,"149":2.67795,"150":0.00541,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 110 111 112 113 115 116 117 118 123 124 125 126 127 128 130 132 137"},E:{"14":0.00541,"27":0.00541,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.1 15.2-15.3 TP","11.1":0.00541,"12.1":0.00541,"13.1":0.03246,"14.1":0.02705,"15.4":0.00541,"15.5":0.00541,"15.6":0.10279,"16.0":0.00541,"16.1":0.00541,"16.2":0.01082,"16.3":0.01082,"16.4":0.01623,"16.5":0.01082,"16.6":0.11902,"17.0":0.00541,"17.1":0.07574,"17.2":0.01082,"17.3":0.01623,"17.4":0.01623,"17.5":0.02705,"17.6":0.13525,"18.0":0.02164,"18.1":0.01623,"18.2":0.00541,"18.3":0.02164,"18.4":0.01623,"18.5-18.7":0.05951,"26.0":0.04328,"26.1":0.02705,"26.2":0.1082,"26.3":0.15148,"26.4":0.1082,"26.5":1.07659},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00107,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0032,"8.1-8.4":0,"9.0-9.2":0.00107,"9.3":0,"10.0-10.2":0,"10.3":0.01173,"11.0-11.2":0.35301,"11.3-11.4":0.00213,"12.0-12.1":0,"12.2-12.5":0.03626,"13.0-13.1":0,"13.2":0.01173,"13.3":0,"13.4-13.7":0.00213,"14.0-14.4":0.00747,"14.5-14.8":0.01173,"15.0-15.1":0.01066,"15.2-15.3":0.0064,"15.4":0.00747,"15.5":0.0096,"15.6-15.8":0.18664,"16.0":0.01706,"16.1":0.02773,"16.2":0.01493,"16.3":0.03199,"16.4":0.00747,"16.5":0.01173,"16.6-16.7":0.24316,"17.0":0.01066,"17.1":0.016,"17.2":0.01493,"17.3":0.0224,"17.4":0.03413,"17.5":0.06079,"17.6-17.7":0.15677,"18.0":0.03519,"18.1":0.06719,"18.2":0.03626,"18.3":0.11091,"18.4":0.05012,"18.5-18.7":1.60293,"26.0":0.10558,"26.1":0.10985,"26.2":0.33168,"26.3":0.45326,"26.4":0.51938,"26.5":5.89022},P:{"4":0.02078,"21":0.00693,"22":0.00693,"23":0.00693,"24":0.04849,"25":0.00693,"26":0.02078,"27":0.02078,"28":0.05542,"29":0.20089,"30":1.1499,_:"20 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00693,"8.2":0.00693,"12.0":0.00693},I:{"0":0.01835,"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.36728,_:"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.17446},H:{all:0},L:{"0":37.96144},R:{_:"0"},M:{"0":0.38564},Q:{"14.9":0.00459}};
|