@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:{"56":0.00668,"63":0.00334,"66":0.00668,"72":0.00668,"81":0.00334,"94":0.00334,"111":0.00334,"115":0.02672,"119":0.00334,"120":0.00334,"121":0.00334,"127":0.01336,"135":0.00334,"140":0.0167,"144":0.00334,"147":0.00334,"148":0.01336,"149":0.02004,"150":0.49098,"151":0.09686,_:"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 57 58 59 60 61 62 64 65 67 68 69 70 71 73 74 75 76 77 78 79 80 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 122 123 124 125 126 128 129 130 131 132 133 134 136 137 138 139 141 142 143 145 146 152 153 154 3.5 3.6"},D:{"39":0.01002,"40":0.00668,"41":0.01002,"42":0.00668,"43":0.01002,"44":0.01002,"45":0.00334,"46":0.01002,"47":0.00668,"48":0.00668,"49":0.0167,"50":0.01002,"51":0.00668,"52":0.01336,"53":0.00668,"54":0.00668,"55":0.00668,"56":0.01002,"57":0.0167,"58":0.01336,"59":0.00668,"60":0.00668,"63":0.00334,"64":0.01002,"69":0.02338,"70":0.0167,"71":0.00334,"72":0.00334,"73":0.00334,"74":0.0167,"75":0.00334,"77":0.02338,"78":0.00334,"79":0.00668,"81":0.0167,"83":0.00334,"84":0.00668,"86":0.0167,"87":0.02004,"90":0.00334,"93":0.01002,"100":0.00334,"103":0.0334,"104":0.0167,"105":0.01336,"106":0.01336,"107":0.2839,"108":0.0167,"109":0.24048,"110":0.01336,"111":0.01336,"112":0.74148,"113":0.00668,"114":0.01336,"115":0.00334,"116":0.06346,"117":0.02004,"118":1.94388,"119":0.01002,"120":0.03674,"121":0.00334,"122":0.01002,"124":0.0167,"125":0.00334,"126":0.03674,"128":0.01336,"129":0.00334,"130":0.00334,"131":0.0668,"132":0.01336,"133":0.03674,"134":0.08684,"135":0.0167,"136":0.00668,"137":0.01002,"138":0.91516,"139":0.02672,"140":0.00334,"141":0.00668,"142":0.02672,"143":0.02338,"144":0.04008,"145":0.1503,"146":0.09352,"147":1.7535,"148":3.23646,"149":0.01002,"150":0.00334,_:"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 65 66 67 68 76 80 85 88 89 91 92 94 95 96 97 98 99 101 102 123 127 151 152"},F:{"96":0.00668,"97":0.0167,"98":0.06012,"120":0.00334,"124":0.00334,"125":0.00334,"126":0.01336,"127":0.00334,"131":0.37742,_:"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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 122 123 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.07014,"84":0.00668,"90":0.02672,"92":0.06346,"95":0.00334,"100":0.02004,"109":0.00668,"111":0.00334,"113":0.02004,"122":0.01002,"127":0.00334,"134":0.00334,"135":0.00668,"139":0.00668,"140":0.01002,"141":0.01002,"142":0.00668,"143":0.04008,"144":0.02672,"145":0.02672,"146":0.12358,"147":1.57982,"148":1.65664,_:"12 13 14 15 16 17 79 80 81 83 85 86 87 88 89 91 93 94 96 97 98 99 101 102 103 104 105 106 107 108 110 112 114 115 116 117 118 119 120 121 123 124 125 126 128 129 130 131 132 133 136 137 138 149"},E:{"13":0.00668,_:"4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 13.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.2 18.4 TP","5.1":0.00334,"12.1":0.00334,"14.1":0.00334,"15.1":0.00334,"15.6":0.01002,"16.6":0.02004,"17.6":0.01336,"18.0":0.00668,"18.1":0.00334,"18.3":0.00334,"18.5-18.7":0.00668,"26.0":0.00668,"26.1":0.0835,"26.2":0.01002,"26.3":0.05344,"26.4":0.05678,"26.5":0.0334},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.00164,"8.1-8.4":0,"9.0-9.2":0.00082,"9.3":0,"10.0-10.2":0,"10.3":0.00739,"11.0-11.2":0.19462,"11.3-11.4":0.00246,"12.0-12.1":0,"12.2-12.5":0.02792,"13.0-13.1":0,"13.2":0.00903,"13.3":0,"13.4-13.7":0.00164,"14.0-14.4":0.00657,"14.5-14.8":0.01068,"15.0-15.1":0.00821,"15.2-15.3":0.00493,"15.4":0.00657,"15.5":0.00739,"15.6-15.8":0.13878,"16.0":0.01478,"16.1":0.02299,"16.2":0.01232,"16.3":0.0271,"16.4":0.00575,"16.5":0.00985,"16.6-16.7":0.18477,"17.0":0.00821,"17.1":0.01396,"17.2":0.01232,"17.3":0.02381,"17.4":0.03777,"17.5":0.05091,"17.6-17.7":0.13385,"18.0":0.0271,"18.1":0.05338,"18.2":0.02874,"18.3":0.0854,"18.4":0.03942,"18.5-18.7":1.35987,"26.0":0.08704,"26.1":0.1084,"26.2":0.41716,"26.3":1.31717,"26.4":2.71646,"26.5":0.96899},P:{"21":0.00478,"22":0.00955,"23":0.01433,"24":0.01433,"25":0.00955,"26":0.02388,"27":0.07165,"28":0.26273,"29":1.04616,"30":0.07643,_:"4 20 5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.04299,"9.2":0.01433,"11.1-11.2":0.00478,"19.0":0.00955},I:{"0":0.03992,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":1.29204,_:"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.15318},Q:{"14.9":0.1332},O:{"0":0.63936},H:{all:0},L:{"0":69.40626}};
1
+ module.exports={C:{"60":0.00373,"62":0.00373,"66":0.01118,"68":0.00746,"72":0.00373,"115":0.07083,"120":0.08574,"121":0.17522,"127":0.01491,"134":0.00373,"138":0.00746,"140":0.00373,"147":0.00373,"148":0.00373,"149":0.02237,"150":0.03728,"151":0.35416,"152":0.23486,_:"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 63 64 65 67 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 135 136 137 139 141 142 143 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.00373,"40":0.00373,"41":0.00373,"42":0.00373,"43":0.00373,"44":0.00746,"45":0.00373,"49":0.00373,"50":0.00373,"51":0.00373,"52":0.00746,"53":0.00373,"54":0.00373,"55":0.00373,"56":0.00373,"57":0.00373,"58":0.00746,"59":0.00373,"60":0.00373,"64":0.00373,"67":0.00373,"69":0.01118,"73":0.00746,"74":0.01118,"77":0.01118,"78":0.00746,"79":0.00746,"80":0.00373,"81":0.02982,"83":0.00373,"86":0.02237,"87":0.02982,"88":0.00373,"90":0.00373,"91":0.00373,"93":0.02237,"94":0.00746,"95":0.01118,"98":0.00373,"101":0.00373,"103":0.06338,"104":0.04101,"105":0.04474,"106":0.03728,"107":0.26842,"108":0.03355,"109":0.0932,"110":0.04101,"111":0.04101,"112":0.02982,"113":0.01118,"114":0.00746,"116":0.08947,"117":0.04474,"118":2.58723,"119":0.16776,"120":0.21622,"121":0.01118,"122":0.00746,"124":0.04101,"125":0.01118,"126":0.0261,"127":0.00373,"128":0.00373,"129":0.00746,"130":0.00373,"131":0.13048,"132":0.00373,"133":0.08202,"134":0.05592,"135":0.01118,"136":0.01491,"137":0.03728,"138":1.01402,"139":0.00746,"140":0.00746,"141":0.0261,"142":0.02982,"143":0.03355,"144":0.0261,"145":0.08947,"146":0.07456,"147":0.17894,"148":2.40083,"149":3.63853,"150":0.01491,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 46 47 48 61 62 63 65 66 68 70 71 72 75 76 84 85 89 92 96 97 99 100 102 115 123 151 152 153"},F:{"45":0.00373,"64":0.00373,"72":0.00746,"95":0.00373,"96":0.00746,"97":0.01864,"98":0.08947,"99":0.0671,"101":0.00373,"114":0.00373,"120":0.01118,"122":0.00373,"126":0.00373,"127":0.00373,"131":0.51446,_:"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 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 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 100 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 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:{"17":0.00373,"18":0.03728,"84":0.00373,"85":0.00373,"89":0.00373,"90":0.01864,"92":0.07456,"100":0.00373,"109":0.00373,"113":0.05965,"114":0.00373,"119":0.08202,"120":0.08202,"122":0.03355,"129":0.00373,"134":0.00373,"135":0.00373,"136":0.00373,"137":0.00746,"138":0.00746,"139":0.00373,"140":0.01118,"142":0.00746,"143":0.00746,"144":0.01864,"145":0.01491,"146":0.02982,"147":0.04846,"148":0.95064,"149":2.79227,"150":0.00373,_:"12 13 14 15 16 79 80 81 83 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 115 116 117 118 121 123 124 125 126 127 128 130 131 132 133 141"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 14.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.3 17.4 18.0 18.1 18.2 18.3 18.4 18.5-18.7 TP","12.1":0.00373,"13.1":0.01491,"15.5":0.00373,"15.6":0.01118,"16.6":0.00746,"17.2":0.00373,"17.5":0.01118,"17.6":0.01118,"26.0":0.00373,"26.1":0.05219,"26.2":0.01491,"26.3":0.00746,"26.4":0.0261,"26.5":0.14912},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00083,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00249,"8.1-8.4":0,"9.0-9.2":0.00083,"9.3":0,"10.0-10.2":0,"10.3":0.00913,"11.0-11.2":0.27466,"11.3-11.4":0.00166,"12.0-12.1":0,"12.2-12.5":0.02821,"13.0-13.1":0,"13.2":0.00913,"13.3":0,"13.4-13.7":0.00166,"14.0-14.4":0.00581,"14.5-14.8":0.00913,"15.0-15.1":0.0083,"15.2-15.3":0.00498,"15.4":0.00581,"15.5":0.00747,"15.6-15.8":0.14521,"16.0":0.01328,"16.1":0.02157,"16.2":0.01162,"16.3":0.02489,"16.4":0.00581,"16.5":0.00913,"16.6-16.7":0.18919,"17.0":0.0083,"17.1":0.01245,"17.2":0.01162,"17.3":0.01743,"17.4":0.02655,"17.5":0.0473,"17.6-17.7":0.12198,"18.0":0.02738,"18.1":0.05228,"18.2":0.02821,"18.3":0.0863,"18.4":0.039,"18.5-18.7":1.24717,"26.0":0.08215,"26.1":0.08547,"26.2":0.25806,"26.3":0.35266,"26.4":0.40411,"26.5":4.58291},P:{"4":0.0047,"22":0.0094,"23":0.0094,"24":0.0188,"25":0.0094,"26":0.0188,"27":0.05639,"28":0.18796,"29":0.46991,"30":0.62968,_:"20 21 5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 17.0 18.0","7.2-7.4":0.06109,"9.2":0.0094,"11.1-11.2":0.0047,"16.0":0.0047,"19.0":0.0047},I:{"0":0.01253,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":1.06624,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.00627,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.7401},H:{all:0},L:{"0":66.7828},R:{_:"0"},M:{"0":0.07526},Q:{"14.9":0.10035}};
@@ -1 +1 @@
1
- module.exports={C:{"68":0.0431,"72":0.00479,"102":0.00479,"115":0.14367,"120":0.00479,"121":0.02395,"128":0.00479,"131":0.00958,"135":0.00479,"136":0.06226,"140":0.3927,"144":0.03831,"145":0.00479,"146":0.45496,"147":0.00958,"148":0.0862,"149":0.02395,"150":2.69142,"151":1.0871,"152":0.00479,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 132 133 134 137 138 139 141 142 143 153 154 3.5 3.6"},D:{"39":0.05268,"40":0.05747,"41":0.06226,"42":0.05747,"43":0.05747,"44":0.05268,"45":0.05268,"46":0.05747,"47":0.05268,"48":0.04789,"49":0.05268,"50":0.04789,"51":0.05268,"52":0.05747,"53":0.06226,"54":0.05747,"55":0.05268,"56":0.07662,"57":0.05747,"58":0.05747,"59":0.06226,"60":0.05747,"61":0.00479,"79":0.00479,"86":0.00958,"88":0.00479,"102":0.00479,"103":0.11015,"104":0.09578,"105":0.09578,"106":0.11494,"107":0.09578,"108":0.09099,"109":0.31607,"110":0.09578,"111":0.12451,"112":0.68483,"114":0.00479,"116":0.31129,"117":0.08141,"118":2.15026,"119":0.03352,"120":0.1293,"122":0.00479,"123":0.00479,"124":0.10536,"125":0.00479,"126":0.00958,"128":0.02873,"130":0.00479,"131":0.21072,"133":0.19156,"134":0.01437,"135":0.01437,"136":0.00958,"137":0.0431,"138":0.07184,"139":0.0431,"140":0.01437,"141":0.00479,"142":0.01916,"143":0.11494,"144":0.03352,"145":0.20593,"146":0.2634,"147":5.01887,"148":7.94016,"149":0.01437,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 87 89 90 91 92 93 94 95 96 97 98 99 100 101 113 115 121 127 129 132 150 151 152"},F:{"46":0.01916,"97":0.0431,"98":0.01916,"131":1.33613,_:"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 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:{"16":0.00479,"109":0.01916,"114":0.02395,"119":0.00479,"120":0.00479,"130":0.00958,"134":0.00479,"135":0.02395,"137":0.00479,"138":0.00479,"139":0.00479,"140":0.00479,"141":0.00479,"142":0.00479,"143":0.09099,"144":0.00958,"145":0.03352,"146":0.03831,"147":1.64742,"148":3.51992,_:"12 13 14 15 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 127 128 129 131 132 133 136 149"},E:{"14":0.02395,_:"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 TP","13.1":0.00479,"14.1":0.00479,"15.5":0.00479,"15.6":0.07184,"16.0":0.01437,"16.1":0.01437,"16.2":0.00479,"16.3":0.00479,"16.4":0.00479,"16.5":0.00479,"16.6":0.08141,"17.0":0.00479,"17.1":0.81892,"17.2":0.01437,"17.3":0.0431,"17.4":0.00479,"17.5":0.00958,"17.6":0.10536,"18.0":0.00479,"18.1":0.01916,"18.2":0.00958,"18.3":0.00958,"18.4":0.00479,"18.5-18.7":0.0431,"26.0":0.01916,"26.1":0.01916,"26.2":0.20593,"26.3":0.85723,"26.4":1.47022,"26.5":0.67046},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00138,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00276,"8.1-8.4":0,"9.0-9.2":0.00138,"9.3":0,"10.0-10.2":0,"10.3":0.01241,"11.0-11.2":0.32684,"11.3-11.4":0.00414,"12.0-12.1":0,"12.2-12.5":0.04689,"13.0-13.1":0,"13.2":0.01517,"13.3":0,"13.4-13.7":0.00276,"14.0-14.4":0.01103,"14.5-14.8":0.01793,"15.0-15.1":0.01379,"15.2-15.3":0.00827,"15.4":0.01103,"15.5":0.01241,"15.6-15.8":0.23307,"16.0":0.02482,"16.1":0.03861,"16.2":0.02069,"16.3":0.04551,"16.4":0.00965,"16.5":0.01655,"16.6-16.7":0.31029,"17.0":0.01379,"17.1":0.02344,"17.2":0.02069,"17.3":0.03999,"17.4":0.06344,"17.5":0.0855,"17.6-17.7":0.22479,"18.0":0.04551,"18.1":0.08964,"18.2":0.04827,"18.3":0.14343,"18.4":0.0662,"18.5-18.7":2.28377,"26.0":0.14618,"26.1":0.18204,"26.2":0.70058,"26.3":2.21206,"26.4":4.56202,"26.5":1.62732},P:{"20":0.3252,"22":0.00723,"23":0.00723,"25":0.00723,"26":0.02168,"27":0.36134,"28":0.04336,"29":1.93678,"30":0.36857,_:"4 21 24 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.00723,"8.2":0.00723,"19.0":0.04336},I:{"0":0.09369,"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.00005},K:{"0":0.22924,_:"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.85965},Q:{_:"14.9"},O:{"0":0.00521},H:{all:0},L:{"0":40.87305}};
1
+ module.exports={C:{"115":0.08108,"120":0.36214,"121":0.78913,"128":0.00541,"131":0.00541,"134":0.00541,"135":0.00541,"136":0.09729,"140":0.32971,"141":0.00541,"142":0.00541,"144":0.00541,"146":0.09189,"147":0.01081,"148":0.08648,"149":0.01622,"150":0.02162,"151":2.21065,"152":1.66474,"153":0.01081,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 132 133 137 138 139 143 145 154 155 3.5 3.6"},D:{"39":0.03784,"40":0.03784,"41":0.02703,"42":0.03243,"43":0.02162,"44":0.03243,"45":0.03243,"46":0.02162,"47":0.04324,"48":0.03243,"49":0.03784,"50":0.03243,"51":0.02703,"52":0.03784,"53":0.02703,"54":0.04324,"55":0.02162,"56":0.04324,"57":0.02703,"58":0.03243,"59":0.03243,"60":0.02703,"62":0.00541,"63":0.00541,"72":0.01081,"79":0.00541,"84":0.00541,"88":0.00541,"93":0.00541,"97":0.00541,"103":0.18377,"104":0.16756,"105":0.18918,"106":0.19999,"107":0.18377,"108":0.19458,"109":0.52429,"110":0.17837,"111":0.2108,"112":0.15134,"116":0.38916,"117":0.17837,"118":3.59973,"119":0.76751,"120":0.96209,"122":0.00541,"123":0.01081,"124":0.19458,"126":0.06486,"128":0.02703,"131":0.35673,"132":0.01081,"133":0.34592,"134":0.01622,"135":0.03243,"136":0.02703,"137":0.07027,"138":0.04324,"139":0.01622,"140":0.01081,"141":0.03784,"142":0.06486,"143":0.04324,"144":0.03784,"145":0.1081,"146":0.11891,"147":0.34592,"148":6.23197,"149":8.63719,"150":0.05946,_:"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 64 65 66 67 68 69 70 71 73 74 75 76 77 78 80 81 83 85 86 87 89 90 91 92 94 95 96 98 99 100 101 102 113 114 115 121 125 127 129 130 151 152 153"},F:{"36":0.00541,"37":0.01081,"46":0.01622,"98":0.03784,"99":0.07027,"114":0.00541,"123":0.01622,"131":0.73508,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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:{"109":0.01081,"114":0.02162,"119":0.38916,"120":0.38916,"130":0.00541,"131":0.00541,"132":0.01622,"142":0.00541,"143":0.08648,"144":0.02162,"145":0.01622,"146":0.02162,"147":0.07567,"148":1.52962,"149":3.47542,"150":0.00541,_:"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 127 128 129 133 134 135 136 137 138 139 140 141"},E:{"27":0.00541,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 16.2 16.4 17.0 TP","10.1":0.01081,"13.1":0.01622,"14.1":0.01622,"15.5":0.03243,"15.6":0.03243,"16.1":0.01622,"16.3":0.01081,"16.5":0.00541,"16.6":0.07567,"17.1":0.36214,"17.2":0.01622,"17.3":0.07027,"17.4":0.02703,"17.5":0.03243,"17.6":0.14594,"18.0":0.01622,"18.1":0.00541,"18.2":0.00541,"18.3":0.04865,"18.4":0.00541,"18.5-18.7":0.05405,"26.0":0.02162,"26.1":0.01081,"26.2":0.07567,"26.3":0.46483,"26.4":0.09729,"26.5":2.45928},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00124,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00371,"8.1-8.4":0,"9.0-9.2":0.00124,"9.3":0,"10.0-10.2":0,"10.3":0.01359,"11.0-11.2":0.40883,"11.3-11.4":0.00247,"12.0-12.1":0,"12.2-12.5":0.04199,"13.0-13.1":0,"13.2":0.01359,"13.3":0,"13.4-13.7":0.00247,"14.0-14.4":0.00865,"14.5-14.8":0.01359,"15.0-15.1":0.01235,"15.2-15.3":0.00741,"15.4":0.00865,"15.5":0.01112,"15.6-15.8":0.21615,"16.0":0.01976,"16.1":0.03211,"16.2":0.01729,"16.3":0.03705,"16.4":0.00865,"16.5":0.01359,"16.6-16.7":0.28161,"17.0":0.01235,"17.1":0.01853,"17.2":0.01729,"17.3":0.02594,"17.4":0.03952,"17.5":0.0704,"17.6-17.7":0.18156,"18.0":0.04076,"18.1":0.07781,"18.2":0.04199,"18.3":0.12845,"18.4":0.05805,"18.5-18.7":1.85641,"26.0":0.12228,"26.1":0.12722,"26.2":0.38413,"26.3":0.52493,"26.4":0.60151,"26.5":6.82166},P:{"4":0.00629,"20":0.10065,"21":0.00629,"24":0.07549,"25":0.00629,"26":0.03774,"27":0.11323,"28":0.02516,"29":0.2013,"30":1.72988,_:"22 23 6.2-6.4 9.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.00629,"7.2-7.4":0.01887,"8.2":0.01887,"14.0":0.00629},I:{"0":0.00459,"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.0919,_:"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.0046},H:{all:0},L:{"0":38.16231},R:{_:"0"},M:{"0":0.49167},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"51":0.00152,"72":0.00455,"115":0.02427,"120":0.00152,"121":0.00152,"127":0.00455,"136":0.00455,"146":0.00152,"147":0.02427,"148":0.00303,"149":0.00303,"150":0.2412,"151":0.11529,_:"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 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 135 137 138 139 140 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"11":0.05006,"39":0.00455,"40":0.00303,"41":0.00455,"42":0.00303,"43":0.00303,"44":0.00455,"45":0.00152,"46":0.00152,"47":0.00759,"48":0.00303,"49":0.00607,"50":0.00455,"51":0.00455,"52":0.02427,"53":0.00303,"54":0.00152,"55":0.00455,"56":0.00303,"57":0.00455,"58":0.00455,"59":0.00759,"60":0.00303,"64":0.00607,"69":0.01214,"70":0.00455,"71":0.00152,"73":0.00607,"79":0.01214,"83":0.00759,"86":0.00152,"87":0.03489,"94":0.00455,"95":0.0091,"97":0.00152,"98":0.00455,"101":0.03186,"103":0.03641,"104":0.03489,"105":0.03793,"106":0.03337,"107":0.02427,"108":0.02579,"109":0.13198,"110":0.03186,"111":0.07888,"112":0.27458,"113":0.00303,"114":0.00607,"116":0.07737,"117":0.02579,"118":0.61287,"119":0.0091,"120":0.04248,"121":0.00455,"122":0.00607,"124":0.03944,"125":0.00607,"126":0.00152,"128":0.00152,"131":0.08192,"132":0.10771,"133":0.05765,"134":0.0091,"136":0.00303,"138":0.07433,"140":0.00455,"141":0.00152,"142":0.00759,"143":0.0091,"144":0.00455,"145":0.02427,"146":0.14108,"147":1.17871,"148":2.31191,"149":0.03489,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 65 66 67 68 72 74 75 76 77 78 80 81 84 85 88 89 90 91 92 93 96 99 100 102 115 123 127 129 130 135 137 139 150 151 152"},F:{"42":0.00455,"44":0.00303,"46":0.03186,"90":0.00152,"97":0.00152,"98":0.00759,"99":0.00152,"126":0.00152,"131":0.31402,_:"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 43 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 91 92 93 94 95 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.02276,"16":0.00152,"17":0.00455,"18":0.00152,"89":0.00152,"90":0.00303,"92":0.05158,"100":0.01972,"103":0.00152,"109":0.05158,"117":0.00152,"119":0.00152,"120":0.01214,"122":0.00152,"130":0.00455,"131":0.01062,"132":0.00152,"134":0.00303,"137":0.00152,"138":0.01214,"140":0.00455,"142":0.0091,"143":0.00759,"144":0.00455,"145":0.00759,"146":0.07585,"147":0.92992,"148":1.76579,_:"12 13 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 110 111 112 113 114 115 116 118 121 123 124 125 126 127 128 129 133 135 136 139 141 149"},E:{"14":0.00152,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 TP","5.1":0.06827,"13.1":0.00759,"15.2-15.3":0.0182,"15.6":0.0182,"16.5":0.00152,"16.6":0.00759,"17.0":0.0091,"17.1":0.00303,"17.2":0.00759,"17.6":0.00455,"26.1":0.00152,"26.2":0.01214,"26.3":0.01517,"26.4":0.0713,"26.5":0.01517},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.00053,"8.1-8.4":0,"9.0-9.2":0.00026,"9.3":0,"10.0-10.2":0,"10.3":0.00238,"11.0-11.2":0.06273,"11.3-11.4":0.00079,"12.0-12.1":0,"12.2-12.5":0.009,"13.0-13.1":0,"13.2":0.00291,"13.3":0,"13.4-13.7":0.00053,"14.0-14.4":0.00212,"14.5-14.8":0.00344,"15.0-15.1":0.00265,"15.2-15.3":0.00159,"15.4":0.00212,"15.5":0.00238,"15.6-15.8":0.04473,"16.0":0.00476,"16.1":0.00741,"16.2":0.00397,"16.3":0.00873,"16.4":0.00185,"16.5":0.00318,"16.6-16.7":0.05955,"17.0":0.00265,"17.1":0.0045,"17.2":0.00397,"17.3":0.00768,"17.4":0.01217,"17.5":0.01641,"17.6-17.7":0.04314,"18.0":0.00873,"18.1":0.0172,"18.2":0.00926,"18.3":0.02753,"18.4":0.0127,"18.5-18.7":0.43829,"26.0":0.02805,"26.1":0.03494,"26.2":0.13445,"26.3":0.42453,"26.4":0.87553,"26.5":0.31231},P:{"4":0.01783,"27":0.01783,"28":0.00891,"29":0.6417,"30":0.01783,_:"20 21 22 23 24 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.29661,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00015},K:{"0":0.41567,_:"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.06786,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.04242},Q:{"14.9":0.02545},O:{"0":0.28842},H:{all:0},L:{"0":84.96194}};
1
+ module.exports={C:{"47":0.00404,"67":0.00202,"72":0.00808,"111":0.00202,"115":0.02828,"120":0.03838,"121":0.07878,"128":0.02626,"130":0.00202,"150":0.0303,"151":0.12524,"152":0.20402,_:"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 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 127 129 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 153 154 155 3.5 3.6"},D:{"11":0.00404,"39":0.00202,"40":0.00202,"42":0.00202,"43":0.00202,"44":0.00202,"45":0.00202,"46":0.00202,"47":0.00202,"48":0.00404,"49":0.00606,"51":0.00606,"52":0.00202,"53":0.0101,"54":0.00202,"55":0.00202,"57":0.00606,"59":0.00404,"60":0.00202,"64":0.00202,"67":0.00606,"69":0.00202,"73":0.00808,"76":0.00404,"79":0.03636,"80":0.00202,"81":0.0101,"83":0.00404,"86":0.02424,"87":0.01414,"88":0.0202,"89":0.10302,"90":0.00202,"91":0.00606,"94":0.00202,"97":0.0101,"98":0.00808,"101":0.04242,"103":0.0303,"104":0.04646,"105":0.05656,"106":0.04646,"107":0.03434,"108":0.04646,"109":0.16362,"110":0.0404,"111":0.10908,"112":0.04848,"113":0.00202,"114":0.00606,"116":0.08282,"117":0.04444,"118":0.88476,"119":0.10706,"120":0.12928,"121":0.00606,"122":0.00202,"123":0.00202,"124":0.03838,"127":0.00202,"128":0.00404,"130":0.00404,"131":0.10302,"132":0.01818,"133":0.08686,"134":0.00202,"135":0.01212,"137":0.01212,"138":0.101,"139":0.00404,"140":0.01616,"143":0.00606,"144":0.00808,"145":0.02424,"146":0.0606,"147":0.13938,"148":1.59378,"149":2.70074,"150":0.04848,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 41 50 56 58 61 62 63 65 66 68 70 71 72 74 75 77 78 84 85 92 93 95 96 99 100 102 115 125 126 129 136 141 142 151 152 153"},F:{"44":0.00404,"46":0.00808,"64":0.01818,"86":0.00606,"92":0.00808,"95":0.00606,"98":0.01818,"99":0.01818,"113":0.00202,"126":0.00202,"131":1.32916,_:"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 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 91 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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.05454,"16":0.00202,"18":0.0909,"84":0.00606,"90":0.00404,"92":0.05454,"100":0.0101,"108":0.00202,"109":0.04646,"119":0.03232,"120":0.03838,"122":0.00606,"131":0.01414,"132":0.00808,"133":0.01212,"134":0.00202,"136":0.02828,"137":0.00808,"140":0.00606,"142":0.01212,"143":0.01212,"144":0.01818,"145":0.06666,"146":0.0303,"147":0.06464,"148":0.85648,"149":2.9593,_:"13 14 15 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 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 135 138 139 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.4 26.2 TP","11.1":0.00202,"13.1":0.00808,"15.6":0.00202,"16.6":0.0202,"17.6":0.01414,"18.3":0.00202,"18.5-18.7":0.00606,"26.0":0.04848,"26.1":0.00202,"26.3":0.01616,"26.4":0.01212,"26.5":0.08888},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.00111,"8.1-8.4":0,"9.0-9.2":0.00037,"9.3":0,"10.0-10.2":0,"10.3":0.00406,"11.0-11.2":0.1223,"11.3-11.4":0.00074,"12.0-12.1":0,"12.2-12.5":0.01256,"13.0-13.1":0,"13.2":0.00406,"13.3":0,"13.4-13.7":0.00074,"14.0-14.4":0.00259,"14.5-14.8":0.00406,"15.0-15.1":0.00369,"15.2-15.3":0.00222,"15.4":0.00259,"15.5":0.00333,"15.6-15.8":0.06466,"16.0":0.00591,"16.1":0.00961,"16.2":0.00517,"16.3":0.01108,"16.4":0.00259,"16.5":0.00406,"16.6-16.7":0.08424,"17.0":0.00369,"17.1":0.00554,"17.2":0.00517,"17.3":0.00776,"17.4":0.01182,"17.5":0.02106,"17.6-17.7":0.05431,"18.0":0.01219,"18.1":0.02328,"18.2":0.01256,"18.3":0.03843,"18.4":0.01737,"18.5-18.7":0.55532,"26.0":0.03658,"26.1":0.03806,"26.2":0.11491,"26.3":0.15703,"26.4":0.17993,"26.5":2.0406},P:{"4":0.12744,"25":0.02249,"26":0.0075,"27":0.0075,"28":0.05997,"29":0.50975,"30":0.47227,_:"20 21 22 23 24 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.0075,"7.2-7.4":0.02249},I:{"0":0.02392,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":1.1571,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00202,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{"2.5":0.06384,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.46284},H:{all:0},L:{"0":78.54976},R:{_:"0"},M:{"0":0.08778},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.00646,"52":0.50411,"60":0.00646,"68":0.23267,"78":0.01293,"102":0.00646,"105":0.27145,"115":1.09871,"116":0.00646,"123":0.00646,"128":0.01293,"135":0.00646,"136":0.01293,"138":0.00646,"139":0.00646,"140":0.05817,"141":0.00646,"142":0.03232,"143":0.01293,"144":0.00646,"145":0.03878,"146":0.03232,"147":0.03878,"148":0.01939,"149":0.03878,"150":2.5852,"151":1.15041,"152":0.00646,_:"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 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 91 92 93 94 95 96 97 98 99 100 101 103 104 106 107 108 109 110 111 112 113 114 117 118 119 120 121 122 124 125 126 127 129 130 131 132 133 134 137 153 154 3.5 3.6"},D:{"39":0.01293,"40":0.01293,"41":0.01293,"42":0.01293,"43":0.01293,"44":0.01293,"45":0.01293,"46":0.01293,"47":0.01293,"48":0.01293,"49":0.09048,"50":0.01293,"51":0.01293,"52":0.01293,"53":0.01293,"54":0.01293,"55":0.01293,"56":0.01293,"57":0.01293,"58":0.01293,"59":0.01293,"60":0.01293,"68":0.37485,"76":0.01293,"79":0.02585,"87":0.01293,"88":0.00646,"90":0.00646,"95":0.00646,"98":0.00646,"99":0.00646,"101":0.01293,"102":0.20035,"103":0.05817,"104":0.03232,"105":0.03232,"106":0.03232,"107":0.03232,"108":0.03232,"109":5.57111,"110":0.03232,"111":0.05817,"112":0.14865,"114":0.01293,"116":0.10987,"117":0.03232,"118":0.20035,"119":0.00646,"120":0.03878,"121":0.01293,"122":0.0517,"123":0.00646,"124":0.07109,"125":0.00646,"126":0.01939,"127":0.01293,"128":0.07109,"130":0.01293,"131":0.09048,"132":0.01293,"133":0.10341,"134":0.01293,"135":0.01293,"136":0.01939,"137":1.5899,"138":0.22621,"139":0.07756,"140":0.02585,"141":0.01939,"142":0.06463,"143":0.06463,"144":0.14219,"145":0.25206,"146":0.52997,"147":13.15221,"148":20.5071,"149":0.1228,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 69 70 71 72 73 74 75 77 78 80 81 83 84 85 86 89 91 92 93 94 96 97 100 113 115 129 150 151 152"},F:{"40":0.62691,"46":0.36839,"95":0.01939,"97":0.01939,"98":0.04524,"114":0.03232,"131":0.66569,_:"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 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 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.08402,"138":0.00646,"139":0.00646,"144":0.03878,"145":0.05817,"146":0.02585,"147":1.23443,"148":2.77263,_:"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 129 130 131 132 133 134 135 136 137 140 141 142 143 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 15.1 15.2-15.3 15.5 16.0 16.2 16.4 17.0 18.0 TP","11.1":0.01293,"12.1":0.01293,"13.1":0.00646,"14.1":0.00646,"15.4":0.16804,"15.6":0.04524,"16.1":0.00646,"16.3":0.00646,"16.5":0.02585,"16.6":0.0517,"17.1":0.05817,"17.2":0.00646,"17.3":0.00646,"17.4":0.00646,"17.5":0.01293,"17.6":0.05817,"18.1":0.00646,"18.2":0.00646,"18.3":0.01939,"18.4":0.00646,"18.5-18.7":0.02585,"26.0":0.00646,"26.1":0.01293,"26.2":0.04524,"26.3":0.21974,"26.4":0.33608,"26.5":0.18096},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00076,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00153,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0,"10.0-10.2":0,"10.3":0.00688,"11.0-11.2":0.18107,"11.3-11.4":0.00229,"12.0-12.1":0,"12.2-12.5":0.02598,"13.0-13.1":0,"13.2":0.0084,"13.3":0,"13.4-13.7":0.00153,"14.0-14.4":0.00611,"14.5-14.8":0.00993,"15.0-15.1":0.00764,"15.2-15.3":0.00458,"15.4":0.00611,"15.5":0.00688,"15.6-15.8":0.12911,"16.0":0.01375,"16.1":0.02139,"16.2":0.01146,"16.3":0.02521,"16.4":0.00535,"16.5":0.00917,"16.6-16.7":0.1719,"17.0":0.00764,"17.1":0.01299,"17.2":0.01146,"17.3":0.02216,"17.4":0.03514,"17.5":0.04737,"17.6-17.7":0.12453,"18.0":0.02521,"18.1":0.04966,"18.2":0.02674,"18.3":0.07946,"18.4":0.03667,"18.5-18.7":1.26517,"26.0":0.08098,"26.1":0.10085,"26.2":0.38811,"26.3":1.22544,"26.4":2.52729,"26.5":0.90151},P:{"4":0.0143,"21":0.00715,"23":0.00715,"24":0.00715,"25":0.00715,"26":0.02145,"27":0.02145,"28":0.02145,"29":0.73654,"30":0.14302,_:"20 22 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.053,"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.24405,_:"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.33248},Q:{_:"14.9"},O:{"0":0.05306},H:{all:0},L:{"0":30.17224}};
1
+ module.exports={C:{"52":0.0452,"68":0.34868,"78":0.01291,"102":0.01937,"105":0.28411,"115":1.17517,"120":0.01937,"121":0.03229,"123":0.00646,"124":0.00646,"128":0.00646,"133":0.01937,"135":0.00646,"136":0.01291,"138":0.00646,"139":0.01291,"140":0.07748,"142":0.05811,"143":0.00646,"144":0.00646,"145":0.01937,"146":0.02583,"147":0.0452,"148":0.00646,"149":0.23891,"150":0.06457,"151":2.47303,"152":1.45928,"153":0.00646,_:"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 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 106 107 108 109 110 111 112 113 114 116 117 118 119 122 125 126 127 129 130 131 132 134 137 141 154 155 3.5 3.6"},D:{"39":0.00646,"40":0.00646,"41":0.00646,"42":0.00646,"43":0.00646,"44":0.00646,"45":0.00646,"46":0.00646,"47":0.00646,"48":0.00646,"49":0.03229,"50":0.00646,"51":0.00646,"52":0.00646,"53":0.00646,"54":0.00646,"55":0.00646,"56":0.00646,"57":0.00646,"58":0.00646,"59":0.00646,"60":0.00646,"68":0.47782,"76":0.00646,"78":0.00646,"79":0.26474,"87":0.01937,"88":0.00646,"94":0.00646,"95":0.00646,"98":0.00646,"101":0.01291,"102":0.24537,"103":0.06457,"104":0.03874,"105":0.03874,"106":0.03874,"107":0.03874,"108":0.03874,"109":5.83713,"110":0.03229,"111":0.06457,"112":0.03874,"114":0.01291,"116":0.12268,"117":0.03874,"118":0.25828,"119":0.03874,"120":0.0904,"121":0.01291,"122":0.05811,"123":0.00646,"124":0.08394,"125":0.01291,"126":0.01937,"127":0.01291,"128":0.07748,"129":0.00646,"130":0.01937,"131":0.11623,"132":0.01291,"133":0.12914,"134":0.01937,"135":0.01291,"136":0.01937,"137":0.86524,"138":0.27119,"139":0.16143,"140":0.01937,"141":0.01937,"142":0.09686,"143":0.06457,"144":0.37451,"145":0.14205,"146":0.09686,"147":0.41325,"148":11.62906,"149":20.83028,"150":0.0452,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 69 70 71 72 73 74 75 77 80 81 83 84 85 86 89 90 91 92 93 96 97 99 100 113 115 151 152 153"},F:{"40":0.70381,"46":0.5553,"95":0.03874,"98":0.01291,"99":0.05166,"114":0.03874,"131":0.76193,_:"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 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:{"109":0.09686,"119":0.01937,"120":0.01291,"122":0.00646,"138":0.00646,"139":0.00646,"144":0.00646,"145":0.01291,"146":0.00646,"147":0.02583,"148":1.07186,"149":3.26079,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 140 141 142 143 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 15.1 15.2-15.3 15.5 16.0 16.2 16.4 17.0 18.0 18.2 TP","11.1":0.01291,"12.1":0.00646,"13.1":0.00646,"14.1":0.00646,"15.4":0.00646,"15.6":0.0452,"16.1":0.00646,"16.3":0.00646,"16.5":0.01291,"16.6":0.0452,"17.1":0.05166,"17.2":0.00646,"17.3":0.00646,"17.4":0.00646,"17.5":0.02583,"17.6":0.06457,"18.1":0.00646,"18.3":0.01937,"18.4":0.00646,"18.5-18.7":0.01937,"26.0":0.00646,"26.1":0.01291,"26.2":0.01937,"26.3":0.05166,"26.4":0.03874,"26.5":0.6457},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00076,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00229,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0,"10.0-10.2":0,"10.3":0.0084,"11.0-11.2":0.25291,"11.3-11.4":0.00153,"12.0-12.1":0,"12.2-12.5":0.02598,"13.0-13.1":0,"13.2":0.0084,"13.3":0,"13.4-13.7":0.00153,"14.0-14.4":0.00535,"14.5-14.8":0.0084,"15.0-15.1":0.00764,"15.2-15.3":0.00458,"15.4":0.00535,"15.5":0.00688,"15.6-15.8":0.13372,"16.0":0.01223,"16.1":0.01987,"16.2":0.0107,"16.3":0.02292,"16.4":0.00535,"16.5":0.0084,"16.6-16.7":0.17421,"17.0":0.00764,"17.1":0.01146,"17.2":0.0107,"17.3":0.01605,"17.4":0.02445,"17.5":0.04355,"17.6-17.7":0.11232,"18.0":0.02521,"18.1":0.04814,"18.2":0.02598,"18.3":0.07946,"18.4":0.03591,"18.5-18.7":1.14842,"26.0":0.07564,"26.1":0.0787,"26.2":0.23763,"26.3":0.32474,"26.4":0.37211,"26.5":4.22005},P:{"4":0.02164,"21":0.00721,"23":0.00721,"24":0.00721,"26":0.00721,"27":0.02164,"28":0.02885,"29":0.12262,"30":0.80062,_:"20 22 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.08143,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.25517,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00646,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.07088},H:{all:0},L:{"0":30.27459},R:{_:"0"},M:{"0":0.40047},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.0046,"115":0.0506,"126":0.0046,"127":0.0046,"133":0.0046,"140":0.0184,"143":0.0046,"145":0.0046,"146":0.0138,"147":0.0138,"148":0.0276,"149":0.0276,"150":0.5382,"151":0.2622,"152":0.0092,_:"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 128 129 130 131 132 134 135 136 137 138 139 141 142 144 153 154 3.5 3.6"},D:{"39":0.0138,"40":0.0184,"41":0.0138,"42":0.0138,"43":0.0184,"44":0.0138,"45":0.0138,"46":0.0138,"47":0.0184,"48":0.0138,"49":0.0138,"50":0.0138,"51":0.0138,"52":0.0138,"53":0.0138,"54":0.0138,"55":0.0138,"56":0.0138,"57":0.0138,"58":0.0138,"59":0.0138,"60":0.0138,"78":0.0138,"79":0.0092,"87":0.0046,"91":0.0046,"93":0.0046,"97":0.0092,"103":0.115,"104":0.0828,"105":0.0828,"106":0.0828,"107":0.0828,"108":0.0828,"109":0.3634,"110":0.0828,"111":0.1012,"112":0.276,"114":0.0046,"116":0.2116,"117":0.0874,"118":0.529,"120":0.115,"122":0.0184,"123":0.0092,"124":0.0966,"125":0.0092,"126":0.0092,"127":0.0046,"128":0.0322,"129":0.0046,"131":0.184,"132":0.0138,"133":0.1886,"134":0.0368,"135":0.0046,"136":0.023,"137":0.0276,"138":0.0506,"139":0.0276,"140":0.0184,"141":0.0276,"142":0.0276,"143":0.0368,"144":0.046,"145":0.2024,"146":0.1702,"147":6.1456,"148":11.7346,"149":0.0414,"150":0.0046,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 80 81 83 84 85 86 88 89 90 92 94 95 96 98 99 100 101 102 113 115 119 121 130 151 152"},F:{"95":0.0092,"96":0.0046,"97":0.0184,"98":0.0414,"131":0.6716,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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.0046,"109":0.0046,"135":0.0046,"136":0.0046,"138":0.0046,"139":0.0046,"140":0.0046,"141":0.0046,"142":0.0092,"143":0.0092,"144":0.023,"145":0.0552,"146":0.0368,"147":1.1316,"148":2.5392,"149":0.0046,_:"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 131 132 133 134 137"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 17.2 17.3 18.2 TP","5.1":0.0138,"13.1":0.0046,"14.1":0.0046,"15.6":0.0322,"16.1":0.0138,"16.5":0.0046,"16.6":0.0414,"17.0":0.0046,"17.1":0.0368,"17.4":0.0092,"17.5":0.0092,"17.6":0.046,"18.0":0.0046,"18.1":0.0046,"18.3":0.0184,"18.4":0.0138,"18.5-18.7":0.0322,"26.0":0.0322,"26.1":0.0092,"26.2":0.0828,"26.3":0.3404,"26.4":0.345,"26.5":0.2024},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00125,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00251,"8.1-8.4":0,"9.0-9.2":0.00125,"9.3":0,"10.0-10.2":0,"10.3":0.01128,"11.0-11.2":0.29717,"11.3-11.4":0.00376,"12.0-12.1":0,"12.2-12.5":0.04263,"13.0-13.1":0,"13.2":0.01379,"13.3":0,"13.4-13.7":0.00251,"14.0-14.4":0.01003,"14.5-14.8":0.0163,"15.0-15.1":0.01254,"15.2-15.3":0.00752,"15.4":0.01003,"15.5":0.01128,"15.6-15.8":0.21191,"16.0":0.02257,"16.1":0.03511,"16.2":0.01881,"16.3":0.04138,"16.4":0.00878,"16.5":0.01505,"16.6-16.7":0.28212,"17.0":0.01254,"17.1":0.02132,"17.2":0.01881,"17.3":0.03636,"17.4":0.05768,"17.5":0.07774,"17.6-17.7":0.20438,"18.0":0.04138,"18.1":0.0815,"18.2":0.04389,"18.3":0.1304,"18.4":0.06019,"18.5-18.7":2.07643,"26.0":0.13291,"26.1":0.16551,"26.2":0.63697,"26.3":2.01122,"26.4":4.14784,"26.5":1.47958},P:{"4":0.00632,"21":0.00632,"22":0.01895,"23":0.00632,"24":0.03158,"25":0.03158,"26":0.02527,"27":0.06317,"28":0.1137,"29":1.70551,"30":0.33479,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.02527,"13.0":0.00632,"19.0":0.00632},I:{"0":0.01618,"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.1458,_:"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.2484},Q:{_:"14.9"},O:{"0":0.0162},H:{all:0},L:{"0":51.9766}};
1
+ module.exports={C:{"78":0.00467,"115":0.03268,"120":0.02801,"121":0.05603,"123":0.00467,"127":0.01401,"137":0.00467,"140":0.02335,"142":0.00467,"143":0.00467,"145":0.00467,"146":0.00934,"148":0.00934,"149":0.01401,"150":0.01868,"151":0.51359,"152":0.32216,"153":0.00467,"154":0.00934,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 124 125 126 128 129 130 131 132 133 134 135 136 138 139 141 144 147 155 3.5 3.6"},D:{"39":0.00934,"40":0.00934,"41":0.00934,"42":0.00934,"43":0.00934,"44":0.00934,"45":0.00934,"46":0.00934,"47":0.00934,"48":0.00467,"49":0.00934,"50":0.00934,"51":0.00934,"52":0.00934,"53":0.00934,"54":0.00934,"55":0.00934,"56":0.00934,"57":0.00934,"58":0.00934,"59":0.00934,"60":0.00934,"78":0.02335,"79":0.01401,"87":0.01401,"88":0.00467,"93":0.00467,"97":0.00934,"101":0.00467,"103":0.15875,"104":0.13073,"105":0.13073,"106":0.13073,"107":0.13073,"108":0.13073,"109":0.38286,"110":0.13073,"111":0.16808,"112":0.12606,"114":0.00467,"115":0.00467,"116":0.28014,"117":0.13073,"118":0.50892,"119":0.05603,"120":0.21477,"121":0.00467,"122":0.03268,"123":0.00467,"124":0.14474,"125":0.01401,"126":0.00934,"127":0.00467,"128":0.03268,"129":0.00467,"130":0.00934,"131":0.27547,"132":0.01868,"133":0.26146,"134":0.02801,"135":0.00467,"136":0.00934,"137":0.02801,"138":0.05603,"139":0.03735,"140":0.01868,"141":0.02335,"142":0.03735,"143":0.02801,"144":0.03268,"145":0.11673,"146":0.08871,"147":0.16342,"148":5.64949,"149":11.95264,"150":0.0607,"151":0.00467,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 80 81 83 84 85 86 89 90 91 92 94 95 96 98 99 100 102 113 152 153"},F:{"95":0.00467,"98":0.00934,"99":0.04669,"131":0.59296,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00467,"109":0.00467,"119":0.02801,"120":0.02801,"131":0.00467,"135":0.00467,"136":0.00467,"139":0.00467,"140":0.00467,"141":0.00467,"142":0.00467,"143":0.00934,"144":0.01401,"145":0.01868,"146":0.01401,"147":0.03735,"148":1.03185,"149":2.70335,"150":0.00467,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 134 137 138"},E:{"27":0.00467,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.4 15.5 16.0 16.2 16.4 17.3 18.0 18.4 TP","5.1":0.00467,"13.1":0.00467,"14.1":0.00467,"15.1":0.00467,"15.2-15.3":0.00467,"15.6":0.02335,"16.1":0.00934,"16.3":0.00467,"16.5":0.00467,"16.6":0.01868,"17.0":0.00467,"17.1":0.02335,"17.2":0.00467,"17.4":0.01401,"17.5":0.00934,"17.6":0.03735,"18.1":0.00467,"18.2":0.00467,"18.3":0.01868,"18.5-18.7":0.02801,"26.0":0.03268,"26.1":0.00467,"26.2":0.0607,"26.3":0.10739,"26.4":0.06537,"26.5":0.78439},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00129,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00386,"8.1-8.4":0,"9.0-9.2":0.00129,"9.3":0,"10.0-10.2":0,"10.3":0.01417,"11.0-11.2":0.42632,"11.3-11.4":0.00258,"12.0-12.1":0,"12.2-12.5":0.04379,"13.0-13.1":0,"13.2":0.01417,"13.3":0,"13.4-13.7":0.00258,"14.0-14.4":0.00902,"14.5-14.8":0.01417,"15.0-15.1":0.01288,"15.2-15.3":0.00773,"15.4":0.00902,"15.5":0.01159,"15.6-15.8":0.22539,"16.0":0.02061,"16.1":0.03349,"16.2":0.01803,"16.3":0.03864,"16.4":0.00902,"16.5":0.01417,"16.6-16.7":0.29366,"17.0":0.01288,"17.1":0.01932,"17.2":0.01803,"17.3":0.02705,"17.4":0.04122,"17.5":0.07341,"17.6-17.7":0.18933,"18.0":0.0425,"18.1":0.08114,"18.2":0.04379,"18.3":0.13395,"18.4":0.06053,"18.5-18.7":1.93582,"26.0":0.12751,"26.1":0.13266,"26.2":0.40056,"26.3":0.54739,"26.4":0.62724,"26.5":7.11346},P:{"22":0.01218,"23":0.00609,"24":0.01826,"25":0.01826,"26":0.01826,"27":0.03044,"28":0.08523,"29":0.23134,"30":1.55243,_:"4 20 21 5.0-5.4 6.2-6.4 9.2 10.1 12.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.01826,"8.2":0.00609,"11.1-11.2":0.00609,"13.0":0.00609,"19.0":0.00609},I:{"0":0.03728,"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.14927,_:"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.02132},H:{all:0},L:{"0":51.67641},R:{_:"0"},M:{"0":0.21324},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.05267,"125":0.00479,"140":0.00479,"144":0.0814,"145":0.00479,"147":0.07661,"148":0.08618,"149":0.01436,"150":2.51849,"151":0.77566,_:"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 133 134 135 136 137 138 139 141 142 143 146 152 153 154 3.5 3.6"},D:{"39":0.00958,"40":0.00958,"41":0.00958,"42":0.01915,"43":0.00479,"44":0.01436,"45":0.00479,"46":0.00479,"47":0.01436,"48":0.00958,"49":0.00958,"50":0.00958,"51":0.00958,"52":0.00958,"53":0.01436,"54":0.01436,"55":0.00958,"56":0.01436,"57":0.01436,"58":0.01436,"59":0.00479,"60":0.00958,"87":0.0814,"103":0.13885,"106":0.00479,"108":0.00479,"109":0.07182,"112":0.13885,"116":0.07182,"117":0.01436,"118":0.58892,"121":0.00958,"122":0.04309,"123":0.00958,"124":0.04788,"125":0.00479,"126":0.0383,"127":0.00479,"128":0.07182,"131":0.00958,"132":0.00479,"134":0.00479,"136":0.03352,"137":0.00479,"138":0.06224,"139":0.02394,"140":0.00479,"141":0.03352,"142":0.09097,"143":0.0814,"144":0.29207,"145":0.18673,"146":0.37825,"147":7.09103,"148":8.7764,"149":0.21546,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 107 110 111 113 114 115 119 120 129 130 133 135 150 151 152"},F:{"97":0.04788,"98":0.00479,"131":0.56498,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.06703,"114":0.00479,"131":0.00479,"141":0.01436,"143":0.03352,"144":0.04309,"145":0.01915,"146":0.04788,"147":1.70932,"148":3.35639,"149":0.00479,_:"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 119 120 121 122 123 124 125 126 127 128 129 130 132 133 134 135 136 137 138 139 140 142"},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 15.5 16.0 17.0 TP","13.1":0.00958,"14.1":0.01436,"15.1":0.01915,"15.2-15.3":0.00479,"15.4":0.00479,"15.6":0.19152,"16.1":0.04309,"16.2":0.00479,"16.3":0.43571,"16.4":0.02394,"16.5":0.13885,"16.6":0.68468,"17.1":0.33037,"17.2":0.03352,"17.3":0.02873,"17.4":0.08618,"17.5":0.12928,"17.6":1.88647,"18.0":0.00479,"18.1":0.00958,"18.2":0.00479,"18.3":0.16279,"18.4":0.0383,"18.5-18.7":0.07661,"26.0":0.04309,"26.1":0.02394,"26.2":0.18673,"26.3":0.95281,"26.4":0.98154,"26.5":0.61286},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00241,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00481,"8.1-8.4":0,"9.0-9.2":0.00241,"9.3":0,"10.0-10.2":0,"10.3":0.02166,"11.0-11.2":0.57044,"11.3-11.4":0.00722,"12.0-12.1":0,"12.2-12.5":0.08183,"13.0-13.1":0,"13.2":0.02648,"13.3":0,"13.4-13.7":0.00481,"14.0-14.4":0.01926,"14.5-14.8":0.03129,"15.0-15.1":0.02407,"15.2-15.3":0.01444,"15.4":0.01926,"15.5":0.02166,"15.6-15.8":0.40677,"16.0":0.04332,"16.1":0.06739,"16.2":0.0361,"16.3":0.07943,"16.4":0.01685,"16.5":0.02888,"16.6-16.7":0.54155,"17.0":0.02407,"17.1":0.04092,"17.2":0.0361,"17.3":0.0698,"17.4":0.11072,"17.5":0.14923,"17.6-17.7":0.39232,"18.0":0.07943,"18.1":0.15645,"18.2":0.08424,"18.3":0.25032,"18.4":0.11553,"18.5-18.7":3.98583,"26.0":0.25513,"26.1":0.31771,"26.2":1.22271,"26.3":3.86067,"26.4":7.96203,"26.5":2.84014},P:{"4":0.02667,"20":0.00667,"25":0.02,"28":0.01333,"29":1.95349,"30":0.32003,_:"21 22 23 24 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.34365,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00017},K:{"0":0.00521,_:"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.33357},Q:{"14.9":0.00521},O:{"0":0.03648},H:{all:0},L:{"0":29.96963}};
1
+ module.exports={C:{"115":0.03602,"120":0.00901,"121":0.01801,"125":0.01351,"144":0.12608,"147":0.04053,"148":0.08556,"150":0.03152,"151":1.32388,"152":1.32388,_:"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 145 146 149 153 154 155 3.5 3.6"},D:{"39":0.00901,"40":0.00901,"41":0.00901,"42":0.0045,"43":0.0045,"44":0.0045,"45":0.0045,"46":0.00901,"47":0.0045,"48":0.0045,"49":0.0045,"50":0.06755,"51":0.0045,"52":0.00901,"53":0.0045,"54":0.0045,"55":0.0045,"56":0.0045,"57":0.00901,"58":0.01351,"59":0.0045,"60":0.0045,"65":0.0045,"73":0.03152,"87":0.03152,"91":0.00901,"92":0.0045,"103":0.05854,"104":0.0045,"107":0.0045,"108":0.0045,"109":0.04953,"112":0.0045,"116":0.03602,"117":0.0045,"118":0.62141,"119":0.01801,"120":0.04503,"122":0.00901,"124":0.31521,"126":0.03152,"128":0.03602,"131":0.00901,"132":0.01801,"133":0.0045,"134":0.0045,"135":0.0045,"136":0.01801,"137":0.02702,"138":0.10357,"139":0.00901,"140":0.00901,"141":0.03602,"142":0.08556,"143":0.05404,"144":0.12608,"145":0.10807,"146":0.08105,"147":0.61691,"148":4.34089,"149":7.53802,"150":0.51334,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 70 71 72 74 75 76 77 78 79 80 81 83 84 85 86 88 89 90 93 94 95 96 97 98 99 100 101 102 105 106 110 111 113 114 115 121 123 125 127 129 130 151 152 153"},F:{"99":0.31071,"131":0.47732,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"100":0.0045,"109":0.03602,"114":0.0045,"119":0.0045,"120":0.00901,"131":0.0045,"132":0.0045,"137":0.0045,"141":0.00901,"143":0.02702,"144":0.01351,"145":0.00901,"146":0.02702,"147":0.03152,"148":1.42745,"149":4.12925,_:"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 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 122 123 124 125 126 127 128 129 130 133 134 135 136 138 139 140 142 150"},E:{"14":0.02702,"27":0.00901,_:"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 14.1 15.5 18.0 TP","13.1":0.01351,"15.1":0.01351,"15.2-15.3":0.01351,"15.4":0.02702,"15.6":0.26117,"16.0":0.0045,"16.1":0.07205,"16.2":0.01801,"16.3":0.04503,"16.4":0.01351,"16.5":0.09006,"16.6":0.50884,"17.0":0.00901,"17.1":0.40077,"17.2":0.02702,"17.3":0.04503,"17.4":0.17562,"17.5":0.11258,"17.6":1.68412,"18.1":0.04503,"18.2":0.04053,"18.3":0.21164,"18.4":0.04053,"18.5-18.7":0.05854,"26.0":0.00901,"26.1":0.02702,"26.2":0.18462,"26.3":0.19363,"26.4":0.12608,"26.5":2.62075},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00267,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00802,"8.1-8.4":0,"9.0-9.2":0.00267,"9.3":0,"10.0-10.2":0,"10.3":0.0294,"11.0-11.2":0.88467,"11.3-11.4":0.00535,"12.0-12.1":0,"12.2-12.5":0.09087,"13.0-13.1":0,"13.2":0.0294,"13.3":0,"13.4-13.7":0.00535,"14.0-14.4":0.01871,"14.5-14.8":0.0294,"15.0-15.1":0.02673,"15.2-15.3":0.01604,"15.4":0.01871,"15.5":0.02405,"15.6-15.8":0.46772,"16.0":0.04276,"16.1":0.06949,"16.2":0.03742,"16.3":0.08018,"16.4":0.01871,"16.5":0.0294,"16.6-16.7":0.60938,"17.0":0.02673,"17.1":0.04009,"17.2":0.03742,"17.3":0.05613,"17.4":0.08553,"17.5":0.15234,"17.6-17.7":0.39289,"18.0":0.0882,"18.1":0.16838,"18.2":0.09087,"18.3":0.27796,"18.4":0.12562,"18.5-18.7":4.01708,"26.0":0.2646,"26.1":0.27529,"26.2":0.83121,"26.3":1.1359,"26.4":1.30161,"26.5":14.76135},P:{"4":0.00707,"25":0.00707,"27":0.00707,"28":0.04241,"29":0.71391,"30":1.86605,_:"20 21 22 23 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 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.39532,"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.00016},K:{"0":0.01099,_:"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.03847},H:{all:0},L:{"0":30.23132},R:{_:"0"},M:{"0":0.18137},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00714,"115":0.00714,"120":0.00714,"121":0.00714,"140":0.01428,"142":0.00357,"149":0.05714,"150":1.01416,"151":0.48209,_:"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 127 128 129 130 131 132 133 134 135 136 137 138 139 141 143 144 145 146 147 148 152 153 154 3.5 3.6"},D:{"39":0.01428,"40":0.01071,"41":0.00714,"42":0.01428,"43":0.025,"44":0.00714,"45":0.01428,"46":0.01428,"47":0.01428,"48":0.00714,"49":0.01428,"50":0.00357,"51":0.02143,"52":0.00357,"53":0.01428,"54":0.01071,"55":0.01428,"56":0.01786,"57":0.01071,"58":0.01428,"59":0.01428,"60":0.01428,"64":0.01428,"70":0.00357,"77":0.04642,"78":0.00714,"81":0.01071,"83":0.00357,"88":0.00357,"98":0.01071,"103":0.01428,"104":0.02143,"105":0.04642,"106":0.02143,"107":0.01786,"108":0.00714,"109":0.09285,"110":0.01786,"111":0.03214,"112":1.63552,"114":0.01071,"116":0.04642,"117":0.01786,"118":4.61016,"120":0.02143,"124":0.02857,"126":0.00714,"128":0.01428,"130":0.01071,"131":0.03928,"132":0.00357,"133":0.04642,"135":0.01428,"136":0.00714,"137":0.01786,"138":0.08928,"139":0.07499,"141":0.00714,"142":0.23212,"143":0.09285,"144":0.12499,"145":0.05714,"146":0.16427,"147":2.44256,"148":2.35329,"149":0.03214,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 65 66 67 68 69 71 72 73 74 75 76 79 80 84 85 86 87 89 90 91 92 93 94 95 96 97 99 100 101 102 113 115 119 121 122 123 125 127 129 134 140 150 151 152"},F:{"126":0.00357,"131":0.08928,_:"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:{"18":0.04285,"92":0.04285,"109":0.00357,"122":0.06785,"131":0.00357,"136":0.00714,"140":0.00357,"142":0.01428,"143":0.01428,"144":0.00714,"145":0.01071,"146":0.14284,"147":0.77134,"148":1.75336,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 132 133 134 135 137 138 139 141 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 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.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 TP","5.1":0.06428,"11.1":0.025,"13.1":0.025,"15.6":0.03214,"17.0":0.00357,"17.6":0.2714,"26.2":0.01071,"26.3":0.03214,"26.4":0.01428,"26.5":0.07499},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00031,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00063,"8.1-8.4":0,"9.0-9.2":0.00031,"9.3":0,"10.0-10.2":0,"10.3":0.00283,"11.0-11.2":0.07451,"11.3-11.4":0.00094,"12.0-12.1":0,"12.2-12.5":0.01069,"13.0-13.1":0,"13.2":0.00346,"13.3":0,"13.4-13.7":0.00063,"14.0-14.4":0.00252,"14.5-14.8":0.00409,"15.0-15.1":0.00314,"15.2-15.3":0.00189,"15.4":0.00252,"15.5":0.00283,"15.6-15.8":0.05313,"16.0":0.00566,"16.1":0.0088,"16.2":0.00472,"16.3":0.01037,"16.4":0.0022,"16.5":0.00377,"16.6-16.7":0.07074,"17.0":0.00314,"17.1":0.00534,"17.2":0.00472,"17.3":0.00912,"17.4":0.01446,"17.5":0.01949,"17.6-17.7":0.05124,"18.0":0.01037,"18.1":0.02043,"18.2":0.011,"18.3":0.0327,"18.4":0.01509,"18.5-18.7":0.52061,"26.0":0.03332,"26.1":0.0415,"26.2":0.1597,"26.3":0.50426,"26.4":1.03996,"26.5":0.37097},P:{"22":0.00741,"24":0.01483,"25":0.01483,"27":0.02965,"28":0.07413,"29":0.47443,"30":0.06672,_:"4 20 21 23 26 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","5.0-5.4":0.00741,"7.2-7.4":0.02965,"16.0":0.00741},I:{"0":0.03211,"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.31788,_:"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.03215,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.31502},Q:{_:"14.9"},O:{"0":0.07072},H:{all:0.01},L:{"0":76.4669}};
1
+ module.exports={C:{"120":0.15956,"121":0.3989,"140":0.00399,"147":0.00798,"151":0.57043,"152":0.71004,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 148 149 150 153 154 155 3.5 3.6"},D:{"39":0.00399,"40":0.00399,"41":0.00399,"42":0.01197,"44":0.01197,"45":0.00798,"46":0.00399,"47":0.00798,"48":0.00798,"49":0.00399,"51":0.00399,"52":0.00399,"53":0.01197,"54":0.01596,"55":0.00798,"56":0.00399,"57":0.00399,"58":0.01197,"60":0.00798,"68":0.00399,"69":0.00399,"70":0.00399,"73":0.00798,"79":0.01596,"90":0.01995,"91":0.00798,"93":0.01995,"98":0.11967,"103":0.11967,"104":0.11568,"105":0.20344,"106":0.06781,"107":0.12765,"108":0.06781,"109":0.27524,"110":0.08377,"111":0.21541,"112":0.09175,"114":0.02792,"116":0.60633,"117":0.13164,"118":6.4183,"119":0.32311,"120":0.43879,"124":0.06382,"125":0.00399,"126":0.00798,"128":0.00399,"130":0.00798,"131":0.12765,"132":0.01197,"133":0.17951,"134":0.00399,"137":0.10371,"138":0.05585,"139":0.00399,"140":0.00399,"141":0.00399,"142":0.26726,"143":0.01995,"144":0.15956,"145":0.01197,"146":0.0718,"147":0.26327,"148":1.91073,"149":3.86534,"150":0.07978,_:"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 50 59 61 62 63 64 65 66 67 71 72 74 75 76 77 78 80 81 83 84 85 86 87 88 89 92 94 95 96 97 99 100 101 102 113 115 121 122 123 127 129 135 136 151 152 153"},F:{"85":0.00798,"98":0.03191,"99":0.17951,"123":0.00399,"131":0.13563,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.0359,"18":0.03191,"84":0.00399,"90":0.01596,"92":0.03989,"100":0.00399,"103":0.00798,"119":0.19546,"120":0.19945,"129":0.01995,"134":0.00399,"135":0.00399,"138":0.00399,"139":0.00399,"142":0.00399,"143":0.01995,"144":0.04388,"145":0.01596,"146":0.00399,"147":0.03989,"148":0.59835,"149":3.18721,_:"12 13 14 15 17 79 80 81 83 85 86 87 88 89 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 121 122 123 124 125 126 127 128 130 131 132 133 136 137 140 141 150"},E:{"4":0.00399,_:"5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 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 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.4 26.5 TP","11.1":0.0359,"13.1":0.01197,"17.6":0.15158,"26.3":0.00798},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00067,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00201,"8.1-8.4":0,"9.0-9.2":0.00067,"9.3":0,"10.0-10.2":0,"10.3":0.00739,"11.0-11.2":0.22228,"11.3-11.4":0.00134,"12.0-12.1":0,"12.2-12.5":0.02283,"13.0-13.1":0,"13.2":0.00739,"13.3":0,"13.4-13.7":0.00134,"14.0-14.4":0.0047,"14.5-14.8":0.00739,"15.0-15.1":0.00672,"15.2-15.3":0.00403,"15.4":0.0047,"15.5":0.00604,"15.6-15.8":0.11752,"16.0":0.01074,"16.1":0.01746,"16.2":0.0094,"16.3":0.02015,"16.4":0.0047,"16.5":0.00739,"16.6-16.7":0.15311,"17.0":0.00672,"17.1":0.01007,"17.2":0.0094,"17.3":0.0141,"17.4":0.02149,"17.5":0.03828,"17.6-17.7":0.09872,"18.0":0.02216,"18.1":0.04231,"18.2":0.02283,"18.3":0.06984,"18.4":0.03156,"18.5-18.7":1.00933,"26.0":0.06648,"26.1":0.06917,"26.2":0.20885,"26.3":0.2854,"26.4":0.32704,"26.5":3.70892},P:{"4":0.15075,"24":0.0389,"25":0.05836,"26":0.00973,"27":0.03404,"28":0.12158,"29":0.1313,"30":0.50576,_:"20 21 22 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02918,"11.1-11.2":0.01459},I:{"0":0.02402,"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.53507,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00399,_:"6 7 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.17435},H:{all:0},L:{"0":65.11037},R:{_:"0"},M:{"0":0.71543},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.0497,"115":0.00621,"120":0.00621,"121":0.01242,"127":0.00621,"145":0.00621,"148":0.01864,"149":0.01242,"150":0.43484,"151":0.13045,"152":0.01242,_:"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 135 136 137 138 139 140 141 142 143 144 146 147 153 154 3.5 3.6"},D:{"39":0.05591,"40":0.05591,"41":0.06212,"42":0.06212,"43":0.06212,"44":0.06212,"45":0.06212,"46":0.05591,"47":0.05591,"48":0.05591,"49":0.0497,"50":0.05591,"51":0.06833,"52":0.05591,"53":0.05591,"54":0.09318,"55":0.05591,"56":0.06212,"57":0.06212,"58":0.06212,"59":0.05591,"60":0.06212,"63":0.00621,"69":0.01864,"75":0.00621,"79":0.00621,"81":0.00621,"87":0.01242,"91":0.00621,"93":0.00621,"97":0.00621,"98":0.06212,"99":0.01242,"103":0.83862,"104":0.75165,"105":0.76408,"106":0.7765,"107":0.79514,"108":0.78892,"109":0.94422,"110":0.78271,"111":0.78892,"112":2.50965,"114":0.01242,"116":1.52194,"117":0.7765,"118":7.77121,"119":0.01864,"120":0.80135,"121":0.02485,"122":0.01864,"123":0.00621,"124":0.80135,"126":0.01864,"127":0.00621,"128":0.01242,"130":0.00621,"131":1.553,"132":0.01864,"133":1.52815,"134":0.01242,"135":0.00621,"136":0.00621,"137":0.01864,"138":0.11803,"139":0.03727,"140":0.01242,"142":0.03727,"143":0.03727,"144":0.04348,"145":4.28628,"146":0.26712,"147":3.50357,"148":5.88898,"149":0.06212,"150":0.00621,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 64 65 66 67 68 70 71 72 73 74 76 77 78 80 83 84 85 86 88 89 90 92 94 95 96 100 101 102 113 115 125 129 141 151 152"},F:{"85":0.00621,"97":0.02485,"98":0.04348,"113":0.00621,"117":0.00621,"126":0.00621,"127":0.00621,"131":0.55287,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 95 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 118 119 120 121 122 123 124 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00621,"18":0.00621,"92":0.01864,"107":0.00621,"109":0.00621,"114":0.00621,"122":0.00621,"126":0.01864,"127":0.00621,"134":0.00621,"138":0.00621,"140":0.00621,"143":0.00621,"144":0.01242,"145":0.01242,"146":0.03727,"147":1.52194,"148":2.93828,"149":0.00621,_:"12 13 14 15 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 115 116 117 118 119 120 121 123 124 125 128 129 130 131 132 133 135 136 137 139 141 142"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.2 17.4 18.0 18.2 TP","5.1":0.01864,"13.1":0.00621,"15.4":0.00621,"15.6":0.00621,"16.5":0.00621,"16.6":0.00621,"17.1":0.02485,"17.3":0.00621,"17.5":0.06212,"17.6":0.0497,"18.1":0.00621,"18.3":0.01242,"18.4":0.00621,"18.5-18.7":0.01242,"26.0":0.01242,"26.1":0.02485,"26.2":0.0497,"26.3":0.06212,"26.4":0.13045,"26.5":0.11182},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.00108,"8.1-8.4":0,"9.0-9.2":0.00054,"9.3":0,"10.0-10.2":0,"10.3":0.00486,"11.0-11.2":0.12802,"11.3-11.4":0.00162,"12.0-12.1":0,"12.2-12.5":0.01837,"13.0-13.1":0,"13.2":0.00594,"13.3":0,"13.4-13.7":0.00108,"14.0-14.4":0.00432,"14.5-14.8":0.00702,"15.0-15.1":0.0054,"15.2-15.3":0.00324,"15.4":0.00432,"15.5":0.00486,"15.6-15.8":0.09129,"16.0":0.00972,"16.1":0.01512,"16.2":0.0081,"16.3":0.01783,"16.4":0.00378,"16.5":0.00648,"16.6-16.7":0.12154,"17.0":0.0054,"17.1":0.00918,"17.2":0.0081,"17.3":0.01566,"17.4":0.02485,"17.5":0.03349,"17.6-17.7":0.08805,"18.0":0.01783,"18.1":0.03511,"18.2":0.01891,"18.3":0.05618,"18.4":0.02593,"18.5-18.7":0.89452,"26.0":0.05726,"26.1":0.0713,"26.2":0.27441,"26.3":0.86643,"26.4":1.78688,"26.5":0.6374},P:{"4":0.00567,"22":0.00567,"23":0.00567,"24":0.00567,"25":0.0227,"26":0.00567,"27":0.02837,"28":0.08511,"29":0.96456,"30":0.17589,_:"20 21 5.0-5.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","6.2-6.4":0.00567,"7.2-7.4":0.01135},I:{"0":0.01892,"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.17425,_:"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.18182},Q:{"14.9":0.03788},O:{"0":0.48108},H:{all:0},L:{"0":43.08024}};
1
+ module.exports={C:{"110":0.00672,"115":0.01344,"120":0.18816,"121":0.38976,"125":0.00672,"126":0.00672,"127":0.00672,"128":0.00672,"129":0.00672,"130":0.00672,"131":0.00672,"133":0.00672,"136":0.01344,"140":0.00672,"150":0.00672,"151":0.18144,"152":0.2016,"153":0.01344,_:"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 111 112 113 114 116 117 118 119 122 123 124 132 134 135 137 138 139 141 142 143 144 145 146 147 148 149 154 155 3.5 3.6"},D:{"39":0.02688,"40":0.02016,"41":0.0336,"42":0.02688,"43":0.0336,"44":0.0336,"45":0.0336,"46":0.02688,"47":0.02688,"48":0.02016,"49":0.02016,"50":0.02016,"51":0.02688,"52":0.02688,"53":0.0336,"54":0.02688,"55":0.0336,"56":0.02688,"57":0.02016,"58":0.02688,"59":0.02688,"60":0.02688,"64":0.00672,"66":0.00672,"69":0.02016,"70":0.00672,"73":0.00672,"79":0.00672,"81":0.00672,"83":0.01344,"86":0.01344,"87":0.01344,"88":0.00672,"89":0.00672,"93":0.00672,"94":0.00672,"98":0.02688,"103":1.12896,"104":1.08864,"105":1.09536,"106":1.08864,"107":1.1088,"108":1.06848,"109":1.12224,"110":1.05504,"111":1.1088,"112":1.02816,"114":0.00672,"116":2.17728,"117":1.1088,"118":7.6272,"119":0.37632,"120":1.4784,"122":0.02016,"124":1.10208,"125":0.00672,"126":0.0336,"127":0.00672,"128":0.04032,"131":2.13696,"132":0.01344,"133":2.21088,"134":0.01344,"135":0.00672,"137":0.09408,"138":0.06048,"140":0.00672,"141":0.00672,"142":0.0672,"143":0.04704,"144":0.07392,"145":2.52672,"146":1.3776,"147":0.20832,"148":3.07776,"149":6.43776,"150":0.07392,"151":0.01344,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 65 67 68 71 72 74 75 76 77 78 80 84 85 90 91 92 95 96 97 99 100 101 102 113 115 121 123 129 130 136 139 152 153"},F:{"98":0.01344,"99":0.19488,"100":0.01344,"102":0.00672,"124":0.00672,"131":0.28224,_:"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 101 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00672,"107":0.01344,"119":0.20832,"120":0.19488,"135":0.00672,"136":0.00672,"141":0.00672,"142":0.00672,"143":0.00672,"145":0.00672,"146":0.01344,"147":0.02688,"148":0.85344,"149":2.89632,_:"12 13 14 15 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 108 109 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 140 144 150"},E:{"15":0.00672,_:"4 5 6 7 8 9 10 11 12 13 14 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.3 16.5 17.0 17.2 17.3 17.4 18.1 18.2 18.3 18.4 26.0 26.1 TP","11.1":0.00672,"15.6":0.01344,"16.2":0.00672,"16.4":0.00672,"16.6":0.0336,"17.1":0.01344,"17.5":0.00672,"17.6":0.02016,"18.0":0.00672,"18.5-18.7":0.01344,"26.2":0.00672,"26.3":0.02688,"26.4":0.0336,"26.5":0.45696},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00071,"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.00071,"9.3":0,"10.0-10.2":0,"10.3":0.00778,"11.0-11.2":0.23418,"11.3-11.4":0.00141,"12.0-12.1":0,"12.2-12.5":0.02405,"13.0-13.1":0,"13.2":0.00778,"13.3":0,"13.4-13.7":0.00141,"14.0-14.4":0.00495,"14.5-14.8":0.00778,"15.0-15.1":0.00707,"15.2-15.3":0.00424,"15.4":0.00495,"15.5":0.00637,"15.6-15.8":0.12381,"16.0":0.01132,"16.1":0.01839,"16.2":0.0099,"16.3":0.02122,"16.4":0.00495,"16.5":0.00778,"16.6-16.7":0.16131,"17.0":0.00707,"17.1":0.01061,"17.2":0.0099,"17.3":0.01486,"17.4":0.02264,"17.5":0.04033,"17.6-17.7":0.104,"18.0":0.02335,"18.1":0.04457,"18.2":0.02405,"18.3":0.07358,"18.4":0.03325,"18.5-18.7":1.06337,"26.0":0.07004,"26.1":0.07287,"26.2":0.22003,"26.3":0.30069,"26.4":0.34455,"26.5":3.9075},P:{"4":0.00538,"21":0.05923,"22":0.03231,"24":0.01615,"25":0.00538,"26":0.01615,"27":0.03231,"28":0.14538,"29":0.21537,"30":0.94765,_:"20 23 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01077,"8.2":0.01077,"14.0":0.00538},I:{"0":0.00328,"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.2132,_:"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.60024},H:{all:0},L:{"0":36.57056},R:{_:"0"},M:{"0":0.08856},Q:{"14.9":0.0164}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01126,"115":0.0901,"136":0.00563,"140":0.01689,"146":0.00563,"147":0.01126,"148":0.00563,"149":0.02252,"150":0.58562,"151":0.24213,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"39":0.23087,"40":0.23087,"41":0.23087,"42":0.23087,"43":0.23087,"44":0.23087,"45":0.23087,"46":0.23087,"47":0.23087,"48":0.23087,"49":0.2365,"50":0.23087,"51":0.2365,"52":0.2365,"53":0.23087,"54":0.23087,"55":0.23087,"56":0.23087,"57":0.23087,"58":0.2365,"59":0.23087,"60":0.23087,"78":0.00563,"79":0.02252,"80":0.00563,"83":0.00563,"86":0.01689,"87":0.01126,"90":0.00563,"91":0.02252,"96":0.00563,"97":0.00563,"98":0.01126,"99":0.00563,"101":0.03379,"103":0.94038,"104":0.93475,"105":0.93475,"106":0.94038,"107":0.95727,"108":0.94038,"109":1.42464,"110":1.17125,"111":0.94038,"112":0.9629,"113":0.00563,"114":0.02816,"115":0.02816,"116":1.89202,"117":0.94601,"118":0.0901,"119":0.02816,"120":1.053,"121":0.06194,"122":0.03942,"123":0.03942,"124":0.97979,"125":0.10136,"126":0.03379,"127":0.02816,"128":0.12951,"129":0.01126,"130":0.11262,"131":1.9258,"132":0.03379,"133":1.90891,"134":0.04505,"135":0.06757,"136":0.02252,"137":0.10699,"138":0.14078,"139":0.04505,"140":0.0901,"141":0.0732,"142":0.0901,"143":0.17456,"144":0.0732,"145":0.15767,"146":0.35475,"147":5.11295,"148":7.3935,"149":0.05068,"150":0.06757,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 81 84 85 88 89 92 93 94 95 100 102 151 152"},F:{"95":0.01689,"97":0.01126,"98":0.02816,"125":0.00563,"131":0.06757,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 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.00563,"100":0.00563,"106":0.00563,"109":0.05631,"113":0.01126,"114":0.00563,"115":0.00563,"116":0.00563,"117":0.01126,"118":0.00563,"120":0.01126,"122":0.00563,"123":0.00563,"125":0.00563,"126":0.00563,"127":0.01126,"128":0.00563,"129":0.00563,"130":0.01126,"131":0.02252,"132":0.00563,"133":0.01126,"134":0.01126,"135":0.01689,"136":0.01126,"137":0.01689,"138":0.03379,"139":0.02252,"140":0.03379,"141":0.02252,"142":0.02816,"143":0.05068,"144":0.08447,"145":0.05068,"146":0.12951,"147":1.34018,"148":2.4889,"149":0.00563,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 107 108 110 111 112 119 121 124"},E:{"14":0.00563,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 TP","13.1":0.00563,"14.1":0.01126,"15.4":0.00563,"15.5":0.00563,"15.6":0.04505,"16.0":0.01126,"16.1":0.01126,"16.2":0.00563,"16.3":0.01126,"16.4":0.00563,"16.5":0.00563,"16.6":0.05631,"17.0":0.00563,"17.1":0.0732,"17.2":0.00563,"17.3":0.00563,"17.4":0.01689,"17.5":0.02816,"17.6":0.0732,"18.0":0.01126,"18.1":0.01689,"18.2":0.01126,"18.3":0.02816,"18.4":0.01126,"18.5-18.7":0.03379,"26.0":0.01689,"26.1":0.01689,"26.2":0.11825,"26.3":0.35475,"26.4":0.61378,"26.5":0.22524},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00134,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00267,"8.1-8.4":0,"9.0-9.2":0.00134,"9.3":0,"10.0-10.2":0,"10.3":0.01202,"11.0-11.2":0.31664,"11.3-11.4":0.00401,"12.0-12.1":0,"12.2-12.5":0.04543,"13.0-13.1":0,"13.2":0.0147,"13.3":0,"13.4-13.7":0.00267,"14.0-14.4":0.01069,"14.5-14.8":0.01737,"15.0-15.1":0.01336,"15.2-15.3":0.00802,"15.4":0.01069,"15.5":0.01202,"15.6-15.8":0.22579,"16.0":0.02405,"16.1":0.03741,"16.2":0.02004,"16.3":0.04409,"16.4":0.00935,"16.5":0.01603,"16.6-16.7":0.30061,"17.0":0.01336,"17.1":0.02271,"17.2":0.02004,"17.3":0.03875,"17.4":0.06146,"17.5":0.08283,"17.6-17.7":0.21777,"18.0":0.04409,"18.1":0.08684,"18.2":0.04676,"18.3":0.13895,"18.4":0.06413,"18.5-18.7":2.21248,"26.0":0.14162,"26.1":0.17636,"26.2":0.67871,"26.3":2.14301,"26.4":4.41962,"26.5":1.57653},P:{"21":0.0071,"22":0.0071,"23":0.0071,"25":0.0071,"26":0.0213,"27":0.0142,"28":0.0497,"29":1.8672,"30":0.32658,_:"4 20 24 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.0071,"7.2-7.4":0.0071,"8.2":0.0071},I:{"0":0.04801,"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.10923,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.40402,"11":0.05772,_:"6 7 8 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.65098},Q:{"14.9":0.14418},O:{"0":0.33641},H:{all:0},L:{"0":32.54497}};
1
+ module.exports={C:{"52":0.00494,"115":0.14317,"121":0.00494,"134":0.00494,"135":0.00494,"136":0.00494,"140":0.01975,"143":0.00494,"146":0.00987,"147":0.00494,"148":0.00494,"149":0.01481,"150":0.01975,"151":0.55294,"152":0.38509,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 127 128 129 130 131 132 133 137 138 139 141 142 144 145 153 154 155 3.5 3.6"},D:{"39":0.28635,"40":0.28635,"41":0.28635,"42":0.28635,"43":0.28635,"44":0.28635,"45":0.28635,"46":0.28141,"47":0.28635,"48":0.28635,"49":0.29128,"50":0.28635,"51":0.28635,"52":0.28635,"53":0.28635,"54":0.28635,"55":0.28635,"56":0.28635,"57":0.28635,"58":0.29128,"59":0.28635,"60":0.28635,"70":0.05924,"78":0.00494,"79":0.02469,"80":0.00494,"83":0.00494,"86":0.02469,"87":0.00987,"90":0.00494,"91":0.00494,"96":0.00494,"97":0.00494,"98":0.00987,"99":0.00494,"101":0.02962,"102":0.00494,"103":0.38509,"104":0.38015,"105":0.38509,"106":0.39002,"107":0.41965,"108":0.38509,"109":0.88866,"110":0.43446,"111":0.38509,"112":0.38015,"113":0.00494,"114":0.02962,"115":0.01975,"116":0.77511,"117":0.38509,"118":0.06418,"119":0.03456,"120":0.61219,"121":0.06912,"122":0.04443,"123":0.01975,"124":0.42952,"125":0.08887,"126":0.02962,"127":0.03456,"128":0.09874,"129":0.01481,"130":0.07406,"131":0.84916,"132":0.0395,"133":0.81461,"134":0.05924,"135":0.07406,"136":0.02962,"137":0.08393,"138":0.20242,"139":0.04443,"140":0.07899,"141":0.07406,"142":0.2271,"143":0.1333,"144":0.12343,"145":0.10368,"146":0.1728,"147":0.42952,"148":5.15423,"149":7.89426,"150":0.06418,"151":0.08393,_:"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 81 84 85 88 89 92 93 94 95 100 152 153"},F:{"95":0.02469,"98":0.00987,"99":0.02962,"131":0.07899,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01975,"106":0.00494,"109":0.06912,"111":0.00494,"113":0.01975,"114":0.00494,"116":0.00494,"117":0.00987,"119":0.00494,"120":0.01481,"121":0.00494,"122":0.00987,"123":0.00987,"124":0.00494,"126":0.00494,"127":0.00987,"128":0.00987,"129":0.00494,"130":0.00494,"131":0.01975,"132":0.00987,"133":0.01481,"134":0.00987,"135":0.01975,"136":0.01481,"137":0.01481,"138":0.03456,"139":0.01975,"140":0.02469,"141":0.02469,"142":0.03456,"143":0.04443,"144":0.05431,"145":0.0395,"146":0.07406,"147":0.14811,"148":1.1602,"149":3.02144,"150":0.00987,_:"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 107 108 110 112 115 118 125"},E:{"14":0.00987,"27":0.00494,_:"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 12.1 15.1 15.2-15.3 TP","11.1":0.00494,"13.1":0.00494,"14.1":0.01481,"15.4":0.00494,"15.5":0.00987,"15.6":0.0395,"16.0":0.00494,"16.1":0.00494,"16.2":0.00494,"16.3":0.00987,"16.4":0.00494,"16.5":0.00494,"16.6":0.04937,"17.0":0.00494,"17.1":0.05924,"17.2":0.00494,"17.3":0.00494,"17.4":0.01481,"17.5":0.02469,"17.6":0.05924,"18.0":0.00494,"18.1":0.01481,"18.2":0.00494,"18.3":0.02469,"18.4":0.00987,"18.5-18.7":0.02962,"26.0":0.01481,"26.1":0.01481,"26.2":0.07406,"26.3":0.11355,"26.4":0.08393,"26.5":1.02196},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00135,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00406,"8.1-8.4":0,"9.0-9.2":0.00135,"9.3":0,"10.0-10.2":0,"10.3":0.0149,"11.0-11.2":0.44846,"11.3-11.4":0.00271,"12.0-12.1":0,"12.2-12.5":0.04607,"13.0-13.1":0,"13.2":0.0149,"13.3":0,"13.4-13.7":0.00271,"14.0-14.4":0.00948,"14.5-14.8":0.0149,"15.0-15.1":0.01355,"15.2-15.3":0.00813,"15.4":0.00948,"15.5":0.01219,"15.6-15.8":0.2371,"16.0":0.02168,"16.1":0.03523,"16.2":0.01897,"16.3":0.04065,"16.4":0.00948,"16.5":0.0149,"16.6-16.7":0.30891,"17.0":0.01355,"17.1":0.02032,"17.2":0.01897,"17.3":0.02845,"17.4":0.04336,"17.5":0.07723,"17.6-17.7":0.19916,"18.0":0.04471,"18.1":0.08536,"18.2":0.04607,"18.3":0.14091,"18.4":0.06368,"18.5-18.7":2.03635,"26.0":0.13413,"26.1":0.13955,"26.2":0.42136,"26.3":0.57581,"26.4":0.65982,"26.5":7.48289},P:{"4":0.00691,"21":0.00691,"22":0.01382,"23":0.00691,"24":0.00691,"25":0.00691,"26":0.02765,"27":0.02073,"28":0.05529,"29":0.23499,"30":1.76241,_:"20 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","5.0-5.4":0.00691,"7.2-7.4":0.00691,"8.2":0.00691,"17.0":0.00691},I:{"0":0.05058,"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.15189,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.46079,"11":0.09216,_:"6 7 8 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.35441},H:{all:0},L:{"0":40.15343},R:{_:"0"},M:{"0":0.69869},Q:{"14.9":0.14683}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.02139,"115":0.02674,"120":0.00535,"121":0.0107,"131":0.00535,"138":0.00535,"140":0.0107,"146":0.00535,"149":0.00535,"150":0.33692,"151":0.1444,_:"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 127 128 129 130 132 133 134 135 136 137 139 141 142 143 144 145 147 148 152 153 154 3.5 3.6"},D:{"39":0.06418,"40":0.05883,"41":0.06952,"42":0.06418,"43":0.06418,"44":0.06952,"45":0.06418,"46":0.06418,"47":0.06952,"48":0.06418,"49":0.06418,"50":0.05883,"51":0.06952,"52":0.06418,"53":0.06418,"54":0.06418,"55":0.06418,"56":0.06952,"57":0.05883,"58":0.06418,"59":0.06418,"60":0.06952,"65":0.00535,"75":0.00535,"79":0.03744,"87":0.04278,"91":0.00535,"93":0.01604,"94":0.00535,"95":0.00535,"97":0.02674,"98":0.00535,"99":0.0107,"103":0.56154,"104":0.5348,"105":0.5348,"106":0.54015,"107":0.5348,"108":0.52945,"109":1.02147,"110":0.5241,"111":0.57224,"112":1.90924,"114":0.00535,"116":1.06425,"117":0.55619,"118":5.85606,"119":0.01604,"120":0.60967,"122":0.0107,"123":0.00535,"124":0.55084,"126":0.05348,"127":0.00535,"128":0.02139,"129":0.01604,"130":0.00535,"131":1.12308,"132":0.00535,"133":1.16052,"134":0.01604,"135":0.00535,"136":0.04278,"137":0.02139,"138":0.10161,"139":0.01604,"140":0.02139,"141":0.03209,"142":0.12835,"143":0.06418,"144":0.05883,"145":1.12843,"146":0.21927,"147":5.43357,"148":8.39101,"149":0.02674,"150":0.00535,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 70 71 72 73 74 76 77 78 80 81 83 84 85 86 88 89 90 92 96 100 101 102 113 115 121 125 151 152"},F:{"95":0.0107,"97":0.0107,"98":0.01604,"117":0.00535,"131":0.77011,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00535,"92":0.0107,"109":0.0107,"122":0.00535,"126":0.00535,"131":0.0107,"134":0.02139,"135":0.22462,"136":0.0107,"138":0.00535,"140":0.00535,"141":0.0107,"142":0.00535,"143":0.0107,"144":0.0107,"145":0.123,"146":0.09092,"147":1.44396,"148":3.39598,"149":0.00535,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 127 128 129 130 132 133 137 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.1 18.2 TP","5.1":0.02674,"15.6":0.02139,"16.6":0.0107,"17.1":0.0107,"17.4":0.00535,"17.5":0.04278,"17.6":0.02139,"18.3":0.00535,"18.4":0.00535,"18.5-18.7":0.0107,"26.0":0.01604,"26.1":0.0107,"26.2":0.04278,"26.3":0.19788,"26.4":0.55619,"26.5":0.18718},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00115,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00229,"8.1-8.4":0,"9.0-9.2":0.00115,"9.3":0,"10.0-10.2":0,"10.3":0.01032,"11.0-11.2":0.27172,"11.3-11.4":0.00344,"12.0-12.1":0,"12.2-12.5":0.03898,"13.0-13.1":0,"13.2":0.01261,"13.3":0,"13.4-13.7":0.00229,"14.0-14.4":0.00917,"14.5-14.8":0.0149,"15.0-15.1":0.01146,"15.2-15.3":0.00688,"15.4":0.00917,"15.5":0.01032,"15.6-15.8":0.19376,"16.0":0.02064,"16.1":0.0321,"16.2":0.0172,"16.3":0.03783,"16.4":0.00803,"16.5":0.01376,"16.6-16.7":0.25796,"17.0":0.01146,"17.1":0.01949,"17.2":0.0172,"17.3":0.03325,"17.4":0.05274,"17.5":0.07108,"17.6-17.7":0.18688,"18.0":0.03783,"18.1":0.07452,"18.2":0.04013,"18.3":0.11924,"18.4":0.05503,"18.5-18.7":1.8986,"26.0":0.12153,"26.1":0.15134,"26.2":0.58242,"26.3":1.83898,"26.4":3.79262,"26.5":1.35287},P:{"4":0.02036,"22":0.00679,"24":0.01357,"25":0.01357,"26":0.02036,"27":0.02714,"28":0.06107,"29":0.90927,"30":0.16964,_:"20 21 23 6.2-6.4 10.1 12.0 13.0 14.0 15.0 17.0 18.0 19.0","5.0-5.4":0.00679,"7.2-7.4":0.02036,"8.2":0.01357,"9.2":0.00679,"11.1-11.2":0.00679,"16.0":0.00679},I:{"0":0.02324,"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.15355,_:"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.14424},Q:{_:"14.9"},O:{"0":0.21869},H:{all:0},L:{"0":40.17202}};
1
+ module.exports={C:{"4":0.00595,"87":0.00595,"115":0.01784,"120":0.19628,"121":0.40446,"138":0.00595,"140":0.00595,"147":0.00595,"149":0.00595,"150":0.01784,"151":0.33309,"152":0.25576,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139 141 142 143 144 145 146 148 153 154 155 3.5 3.6"},D:{"39":0.03569,"40":0.04164,"41":0.03569,"42":0.03569,"43":0.02974,"44":0.02974,"45":0.02974,"46":0.03569,"47":0.03569,"48":0.04164,"49":0.03569,"50":0.03569,"51":0.03569,"52":0.03569,"53":0.03569,"54":0.04164,"55":0.03569,"56":0.03569,"57":0.03569,"58":0.02974,"59":0.02974,"60":0.03569,"65":0.00595,"69":0.00595,"75":0.00595,"79":0.06543,"87":0.04758,"93":0.00595,"94":0.01784,"97":0.02379,"98":0.00595,"103":1.029,"104":0.98737,"105":0.96358,"106":1.01711,"107":0.99926,"108":1.02306,"109":1.30261,"110":0.97547,"111":1.07064,"112":0.96952,"114":0.0119,"116":1.98663,"117":1.01116,"118":5.84688,"119":0.41041,"120":1.53458,"121":0.00595,"122":0.0119,"123":0.00595,"124":1.01116,"125":0.00595,"126":0.03569,"127":0.00595,"128":0.02974,"129":0.0119,"130":0.00595,"131":1.96284,"132":0.01784,"133":1.98068,"134":0.0119,"135":0.00595,"136":0.02379,"137":0.08922,"138":0.1487,"139":0.00595,"140":0.0119,"141":0.07138,"142":0.18439,"143":0.08327,"144":0.04758,"145":0.82677,"146":0.08327,"147":0.32119,"148":4.19334,"149":7.21492,"150":0.04164,"151":0.00595,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 70 71 72 73 74 76 77 78 80 81 83 84 85 86 88 89 90 91 92 95 96 99 100 101 102 113 115 152 153"},F:{"95":0.02974,"98":0.00595,"99":0.02974,"117":0.00595,"122":0.00595,"131":0.48179,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 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:{"14":0.00595,"92":0.0119,"109":0.0119,"114":0.00595,"119":0.19628,"120":0.19628,"122":0.00595,"134":0.00595,"135":0.41041,"136":0.00595,"137":0.00595,"138":0.00595,"139":0.00595,"141":0.00595,"142":0.00595,"143":0.0119,"144":0.01784,"145":0.06543,"146":0.03569,"147":0.1368,"148":1.23124,"149":3.60449,"150":0.00595,_:"12 13 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 140"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.3 17.4 18.0 18.2 18.3 18.4 26.1 TP","5.1":0.00595,"13.1":0.00595,"15.5":0.00595,"15.6":0.0119,"16.6":0.0119,"17.1":0.00595,"17.2":0.00595,"17.5":0.00595,"17.6":0.02379,"18.1":0.00595,"18.5-18.7":0.00595,"26.0":0.00595,"26.2":0.02379,"26.3":0.04164,"26.4":0.20818,"26.5":0.41636},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.00319,"8.1-8.4":0,"9.0-9.2":0.00106,"9.3":0,"10.0-10.2":0,"10.3":0.01169,"11.0-11.2":0.35189,"11.3-11.4":0.00213,"12.0-12.1":0,"12.2-12.5":0.03615,"13.0-13.1":0,"13.2":0.01169,"13.3":0,"13.4-13.7":0.00213,"14.0-14.4":0.00744,"14.5-14.8":0.01169,"15.0-15.1":0.01063,"15.2-15.3":0.00638,"15.4":0.00744,"15.5":0.00957,"15.6-15.8":0.18604,"16.0":0.01701,"16.1":0.02764,"16.2":0.01488,"16.3":0.03189,"16.4":0.00744,"16.5":0.01169,"16.6-16.7":0.24239,"17.0":0.01063,"17.1":0.01595,"17.2":0.01488,"17.3":0.02233,"17.4":0.03402,"17.5":0.0606,"17.6-17.7":0.15628,"18.0":0.03508,"18.1":0.06698,"18.2":0.03615,"18.3":0.11056,"18.4":0.04997,"18.5-18.7":1.59784,"26.0":0.10525,"26.1":0.1095,"26.2":0.33062,"26.3":0.45182,"26.4":0.51773,"26.5":5.87151},P:{"4":0.03273,"22":0.00546,"24":0.01091,"25":0.01091,"26":0.01091,"27":0.02182,"28":0.06546,"29":0.1582,"30":0.85648,_:"20 21 23 6.2-6.4 10.1 12.0 14.0 15.0 17.0 18.0 19.0","5.0-5.4":0.01091,"7.2-7.4":0.04364,"8.2":0.04364,"9.2":0.00546,"11.1-11.2":0.00546,"13.0":0.00546,"16.0":0.00546},I:{"0":0.03239,"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.20265,_:"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.17023},H:{all:0},L:{"0":35.18463},R:{_:"0"},M:{"0":0.14591},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01079,"78":0.00539,"115":0.34515,"121":0.00539,"128":0.00539,"130":0.00539,"134":0.0755,"135":0.01079,"136":0.00539,"137":0.01079,"140":0.12943,"142":0.00539,"143":0.00539,"145":0.01079,"146":0.01618,"147":0.03236,"148":0.05393,"149":0.09168,"150":2.2327,"151":0.87906,"152":0.00539,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 127 129 131 132 133 138 139 141 144 153 154 3.5 3.6"},D:{"39":0.02157,"40":0.02157,"41":0.01618,"42":0.02157,"43":0.02157,"44":0.01618,"45":0.02157,"46":0.01618,"47":0.01618,"48":0.02157,"49":0.02697,"50":0.02157,"51":0.02157,"52":0.02157,"53":0.02157,"54":0.02157,"55":0.02157,"56":0.02697,"57":0.01618,"58":0.02157,"59":0.02157,"60":0.02157,"70":0.00539,"75":0.03775,"77":0.00539,"79":0.12404,"80":0.00539,"81":0.01079,"87":0.06472,"90":0.00539,"94":0.00539,"103":0.02697,"104":0.01079,"105":0.01079,"106":0.01618,"107":0.01618,"108":0.01618,"109":0.93299,"110":0.01079,"111":0.02157,"112":0.34515,"113":0.00539,"114":0.00539,"116":0.0809,"117":0.01079,"118":0.58244,"119":0.01618,"120":0.05932,"121":0.01079,"122":0.03236,"123":0.01079,"124":0.11865,"125":0.01079,"126":0.01079,"127":0.01618,"128":0.02697,"129":0.01618,"130":0.00539,"131":0.10247,"132":0.03236,"133":0.05393,"134":0.02157,"135":0.03775,"136":0.03236,"137":0.04854,"138":0.14561,"139":0.3829,"140":0.02697,"141":0.05393,"142":0.11325,"143":0.09707,"144":0.08629,"145":0.26426,"146":0.63098,"147":9.6319,"148":15.15972,"149":0.03775,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 76 78 83 84 85 86 88 89 91 92 93 95 96 97 98 99 100 101 102 115 150 151 152"},F:{"46":0.03775,"86":0.00539,"95":0.02697,"97":0.03236,"98":0.0755,"127":0.00539,"131":0.81974,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00539,"92":0.00539,"109":0.09707,"114":0.02157,"118":0.00539,"119":0.00539,"131":0.01079,"132":0.01079,"134":0.00539,"135":0.00539,"136":0.00539,"137":0.00539,"138":0.01618,"142":0.01079,"143":0.00539,"144":0.01618,"145":0.03236,"146":0.05393,"147":1.13792,"148":2.55089,"149":0.02697,_:"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 102 103 104 105 106 107 108 110 111 112 113 115 116 117 120 121 122 123 124 125 126 127 128 129 130 133 139 140 141"},E:{"14":0.00539,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.5 16.4 17.0 TP","14.1":0.00539,"15.4":0.00539,"15.6":0.03236,"16.0":0.01079,"16.1":0.00539,"16.2":0.00539,"16.3":0.00539,"16.5":0.00539,"16.6":0.06472,"17.1":0.03236,"17.2":0.00539,"17.3":0.00539,"17.4":0.02157,"17.5":0.01079,"17.6":0.11325,"18.0":0.00539,"18.1":0.01079,"18.2":0.02697,"18.3":0.02157,"18.4":0.00539,"18.5-18.7":0.03236,"26.0":0.02697,"26.1":0.02697,"26.2":0.0809,"26.3":0.33437,"26.4":0.30201,"26.5":0.16179},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.00954,"11.0-11.2":0.25135,"11.3-11.4":0.00318,"12.0-12.1":0,"12.2-12.5":0.03606,"13.0-13.1":0,"13.2":0.01167,"13.3":0,"13.4-13.7":0.00212,"14.0-14.4":0.00848,"14.5-14.8":0.01379,"15.0-15.1":0.01061,"15.2-15.3":0.00636,"15.4":0.00848,"15.5":0.00954,"15.6-15.8":0.17923,"16.0":0.01909,"16.1":0.02969,"16.2":0.01591,"16.3":0.035,"16.4":0.00742,"16.5":0.01273,"16.6-16.7":0.23862,"17.0":0.01061,"17.1":0.01803,"17.2":0.01591,"17.3":0.03076,"17.4":0.04878,"17.5":0.06575,"17.6-17.7":0.17287,"18.0":0.035,"18.1":0.06893,"18.2":0.03712,"18.3":0.1103,"18.4":0.05091,"18.5-18.7":1.75624,"26.0":0.11242,"26.1":0.13999,"26.2":0.53875,"26.3":1.70109,"26.4":3.50824,"26.5":1.25143},P:{"4":0.09242,"21":0.00578,"22":0.00578,"23":0.01155,"24":0.00578,"25":0.01733,"26":0.01155,"27":0.04043,"28":0.03466,"29":1.63469,"30":0.32347,_:"20 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.01733,"6.2-6.4":0.00578,"7.2-7.4":0.04043,"8.2":0.02888},I:{"0":0.11506,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":0.30867,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00539,_:"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.44227},Q:{_:"14.9"},O:{"0":0.07832},H:{all:0},L:{"0":40.72481}};
1
+ module.exports={C:{"52":0.02152,"78":0.00538,"105":0.00538,"112":0.00538,"115":0.40888,"120":0.0538,"121":0.10222,"127":0.00538,"128":0.01076,"134":0.09684,"135":0.00538,"136":0.00538,"137":0.00538,"140":0.09684,"142":0.01076,"143":0.00538,"145":0.00538,"146":0.01614,"147":0.02152,"148":0.01614,"149":0.0269,"150":0.1076,"151":1.89376,"152":1.1298,"153":0.00538,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 129 130 131 132 133 138 139 141 144 154 155 3.5 3.6"},D:{"39":0.01076,"40":0.01076,"41":0.01076,"42":0.01614,"43":0.01614,"44":0.01614,"45":0.01614,"46":0.01076,"47":0.01614,"48":0.01076,"49":0.02152,"50":0.01614,"51":0.01076,"52":0.01076,"53":0.01614,"54":0.01614,"55":0.01614,"56":0.01614,"57":0.01614,"58":0.01614,"59":0.01076,"60":0.01614,"70":0.01076,"75":0.03228,"77":0.00538,"79":0.1614,"80":0.00538,"81":0.01614,"83":0.00538,"87":0.09146,"90":0.00538,"93":0.00538,"94":0.00538,"103":0.03228,"104":0.0269,"105":0.0269,"106":0.0269,"107":0.0269,"108":0.03228,"109":0.85004,"110":0.0269,"111":0.06994,"112":0.0269,"114":0.01076,"116":0.08608,"117":0.02152,"118":0.60256,"119":0.1076,"120":0.2959,"121":0.01614,"122":0.03228,"123":0.01076,"124":0.12374,"125":0.01076,"126":0.01614,"127":0.01076,"128":0.03228,"129":0.01614,"130":0.00538,"131":0.1345,"132":0.03766,"133":0.08608,"134":0.03228,"135":0.04304,"136":0.02152,"137":0.03766,"138":0.17216,"139":1.13518,"140":0.02152,"141":0.20444,"142":0.12374,"143":0.06456,"144":0.0807,"145":0.13988,"146":0.1614,"147":0.44116,"148":10.6524,"149":12.78288,"150":0.03228,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 76 78 84 85 86 88 89 91 92 95 96 97 98 99 100 101 102 113 115 151 152 153"},F:{"46":0.01614,"95":0.01614,"97":0.00538,"98":0.02152,"99":0.11298,"114":0.1076,"127":0.00538,"131":0.98992,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00538,"109":0.09146,"114":0.02152,"118":0.00538,"119":0.0538,"120":0.04842,"131":0.01076,"132":0.00538,"133":0.00538,"135":0.00538,"136":0.00538,"137":0.00538,"138":0.02152,"140":0.00538,"141":0.00538,"142":0.00538,"143":0.00538,"144":0.01076,"145":0.01076,"146":0.0269,"147":0.0538,"148":0.87156,"149":2.49094,"150":0.03228,_:"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 121 122 123 124 125 126 127 128 129 130 134 139"},E:{"14":0.00538,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 TP","14.1":0.00538,"15.6":0.0269,"16.3":0.00538,"16.6":0.07532,"17.1":0.04842,"17.2":0.00538,"17.3":0.00538,"17.4":0.01614,"17.5":0.02152,"17.6":0.08608,"18.0":0.00538,"18.1":0.01076,"18.2":0.0269,"18.3":0.01614,"18.4":0.00538,"18.5-18.7":0.02152,"26.0":0.01614,"26.1":0.01614,"26.2":0.06994,"26.3":0.12374,"26.4":0.08608,"26.5":0.71016},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.00328,"8.1-8.4":0,"9.0-9.2":0.00109,"9.3":0,"10.0-10.2":0,"10.3":0.01202,"11.0-11.2":0.36181,"11.3-11.4":0.00219,"12.0-12.1":0,"12.2-12.5":0.03717,"13.0-13.1":0,"13.2":0.01202,"13.3":0,"13.4-13.7":0.00219,"14.0-14.4":0.00765,"14.5-14.8":0.01202,"15.0-15.1":0.01093,"15.2-15.3":0.00656,"15.4":0.00765,"15.5":0.00984,"15.6-15.8":0.19129,"16.0":0.01749,"16.1":0.02842,"16.2":0.0153,"16.3":0.03279,"16.4":0.00765,"16.5":0.01202,"16.6-16.7":0.24922,"17.0":0.01093,"17.1":0.0164,"17.2":0.0153,"17.3":0.02295,"17.4":0.03498,"17.5":0.06231,"17.6-17.7":0.16068,"18.0":0.03607,"18.1":0.06886,"18.2":0.03717,"18.3":0.11368,"18.4":0.05138,"18.5-18.7":1.64292,"26.0":0.10822,"26.1":0.11259,"26.2":0.33995,"26.3":0.46456,"26.4":0.53234,"26.5":6.03715},P:{"4":0.10639,"22":0.0056,"23":0.0168,"24":0.0112,"25":0.0112,"26":0.0168,"27":0.0224,"28":0.028,"29":0.15679,"30":1.84229,_:"20 21 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.0168,"6.2-6.4":0.0056,"7.2-7.4":0.0392,"8.2":0.0448},I:{"0":0.08308,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.33726,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00538,"11":0.00538,_:"6 7 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.09702},H:{all:0},L:{"0":40.55666},R:{_:"0"},M:{"0":0.48972},Q:{_:"14.9"}};