@shugaev/spur 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agents/cursor-submit-ack.d.ts.map +1 -1
- package/dist/agents/cursor-submit-ack.js +15 -1
- package/dist/agents/cursor-submit-ack.js.map +1 -1
- package/dist/agents/cursor.d.ts +1 -0
- package/dist/agents/cursor.d.ts.map +1 -1
- package/dist/agents/cursor.js +3 -1
- package/dist/agents/cursor.js.map +1 -1
- package/dist/agents/index.js +2 -2
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/models.d.ts +3 -0
- package/dist/agents/models.d.ts.map +1 -1
- package/dist/agents/models.js +41 -3
- package/dist/agents/models.js.map +1 -1
- package/dist/backlog/index.d.ts +15 -0
- package/dist/backlog/index.d.ts.map +1 -0
- package/dist/backlog/index.js +80 -0
- package/dist/backlog/index.js.map +1 -0
- package/dist/backlog/providers.d.ts +12 -0
- package/dist/backlog/providers.d.ts.map +1 -0
- package/dist/backlog/providers.js +22 -0
- package/dist/backlog/providers.js.map +1 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +12 -1
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +64 -0
- package/dist/config.js.map +1 -1
- package/dist/event-sources/github.d.ts.map +1 -1
- package/dist/event-sources/github.js +30 -32
- package/dist/event-sources/github.js.map +1 -1
- package/dist/event-sources/index.d.ts.map +1 -1
- package/dist/event-sources/index.js +5 -0
- package/dist/event-sources/index.js.map +1 -1
- package/dist/gh.d.ts +2 -0
- package/dist/gh.d.ts.map +1 -1
- package/dist/gh.js +28 -0
- package/dist/gh.js.map +1 -1
- package/dist/jira.d.ts +15 -0
- package/dist/jira.d.ts.map +1 -0
- package/dist/jira.js +74 -0
- package/dist/jira.js.map +1 -0
- package/dist/metadata.d.ts +7 -1
- package/dist/metadata.d.ts.map +1 -1
- package/dist/metadata.js +129 -0
- package/dist/metadata.js.map +1 -1
- package/dist/preflight.d.ts.map +1 -1
- package/dist/preflight.js +4 -0
- package/dist/preflight.js.map +1 -1
- package/dist/prompt-template.d.ts +3 -0
- package/dist/prompt-template.d.ts.map +1 -0
- package/dist/prompt-template.js +14 -0
- package/dist/prompt-template.js.map +1 -0
- package/dist/send-batches.d.ts +3 -1
- package/dist/send-batches.d.ts.map +1 -1
- package/dist/send-batches.js +94 -0
- package/dist/send-batches.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +27 -1
- package/dist/server.js.map +1 -1
- package/dist/session-service.d.ts +13 -1
- package/dist/session-service.d.ts.map +1 -1
- package/dist/session-service.js +164 -45
- package/dist/session-service.js.map +1 -1
- package/dist/shepherd.d.ts.map +1 -1
- package/dist/shepherd.js +2 -1
- package/dist/shepherd.js.map +1 -1
- package/dist/triggers.d.ts.map +1 -1
- package/dist/triggers.js +81 -15
- package/dist/triggers.js.map +1 -1
- package/dist/types.d.ts +74 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/app-build-manifest.json +98 -91
- package/web/.next/app-path-routes-manifest.json +2 -1
- package/web/.next/build-manifest.json +3 -3
- package/web/.next/prerender-manifest.json +18 -18
- package/web/.next/required-server-files.json +3 -3
- package/web/.next/server/app/_not-found/page.js +2 -2
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/server/app/_not-found.rsc +3 -3
- package/web/.next/server/app/api/backlog/take/route.js +1 -0
- package/web/.next/server/app/api/backlog/take/route.js.nft.json +1 -0
- package/web/.next/server/app/api/backlog/take/route_client-reference-manifest.js +1 -0
- package/web/.next/server/app/api/github-status/route.js +1 -1
- package/web/.next/server/app/api/github-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/gitlab-status/route.js +1 -1
- package/web/.next/server/app/api/gitlab-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/models/route.js +1 -1
- package/web/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/pr-status/merge/route.js +1 -1
- package/web/.next/server/app/api/pr-status/merge/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/pr-status/route.js +2 -2
- package/web/.next/server/app/api/pr-status/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/preflight/route.js +1 -1
- package/web/.next/server/app/api/preflight/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/branches/exists/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/branches/exists/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/[id]/slash-commands/route.js +1 -1
- package/web/.next/server/app/api/projects/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/projects/route.js +1 -1
- package/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/info/route.js +1 -1
- package/web/.next/server/app/api/runtime/info/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/resources/route.js +1 -1
- package/web/.next/server/app/api/runtime/resources/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/terminal/route.js +1 -1
- package/web/.next/server/app/api/runtime/terminal/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/versions/route.js +1 -1
- package/web/.next/server/app/api/runtime/versions/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/versions/switch/route.js +1 -1
- package/web/.next/server/app/api/runtime/versions/switch/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/voice/route.js +1 -1
- package/web/.next/server/app/api/runtime/voice/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/runtime/voice/transcribe/route.js +1 -1
- package/web/.next/server/app/api/runtime/voice/transcribe/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/complete/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/complete/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/conversation/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/conversation/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/kill/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/kill/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/logs/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/logs/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/pause/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/pause/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/respawn/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/respawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/restore/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/restore/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/send/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/send/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/slash-commands/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/tags/route.js +1 -1
- package/web/.next/server/app/api/sessions/[id]/tags/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/sessions/route.js +1 -1
- package/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/shepherd/spawn/route.js +1 -1
- package/web/.next/server/app/api/shepherd/spawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/spawn/route.js +1 -1
- package/web/.next/server/app/api/spawn/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/apple-icon/route.js +1 -1
- package/web/.next/server/app/apple-icon/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon/route.js +1 -1
- package/web/.next/server/app/icon/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon-192/route.js +1 -1
- package/web/.next/server/app/icon-192/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/icon-512/route.js +1 -1
- package/web/.next/server/app/icon-512/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/web/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
- package/web/.next/server/app/page.js +3 -3
- package/web/.next/server/app/page.js.nft.json +1 -1
- package/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/sessions/[id]/page.js +6 -6
- package/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
- package/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app-paths-manifest.json +2 -1
- package/web/.next/server/chunks/135.js +1 -1
- package/web/.next/server/chunks/5158.js +1 -0
- package/web/.next/server/chunks/7331.js +3 -3
- package/web/.next/server/functions-config-manifest.json +3 -3
- package/web/.next/server/middleware-build-manifest.js +1 -1
- package/web/.next/server/next-font-manifest.js +1 -1
- package/web/.next/server/next-font-manifest.json +1 -1
- package/web/.next/server/pages/404.html +1 -1
- package/web/.next/server/pages/500.html +1 -1
- package/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/static/chunks/5124-5365d82e8f9962c5.js +1 -0
- package/web/.next/static/chunks/app/_not-found/{page-1b6e9375ed39417d.js → page-ce7aac1309588445.js} +1 -1
- package/web/.next/static/chunks/app/api/backlog/take/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/github-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/gitlab-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/models/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/pr-status/merge/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/pr-status/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/preflight/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/projects/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/info/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/resources/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/terminal/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/versions/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/versions/switch/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/voice/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/send/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/sessions/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/shepherd/spawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/api/spawn/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/apple-icon/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon-192/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/icon-512/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/layout-f69f7a978709d508.js +1 -0
- package/web/.next/static/chunks/app/manifest.webmanifest/route-1c98dbb79467f151.js +1 -0
- package/web/.next/static/chunks/app/page-8a91ba4badc56ab2.js +1 -0
- package/web/.next/static/chunks/app/sessions/[id]/page-d8abb491bd89b750.js +1 -0
- package/web/.next/static/chunks/{main-app-1cea33e0d8c88bba.js → main-app-96c0fcaf99db6703.js} +1 -1
- package/web/.next/static/css/1c8043fd02fc0a5c.css +3 -0
- package/web/.next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js +1 -0
- package/web/node_modules/.package-lock.json +3 -3
- package/web/node_modules/caniuse-lite/data/agents.js +1 -1
- package/web/node_modules/caniuse-lite/data/browserVersions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/aac.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/apng.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-find.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audio.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/av1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/avif.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/beacon.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/bigint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/border-image.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/brotli.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/calc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/canvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/classlist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/colr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/console-time.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/const.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-all.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-has.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-if.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-table.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/customevent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/datalist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dataset.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/datauri.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/decorators.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/details.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dialog.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/download.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eme.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eot.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es5.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/es6.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filereader.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flac.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fontface.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/forms.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/heif.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hevc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/hidden.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/history.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/http3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ime.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/imports.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/innertext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-event.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-number.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-range.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-search.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/json.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/let.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mathml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/menu.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/meter.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/midi.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mp3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/notifications.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/object-values.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ogv.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/online-status.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/opus.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/outline.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/path2d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/picture.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ping.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/portals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/progress.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/promises.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/proximity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/proxy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/push-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rellist.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rem.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ruby.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/run-in.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/script-async.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sdch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sni.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/spdy.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/srcset.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/stream.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/streams.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/svg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/sxg.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/template.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/temporal.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/touch.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/ttf.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/u2f.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/url.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/vibration.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/video.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wasm.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wav.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/web-share.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgl.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webhid.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webm.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webp.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/websockets.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webusb.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webvr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/webxr.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/will-change.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/woff.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/woff2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/word-break.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
- package/web/node_modules/caniuse-lite/data/features/zstd.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/EG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ER.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ES.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ET.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/FR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/GY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/HU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ID.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/IT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/JP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/LY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ME.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ML.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MX.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NP.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/OM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/PY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/QA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/RW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SB.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SK.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ST.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TD.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TH.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TL.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TO.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TR.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TV.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/US.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UY.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VC.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VG.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VI.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VN.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/VU.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/WF.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/WS.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/YE.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/YT.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
- package/web/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
- package/web/node_modules/caniuse-lite/data/versionGroups.js +1 -1
- package/web/node_modules/caniuse-lite/package.json +1 -1
- package/web/package-lock.json +45 -45
- package/web/server.js +1 -1
- package/web/.next/server/chunks/7974.js +0 -1
- package/web/.next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js +0 -1
- package/web/.next/static/chunks/5124-19d3cb5b8c373b6d.js +0 -1
- package/web/.next/static/chunks/app/api/github-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/gitlab-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/models/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/pr-status/merge/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/pr-status/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/preflight/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/projects/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/info/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/resources/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/terminal/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/versions/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/versions/switch/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/voice/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/send/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/sessions/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/shepherd/spawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/api/spawn/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/apple-icon/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon-192/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/icon-512/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/layout-77450a833d54e15c.js +0 -1
- package/web/.next/static/chunks/app/manifest.webmanifest/route-596ce1d0c049f589.js +0 -1
- package/web/.next/static/chunks/app/page-fd332d4acc6d8ff0.js +0 -1
- package/web/.next/static/chunks/app/sessions/[id]/page-508070021783e022.js +0 -1
- package/web/.next/static/css/a21fffd2e823d08d.css +0 -3
- /package/web/.next/static/{1N29vAB1vCj1iGIUfy4to → j6j0a_rHfbTSVFFhtL-Dd}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"48":0.
|
|
1
|
+
module.exports={C:{"48":0.00382,"52":0.00382,"115":0.01145,"120":0.05342,"121":0.11066,"134":0.03053,"135":0.00382,"140":0.01908,"143":0.00382,"144":0.00382,"146":0.00382,"147":0.00382,"149":0.00382,"150":0.0229,"151":0.22133,"152":0.17172,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 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 136 137 138 139 141 142 145 148 153 154 155 3.5 3.6"},D:{"39":0.01526,"40":0.01526,"41":0.01908,"42":0.01908,"43":0.01526,"44":0.01908,"45":0.01526,"46":0.01526,"47":0.01526,"48":0.01526,"49":0.01908,"50":0.01526,"51":0.01526,"52":0.01526,"53":0.01526,"54":0.01526,"55":0.01526,"56":0.01908,"57":0.01526,"58":0.01908,"59":0.01908,"60":0.01908,"70":0.00382,"75":0.00382,"79":0.00382,"87":0.01145,"88":0.00382,"91":0.01145,"103":0.1679,"104":0.14501,"105":0.14119,"106":0.14119,"107":0.14119,"108":0.14119,"109":0.43121,"110":0.14882,"111":0.14501,"112":0.14119,"114":0.03053,"116":0.29002,"117":0.14882,"118":1.01887,"119":0.11448,"120":0.7403,"121":0.00382,"122":0.01145,"124":0.16409,"125":0.00763,"126":0.0229,"128":0.01908,"129":0.00382,"131":0.3091,"132":0.01908,"133":0.28238,"134":0.00763,"135":0.01526,"136":0.00763,"137":0.03053,"138":0.08395,"139":0.01145,"140":0.00763,"141":0.01145,"142":0.41213,"143":0.04198,"144":0.02671,"145":0.18317,"146":0.08014,"147":0.22514,"148":5.72018,"149":6.78485,"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 61 62 63 64 65 66 67 68 69 71 72 73 74 76 77 78 80 81 83 84 85 86 89 90 92 93 94 95 96 97 98 99 100 101 102 113 115 123 127 130 151 152 153"},F:{"94":0.00382,"95":0.00382,"97":0.01145,"98":0.06106,"99":0.22514,"100":0.01145,"131":0.41213,_:"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 96 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.00763,"109":0.01526,"114":0.00382,"119":0.05342,"120":0.05342,"122":0.00382,"125":0.00382,"131":0.00382,"135":0.01526,"137":0.00382,"138":0.00382,"142":0.00382,"143":0.00763,"144":0.00382,"145":0.13738,"146":0.01526,"147":0.06869,"148":0.70596,"149":2.0988,"150":0.00763,_:"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 123 124 126 127 128 129 130 132 133 134 136 139 140 141"},E:{"14":0.00382,"27":0.00763,_:"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.5 16.0 16.2 16.4 17.0 17.2 17.3 TP","13.1":0.01145,"14.1":0.00382,"15.4":0.00382,"15.6":0.07632,"16.1":0.00382,"16.3":0.00763,"16.5":0.00382,"16.6":0.04198,"17.1":0.01908,"17.4":0.00382,"17.5":0.01908,"17.6":0.0954,"18.0":0.00763,"18.1":0.01145,"18.2":0.00382,"18.3":0.01526,"18.4":0.02671,"18.5-18.7":0.03434,"26.0":0.04198,"26.1":0.01526,"26.2":0.08014,"26.3":0.08014,"26.4":0.10303,"26.5":0.98071},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00224,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00673,"8.1-8.4":0,"9.0-9.2":0.00224,"9.3":0,"10.0-10.2":0,"10.3":0.02466,"11.0-11.2":0.742,"11.3-11.4":0.00448,"12.0-12.1":0,"12.2-12.5":0.07622,"13.0-13.1":0,"13.2":0.02466,"13.3":0,"13.4-13.7":0.00448,"14.0-14.4":0.01569,"14.5-14.8":0.02466,"15.0-15.1":0.02242,"15.2-15.3":0.01345,"15.4":0.01569,"15.5":0.02018,"15.6-15.8":0.3923,"16.0":0.03587,"16.1":0.05828,"16.2":0.03138,"16.3":0.06725,"16.4":0.01569,"16.5":0.02466,"16.6-16.7":0.51111,"17.0":0.02242,"17.1":0.03363,"17.2":0.03138,"17.3":0.04708,"17.4":0.07173,"17.5":0.12778,"17.6-17.7":0.32953,"18.0":0.07398,"18.1":0.14123,"18.2":0.07622,"18.3":0.23314,"18.4":0.10536,"18.5-18.7":3.36928,"26.0":0.22193,"26.1":0.2309,"26.2":0.69717,"26.3":0.95272,"26.4":1.09171,"26.5":12.38091},P:{"4":0.01273,"21":0.00636,"22":0.00636,"23":0.01273,"24":0.01273,"25":0.00636,"26":0.03819,"27":0.03182,"28":0.08911,"29":0.4328,"30":1.2984,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01273},I:{"0":0.03089,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":1.57692,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":1.546},H:{all:0},L:{"0":44.33482},R:{_:"0"},M:{"0":0.13605},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"115":0.
|
|
1
|
+
module.exports={C:{"115":0.0159,"120":0.0106,"121":0.0159,"125":0.09008,"126":0.11658,"127":0.10068,"128":0.04769,"129":0.06359,"130":0.08478,"131":0.11128,"132":0.09008,"133":0.08478,"134":0.06889,"135":0.07419,"136":0.12188,"140":0.06359,"148":0.86374,"150":0.0159,"151":0.74716,"152":0.65178,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 137 138 139 141 142 143 144 145 146 147 149 153 154 155 3.5 3.6"},D:{"39":0.0106,"40":0.0159,"41":0.0265,"42":0.0212,"43":0.0212,"44":0.0212,"45":0.0106,"46":0.0159,"47":0.0159,"48":0.0212,"49":0.0212,"50":0.0159,"51":0.0159,"52":0.0159,"53":0.0212,"54":0.0212,"55":0.0159,"56":0.0159,"57":0.0159,"58":0.0159,"59":0.0212,"60":0.0212,"79":0.0106,"81":0.0053,"87":0.0159,"92":0.03709,"94":0.0106,"100":0.0212,"102":0.0106,"103":0.05829,"104":0.03709,"105":0.04769,"106":0.03179,"107":0.03179,"108":0.03709,"109":0.28085,"110":0.0265,"111":0.04769,"112":0.03179,"116":0.21196,"117":0.04769,"118":0.5564,"119":0.0159,"120":0.08478,"122":0.0106,"124":0.09008,"125":0.0159,"126":0.03179,"127":0.04239,"128":0.19606,"129":0.03179,"130":0.03179,"131":0.10598,"132":0.0212,"133":0.09008,"134":0.05299,"135":0.0159,"136":0.0106,"137":0.0159,"138":2.01892,"139":1.17108,"140":0.09008,"141":0.0106,"142":0.05829,"143":0.07419,"144":0.05299,"145":0.86904,"146":0.87963,"147":0.60939,"148":6.8781,"149":13.41177,"150":0.11658,"151":0.03709,_:"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 83 84 85 86 88 89 90 91 93 95 96 97 98 99 101 113 114 115 121 123 152 153"},F:{"99":0.0053,"131":0.16427,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.0053,"119":0.0053,"120":0.0053,"122":0.0053,"124":0.0212,"133":0.0106,"143":0.0053,"144":0.06889,"145":0.0053,"146":0.23846,"147":1.0386,"148":2.73428,"149":6.24222,"150":0.0159,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 125 126 127 128 129 130 131 132 134 135 136 137 138 139 140 141 142"},E:{"14":0.0053,"15":0.0053,_:"4 5 6 7 8 9 10 11 12 13 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 16.1 16.2 16.4 17.0 17.2 18.2 TP","13.1":0.0106,"14.1":0.0106,"15.2-15.3":0.0053,"15.5":0.0053,"15.6":0.05829,"16.0":0.0159,"16.3":0.0106,"16.5":0.0053,"16.6":0.20136,"17.1":0.05299,"17.3":0.08478,"17.4":0.0159,"17.5":0.0106,"17.6":0.11128,"18.0":0.0053,"18.1":0.0106,"18.3":0.0106,"18.4":0.0053,"18.5-18.7":0.05829,"26.0":0.05829,"26.1":0.0106,"26.2":0.17487,"26.3":0.20136,"26.4":0.15367,"26.5":3.55563},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00243,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0073,"8.1-8.4":0,"9.0-9.2":0.00243,"9.3":0,"10.0-10.2":0,"10.3":0.02677,"11.0-11.2":0.8054,"11.3-11.4":0.00487,"12.0-12.1":0,"12.2-12.5":0.08273,"13.0-13.1":0,"13.2":0.02677,"13.3":0,"13.4-13.7":0.00487,"14.0-14.4":0.01703,"14.5-14.8":0.02677,"15.0-15.1":0.02433,"15.2-15.3":0.0146,"15.4":0.01703,"15.5":0.0219,"15.6-15.8":0.42582,"16.0":0.03893,"16.1":0.06326,"16.2":0.03407,"16.3":0.073,"16.4":0.01703,"16.5":0.02677,"16.6-16.7":0.55478,"17.0":0.02433,"17.1":0.0365,"17.2":0.03407,"17.3":0.0511,"17.4":0.07786,"17.5":0.13869,"17.6-17.7":0.35769,"18.0":0.0803,"18.1":0.15329,"18.2":0.08273,"18.3":0.25306,"18.4":0.11436,"18.5-18.7":3.65716,"26.0":0.24089,"26.1":0.25062,"26.2":0.75674,"26.3":1.03413,"26.4":1.18499,"26.5":13.43877},P:{"4":0.02753,"28":0.02753,"29":0.18353,"30":2.62454,_:"20 21 22 23 24 25 26 27 5.0-5.4 6.2-6.4 7.2-7.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","8.2":0.00918},I:{"0":0.0047,"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.27736,_:"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.0094},H:{all:0},L:{"0":21.31692},R:{_:"0"},M:{"0":0.24445},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"52":0.
|
|
1
|
+
module.exports={C:{"52":0.05836,"71":0.05187,"103":0.00648,"115":0.12968,"120":0.23991,"121":0.47333,"125":0.00648,"127":0.00648,"133":0.01297,"134":0.01297,"135":0.00648,"136":0.00648,"140":0.03242,"146":0.01945,"147":0.00648,"148":0.01297,"149":0.00648,"150":0.03242,"151":0.73269,"152":0.6095,"153":0.00648,_:"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 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 128 129 130 131 132 137 138 139 141 142 143 144 145 154 155 3.5 3.6"},D:{"39":0.0389,"40":0.0389,"41":0.04539,"42":0.0389,"43":0.0389,"44":0.0389,"45":0.0389,"46":0.04539,"47":0.0389,"48":0.0389,"49":0.04539,"50":0.04539,"51":0.0389,"52":0.0389,"53":0.04539,"54":0.0389,"55":0.04539,"56":0.0389,"57":0.0389,"58":0.04539,"59":0.0389,"60":0.0389,"78":0.00648,"79":0.00648,"86":0.05187,"87":0.01297,"90":0.00648,"94":0.00648,"98":0.07132,"102":0.01297,"103":0.76511,"104":0.78456,"105":0.75863,"106":0.84292,"107":0.75863,"108":0.75863,"109":1.9063,"110":0.75214,"111":0.76511,"112":0.74566,"114":0.03242,"116":1.4978,"117":0.76511,"118":6.86007,"119":0.4863,"120":1.25141,"121":0.00648,"122":0.03242,"123":0.01945,"124":0.82995,"125":0.00648,"126":0.01297,"128":0.03242,"129":0.01297,"130":0.00648,"131":1.54968,"132":0.04539,"133":1.54968,"134":0.07132,"135":0.02594,"136":0.0389,"137":0.09726,"138":0.37607,"139":0.02594,"140":0.07132,"141":0.05836,"142":0.49927,"143":0.09078,"144":0.09726,"145":0.97908,"146":0.23991,"147":0.46685,"148":5.94583,"149":9.42774,"150":0.0389,"151":0.00648,_:"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 80 81 83 84 85 88 89 91 92 93 95 96 97 99 100 101 113 115 127 152 153"},F:{"54":0.01297,"66":0.00648,"73":0.00648,"75":0.00648,"79":0.00648,"85":0.01945,"86":0.16858,"90":0.00648,"95":0.22694,"98":0.01297,"99":0.11023,"111":0.00648,"114":0.00648,"115":0.00648,"119":0.00648,"122":0.0389,"131":1.03096,_:"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 55 56 57 58 60 62 63 64 65 67 68 69 70 71 72 74 76 77 78 80 81 82 83 84 87 88 89 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 112 113 116 117 118 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00648,"109":0.08429,"118":0.00648,"119":0.23342,"120":0.23342,"131":0.00648,"136":0.00648,"143":0.00648,"144":0.00648,"145":0.01945,"146":0.00648,"147":0.01945,"148":0.84292,"149":2.25643,_:"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 121 122 123 124 125 126 127 128 129 130 132 133 134 135 137 138 139 140 141 142 150"},E:{"14":0.00648,"27":0.00648,_:"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 13.1 14.1 15.1 15.2-15.3 15.4 16.0 16.3 17.0 TP","15.5":0.00648,"15.6":0.05187,"16.1":0.00648,"16.2":0.00648,"16.4":0.00648,"16.5":0.00648,"16.6":0.06484,"17.1":0.0389,"17.2":0.00648,"17.3":0.00648,"17.4":0.01297,"17.5":0.02594,"17.6":0.06484,"18.0":0.00648,"18.1":0.01297,"18.2":0.01945,"18.3":0.0389,"18.4":0.00648,"18.5-18.7":0.0389,"26.0":0.05836,"26.1":0.01945,"26.2":0.08429,"26.3":0.12968,"26.4":0.11671,"26.5":0.94666},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00124,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00373,"8.1-8.4":0,"9.0-9.2":0.00124,"9.3":0,"10.0-10.2":0,"10.3":0.01368,"11.0-11.2":0.41175,"11.3-11.4":0.00249,"12.0-12.1":0,"12.2-12.5":0.04229,"13.0-13.1":0,"13.2":0.01368,"13.3":0,"13.4-13.7":0.00249,"14.0-14.4":0.00871,"14.5-14.8":0.01368,"15.0-15.1":0.01244,"15.2-15.3":0.00746,"15.4":0.00871,"15.5":0.0112,"15.6-15.8":0.21769,"16.0":0.0199,"16.1":0.03234,"16.2":0.01742,"16.3":0.03732,"16.4":0.00871,"16.5":0.01368,"16.6-16.7":0.28362,"17.0":0.01244,"17.1":0.01866,"17.2":0.01742,"17.3":0.02612,"17.4":0.03981,"17.5":0.07091,"17.6-17.7":0.18286,"18.0":0.04105,"18.1":0.07837,"18.2":0.04229,"18.3":0.12937,"18.4":0.05847,"18.5-18.7":1.86968,"26.0":0.12315,"26.1":0.12813,"26.2":0.38687,"26.3":0.52868,"26.4":0.60581,"26.5":6.87041},P:{"4":0.00649,"20":0.00649,"23":0.00649,"26":0.00649,"27":0.00649,"28":0.03244,"29":0.07785,"30":0.51901,_:"21 22 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","17.0":0.00649},I:{"0":0.01054,"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.29543,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.06484,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.26026},H:{all:0},L:{"0":23.36309},R:{_:"0"},M:{"0":0.16178},Q:{"14.9":0.00352}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"115":0.01054,"120":0.00527,"121":0.01054,"140":0.00264,"148":0.01054,"150":0.00264,"151":0.07381,"152":0.05008,"153":0.00264,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 147 149 154 155 3.5 3.6"},D:{"39":0.00527,"40":0.00527,"41":0.00791,"42":0.00791,"43":0.00527,"44":0.00527,"45":0.00791,"46":0.00791,"47":0.00791,"48":0.00791,"49":0.00791,"50":0.00527,"51":0.00527,"52":0.00791,"53":0.00527,"54":0.00527,"55":0.00527,"56":0.00527,"57":0.00791,"58":0.00527,"59":0.00791,"60":0.00527,"79":0.00264,"87":0.00527,"102":0.00527,"103":0.00527,"104":0.01845,"105":0.00527,"106":0.00527,"107":0.00791,"108":0.00527,"109":0.20297,"110":0.00527,"111":0.00791,"112":0.00264,"114":0.02109,"115":0.00527,"116":0.01054,"117":0.00527,"118":0.37695,"119":0.01582,"120":0.02109,"121":0.00264,"122":0.00791,"124":0.01054,"125":0.01582,"126":0.01054,"127":0.01318,"128":0.01582,"129":0.00264,"130":0.01318,"131":0.03163,"132":0.00791,"133":0.01318,"134":0.00527,"135":0.00791,"136":0.01054,"137":0.03163,"138":0.11335,"139":0.00264,"140":0.00527,"141":0.00791,"142":0.08435,"143":0.03954,"144":0.0369,"145":0.02109,"146":0.03427,"147":0.10544,"148":1.55524,"149":2.64127,"150":0.02109,"151":0.00527,_:"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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 113 123 152 153"},F:{"95":0.00264,"96":0.00264,"97":0.00264,"98":0.01845,"99":0.01582,"131":0.04481,_:"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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00264,"92":0.00264,"109":0.00264,"119":0.00527,"120":0.00527,"131":0.00264,"132":0.00264,"133":0.00527,"134":0.00264,"138":0.00264,"145":0.00264,"146":0.00264,"147":0.02372,"148":0.13444,"149":0.39276,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 135 136 137 139 140 141 142 143 144 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.4 16.5 17.0 17.2 17.3 TP","14.1":0.00264,"15.6":0.03954,"16.1":0.00264,"16.2":0.00264,"16.3":0.00264,"16.6":0.04481,"17.1":0.01054,"17.4":0.00264,"17.5":0.00264,"17.6":0.01318,"18.0":0.01582,"18.1":0.00527,"18.2":0.01582,"18.3":0.00264,"18.4":0.00264,"18.5-18.7":0.00791,"26.0":0.00527,"26.1":0.00264,"26.2":0.02636,"26.3":0.03163,"26.4":0.01582,"26.5":0.16343},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00215,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00644,"8.1-8.4":0,"9.0-9.2":0.00215,"9.3":0,"10.0-10.2":0,"10.3":0.02361,"11.0-11.2":0.71038,"11.3-11.4":0.00429,"12.0-12.1":0,"12.2-12.5":0.07297,"13.0-13.1":0,"13.2":0.02361,"13.3":0,"13.4-13.7":0.00429,"14.0-14.4":0.01502,"14.5-14.8":0.02361,"15.0-15.1":0.02146,"15.2-15.3":0.01288,"15.4":0.01502,"15.5":0.01932,"15.6-15.8":0.37558,"16.0":0.03434,"16.1":0.0558,"16.2":0.03005,"16.3":0.06438,"16.4":0.01502,"16.5":0.02361,"16.6-16.7":0.48932,"17.0":0.02146,"17.1":0.03219,"17.2":0.03005,"17.3":0.04507,"17.4":0.06868,"17.5":0.12233,"17.6-17.7":0.31549,"18.0":0.07082,"18.1":0.13521,"18.2":0.07297,"18.3":0.2232,"18.4":0.10087,"18.5-18.7":3.22568,"26.0":0.21247,"26.1":0.22105,"26.2":0.66746,"26.3":0.91212,"26.4":1.04518,"26.5":11.85325},P:{"21":0.00565,"22":0.01129,"23":0.01694,"24":0.00565,"25":0.02823,"26":0.02823,"27":0.04516,"28":0.14678,"29":0.29921,"30":0.66616,_:"4 20 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02258,"8.2":0.00565},I:{"0":0.02207,"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.28724,_:"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.56711},H:{all:0},L:{"0":67.65445},R:{_:"0"},M:{"0":0.07365},Q:{"14.9":0.01473}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"52":0.00618,"115":0.12368,"120":0.21644,"121":0.44525,"138":0.00618,"139":0.00618,"140":0.00618,"143":0.01237,"147":0.00618,"150":0.01237,"151":0.4267,"152":0.23499,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 141 142 144 145 146 148 149 153 154 155 3.5 3.6"},D:{"39":0.01237,"40":0.01855,"41":0.01237,"42":0.01855,"43":0.01237,"44":0.01855,"45":0.01237,"46":0.01237,"47":0.01237,"48":0.01855,"49":0.02474,"50":0.02474,"51":0.01237,"52":0.03092,"53":0.01855,"54":0.01237,"55":0.01855,"56":0.01237,"57":0.02474,"58":0.01855,"59":0.01237,"60":0.01855,"65":0.01237,"66":0.00618,"69":0.01237,"72":0.00618,"73":0.00618,"75":0.00618,"79":0.08039,"81":0.00618,"83":0.01237,"86":0.01237,"87":0.05566,"88":0.00618,"89":0.00618,"90":0.00618,"91":0.00618,"94":0.01237,"98":0.09894,"101":0.00618,"102":0.00618,"103":1.0822,"104":1.03891,"105":1.03273,"106":1.02036,"107":1.02036,"108":1.0451,"109":1.57074,"110":1.05746,"111":1.05128,"112":1.01418,"113":0.00618,"114":0.02474,"116":2.08401,"117":1.02036,"118":6.94463,"119":0.45762,"120":1.49034,"121":0.00618,"122":0.01855,"123":0.01855,"124":1.03891,"125":0.00618,"126":0.01237,"127":0.00618,"128":0.02474,"129":0.01855,"130":0.00618,"131":2.12111,"132":0.01855,"133":2.07782,"134":0.00618,"135":0.01237,"136":0.01237,"137":0.10513,"138":0.37722,"139":0.02474,"140":0.01237,"141":0.02474,"142":0.41433,"143":0.04947,"144":0.04329,"145":1.24917,"146":0.1175,"147":0.32157,"148":5.91809,"149":6.42518,"150":0.04329,"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 67 68 70 71 74 76 77 78 80 84 85 92 93 95 96 97 99 100 115 152 153"},F:{"46":0.00618,"48":0.01237,"64":0.00618,"95":0.00618,"98":0.00618,"99":0.03092,"131":0.26591,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00618,"18":0.01237,"92":0.01855,"109":0.00618,"114":0.00618,"119":0.21026,"120":0.21644,"122":0.00618,"140":0.00618,"143":0.01237,"145":0.00618,"146":0.02474,"147":0.02474,"148":0.59985,"149":1.7377,_:"12 13 14 15 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 144 150"},E:{"27":0.00618,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.5 16.0 16.1 16.2 16.4 16.5 18.0 18.1 18.4 TP","5.1":0.01855,"13.1":0.00618,"14.1":0.00618,"15.4":0.01237,"15.6":0.09894,"16.3":0.00618,"16.6":0.05566,"17.0":0.00618,"17.1":0.03092,"17.2":0.00618,"17.3":0.00618,"17.4":0.00618,"17.5":0.01237,"17.6":0.02474,"18.2":0.00618,"18.3":0.00618,"18.5-18.7":0.02474,"26.0":0.01855,"26.1":0.00618,"26.2":0.02474,"26.3":0.09894,"26.4":0.04947,"26.5":0.66169},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00105,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00316,"8.1-8.4":0,"9.0-9.2":0.00105,"9.3":0,"10.0-10.2":0,"10.3":0.0116,"11.0-11.2":0.34908,"11.3-11.4":0.00211,"12.0-12.1":0,"12.2-12.5":0.03586,"13.0-13.1":0,"13.2":0.0116,"13.3":0,"13.4-13.7":0.00211,"14.0-14.4":0.00738,"14.5-14.8":0.0116,"15.0-15.1":0.01055,"15.2-15.3":0.00633,"15.4":0.00738,"15.5":0.00949,"15.6-15.8":0.18456,"16.0":0.01687,"16.1":0.02742,"16.2":0.01476,"16.3":0.03164,"16.4":0.00738,"16.5":0.0116,"16.6-16.7":0.24046,"17.0":0.01055,"17.1":0.01582,"17.2":0.01476,"17.3":0.02215,"17.4":0.03375,"17.5":0.06011,"17.6-17.7":0.15503,"18.0":0.0348,"18.1":0.06644,"18.2":0.03586,"18.3":0.10968,"18.4":0.04957,"18.5-18.7":1.58512,"26.0":0.10441,"26.1":0.10863,"26.2":0.32799,"26.3":0.44822,"26.4":0.51361,"26.5":5.82476},P:{"4":0.01398,"20":0.00699,"21":0.00699,"22":0.01398,"23":0.01398,"24":0.02097,"25":0.02796,"26":0.03495,"27":0.03495,"28":0.06991,"29":0.37051,"30":1.81059,_:"5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.03495,"8.2":0.01398,"17.0":0.00699,"19.0":0.00699},I:{"0":0.04195,"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.32445,_:"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.16795},H:{all:0},L:{"0":33.83644},R:{_:"0"},M:{"0":0.10306},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"115":0.00513,"120":0.13346,"121":0.29258,"125":0.0154,"126":0.02053,"127":0.02053,"128":0.01027,"129":0.02053,"130":0.02053,"131":0.02053,"132":0.0154,"133":0.0154,"134":0.00513,"135":0.0154,"136":0.0308,"140":0.00513,"147":0.03593,"149":0.01027,"151":0.78022,"152":0.20532,"153":0.11806,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 137 138 139 141 142 143 144 145 146 148 150 154 155 3.5 3.6"},D:{"39":0.02053,"40":0.0308,"41":0.02567,"42":0.02567,"43":0.0308,"44":0.02053,"45":0.03593,"46":0.02053,"47":0.02053,"48":0.02053,"49":0.0308,"50":0.0308,"51":0.02567,"52":0.02567,"53":0.02053,"54":0.0308,"55":0.02053,"56":0.02053,"57":0.02567,"58":0.02053,"59":0.02567,"60":0.02567,"63":0.00513,"69":0.01027,"79":0.00513,"87":0.01027,"88":0.00513,"89":0.00513,"93":0.00513,"103":0.18479,"104":0.12833,"105":0.15399,"106":0.14886,"107":0.12833,"108":0.14886,"109":0.22585,"110":0.15912,"111":0.13346,"112":0.15399,"114":0.00513,"116":0.30798,"117":0.15399,"118":2.5819,"119":0.32851,"120":0.40551,"121":0.00513,"122":0.06673,"123":0.02053,"124":0.15912,"125":0.00513,"126":0.02053,"128":0.11293,"131":0.32851,"132":0.00513,"133":0.25665,"134":0.0154,"136":0.02053,"137":0.02567,"138":0.09239,"139":0.02567,"140":0.077,"141":0.00513,"142":0.08213,"143":0.03593,"144":0.0308,"145":1.23705,"146":0.5441,"147":0.32338,"148":7.18107,"149":9.43959,"150":0.14372,"151":0.06673,_:"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 65 66 67 68 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 90 91 92 94 95 96 97 98 99 100 101 102 113 115 127 129 130 135 152 153"},F:{"98":0.04106,"99":0.0154,"131":0.27205,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0154,"92":0.01027,"109":0.00513,"119":0.30798,"120":0.13346,"130":0.0154,"134":0.00513,"139":0.08726,"145":0.0154,"146":0.02567,"147":0.0462,"148":3.36725,"149":3.75736,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 131 132 133 135 136 137 138 140 141 142 143 144 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 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 18.0 18.1 18.2 18.3 26.1 TP","11.1":0.02053,"15.6":0.02567,"16.6":0.0154,"17.1":0.02567,"17.3":0.02053,"17.4":0.0154,"17.5":0.0154,"17.6":0.0308,"18.4":0.02053,"18.5-18.7":0.00513,"26.0":0.11293,"26.2":0.02567,"26.3":0.06673,"26.4":0.05133,"26.5":0.79048},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00141,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00424,"8.1-8.4":0,"9.0-9.2":0.00141,"9.3":0,"10.0-10.2":0,"10.3":0.01553,"11.0-11.2":0.46744,"11.3-11.4":0.00282,"12.0-12.1":0,"12.2-12.5":0.04802,"13.0-13.1":0,"13.2":0.01553,"13.3":0,"13.4-13.7":0.00282,"14.0-14.4":0.00989,"14.5-14.8":0.01553,"15.0-15.1":0.01412,"15.2-15.3":0.00847,"15.4":0.00989,"15.5":0.01271,"15.6-15.8":0.24714,"16.0":0.0226,"16.1":0.03672,"16.2":0.01977,"16.3":0.04237,"16.4":0.00989,"16.5":0.01553,"16.6-16.7":0.32198,"17.0":0.01412,"17.1":0.02118,"17.2":0.01977,"17.3":0.02966,"17.4":0.04519,"17.5":0.0805,"17.6-17.7":0.20759,"18.0":0.0466,"18.1":0.08897,"18.2":0.04802,"18.3":0.14687,"18.4":0.06637,"18.5-18.7":2.12255,"26.0":0.13981,"26.1":0.14546,"26.2":0.4392,"26.3":0.60019,"26.4":0.68774,"26.5":7.79962},P:{"4":0.00261,"21":0.00261,"24":0.00261,"25":0.00521,"26":0.00261,"27":0.00261,"28":0.01043,"29":0.08865,"30":1.54875,_:"20 22 23 6.2-6.4 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00261,"7.2-7.4":0.00782,"8.2":0.00521,"11.1-11.2":0.00261},I:{"0":0.02918,"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.05842,_:"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.0146},H:{all:0},L:{"0":40.09273},R:{_:"0"},M:{"0":0.3505},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"115":0.
|
|
1
|
+
module.exports={C:{"60":0.01357,"115":1.30272,"120":0.01357,"121":0.05428,"135":0.02036,"136":0.00679,"140":0.14927,"147":0.03393,"149":0.00679,"150":1.5402,"151":3.58927,"152":1.74375,_:"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 125 126 127 128 129 130 131 132 133 134 137 138 139 141 142 143 144 145 146 148 153 154 155 3.5 3.6"},D:{"39":0.00679,"40":0.00679,"41":0.01357,"42":0.00679,"43":0.00679,"44":0.01357,"45":0.00679,"46":0.01357,"47":0.00679,"48":0.00679,"49":0.01357,"51":0.00679,"52":0.00679,"53":0.00679,"55":0.01357,"58":0.00679,"59":0.01357,"78":0.01357,"96":0.00679,"106":0.01357,"107":0.06107,"109":0.02036,"111":0.04071,"113":0.01357,"114":0.01357,"116":0.04071,"117":0.02036,"118":0.39353,"119":0.05428,"120":0.06107,"124":1.01775,"131":0.01357,"132":0.02036,"135":0.01357,"137":0.02714,"138":2.63937,"139":0.01357,"140":0.03393,"141":0.00679,"142":0.04071,"143":0.35282,"144":0.91598,"145":0.08821,"146":14.14673,"147":0.25105,"148":8.142,"149":6.19471,"150":0.01357,_:"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 50 54 56 57 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 102 103 104 105 108 110 112 115 121 122 123 125 126 127 128 129 130 133 134 136 151 152 153"},F:{"52":0.02036,"90":0.00679,"98":0.06107,"122":0.55637,"131":0.90919,_:"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 91 92 93 94 95 96 97 99 100 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:{"119":0.0475,"120":0.04071,"128":0.03393,"139":0.21712,"141":0.01357,"144":0.15606,"145":0.01357,"146":0.00679,"147":0.01357,"148":2.22548,"149":7.85703,"150":0.01357,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 129 130 131 132 133 134 135 136 137 138 140 142 143"},E:{"14":0.02036,"27":0.00679,_:"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 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 17.0 17.2 18.0 18.4 26.1 TP","11.1":0.4546,"12.1":0.01357,"15.6":0.39353,"16.1":0.02714,"16.5":0.02714,"16.6":0.08142,"17.1":0.16284,"17.3":0.00679,"17.4":0.02714,"17.5":0.03393,"17.6":0.06785,"18.1":0.00679,"18.2":0.02036,"18.3":0.00679,"18.5-18.7":0.07464,"26.0":0.01357,"26.2":0.49531,"26.3":0.40032,"26.4":0.6785,"26.5":4.2067},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00221,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00662,"8.1-8.4":0,"9.0-9.2":0.00221,"9.3":0,"10.0-10.2":0,"10.3":0.02426,"11.0-11.2":0.72992,"11.3-11.4":0.00441,"12.0-12.1":0,"12.2-12.5":0.07498,"13.0-13.1":0,"13.2":0.02426,"13.3":0,"13.4-13.7":0.00441,"14.0-14.4":0.01544,"14.5-14.8":0.02426,"15.0-15.1":0.02205,"15.2-15.3":0.01323,"15.4":0.01544,"15.5":0.01985,"15.6-15.8":0.38591,"16.0":0.03528,"16.1":0.05734,"16.2":0.03087,"16.3":0.06616,"16.4":0.01544,"16.5":0.02426,"16.6-16.7":0.50279,"17.0":0.02205,"17.1":0.03308,"17.2":0.03087,"17.3":0.04631,"17.4":0.07057,"17.5":0.1257,"17.6-17.7":0.32417,"18.0":0.07277,"18.1":0.13893,"18.2":0.07498,"18.3":0.22934,"18.4":0.10364,"18.5-18.7":3.31443,"26.0":0.21832,"26.1":0.22714,"26.2":0.68582,"26.3":0.93721,"26.4":1.07394,"26.5":12.17938},P:{"22":0.00747,"26":0.00747,"29":0.00747,"30":1.01545,_:"4 20 21 23 24 25 27 28 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","13.0":0.02987},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.20582,_:"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":9.98251},R:{_:"0"},M:{"0":0.73646},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"115":0.
|
|
1
|
+
module.exports={C:{"115":0.07139,"121":0.00793,"140":0.01586,"146":0.00793,"148":0.00793,"149":0.00793,"150":0.01586,"151":0.9915,"152":0.53938,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 147 153 154 155 3.5 3.6"},D:{"39":0.00793,"40":0.00793,"41":0.00793,"42":0.00793,"43":0.00793,"44":0.00793,"45":0.00793,"47":0.00793,"48":0.00793,"49":0.00793,"50":0.00793,"51":0.00793,"52":0.00793,"53":0.00793,"54":0.00793,"55":0.00793,"56":0.00793,"57":0.00793,"58":0.00793,"59":0.00793,"60":0.00793,"70":0.00793,"74":0.00793,"79":0.01586,"87":0.00793,"93":0.00793,"103":0.04759,"104":0.01586,"105":0.01586,"106":0.01586,"107":0.01586,"108":0.01586,"109":0.53938,"110":0.01586,"111":0.01586,"112":0.01586,"114":0.01586,"115":0.10312,"116":0.03966,"117":0.01586,"118":0.2221,"119":0.00793,"120":0.03173,"121":0.00793,"122":0.03966,"124":0.0238,"126":0.0238,"127":0.0238,"128":0.01586,"129":0.00793,"130":0.00793,"131":0.06346,"132":0.00793,"133":0.05552,"134":0.0238,"135":0.01586,"136":0.01586,"137":0.0238,"138":0.10312,"139":0.01586,"140":0.03173,"141":0.01586,"142":0.03966,"143":0.04759,"144":0.03173,"145":0.07932,"146":0.15864,"147":0.19037,"148":4.71954,"149":7.89234,"150":0.04759,"151":0.00793,_:"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 46 61 62 63 64 65 66 67 68 69 71 72 73 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 94 95 96 97 98 99 100 101 102 113 123 125 152 153"},F:{"95":0.10312,"97":0.03966,"98":0.01586,"99":0.05552,"131":0.48385,_:"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:{"18":0.01586,"92":0.0238,"109":0.01586,"122":0.00793,"138":0.00793,"139":0.00793,"140":0.0238,"141":0.00793,"142":0.00793,"143":0.03173,"144":0.01586,"145":0.0238,"146":0.06346,"147":0.06346,"148":14.8487,"149":38.78748,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 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.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 26.0 TP","15.6":0.00793,"16.6":0.00793,"17.6":0.01586,"18.5-18.7":0.00793,"26.1":0.00793,"26.2":0.01586,"26.3":0.03173,"26.4":0.01586,"26.5":0.10312},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0003,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00091,"8.1-8.4":0,"9.0-9.2":0.0003,"9.3":0,"10.0-10.2":0,"10.3":0.00333,"11.0-11.2":0.10028,"11.3-11.4":0.00061,"12.0-12.1":0,"12.2-12.5":0.0103,"13.0-13.1":0,"13.2":0.00333,"13.3":0,"13.4-13.7":0.00061,"14.0-14.4":0.00212,"14.5-14.8":0.00333,"15.0-15.1":0.00303,"15.2-15.3":0.00182,"15.4":0.00212,"15.5":0.00273,"15.6-15.8":0.05302,"16.0":0.00485,"16.1":0.00788,"16.2":0.00424,"16.3":0.00909,"16.4":0.00212,"16.5":0.00333,"16.6-16.7":0.06908,"17.0":0.00303,"17.1":0.00454,"17.2":0.00424,"17.3":0.00636,"17.4":0.00969,"17.5":0.01727,"17.6-17.7":0.04454,"18.0":0.01,"18.1":0.01909,"18.2":0.0103,"18.3":0.03151,"18.4":0.01424,"18.5-18.7":0.45535,"26.0":0.02999,"26.1":0.03121,"26.2":0.09422,"26.3":0.12876,"26.4":0.14754,"26.5":1.67326},P:{"21":0.00743,"22":0.01487,"23":0.01487,"24":0.01487,"25":0.02974,"26":0.0223,"27":0.18587,"28":0.09665,"29":0.19331,"30":0.24535,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.09665,"11.1-11.2":0.00743,"19.0":0.00743},I:{"0":0.00413,"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.52114,_:"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.48391},H:{all:0},L:{"0":22.01325},R:{_:"0"},M:{"0":0.06824},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"58":0.01307,"72":0.00436,"76":0.00436,"115":0.02179,"120":0.04793,"121":0.061,"127":0.00436,"137":0.00436,"140":0.00436,"146":0.00436,"149":0.00436,"150":0.05664,"151":0.41827,"152":0.24399,_:"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 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 136 138 139 141 142 143 144 145 147 148 153 154 155 3.5 3.6"},D:{"39":0.00436,"40":0.00436,"41":0.00436,"42":0.00436,"43":0.00436,"44":0.00436,"45":0.00436,"46":0.00436,"47":0.00436,"48":0.00436,"49":0.00436,"50":0.00436,"51":0.00436,"52":0.01307,"53":0.00436,"54":0.00436,"55":0.00436,"56":0.00436,"57":0.00436,"58":0.00436,"59":0.01743,"60":0.00436,"64":0.00871,"67":0.01307,"68":0.00436,"70":0.01307,"71":0.01743,"75":0.00871,"76":0.00436,"77":0.0305,"79":0.02614,"80":0.00436,"81":0.03486,"83":0.00436,"86":0.00871,"87":0.00871,"88":0.00436,"90":0.00436,"91":0.00436,"93":0.00436,"94":0.01743,"98":0.00871,"99":0.00436,"100":0.00436,"103":0.05228,"104":0.03921,"105":0.05664,"106":0.04793,"107":0.04357,"108":0.03921,"109":0.10457,"110":0.05228,"111":0.06971,"112":0.04793,"115":0.00436,"116":0.10457,"117":0.02614,"118":2.72748,"119":0.08278,"120":0.19171,"122":0.01743,"124":0.04357,"125":0.01743,"126":0.03921,"127":0.01307,"128":0.01307,"129":0.00436,"130":0.01307,"131":0.09585,"132":0.00436,"133":0.10893,"134":0.01307,"135":0.01307,"136":0.01743,"137":0.07407,"138":0.18299,"139":0.00871,"140":0.02179,"141":0.01307,"142":0.01743,"143":0.01307,"144":0.02614,"145":0.02179,"146":0.122,"147":0.30499,"148":2.60984,"149":6.44836,"150":0.02179,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 65 66 69 72 73 74 78 84 85 89 92 95 96 97 101 102 113 114 121 123 151 152 153"},F:{"48":0.00436,"64":0.00871,"79":0.01743,"85":0.00436,"93":0.00436,"95":0.17864,"96":0.00436,"97":0.01307,"98":0.02614,"99":0.061,"101":0.00871,"113":0.00436,"115":0.00436,"118":0.00436,"126":0.00436,"127":0.0305,"131":0.42699,_:"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 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 87 88 89 90 91 92 94 100 102 103 104 105 106 107 108 109 110 111 112 114 116 117 119 120 121 122 123 124 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00436,"17":0.00436,"18":0.09585,"84":0.00436,"89":0.00436,"90":0.01743,"92":0.061,"97":0.00436,"100":0.00871,"102":0.00436,"103":0.00436,"104":0.00436,"109":0.00436,"119":0.02614,"120":0.03921,"122":0.01743,"126":0.00436,"128":0.00436,"131":0.00436,"135":0.00871,"137":0.00436,"138":0.00436,"140":0.00871,"141":0.01307,"142":0.00436,"143":0.02179,"144":0.02614,"145":0.01307,"146":0.03486,"147":0.07407,"148":0.83219,"149":1.72973,"150":0.01307,_:"12 13 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 98 99 101 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 127 129 130 132 133 134 136 139"},E:{"14":0.00871,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.1 18.3 18.5-18.7 26.0 26.1 TP","13.1":0.00436,"14.1":0.00436,"15.2-15.3":0.00436,"15.6":0.03486,"16.6":0.00436,"17.1":0.00871,"17.4":0.00436,"17.5":0.01743,"17.6":0.02179,"18.2":0.00436,"18.4":0.01307,"26.2":0.00436,"26.3":0.00436,"26.4":0.00436,"26.5":0.10021},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00072,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00217,"8.1-8.4":0,"9.0-9.2":0.00072,"9.3":0,"10.0-10.2":0,"10.3":0.00795,"11.0-11.2":0.23908,"11.3-11.4":0.00144,"12.0-12.1":0,"12.2-12.5":0.02456,"13.0-13.1":0,"13.2":0.00795,"13.3":0,"13.4-13.7":0.00144,"14.0-14.4":0.00506,"14.5-14.8":0.00795,"15.0-15.1":0.00722,"15.2-15.3":0.00433,"15.4":0.00506,"15.5":0.0065,"15.6-15.8":0.1264,"16.0":0.01156,"16.1":0.01878,"16.2":0.01011,"16.3":0.02167,"16.4":0.00506,"16.5":0.00795,"16.6-16.7":0.16469,"17.0":0.00722,"17.1":0.01083,"17.2":0.01011,"17.3":0.01517,"17.4":0.02311,"17.5":0.04117,"17.6-17.7":0.10618,"18.0":0.02384,"18.1":0.04551,"18.2":0.02456,"18.3":0.07512,"18.4":0.03395,"18.5-18.7":1.08562,"26.0":0.07151,"26.1":0.0744,"26.2":0.22464,"26.3":0.30698,"26.4":0.35176,"26.5":3.98928},P:{"21":0.00651,"24":0.00651,"26":0.01301,"27":0.05205,"28":0.12363,"29":0.13664,"30":0.27328,_:"4 20 22 23 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","9.2":0.02603},I:{"0":0.0451,"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":3.3758,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.01129,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.68845},H:{all:0.01},L:{"0":67.15092},R:{_:"0"},M:{"0":0.079},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"115":0.
|
|
1
|
+
module.exports={C:{"72":0.00462,"112":0.00462,"115":0.05077,"120":0.01846,"121":0.03692,"127":0.00462,"140":0.03231,"146":0.00462,"147":0.00923,"148":0.00462,"150":0.08769,"151":0.26306,"152":0.25844,_:"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 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 149 153 154 155 3.5 3.6"},D:{"39":0.01385,"40":0.00462,"41":0.00923,"42":0.00462,"43":0.00923,"44":0.01385,"45":0.01385,"46":0.00923,"47":0.00462,"48":0.00462,"49":0.01385,"50":0.00462,"51":0.00462,"52":0.01846,"53":0.00923,"54":0.00923,"55":0.00462,"56":0.01846,"57":0.00923,"58":0.01385,"59":0.00923,"60":0.01846,"61":0.01846,"65":0.09692,"73":0.00462,"74":0.00462,"75":0.00462,"79":0.06923,"81":0.00462,"84":0.00462,"87":0.00462,"88":0.00923,"102":0.00923,"103":0.01385,"104":0.00923,"105":0.01385,"106":0.01385,"107":0.01385,"108":0.01385,"109":0.26767,"110":0.00923,"111":0.01385,"112":0.00923,"113":0.00923,"114":0.03692,"116":0.03692,"117":0.01385,"118":2.65363,"119":0.04615,"120":0.06461,"121":0.00923,"122":0.01385,"123":0.00923,"124":0.02308,"125":0.01385,"126":0.01385,"127":0.02308,"128":0.01846,"129":0.00923,"130":0.02308,"131":0.03692,"132":0.01385,"133":0.03231,"134":0.00462,"135":0.00462,"137":0.03692,"138":0.05077,"139":0.00462,"140":0.01385,"141":0.02769,"142":0.03231,"143":0.02308,"144":0.03692,"145":0.07846,"146":0.38305,"147":0.2769,"148":4.37041,"149":6.14257,"150":0.10153,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 62 63 64 66 67 68 69 70 71 72 76 77 78 80 83 85 86 89 90 91 92 93 94 95 96 97 98 99 100 101 115 136 151 152 153"},F:{"46":0.00462,"79":0.00462,"95":0.06461,"98":0.02308,"99":0.26767,"131":0.67379,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.01385,"15":0.00923,"16":0.00923,"17":0.00462,"18":0.00923,"92":0.01385,"109":0.00462,"114":0.00923,"115":0.00462,"119":0.02769,"120":0.03692,"122":0.00462,"138":0.00462,"139":0.00462,"141":0.03231,"142":0.00923,"143":0.00923,"144":0.01385,"145":0.01385,"146":0.00923,"147":0.01846,"148":1.07068,"149":2.32596,_:"12 13 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 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 140 150"},E:{"27":0.00462,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 26.0 26.1 TP","16.6":0.00462,"17.6":0.00462,"18.5-18.7":0.0923,"26.2":0.00923,"26.3":0.00923,"26.4":0.00462,"26.5":0.16614},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00047,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0014,"8.1-8.4":0,"9.0-9.2":0.00047,"9.3":0,"10.0-10.2":0,"10.3":0.00512,"11.0-11.2":0.15397,"11.3-11.4":0.00093,"12.0-12.1":0,"12.2-12.5":0.01582,"13.0-13.1":0,"13.2":0.00512,"13.3":0,"13.4-13.7":0.00093,"14.0-14.4":0.00326,"14.5-14.8":0.00512,"15.0-15.1":0.00465,"15.2-15.3":0.00279,"15.4":0.00326,"15.5":0.00419,"15.6-15.8":0.08141,"16.0":0.00744,"16.1":0.01209,"16.2":0.00651,"16.3":0.01396,"16.4":0.00326,"16.5":0.00512,"16.6-16.7":0.10606,"17.0":0.00465,"17.1":0.00698,"17.2":0.00651,"17.3":0.00977,"17.4":0.01489,"17.5":0.02652,"17.6-17.7":0.06838,"18.0":0.01535,"18.1":0.02931,"18.2":0.01582,"18.3":0.04838,"18.4":0.02186,"18.5-18.7":0.69916,"26.0":0.04605,"26.1":0.04791,"26.2":0.14467,"26.3":0.1977,"26.4":0.22654,"26.5":2.56918},P:{"4":0.00977,"21":0.00489,"22":0.06352,"23":0.02443,"24":0.01954,"25":0.02932,"26":0.00977,"27":0.01466,"28":0.07329,"29":0.9674,"30":1.1775,_:"20 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","5.0-5.4":0.00489,"7.2-7.4":0.06352,"8.2":0.00489,"17.0":0.00489,"19.0":0.00977},I:{"0":0.01076,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":2.88044,_:"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.7753},H:{all:0},L:{"0":62.73192},R:{_:"0"},M:{"0":0.19382},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"103":0.00581,"106":0.00581,"115":0.25542,"120":0.02322,"121":0.04644,"129":0.00581,"133":0.00581,"134":0.02322,"135":0.00581,"136":0.00581,"139":0.00581,"140":0.1103,"141":0.00581,"145":0.00581,"146":0.00581,"147":0.02322,"148":0.01161,"149":0.02322,"150":0.09288,"151":1.55574,"152":0.80109,"153":0.00581,_:"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 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 130 131 132 137 138 142 143 144 154 155 3.5 3.6"},D:{"39":1.01007,"40":1.01007,"41":1.02168,"42":1.01588,"43":1.01588,"44":1.01007,"45":1.01007,"46":1.00427,"47":1.02168,"48":1.02749,"49":1.01588,"50":1.00427,"51":1.01007,"52":1.01588,"53":1.02168,"54":1.01588,"55":1.01588,"56":1.01007,"57":1.01588,"58":1.01588,"59":1.01007,"60":1.02168,"70":0.26703,"76":0.00581,"85":0.01742,"87":0.00581,"88":0.00581,"96":0.03483,"103":0.01742,"104":0.02322,"105":0.01742,"106":0.02903,"107":0.01742,"108":0.01742,"109":0.67919,"110":0.01742,"111":0.01742,"112":0.10449,"113":0.01742,"114":0.05805,"115":0.06386,"116":0.13932,"117":0.01742,"118":0.27864,"119":0.05805,"120":0.09288,"121":0.00581,"122":0.17415,"123":0.01161,"124":0.06386,"125":1.9737,"126":0.01742,"127":0.01161,"128":0.04064,"129":0.01161,"130":0.28445,"131":0.1161,"132":0.02322,"133":0.05805,"134":0.03483,"135":0.05805,"136":0.01742,"137":0.01742,"138":0.26123,"139":1.21905,"140":0.02322,"141":0.14513,"142":0.09869,"143":0.03483,"144":0.10449,"145":0.05805,"146":0.6908,"147":0.33669,"148":4.70205,"149":8.94551,"150":0.04064,_:"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 77 78 79 80 81 83 84 86 89 90 91 92 93 94 95 97 98 99 100 101 102 151 152 153"},F:{"87":0.00581,"95":0.10449,"98":0.01161,"99":0.05225,"114":0.00581,"127":0.00581,"131":1.1552,_:"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 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00581,"109":0.02903,"119":0.02322,"120":0.02322,"122":0.00581,"131":0.00581,"132":0.00581,"133":0.00581,"136":0.00581,"138":0.00581,"143":0.01161,"144":0.00581,"145":0.01742,"146":0.01161,"147":0.03483,"148":0.88817,"149":2.15946,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 134 135 137 139 140 141 142 150"},E:{"11":0.00581,"14":0.00581,_:"4 5 6 7 8 9 10 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.2 18.2 18.4 TP","10.1":0.00581,"13.1":0.00581,"15.6":0.01742,"16.5":0.00581,"16.6":0.02322,"17.1":0.01161,"17.3":0.00581,"17.4":0.00581,"17.5":0.00581,"17.6":0.04644,"18.0":0.00581,"18.1":0.02322,"18.3":0.01161,"18.5-18.7":0.01161,"26.0":0.01161,"26.1":0.00581,"26.2":0.02322,"26.3":0.06966,"26.4":0.02322,"26.5":0.38894},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00051,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00154,"8.1-8.4":0,"9.0-9.2":0.00051,"9.3":0,"10.0-10.2":0,"10.3":0.00563,"11.0-11.2":0.16954,"11.3-11.4":0.00102,"12.0-12.1":0,"12.2-12.5":0.01742,"13.0-13.1":0,"13.2":0.00563,"13.3":0,"13.4-13.7":0.00102,"14.0-14.4":0.00359,"14.5-14.8":0.00563,"15.0-15.1":0.00512,"15.2-15.3":0.00307,"15.4":0.00359,"15.5":0.00461,"15.6-15.8":0.08964,"16.0":0.0082,"16.1":0.01332,"16.2":0.00717,"16.3":0.01537,"16.4":0.00359,"16.5":0.00563,"16.6-16.7":0.11678,"17.0":0.00512,"17.1":0.00768,"17.2":0.00717,"17.3":0.01076,"17.4":0.01639,"17.5":0.0292,"17.6-17.7":0.07529,"18.0":0.0169,"18.1":0.03227,"18.2":0.01742,"18.3":0.05327,"18.4":0.02407,"18.5-18.7":0.76985,"26.0":0.05071,"26.1":0.05276,"26.2":0.1593,"26.3":0.21769,"26.4":0.24945,"26.5":2.82893},P:{"4":0.00675,"22":0.00675,"23":0.00675,"24":0.01349,"25":0.00675,"26":0.02024,"27":0.00675,"28":0.02024,"29":0.12143,"30":0.77579,_:"20 21 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00675,"8.2":0.00675},I:{"0":0.01257,"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.27268,_:"10 11 12 11.1 11.5 12.1"},A:{"7":0.00746,"8":0.02239,"9":0.00746,"10":0.00746,"11":0.00746,_:"6 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.02937},H:{all:0},L:{"0":36.94121},R:{_:"0"},M:{"0":0.27268},Q:{_:"14.9"}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={C:{"
|
|
1
|
+
module.exports={C:{"68":0.0057,"78":0.02851,"91":0.0171,"102":0.0171,"104":0.0057,"115":0.42758,"120":0.09122,"121":0.18243,"122":0.0057,"123":0.0057,"128":0.14823,"134":0.0114,"135":0.0057,"136":0.19954,"139":0.02851,"140":4.80024,"143":0.0057,"144":0.0057,"146":0.34206,"147":0.0171,"148":0.0114,"149":0.0228,"150":0.16533,"151":2.41152,"152":1.37394,"153":0.07981,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 103 105 106 107 108 109 110 111 112 113 114 116 117 118 119 124 125 126 127 129 130 131 132 133 137 138 141 142 145 154 155 3.5 3.6"},D:{"39":0.0171,"40":0.0114,"41":0.0057,"42":0.0114,"43":0.0114,"44":0.0057,"45":0.0057,"46":0.0114,"47":0.0171,"48":0.0114,"49":0.0114,"50":0.0057,"51":0.0114,"52":0.0171,"53":0.0114,"54":0.0057,"55":0.0057,"56":0.0114,"57":0.0057,"58":0.0114,"59":0.0057,"60":0.0114,"79":0.06841,"83":0.0057,"87":0.0171,"88":0.0057,"95":0.0057,"101":0.0114,"102":0.0057,"103":0.0228,"104":0.0171,"105":0.0171,"106":0.0171,"107":0.02851,"108":0.0171,"109":0.51309,"110":0.0171,"111":0.0171,"112":0.0171,"114":0.17673,"116":0.10832,"117":0.0171,"118":1.47086,"119":0.22804,"120":0.23374,"121":0.03421,"122":0.03991,"123":1.1174,"124":0.06271,"125":0.0057,"126":0.0171,"127":0.0057,"128":0.07981,"129":0.0057,"130":0.0057,"131":0.09122,"132":0.08552,"133":0.14823,"134":0.02851,"135":0.02851,"136":0.03991,"137":0.41617,"138":1.42525,"139":0.03421,"140":0.0228,"141":0.03421,"142":2.67947,"143":0.43328,"144":0.05701,"145":0.07981,"146":0.5815,"147":0.33636,"148":6.68727,"149":6.59036,"150":0.0171,"151":0.0057,_:"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 84 85 86 89 90 91 92 93 94 96 97 98 99 100 113 115 152 153"},F:{"46":0.0057,"95":0.0171,"98":0.05701,"99":0.03421,"114":0.0057,"118":0.0057,"119":0.0057,"131":0.67842,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 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.0057,"109":0.0114,"119":0.09122,"120":0.10832,"122":0.0057,"131":0.0057,"133":0.0228,"134":0.0057,"135":0.0057,"136":0.0171,"137":0.0114,"138":0.0114,"139":0.0114,"140":0.02851,"141":0.0114,"142":0.0057,"143":0.0114,"144":0.16533,"145":0.0228,"146":0.13682,"147":0.08552,"148":1.66469,"149":4.05911,"150":0.0057,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 132"},E:{"27":0.0114,_:"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 15.1 15.2-15.3 TP","12.1":0.0057,"13.1":0.0057,"14.1":0.0171,"15.4":0.0057,"15.5":0.0114,"15.6":0.07981,"16.0":0.0057,"16.1":0.0114,"16.2":0.0057,"16.3":0.0171,"16.4":0.0057,"16.5":0.03421,"16.6":0.29645,"17.0":0.0171,"17.1":0.29645,"17.2":0.0114,"17.3":0.02851,"17.4":0.0228,"17.5":0.05131,"17.6":0.22234,"18.0":0.0228,"18.1":0.0228,"18.2":0.03421,"18.3":0.07411,"18.4":0.03991,"18.5-18.7":0.07981,"26.0":0.17673,"26.1":0.03991,"26.2":0.29075,"26.3":0.21094,"26.4":0.17103,"26.5":2.41152},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00162,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00486,"8.1-8.4":0,"9.0-9.2":0.00162,"9.3":0,"10.0-10.2":0,"10.3":0.01781,"11.0-11.2":0.53587,"11.3-11.4":0.00324,"12.0-12.1":0,"12.2-12.5":0.05504,"13.0-13.1":0,"13.2":0.01781,"13.3":0,"13.4-13.7":0.00324,"14.0-14.4":0.01133,"14.5-14.8":0.01781,"15.0-15.1":0.01619,"15.2-15.3":0.00971,"15.4":0.01133,"15.5":0.01457,"15.6-15.8":0.28332,"16.0":0.0259,"16.1":0.04209,"16.2":0.02267,"16.3":0.04857,"16.4":0.01133,"16.5":0.01781,"16.6-16.7":0.36912,"17.0":0.01619,"17.1":0.02428,"17.2":0.02267,"17.3":0.034,"17.4":0.05181,"17.5":0.09228,"17.6-17.7":0.23799,"18.0":0.05343,"18.1":0.10199,"18.2":0.05504,"18.3":0.16837,"18.4":0.07609,"18.5-18.7":2.43328,"26.0":0.16028,"26.1":0.16675,"26.2":0.50349,"26.3":0.68805,"26.4":0.78843,"26.5":8.94146},P:{"21":0.0073,"22":0.0073,"23":0.0219,"24":0.0073,"26":0.0146,"27":0.10222,"28":0.04381,"29":0.15333,"30":2.47513,_:"4 20 25 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","5.0-5.4":0.0146,"7.2-7.4":0.0073,"8.2":0.0146,"12.0":0.0073},I:{"0":0.00859,"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.3397,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.05701,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.1333},H:{all:0},L:{"0":25.77375},R:{_:"0"},M:{"0":2.0253},Q:{"14.9":0.0817}};
|