@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:{"48":0.01743,"52":0.01162,"78":0.01162,"102":0.00581,"103":0.05809,"113":0.00581,"115":0.11618,"136":0.01162,"138":0.01743,"140":0.07552,"142":0.00581,"143":0.00581,"144":0.00581,"145":0.00581,"146":0.00581,"147":0.01743,"148":0.01743,"149":0.09294,"150":1.58005,"151":0.63318,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 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 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 139 141 152 153 154 3.5 3.6"},D:{"39":0.01743,"40":0.01743,"41":0.01743,"42":0.01743,"43":0.01743,"44":0.01743,"45":0.01743,"46":0.01743,"47":0.01743,"48":0.01743,"49":0.05228,"50":0.01743,"51":0.01743,"52":0.01743,"53":0.01743,"54":0.01743,"55":0.01743,"56":0.01743,"57":0.01743,"58":0.01743,"59":0.01743,"60":0.01743,"61":0.00581,"79":0.01162,"85":0.00581,"87":0.00581,"93":0.02324,"95":0.00581,"101":0.00581,"102":0.01162,"103":0.08133,"104":0.31369,"105":0.00581,"107":0.00581,"108":0.00581,"109":0.30788,"110":0.00581,"111":0.01162,"112":0.03485,"113":0.00581,"114":0.02324,"115":0.00581,"116":0.12199,"117":0.01162,"118":0.15684,"119":0.01743,"120":0.05809,"121":0.01162,"122":0.03485,"123":0.01162,"124":0.04647,"125":0.02324,"126":0.05228,"127":0.02324,"128":0.08133,"129":0.00581,"130":0.01162,"131":0.05809,"132":0.00581,"133":0.01743,"134":0.02324,"135":0.01162,"136":0.04066,"137":0.03485,"138":0.15684,"139":0.02905,"140":0.02324,"141":0.05228,"142":0.0639,"143":0.18589,"144":0.16846,"145":0.55186,"146":1.034,"147":11.29851,"148":15.51003,"149":0.04066,"150":0.01743,_:"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 75 76 77 78 80 81 83 84 86 88 89 90 91 92 94 96 97 98 99 100 106 151 152"},F:{"46":0.00581,"95":0.03485,"97":0.01162,"98":0.02905,"102":0.00581,"131":0.5809,_:"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 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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"105":0.00581,"109":0.01743,"122":0.00581,"131":0.00581,"132":0.00581,"133":0.00581,"134":0.00581,"135":0.01162,"136":0.01162,"138":0.00581,"140":0.01162,"141":0.01162,"142":0.01743,"143":0.03485,"144":0.02324,"145":0.07552,"146":0.12199,"147":2.60243,"148":5.38494,"149":0.00581,_:"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 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 137 139"},E:{"14":0.00581,_:"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 16.0 TP","13.1":0.04066,"14.1":0.04066,"15.1":0.00581,"15.2-15.3":0.00581,"15.4":0.00581,"15.5":0.00581,"15.6":0.23236,"16.1":0.01743,"16.2":0.28464,"16.3":0.01743,"16.4":0.01743,"16.5":0.02324,"16.6":0.30207,"17.0":0.00581,"17.1":0.33111,"17.2":0.01743,"17.3":0.02324,"17.4":0.05809,"17.5":0.08133,"17.6":0.28464,"18.0":0.00581,"18.1":0.04066,"18.2":0.01743,"18.3":0.18008,"18.4":0.03485,"18.5-18.7":0.11618,"26.0":0.02905,"26.1":0.03485,"26.2":0.27302,"26.3":1.01658,"26.4":1.60328,"26.5":0.73774},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00179,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00357,"8.1-8.4":0,"9.0-9.2":0.00179,"9.3":0,"10.0-10.2":0,"10.3":0.01608,"11.0-11.2":0.42343,"11.3-11.4":0.00536,"12.0-12.1":0,"12.2-12.5":0.06075,"13.0-13.1":0,"13.2":0.01965,"13.3":0,"13.4-13.7":0.00357,"14.0-14.4":0.01429,"14.5-14.8":0.02323,"15.0-15.1":0.01787,"15.2-15.3":0.01072,"15.4":0.01429,"15.5":0.01608,"15.6-15.8":0.30194,"16.0":0.03216,"16.1":0.05003,"16.2":0.0268,"16.3":0.05896,"16.4":0.01251,"16.5":0.02144,"16.6-16.7":0.40199,"17.0":0.01787,"17.1":0.03037,"17.2":0.0268,"17.3":0.05181,"17.4":0.08218,"17.5":0.11077,"17.6-17.7":0.29122,"18.0":0.05896,"18.1":0.11613,"18.2":0.06253,"18.3":0.18581,"18.4":0.08576,"18.5-18.7":2.95865,"26.0":0.18938,"26.1":0.23583,"26.2":0.9076,"26.3":2.86574,"26.4":5.91015,"26.5":2.10822},P:{"4":0.01241,"21":0.0062,"22":0.01861,"24":0.0062,"25":0.01861,"26":0.01861,"27":0.0062,"28":0.06204,"29":1.40826,"30":0.31019,_:"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 18.0 19.0","7.2-7.4":0.0062,"8.2":0.0062,"17.0":0.0062},I:{"0":0.02512,"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.22631,_:"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.72923},Q:{"14.9":0.00419},O:{"0":0.05448},H:{all:0},L:{"0":25.0457}};
1
+ module.exports={C:{"48":0.0238,"52":0.00595,"78":0.00595,"102":0.05949,"103":0.22606,"115":0.10113,"120":0.00595,"121":0.00595,"136":0.0119,"138":0.01785,"140":0.08329,"142":0.0119,"145":0.00595,"147":0.01785,"148":0.00595,"149":0.0119,"150":0.07734,"151":1.38017,"152":0.77337,"153":0.00595,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 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 128 129 130 131 132 133 134 135 137 139 141 143 144 146 154 155 3.5 3.6"},D:{"39":0.0119,"40":0.0119,"41":0.0119,"42":0.0119,"43":0.0119,"44":0.0119,"45":0.0119,"46":0.0119,"47":0.0119,"48":0.0119,"49":0.04164,"50":0.0119,"51":0.0119,"52":0.0119,"53":0.0119,"54":0.0119,"55":0.0119,"56":0.0119,"57":0.0119,"58":0.0119,"59":0.0119,"60":0.0119,"61":0.00595,"70":0.00595,"79":0.04164,"83":0.00595,"87":0.02975,"88":0.00595,"89":0.00595,"90":0.00595,"93":0.01785,"94":0.00595,"95":0.0119,"102":0.04164,"103":0.16657,"104":1.01728,"105":0.00595,"106":0.00595,"107":0.01785,"108":0.01785,"109":0.3034,"110":0.00595,"111":0.0119,"112":0.00595,"113":0.00595,"114":0.01785,"115":0.00595,"116":0.11303,"117":0.00595,"118":0.22011,"119":0.03569,"120":0.13683,"121":0.01785,"122":0.02975,"123":0.0119,"124":0.08924,"125":0.01785,"126":0.07139,"127":0.02975,"128":0.06544,"129":0.00595,"130":0.01785,"131":0.04759,"132":0.01785,"133":0.02975,"134":0.0238,"135":0.0238,"136":0.03569,"137":0.04759,"138":0.19632,"139":0.0238,"140":0.0238,"141":0.03569,"142":0.09518,"143":0.23201,"144":0.11303,"145":0.24986,"146":0.33909,"147":0.63654,"148":9.98837,"149":16.86542,"150":0.06544,"151":0.01785,_:"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 71 72 73 74 75 76 77 78 80 81 84 85 86 91 92 96 97 98 99 100 101 152 153"},F:{"46":0.0119,"95":0.0238,"98":0.00595,"99":0.03569,"114":0.00595,"131":0.46997,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 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:{"105":0.00595,"109":0.0119,"119":0.00595,"120":0.00595,"122":0.00595,"131":0.00595,"132":0.00595,"133":0.00595,"134":0.00595,"135":0.00595,"137":0.00595,"138":0.00595,"139":0.00595,"140":0.00595,"141":0.01785,"142":0.0119,"143":0.02975,"144":0.0119,"145":0.04164,"146":0.03569,"147":0.15467,"148":2.0881,"149":6.2286,"150":0.00595,_:"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 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 136"},E:{"14":0.00595,"27":0.00595,_:"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 16.0 TP","12.1":0.00595,"13.1":0.07734,"14.1":0.04164,"15.1":0.00595,"15.2-15.3":0.00595,"15.4":0.00595,"15.5":0.0119,"15.6":0.26771,"16.1":0.01785,"16.2":0.10113,"16.3":0.0119,"16.4":0.00595,"16.5":0.0238,"16.6":0.3153,"17.0":0.00595,"17.1":0.34504,"17.2":0.01785,"17.3":0.01785,"17.4":0.04164,"17.5":0.05949,"17.6":0.2915,"18.0":0.00595,"18.1":0.02975,"18.2":0.01785,"18.3":0.17847,"18.4":0.02975,"18.5-18.7":0.08924,"26.0":0.0238,"26.1":0.03569,"26.2":0.17252,"26.3":0.2915,"26.4":0.21416,"26.5":3.08753},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0017,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0051,"8.1-8.4":0,"9.0-9.2":0.0017,"9.3":0,"10.0-10.2":0,"10.3":0.01868,"11.0-11.2":0.56224,"11.3-11.4":0.0034,"12.0-12.1":0,"12.2-12.5":0.05775,"13.0-13.1":0,"13.2":0.01868,"13.3":0,"13.4-13.7":0.0034,"14.0-14.4":0.01189,"14.5-14.8":0.01868,"15.0-15.1":0.01699,"15.2-15.3":0.01019,"15.4":0.01189,"15.5":0.01529,"15.6-15.8":0.29725,"16.0":0.02718,"16.1":0.04416,"16.2":0.02378,"16.3":0.05096,"16.4":0.01189,"16.5":0.01868,"16.6-16.7":0.38728,"17.0":0.01699,"17.1":0.02548,"17.2":0.02378,"17.3":0.03567,"17.4":0.05436,"17.5":0.09682,"17.6-17.7":0.24969,"18.0":0.05605,"18.1":0.10701,"18.2":0.05775,"18.3":0.17665,"18.4":0.07983,"18.5-18.7":2.55299,"26.0":0.16816,"26.1":0.17496,"26.2":0.52826,"26.3":0.7219,"26.4":0.82722,"26.5":9.38136},P:{"4":0.04629,"21":0.00579,"22":0.01157,"25":0.01736,"26":0.01736,"27":0.00579,"28":0.06365,"29":0.12152,"30":1.46404,_:"20 23 24 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","5.0-5.4":0.00579,"7.2-7.4":0.01157,"8.2":0.00579,"17.0":0.03472},I:{"0":0.02429,"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.32416,_:"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.06483},H:{all:0},L:{"0":24.53056},R:{_:"0"},M:{"0":0.84687},Q:{"14.9":0.0081}};
@@ -1 +1 @@
1
- module.exports={C:{"40":0.00902,"72":0.01804,"115":0.02255,"119":0.00451,"120":0.00902,"121":0.00902,"122":0.00902,"123":0.01804,"128":0.00902,"132":0.00902,"133":0.01804,"134":0.01353,"135":0.00451,"140":0.00451,"146":0.00902,"147":0.00451,"148":0.00451,"149":0.01353,"150":0.31563,"151":0.10822,_:"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 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 124 125 126 127 129 130 131 136 137 138 139 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"39":0.01353,"40":0.01353,"41":0.01353,"42":0.01353,"43":0.01353,"44":0.01353,"45":0.02255,"46":0.01353,"47":0.01353,"48":0.01353,"49":0.01353,"50":0.01353,"51":0.01353,"52":0.01353,"53":0.01353,"54":0.01353,"55":0.01353,"56":0.01353,"57":0.01353,"58":0.01353,"59":0.01353,"60":0.01353,"63":0.00451,"66":0.00451,"68":0.00451,"69":0.00451,"73":0.00451,"75":0.01353,"76":0.00451,"79":0.01353,"83":0.00902,"87":0.02255,"90":0.00451,"91":0.00451,"93":0.01353,"95":0.00451,"98":0.06313,"99":0.00451,"101":0.00902,"103":0.67635,"104":0.39679,"105":0.39228,"106":0.39228,"107":0.4013,"108":0.39679,"109":0.86122,"110":0.41934,"111":0.40581,"112":1.54659,"113":0.00451,"114":0.03156,"116":0.81162,"117":0.39679,"118":3.26001,"119":0.03156,"120":0.41483,"122":0.02705,"123":0.00902,"124":0.41483,"125":0.00902,"126":0.05411,"127":0.01353,"128":0.01804,"129":0.02705,"130":0.02705,"131":0.8522,"132":0.04509,"133":0.8026,"134":0.02255,"135":0.01353,"136":0.01804,"137":0.06313,"138":0.30661,"139":0.02255,"140":0.02705,"141":0.02255,"142":0.05411,"143":0.07214,"144":0.06313,"145":0.74399,"146":0.18487,"147":5.19888,"148":8.53103,"149":0.04509,"150":0.00451,_:"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 70 71 72 74 77 78 80 81 84 85 86 88 89 92 94 96 97 100 102 115 121 151 152"},F:{"95":0.00902,"97":0.02255,"98":0.07214,"106":0.00451,"114":0.00451,"115":0.00451,"117":0.00451,"125":0.00451,"131":0.41934,_:"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 107 108 109 110 111 112 113 116 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:{"12":0.00451,"18":0.00451,"92":0.00451,"109":0.00902,"114":0.00451,"122":0.00451,"130":0.00902,"131":0.01353,"132":0.01804,"134":0.00451,"136":0.00451,"138":0.00902,"139":0.00451,"140":0.00451,"141":0.00451,"142":0.00902,"143":0.00451,"144":0.01353,"145":0.02705,"146":0.03607,"147":0.92885,"148":2.08767,_:"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 120 121 123 124 125 126 127 128 129 133 135 137 149"},E:{"8":0.00451,_:"4 5 6 7 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.0 16.1 16.2 16.4 18.0 TP","5.1":0.00451,"13.1":0.00902,"14.1":0.01353,"15.6":0.03607,"16.3":0.00451,"16.5":0.00902,"16.6":0.03156,"17.0":0.00451,"17.1":0.02255,"17.2":0.00902,"17.3":0.00451,"17.4":0.00451,"17.5":0.00902,"17.6":0.02705,"18.1":0.00902,"18.2":0.00902,"18.3":0.01804,"18.4":0.00451,"18.5-18.7":0.02705,"26.0":0.00902,"26.1":0.01353,"26.2":0.0496,"26.3":0.11723,"26.4":0.22545,"26.5":0.05862},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00109,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00219,"8.1-8.4":0,"9.0-9.2":0.00109,"9.3":0,"10.0-10.2":0,"10.3":0.00983,"11.0-11.2":0.25897,"11.3-11.4":0.00328,"12.0-12.1":0,"12.2-12.5":0.03715,"13.0-13.1":0,"13.2":0.01202,"13.3":0,"13.4-13.7":0.00219,"14.0-14.4":0.00874,"14.5-14.8":0.01421,"15.0-15.1":0.01093,"15.2-15.3":0.00656,"15.4":0.00874,"15.5":0.00983,"15.6-15.8":0.18467,"16.0":0.01967,"16.1":0.0306,"16.2":0.01639,"16.3":0.03606,"16.4":0.00765,"16.5":0.01311,"16.6-16.7":0.24586,"17.0":0.01093,"17.1":0.01858,"17.2":0.01639,"17.3":0.03169,"17.4":0.05026,"17.5":0.06775,"17.6-17.7":0.17811,"18.0":0.03606,"18.1":0.07103,"18.2":0.03824,"18.3":0.11364,"18.4":0.05245,"18.5-18.7":1.80953,"26.0":0.11583,"26.1":0.14424,"26.2":0.5551,"26.3":1.75271,"26.4":3.61468,"26.5":1.2894},P:{"4":0.03222,"22":0.01289,"23":0.01289,"24":0.00644,"25":0.00644,"26":0.02578,"27":0.05156,"28":0.03222,"29":0.70245,"30":0.174,_:"20 21 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.01933},I:{"0":0.03291,"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.87307,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00451,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.12629},Q:{_:"14.9"},O:{"0":0.72481},H:{all:0},L:{"0":50.61074}};
1
+ module.exports={C:{"115":0.01388,"120":0.12496,"121":0.23603,"123":0.00463,"128":0.00463,"132":0.00463,"133":0.00463,"134":0.00463,"135":0.00463,"140":0.00463,"145":0.00463,"150":0.00926,"151":0.199,"152":0.13421,_:"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 124 125 126 127 129 130 131 136 137 138 139 141 142 143 144 146 147 148 149 153 154 155 3.5 3.6"},D:{"39":0.00463,"40":0.00463,"41":0.00463,"42":0.00926,"43":0.00463,"44":0.00463,"45":0.00926,"46":0.00463,"47":0.00463,"48":0.00463,"49":0.00463,"50":0.00463,"51":0.00463,"52":0.00463,"53":0.00463,"54":0.00463,"55":0.00463,"56":0.00926,"57":0.00463,"58":0.00463,"59":0.00463,"60":0.00926,"65":0.00463,"66":0.00463,"68":0.00463,"69":0.00463,"75":0.00926,"79":0.01851,"81":0.00926,"83":0.01388,"87":0.04628,"88":0.00463,"90":0.00463,"91":0.00463,"93":0.00926,"95":0.00463,"98":0.04628,"101":0.01388,"103":0.59701,"104":0.36098,"105":0.35636,"106":0.36098,"107":0.36098,"108":0.36098,"109":0.70346,"110":0.37024,"111":0.37024,"112":0.35173,"113":0.00463,"114":0.04165,"116":0.7266,"117":0.35636,"118":4.23925,"119":0.30082,"120":0.61552,"122":0.01851,"123":0.00463,"124":0.38875,"125":0.00463,"126":0.06479,"127":0.00926,"128":0.01388,"129":0.00926,"130":0.01851,"131":0.74974,"132":0.02314,"133":0.72197,"134":0.01388,"135":0.01388,"136":0.01388,"137":0.10182,"138":0.55073,"139":0.02777,"140":0.01388,"141":0.01851,"142":0.19438,"143":0.04165,"144":0.06479,"145":0.44892,"146":0.06942,"147":0.18975,"148":5.0584,"149":8.55254,"150":0.04165,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 67 70 71 72 73 74 76 77 78 80 84 85 86 89 92 94 96 97 99 100 102 115 121 151 152 153"},F:{"95":0.00463,"98":0.02314,"99":0.0833,"131":0.21289,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00463,"109":0.01388,"119":0.1157,"120":0.1157,"130":0.00463,"131":0.00463,"132":0.00926,"137":0.00463,"138":0.00463,"140":0.00463,"141":0.00463,"142":0.00463,"143":0.00463,"144":0.00463,"145":0.01851,"146":0.01388,"147":0.01851,"148":0.67569,"149":2.05483,_:"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 133 134 135 136 139 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 17.4 TP","11.1":0.00463,"13.1":0.00926,"14.1":0.00463,"15.6":0.03702,"16.3":0.00463,"16.5":0.00463,"16.6":0.0324,"17.0":0.00463,"17.1":0.02314,"17.2":0.00463,"17.3":0.00463,"17.5":0.00926,"17.6":0.01851,"18.0":0.00463,"18.1":0.00463,"18.2":0.00463,"18.3":0.00926,"18.4":0.00463,"18.5-18.7":0.0324,"26.0":0.00926,"26.1":0.00926,"26.2":0.02314,"26.3":0.0324,"26.4":0.0324,"26.5":0.3471},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00092,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00275,"8.1-8.4":0,"9.0-9.2":0.00092,"9.3":0,"10.0-10.2":0,"10.3":0.01008,"11.0-11.2":0.30341,"11.3-11.4":0.00183,"12.0-12.1":0,"12.2-12.5":0.03117,"13.0-13.1":0,"13.2":0.01008,"13.3":0,"13.4-13.7":0.00183,"14.0-14.4":0.00642,"14.5-14.8":0.01008,"15.0-15.1":0.00917,"15.2-15.3":0.0055,"15.4":0.00642,"15.5":0.00825,"15.6-15.8":0.16041,"16.0":0.01467,"16.1":0.02383,"16.2":0.01283,"16.3":0.0275,"16.4":0.00642,"16.5":0.01008,"16.6-16.7":0.20899,"17.0":0.00917,"17.1":0.01375,"17.2":0.01283,"17.3":0.01925,"17.4":0.02933,"17.5":0.05225,"17.6-17.7":0.13475,"18.0":0.03025,"18.1":0.05775,"18.2":0.03117,"18.3":0.09533,"18.4":0.04308,"18.5-18.7":1.3777,"26.0":0.09075,"26.1":0.09441,"26.2":0.28507,"26.3":0.38957,"26.4":0.4464,"26.5":5.06257},P:{"4":0.01283,"20":0.00641,"21":0.00641,"22":0.01283,"23":0.01924,"24":0.02565,"25":0.01283,"26":0.07696,"27":0.04489,"28":0.05772,"29":0.17956,"30":1.10302,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01924,"11.1-11.2":0.00641,"14.0":0.00641},I:{"0":0.04831,"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.77909,_:"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.85431},H:{all:0},L:{"0":52.63408},R:{_:"0"},M:{"0":0.12358},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.00639,"72":0.05747,"115":0.01277,"120":0.00639,"121":0.01277,"122":0.00639,"130":0.01916,"139":0.00639,"140":0.06386,"146":0.02554,"147":0.00639,"148":0.00639,"149":0.01916,"150":0.77271,"151":0.30014,_:"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 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 123 124 125 126 127 128 129 131 132 133 134 135 136 137 138 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"39":0.05747,"40":0.06386,"41":0.05747,"42":0.06386,"43":0.06386,"44":0.06386,"45":0.06386,"46":0.06386,"47":0.06386,"48":0.06386,"49":0.05747,"50":0.06386,"51":0.06386,"52":0.05747,"53":0.06386,"54":0.06386,"55":0.06386,"56":0.06386,"57":0.06386,"58":0.06386,"59":0.06386,"60":0.06386,"79":0.01277,"83":0.00639,"87":0.05747,"88":0.00639,"91":0.00639,"97":0.00639,"98":0.00639,"99":0.02554,"103":0.90043,"104":0.88127,"105":0.89404,"106":0.89404,"107":0.88127,"108":0.88127,"109":1.11116,"110":0.90043,"111":0.94513,"112":2.95672,"114":0.01916,"116":1.78169,"117":0.88127,"118":7.24172,"119":0.02554,"120":0.92597,"122":0.01916,"123":0.00639,"124":0.88765,"125":0.00639,"126":0.01916,"127":0.00639,"128":0.05109,"129":0.00639,"130":0.00639,"131":1.78169,"132":0.00639,"133":1.94773,"134":0.14688,"135":0.02554,"136":0.01277,"137":0.0447,"138":0.30014,"139":0.0447,"140":0.01916,"141":0.01277,"142":0.06386,"143":0.03832,"144":0.15965,"145":1.40492,"146":0.42148,"147":5.38978,"148":9.28524,"149":0.00639,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 84 85 86 89 90 92 93 94 95 96 100 101 102 113 115 121 150 151 152"},F:{"95":0.00639,"97":0.00639,"98":0.0447,"117":0.00639,"131":0.9579,_:"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 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.00639,"92":0.01277,"109":0.01277,"126":0.00639,"127":0.10856,"134":0.01277,"136":0.00639,"138":0.00639,"140":0.00639,"141":0.00639,"142":0.00639,"143":0.00639,"144":0.02554,"145":0.03832,"146":0.05109,"147":1.37938,"148":2.89286,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 128 129 130 131 132 133 135 137 139 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.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.4 TP","5.1":0.01277,"15.6":0.01277,"16.6":0.05747,"17.1":0.02554,"17.3":0.01277,"17.5":0.0447,"17.6":0.0447,"18.0":0.00639,"18.1":0.00639,"18.2":0.00639,"18.3":0.01916,"18.4":0.00639,"18.5-18.7":0.02554,"26.0":0.02554,"26.1":0.11495,"26.2":0.05747,"26.3":0.2746,"26.4":0.33207,"26.5":0.22351},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00083,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00166,"8.1-8.4":0,"9.0-9.2":0.00083,"9.3":0,"10.0-10.2":0,"10.3":0.00745,"11.0-11.2":0.19631,"11.3-11.4":0.00248,"12.0-12.1":0,"12.2-12.5":0.02816,"13.0-13.1":0,"13.2":0.00911,"13.3":0,"13.4-13.7":0.00166,"14.0-14.4":0.00663,"14.5-14.8":0.01077,"15.0-15.1":0.00828,"15.2-15.3":0.00497,"15.4":0.00663,"15.5":0.00745,"15.6-15.8":0.13999,"16.0":0.01491,"16.1":0.02319,"16.2":0.01242,"16.3":0.02733,"16.4":0.0058,"16.5":0.00994,"16.6-16.7":0.18637,"17.0":0.00828,"17.1":0.01408,"17.2":0.01242,"17.3":0.02402,"17.4":0.0381,"17.5":0.05136,"17.6-17.7":0.13502,"18.0":0.02733,"18.1":0.05384,"18.2":0.02899,"18.3":0.08615,"18.4":0.03976,"18.5-18.7":1.37171,"26.0":0.0878,"26.1":0.10934,"26.2":0.42079,"26.3":1.32864,"26.4":2.74011,"26.5":0.97743},P:{"4":0.00769,"20":0.01537,"22":0.08454,"24":0.00769,"25":0.00769,"26":0.00769,"27":0.03074,"28":0.03074,"29":1.38335,"30":0.2613,_:"21 23 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.00769,"8.2":0.00769,"13.0":0.03074},I:{"0":0.03249,"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.206,_:"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.206},Q:{_:"14.9"},O:{"0":0.03614},H:{all:0},L:{"0":31.7797}};
1
+ module.exports={C:{"4":0.01944,"115":0.01296,"120":0.38886,"121":0.79068,"123":0.00648,"128":0.00648,"135":0.00648,"138":0.00648,"140":0.04537,"146":0.02592,"148":0.09722,"149":0.00648,"150":0.01944,"151":0.4083,"152":0.25924,_:"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 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 124 125 126 127 129 130 131 132 133 134 136 137 139 141 142 143 144 145 147 153 154 155 3.5 3.6"},D:{"39":0.03241,"40":0.03241,"41":0.03241,"42":0.03241,"43":0.03889,"44":0.03241,"45":0.03241,"46":0.03241,"47":0.03889,"48":0.03241,"49":0.03889,"50":0.03241,"51":0.03241,"52":0.03241,"53":0.03241,"54":0.03241,"55":0.03241,"56":0.03241,"57":0.03889,"58":0.03241,"59":0.02592,"60":0.02592,"79":0.03241,"83":0.00648,"87":0.03889,"88":0.00648,"91":0.00648,"97":0.00648,"98":0.00648,"99":0.00648,"100":0.00648,"101":0.00648,"103":1.03048,"104":1.024,"105":1.01752,"106":1.024,"107":1.03048,"108":1.04344,"109":1.21195,"110":1.03696,"111":1.18602,"112":1.01104,"113":0.00648,"114":0.01944,"116":2.048,"117":1.00456,"118":7.42723,"119":0.81013,"120":1.84709,"122":0.02592,"123":0.00648,"124":1.04344,"125":0.00648,"126":0.02592,"127":0.00648,"128":0.03241,"129":0.00648,"131":2.05448,"132":0.01296,"133":2.03503,"134":0.01296,"135":0.02592,"136":0.00648,"137":0.1037,"138":0.22684,"139":0.07129,"140":0.01944,"141":0.01944,"142":0.09073,"143":0.07129,"144":0.11018,"145":0.9203,"146":0.1037,"147":0.16203,"148":4.61447,"149":7.81609,"150":0.05185,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 84 85 86 89 90 92 93 94 95 96 102 115 121 130 151 152 153"},F:{"95":0.00648,"98":0.00648,"99":0.05185,"131":0.77772,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00648,"109":0.01296,"119":0.4083,"120":0.39534,"127":0.07129,"136":0.00648,"137":0.00648,"138":0.00648,"139":0.00648,"140":0.00648,"142":0.00648,"143":0.00648,"144":0.00648,"145":0.02592,"146":0.02592,"147":0.06481,"148":1.06288,"149":3.11088,_:"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 128 129 130 131 132 133 134 135 141 150"},E:{"14":0.00648,"27":0.04537,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 17.0 17.2 18.0 18.4 TP","15.6":0.01296,"16.1":0.01944,"16.5":0.00648,"16.6":0.03889,"17.1":0.01944,"17.3":0.00648,"17.4":0.00648,"17.5":0.05833,"17.6":0.03889,"18.1":0.01296,"18.2":0.00648,"18.3":0.01944,"18.5-18.7":0.01944,"26.0":0.01296,"26.1":0.11666,"26.2":0.01944,"26.3":0.08425,"26.4":0.07129,"26.5":0.79068},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00091,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00273,"8.1-8.4":0,"9.0-9.2":0.00091,"9.3":0,"10.0-10.2":0,"10.3":0.01001,"11.0-11.2":0.3011,"11.3-11.4":0.00182,"12.0-12.1":0,"12.2-12.5":0.03093,"13.0-13.1":0,"13.2":0.01001,"13.3":0,"13.4-13.7":0.00182,"14.0-14.4":0.00637,"14.5-14.8":0.01001,"15.0-15.1":0.0091,"15.2-15.3":0.00546,"15.4":0.00637,"15.5":0.00819,"15.6-15.8":0.15919,"16.0":0.01455,"16.1":0.02365,"16.2":0.01274,"16.3":0.02729,"16.4":0.00637,"16.5":0.01001,"16.6-16.7":0.2074,"17.0":0.0091,"17.1":0.01364,"17.2":0.01274,"17.3":0.0191,"17.4":0.02911,"17.5":0.05185,"17.6-17.7":0.13372,"18.0":0.03002,"18.1":0.05731,"18.2":0.03093,"18.3":0.0946,"18.4":0.04275,"18.5-18.7":1.36722,"26.0":0.09006,"26.1":0.0937,"26.2":0.2829,"26.3":0.38661,"26.4":0.44301,"26.5":5.02406},P:{"4":0.00738,"20":0.00738,"22":0.10335,"24":0.00738,"25":0.02215,"26":0.01476,"27":0.02215,"28":0.06644,"29":0.25837,"30":1.74212,_:"21 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.00738,"8.2":0.00738},I:{"0":0.03515,"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.20762,_:"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.08798},H:{all:0},L:{"0":30.4167},R:{_:"0"},M:{"0":0.23225},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.04928,"72":0.00616,"103":0.00616,"115":0.14784,"121":0.00616,"123":0.00616,"136":0.00616,"140":0.01848,"141":0.00616,"146":0.00616,"147":0.00616,"148":0.00616,"149":0.02464,"150":0.5544,"151":0.2772,_:"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 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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 142 143 144 145 152 153 154 3.5 3.6"},D:{"34":0.00616,"38":0.00616,"39":0.08008,"40":0.08008,"41":0.08008,"42":0.08008,"43":0.08008,"44":0.08008,"45":0.08008,"46":0.08008,"47":0.08624,"48":0.08624,"49":0.08624,"50":0.08624,"51":0.08008,"52":0.08008,"53":0.08008,"54":0.08008,"55":0.08624,"56":0.08008,"57":0.08008,"58":0.08008,"59":0.08008,"60":0.08008,"65":0.00616,"79":0.08008,"87":0.0616,"91":0.00616,"94":0.00616,"96":0.00616,"97":0.03696,"99":0.00616,"102":0.00616,"103":0.154,"104":0.154,"105":0.14784,"106":0.14784,"107":0.14784,"108":0.154,"109":1.05952,"110":0.16016,"111":0.20944,"112":0.66528,"114":0.01232,"115":0.00616,"116":0.31416,"117":0.14168,"118":1.14576,"119":0.01232,"120":0.20328,"121":0.0308,"122":0.05544,"123":0.01232,"124":0.2156,"125":0.01232,"126":0.01232,"127":0.02464,"128":0.02464,"129":0.01232,"130":0.01848,"131":0.35112,"132":0.01232,"133":0.33264,"134":0.0308,"135":0.02464,"136":0.04928,"137":0.05544,"138":0.16016,"139":0.04928,"140":0.05544,"141":0.03696,"142":0.2156,"143":0.08008,"144":0.08624,"145":0.44352,"146":0.40656,"147":11.56848,"148":21.84336,"149":0.07392,"150":0.00616,_:"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 35 36 37 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 92 93 95 98 100 101 113 151 152"},F:{"95":0.01232,"97":0.00616,"98":0.03696,"125":0.00616,"126":0.00616,"127":0.00616,"131":1.4476,_:"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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01232,"109":0.01848,"114":0.00616,"116":0.00616,"122":0.00616,"131":0.00616,"133":0.00616,"134":0.00616,"136":0.00616,"138":0.00616,"139":0.00616,"140":0.00616,"141":0.01232,"142":0.00616,"143":0.02464,"144":0.01848,"145":0.03696,"146":0.08008,"147":1.46608,"148":3.41264,"149":0.00616,_:"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 117 118 119 120 121 123 124 125 126 127 128 129 130 132 135 137"},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 14.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 17.2 18.0 TP","5.1":0.02464,"13.1":0.00616,"15.1":0.00616,"15.6":0.01232,"16.3":0.00616,"16.6":0.01848,"17.1":0.00616,"17.3":0.00616,"17.4":0.00616,"17.5":0.00616,"17.6":0.0308,"18.1":0.00616,"18.2":0.00616,"18.3":0.01232,"18.4":0.00616,"18.5-18.7":0.01232,"26.0":0.00616,"26.1":0.0308,"26.2":0.0616,"26.3":0.14168,"26.4":0.19712,"26.5":0.1232},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00044,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00088,"8.1-8.4":0,"9.0-9.2":0.00044,"9.3":0,"10.0-10.2":0,"10.3":0.00397,"11.0-11.2":0.10463,"11.3-11.4":0.00132,"12.0-12.1":0,"12.2-12.5":0.01501,"13.0-13.1":0,"13.2":0.00486,"13.3":0,"13.4-13.7":0.00088,"14.0-14.4":0.00353,"14.5-14.8":0.00574,"15.0-15.1":0.00441,"15.2-15.3":0.00265,"15.4":0.00353,"15.5":0.00397,"15.6-15.8":0.07461,"16.0":0.00795,"16.1":0.01236,"16.2":0.00662,"16.3":0.01457,"16.4":0.00309,"16.5":0.0053,"16.6-16.7":0.09933,"17.0":0.00441,"17.1":0.00751,"17.2":0.00662,"17.3":0.0128,"17.4":0.02031,"17.5":0.02737,"17.6-17.7":0.07196,"18.0":0.01457,"18.1":0.0287,"18.2":0.01545,"18.3":0.04591,"18.4":0.02119,"18.5-18.7":0.7311,"26.0":0.0468,"26.1":0.05828,"26.2":0.22427,"26.3":0.70814,"26.4":1.46043,"26.5":0.52095},P:{"4":0.03583,"23":0.00597,"26":0.01194,"27":0.00597,"28":0.01792,"29":0.32248,"30":0.05972,_:"20 21 22 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.01194,"8.2":0.01194},I:{"0":0.06903,"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.00003},K:{"0":0.36854,_:"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.16892},Q:{_:"14.9"},O:{"0":0.01152},H:{all:0},L:{"0":38.77657}};
1
+ module.exports={C:{"4":0.0379,"52":0.01263,"115":0.15158,"120":0.08211,"121":0.16422,"123":0.00632,"125":0.00632,"126":0.00632,"127":0.00632,"128":0.00632,"129":0.00632,"130":0.00632,"131":0.00632,"132":0.00632,"133":0.00632,"134":0.00632,"135":0.00632,"136":0.01263,"140":0.01263,"146":0.01263,"147":0.00632,"149":0.00632,"150":0.01263,"151":0.65055,"152":0.39791,_:"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 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 124 137 138 139 141 142 143 144 145 148 153 154 155 3.5 3.6"},D:{"26":0.00632,"34":0.00632,"38":0.00632,"39":0.05053,"40":0.04421,"41":0.05053,"42":0.05053,"43":0.05053,"44":0.05053,"45":0.05053,"46":0.05053,"47":0.05053,"48":0.05053,"49":0.05684,"50":0.05053,"51":0.05053,"52":0.04421,"53":0.05053,"54":0.05053,"55":0.05053,"56":0.05053,"57":0.05053,"58":0.05053,"59":0.05053,"60":0.05053,"65":0.00632,"79":0.11369,"87":0.06316,"88":0.00632,"91":0.00632,"97":0.0379,"102":0.00632,"103":0.18316,"104":0.17685,"105":0.17685,"106":0.17685,"107":0.17685,"108":0.18316,"109":1.13688,"110":0.1958,"111":0.24632,"112":0.17053,"114":0.01895,"115":0.00632,"116":0.37264,"117":0.17053,"118":1.35162,"119":0.17685,"120":0.42949,"121":0.02526,"122":0.05684,"123":0.01263,"124":0.22738,"125":0.01263,"126":0.01895,"127":0.01895,"128":0.04421,"129":0.01263,"130":0.01895,"131":0.40422,"132":0.03158,"133":0.41054,"134":0.0379,"135":0.02526,"136":0.04421,"137":0.06316,"138":0.13264,"139":0.0379,"140":0.0379,"141":0.04421,"142":0.27159,"143":0.09474,"144":0.05684,"145":0.32212,"146":0.10737,"147":0.2779,"148":10.25087,"149":22.16284,"150":0.09474,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 35 36 37 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 89 90 92 93 94 95 96 98 99 100 101 113 151 152 153"},F:{"95":0.01895,"97":0.00632,"98":0.00632,"99":0.0379,"126":0.00632,"131":1.15583,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00632,"92":0.00632,"109":0.02526,"114":0.00632,"119":0.08211,"120":0.08211,"122":0.00632,"131":0.00632,"132":0.00632,"133":0.00632,"135":0.00632,"136":0.00632,"138":0.00632,"139":0.00632,"140":0.00632,"141":0.00632,"142":0.00632,"143":0.01263,"144":0.01895,"145":0.02526,"146":0.05053,"147":0.06948,"148":1.49689,"149":4.08014,_:"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 134 137 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.2 TP","5.1":0.00632,"13.1":0.00632,"15.1":0.00632,"15.6":0.01263,"16.5":0.01263,"16.6":0.01895,"17.1":0.02526,"17.3":0.00632,"17.4":0.00632,"17.5":0.00632,"17.6":0.0379,"18.0":0.00632,"18.1":0.00632,"18.2":0.00632,"18.3":0.01263,"18.4":0.00632,"18.5-18.7":0.01895,"26.0":0.00632,"26.1":0.03158,"26.2":0.04421,"26.3":0.0379,"26.4":0.04421,"26.5":0.41054},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00042,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00127,"8.1-8.4":0,"9.0-9.2":0.00042,"9.3":0,"10.0-10.2":0,"10.3":0.00467,"11.0-11.2":0.14056,"11.3-11.4":0.00085,"12.0-12.1":0,"12.2-12.5":0.01444,"13.0-13.1":0,"13.2":0.00467,"13.3":0,"13.4-13.7":0.00085,"14.0-14.4":0.00297,"14.5-14.8":0.00467,"15.0-15.1":0.00425,"15.2-15.3":0.00255,"15.4":0.00297,"15.5":0.00382,"15.6-15.8":0.07431,"16.0":0.00679,"16.1":0.01104,"16.2":0.00595,"16.3":0.01274,"16.4":0.00297,"16.5":0.00467,"16.6-16.7":0.09682,"17.0":0.00425,"17.1":0.00637,"17.2":0.00595,"17.3":0.00892,"17.4":0.01359,"17.5":0.02421,"17.6-17.7":0.06242,"18.0":0.01401,"18.1":0.02675,"18.2":0.01444,"18.3":0.04416,"18.4":0.01996,"18.5-18.7":0.63825,"26.0":0.04204,"26.1":0.04374,"26.2":0.13207,"26.3":0.18048,"26.4":0.2068,"26.5":2.34534},P:{"4":0.05156,"23":0.00573,"26":0.01146,"27":0.00573,"28":0.02292,"29":0.07448,"30":0.3151,_:"20 21 22 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.00573,"8.2":0.02292},I:{"0":0.08462,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.48984,_:"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.01842},H:{all:0},L:{"0":38.25442},R:{_:"0"},M:{"0":0.1731},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.24336,"128":0.00705,"129":0.00353,"135":0.00353,"138":0.00705,"139":0.00705,"140":0.1693,"141":0.00353,"142":0.00705,"143":0.00353,"145":0.00353,"146":0.00705,"147":0.0388,"148":0.02469,"149":0.02822,"150":3.03675,"151":1.10395,_:"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 130 131 132 133 134 136 137 144 152 153 154 3.5 3.6"},D:{"39":0.00353,"40":0.00705,"41":0.00705,"42":0.00353,"43":0.00705,"44":0.00705,"45":0.00353,"46":0.00353,"47":0.00705,"48":0.00353,"49":0.00705,"50":0.00705,"51":0.00353,"52":0.00353,"54":0.00353,"55":0.00705,"56":0.00705,"57":0.00353,"58":0.00705,"60":0.00705,"65":0.00705,"81":0.01058,"90":0.00353,"91":0.00353,"99":0.00353,"103":0.01058,"104":0.00353,"106":0.00353,"107":0.00353,"109":0.58548,"110":0.00353,"112":0.03174,"116":0.11639,"117":0.00353,"118":0.21515,"120":0.00705,"122":0.04585,"124":0.02116,"125":0.00353,"128":0.04938,"131":0.01411,"133":0.00353,"134":0.00353,"135":0.01058,"136":0.00353,"138":0.07054,"139":0.02822,"140":0.00705,"141":0.01411,"142":0.00353,"143":0.02469,"144":0.00705,"145":0.27158,"146":0.15519,"147":3.33654,"148":5.08946,_:"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 53 59 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 83 84 85 86 87 88 89 92 93 94 95 96 97 98 100 101 102 105 108 111 113 114 115 119 121 123 126 127 129 130 132 137 149 150 151 152"},F:{"95":0.00353,"97":0.01411,"98":0.01411,"102":0.00353,"131":0.28921,_:"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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00353,"89":0.00353,"109":0.00353,"135":0.00353,"136":0.00705,"140":0.01058,"141":0.00705,"143":0.00353,"144":0.00353,"145":0.00705,"146":0.04938,"147":0.93466,"148":1.98923,"149":0.00353,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 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 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 142"},E:{"14":0.01764,_:"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 15.1 16.0 TP","10.1":0.00353,"13.1":0.01764,"14.1":0.0388,"15.2-15.3":0.00353,"15.4":0.00353,"15.5":0.03527,"15.6":0.07407,"16.1":0.1693,"16.2":0.00353,"16.3":0.15519,"16.4":0.02822,"16.5":0.02116,"16.6":0.34565,"17.0":0.00353,"17.1":0.7971,"17.2":0.06349,"17.3":0.00705,"17.4":0.06701,"17.5":0.08465,"17.6":1.14275,"18.0":0.00353,"18.1":0.00705,"18.2":0.00353,"18.3":0.03527,"18.4":0.02469,"18.5-18.7":0.07054,"26.0":0.01411,"26.1":0.0388,"26.2":0.18693,"26.3":0.86412,"26.4":1.19213,"26.5":0.47262},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00159,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00318,"8.1-8.4":0,"9.0-9.2":0.00159,"9.3":0,"10.0-10.2":0,"10.3":0.0143,"11.0-11.2":0.37647,"11.3-11.4":0.00477,"12.0-12.1":0,"12.2-12.5":0.05401,"13.0-13.1":0,"13.2":0.01747,"13.3":0,"13.4-13.7":0.00318,"14.0-14.4":0.01271,"14.5-14.8":0.02065,"15.0-15.1":0.01588,"15.2-15.3":0.00953,"15.4":0.01271,"15.5":0.0143,"15.6-15.8":0.26845,"16.0":0.02859,"16.1":0.04448,"16.2":0.02383,"16.3":0.05242,"16.4":0.01112,"16.5":0.01906,"16.6-16.7":0.35741,"17.0":0.01588,"17.1":0.027,"17.2":0.02383,"17.3":0.04607,"17.4":0.07307,"17.5":0.09849,"17.6-17.7":0.25892,"18.0":0.05242,"18.1":0.10325,"18.2":0.0556,"18.3":0.1652,"18.4":0.07625,"18.5-18.7":2.63051,"26.0":0.16838,"26.1":0.20968,"26.2":0.80694,"26.3":2.54791,"26.4":5.25467,"26.5":1.8744},P:{"4":0.00577,"25":0.02307,"26":0.00577,"27":0.0173,"28":0.08075,"29":1.7938,"30":0.10959,_:"20 21 22 23 24 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02307,"13.0":0.00577},I:{"0":0.02587,"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.08415,_:"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.50489},Q:{_:"14.9"},O:{"0":0.0971},H:{all:0},L:{"0":52.8977}};
1
+ module.exports={C:{"78":0.00971,"115":0.74767,"120":0.01942,"121":0.03884,"127":0.00971,"128":0.01942,"130":0.00486,"131":0.00486,"137":0.00971,"140":0.25246,"147":0.00971,"148":0.01457,"149":0.0437,"150":0.03399,"151":3.74321,"152":1.47592,_:"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 129 132 133 134 135 136 138 139 141 142 143 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.00486,"40":0.00486,"42":0.00486,"43":0.00486,"45":0.00486,"46":0.00486,"47":0.00486,"49":0.00486,"52":0.00486,"54":0.00486,"56":0.00486,"59":0.00486,"87":0.00971,"103":0.12623,"107":0.02428,"108":0.02913,"109":0.85934,"111":0.00486,"114":0.00486,"116":0.08254,"118":0.6263,"119":0.0437,"120":0.0437,"124":0.00486,"125":0.00486,"126":0.00971,"128":0.03884,"129":0.00486,"131":0.00971,"132":0.01457,"133":0.00971,"134":0.00486,"135":0.01457,"137":0.00486,"138":0.06312,"139":0.01942,"140":0.00486,"141":0.01942,"142":0.01457,"143":0.01457,"144":0.00971,"145":0.06312,"146":0.06312,"147":0.16022,"148":3.82089,"149":8.72444,"150":0.02913,_:"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 44 48 50 51 53 55 57 58 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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 110 112 113 115 117 121 122 123 127 130 136 151 152 153"},F:{"46":0.00971,"98":0.00971,"99":0.00971,"131":0.36413,_:"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.00486,"109":0.00486,"119":0.01457,"120":0.01942,"131":0.00486,"143":0.00486,"146":0.02913,"147":0.00486,"148":1.21861,"149":3.71408,"150":0.00486,_:"12 13 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 134 135 136 137 138 139 140 141 142 144 145"},E:{"14":0.01457,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 16.0 TP","13.1":0.00486,"14.1":0.04855,"15.2-15.3":0.00971,"15.4":0.00971,"15.5":0.08739,"15.6":0.16022,"16.1":0.20391,"16.2":0.01457,"16.3":0.10196,"16.4":0.08254,"16.5":0.03884,"16.6":0.46123,"17.0":0.00486,"17.1":1.04868,"17.2":0.01457,"17.3":0.05341,"17.4":0.11652,"17.5":0.16993,"17.6":2.07309,"18.0":0.00971,"18.1":0.01942,"18.2":0.00971,"18.3":0.06797,"18.4":0.00486,"18.5-18.7":0.17478,"26.0":0.04855,"26.1":0.05341,"26.2":0.33985,"26.3":0.18935,"26.4":0.06797,"26.5":3.49075},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00242,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00727,"8.1-8.4":0,"9.0-9.2":0.00242,"9.3":0,"10.0-10.2":0,"10.3":0.02664,"11.0-11.2":0.8016,"11.3-11.4":0.00484,"12.0-12.1":0,"12.2-12.5":0.08234,"13.0-13.1":0,"13.2":0.02664,"13.3":0,"13.4-13.7":0.00484,"14.0-14.4":0.01695,"14.5-14.8":0.02664,"15.0-15.1":0.02422,"15.2-15.3":0.01453,"15.4":0.01695,"15.5":0.0218,"15.6-15.8":0.42381,"16.0":0.03875,"16.1":0.06297,"16.2":0.0339,"16.3":0.07265,"16.4":0.01695,"16.5":0.02664,"16.6-16.7":0.55216,"17.0":0.02422,"17.1":0.03633,"17.2":0.0339,"17.3":0.05086,"17.4":0.0775,"17.5":0.13804,"17.6-17.7":0.356,"18.0":0.07992,"18.1":0.15257,"18.2":0.08234,"18.3":0.25186,"18.4":0.11382,"18.5-18.7":3.63989,"26.0":0.23975,"26.1":0.24944,"26.2":0.75316,"26.3":1.02924,"26.4":1.17939,"26.5":13.37533},P:{"22":0.00501,"24":0.00501,"25":0.00501,"27":0.00501,"28":0.0501,"29":0.24549,"30":1.20241,_:"4 20 21 23 26 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01002},I:{"0":0.01028,"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.03087,_:"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.03602},H:{all:0},L:{"0":31.9308},R:{_:"0"},M:{"0":0.65856},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.07498,"121":0.00375,"127":0.00375,"140":0.04124,"144":0.00375,"145":0.01125,"147":0.01875,"148":0.01125,"149":0.04874,"150":0.40114,"151":0.15746,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 146 152 153 154 3.5 3.6"},D:{"11":0.00375,"41":0.00375,"42":0.00375,"43":0.00375,"44":0.00375,"45":0.00375,"46":0.00375,"48":0.00375,"49":0.00375,"50":0.00375,"51":0.0075,"52":0.00375,"53":0.00375,"54":0.00375,"55":0.00375,"56":0.01125,"58":0.00375,"59":0.00375,"60":0.00375,"66":0.00375,"67":0.0075,"68":0.00375,"69":0.03374,"74":0.00375,"75":0.0075,"76":0.00375,"79":0.00375,"80":0.00375,"86":0.00375,"87":0.01125,"88":0.015,"98":0.00375,"99":0.0075,"103":0.0075,"104":0.00375,"105":0.0075,"106":0.00375,"107":0.00375,"108":0.00375,"109":0.15746,"110":0.00375,"111":0.0075,"112":0.29242,"114":0.01125,"116":0.01125,"117":0.00375,"118":0.15746,"119":0.00375,"120":0.05249,"121":0.00375,"122":0.015,"123":0.00375,"124":0.0075,"126":0.015,"127":0.02999,"128":0.01125,"129":0.00375,"130":0.02249,"131":0.05998,"132":0.0075,"133":0.01125,"134":0.0075,"135":0.1837,"136":0.015,"137":0.0075,"138":0.03749,"139":0.01125,"140":0.02249,"141":0.0075,"142":0.05249,"143":0.03374,"144":0.09373,"145":0.09373,"146":0.15371,"147":2.42185,"148":3.90271,"149":0.01125,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 47 57 61 62 63 64 65 70 71 72 73 77 78 81 83 84 85 89 90 91 92 93 94 95 96 97 100 101 102 113 115 125 150 151 152"},F:{"72":0.00375,"94":0.00375,"96":0.00375,"97":0.06748,"98":0.05249,"99":0.00375,"101":0.00375,"120":0.00375,"131":0.22119,_:"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 95 100 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.0075,"17":0.0075,"18":0.02624,"84":0.00375,"88":0.00375,"89":0.02624,"90":0.01125,"92":0.05998,"100":0.02624,"101":0.00375,"109":0.00375,"114":0.01125,"120":0.00375,"122":0.02999,"125":0.00375,"126":0.00375,"131":0.00375,"132":0.00375,"133":0.00375,"134":0.015,"136":0.01125,"137":0.01875,"138":0.03374,"139":0.01125,"140":0.015,"141":0.04874,"142":0.03749,"143":0.03374,"144":0.16121,"145":0.11247,"146":0.15371,"147":1.52209,"148":2.4556,"149":0.15371,_:"12 13 14 16 79 80 81 83 85 86 87 91 93 94 95 96 97 98 99 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 121 123 124 127 128 129 130 135"},E:{"11":0.00375,_:"4 5 6 7 8 9 10 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 16.0 16.1 16.5 17.0 17.2 17.5 18.0 18.1 18.2 26.0 26.1 TP","5.1":0.0075,"13.1":0.0075,"14.1":0.0075,"15.2-15.3":0.00375,"15.5":0.0075,"15.6":0.015,"16.2":0.05249,"16.3":0.01125,"16.4":0.0075,"16.6":0.02249,"17.1":0.00375,"17.3":0.00375,"17.4":0.00375,"17.6":0.03374,"18.3":0.015,"18.4":0.00375,"18.5-18.7":0.0075,"26.2":0.04499,"26.3":0.02999,"26.4":0.03374,"26.5":0.01125},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00015,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00031,"8.1-8.4":0,"9.0-9.2":0.00015,"9.3":0,"10.0-10.2":0,"10.3":0.00138,"11.0-11.2":0.0363,"11.3-11.4":0.00046,"12.0-12.1":0,"12.2-12.5":0.00521,"13.0-13.1":0,"13.2":0.00168,"13.3":0,"13.4-13.7":0.00031,"14.0-14.4":0.00123,"14.5-14.8":0.00199,"15.0-15.1":0.00153,"15.2-15.3":0.00092,"15.4":0.00123,"15.5":0.00138,"15.6-15.8":0.02588,"16.0":0.00276,"16.1":0.00429,"16.2":0.0023,"16.3":0.00505,"16.4":0.00107,"16.5":0.00184,"16.6-16.7":0.03446,"17.0":0.00153,"17.1":0.0026,"17.2":0.0023,"17.3":0.00444,"17.4":0.00704,"17.5":0.0095,"17.6-17.7":0.02496,"18.0":0.00505,"18.1":0.00995,"18.2":0.00536,"18.3":0.01593,"18.4":0.00735,"18.5-18.7":0.25362,"26.0":0.01623,"26.1":0.02022,"26.2":0.0778,"26.3":0.24565,"26.4":0.50662,"26.5":0.18072},P:{"21":0.0058,"22":0.0116,"24":0.02321,"25":0.06383,"26":0.0058,"27":0.04062,"28":0.23209,"29":0.77171,"30":0.04062,_:"4 20 23 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.01741},I:{"0":0.12489,"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":0.68136,_:"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.00625,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.20628},Q:{"14.9":0.05001},O:{"0":0.80013},H:{all:0},L:{"0":78.27109}};
1
+ module.exports={C:{"115":0.07752,"120":0.00323,"121":0.00969,"127":0.00323,"135":0.00323,"136":0.00323,"140":0.00646,"144":0.00323,"147":0.00646,"149":0.01292,"150":0.01615,"151":0.20995,"152":0.08398,_:"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 128 129 130 131 132 133 134 137 138 139 141 142 143 145 146 148 153 154 155 3.5 3.6"},D:{"39":0.00323,"40":0.00323,"41":0.00323,"42":0.00323,"48":0.00323,"49":0.00323,"50":0.00323,"51":0.00323,"53":0.00969,"54":0.00323,"55":0.01615,"56":0.00969,"57":0.00323,"58":0.00323,"59":0.00323,"62":0.00323,"67":0.00969,"68":0.00323,"69":0.0323,"71":0.00646,"75":0.00323,"87":0.01292,"88":0.00969,"89":0.00323,"92":0.00323,"94":0.00323,"95":0.00323,"99":0.00323,"101":0.00646,"103":0.00969,"104":0.00323,"105":0.00646,"106":0.02261,"107":0.00323,"108":0.00323,"109":0.1292,"110":0.00646,"111":0.00646,"112":0.00323,"114":0.00969,"116":0.00969,"117":0.00323,"118":0.7752,"119":0.00323,"120":0.0646,"121":0.00323,"122":0.00323,"123":0.00646,"124":0.00323,"125":0.00646,"126":0.02261,"127":0.01292,"128":0.00646,"129":0.00323,"130":0.01292,"131":0.05491,"132":0.01292,"133":0.01615,"134":0.01615,"135":0.00969,"136":0.03553,"137":0.01938,"138":0.04845,"139":0.01615,"140":0.00969,"141":0.01615,"142":0.04845,"143":0.01292,"144":0.02261,"145":0.04199,"146":0.07429,"147":0.13566,"148":1.99614,"149":2.90054,"150":0.00323,_:"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 46 47 52 60 61 63 64 65 66 70 72 73 74 76 77 78 79 80 81 83 84 85 86 90 91 93 96 97 98 100 102 113 115 151 152 153"},F:{"91":0.00323,"92":0.00646,"95":0.00323,"97":0.00646,"98":0.02907,"99":0.07429,"113":0.00323,"126":0.00323,"127":0.00323,"131":0.15827,_:"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 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 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.00323,"16":0.00646,"17":0.00969,"18":0.01292,"84":0.00323,"89":0.00969,"90":0.00323,"92":0.02584,"100":0.01292,"109":0.00323,"111":0.00323,"114":0.00646,"119":0.00323,"120":0.00323,"122":0.01292,"126":0.00323,"127":0.00323,"129":0.00323,"131":0.00323,"132":0.00323,"133":0.00323,"134":0.00323,"135":0.00323,"136":0.00646,"137":0.00969,"138":0.00969,"139":0.01938,"140":0.01292,"141":0.00969,"142":0.01615,"143":0.04522,"144":0.07106,"145":0.02584,"146":0.0646,"147":0.323,"148":1.24678,"149":2.04136,_:"12 13 15 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 112 113 115 116 117 118 121 123 124 125 128 130 150"},E:{"8":0.00323,_:"4 5 6 7 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.5 16.0 16.1 16.4 16.5 17.0 17.3 18.0 18.1 18.2 18.4 26.0 26.1 TP","15.2-15.3":0.00323,"15.4":0.00646,"15.6":0.00969,"16.2":0.06137,"16.3":0.01615,"16.6":0.01938,"17.1":0.08721,"17.2":0.00323,"17.4":0.00323,"17.5":0.00323,"17.6":0.03553,"18.3":0.00323,"18.5-18.7":0.00323,"26.2":0.01938,"26.3":0.00323,"26.4":0.00646,"26.5":0.08398},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00013,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00038,"8.1-8.4":0,"9.0-9.2":0.00013,"9.3":0,"10.0-10.2":0,"10.3":0.00138,"11.0-11.2":0.04146,"11.3-11.4":0.00025,"12.0-12.1":0,"12.2-12.5":0.00426,"13.0-13.1":0,"13.2":0.00138,"13.3":0,"13.4-13.7":0.00025,"14.0-14.4":0.00088,"14.5-14.8":0.00138,"15.0-15.1":0.00125,"15.2-15.3":0.00075,"15.4":0.00088,"15.5":0.00113,"15.6-15.8":0.02192,"16.0":0.002,"16.1":0.00326,"16.2":0.00175,"16.3":0.00376,"16.4":0.00088,"16.5":0.00138,"16.6-16.7":0.02856,"17.0":0.00125,"17.1":0.00188,"17.2":0.00175,"17.3":0.00263,"17.4":0.00401,"17.5":0.00714,"17.6-17.7":0.01841,"18.0":0.00413,"18.1":0.00789,"18.2":0.00426,"18.3":0.01303,"18.4":0.00589,"18.5-18.7":0.18824,"26.0":0.0124,"26.1":0.0129,"26.2":0.03895,"26.3":0.05323,"26.4":0.06099,"26.5":0.69173},P:{"24":0.02156,"25":0.04312,"26":0.00539,"27":0.03234,"28":0.14014,"29":0.24256,"30":0.35575,_:"4 20 21 22 23 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.00539},I:{"0":0.11497,"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.00005},K:{"0":0.46036,_:"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.45359},H:{all:0},L:{"0":82.80965},R:{_:"0"},M:{"0":0.25726},Q:{"14.9":0.04062}};
@@ -1 +1 @@
1
- module.exports={C:{"59":0.00537,"115":0.0215,"140":0.00537,"143":0.0215,"145":0.00537,"146":0.00537,"148":0.01612,"149":0.01612,"150":0.38155,"151":0.16122,_:"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 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 141 142 144 147 152 153 154 3.5 3.6"},D:{"39":0.01612,"40":0.01075,"41":0.01612,"42":0.01612,"43":0.01075,"44":0.01612,"45":0.01612,"46":0.01612,"47":0.01612,"48":0.01612,"49":0.01612,"50":0.01612,"51":0.01612,"52":0.01075,"53":0.01612,"54":0.01612,"55":0.01612,"56":0.01612,"57":0.01612,"58":0.01612,"59":0.01612,"60":0.01612,"66":0.00537,"75":0.00537,"76":0.01612,"79":0.00537,"80":0.00537,"81":0.00537,"84":0.01612,"87":0.00537,"91":0.04837,"92":0.03224,"93":0.37618,"94":0.00537,"97":0.00537,"103":1.53696,"104":0.44604,"105":0.45142,"106":0.44604,"107":0.44604,"108":0.45142,"109":0.90283,"110":0.44604,"111":0.44604,"112":1.04793,"114":0.03224,"115":0.00537,"116":0.91895,"117":0.47291,"118":1.03181,"119":0.01075,"120":0.48366,"121":0.01075,"122":0.03762,"123":0.02687,"124":0.46216,"125":0.01612,"126":0.22571,"127":0.0215,"128":0.03224,"129":0.0215,"130":0.01612,"131":0.95657,"132":0.01612,"133":0.9297,"134":0.0215,"135":0.0215,"136":0.03762,"137":0.13972,"138":0.1451,"139":0.08061,"140":0.05374,"141":0.07524,"142":0.16122,"143":0.11823,"144":0.2472,"145":0.32781,"146":0.58039,"147":12.3817,"148":15.54698,"149":0.12898,"150":0.01075,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 69 70 71 72 73 74 77 78 83 85 86 88 89 90 95 96 98 99 100 101 102 113 151 152"},F:{"95":0.00537,"97":0.00537,"98":0.0215,"117":0.00537,"131":0.63413,_:"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 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.00537,"92":0.01612,"109":0.01075,"122":0.00537,"128":0.00537,"134":0.00537,"138":0.01075,"140":0.00537,"142":0.00537,"143":0.00537,"144":0.00537,"145":0.03762,"146":0.08061,"147":1.28439,"148":2.47741,"149":0.00537,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 129 130 131 132 133 135 136 137 139 141"},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 12.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 17.0 TP","11.1":0.00537,"13.1":0.00537,"14.1":0.00537,"15.1":0.00537,"15.6":0.0215,"16.3":0.00537,"16.5":0.00537,"16.6":0.02687,"17.1":0.01612,"17.2":0.00537,"17.3":0.00537,"17.4":0.01075,"17.5":0.01612,"17.6":0.07524,"18.0":0.00537,"18.1":0.01075,"18.2":0.00537,"18.3":0.01075,"18.4":0.00537,"18.5-18.7":0.0215,"26.0":0.01612,"26.1":0.02687,"26.2":0.08061,"26.3":0.16122,"26.4":0.21496,"26.5":0.05374},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00037,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00074,"8.1-8.4":0,"9.0-9.2":0.00037,"9.3":0,"10.0-10.2":0,"10.3":0.00332,"11.0-11.2":0.08749,"11.3-11.4":0.00111,"12.0-12.1":0,"12.2-12.5":0.01255,"13.0-13.1":0,"13.2":0.00406,"13.3":0,"13.4-13.7":0.00074,"14.0-14.4":0.00295,"14.5-14.8":0.0048,"15.0-15.1":0.00369,"15.2-15.3":0.00221,"15.4":0.00295,"15.5":0.00332,"15.6-15.8":0.06239,"16.0":0.00664,"16.1":0.01034,"16.2":0.00554,"16.3":0.01218,"16.4":0.00258,"16.5":0.00443,"16.6-16.7":0.08306,"17.0":0.00369,"17.1":0.00628,"17.2":0.00554,"17.3":0.01071,"17.4":0.01698,"17.5":0.02289,"17.6-17.7":0.06017,"18.0":0.01218,"18.1":0.024,"18.2":0.01292,"18.3":0.03839,"18.4":0.01772,"18.5-18.7":0.61132,"26.0":0.03913,"26.1":0.04873,"26.2":0.18753,"26.3":0.59212,"26.4":1.22116,"26.5":0.4356},P:{"26":0.00648,"28":0.00648,"29":0.15543,"30":0.02591,_:"4 20 21 22 23 24 25 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 17.0 18.0 19.0"},I:{"0":0.16637,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00008},K:{"0":0.08789,_:"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.04626},Q:{_:"14.9"},O:{"0":0.05551},H:{all:0},L:{"0":44.83643}};
1
+ module.exports={C:{"115":0.03261,"120":0.03805,"121":0.08153,"128":0.00544,"133":0.00544,"140":0.00544,"143":0.00544,"146":0.01087,"147":0.00544,"148":0.00544,"149":0.00544,"150":0.01087,"151":0.34784,"152":0.28806,_:"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 131 132 134 135 136 137 138 139 141 142 144 145 153 154 155 3.5 3.6"},D:{"39":0.01087,"40":0.01087,"41":0.01087,"42":0.01087,"43":0.01087,"44":0.01087,"45":0.01087,"46":0.01087,"47":0.01087,"48":0.01087,"49":0.01087,"50":0.01087,"51":0.01087,"52":0.01087,"53":0.01087,"54":0.01087,"55":0.01087,"56":0.01087,"57":0.01087,"58":0.01087,"59":0.01087,"60":0.01087,"66":0.00544,"76":0.00544,"80":0.00544,"84":0.03261,"86":0.00544,"87":0.00544,"91":0.1087,"92":0.01087,"93":0.5435,"103":1.69572,"104":0.13044,"105":0.13588,"106":0.13044,"107":0.13044,"108":0.14131,"109":0.57068,"110":0.13044,"111":0.13044,"112":0.12501,"113":0.00544,"114":0.05435,"116":0.28806,"117":0.13044,"118":1.46202,"119":0.08696,"120":0.24458,"121":0.01087,"122":0.05435,"123":0.02174,"124":0.16305,"125":0.02174,"126":0.25001,"127":0.02718,"128":0.07066,"129":0.02174,"130":0.02174,"131":0.32067,"132":0.03805,"133":0.3098,"134":0.04892,"135":0.01631,"136":0.04892,"137":0.16849,"138":0.22827,"139":0.11414,"140":0.09783,"141":0.04892,"142":0.19566,"143":0.22284,"144":0.26632,"145":0.36415,"146":0.36958,"147":0.6359,"148":10.48955,"149":20.7454,"150":0.12501,"151":0.03261,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 69 70 71 72 73 74 75 77 78 79 81 83 85 88 89 90 94 95 96 97 98 99 100 101 102 115 152 153"},F:{"95":0.00544,"98":0.00544,"99":0.02718,"131":0.5435,_:"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:{"109":0.01087,"119":0.03805,"120":0.03805,"122":0.00544,"128":0.02174,"131":0.00544,"136":0.00544,"138":0.01087,"140":0.00544,"141":0.01087,"142":0.00544,"143":0.00544,"144":0.00544,"145":0.01087,"146":0.02718,"147":0.03805,"148":0.94569,"149":3.63602,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 129 130 132 133 134 135 137 139 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 15.4 15.5 16.0 17.0 17.2 TP","12.1":0.00544,"13.1":0.00544,"14.1":0.00544,"15.1":0.01631,"15.6":0.02718,"16.1":0.00544,"16.2":0.00544,"16.3":0.01087,"16.4":0.00544,"16.5":0.00544,"16.6":0.02718,"17.1":0.01087,"17.3":0.00544,"17.4":0.02174,"17.5":0.01087,"17.6":0.05979,"18.0":0.00544,"18.1":0.00544,"18.2":0.00544,"18.3":0.01631,"18.4":0.01087,"18.5-18.7":0.02718,"26.0":0.01087,"26.1":0.01631,"26.2":0.05435,"26.3":0.17936,"26.4":0.06522,"26.5":0.36415},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00042,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00127,"8.1-8.4":0,"9.0-9.2":0.00042,"9.3":0,"10.0-10.2":0,"10.3":0.00466,"11.0-11.2":0.14037,"11.3-11.4":0.00085,"12.0-12.1":0,"12.2-12.5":0.01442,"13.0-13.1":0,"13.2":0.00466,"13.3":0,"13.4-13.7":0.00085,"14.0-14.4":0.00297,"14.5-14.8":0.00466,"15.0-15.1":0.00424,"15.2-15.3":0.00254,"15.4":0.00297,"15.5":0.00382,"15.6-15.8":0.07422,"16.0":0.00679,"16.1":0.01103,"16.2":0.00594,"16.3":0.01272,"16.4":0.00297,"16.5":0.00466,"16.6-16.7":0.09669,"17.0":0.00424,"17.1":0.00636,"17.2":0.00594,"17.3":0.00891,"17.4":0.01357,"17.5":0.02417,"17.6-17.7":0.06234,"18.0":0.01399,"18.1":0.02672,"18.2":0.01442,"18.3":0.04411,"18.4":0.01993,"18.5-18.7":0.63741,"26.0":0.04198,"26.1":0.04368,"26.2":0.13189,"26.3":0.18024,"26.4":0.20653,"26.5":2.34224},P:{"26":0.00595,"27":0.00595,"28":0.01189,"29":0.02973,"30":0.20213,_:"4 20 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"},I:{"0":0.13681,"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.00005},K:{"0":0.10043,_:"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.06391},H:{all:0},L:{"0":44.25453},R:{_:"0"},M:{"0":0.06848},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00454,"72":0.01363,"112":0.00454,"115":0.10901,"120":0.00454,"121":0.00454,"123":0.00454,"127":0.00454,"128":0.00454,"133":0.00454,"134":0.00908,"135":0.00454,"136":0.00454,"140":0.02271,"146":0.00454,"147":0.00454,"148":0.00454,"149":0.02271,"150":0.33611,"151":0.11355,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 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 124 125 126 129 130 131 132 137 138 139 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"39":0.00908,"40":0.00908,"41":0.00908,"42":0.00908,"43":0.00908,"44":0.00908,"45":0.00908,"46":0.00908,"47":0.00908,"48":0.00908,"49":0.00908,"50":0.00908,"51":0.00908,"52":0.00908,"53":0.00908,"54":0.00908,"55":0.00908,"56":0.01363,"57":0.00908,"58":0.00908,"59":0.00908,"60":0.00908,"62":0.00454,"64":0.00454,"65":0.00454,"66":0.00454,"68":0.00908,"69":0.00908,"71":0.00908,"72":0.00908,"73":0.00908,"74":0.01363,"75":0.00908,"76":0.00908,"77":0.00454,"78":0.00454,"79":0.00908,"80":0.00908,"81":0.00454,"83":0.00454,"84":0.00454,"86":0.00908,"87":0.00454,"88":0.00454,"89":0.00454,"91":0.00908,"93":0.02271,"95":0.00454,"99":0.00908,"101":0.00454,"102":0.00908,"103":0.44966,"104":0.36336,"105":0.34519,"106":0.35428,"107":0.34519,"108":0.34973,"109":1.59424,"110":0.34065,"111":0.34519,"112":0.98107,"114":0.00908,"116":0.70401,"117":0.38153,"118":2.64344,"119":0.02725,"120":0.36336,"121":0.00454,"122":0.02271,"123":0.00454,"124":0.36336,"125":0.00908,"126":0.04088,"127":0.00908,"128":0.02271,"129":0.00908,"130":0.03179,"131":0.74943,"132":0.0545,"133":0.71309,"134":0.03179,"135":0.01817,"136":0.02271,"137":0.04996,"138":0.11355,"139":0.02725,"140":0.04088,"141":0.02725,"142":0.08176,"143":0.04542,"144":0.13626,"145":0.67222,"146":0.26798,"147":7.33533,"148":10.29217,"149":0.04996,"150":0.00908,_:"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 67 70 85 90 92 94 96 97 98 100 113 115 151 152"},F:{"95":0.03634,"96":0.00454,"97":0.03179,"98":0.07267,"114":0.00454,"117":0.00454,"131":0.28615,_:"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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 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.00454,"15":0.00454,"16":0.00454,"17":0.00454,"18":0.02271,"89":0.00908,"92":0.02725,"109":0.00908,"113":0.00454,"114":0.00454,"122":0.00454,"131":0.01363,"132":0.00908,"133":0.00454,"134":0.00908,"135":0.00454,"136":0.00454,"137":0.00454,"138":0.00454,"140":0.00454,"141":0.00454,"142":0.00454,"143":0.00454,"144":0.00454,"145":0.00908,"146":0.01817,"147":0.42241,"148":0.84481,_:"12 13 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 139 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.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.4 17.5 18.0 18.1 18.2 18.4 TP","5.1":0.00908,"15.6":0.02271,"16.6":0.01363,"17.1":0.01817,"17.3":0.00454,"17.6":0.01817,"18.3":0.00454,"18.5-18.7":0.00454,"26.0":0.00454,"26.1":0.00454,"26.2":0.01363,"26.3":0.03634,"26.4":0.0545,"26.5":0.02271},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00028,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00056,"8.1-8.4":0,"9.0-9.2":0.00028,"9.3":0,"10.0-10.2":0,"10.3":0.00253,"11.0-11.2":0.06661,"11.3-11.4":0.00084,"12.0-12.1":0,"12.2-12.5":0.00956,"13.0-13.1":0,"13.2":0.00309,"13.3":0,"13.4-13.7":0.00056,"14.0-14.4":0.00225,"14.5-14.8":0.00365,"15.0-15.1":0.00281,"15.2-15.3":0.00169,"15.4":0.00225,"15.5":0.00253,"15.6-15.8":0.04749,"16.0":0.00506,"16.1":0.00787,"16.2":0.00422,"16.3":0.00927,"16.4":0.00197,"16.5":0.00337,"16.6-16.7":0.06323,"17.0":0.00281,"17.1":0.00478,"17.2":0.00422,"17.3":0.00815,"17.4":0.01293,"17.5":0.01742,"17.6-17.7":0.04581,"18.0":0.00927,"18.1":0.01827,"18.2":0.00984,"18.3":0.02923,"18.4":0.01349,"18.5-18.7":0.46539,"26.0":0.02979,"26.1":0.0371,"26.2":0.14277,"26.3":0.45078,"26.4":0.92967,"26.5":0.33162},P:{"25":0.00724,"26":0.02897,"27":0.00724,"28":0.02897,"29":0.27523,"30":0.04346,_:"4 20 21 22 23 24 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00724},I:{"0":0.02181,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":1.99726,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00454,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.0382,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.06548},Q:{_:"14.9"},O:{"0":3.90721},H:{all:0},L:{"0":55.67046}};
1
+ module.exports={C:{"52":0.00479,"103":0.00479,"112":0.00479,"115":0.11012,"120":0.12449,"121":0.24898,"127":0.00479,"133":0.00479,"134":0.00479,"135":0.00479,"136":0.00479,"138":0.00479,"140":0.01436,"146":0.00479,"147":0.00479,"148":0.00479,"149":0.00479,"150":0.00958,"151":0.28728,"152":0.19631,"153":0.00479,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 137 139 141 142 143 144 145 154 155 3.5 3.6"},D:{"39":0.00958,"40":0.00479,"41":0.00479,"42":0.00479,"43":0.00479,"44":0.00958,"45":0.00479,"46":0.00958,"47":0.00958,"48":0.00479,"49":0.00958,"50":0.00958,"51":0.00479,"52":0.00958,"53":0.00479,"54":0.00958,"55":0.00958,"56":0.00958,"57":0.00479,"58":0.00958,"59":0.00958,"60":0.00958,"62":0.00958,"63":0.00479,"64":0.00958,"65":0.00479,"66":0.00479,"68":0.01436,"69":0.00479,"70":0.00479,"71":0.00958,"72":0.01436,"73":0.00479,"74":0.01915,"75":0.01436,"76":0.00958,"77":0.00958,"78":0.00479,"79":0.00958,"80":0.00958,"81":0.00479,"83":0.00479,"84":0.00479,"85":0.00479,"86":0.01436,"87":0.00958,"89":0.00479,"91":0.00958,"93":0.02394,"94":0.00479,"95":0.00958,"102":0.01436,"103":0.42613,"104":0.33037,"105":0.32558,"106":0.32558,"107":0.3208,"108":0.32558,"109":1.65186,"110":0.3208,"111":0.32558,"112":0.31122,"114":0.01436,"116":0.65117,"117":0.3208,"118":3.12656,"119":0.26813,"120":0.5985,"121":0.01436,"122":0.02394,"123":0.00479,"124":0.40698,"125":0.01915,"126":0.03352,"127":0.00479,"128":0.01915,"129":0.00958,"130":0.03352,"131":0.72778,"132":0.0383,"133":0.65596,"134":0.05746,"135":0.03352,"136":0.0383,"137":0.09097,"138":0.15322,"139":0.02394,"140":0.04309,"141":0.02873,"142":0.2011,"143":0.04788,"144":0.08618,"145":0.45007,"146":0.14843,"147":0.34474,"148":7.52195,"149":10.35644,"150":0.05267,"151":0.00958,_:"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 67 88 90 92 96 97 98 99 100 101 113 115 152 153"},F:{"86":0.00479,"95":0.0383,"98":0.0383,"99":0.10534,"100":0.00479,"114":0.00479,"131":0.30643,_:"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 87 88 89 90 91 92 93 94 96 97 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 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.00479,"15":0.00479,"16":0.00479,"18":0.01915,"89":0.00479,"92":0.02873,"109":0.00958,"113":0.00479,"114":0.00479,"119":0.12449,"120":0.12449,"121":0.00479,"131":0.01436,"132":0.00958,"133":0.00479,"134":0.00479,"135":0.00479,"136":0.00958,"137":0.00479,"138":0.00479,"140":0.00479,"141":0.00479,"142":0.00479,"143":0.00479,"144":0.01436,"145":0.00479,"146":0.00958,"147":0.01436,"148":0.32558,"149":1.07251,_:"12 13 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 115 116 117 118 122 123 124 125 126 127 128 129 130 139 150"},E:{"11":0.00479,_:"4 5 6 7 8 9 10 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.4 15.5 16.2 16.4 16.5 17.0 17.2 17.5 18.0 18.1 18.2 18.3 18.4 26.1 TP","5.1":0.00479,"15.2-15.3":0.00479,"15.6":0.01915,"16.0":0.00479,"16.1":0.00479,"16.3":0.00479,"16.6":0.01436,"17.1":0.01436,"17.3":0.00479,"17.4":0.00479,"17.6":0.01915,"18.5-18.7":0.00479,"26.0":0.00479,"26.2":0.00958,"26.3":0.01436,"26.4":0.01915,"26.5":0.09097},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00032,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00096,"8.1-8.4":0,"9.0-9.2":0.00032,"9.3":0,"10.0-10.2":0,"10.3":0.00353,"11.0-11.2":0.1061,"11.3-11.4":0.00064,"12.0-12.1":0,"12.2-12.5":0.0109,"13.0-13.1":0,"13.2":0.00353,"13.3":0,"13.4-13.7":0.00064,"14.0-14.4":0.00224,"14.5-14.8":0.00353,"15.0-15.1":0.00321,"15.2-15.3":0.00192,"15.4":0.00224,"15.5":0.00288,"15.6-15.8":0.05609,"16.0":0.00513,"16.1":0.00833,"16.2":0.00449,"16.3":0.00962,"16.4":0.00224,"16.5":0.00353,"16.6-16.7":0.07308,"17.0":0.00321,"17.1":0.00481,"17.2":0.00449,"17.3":0.00673,"17.4":0.01026,"17.5":0.01827,"17.6-17.7":0.04712,"18.0":0.01058,"18.1":0.02019,"18.2":0.0109,"18.3":0.03334,"18.4":0.01507,"18.5-18.7":0.48177,"26.0":0.03173,"26.1":0.03302,"26.2":0.09969,"26.3":0.13623,"26.4":0.1561,"26.5":1.77033},P:{"25":0.00666,"26":0.01999,"27":0.00666,"28":0.02666,"29":0.05332,"30":0.27991,_:"4 20 21 22 23 24 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.00666,"17.0":0.00666},I:{"0":0.02083,"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.05874,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00479,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{"2.5":0.03127,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":3.68488},H:{all:0},L:{"0":54.13882},R:{_:"0"},M:{"0":0.10945},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.02669,"78":0.00667,"115":0.34027,"120":0.00667,"125":0.00667,"126":0.00667,"128":0.02002,"130":0.00667,"133":0.00667,"134":0.00667,"135":0.00667,"136":0.02002,"139":0.00667,"140":0.34027,"141":0.00667,"142":0.00667,"143":0.00667,"144":0.00667,"145":0.01334,"146":0.02002,"147":0.03336,"148":0.03336,"149":0.09341,"150":2.75554,"151":1.1676,"152":0.00667,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 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 121 122 123 124 127 129 131 132 137 138 153 154 3.5 3.6"},D:{"39":0.66053,"40":0.66053,"41":0.66053,"42":0.66053,"43":0.66053,"44":0.66053,"45":0.66053,"46":0.66053,"47":0.66053,"48":0.65386,"49":0.6672,"50":0.66053,"51":0.66053,"52":0.66053,"53":0.66053,"54":0.65386,"55":0.66053,"56":0.66053,"57":0.66053,"58":0.66053,"59":0.66053,"60":0.66053,"79":0.30024,"80":0.00667,"87":0.00667,"98":0.00667,"101":0.00667,"103":0.03336,"104":0.04003,"105":0.02002,"106":0.02002,"107":0.02669,"108":0.03336,"109":0.55378,"110":0.02002,"111":0.51374,"112":0.26688,"113":0.00667,"114":0.02002,"115":0.00667,"116":0.07339,"117":0.02669,"118":0.40699,"119":0.02002,"120":0.05338,"121":0.00667,"122":0.04003,"123":0.13344,"124":0.04003,"125":0.84734,"126":0.03336,"127":0.01334,"128":0.02002,"129":0.01334,"130":0.08674,"131":0.06672,"132":0.02669,"133":0.09341,"134":0.40699,"135":0.0467,"136":0.03336,"137":0.35362,"138":0.06005,"139":0.17347,"140":0.0467,"141":0.03336,"142":0.18682,"143":0.10675,"144":0.10675,"145":0.25354,"146":0.38698,"147":7.09234,"148":11.78275,"149":0.0467,"150":0.00667,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 99 100 102 151 152"},F:{"79":0.00667,"87":0.00667,"95":0.1668,"97":0.07339,"98":0.14678,"114":0.00667,"122":0.02002,"125":0.00667,"126":0.00667,"127":0.00667,"131":5.09741,_:"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 88 89 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 123 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00667,"109":0.10008,"116":0.01334,"124":0.00667,"131":0.00667,"136":0.00667,"138":0.00667,"139":0.00667,"140":0.00667,"141":0.00667,"142":0.01334,"143":0.01334,"144":0.01334,"145":0.04003,"146":0.06005,"147":1.31438,"148":3.18254,_:"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 117 118 119 120 121 122 123 125 126 127 128 129 130 132 133 134 135 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 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 17.2 18.2 TP","13.1":0.00667,"15.6":0.02002,"16.3":0.00667,"16.6":0.04003,"17.1":0.01334,"17.3":0.00667,"17.4":0.01334,"17.5":0.01334,"17.6":0.05338,"18.0":0.00667,"18.1":0.00667,"18.3":0.02669,"18.4":0.00667,"18.5-18.7":0.02002,"26.0":0.02669,"26.1":0.02002,"26.2":0.06005,"26.3":0.23352,"26.4":0.26021,"26.5":0.15346},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.00162,"8.1-8.4":0,"9.0-9.2":0.00081,"9.3":0,"10.0-10.2":0,"10.3":0.00729,"11.0-11.2":0.19198,"11.3-11.4":0.00243,"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.00648,"14.5-14.8":0.01053,"15.0-15.1":0.0081,"15.2-15.3":0.00486,"15.4":0.00648,"15.5":0.00729,"15.6-15.8":0.1369,"16.0":0.01458,"16.1":0.02268,"16.2":0.01215,"16.3":0.02673,"16.4":0.00567,"16.5":0.00972,"16.6-16.7":0.18226,"17.0":0.0081,"17.1":0.01377,"17.2":0.01215,"17.3":0.02349,"17.4":0.03726,"17.5":0.05022,"17.6-17.7":0.13204,"18.0":0.02673,"18.1":0.05265,"18.2":0.02835,"18.3":0.08424,"18.4":0.03888,"18.5-18.7":1.34142,"26.0":0.08586,"26.1":0.10692,"26.2":0.4115,"26.3":1.2993,"26.4":2.6796,"26.5":0.95584},P:{"4":0.00712,"23":0.00712,"24":0.00712,"25":0.00712,"26":0.01424,"27":0.01424,"28":0.02849,"29":0.81902,"30":0.1638,_:"20 21 22 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.01662,"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.63232,_:"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.416},Q:{"14.9":0.00333},O:{"0":0.12314},H:{all:0},L:{"0":27.05536}};
1
+ module.exports={C:{"52":0.02446,"78":0.00612,"115":0.3425,"120":0.06116,"121":0.11009,"125":0.00612,"127":0.00612,"128":0.00612,"130":0.00612,"131":0.00612,"133":0.01223,"134":0.00612,"135":0.01223,"136":0.01835,"137":0.00612,"139":0.00612,"140":0.14067,"141":0.00612,"142":0.00612,"143":0.00612,"144":0.00612,"145":0.01223,"146":0.01835,"147":0.03058,"148":0.01835,"149":0.03058,"150":0.14067,"151":2.29962,"152":1.3761,"153":0.00612,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 129 132 138 154 155 3.5 3.6"},D:{"39":0.5749,"40":0.5749,"41":0.5749,"42":0.5749,"43":0.56879,"44":0.5749,"45":0.5749,"46":0.5749,"47":0.5749,"48":0.5749,"49":0.5749,"50":0.5749,"51":0.5749,"52":0.5749,"53":0.5749,"54":0.5749,"55":0.5749,"56":0.5749,"57":0.58102,"58":0.5749,"59":0.5749,"60":0.5749,"70":0.00612,"79":0.1162,"87":0.00612,"93":0.00612,"98":0.00612,"101":0.00612,"102":0.00612,"103":0.03058,"104":0.0367,"105":0.02446,"106":0.02446,"107":0.03058,"108":0.03058,"109":0.6483,"110":0.02446,"111":0.23241,"112":0.02446,"113":0.00612,"114":0.03058,"115":0.00612,"116":0.07339,"117":0.02446,"118":0.55044,"119":0.12844,"120":0.15902,"121":0.01223,"122":0.0367,"123":0.09786,"124":0.0367,"125":1.24766,"126":0.04281,"127":0.01223,"128":0.02446,"129":0.00612,"130":0.13455,"131":0.10397,"132":0.03058,"133":0.09174,"134":0.20183,"135":0.05504,"136":0.02446,"137":0.12232,"138":0.04893,"139":0.39754,"140":0.03058,"141":0.05504,"142":0.14067,"143":0.04893,"144":0.11009,"145":0.1162,"146":0.97244,"147":0.25687,"148":5.82243,"149":10.97822,"150":0.06728,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 94 95 96 97 99 100 151 152 153"},F:{"46":0.00612,"86":0.00612,"95":0.11009,"97":0.01835,"98":0.04281,"99":0.14067,"122":0.01223,"126":0.00612,"127":0.00612,"131":3.84085,_:"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 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 123 124 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00612,"109":0.12232,"116":0.00612,"119":0.05504,"120":0.05504,"122":0.00612,"131":0.00612,"134":0.00612,"135":0.00612,"136":0.00612,"137":0.00612,"138":0.00612,"139":0.00612,"140":0.00612,"141":0.00612,"142":0.00612,"143":0.00612,"144":0.01223,"145":0.03058,"146":0.01835,"147":0.04893,"148":1.08253,"149":3.41884,"150":0.00612,_:"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 117 118 121 123 124 125 126 127 128 129 130 132 133"},E:{"27":0.00612,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.3 TP","13.1":0.00612,"14.1":0.00612,"15.6":0.01835,"16.6":0.06728,"17.0":0.00612,"17.1":0.01223,"17.2":0.00612,"17.4":0.01835,"17.5":0.01223,"17.6":0.0367,"18.0":0.00612,"18.1":0.00612,"18.2":0.00612,"18.3":0.01835,"18.4":0.00612,"18.5-18.7":0.01835,"26.0":0.01223,"26.1":0.00612,"26.2":0.03058,"26.3":0.08562,"26.4":0.05504,"26.5":0.53209},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00069,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00208,"8.1-8.4":0,"9.0-9.2":0.00069,"9.3":0,"10.0-10.2":0,"10.3":0.00762,"11.0-11.2":0.22922,"11.3-11.4":0.00139,"12.0-12.1":0,"12.2-12.5":0.02355,"13.0-13.1":0,"13.2":0.00762,"13.3":0,"13.4-13.7":0.00139,"14.0-14.4":0.00485,"14.5-14.8":0.00762,"15.0-15.1":0.00693,"15.2-15.3":0.00416,"15.4":0.00485,"15.5":0.00623,"15.6-15.8":0.12119,"16.0":0.01108,"16.1":0.01801,"16.2":0.0097,"16.3":0.02078,"16.4":0.00485,"16.5":0.00762,"16.6-16.7":0.15789,"17.0":0.00693,"17.1":0.01039,"17.2":0.0097,"17.3":0.01454,"17.4":0.02216,"17.5":0.03947,"17.6-17.7":0.1018,"18.0":0.02285,"18.1":0.04363,"18.2":0.02355,"18.3":0.07202,"18.4":0.03255,"18.5-18.7":1.04085,"26.0":0.06856,"26.1":0.07133,"26.2":0.21537,"26.3":0.29432,"26.4":0.33726,"26.5":3.82477},P:{"4":0.00701,"21":0.00701,"23":0.00701,"24":0.00701,"25":0.00701,"26":0.01401,"27":0.01401,"28":0.02803,"29":0.1051,"30":0.84083,_:"20 22 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.0194,"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.57483,_:"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.11264},H:{all:0},L:{"0":33.67289},R:{_:"0"},M:{"0":0.35733},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"128":0.34766,"140":0.03612,"148":0.02709,"149":0.06321,"150":0.46053,"151":0.27542,_:"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 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 147 152 153 154 3.5 3.6"},D:{"43":0.01355,"44":0.02709,"50":0.03612,"52":0.01355,"57":0.01355,"59":0.04967,"109":0.42441,"112":0.02709,"114":0.02709,"116":0.03612,"118":0.17609,"136":0.04967,"138":0.01355,"144":0.01355,"145":0.26187,"146":0.42441,"147":5.16516,"148":6.29391,"149":0.02709,_:"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 45 46 47 48 49 51 53 54 55 56 58 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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 113 115 117 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 139 140 141 142 143 150 151 152"},F:{"131":0.149,_:"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:{"143":0.02709,"147":0.52374,"148":1.21905,_:"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 144 145 146 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 14.1 15.2-15.3 15.4 15.5 16.0 18.0 18.2 18.4 26.0 26.1 TP","13.1":0.01355,"15.1":0.23478,"15.6":0.09933,"16.1":0.01355,"16.2":0.24833,"16.3":0.18512,"16.4":0.21221,"16.5":0.01355,"16.6":2.72255,"17.0":0.01355,"17.1":1.79246,"17.2":0.02709,"17.3":0.149,"17.4":0.31154,"17.5":0.06321,"17.6":13.53597,"18.1":0.01355,"18.3":0.04967,"18.5-18.7":0.09933,"26.2":0.18512,"26.3":1.03394,"26.4":2.7993,"26.5":1.00685},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00396,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00791,"8.1-8.4":0,"9.0-9.2":0.00396,"9.3":0,"10.0-10.2":0,"10.3":0.03561,"11.0-11.2":0.93778,"11.3-11.4":0.01187,"12.0-12.1":0,"12.2-12.5":0.13453,"13.0-13.1":0,"13.2":0.04353,"13.3":0,"13.4-13.7":0.00791,"14.0-14.4":0.03166,"14.5-14.8":0.05144,"15.0-15.1":0.03957,"15.2-15.3":0.02374,"15.4":0.03166,"15.5":0.03561,"15.6-15.8":0.66871,"16.0":0.07122,"16.1":0.11079,"16.2":0.05935,"16.3":0.13058,"16.4":0.0277,"16.5":0.04748,"16.6-16.7":0.8903,"17.0":0.03957,"17.1":0.06727,"17.2":0.05935,"17.3":0.11475,"17.4":0.18202,"17.5":0.24533,"17.6-17.7":0.64497,"18.0":0.13058,"18.1":0.2572,"18.2":0.13849,"18.3":0.41152,"18.4":0.18993,"18.5-18.7":6.55259,"26.0":0.41943,"26.1":0.52231,"26.2":2.01009,"26.3":6.34683,"26.4":13.08936,"26.5":4.66912},P:{"20":0.0099,"22":0.0099,"27":0.0099,"29":0.14355,"30":0.0297,_:"4 21 23 24 25 26 28 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01096,"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.02743,_:"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.05485},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":15.32561}};
1
+ module.exports={C:{"68":0.02082,"115":0.01249,"121":0.02082,"127":0.02082,"128":0.08326,"136":0.01249,"142":0.02082,"144":0.0333,"149":0.0333,"150":0.12489,"151":0.70771,"152":0.25394,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 129 130 131 132 133 134 135 137 138 139 140 141 143 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.02082,"42":0.01249,"53":0.01249,"56":0.01249,"109":0.39132,"116":0.04163,"118":0.09575,"119":0.04163,"120":0.02082,"126":0.02082,"128":0.02082,"131":0.01249,"132":0.01249,"135":0.01249,"137":0.01249,"142":0.02082,"145":0.01249,"146":0.23313,"147":0.27476,"148":2.12313,"149":4.36282,"150":0.3372,_:"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 47 48 49 50 51 52 54 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 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 117 121 122 123 124 125 127 129 130 133 134 136 138 139 140 141 143 144 151 152 153"},F:{"131":0.04163,_:"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:{"114":0.02082,"119":0.01249,"145":0.09575,"146":0.02082,"148":0.89921,"149":1.22392,_:"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 115 116 117 118 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 147 150"},E:{"27":0.06245,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.2-15.3 15.4 15.5 16.0 16.1 18.2 26.1 TP","14.1":0.01249,"15.1":0.04163,"15.6":0.12489,"16.2":0.04163,"16.3":0.25394,"16.4":0.12489,"16.5":0.08326,"16.6":1.82756,"17.0":0.01249,"17.1":1.71099,"17.2":0.08326,"17.3":0.06245,"17.4":0.05412,"17.5":0.28725,"17.6":14.72869,"18.0":0.01249,"18.1":0.02082,"18.3":0.06245,"18.4":0.04163,"18.5-18.7":0.13738,"26.0":0.05412,"26.2":0.37883,"26.3":0.15819,"26.4":0.1915,"26.5":5.67417},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00517,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.01552,"8.1-8.4":0,"9.0-9.2":0.00517,"9.3":0,"10.0-10.2":0,"10.3":0.0569,"11.0-11.2":1.71208,"11.3-11.4":0.01034,"12.0-12.1":0,"12.2-12.5":0.17586,"13.0-13.1":0,"13.2":0.0569,"13.3":0,"13.4-13.7":0.01034,"14.0-14.4":0.03621,"14.5-14.8":0.0569,"15.0-15.1":0.05172,"15.2-15.3":0.03103,"15.4":0.03621,"15.5":0.04655,"15.6-15.8":0.90518,"16.0":0.08276,"16.1":0.13448,"16.2":0.07241,"16.3":0.15517,"16.4":0.03621,"16.5":0.0569,"16.6-16.7":1.17932,"17.0":0.05172,"17.1":0.07759,"17.2":0.07241,"17.3":0.10862,"17.4":0.16552,"17.5":0.29483,"17.6-17.7":0.76035,"18.0":0.17069,"18.1":0.32586,"18.2":0.17586,"18.3":0.53793,"18.4":0.2431,"18.5-18.7":7.77419,"26.0":0.51207,"26.1":0.53276,"26.2":1.60863,"26.3":2.19829,"26.4":2.51898,"26.5":28.56742},P:{"29":0.00778,"30":0.15563,_:"4 20 21 22 23 24 25 26 27 28 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01166,"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.02334,_:"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":6.53787},R:{_:"0"},M:{"0":0.23928},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 3.5 3.6"},D:{"146":10.5275,"148":21.055,_:"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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 147 149 150 151 152"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 131 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"148":10.5275,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 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 15.6 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.2 26.3 26.4 26.5 TP"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00496,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00992,"8.1-8.4":0,"9.0-9.2":0.00496,"9.3":0,"10.0-10.2":0,"10.3":0.04466,"11.0-11.2":1.17594,"11.3-11.4":0.01489,"12.0-12.1":0,"12.2-12.5":0.1687,"13.0-13.1":0,"13.2":0.05458,"13.3":0,"13.4-13.7":0.00992,"14.0-14.4":0.03969,"14.5-14.8":0.0645,"15.0-15.1":0.04962,"15.2-15.3":0.02977,"15.4":0.03969,"15.5":0.04466,"15.6-15.8":0.83854,"16.0":0.08931,"16.1":0.13893,"16.2":0.07443,"16.3":0.16374,"16.4":0.03473,"16.5":0.05954,"16.6-16.7":1.11639,"17.0":0.04962,"17.1":0.08435,"17.2":0.07443,"17.3":0.14389,"17.4":0.22824,"17.5":0.30763,"17.6-17.7":0.80877,"18.0":0.16374,"18.1":0.32251,"18.2":0.17366,"18.3":0.51602,"18.4":0.23816,"18.5-18.7":8.21666,"26.0":0.52595,"26.1":0.65495,"26.2":2.52057,"26.3":7.95865,"26.4":16.41348,"26.5":5.85487},P:{_:"4 20 21 22 23 24 25 26 27 28 29 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,_:"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"},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":8.27248}};
1
+ module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 3.5 3.6"},D:{"146":50,_:"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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 147 148 149 150 151 152 153"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 131 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 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 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.2 26.3 26.4 26.5 TP"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0,"11.0-11.2":0,"11.3-11.4":0,"12.0-12.1":0,"12.2-12.5":0,"13.0-13.1":0,"13.2":0,"13.3":0,"13.4-13.7":0,"14.0-14.4":0,"14.5-14.8":0,"15.0-15.1":0,"15.2-15.3":0,"15.4":0,"15.5":0,"15.6-15.8":0,"16.0":0,"16.1":0,"16.2":0,"16.3":0,"16.4":0,"16.5":0,"16.6-16.7":0,"17.0":0,"17.1":0,"17.2":0,"17.3":0,"17.4":0,"17.5":0,"17.6-17.7":0,"18.0":0,"18.1":0,"18.2":0,"18.3":0,"18.4":0,"18.5-18.7":0,"26.0":0,"26.1":0,"26.2":0,"26.3":0,"26.4":0,"26.5":0},P:{_:"4 20 21 22 23 24 25 26 27 28 29 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,_:"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},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.0051,"72":0.0051,"78":0.0051,"115":0.03059,"120":0.0051,"121":0.0102,"140":0.02549,"143":0.0051,"146":0.0051,"147":0.0051,"148":0.14274,"149":0.04588,"150":0.90235,"151":0.40274,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 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 136 137 138 139 141 142 144 145 152 153 154 3.5 3.6"},D:{"39":0.20392,"40":0.21412,"41":0.21412,"42":0.19882,"43":0.20902,"44":0.20902,"45":0.20392,"46":0.20902,"47":0.20902,"48":0.19882,"49":0.20902,"50":0.20392,"51":0.21412,"52":0.21412,"53":0.20902,"54":0.19882,"55":0.20392,"56":0.19882,"57":0.20392,"58":0.20902,"59":0.20902,"60":0.20902,"65":0.0102,"74":0.0051,"76":0.0051,"79":0.0051,"87":0.0051,"89":0.0051,"91":0.0051,"99":0.0051,"103":0.10196,"104":0.04078,"105":0.03569,"106":0.03569,"107":0.03569,"108":0.03569,"109":0.23451,"110":0.03569,"111":0.04078,"112":0.79529,"113":0.03059,"116":0.09686,"117":0.03059,"118":1.23881,"119":0.0102,"120":0.04588,"121":0.0051,"122":0.01529,"123":0.0051,"124":0.04588,"125":0.0051,"126":0.02039,"127":0.0051,"128":0.03059,"129":0.0102,"130":0.0102,"131":0.10196,"132":0.05608,"133":0.09686,"134":0.0102,"135":0.0051,"136":0.0051,"137":0.02039,"138":0.17843,"139":0.07137,"140":0.03569,"141":0.0051,"142":0.04588,"143":0.05608,"144":0.43843,"145":0.79019,"146":0.35686,"147":5.01643,"148":8.68699,"149":0.0102,"150":0.0051,_:"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 70 71 72 73 75 77 78 80 81 83 84 85 86 88 90 92 93 94 95 96 97 98 100 101 102 114 115 151 152"},F:{"97":0.04588,"98":0.12745,"131":0.79529,_:"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 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.0102,"109":0.01529,"120":0.0051,"122":0.03059,"128":0.0051,"130":0.02039,"131":0.0051,"132":0.0051,"135":0.0051,"136":0.0051,"137":0.0102,"138":0.0102,"139":0.0102,"140":0.0051,"141":0.0051,"142":0.0102,"143":0.02549,"144":0.02039,"145":0.21412,"146":0.10196,"147":2.43175,"148":5.44976,"149":0.05608,_:"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 119 121 123 124 125 126 127 129 133 134"},E:{"14":0.02039,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4 15.5 TP","13.1":0.01529,"14.1":0.01529,"15.1":0.0051,"15.6":0.04588,"16.0":0.0051,"16.1":0.01529,"16.2":0.0051,"16.3":0.0102,"16.4":0.0102,"16.5":0.01529,"16.6":0.12745,"17.0":0.0051,"17.1":0.13255,"17.2":0.02549,"17.3":0.0051,"17.4":0.06627,"17.5":0.12745,"17.6":0.15294,"18.0":0.0102,"18.1":0.02039,"18.2":0.0102,"18.3":0.03059,"18.4":0.05608,"18.5-18.7":0.07647,"26.0":0.04588,"26.1":0.03059,"26.2":0.23451,"26.3":0.85137,"26.4":1.09607,"26.5":0.47921},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00231,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00462,"8.1-8.4":0,"9.0-9.2":0.00231,"9.3":0,"10.0-10.2":0,"10.3":0.02078,"11.0-11.2":0.54731,"11.3-11.4":0.00693,"12.0-12.1":0,"12.2-12.5":0.07852,"13.0-13.1":0,"13.2":0.0254,"13.3":0,"13.4-13.7":0.00462,"14.0-14.4":0.01847,"14.5-14.8":0.03002,"15.0-15.1":0.02309,"15.2-15.3":0.01386,"15.4":0.01847,"15.5":0.02078,"15.6-15.8":0.39028,"16.0":0.04157,"16.1":0.06466,"16.2":0.03464,"16.3":0.07621,"16.4":0.01617,"16.5":0.02771,"16.6-16.7":0.5196,"17.0":0.02309,"17.1":0.03926,"17.2":0.03464,"17.3":0.06697,"17.4":0.10623,"17.5":0.14318,"17.6-17.7":0.37642,"18.0":0.07621,"18.1":0.15011,"18.2":0.08083,"18.3":0.24017,"18.4":0.11085,"18.5-18.7":3.82425,"26.0":0.24479,"26.1":0.30483,"26.2":1.17314,"26.3":3.70417,"26.4":7.63927,"26.5":2.72501},P:{"4":0.02607,"22":0.00652,"24":0.01304,"25":0.01304,"26":0.00652,"27":0.00652,"28":0.04562,"29":1.36223,"30":0.27375,_:"20 21 23 5.0-5.4 6.2-6.4 7.2-7.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","8.2":0.00652},I:{"0":0.02449,"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.13726,_:"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.27941},Q:{_:"14.9"},O:{"0":0.0049},H:{all:0},L:{"0":32.09031}};
1
+ module.exports={C:{"4":0.00888,"78":0.00444,"115":0.00888,"120":0.09322,"121":0.18644,"125":0.01332,"126":0.00888,"127":0.01332,"128":0.00888,"129":0.00888,"130":0.01332,"131":0.01332,"132":0.01332,"133":0.01332,"134":0.00888,"135":0.00888,"136":0.01332,"138":0.00444,"140":0.00888,"143":0.01332,"144":0.00888,"146":0.00444,"147":0.00888,"148":0.0799,"149":0.00444,"150":0.03107,"151":0.55044,"152":0.41283,_:"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 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 137 139 141 142 145 153 154 155 3.5 3.6"},D:{"39":0.22639,"40":0.22639,"41":0.22639,"42":0.21751,"43":0.22639,"44":0.21751,"45":0.22195,"46":0.22639,"47":0.22639,"48":0.22639,"49":0.23971,"50":0.21751,"51":0.23527,"52":0.22639,"53":0.22639,"54":0.23083,"55":0.22639,"56":0.22195,"57":0.22639,"58":0.22639,"59":0.22195,"60":0.22639,"65":0.00888,"79":0.00888,"87":0.00888,"103":0.09322,"104":0.05771,"105":0.05327,"106":0.05327,"107":0.05327,"108":0.05327,"109":0.14649,"110":0.04883,"111":0.05771,"112":0.05327,"116":0.12429,"117":0.05327,"118":1.05648,"119":0.182,"120":0.26634,"122":0.00888,"123":0.00444,"124":0.06659,"125":0.00888,"126":0.01776,"127":0.00444,"128":0.0222,"129":0.00444,"130":0.01776,"131":0.11985,"132":0.00888,"133":0.11098,"134":0.00888,"135":0.00444,"136":0.00444,"137":0.0222,"138":0.08878,"139":0.06659,"140":0.01332,"141":0.00888,"142":0.07546,"143":0.03551,"144":0.11985,"145":0.31517,"146":0.18644,"147":0.27078,"148":3.26267,"149":7.71054,"150":0.02663,"151":0.00888,_:"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 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 113 114 115 121 152 153"},F:{"98":0.01776,"99":0.08434,"131":0.38175,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00888,"109":0.00888,"119":0.09322,"120":0.09322,"122":0.01776,"130":0.00888,"131":0.00444,"132":0.00444,"134":0.00444,"135":0.00444,"136":0.00444,"137":0.0222,"138":0.00444,"139":0.00444,"140":0.00444,"141":0.00444,"142":0.00444,"143":0.01332,"144":0.01332,"145":0.0799,"146":0.04439,"147":0.17312,"148":1.48707,"149":4.66095,"150":0.1598,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 133"},E:{"14":0.00888,"27":0.00888,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 16.0 16.2 17.0 TP","13.1":0.00888,"14.1":0.00888,"15.4":0.00444,"15.5":0.00444,"15.6":0.0222,"16.1":0.00444,"16.3":0.00888,"16.4":0.00888,"16.5":0.00444,"16.6":0.07102,"17.1":0.04439,"17.2":0.01776,"17.3":0.00444,"17.4":0.03107,"17.5":0.07546,"17.6":0.09322,"18.0":0.00444,"18.1":0.01332,"18.2":0.00888,"18.3":0.02663,"18.4":0.0222,"18.5-18.7":0.02663,"26.0":0.0222,"26.1":0.21751,"26.2":0.19976,"26.3":0.26634,"26.4":0.11985,"26.5":1.56697},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0028,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00839,"8.1-8.4":0,"9.0-9.2":0.0028,"9.3":0,"10.0-10.2":0,"10.3":0.03077,"11.0-11.2":0.92587,"11.3-11.4":0.00559,"12.0-12.1":0,"12.2-12.5":0.0951,"13.0-13.1":0,"13.2":0.03077,"13.3":0,"13.4-13.7":0.00559,"14.0-14.4":0.01958,"14.5-14.8":0.03077,"15.0-15.1":0.02797,"15.2-15.3":0.01678,"15.4":0.01958,"15.5":0.02517,"15.6-15.8":0.48951,"16.0":0.04475,"16.1":0.07273,"16.2":0.03916,"16.3":0.08392,"16.4":0.01958,"16.5":0.03077,"16.6-16.7":0.63776,"17.0":0.02797,"17.1":0.04196,"17.2":0.03916,"17.3":0.05874,"17.4":0.08951,"17.5":0.15944,"17.6-17.7":0.41119,"18.0":0.09231,"18.1":0.17622,"18.2":0.0951,"18.3":0.29091,"18.4":0.13147,"18.5-18.7":4.20417,"26.0":0.27692,"26.1":0.28811,"26.2":0.86992,"26.3":1.1888,"26.4":1.36223,"26.5":15.44884},P:{"4":0.01133,"21":0.00567,"25":0.01133,"28":0.017,"29":0.13034,"30":1.29777,_:"20 22 23 24 26 27 5.0-5.4 6.2-6.4 7.2-7.4 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","8.2":0.00567,"11.1-11.2":0.00567},I:{"0":0.01111,"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.07229,_:"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.00556},H:{all:0},L:{"0":34.39572},R:{_:"0"},M:{"0":0.21132},Q:{_:"14.9"}};