@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:{"4":0.00448,"66":0.00448,"115":0.00895,"120":0.00448,"140":0.02686,"145":0.00448,"147":0.00895,"149":0.00448,"150":1.8083,"151":0.75644,_:"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 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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 146 148 152 153 154 3.5 3.6"},D:{"39":0.00895,"40":0.00448,"41":0.00895,"42":0.00448,"43":0.00895,"44":0.01343,"45":0.00895,"46":0.00448,"47":0.01343,"48":0.00895,"49":0.00895,"50":0.04028,"51":0.00448,"52":0.00895,"53":0.00448,"55":0.00448,"56":0.01343,"57":0.00448,"58":0.00895,"60":0.00895,"61":0.00448,"74":0.01343,"78":0.00448,"101":0.02238,"108":0.04028,"109":0.30437,"112":0.69378,"114":0.02238,"116":0.02238,"117":0.00448,"118":0.28199,"119":0.01343,"122":0.01343,"124":0.01343,"125":0.00448,"126":0.06714,"127":0.00448,"129":0.04028,"130":0.00895,"131":0.01343,"132":0.00895,"134":0.01343,"135":0.094,"136":0.0179,"137":0.02686,"138":0.06714,"139":0.01343,"140":0.02686,"142":0.03581,"143":0.01343,"144":0.00448,"145":0.07609,"146":0.16561,"147":6.23507,"148":6.5842,"149":0.04476,"150":0.00895,_:"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 54 59 62 63 64 65 66 67 68 69 70 71 72 73 75 76 77 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 106 107 110 111 113 115 120 121 123 128 133 141 151 152"},F:{"52":0.00448,"95":0.00895,"97":0.02686,"98":0.0179,"122":0.00895,"127":0.03133,"131":0.66245,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.02686,"18":0.00448,"92":0.00895,"99":0.00448,"100":0.00448,"107":0.01343,"109":0.00895,"111":0.00448,"122":0.00895,"125":0.01343,"126":0.00895,"127":0.00448,"129":0.00448,"131":0.01343,"134":0.00448,"135":0.00895,"136":0.00448,"137":0.01343,"138":0.00448,"139":0.00448,"140":0.0179,"141":0.05819,"142":0.62664,"143":0.02238,"144":0.0179,"145":0.07162,"146":0.25066,"147":3.85831,"148":5.03998,"149":0.00895,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 101 102 103 104 105 106 108 110 112 113 114 115 116 117 118 119 120 121 123 124 128 130 132 133"},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.3 16.4 16.5 17.0 17.1 18.0 18.4 TP","13.1":0.02238,"15.6":0.02238,"16.6":0.0179,"17.2":0.00448,"17.3":0.00448,"17.4":0.0179,"17.5":0.02238,"17.6":0.02686,"18.1":0.00448,"18.2":0.00895,"18.3":0.00448,"18.5-18.7":0.00448,"26.0":0.04028,"26.1":0.00448,"26.2":0.00895,"26.3":0.17009,"26.4":0.14323,"26.5":0.06266},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.00183,"8.1-8.4":0,"9.0-9.2":0.00091,"9.3":0,"10.0-10.2":0,"10.3":0.00822,"11.0-11.2":0.21641,"11.3-11.4":0.00274,"12.0-12.1":0,"12.2-12.5":0.03105,"13.0-13.1":0,"13.2":0.01004,"13.3":0,"13.4-13.7":0.00183,"14.0-14.4":0.0073,"14.5-14.8":0.01187,"15.0-15.1":0.00913,"15.2-15.3":0.00548,"15.4":0.0073,"15.5":0.00822,"15.6-15.8":0.15432,"16.0":0.01644,"16.1":0.02557,"16.2":0.0137,"16.3":0.03013,"16.4":0.00639,"16.5":0.01096,"16.6-16.7":0.20545,"17.0":0.00913,"17.1":0.01552,"17.2":0.0137,"17.3":0.02648,"17.4":0.042,"17.5":0.05661,"17.6-17.7":0.14884,"18.0":0.03013,"18.1":0.05935,"18.2":0.03196,"18.3":0.09496,"18.4":0.04383,"18.5-18.7":1.51212,"26.0":0.09679,"26.1":0.12053,"26.2":0.46386,"26.3":1.46464,"26.4":3.02059,"26.5":1.07748},P:{"21":0.00527,"22":0.00527,"25":0.00527,"26":0.01053,"27":0.01053,"28":0.10007,"29":0.29496,"30":0.0158,_:"4 20 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.00527},I:{"0":0.02759,"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.79546,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01343,_:"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.37563},Q:{"14.9":0.08838},O:{"0":1.43072},H:{all:0},L:{"0":57.02202}};
1
+ module.exports={C:{"115":0.03172,"120":0.01813,"121":0.03172,"125":0.0136,"145":0.00453,"146":0.00906,"150":0.02719,"151":1.25083,"152":0.19941,_:"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 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 147 148 149 153 154 155 3.5 3.6"},D:{"39":0.00453,"40":0.00453,"41":0.01813,"42":0.00453,"46":0.00453,"47":0.00453,"48":0.00453,"50":0.00453,"51":0.00453,"53":0.00453,"54":0.00453,"55":0.00906,"56":0.00906,"57":0.00453,"58":0.00906,"59":0.00453,"66":0.00453,"67":0.3399,"78":0.00453,"80":0.01813,"87":0.00453,"91":0.0136,"92":0.00906,"103":0.00453,"105":0.0136,"107":0.00453,"108":0.00906,"109":0.31724,"111":0.02719,"118":1.67231,"119":0.02266,"120":0.04985,"123":0.00453,"125":0.00453,"126":0.14049,"127":0.00453,"128":0.03172,"131":0.03172,"132":0.00453,"133":0.00453,"134":0.00453,"135":0.12236,"137":0.02266,"138":0.06798,"141":0.01813,"142":0.05892,"143":0.01813,"144":0.01813,"145":0.0136,"146":0.1269,"147":0.44414,"148":4.01082,"149":7.35544,"150":0.09517,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 43 44 45 49 52 60 61 62 63 64 65 68 69 70 71 72 73 74 75 76 77 79 81 83 84 85 86 88 89 90 93 94 95 96 97 98 99 100 101 102 104 106 110 112 113 114 115 116 117 121 122 124 129 130 136 139 140 151 152 153"},F:{"94":0.00453,"98":0.02719,"99":0.12236,"131":0.36256,_:"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 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.01813,"18":0.04985,"90":0.00906,"92":0.04079,"99":0.03172,"100":0.00453,"109":0.04532,"115":0.01813,"117":0.00453,"119":0.00453,"120":0.01813,"122":0.00453,"124":0.00453,"126":0.00453,"130":0.02266,"131":0.0136,"132":0.00453,"134":0.03626,"135":0.00453,"137":0.0136,"138":0.01813,"139":0.02266,"140":0.1269,"141":0.01813,"142":0.56197,"143":0.0136,"144":0.00453,"145":0.04532,"146":0.10424,"147":0.38069,"148":2.73733,"149":6.48076,_:"12 13 15 16 17 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 101 102 103 104 105 106 107 108 110 111 112 113 114 116 118 121 123 125 127 128 129 133 136 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.5 18.0 18.1 18.2 18.4 TP","15.6":0.01813,"16.6":0.02719,"17.1":0.00906,"17.4":0.03626,"17.6":0.01813,"18.3":0.00906,"18.5-18.7":0.03626,"26.0":0.00906,"26.1":0.02266,"26.2":0.09517,"26.3":0.02266,"26.4":0.04985,"26.5":0.15409},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00081,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00243,"8.1-8.4":0,"9.0-9.2":0.00081,"9.3":0,"10.0-10.2":0,"10.3":0.00891,"11.0-11.2":0.26823,"11.3-11.4":0.00162,"12.0-12.1":0,"12.2-12.5":0.02755,"13.0-13.1":0,"13.2":0.00891,"13.3":0,"13.4-13.7":0.00162,"14.0-14.4":0.00567,"14.5-14.8":0.00891,"15.0-15.1":0.0081,"15.2-15.3":0.00486,"15.4":0.00567,"15.5":0.00729,"15.6-15.8":0.14181,"16.0":0.01297,"16.1":0.02107,"16.2":0.01135,"16.3":0.02431,"16.4":0.00567,"16.5":0.00891,"16.6-16.7":0.18476,"17.0":0.0081,"17.1":0.01216,"17.2":0.01135,"17.3":0.01702,"17.4":0.02593,"17.5":0.04619,"17.6-17.7":0.11912,"18.0":0.02674,"18.1":0.05105,"18.2":0.02755,"18.3":0.08428,"18.4":0.03809,"18.5-18.7":1.21797,"26.0":0.08023,"26.1":0.08347,"26.2":0.25202,"26.3":0.3444,"26.4":0.39464,"26.5":4.47561},P:{"26":0.06164,"28":0.15754,"29":0.24658,"30":0.17123,_:"4 20 21 22 23 24 25 27 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.0137},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.5304,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":1.4873},H:{all:0},L:{"0":56.59831},R:{_:"0"},M:{"0":2.52622},Q:{"14.9":0.02734}};
@@ -1 +1 @@
1
- module.exports={C:{"60":0.00488,"68":0.00488,"78":0.35631,"91":0.00488,"102":0.00488,"104":0.00488,"115":0.05857,"123":0.00976,"125":0.03905,"128":0.02441,"133":0.00976,"134":0.12691,"135":0.00488,"136":0.00488,"138":0.00976,"139":0.00488,"140":0.62965,"144":0.01464,"145":0.00488,"146":0.00976,"147":0.00976,"148":0.02441,"149":0.04393,"150":0.49786,"151":0.10738,"152":0.00488,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 103 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 124 126 127 129 130 131 132 137 141 142 143 153 154 3.5 3.6"},D:{"24":0.00488,"39":0.02929,"40":0.02441,"41":0.02929,"42":0.02441,"43":0.02441,"44":0.02441,"45":0.02441,"46":0.01952,"47":0.02441,"48":0.02441,"49":0.02441,"50":0.02929,"51":0.02441,"52":0.01952,"53":0.02441,"54":0.02441,"55":0.02441,"56":0.02441,"57":0.02441,"58":0.02441,"59":0.02441,"60":0.02441,"65":0.00488,"66":0.00488,"67":0.00488,"68":0.00488,"69":0.00488,"72":0.00488,"74":0.01952,"75":0.00488,"76":0.00488,"79":0.00488,"80":0.02441,"81":0.00488,"83":0.00488,"84":0.00488,"85":0.00488,"86":0.03417,"87":0.00976,"88":0.02441,"89":0.01952,"90":0.01464,"91":0.00976,"92":0.00488,"93":0.00488,"94":0.00488,"96":0.00488,"97":0.00976,"98":0.00488,"99":0.00976,"100":0.01952,"101":0.01464,"102":0.00488,"103":0.03905,"104":0.00976,"105":0.01464,"106":0.01464,"107":0.02441,"108":0.09274,"109":0.24405,"110":0.04393,"111":0.01464,"112":0.35631,"114":0.04881,"115":0.00488,"116":2.2355,"117":0.04393,"118":0.71263,"119":0.08786,"120":1.58144,"121":0.06345,"122":0.01952,"123":0.01952,"124":0.36608,"125":0.07322,"126":0.03905,"127":0.01464,"128":0.05369,"129":0.02929,"130":0.13179,"131":0.24405,"132":0.06833,"133":1.69371,"134":0.04393,"135":0.10738,"136":0.03905,"137":2.37705,"138":0.29286,"139":0.06345,"140":0.12203,"141":0.15131,"142":4.61743,"143":0.11714,"144":0.07322,"145":0.42953,"146":0.47834,"147":5.12505,"148":5.3691,"149":0.02929,"150":0.02929,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 70 71 73 77 78 95 113 151 152"},F:{"92":0.00488,"94":0.00488,"95":0.01464,"97":0.05369,"98":0.03905,"114":0.00488,"115":0.00976,"117":0.00488,"131":0.21476,_:"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 93 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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.00488,"92":0.00976,"99":0.00976,"100":0.00488,"109":0.00488,"113":0.00488,"114":0.02441,"116":0.00976,"118":0.00488,"119":0.00488,"122":0.00488,"123":0.01464,"126":0.00488,"127":0.00488,"128":0.00976,"129":0.00976,"130":0.00976,"131":0.04881,"132":0.04881,"133":0.00976,"134":0.02441,"135":0.01464,"136":0.01952,"137":0.01952,"138":0.01952,"139":0.02441,"140":0.00976,"141":0.01952,"142":0.02441,"143":0.02929,"144":0.00976,"145":0.06345,"146":0.18548,"147":0.8737,"148":1.67418,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 101 102 103 104 105 106 107 108 110 111 112 115 117 120 121 124 125 149"},E:{"15":0.03417,_:"4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 13.1 14.1 15.2-15.3 15.5 16.0 16.1 16.4 17.2 TP","9.1":0.00488,"15.1":0.00488,"15.4":0.00488,"15.6":0.01952,"16.2":0.00976,"16.3":0.03417,"16.5":0.00488,"16.6":0.00488,"17.0":0.02441,"17.1":0.00976,"17.3":0.00488,"17.4":0.00488,"17.5":0.02441,"17.6":0.09762,"18.0":0.01464,"18.1":0.01464,"18.2":0.00488,"18.3":0.07322,"18.4":0.00488,"18.5-18.7":0.05857,"26.0":0.00488,"26.1":0.01464,"26.2":0.07322,"26.3":0.12691,"26.4":0.29286,"26.5":0.09762},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00108,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00216,"8.1-8.4":0,"9.0-9.2":0.00108,"9.3":0,"10.0-10.2":0,"10.3":0.0097,"11.0-11.2":0.2555,"11.3-11.4":0.00323,"12.0-12.1":0,"12.2-12.5":0.03665,"13.0-13.1":0,"13.2":0.01186,"13.3":0,"13.4-13.7":0.00216,"14.0-14.4":0.00862,"14.5-14.8":0.01401,"15.0-15.1":0.01078,"15.2-15.3":0.00647,"15.4":0.00862,"15.5":0.0097,"15.6-15.8":0.18219,"16.0":0.01941,"16.1":0.03019,"16.2":0.01617,"16.3":0.03558,"16.4":0.00755,"16.5":0.01294,"16.6-16.7":0.24256,"17.0":0.01078,"17.1":0.01833,"17.2":0.01617,"17.3":0.03126,"17.4":0.04959,"17.5":0.06684,"17.6-17.7":0.17572,"18.0":0.03558,"18.1":0.07007,"18.2":0.03773,"18.3":0.11212,"18.4":0.05175,"18.5-18.7":1.78527,"26.0":0.11427,"26.1":0.1423,"26.2":0.54766,"26.3":1.72921,"26.4":3.56623,"26.5":1.27211},P:{"4":0.00601,"22":0.00601,"23":0.00601,"25":0.00601,"27":0.00601,"28":0.02404,"29":0.72111,"30":0.04807,_:"20 21 24 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","13.0":0.00601},I:{"0":0.02046,"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.66547,_:"10 11 12 11.1 11.5 12.1"},A:{"11":1.1568,_:"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.87023},Q:{"14.9":0.13821},O:{"0":0.84464},H:{all:0},L:{"0":43.80573}};
1
+ module.exports={C:{"78":0.02302,"102":0.00921,"115":0.02762,"120":0.01841,"121":0.03222,"123":0.0046,"125":0.05063,"126":0.02302,"127":0.02762,"128":0.04603,"129":0.01841,"130":0.02302,"131":0.02302,"132":0.02762,"133":0.05063,"134":0.02762,"135":0.02302,"136":0.03682,"138":0.0046,"140":0.45109,"144":0.0046,"145":0.00921,"146":0.0046,"147":0.0046,"148":0.01381,"149":0.01381,"150":0.00921,"151":0.23475,"152":0.19333,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 124 137 139 141 142 143 153 154 155 3.5 3.6"},D:{"39":0.56617,"40":0.56157,"41":0.56617,"42":0.56617,"43":0.54776,"44":0.56157,"45":0.57077,"46":0.57998,"47":0.56617,"48":0.59379,"49":0.59379,"50":0.56617,"51":0.57077,"52":0.57077,"53":0.55696,"54":0.55696,"55":0.57998,"56":0.55236,"57":0.57538,"58":0.58918,"59":0.55696,"60":0.57998,"73":0.0046,"76":0.0046,"78":0.0046,"79":0.0046,"81":0.00921,"83":0.0046,"86":0.03222,"88":0.0046,"89":0.0046,"90":0.02762,"92":0.01841,"94":0.0046,"95":0.0046,"97":0.0046,"98":0.0046,"99":0.0046,"100":0.0046,"101":0.01841,"103":0.02302,"104":0.03222,"105":0.01841,"106":0.01841,"107":0.06905,"108":0.01841,"109":0.33602,"110":0.02302,"111":0.02302,"112":0.01841,"114":0.03222,"115":0.0046,"116":1.61565,"117":0.03222,"118":0.62141,"119":0.11968,"120":0.98504,"121":0.04143,"122":0.02302,"123":0.02762,"124":0.16571,"125":0.03682,"126":0.06444,"127":0.03222,"128":0.09206,"129":0.01841,"130":0.05524,"131":1.31186,"132":0.07365,"133":1.33947,"134":0.05984,"135":0.05524,"136":0.05063,"137":0.13349,"138":0.22094,"139":0.05063,"140":0.03222,"141":0.05063,"142":0.74569,"143":0.05984,"144":0.12428,"145":0.07365,"146":0.10127,"147":0.2992,"148":3.20369,"149":4.35904,"150":0.04143,"151":0.01381,_:"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 74 75 77 80 84 85 87 91 93 96 102 113 152 153"},F:{"95":0.02302,"98":0.01381,"99":0.11508,"114":0.0046,"131":0.16571,_:"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 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.00921,"92":0.01381,"107":0.0046,"114":0.0046,"116":0.02302,"117":0.0046,"119":0.01841,"120":0.01841,"122":0.01381,"126":0.01841,"128":0.0046,"129":0.0046,"130":0.01381,"131":0.05984,"132":0.04603,"133":0.03222,"134":0.01381,"135":0.04603,"136":0.01841,"137":0.01841,"138":0.02302,"139":0.02302,"141":0.00921,"142":0.01841,"143":0.01841,"144":0.00921,"145":0.03682,"146":0.09666,"147":0.11047,"148":0.80553,"149":2.08516,_:"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 108 109 110 111 112 113 115 118 121 123 124 125 127 140 150"},E:{"13":0.0046,"14":0.01381,"15":0.0046,"27":0.0046,_:"4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 13.1 14.1 15.1 15.4 15.5 16.1 16.2 16.3 16.4 17.2 17.3 17.4 18.2 26.0 TP","9.1":0.0046,"15.2-15.3":0.0046,"15.6":0.04143,"16.0":0.00921,"16.5":0.0046,"16.6":0.03682,"17.0":0.01381,"17.1":0.0046,"17.5":0.01381,"17.6":0.03682,"18.0":0.0046,"18.1":0.00921,"18.3":0.06905,"18.4":0.0046,"18.5-18.7":0.00921,"26.1":0.00921,"26.2":0.01841,"26.3":0.03222,"26.4":0.02302,"26.5":0.3084},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00082,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00245,"8.1-8.4":0,"9.0-9.2":0.00082,"9.3":0,"10.0-10.2":0,"10.3":0.009,"11.0-11.2":0.27082,"11.3-11.4":0.00164,"12.0-12.1":0,"12.2-12.5":0.02782,"13.0-13.1":0,"13.2":0.009,"13.3":0,"13.4-13.7":0.00164,"14.0-14.4":0.00573,"14.5-14.8":0.009,"15.0-15.1":0.00818,"15.2-15.3":0.00491,"15.4":0.00573,"15.5":0.00736,"15.6-15.8":0.14318,"16.0":0.01309,"16.1":0.02127,"16.2":0.01145,"16.3":0.02455,"16.4":0.00573,"16.5":0.009,"16.6-16.7":0.18655,"17.0":0.00818,"17.1":0.01227,"17.2":0.01145,"17.3":0.01718,"17.4":0.02618,"17.5":0.04664,"17.6-17.7":0.12027,"18.0":0.027,"18.1":0.05155,"18.2":0.02782,"18.3":0.08509,"18.4":0.03845,"18.5-18.7":1.22973,"26.0":0.081,"26.1":0.08427,"26.2":0.25446,"26.3":0.34773,"26.4":0.39846,"26.5":4.51884},P:{"23":0.00725,"24":0.00725,"27":0.00725,"28":0.00725,"29":0.07977,"30":0.58743,_:"4 20 21 22 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01617,"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.78257,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.39586,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.63685},H:{all:0},L:{"0":47.50008},R:{_:"0"},M:{"0":0.68542},Q:{"14.9":0.12953}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.00362,"72":0.00362,"111":0.00724,"115":0.10866,"127":0.00362,"128":0.02535,"140":0.02898,"141":0.00362,"142":0.00724,"143":0.00724,"147":0.00362,"148":0.00724,"149":0.01811,"150":0.53606,"151":0.05795,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 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 112 113 114 116 117 118 119 120 121 122 123 124 125 126 129 130 131 132 133 134 135 136 137 138 139 144 145 146 152 153 154 3.5 3.6"},D:{"37":0.00724,"50":0.00362,"56":0.00362,"57":0.00362,"58":0.00362,"68":0.00362,"69":0.00362,"70":0.02898,"71":0.00724,"72":0.00362,"73":0.00362,"78":0.01087,"79":0.01811,"85":0.00362,"86":0.00362,"87":0.00362,"88":0.00362,"91":0.02173,"99":0.01087,"103":0.00362,"105":0.00362,"106":0.00362,"108":0.00362,"109":0.11953,"110":0.00362,"111":0.00362,"112":0.02173,"114":0.01811,"116":0.01449,"117":0.00724,"118":0.05795,"120":0.00362,"122":0.00362,"123":0.00362,"124":0.00724,"126":0.00724,"127":0.00724,"128":0.00724,"130":0.00362,"131":0.04709,"132":0.00362,"133":0.01087,"134":0.00362,"135":0.00724,"136":0.02173,"137":0.02898,"138":0.05071,"139":0.00724,"140":0.00724,"141":0.01087,"142":0.03984,"143":0.0326,"144":0.01449,"145":0.04346,"146":0.09417,"147":1.14455,"148":0.81133,"149":0.0326,_:"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 38 39 40 41 42 43 44 45 46 47 48 49 51 52 53 54 55 59 60 61 62 63 64 65 66 67 74 75 76 77 80 81 83 84 89 90 92 93 94 95 96 97 98 100 101 102 104 107 113 115 119 121 125 129 150 151 152"},F:{"68":0.00362,"79":0.00362,"83":0.01087,"90":0.00724,"91":0.00724,"93":0.01087,"94":0.00724,"95":0.04346,"96":0.09417,"97":0.46362,"98":0.47086,"99":0.01449,"131":0.07244,_:"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 69 70 71 72 73 74 75 76 77 78 80 81 82 84 85 86 87 88 89 92 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00362,"18":0.01087,"84":0.00362,"90":0.00362,"92":0.0326,"100":0.00724,"122":0.00362,"129":0.00362,"131":0.01087,"132":0.00724,"133":0.00362,"136":0.00362,"138":0.00362,"140":0.00362,"142":0.00362,"143":0.00724,"144":0.00724,"145":0.00724,"146":0.06157,"147":0.32236,"148":0.45637,_:"12 13 14 15 16 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 130 134 135 137 139 141 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.5 TP","5.1":0.05433,"9.1":0.00362,"15.6":0.02898,"18.2":0.00362,"26.3":0.03622,"26.4":0.00724},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.00026,"8.1-8.4":0,"9.0-9.2":0.00013,"9.3":0,"10.0-10.2":0,"10.3":0.00119,"11.0-11.2":0.03128,"11.3-11.4":0.0004,"12.0-12.1":0,"12.2-12.5":0.00449,"13.0-13.1":0,"13.2":0.00145,"13.3":0,"13.4-13.7":0.00026,"14.0-14.4":0.00106,"14.5-14.8":0.00172,"15.0-15.1":0.00132,"15.2-15.3":0.00079,"15.4":0.00106,"15.5":0.00119,"15.6-15.8":0.02231,"16.0":0.00238,"16.1":0.0037,"16.2":0.00198,"16.3":0.00436,"16.4":0.00092,"16.5":0.00158,"16.6-16.7":0.0297,"17.0":0.00132,"17.1":0.00224,"17.2":0.00198,"17.3":0.00383,"17.4":0.00607,"17.5":0.00818,"17.6-17.7":0.02152,"18.0":0.00436,"18.1":0.00858,"18.2":0.00462,"18.3":0.01373,"18.4":0.00634,"18.5-18.7":0.2186,"26.0":0.01399,"26.1":0.01742,"26.2":0.06706,"26.3":0.21173,"26.4":0.43667,"26.5":0.15576},P:{"4":0.00682,"20":0.00682,"21":0.00682,"22":0.02045,"23":0.01363,"24":0.04089,"25":0.08178,"26":0.1772,"27":0.17038,"28":0.25217,"29":0.98822,"30":0.02045,_:"5.0-5.4 8.2 9.2 12.0 14.0 15.0 18.0","6.2-6.4":0.00682,"7.2-7.4":0.09541,"10.1":0.00682,"11.1-11.2":0.01363,"13.0":0.02045,"16.0":0.03408,"17.0":0.01363,"19.0":0.00682},I:{"0":0.11467,"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":3.6604,_:"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.11479},Q:{_:"14.9"},O:{"0":1.08409},H:{all:0},L:{"0":84.1798}};
1
+ module.exports={C:{"72":0.00373,"111":0.00373,"115":0.08959,"120":0.00373,"121":0.00373,"127":0.0112,"128":0.02613,"139":0.00373,"140":0.01493,"141":0.00373,"142":0.0112,"147":0.00373,"148":0.00373,"149":0.01493,"150":0.0336,"151":0.4181,"152":0.15305,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 122 123 124 125 126 129 130 131 132 133 134 135 136 137 138 143 144 145 146 153 154 155 3.5 3.6"},D:{"37":0.16052,"50":0.00373,"52":0.00373,"55":0.00747,"56":0.00373,"57":0.00747,"62":0.0112,"64":0.00747,"65":0.00373,"67":0.00747,"68":0.00747,"69":0.00747,"70":0.01867,"71":0.0112,"72":0.00373,"73":0.00373,"74":0.00373,"75":0.00373,"76":0.00373,"78":0.0224,"79":0.01867,"80":0.00373,"81":0.00747,"83":0.00373,"84":0.00373,"86":0.00373,"87":0.0112,"88":0.00747,"91":0.05226,"98":0.00373,"99":0.00373,"103":0.00747,"104":0.00747,"105":0.00373,"106":0.00373,"107":0.00373,"108":0.00373,"109":0.09706,"110":0.00373,"111":0.0112,"112":0.00373,"114":0.01867,"116":0.02613,"117":0.01493,"118":0.15679,"119":0.00373,"120":0.0112,"122":0.00373,"123":0.00747,"124":0.00373,"126":0.00747,"127":0.01493,"128":0.00747,"130":0.00373,"131":0.0336,"132":0.00373,"133":0.0112,"134":0.00373,"135":0.00747,"136":0.00747,"137":0.02613,"138":0.0336,"139":0.01493,"140":0.0112,"141":0.0112,"142":0.02613,"143":0.03733,"144":0.01493,"145":0.02613,"146":0.04853,"147":0.23891,"148":0.98178,"149":1.1087,_:"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 38 39 40 41 42 43 44 45 46 47 48 49 51 53 54 58 59 60 61 63 66 77 85 89 90 92 93 94 95 96 97 100 101 102 113 115 121 125 129 150 151 152 153"},F:{"83":0.00373,"86":0.00373,"89":0.00373,"91":0.00373,"93":0.00747,"94":0.01867,"95":0.05226,"96":0.0448,"97":0.07093,"98":0.4293,"99":0.62341,"100":0.02613,"126":0.00373,"131":0.09333,_:"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 84 85 87 88 90 92 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00373,"17":0.00373,"18":0.0112,"89":0.00373,"90":0.00373,"92":0.02986,"100":0.00373,"103":0.00373,"120":0.00373,"122":0.00373,"129":0.00373,"131":0.00747,"132":0.00747,"133":0.00373,"138":0.00373,"139":0.00373,"140":0.00373,"142":0.00373,"143":0.00373,"144":0.00747,"145":0.00747,"146":0.02986,"147":0.01493,"148":0.14932,"149":0.51142,_:"12 13 14 15 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 123 124 125 126 127 128 130 134 135 136 137 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.3 18.4 26.0 26.1 TP","5.1":0.056,"15.6":0.01493,"16.3":0.00373,"16.6":0.00747,"18.2":0.00373,"18.5-18.7":0.00373,"26.2":0.00747,"26.3":0.02986,"26.4":0.00373,"26.5":0.0336},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00012,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00037,"8.1-8.4":0,"9.0-9.2":0.00012,"9.3":0,"10.0-10.2":0,"10.3":0.00135,"11.0-11.2":0.04066,"11.3-11.4":0.00025,"12.0-12.1":0,"12.2-12.5":0.00418,"13.0-13.1":0,"13.2":0.00135,"13.3":0,"13.4-13.7":0.00025,"14.0-14.4":0.00086,"14.5-14.8":0.00135,"15.0-15.1":0.00123,"15.2-15.3":0.00074,"15.4":0.00086,"15.5":0.00111,"15.6-15.8":0.0215,"16.0":0.00197,"16.1":0.00319,"16.2":0.00172,"16.3":0.00368,"16.4":0.00086,"16.5":0.00135,"16.6-16.7":0.02801,"17.0":0.00123,"17.1":0.00184,"17.2":0.00172,"17.3":0.00258,"17.4":0.00393,"17.5":0.007,"17.6-17.7":0.01806,"18.0":0.00405,"18.1":0.00774,"18.2":0.00418,"18.3":0.01277,"18.4":0.00577,"18.5-18.7":0.18462,"26.0":0.01216,"26.1":0.01265,"26.2":0.0382,"26.3":0.0522,"26.4":0.05982,"26.5":0.67841},P:{"21":0.01479,"22":0.09615,"23":0.02219,"24":0.02959,"25":0.05917,"26":0.14053,"27":0.15533,"28":0.2145,"29":0.73965,"30":0.96155,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 15.0 17.0","7.2-7.4":0.06657,"11.1-11.2":0.0074,"13.0":0.0074,"14.0":0.0074,"16.0":0.0074,"18.0":0.0074,"19.0":0.0074},I:{"0":0.30052,"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.00012},K:{"0":4.93213,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":1.24087},H:{all:0},L:{"0":81.43707},R:{_:"0"},M:{"0":0.12534},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01116,"59":0.00558,"60":0.00558,"78":0.00558,"91":0.00558,"102":0.00558,"104":0.00558,"115":0.17292,"120":0.00558,"121":0.00558,"122":0.00558,"123":0.01116,"124":0.00558,"128":0.03905,"132":0.00558,"133":0.00558,"134":0.01116,"135":0.00558,"136":0.03347,"140":0.85901,"144":0.00558,"145":0.00558,"146":0.01116,"147":0.01673,"148":0.03347,"149":0.06136,"150":1.32199,"151":0.50202,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 103 105 106 107 108 109 110 111 112 113 114 116 117 118 119 125 126 127 129 130 131 137 138 139 141 142 143 152 153 154 3.5 3.6"},D:{"39":0.56338,"40":0.56338,"41":0.5578,"42":0.5578,"43":0.56338,"44":0.5578,"45":0.56338,"46":0.5578,"47":0.5578,"48":0.56338,"49":0.56896,"50":0.5578,"51":0.5578,"52":0.56338,"53":0.5578,"54":0.55222,"55":0.5578,"56":0.5578,"57":0.5578,"58":0.56338,"59":0.5578,"60":0.5578,"66":0.02231,"79":0.00558,"87":0.01673,"91":0.00558,"92":0.00558,"93":0.00558,"102":0.00558,"103":0.0502,"104":0.01673,"105":0.01116,"106":0.01116,"107":0.01116,"108":0.02231,"109":0.31237,"110":0.01116,"111":0.01116,"112":0.11156,"113":0.00558,"114":0.00558,"115":0.00558,"116":0.11714,"117":0.01116,"118":0.2287,"119":0.01673,"120":0.22312,"121":0.07809,"122":0.03347,"123":0.00558,"124":0.04462,"125":0.03347,"126":0.04462,"127":0.00558,"128":0.0502,"129":0.00558,"130":0.01673,"131":0.06694,"132":0.02231,"133":0.0502,"134":0.0502,"135":0.03347,"136":0.03347,"137":0.07251,"138":0.16176,"139":0.10598,"140":0.03905,"141":0.07809,"142":1.70687,"143":0.11156,"144":0.13945,"145":0.3291,"146":0.72514,"147":6.89999,"148":9.39893,"149":0.02789,_:"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 76 77 78 80 81 83 84 85 86 88 89 90 94 95 96 97 98 99 100 101 150 151 152"},F:{"86":0.00558,"89":0.01116,"90":0.00558,"91":0.00558,"95":0.01116,"97":0.01116,"98":0.04462,"120":0.00558,"125":0.00558,"131":0.63031,_:"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 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 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:{"17":0.00558,"92":0.00558,"102":0.00558,"109":0.03905,"119":0.00558,"120":0.00558,"122":0.00558,"124":0.00558,"128":0.00558,"131":0.00558,"132":0.00558,"133":0.00558,"134":0.00558,"135":0.00558,"136":0.01116,"137":0.01673,"138":0.00558,"139":0.00558,"140":0.00558,"141":0.00558,"142":0.01116,"143":0.01673,"144":0.01116,"145":0.0502,"146":0.12829,"147":2.18658,"148":4.57396,"149":0.00558,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 125 126 127 129 130"},E:{"13":0.00558,"14":0.00558,"15":0.00558,_:"4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 12.1 15.1 15.2-15.3 TP","10.1":0.01116,"11.1":0.00558,"13.1":0.02789,"14.1":0.02231,"15.4":0.00558,"15.5":0.01116,"15.6":0.15618,"16.0":0.00558,"16.1":0.01116,"16.2":0.00558,"16.3":0.01673,"16.4":0.01673,"16.5":0.01116,"16.6":0.23428,"17.0":0.01116,"17.1":0.18965,"17.2":0.02789,"17.3":0.01673,"17.4":0.02789,"17.5":0.04462,"17.6":0.17292,"18.0":0.01116,"18.1":0.03347,"18.2":0.01116,"18.3":0.05578,"18.4":0.02231,"18.5-18.7":0.05578,"26.0":0.02789,"26.1":0.04462,"26.2":0.16734,"26.3":0.61916,"26.4":0.87017,"26.5":0.39046},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00207,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00413,"8.1-8.4":0,"9.0-9.2":0.00207,"9.3":0,"10.0-10.2":0,"10.3":0.0186,"11.0-11.2":0.48984,"11.3-11.4":0.0062,"12.0-12.1":0,"12.2-12.5":0.07027,"13.0-13.1":0,"13.2":0.02274,"13.3":0,"13.4-13.7":0.00413,"14.0-14.4":0.01653,"14.5-14.8":0.02687,"15.0-15.1":0.02067,"15.2-15.3":0.0124,"15.4":0.01653,"15.5":0.0186,"15.6-15.8":0.3493,"16.0":0.0372,"16.1":0.05787,"16.2":0.031,"16.3":0.06821,"16.4":0.01447,"16.5":0.0248,"16.6-16.7":0.46504,"17.0":0.02067,"17.1":0.03514,"17.2":0.031,"17.3":0.05994,"17.4":0.09507,"17.5":0.12814,"17.6-17.7":0.3369,"18.0":0.06821,"18.1":0.13434,"18.2":0.07234,"18.3":0.21495,"18.4":0.09921,"18.5-18.7":3.42269,"26.0":0.21909,"26.1":0.27282,"26.2":1.04996,"26.3":3.31522,"26.4":6.83712,"26.5":2.43887},P:{"21":0.01442,"22":0.00721,"23":0.00721,"24":0.00721,"25":0.00721,"26":0.05048,"27":0.01442,"28":0.03606,"29":2.084,"30":0.43988,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00721},I:{"0":0.02209,"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.34934,_:"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.90209},Q:{"14.9":0.00442},O:{"0":0.02211},H:{all:0},L:{"0":22.58555}};
1
+ module.exports={C:{"52":0.01161,"59":0.00581,"78":0.00581,"91":0.00581,"101":0.01161,"102":0.00581,"115":0.13352,"120":0.01742,"121":0.03483,"122":0.01161,"123":0.04064,"128":0.02322,"132":0.00581,"134":0.01161,"135":0.00581,"136":0.01161,"139":0.00581,"140":0.62694,"144":0.00581,"145":0.00581,"146":0.00581,"147":0.00581,"148":0.01161,"149":0.02322,"150":0.05225,"151":0.95202,"152":0.52826,"153":0.00581,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 124 125 126 127 129 130 131 133 137 138 141 142 143 154 155 3.5 3.6"},D:{"39":0.41796,"40":0.41796,"41":0.41796,"42":0.41796,"43":0.41796,"44":0.41796,"45":0.41216,"46":0.41216,"47":0.41796,"48":0.41796,"49":0.43538,"50":0.41216,"51":0.41796,"52":0.42377,"53":0.41796,"54":0.41796,"55":0.41796,"56":0.41796,"57":0.41796,"58":0.41796,"59":0.41796,"60":0.41796,"65":0.00581,"66":0.02903,"70":0.06966,"79":0.01161,"80":0.00581,"87":0.01742,"88":0.00581,"92":0.00581,"93":0.01161,"100":0.00581,"101":0.00581,"102":0.01161,"103":0.04064,"104":0.02322,"105":0.01161,"106":0.01161,"107":0.01161,"108":0.01161,"109":0.31928,"110":0.01161,"111":0.01161,"112":0.01161,"114":0.00581,"115":0.00581,"116":0.08708,"117":0.01161,"118":0.28445,"119":0.04644,"120":0.48762,"121":0.03483,"122":0.05805,"123":0.00581,"124":0.06966,"125":0.02903,"126":0.02322,"127":0.00581,"128":0.06386,"129":0.00581,"130":0.05225,"131":0.05225,"132":0.01742,"133":0.03483,"134":0.04644,"135":0.01742,"136":0.02903,"137":0.1103,"138":0.19737,"139":0.22059,"140":0.02903,"141":0.09869,"142":0.60953,"143":0.15674,"144":0.35991,"145":0.56309,"146":0.95783,"147":1.17842,"148":9.65372,"149":13.41536,"150":0.05225,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 67 68 69 71 72 73 74 75 76 77 78 81 83 84 85 86 89 90 91 94 95 96 97 98 99 113 151 152 153"},F:{"86":0.00581,"89":0.00581,"95":0.01161,"98":0.01161,"99":0.04644,"131":0.41216,_:"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 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:{"17":0.00581,"92":0.00581,"102":0.01742,"109":0.03483,"119":0.01742,"120":0.01742,"121":0.00581,"122":0.01161,"128":0.00581,"131":0.00581,"132":0.00581,"135":0.01161,"136":0.00581,"137":0.01742,"138":0.00581,"139":0.00581,"140":0.00581,"141":0.00581,"142":0.00581,"143":0.00581,"144":0.00581,"145":0.02322,"146":0.04644,"147":0.06386,"148":1.82277,"149":4.84718,"150":0.00581,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 123 124 125 126 127 129 130 133 134"},E:{"13":0.00581,"14":0.00581,_:"4 5 6 7 8 9 10 11 12 15 27 3.1 3.2 5.1 6.1 7.1 9.1 12.1 15.1 15.2-15.3 16.0 TP","10.1":0.00581,"11.1":0.00581,"13.1":0.02903,"14.1":0.02903,"15.4":0.00581,"15.5":0.00581,"15.6":0.1161,"16.1":0.00581,"16.2":0.00581,"16.3":0.01742,"16.4":0.00581,"16.5":0.00581,"16.6":0.17996,"17.0":0.01161,"17.1":0.14513,"17.2":0.01161,"17.3":0.02322,"17.4":0.02903,"17.5":0.04064,"17.6":0.1103,"18.0":0.01161,"18.1":0.02903,"18.2":0.00581,"18.3":0.03483,"18.4":0.01742,"18.5-18.7":0.03483,"26.0":0.01742,"26.1":0.01742,"26.2":0.08708,"26.3":0.13352,"26.4":0.09869,"26.5":1.32935},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00161,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00483,"8.1-8.4":0,"9.0-9.2":0.00161,"9.3":0,"10.0-10.2":0,"10.3":0.01771,"11.0-11.2":0.53292,"11.3-11.4":0.00322,"12.0-12.1":0,"12.2-12.5":0.05474,"13.0-13.1":0,"13.2":0.01771,"13.3":0,"13.4-13.7":0.00322,"14.0-14.4":0.01127,"14.5-14.8":0.01771,"15.0-15.1":0.0161,"15.2-15.3":0.00966,"15.4":0.01127,"15.5":0.01449,"15.6-15.8":0.28176,"16.0":0.02576,"16.1":0.04186,"16.2":0.02254,"16.3":0.0483,"16.4":0.01127,"16.5":0.01771,"16.6-16.7":0.36709,"17.0":0.0161,"17.1":0.02415,"17.2":0.02254,"17.3":0.03381,"17.4":0.05152,"17.5":0.09177,"17.6-17.7":0.23668,"18.0":0.05313,"18.1":0.10143,"18.2":0.05474,"18.3":0.16744,"18.4":0.07567,"18.5-18.7":2.41989,"26.0":0.15939,"26.1":0.16583,"26.2":0.50072,"26.3":0.68427,"26.4":0.78409,"26.5":8.89226},P:{"4":0.0069,"21":0.0069,"22":0.0069,"23":0.0069,"24":0.0069,"25":0.0069,"26":0.0345,"27":0.0138,"28":0.0276,"29":0.18632,"30":1.80105,_:"20 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","5.0-5.4":0.0069,"7.2-7.4":0.0069},I:{"0":0.01676,"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.24331,_:"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.02098},H:{all:0},L:{"0":25.42759},R:{_:"0"},M:{"0":0.72993},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.01266,"115":0.02532,"125":0.00633,"136":0.00633,"140":0.01266,"147":0.00633,"148":0.00633,"149":0.01899,"150":0.53164,"151":0.22784,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 146 152 153 154 3.5 3.6"},D:{"39":0.25949,"40":0.26582,"41":0.25949,"42":0.25949,"43":0.26582,"44":0.25949,"45":0.25949,"46":0.25949,"47":0.25949,"48":0.25949,"49":0.25949,"50":0.25949,"51":0.25949,"52":0.25949,"53":0.25949,"54":0.25949,"55":0.25949,"56":0.25949,"57":0.25949,"58":0.25949,"59":0.25949,"60":0.25949,"71":0.00633,"79":0.00633,"80":0.00633,"86":0.00633,"87":0.00633,"91":0.01899,"92":0.03165,"101":0.00633,"103":0.92403,"104":0.92403,"105":0.91771,"106":0.91771,"107":0.92403,"108":0.92403,"109":1.03796,"110":0.92403,"111":0.91771,"112":0.94302,"114":0.01899,"115":0.00633,"116":1.84174,"117":0.94935,"118":0.12658,"119":0.01266,"120":0.99365,"121":0.02532,"122":0.01899,"123":0.01266,"124":0.93669,"125":4.05056,"126":0.01266,"127":0.01266,"128":0.03797,"129":0.00633,"130":0.03165,"131":1.87338,"132":0.01899,"133":1.86706,"134":0.01899,"135":0.02532,"136":0.03165,"137":0.07595,"138":0.08228,"139":0.06962,"140":0.03797,"141":0.0443,"142":9.80362,"143":0.06329,"144":0.06962,"145":0.12658,"146":0.32911,"147":4.22777,"148":6.33533,"149":0.03165,"150":0.01899,_:"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 72 73 74 75 76 77 78 81 83 84 85 88 89 90 93 94 95 96 97 98 99 100 102 113 151 152"},F:{"95":0.02532,"96":0.00633,"97":0.08228,"98":0.24683,"99":0.00633,"102":0.00633,"131":0.45569,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 100 101 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.01266,"122":0.00633,"131":0.00633,"132":0.00633,"133":0.00633,"134":0.00633,"135":0.00633,"137":0.00633,"138":0.00633,"139":0.00633,"140":0.00633,"141":0.00633,"142":0.00633,"143":0.01266,"144":0.02532,"145":0.01899,"146":0.0443,"147":0.72151,"148":1.44934,_:"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 119 120 121 123 124 125 126 127 128 129 130 136 149"},E:{"14":0.00633,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.2 16.4 16.5 17.0 18.0 18.2 TP","13.1":0.00633,"14.1":0.00633,"15.6":0.02532,"16.0":0.00633,"16.1":0.00633,"16.3":0.00633,"16.6":0.03797,"17.1":0.02532,"17.2":0.00633,"17.3":0.00633,"17.4":0.00633,"17.5":0.00633,"17.6":0.03165,"18.1":0.01266,"18.3":0.01266,"18.4":0.00633,"18.5-18.7":0.02532,"26.0":0.01899,"26.1":0.01266,"26.2":0.06329,"26.3":0.2405,"26.4":0.34177,"26.5":0.13924},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00106,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00212,"8.1-8.4":0,"9.0-9.2":0.00106,"9.3":0,"10.0-10.2":0,"10.3":0.00956,"11.0-11.2":0.2517,"11.3-11.4":0.00319,"12.0-12.1":0,"12.2-12.5":0.03611,"13.0-13.1":0,"13.2":0.01168,"13.3":0,"13.4-13.7":0.00212,"14.0-14.4":0.0085,"14.5-14.8":0.01381,"15.0-15.1":0.01062,"15.2-15.3":0.00637,"15.4":0.0085,"15.5":0.00956,"15.6-15.8":0.17948,"16.0":0.01912,"16.1":0.02974,"16.2":0.01593,"16.3":0.03505,"16.4":0.00743,"16.5":0.01274,"16.6-16.7":0.23895,"17.0":0.01062,"17.1":0.01805,"17.2":0.01593,"17.3":0.0308,"17.4":0.04885,"17.5":0.06585,"17.6-17.7":0.17311,"18.0":0.03505,"18.1":0.06903,"18.2":0.03717,"18.3":0.11045,"18.4":0.05098,"18.5-18.7":1.75871,"26.0":0.11257,"26.1":0.14019,"26.2":0.53951,"26.3":1.70348,"26.4":3.51316,"26.5":1.25318},P:{"26":0.00645,"27":0.00645,"28":0.0129,"29":1.05169,"30":0.20001,_:"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.00733,"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":1.00218,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.06751,"11":0.03375,_:"6 7 8 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.47356},Q:{"14.9":0.02937},O:{"0":0.41849},H:{all:0},L:{"0":28.26752}};
1
+ module.exports={C:{"115":0.04214,"125":0.00527,"133":0.01053,"135":0.01053,"136":0.00527,"140":0.0158,"145":0.01053,"147":0.00527,"148":0.00527,"149":0.01053,"150":0.02634,"151":0.53197,"152":0.32655,"153":0.00527,_:"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 126 127 128 129 130 131 132 134 137 138 139 141 142 143 144 146 154 155 3.5 3.6"},D:{"39":0.30549,"40":0.30549,"41":0.30549,"42":0.30549,"43":0.30549,"44":0.30549,"45":0.30549,"46":0.30549,"47":0.30549,"48":0.30549,"49":0.30549,"50":0.30549,"51":0.30549,"52":0.30549,"53":0.30549,"54":0.30549,"55":0.30549,"56":0.30549,"57":0.30549,"58":0.30549,"59":0.30549,"60":0.30549,"70":0.03687,"79":0.00527,"80":0.00527,"86":0.01053,"87":0.00527,"92":0.0316,"98":0.00527,"101":0.00527,"103":0.42663,"104":0.43189,"105":0.42663,"106":0.42663,"107":0.42663,"108":0.42663,"109":0.57937,"110":0.43189,"111":0.42136,"112":0.41083,"114":0.0316,"115":0.00527,"116":0.89012,"117":0.43189,"118":0.12641,"119":0.02634,"120":0.5109,"121":0.0316,"122":0.0316,"123":0.02107,"124":0.4477,"125":3.52889,"126":0.0316,"127":0.02107,"128":0.06847,"129":0.01053,"130":0.02634,"131":0.90592,"132":0.0158,"133":0.86906,"134":0.02634,"135":0.0316,"136":0.05267,"137":0.0474,"138":0.11587,"139":0.12114,"140":0.04214,"141":0.04214,"142":0.88486,"143":0.0474,"144":0.07901,"145":0.09481,"146":0.4635,"147":0.31075,"148":4.99312,"149":9.02237,"150":0.0632,"151":0.02634,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 81 83 84 85 88 89 90 91 93 94 95 96 97 99 100 102 113 152 153"},F:{"94":0.00527,"95":0.02634,"96":0.00527,"97":0.00527,"98":0.08954,"99":0.32655,"100":0.00527,"102":0.00527,"114":0.00527,"126":0.00527,"131":0.60044,_:"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 101 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.0158,"113":0.00527,"116":0.00527,"120":0.00527,"122":0.00527,"126":0.00527,"127":0.00527,"131":0.00527,"133":0.00527,"134":0.00527,"135":0.00527,"136":0.00527,"137":0.01053,"138":0.00527,"139":0.00527,"140":0.00527,"141":0.00527,"142":0.01053,"143":0.0158,"144":0.02107,"145":0.01053,"146":0.02107,"147":0.0474,"148":0.70051,"149":1.95932,"150":0.00527,_:"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 114 115 117 118 119 121 123 124 125 128 129 130 132"},E:{"14":0.00527,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 TP","13.1":0.00527,"14.1":0.00527,"15.6":0.0316,"16.1":0.00527,"16.3":0.00527,"16.5":0.00527,"16.6":0.0474,"17.0":0.0474,"17.1":0.0316,"17.2":0.01053,"17.3":0.00527,"17.4":0.00527,"17.5":0.01053,"17.6":0.0316,"18.0":0.00527,"18.1":0.01053,"18.2":0.00527,"18.3":0.01053,"18.4":0.00527,"18.5-18.7":0.0158,"26.0":0.01053,"26.1":0.01053,"26.2":0.03687,"26.3":0.06847,"26.4":0.05794,"26.5":0.68471},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00122,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00367,"8.1-8.4":0,"9.0-9.2":0.00122,"9.3":0,"10.0-10.2":0,"10.3":0.01346,"11.0-11.2":0.40497,"11.3-11.4":0.00245,"12.0-12.1":0,"12.2-12.5":0.0416,"13.0-13.1":0,"13.2":0.01346,"13.3":0,"13.4-13.7":0.00245,"14.0-14.4":0.00856,"14.5-14.8":0.01346,"15.0-15.1":0.01223,"15.2-15.3":0.00734,"15.4":0.00856,"15.5":0.01101,"15.6-15.8":0.21411,"16.0":0.01958,"16.1":0.03181,"16.2":0.01713,"16.3":0.0367,"16.4":0.00856,"16.5":0.01346,"16.6-16.7":0.27895,"17.0":0.01223,"17.1":0.01835,"17.2":0.01713,"17.3":0.02569,"17.4":0.03915,"17.5":0.06974,"17.6-17.7":0.17985,"18.0":0.04037,"18.1":0.07708,"18.2":0.0416,"18.3":0.12724,"18.4":0.0575,"18.5-18.7":1.83889,"26.0":0.12112,"26.1":0.12602,"26.2":0.3805,"26.3":0.51998,"26.4":0.59584,"26.5":6.75728},P:{"24":0.00622,"26":0.00622,"27":0.00622,"28":0.01867,"29":0.10582,"30":1.33827,_:"4 20 21 22 23 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.00946,"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":1.14065,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.11061,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.5017},H:{all:0},L:{"0":38.3616},R:{_:"0"},M:{"0":0.52536},Q:{"14.9":0.03786}};
@@ -1 +1 @@
1
- module.exports={C:{"150":0.7146,_:"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 151 152 153 154 3.5 3.6"},D:{"43":0.23602,"52":0.23602,"53":0.23602,"109":0.23602,"112":1.18664,"116":0.23602,"118":1.42265,"133":0.23602,"145":0.23602,"147":3.80248,"148":10.21425,_:"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 44 45 46 47 48 49 50 51 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 110 111 113 114 115 117 119 120 121 122 123 124 125 126 127 128 129 130 131 132 134 135 136 137 138 139 140 141 142 143 144 146 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:{"145":0.23602,"147":6.41177,"148":29.69212,_:"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 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 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.00026,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00052,"8.1-8.4":0,"9.0-9.2":0.00026,"9.3":0,"10.0-10.2":0,"10.3":0.00235,"11.0-11.2":0.06195,"11.3-11.4":0.00078,"12.0-12.1":0,"12.2-12.5":0.00889,"13.0-13.1":0,"13.2":0.00288,"13.3":0,"13.4-13.7":0.00052,"14.0-14.4":0.00209,"14.5-14.8":0.0034,"15.0-15.1":0.00261,"15.2-15.3":0.00157,"15.4":0.00209,"15.5":0.00235,"15.6-15.8":0.04418,"16.0":0.00471,"16.1":0.00732,"16.2":0.00392,"16.3":0.00863,"16.4":0.00183,"16.5":0.00314,"16.6-16.7":0.05881,"17.0":0.00261,"17.1":0.00444,"17.2":0.00392,"17.3":0.00758,"17.4":0.01202,"17.5":0.01621,"17.6-17.7":0.04261,"18.0":0.00863,"18.1":0.01699,"18.2":0.00915,"18.3":0.02719,"18.4":0.01255,"18.5-18.7":0.43288,"26.0":0.02771,"26.1":0.0345,"26.2":0.13279,"26.3":0.41928,"26.4":0.86471,"26.5":0.30845},P:{"29":9.56503,"30":0.64987,_:"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,"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":1.18818,_:"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":29.21472}};
1
+ module.exports={C:{"120":0.1888,"151":0.93456,_:"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 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 152 153 154 155 3.5 3.6"},D:{"50":0.1888,"58":0.1888,"104":0.56168,"110":0.37288,"111":0.1888,"116":0.56168,"118":0.74576,"119":0.1888,"124":0.1888,"131":0.37288,"133":0.74576,"142":0.1888,"145":0.1888,"146":0.56168,"147":0.93456,"148":3.35592,"149":10.26128,_:"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 51 52 53 54 55 56 57 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 105 106 107 108 109 112 113 114 115 117 120 121 122 123 125 126 127 128 129 130 132 134 135 136 137 138 139 140 141 143 144 150 151 152 153"},F:{"126":0.37288,"131":0.1888,_:"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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"145":1.11864,"148":2.61016,"149":7.65112,_:"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 146 147 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.00143,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0043,"8.1-8.4":0,"9.0-9.2":0.00143,"9.3":0,"10.0-10.2":0,"10.3":0.01576,"11.0-11.2":0.47432,"11.3-11.4":0.00287,"12.0-12.1":0,"12.2-12.5":0.04872,"13.0-13.1":0,"13.2":0.01576,"13.3":0,"13.4-13.7":0.00287,"14.0-14.4":0.01003,"14.5-14.8":0.01576,"15.0-15.1":0.01433,"15.2-15.3":0.0086,"15.4":0.01003,"15.5":0.0129,"15.6-15.8":0.25077,"16.0":0.02293,"16.1":0.03726,"16.2":0.02006,"16.3":0.04299,"16.4":0.01003,"16.5":0.01576,"16.6-16.7":0.32672,"17.0":0.01433,"17.1":0.02149,"17.2":0.02006,"17.3":0.03009,"17.4":0.04586,"17.5":0.08168,"17.6-17.7":0.21065,"18.0":0.04729,"18.1":0.09028,"18.2":0.04872,"18.3":0.14903,"18.4":0.06735,"18.5-18.7":2.15379,"26.0":0.14187,"26.1":0.1476,"26.2":0.44566,"26.3":0.60902,"26.4":0.69787,"26.5":7.91441},P:{"4":0.13252,"30":1.56236,_:"20 21 22 23 24 25 26 27 28 29 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":2.07504,_:"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":46.4444},R:{_:"0"},M:{"0":0.19008},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01778,"72":0.00593,"78":0.01185,"95":0.06518,"102":0.01778,"103":0.05333,"115":0.77618,"121":0.00593,"122":0.0237,"126":0.01185,"127":0.00593,"128":0.01778,"132":0.00593,"134":0.01185,"136":0.03555,"137":0.00593,"138":0.01778,"139":0.04148,"140":0.08888,"141":0.00593,"143":0.00593,"144":0.00593,"145":0.01185,"146":0.0237,"147":0.10073,"148":0.07703,"149":0.15405,"150":3.8868,"151":1.36868,_:"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 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 123 124 125 129 130 131 133 135 142 152 153 154 3.5 3.6"},D:{"39":0.14813,"40":0.15405,"41":0.1422,"42":0.14813,"43":0.14813,"44":0.14813,"45":0.14813,"46":0.15405,"47":0.1422,"48":0.15405,"49":0.14813,"50":0.14813,"51":0.15405,"52":0.14813,"53":0.1422,"54":0.14813,"55":0.15405,"56":0.14813,"57":0.14813,"58":0.15405,"59":0.1422,"60":0.14813,"70":0.01185,"79":0.01185,"87":0.01185,"88":0.00593,"100":0.00593,"102":0.00593,"103":0.06518,"104":0.19553,"105":0.01778,"106":0.01185,"107":0.01185,"108":0.01778,"109":0.85913,"110":0.01185,"111":0.03555,"112":0.17775,"114":0.01778,"115":0.0237,"116":0.0711,"117":0.01185,"118":0.29625,"119":0.00593,"120":0.02963,"121":0.01185,"122":0.04148,"123":0.01778,"124":0.07703,"125":0.01185,"126":0.00593,"127":0.00593,"128":0.05333,"129":0.00593,"130":0.15405,"131":0.07703,"132":0.0237,"133":0.05333,"134":0.02963,"135":0.0237,"136":0.0237,"137":0.01778,"138":0.0948,"139":0.38513,"140":0.04148,"141":0.25478,"142":0.07703,"143":0.05925,"144":0.10665,"145":0.17775,"146":0.67545,"147":10.33913,"148":15.94418,"149":0.0474,_:"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 89 90 91 92 93 94 95 96 97 98 99 101 113 150 151 152"},F:{"46":0.04148,"84":0.00593,"95":0.01778,"97":0.0474,"98":0.0711,"113":0.01185,"131":0.98355,_:"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 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 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.00593,"109":0.0237,"114":0.00593,"129":0.00593,"131":0.00593,"133":0.01185,"134":0.00593,"135":0.01778,"137":0.00593,"138":0.00593,"139":0.00593,"140":0.01185,"141":0.00593,"142":0.03555,"143":0.00593,"144":0.02963,"145":0.02963,"146":0.06518,"147":1.65308,"148":3.792,"149":0.00593,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 127 128 130 132 136"},E:{"14":0.00593,"15":0.00593,_:"4 5 6 7 8 9 10 11 12 13 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.5 16.0 16.2 16.4 17.0 TP","13.1":0.01185,"15.4":0.00593,"15.6":0.03555,"16.1":0.00593,"16.3":0.00593,"16.5":0.00593,"16.6":0.05925,"17.1":0.03555,"17.2":0.01185,"17.3":0.00593,"17.4":0.01185,"17.5":0.0474,"17.6":0.13035,"18.0":0.00593,"18.1":0.01778,"18.2":0.00593,"18.3":0.02963,"18.4":0.00593,"18.5-18.7":0.02963,"26.0":0.02963,"26.1":0.01778,"26.2":0.13035,"26.3":0.31995,"26.4":0.34365,"26.5":0.17183},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.00218,"8.1-8.4":0,"9.0-9.2":0.00109,"9.3":0,"10.0-10.2":0,"10.3":0.0098,"11.0-11.2":0.25806,"11.3-11.4":0.00327,"12.0-12.1":0,"12.2-12.5":0.03702,"13.0-13.1":0,"13.2":0.01198,"13.3":0,"13.4-13.7":0.00218,"14.0-14.4":0.00871,"14.5-14.8":0.01415,"15.0-15.1":0.01089,"15.2-15.3":0.00653,"15.4":0.00871,"15.5":0.0098,"15.6-15.8":0.18401,"16.0":0.0196,"16.1":0.03049,"16.2":0.01633,"16.3":0.03593,"16.4":0.00762,"16.5":0.01307,"16.6-16.7":0.24499,"17.0":0.01089,"17.1":0.01851,"17.2":0.01633,"17.3":0.03158,"17.4":0.05009,"17.5":0.06751,"17.6-17.7":0.17748,"18.0":0.03593,"18.1":0.07077,"18.2":0.03811,"18.3":0.11324,"18.4":0.05226,"18.5-18.7":1.80312,"26.0":0.11542,"26.1":0.14373,"26.2":0.55313,"26.3":1.7465,"26.4":3.60188,"26.5":1.28483},P:{"4":0.01441,"20":0.00721,"24":0.02162,"26":0.01441,"27":0.02883,"28":0.04324,"29":1.96028,"30":0.38197,_:"21 22 23 25 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.01441,"7.2-7.4":0.00721,"8.2":0.02162,"17.0":0.00721},I:{"0":0.03664,"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.2119,_:"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.652},Q:{_:"14.9"},O:{"0":0.0489},H:{all:0},L:{"0":31.9078}};
1
+ module.exports={C:{"52":0.01716,"78":0.01144,"91":0.00572,"95":0.04577,"102":0.01144,"103":0.02288,"113":0.00572,"115":0.75517,"120":0.03433,"121":0.06293,"122":0.02288,"128":0.02288,"132":0.00572,"133":0.00572,"134":0.02288,"135":0.00572,"136":0.01144,"139":0.02861,"140":0.07437,"142":0.00572,"143":0.00572,"145":0.01716,"146":0.01144,"147":0.06293,"148":0.03433,"149":0.04577,"150":0.21168,"151":2.59161,"152":1.45313,_:"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 92 93 94 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 114 116 117 118 119 123 124 125 126 127 129 130 131 137 138 141 144 153 154 155 3.5 3.6"},D:{"39":0.29749,"40":0.29177,"41":0.29749,"42":0.29749,"43":0.28605,"44":0.28605,"45":0.29177,"46":0.29177,"47":0.29177,"48":0.29177,"49":0.29177,"50":0.30321,"51":0.29177,"52":0.29749,"53":0.29749,"54":0.29177,"55":0.29749,"56":0.29177,"57":0.30321,"58":0.29749,"59":0.29749,"60":0.29177,"70":0.00572,"79":0.01716,"87":0.00572,"91":0.01716,"100":0.00572,"103":0.05721,"104":0.08009,"105":0.02861,"106":0.02861,"107":0.02861,"108":0.02861,"109":0.66364,"110":0.02861,"111":0.04005,"112":0.02861,"114":0.00572,"115":0.00572,"116":0.09726,"117":0.02861,"118":0.39475,"119":0.07437,"120":0.12586,"121":0.01144,"122":0.03433,"123":0.02861,"124":0.07437,"125":0.14303,"126":0.00572,"128":0.02861,"129":0.00572,"130":0.14875,"131":0.13158,"132":0.02288,"133":0.08582,"134":0.02861,"135":0.02861,"136":0.02288,"137":0.02861,"138":0.10298,"139":0.4634,"140":0.03433,"141":0.42908,"142":0.08582,"143":0.04577,"144":0.04577,"145":0.07437,"146":0.29749,"147":0.52061,"148":10.8413,"149":12.28871,"150":0.05149,"151":0.00572,_:"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 92 93 94 95 96 97 98 99 101 102 113 127 152 153"},F:{"46":0.02861,"95":0.01144,"98":0.01716,"99":0.04577,"113":0.00572,"131":0.75517,_:"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 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.01144,"119":0.02861,"120":0.03433,"121":0.01144,"131":0.00572,"133":0.00572,"134":0.01144,"135":0.04577,"136":0.00572,"138":0.00572,"139":0.00572,"140":0.01144,"141":0.00572,"142":0.00572,"143":0.01144,"144":0.06865,"145":0.01716,"146":0.01716,"147":0.05721,"148":1.57328,"149":3.78158,"150":0.00572,_:"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 122 123 124 125 126 127 128 129 130 132 137"},E:{"14":0.00572,"27":0.00572,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.5 16.0 16.1 16.3 17.0 18.2 TP","13.1":0.00572,"14.1":0.00572,"15.4":0.00572,"15.6":0.05721,"16.2":0.00572,"16.4":0.00572,"16.5":0.01144,"16.6":0.05149,"17.1":0.06293,"17.2":0.00572,"17.3":0.00572,"17.4":0.01716,"17.5":0.02861,"17.6":0.06865,"18.0":0.00572,"18.1":0.02288,"18.3":0.06293,"18.4":0.00572,"18.5-18.7":0.03433,"26.0":0.00572,"26.1":0.00572,"26.2":0.04005,"26.3":0.10298,"26.4":0.05149,"26.5":0.69224},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00096,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00288,"8.1-8.4":0,"9.0-9.2":0.00096,"9.3":0,"10.0-10.2":0,"10.3":0.01055,"11.0-11.2":0.31755,"11.3-11.4":0.00192,"12.0-12.1":0,"12.2-12.5":0.03262,"13.0-13.1":0,"13.2":0.01055,"13.3":0,"13.4-13.7":0.00192,"14.0-14.4":0.00672,"14.5-14.8":0.01055,"15.0-15.1":0.00959,"15.2-15.3":0.00576,"15.4":0.00672,"15.5":0.00863,"15.6-15.8":0.16789,"16.0":0.01535,"16.1":0.02494,"16.2":0.01343,"16.3":0.02878,"16.4":0.00672,"16.5":0.01055,"16.6-16.7":0.21873,"17.0":0.00959,"17.1":0.01439,"17.2":0.01343,"17.3":0.02015,"17.4":0.0307,"17.5":0.05468,"17.6-17.7":0.14102,"18.0":0.03166,"18.1":0.06044,"18.2":0.03262,"18.3":0.09977,"18.4":0.04509,"18.5-18.7":1.44191,"26.0":0.09498,"26.1":0.09881,"26.2":0.29836,"26.3":0.40772,"26.4":0.4672,"26.5":5.2985},P:{"4":0.02866,"20":0.00716,"23":0.00716,"24":0.04299,"26":0.00716,"27":0.03582,"28":0.02866,"29":0.35821,"30":1.95585,_:"21 22 25 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.00716,"7.2-7.4":0.00716,"8.2":0.01433,"17.0":0.00716},I:{"0":0.02565,"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.24818,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00572,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.01712},H:{all:0},L:{"0":35.29184},R:{_:"0"},M:{"0":0.60762},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01562,"78":0.00521,"99":0.01041,"102":0.00521,"115":0.34874,"125":0.05205,"127":0.00521,"128":0.00521,"129":0.01041,"135":0.00521,"136":0.01562,"138":0.00521,"140":0.08849,"143":0.01041,"145":0.01041,"146":0.04164,"147":0.02603,"148":0.06767,"149":0.05726,"150":3.85691,"151":1.9727,"152":0.00521,_:"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 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 130 131 132 133 134 137 139 141 142 144 153 154 3.5 3.6"},D:{"34":0.01041,"39":0.08328,"40":0.08328,"41":0.08328,"42":0.08328,"43":0.08328,"44":0.08328,"45":0.08328,"46":0.08328,"47":0.08328,"48":0.08328,"49":0.09369,"50":0.07808,"51":0.08849,"52":0.08328,"53":0.08328,"54":0.08328,"55":0.08328,"56":0.08328,"57":0.08328,"58":0.08849,"59":0.08328,"60":0.08328,"79":0.01562,"81":0.00521,"87":0.01041,"91":0.00521,"94":0.00521,"95":0.00521,"98":0.02082,"100":0.00521,"101":0.00521,"102":0.01562,"103":0.02603,"104":0.01562,"105":0.01041,"106":0.01041,"107":0.01041,"108":0.01041,"109":0.95772,"110":0.01041,"111":0.01041,"112":0.3123,"114":0.00521,"116":0.03644,"117":0.01041,"118":0.39038,"119":0.03123,"120":0.04164,"121":0.00521,"122":0.02082,"123":0.00521,"124":0.09369,"125":0.00521,"126":0.01041,"127":0.01041,"128":0.01562,"129":0.01562,"130":0.01041,"131":0.06767,"132":0.01041,"133":0.04164,"134":0.01562,"135":0.01041,"136":0.01041,"137":0.02082,"138":0.13013,"139":0.0989,"140":0.12492,"141":0.03123,"142":0.03644,"143":0.11451,"144":0.07287,"145":0.21341,"146":0.48927,"147":7.95845,"148":12.52844,"149":0.03644,"150":0.00521,_:"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 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 83 84 85 86 88 89 90 92 93 96 97 99 113 115 151 152"},F:{"46":0.01562,"85":0.00521,"88":0.00521,"95":0.05205,"97":0.03123,"98":0.09369,"119":0.00521,"122":0.01041,"126":0.00521,"127":0.00521,"131":1.11908,_:"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 86 87 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 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.00521,"109":0.02082,"131":0.00521,"132":0.00521,"141":0.00521,"142":0.00521,"143":0.01041,"144":0.02603,"145":0.02603,"146":0.09369,"147":1.64999,"148":3.69035,"149":0.00521,_:"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 120 121 122 123 124 125 126 127 128 129 130 133 134 135 136 137 138 139 140"},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 17.0 TP","13.1":0.00521,"15.1":0.00521,"15.6":0.03123,"16.0":0.00521,"16.1":0.00521,"16.2":0.00521,"16.3":0.00521,"16.4":0.01041,"16.5":0.00521,"16.6":0.04164,"17.1":0.04685,"17.2":0.00521,"17.3":0.00521,"17.4":0.01041,"17.5":0.04164,"17.6":0.16136,"18.0":0.00521,"18.1":0.01562,"18.2":0.01041,"18.3":0.02082,"18.4":0.03644,"18.5-18.7":0.03123,"26.0":0.02603,"26.1":0.05726,"26.2":0.09369,"26.3":0.36956,"26.4":0.47886,"26.5":0.23423},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00113,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00227,"8.1-8.4":0,"9.0-9.2":0.00113,"9.3":0,"10.0-10.2":0,"10.3":0.01021,"11.0-11.2":0.26876,"11.3-11.4":0.0034,"12.0-12.1":0,"12.2-12.5":0.03856,"13.0-13.1":0,"13.2":0.01247,"13.3":0,"13.4-13.7":0.00227,"14.0-14.4":0.00907,"14.5-14.8":0.01474,"15.0-15.1":0.01134,"15.2-15.3":0.0068,"15.4":0.00907,"15.5":0.01021,"15.6-15.8":0.19165,"16.0":0.02041,"16.1":0.03175,"16.2":0.01701,"16.3":0.03742,"16.4":0.00794,"16.5":0.01361,"16.6-16.7":0.25515,"17.0":0.01134,"17.1":0.01928,"17.2":0.01701,"17.3":0.03289,"17.4":0.05216,"17.5":0.07031,"17.6-17.7":0.18484,"18.0":0.03742,"18.1":0.07371,"18.2":0.03969,"18.3":0.11794,"18.4":0.05443,"18.5-18.7":1.87793,"26.0":0.12021,"26.1":0.14969,"26.2":0.57608,"26.3":1.81896,"26.4":3.75133,"26.5":1.33814},P:{"4":0.02143,"24":0.00714,"26":0.00714,"27":0.00714,"28":0.03572,"29":1.37886,"30":0.30006,_:"20 21 22 23 25 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00714,"7.2-7.4":0.00714,"8.2":0.00714},I:{"0":0.02395,"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.42676,_:"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.35483},Q:{_:"14.9"},O:{"0":0.03357},H:{all:0},L:{"0":40.5855}};
1
+ module.exports={C:{"52":0.01494,"56":0.00498,"88":0.00498,"102":0.00498,"115":0.32364,"120":0.03983,"121":0.08464,"127":0.00498,"128":0.00498,"129":0.00498,"135":0.00498,"136":0.00996,"138":0.00498,"140":0.10954,"143":0.00498,"145":0.00498,"146":0.02987,"147":0.01992,"148":0.01992,"149":0.01494,"150":0.08962,"151":3.33593,"152":2.06131,"153":0.00498,_:"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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 130 131 132 133 134 137 139 141 142 144 154 155 3.5 3.6"},D:{"39":0.13941,"40":0.13941,"41":0.13941,"42":0.13941,"43":0.13443,"44":0.13941,"45":0.14439,"46":0.13941,"47":0.13941,"48":0.13941,"49":0.14937,"50":0.13941,"51":0.13941,"52":0.14937,"53":0.14439,"54":0.14439,"55":0.13941,"56":0.14439,"57":0.14439,"58":0.14439,"59":0.13941,"60":0.14439,"61":0.00498,"79":0.01494,"81":0.00498,"87":0.01992,"90":0.00498,"91":0.00498,"94":0.00996,"98":0.01992,"100":0.00498,"101":0.00498,"102":0.00996,"103":0.0249,"104":0.01992,"105":0.01494,"106":0.01992,"107":0.01494,"108":0.01494,"109":0.82154,"110":0.01494,"111":0.01494,"112":0.01494,"114":0.00498,"116":0.04481,"117":0.01494,"118":0.44811,"119":0.12945,"120":0.12945,"121":0.00996,"122":0.01992,"123":0.00498,"124":0.12945,"125":0.00498,"126":0.00996,"127":0.00996,"128":0.02987,"129":0.01992,"130":0.00996,"131":0.10954,"132":0.01494,"133":0.04979,"134":0.01494,"135":0.01494,"136":0.01494,"137":0.01494,"138":0.17924,"139":0.03485,"140":0.06971,"141":0.03485,"142":0.02987,"143":0.0946,"144":0.05477,"145":0.13941,"146":0.22903,"147":0.35849,"148":8.39459,"149":9.25596,"150":0.03983,"151":0.00498,_:"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 83 84 85 86 88 89 92 93 95 96 97 99 113 115 152 153"},F:{"46":0.01494,"88":0.00498,"95":0.04481,"98":0.03485,"99":0.10954,"117":0.00498,"122":0.00498,"126":0.00498,"127":0.00498,"131":1.14517,_:"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 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 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:{"109":0.0249,"114":0.00498,"119":0.04481,"120":0.03983,"127":0.00498,"131":0.00498,"135":0.00498,"136":0.00498,"139":0.00498,"141":0.00498,"143":0.01494,"144":0.01494,"145":0.00996,"146":0.02987,"147":0.04481,"148":1.44889,"149":3.43053,"150":0.00498,_:"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 115 116 117 118 121 122 123 124 125 126 128 129 130 132 133 134 137 138 140 142"},E:{"27":0.00498,_:"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.1 15.2-15.3 15.4 15.5 16.4 17.0 TP","14.1":0.00498,"15.6":0.02987,"16.0":0.00996,"16.1":0.00996,"16.2":0.00498,"16.3":0.00498,"16.5":0.00498,"16.6":0.06473,"17.1":0.02987,"17.2":0.00498,"17.3":0.00498,"17.4":0.00498,"17.5":0.01494,"17.6":0.0946,"18.0":0.00498,"18.1":0.00996,"18.2":0.00996,"18.3":0.01992,"18.4":0.02987,"18.5-18.7":0.0249,"26.0":0.00498,"26.1":0.04481,"26.2":0.05477,"26.3":0.08962,"26.4":0.06971,"26.5":0.71698},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00104,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00311,"8.1-8.4":0,"9.0-9.2":0.00104,"9.3":0,"10.0-10.2":0,"10.3":0.01139,"11.0-11.2":0.34286,"11.3-11.4":0.00207,"12.0-12.1":0,"12.2-12.5":0.03522,"13.0-13.1":0,"13.2":0.01139,"13.3":0,"13.4-13.7":0.00207,"14.0-14.4":0.00725,"14.5-14.8":0.01139,"15.0-15.1":0.01036,"15.2-15.3":0.00621,"15.4":0.00725,"15.5":0.00932,"15.6-15.8":0.18127,"16.0":0.01657,"16.1":0.02693,"16.2":0.0145,"16.3":0.03107,"16.4":0.00725,"16.5":0.01139,"16.6-16.7":0.23617,"17.0":0.01036,"17.1":0.01554,"17.2":0.0145,"17.3":0.02175,"17.4":0.03315,"17.5":0.05904,"17.6-17.7":0.15227,"18.0":0.03418,"18.1":0.06526,"18.2":0.03522,"18.3":0.10773,"18.4":0.04868,"18.5-18.7":1.55686,"26.0":0.10255,"26.1":0.10669,"26.2":0.32214,"26.3":0.44023,"26.4":0.50445,"26.5":5.7209},P:{"4":0.01335,"21":0.00668,"23":0.00668,"24":0.00668,"25":0.00668,"26":0.01335,"27":0.01335,"28":0.04005,"29":0.12016,"30":1.48195,_:"20 22 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00668,"6.2-6.4":0.00668,"7.2-7.4":0.01335,"8.2":0.00668},I:{"0":0.01505,"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.46193,_:"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.02511},H:{all:0},L:{"0":44.90145},R:{_:"0"},M:{"0":0.477},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.00445,"49":0.00445,"72":0.0089,"88":0.00445,"112":0.00445,"115":0.0356,"127":0.00445,"131":0.00445,"139":0.0089,"142":0.00445,"143":0.0356,"145":0.0178,"147":0.00445,"148":0.01335,"149":0.0445,"150":0.42275,"151":0.12015,_:"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 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 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 120 121 122 123 124 125 126 128 129 130 132 133 134 135 136 137 138 140 141 144 146 152 153 154 3.5 3.6"},D:{"39":0.00445,"40":0.00445,"41":0.00445,"42":0.0089,"43":0.00445,"44":0.00445,"45":0.0089,"46":0.00445,"47":0.0089,"48":0.00445,"49":0.02225,"50":0.0089,"51":0.00445,"52":0.0089,"53":0.0089,"54":0.0089,"55":0.0178,"56":0.0178,"57":0.00445,"58":0.01335,"59":0.0089,"60":0.0089,"61":0.00445,"64":0.01335,"65":0.00445,"67":0.00445,"69":0.00445,"71":0.0089,"72":0.00445,"74":0.02225,"75":0.00445,"76":0.00445,"77":0.01335,"79":0.1157,"80":0.0089,"81":0.00445,"83":0.0267,"86":0.0089,"87":0.0089,"88":0.00445,"90":0.00445,"91":0.0089,"92":0.00445,"93":0.0178,"95":0.00445,"98":0.00445,"99":0.0089,"101":0.01335,"103":0.10235,"104":0.0534,"105":0.0623,"106":0.0623,"107":0.0623,"108":0.089,"109":0.1157,"110":0.05785,"111":0.0534,"112":1.3172,"113":0.00445,"114":0.00445,"116":0.15575,"117":0.06675,"118":3.03935,"119":0.0445,"120":0.07565,"121":0.0267,"122":0.0089,"123":0.03115,"124":0.05785,"126":0.04895,"127":0.0178,"128":0.00445,"129":0.00445,"130":0.00445,"131":0.1335,"132":0.0089,"133":0.1246,"134":0.01335,"135":0.00445,"136":0.0267,"137":0.0267,"138":0.178,"139":0.0712,"140":0.0267,"141":0.0267,"142":0.04895,"143":0.04895,"144":0.08455,"145":0.61855,"146":0.20025,"147":4.7526,"148":5.16645,"149":0.0178,"150":0.0089,_:"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 66 68 70 73 78 84 85 89 94 96 97 100 102 115 125 151 152"},F:{"73":0.00445,"79":0.0089,"94":0.00445,"95":0.0089,"96":0.01335,"97":0.178,"98":0.14685,"102":0.00445,"113":0.0089,"122":0.0089,"126":0.0089,"127":0.00445,"131":0.46725,_:"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 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 99 100 101 103 104 105 106 107 108 109 110 111 112 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:{"14":0.01335,"15":0.0089,"16":0.0267,"18":0.0445,"84":0.04895,"89":0.0089,"90":0.0178,"92":0.07565,"100":0.00445,"103":0.00445,"106":0.00445,"111":0.00445,"114":0.00445,"122":0.00445,"131":0.00445,"134":0.00445,"135":0.0089,"138":0.00445,"140":0.0089,"141":0.00445,"142":0.0089,"143":0.0178,"144":0.0267,"145":0.0534,"146":0.09345,"147":0.97455,"148":1.3795,_:"12 13 17 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 104 105 107 108 109 110 112 113 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 132 133 136 137 139 149"},E:{"11":0.0089,_:"4 5 6 7 8 9 10 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 18.0 18.1 26.1 TP","5.1":0.0089,"11.1":0.04005,"13.1":0.0445,"14.1":0.0267,"15.5":0.00445,"15.6":0.0178,"16.6":0.04895,"17.1":0.01335,"17.3":0.00445,"17.4":0.01335,"17.5":0.00445,"17.6":0.0267,"18.2":0.00445,"18.3":0.0178,"18.4":0.00445,"18.5-18.7":0.02225,"26.0":0.00445,"26.2":0.0089,"26.3":0.03115,"26.4":0.01335,"26.5":0.0089},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00066,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00131,"8.1-8.4":0,"9.0-9.2":0.00066,"9.3":0,"10.0-10.2":0,"10.3":0.00591,"11.0-11.2":0.15561,"11.3-11.4":0.00197,"12.0-12.1":0,"12.2-12.5":0.02232,"13.0-13.1":0,"13.2":0.00722,"13.3":0,"13.4-13.7":0.00131,"14.0-14.4":0.00525,"14.5-14.8":0.00854,"15.0-15.1":0.00657,"15.2-15.3":0.00394,"15.4":0.00525,"15.5":0.00591,"15.6-15.8":0.11096,"16.0":0.01182,"16.1":0.01838,"16.2":0.00985,"16.3":0.02167,"16.4":0.0046,"16.5":0.00788,"16.6-16.7":0.14773,"17.0":0.00657,"17.1":0.01116,"17.2":0.00985,"17.3":0.01904,"17.4":0.0302,"17.5":0.04071,"17.6-17.7":0.10702,"18.0":0.02167,"18.1":0.04268,"18.2":0.02298,"18.3":0.06828,"18.4":0.03152,"18.5-18.7":1.08727,"26.0":0.0696,"26.1":0.08667,"26.2":0.33354,"26.3":1.05313,"26.4":2.17192,"26.5":0.77475},P:{"4":0.00381,"22":0.00381,"23":0.00762,"24":0.00762,"25":0.12567,"26":0.00381,"27":0.07236,"28":0.12948,"29":0.31228,"30":0.02666,_:"20 21 8.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00381,"6.2-6.4":0.00381,"7.2-7.4":0.00762,"9.2":0.00381,"14.0":0.00381},I:{"0":0.02772,"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":6.01065,_:"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.0111,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.0333},Q:{"14.9":0.00555},O:{"0":0.89355},H:{all:0},L:{"0":61.0818}};
1
+ module.exports={C:{"61":0.00449,"89":0.00449,"108":0.00449,"112":0.00449,"115":0.02692,"120":0.07626,"121":0.13009,"127":0.00449,"140":0.00449,"143":0.0628,"145":0.00449,"147":0.00449,"149":0.00897,"150":0.02243,"151":0.37234,"152":0.17944,_:"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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 144 146 148 153 154 155 3.5 3.6"},D:{"41":0.00449,"42":0.00897,"43":0.00449,"44":0.00449,"45":0.00449,"47":0.00897,"48":0.00449,"49":0.03589,"50":0.00449,"51":0.00449,"52":0.00449,"53":0.00449,"55":0.00449,"56":0.00449,"57":0.00449,"58":0.04486,"59":0.04935,"60":0.00449,"62":0.00449,"63":0.00897,"64":0.00449,"65":0.00449,"66":0.00449,"67":0.00449,"68":0.00897,"69":0.00897,"70":0.00897,"71":0.00897,"72":0.00897,"73":0.00449,"74":0.0314,"75":0.01794,"77":0.01346,"79":0.17944,"80":0.01794,"81":0.01794,"83":0.00897,"87":0.01794,"88":0.00449,"92":0.01346,"93":0.00897,"95":0.00449,"102":0.00449,"103":0.14355,"104":0.10766,"105":0.10318,"106":0.10766,"107":0.09869,"108":0.08972,"109":0.16598,"110":0.11664,"111":0.16598,"112":0.10318,"113":0.00449,"114":0.00897,"115":0.00449,"116":0.20187,"117":0.09869,"118":4.7417,"119":0.22879,"120":0.26019,"121":0.02692,"122":0.01794,"123":0.00897,"124":0.09421,"125":0.00897,"126":0.04037,"127":0.01794,"128":0.00897,"130":0.00449,"131":0.31402,"132":0.00897,"133":0.20187,"134":0.00897,"135":0.00449,"136":0.01794,"137":0.07178,"138":0.14355,"139":0.00897,"140":0.05383,"141":0.02692,"142":0.04037,"143":0.07178,"144":0.04486,"145":0.37682,"146":0.15701,"147":0.35439,"148":3.80861,"149":5.27105,"150":0.01794,_:"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 46 54 61 76 78 84 85 86 89 90 91 94 96 97 98 99 100 101 129 151 152 153"},F:{"40":0.00449,"46":0.00897,"65":0.00897,"68":0.00897,"77":0.00449,"79":0.00897,"90":0.00449,"94":0.00449,"95":0.02243,"96":0.00449,"97":0.00897,"98":0.17047,"99":0.27365,"113":0.00449,"120":0.00897,"122":0.00449,"124":0.00449,"126":0.00897,"131":0.55626,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 66 67 69 70 71 72 73 74 75 76 78 80 81 82 83 84 85 86 87 88 89 91 92 93 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 121 123 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00449,"17":0.00449,"18":0.0628,"89":0.01346,"90":0.02692,"92":0.04486,"100":0.01346,"119":0.08075,"120":0.08523,"122":0.01346,"131":0.00449,"135":0.00897,"136":0.00449,"137":0.00449,"138":0.00897,"140":0.00897,"141":0.00897,"142":0.00897,"143":0.0314,"144":0.04037,"145":0.05383,"146":0.04486,"147":0.05383,"148":0.74019,"149":2.13982,"150":0.00449,_:"12 13 14 15 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 132 133 134 139"},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 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.0 17.1 17.2 17.3 17.5 18.0 18.1 18.4 26.0 26.1 26.2 TP","5.1":0.00449,"11.1":0.01346,"13.1":0.09869,"14.1":0.01346,"15.6":0.02692,"16.6":0.02243,"17.4":0.00449,"17.6":0.04037,"18.2":0.00449,"18.3":0.01346,"18.5-18.7":0.00449,"26.3":0.01346,"26.4":0.01346,"26.5":0.05383},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00054,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00163,"8.1-8.4":0,"9.0-9.2":0.00054,"9.3":0,"10.0-10.2":0,"10.3":0.00597,"11.0-11.2":0.17963,"11.3-11.4":0.00109,"12.0-12.1":0,"12.2-12.5":0.01845,"13.0-13.1":0,"13.2":0.00597,"13.3":0,"13.4-13.7":0.00109,"14.0-14.4":0.0038,"14.5-14.8":0.00597,"15.0-15.1":0.00543,"15.2-15.3":0.00326,"15.4":0.0038,"15.5":0.00488,"15.6-15.8":0.09497,"16.0":0.00868,"16.1":0.01411,"16.2":0.0076,"16.3":0.01628,"16.4":0.0038,"16.5":0.00597,"16.6-16.7":0.12373,"17.0":0.00543,"17.1":0.00814,"17.2":0.0076,"17.3":0.0114,"17.4":0.01737,"17.5":0.03093,"17.6-17.7":0.07977,"18.0":0.01791,"18.1":0.03419,"18.2":0.01845,"18.3":0.05644,"18.4":0.02551,"18.5-18.7":0.81564,"26.0":0.05372,"26.1":0.0559,"26.2":0.16877,"26.3":0.23064,"26.4":0.26428,"26.5":2.9972},P:{"20":0.0032,"21":0.0064,"24":0.0064,"25":0.06397,"26":0.0096,"27":0.01279,"28":0.08317,"29":0.12475,"30":0.15034,_:"4 22 23 5.0-5.4 6.2-6.4 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 19.0","7.2-7.4":0.0064,"8.2":0.0032,"9.2":0.0032,"14.0":0.0032,"18.0":0.0032},I:{"0":0.03857,"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":4.4837,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":1.15815},H:{all:0},L:{"0":60.70028},R:{_:"0"},M:{"0":0.08273},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00632,"78":0.04425,"98":0.00632,"115":0.00632,"120":0.01264,"121":0.00632,"125":0.00632,"131":0.03161,"140":1.8647,"143":0.03161,"144":0.00632,"147":0.05689,"148":0.01264,"149":0.41087,"150":3.00248,"151":0.92919,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 128 129 130 132 133 134 135 136 137 138 139 141 142 145 146 152 153 154 3.5 3.6"},D:{"39":0.01896,"40":0.01264,"41":0.05057,"42":0.04425,"43":0.06953,"44":0.01896,"45":0.03161,"46":0.02528,"47":0.03161,"48":0.01264,"49":0.01264,"50":0.02528,"51":0.01896,"52":0.01264,"53":0.04425,"54":0.00632,"55":0.04425,"56":0.01896,"57":0.05057,"58":0.05689,"59":0.01896,"60":0.01264,"70":0.02528,"103":0.13906,"105":0.00632,"106":0.00632,"107":0.00632,"108":0.00632,"109":1.32109,"112":0.11378,"116":0.07585,"118":0.77116,"120":0.01896,"121":0.03161,"122":0.03161,"124":0.13274,"128":0.04425,"130":0.10114,"131":0.08217,"132":0.01264,"134":0.00632,"136":0.00632,"138":0.07585,"139":0.01264,"140":0.01896,"142":0.01264,"143":0.01264,"144":0.01264,"145":0.55625,"146":1.22627,"147":13.13504,"148":20.60646,_:"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 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 110 111 113 114 115 117 119 123 125 126 127 129 133 135 137 141 149 150 151 152"},F:{"46":0.09482,"98":0.00632,"131":1.61818,_:"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 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:{"109":0.10746,"129":0.04425,"134":0.00632,"145":0.10114,"147":2.02904,"148":2.92662,_:"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 119 120 121 122 123 124 125 126 127 128 130 131 132 133 135 136 137 138 139 140 141 142 143 144 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 10.1 11.1 14.1 15.1 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.2 TP","9.1":0.00632,"12.1":0.07585,"13.1":1.47279,"15.2-15.3":0.00632,"15.6":0.05689,"16.6":0.56889,"17.1":0.10114,"17.4":0.02528,"17.5":0.00632,"17.6":0.08849,"18.1":0.01264,"18.3":0.01264,"18.4":0.01264,"18.5-18.7":0.00632,"26.0":0.05689,"26.1":0.42351,"26.2":0.01896,"26.3":0.79645,"26.4":0.67635,"26.5":0.34133},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00146,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00293,"8.1-8.4":0,"9.0-9.2":0.00146,"9.3":0,"10.0-10.2":0,"10.3":0.01318,"11.0-11.2":0.34719,"11.3-11.4":0.00439,"12.0-12.1":0,"12.2-12.5":0.04981,"13.0-13.1":0,"13.2":0.01611,"13.3":0,"13.4-13.7":0.00293,"14.0-14.4":0.01172,"14.5-14.8":0.01904,"15.0-15.1":0.01465,"15.2-15.3":0.00879,"15.4":0.01172,"15.5":0.01318,"15.6-15.8":0.24758,"16.0":0.02637,"16.1":0.04102,"16.2":0.02197,"16.3":0.04834,"16.4":0.01025,"16.5":0.01758,"16.6-16.7":0.32961,"17.0":0.01465,"17.1":0.0249,"17.2":0.02197,"17.3":0.04248,"17.4":0.06739,"17.5":0.09083,"17.6-17.7":0.23879,"18.0":0.04834,"18.1":0.09522,"18.2":0.05127,"18.3":0.15235,"18.4":0.07032,"18.5-18.7":2.42595,"26.0":0.15528,"26.1":0.19337,"26.2":0.74419,"26.3":2.34978,"26.4":4.84605,"26.5":1.72864},P:{"23":0.04869,"27":0.00812,"28":0.02435,"29":2.15067,"30":0.24347,_:"4 20 21 22 24 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 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.01471,_:"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.15448},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":23.66936}};
1
+ module.exports={C:{"115":0.11106,"120":0.04442,"121":0.10366,"125":0.01481,"128":0.02221,"140":0.57011,"142":0.0074,"149":0.24433,"150":0.06664,"151":1.28089,"152":2.25822,_:"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 126 127 129 130 131 132 133 134 135 136 137 138 139 141 143 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.02221,"40":0.01481,"42":0.01481,"43":0.02221,"45":0.02221,"46":0.01481,"47":0.01481,"48":0.02221,"49":0.0074,"50":0.0074,"51":0.01481,"52":0.01481,"53":0.01481,"54":0.02221,"55":0.0074,"56":0.05183,"57":0.0074,"58":0.01481,"59":0.02962,"60":0.0074,"61":0.0074,"87":0.0074,"103":0.04442,"109":1.19204,"116":0.02962,"118":0.61453,"119":0.14808,"120":0.11846,"122":0.0074,"124":0.09625,"125":0.02962,"128":0.23693,"130":0.02221,"131":0.05923,"132":0.01481,"133":0.01481,"134":0.0074,"138":0.08144,"140":0.01481,"142":0.05183,"143":0.01481,"144":0.02962,"145":0.0074,"146":0.32578,"147":0.67376,"148":14.28232,"149":7.86305,_:"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 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 107 108 110 111 112 113 114 115 117 121 123 126 127 129 135 136 137 139 141 150 151 152 153"},F:{"95":0.01481,"98":0.0074,"122":0.02221,"131":0.39241,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 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.0074,"119":0.05183,"120":0.05923,"125":0.0074,"129":0.04442,"144":0.01481,"146":0.01481,"147":0.0074,"148":0.29616,"149":2.68025,"150":0.0074,_:"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 109 110 111 112 113 114 115 116 117 118 121 122 123 124 126 127 128 130 131 132 133 134 135 136 137 138 139 140 141 142 143 145"},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 14.1 15.1 15.2-15.3 15.5 16.0 16.2 16.3 16.4 16.5 17.2 17.3 17.5 18.0 18.1 18.2 18.3 TP","12.1":0.02962,"13.1":0.09625,"15.4":0.02221,"15.6":0.13327,"16.1":0.06664,"16.6":0.09625,"17.0":0.0074,"17.1":0.28876,"17.4":0.05183,"17.6":0.17029,"18.4":0.04442,"18.5-18.7":0.05183,"26.0":0.01481,"26.1":0.07404,"26.2":0.11106,"26.3":0.25914,"26.4":0.0074,"26.5":1.49561},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00095,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00286,"8.1-8.4":0,"9.0-9.2":0.00095,"9.3":0,"10.0-10.2":0,"10.3":0.01047,"11.0-11.2":0.31518,"11.3-11.4":0.0019,"12.0-12.1":0,"12.2-12.5":0.03238,"13.0-13.1":0,"13.2":0.01047,"13.3":0,"13.4-13.7":0.0019,"14.0-14.4":0.00667,"14.5-14.8":0.01047,"15.0-15.1":0.00952,"15.2-15.3":0.00571,"15.4":0.00667,"15.5":0.00857,"15.6-15.8":0.16664,"16.0":0.01524,"16.1":0.02476,"16.2":0.01333,"16.3":0.02857,"16.4":0.00667,"16.5":0.01047,"16.6-16.7":0.2171,"17.0":0.00952,"17.1":0.01428,"17.2":0.01333,"17.3":0.02,"17.4":0.03047,"17.5":0.05428,"17.6-17.7":0.13998,"18.0":0.03142,"18.1":0.05999,"18.2":0.03238,"18.3":0.09903,"18.4":0.04475,"18.5-18.7":1.43118,"26.0":0.09427,"26.1":0.09808,"26.2":0.29614,"26.3":0.40469,"26.4":0.46373,"26.5":5.25907},P:{"21":0.00095,"26":0.00024,"29":0.00071,"30":0.79223,_:"4 20 22 23 24 25 27 28 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","19.0":0.00024},I:{"0":0.00519,"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.04413,_:"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":17.51958},R:{_:"0"},M:{"0":0.25181},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.06451,"115":0.09677,"120":0.00538,"121":0.01613,"127":0.00538,"135":0.00538,"136":0.00538,"140":0.03226,"141":0.01075,"147":0.00538,"148":0.00538,"149":0.0215,"150":0.41933,"151":0.12902,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 137 138 139 142 143 144 145 146 152 153 154 3.5 3.6"},D:{"39":0.06451,"40":0.05914,"41":0.06451,"42":0.06451,"43":0.06989,"44":0.06451,"45":0.06451,"46":0.06451,"47":0.06451,"48":0.06989,"49":0.06451,"50":0.05914,"51":0.06989,"52":0.06451,"53":0.06451,"54":0.06451,"55":0.06989,"56":0.07526,"57":0.06989,"58":0.06451,"59":0.05914,"60":0.06451,"62":0.00538,"65":0.00538,"66":0.01075,"69":0.00538,"70":0.0215,"72":0.00538,"73":0.00538,"77":0.00538,"79":0.01613,"81":0.00538,"83":0.0215,"86":0.03226,"87":0.0215,"88":0.00538,"91":0.00538,"93":0.01613,"95":0.00538,"98":0.02688,"101":0.01075,"103":0.88704,"104":0.87629,"105":0.87091,"106":0.88704,"107":0.88704,"108":0.90317,"109":1.13434,"110":0.88166,"111":0.89779,"112":3.51053,"113":0.00538,"114":0.02688,"116":1.79021,"117":0.88704,"118":8.85427,"119":0.14515,"120":0.88704,"121":0.00538,"122":0.01075,"123":0.01075,"124":0.88166,"125":0.00538,"126":0.01613,"127":0.00538,"128":0.0215,"129":0.00538,"130":0.01075,"131":1.81709,"132":0.0215,"133":1.78483,"134":0.03763,"135":0.00538,"136":0.01075,"137":0.04838,"138":0.20429,"139":0.02688,"140":0.02688,"141":0.03763,"142":0.02688,"143":0.04838,"144":0.03763,"145":2.37619,"146":0.16666,"147":3.10733,"148":3.73632,"149":0.01613,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 63 64 67 68 71 74 75 76 78 80 84 85 89 90 92 94 96 97 99 100 102 115 150 151 152"},F:{"40":0.00538,"86":0.14515,"97":0.05914,"98":0.04301,"117":0.00538,"131":0.37632,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 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 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.00538,"18":0.01613,"92":0.0215,"100":0.01613,"109":0.00538,"134":0.01075,"140":0.00538,"141":0.00538,"143":0.01075,"144":0.01075,"145":0.01613,"146":0.03763,"147":0.7849,"148":1.24186,_:"12 13 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 135 136 137 138 139 142 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.4 TP","5.1":0.01075,"11.1":0.00538,"13.1":0.00538,"14.1":0.00538,"15.6":0.03763,"16.2":0.00538,"16.6":0.05914,"17.1":0.01075,"17.5":0.00538,"17.6":0.02688,"18.3":0.00538,"18.5-18.7":0.00538,"26.0":0.01613,"26.1":0.01075,"26.2":0.0215,"26.3":0.05376,"26.4":0.10214,"26.5":0.06989},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00074,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00149,"8.1-8.4":0,"9.0-9.2":0.00074,"9.3":0,"10.0-10.2":0,"10.3":0.00669,"11.0-11.2":0.17622,"11.3-11.4":0.00223,"12.0-12.1":0,"12.2-12.5":0.02528,"13.0-13.1":0,"13.2":0.00818,"13.3":0,"13.4-13.7":0.00149,"14.0-14.4":0.00595,"14.5-14.8":0.00967,"15.0-15.1":0.00744,"15.2-15.3":0.00446,"15.4":0.00595,"15.5":0.00669,"15.6-15.8":0.12566,"16.0":0.01338,"16.1":0.02082,"16.2":0.01115,"16.3":0.02454,"16.4":0.0052,"16.5":0.00892,"16.6-16.7":0.1673,"17.0":0.00744,"17.1":0.01264,"17.2":0.01115,"17.3":0.02156,"17.4":0.0342,"17.5":0.0461,"17.6-17.7":0.1212,"18.0":0.02454,"18.1":0.04833,"18.2":0.02602,"18.3":0.07733,"18.4":0.03569,"18.5-18.7":1.2313,"26.0":0.07882,"26.1":0.09815,"26.2":0.37772,"26.3":1.19264,"26.4":2.45963,"26.5":0.87738},P:{"4":0.01299,"22":0.01299,"24":0.02597,"25":0.01948,"26":0.03896,"27":0.02597,"28":0.07142,"29":0.60381,"30":0.06493,_:"20 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.06493,"8.2":0.00649},I:{"0":0.06929,"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.21733,_:"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.06936},Q:{_:"14.9"},O:{"0":0.06936},H:{all:0},L:{"0":44.80397}};
1
+ module.exports={C:{"106":0.00595,"115":0.03569,"120":0.26176,"121":0.52946,"140":0.0238,"147":0.00595,"148":0.00595,"149":0.00595,"150":0.0238,"151":0.37479,"152":0.23796,_:"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 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.03569,"40":0.03569,"41":0.02975,"42":0.03569,"43":0.02975,"44":0.03569,"45":0.03569,"46":0.02975,"47":0.02975,"48":0.03569,"49":0.03569,"50":0.03569,"51":0.02975,"52":0.0238,"53":0.03569,"54":0.03569,"55":0.02975,"56":0.04164,"57":0.03569,"58":0.03569,"59":0.03569,"60":0.03569,"62":0.00595,"65":0.0119,"66":0.00595,"68":0.00595,"69":0.00595,"70":0.00595,"71":0.00595,"72":0.0119,"73":0.01785,"74":0.00595,"75":0.0119,"77":0.0119,"79":0.04759,"81":0.0119,"83":0.01785,"86":0.04759,"87":0.06544,"88":0.00595,"89":0.00595,"93":0.00595,"94":0.00595,"95":0.00595,"96":0.00595,"98":0.09518,"103":1.07677,"104":1.07082,"105":1.07677,"106":1.07082,"107":1.06487,"108":1.05892,"109":1.2136,"110":1.08867,"111":1.07082,"112":1.07082,"114":0.05949,"116":2.16544,"117":1.09462,"118":9.23285,"119":0.56516,"120":1.64787,"122":0.00595,"123":0.00595,"124":1.08867,"125":0.00595,"126":0.00595,"127":0.00595,"128":0.04164,"129":0.00595,"130":0.0119,"131":2.19518,"132":0.01785,"133":2.13569,"134":0.0238,"135":0.0119,"136":0.01785,"137":0.16062,"138":0.17252,"139":0.01785,"140":0.0119,"141":0.0119,"142":0.08329,"143":0.05354,"144":0.0238,"145":1.36827,"146":0.07734,"147":0.19632,"148":2.79603,"149":4.85438,"150":0.03569,"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 61 63 64 67 76 78 80 84 85 90 91 92 97 99 100 101 102 113 115 121 152 153"},F:{"36":0.00595,"40":0.00595,"46":0.00595,"95":0.00595,"98":0.01785,"99":0.02975,"126":0.00595,"131":0.34504,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0119,"90":0.00595,"92":0.01785,"109":0.00595,"119":0.26771,"120":0.25581,"140":0.00595,"143":0.00595,"145":0.00595,"146":0.0119,"147":0.0238,"148":0.48187,"149":1.63598,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 144 150"},E:{"14":0.00595,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.1 18.2 18.3 18.4 TP","12.1":0.00595,"13.1":0.00595,"14.1":0.00595,"15.6":0.04164,"16.2":0.01785,"16.6":0.05354,"17.1":0.0119,"17.4":0.0119,"17.5":0.00595,"17.6":0.05354,"18.5-18.7":0.00595,"26.0":0.00595,"26.1":0.0119,"26.2":0.01785,"26.3":0.0238,"26.4":0.0238,"26.5":0.17847},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00074,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00223,"8.1-8.4":0,"9.0-9.2":0.00074,"9.3":0,"10.0-10.2":0,"10.3":0.00818,"11.0-11.2":0.24626,"11.3-11.4":0.00149,"12.0-12.1":0,"12.2-12.5":0.0253,"13.0-13.1":0,"13.2":0.00818,"13.3":0,"13.4-13.7":0.00149,"14.0-14.4":0.00521,"14.5-14.8":0.00818,"15.0-15.1":0.00744,"15.2-15.3":0.00446,"15.4":0.00521,"15.5":0.0067,"15.6-15.8":0.1302,"16.0":0.0119,"16.1":0.01934,"16.2":0.01042,"16.3":0.02232,"16.4":0.00521,"16.5":0.00818,"16.6-16.7":0.16963,"17.0":0.00744,"17.1":0.01116,"17.2":0.01042,"17.3":0.01562,"17.4":0.02381,"17.5":0.04241,"17.6-17.7":0.10937,"18.0":0.02455,"18.1":0.04687,"18.2":0.0253,"18.3":0.07737,"18.4":0.03497,"18.5-18.7":1.11821,"26.0":0.07365,"26.1":0.07663,"26.2":0.23138,"26.3":0.31619,"26.4":0.36232,"26.5":4.10903},P:{"4":0.02682,"22":0.01073,"23":0.00536,"24":0.01073,"25":0.01073,"26":0.02682,"27":0.03219,"28":0.0751,"29":0.13411,"30":0.41841,_:"20 21 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.04828,"8.2":0.01073},I:{"0":0.02023,"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.44955,_:"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.0648},H:{all:0},L:{"0":41.78815},R:{_:"0"},M:{"0":0.03645},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00401,"115":0.00401,"127":0.00801,"133":0.00801,"140":0.01602,"146":0.00401,"150":0.20431,"151":0.0681,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 128 129 130 131 132 134 135 136 137 138 139 141 142 143 144 145 147 148 149 152 153 154 3.5 3.6"},D:{"39":0.01202,"40":0.00801,"41":0.01202,"42":0.00801,"43":0.00801,"44":0.00801,"45":0.00801,"46":0.01202,"47":0.01202,"48":0.01202,"49":0.02003,"50":0.01202,"51":0.00801,"52":0.00801,"53":0.00801,"54":0.01202,"55":0.01202,"56":0.00801,"57":0.01602,"58":0.00801,"59":0.00801,"60":0.01202,"68":0.00801,"69":0.00801,"70":0.00401,"72":0.00801,"73":0.00401,"74":0.01202,"78":0.00401,"79":0.01602,"80":0.00801,"83":0.00401,"84":0.00401,"85":0.00401,"86":0.00801,"87":0.02404,"95":0.00401,"97":0.00401,"98":0.01202,"103":0.0681,"104":0.05608,"105":0.0681,"106":0.05608,"107":0.05208,"108":0.0641,"109":0.12419,"110":0.05608,"111":0.0641,"112":0.98948,"114":0.00801,"116":0.12018,"117":0.05608,"118":1.99499,"119":0.01602,"120":0.09614,"122":0.01202,"124":0.0681,"125":0.00401,"126":0.01202,"127":0.00401,"128":0.00401,"129":0.00801,"130":0.00401,"131":0.20831,"132":0.01602,"133":0.10816,"134":0.02804,"135":0.00801,"136":0.01602,"137":0.02404,"138":0.08813,"139":0.02404,"140":0.01202,"141":0.02804,"142":0.00801,"143":0.02804,"144":0.0641,"145":0.35653,"146":0.14422,"147":3.55733,"148":4.60289,"149":0.02003,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 71 75 76 77 81 88 89 90 91 92 93 94 96 99 100 101 102 113 115 121 123 150 151 152"},F:{"46":0.00401,"95":0.00801,"96":0.00401,"97":0.00801,"98":0.02003,"99":0.00401,"123":0.00401,"131":0.23635,_:"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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01602,"84":0.00401,"90":0.00401,"92":0.01602,"100":0.00401,"109":0.00401,"111":0.00801,"112":0.00401,"114":0.00401,"129":0.00401,"131":0.00401,"133":0.00401,"134":0.00401,"136":0.00401,"137":0.00401,"139":0.00401,"143":0.01202,"144":0.01202,"145":0.02404,"146":0.02404,"147":0.58888,"148":1.18177,"149":0.00801,_:"12 13 14 15 16 17 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 113 115 116 117 118 119 120 121 122 123 124 125 126 127 128 130 132 135 138 140 141 142"},E:{"14":0.00801,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 10.1 11.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.2 17.3 17.4 18.0 18.2 26.1 TP","5.1":0.02804,"9.1":0.00401,"12.1":0.00801,"14.1":0.00801,"15.6":0.01202,"16.5":0.00401,"16.6":0.00401,"17.1":0.02804,"17.5":0.37656,"17.6":0.03605,"18.1":0.00801,"18.3":0.00401,"18.4":0.00401,"18.5-18.7":0.01202,"26.0":0.00401,"26.2":0.02003,"26.3":0.05608,"26.4":0.04006,"26.5":0.03605},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00038,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00077,"8.1-8.4":0,"9.0-9.2":0.00038,"9.3":0,"10.0-10.2":0,"10.3":0.00345,"11.0-11.2":0.09092,"11.3-11.4":0.00115,"12.0-12.1":0,"12.2-12.5":0.01304,"13.0-13.1":0,"13.2":0.00422,"13.3":0,"13.4-13.7":0.00077,"14.0-14.4":0.00307,"14.5-14.8":0.00499,"15.0-15.1":0.00384,"15.2-15.3":0.0023,"15.4":0.00307,"15.5":0.00345,"15.6-15.8":0.06483,"16.0":0.00691,"16.1":0.01074,"16.2":0.00575,"16.3":0.01266,"16.4":0.00269,"16.5":0.0046,"16.6-16.7":0.08631,"17.0":0.00384,"17.1":0.00652,"17.2":0.00575,"17.3":0.01112,"17.4":0.01765,"17.5":0.02378,"17.6-17.7":0.06253,"18.0":0.01266,"18.1":0.02494,"18.2":0.01343,"18.3":0.0399,"18.4":0.01841,"18.5-18.7":0.63527,"26.0":0.04066,"26.1":0.05064,"26.2":0.19488,"26.3":0.61532,"26.4":1.269,"26.5":0.45267},P:{"22":0.00569,"24":0.01137,"25":0.03411,"26":0.09666,"27":0.10803,"28":0.16488,"29":1.09164,"30":0.20468,_:"4 20 21 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.05117},I:{"0":0.07186,"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.00004},K:{"0":2.75724,_:"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.14985},Q:{_:"14.9"},O:{"0":0.5994},H:{all:0},L:{"0":71.7311}};
1
+ module.exports={C:{"112":0.00423,"115":0.00845,"120":0.0338,"121":0.08028,"136":0.00845,"140":0.00423,"146":0.00423,"148":0.00423,"149":0.00423,"150":0.00845,"151":0.11408,"152":0.10985,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 147 153 154 155 3.5 3.6"},D:{"39":0.00423,"40":0.00423,"41":0.00423,"42":0.00845,"43":0.00423,"44":0.00423,"45":0.00423,"46":0.00423,"47":0.00423,"48":0.00423,"49":0.00845,"50":0.00845,"51":0.00423,"52":0.00423,"53":0.00423,"54":0.00423,"55":0.00423,"56":0.00845,"57":0.00423,"58":0.00423,"59":0.00845,"60":0.00423,"63":0.00423,"68":0.00423,"69":0.0169,"70":0.00845,"72":0.00423,"74":0.0169,"78":0.01268,"79":0.02958,"81":0.00423,"86":0.01268,"87":0.02535,"90":0.00423,"91":0.00423,"92":0.00423,"95":0.00423,"98":0.02535,"103":0.14788,"104":0.14365,"105":0.1352,"106":0.14788,"107":0.14365,"108":0.16055,"109":0.19858,"110":0.14365,"111":0.13098,"112":0.13943,"114":0.01268,"116":0.29998,"117":0.1352,"118":2.53078,"119":0.1014,"120":0.24928,"122":0.00423,"123":0.00845,"124":0.13098,"125":0.00423,"126":0.01268,"127":0.00423,"128":0.00845,"129":0.00845,"130":0.00423,"131":0.32955,"132":0.00845,"133":0.28308,"134":0.0169,"135":0.02113,"136":0.02535,"137":0.0676,"138":0.06338,"139":0.02113,"140":0.00845,"141":0.0169,"142":0.02958,"143":0.02958,"144":0.0507,"145":0.22393,"146":0.14365,"147":0.33378,"148":3.43915,"149":4.40668,"150":0.02113,"151":0.00845,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 64 65 66 67 71 73 75 76 77 80 83 84 85 88 89 93 94 96 97 99 100 101 102 113 115 121 152 153"},F:{"95":0.04648,"97":0.00423,"98":0.00423,"99":0.02535,"106":0.00423,"113":0.00423,"114":0.00423,"131":0.28308,_:"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 107 108 109 110 111 112 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.00845,"84":0.00845,"92":0.0169,"100":0.00423,"111":0.00845,"114":0.0169,"119":0.0338,"120":0.0338,"122":0.00423,"131":0.00845,"132":0.00423,"134":0.00423,"140":0.00845,"143":0.00845,"144":0.01268,"145":0.00845,"146":0.02535,"147":0.0338,"148":0.52813,"149":1.32665,"150":0.00423,_:"12 13 14 15 16 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 133 135 136 137 138 139 141 142"},E:{"14":0.00423,"27":0.00423,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 10.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.3 18.5-18.7 26.0 TP","5.1":0.00423,"9.1":0.00845,"11.1":0.00423,"14.1":0.00423,"15.6":0.00845,"16.6":0.00845,"17.1":0.00845,"17.5":0.00845,"17.6":0.00845,"18.4":0.00423,"26.1":0.00423,"26.2":0.00845,"26.3":0.00845,"26.4":0.01268,"26.5":0.12253},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.00112,"8.1-8.4":0,"9.0-9.2":0.00037,"9.3":0,"10.0-10.2":0,"10.3":0.00412,"11.0-11.2":0.12406,"11.3-11.4":0.00075,"12.0-12.1":0,"12.2-12.5":0.01274,"13.0-13.1":0,"13.2":0.00412,"13.3":0,"13.4-13.7":0.00075,"14.0-14.4":0.00262,"14.5-14.8":0.00412,"15.0-15.1":0.00375,"15.2-15.3":0.00225,"15.4":0.00262,"15.5":0.00337,"15.6-15.8":0.06559,"16.0":0.006,"16.1":0.00974,"16.2":0.00525,"16.3":0.01124,"16.4":0.00262,"16.5":0.00412,"16.6-16.7":0.08545,"17.0":0.00375,"17.1":0.00562,"17.2":0.00525,"17.3":0.00787,"17.4":0.01199,"17.5":0.02136,"17.6-17.7":0.0551,"18.0":0.01237,"18.1":0.02361,"18.2":0.01274,"18.3":0.03898,"18.4":0.01762,"18.5-18.7":0.56332,"26.0":0.0371,"26.1":0.0386,"26.2":0.11656,"26.3":0.15929,"26.4":0.18253,"26.5":2.07001},P:{"24":0.01065,"25":0.02662,"26":0.06922,"27":0.05325,"28":0.19169,"29":0.39936,"30":0.77209,_:"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.04792},I:{"0":0.05192,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":2.89328,_:"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.65835},H:{all:0},L:{"0":70.49365},R:{_:"0"},M:{"0":0.10973},Q:{_:"14.9"}};