@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.
Files changed (1105) hide show
  1. package/dist/agents/cursor-submit-ack.d.ts.map +1 -1
  2. package/dist/agents/cursor-submit-ack.js +15 -1
  3. package/dist/agents/cursor-submit-ack.js.map +1 -1
  4. package/dist/agents/cursor.d.ts +1 -0
  5. package/dist/agents/cursor.d.ts.map +1 -1
  6. package/dist/agents/cursor.js +3 -1
  7. package/dist/agents/cursor.js.map +1 -1
  8. package/dist/agents/index.js +2 -2
  9. package/dist/agents/index.js.map +1 -1
  10. package/dist/agents/models.d.ts +3 -0
  11. package/dist/agents/models.d.ts.map +1 -1
  12. package/dist/agents/models.js +41 -3
  13. package/dist/agents/models.js.map +1 -1
  14. package/dist/backlog/index.d.ts +15 -0
  15. package/dist/backlog/index.d.ts.map +1 -0
  16. package/dist/backlog/index.js +80 -0
  17. package/dist/backlog/index.js.map +1 -0
  18. package/dist/backlog/providers.d.ts +12 -0
  19. package/dist/backlog/providers.d.ts.map +1 -0
  20. package/dist/backlog/providers.js +22 -0
  21. package/dist/backlog/providers.js.map +1 -0
  22. package/dist/cli.d.ts.map +1 -1
  23. package/dist/cli.js +12 -1
  24. package/dist/cli.js.map +1 -1
  25. package/dist/config.d.ts.map +1 -1
  26. package/dist/config.js +64 -0
  27. package/dist/config.js.map +1 -1
  28. package/dist/event-sources/github.d.ts.map +1 -1
  29. package/dist/event-sources/github.js +30 -32
  30. package/dist/event-sources/github.js.map +1 -1
  31. package/dist/event-sources/index.d.ts.map +1 -1
  32. package/dist/event-sources/index.js +5 -0
  33. package/dist/event-sources/index.js.map +1 -1
  34. package/dist/gh.d.ts +2 -0
  35. package/dist/gh.d.ts.map +1 -1
  36. package/dist/gh.js +28 -0
  37. package/dist/gh.js.map +1 -1
  38. package/dist/jira.d.ts +15 -0
  39. package/dist/jira.d.ts.map +1 -0
  40. package/dist/jira.js +74 -0
  41. package/dist/jira.js.map +1 -0
  42. package/dist/metadata.d.ts +7 -1
  43. package/dist/metadata.d.ts.map +1 -1
  44. package/dist/metadata.js +129 -0
  45. package/dist/metadata.js.map +1 -1
  46. package/dist/preflight.d.ts.map +1 -1
  47. package/dist/preflight.js +4 -0
  48. package/dist/preflight.js.map +1 -1
  49. package/dist/prompt-template.d.ts +3 -0
  50. package/dist/prompt-template.d.ts.map +1 -0
  51. package/dist/prompt-template.js +14 -0
  52. package/dist/prompt-template.js.map +1 -0
  53. package/dist/send-batches.d.ts +3 -1
  54. package/dist/send-batches.d.ts.map +1 -1
  55. package/dist/send-batches.js +94 -0
  56. package/dist/send-batches.js.map +1 -1
  57. package/dist/server.d.ts.map +1 -1
  58. package/dist/server.js +27 -1
  59. package/dist/server.js.map +1 -1
  60. package/dist/session-service.d.ts +13 -1
  61. package/dist/session-service.d.ts.map +1 -1
  62. package/dist/session-service.js +164 -45
  63. package/dist/session-service.js.map +1 -1
  64. package/dist/shepherd.d.ts.map +1 -1
  65. package/dist/shepherd.js +2 -1
  66. package/dist/shepherd.js.map +1 -1
  67. package/dist/triggers.d.ts.map +1 -1
  68. package/dist/triggers.js +81 -15
  69. package/dist/triggers.js.map +1 -1
  70. package/dist/types.d.ts +74 -2
  71. package/dist/types.d.ts.map +1 -1
  72. package/package.json +1 -1
  73. package/web/.next/BUILD_ID +1 -1
  74. package/web/.next/app-build-manifest.json +98 -91
  75. package/web/.next/app-path-routes-manifest.json +2 -1
  76. package/web/.next/build-manifest.json +3 -3
  77. package/web/.next/prerender-manifest.json +18 -18
  78. package/web/.next/required-server-files.json +3 -3
  79. package/web/.next/server/app/_not-found/page.js +2 -2
  80. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  81. package/web/.next/server/app/_not-found.html +1 -1
  82. package/web/.next/server/app/_not-found.rsc +3 -3
  83. package/web/.next/server/app/api/backlog/take/route.js +1 -0
  84. package/web/.next/server/app/api/backlog/take/route.js.nft.json +1 -0
  85. package/web/.next/server/app/api/backlog/take/route_client-reference-manifest.js +1 -0
  86. package/web/.next/server/app/api/github-status/route.js +1 -1
  87. package/web/.next/server/app/api/github-status/route_client-reference-manifest.js +1 -1
  88. package/web/.next/server/app/api/gitlab-status/route.js +1 -1
  89. package/web/.next/server/app/api/gitlab-status/route_client-reference-manifest.js +1 -1
  90. package/web/.next/server/app/api/models/route.js +1 -1
  91. package/web/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  92. package/web/.next/server/app/api/pr-status/merge/route.js +1 -1
  93. package/web/.next/server/app/api/pr-status/merge/route_client-reference-manifest.js +1 -1
  94. package/web/.next/server/app/api/pr-status/route.js +2 -2
  95. package/web/.next/server/app/api/pr-status/route_client-reference-manifest.js +1 -1
  96. package/web/.next/server/app/api/preflight/route.js +1 -1
  97. package/web/.next/server/app/api/preflight/route_client-reference-manifest.js +1 -1
  98. package/web/.next/server/app/api/projects/[id]/branches/exists/route.js +1 -1
  99. package/web/.next/server/app/api/projects/[id]/branches/exists/route_client-reference-manifest.js +1 -1
  100. package/web/.next/server/app/api/projects/[id]/route.js +1 -1
  101. package/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
  102. package/web/.next/server/app/api/projects/[id]/slash-commands/route.js +1 -1
  103. package/web/.next/server/app/api/projects/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  104. package/web/.next/server/app/api/projects/route.js +1 -1
  105. package/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
  106. package/web/.next/server/app/api/runtime/info/route.js +1 -1
  107. package/web/.next/server/app/api/runtime/info/route_client-reference-manifest.js +1 -1
  108. package/web/.next/server/app/api/runtime/resources/route.js +1 -1
  109. package/web/.next/server/app/api/runtime/resources/route_client-reference-manifest.js +1 -1
  110. package/web/.next/server/app/api/runtime/terminal/route.js +1 -1
  111. package/web/.next/server/app/api/runtime/terminal/route_client-reference-manifest.js +1 -1
  112. package/web/.next/server/app/api/runtime/versions/route.js +1 -1
  113. package/web/.next/server/app/api/runtime/versions/route_client-reference-manifest.js +1 -1
  114. package/web/.next/server/app/api/runtime/versions/switch/route.js +1 -1
  115. package/web/.next/server/app/api/runtime/versions/switch/route_client-reference-manifest.js +1 -1
  116. package/web/.next/server/app/api/runtime/voice/route.js +1 -1
  117. package/web/.next/server/app/api/runtime/voice/route_client-reference-manifest.js +1 -1
  118. package/web/.next/server/app/api/runtime/voice/transcribe/route.js +1 -1
  119. package/web/.next/server/app/api/runtime/voice/transcribe/route_client-reference-manifest.js +1 -1
  120. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route.js +1 -1
  121. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route_client-reference-manifest.js +1 -1
  122. package/web/.next/server/app/api/sessions/[id]/complete/route.js +1 -1
  123. package/web/.next/server/app/api/sessions/[id]/complete/route_client-reference-manifest.js +1 -1
  124. package/web/.next/server/app/api/sessions/[id]/conversation/route.js +1 -1
  125. package/web/.next/server/app/api/sessions/[id]/conversation/route_client-reference-manifest.js +1 -1
  126. package/web/.next/server/app/api/sessions/[id]/kill/route.js +1 -1
  127. package/web/.next/server/app/api/sessions/[id]/kill/route_client-reference-manifest.js +1 -1
  128. package/web/.next/server/app/api/sessions/[id]/logs/route.js +1 -1
  129. package/web/.next/server/app/api/sessions/[id]/logs/route_client-reference-manifest.js +1 -1
  130. package/web/.next/server/app/api/sessions/[id]/pause/route.js +1 -1
  131. package/web/.next/server/app/api/sessions/[id]/pause/route_client-reference-manifest.js +1 -1
  132. package/web/.next/server/app/api/sessions/[id]/respawn/route.js +1 -1
  133. package/web/.next/server/app/api/sessions/[id]/respawn/route_client-reference-manifest.js +1 -1
  134. package/web/.next/server/app/api/sessions/[id]/restore/route.js +1 -1
  135. package/web/.next/server/app/api/sessions/[id]/restore/route_client-reference-manifest.js +1 -1
  136. package/web/.next/server/app/api/sessions/[id]/route.js +1 -1
  137. package/web/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
  138. package/web/.next/server/app/api/sessions/[id]/send/route.js +1 -1
  139. package/web/.next/server/app/api/sessions/[id]/send/route_client-reference-manifest.js +1 -1
  140. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route.js +1 -1
  141. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route_client-reference-manifest.js +1 -1
  142. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route.js +1 -1
  143. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route_client-reference-manifest.js +1 -1
  144. package/web/.next/server/app/api/sessions/[id]/slash-commands/route.js +1 -1
  145. package/web/.next/server/app/api/sessions/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  146. package/web/.next/server/app/api/sessions/[id]/tags/route.js +1 -1
  147. package/web/.next/server/app/api/sessions/[id]/tags/route_client-reference-manifest.js +1 -1
  148. package/web/.next/server/app/api/sessions/route.js +1 -1
  149. package/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  150. package/web/.next/server/app/api/shepherd/spawn/route.js +1 -1
  151. package/web/.next/server/app/api/shepherd/spawn/route_client-reference-manifest.js +1 -1
  152. package/web/.next/server/app/api/spawn/route.js +1 -1
  153. package/web/.next/server/app/api/spawn/route_client-reference-manifest.js +1 -1
  154. package/web/.next/server/app/apple-icon/route.js +1 -1
  155. package/web/.next/server/app/apple-icon/route_client-reference-manifest.js +1 -1
  156. package/web/.next/server/app/icon/route.js +1 -1
  157. package/web/.next/server/app/icon/route_client-reference-manifest.js +1 -1
  158. package/web/.next/server/app/icon-192/route.js +1 -1
  159. package/web/.next/server/app/icon-192/route_client-reference-manifest.js +1 -1
  160. package/web/.next/server/app/icon-512/route.js +1 -1
  161. package/web/.next/server/app/icon-512/route_client-reference-manifest.js +1 -1
  162. package/web/.next/server/app/manifest.webmanifest/route.js +2 -2
  163. package/web/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  164. package/web/.next/server/app/page.js +3 -3
  165. package/web/.next/server/app/page.js.nft.json +1 -1
  166. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  167. package/web/.next/server/app/sessions/[id]/page.js +6 -6
  168. package/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
  169. package/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
  170. package/web/.next/server/app-paths-manifest.json +2 -1
  171. package/web/.next/server/chunks/135.js +1 -1
  172. package/web/.next/server/chunks/5158.js +1 -0
  173. package/web/.next/server/chunks/7331.js +3 -3
  174. package/web/.next/server/functions-config-manifest.json +3 -3
  175. package/web/.next/server/middleware-build-manifest.js +1 -1
  176. package/web/.next/server/next-font-manifest.js +1 -1
  177. package/web/.next/server/next-font-manifest.json +1 -1
  178. package/web/.next/server/pages/404.html +1 -1
  179. package/web/.next/server/pages/500.html +1 -1
  180. package/web/.next/server/server-reference-manifest.json +1 -1
  181. package/web/.next/static/chunks/5124-5365d82e8f9962c5.js +1 -0
  182. package/web/.next/static/chunks/app/_not-found/{page-1b6e9375ed39417d.js → page-ce7aac1309588445.js} +1 -1
  183. package/web/.next/static/chunks/app/api/backlog/take/route-1c98dbb79467f151.js +1 -0
  184. package/web/.next/static/chunks/app/api/github-status/route-1c98dbb79467f151.js +1 -0
  185. package/web/.next/static/chunks/app/api/gitlab-status/route-1c98dbb79467f151.js +1 -0
  186. package/web/.next/static/chunks/app/api/models/route-1c98dbb79467f151.js +1 -0
  187. package/web/.next/static/chunks/app/api/pr-status/merge/route-1c98dbb79467f151.js +1 -0
  188. package/web/.next/static/chunks/app/api/pr-status/route-1c98dbb79467f151.js +1 -0
  189. package/web/.next/static/chunks/app/api/preflight/route-1c98dbb79467f151.js +1 -0
  190. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-1c98dbb79467f151.js +1 -0
  191. package/web/.next/static/chunks/app/api/projects/[id]/route-1c98dbb79467f151.js +1 -0
  192. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  193. package/web/.next/static/chunks/app/api/projects/route-1c98dbb79467f151.js +1 -0
  194. package/web/.next/static/chunks/app/api/runtime/info/route-1c98dbb79467f151.js +1 -0
  195. package/web/.next/static/chunks/app/api/runtime/resources/route-1c98dbb79467f151.js +1 -0
  196. package/web/.next/static/chunks/app/api/runtime/terminal/route-1c98dbb79467f151.js +1 -0
  197. package/web/.next/static/chunks/app/api/runtime/versions/route-1c98dbb79467f151.js +1 -0
  198. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-1c98dbb79467f151.js +1 -0
  199. package/web/.next/static/chunks/app/api/runtime/voice/route-1c98dbb79467f151.js +1 -0
  200. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-1c98dbb79467f151.js +1 -0
  201. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-1c98dbb79467f151.js +1 -0
  202. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-1c98dbb79467f151.js +1 -0
  203. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-1c98dbb79467f151.js +1 -0
  204. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-1c98dbb79467f151.js +1 -0
  205. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-1c98dbb79467f151.js +1 -0
  206. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-1c98dbb79467f151.js +1 -0
  207. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-1c98dbb79467f151.js +1 -0
  208. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-1c98dbb79467f151.js +1 -0
  209. package/web/.next/static/chunks/app/api/sessions/[id]/route-1c98dbb79467f151.js +1 -0
  210. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-1c98dbb79467f151.js +1 -0
  211. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-1c98dbb79467f151.js +1 -0
  212. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-1c98dbb79467f151.js +1 -0
  213. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  214. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-1c98dbb79467f151.js +1 -0
  215. package/web/.next/static/chunks/app/api/sessions/route-1c98dbb79467f151.js +1 -0
  216. package/web/.next/static/chunks/app/api/shepherd/spawn/route-1c98dbb79467f151.js +1 -0
  217. package/web/.next/static/chunks/app/api/spawn/route-1c98dbb79467f151.js +1 -0
  218. package/web/.next/static/chunks/app/apple-icon/route-1c98dbb79467f151.js +1 -0
  219. package/web/.next/static/chunks/app/icon/route-1c98dbb79467f151.js +1 -0
  220. package/web/.next/static/chunks/app/icon-192/route-1c98dbb79467f151.js +1 -0
  221. package/web/.next/static/chunks/app/icon-512/route-1c98dbb79467f151.js +1 -0
  222. package/web/.next/static/chunks/app/layout-f69f7a978709d508.js +1 -0
  223. package/web/.next/static/chunks/app/manifest.webmanifest/route-1c98dbb79467f151.js +1 -0
  224. package/web/.next/static/chunks/app/page-8a91ba4badc56ab2.js +1 -0
  225. package/web/.next/static/chunks/app/sessions/[id]/page-d8abb491bd89b750.js +1 -0
  226. package/web/.next/static/chunks/{main-app-1cea33e0d8c88bba.js → main-app-96c0fcaf99db6703.js} +1 -1
  227. package/web/.next/static/css/1c8043fd02fc0a5c.css +3 -0
  228. package/web/.next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js +1 -0
  229. package/web/node_modules/.package-lock.json +3 -3
  230. package/web/node_modules/caniuse-lite/data/agents.js +1 -1
  231. package/web/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  232. package/web/node_modules/caniuse-lite/data/features/aac.js +1 -1
  233. package/web/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  234. package/web/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  235. package/web/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  236. package/web/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  237. package/web/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  238. package/web/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  239. package/web/node_modules/caniuse-lite/data/features/apng.js +1 -1
  240. package/web/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  241. package/web/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  242. package/web/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  243. package/web/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  244. package/web/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  245. package/web/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  246. package/web/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  247. package/web/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  248. package/web/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  249. package/web/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  250. package/web/node_modules/caniuse-lite/data/features/audio.js +1 -1
  251. package/web/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  252. package/web/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  253. package/web/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  254. package/web/node_modules/caniuse-lite/data/features/av1.js +1 -1
  255. package/web/node_modules/caniuse-lite/data/features/avif.js +1 -1
  256. package/web/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  257. package/web/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  258. package/web/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  259. package/web/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  260. package/web/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  261. package/web/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  262. package/web/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  263. package/web/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  264. package/web/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  265. package/web/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  266. package/web/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  267. package/web/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  268. package/web/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  269. package/web/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  270. package/web/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  271. package/web/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  272. package/web/node_modules/caniuse-lite/data/features/calc.js +1 -1
  273. package/web/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  274. package/web/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  275. package/web/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  276. package/web/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  277. package/web/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  278. package/web/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  279. package/web/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  280. package/web/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  281. package/web/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  282. package/web/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  283. package/web/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  284. package/web/node_modules/caniuse-lite/data/features/colr.js +1 -1
  285. package/web/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  286. package/web/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  287. package/web/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  288. package/web/node_modules/caniuse-lite/data/features/const.js +1 -1
  289. package/web/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  290. package/web/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  291. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  292. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  293. package/web/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  294. package/web/node_modules/caniuse-lite/data/features/cors.js +1 -1
  295. package/web/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  296. package/web/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  297. package/web/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
  298. package/web/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  299. package/web/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  300. package/web/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  301. package/web/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  302. package/web/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  303. package/web/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  304. package/web/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  305. package/web/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  306. package/web/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  307. package/web/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  308. package/web/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  309. package/web/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  310. package/web/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  311. package/web/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  312. package/web/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  313. package/web/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  314. package/web/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  315. package/web/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  316. package/web/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  317. package/web/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  318. package/web/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  319. package/web/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  320. package/web/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  321. package/web/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  322. package/web/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  323. package/web/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  324. package/web/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  325. package/web/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  326. package/web/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  327. package/web/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  328. package/web/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  329. package/web/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  330. package/web/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  331. package/web/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  332. package/web/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  333. package/web/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  334. package/web/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  335. package/web/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  336. package/web/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  337. package/web/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  338. package/web/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  339. package/web/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  340. package/web/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  341. package/web/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  342. package/web/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  343. package/web/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  344. package/web/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  345. package/web/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  346. package/web/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  347. package/web/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  348. package/web/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  349. package/web/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  350. package/web/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  351. package/web/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
  352. package/web/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  353. package/web/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  354. package/web/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  355. package/web/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  356. package/web/node_modules/caniuse-lite/data/features/css-if.js +1 -1
  357. package/web/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  358. package/web/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  359. package/web/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  360. package/web/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  361. package/web/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  362. package/web/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  363. package/web/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  364. package/web/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  365. package/web/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  366. package/web/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  367. package/web/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  368. package/web/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  369. package/web/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  370. package/web/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  371. package/web/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  372. package/web/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  373. package/web/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  374. package/web/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  375. package/web/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  376. package/web/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  377. package/web/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  378. package/web/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  379. package/web/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  380. package/web/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  381. package/web/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  382. package/web/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  383. package/web/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  384. package/web/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  385. package/web/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  386. package/web/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  387. package/web/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  388. package/web/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  389. package/web/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  390. package/web/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  391. package/web/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  392. package/web/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  393. package/web/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  394. package/web/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  395. package/web/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  396. package/web/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  397. package/web/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  398. package/web/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  399. package/web/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  400. package/web/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  401. package/web/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  402. package/web/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  403. package/web/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  404. package/web/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  405. package/web/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  406. package/web/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  407. package/web/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  408. package/web/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  409. package/web/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  410. package/web/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  411. package/web/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  412. package/web/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  413. package/web/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  414. package/web/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  415. package/web/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  416. package/web/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  417. package/web/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  418. package/web/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  419. package/web/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  420. package/web/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  421. package/web/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  422. package/web/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  423. package/web/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  424. package/web/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  425. package/web/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  426. package/web/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  427. package/web/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  428. package/web/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  429. package/web/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  430. package/web/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  431. package/web/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  432. package/web/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  433. package/web/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  434. package/web/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  435. package/web/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  436. package/web/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  437. package/web/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  438. package/web/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  439. package/web/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  440. package/web/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  441. package/web/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  442. package/web/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  443. package/web/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  444. package/web/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
  445. package/web/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  446. package/web/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  447. package/web/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  448. package/web/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  449. package/web/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  450. package/web/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  451. package/web/node_modules/caniuse-lite/data/features/details.js +1 -1
  452. package/web/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  453. package/web/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  454. package/web/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  455. package/web/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  456. package/web/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  457. package/web/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  458. package/web/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  459. package/web/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  460. package/web/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  461. package/web/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  462. package/web/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  463. package/web/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  464. package/web/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  465. package/web/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  466. package/web/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  467. package/web/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  468. package/web/node_modules/caniuse-lite/data/features/download.js +1 -1
  469. package/web/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  470. package/web/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  471. package/web/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  472. package/web/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  473. package/web/node_modules/caniuse-lite/data/features/eme.js +1 -1
  474. package/web/node_modules/caniuse-lite/data/features/eot.js +1 -1
  475. package/web/node_modules/caniuse-lite/data/features/es5.js +1 -1
  476. package/web/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  477. package/web/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  478. package/web/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  479. package/web/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  480. package/web/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  481. package/web/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  482. package/web/node_modules/caniuse-lite/data/features/es6.js +1 -1
  483. package/web/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  484. package/web/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  485. package/web/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  486. package/web/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  487. package/web/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  488. package/web/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  489. package/web/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  490. package/web/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  491. package/web/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  492. package/web/node_modules/caniuse-lite/data/features/flac.js +1 -1
  493. package/web/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  494. package/web/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  495. package/web/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  496. package/web/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  497. package/web/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  498. package/web/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  499. package/web/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  500. package/web/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  501. package/web/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  502. package/web/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  503. package/web/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  504. package/web/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  505. package/web/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  506. package/web/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  507. package/web/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  508. package/web/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  509. package/web/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  510. package/web/node_modules/caniuse-lite/data/features/forms.js +1 -1
  511. package/web/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  512. package/web/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  513. package/web/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  514. package/web/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  515. package/web/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  516. package/web/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  517. package/web/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  518. package/web/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  519. package/web/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  520. package/web/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  521. package/web/node_modules/caniuse-lite/data/features/heif.js +1 -1
  522. package/web/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  523. package/web/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  524. package/web/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  525. package/web/node_modules/caniuse-lite/data/features/history.js +1 -1
  526. package/web/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  527. package/web/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  528. package/web/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  529. package/web/node_modules/caniuse-lite/data/features/http2.js +1 -1
  530. package/web/node_modules/caniuse-lite/data/features/http3.js +1 -1
  531. package/web/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  532. package/web/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  533. package/web/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  534. package/web/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  535. package/web/node_modules/caniuse-lite/data/features/ime.js +1 -1
  536. package/web/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  537. package/web/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  538. package/web/node_modules/caniuse-lite/data/features/imports.js +1 -1
  539. package/web/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  540. package/web/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  541. package/web/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  542. package/web/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  543. package/web/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  544. package/web/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  545. package/web/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  546. package/web/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  547. package/web/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  548. package/web/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  549. package/web/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  550. package/web/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  551. package/web/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  552. package/web/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  553. package/web/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  554. package/web/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  555. package/web/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  556. package/web/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  557. package/web/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  558. package/web/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  559. package/web/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  560. package/web/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  561. package/web/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  562. package/web/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  563. package/web/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  564. package/web/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  565. package/web/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  566. package/web/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  567. package/web/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  568. package/web/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  569. package/web/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  570. package/web/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  571. package/web/node_modules/caniuse-lite/data/features/json.js +1 -1
  572. package/web/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  573. package/web/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  574. package/web/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  575. package/web/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  576. package/web/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  577. package/web/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  578. package/web/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  579. package/web/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  580. package/web/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  581. package/web/node_modules/caniuse-lite/data/features/let.js +1 -1
  582. package/web/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  583. package/web/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  584. package/web/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  585. package/web/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  586. package/web/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  587. package/web/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  588. package/web/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  589. package/web/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  590. package/web/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  591. package/web/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
  592. package/web/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  593. package/web/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  594. package/web/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  595. package/web/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  596. package/web/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  597. package/web/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  598. package/web/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  599. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  600. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  601. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  602. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  603. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  604. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  605. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  606. package/web/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  607. package/web/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  608. package/web/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  609. package/web/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  610. package/web/node_modules/caniuse-lite/data/features/menu.js +1 -1
  611. package/web/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  612. package/web/node_modules/caniuse-lite/data/features/meter.js +1 -1
  613. package/web/node_modules/caniuse-lite/data/features/midi.js +1 -1
  614. package/web/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  615. package/web/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  616. package/web/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  617. package/web/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  618. package/web/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  619. package/web/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  620. package/web/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  621. package/web/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  622. package/web/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  623. package/web/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  624. package/web/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  625. package/web/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  626. package/web/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  627. package/web/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  628. package/web/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  629. package/web/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  630. package/web/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  631. package/web/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  632. package/web/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  633. package/web/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  634. package/web/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  635. package/web/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  636. package/web/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  637. package/web/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  638. package/web/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  639. package/web/node_modules/caniuse-lite/data/features/opus.js +1 -1
  640. package/web/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  641. package/web/node_modules/caniuse-lite/data/features/outline.js +1 -1
  642. package/web/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  643. package/web/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  644. package/web/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  645. package/web/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  646. package/web/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  647. package/web/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  648. package/web/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  649. package/web/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  650. package/web/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  651. package/web/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  652. package/web/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  653. package/web/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  654. package/web/node_modules/caniuse-lite/data/features/picture.js +1 -1
  655. package/web/node_modules/caniuse-lite/data/features/ping.js +1 -1
  656. package/web/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  657. package/web/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  658. package/web/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  659. package/web/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  660. package/web/node_modules/caniuse-lite/data/features/portals.js +1 -1
  661. package/web/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  662. package/web/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  663. package/web/node_modules/caniuse-lite/data/features/progress.js +1 -1
  664. package/web/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  665. package/web/node_modules/caniuse-lite/data/features/promises.js +1 -1
  666. package/web/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  667. package/web/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  668. package/web/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  669. package/web/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  670. package/web/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  671. package/web/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  672. package/web/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  673. package/web/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  674. package/web/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  675. package/web/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  676. package/web/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  677. package/web/node_modules/caniuse-lite/data/features/rem.js +1 -1
  678. package/web/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  679. package/web/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  680. package/web/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  681. package/web/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  682. package/web/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  683. package/web/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  684. package/web/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  685. package/web/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  686. package/web/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  687. package/web/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  688. package/web/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  689. package/web/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  690. package/web/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  691. package/web/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  692. package/web/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  693. package/web/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  694. package/web/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  695. package/web/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  696. package/web/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  697. package/web/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  698. package/web/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  699. package/web/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  700. package/web/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  701. package/web/node_modules/caniuse-lite/data/features/sni.js +1 -1
  702. package/web/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  703. package/web/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  704. package/web/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  705. package/web/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  706. package/web/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  707. package/web/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  708. package/web/node_modules/caniuse-lite/data/features/stream.js +1 -1
  709. package/web/node_modules/caniuse-lite/data/features/streams.js +1 -1
  710. package/web/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  711. package/web/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  712. package/web/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  713. package/web/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  714. package/web/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  715. package/web/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  716. package/web/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  717. package/web/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  718. package/web/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  719. package/web/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  720. package/web/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  721. package/web/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  722. package/web/node_modules/caniuse-lite/data/features/svg.js +1 -1
  723. package/web/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  724. package/web/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  725. package/web/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  726. package/web/node_modules/caniuse-lite/data/features/template.js +1 -1
  727. package/web/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  728. package/web/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  729. package/web/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  730. package/web/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  731. package/web/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  732. package/web/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  733. package/web/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  734. package/web/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  735. package/web/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  736. package/web/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  737. package/web/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  738. package/web/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  739. package/web/node_modules/caniuse-lite/data/features/touch.js +1 -1
  740. package/web/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  741. package/web/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  742. package/web/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  743. package/web/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  744. package/web/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  745. package/web/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  746. package/web/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  747. package/web/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  748. package/web/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  749. package/web/node_modules/caniuse-lite/data/features/url.js +1 -1
  750. package/web/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  751. package/web/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  752. package/web/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  753. package/web/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  754. package/web/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  755. package/web/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  756. package/web/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  757. package/web/node_modules/caniuse-lite/data/features/video.js +1 -1
  758. package/web/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  759. package/web/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  760. package/web/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  761. package/web/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  762. package/web/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  763. package/web/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  764. package/web/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  765. package/web/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  766. package/web/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  767. package/web/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  768. package/web/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  769. package/web/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  770. package/web/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  771. package/web/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  772. package/web/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  773. package/web/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  774. package/web/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  775. package/web/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  776. package/web/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  777. package/web/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  778. package/web/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  779. package/web/node_modules/caniuse-lite/data/features/wav.js +1 -1
  780. package/web/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  781. package/web/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  782. package/web/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  783. package/web/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  784. package/web/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  785. package/web/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  786. package/web/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  787. package/web/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  788. package/web/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  789. package/web/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  790. package/web/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  791. package/web/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  792. package/web/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  793. package/web/node_modules/caniuse-lite/data/features/webm.js +1 -1
  794. package/web/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  795. package/web/node_modules/caniuse-lite/data/features/webp.js +1 -1
  796. package/web/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  797. package/web/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  798. package/web/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  799. package/web/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  800. package/web/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  801. package/web/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  802. package/web/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  803. package/web/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  804. package/web/node_modules/caniuse-lite/data/features/woff.js +1 -1
  805. package/web/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  806. package/web/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  807. package/web/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  808. package/web/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  809. package/web/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  810. package/web/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  811. package/web/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  812. package/web/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  813. package/web/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  814. package/web/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  815. package/web/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  816. package/web/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  817. package/web/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  818. package/web/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  819. package/web/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  820. package/web/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  821. package/web/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  822. package/web/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  823. package/web/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  824. package/web/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  825. package/web/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  826. package/web/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  827. package/web/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  828. package/web/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  829. package/web/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  830. package/web/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  831. package/web/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  832. package/web/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  833. package/web/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  834. package/web/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  835. package/web/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  836. package/web/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  837. package/web/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  838. package/web/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  839. package/web/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  840. package/web/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  841. package/web/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  842. package/web/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  843. package/web/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  844. package/web/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  845. package/web/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  846. package/web/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  847. package/web/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  848. package/web/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  849. package/web/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  850. package/web/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  851. package/web/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  852. package/web/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  853. package/web/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  854. package/web/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  855. package/web/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  856. package/web/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  857. package/web/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  858. package/web/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  859. package/web/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  860. package/web/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  861. package/web/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  862. package/web/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  863. package/web/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  864. package/web/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  865. package/web/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  866. package/web/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  867. package/web/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  868. package/web/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  869. package/web/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  870. package/web/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  871. package/web/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  872. package/web/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  873. package/web/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  874. package/web/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  875. package/web/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  876. package/web/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  877. package/web/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  878. package/web/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  879. package/web/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  880. package/web/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  881. package/web/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  882. package/web/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  883. package/web/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  884. package/web/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  885. package/web/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  886. package/web/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  887. package/web/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  888. package/web/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  889. package/web/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  890. package/web/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  891. package/web/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  892. package/web/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  893. package/web/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  894. package/web/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  895. package/web/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  896. package/web/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  897. package/web/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  898. package/web/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  899. package/web/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  900. package/web/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  901. package/web/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  902. package/web/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  903. package/web/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  904. package/web/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  905. package/web/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  906. package/web/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  907. package/web/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  908. package/web/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  909. package/web/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  910. package/web/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  911. package/web/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  912. package/web/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  913. package/web/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  914. package/web/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  915. package/web/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  916. package/web/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  917. package/web/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  918. package/web/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  919. package/web/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  920. package/web/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  921. package/web/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  922. package/web/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  923. package/web/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  924. package/web/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  925. package/web/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  926. package/web/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  927. package/web/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  928. package/web/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  929. package/web/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  930. package/web/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  931. package/web/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  932. package/web/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  933. package/web/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  934. package/web/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  935. package/web/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  936. package/web/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  937. package/web/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  938. package/web/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  939. package/web/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  940. package/web/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  941. package/web/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  942. package/web/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  943. package/web/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  944. package/web/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  945. package/web/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  946. package/web/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  947. package/web/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  948. package/web/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  949. package/web/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  950. package/web/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  951. package/web/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  952. package/web/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  953. package/web/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  954. package/web/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  955. package/web/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  956. package/web/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  957. package/web/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  958. package/web/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  959. package/web/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  960. package/web/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  961. package/web/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  962. package/web/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  963. package/web/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  964. package/web/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  965. package/web/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  966. package/web/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  967. package/web/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  968. package/web/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  969. package/web/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  970. package/web/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  971. package/web/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  972. package/web/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  973. package/web/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  974. package/web/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  975. package/web/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  976. package/web/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  977. package/web/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  978. package/web/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  979. package/web/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  980. package/web/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  981. package/web/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  982. package/web/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  983. package/web/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  984. package/web/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  985. package/web/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  986. package/web/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  987. package/web/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  988. package/web/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  989. package/web/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  990. package/web/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  991. package/web/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  992. package/web/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  993. package/web/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  994. package/web/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  995. package/web/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  996. package/web/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  997. package/web/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  998. package/web/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  999. package/web/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  1000. package/web/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  1001. package/web/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  1002. package/web/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  1003. package/web/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  1004. package/web/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  1005. package/web/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  1006. package/web/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  1007. package/web/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  1008. package/web/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  1009. package/web/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  1010. package/web/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  1011. package/web/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  1012. package/web/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  1013. package/web/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  1014. package/web/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  1015. package/web/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  1016. package/web/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  1017. package/web/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  1018. package/web/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  1019. package/web/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  1020. package/web/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  1021. package/web/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  1022. package/web/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  1023. package/web/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  1024. package/web/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  1025. package/web/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  1026. package/web/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  1027. package/web/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  1028. package/web/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  1029. package/web/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  1030. package/web/node_modules/caniuse-lite/data/regions/US.js +1 -1
  1031. package/web/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  1032. package/web/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  1033. package/web/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  1034. package/web/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  1035. package/web/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  1036. package/web/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  1037. package/web/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  1038. package/web/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  1039. package/web/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  1040. package/web/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  1041. package/web/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  1042. package/web/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  1043. package/web/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  1044. package/web/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  1045. package/web/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  1046. package/web/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  1047. package/web/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  1048. package/web/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  1049. package/web/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  1050. package/web/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  1051. package/web/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  1052. package/web/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  1053. package/web/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  1054. package/web/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1055. package/web/node_modules/caniuse-lite/data/versionGroups.js +1 -1
  1056. package/web/node_modules/caniuse-lite/package.json +1 -1
  1057. package/web/package-lock.json +45 -45
  1058. package/web/server.js +1 -1
  1059. package/web/.next/server/chunks/7974.js +0 -1
  1060. package/web/.next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js +0 -1
  1061. package/web/.next/static/chunks/5124-19d3cb5b8c373b6d.js +0 -1
  1062. package/web/.next/static/chunks/app/api/github-status/route-596ce1d0c049f589.js +0 -1
  1063. package/web/.next/static/chunks/app/api/gitlab-status/route-596ce1d0c049f589.js +0 -1
  1064. package/web/.next/static/chunks/app/api/models/route-596ce1d0c049f589.js +0 -1
  1065. package/web/.next/static/chunks/app/api/pr-status/merge/route-596ce1d0c049f589.js +0 -1
  1066. package/web/.next/static/chunks/app/api/pr-status/route-596ce1d0c049f589.js +0 -1
  1067. package/web/.next/static/chunks/app/api/preflight/route-596ce1d0c049f589.js +0 -1
  1068. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-596ce1d0c049f589.js +0 -1
  1069. package/web/.next/static/chunks/app/api/projects/[id]/route-596ce1d0c049f589.js +0 -1
  1070. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1071. package/web/.next/static/chunks/app/api/projects/route-596ce1d0c049f589.js +0 -1
  1072. package/web/.next/static/chunks/app/api/runtime/info/route-596ce1d0c049f589.js +0 -1
  1073. package/web/.next/static/chunks/app/api/runtime/resources/route-596ce1d0c049f589.js +0 -1
  1074. package/web/.next/static/chunks/app/api/runtime/terminal/route-596ce1d0c049f589.js +0 -1
  1075. package/web/.next/static/chunks/app/api/runtime/versions/route-596ce1d0c049f589.js +0 -1
  1076. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-596ce1d0c049f589.js +0 -1
  1077. package/web/.next/static/chunks/app/api/runtime/voice/route-596ce1d0c049f589.js +0 -1
  1078. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-596ce1d0c049f589.js +0 -1
  1079. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-596ce1d0c049f589.js +0 -1
  1080. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-596ce1d0c049f589.js +0 -1
  1081. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-596ce1d0c049f589.js +0 -1
  1082. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-596ce1d0c049f589.js +0 -1
  1083. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-596ce1d0c049f589.js +0 -1
  1084. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-596ce1d0c049f589.js +0 -1
  1085. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-596ce1d0c049f589.js +0 -1
  1086. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-596ce1d0c049f589.js +0 -1
  1087. package/web/.next/static/chunks/app/api/sessions/[id]/route-596ce1d0c049f589.js +0 -1
  1088. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-596ce1d0c049f589.js +0 -1
  1089. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-596ce1d0c049f589.js +0 -1
  1090. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-596ce1d0c049f589.js +0 -1
  1091. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1092. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-596ce1d0c049f589.js +0 -1
  1093. package/web/.next/static/chunks/app/api/sessions/route-596ce1d0c049f589.js +0 -1
  1094. package/web/.next/static/chunks/app/api/shepherd/spawn/route-596ce1d0c049f589.js +0 -1
  1095. package/web/.next/static/chunks/app/api/spawn/route-596ce1d0c049f589.js +0 -1
  1096. package/web/.next/static/chunks/app/apple-icon/route-596ce1d0c049f589.js +0 -1
  1097. package/web/.next/static/chunks/app/icon/route-596ce1d0c049f589.js +0 -1
  1098. package/web/.next/static/chunks/app/icon-192/route-596ce1d0c049f589.js +0 -1
  1099. package/web/.next/static/chunks/app/icon-512/route-596ce1d0c049f589.js +0 -1
  1100. package/web/.next/static/chunks/app/layout-77450a833d54e15c.js +0 -1
  1101. package/web/.next/static/chunks/app/manifest.webmanifest/route-596ce1d0c049f589.js +0 -1
  1102. package/web/.next/static/chunks/app/page-fd332d4acc6d8ff0.js +0 -1
  1103. package/web/.next/static/chunks/app/sessions/[id]/page-508070021783e022.js +0 -1
  1104. package/web/.next/static/css/a21fffd2e823d08d.css +0 -3
  1105. /package/web/.next/static/{1N29vAB1vCj1iGIUfy4to → j6j0a_rHfbTSVFFhtL-Dd}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- module.exports={C:{"72":0.02786,"115":0.03343,"121":0.00557,"125":0.00557,"127":0.00557,"140":0.01671,"143":0.00557,"147":0.00557,"148":0.00557,"149":0.05014,"150":0.65738,"151":0.26741,"152":0.00557,_:"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 112 113 114 116 117 118 119 120 122 123 124 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 144 145 146 153 154 3.5 3.6"},D:{"39":0.12256,"40":0.13928,"41":0.13928,"42":0.12813,"43":0.12813,"44":0.13928,"45":0.12813,"46":0.1337,"47":0.1337,"48":0.1337,"49":0.12813,"50":0.12813,"51":0.13928,"52":0.1337,"53":0.1337,"54":0.13928,"55":0.12813,"56":0.13928,"57":0.13928,"58":0.1337,"59":0.1337,"60":0.13928,"68":0.00557,"70":0.01114,"71":0.00557,"73":0.01671,"74":0.00557,"79":0.00557,"80":0.00557,"86":0.00557,"87":0.00557,"88":0.00557,"91":0.01114,"99":0.01114,"103":0.44011,"104":0.4234,"105":0.41783,"106":0.41783,"107":0.4234,"108":0.4234,"109":1.10863,"110":0.4234,"111":0.44011,"112":1.96656,"114":0.01671,"116":0.9025,"117":0.51253,"118":4.89691,"119":0.00557,"120":0.42897,"121":0.00557,"122":0.02228,"123":0.01114,"124":0.46796,"125":0.85793,"126":0.15599,"127":0.01114,"128":0.07799,"129":0.00557,"130":0.01671,"131":0.92479,"132":0.02228,"133":0.85793,"134":0.02786,"135":0.01114,"136":0.01671,"137":0.01671,"138":0.18941,"139":0.04457,"140":0.03343,"141":0.05014,"142":0.06128,"143":0.10028,"144":0.06128,"145":1.04735,"146":0.46796,"147":6.78548,"148":10.52919,"149":0.03343,"150":0.00557,_:"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 69 72 75 76 77 78 81 83 84 85 89 90 92 93 94 95 96 97 98 100 101 102 113 115 151 152"},F:{"79":0.00557,"95":0.01114,"98":0.01114,"117":0.00557,"125":0.00557,"127":0.00557,"131":1.27019,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 120 121 122 123 124 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.01114,"18":0.04457,"89":0.00557,"90":0.00557,"92":0.039,"100":0.00557,"109":0.09471,"114":0.00557,"122":0.01114,"123":0.00557,"128":0.00557,"129":0.00557,"130":0.00557,"131":0.00557,"132":0.00557,"133":0.00557,"134":0.01114,"135":0.00557,"136":0.00557,"137":0.00557,"138":0.00557,"139":0.01114,"140":0.03343,"141":0.01114,"142":0.01671,"143":0.02786,"144":0.05014,"145":0.06685,"146":0.08357,"147":1.84957,"148":3.65458,_:"12 13 14 15 17 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 124 125 126 127 149"},E:{"14":0.00557,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.4 15.5 16.0 16.1 16.4 17.0 TP","12.1":0.00557,"13.1":0.00557,"14.1":0.01114,"15.2-15.3":0.00557,"15.6":0.02786,"16.2":0.00557,"16.3":0.00557,"16.5":0.00557,"16.6":0.02786,"17.1":0.13928,"17.2":0.00557,"17.3":0.00557,"17.4":0.01671,"17.5":0.03343,"17.6":0.05014,"18.0":0.00557,"18.1":0.00557,"18.2":0.00557,"18.3":0.07799,"18.4":0.02786,"18.5-18.7":0.039,"26.0":0.01671,"26.1":0.04457,"26.2":0.12813,"26.3":0.19499,"26.4":0.16713,"26.5":0.14485},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00107,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00214,"8.1-8.4":0,"9.0-9.2":0.00107,"9.3":0,"10.0-10.2":0,"10.3":0.00965,"11.0-11.2":0.25402,"11.3-11.4":0.00322,"12.0-12.1":0,"12.2-12.5":0.03644,"13.0-13.1":0,"13.2":0.01179,"13.3":0,"13.4-13.7":0.00214,"14.0-14.4":0.00857,"14.5-14.8":0.01393,"15.0-15.1":0.01072,"15.2-15.3":0.00643,"15.4":0.00857,"15.5":0.00965,"15.6-15.8":0.18114,"16.0":0.01929,"16.1":0.03001,"16.2":0.01608,"16.3":0.03537,"16.4":0.0075,"16.5":0.01286,"16.6-16.7":0.24116,"17.0":0.01072,"17.1":0.01822,"17.2":0.01608,"17.3":0.03108,"17.4":0.0493,"17.5":0.06645,"17.6-17.7":0.17471,"18.0":0.03537,"18.1":0.06967,"18.2":0.03751,"18.3":0.11147,"18.4":0.05145,"18.5-18.7":1.77493,"26.0":0.11361,"26.1":0.14148,"26.2":0.54448,"26.3":1.7192,"26.4":3.54557,"26.5":1.26475},P:{"21":0.00652,"26":0.01303,"27":0.01303,"28":0.03258,"29":0.72985,"30":0.22156,_:"4 20 22 23 24 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00652},I:{"0":0.00885,"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.23474,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.18159},Q:{"14.9":0.02657},O:{"0":0.08415},H:{all:0},L:{"0":36.15014}};
1
+ module.exports={C:{"112":0.00552,"115":0.03309,"120":0.11582,"121":0.24266,"127":0.00552,"140":0.03309,"146":0.00552,"147":0.00552,"149":0.00552,"150":0.01655,"151":0.55702,"152":0.27024,"153":0.00552,_:"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 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 148 154 155 3.5 3.6"},D:{"39":0.13788,"40":0.13236,"41":0.13236,"42":0.09376,"43":0.09927,"44":0.08824,"45":0.1103,"46":0.09376,"47":0.08824,"48":0.09376,"49":0.08273,"50":0.10479,"51":0.07721,"52":0.08273,"53":0.09927,"54":0.07721,"55":0.10479,"56":0.09927,"57":0.10479,"58":0.11582,"59":0.12133,"60":0.09927,"66":0.00552,"69":0.01103,"70":0.00552,"71":0.00552,"73":0.01103,"74":0.00552,"76":0.00552,"77":0.00552,"78":0.00552,"80":0.01103,"81":0.00552,"87":0.00552,"88":0.00552,"100":0.00552,"103":0.45775,"104":0.47429,"105":0.4412,"106":0.42466,"107":0.44672,"108":0.4412,"109":1.03682,"110":0.46878,"111":0.43569,"112":0.41914,"114":0.01103,"116":0.90446,"117":0.43017,"118":6.75588,"119":0.24266,"120":0.72247,"121":0.03861,"122":0.01655,"123":0.00552,"124":0.5129,"125":0.35296,"126":0.03861,"127":0.01103,"128":0.0717,"129":0.00552,"130":0.01655,"131":0.97064,"132":0.06067,"133":0.93755,"134":0.03861,"135":0.00552,"136":0.01103,"137":0.1103,"138":0.13236,"139":0.01655,"140":0.03861,"141":0.03309,"142":0.14339,"143":0.13236,"144":0.13788,"145":0.66732,"146":0.20957,"147":0.30884,"148":5.44331,"149":9.99318,"150":0.03309,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 72 75 79 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 101 102 113 115 151 152 153"},F:{"95":0.00552,"98":0.00552,"99":0.01103,"120":0.00552,"127":0.02758,"131":1.103,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00552,"16":0.00552,"18":0.02206,"92":0.01655,"100":0.01103,"109":0.12685,"114":0.00552,"116":0.00552,"119":0.12685,"120":0.12133,"122":0.01103,"129":0.00552,"130":0.00552,"131":0.00552,"134":0.01103,"135":0.00552,"136":0.00552,"138":0.01655,"139":0.00552,"140":0.00552,"141":0.01103,"142":0.01655,"143":0.03309,"144":0.02206,"145":0.03861,"146":0.03861,"147":0.0717,"148":1.38427,"149":4.25758,"150":0.00552,_:"12 13 15 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 117 118 121 123 124 125 126 127 128 132 133 137"},E:{"14":0.00552,"27":0.00552,_:"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 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.3 16.4 17.0 17.2 18.0 TP","12.1":0.00552,"14.1":0.01103,"15.6":0.02206,"16.2":0.00552,"16.5":0.00552,"16.6":0.03309,"17.1":0.09927,"17.3":0.00552,"17.4":0.00552,"17.5":0.03861,"17.6":0.03861,"18.1":0.01655,"18.2":0.00552,"18.3":0.04412,"18.4":0.01655,"18.5-18.7":0.02758,"26.0":0.01655,"26.1":0.01655,"26.2":0.04964,"26.3":0.08824,"26.4":0.07721,"26.5":0.61217},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00152,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00456,"8.1-8.4":0,"9.0-9.2":0.00152,"9.3":0,"10.0-10.2":0,"10.3":0.01672,"11.0-11.2":0.50326,"11.3-11.4":0.00304,"12.0-12.1":0,"12.2-12.5":0.05169,"13.0-13.1":0,"13.2":0.01672,"13.3":0,"13.4-13.7":0.00304,"14.0-14.4":0.01064,"14.5-14.8":0.01672,"15.0-15.1":0.0152,"15.2-15.3":0.00912,"15.4":0.01064,"15.5":0.01368,"15.6-15.8":0.26607,"16.0":0.02433,"16.1":0.03953,"16.2":0.02129,"16.3":0.04561,"16.4":0.01064,"16.5":0.01672,"16.6-16.7":0.34665,"17.0":0.0152,"17.1":0.02281,"17.2":0.02129,"17.3":0.03193,"17.4":0.04865,"17.5":0.08666,"17.6-17.7":0.2235,"18.0":0.05017,"18.1":0.09579,"18.2":0.05169,"18.3":0.15812,"18.4":0.07146,"18.5-18.7":2.28518,"26.0":0.15052,"26.1":0.1566,"26.2":0.47285,"26.3":0.64618,"26.4":0.74044,"26.5":8.39725},P:{"24":0.00599,"25":0.00599,"26":0.01198,"27":0.00599,"28":0.04193,"29":0.23962,"30":1.35983,_:"4 20 21 22 23 6.2-6.4 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01797,"7.2-7.4":0.00599,"8.2":0.01198,"9.2":0.00599},I:{"0":0.01344,"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.21977,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00552,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.24668},H:{all:0},L:{"0":31.82144},R:{_:"0"},M:{"0":0.13455},Q:{"14.9":0.09867}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.02446,"115":0.05299,"128":0.29755,"131":0.00408,"133":0.00815,"140":0.25271,"143":0.00408,"147":0.00408,"148":0.00408,"149":0.04891,"150":0.8152,"151":0.2894,_:"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 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 132 134 135 136 137 138 139 141 142 144 145 146 152 153 154 3.5 3.6"},D:{"39":0.00815,"40":0.00815,"41":0.00815,"42":0.00815,"43":0.00815,"44":0.00815,"45":0.00815,"46":0.00815,"47":0.00815,"48":0.00815,"49":0.01223,"50":0.00815,"51":0.01223,"52":0.00815,"53":0.00815,"54":0.00815,"55":0.00815,"56":0.01223,"57":0.00408,"58":0.01223,"59":0.00815,"60":0.00815,"61":0.00815,"71":0.00408,"72":0.0163,"78":0.00408,"79":0.04891,"80":0.00408,"83":0.00815,"86":0.00408,"87":0.00408,"89":0.00408,"94":0.02446,"98":0.00408,"99":0.00815,"101":0.02038,"103":0.03261,"104":0.00815,"105":0.00815,"106":0.00815,"107":0.01223,"108":0.0163,"109":0.49727,"110":0.00408,"111":0.02446,"112":0.14674,"113":0.00408,"114":0.19157,"115":0.04076,"116":0.09375,"117":0.01223,"118":0.33016,"119":0.00815,"120":0.04076,"121":0.02446,"122":0.06522,"123":0.00408,"124":0.02446,"125":0.02446,"126":0.04891,"127":0.05706,"128":0.09375,"129":0.00815,"130":0.05706,"131":0.03261,"132":0.00815,"133":0.04076,"134":0.03261,"135":0.13858,"136":0.03261,"137":0.04891,"138":0.14266,"139":0.03261,"140":0.06929,"141":0.09375,"142":0.08967,"143":0.23233,"144":0.33831,"145":0.40352,"146":0.43206,"147":5.84906,"148":9.00388,"149":0.08967,"150":0.02038,_:"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 65 66 67 68 69 70 73 74 75 76 77 81 84 85 88 90 91 92 93 95 96 97 100 102 151 152"},F:{"47":0.00815,"95":0.02446,"96":0.05299,"97":0.00408,"98":0.01223,"114":0.00408,"131":0.18342,_:"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 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 99 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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01223,"107":0.00408,"109":0.04484,"113":0.00815,"120":0.00815,"121":0.00408,"124":0.00815,"125":0.00408,"126":0.00408,"127":0.00408,"131":0.0163,"132":0.00815,"133":0.0163,"134":0.00408,"135":0.00408,"138":0.01223,"139":0.00408,"140":0.00408,"141":0.02038,"142":0.02038,"143":0.0163,"144":0.00815,"145":0.05299,"146":0.15489,"147":1.89942,"148":2.91842,"149":0.00408,_:"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 108 110 111 112 114 115 116 117 118 119 122 123 128 129 130 136 137"},E:{"14":0.00815,_:"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 16.2 17.0 TP","13.1":0.00408,"14.1":0.07337,"15.2-15.3":0.00815,"15.4":0.00408,"15.5":0.00408,"15.6":0.03668,"16.0":0.00408,"16.1":0.00408,"16.3":0.01223,"16.4":0.0163,"16.5":0.0163,"16.6":0.08967,"17.1":0.16304,"17.2":0.00408,"17.3":0.00815,"17.4":0.03668,"17.5":0.06114,"17.6":0.09782,"18.0":0.01223,"18.1":0.02038,"18.2":0.01223,"18.3":0.02853,"18.4":0.01223,"18.5-18.7":0.07337,"26.0":0.0163,"26.1":0.09782,"26.2":0.16712,"26.3":0.5095,"26.4":1.34916,"26.5":0.6277},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00241,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00483,"8.1-8.4":0,"9.0-9.2":0.00241,"9.3":0,"10.0-10.2":0,"10.3":0.02172,"11.0-11.2":0.57184,"11.3-11.4":0.00724,"12.0-12.1":0,"12.2-12.5":0.08204,"13.0-13.1":0,"13.2":0.02654,"13.3":0,"13.4-13.7":0.00483,"14.0-14.4":0.0193,"14.5-14.8":0.03137,"15.0-15.1":0.02413,"15.2-15.3":0.01448,"15.4":0.0193,"15.5":0.02172,"15.6-15.8":0.40777,"16.0":0.04343,"16.1":0.06756,"16.2":0.03619,"16.3":0.07962,"16.4":0.01689,"16.5":0.02895,"16.6-16.7":0.54289,"17.0":0.02413,"17.1":0.04102,"17.2":0.03619,"17.3":0.06997,"17.4":0.11099,"17.5":0.1496,"17.6-17.7":0.39329,"18.0":0.07962,"18.1":0.15683,"18.2":0.08445,"18.3":0.25094,"18.4":0.11582,"18.5-18.7":3.99567,"26.0":0.25576,"26.1":0.3185,"26.2":1.22573,"26.3":3.8702,"26.4":7.98169,"26.5":2.84716},P:{"4":0.02163,"21":0.01442,"23":0.00721,"24":0.01442,"25":0.00721,"26":0.01442,"27":0.00721,"28":0.02163,"29":1.70863,"30":0.38931,_:"20 22 5.0-5.4 6.2-6.4 7.2-7.4 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","8.2":0.00721,"13.0":0.0793},I:{"0":0.02367,"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.11256,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.46466,_:"6 7 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":1.22627},Q:{"14.9":0.05924},O:{"0":0.82936},H:{all:0},L:{"0":37.36473}};
1
+ module.exports={C:{"115":0.07058,"120":0.01323,"121":0.02647,"128":0.18967,"131":0.00882,"140":0.24261,"143":0.01323,"150":0.00882,"151":0.48521,"152":0.40581,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 132 133 134 135 136 137 138 139 141 142 144 145 146 147 148 149 153 154 155 3.5 3.6"},D:{"39":0.00882,"40":0.01323,"41":0.00441,"42":0.00441,"43":0.00882,"44":0.01323,"45":0.00441,"46":0.00441,"47":0.01323,"48":0.00441,"49":0.00882,"50":0.00441,"51":0.01323,"52":0.00441,"53":0.00882,"54":0.00441,"55":0.01323,"56":0.01764,"57":0.01323,"58":0.00441,"59":0.00441,"60":0.00441,"61":0.00441,"72":0.01323,"79":0.04852,"80":0.00882,"83":0.00882,"87":0.01323,"89":0.00441,"94":0.00441,"97":0.01323,"98":0.00441,"99":0.01323,"101":0.00441,"103":0.02647,"104":0.00441,"105":0.00441,"106":0.00441,"107":0.06175,"108":0.01323,"109":0.48521,"110":0.00441,"111":0.00441,"112":0.00441,"113":0.00441,"114":0.02206,"115":0.03088,"116":0.69253,"117":0.00441,"118":0.26907,"119":0.03529,"120":0.08822,"121":0.03088,"122":0.02647,"123":0.01323,"124":0.05293,"125":0.05734,"126":0.13674,"127":0.04411,"128":0.05734,"129":0.00441,"130":0.01323,"131":0.0397,"132":0.07499,"133":0.02206,"134":0.02206,"135":0.04852,"136":0.14997,"137":0.03088,"138":0.18085,"139":0.02647,"140":0.04411,"141":0.89543,"142":0.18085,"143":0.58225,"144":0.95278,"145":0.44551,"146":2.29813,"147":0.64842,"148":5.53139,"149":8.90581,"150":0.11469,"151":0.13233,_:"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 65 66 67 68 69 70 71 73 74 75 76 77 78 81 84 85 86 88 90 91 92 93 95 96 100 102 152 153"},F:{"95":0.02206,"96":0.55579,"99":0.00441,"131":0.14115,_:"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 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00441,"109":0.05293,"119":0.01323,"120":0.02206,"122":0.00882,"125":0.00882,"131":0.00882,"132":0.00441,"133":0.00441,"134":0.00441,"137":0.00441,"138":0.00441,"140":0.01323,"141":0.01323,"142":0.0397,"143":0.01323,"144":0.02206,"145":0.01323,"146":0.03529,"147":0.11028,"148":1.18656,"149":3.13181,_:"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 126 127 128 129 130 135 136 139 150"},E:{"14":0.00441,"27":0.00882,_:"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 15.1 15.2-15.3 15.4 16.0 16.2 17.0 TP","14.1":0.05293,"15.5":0.00441,"15.6":0.03529,"16.1":0.00441,"16.3":0.00441,"16.4":0.00441,"16.5":0.01764,"16.6":0.23378,"17.1":0.14997,"17.2":0.00441,"17.3":0.00441,"17.4":0.01764,"17.5":0.02647,"17.6":0.05734,"18.0":0.00882,"18.1":0.01323,"18.2":0.00882,"18.3":0.05293,"18.4":0.01323,"18.5-18.7":0.04411,"26.0":0.00882,"26.1":0.10145,"26.2":0.06617,"26.3":0.13674,"26.4":0.11028,"26.5":2.42164},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00229,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00688,"8.1-8.4":0,"9.0-9.2":0.00229,"9.3":0,"10.0-10.2":0,"10.3":0.02522,"11.0-11.2":0.75904,"11.3-11.4":0.00459,"12.0-12.1":0,"12.2-12.5":0.07797,"13.0-13.1":0,"13.2":0.02522,"13.3":0,"13.4-13.7":0.00459,"14.0-14.4":0.01605,"14.5-14.8":0.02522,"15.0-15.1":0.02293,"15.2-15.3":0.01376,"15.4":0.01605,"15.5":0.02064,"15.6-15.8":0.4013,"16.0":0.03669,"16.1":0.05962,"16.2":0.0321,"16.3":0.0688,"16.4":0.01605,"16.5":0.02522,"16.6-16.7":0.52284,"17.0":0.02293,"17.1":0.0344,"17.2":0.0321,"17.3":0.04816,"17.4":0.07338,"17.5":0.13071,"17.6-17.7":0.3371,"18.0":0.07567,"18.1":0.14447,"18.2":0.07797,"18.3":0.23849,"18.4":0.10778,"18.5-18.7":3.44663,"26.0":0.22702,"26.1":0.2362,"26.2":0.71317,"26.3":0.9746,"26.4":1.11677,"26.5":12.66516},P:{"4":0.02405,"23":0.01604,"24":0.00802,"26":0.01604,"28":0.03207,"29":0.12829,"30":1.82812,_:"20 21 22 25 27 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00802,"8.2":0.00802,"13.0":0.01604},I:{"0":0.02233,"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.11737,_:"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.89424},H:{all:0},L:{"0":36.12307},R:{_:"0"},M:{"0":1.12339},Q:{"14.9":0.08942}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.12428,"145":0.01308,"150":0.56907,"151":0.57561,_:"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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 146 147 148 149 152 153 154 3.5 3.6"},D:{"39":0.01962,"40":0.01308,"41":0.05233,"42":0.01962,"46":0.03271,"47":0.01962,"48":0.01962,"50":0.01962,"51":0.01308,"52":0.03925,"53":0.01308,"54":0.01308,"56":0.01308,"90":0.01308,"103":0.01308,"106":0.01308,"109":0.1112,"112":0.17661,"116":0.01308,"118":0.41208,"124":0.51674,"125":0.01308,"126":0.01962,"128":0.05887,"131":0.03925,"132":0.01962,"133":0.01308,"134":0.01308,"138":0.05233,"140":0.07195,"141":0.01308,"142":0.01962,"143":0.03271,"144":0.10466,"145":0.17661,"146":0.66064,"147":8.65374,"148":21.50027,_:"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 43 44 45 49 55 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 83 84 85 86 87 88 89 91 92 93 94 95 96 97 98 99 100 101 102 104 105 107 108 110 111 113 114 115 117 119 120 121 122 123 127 129 130 135 136 137 139 149 150 151 152"},F:{"95":0.03271,"98":0.01308,"131":3.8134,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"115":0.01308,"138":0.01308,"146":0.08503,"147":4.04888,"148":13.10162,_:"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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139 140 141 142 143 144 145 149"},E:{"15":0.01308,_:"4 5 6 7 8 9 10 11 12 13 14 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.4 16.5 17.0 17.1 17.2 17.4 17.5 18.0 18.1 18.2 18.3 18.4 26.0 26.1 26.2 TP","15.6":0.01308,"16.3":0.03271,"16.6":0.17661,"17.3":0.01308,"17.6":0.05233,"18.5-18.7":0.1439,"26.3":0.40554,"26.4":0.16353,"26.5":0.05233},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0007,"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.0007,"9.3":0,"10.0-10.2":0,"10.3":0.00629,"11.0-11.2":0.16551,"11.3-11.4":0.0021,"12.0-12.1":0,"12.2-12.5":0.02374,"13.0-13.1":0,"13.2":0.00768,"13.3":0,"13.4-13.7":0.0014,"14.0-14.4":0.00559,"14.5-14.8":0.00908,"15.0-15.1":0.00698,"15.2-15.3":0.00419,"15.4":0.00559,"15.5":0.00629,"15.6-15.8":0.11802,"16.0":0.01257,"16.1":0.01955,"16.2":0.01048,"16.3":0.02305,"16.4":0.00489,"16.5":0.00838,"16.6-16.7":0.15713,"17.0":0.00698,"17.1":0.01187,"17.2":0.01048,"17.3":0.02025,"17.4":0.03213,"17.5":0.0433,"17.6-17.7":0.11383,"18.0":0.02305,"18.1":0.04539,"18.2":0.02444,"18.3":0.07263,"18.4":0.03352,"18.5-18.7":1.1565,"26.0":0.07403,"26.1":0.09219,"26.2":0.35477,"26.3":1.12019,"26.4":2.31021,"26.5":0.82408},P:{"27":0.01029,"28":0.11317,"29":7.38667,"30":4.06369,_:"4 20 21 22 23 24 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01037,"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.51885,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.72639},Q:{_:"14.9"},O:{"0":0.02075},H:{all:0},L:{"0":19.46211}};
1
+ module.exports={C:{"102":0.05096,"103":0.56693,"115":0.12103,"120":0.00637,"121":0.00637,"128":0.00637,"135":0.00637,"136":0.01911,"140":0.00637,"143":0.00637,"151":0.87906,"152":0.65611,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 134 137 138 139 141 142 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"39":0.02548,"40":0.01911,"43":0.00637,"44":0.02548,"45":0.00637,"46":0.01911,"47":0.01911,"53":0.01911,"56":0.00637,"59":0.00637,"60":0.02548,"90":0.14014,"103":0.07644,"104":0.99372,"106":0.00637,"109":0.05733,"112":0.33761,"116":0.00637,"118":0.22932,"119":0.03185,"120":0.08918,"122":0.10829,"124":0.1911,"125":0.00637,"126":0.01911,"132":0.03185,"133":0.00637,"134":0.00637,"138":0.19747,"140":0.09555,"141":0.05096,"143":0.01911,"145":0.12103,"146":0.42679,"147":0.35035,"148":11.07106,"149":17.24359,"150":0.08281,"151":0.01911,_:"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 41 42 48 49 50 51 52 54 55 57 58 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 91 92 93 94 95 96 97 98 99 100 101 102 105 107 108 110 111 113 114 115 117 121 123 127 128 129 130 131 135 136 137 139 142 144 152 153"},F:{"99":0.1911,"131":1.87915,_:"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:{"92":0.00637,"109":0.01911,"119":0.01911,"120":0.03822,"147":0.00637,"148":2.91109,"149":8.51032,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 150"},E:{"14":0.00637,_:"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 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.5 17.0 17.1 17.2 17.4 17.6 18.0 18.1 18.2 18.4 26.0 26.1 TP","15.6":0.01911,"16.1":0.00637,"16.4":0.01911,"16.6":0.09555,"17.3":0.00637,"17.5":0.17199,"18.3":0.05096,"18.5-18.7":0.00637,"26.2":0.48412,"26.3":0.05733,"26.4":0.08918,"26.5":0.63063},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00064,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00191,"8.1-8.4":0,"9.0-9.2":0.00064,"9.3":0,"10.0-10.2":0,"10.3":0.00699,"11.0-11.2":0.21039,"11.3-11.4":0.00127,"12.0-12.1":0,"12.2-12.5":0.02161,"13.0-13.1":0,"13.2":0.00699,"13.3":0,"13.4-13.7":0.00127,"14.0-14.4":0.00445,"14.5-14.8":0.00699,"15.0-15.1":0.00636,"15.2-15.3":0.00381,"15.4":0.00445,"15.5":0.00572,"15.6-15.8":0.11123,"16.0":0.01017,"16.1":0.01653,"16.2":0.0089,"16.3":0.01907,"16.4":0.00445,"16.5":0.00699,"16.6-16.7":0.14492,"17.0":0.00636,"17.1":0.00953,"17.2":0.0089,"17.3":0.01335,"17.4":0.02034,"17.5":0.03623,"17.6-17.7":0.09344,"18.0":0.02098,"18.1":0.04004,"18.2":0.02161,"18.3":0.0661,"18.4":0.02987,"18.5-18.7":0.95533,"26.0":0.06293,"26.1":0.06547,"26.2":0.19768,"26.3":0.27014,"26.4":0.30954,"26.5":3.51049},P:{"22":0.00948,"28":0.00948,"29":0.19917,"30":12.3104,_:"4 20 21 23 24 25 26 27 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.00948},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,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{_:"0"},H:{all:0},L:{"0":21.15955},R:{_:"0"},M:{"0":0.52998},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"53":0.00463,"88":0.00463,"115":0.07414,"120":0.00927,"121":0.01854,"128":0.00463,"130":0.00463,"132":0.00463,"136":0.00463,"138":0.00463,"140":0.0278,"141":0.00463,"143":0.00463,"146":0.00463,"147":0.0139,"148":0.00463,"149":0.01854,"150":1.37166,"151":0.56998,_:"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 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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 131 133 134 135 137 139 142 144 145 152 153 154 3.5 3.6"},D:{"39":0.04634,"40":0.03707,"41":0.04634,"42":0.03707,"43":0.04634,"44":0.04171,"45":0.04171,"46":0.04171,"47":0.03244,"48":0.04171,"49":0.03244,"50":0.0278,"51":0.04171,"52":0.0278,"53":0.03707,"54":0.04171,"55":0.0278,"56":0.03707,"57":0.04634,"58":0.03707,"59":0.05097,"60":0.04171,"65":0.00463,"70":0.00463,"72":0.00463,"75":0.00463,"78":0.00463,"79":0.00463,"91":0.00463,"102":0.00927,"103":0.19463,"104":0.19926,"105":0.20853,"106":0.17609,"107":0.18999,"108":0.24097,"109":0.53291,"110":0.18536,"111":0.30584,"112":0.72754,"114":0.0139,"116":0.4912,"117":0.19926,"118":2.3031,"119":0.03707,"120":0.17609,"122":0.0139,"124":0.18999,"126":0.0139,"127":0.03244,"128":0.0139,"130":0.03244,"131":0.65339,"132":0.00463,"133":0.33828,"135":0.00927,"136":0.00463,"137":0.0139,"138":0.06024,"139":0.05097,"140":0.02317,"141":0.00463,"142":0.03244,"143":0.04634,"144":0.10195,"145":0.18999,"146":1.31606,"147":4.43937,"148":8.1373,"149":0.00463,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 71 73 74 76 77 80 81 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 113 115 121 123 125 129 134 150 151 152"},F:{"46":0.0139,"89":0.00463,"95":0.00463,"97":0.05097,"98":0.05561,"114":0.00463,"125":0.00463,"131":0.45413,_:"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 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00463,"92":0.00463,"100":0.00463,"109":0.00927,"119":0.00927,"120":0.00463,"127":0.00463,"131":0.00463,"132":0.00463,"133":0.00463,"135":0.00463,"136":0.00463,"137":0.0139,"138":0.03244,"139":0.0139,"140":0.0139,"141":0.00927,"142":0.01854,"143":0.01854,"144":0.0139,"145":0.03707,"146":0.05097,"147":1.78872,"148":3.66549,"149":0.00463,_:"12 13 14 15 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 128 129 130 134"},E:{"14":0.00463,_:"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.4 15.5 16.2 17.0 17.2 TP","13.1":0.00463,"14.1":0.0139,"15.2-15.3":0.00463,"15.6":0.21316,"16.0":0.03707,"16.1":0.00463,"16.3":0.00927,"16.4":0.00463,"16.5":0.03707,"16.6":0.10195,"17.1":0.04171,"17.3":0.00463,"17.4":0.00463,"17.5":0.03707,"17.6":0.18073,"18.0":0.0139,"18.1":0.00927,"18.2":0.00463,"18.3":0.04171,"18.4":0.00463,"18.5-18.7":0.06488,"26.0":0.04634,"26.1":0.03244,"26.2":0.16219,"26.3":0.50974,"26.4":0.79705,"26.5":0.42169},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00161,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00323,"8.1-8.4":0,"9.0-9.2":0.00161,"9.3":0,"10.0-10.2":0,"10.3":0.01453,"11.0-11.2":0.38254,"11.3-11.4":0.00484,"12.0-12.1":0,"12.2-12.5":0.05488,"13.0-13.1":0,"13.2":0.01776,"13.3":0,"13.4-13.7":0.00323,"14.0-14.4":0.01291,"14.5-14.8":0.02098,"15.0-15.1":0.01614,"15.2-15.3":0.00968,"15.4":0.01291,"15.5":0.01453,"15.6-15.8":0.27278,"16.0":0.02905,"16.1":0.04519,"16.2":0.02421,"16.3":0.05327,"16.4":0.0113,"16.5":0.01937,"16.6-16.7":0.36317,"17.0":0.01614,"17.1":0.02744,"17.2":0.02421,"17.3":0.04681,"17.4":0.07425,"17.5":0.10007,"17.6-17.7":0.2631,"18.0":0.05327,"18.1":0.10492,"18.2":0.05649,"18.3":0.16787,"18.4":0.07748,"18.5-18.7":2.67294,"26.0":0.17109,"26.1":0.21306,"26.2":0.81996,"26.3":2.589,"26.4":5.33942,"26.5":1.90463},P:{"21":0.00596,"22":0.00596,"24":0.0417,"25":0.01192,"26":0.25022,"27":0.02383,"28":0.0417,"29":1.52513,"30":0.34554,_:"4 20 23 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.00596,"8.2":0.01192},I:{"0":0.02144,"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.06439,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.61172},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":43.07405}};
1
+ module.exports={C:{"78":0.00524,"84":0.00524,"105":0.00524,"115":0.08915,"120":0.42476,"121":0.73416,"125":0.00524,"126":0.00524,"127":0.00524,"128":0.00524,"129":0.00524,"130":0.00524,"131":0.00524,"132":0.00524,"133":0.00524,"134":0.00524,"135":0.00524,"136":0.00524,"140":0.05244,"141":0.00524,"143":0.00524,"145":0.00524,"146":0.01049,"147":0.02622,"149":0.00524,"150":0.12061,"151":1.11173,"152":0.69221,"153":0.00524,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 137 138 139 142 144 148 154 155 3.5 3.6"},D:{"39":0.02622,"40":0.02098,"41":0.02098,"42":0.02098,"43":0.02622,"44":0.02098,"45":0.01573,"46":0.02098,"47":0.02622,"48":0.01573,"49":0.02098,"50":0.02098,"51":0.01573,"52":0.02622,"53":0.03146,"54":0.02622,"55":0.02622,"56":0.03671,"57":0.03146,"58":0.02622,"59":0.01049,"60":0.02098,"61":0.00524,"75":0.00524,"79":0.01049,"87":0.00524,"89":0.00524,"91":0.0472,"97":0.01049,"103":0.23598,"104":0.20452,"105":0.24122,"106":0.23598,"107":0.23598,"108":0.25171,"109":0.67123,"110":0.22549,"111":0.26744,"112":0.20976,"114":0.02622,"116":0.45623,"117":0.22549,"118":3.75995,"119":0.7866,"120":1.02782,"122":0.00524,"124":0.24122,"125":0.00524,"126":0.01049,"127":0.00524,"128":0.02098,"129":0.00524,"130":0.01049,"131":0.46147,"132":0.01049,"133":0.45623,"134":0.02622,"136":0.00524,"137":0.04195,"138":0.04195,"139":0.02098,"140":0.01049,"141":0.02098,"142":0.04195,"143":0.02098,"144":0.10488,"145":0.15732,"146":0.16256,"147":0.46672,"148":5.58486,"149":9.54932,"150":0.0472,"151":0.01049,_:"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 65 66 67 68 69 70 71 72 73 74 76 77 78 80 81 83 84 85 86 88 90 92 93 94 95 96 98 99 100 101 102 113 115 121 123 135 152 153"},F:{"46":0.00524,"98":0.03146,"99":0.03671,"131":0.56111,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 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.00524,"92":0.00524,"109":0.00524,"119":0.37757,"120":0.38281,"128":0.01049,"129":0.00524,"131":0.00524,"132":0.01049,"133":0.01049,"136":0.00524,"137":0.03146,"138":0.00524,"139":0.00524,"141":0.00524,"142":0.00524,"143":0.00524,"144":0.01573,"145":0.01573,"146":0.01049,"147":0.0472,"148":1.79869,"149":4.47313,"150":0.00524,_:"12 13 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 130 134 135 140"},E:{"14":0.00524,"27":0.01049,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.1 16.5 17.0 TP","13.1":0.00524,"14.1":0.00524,"15.6":0.14683,"16.0":0.00524,"16.2":0.01049,"16.3":0.00524,"16.4":0.00524,"16.6":0.215,"17.1":0.07866,"17.2":0.00524,"17.3":0.01049,"17.4":0.00524,"17.5":0.02098,"17.6":0.32513,"18.0":0.16256,"18.1":0.03671,"18.2":0.00524,"18.3":0.02098,"18.4":0.00524,"18.5-18.7":0.04195,"26.0":0.03671,"26.1":0.01049,"26.2":0.11012,"26.3":0.215,"26.4":0.09439,"26.5":1.38442},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00155,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00466,"8.1-8.4":0,"9.0-9.2":0.00155,"9.3":0,"10.0-10.2":0,"10.3":0.01709,"11.0-11.2":0.5143,"11.3-11.4":0.00311,"12.0-12.1":0,"12.2-12.5":0.05283,"13.0-13.1":0,"13.2":0.01709,"13.3":0,"13.4-13.7":0.00311,"14.0-14.4":0.01088,"14.5-14.8":0.01709,"15.0-15.1":0.01554,"15.2-15.3":0.00932,"15.4":0.01088,"15.5":0.01398,"15.6-15.8":0.27191,"16.0":0.02486,"16.1":0.0404,"16.2":0.02175,"16.3":0.04661,"16.4":0.01088,"16.5":0.01709,"16.6-16.7":0.35426,"17.0":0.01554,"17.1":0.02331,"17.2":0.02175,"17.3":0.03263,"17.4":0.04972,"17.5":0.08857,"17.6-17.7":0.22841,"18.0":0.05127,"18.1":0.09789,"18.2":0.05283,"18.3":0.16159,"18.4":0.07303,"18.5-18.7":2.33534,"26.0":0.15382,"26.1":0.16004,"26.2":0.48323,"26.3":0.66036,"26.4":0.75669,"26.5":8.58156},P:{"24":0.0627,"25":0.01045,"26":0.29784,"27":0.03658,"28":0.05225,"29":0.20901,"30":1.26974,_:"4 20 21 22 23 5.0-5.4 6.2-6.4 7.2-7.4 9.2 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","8.2":0.01568,"10.1":0.00523},I:{"0":0.03326,"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.15219,_:"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.00476},H:{all:0},L:{"0":36.847},R:{_:"0"},M:{"0":0.62304},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"68":0.00264,"72":0.00264,"115":0.02639,"120":0.00264,"121":0.00264,"124":0.00264,"135":0.01583,"140":0.00528,"146":0.00264,"148":0.00528,"149":0.00792,"150":0.19529,"151":0.07125,_:"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 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 125 126 127 128 129 130 131 132 133 134 136 137 138 139 141 142 143 144 145 147 152 153 154 3.5 3.6"},D:{"39":0.00792,"40":0.00792,"41":0.00528,"42":0.00528,"43":0.00792,"44":0.00792,"45":0.00792,"46":0.00528,"47":0.00792,"48":0.00528,"49":0.01056,"50":0.00792,"51":0.00792,"52":0.00792,"53":0.00528,"54":0.01056,"55":0.00528,"56":0.0132,"57":0.00792,"58":0.01056,"59":0.00528,"60":0.00528,"65":0.00528,"69":0.00264,"72":0.00792,"75":0.00264,"77":0.00264,"79":0.00264,"83":0.01056,"85":0.00264,"86":0.01847,"87":0.0132,"91":0.00264,"93":0.00264,"95":0.00528,"98":0.02375,"99":0.00528,"101":0.00264,"103":0.01847,"104":0.01583,"105":0.02111,"106":0.01847,"107":0.01583,"108":0.02111,"109":0.22695,"110":0.02111,"111":0.02111,"112":0.79698,"113":0.00264,"114":0.00528,"116":0.03695,"117":0.01847,"118":1.66785,"119":0.0132,"120":0.02375,"122":0.00264,"124":0.02111,"125":0.00528,"126":0.00528,"127":0.00264,"131":0.07125,"132":0.00264,"133":0.03959,"134":0.00792,"135":0.02111,"136":0.03959,"137":0.01847,"138":0.02375,"139":0.01056,"140":0.00264,"141":0.00264,"142":0.09237,"143":0.01056,"144":0.01847,"145":0.15042,"146":0.12931,"147":1.67313,"148":1.9555,"149":0.01847,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 70 71 73 74 76 78 80 81 84 88 89 90 92 94 96 97 100 102 115 121 123 128 129 130 150 151 152"},F:{"95":0.00528,"97":0.02111,"98":0.05278,"99":0.00264,"123":0.00264,"131":0.12931,_:"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 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.00792,"92":0.02375,"100":0.00264,"109":0.01056,"122":0.00264,"125":0.00264,"131":0.00264,"132":0.00264,"136":0.00792,"138":0.00264,"140":0.00264,"141":0.00264,"143":0.00792,"144":0.00264,"145":0.00792,"146":0.02375,"147":0.44335,"148":0.8049,_:"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 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 126 127 128 129 130 133 134 135 137 139 142 149"},E:{_:"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 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.1 18.4 TP","5.1":0.0132,"15.6":0.01056,"16.0":0.00264,"16.6":0.00264,"17.1":0.00528,"17.4":0.00264,"17.5":0.00264,"17.6":0.00528,"18.0":0.01056,"18.2":0.00792,"18.3":0.00528,"18.5-18.7":0.00792,"26.0":0.00792,"26.1":0.00528,"26.2":0.00792,"26.3":0.03431,"26.4":0.05806,"26.5":0.02375},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00218,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00436,"8.1-8.4":0,"9.0-9.2":0.00218,"9.3":0,"10.0-10.2":0,"10.3":0.01961,"11.0-11.2":0.51639,"11.3-11.4":0.00654,"12.0-12.1":0,"12.2-12.5":0.07408,"13.0-13.1":0,"13.2":0.02397,"13.3":0,"13.4-13.7":0.00436,"14.0-14.4":0.01743,"14.5-14.8":0.02833,"15.0-15.1":0.02179,"15.2-15.3":0.01307,"15.4":0.01743,"15.5":0.01961,"15.6-15.8":0.36823,"16.0":0.03922,"16.1":0.06101,"16.2":0.03268,"16.3":0.0719,"16.4":0.01525,"16.5":0.02615,"16.6-16.7":0.49024,"17.0":0.02179,"17.1":0.03704,"17.2":0.03268,"17.3":0.06319,"17.4":0.10023,"17.5":0.13509,"17.6-17.7":0.35515,"18.0":0.0719,"18.1":0.14163,"18.2":0.07626,"18.3":0.2266,"18.4":0.10459,"18.5-18.7":3.60819,"26.0":0.23096,"26.1":0.28761,"26.2":1.10686,"26.3":3.49489,"26.4":7.20766,"26.5":2.57105},P:{"21":0.01918,"22":0.05753,"23":0.01918,"24":0.24929,"25":0.10227,"26":0.1598,"27":0.26208,"28":0.51137,"29":1.64277,"30":0.08949,_:"4 20 5.0-5.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 17.0","6.2-6.4":0.00639,"7.2-7.4":0.29404,"9.2":0.03196,"15.0":0.00639,"16.0":0.01278,"18.0":0.01278,"19.0":0.01918},I:{"0":0.00735,"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.52263,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.08833},Q:{_:"14.9"},O:{"0":0.08097},H:{all:0},L:{"0":61.65434}};
1
+ module.exports={C:{"49":0.00261,"78":0.00261,"115":0.00784,"120":0.02091,"121":0.04967,"136":0.00261,"140":0.00523,"147":0.00261,"150":0.00523,"151":0.149,"152":0.06535,"153":0.00261,_:"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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 146 148 149 154 155 3.5 3.6"},D:{"39":0.00261,"40":0.00261,"41":0.00261,"42":0.00261,"43":0.00261,"44":0.00261,"45":0.00261,"46":0.00261,"47":0.00261,"48":0.00261,"49":0.00261,"50":0.00523,"51":0.00261,"52":0.00261,"53":0.00261,"54":0.00261,"55":0.00261,"56":0.01046,"57":0.00261,"58":0.00523,"59":0.00261,"60":0.00261,"63":0.00261,"66":0.00261,"69":0.00523,"70":0.00261,"72":0.00261,"73":0.01046,"75":0.00261,"76":0.00784,"77":0.01046,"79":0.00784,"83":0.00784,"86":0.01307,"87":0.02353,"88":0.00261,"90":0.00261,"95":0.00523,"98":0.03398,"101":0.00261,"102":0.00261,"103":0.0941,"104":0.02091,"105":0.02091,"106":0.02091,"107":0.02091,"108":0.02353,"109":0.13331,"110":0.02091,"111":0.02875,"112":0.02091,"113":0.00261,"114":0.00784,"116":0.04967,"117":0.0183,"118":1.06913,"119":0.06274,"120":0.07319,"122":0.00523,"124":0.02614,"125":0.00261,"126":0.01046,"128":0.00261,"130":0.00261,"131":0.07058,"132":0.00261,"133":0.04182,"134":0.00523,"136":0.02091,"137":0.03137,"138":0.03137,"139":0.00523,"140":0.00261,"142":0.02875,"143":0.01046,"144":0.01568,"145":0.08365,"146":0.02875,"147":0.1124,"148":1.4011,"149":1.92129,"150":0.00784,_:"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 67 68 71 74 78 80 81 84 85 89 91 92 93 94 96 97 99 100 115 121 123 127 129 135 141 151 152 153"},F:{"46":0.00261,"95":0.01046,"97":0.00261,"98":0.02091,"99":0.0366,"115":0.01568,"131":0.10456,_:"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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00261,"92":0.02091,"100":0.00261,"109":0.00523,"119":0.02614,"120":0.02614,"128":0.00523,"136":0.00261,"141":0.00784,"144":0.00261,"146":0.00523,"147":0.00523,"148":0.32936,"149":0.88353,"150":0.00523,_:"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 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 129 130 131 132 133 134 135 137 138 139 140 142 143 145"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.2 18.4 TP","5.1":0.00261,"14.1":0.00261,"15.6":0.01046,"16.6":0.02091,"17.1":0.02353,"17.5":0.01568,"17.6":0.06796,"18.1":0.00784,"18.3":0.00523,"18.5-18.7":0.03921,"26.0":0.00523,"26.1":0.01307,"26.2":0.02353,"26.3":0.04182,"26.4":0.0183,"26.5":0.18559},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00288,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00865,"8.1-8.4":0,"9.0-9.2":0.00288,"9.3":0,"10.0-10.2":0,"10.3":0.03173,"11.0-11.2":0.95493,"11.3-11.4":0.00577,"12.0-12.1":0,"12.2-12.5":0.09809,"13.0-13.1":0,"13.2":0.03173,"13.3":0,"13.4-13.7":0.00577,"14.0-14.4":0.02019,"14.5-14.8":0.03173,"15.0-15.1":0.02885,"15.2-15.3":0.01731,"15.4":0.02019,"15.5":0.02596,"15.6-15.8":0.50487,"16.0":0.04616,"16.1":0.07501,"16.2":0.04039,"16.3":0.08655,"16.4":0.02019,"16.5":0.03173,"16.6-16.7":0.65777,"17.0":0.02885,"17.1":0.04327,"17.2":0.04039,"17.3":0.06058,"17.4":0.09232,"17.5":0.16444,"17.6-17.7":0.42409,"18.0":0.0952,"18.1":0.18175,"18.2":0.09809,"18.3":0.30004,"18.4":0.13559,"18.5-18.7":4.33611,"26.0":0.28561,"26.1":0.29715,"26.2":0.89723,"26.3":1.22611,"26.4":1.40498,"26.5":15.9337},P:{"4":0.00557,"21":0.01671,"22":0.039,"23":0.01114,"24":0.17827,"25":0.07799,"26":0.1337,"27":0.20055,"28":0.41782,"29":0.72422,"30":0.8802,_:"20 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 15.0 17.0","7.2-7.4":0.18941,"9.2":0.01114,"14.0":0.00557,"16.0":0.00557,"18.0":0.01671,"19.0":0.03343},I:{"0":0.00738,"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.35453,_:"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.04432},H:{all:0},L:{"0":56.78706},R:{_:"0"},M:{"0":0.14033},Q:{"14.9":0.00739}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.07462,"120":0.14923,"121":0.07462,"150":0.22385,_:"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 112 113 114 115 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 151 152 153 154 3.5 3.6"},D:{"39":0.14923,"41":0.14923,"42":0.07462,"44":0.14923,"45":0.07462,"46":0.30468,"48":0.07462,"49":0.22385,"50":0.07462,"53":0.14923,"54":0.22385,"55":0.14923,"56":0.14923,"57":0.07462,"58":0.14923,"59":0.14923,"60":0.30468,"103":0.07462,"104":0.07462,"108":0.07462,"111":0.07462,"112":0.22385,"116":0.22385,"118":3.40125,"119":0.22385,"120":0.07462,"122":0.3793,"123":0.30468,"131":0.14923,"132":0.07462,"133":0.07462,"134":0.07462,"138":0.22385,"144":0.14923,"145":0.98244,"146":0.22385,"147":9.68143,"148":7.18801,"149":0.14923,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 43 47 51 52 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 105 106 107 109 110 113 114 115 117 121 124 125 126 127 128 129 130 135 136 137 139 140 141 142 143 150 151 152"},F:{"131":0.14923,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"145":0.22385,"146":0.07462,"147":3.40125,"148":13.69204,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 149"},E:{_:"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 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.5 TP","15.6":0.22385,"26.2":0.07462,"26.3":0.30468,"26.4":0.22385},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00088,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00176,"8.1-8.4":0,"9.0-9.2":0.00088,"9.3":0,"10.0-10.2":0,"10.3":0.00794,"11.0-11.2":0.20911,"11.3-11.4":0.00265,"12.0-12.1":0,"12.2-12.5":0.03,"13.0-13.1":0,"13.2":0.00971,"13.3":0,"13.4-13.7":0.00176,"14.0-14.4":0.00706,"14.5-14.8":0.01147,"15.0-15.1":0.00882,"15.2-15.3":0.00529,"15.4":0.00706,"15.5":0.00794,"15.6-15.8":0.14912,"16.0":0.01588,"16.1":0.02471,"16.2":0.01324,"16.3":0.02912,"16.4":0.00618,"16.5":0.01059,"16.6-16.7":0.19853,"17.0":0.00882,"17.1":0.015,"17.2":0.01324,"17.3":0.02559,"17.4":0.04059,"17.5":0.05471,"17.6-17.7":0.14382,"18.0":0.02912,"18.1":0.05735,"18.2":0.03088,"18.3":0.09176,"18.4":0.04235,"18.5-18.7":1.46116,"26.0":0.09353,"26.1":0.11647,"26.2":0.44823,"26.3":1.41527,"26.4":2.91878,"26.5":1.04116},P:{"29":0,_:"4 20 21 22 23 24 25 26 27 28 30 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"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.0832,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.24583},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":43.09999}};
1
+ module.exports={C:{"120":0.22256,"121":0.16842,"151":0.11429,"152":0.05414,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"39":0.11429,"42":0.05414,"47":0.05414,"48":0.11429,"50":0.05414,"51":0.16842,"52":0.05414,"54":0.05414,"58":0.05414,"59":0.05414,"92":0.45113,"103":0.05414,"105":0.05414,"106":0.05414,"109":0.05414,"114":0.11429,"118":2.75487,"119":0.45113,"120":0.45113,"121":0.05414,"122":0.05414,"138":0.16842,"142":0.05414,"144":0.11429,"145":0.50526,"146":1.01052,"147":1.01052,"148":6.35184,"149":12.48113,"150":0.50526,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 43 44 45 46 49 53 55 56 57 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 104 107 108 110 111 112 113 115 116 117 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139 140 141 143 151 152 153"},F:{"127":0.05414,"131":0.05414,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"119":0.33684,"120":0.05414,"147":0.22256,"148":3.54284,"149":5.28719,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 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 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.3 26.4 TP","16.6":0.11429,"26.5":1.85262},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00081,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00243,"8.1-8.4":0,"9.0-9.2":0.00081,"9.3":0,"10.0-10.2":0,"10.3":0.00891,"11.0-11.2":0.2681,"11.3-11.4":0.00162,"12.0-12.1":0,"12.2-12.5":0.02754,"13.0-13.1":0,"13.2":0.00891,"13.3":0,"13.4-13.7":0.00162,"14.0-14.4":0.00567,"14.5-14.8":0.00891,"15.0-15.1":0.0081,"15.2-15.3":0.00486,"15.4":0.00567,"15.5":0.00729,"15.6-15.8":0.14174,"16.0":0.01296,"16.1":0.02106,"16.2":0.01134,"16.3":0.0243,"16.4":0.00567,"16.5":0.00891,"16.6-16.7":0.18467,"17.0":0.0081,"17.1":0.01215,"17.2":0.01134,"17.3":0.01701,"17.4":0.02592,"17.5":0.04617,"17.6-17.7":0.11906,"18.0":0.02673,"18.1":0.05103,"18.2":0.02754,"18.3":0.08424,"18.4":0.03807,"18.5-18.7":1.21736,"26.0":0.08019,"26.1":0.08343,"26.2":0.2519,"26.3":0.34423,"26.4":0.39445,"26.5":4.47338},P:{"30":0.17538,_:"4 20 21 22 23 24 25 26 27 28 29 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"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,_:"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":50.29714},R:{_:"0"},M:{"0":0.05979},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00563,"115":0.07888,"121":0.00563,"140":0.0169,"146":0.01127,"147":0.00563,"148":0.20282,"149":0.0338,"150":0.67608,"151":0.34931,_:"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 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 152 153 154 3.5 3.6"},D:{"39":0.02817,"40":0.02817,"41":0.02817,"42":0.02817,"43":0.02817,"44":0.02817,"45":0.02817,"46":0.02817,"47":0.02817,"48":0.0338,"49":0.02817,"50":0.02817,"51":0.02817,"52":0.02817,"53":0.02817,"54":0.02817,"55":0.02817,"56":0.02254,"57":0.0338,"58":0.02817,"59":0.02817,"60":0.02817,"62":0.00563,"77":0.01127,"79":0.01127,"86":0.00563,"87":0.02254,"89":0.00563,"94":0.00563,"101":0.00563,"103":0.08451,"104":0.0338,"105":0.0338,"106":0.03944,"107":0.04507,"108":0.03944,"109":0.47326,"110":0.03944,"111":0.05634,"112":0.76622,"116":0.14648,"117":0.03944,"118":1.21131,"119":0.02254,"120":0.06197,"122":0.17465,"123":0.51269,"124":0.07888,"125":0.0338,"126":0.00563,"128":0.02254,"129":0.01127,"130":0.00563,"131":0.13522,"132":0.00563,"133":0.07888,"134":0.00563,"135":0.00563,"136":0.03944,"137":0.02254,"138":0.20282,"139":0.43945,"140":0.01127,"141":0.07324,"142":0.11831,"143":0.03944,"144":0.04507,"145":0.55213,"146":1.33526,"147":12.11873,"148":15.47096,"149":0.0169,"150":0.00563,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 63 64 65 66 67 68 69 70 71 72 73 74 75 76 78 80 81 83 84 85 88 90 91 92 93 95 96 97 98 99 100 102 113 114 115 121 127 151 152"},F:{"46":0.00563,"77":0.00563,"79":0.00563,"97":0.0169,"98":0.02817,"111":0.01127,"122":0.00563,"131":0.73242,_:"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 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 99 100 101 102 103 104 105 106 107 108 109 110 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:{"94":0.00563,"108":0.00563,"109":0.0169,"112":0.02254,"116":0.00563,"135":0.00563,"138":0.00563,"139":0.0169,"140":0.00563,"142":0.01127,"143":0.00563,"144":0.01127,"145":0.02254,"146":0.15212,"147":2.43952,"148":4.5241,"149":0.01127,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 113 114 115 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 136 137 141"},E:{"14":0.00563,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 TP","12.1":0.01127,"13.1":0.01127,"14.1":0.01127,"15.5":0.01127,"15.6":0.09014,"16.0":0.00563,"16.1":0.00563,"16.2":0.00563,"16.3":0.01127,"16.4":0.02817,"16.5":0.00563,"16.6":0.07888,"17.0":0.0169,"17.1":0.12958,"17.2":0.02254,"17.3":0.01127,"17.4":0.01127,"17.5":0.02254,"17.6":0.16902,"18.0":0.00563,"18.1":0.00563,"18.2":0.0338,"18.3":0.02817,"18.4":0.01127,"18.5-18.7":0.09014,"26.0":0.02254,"26.1":0.02817,"26.2":0.17465,"26.3":0.80003,"26.4":0.91271,"26.5":0.30987},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00167,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00335,"8.1-8.4":0,"9.0-9.2":0.00167,"9.3":0,"10.0-10.2":0,"10.3":0.01506,"11.0-11.2":0.39651,"11.3-11.4":0.00502,"12.0-12.1":0,"12.2-12.5":0.05688,"13.0-13.1":0,"13.2":0.0184,"13.3":0,"13.4-13.7":0.00335,"14.0-14.4":0.01338,"14.5-14.8":0.02175,"15.0-15.1":0.01673,"15.2-15.3":0.01004,"15.4":0.01338,"15.5":0.01506,"15.6-15.8":0.28275,"16.0":0.03011,"16.1":0.04685,"16.2":0.0251,"16.3":0.05521,"16.4":0.01171,"16.5":0.02008,"16.6-16.7":0.37644,"17.0":0.01673,"17.1":0.02844,"17.2":0.0251,"17.3":0.04852,"17.4":0.07696,"17.5":0.10373,"17.6-17.7":0.27271,"18.0":0.05521,"18.1":0.10875,"18.2":0.05856,"18.3":0.174,"18.4":0.08031,"18.5-18.7":2.77057,"26.0":0.17734,"26.1":0.22084,"26.2":0.84991,"26.3":2.68357,"26.4":5.53445,"26.5":1.9742},P:{"4":0.0116,"20":0.0058,"21":0.0058,"26":0.0116,"27":0.0058,"28":0.0116,"29":0.89298,"30":0.16816,_:"22 23 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 17.0 18.0 19.0"},I:{"0":0.13957,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00007},K:{"0":0.20084,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00563,_:"6 7 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.18337},Q:{_:"14.9"},O:{"0":0.22267},H:{all:0},L:{"0":30.66798}};
1
+ module.exports={C:{"78":0.00584,"114":0.00584,"115":0.07013,"120":0.08766,"121":0.19285,"133":0.00584,"135":0.00584,"140":0.00584,"143":0.04091,"146":0.04091,"148":0.00584,"149":0.00584,"150":0.2922,"151":0.75972,"152":0.37986,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 134 136 137 138 139 141 142 144 145 147 153 154 155 3.5 3.6"},D:{"39":0.02922,"40":0.01753,"41":0.01169,"42":0.03506,"43":0.01753,"44":0.02338,"45":0.02922,"46":0.01753,"47":0.01753,"48":0.01753,"49":0.02922,"50":0.01169,"51":0.01169,"52":0.01753,"53":0.01753,"54":0.02922,"55":0.02338,"56":0.01753,"57":0.01753,"58":0.02922,"59":0.01169,"60":0.02922,"70":0.00584,"77":0.01753,"79":0.00584,"83":0.00584,"86":0.00584,"87":0.04675,"99":0.00584,"101":0.00584,"103":0.11688,"104":0.08182,"105":0.08182,"106":0.0935,"107":0.09935,"108":0.08766,"109":0.6779,"110":0.0935,"111":0.10519,"112":0.08182,"114":0.00584,"116":0.2396,"117":0.08766,"118":1.63048,"119":0.1987,"120":0.30973,"121":0.00584,"122":0.09935,"123":0.35064,"124":0.12857,"125":0.08182,"126":0.00584,"127":0.00584,"128":0.03506,"130":0.01169,"131":0.26882,"132":0.01169,"133":0.17532,"134":0.01169,"135":0.02338,"136":0.02338,"137":0.02338,"138":1.72398,"139":0.82985,"140":0.01169,"141":0.04091,"142":0.28051,"143":0.05844,"144":0.0526,"145":0.47336,"146":0.84738,"147":0.83569,"148":13.4412,"149":12.37175,"150":0.02922,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 78 80 81 84 85 88 89 90 91 92 93 94 95 96 97 98 100 102 113 115 129 151 152 153"},F:{"77":0.00584,"79":0.00584,"98":0.00584,"99":0.04675,"126":0.00584,"131":0.57856,_:"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 78 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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00584,"112":0.02922,"119":0.0935,"120":0.10519,"132":0.00584,"138":0.00584,"142":0.01753,"143":0.00584,"144":0.01169,"145":0.01169,"146":0.01169,"147":0.16363,"148":1.89346,"149":4.92065,"150":0.02338,_:"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 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 133 134 135 136 137 139 140 141"},E:{"14":0.01753,"27":0.00584,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 15.5 16.0 TP","12.1":0.01169,"13.1":0.00584,"14.1":0.01753,"15.6":0.11688,"16.1":0.00584,"16.2":0.01169,"16.3":0.01169,"16.4":0.01753,"16.5":0.00584,"16.6":0.08182,"17.0":0.0526,"17.1":0.12272,"17.2":0.01169,"17.3":0.01169,"17.4":0.02338,"17.5":0.03506,"17.6":0.1987,"18.0":0.01753,"18.1":0.02338,"18.2":0.04091,"18.3":0.02922,"18.4":0.01169,"18.5-18.7":0.07597,"26.0":0.02922,"26.1":0.02922,"26.2":0.10519,"26.3":0.19285,"26.4":0.07597,"26.5":1.52528},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00153,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0046,"8.1-8.4":0,"9.0-9.2":0.00153,"9.3":0,"10.0-10.2":0,"10.3":0.01687,"11.0-11.2":0.50773,"11.3-11.4":0.00307,"12.0-12.1":0,"12.2-12.5":0.05215,"13.0-13.1":0,"13.2":0.01687,"13.3":0,"13.4-13.7":0.00307,"14.0-14.4":0.01074,"14.5-14.8":0.01687,"15.0-15.1":0.01534,"15.2-15.3":0.0092,"15.4":0.01074,"15.5":0.01381,"15.6-15.8":0.26844,"16.0":0.02454,"16.1":0.03988,"16.2":0.02148,"16.3":0.04602,"16.4":0.01074,"16.5":0.01687,"16.6-16.7":0.34974,"17.0":0.01534,"17.1":0.02301,"17.2":0.02148,"17.3":0.03221,"17.4":0.04909,"17.5":0.08743,"17.6-17.7":0.22549,"18.0":0.05062,"18.1":0.09664,"18.2":0.05215,"18.3":0.15953,"18.4":0.07209,"18.5-18.7":2.3055,"26.0":0.15186,"26.1":0.158,"26.2":0.47705,"26.3":0.65192,"26.4":0.74703,"26.5":8.47191},P:{"4":0.01153,"20":0.00576,"26":0.00576,"27":0.01153,"28":0.03459,"29":0.10952,"30":1.11252,_:"21 22 23 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 17.0 18.0","19.0":0.00576},I:{"0":0.11213,"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.00004},K:{"0":0.14134,_:"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.24111},H:{all:0},L:{"0":29.74489},R:{_:"0"},M:{"0":0.22032},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00408,"115":0.13043,"119":0.00408,"121":0.00408,"136":0.00408,"140":0.0163,"146":0.00408,"147":0.00815,"148":0.00408,"149":0.0163,"150":1.33693,"151":0.50135,_:"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 112 113 114 116 117 118 120 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"39":0.02038,"40":0.02446,"41":0.02038,"42":0.02446,"43":0.02446,"44":0.02038,"45":0.02446,"46":0.02038,"47":0.02446,"48":0.02038,"49":0.02038,"50":0.02853,"51":0.02038,"52":0.02446,"53":0.02446,"54":0.02446,"55":0.02853,"56":0.02853,"57":0.02038,"58":0.02446,"59":0.02038,"60":0.02446,"72":0.00408,"79":0.01223,"87":0.02446,"91":0.00408,"92":0.00408,"103":0.01223,"104":0.00815,"105":0.00815,"106":0.00815,"107":0.00815,"108":0.00815,"109":0.35461,"110":0.00815,"111":0.01223,"112":0.322,"113":0.03668,"114":0.02853,"115":0.00408,"116":0.02853,"117":0.01223,"118":0.58694,"119":0.01223,"120":0.0163,"121":0.00408,"122":0.02038,"123":0.00815,"124":0.01223,"126":0.00408,"127":0.00408,"128":0.02038,"129":0.01223,"130":0.01223,"131":0.06522,"132":0.02446,"133":0.02038,"135":0.00815,"136":0.02038,"137":0.01223,"138":0.10598,"139":0.04076,"140":0.02038,"141":0.04891,"142":0.02038,"143":0.11005,"144":0.03668,"145":0.33423,"146":0.4932,"147":6.95366,"148":9.19546,"149":0.02038,_:"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 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 93 94 95 96 97 98 99 100 101 102 125 134 150 151 152"},F:{"95":0.00408,"97":0.09782,"98":0.03261,"102":0.00408,"127":0.00408,"131":0.65624,_:"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 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00408,"92":0.00408,"109":0.02038,"114":0.00408,"120":0.00408,"129":0.00408,"132":0.00408,"135":0.00408,"138":0.00815,"139":0.00408,"140":0.00408,"143":0.00408,"144":0.02853,"145":0.0163,"146":0.03668,"147":1.07606,"148":2.43745,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 121 122 123 124 125 126 127 128 130 131 133 134 136 137 141 142 149"},E:{"14":0.02853,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.2 16.4 TP","10.1":0.00815,"14.1":0.00408,"15.6":0.02853,"16.0":0.00408,"16.1":0.00408,"16.3":0.00408,"16.5":0.02038,"16.6":0.02038,"17.0":0.02853,"17.1":0.02446,"17.2":0.00408,"17.3":0.00408,"17.4":0.0163,"17.5":0.0163,"17.6":0.11005,"18.0":0.00408,"18.1":0.02038,"18.2":0.02446,"18.3":0.02038,"18.4":0.01223,"18.5-18.7":0.04891,"26.0":0.0163,"26.1":0.02446,"26.2":0.08967,"26.3":0.43613,"26.4":0.30978,"26.5":0.1875},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0009,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00179,"8.1-8.4":0,"9.0-9.2":0.0009,"9.3":0,"10.0-10.2":0,"10.3":0.00807,"11.0-11.2":0.21242,"11.3-11.4":0.00269,"12.0-12.1":0,"12.2-12.5":0.03047,"13.0-13.1":0,"13.2":0.00986,"13.3":0,"13.4-13.7":0.00179,"14.0-14.4":0.00717,"14.5-14.8":0.01165,"15.0-15.1":0.00896,"15.2-15.3":0.00538,"15.4":0.00717,"15.5":0.00807,"15.6-15.8":0.15147,"16.0":0.01613,"16.1":0.0251,"16.2":0.01344,"16.3":0.02958,"16.4":0.00627,"16.5":0.01076,"16.6-16.7":0.20167,"17.0":0.00896,"17.1":0.01524,"17.2":0.01344,"17.3":0.02599,"17.4":0.04123,"17.5":0.05557,"17.6-17.7":0.1461,"18.0":0.02958,"18.1":0.05826,"18.2":0.03137,"18.3":0.09322,"18.4":0.04302,"18.5-18.7":1.48427,"26.0":0.09501,"26.1":0.11831,"26.2":0.45532,"26.3":1.43767,"26.4":2.96496,"26.5":1.05764},P:{"4":0.00584,"21":0.00584,"22":0.04091,"24":0.01169,"25":0.01169,"26":0.01753,"27":0.01753,"28":0.14027,"29":2.22093,"30":0.25132,_:"20 23 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.09936,"8.2":0.00584,"16.0":0.22209},I:{"0":0.12428,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":1.02485,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.68126},Q:{_:"14.9"},O:{"0":0.85898},H:{all:0},L:{"0":53.97653}};
1
+ module.exports={C:{"78":0.00458,"115":0.19707,"120":0.05958,"121":0.11458,"136":0.00917,"138":0.00458,"140":0.03666,"144":0.01833,"147":0.00458,"148":0.00458,"150":0.01833,"151":1.12284,"152":0.82952,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 139 141 142 143 145 146 149 153 154 155 3.5 3.6"},D:{"39":0.01375,"40":0.00917,"41":0.01375,"42":0.01375,"43":0.01375,"44":0.01375,"45":0.01833,"46":0.01833,"47":0.01375,"48":0.01375,"49":0.01833,"50":0.01833,"51":0.01375,"52":0.01375,"53":0.01375,"54":0.01375,"55":0.01375,"56":0.01375,"57":0.01375,"58":0.01375,"59":0.01375,"60":0.01833,"75":0.00458,"76":0.00458,"79":0.02292,"87":0.00458,"94":0.00458,"102":0.00458,"103":0.055,"104":0.03666,"105":0.03666,"106":0.04125,"107":0.04125,"108":0.03666,"109":0.38956,"110":0.04125,"111":0.05041,"112":0.03666,"113":0.02292,"114":0.03208,"115":0.00458,"116":0.10999,"117":0.03666,"118":1.30157,"119":0.13291,"120":0.16957,"121":0.00458,"122":0.01833,"123":0.00458,"124":0.05041,"126":0.00458,"127":0.00458,"128":0.0275,"129":0.01375,"130":0.0275,"131":0.12832,"132":0.00917,"133":0.08708,"134":0.00458,"135":0.00458,"136":0.04583,"137":0.03666,"138":0.14666,"139":0.09624,"140":0.01375,"141":0.01375,"142":0.0275,"143":0.03666,"144":0.0275,"145":0.19707,"146":0.12374,"147":0.45372,"148":6.847,"149":10.21551,"150":0.03666,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 77 78 80 81 83 84 85 86 88 89 90 91 92 93 95 96 97 98 99 100 101 125 151 152 153"},F:{"90":0.00458,"95":0.00458,"98":0.02292,"99":0.11916,"100":0.00458,"131":0.70578,_:"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 91 92 93 94 96 97 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00458,"109":0.00917,"114":0.00458,"119":0.06416,"120":0.055,"129":0.00458,"137":0.00458,"140":0.00458,"141":0.00458,"143":0.00458,"144":0.01833,"145":0.00917,"146":0.02292,"147":0.04125,"148":1.20075,"149":3.10727,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 122 123 124 125 126 127 128 130 131 132 133 134 135 136 138 139 142 150"},E:{"27":0.00917,_:"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 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.2 17.3 18.0 18.4 TP","12.1":0.00458,"13.1":0.00917,"14.1":0.00458,"15.6":0.03208,"16.5":0.00458,"16.6":0.03208,"17.0":0.00458,"17.1":0.03208,"17.4":0.00917,"17.5":0.00458,"17.6":0.055,"18.1":0.00917,"18.2":0.01375,"18.3":0.00458,"18.5-18.7":0.03666,"26.0":0.03208,"26.1":0.01833,"26.2":0.05041,"26.3":0.07791,"26.4":0.04125,"26.5":1.06326},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00093,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00279,"8.1-8.4":0,"9.0-9.2":0.00093,"9.3":0,"10.0-10.2":0,"10.3":0.01023,"11.0-11.2":0.30768,"11.3-11.4":0.00186,"12.0-12.1":0,"12.2-12.5":0.0316,"13.0-13.1":0,"13.2":0.01023,"13.3":0,"13.4-13.7":0.00186,"14.0-14.4":0.00651,"14.5-14.8":0.01023,"15.0-15.1":0.0093,"15.2-15.3":0.00558,"15.4":0.00651,"15.5":0.00837,"15.6-15.8":0.16267,"16.0":0.01487,"16.1":0.02417,"16.2":0.01301,"16.3":0.02789,"16.4":0.00651,"16.5":0.01023,"16.6-16.7":0.21194,"17.0":0.0093,"17.1":0.01394,"17.2":0.01301,"17.3":0.01952,"17.4":0.02975,"17.5":0.05298,"17.6-17.7":0.13664,"18.0":0.03068,"18.1":0.05856,"18.2":0.0316,"18.3":0.09667,"18.4":0.04369,"18.5-18.7":1.39712,"26.0":0.09203,"26.1":0.09574,"26.2":0.28909,"26.3":0.39506,"26.4":0.45269,"26.5":5.13394},P:{"4":0.01242,"21":0.00621,"22":0.03726,"23":0.00621,"24":0.01242,"25":0.00621,"26":0.01242,"27":0.04968,"28":0.236,"29":0.42232,"30":1.89422,_:"20 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.04968,"8.2":0.01863,"13.0":0.00621,"16.0":0.15526},I:{"0":0.0487,"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":1.1159,_:"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.02381},H:{all:0},L:{"0":50.65319},R:{_:"0"},M:{"0":0.63379},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"136":0.00365,"139":0.00365,"140":0.01459,"143":0.00729,"147":0.00365,"148":0.00729,"149":0.01459,"150":1.26916,"151":0.21882,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 141 142 144 145 146 152 153 154 3.5 3.6"},D:{"39":0.01824,"40":0.01824,"41":0.02188,"42":0.01459,"43":0.01459,"44":0.01459,"45":0.01824,"46":0.02188,"47":0.01824,"48":0.01824,"49":0.01824,"50":0.02553,"51":0.01824,"52":0.01824,"53":0.01824,"54":0.01824,"55":0.01824,"56":0.01824,"57":0.01824,"58":0.01459,"59":0.01824,"60":0.01824,"78":0.00365,"80":0.00365,"83":0.00729,"86":0.00365,"90":0.00365,"95":0.00729,"103":0.02188,"104":0.01824,"105":0.01824,"106":0.01824,"107":0.01824,"108":0.01824,"109":0.186,"110":0.02188,"111":0.01824,"112":0.37564,"113":0.00729,"116":0.04376,"117":0.03282,"118":0.81693,"119":0.00365,"120":0.05106,"121":0.00365,"122":0.01459,"123":0.00729,"124":0.01824,"126":0.00365,"128":0.10576,"129":0.00729,"130":0.00729,"131":0.05835,"132":0.00365,"133":0.04376,"135":0.00729,"136":0.00365,"137":0.00365,"138":0.05471,"139":0.04741,"140":0.02188,"141":0.00729,"142":0.02553,"143":0.03647,"144":0.05471,"145":0.19329,"146":0.28447,"147":6.32025,"148":8.41363,"149":0.01459,_:"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 79 81 84 85 87 88 89 91 92 93 94 96 97 98 99 100 101 102 114 115 125 127 134 150 151 152"},F:{"90":0.00365,"97":0.04012,"98":0.04741,"126":0.00365,"131":0.22247,_:"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 91 92 93 94 95 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00365,"18":0.00365,"92":0.00729,"118":0.00365,"121":0.01094,"122":0.00365,"128":0.00365,"138":0.00729,"139":0.00729,"140":0.00365,"141":0.00365,"142":0.21517,"143":0.01094,"144":0.00729,"145":0.01094,"146":0.04012,"147":0.82058,"148":1.53174,_:"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 109 110 111 112 113 114 115 116 117 119 120 123 124 125 126 127 129 130 131 132 133 134 135 136 137 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.5 17.0 TP","9.1":0.00729,"14.1":0.00365,"15.6":0.00729,"16.3":0.00365,"16.4":0.00365,"16.6":0.02553,"17.1":0.02918,"17.2":0.00365,"17.3":0.00365,"17.4":0.00365,"17.5":0.02918,"17.6":0.04376,"18.0":0.00729,"18.1":0.00365,"18.2":0.00365,"18.3":0.01094,"18.4":0.00365,"18.5-18.7":0.01824,"26.0":0.03647,"26.1":0.01459,"26.2":0.12035,"26.3":0.29176,"26.4":0.32094,"26.5":0.15317},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00195,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00389,"8.1-8.4":0,"9.0-9.2":0.00195,"9.3":0,"10.0-10.2":0,"10.3":0.01752,"11.0-11.2":0.46133,"11.3-11.4":0.00584,"12.0-12.1":0,"12.2-12.5":0.06618,"13.0-13.1":0,"13.2":0.02141,"13.3":0,"13.4-13.7":0.00389,"14.0-14.4":0.01557,"14.5-14.8":0.02531,"15.0-15.1":0.01947,"15.2-15.3":0.01168,"15.4":0.01557,"15.5":0.01752,"15.6-15.8":0.32897,"16.0":0.03504,"16.1":0.0545,"16.2":0.0292,"16.3":0.06424,"16.4":0.01363,"16.5":0.02336,"16.6-16.7":0.43798,"17.0":0.01947,"17.1":0.03309,"17.2":0.0292,"17.3":0.05645,"17.4":0.08954,"17.5":0.12069,"17.6-17.7":0.31729,"18.0":0.06424,"18.1":0.12653,"18.2":0.06813,"18.3":0.20244,"18.4":0.09343,"18.5-18.7":3.2235,"26.0":0.20634,"26.1":0.25695,"26.2":0.98885,"26.3":3.12228,"26.4":6.43922,"26.5":2.29694},P:{"25":0.00554,"26":0.00554,"27":0.00554,"28":0.02214,"29":0.6422,"30":0.09412,_:"4 20 21 22 23 24 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01269,"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.75601,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.15883},Q:{_:"14.9"},O:{"0":0.5273},H:{all:0},L:{"0":52.51503}};
1
+ module.exports={C:{"115":0.00723,"117":0.00361,"118":0.00361,"120":0.01084,"121":0.02891,"134":0.00361,"135":0.00361,"137":0.00361,"145":0.01446,"146":0.00361,"148":0.00361,"149":0.00361,"150":0.01446,"151":0.55294,"152":0.21323,"153":0.00361,_:"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 119 122 123 124 125 126 127 128 129 130 131 132 133 136 138 139 140 141 142 143 144 147 154 155 3.5 3.6"},D:{"39":0.01084,"40":0.02891,"41":0.02168,"42":0.01807,"43":0.01084,"44":0.00723,"45":0.01084,"46":0.01084,"47":0.01084,"48":0.01446,"49":0.01807,"50":0.01084,"51":0.01084,"52":0.02168,"53":0.01084,"54":0.00723,"55":0.01084,"56":0.02168,"57":0.01084,"58":0.01084,"59":0.01807,"60":0.01084,"68":0.00361,"78":0.00361,"90":0.00361,"103":0.01446,"104":0.01446,"105":0.01446,"106":0.01446,"107":0.01084,"108":0.01446,"109":0.17347,"110":0.01807,"111":0.01446,"112":0.01446,"115":0.00361,"116":0.03253,"117":0.01807,"118":1.01915,"119":0.02891,"120":0.07589,"121":0.00361,"122":0.01807,"123":0.00361,"124":0.01807,"126":0.00361,"127":0.00361,"128":0.05782,"130":0.01084,"131":0.05782,"132":0.00723,"133":0.03253,"134":0.00723,"135":0.01446,"136":0.00723,"137":0.06144,"138":0.04698,"139":0.01807,"140":0.02891,"141":0.01084,"142":0.04698,"143":0.02168,"144":0.0253,"145":0.07228,"146":0.12649,"147":0.94687,"148":4.96564,"149":8.37364,"150":0.0253,_:"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 69 70 71 72 73 74 75 76 77 79 80 81 83 84 85 86 87 88 89 91 92 93 94 95 96 97 98 99 100 101 102 113 114 125 129 151 152 153"},F:{"36":0.00361,"90":0.00723,"98":0.02891,"99":0.06505,"114":0.00361,"115":0.00361,"131":0.16986,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 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 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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.00361,"92":0.00361,"100":0.01084,"114":0.00361,"116":0.00361,"119":0.01446,"120":0.01446,"122":0.00361,"134":0.00361,"135":0.00361,"136":0.00361,"138":0.01446,"139":0.00361,"140":0.00361,"142":0.11203,"143":0.01446,"144":0.01084,"145":0.00723,"146":0.01446,"147":0.04698,"148":0.71919,"149":1.66605,_:"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 101 102 103 104 105 106 107 108 109 110 111 112 113 115 117 118 121 123 124 125 126 127 128 129 130 131 132 133 137 141 150"},E:{"27":0.00723,_:"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 16.0 16.2 16.3 16.4 16.5 17.0 17.2 18.1 TP","15.6":0.01084,"16.1":0.00361,"16.6":0.0253,"17.1":0.04337,"17.3":0.00361,"17.4":0.00361,"17.5":0.03614,"17.6":0.0506,"18.0":0.01084,"18.2":0.00361,"18.3":0.01084,"18.4":0.00723,"18.5-18.7":0.0253,"26.0":0.02891,"26.1":0.01807,"26.2":0.06144,"26.3":0.07589,"26.4":0.06505,"26.5":0.50957},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00203,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00609,"8.1-8.4":0,"9.0-9.2":0.00203,"9.3":0,"10.0-10.2":0,"10.3":0.02232,"11.0-11.2":0.67154,"11.3-11.4":0.00406,"12.0-12.1":0,"12.2-12.5":0.06898,"13.0-13.1":0,"13.2":0.02232,"13.3":0,"13.4-13.7":0.00406,"14.0-14.4":0.0142,"14.5-14.8":0.02232,"15.0-15.1":0.02029,"15.2-15.3":0.01217,"15.4":0.0142,"15.5":0.01826,"15.6-15.8":0.35505,"16.0":0.03246,"16.1":0.05275,"16.2":0.0284,"16.3":0.06086,"16.4":0.0142,"16.5":0.02232,"16.6-16.7":0.46257,"17.0":0.02029,"17.1":0.03043,"17.2":0.0284,"17.3":0.04261,"17.4":0.06492,"17.5":0.11564,"17.6-17.7":0.29824,"18.0":0.06695,"18.1":0.12782,"18.2":0.06898,"18.3":0.211,"18.4":0.09536,"18.5-18.7":3.04933,"26.0":0.20085,"26.1":0.20897,"26.2":0.63097,"26.3":0.86225,"26.4":0.98804,"26.5":11.20524},P:{"25":0.01224,"26":0.00612,"27":0.00612,"28":0.01836,"29":0.14688,"30":0.69155,_:"4 20 21 22 23 24 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.00638,"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.91958,_:"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.61306},H:{all:0},L:{"0":53.54599},R:{_:"0"},M:{"0":0.12772},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00364,"67":0.00364,"72":0.00364,"115":0.12747,"127":0.00728,"135":0.02185,"136":0.00364,"140":0.01457,"146":0.00728,"147":0.02185,"148":0.00728,"149":0.0437,"150":0.90686,"151":0.53537,_:"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 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 128 129 130 131 132 133 134 137 138 139 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"39":0.00364,"40":0.00364,"41":0.00364,"42":0.00364,"43":0.00364,"44":0.00364,"45":0.00364,"46":0.00364,"47":0.00364,"48":0.00364,"49":0.00728,"50":0.00728,"51":0.00364,"52":0.02549,"53":0.00364,"54":0.00364,"55":0.00728,"56":0.00364,"57":0.00364,"58":0.00728,"59":0.00728,"60":0.00728,"61":0.00364,"63":0.00364,"64":0.00364,"65":0.00364,"66":0.00364,"67":0.00364,"69":0.00364,"70":0.00364,"71":0.06556,"72":0.00728,"73":0.00728,"74":0.00728,"78":0.00728,"79":0.00364,"81":0.00728,"83":0.00364,"84":0.00364,"85":0.00364,"86":0.01093,"87":0.00728,"88":0.01093,"91":0.00728,"93":0.02914,"94":0.00364,"95":0.00364,"97":0.00364,"98":0.00728,"101":0.00364,"102":0.00364,"103":0.02914,"104":0.01457,"105":0.01093,"106":0.01821,"107":0.01093,"108":0.00728,"109":0.30593,"110":0.01457,"111":0.01457,"112":0.22216,"114":0.05099,"116":0.05099,"117":0.01093,"118":0.56815,"119":0.05099,"120":0.03278,"122":0.05099,"123":0.01093,"124":0.01093,"125":0.02185,"126":0.01093,"127":0.04735,"128":0.01821,"129":0.00364,"130":0.12383,"131":0.05827,"132":0.00364,"133":0.01821,"134":0.01093,"135":0.03642,"136":0.01821,"137":0.02185,"138":0.09469,"139":0.04006,"140":0.01457,"141":0.01821,"142":0.02549,"143":0.10562,"144":0.06191,"145":0.18938,"146":0.22945,"147":4.85479,"148":7.25851,"149":0.02914,"150":0.00364,_:"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 68 75 76 77 80 89 90 92 96 99 100 113 115 121 151 152"},F:{"36":0.00364,"42":0.00364,"69":0.00364,"79":0.00728,"90":0.01821,"94":0.01457,"95":0.03278,"96":0.00728,"97":0.0437,"98":0.09833,"99":0.01093,"126":0.01821,"127":0.00364,"131":0.57544,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 91 92 93 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00728,"15":0.01093,"16":0.00728,"17":0.00728,"18":0.07284,"84":0.00364,"89":0.01093,"90":0.03278,"92":0.07648,"100":0.01457,"109":0.02549,"114":0.00728,"122":0.02185,"129":0.00364,"132":0.00728,"133":0.00364,"136":0.00728,"138":0.00364,"139":0.00364,"140":0.00728,"141":0.00364,"142":0.00728,"143":0.02185,"144":0.03278,"145":0.04006,"146":0.10198,"147":1.27834,"148":2.27625,"149":0.01821,_:"12 13 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 123 124 125 126 127 128 130 131 134 135 137"},E:{"14":0.00364,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 26.0 TP","5.1":0.00728,"15.6":0.01457,"16.6":0.00364,"17.1":0.01093,"17.6":0.01093,"18.3":0.00364,"18.4":0.00364,"18.5-18.7":0.00364,"26.1":0.00728,"26.2":0.01093,"26.3":0.04006,"26.4":0.02914,"26.5":0.00728},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00016,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00033,"8.1-8.4":0,"9.0-9.2":0.00016,"9.3":0,"10.0-10.2":0,"10.3":0.00148,"11.0-11.2":0.03903,"11.3-11.4":0.00049,"12.0-12.1":0,"12.2-12.5":0.0056,"13.0-13.1":0,"13.2":0.00181,"13.3":0,"13.4-13.7":0.00033,"14.0-14.4":0.00132,"14.5-14.8":0.00214,"15.0-15.1":0.00165,"15.2-15.3":0.00099,"15.4":0.00132,"15.5":0.00148,"15.6-15.8":0.02783,"16.0":0.00296,"16.1":0.00461,"16.2":0.00247,"16.3":0.00543,"16.4":0.00115,"16.5":0.00198,"16.6-16.7":0.03705,"17.0":0.00165,"17.1":0.0028,"17.2":0.00247,"17.3":0.00478,"17.4":0.00757,"17.5":0.01021,"17.6-17.7":0.02684,"18.0":0.00543,"18.1":0.0107,"18.2":0.00576,"18.3":0.01713,"18.4":0.0079,"18.5-18.7":0.2727,"26.0":0.01746,"26.1":0.02174,"26.2":0.08365,"26.3":0.26413,"26.4":0.54474,"26.5":0.19431},P:{"21":0.00692,"22":0.00692,"24":0.00692,"25":0.00692,"26":0.02076,"27":0.02768,"28":0.05537,"29":0.55365,"30":0.02076,_:"4 20 23 5.0-5.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 18.0 19.0","6.2-6.4":0.00692,"7.2-7.4":0.04152,"9.2":0.00692,"16.0":0.00692,"17.0":0.01384},I:{"0":0.03176,"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":2.7848,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.04451,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.1971},Q:{"14.9":0.02543},O:{"0":2.19351},H:{all:0},L:{"0":67.66271}};
1
+ module.exports={C:{"52":0.00409,"54":0.00409,"112":0.00409,"115":0.06541,"120":0.00818,"121":0.02044,"127":0.00409,"131":0.00409,"134":0.00409,"135":0.01635,"140":0.01635,"142":0.00409,"144":0.00409,"146":0.00409,"147":0.00409,"148":0.00409,"149":0.0327,"150":0.02453,"151":1.02609,"152":0.60911,"153":0.00409,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 128 129 130 132 133 136 137 138 139 141 143 145 154 155 3.5 3.6"},D:{"39":0.00409,"40":0.00409,"41":0.00409,"43":0.00409,"48":0.00409,"49":0.00818,"50":0.00409,"51":0.00409,"52":0.00409,"54":0.00409,"55":0.00409,"56":0.00409,"57":0.00409,"58":0.00409,"59":0.00409,"60":0.00409,"63":0.00409,"65":0.00409,"68":0.00409,"69":0.00818,"70":0.01226,"71":0.02453,"73":0.00818,"74":0.00409,"75":0.00409,"76":0.01226,"78":0.00409,"79":0.00818,"80":0.00818,"81":0.00409,"83":0.00409,"86":0.02044,"87":0.00409,"91":0.00409,"92":0.00818,"93":0.00409,"95":0.00818,"98":0.01226,"99":0.00409,"103":0.03679,"104":0.02044,"105":0.02044,"106":0.0327,"107":0.01226,"108":0.01635,"109":0.41289,"110":0.01226,"111":0.02453,"112":0.01226,"114":0.04088,"116":0.05314,"117":0.01226,"118":1.54935,"119":0.13082,"120":0.05314,"122":0.04906,"123":0.00818,"124":0.02044,"125":0.02862,"126":0.02862,"127":0.02862,"128":0.0327,"129":0.00409,"130":0.02044,"131":0.06132,"132":0.00818,"133":0.02862,"134":0.02453,"135":0.04088,"136":0.01635,"137":0.02453,"138":0.15943,"139":0.0327,"140":0.03679,"141":0.01635,"142":0.0327,"143":0.07358,"144":0.05314,"145":0.12264,"146":0.16761,"147":0.32704,"148":6.25464,"149":7.10494,"150":0.05314,_:"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 42 44 45 46 47 53 61 62 64 66 67 72 77 84 85 88 89 90 94 96 97 100 101 102 113 115 121 151 152 153"},F:{"28":0.00409,"36":0.00409,"38":0.00409,"79":0.00409,"90":0.01635,"95":0.01635,"97":0.00818,"98":0.13082,"99":0.10629,"100":0.02044,"101":0.00409,"113":0.00409,"126":0.00409,"131":1.08332,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 91 92 93 94 96 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00409,"15":0.01226,"16":0.00818,"17":0.01635,"18":0.0695,"84":0.00409,"85":0.00409,"89":0.00409,"90":0.01635,"92":0.05314,"100":0.01635,"109":0.01226,"114":0.00409,"118":0.00409,"119":0.0327,"120":0.00818,"122":0.01226,"133":0.00409,"135":0.05314,"136":0.00409,"137":0.00818,"138":0.00818,"139":0.01635,"140":0.00409,"141":0.00409,"142":0.02862,"143":0.01226,"144":0.01635,"145":0.04088,"146":0.02453,"147":0.08585,"148":1.1242,"149":2.77575,"150":0.00818,_:"12 13 79 80 81 83 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 121 123 124 125 126 127 128 129 130 131 132 134"},E:{"11":0.00409,"14":0.00409,_:"4 5 6 7 8 9 10 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 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 18.5-18.7 26.0 TP","12.1":0.00409,"13.1":0.00409,"14.1":0.00409,"15.6":0.01635,"16.3":0.00409,"16.6":0.02453,"17.6":0.00818,"26.1":0.00409,"26.2":0.01226,"26.3":0.00818,"26.4":0.01635,"26.5":0.12264},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00023,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0007,"8.1-8.4":0,"9.0-9.2":0.00023,"9.3":0,"10.0-10.2":0,"10.3":0.00258,"11.0-11.2":0.07749,"11.3-11.4":0.00047,"12.0-12.1":0,"12.2-12.5":0.00796,"13.0-13.1":0,"13.2":0.00258,"13.3":0,"13.4-13.7":0.00047,"14.0-14.4":0.00164,"14.5-14.8":0.00258,"15.0-15.1":0.00234,"15.2-15.3":0.0014,"15.4":0.00164,"15.5":0.00211,"15.6-15.8":0.04097,"16.0":0.00375,"16.1":0.00609,"16.2":0.00328,"16.3":0.00702,"16.4":0.00164,"16.5":0.00258,"16.6-16.7":0.05338,"17.0":0.00234,"17.1":0.00351,"17.2":0.00328,"17.3":0.00492,"17.4":0.00749,"17.5":0.01334,"17.6-17.7":0.03441,"18.0":0.00773,"18.1":0.01475,"18.2":0.00796,"18.3":0.02435,"18.4":0.011,"18.5-18.7":0.35188,"26.0":0.02318,"26.1":0.02411,"26.2":0.07281,"26.3":0.0995,"26.4":0.11401,"26.5":1.29302},P:{"24":0.00795,"26":0.08744,"27":0.00795,"28":0.06359,"29":0.25438,"30":0.65979,_:"4 20 21 22 23 25 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0","7.2-7.4":0.05564,"8.2":0.00795,"13.0":0.0159,"17.0":0.00795,"19.0":0.00795},I:{"0":0.01772,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":2.34706,_:"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.04138,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":2.41801},H:{all:0},L:{"0":62.99158},R:{_:"0"},M:{"0":0.18918},Q:{"14.9":0.0473}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.00563,"52":0.00563,"72":0.00563,"78":0.00563,"115":0.10697,"121":0.00563,"135":0.00563,"140":0.02815,"145":0.00563,"146":0.01126,"147":0.00563,"148":0.01126,"149":0.04504,"150":0.82761,"151":0.34906,"152":0.00563,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 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 136 137 138 139 141 142 143 144 153 154 3.5 3.6"},D:{"39":0.18016,"40":0.18016,"41":0.18016,"42":0.18016,"43":0.18016,"44":0.18016,"45":0.18016,"46":0.18016,"47":0.18016,"48":0.18016,"49":0.18579,"50":0.18016,"51":0.18016,"52":0.18016,"53":0.18016,"54":0.18016,"55":0.18016,"56":0.18016,"57":0.18016,"58":0.18016,"59":0.18016,"60":0.18016,"75":0.00563,"76":0.00563,"79":0.01126,"80":0.00563,"87":0.05067,"88":0.00563,"91":0.00563,"93":0.00563,"97":0.01126,"99":0.00563,"103":0.37721,"104":0.33217,"105":0.32091,"106":0.32091,"107":0.32091,"108":0.32091,"109":0.92332,"110":0.32091,"111":0.38847,"112":2.25763,"114":0.03941,"116":0.72064,"117":0.31528,"118":4.04234,"119":0.01126,"120":0.34906,"121":0.00563,"122":0.0563,"123":0.01689,"124":0.34343,"125":2.04932,"126":0.01689,"127":0.01126,"128":0.0563,"129":0.00563,"130":0.00563,"131":0.6756,"132":0.01126,"133":0.69249,"134":0.03378,"135":0.01689,"136":0.03378,"137":0.09008,"138":0.19142,"139":0.06193,"140":0.02815,"141":0.02252,"142":0.06756,"143":0.10134,"144":0.06756,"145":0.7319,"146":0.36595,"147":6.71096,"148":11.04043,"149":0.03941,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 77 78 81 83 84 85 86 89 90 92 94 95 96 98 100 101 102 113 115 150 151 152"},F:{"95":0.01689,"97":0.01126,"98":0.03378,"131":0.63056,_:"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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01126,"109":0.03941,"114":0.00563,"122":0.00563,"131":0.00563,"133":0.00563,"134":0.00563,"135":0.00563,"136":0.00563,"137":0.00563,"138":0.01126,"139":0.00563,"140":0.00563,"141":0.00563,"142":0.01126,"143":0.01689,"144":0.02252,"145":0.30965,"146":0.08445,"147":1.65522,"148":3.45119,"149":0.00563,_:"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 119 120 121 123 124 125 126 127 128 129 130 132"},E:{_:"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.4 15.5 16.2 16.4 17.0 TP","5.1":0.00563,"13.1":0.00563,"14.1":0.01126,"15.6":0.03941,"16.0":0.00563,"16.1":0.00563,"16.3":0.00563,"16.5":0.01126,"16.6":0.06756,"17.1":0.03941,"17.2":0.00563,"17.3":0.00563,"17.4":0.00563,"17.5":0.01689,"17.6":0.08445,"18.0":0.00563,"18.1":0.00563,"18.2":0.00563,"18.3":0.01689,"18.4":0.01689,"18.5-18.7":0.03378,"26.0":0.01126,"26.1":0.02252,"26.2":0.07882,"26.3":0.26461,"26.4":0.32654,"26.5":0.15764},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00121,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00242,"8.1-8.4":0,"9.0-9.2":0.00121,"9.3":0,"10.0-10.2":0,"10.3":0.01088,"11.0-11.2":0.28647,"11.3-11.4":0.00363,"12.0-12.1":0,"12.2-12.5":0.0411,"13.0-13.1":0,"13.2":0.0133,"13.3":0,"13.4-13.7":0.00242,"14.0-14.4":0.00967,"14.5-14.8":0.01571,"15.0-15.1":0.01209,"15.2-15.3":0.00725,"15.4":0.00967,"15.5":0.01088,"15.6-15.8":0.20428,"16.0":0.02176,"16.1":0.03384,"16.2":0.01813,"16.3":0.03989,"16.4":0.00846,"16.5":0.0145,"16.6-16.7":0.27197,"17.0":0.01209,"17.1":0.02055,"17.2":0.01813,"17.3":0.03505,"17.4":0.0556,"17.5":0.07494,"17.6-17.7":0.19702,"18.0":0.03989,"18.1":0.07857,"18.2":0.04231,"18.3":0.12571,"18.4":0.05802,"18.5-18.7":2.00168,"26.0":0.12813,"26.1":0.15955,"26.2":0.61404,"26.3":1.93882,"26.4":3.99852,"26.5":1.42632},P:{"26":0.00748,"27":0.00748,"28":0.02244,"29":0.32168,"30":0.06733,_:"4 20 21 22 23 24 25 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.00748,"8.2":0.00748},I:{"0":0.04802,"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.13984,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.21413},Q:{_:"14.9"},O:{"0":0.0437},H:{all:0},L:{"0":36.53919}};
1
+ module.exports={C:{"4":0.00367,"52":0.00735,"78":0.00367,"101":0.00367,"115":0.08815,"120":0.05877,"121":0.11386,"128":0.00367,"135":0.00367,"136":0.00367,"140":0.02204,"146":0.00735,"147":0.00367,"148":0.00735,"149":0.00735,"150":0.02204,"151":0.5032,"152":0.30853,"153":0.00367,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 134 137 138 139 141 142 143 144 145 154 155 3.5 3.6"},D:{"39":0.01469,"40":0.01469,"41":0.01469,"42":0.01469,"43":0.01469,"44":0.01469,"45":0.01469,"46":0.01469,"47":0.01469,"48":0.01469,"49":0.01469,"50":0.01469,"51":0.01469,"52":0.01469,"53":0.01469,"54":0.01469,"55":0.01469,"56":0.01469,"57":0.01469,"58":0.01469,"59":0.01469,"60":0.01469,"76":0.00735,"79":0.01469,"80":0.00367,"87":0.02204,"88":0.00367,"90":0.00367,"91":0.00367,"93":0.00367,"97":0.00735,"103":0.24976,"104":0.22773,"105":0.22405,"106":0.22405,"107":0.22405,"108":0.22405,"109":0.64645,"110":0.22405,"111":0.29751,"112":0.22038,"114":0.02571,"116":0.5032,"117":0.22405,"118":2.02382,"119":0.12488,"120":0.36363,"121":0.00367,"122":0.03673,"123":0.01102,"124":0.24242,"125":1.35901,"126":0.01102,"127":0.00735,"128":0.06244,"129":0.00367,"130":0.00367,"131":0.47014,"132":0.01837,"133":0.46647,"134":0.02571,"135":0.01102,"136":0.02204,"137":0.0404,"138":0.14692,"139":0.04408,"140":0.01469,"141":0.01837,"142":0.06244,"143":0.04775,"144":0.05877,"145":0.28282,"146":0.29751,"147":0.21671,"148":4.02928,"149":8.87397,"150":0.05142,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 81 83 84 85 86 89 92 94 95 96 98 99 100 101 102 113 115 151 152 153"},F:{"95":0.01102,"98":0.00735,"99":0.02571,"131":0.40403,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00367,"92":0.00367,"109":0.02571,"114":0.00367,"119":0.05877,"120":0.05877,"122":0.00367,"131":0.00367,"133":0.00367,"134":0.00367,"135":0.00367,"136":0.00367,"137":0.00367,"138":0.00367,"139":0.00367,"140":0.00367,"141":0.00367,"142":0.00735,"143":0.01469,"144":0.01102,"145":0.08815,"146":0.02938,"147":0.21671,"148":0.98069,"149":2.83923,"150":0.00735,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 132"},E:{"27":0.00367,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.4 17.0 TP","13.1":0.00735,"14.1":0.00735,"15.6":0.03306,"16.1":0.00367,"16.2":0.00367,"16.3":0.00735,"16.5":0.00735,"16.6":0.03673,"17.1":0.02938,"17.2":0.00367,"17.3":0.00367,"17.4":0.00735,"17.5":0.00735,"17.6":0.05877,"18.0":0.00367,"18.1":0.00735,"18.2":0.00367,"18.3":0.01469,"18.4":0.00735,"18.5-18.7":0.01837,"26.0":0.00735,"26.1":0.01102,"26.2":0.03673,"26.3":0.06244,"26.4":0.04408,"26.5":0.46647},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00113,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00338,"8.1-8.4":0,"9.0-9.2":0.00113,"9.3":0,"10.0-10.2":0,"10.3":0.01238,"11.0-11.2":0.37256,"11.3-11.4":0.00225,"12.0-12.1":0,"12.2-12.5":0.03827,"13.0-13.1":0,"13.2":0.01238,"13.3":0,"13.4-13.7":0.00225,"14.0-14.4":0.00788,"14.5-14.8":0.01238,"15.0-15.1":0.01126,"15.2-15.3":0.00675,"15.4":0.00788,"15.5":0.01013,"15.6-15.8":0.19698,"16.0":0.01801,"16.1":0.02926,"16.2":0.01576,"16.3":0.03377,"16.4":0.00788,"16.5":0.01238,"16.6-16.7":0.25663,"17.0":0.01126,"17.1":0.01688,"17.2":0.01576,"17.3":0.02364,"17.4":0.03602,"17.5":0.06416,"17.6-17.7":0.16546,"18.0":0.03714,"18.1":0.07091,"18.2":0.03827,"18.3":0.11706,"18.4":0.0529,"18.5-18.7":1.69174,"26.0":0.11143,"26.1":0.11593,"26.2":0.35005,"26.3":0.47837,"26.4":0.54815,"26.5":6.21654},P:{"25":0.00889,"26":0.01778,"27":0.00889,"28":0.02667,"29":0.08001,"30":0.54228,_:"4 20 21 22 23 24 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.00889,"8.2":0.00889},I:{"0":0.03792,"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.17716,_:"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.02531},H:{all:0},L:{"0":55.48718},R:{_:"0"},M:{"0":0.20879},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.11995,"121":0.00631,"122":0.00631,"123":0.01263,"127":0.00631,"128":0.01894,"133":0.08838,"136":0.01263,"138":0.01263,"140":0.00631,"146":0.00631,"147":0.01263,"148":0.00631,"149":0.02525,"150":0.58711,"151":0.3409,_:"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 124 125 126 129 130 131 132 134 135 137 139 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"39":0.1957,"40":0.1957,"41":0.1957,"42":0.1957,"43":0.1957,"44":0.1957,"45":0.1957,"46":0.1957,"47":0.1957,"48":0.1957,"49":0.1957,"50":0.1957,"51":0.1957,"52":0.1957,"53":0.1957,"54":0.1957,"55":0.1957,"56":0.1957,"57":0.1957,"58":0.1957,"59":0.1957,"60":0.1957,"75":0.01263,"76":0.00631,"77":0.03788,"79":0.01263,"87":0.01894,"91":0.11363,"92":0.01894,"93":0.08207,"94":0.00631,"96":0.00631,"98":0.00631,"99":0.00631,"102":0.00631,"103":1.95703,"104":0.54923,"105":0.55554,"106":0.54923,"107":0.54923,"108":0.54292,"109":1.28785,"110":0.54292,"111":0.54923,"112":1.38886,"114":0.0505,"116":1.23735,"117":0.59342,"118":1.59719,"119":0.01263,"120":0.56186,"121":0.01263,"122":0.05682,"123":0.01894,"124":0.56186,"125":0.01263,"126":0.11363,"127":0.01263,"128":0.04419,"129":0.01263,"130":0.02525,"131":1.14897,"132":0.01894,"133":1.10478,"134":0.02525,"135":0.02525,"136":0.0505,"137":0.12626,"138":0.1452,"139":0.05682,"140":0.0505,"141":0.04419,"142":0.3409,"143":0.10101,"144":0.13257,"145":0.35984,"146":0.37247,"147":9.38112,"148":16.73576,"149":0.10101,"150":0.04419,_:"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 78 80 81 83 84 85 86 88 89 90 95 97 100 101 113 115 151 152"},F:{"95":0.01263,"97":0.01894,"98":0.0505,"122":0.00631,"131":0.40403,_:"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 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:{"92":0.00631,"102":0.00631,"109":0.01894,"118":0.00631,"120":0.00631,"132":0.00631,"142":0.00631,"143":0.00631,"144":0.01263,"145":0.01263,"146":0.03788,"147":1.02271,"148":2.22218,_:"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 103 104 105 106 107 108 110 111 112 113 114 115 116 117 119 121 122 123 124 125 126 127 128 129 130 131 133 134 135 136 137 138 139 140 141 149"},E:{"13":0.00631,"15":0.00631,_:"4 5 6 7 8 9 10 11 12 14 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 16.0 16.4 TP","12.1":0.01263,"13.1":0.00631,"14.1":0.01263,"15.5":0.00631,"15.6":0.03788,"16.1":0.00631,"16.2":0.01263,"16.3":0.00631,"16.5":0.00631,"16.6":0.03157,"17.0":0.00631,"17.1":0.03157,"17.2":0.00631,"17.3":0.01263,"17.4":0.01263,"17.5":0.02525,"17.6":0.08207,"18.0":0.00631,"18.1":0.01894,"18.2":0.00631,"18.3":0.02525,"18.4":0.01263,"18.5-18.7":0.04419,"26.0":0.01894,"26.1":0.01894,"26.2":0.13889,"26.3":0.30302,"26.4":0.51767,"26.5":0.15151},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00118,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00235,"8.1-8.4":0,"9.0-9.2":0.00118,"9.3":0,"10.0-10.2":0,"10.3":0.01059,"11.0-11.2":0.27884,"11.3-11.4":0.00353,"12.0-12.1":0,"12.2-12.5":0.04,"13.0-13.1":0,"13.2":0.01294,"13.3":0,"13.4-13.7":0.00235,"14.0-14.4":0.00941,"14.5-14.8":0.01529,"15.0-15.1":0.01177,"15.2-15.3":0.00706,"15.4":0.00941,"15.5":0.01059,"15.6-15.8":0.19883,"16.0":0.02118,"16.1":0.03294,"16.2":0.01765,"16.3":0.03883,"16.4":0.00824,"16.5":0.01412,"16.6-16.7":0.26472,"17.0":0.01177,"17.1":0.02,"17.2":0.01765,"17.3":0.03412,"17.4":0.05412,"17.5":0.07294,"17.6-17.7":0.19177,"18.0":0.03883,"18.1":0.07647,"18.2":0.04118,"18.3":0.12236,"18.4":0.05647,"18.5-18.7":1.94832,"26.0":0.12471,"26.1":0.1553,"26.2":0.59767,"26.3":1.88714,"26.4":3.89193,"26.5":1.3883},P:{"4":0.00656,"21":0.00656,"26":0.00656,"27":0.00656,"28":0.01968,"29":0.47225,"30":0.09183,_:"20 22 23 24 25 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.00656,"8.2":0.00656},I:{"0":0.01105,"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.42032,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.16592},Q:{"14.9":0.00369},O:{"0":0.54568},H:{all:0},L:{"0":29.69972}};
1
+ module.exports={C:{"115":0.08578,"120":0.04289,"121":0.09191,"122":0.00613,"123":0.01225,"127":0.00613,"128":0.03676,"136":0.00613,"138":0.01225,"140":0.00613,"144":0.00613,"146":0.00613,"147":0.01838,"148":0.01838,"149":0.01225,"150":0.03064,"151":0.64946,"152":0.34311,"153":0.00613,_:"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 124 125 126 129 130 131 132 133 134 135 137 139 141 142 143 145 154 155 3.5 3.6"},D:{"39":0.25733,"40":0.25733,"41":0.25733,"42":0.25733,"43":0.25733,"44":0.25733,"45":0.25733,"46":0.25733,"47":0.25733,"48":0.25733,"49":0.25733,"50":0.25733,"51":0.25733,"52":0.25733,"53":0.25733,"54":0.25121,"55":0.25733,"56":0.25733,"57":0.25733,"58":0.25733,"59":0.25733,"60":0.25733,"70":0.00613,"75":0.00613,"77":0.00613,"79":0.01838,"84":0.00613,"87":0.02451,"90":0.00613,"91":0.14705,"92":0.00613,"93":0.12867,"98":0.00613,"102":0.00613,"103":1.82585,"104":0.16543,"105":0.16543,"106":0.1593,"107":0.1593,"108":0.1593,"109":1.28054,"110":0.1593,"111":0.16543,"112":0.15318,"113":0.00613,"114":0.0674,"115":0.00613,"116":0.55143,"117":0.1593,"118":1.55626,"119":0.09803,"120":0.2941,"121":0.01838,"122":0.05514,"123":0.01225,"124":0.18381,"125":0.01225,"126":0.17156,"127":0.01225,"128":0.08578,"129":0.03064,"130":0.01225,"131":0.41051,"132":0.05514,"133":0.35537,"134":0.03676,"135":0.01838,"136":0.03064,"137":0.14092,"138":0.1593,"139":0.03064,"140":0.03676,"141":0.12254,"142":1.42759,"143":0.0674,"144":0.11029,"145":0.2267,"146":0.23283,"147":0.50241,"148":11.45136,"149":16.02823,"150":0.04902,"151":0.01838,_:"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 78 80 81 83 85 86 88 89 94 95 96 97 99 100 101 152 153"},F:{"72":0.00613,"95":0.00613,"98":0.01838,"99":0.05514,"119":0.00613,"131":0.33699,_:"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 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 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:{"102":0.00613,"109":0.01225,"119":0.04902,"120":0.04902,"122":0.00613,"131":0.00613,"132":0.00613,"140":0.01225,"142":0.00613,"143":0.00613,"144":0.00613,"145":0.00613,"146":0.01225,"147":0.03676,"148":0.98032,"149":2.73877,"150":0.00613,_:"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 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 133 134 135 136 137 138 139 141"},E:{"13":0.01225,_:"4 5 6 7 8 9 10 11 12 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 15.5 16.2 16.4 TP","12.1":0.00613,"13.1":0.01225,"14.1":0.01225,"15.6":0.03064,"16.0":0.00613,"16.1":0.00613,"16.3":0.00613,"16.5":0.01225,"16.6":0.03064,"17.0":0.00613,"17.1":0.02451,"17.2":0.00613,"17.3":0.01225,"17.4":0.01225,"17.5":0.01838,"17.6":0.04902,"18.0":0.01225,"18.1":0.01225,"18.2":0.00613,"18.3":0.03676,"18.4":0.01225,"18.5-18.7":0.04289,"26.0":0.01838,"26.1":0.03676,"26.2":0.09191,"26.3":0.09191,"26.4":0.11029,"26.5":0.82102},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00116,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00348,"8.1-8.4":0,"9.0-9.2":0.00116,"9.3":0,"10.0-10.2":0,"10.3":0.01277,"11.0-11.2":0.3842,"11.3-11.4":0.00232,"12.0-12.1":0,"12.2-12.5":0.03947,"13.0-13.1":0,"13.2":0.01277,"13.3":0,"13.4-13.7":0.00232,"14.0-14.4":0.00813,"14.5-14.8":0.01277,"15.0-15.1":0.01161,"15.2-15.3":0.00696,"15.4":0.00813,"15.5":0.01045,"15.6-15.8":0.20313,"16.0":0.01857,"16.1":0.03018,"16.2":0.01625,"16.3":0.03482,"16.4":0.00813,"16.5":0.01277,"16.6-16.7":0.26465,"17.0":0.01161,"17.1":0.01741,"17.2":0.01625,"17.3":0.02438,"17.4":0.03714,"17.5":0.06616,"17.6-17.7":0.17063,"18.0":0.0383,"18.1":0.07313,"18.2":0.03947,"18.3":0.12072,"18.4":0.05455,"18.5-18.7":1.74459,"26.0":0.11491,"26.1":0.11956,"26.2":0.36099,"26.3":0.49331,"26.4":0.56528,"26.5":6.41076},P:{"4":0.01256,"21":0.00628,"22":0.00628,"26":0.00628,"27":0.00628,"28":0.02512,"29":0.06907,"30":0.49608,_:"20 23 24 25 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.01256,"8.2":0.00628},I:{"0":0.01161,"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.42216,_:"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.58095},H:{all:0},L:{"0":32.30169},R:{_:"0"},M:{"0":0.17429},Q:{"14.9":0.00387}};