@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:{"115":0.03025,"116":0.00504,"120":0.00504,"121":0.00504,"132":0.01008,"133":0.03025,"134":0.00504,"139":0.05545,"140":0.01512,"144":0.00504,"148":0.21676,"149":0.02016,"150":2.41968,"151":0.51418,"153":0.00504,_:"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 117 118 119 122 123 124 125 126 127 128 129 130 131 135 136 137 138 141 142 143 145 146 147 152 154 3.5 3.6"},D:{"39":0.01512,"40":0.01512,"41":0.01008,"42":0.01512,"43":0.01512,"44":0.01512,"45":0.01008,"46":0.01512,"47":0.02521,"48":0.01512,"49":0.01512,"50":0.01008,"51":0.01008,"52":0.01512,"53":0.01512,"54":0.01008,"55":0.01512,"56":0.01512,"57":0.02016,"58":0.01512,"59":0.02016,"60":0.01512,"79":0.01008,"90":0.00504,"97":0.00504,"103":0.01008,"106":0.00504,"107":0.02521,"108":0.01512,"109":0.03529,"111":0.00504,"112":0.40328,"113":0.00504,"115":0.00504,"116":0.03025,"117":0.00504,"118":0.74607,"120":0.01008,"121":0.01008,"122":0.04537,"124":0.04033,"125":0.01512,"126":0.00504,"128":0.02521,"129":0.01008,"130":0.03025,"131":0.06553,"133":0.04033,"134":0.01008,"135":0.01512,"136":0.01512,"137":0.06049,"138":0.54947,"139":0.01008,"140":0.01512,"141":0.01008,"142":0.09074,"143":0.02016,"144":0.09074,"145":0.15627,"146":3.64968,"147":5.27793,"148":7.53125,"149":0.01512,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 87 88 89 91 92 93 94 95 96 98 99 100 101 102 104 105 110 114 119 123 127 132 150 151 152"},F:{"36":0.01008,"96":0.07057,"97":0.01008,"98":0.03025,"101":0.03025,"127":0.00504,"131":1.7089,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 99 100 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:{"18":0.00504,"109":0.01008,"114":0.00504,"119":0.06049,"131":0.00504,"134":0.00504,"135":0.01008,"139":0.03025,"144":0.03025,"145":0.06049,"146":0.04537,"147":1.06365,"148":2.35415,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 120 121 122 123 124 125 126 127 128 129 130 132 133 136 137 138 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 11.1 12.1 16.0 TP","13.1":0.01008,"14.1":0.00504,"15.1":0.00504,"15.2-15.3":0.01008,"15.4":0.01008,"15.5":0.00504,"15.6":0.27726,"16.1":0.02521,"16.2":0.01008,"16.3":0.10586,"16.4":0.00504,"16.5":0.07057,"16.6":0.66541,"17.0":0.02016,"17.1":0.81664,"17.2":0.04537,"17.3":0.05545,"17.4":0.16131,"17.5":0.11594,"17.6":0.79144,"18.0":0.02016,"18.1":0.06553,"18.2":0.05041,"18.3":0.10586,"18.4":0.10082,"18.5-18.7":0.29742,"26.0":0.20164,"26.1":0.14619,"26.2":0.66541,"26.3":2.42472,"26.4":3.60936,"26.5":1.75931},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00323,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00646,"8.1-8.4":0,"9.0-9.2":0.00323,"9.3":0,"10.0-10.2":0,"10.3":0.02908,"11.0-11.2":0.7657,"11.3-11.4":0.00969,"12.0-12.1":0,"12.2-12.5":0.10985,"13.0-13.1":0,"13.2":0.03554,"13.3":0,"13.4-13.7":0.00646,"14.0-14.4":0.02585,"14.5-14.8":0.042,"15.0-15.1":0.03231,"15.2-15.3":0.01938,"15.4":0.02585,"15.5":0.02908,"15.6-15.8":0.546,"16.0":0.05815,"16.1":0.09046,"16.2":0.04846,"16.3":0.10662,"16.4":0.02262,"16.5":0.03877,"16.6-16.7":0.72693,"17.0":0.03231,"17.1":0.05492,"17.2":0.04846,"17.3":0.09369,"17.4":0.14862,"17.5":0.20031,"17.6-17.7":0.52662,"18.0":0.10662,"18.1":0.21,"18.2":0.11308,"18.3":0.336,"18.4":0.15508,"18.5-18.7":5.35019,"26.0":0.34246,"26.1":0.42646,"26.2":1.64124,"26.3":5.18218,"26.4":10.68745,"26.5":3.81233},P:{"28":0.00554,"29":0.77065,"30":0.11643,_:"4 20 21 22 23 24 25 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.00495,"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.18348,_:"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.62979},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":18.75267}};
1
+ module.exports={C:{"78":0.04118,"115":0.02574,"120":0.07206,"121":0.15441,"128":0.00515,"139":0.03088,"140":0.07721,"142":0.13382,"144":0.00515,"145":0.00515,"149":0.02059,"150":0.06176,"151":1.58013,"152":0.73087,"153":0.02574,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 134 135 136 137 138 141 143 146 147 148 154 155 3.5 3.6"},D:{"37":0.01029,"39":0.01544,"40":0.01029,"41":0.01029,"42":0.00515,"43":0.01029,"44":0.01029,"45":0.01029,"46":0.01029,"47":0.01029,"48":0.01029,"49":0.01029,"50":0.01029,"51":0.01029,"52":0.01029,"53":0.01544,"54":0.01029,"55":0.01029,"56":0.00515,"57":0.01029,"58":0.00515,"59":0.01029,"60":0.05662,"68":0.00515,"69":0.00515,"70":0.00515,"71":0.01029,"72":0.01029,"74":0.00515,"75":0.00515,"77":0.00515,"78":0.00515,"79":0.03088,"80":0.01029,"81":0.01029,"83":0.00515,"84":0.00515,"85":0.01029,"86":0.01029,"87":0.01544,"88":0.01029,"90":0.01029,"103":0.02059,"104":0.01544,"105":0.02059,"106":0.02059,"107":0.04118,"108":0.01544,"109":0.18015,"110":0.02059,"111":0.07721,"112":0.02059,"113":0.00515,"114":0.01029,"116":0.18015,"117":0.02059,"118":0.90073,"119":0.13382,"120":0.16985,"121":0.00515,"122":0.02574,"123":0.00515,"124":0.01544,"125":0.00515,"126":0.03088,"128":0.05147,"129":0.00515,"130":0.00515,"131":0.03088,"132":0.00515,"133":0.04632,"134":0.00515,"135":0.07206,"136":0.00515,"137":0.04118,"138":0.56617,"140":0.00515,"141":0.02059,"142":0.03088,"143":0.05662,"144":0.10809,"145":0.08235,"146":2.59409,"147":0.50441,"148":6.6911,"149":9.11534,"150":0.0875,"151":0.00515,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 61 62 63 64 65 66 67 73 76 89 91 92 93 94 95 96 97 98 99 100 101 102 115 127 139 152 153"},F:{"63":0.01544,"95":0.00515,"98":0.00515,"99":0.02059,"101":0.01029,"131":0.53529,_:"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 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 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:{"90":0.00515,"109":0.00515,"119":0.13382,"120":0.08235,"126":0.00515,"144":0.01029,"145":0.04632,"146":0.00515,"147":0.09265,"148":0.9522,"149":2.47056,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 150"},E:{"13":0.00515,"27":0.13897,_:"4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 11.1 13.1 TP","9.1":0.03088,"10.1":0.00515,"12.1":0.00515,"14.1":0.01544,"15.1":0.01029,"15.2-15.3":0.00515,"15.4":0.01029,"15.5":0.00515,"15.6":0.40661,"16.0":0.00515,"16.1":0.02574,"16.2":0.09779,"16.3":0.05662,"16.4":0.01029,"16.5":0.02574,"16.6":0.57646,"17.0":0.00515,"17.1":0.76176,"17.2":0.10809,"17.3":0.16985,"17.4":0.14926,"17.5":0.12868,"17.6":0.67426,"18.0":0.02059,"18.1":0.03603,"18.2":0.01029,"18.3":0.06176,"18.4":0.15441,"18.5-18.7":0.28309,"26.0":0.02574,"26.1":0.1647,"26.2":0.29853,"26.3":0.7772,"26.4":0.61764,"26.5":6.21758},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00314,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00941,"8.1-8.4":0,"9.0-9.2":0.00314,"9.3":0,"10.0-10.2":0,"10.3":0.03451,"11.0-11.2":1.03834,"11.3-11.4":0.00627,"12.0-12.1":0,"12.2-12.5":0.10666,"13.0-13.1":0,"13.2":0.03451,"13.3":0,"13.4-13.7":0.00627,"14.0-14.4":0.02196,"14.5-14.8":0.03451,"15.0-15.1":0.03137,"15.2-15.3":0.01882,"15.4":0.02196,"15.5":0.02823,"15.6-15.8":0.54897,"16.0":0.05019,"16.1":0.08156,"16.2":0.04392,"16.3":0.09411,"16.4":0.02196,"16.5":0.03451,"16.6-16.7":0.71523,"17.0":0.03137,"17.1":0.04705,"17.2":0.04392,"17.3":0.06588,"17.4":0.10038,"17.5":0.17881,"17.6-17.7":0.46114,"18.0":0.10352,"18.1":0.19763,"18.2":0.10666,"18.3":0.32625,"18.4":0.14744,"18.5-18.7":4.71488,"26.0":0.31056,"26.1":0.32311,"26.2":0.9756,"26.3":1.33322,"26.4":1.52771,"26.5":17.32554},P:{"22":0.00513,"28":0.01026,"29":0.03591,"30":0.8465,_:"4 20 21 23 24 25 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.00485,"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.12133,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{_:"0"},H:{all:0},L:{"0":18.74043},R:{_:"0"},M:{"0":0.58721},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00444,"103":0.00444,"104":0.00444,"115":0.00887,"121":0.00444,"136":0.00444,"140":0.00444,"147":0.00444,"148":0.00444,"149":0.01331,"150":0.16413,"151":0.05767,_:"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 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 146 152 153 154 3.5 3.6"},D:{"39":0.41698,"40":0.41698,"41":0.41698,"42":0.41698,"43":0.41255,"44":0.41698,"45":0.41698,"46":0.41255,"47":0.41698,"48":0.41698,"49":0.41698,"50":0.42142,"51":0.41698,"52":0.42142,"53":0.41698,"54":0.41698,"55":0.41698,"56":0.41698,"57":0.41698,"58":0.41698,"59":0.41698,"60":0.41698,"76":0.00887,"79":0.00444,"81":0.02662,"83":0.00444,"87":0.00887,"90":0.00444,"91":0.00887,"93":0.00887,"98":0.00887,"99":0.00444,"103":0.52788,"104":0.47909,"105":0.47022,"106":0.47022,"107":0.47022,"108":0.47022,"109":0.56337,"110":0.47022,"111":0.47465,"112":0.78074,"114":0.00887,"116":0.98479,"117":0.47022,"118":1.10013,"119":0.00444,"120":0.48352,"121":0.00444,"122":0.01331,"123":0.00444,"124":0.48352,"125":0.15526,"126":0.00887,"127":0.00444,"128":0.01331,"129":0.00444,"130":0.00887,"131":0.96705,"132":0.00887,"133":0.95374,"134":0.00887,"135":0.01331,"136":0.01331,"137":0.01331,"138":0.08872,"139":0.0621,"140":0.01774,"141":0.01331,"142":0.15526,"143":0.03105,"144":0.1109,"145":0.26172,"146":0.24398,"147":3.69519,"148":4.7687,"149":0.02218,"150":0.00444,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 84 85 86 88 89 92 94 95 96 97 100 101 102 113 115 151 152"},F:{"93":0.00444,"95":0.00444,"97":0.0488,"98":0.13752,"131":0.24398,_:"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 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00444,"109":0.00444,"131":0.00444,"134":0.00444,"139":0.00444,"140":0.00444,"142":0.00444,"143":0.00444,"144":0.00444,"145":0.00887,"146":0.01774,"147":0.59886,"148":1.06908,"149":0.00444,_:"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 132 133 135 136 137 138 141"},E:{"14":0.00444,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 16.5 17.0 TP","13.1":0.00444,"14.1":0.00444,"15.6":0.02218,"16.1":0.00444,"16.3":0.00444,"16.6":0.03105,"17.1":0.02662,"17.2":0.00444,"17.3":0.00444,"17.4":0.00887,"17.5":0.00887,"17.6":0.04436,"18.0":0.00887,"18.1":0.00887,"18.2":0.00887,"18.3":0.01774,"18.4":0.00887,"18.5-18.7":0.02218,"26.0":0.02218,"26.1":0.01774,"26.2":0.08428,"26.3":0.25729,"26.4":0.43473,"26.5":0.16413},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00088,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00175,"8.1-8.4":0,"9.0-9.2":0.00088,"9.3":0,"10.0-10.2":0,"10.3":0.00788,"11.0-11.2":0.20739,"11.3-11.4":0.00263,"12.0-12.1":0,"12.2-12.5":0.02975,"13.0-13.1":0,"13.2":0.00963,"13.3":0,"13.4-13.7":0.00175,"14.0-14.4":0.007,"14.5-14.8":0.01138,"15.0-15.1":0.00875,"15.2-15.3":0.00525,"15.4":0.007,"15.5":0.00788,"15.6-15.8":0.14789,"16.0":0.01575,"16.1":0.0245,"16.2":0.01313,"16.3":0.02888,"16.4":0.00613,"16.5":0.0105,"16.6-16.7":0.19689,"17.0":0.00875,"17.1":0.01488,"17.2":0.01313,"17.3":0.02538,"17.4":0.04025,"17.5":0.05425,"17.6-17.7":0.14263,"18.0":0.02888,"18.1":0.05688,"18.2":0.03063,"18.3":0.09101,"18.4":0.042,"18.5-18.7":1.4491,"26.0":0.09276,"26.1":0.11551,"26.2":0.44453,"26.3":1.4036,"26.4":2.8947,"26.5":1.03257},P:{"25":0.00683,"26":0.00683,"27":0.00683,"28":0.0273,"29":0.64157,"30":0.12285,_:"4 20 21 22 23 24 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01111,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.84558,_:"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.11126},Q:{_:"14.9"},O:{"0":1.90811},H:{all:0},L:{"0":52.58303}};
1
+ module.exports={C:{"53":0.00409,"103":0.00409,"115":0.01228,"120":0.0491,"121":0.1023,"140":0.00409,"147":0.00409,"148":0.00409,"149":0.00409,"150":0.00818,"151":0.12685,"152":0.06138,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.59743,"40":0.58925,"41":0.59334,"42":0.59743,"43":0.59743,"44":0.59334,"45":0.58925,"46":0.59334,"47":0.58925,"48":0.58925,"49":0.59334,"50":0.59334,"51":0.59334,"52":0.59334,"53":0.59743,"54":0.59334,"55":0.59334,"56":0.59743,"57":0.59743,"58":0.58925,"59":0.59334,"60":0.58925,"72":0.00409,"76":0.00409,"79":0.00409,"81":0.00409,"83":0.00409,"87":0.01228,"93":0.01228,"98":0.01228,"100":0.00409,"101":0.00409,"103":0.19232,"104":0.16368,"105":0.1555,"106":0.1555,"107":0.1514,"108":0.1514,"109":0.22915,"110":0.1514,"111":0.15959,"112":0.14731,"114":0.00818,"116":0.35191,"117":0.1514,"118":1.2276,"119":0.1023,"120":0.28235,"122":0.01228,"123":0.00409,"124":0.17186,"125":0.18823,"126":0.00818,"127":0.00409,"128":0.02864,"129":0.00818,"130":0.00818,"131":0.34782,"132":0.03274,"133":0.32736,"134":0.02046,"135":0.5606,"136":0.00818,"137":0.03683,"138":0.08184,"139":0.02864,"140":0.01228,"141":0.01637,"142":0.65881,"143":0.02046,"144":0.1023,"145":0.13094,"146":0.14322,"147":0.18823,"148":2.78256,"149":3.75236,"150":0.02455,"151":0.00409,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 73 74 75 77 78 80 84 85 86 88 89 90 91 92 94 95 96 97 99 102 113 115 121 152 153"},F:{"85":0.00409,"95":0.00409,"98":0.03683,"99":0.14731,"100":0.00409,"131":0.16777,_:"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 96 97 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00409,"109":0.00409,"119":0.0491,"120":0.0491,"131":0.00409,"136":0.00409,"141":0.00409,"142":0.00409,"143":0.00818,"144":0.00409,"145":0.00409,"146":0.00818,"147":0.02046,"148":0.39692,"149":1.02709,"150":0.00409,_:"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 135 137 138 139 140"},E:{"27":0.00409,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 16.5 17.0 TP","14.1":0.00409,"15.6":0.01637,"16.1":0.00409,"16.3":0.00409,"16.6":0.02046,"17.1":0.02046,"17.2":0.00409,"17.3":0.00409,"17.4":0.00409,"17.5":0.00818,"17.6":0.03274,"18.0":0.00409,"18.1":0.00409,"18.2":0.00818,"18.3":0.00818,"18.4":0.00409,"18.5-18.7":0.01637,"26.0":0.01228,"26.1":0.01228,"26.2":0.03274,"26.3":0.07775,"26.4":0.06547,"26.5":0.51559},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00075,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00226,"8.1-8.4":0,"9.0-9.2":0.00075,"9.3":0,"10.0-10.2":0,"10.3":0.00829,"11.0-11.2":0.24953,"11.3-11.4":0.00151,"12.0-12.1":0,"12.2-12.5":0.02563,"13.0-13.1":0,"13.2":0.00829,"13.3":0,"13.4-13.7":0.00151,"14.0-14.4":0.00528,"14.5-14.8":0.00829,"15.0-15.1":0.00754,"15.2-15.3":0.00452,"15.4":0.00528,"15.5":0.00678,"15.6-15.8":0.13193,"16.0":0.01206,"16.1":0.0196,"16.2":0.01055,"16.3":0.02262,"16.4":0.00528,"16.5":0.00829,"16.6-16.7":0.17188,"17.0":0.00754,"17.1":0.01131,"17.2":0.01055,"17.3":0.01583,"17.4":0.02412,"17.5":0.04297,"17.6-17.7":0.11082,"18.0":0.02488,"18.1":0.04749,"18.2":0.02563,"18.3":0.0784,"18.4":0.03543,"18.5-18.7":1.13305,"26.0":0.07463,"26.1":0.07765,"26.2":0.23445,"26.3":0.32039,"26.4":0.36713,"26.5":4.16357},P:{"26":0.00676,"27":0.00676,"28":0.02028,"29":0.08788,"30":0.58137,_:"4 20 21 22 23 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.0118,"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.79758,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":1.78422},H:{all:0},L:{"0":57.7639},R:{_:"0"},M:{"0":0.12998},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00308,"54":0.00154,"55":0.00154,"56":0.00154,"65":0.00154,"72":0.00154,"94":0.00154,"99":0.00308,"102":0.00154,"112":0.00154,"115":0.0323,"128":0.00154,"129":0.00154,"136":0.00308,"137":0.00154,"140":0.00769,"144":0.00154,"145":0.00154,"146":0.00154,"149":0.00461,"150":0.1538,"151":0.05229,"152":0.00154,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 57 58 59 60 61 62 63 64 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 100 101 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 122 123 124 125 126 127 130 131 132 133 134 135 138 139 141 142 143 147 148 153 154 3.5 3.6"},D:{"39":0.00154,"40":0.00154,"41":0.00154,"42":0.00308,"43":0.00154,"44":0.00154,"45":0.00154,"46":0.00154,"47":0.00154,"48":0.00308,"49":0.00308,"50":0.00308,"51":0.00308,"52":0.00461,"53":0.00308,"54":0.00154,"55":0.00308,"56":0.00308,"57":0.00308,"58":0.00461,"59":0.00154,"60":0.00308,"62":0.00615,"63":0.00154,"64":0.00154,"67":0.00154,"68":0.00154,"70":0.01538,"71":0.00615,"72":0.00461,"73":0.00615,"74":0.00461,"75":0.00154,"77":0.00154,"78":0.00769,"79":0.07075,"80":0.00923,"81":0.00154,"83":0.00154,"84":0.00308,"86":0.00461,"87":0.01077,"89":0.00154,"90":0.00154,"93":0.00154,"94":0.00154,"95":0.00154,"96":0.00461,"99":0.00154,"100":0.00308,"102":0.00154,"103":0.01077,"104":0.00923,"105":0.01077,"106":0.0123,"107":0.01384,"108":0.01384,"109":0.53215,"110":0.00923,"111":0.01384,"112":0.19379,"113":0.00308,"114":0.00615,"115":0.00308,"116":0.03537,"117":0.01384,"118":0.27069,"119":0.01999,"120":0.01538,"121":0.00154,"122":0.01846,"123":0.00154,"124":0.0123,"126":0.00769,"127":0.00154,"128":0.01538,"129":0.00308,"130":0.00769,"131":0.07229,"132":0.00615,"133":0.06921,"134":0.00769,"135":0.00769,"136":0.00615,"137":0.00769,"138":0.05229,"139":0.00308,"140":0.01538,"141":0.00461,"142":0.00923,"143":0.01999,"144":0.01999,"145":0.06306,"146":0.14919,"147":2.05169,"148":2.42081,"149":0.01846,_:"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 65 66 69 76 85 88 91 92 97 98 101 125 150 151 152"},F:{"36":0.00154,"95":0.07998,"96":0.00154,"97":0.01538,"98":0.00615,"102":0.00615,"120":0.00308,"124":0.00154,"131":0.13688,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 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:{"14":0.00154,"15":0.00154,"16":0.03384,"17":0.00461,"18":0.01999,"81":0.00154,"84":0.00308,"88":0.02768,"89":0.00154,"90":0.00615,"92":0.07998,"100":0.01077,"109":0.01538,"114":0.00308,"117":0.00154,"122":0.00923,"130":0.00154,"131":0.00154,"133":0.00154,"135":0.00154,"137":0.00154,"138":0.00308,"139":0.00154,"140":0.00308,"141":0.00308,"142":0.00615,"143":0.00461,"144":0.01077,"145":0.01384,"146":0.02153,"147":0.43372,"148":0.66288,_:"12 13 79 80 83 85 86 87 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 118 119 120 121 123 124 125 126 127 128 129 132 134 136 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.2-15.3 15.5 16.0 17.0 TP","5.1":0.00461,"13.1":0.00154,"15.1":0.00154,"15.4":0.00154,"15.6":0.02615,"16.1":0.00615,"16.2":0.00154,"16.3":0.00308,"16.4":0.04768,"16.5":0.00769,"16.6":0.05998,"17.1":0.15226,"17.2":0.00308,"17.3":0.00615,"17.4":0.01077,"17.5":0.01999,"17.6":0.13688,"18.0":0.00615,"18.1":0.00308,"18.2":0.00154,"18.3":0.00769,"18.4":0.00769,"18.5-18.7":0.03537,"26.0":0.01846,"26.1":0.02615,"26.2":0.04153,"26.3":0.28607,"26.4":0.32759,"26.5":0.23839},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00085,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0017,"8.1-8.4":0,"9.0-9.2":0.00085,"9.3":0,"10.0-10.2":0,"10.3":0.00767,"11.0-11.2":0.20195,"11.3-11.4":0.00256,"12.0-12.1":0,"12.2-12.5":0.02897,"13.0-13.1":0,"13.2":0.00937,"13.3":0,"13.4-13.7":0.0017,"14.0-14.4":0.00682,"14.5-14.8":0.01108,"15.0-15.1":0.00852,"15.2-15.3":0.00511,"15.4":0.00682,"15.5":0.00767,"15.6-15.8":0.14401,"16.0":0.01534,"16.1":0.02386,"16.2":0.01278,"16.3":0.02812,"16.4":0.00596,"16.5":0.01023,"16.6-16.7":0.19173,"17.0":0.00852,"17.1":0.01449,"17.2":0.01278,"17.3":0.02471,"17.4":0.0392,"17.5":0.05283,"17.6-17.7":0.1389,"18.0":0.02812,"18.1":0.05539,"18.2":0.02982,"18.3":0.08862,"18.4":0.0409,"18.5-18.7":1.41112,"26.0":0.09033,"26.1":0.11248,"26.2":0.43288,"26.3":1.36681,"26.4":2.81882,"26.5":1.00551},P:{"20":0.00781,"21":0.00781,"22":0.00781,"23":0.01562,"24":0.03124,"25":0.01562,"26":0.06249,"27":0.07811,"28":0.06249,"29":0.55459,"30":0.0703,_:"4 10.1 12.0 13.0 14.0 15.0 17.0 18.0","5.0-5.4":0.02343,"6.2-6.4":0.00781,"7.2-7.4":0.0703,"8.2":0.01562,"9.2":0.05468,"11.1-11.2":0.00781,"16.0":0.01562,"19.0":0.00781},I:{"0":0.03381,"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.4231,_:"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.04231},Q:{_:"14.9"},O:{"0":0.59234},H:{all:0},L:{"0":78.48876}};
1
+ module.exports={C:{"48":0.00433,"56":0.00216,"57":0.00216,"70":0.00216,"72":0.00433,"84":0.00216,"94":0.00216,"99":0.00433,"115":0.13633,"120":0.00649,"121":0.01298,"127":0.00433,"129":0.00433,"140":0.01082,"145":0.00216,"146":0.00216,"147":0.00649,"148":0.00216,"149":0.00216,"150":0.01298,"151":0.26834,"152":0.14499,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 58 59 60 61 62 63 64 65 66 67 68 69 71 73 74 75 76 77 78 79 80 81 82 83 85 86 87 88 89 90 91 92 93 95 96 97 98 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 130 131 132 133 134 135 136 137 138 139 141 142 143 144 153 154 155 3.5 3.6"},D:{"44":0.00216,"45":0.00216,"47":0.00216,"48":0.00216,"49":0.00216,"50":0.00216,"51":0.00216,"52":0.00216,"53":0.00216,"54":0.00433,"55":0.00216,"56":0.00433,"57":0.00216,"58":0.00216,"60":0.00216,"62":0.00866,"63":0.00216,"64":0.00216,"66":0.00216,"67":0.00216,"68":0.00216,"69":0.00216,"70":0.01082,"71":0.00866,"72":0.00866,"73":0.00216,"74":0.00649,"76":0.00216,"77":0.00649,"78":0.02813,"79":0.04112,"80":0.00433,"81":0.00433,"83":0.00433,"84":0.00433,"85":0.00433,"86":0.01082,"87":0.01948,"88":0.00216,"89":0.00649,"90":0.00216,"92":0.00433,"93":0.00433,"94":0.00216,"96":0.00649,"97":0.00216,"98":0.00216,"99":0.00216,"100":0.00216,"101":0.00216,"102":0.00216,"103":0.0238,"104":0.01948,"105":0.02164,"106":0.02164,"107":0.03679,"108":0.03679,"109":0.89157,"110":0.02164,"111":0.02597,"112":0.01731,"114":0.00866,"115":0.01082,"116":0.03895,"117":0.0303,"118":0.17961,"119":0.02597,"120":0.04544,"121":0.00433,"122":0.01082,"123":0.00649,"124":0.0238,"125":0.01298,"126":0.0238,"127":0.00866,"128":0.01082,"129":0.00216,"130":0.01298,"131":0.09954,"132":0.00866,"133":0.05194,"134":0.01082,"135":0.01082,"136":0.02597,"137":0.01731,"138":0.05194,"139":0.01082,"140":0.01298,"141":0.01515,"142":0.02164,"143":0.03246,"144":0.03462,"145":0.04544,"146":0.09305,"147":0.21856,"148":1.84156,"149":5.68266,"150":0.02164,_:"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 46 59 61 65 75 91 95 113 151 152 153"},F:{"45":0.00216,"79":0.00216,"90":0.00216,"95":0.01948,"98":0.01298,"99":0.02164,"102":0.01298,"125":0.00216,"131":0.22289,_:"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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 91 92 93 94 96 97 100 101 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:{"14":0.00433,"16":0.01731,"17":0.00649,"18":0.02813,"81":0.00216,"84":0.00433,"89":0.00433,"90":0.01515,"92":0.132,"100":0.01515,"109":0.01731,"114":0.00433,"119":0.00649,"120":0.00649,"122":0.01515,"128":0.00216,"131":0.00216,"133":0.00216,"138":0.00216,"139":0.00216,"140":0.01298,"141":0.00866,"142":0.00216,"143":0.00866,"144":0.01082,"145":0.01731,"146":0.01731,"147":0.01948,"148":0.27699,"149":0.99328,"150":0.00649,_:"12 13 15 79 80 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 129 130 132 134 135 136 137"},E:{"15":0.00216,"27":0.01515,_:"4 5 6 7 8 9 10 11 12 13 14 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 17.0 TP","5.1":0.00433,"13.1":0.00216,"15.5":0.00216,"15.6":0.04977,"16.0":0.00216,"16.1":0.00649,"16.2":0.00866,"16.3":0.00649,"16.4":0.05843,"16.5":0.01298,"16.6":0.0541,"17.1":0.09522,"17.2":0.01298,"17.3":0.00433,"17.4":0.01082,"17.5":0.02597,"17.6":0.13633,"18.0":0.00433,"18.1":0.00433,"18.2":0.00216,"18.3":0.03462,"18.4":0.00433,"18.5-18.7":0.04112,"26.0":0.01948,"26.1":0.02813,"26.2":0.04761,"26.3":0.08872,"26.4":0.0844,"26.5":0.69464},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00089,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00268,"8.1-8.4":0,"9.0-9.2":0.00089,"9.3":0,"10.0-10.2":0,"10.3":0.00984,"11.0-11.2":0.2962,"11.3-11.4":0.00179,"12.0-12.1":0,"12.2-12.5":0.03043,"13.0-13.1":0,"13.2":0.00984,"13.3":0,"13.4-13.7":0.00179,"14.0-14.4":0.00626,"14.5-14.8":0.00984,"15.0-15.1":0.00895,"15.2-15.3":0.00537,"15.4":0.00626,"15.5":0.00805,"15.6-15.8":0.1566,"16.0":0.01432,"16.1":0.02327,"16.2":0.01253,"16.3":0.02685,"16.4":0.00626,"16.5":0.00984,"16.6-16.7":0.20403,"17.0":0.00895,"17.1":0.01342,"17.2":0.01253,"17.3":0.01879,"17.4":0.02864,"17.5":0.05101,"17.6-17.7":0.13155,"18.0":0.02953,"18.1":0.05638,"18.2":0.03043,"18.3":0.09307,"18.4":0.04206,"18.5-18.7":1.34499,"26.0":0.08859,"26.1":0.09217,"26.2":0.2783,"26.3":0.38032,"26.4":0.4358,"26.5":4.94237},P:{"20":0.00784,"21":0.02351,"22":0.01567,"23":0.00784,"24":0.03134,"25":0.02351,"26":0.09403,"27":0.09403,"28":0.09403,"29":0.42314,"30":0.59554,_:"4 8.2 10.1 12.0 14.0 15.0 17.0","5.0-5.4":0.01567,"6.2-6.4":0.00784,"7.2-7.4":0.07836,"9.2":0.05485,"11.1-11.2":0.01567,"13.0":0.00784,"16.0":0.02351,"18.0":0.00784,"19.0":0.01567},I:{"0":0.02348,"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.47016,_:"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.50934},H:{all:0},L:{"0":72.98629},R:{_:"0"},M:{"0":0.03918},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.0349,"120":0.00872,"121":0.00872,"126":0.00436,"128":0.00436,"131":0.00436,"132":0.00436,"133":0.00436,"136":0.02617,"140":0.00436,"148":0.00436,"149":0.00872,"150":0.37513,"151":0.07415,_:"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 127 129 130 134 135 137 138 139 141 142 143 144 145 146 147 152 153 154 3.5 3.6"},D:{"39":0.03926,"40":0.0349,"41":0.04798,"42":0.05234,"43":0.04798,"44":0.04362,"45":0.03926,"46":0.04362,"47":0.04798,"48":0.03053,"49":0.0349,"50":0.03053,"51":0.03053,"52":0.03053,"53":0.03926,"54":0.03926,"55":0.03926,"56":0.0349,"57":0.03926,"58":0.04362,"59":0.04362,"60":0.0349,"68":0.00436,"79":0.00436,"85":0.00436,"86":0.00436,"88":0.00872,"103":0.13522,"104":0.10905,"105":0.1265,"106":0.13086,"107":0.10033,"108":0.12214,"109":0.84623,"110":0.12214,"111":0.19629,"112":0.67175,"114":0.01309,"116":0.27917,"117":0.12214,"118":1.61394,"119":0.00872,"120":0.11341,"121":0.01745,"122":0.03053,"123":0.00436,"124":0.16576,"125":0.03053,"126":0.03926,"127":0.02617,"128":0.0349,"129":0.03053,"130":0.02617,"131":0.27917,"132":0.02181,"133":0.27481,"134":0.02617,"135":0.00436,"137":0.00872,"138":0.17884,"139":0.0349,"140":0.00436,"141":0.01309,"142":0.10905,"143":0.02617,"144":0.02181,"145":2.34676,"146":0.23991,"147":6.19404,"148":9.25616,"149":0.05234,"150":0.04798,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 78 80 81 83 84 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 113 115 136 151 152"},F:{"95":0.00872,"97":0.00436,"98":0.01745,"131":0.13086,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00436,"92":0.00872,"109":0.00436,"119":0.00436,"120":0.00436,"139":0.00872,"142":0.00436,"143":0.01309,"144":0.01745,"145":0.15267,"146":0.07415,"147":1.98907,"148":3.99995,"149":0.00872,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 140 141"},E:{"14":0.00436,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 17.0 17.2 17.4 18.2 TP","5.1":0.00436,"15.6":0.02181,"16.1":0.00436,"16.4":0.01309,"16.5":0.00436,"16.6":0.25736,"17.1":0.07852,"17.3":0.00872,"17.5":0.00436,"17.6":0.16576,"18.0":0.00436,"18.1":0.00872,"18.3":0.06979,"18.4":0.00436,"18.5-18.7":0.05671,"26.0":0.05671,"26.1":0.00436,"26.2":0.18757,"26.3":0.45365,"26.4":1.0556,"26.5":0.45801},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00203,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00406,"8.1-8.4":0,"9.0-9.2":0.00203,"9.3":0,"10.0-10.2":0,"10.3":0.01825,"11.0-11.2":0.48063,"11.3-11.4":0.00608,"12.0-12.1":0,"12.2-12.5":0.06895,"13.0-13.1":0,"13.2":0.02231,"13.3":0,"13.4-13.7":0.00406,"14.0-14.4":0.01622,"14.5-14.8":0.02636,"15.0-15.1":0.02028,"15.2-15.3":0.01217,"15.4":0.01622,"15.5":0.01825,"15.6-15.8":0.34273,"16.0":0.0365,"16.1":0.05678,"16.2":0.03042,"16.3":0.06692,"16.4":0.0142,"16.5":0.02434,"16.6-16.7":0.4563,"17.0":0.02028,"17.1":0.03448,"17.2":0.03042,"17.3":0.05881,"17.4":0.09329,"17.5":0.12574,"17.6-17.7":0.33056,"18.0":0.06692,"18.1":0.13182,"18.2":0.07098,"18.3":0.21091,"18.4":0.09734,"18.5-18.7":3.35835,"26.0":0.21497,"26.1":0.26769,"26.2":1.03022,"26.3":3.25289,"26.4":6.70859,"26.5":2.39303},P:{"4":0.0071,"22":0.01421,"24":0.0071,"25":0.0071,"26":0.01421,"27":0.01421,"28":0.07105,"29":2.25225,"30":0.74601,_:"20 21 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.0071},I:{"0":0.01126,"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.08457,_:"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.10712},Q:{_:"14.9"},O:{"0":0.08457},H:{all:0},L:{"0":38.93468}};
1
+ module.exports={C:{"86":0.00495,"115":0.01484,"120":0.16816,"121":0.30665,"125":0.27698,"126":0.28192,"127":0.30665,"128":0.17806,"129":0.17311,"130":0.34622,"131":0.32149,"132":0.26708,"133":0.27698,"134":0.17806,"135":0.23741,"136":0.38084,"140":0.00989,"150":0.00495,"151":0.22752,"152":0.10881,_:"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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 137 138 139 141 142 143 144 145 146 147 148 149 153 154 155 3.5 3.6"},D:{"39":0.01484,"40":0.01484,"41":0.01484,"42":0.01978,"43":0.01484,"44":0.00989,"45":0.01484,"46":0.01484,"47":0.01484,"48":0.01484,"49":0.01484,"50":0.01978,"51":0.01978,"52":0.01484,"53":0.01484,"54":0.02473,"55":0.00989,"56":0.01978,"57":0.01484,"58":0.00989,"59":0.01484,"60":0.02473,"70":0.00989,"79":0.04946,"81":0.00495,"93":0.00989,"95":0.00989,"103":0.1286,"104":0.10387,"105":0.12365,"106":0.1286,"107":0.1187,"108":0.11376,"109":1.07823,"110":0.1187,"111":0.12365,"112":0.12365,"114":0.00495,"116":0.39568,"117":0.08903,"118":1.65196,"119":0.34127,"120":0.46492,"121":0.01978,"122":0.00495,"123":0.00989,"124":0.18795,"125":0.07914,"126":0.09892,"127":0.05441,"128":0.08408,"129":0.07914,"130":0.0643,"131":0.33138,"132":0.08903,"133":0.32644,"134":0.05935,"136":0.02473,"137":0.02473,"138":0.09892,"139":0.02473,"140":0.00495,"141":0.00495,"142":0.04946,"143":0.01978,"144":0.1286,"145":1.17715,"146":0.60836,"147":0.6232,"148":5.4406,"149":9.99587,"150":0.1286,"151":0.01978,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 83 84 85 86 87 88 89 90 91 92 94 96 97 98 99 100 101 102 113 115 135 152 153"},F:{"99":0.00495,"131":0.11376,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.02473,"105":0.00495,"109":0.00495,"119":0.14343,"120":0.15827,"126":0.00495,"127":0.00495,"140":0.00989,"143":0.00495,"144":0.00495,"145":0.00989,"146":0.02968,"147":0.02473,"148":1.75088,"149":5.73736,"150":0.01978,_:"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 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 128 129 130 131 132 133 134 135 136 137 138 139 141 142"},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 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 17.0 17.2 17.3 17.4 18.0 18.2 18.4 TP","10.1":0.00495,"14.1":0.01978,"15.6":0.01978,"16.3":0.00989,"16.4":0.01484,"16.5":0.00495,"16.6":0.24235,"17.1":0.00989,"17.5":0.00495,"17.6":0.09397,"18.1":0.00989,"18.3":0.01978,"18.5-18.7":0.04946,"26.0":0.00989,"26.1":0.03462,"26.2":0.06924,"26.3":0.19289,"26.4":0.16322,"26.5":1.1178},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0018,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00541,"8.1-8.4":0,"9.0-9.2":0.0018,"9.3":0,"10.0-10.2":0,"10.3":0.01982,"11.0-11.2":0.59638,"11.3-11.4":0.0036,"12.0-12.1":0,"12.2-12.5":0.06126,"13.0-13.1":0,"13.2":0.01982,"13.3":0,"13.4-13.7":0.0036,"14.0-14.4":0.01261,"14.5-14.8":0.01982,"15.0-15.1":0.01802,"15.2-15.3":0.01081,"15.4":0.01261,"15.5":0.01622,"15.6-15.8":0.31531,"16.0":0.02883,"16.1":0.04685,"16.2":0.02522,"16.3":0.05405,"16.4":0.01261,"16.5":0.01982,"16.6-16.7":0.4108,"17.0":0.01802,"17.1":0.02703,"17.2":0.02522,"17.3":0.03784,"17.4":0.05766,"17.5":0.1027,"17.6-17.7":0.26486,"18.0":0.05946,"18.1":0.11351,"18.2":0.06126,"18.3":0.18738,"18.4":0.08468,"18.5-18.7":2.70803,"26.0":0.17837,"26.1":0.18558,"26.2":0.56034,"26.3":0.76574,"26.4":0.87745,"26.5":9.95107},P:{"21":0.00688,"22":0.01376,"24":0.02064,"25":0.00688,"26":0.00688,"27":0.02064,"28":0.05505,"29":0.26838,"30":2.01626,_:"4 20 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.01376,"17.0":0.00688},I:{"0":0.0202,"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.05559,_:"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.1314},H:{all:0},L:{"0":37.49058},R:{_:"0"},M:{"0":0.08086},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.0309,"120":0.0103,"121":0.06695,"124":0.0412,"125":0.01545,"126":0.0412,"150":0.2884,"151":0.0309,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 122 123 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 152 153 154 3.5 3.6"},D:{"39":0.08755,"40":0.09785,"41":0.04635,"42":0.103,"43":0.04635,"44":0.06695,"45":0.04635,"46":0.1133,"47":0.11845,"48":0.0721,"49":0.0824,"50":0.06695,"51":0.06695,"52":0.0721,"53":0.06695,"54":0.0721,"55":0.04635,"56":0.103,"57":0.103,"58":0.08755,"59":0.0824,"60":0.0721,"95":0.0721,"103":0.0309,"104":0.0412,"105":0.01545,"106":0.0412,"107":0.04635,"108":0.02575,"109":0.0721,"110":0.06695,"111":0.05665,"112":0.81885,"116":0.0721,"117":0.02575,"118":3.95005,"119":0.01545,"120":0.04635,"122":0.01545,"123":0.02575,"124":0.09785,"125":0.05665,"129":0.0412,"130":0.0103,"131":0.05665,"133":0.0824,"135":0.0103,"138":0.02575,"139":0.0412,"141":0.0412,"142":0.13905,"143":0.05665,"144":0.0103,"145":0.8446,"146":1.90035,"147":5.2633,"148":8.3945,"149":0.0103,_:"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 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 113 114 115 121 126 127 128 132 134 136 137 140 150 151 152"},F:{"98":0.0103,"126":0.0103,"131":0.11845,_:"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 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.08755,"85":0.02575,"120":0.01545,"125":0.0103,"131":0.0103,"139":0.04635,"143":0.0103,"144":0.0103,"145":0.05665,"146":0.02575,"147":2.18875,"148":3.58955,_:"12 13 14 15 16 17 79 80 81 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 122 123 124 126 127 128 129 130 132 133 134 135 136 137 138 140 141 142 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.2-15.3 15.4 15.5 16.0 16.4 17.0 TP","15.1":0.0103,"15.6":4.3157,"16.1":0.05665,"16.2":0.11845,"16.3":0.24205,"16.5":0.04635,"16.6":0.61285,"17.1":0.67465,"17.2":0.0824,"17.3":0.0412,"17.4":0.09785,"17.5":0.5253,"17.6":2.22995,"18.0":0.01545,"18.1":0.01545,"18.2":0.02575,"18.3":0.0309,"18.4":0.02575,"18.5-18.7":0.02575,"26.0":0.0103,"26.1":0.0103,"26.2":0.20085,"26.3":0.38625,"26.4":0.8446,"26.5":0.5047},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00265,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00531,"8.1-8.4":0,"9.0-9.2":0.00265,"9.3":0,"10.0-10.2":0,"10.3":0.02389,"11.0-11.2":0.62898,"11.3-11.4":0.00796,"12.0-12.1":0,"12.2-12.5":0.09023,"13.0-13.1":0,"13.2":0.02919,"13.3":0,"13.4-13.7":0.00531,"14.0-14.4":0.02123,"14.5-14.8":0.0345,"15.0-15.1":0.02654,"15.2-15.3":0.01592,"15.4":0.02123,"15.5":0.02389,"15.6-15.8":0.44851,"16.0":0.04777,"16.1":0.07431,"16.2":0.03981,"16.3":0.08758,"16.4":0.01858,"16.5":0.03185,"16.6-16.7":0.59713,"17.0":0.02654,"17.1":0.04512,"17.2":0.03981,"17.3":0.07696,"17.4":0.12208,"17.5":0.16454,"17.6-17.7":0.43259,"18.0":0.08758,"18.1":0.1725,"18.2":0.09289,"18.3":0.27601,"18.4":0.12739,"18.5-18.7":4.39489,"26.0":0.28132,"26.1":0.35032,"26.2":1.34819,"26.3":4.25689,"26.4":8.77917,"26.5":3.13163},P:{"25":0.10051,"28":0.00773,"29":0.52959,"30":0.1353,_:"4 20 21 22 23 24 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","9.2":0.00773},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.04365,_:"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.01455},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":26.7739}};
1
+ module.exports={C:{"67":0.01342,"120":0.18794,"121":0.40943,"124":0.00671,"125":0.02014,"126":0.02014,"127":0.00671,"128":0.00671,"131":0.01342,"132":0.00671,"133":0.00671,"134":0.00671,"135":0.01342,"136":0.00671,"138":0.58394,"140":0.00671,"145":0.00671,"149":0.00671,"150":0.00671,"151":0.95982,"152":0.04027,_:"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 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 129 130 137 139 141 142 143 144 146 147 148 153 154 155 3.5 3.6"},D:{"40":0.02014,"41":0.01342,"42":0.00671,"43":0.02685,"44":0.02014,"45":0.00671,"46":0.01342,"47":0.01342,"48":0.02685,"49":0.01342,"50":0.03356,"51":0.02685,"52":0.01342,"53":0.01342,"54":0.00671,"55":0.00671,"56":0.01342,"57":0.02014,"58":0.01342,"59":0.00671,"60":0.01342,"83":0.00671,"86":0.00671,"101":0.01342,"103":0.02685,"104":0.01342,"105":0.01342,"106":0.01342,"107":0.26177,"108":0.02014,"109":0.14095,"110":0.00671,"111":0.04698,"112":0.01342,"113":0.00671,"116":0.03356,"117":0.01342,"118":2.04045,"119":0.59066,"120":0.53025,"121":0.09397,"122":0.01342,"123":0.10068,"124":0.02014,"125":0.85914,"126":0.04027,"127":0.00671,"128":0.03356,"129":0.00671,"130":0.16109,"131":0.06712,"132":0.03356,"133":0.04698,"135":0.01342,"136":0.01342,"137":0.06041,"138":0.08054,"139":0.09397,"140":0.04698,"141":0.18794,"142":0.06041,"143":0.09397,"144":0.10739,"145":0.2819,"146":0.59066,"147":1.49006,"148":21.88112,"149":9.49077,"150":0.28862,"151":0.10068,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 84 85 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 114 115 134 152 153"},F:{"90":0.00671,"98":0.00671,"99":0.00671,"131":0.04027,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 91 92 93 94 95 96 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.00671,"100":0.00671,"115":0.02014,"119":0.20136,"120":0.19465,"124":0.03356,"125":0.02014,"126":0.02685,"127":0.02014,"131":0.00671,"133":0.12753,"135":0.00671,"140":0.00671,"141":0.00671,"142":0.01342,"145":0.02685,"146":0.00671,"147":0.07383,"148":2.69822,"149":4.24198,_:"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 106 107 108 109 110 111 112 113 114 116 117 118 121 122 123 128 129 130 132 134 136 137 138 139 143 144 150"},E:{"27":0.03356,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 TP","13.1":0.00671,"14.1":0.00671,"15.6":0.13424,"16.1":0.03356,"16.2":0.02014,"16.3":0.03356,"16.4":0.1141,"16.5":0.02685,"16.6":0.86585,"17.0":0.18794,"17.1":0.74503,"17.2":0.00671,"17.3":1.36925,"17.4":0.07383,"17.5":0.04027,"17.6":1.95319,"18.0":0.00671,"18.1":0.02685,"18.2":0.00671,"18.3":0.02014,"18.4":0.01342,"18.5-18.7":0.00671,"26.0":0.01342,"26.1":0.02685,"26.2":0.06041,"26.3":0.10068,"26.4":0.07383,"26.5":1.49006},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00188,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00564,"8.1-8.4":0,"9.0-9.2":0.00188,"9.3":0,"10.0-10.2":0,"10.3":0.02069,"11.0-11.2":0.62252,"11.3-11.4":0.00376,"12.0-12.1":0,"12.2-12.5":0.06395,"13.0-13.1":0,"13.2":0.02069,"13.3":0,"13.4-13.7":0.00376,"14.0-14.4":0.01317,"14.5-14.8":0.02069,"15.0-15.1":0.01881,"15.2-15.3":0.01128,"15.4":0.01317,"15.5":0.01693,"15.6-15.8":0.32913,"16.0":0.03009,"16.1":0.0489,"16.2":0.02633,"16.3":0.05642,"16.4":0.01317,"16.5":0.02069,"16.6-16.7":0.42881,"17.0":0.01881,"17.1":0.02821,"17.2":0.02633,"17.3":0.0395,"17.4":0.06018,"17.5":0.1072,"17.6-17.7":0.27647,"18.0":0.06206,"18.1":0.11849,"18.2":0.06395,"18.3":0.1956,"18.4":0.08839,"18.5-18.7":2.82675,"26.0":0.18619,"26.1":0.19372,"26.2":0.58491,"26.3":0.79931,"26.4":0.91592,"26.5":10.3873},P:{"4":0.00175,"24":0.00175,"25":0.08067,"28":0.00351,"29":0.03156,"30":0.24901,_:"20 21 22 23 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.00657,"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.04274,_:"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.02959},H:{all:0},L:{"0":17.32224},R:{_:"0"},M:{"0":0.01644},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.01684,"115":0.04209,"120":0.00842,"121":0.01684,"140":0.01684,"146":0.00421,"147":0.00421,"148":0.01263,"149":0.02525,"150":0.46299,"151":0.17678,"152":0.00842,"153":0.00421,_:"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 142 143 144 145 154 3.5 3.6"},D:{"39":0.25675,"40":0.25675,"41":0.25254,"42":0.26096,"43":0.26096,"44":0.25675,"45":0.25675,"46":0.25675,"47":0.26096,"48":0.25675,"49":0.25675,"50":0.25675,"51":0.26096,"52":0.26517,"53":0.26096,"54":0.25675,"55":0.26096,"56":0.26096,"57":0.26096,"58":0.24833,"59":0.25675,"60":0.25675,"69":0.00421,"71":0.00421,"75":0.01263,"79":0.00421,"86":0.00421,"87":0.00421,"91":0.00421,"101":0.00421,"103":0.71553,"104":0.7029,"105":0.70711,"106":0.70711,"107":0.70711,"108":0.71553,"109":1.15327,"110":0.71974,"111":0.69869,"112":1.97402,"116":1.43527,"117":0.69869,"118":2.52961,"119":0.01263,"120":0.72395,"121":0.00421,"122":0.00421,"123":0.00421,"124":0.72395,"125":0.00421,"126":0.00421,"127":0.00421,"128":0.02525,"129":0.01263,"130":0.00842,"131":1.4984,"132":0.00842,"133":1.4479,"134":0.01263,"135":0.00842,"136":0.00842,"137":0.05472,"138":0.0926,"139":0.15573,"140":0.05472,"141":0.02105,"142":0.10523,"143":0.03788,"144":0.06314,"145":0.71553,"146":0.25254,"147":2.69376,"148":4.09115,"149":0.01684,_:"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 70 72 73 74 76 77 78 80 81 83 84 85 88 89 90 92 93 94 95 96 97 98 99 100 102 113 114 115 150 151 152"},F:{"95":0.00421,"97":0.00842,"98":0.00421,"102":0.00842,"117":0.00421,"131":0.15994,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 115 116 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.00421,"113":0.01263,"119":0.00421,"120":0.00421,"134":0.00421,"142":0.00421,"144":0.00421,"145":0.00842,"146":0.01263,"147":0.26517,"148":0.58505,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 135 136 137 138 139 140 141 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 11.1 12.1 15.1 15.4 15.5 17.0 TP","13.1":0.01263,"14.1":0.00421,"15.2-15.3":0.00421,"15.6":0.05051,"16.0":0.00421,"16.1":0.00421,"16.2":0.00421,"16.3":0.00421,"16.4":0.00421,"16.5":0.00421,"16.6":0.09681,"17.1":0.0463,"17.2":0.00421,"17.3":0.00842,"17.4":0.01684,"17.5":0.03788,"17.6":0.0926,"18.0":0.00421,"18.1":0.00842,"18.2":0.00842,"18.3":0.04209,"18.4":0.00842,"18.5-18.7":0.06734,"26.0":0.01684,"26.1":0.01263,"26.2":0.07576,"26.3":0.34935,"26.4":0.38723,"26.5":0.17678},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00251,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00502,"8.1-8.4":0,"9.0-9.2":0.00251,"9.3":0,"10.0-10.2":0,"10.3":0.02257,"11.0-11.2":0.59428,"11.3-11.4":0.00752,"12.0-12.1":0,"12.2-12.5":0.08526,"13.0-13.1":0,"13.2":0.02758,"13.3":0,"13.4-13.7":0.00502,"14.0-14.4":0.02006,"14.5-14.8":0.0326,"15.0-15.1":0.02508,"15.2-15.3":0.01505,"15.4":0.02006,"15.5":0.02257,"15.6-15.8":0.42377,"16.0":0.04514,"16.1":0.07021,"16.2":0.03761,"16.3":0.08275,"16.4":0.01755,"16.5":0.03009,"16.6-16.7":0.56419,"17.0":0.02508,"17.1":0.04263,"17.2":0.03761,"17.3":0.07272,"17.4":0.11535,"17.5":0.15547,"17.6-17.7":0.40872,"18.0":0.08275,"18.1":0.16299,"18.2":0.08776,"18.3":0.26078,"18.4":0.12036,"18.5-18.7":4.15242,"26.0":0.2658,"26.1":0.33099,"26.2":1.27381,"26.3":4.02203,"26.4":8.29482,"26.5":2.95885},P:{"4":0.00635,"23":0.01906,"24":0.00635,"25":0.01271,"26":0.02542,"27":0.01271,"28":0.03813,"29":1.28357,"30":0.2224,_:"20 21 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00635},I:{"0":0.02314,"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.09266,_:"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.00579,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.18531},Q:{_:"14.9"},O:{"0":0.00579},H:{all:0},L:{"0":35.32847}};
1
+ module.exports={C:{"115":0.05754,"120":0.34524,"121":0.69528,"123":0.0048,"125":0.0048,"128":0.0048,"135":0.0048,"136":0.0048,"140":0.0048,"148":0.0048,"149":0.0048,"150":0.01439,"151":0.3884,"152":0.26852,"153":0.00959,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 124 126 127 129 130 131 132 133 134 137 138 139 141 142 143 144 145 146 147 154 155 3.5 3.6"},D:{"39":0.03357,"40":0.02877,"41":0.03357,"42":0.02877,"43":0.02877,"44":0.03836,"45":0.02877,"46":0.03357,"47":0.02877,"48":0.02877,"49":0.02877,"50":0.02877,"51":0.03357,"52":0.02877,"53":0.02877,"54":0.02877,"55":0.03836,"56":0.03836,"57":0.02877,"58":0.02877,"59":0.02877,"60":0.02877,"68":0.0048,"75":0.00959,"79":0.0048,"83":0.0048,"86":0.0048,"87":0.0048,"88":0.0048,"101":0.01439,"103":1.14121,"104":1.11244,"105":1.12683,"106":1.12683,"107":1.12683,"108":1.13162,"109":1.49604,"110":1.11724,"111":1.13162,"112":1.10765,"114":0.0048,"116":2.16255,"117":1.14121,"118":3.42843,"119":0.68569,"120":1.83649,"121":0.0048,"122":0.01439,"124":1.14601,"125":0.0048,"126":0.0048,"127":0.0048,"128":0.01439,"129":0.01918,"130":0.0048,"131":2.21529,"132":0.01918,"133":2.20091,"134":0.01918,"135":0.0048,"136":0.00959,"137":0.05754,"138":0.09111,"139":0.1007,"140":0.02398,"141":0.01439,"142":0.07193,"143":0.03836,"144":0.06713,"145":0.49389,"146":0.17262,"147":0.16783,"148":2.73795,"149":3.65379,"150":0.02398,_:"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 76 77 78 80 81 84 85 89 90 91 92 93 94 95 96 97 98 99 100 102 113 115 123 151 152 153"},F:{"46":0.0048,"95":0.0048,"98":0.00959,"99":0.03357,"131":0.18221,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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:{"113":0.0048,"119":0.34045,"120":0.34524,"134":0.00959,"137":0.0048,"145":0.0048,"146":0.00959,"147":0.01439,"148":0.22057,"149":0.55622,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 135 136 138 139 140 141 142 143 144 150"},E:{"27":0.0048,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.2 16.5 17.0 17.2 TP","13.1":0.0048,"15.6":0.03836,"16.0":0.0048,"16.1":0.0048,"16.3":0.0048,"16.4":0.0048,"16.6":0.05754,"17.1":0.03357,"17.3":0.0048,"17.4":0.0048,"17.5":0.03357,"17.6":0.05275,"18.0":0.00959,"18.1":0.0048,"18.2":0.00959,"18.3":0.02877,"18.4":0.0048,"18.5-18.7":0.04316,"26.0":0.01918,"26.1":0.00959,"26.2":0.04316,"26.3":0.12467,"26.4":0.05754,"26.5":0.73364},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00237,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0071,"8.1-8.4":0,"9.0-9.2":0.00237,"9.3":0,"10.0-10.2":0,"10.3":0.02605,"11.0-11.2":0.78373,"11.3-11.4":0.00474,"12.0-12.1":0,"12.2-12.5":0.0805,"13.0-13.1":0,"13.2":0.02605,"13.3":0,"13.4-13.7":0.00474,"14.0-14.4":0.01657,"14.5-14.8":0.02605,"15.0-15.1":0.02368,"15.2-15.3":0.01421,"15.4":0.01657,"15.5":0.02131,"15.6-15.8":0.41436,"16.0":0.03788,"16.1":0.06156,"16.2":0.03315,"16.3":0.07103,"16.4":0.01657,"16.5":0.02605,"16.6-16.7":0.53985,"17.0":0.02368,"17.1":0.03552,"17.2":0.03315,"17.3":0.04972,"17.4":0.07577,"17.5":0.13496,"17.6-17.7":0.34806,"18.0":0.07814,"18.1":0.14917,"18.2":0.0805,"18.3":0.24625,"18.4":0.11128,"18.5-18.7":3.55874,"26.0":0.23441,"26.1":0.24388,"26.2":0.73637,"26.3":1.0063,"26.4":1.1531,"26.5":13.07711},P:{"4":0.0067,"23":0.0201,"24":0.0067,"25":0.0067,"26":0.0402,"27":0.0067,"28":0.0469,"29":0.23449,"30":1.56772,_:"20 21 22 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.0402,"8.2":0.0067},I:{"0":0.0156,"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.24984,_:"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.01562,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.02082},H:{all:0},L:{"0":31.56305},R:{_:"0"},M:{"0":0.21861},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.02182,"102":0.00545,"112":0.00545,"115":0.08181,"120":0.00545,"121":0.00545,"125":0.00545,"127":0.00545,"128":0.00545,"140":0.03818,"146":0.00545,"147":0.00545,"148":0.02727,"149":0.03272,"150":0.64357,"151":0.20725,"152":0.00545,_:"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 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 126 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 153 154 3.5 3.6"},D:{"39":0.05999,"40":0.06545,"41":0.05999,"42":0.06545,"43":0.06545,"44":0.06545,"45":0.06545,"46":0.06545,"47":0.05999,"48":0.06545,"49":0.07636,"50":0.06545,"51":0.11453,"52":0.06545,"53":0.06545,"54":0.06545,"55":0.06545,"56":0.05999,"57":0.06545,"58":0.05999,"59":0.06545,"60":0.06545,"83":0.00545,"89":0.00545,"97":0.01091,"98":0.00545,"102":0.01636,"103":0.4745,"104":0.49631,"105":0.49086,"106":0.50177,"107":0.49631,"108":0.46904,"109":2.01798,"110":0.50177,"111":0.49086,"112":1.79982,"116":1.01444,"117":0.47995,"118":3.11423,"119":0.00545,"120":0.51813,"121":0.00545,"122":0.01091,"123":0.02727,"124":0.51813,"125":0.00545,"126":0.05454,"127":0.00545,"128":0.35451,"129":0.00545,"130":0.00545,"131":1.0199,"132":0.03272,"133":0.98172,"134":0.06545,"135":0.01091,"136":0.01091,"137":0.03818,"138":0.2018,"139":0.03818,"140":0.17998,"141":0.04909,"142":0.05454,"143":0.17998,"144":0.09817,"145":0.92173,"146":1.11807,"147":7.66287,"148":11.27342,"149":0.02182,_:"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 84 85 86 87 88 90 91 92 93 94 95 96 99 100 101 113 114 115 150 151 152"},F:{"82":0.77447,"90":0.02182,"95":0.04363,"97":0.00545,"98":0.03272,"117":0.00545,"125":0.01091,"126":0.00545,"131":0.45814,_:"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 83 84 85 86 87 88 89 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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00545,"109":0.01091,"126":0.0709,"131":0.00545,"132":0.00545,"134":0.00545,"136":0.00545,"144":0.04363,"145":0.01091,"146":0.03818,"147":1.80527,"148":1.2217,_:"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 127 128 129 130 133 135 137 138 139 140 141 142 143 149"},E:{"14":0.00545,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.5 18.1 TP","15.6":0.01091,"16.1":0.02182,"16.4":0.00545,"16.6":0.04909,"17.0":0.00545,"17.1":0.04363,"17.2":0.00545,"17.3":0.00545,"17.4":0.02182,"17.5":0.09817,"17.6":0.19089,"18.0":0.04363,"18.2":0.01091,"18.3":0.01091,"18.4":0.00545,"18.5-18.7":0.3436,"26.0":0.02182,"26.1":0.02182,"26.2":0.05454,"26.3":0.21271,"26.4":0.31088,"26.5":0.13635},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00121,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00242,"8.1-8.4":0,"9.0-9.2":0.00121,"9.3":0,"10.0-10.2":0,"10.3":0.01087,"11.0-11.2":0.2862,"11.3-11.4":0.00362,"12.0-12.1":0,"12.2-12.5":0.04106,"13.0-13.1":0,"13.2":0.01328,"13.3":0,"13.4-13.7":0.00242,"14.0-14.4":0.00966,"14.5-14.8":0.0157,"15.0-15.1":0.01208,"15.2-15.3":0.00725,"15.4":0.00966,"15.5":0.01087,"15.6-15.8":0.20409,"16.0":0.02174,"16.1":0.03381,"16.2":0.01811,"16.3":0.03985,"16.4":0.00845,"16.5":0.01449,"16.6-16.7":0.27171,"17.0":0.01208,"17.1":0.02053,"17.2":0.01811,"17.3":0.03502,"17.4":0.05555,"17.5":0.07487,"17.6-17.7":0.19684,"18.0":0.03985,"18.1":0.07849,"18.2":0.04227,"18.3":0.12559,"18.4":0.05797,"18.5-18.7":1.9998,"26.0":0.12801,"26.1":0.1594,"26.2":0.61346,"26.3":1.937,"26.4":3.99476,"26.5":1.42498},P:{"21":0.00785,"22":0.00785,"23":0.0157,"24":0.00785,"25":0.0157,"26":0.0157,"27":0.0157,"28":0.0785,"29":0.9028,"30":0.16486,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.02355,"19.0":0.03925},I:{"0":0.00908,"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.94536,_:"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.00909,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.22271},Q:{"14.9":0.00455},O:{"0":0.24089},H:{all:0},L:{"0":34.86197}};
1
+ module.exports={C:{"39":0.00562,"115":0.04498,"120":0.15742,"121":0.32045,"132":0.01687,"134":0.01124,"135":0.00562,"137":0.02811,"139":0.01687,"140":0.02249,"146":0.01687,"147":0.01124,"149":0.01124,"150":0.03935,"151":0.61842,"152":0.33732,"153":0.00562,_:"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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 133 136 138 141 142 143 144 145 148 154 155 3.5 3.6"},D:{"39":0.03935,"40":0.05622,"41":0.0506,"42":0.03935,"43":0.04498,"44":0.04498,"45":0.04498,"46":0.03935,"47":0.06184,"48":0.03935,"49":0.03935,"50":0.03935,"51":0.08433,"52":0.04498,"53":0.03935,"54":0.03373,"55":0.06184,"56":0.03935,"57":0.03935,"58":0.03935,"59":0.03935,"60":0.05622,"75":0.00562,"79":0.00562,"87":0.01124,"89":0.00562,"95":0.00562,"97":0.00562,"98":0.00562,"101":0.00562,"102":0.00562,"103":0.60718,"104":0.60155,"105":0.60718,"106":0.59031,"107":0.60718,"108":0.61842,"109":2.11387,"110":0.60155,"111":0.60718,"112":0.60718,"114":0.00562,"116":1.30993,"117":0.60718,"118":4.01973,"119":0.34294,"120":0.98947,"121":0.01124,"122":0.01687,"123":0.01124,"124":0.60718,"125":0.01124,"126":0.01687,"127":0.01124,"128":0.17428,"129":0.02249,"130":0.00562,"131":1.25371,"132":0.02811,"133":1.20873,"134":0.06184,"135":0.02249,"136":0.00562,"137":0.05622,"138":0.22488,"139":0.01124,"140":0.06184,"141":0.02249,"142":0.42727,"143":0.06184,"144":0.08995,"145":0.5622,"146":0.46663,"147":0.29797,"148":5.98743,"149":12.15476,"150":0.02249,_:"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 76 77 78 80 81 83 84 85 86 88 90 91 92 93 94 96 99 100 113 115 151 152 153"},F:{"82":0.5622,"90":0.02249,"95":0.02249,"98":0.03373,"99":0.05622,"125":0.00562,"131":0.44976,_:"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 83 84 85 86 87 88 89 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 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.00562,"109":0.01124,"119":0.15742,"120":0.16304,"135":0.00562,"137":0.00562,"145":0.00562,"146":0.00562,"147":0.02811,"148":0.41041,"149":1.26495,"150":0.00562,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 136 138 139 140 141 142 143 144"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 17.0 18.0 TP","14.1":0.00562,"15.6":0.02811,"16.1":0.00562,"16.5":0.00562,"16.6":0.03373,"17.1":0.01687,"17.2":0.00562,"17.3":0.00562,"17.4":0.01687,"17.5":0.01124,"17.6":0.02249,"18.1":0.00562,"18.2":0.00562,"18.3":0.00562,"18.4":0.00562,"18.5-18.7":0.35981,"26.0":0.01687,"26.1":0.01124,"26.2":0.02811,"26.3":0.08433,"26.4":0.0506,"26.5":0.56782},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00114,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00343,"8.1-8.4":0,"9.0-9.2":0.00114,"9.3":0,"10.0-10.2":0,"10.3":0.01259,"11.0-11.2":0.3788,"11.3-11.4":0.00229,"12.0-12.1":0,"12.2-12.5":0.03891,"13.0-13.1":0,"13.2":0.01259,"13.3":0,"13.4-13.7":0.00229,"14.0-14.4":0.00801,"14.5-14.8":0.01259,"15.0-15.1":0.01144,"15.2-15.3":0.00687,"15.4":0.00801,"15.5":0.0103,"15.6-15.8":0.20027,"16.0":0.01831,"16.1":0.02975,"16.2":0.01602,"16.3":0.03433,"16.4":0.00801,"16.5":0.01259,"16.6-16.7":0.26093,"17.0":0.01144,"17.1":0.01717,"17.2":0.01602,"17.3":0.02403,"17.4":0.03662,"17.5":0.06523,"17.6-17.7":0.16823,"18.0":0.03777,"18.1":0.0721,"18.2":0.03891,"18.3":0.11902,"18.4":0.05379,"18.5-18.7":1.72005,"26.0":0.1133,"26.1":0.11787,"26.2":0.35591,"26.3":0.48637,"26.4":0.55733,"26.5":6.32057},P:{"22":0.00778,"23":0.02334,"24":0.00778,"25":0.02334,"26":0.01556,"27":0.03112,"28":0.0778,"29":0.19451,"30":0.95698,_:"4 20 21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02334},I:{"0":0.00437,"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.84495,_:"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.00438,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.22328},H:{all:0},L:{"0":34.8845},R:{_:"0"},M:{"0":0.52098},Q:{"14.9":0.01313}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00625,"72":0.03123,"78":0.00625,"115":0.08744,"120":0.00625,"121":0.01249,"128":0.00625,"135":0.00625,"140":0.03123,"146":0.00625,"147":0.01249,"148":0.00625,"149":0.01874,"150":0.51842,"151":0.16864,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 134 136 137 138 139 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"39":0.66208,"40":0.68081,"41":0.66832,"42":0.67457,"43":0.69331,"44":0.67457,"45":0.68706,"46":0.67457,"47":0.67457,"48":0.67457,"49":0.69331,"50":0.66832,"51":0.66832,"52":0.66832,"53":0.68081,"54":0.66832,"55":0.67457,"56":0.67457,"57":0.66832,"58":0.67457,"59":0.66832,"60":0.67457,"62":0.00625,"66":0.00625,"68":0.01249,"69":0.00625,"70":0.00625,"71":0.00625,"73":0.03123,"75":0.00625,"76":0.00625,"77":0.00625,"78":0.00625,"79":0.01874,"81":0.01874,"83":0.00625,"84":0.01874,"86":0.09994,"87":0.06871,"90":0.00625,"91":0.00625,"95":0.00625,"97":0.00625,"98":0.03748,"101":0.00625,"103":0.52466,"104":0.49968,"105":0.51217,"106":0.52466,"107":0.49968,"108":0.49343,"109":1.02434,"110":0.50593,"111":0.49968,"112":2.15487,"114":0.01874,"116":1.03059,"117":0.50593,"118":5.15295,"119":0.04372,"120":0.53716,"121":0.00625,"122":0.01874,"123":0.00625,"124":0.52466,"126":0.01249,"127":0.03123,"128":0.03123,"129":0.00625,"130":0.01874,"131":1.11803,"132":0.01249,"133":1.02434,"134":0.03123,"135":0.04372,"136":0.02498,"137":0.21861,"138":0.11867,"139":0.03748,"140":0.01874,"141":0.01249,"142":0.09994,"143":0.08744,"144":0.04997,"145":1.14302,"146":0.2311,"147":3.11675,"148":5.57143,"149":0.03748,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 63 64 65 67 72 74 80 85 88 89 92 93 94 96 99 100 102 113 115 125 150 151 152"},F:{"36":0.00625,"40":0.00625,"42":0.00625,"46":0.00625,"79":0.00625,"95":0.03123,"96":0.00625,"97":0.01249,"98":0.00625,"117":0.00625,"127":0.00625,"131":0.63085,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 41 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00625,"15":0.01249,"16":0.01249,"17":0.00625,"18":0.07495,"84":0.00625,"89":0.00625,"90":0.01249,"92":0.11867,"100":0.01874,"103":0.00625,"109":0.01874,"122":0.01249,"127":0.00625,"131":0.01249,"132":0.01249,"133":0.00625,"134":0.01249,"135":0.00625,"137":0.00625,"138":0.00625,"139":0.01249,"140":0.01249,"141":0.01249,"142":0.01249,"143":0.03748,"144":0.01874,"145":0.11867,"146":0.09369,"147":1.23671,"148":2.43594,_:"12 13 79 80 81 83 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 117 118 119 120 121 123 124 125 126 128 129 130 136 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.4 TP","5.1":0.01249,"10.1":0.00625,"11.1":0.00625,"12.1":0.00625,"13.1":0.01249,"14.1":0.01249,"15.6":0.04372,"16.4":0.00625,"16.6":0.02498,"17.1":0.03748,"17.5":0.00625,"17.6":0.05621,"18.3":0.01249,"18.5-18.7":0.01249,"26.0":0.06246,"26.1":0.00625,"26.2":0.02498,"26.3":0.11243,"26.4":0.21236,"26.5":0.08744},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0006,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00121,"8.1-8.4":0,"9.0-9.2":0.0006,"9.3":0,"10.0-10.2":0,"10.3":0.00544,"11.0-11.2":0.14333,"11.3-11.4":0.00181,"12.0-12.1":0,"12.2-12.5":0.02056,"13.0-13.1":0,"13.2":0.00665,"13.3":0,"13.4-13.7":0.00121,"14.0-14.4":0.00484,"14.5-14.8":0.00786,"15.0-15.1":0.00605,"15.2-15.3":0.00363,"15.4":0.00484,"15.5":0.00544,"15.6-15.8":0.10221,"16.0":0.01089,"16.1":0.01693,"16.2":0.00907,"16.3":0.01996,"16.4":0.00423,"16.5":0.00726,"16.6-16.7":0.13607,"17.0":0.00605,"17.1":0.01028,"17.2":0.00907,"17.3":0.01754,"17.4":0.02782,"17.5":0.0375,"17.6-17.7":0.09858,"18.0":0.01996,"18.1":0.03931,"18.2":0.02117,"18.3":0.0629,"18.4":0.02903,"18.5-18.7":1.0015,"26.0":0.06411,"26.1":0.07983,"26.2":0.30722,"26.3":0.97005,"26.4":2.00058,"26.5":0.71363},P:{"4":0.00828,"24":0.00828,"25":0.00828,"26":0.02483,"27":0.11586,"28":0.04138,"29":0.41379,"30":0.05793,_:"20 21 22 23 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","5.0-5.4":0.00828,"7.2-7.4":0.0331,"19.0":0.00828},I:{"0":0.07125,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},K:{"0":0.6532,_:"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.00375,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.10136},Q:{"14.9":0.00751},O:{"0":0.14641},H:{all:0},L:{"0":40.31911}};
1
+ module.exports={C:{"115":0.04255,"120":0.20669,"121":0.40729,"128":0.00608,"137":0.01216,"140":0.02432,"146":0.00608,"147":0.00608,"149":0.00608,"150":0.01824,"151":0.29179,"152":0.23708,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 134 135 136 138 139 141 142 143 144 145 148 153 154 155 3.5 3.6"},D:{"39":0.4924,"40":0.48632,"41":0.50456,"42":0.51064,"43":0.50456,"44":0.51064,"45":0.4924,"46":0.49848,"47":0.49848,"48":0.49848,"49":0.51064,"50":0.49848,"51":0.51064,"52":0.51064,"53":0.4924,"54":0.52279,"55":0.50456,"56":0.51064,"57":0.49848,"58":0.50456,"59":0.49848,"60":0.4924,"62":0.00608,"65":0.00608,"66":0.01216,"67":0.00608,"68":0.00608,"69":0.01216,"70":0.00608,"72":0.00608,"73":0.0304,"76":0.00608,"77":0.01216,"79":0.0304,"80":0.00608,"81":0.01216,"83":0.01216,"84":0.01216,"86":0.05471,"87":0.07295,"88":0.00608,"90":0.01824,"93":0.00608,"95":0.00608,"98":0.01824,"101":0.00608,"103":0.61398,"104":0.58966,"105":0.59574,"106":0.60182,"107":0.58966,"108":0.59574,"109":1.07598,"110":0.59574,"111":0.58966,"112":0.6079,"114":0.01216,"116":1.22188,"117":0.60182,"118":6.54708,"119":0.45593,"120":1.03951,"121":0.00608,"122":0.01824,"123":0.00608,"124":0.59574,"125":0.01216,"126":0.01824,"127":0.01216,"128":0.03647,"129":0.00608,"130":0.01216,"131":1.28875,"132":0.01824,"133":1.19756,"134":0.0304,"135":0.02432,"136":0.01824,"137":0.17629,"138":0.10334,"139":0.01824,"140":0.00608,"141":0.01216,"142":0.13982,"143":0.06079,"144":0.03647,"145":0.82067,"146":0.1155,"147":0.21884,"148":3.57445,"149":4.3708,"150":0.13374,"151":0.00608,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 63 64 71 74 75 78 85 89 91 92 94 96 97 99 100 102 113 115 152 153"},F:{"40":0.00608,"44":0.00608,"79":0.00608,"95":0.03647,"98":0.01216,"99":0.01216,"131":0.52279,_:"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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00608,"15":0.00608,"17":0.00608,"18":0.04863,"84":0.01216,"89":0.00608,"90":0.01216,"92":0.09119,"100":0.01216,"109":0.01824,"119":0.20669,"120":0.19453,"122":0.01216,"127":0.00608,"131":0.00608,"134":0.00608,"135":0.00608,"136":0.00608,"137":0.02432,"138":0.00608,"139":0.01216,"140":0.01216,"141":0.00608,"142":0.01216,"143":0.0304,"144":0.01824,"145":0.1155,"146":0.0304,"147":0.08511,"148":1.16109,"149":3.2705,"150":0.00608,_:"12 13 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 128 129 130 132 133"},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 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 TP","5.1":0.00608,"13.1":0.00608,"14.1":0.00608,"15.6":0.04863,"16.6":0.01216,"17.1":0.01824,"17.6":0.03647,"18.3":0.01216,"18.4":0.00608,"18.5-18.7":0.02432,"26.0":0.00608,"26.1":0.00608,"26.2":0.04255,"26.3":0.0304,"26.4":0.03647,"26.5":0.38298},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00049,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00148,"8.1-8.4":0,"9.0-9.2":0.00049,"9.3":0,"10.0-10.2":0,"10.3":0.00542,"11.0-11.2":0.16314,"11.3-11.4":0.00099,"12.0-12.1":0,"12.2-12.5":0.01676,"13.0-13.1":0,"13.2":0.00542,"13.3":0,"13.4-13.7":0.00099,"14.0-14.4":0.00345,"14.5-14.8":0.00542,"15.0-15.1":0.00493,"15.2-15.3":0.00296,"15.4":0.00345,"15.5":0.00444,"15.6-15.8":0.08625,"16.0":0.00789,"16.1":0.01281,"16.2":0.0069,"16.3":0.01479,"16.4":0.00345,"16.5":0.00542,"16.6-16.7":0.11237,"17.0":0.00493,"17.1":0.00739,"17.2":0.0069,"17.3":0.01035,"17.4":0.01577,"17.5":0.02809,"17.6-17.7":0.07245,"18.0":0.01626,"18.1":0.03105,"18.2":0.01676,"18.3":0.05126,"18.4":0.02316,"18.5-18.7":0.74078,"26.0":0.04879,"26.1":0.05077,"26.2":0.15328,"26.3":0.20947,"26.4":0.24003,"26.5":2.72212},P:{"23":0.0082,"24":0.0082,"26":0.0164,"27":0.03279,"28":0.0164,"29":0.09838,"30":0.59849,_:"4 20 21 22 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.03279},I:{"0":0.00392,"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.58031,_:"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.00784,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.15684},H:{all:0},L:{"0":43.0569},R:{_:"0"},M:{"0":0.06666},Q:{"14.9":0.00392}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00575,"59":0.01149,"68":0.00575,"72":0.01149,"91":0.01149,"101":0.00575,"103":0.00575,"115":0.18965,"120":0.00575,"121":0.01149,"127":0.00575,"128":0.00575,"131":0.00575,"135":0.00575,"136":0.01149,"137":0.01149,"138":0.00575,"139":0.00575,"140":0.02874,"141":0.00575,"142":0.00575,"143":0.01724,"144":0.00575,"145":0.00575,"146":0.02299,"147":0.01149,"148":0.01149,"149":0.02299,"150":1.13791,"151":0.33333,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 129 130 132 133 134 152 153 154 3.5 3.6"},D:{"39":0.08046,"40":0.08046,"41":0.08046,"42":0.08046,"43":0.08046,"44":0.08046,"45":0.08046,"46":0.08046,"47":0.08046,"48":0.08046,"49":0.09195,"50":0.08046,"51":0.08046,"52":0.08046,"53":0.08046,"54":0.08046,"55":0.08046,"56":0.08046,"57":0.08046,"58":0.08046,"59":0.08046,"60":0.08046,"65":0.00575,"66":0.03448,"75":0.00575,"79":0.01149,"87":0.01149,"91":0.00575,"95":0.00575,"97":0.00575,"99":0.00575,"102":0.00575,"103":0.35057,"104":0.33333,"105":0.33333,"106":0.33907,"107":0.33907,"108":0.33907,"109":2.05168,"110":0.33333,"111":0.41378,"112":2.94246,"114":0.00575,"116":0.68964,"117":0.33333,"118":5.41942,"119":0.04598,"120":0.35057,"121":0.01149,"122":0.06322,"123":0.00575,"124":0.39654,"125":0.02299,"126":0.02299,"127":0.06322,"128":0.02874,"129":0.01149,"130":0.01149,"131":0.70688,"132":0.01724,"133":0.68389,"134":0.02874,"135":0.01724,"136":0.03448,"137":0.08046,"138":0.0977,"139":0.05747,"140":0.03448,"141":0.02874,"142":0.14368,"143":0.07471,"144":0.06322,"145":0.73562,"146":0.32758,"147":8.01707,"148":14.47095,"149":0.04598,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 67 68 69 70 71 72 73 74 76 77 78 80 81 83 84 85 86 88 89 90 92 93 94 96 98 100 101 113 115 150 151 152"},F:{"46":0.00575,"95":0.02299,"97":0.00575,"98":0.01149,"117":0.00575,"131":0.66091,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 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:{"17":0.00575,"92":0.00575,"109":0.02299,"120":0.00575,"131":0.00575,"134":0.00575,"135":0.00575,"136":0.00575,"138":0.00575,"141":0.00575,"142":0.00575,"143":0.01149,"144":0.01149,"145":0.04598,"146":0.04598,"147":1.01722,"148":2.28731,"149":0.00575,_:"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 114 115 116 117 118 119 121 122 123 124 125 126 127 128 129 130 132 133 137 139 140"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.5 17.0 17.2 17.3 18.0 18.1 18.2 18.4 TP","11.1":0.01149,"13.1":0.00575,"14.1":0.00575,"15.6":0.01724,"16.4":0.00575,"16.6":0.03448,"17.1":0.02299,"17.4":0.00575,"17.5":0.00575,"17.6":0.03448,"18.3":0.01724,"18.5-18.7":0.01149,"26.0":0.00575,"26.1":0.00575,"26.2":0.02874,"26.3":0.10919,"26.4":0.10919,"26.5":0.06322},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00047,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00095,"8.1-8.4":0,"9.0-9.2":0.00047,"9.3":0,"10.0-10.2":0,"10.3":0.00426,"11.0-11.2":0.11219,"11.3-11.4":0.00142,"12.0-12.1":0,"12.2-12.5":0.01609,"13.0-13.1":0,"13.2":0.00521,"13.3":0,"13.4-13.7":0.00095,"14.0-14.4":0.00379,"14.5-14.8":0.00615,"15.0-15.1":0.00473,"15.2-15.3":0.00284,"15.4":0.00379,"15.5":0.00426,"15.6-15.8":0.08,"16.0":0.00852,"16.1":0.01325,"16.2":0.0071,"16.3":0.01562,"16.4":0.00331,"16.5":0.00568,"16.6-16.7":0.10651,"17.0":0.00473,"17.1":0.00805,"17.2":0.0071,"17.3":0.01373,"17.4":0.02177,"17.5":0.02935,"17.6-17.7":0.07716,"18.0":0.01562,"18.1":0.03077,"18.2":0.01657,"18.3":0.04923,"18.4":0.02272,"18.5-18.7":0.78388,"26.0":0.05018,"26.1":0.06248,"26.2":0.24047,"26.3":0.75927,"26.4":1.56587,"26.5":0.55856},P:{"4":0.00705,"21":0.00705,"23":0.00705,"24":0.00705,"25":0.00705,"26":0.02822,"27":0.00705,"28":0.02116,"29":0.82529,"30":0.19751,_:"20 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.03527,"17.0":0.00705},I:{"0":0.03399,"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.09782,_:"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.13184},Q:{_:"14.9"},O:{"0":0.00851},H:{all:0},L:{"0":41.92324}};
1
+ module.exports={C:{"52":0.00437,"59":0.00437,"68":0.00437,"81":0.00437,"91":0.01311,"101":0.00437,"103":0.00437,"115":0.15732,"120":0.09614,"121":0.19228,"125":0.06992,"127":0.00437,"128":0.00437,"131":0.00437,"135":0.00437,"136":0.00874,"137":0.00874,"138":0.00437,"139":0.00437,"140":0.02622,"142":0.00437,"143":0.01311,"144":0.00437,"145":0.00437,"146":0.01748,"147":0.00874,"148":0.00437,"149":0.00874,"150":0.02622,"151":0.52877,"152":0.32775,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 78 79 80 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 129 130 132 133 134 141 153 154 155 3.5 3.6"},D:{"34":0.00437,"38":0.00437,"39":0.04807,"40":0.04807,"41":0.04807,"42":0.04807,"43":0.04807,"44":0.04807,"45":0.04807,"46":0.04807,"47":0.05681,"48":0.04807,"49":0.05244,"50":0.04807,"51":0.04807,"52":0.04807,"53":0.04807,"54":0.04807,"55":0.05244,"56":0.04807,"57":0.04807,"58":0.05244,"59":0.04807,"60":0.04807,"65":0.00437,"66":0.00874,"74":0.00437,"75":0.00437,"79":0.01748,"87":0.00874,"91":0.00437,"95":0.00437,"97":0.00437,"100":0.00437,"102":0.00437,"103":0.25346,"104":0.24909,"105":0.24909,"106":0.24472,"107":0.24909,"108":0.24909,"109":1.55572,"110":0.24472,"111":0.37145,"112":0.24035,"114":0.00437,"116":0.50692,"117":0.24472,"118":3.37364,"119":0.22287,"120":0.45011,"121":0.00874,"122":0.03496,"123":0.00874,"124":0.32775,"125":0.03496,"126":0.01748,"127":0.04807,"128":0.02622,"129":0.00874,"130":0.01311,"131":0.5244,"132":0.01311,"133":0.50255,"134":0.02185,"135":0.01311,"136":0.03059,"137":0.03496,"138":0.06992,"139":0.10051,"140":0.02185,"141":0.02622,"142":0.17043,"143":0.04807,"144":0.03496,"145":0.3933,"146":0.09614,"147":0.31464,"148":6.01749,"149":12.33214,"150":0.05244,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 61 62 63 64 67 68 69 70 71 72 73 76 77 78 80 81 83 84 85 86 88 89 90 92 93 94 96 98 99 101 113 115 151 152 153"},F:{"46":0.00874,"95":0.01311,"99":0.00874,"131":0.3933,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00437,"92":0.00437,"109":0.02622,"119":0.09614,"120":0.09614,"122":0.00437,"131":0.00437,"134":0.00437,"136":0.00437,"137":0.00437,"138":0.00437,"139":0.00437,"140":0.00437,"141":0.00437,"142":0.00437,"143":0.00874,"144":0.00437,"145":0.01748,"146":0.01748,"147":0.05244,"148":0.69483,"149":2.36417,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 132 133 135 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.5 17.0 17.2 17.3 18.0 18.1 18.2 18.4 TP","14.1":0.00437,"15.5":0.00437,"15.6":0.01311,"16.3":0.00437,"16.4":0.00437,"16.6":0.02622,"17.1":0.01311,"17.4":0.00437,"17.5":0.00437,"17.6":0.02185,"18.3":0.00874,"18.5-18.7":0.00437,"26.0":0.00437,"26.1":0.00437,"26.2":0.01311,"26.3":0.03059,"26.4":0.02185,"26.5":0.20976},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00049,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00146,"8.1-8.4":0,"9.0-9.2":0.00049,"9.3":0,"10.0-10.2":0,"10.3":0.00535,"11.0-11.2":0.16101,"11.3-11.4":0.00097,"12.0-12.1":0,"12.2-12.5":0.01654,"13.0-13.1":0,"13.2":0.00535,"13.3":0,"13.4-13.7":0.00097,"14.0-14.4":0.00341,"14.5-14.8":0.00535,"15.0-15.1":0.00486,"15.2-15.3":0.00292,"15.4":0.00341,"15.5":0.00438,"15.6-15.8":0.08513,"16.0":0.00778,"16.1":0.01265,"16.2":0.00681,"16.3":0.01459,"16.4":0.00341,"16.5":0.00535,"16.6-16.7":0.11091,"17.0":0.00486,"17.1":0.0073,"17.2":0.00681,"17.3":0.01022,"17.4":0.01557,"17.5":0.02773,"17.6-17.7":0.07151,"18.0":0.01605,"18.1":0.03065,"18.2":0.01654,"18.3":0.05059,"18.4":0.02286,"18.5-18.7":0.73111,"26.0":0.04816,"26.1":0.0501,"26.2":0.15128,"26.3":0.20673,"26.4":0.23689,"26.5":2.68656},P:{"21":0.00877,"22":0.00877,"23":0.01754,"24":0.01754,"25":0.01754,"26":0.06141,"27":0.02632,"28":0.04386,"29":0.1579,"30":2.19308,_:"4 20 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.07895,"8.2":0.00877},I:{"0":0.03375,"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.15764,_:"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.01126},H:{all:0},L:{"0":53.07881},R:{_:"0"},M:{"0":0.17453},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.00717,"150":0.01792,"151":0.00358,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 152 153 154 3.5 3.6"},D:{"44":0.00358,"78":0.00358,"93":0.00358,"103":0.00717,"109":0.00717,"110":0.00358,"112":0.02867,"116":0.00358,"118":0.02867,"124":0.00717,"128":0.00358,"129":0.00358,"131":0.00358,"132":0.00358,"133":0.00358,"134":0.01434,"138":0.00358,"139":0.00358,"140":0.00717,"141":0.00358,"143":0.00717,"144":0.01075,"145":0.12186,"146":0.10394,"147":0.92467,"148":0.39066,"149":0.00358,_:"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 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 83 84 85 86 87 88 89 90 91 92 94 95 96 97 98 99 100 101 102 104 105 106 107 108 111 113 114 115 117 119 120 121 122 123 125 126 127 130 135 136 137 142 150 151 152"},F:{"98":0.00358,"131":0.00358,_:"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 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:{"146":0.00358,"147":0.10752,"148":0.26522,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 16.0 TP","13.1":0.00358,"15.1":0.00358,"15.2-15.3":0.00358,"15.4":0.00358,"15.5":0.08243,"15.6":0.54118,"16.1":0.27238,"16.2":0.06093,"16.3":0.12544,"16.4":0.03942,"16.5":0.01792,"16.6":1.49094,"17.0":0.02509,"17.1":2.58765,"17.2":0.0215,"17.3":0.05734,"17.4":0.3584,"17.5":0.5161,"17.6":1.35834,"18.0":0.2007,"18.1":0.27238,"18.2":0.08602,"18.3":0.30106,"18.4":0.03226,"18.5-18.7":0.2007,"26.0":0.16128,"26.1":0.10752,"26.2":1.26157,"26.3":5.4441,"26.4":10.24666,"26.5":3.99616},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0062,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.01239,"8.1-8.4":0,"9.0-9.2":0.0062,"9.3":0,"10.0-10.2":0,"10.3":0.05577,"11.0-11.2":1.46859,"11.3-11.4":0.01859,"12.0-12.1":0,"12.2-12.5":0.21068,"13.0-13.1":0,"13.2":0.06816,"13.3":0,"13.4-13.7":0.01239,"14.0-14.4":0.04957,"14.5-14.8":0.08056,"15.0-15.1":0.06197,"15.2-15.3":0.03718,"15.4":0.04957,"15.5":0.05577,"15.6-15.8":1.04722,"16.0":0.11154,"16.1":0.1735,"16.2":0.09295,"16.3":0.20449,"16.4":0.04338,"16.5":0.07436,"16.6-16.7":1.39423,"17.0":0.06197,"17.1":0.10534,"17.2":0.09295,"17.3":0.1797,"17.4":0.28504,"17.5":0.38419,"17.6-17.7":1.01004,"18.0":0.20449,"18.1":0.40278,"18.2":0.21688,"18.3":0.64444,"18.4":0.29744,"18.5-18.7":10.26152,"26.0":0.65684,"26.1":0.81795,"26.2":3.14786,"26.3":9.9393,"26.4":20.49826,"26.5":7.31196},P:{"25":0.01497,"28":0.00499,"29":0.01996,_:"4 20 21 22 23 24 26 27 30 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","17.0":0.00499},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.00642,_:"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.00642},Q:{_:"14.9"},O:{"0":0.03208},H:{all:0},L:{"0":2.48944}};
1
+ module.exports={C:{"125":0.00723,"126":0.00723,"127":0.00723,"128":0.00361,"129":0.00723,"130":0.01084,"131":0.00723,"132":0.00723,"133":0.00361,"134":0.00723,"135":0.00361,"136":0.00723,"151":0.03252,"152":0.00361,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 137 138 139 140 141 142 143 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"93":0.01084,"103":0.02168,"104":0.00361,"105":0.00361,"110":0.00361,"116":0.00723,"118":0.02529,"119":0.00361,"120":0.00361,"121":0.00361,"123":0.00361,"125":0.00361,"126":0.00361,"127":0.00361,"128":0.00361,"129":0.00361,"130":0.00361,"131":0.00723,"132":0.00361,"133":0.00723,"134":0.00361,"137":0.00723,"138":0.00723,"139":0.00361,"143":0.00361,"144":0.00361,"145":0.01445,"146":0.11923,"147":0.18426,"148":0.60698,"149":0.65395,"150":0.03974,"151":0.00361,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 94 95 96 97 98 99 100 101 102 106 107 108 109 111 112 113 114 115 117 122 124 135 136 140 141 142 152 153"},F:{"131":0.00361,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"122":0.01084,"142":0.00361,"145":0.00361,"147":0.01807,"148":0.07949,"149":0.27459,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 143 144 146 150"},E:{"27":0.01807,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 16.0 TP","15.5":0.11562,"15.6":0.3902,"16.1":0.2493,"16.2":0.0542,"16.3":0.0542,"16.4":0.01807,"16.5":0.01445,"16.6":1.35488,"17.0":0.00361,"17.1":2.76395,"17.2":0.01445,"17.3":0.03252,"17.4":0.20955,"17.5":0.70815,"17.6":1.39823,"18.0":0.18426,"18.1":0.28181,"18.2":0.06142,"18.3":0.29265,"18.4":0.02529,"18.5-18.7":0.15897,"26.0":0.10839,"26.1":0.05058,"26.2":0.83822,"26.3":1.06945,"26.4":1.12003,"26.5":17.94216},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0062,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.01859,"8.1-8.4":0,"9.0-9.2":0.0062,"9.3":0,"10.0-10.2":0,"10.3":0.06816,"11.0-11.2":2.05089,"11.3-11.4":0.01239,"12.0-12.1":0,"12.2-12.5":0.21066,"13.0-13.1":0,"13.2":0.06816,"13.3":0,"13.4-13.7":0.01239,"14.0-14.4":0.04337,"14.5-14.8":0.06816,"15.0-15.1":0.06196,"15.2-15.3":0.03718,"15.4":0.04337,"15.5":0.05576,"15.6-15.8":1.08431,"16.0":0.09914,"16.1":0.1611,"16.2":0.08674,"16.3":0.18588,"16.4":0.04337,"16.5":0.06816,"16.6-16.7":1.41269,"17.0":0.06196,"17.1":0.09294,"17.2":0.08674,"17.3":0.13012,"17.4":0.19827,"17.5":0.35317,"17.6-17.7":0.91082,"18.0":0.20447,"18.1":0.39035,"18.2":0.21066,"18.3":0.64439,"18.4":0.29121,"18.5-18.7":9.31263,"26.0":0.61341,"26.1":0.63819,"26.2":1.92696,"26.3":2.63331,"26.4":3.01747,"26.5":34.22067},P:{"25":0.00958,"29":0.01437,"30":0.01437,_:"4 20 21 22 23 24 26 27 28 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.00639},H:{all:0},L:{"0":2.42392},R:{_:"0"},M:{"0":0.00639},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00567,"50":0.00567,"51":0.00567,"52":0.02836,"53":0.01702,"56":0.01134,"60":0.01134,"68":0.05105,"78":0.01702,"91":0.00567,"102":0.00567,"103":0.00567,"104":0.01134,"112":0.00567,"115":0.43674,"121":0.00567,"127":0.00567,"128":0.06806,"129":0.00567,"131":0.00567,"132":0.00567,"134":0.04538,"135":0.00567,"136":0.05105,"137":0.01134,"138":0.04538,"139":0.01134,"140":1.28754,"141":0.00567,"142":0.01134,"143":0.00567,"144":0.01134,"145":0.01702,"146":0.02269,"147":0.0397,"148":0.06239,"149":0.13046,"150":3.91935,"151":1.69026,"152":0.00567,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 54 55 57 58 59 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 105 106 107 108 109 110 111 113 114 116 117 118 119 120 122 123 124 125 126 130 133 153 154 3.5 3.6"},D:{"39":0.09075,"40":0.09642,"41":0.09642,"42":0.09075,"43":0.09642,"44":0.09642,"45":0.09642,"46":0.09642,"47":0.09075,"48":0.09642,"49":0.1021,"50":0.09075,"51":0.09075,"52":0.09642,"53":0.09642,"54":0.09642,"55":0.09642,"56":0.09642,"57":0.09642,"58":0.09642,"59":0.09642,"60":0.09075,"69":0.00567,"79":0.01702,"80":0.02269,"81":0.02836,"87":0.01702,"96":0.00567,"103":0.04538,"104":0.05672,"105":0.02836,"106":0.03403,"107":0.02836,"108":0.0397,"109":0.44809,"110":0.03403,"111":0.03403,"112":0.20986,"114":0.01134,"115":0.02269,"116":0.08508,"117":0.03403,"118":0.33465,"119":0.0397,"120":0.06239,"121":0.00567,"122":0.02269,"123":0.01134,"124":0.05672,"125":0.00567,"126":0.01134,"127":0.00567,"128":0.02836,"129":0.01134,"130":0.00567,"131":0.1021,"132":0.01134,"133":0.09075,"134":0.01134,"135":0.01134,"136":0.0397,"137":0.07941,"138":0.09642,"139":0.12478,"140":0.05672,"141":0.03403,"142":1.06634,"143":0.21554,"144":0.06239,"145":0.5672,"146":0.43674,"147":6.68162,"148":9.90331,"149":0.02269,"150":0.00567,_:"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 70 71 72 73 74 75 76 77 78 83 84 85 86 88 89 90 91 92 93 94 95 97 98 99 100 101 102 113 151 152"},F:{"46":0.00567,"85":0.00567,"91":0.01134,"95":0.05105,"97":0.02836,"98":0.10777,"120":0.00567,"122":0.00567,"131":1.59383,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 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.00567,"109":0.06806,"126":0.01134,"131":0.01134,"132":0.00567,"134":0.00567,"135":0.01702,"136":0.00567,"137":0.01702,"138":0.01134,"139":0.00567,"140":0.01702,"141":0.01702,"142":0.01134,"143":0.02269,"144":0.02269,"145":0.06806,"146":0.17016,"147":2.67718,"148":5.80246,"149":0.00567,_:"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 127 128 129 130 133"},E:{"14":0.01134,"15":0.00567,_:"4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 17.0 TP","12.1":0.00567,"13.1":0.06239,"14.1":0.01134,"15.4":0.00567,"15.5":0.00567,"15.6":0.1418,"16.0":0.01702,"16.1":0.00567,"16.2":0.00567,"16.3":0.01134,"16.4":0.00567,"16.5":0.00567,"16.6":0.16449,"17.1":0.15314,"17.2":0.01134,"17.3":0.02836,"17.4":0.01702,"17.5":0.0397,"17.6":0.17583,"18.0":0.01134,"18.1":0.01702,"18.2":0.00567,"18.3":0.05672,"18.4":0.02269,"18.5-18.7":0.07941,"26.0":0.03403,"26.1":0.04538,"26.2":0.1815,"26.3":0.98126,"26.4":1.06066,"26.5":0.56153},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0017,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0034,"8.1-8.4":0,"9.0-9.2":0.0017,"9.3":0,"10.0-10.2":0,"10.3":0.01532,"11.0-11.2":0.40332,"11.3-11.4":0.00511,"12.0-12.1":0,"12.2-12.5":0.05786,"13.0-13.1":0,"13.2":0.01872,"13.3":0,"13.4-13.7":0.0034,"14.0-14.4":0.01361,"14.5-14.8":0.02212,"15.0-15.1":0.01702,"15.2-15.3":0.01021,"15.4":0.01361,"15.5":0.01532,"15.6-15.8":0.2876,"16.0":0.03063,"16.1":0.04765,"16.2":0.02553,"16.3":0.05616,"16.4":0.01191,"16.5":0.02042,"16.6-16.7":0.3829,"17.0":0.01702,"17.1":0.02893,"17.2":0.02553,"17.3":0.04935,"17.4":0.07828,"17.5":0.10551,"17.6-17.7":0.27739,"18.0":0.05616,"18.1":0.11062,"18.2":0.05956,"18.3":0.17698,"18.4":0.08168,"18.5-18.7":2.81813,"26.0":0.18039,"26.1":0.22463,"26.2":0.8645,"26.3":2.72964,"26.4":5.62945,"26.5":2.00809},P:{"4":0.02699,"21":0.00675,"22":0.00675,"23":0.00675,"24":0.00675,"25":0.02024,"26":0.03374,"27":0.02024,"28":0.05398,"29":2.1592,"30":0.42509,_:"20 5.0-5.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 16.0 17.0 18.0 19.0","6.2-6.4":0.00675,"7.2-7.4":0.00675,"8.2":0.0135,"15.0":0.00675},I:{"0":0.01729,"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.47175,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00567,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":1.22915},Q:{_:"14.9"},O:{"0":0.09522},H:{all:0},L:{"0":25.57417}};
1
+ module.exports={C:{"48":0.00565,"52":0.01694,"53":0.00565,"60":0.00565,"68":0.04516,"78":0.01694,"91":0.00565,"102":0.00565,"103":0.00565,"104":0.00565,"115":0.50241,"120":0.03952,"121":0.07903,"125":0.00565,"127":0.00565,"128":0.05081,"129":0.00565,"131":0.00565,"134":0.03387,"135":0.00565,"136":0.03952,"137":0.01129,"138":0.02823,"139":0.00565,"140":1.13465,"141":0.01129,"142":0.00565,"143":0.00565,"144":0.00565,"145":0.00565,"146":0.01129,"147":0.02258,"148":0.02823,"149":0.04516,"150":0.15806,"151":3.54506,"152":2.01527,"153":0.00565,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 54 55 56 57 58 59 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 130 132 133 154 155 3.5 3.6"},D:{"39":0.16371,"40":0.15806,"41":0.15806,"42":0.16371,"43":0.15806,"44":0.15806,"45":0.16371,"46":0.15806,"47":0.15806,"48":0.15806,"49":0.16371,"50":0.16371,"51":0.15806,"52":0.15806,"53":0.15806,"54":0.15806,"55":0.15806,"56":0.15806,"57":0.15806,"58":0.15806,"59":0.15806,"60":0.15806,"69":0.00565,"70":0.06774,"79":0.02258,"80":0.02258,"81":0.00565,"86":0.00565,"87":0.02258,"88":0.00565,"90":0.00565,"96":0.00565,"103":0.05081,"104":0.04516,"105":0.02823,"106":0.02823,"107":0.02823,"108":0.03387,"109":0.47418,"110":0.03387,"111":0.03952,"112":0.02823,"114":0.03387,"115":0.01694,"116":0.09597,"117":0.02823,"118":0.42338,"119":0.1129,"120":0.18629,"121":0.00565,"122":0.02258,"123":0.01694,"124":0.07339,"125":0.01694,"126":0.02823,"127":0.01129,"128":0.03387,"129":0.00565,"130":0.00565,"131":0.09032,"132":0.01129,"133":0.07903,"134":0.01694,"135":0.02258,"136":0.03387,"137":0.58708,"138":0.15806,"139":0.45725,"140":0.04516,"141":0.03387,"142":0.42338,"143":0.13548,"144":0.0621,"145":0.14677,"146":0.14677,"147":0.40644,"148":6.88126,"149":9.17877,"150":0.05081,_:"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 71 72 73 74 75 76 77 78 83 84 85 89 91 92 93 94 95 97 98 99 100 101 102 113 151 152 153"},F:{"46":0.00565,"79":0.00565,"85":0.00565,"91":0.00565,"95":0.04516,"98":0.02258,"99":0.10726,"114":0.00565,"131":1.51851,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 87 88 89 90 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:{"92":0.00565,"109":0.09032,"119":0.03952,"120":0.03952,"122":0.00565,"126":0.00565,"131":0.00565,"132":0.00565,"133":0.00565,"134":0.00565,"135":0.01129,"136":0.00565,"137":0.00565,"138":0.00565,"139":0.00565,"140":0.01129,"141":0.01129,"142":0.01129,"143":0.01129,"144":0.02823,"145":0.02823,"146":0.05645,"147":0.08468,"148":2.19591,"149":6.67804,"150":0.00565,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 127 128 129 130"},E:{"13":0.00565,"14":0.00565,"15":0.00565,"27":0.01129,_:"4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 TP","12.1":0.00565,"13.1":0.03387,"14.1":0.02258,"15.4":0.00565,"15.5":0.00565,"15.6":0.13548,"16.0":0.01694,"16.1":0.00565,"16.2":0.00565,"16.3":0.01129,"16.4":0.00565,"16.5":0.00565,"16.6":0.18064,"17.0":0.00565,"17.1":0.15242,"17.2":0.02823,"17.3":0.01129,"17.4":0.06774,"17.5":0.05645,"17.6":0.14113,"18.0":0.00565,"18.1":0.01694,"18.2":0.00565,"18.3":0.05645,"18.4":0.01694,"18.5-18.7":0.06774,"26.0":0.02823,"26.1":0.02823,"26.2":0.10161,"26.3":0.26532,"26.4":0.12984,"26.5":2.0322},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00142,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00425,"8.1-8.4":0,"9.0-9.2":0.00142,"9.3":0,"10.0-10.2":0,"10.3":0.01557,"11.0-11.2":0.46838,"11.3-11.4":0.00283,"12.0-12.1":0,"12.2-12.5":0.04811,"13.0-13.1":0,"13.2":0.01557,"13.3":0,"13.4-13.7":0.00283,"14.0-14.4":0.00991,"14.5-14.8":0.01557,"15.0-15.1":0.01415,"15.2-15.3":0.00849,"15.4":0.00991,"15.5":0.01274,"15.6-15.8":0.24763,"16.0":0.02264,"16.1":0.03679,"16.2":0.01981,"16.3":0.04245,"16.4":0.00991,"16.5":0.01557,"16.6-16.7":0.32263,"17.0":0.01415,"17.1":0.02123,"17.2":0.01981,"17.3":0.02972,"17.4":0.04528,"17.5":0.08066,"17.6-17.7":0.20801,"18.0":0.0467,"18.1":0.08915,"18.2":0.04811,"18.3":0.14717,"18.4":0.06651,"18.5-18.7":2.12682,"26.0":0.14009,"26.1":0.14575,"26.2":0.44008,"26.3":0.6014,"26.4":0.68913,"26.5":7.81532},P:{"4":0.03343,"21":0.00669,"22":0.00669,"23":0.01337,"24":0.00669,"25":0.01337,"26":0.02674,"27":0.02674,"28":0.04011,"29":0.26073,"30":2.08581,_:"20 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00669,"8.2":0.01337,"15.0":0.00669},I:{"0":0.01305,"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.43975,_:"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.07837},H:{all:0},L:{"0":28.72396},R:{_:"0"},M:{"0":1.1451},Q:{_:"14.9"}};