@shugaev/spur 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1105) hide show
  1. package/dist/agents/cursor-submit-ack.d.ts.map +1 -1
  2. package/dist/agents/cursor-submit-ack.js +15 -1
  3. package/dist/agents/cursor-submit-ack.js.map +1 -1
  4. package/dist/agents/cursor.d.ts +1 -0
  5. package/dist/agents/cursor.d.ts.map +1 -1
  6. package/dist/agents/cursor.js +3 -1
  7. package/dist/agents/cursor.js.map +1 -1
  8. package/dist/agents/index.js +2 -2
  9. package/dist/agents/index.js.map +1 -1
  10. package/dist/agents/models.d.ts +3 -0
  11. package/dist/agents/models.d.ts.map +1 -1
  12. package/dist/agents/models.js +41 -3
  13. package/dist/agents/models.js.map +1 -1
  14. package/dist/backlog/index.d.ts +15 -0
  15. package/dist/backlog/index.d.ts.map +1 -0
  16. package/dist/backlog/index.js +80 -0
  17. package/dist/backlog/index.js.map +1 -0
  18. package/dist/backlog/providers.d.ts +12 -0
  19. package/dist/backlog/providers.d.ts.map +1 -0
  20. package/dist/backlog/providers.js +22 -0
  21. package/dist/backlog/providers.js.map +1 -0
  22. package/dist/cli.d.ts.map +1 -1
  23. package/dist/cli.js +12 -1
  24. package/dist/cli.js.map +1 -1
  25. package/dist/config.d.ts.map +1 -1
  26. package/dist/config.js +64 -0
  27. package/dist/config.js.map +1 -1
  28. package/dist/event-sources/github.d.ts.map +1 -1
  29. package/dist/event-sources/github.js +30 -32
  30. package/dist/event-sources/github.js.map +1 -1
  31. package/dist/event-sources/index.d.ts.map +1 -1
  32. package/dist/event-sources/index.js +5 -0
  33. package/dist/event-sources/index.js.map +1 -1
  34. package/dist/gh.d.ts +2 -0
  35. package/dist/gh.d.ts.map +1 -1
  36. package/dist/gh.js +28 -0
  37. package/dist/gh.js.map +1 -1
  38. package/dist/jira.d.ts +15 -0
  39. package/dist/jira.d.ts.map +1 -0
  40. package/dist/jira.js +74 -0
  41. package/dist/jira.js.map +1 -0
  42. package/dist/metadata.d.ts +7 -1
  43. package/dist/metadata.d.ts.map +1 -1
  44. package/dist/metadata.js +129 -0
  45. package/dist/metadata.js.map +1 -1
  46. package/dist/preflight.d.ts.map +1 -1
  47. package/dist/preflight.js +4 -0
  48. package/dist/preflight.js.map +1 -1
  49. package/dist/prompt-template.d.ts +3 -0
  50. package/dist/prompt-template.d.ts.map +1 -0
  51. package/dist/prompt-template.js +14 -0
  52. package/dist/prompt-template.js.map +1 -0
  53. package/dist/send-batches.d.ts +3 -1
  54. package/dist/send-batches.d.ts.map +1 -1
  55. package/dist/send-batches.js +94 -0
  56. package/dist/send-batches.js.map +1 -1
  57. package/dist/server.d.ts.map +1 -1
  58. package/dist/server.js +27 -1
  59. package/dist/server.js.map +1 -1
  60. package/dist/session-service.d.ts +13 -1
  61. package/dist/session-service.d.ts.map +1 -1
  62. package/dist/session-service.js +164 -45
  63. package/dist/session-service.js.map +1 -1
  64. package/dist/shepherd.d.ts.map +1 -1
  65. package/dist/shepherd.js +2 -1
  66. package/dist/shepherd.js.map +1 -1
  67. package/dist/triggers.d.ts.map +1 -1
  68. package/dist/triggers.js +81 -15
  69. package/dist/triggers.js.map +1 -1
  70. package/dist/types.d.ts +74 -2
  71. package/dist/types.d.ts.map +1 -1
  72. package/package.json +1 -1
  73. package/web/.next/BUILD_ID +1 -1
  74. package/web/.next/app-build-manifest.json +98 -91
  75. package/web/.next/app-path-routes-manifest.json +2 -1
  76. package/web/.next/build-manifest.json +3 -3
  77. package/web/.next/prerender-manifest.json +18 -18
  78. package/web/.next/required-server-files.json +3 -3
  79. package/web/.next/server/app/_not-found/page.js +2 -2
  80. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  81. package/web/.next/server/app/_not-found.html +1 -1
  82. package/web/.next/server/app/_not-found.rsc +3 -3
  83. package/web/.next/server/app/api/backlog/take/route.js +1 -0
  84. package/web/.next/server/app/api/backlog/take/route.js.nft.json +1 -0
  85. package/web/.next/server/app/api/backlog/take/route_client-reference-manifest.js +1 -0
  86. package/web/.next/server/app/api/github-status/route.js +1 -1
  87. package/web/.next/server/app/api/github-status/route_client-reference-manifest.js +1 -1
  88. package/web/.next/server/app/api/gitlab-status/route.js +1 -1
  89. package/web/.next/server/app/api/gitlab-status/route_client-reference-manifest.js +1 -1
  90. package/web/.next/server/app/api/models/route.js +1 -1
  91. package/web/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  92. package/web/.next/server/app/api/pr-status/merge/route.js +1 -1
  93. package/web/.next/server/app/api/pr-status/merge/route_client-reference-manifest.js +1 -1
  94. package/web/.next/server/app/api/pr-status/route.js +2 -2
  95. package/web/.next/server/app/api/pr-status/route_client-reference-manifest.js +1 -1
  96. package/web/.next/server/app/api/preflight/route.js +1 -1
  97. package/web/.next/server/app/api/preflight/route_client-reference-manifest.js +1 -1
  98. package/web/.next/server/app/api/projects/[id]/branches/exists/route.js +1 -1
  99. package/web/.next/server/app/api/projects/[id]/branches/exists/route_client-reference-manifest.js +1 -1
  100. package/web/.next/server/app/api/projects/[id]/route.js +1 -1
  101. package/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
  102. package/web/.next/server/app/api/projects/[id]/slash-commands/route.js +1 -1
  103. package/web/.next/server/app/api/projects/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  104. package/web/.next/server/app/api/projects/route.js +1 -1
  105. package/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
  106. package/web/.next/server/app/api/runtime/info/route.js +1 -1
  107. package/web/.next/server/app/api/runtime/info/route_client-reference-manifest.js +1 -1
  108. package/web/.next/server/app/api/runtime/resources/route.js +1 -1
  109. package/web/.next/server/app/api/runtime/resources/route_client-reference-manifest.js +1 -1
  110. package/web/.next/server/app/api/runtime/terminal/route.js +1 -1
  111. package/web/.next/server/app/api/runtime/terminal/route_client-reference-manifest.js +1 -1
  112. package/web/.next/server/app/api/runtime/versions/route.js +1 -1
  113. package/web/.next/server/app/api/runtime/versions/route_client-reference-manifest.js +1 -1
  114. package/web/.next/server/app/api/runtime/versions/switch/route.js +1 -1
  115. package/web/.next/server/app/api/runtime/versions/switch/route_client-reference-manifest.js +1 -1
  116. package/web/.next/server/app/api/runtime/voice/route.js +1 -1
  117. package/web/.next/server/app/api/runtime/voice/route_client-reference-manifest.js +1 -1
  118. package/web/.next/server/app/api/runtime/voice/transcribe/route.js +1 -1
  119. package/web/.next/server/app/api/runtime/voice/transcribe/route_client-reference-manifest.js +1 -1
  120. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route.js +1 -1
  121. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route_client-reference-manifest.js +1 -1
  122. package/web/.next/server/app/api/sessions/[id]/complete/route.js +1 -1
  123. package/web/.next/server/app/api/sessions/[id]/complete/route_client-reference-manifest.js +1 -1
  124. package/web/.next/server/app/api/sessions/[id]/conversation/route.js +1 -1
  125. package/web/.next/server/app/api/sessions/[id]/conversation/route_client-reference-manifest.js +1 -1
  126. package/web/.next/server/app/api/sessions/[id]/kill/route.js +1 -1
  127. package/web/.next/server/app/api/sessions/[id]/kill/route_client-reference-manifest.js +1 -1
  128. package/web/.next/server/app/api/sessions/[id]/logs/route.js +1 -1
  129. package/web/.next/server/app/api/sessions/[id]/logs/route_client-reference-manifest.js +1 -1
  130. package/web/.next/server/app/api/sessions/[id]/pause/route.js +1 -1
  131. package/web/.next/server/app/api/sessions/[id]/pause/route_client-reference-manifest.js +1 -1
  132. package/web/.next/server/app/api/sessions/[id]/respawn/route.js +1 -1
  133. package/web/.next/server/app/api/sessions/[id]/respawn/route_client-reference-manifest.js +1 -1
  134. package/web/.next/server/app/api/sessions/[id]/restore/route.js +1 -1
  135. package/web/.next/server/app/api/sessions/[id]/restore/route_client-reference-manifest.js +1 -1
  136. package/web/.next/server/app/api/sessions/[id]/route.js +1 -1
  137. package/web/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
  138. package/web/.next/server/app/api/sessions/[id]/send/route.js +1 -1
  139. package/web/.next/server/app/api/sessions/[id]/send/route_client-reference-manifest.js +1 -1
  140. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route.js +1 -1
  141. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route_client-reference-manifest.js +1 -1
  142. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route.js +1 -1
  143. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route_client-reference-manifest.js +1 -1
  144. package/web/.next/server/app/api/sessions/[id]/slash-commands/route.js +1 -1
  145. package/web/.next/server/app/api/sessions/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  146. package/web/.next/server/app/api/sessions/[id]/tags/route.js +1 -1
  147. package/web/.next/server/app/api/sessions/[id]/tags/route_client-reference-manifest.js +1 -1
  148. package/web/.next/server/app/api/sessions/route.js +1 -1
  149. package/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  150. package/web/.next/server/app/api/shepherd/spawn/route.js +1 -1
  151. package/web/.next/server/app/api/shepherd/spawn/route_client-reference-manifest.js +1 -1
  152. package/web/.next/server/app/api/spawn/route.js +1 -1
  153. package/web/.next/server/app/api/spawn/route_client-reference-manifest.js +1 -1
  154. package/web/.next/server/app/apple-icon/route.js +1 -1
  155. package/web/.next/server/app/apple-icon/route_client-reference-manifest.js +1 -1
  156. package/web/.next/server/app/icon/route.js +1 -1
  157. package/web/.next/server/app/icon/route_client-reference-manifest.js +1 -1
  158. package/web/.next/server/app/icon-192/route.js +1 -1
  159. package/web/.next/server/app/icon-192/route_client-reference-manifest.js +1 -1
  160. package/web/.next/server/app/icon-512/route.js +1 -1
  161. package/web/.next/server/app/icon-512/route_client-reference-manifest.js +1 -1
  162. package/web/.next/server/app/manifest.webmanifest/route.js +2 -2
  163. package/web/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  164. package/web/.next/server/app/page.js +3 -3
  165. package/web/.next/server/app/page.js.nft.json +1 -1
  166. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  167. package/web/.next/server/app/sessions/[id]/page.js +6 -6
  168. package/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
  169. package/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
  170. package/web/.next/server/app-paths-manifest.json +2 -1
  171. package/web/.next/server/chunks/135.js +1 -1
  172. package/web/.next/server/chunks/5158.js +1 -0
  173. package/web/.next/server/chunks/7331.js +3 -3
  174. package/web/.next/server/functions-config-manifest.json +3 -3
  175. package/web/.next/server/middleware-build-manifest.js +1 -1
  176. package/web/.next/server/next-font-manifest.js +1 -1
  177. package/web/.next/server/next-font-manifest.json +1 -1
  178. package/web/.next/server/pages/404.html +1 -1
  179. package/web/.next/server/pages/500.html +1 -1
  180. package/web/.next/server/server-reference-manifest.json +1 -1
  181. package/web/.next/static/chunks/5124-5365d82e8f9962c5.js +1 -0
  182. package/web/.next/static/chunks/app/_not-found/{page-1b6e9375ed39417d.js → page-ce7aac1309588445.js} +1 -1
  183. package/web/.next/static/chunks/app/api/backlog/take/route-1c98dbb79467f151.js +1 -0
  184. package/web/.next/static/chunks/app/api/github-status/route-1c98dbb79467f151.js +1 -0
  185. package/web/.next/static/chunks/app/api/gitlab-status/route-1c98dbb79467f151.js +1 -0
  186. package/web/.next/static/chunks/app/api/models/route-1c98dbb79467f151.js +1 -0
  187. package/web/.next/static/chunks/app/api/pr-status/merge/route-1c98dbb79467f151.js +1 -0
  188. package/web/.next/static/chunks/app/api/pr-status/route-1c98dbb79467f151.js +1 -0
  189. package/web/.next/static/chunks/app/api/preflight/route-1c98dbb79467f151.js +1 -0
  190. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-1c98dbb79467f151.js +1 -0
  191. package/web/.next/static/chunks/app/api/projects/[id]/route-1c98dbb79467f151.js +1 -0
  192. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  193. package/web/.next/static/chunks/app/api/projects/route-1c98dbb79467f151.js +1 -0
  194. package/web/.next/static/chunks/app/api/runtime/info/route-1c98dbb79467f151.js +1 -0
  195. package/web/.next/static/chunks/app/api/runtime/resources/route-1c98dbb79467f151.js +1 -0
  196. package/web/.next/static/chunks/app/api/runtime/terminal/route-1c98dbb79467f151.js +1 -0
  197. package/web/.next/static/chunks/app/api/runtime/versions/route-1c98dbb79467f151.js +1 -0
  198. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-1c98dbb79467f151.js +1 -0
  199. package/web/.next/static/chunks/app/api/runtime/voice/route-1c98dbb79467f151.js +1 -0
  200. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-1c98dbb79467f151.js +1 -0
  201. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-1c98dbb79467f151.js +1 -0
  202. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-1c98dbb79467f151.js +1 -0
  203. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-1c98dbb79467f151.js +1 -0
  204. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-1c98dbb79467f151.js +1 -0
  205. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-1c98dbb79467f151.js +1 -0
  206. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-1c98dbb79467f151.js +1 -0
  207. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-1c98dbb79467f151.js +1 -0
  208. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-1c98dbb79467f151.js +1 -0
  209. package/web/.next/static/chunks/app/api/sessions/[id]/route-1c98dbb79467f151.js +1 -0
  210. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-1c98dbb79467f151.js +1 -0
  211. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-1c98dbb79467f151.js +1 -0
  212. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-1c98dbb79467f151.js +1 -0
  213. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  214. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-1c98dbb79467f151.js +1 -0
  215. package/web/.next/static/chunks/app/api/sessions/route-1c98dbb79467f151.js +1 -0
  216. package/web/.next/static/chunks/app/api/shepherd/spawn/route-1c98dbb79467f151.js +1 -0
  217. package/web/.next/static/chunks/app/api/spawn/route-1c98dbb79467f151.js +1 -0
  218. package/web/.next/static/chunks/app/apple-icon/route-1c98dbb79467f151.js +1 -0
  219. package/web/.next/static/chunks/app/icon/route-1c98dbb79467f151.js +1 -0
  220. package/web/.next/static/chunks/app/icon-192/route-1c98dbb79467f151.js +1 -0
  221. package/web/.next/static/chunks/app/icon-512/route-1c98dbb79467f151.js +1 -0
  222. package/web/.next/static/chunks/app/layout-f69f7a978709d508.js +1 -0
  223. package/web/.next/static/chunks/app/manifest.webmanifest/route-1c98dbb79467f151.js +1 -0
  224. package/web/.next/static/chunks/app/page-8a91ba4badc56ab2.js +1 -0
  225. package/web/.next/static/chunks/app/sessions/[id]/page-d8abb491bd89b750.js +1 -0
  226. package/web/.next/static/chunks/{main-app-1cea33e0d8c88bba.js → main-app-96c0fcaf99db6703.js} +1 -1
  227. package/web/.next/static/css/1c8043fd02fc0a5c.css +3 -0
  228. package/web/.next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js +1 -0
  229. package/web/node_modules/.package-lock.json +3 -3
  230. package/web/node_modules/caniuse-lite/data/agents.js +1 -1
  231. package/web/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  232. package/web/node_modules/caniuse-lite/data/features/aac.js +1 -1
  233. package/web/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  234. package/web/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  235. package/web/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  236. package/web/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  237. package/web/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  238. package/web/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  239. package/web/node_modules/caniuse-lite/data/features/apng.js +1 -1
  240. package/web/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  241. package/web/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  242. package/web/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  243. package/web/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  244. package/web/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  245. package/web/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  246. package/web/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  247. package/web/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  248. package/web/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  249. package/web/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  250. package/web/node_modules/caniuse-lite/data/features/audio.js +1 -1
  251. package/web/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  252. package/web/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  253. package/web/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  254. package/web/node_modules/caniuse-lite/data/features/av1.js +1 -1
  255. package/web/node_modules/caniuse-lite/data/features/avif.js +1 -1
  256. package/web/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  257. package/web/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  258. package/web/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  259. package/web/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  260. package/web/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  261. package/web/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  262. package/web/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  263. package/web/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  264. package/web/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  265. package/web/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  266. package/web/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  267. package/web/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  268. package/web/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  269. package/web/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  270. package/web/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  271. package/web/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  272. package/web/node_modules/caniuse-lite/data/features/calc.js +1 -1
  273. package/web/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  274. package/web/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  275. package/web/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  276. package/web/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  277. package/web/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  278. package/web/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  279. package/web/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  280. package/web/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  281. package/web/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  282. package/web/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  283. package/web/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  284. package/web/node_modules/caniuse-lite/data/features/colr.js +1 -1
  285. package/web/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  286. package/web/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  287. package/web/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  288. package/web/node_modules/caniuse-lite/data/features/const.js +1 -1
  289. package/web/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  290. package/web/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  291. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  292. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  293. package/web/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  294. package/web/node_modules/caniuse-lite/data/features/cors.js +1 -1
  295. package/web/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  296. package/web/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  297. package/web/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
  298. package/web/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  299. package/web/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  300. package/web/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  301. package/web/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  302. package/web/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  303. package/web/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  304. package/web/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  305. package/web/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  306. package/web/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  307. package/web/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  308. package/web/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  309. package/web/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  310. package/web/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  311. package/web/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  312. package/web/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  313. package/web/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  314. package/web/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  315. package/web/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  316. package/web/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  317. package/web/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  318. package/web/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  319. package/web/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  320. package/web/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  321. package/web/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  322. package/web/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  323. package/web/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  324. package/web/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  325. package/web/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  326. package/web/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  327. package/web/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  328. package/web/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  329. package/web/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  330. package/web/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  331. package/web/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  332. package/web/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  333. package/web/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  334. package/web/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  335. package/web/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  336. package/web/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  337. package/web/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  338. package/web/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  339. package/web/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  340. package/web/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  341. package/web/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  342. package/web/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  343. package/web/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  344. package/web/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  345. package/web/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  346. package/web/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  347. package/web/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  348. package/web/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  349. package/web/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  350. package/web/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  351. package/web/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
  352. package/web/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  353. package/web/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  354. package/web/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  355. package/web/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  356. package/web/node_modules/caniuse-lite/data/features/css-if.js +1 -1
  357. package/web/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  358. package/web/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  359. package/web/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  360. package/web/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  361. package/web/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  362. package/web/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  363. package/web/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  364. package/web/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  365. package/web/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  366. package/web/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  367. package/web/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  368. package/web/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  369. package/web/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  370. package/web/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  371. package/web/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  372. package/web/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  373. package/web/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  374. package/web/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  375. package/web/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  376. package/web/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  377. package/web/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  378. package/web/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  379. package/web/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  380. package/web/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  381. package/web/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  382. package/web/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  383. package/web/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  384. package/web/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  385. package/web/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  386. package/web/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  387. package/web/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  388. package/web/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  389. package/web/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  390. package/web/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  391. package/web/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  392. package/web/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  393. package/web/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  394. package/web/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  395. package/web/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  396. package/web/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  397. package/web/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  398. package/web/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  399. package/web/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  400. package/web/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  401. package/web/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  402. package/web/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  403. package/web/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  404. package/web/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  405. package/web/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  406. package/web/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  407. package/web/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  408. package/web/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  409. package/web/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  410. package/web/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  411. package/web/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  412. package/web/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  413. package/web/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  414. package/web/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  415. package/web/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  416. package/web/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  417. package/web/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  418. package/web/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  419. package/web/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  420. package/web/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  421. package/web/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  422. package/web/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  423. package/web/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  424. package/web/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  425. package/web/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  426. package/web/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  427. package/web/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  428. package/web/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  429. package/web/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  430. package/web/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  431. package/web/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  432. package/web/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  433. package/web/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  434. package/web/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  435. package/web/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  436. package/web/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  437. package/web/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  438. package/web/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  439. package/web/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  440. package/web/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  441. package/web/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  442. package/web/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  443. package/web/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  444. package/web/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
  445. package/web/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  446. package/web/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  447. package/web/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  448. package/web/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  449. package/web/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  450. package/web/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  451. package/web/node_modules/caniuse-lite/data/features/details.js +1 -1
  452. package/web/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  453. package/web/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  454. package/web/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  455. package/web/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  456. package/web/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  457. package/web/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  458. package/web/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  459. package/web/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  460. package/web/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  461. package/web/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  462. package/web/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  463. package/web/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  464. package/web/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  465. package/web/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  466. package/web/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  467. package/web/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  468. package/web/node_modules/caniuse-lite/data/features/download.js +1 -1
  469. package/web/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  470. package/web/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  471. package/web/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  472. package/web/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  473. package/web/node_modules/caniuse-lite/data/features/eme.js +1 -1
  474. package/web/node_modules/caniuse-lite/data/features/eot.js +1 -1
  475. package/web/node_modules/caniuse-lite/data/features/es5.js +1 -1
  476. package/web/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  477. package/web/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  478. package/web/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  479. package/web/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  480. package/web/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  481. package/web/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  482. package/web/node_modules/caniuse-lite/data/features/es6.js +1 -1
  483. package/web/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  484. package/web/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  485. package/web/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  486. package/web/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  487. package/web/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  488. package/web/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  489. package/web/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  490. package/web/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  491. package/web/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  492. package/web/node_modules/caniuse-lite/data/features/flac.js +1 -1
  493. package/web/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  494. package/web/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  495. package/web/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  496. package/web/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  497. package/web/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  498. package/web/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  499. package/web/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  500. package/web/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  501. package/web/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  502. package/web/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  503. package/web/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  504. package/web/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  505. package/web/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  506. package/web/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  507. package/web/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  508. package/web/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  509. package/web/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  510. package/web/node_modules/caniuse-lite/data/features/forms.js +1 -1
  511. package/web/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  512. package/web/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  513. package/web/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  514. package/web/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  515. package/web/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  516. package/web/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  517. package/web/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  518. package/web/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  519. package/web/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  520. package/web/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  521. package/web/node_modules/caniuse-lite/data/features/heif.js +1 -1
  522. package/web/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  523. package/web/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  524. package/web/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  525. package/web/node_modules/caniuse-lite/data/features/history.js +1 -1
  526. package/web/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  527. package/web/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  528. package/web/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  529. package/web/node_modules/caniuse-lite/data/features/http2.js +1 -1
  530. package/web/node_modules/caniuse-lite/data/features/http3.js +1 -1
  531. package/web/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  532. package/web/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  533. package/web/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  534. package/web/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  535. package/web/node_modules/caniuse-lite/data/features/ime.js +1 -1
  536. package/web/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  537. package/web/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  538. package/web/node_modules/caniuse-lite/data/features/imports.js +1 -1
  539. package/web/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  540. package/web/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  541. package/web/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  542. package/web/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  543. package/web/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  544. package/web/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  545. package/web/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  546. package/web/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  547. package/web/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  548. package/web/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  549. package/web/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  550. package/web/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  551. package/web/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  552. package/web/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  553. package/web/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  554. package/web/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  555. package/web/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  556. package/web/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  557. package/web/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  558. package/web/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  559. package/web/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  560. package/web/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  561. package/web/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  562. package/web/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  563. package/web/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  564. package/web/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  565. package/web/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  566. package/web/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  567. package/web/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  568. package/web/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  569. package/web/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  570. package/web/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  571. package/web/node_modules/caniuse-lite/data/features/json.js +1 -1
  572. package/web/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  573. package/web/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  574. package/web/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  575. package/web/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  576. package/web/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  577. package/web/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  578. package/web/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  579. package/web/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  580. package/web/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  581. package/web/node_modules/caniuse-lite/data/features/let.js +1 -1
  582. package/web/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  583. package/web/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  584. package/web/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  585. package/web/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  586. package/web/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  587. package/web/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  588. package/web/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  589. package/web/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  590. package/web/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  591. package/web/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
  592. package/web/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  593. package/web/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  594. package/web/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  595. package/web/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  596. package/web/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  597. package/web/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  598. package/web/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  599. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  600. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  601. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  602. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  603. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  604. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  605. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  606. package/web/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  607. package/web/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  608. package/web/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  609. package/web/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  610. package/web/node_modules/caniuse-lite/data/features/menu.js +1 -1
  611. package/web/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  612. package/web/node_modules/caniuse-lite/data/features/meter.js +1 -1
  613. package/web/node_modules/caniuse-lite/data/features/midi.js +1 -1
  614. package/web/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  615. package/web/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  616. package/web/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  617. package/web/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  618. package/web/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  619. package/web/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  620. package/web/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  621. package/web/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  622. package/web/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  623. package/web/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  624. package/web/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  625. package/web/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  626. package/web/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  627. package/web/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  628. package/web/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  629. package/web/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  630. package/web/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  631. package/web/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  632. package/web/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  633. package/web/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  634. package/web/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  635. package/web/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  636. package/web/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  637. package/web/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  638. package/web/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  639. package/web/node_modules/caniuse-lite/data/features/opus.js +1 -1
  640. package/web/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  641. package/web/node_modules/caniuse-lite/data/features/outline.js +1 -1
  642. package/web/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  643. package/web/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  644. package/web/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  645. package/web/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  646. package/web/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  647. package/web/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  648. package/web/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  649. package/web/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  650. package/web/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  651. package/web/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  652. package/web/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  653. package/web/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  654. package/web/node_modules/caniuse-lite/data/features/picture.js +1 -1
  655. package/web/node_modules/caniuse-lite/data/features/ping.js +1 -1
  656. package/web/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  657. package/web/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  658. package/web/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  659. package/web/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  660. package/web/node_modules/caniuse-lite/data/features/portals.js +1 -1
  661. package/web/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  662. package/web/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  663. package/web/node_modules/caniuse-lite/data/features/progress.js +1 -1
  664. package/web/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  665. package/web/node_modules/caniuse-lite/data/features/promises.js +1 -1
  666. package/web/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  667. package/web/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  668. package/web/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  669. package/web/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  670. package/web/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  671. package/web/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  672. package/web/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  673. package/web/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  674. package/web/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  675. package/web/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  676. package/web/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  677. package/web/node_modules/caniuse-lite/data/features/rem.js +1 -1
  678. package/web/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  679. package/web/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  680. package/web/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  681. package/web/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  682. package/web/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  683. package/web/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  684. package/web/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  685. package/web/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  686. package/web/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  687. package/web/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  688. package/web/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  689. package/web/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  690. package/web/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  691. package/web/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  692. package/web/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  693. package/web/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  694. package/web/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  695. package/web/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  696. package/web/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  697. package/web/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  698. package/web/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  699. package/web/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  700. package/web/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  701. package/web/node_modules/caniuse-lite/data/features/sni.js +1 -1
  702. package/web/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  703. package/web/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  704. package/web/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  705. package/web/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  706. package/web/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  707. package/web/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  708. package/web/node_modules/caniuse-lite/data/features/stream.js +1 -1
  709. package/web/node_modules/caniuse-lite/data/features/streams.js +1 -1
  710. package/web/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  711. package/web/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  712. package/web/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  713. package/web/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  714. package/web/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  715. package/web/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  716. package/web/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  717. package/web/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  718. package/web/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  719. package/web/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  720. package/web/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  721. package/web/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  722. package/web/node_modules/caniuse-lite/data/features/svg.js +1 -1
  723. package/web/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  724. package/web/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  725. package/web/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  726. package/web/node_modules/caniuse-lite/data/features/template.js +1 -1
  727. package/web/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  728. package/web/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  729. package/web/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  730. package/web/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  731. package/web/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  732. package/web/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  733. package/web/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  734. package/web/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  735. package/web/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  736. package/web/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  737. package/web/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  738. package/web/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  739. package/web/node_modules/caniuse-lite/data/features/touch.js +1 -1
  740. package/web/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  741. package/web/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  742. package/web/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  743. package/web/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  744. package/web/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  745. package/web/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  746. package/web/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  747. package/web/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  748. package/web/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  749. package/web/node_modules/caniuse-lite/data/features/url.js +1 -1
  750. package/web/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  751. package/web/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  752. package/web/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  753. package/web/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  754. package/web/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  755. package/web/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  756. package/web/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  757. package/web/node_modules/caniuse-lite/data/features/video.js +1 -1
  758. package/web/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  759. package/web/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  760. package/web/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  761. package/web/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  762. package/web/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  763. package/web/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  764. package/web/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  765. package/web/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  766. package/web/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  767. package/web/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  768. package/web/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  769. package/web/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  770. package/web/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  771. package/web/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  772. package/web/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  773. package/web/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  774. package/web/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  775. package/web/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  776. package/web/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  777. package/web/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  778. package/web/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  779. package/web/node_modules/caniuse-lite/data/features/wav.js +1 -1
  780. package/web/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  781. package/web/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  782. package/web/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  783. package/web/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  784. package/web/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  785. package/web/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  786. package/web/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  787. package/web/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  788. package/web/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  789. package/web/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  790. package/web/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  791. package/web/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  792. package/web/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  793. package/web/node_modules/caniuse-lite/data/features/webm.js +1 -1
  794. package/web/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  795. package/web/node_modules/caniuse-lite/data/features/webp.js +1 -1
  796. package/web/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  797. package/web/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  798. package/web/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  799. package/web/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  800. package/web/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  801. package/web/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  802. package/web/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  803. package/web/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  804. package/web/node_modules/caniuse-lite/data/features/woff.js +1 -1
  805. package/web/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  806. package/web/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  807. package/web/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  808. package/web/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  809. package/web/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  810. package/web/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  811. package/web/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  812. package/web/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  813. package/web/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  814. package/web/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  815. package/web/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  816. package/web/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  817. package/web/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  818. package/web/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  819. package/web/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  820. package/web/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  821. package/web/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  822. package/web/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  823. package/web/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  824. package/web/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  825. package/web/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  826. package/web/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  827. package/web/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  828. package/web/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  829. package/web/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  830. package/web/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  831. package/web/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  832. package/web/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  833. package/web/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  834. package/web/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  835. package/web/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  836. package/web/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  837. package/web/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  838. package/web/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  839. package/web/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  840. package/web/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  841. package/web/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  842. package/web/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  843. package/web/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  844. package/web/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  845. package/web/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  846. package/web/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  847. package/web/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  848. package/web/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  849. package/web/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  850. package/web/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  851. package/web/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  852. package/web/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  853. package/web/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  854. package/web/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  855. package/web/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  856. package/web/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  857. package/web/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  858. package/web/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  859. package/web/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  860. package/web/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  861. package/web/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  862. package/web/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  863. package/web/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  864. package/web/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  865. package/web/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  866. package/web/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  867. package/web/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  868. package/web/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  869. package/web/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  870. package/web/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  871. package/web/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  872. package/web/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  873. package/web/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  874. package/web/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  875. package/web/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  876. package/web/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  877. package/web/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  878. package/web/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  879. package/web/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  880. package/web/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  881. package/web/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  882. package/web/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  883. package/web/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  884. package/web/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  885. package/web/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  886. package/web/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  887. package/web/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  888. package/web/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  889. package/web/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  890. package/web/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  891. package/web/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  892. package/web/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  893. package/web/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  894. package/web/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  895. package/web/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  896. package/web/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  897. package/web/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  898. package/web/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  899. package/web/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  900. package/web/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  901. package/web/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  902. package/web/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  903. package/web/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  904. package/web/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  905. package/web/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  906. package/web/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  907. package/web/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  908. package/web/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  909. package/web/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  910. package/web/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  911. package/web/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  912. package/web/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  913. package/web/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  914. package/web/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  915. package/web/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  916. package/web/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  917. package/web/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  918. package/web/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  919. package/web/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  920. package/web/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  921. package/web/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  922. package/web/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  923. package/web/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  924. package/web/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  925. package/web/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  926. package/web/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  927. package/web/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  928. package/web/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  929. package/web/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  930. package/web/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  931. package/web/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  932. package/web/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  933. package/web/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  934. package/web/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  935. package/web/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  936. package/web/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  937. package/web/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  938. package/web/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  939. package/web/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  940. package/web/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  941. package/web/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  942. package/web/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  943. package/web/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  944. package/web/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  945. package/web/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  946. package/web/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  947. package/web/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  948. package/web/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  949. package/web/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  950. package/web/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  951. package/web/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  952. package/web/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  953. package/web/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  954. package/web/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  955. package/web/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  956. package/web/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  957. package/web/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  958. package/web/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  959. package/web/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  960. package/web/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  961. package/web/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  962. package/web/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  963. package/web/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  964. package/web/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  965. package/web/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  966. package/web/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  967. package/web/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  968. package/web/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  969. package/web/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  970. package/web/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  971. package/web/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  972. package/web/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  973. package/web/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  974. package/web/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  975. package/web/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  976. package/web/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  977. package/web/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  978. package/web/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  979. package/web/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  980. package/web/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  981. package/web/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  982. package/web/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  983. package/web/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  984. package/web/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  985. package/web/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  986. package/web/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  987. package/web/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  988. package/web/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  989. package/web/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  990. package/web/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  991. package/web/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  992. package/web/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  993. package/web/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  994. package/web/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  995. package/web/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  996. package/web/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  997. package/web/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  998. package/web/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  999. package/web/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  1000. package/web/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  1001. package/web/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  1002. package/web/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  1003. package/web/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  1004. package/web/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  1005. package/web/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  1006. package/web/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  1007. package/web/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  1008. package/web/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  1009. package/web/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  1010. package/web/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  1011. package/web/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  1012. package/web/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  1013. package/web/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  1014. package/web/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  1015. package/web/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  1016. package/web/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  1017. package/web/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  1018. package/web/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  1019. package/web/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  1020. package/web/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  1021. package/web/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  1022. package/web/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  1023. package/web/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  1024. package/web/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  1025. package/web/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  1026. package/web/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  1027. package/web/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  1028. package/web/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  1029. package/web/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  1030. package/web/node_modules/caniuse-lite/data/regions/US.js +1 -1
  1031. package/web/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  1032. package/web/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  1033. package/web/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  1034. package/web/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  1035. package/web/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  1036. package/web/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  1037. package/web/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  1038. package/web/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  1039. package/web/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  1040. package/web/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  1041. package/web/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  1042. package/web/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  1043. package/web/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  1044. package/web/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  1045. package/web/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  1046. package/web/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  1047. package/web/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  1048. package/web/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  1049. package/web/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  1050. package/web/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  1051. package/web/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  1052. package/web/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  1053. package/web/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  1054. package/web/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1055. package/web/node_modules/caniuse-lite/data/versionGroups.js +1 -1
  1056. package/web/node_modules/caniuse-lite/package.json +1 -1
  1057. package/web/package-lock.json +45 -45
  1058. package/web/server.js +1 -1
  1059. package/web/.next/server/chunks/7974.js +0 -1
  1060. package/web/.next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js +0 -1
  1061. package/web/.next/static/chunks/5124-19d3cb5b8c373b6d.js +0 -1
  1062. package/web/.next/static/chunks/app/api/github-status/route-596ce1d0c049f589.js +0 -1
  1063. package/web/.next/static/chunks/app/api/gitlab-status/route-596ce1d0c049f589.js +0 -1
  1064. package/web/.next/static/chunks/app/api/models/route-596ce1d0c049f589.js +0 -1
  1065. package/web/.next/static/chunks/app/api/pr-status/merge/route-596ce1d0c049f589.js +0 -1
  1066. package/web/.next/static/chunks/app/api/pr-status/route-596ce1d0c049f589.js +0 -1
  1067. package/web/.next/static/chunks/app/api/preflight/route-596ce1d0c049f589.js +0 -1
  1068. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-596ce1d0c049f589.js +0 -1
  1069. package/web/.next/static/chunks/app/api/projects/[id]/route-596ce1d0c049f589.js +0 -1
  1070. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1071. package/web/.next/static/chunks/app/api/projects/route-596ce1d0c049f589.js +0 -1
  1072. package/web/.next/static/chunks/app/api/runtime/info/route-596ce1d0c049f589.js +0 -1
  1073. package/web/.next/static/chunks/app/api/runtime/resources/route-596ce1d0c049f589.js +0 -1
  1074. package/web/.next/static/chunks/app/api/runtime/terminal/route-596ce1d0c049f589.js +0 -1
  1075. package/web/.next/static/chunks/app/api/runtime/versions/route-596ce1d0c049f589.js +0 -1
  1076. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-596ce1d0c049f589.js +0 -1
  1077. package/web/.next/static/chunks/app/api/runtime/voice/route-596ce1d0c049f589.js +0 -1
  1078. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-596ce1d0c049f589.js +0 -1
  1079. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-596ce1d0c049f589.js +0 -1
  1080. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-596ce1d0c049f589.js +0 -1
  1081. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-596ce1d0c049f589.js +0 -1
  1082. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-596ce1d0c049f589.js +0 -1
  1083. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-596ce1d0c049f589.js +0 -1
  1084. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-596ce1d0c049f589.js +0 -1
  1085. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-596ce1d0c049f589.js +0 -1
  1086. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-596ce1d0c049f589.js +0 -1
  1087. package/web/.next/static/chunks/app/api/sessions/[id]/route-596ce1d0c049f589.js +0 -1
  1088. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-596ce1d0c049f589.js +0 -1
  1089. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-596ce1d0c049f589.js +0 -1
  1090. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-596ce1d0c049f589.js +0 -1
  1091. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1092. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-596ce1d0c049f589.js +0 -1
  1093. package/web/.next/static/chunks/app/api/sessions/route-596ce1d0c049f589.js +0 -1
  1094. package/web/.next/static/chunks/app/api/shepherd/spawn/route-596ce1d0c049f589.js +0 -1
  1095. package/web/.next/static/chunks/app/api/spawn/route-596ce1d0c049f589.js +0 -1
  1096. package/web/.next/static/chunks/app/apple-icon/route-596ce1d0c049f589.js +0 -1
  1097. package/web/.next/static/chunks/app/icon/route-596ce1d0c049f589.js +0 -1
  1098. package/web/.next/static/chunks/app/icon-192/route-596ce1d0c049f589.js +0 -1
  1099. package/web/.next/static/chunks/app/icon-512/route-596ce1d0c049f589.js +0 -1
  1100. package/web/.next/static/chunks/app/layout-77450a833d54e15c.js +0 -1
  1101. package/web/.next/static/chunks/app/manifest.webmanifest/route-596ce1d0c049f589.js +0 -1
  1102. package/web/.next/static/chunks/app/page-fd332d4acc6d8ff0.js +0 -1
  1103. package/web/.next/static/chunks/app/sessions/[id]/page-508070021783e022.js +0 -1
  1104. package/web/.next/static/css/a21fffd2e823d08d.css +0 -3
  1105. /package/web/.next/static/{1N29vAB1vCj1iGIUfy4to → j6j0a_rHfbTSVFFhtL-Dd}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00466,"77":0.00932,"79":0.08854,"82":0.00932,"88":0.01398,"91":0.00932,"102":0.00466,"109":0.00466,"114":0.00466,"115":0.06058,"116":0.00466,"127":0.00932,"128":0.00466,"129":0.01864,"136":0.01398,"138":0.00466,"140":0.05126,"144":0.00466,"146":0.01398,"147":0.19106,"148":0.0233,"149":0.03262,"150":1.35606,"151":0.50328,_:"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 72 73 74 75 76 78 80 81 83 84 85 86 87 89 90 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 110 111 112 113 117 118 119 120 121 122 123 124 125 126 130 131 132 133 134 135 137 139 141 142 143 145 152 153 154 3.5 3.6"},D:{"39":0.01398,"40":0.01398,"41":0.01398,"42":0.00932,"43":0.00932,"44":0.01398,"45":0.01398,"46":0.01398,"47":0.01864,"48":0.01398,"49":0.00466,"50":0.00932,"51":0.00932,"52":0.01864,"53":0.02796,"54":0.03262,"55":0.0233,"56":0.01864,"57":0.00932,"58":0.01864,"59":0.00932,"60":0.00466,"63":0.00466,"66":0.00932,"67":0.00932,"69":0.04194,"70":0.00466,"73":0.01398,"75":0.00466,"76":0.0466,"79":0.07456,"80":0.10718,"81":0.00932,"85":0.00466,"86":0.00932,"87":0.00932,"88":0.00932,"93":0.02796,"103":0.00932,"104":0.00932,"105":0.01864,"106":0.03262,"107":0.00466,"108":0.00466,"109":1.83138,"110":0.00932,"111":0.00932,"112":0.32154,"113":0.03262,"114":0.0233,"115":0.00932,"116":0.05592,"117":0.00466,"118":0.69434,"119":0.01864,"120":0.00932,"122":0.00466,"123":0.00466,"124":0.01398,"125":0.00932,"126":0.03728,"127":0.03262,"128":0.01398,"129":0.00932,"131":0.01864,"132":0.00932,"133":0.00466,"134":0.03262,"135":0.00932,"136":0.00932,"137":0.07922,"138":0.1165,"139":0.0699,"140":0.01864,"141":0.00466,"142":0.0233,"143":0.02796,"144":0.1631,"145":0.39144,"146":0.38212,"147":5.97878,"148":8.56974,"149":0.03728,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 64 65 68 71 72 74 77 78 83 84 89 90 91 92 94 95 96 97 98 99 100 101 102 121 130 150 151 152"},F:{"79":0.00466,"95":0.04194,"96":0.00466,"97":0.05126,"98":0.0233,"106":0.00466,"111":0.00932,"118":0.0233,"131":1.31412,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 99 100 101 102 103 104 105 107 108 109 110 112 113 114 115 116 117 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.0233,"18":0.19572,"84":0.01398,"89":0.0233,"90":0.00466,"92":0.06058,"109":0.00932,"122":0.01864,"126":0.00466,"131":0.00932,"133":0.00932,"135":0.02796,"138":0.00932,"139":0.00932,"140":0.00932,"141":0.01398,"142":0.00466,"143":0.03262,"144":0.05126,"145":0.01398,"146":0.13514,"147":1.12772,"148":1.9572,_:"12 13 14 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 127 128 129 130 132 134 136 137 149"},E:{"11":0.0233,_:"4 5 6 7 8 9 10 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.5 17.0 17.1 17.2 17.3 17.4 18.0 18.1 18.2 18.3 18.4 26.1 26.2 TP","5.1":0.01864,"15.6":0.05126,"16.4":0.01398,"16.6":0.00932,"17.5":0.0233,"17.6":0.00466,"18.5-18.7":0.00932,"26.0":0.00932,"26.3":0.0233,"26.4":0.01864,"26.5":0.01398},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00025,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0005,"8.1-8.4":0,"9.0-9.2":0.00025,"9.3":0,"10.0-10.2":0,"10.3":0.00223,"11.0-11.2":0.05884,"11.3-11.4":0.00074,"12.0-12.1":0,"12.2-12.5":0.00844,"13.0-13.1":0,"13.2":0.00273,"13.3":0,"13.4-13.7":0.0005,"14.0-14.4":0.00199,"14.5-14.8":0.00323,"15.0-15.1":0.00248,"15.2-15.3":0.00149,"15.4":0.00199,"15.5":0.00223,"15.6-15.8":0.04196,"16.0":0.00447,"16.1":0.00695,"16.2":0.00372,"16.3":0.00819,"16.4":0.00174,"16.5":0.00298,"16.6-16.7":0.05586,"17.0":0.00248,"17.1":0.00422,"17.2":0.00372,"17.3":0.0072,"17.4":0.01142,"17.5":0.01539,"17.6-17.7":0.04047,"18.0":0.00819,"18.1":0.01614,"18.2":0.00869,"18.3":0.02582,"18.4":0.01192,"18.5-18.7":0.41112,"26.0":0.02632,"26.1":0.03277,"26.2":0.12612,"26.3":0.39821,"26.4":0.82126,"26.5":0.29295},P:{"24":0.04924,"25":0.01407,"26":0.00703,"27":0.07034,"28":0.0422,"29":0.98475,"30":0.03517,_:"4 20 21 22 23 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","5.0-5.4":0.00703,"7.2-7.4":0.08441,"9.2":0.02814,"16.0":0.00703},I:{"0":0.032,"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":3.29416,_:"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.01068,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.05873},Q:{"14.9":0.01602},O:{"0":0.22958},H:{all:0},L:{"0":62.06529}};
1
+ module.exports={C:{"65":0.00479,"68":0.00959,"72":0.00959,"94":0.00479,"99":0.00479,"102":0.03835,"112":0.02397,"115":0.0815,"119":0.00479,"120":0.01438,"121":0.03835,"127":0.02397,"128":0.00959,"129":0.00479,"140":0.07191,"144":0.01918,"146":0.04315,"147":0.17258,"148":0.01438,"149":0.00479,"150":0.03835,"151":0.82936,"152":0.41708,_:"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 66 67 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 100 101 103 104 105 106 107 108 109 110 111 113 114 116 117 118 122 123 124 125 126 130 131 132 133 134 135 136 137 138 139 141 142 143 145 153 154 155 3.5 3.6"},D:{"39":0.00479,"40":0.00959,"41":0.01438,"42":0.00479,"43":0.01918,"44":0.00959,"45":0.00959,"48":0.01438,"49":0.01918,"50":0.00479,"51":0.00479,"53":0.00479,"54":0.00959,"55":0.00959,"56":0.00479,"57":0.01438,"58":0.00479,"60":0.01438,"63":0.00479,"66":0.00959,"67":0.00479,"69":0.06232,"70":0.01438,"71":0.02876,"73":0.01918,"75":0.00479,"76":0.00479,"78":0.00479,"79":0.00959,"80":0.07191,"81":0.03835,"83":0.01438,"86":0.02876,"88":0.00959,"90":0.00479,"91":0.01438,"93":0.00479,"94":0.00959,"95":0.01438,"100":0.01438,"101":0.00479,"103":0.02397,"104":0.01918,"105":0.03356,"106":0.01918,"107":0.02397,"108":0.01918,"109":1.18412,"110":0.01438,"111":0.03356,"112":0.02397,"113":0.00959,"114":0.01918,"116":0.06232,"117":0.02397,"118":1.80254,"119":0.04315,"120":0.06232,"121":0.00479,"123":0.02876,"124":0.03356,"125":0.03835,"126":0.03835,"127":0.06712,"128":0.01438,"129":0.00479,"130":0.01438,"131":0.10067,"132":0.00479,"133":0.05273,"134":0.00959,"135":0.01438,"136":0.00479,"137":0.10547,"138":0.12464,"139":0.05273,"140":0.01918,"141":0.02397,"142":0.04315,"143":0.13423,"144":0.16779,"145":0.14861,"146":0.37873,"147":0.89648,"148":7.77107,"149":5.9158,"150":0.05273,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 46 47 52 59 61 62 64 65 68 72 74 77 84 85 87 89 92 96 97 98 99 102 115 122 151 152 153"},F:{"50":0.00479,"95":0.01918,"99":0.02397,"110":0.00479,"114":0.00479,"126":0.00479,"131":1.10741,_:"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 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 111 112 113 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00479,"16":0.00959,"17":0.01438,"18":0.08629,"84":0.00479,"92":0.06712,"100":0.04315,"109":0.01918,"112":0.00479,"118":0.00479,"119":0.01918,"120":0.01438,"122":0.00479,"129":0.01918,"131":0.00479,"138":0.01438,"140":0.01438,"141":0.00959,"142":0.00479,"143":0.00959,"144":0.01918,"145":0.03835,"146":0.01918,"147":0.07191,"148":0.81498,"149":2.37303,_:"12 13 15 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 113 114 115 116 117 121 123 124 125 126 127 128 130 132 133 134 135 136 137 139 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.1 26.2 26.3 TP","12.1":0.01438,"14.1":0.00959,"15.6":0.01438,"16.6":0.01438,"17.5":0.01918,"26.0":0.00479,"26.4":0.00479,"26.5":0.0767},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00029,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00087,"8.1-8.4":0,"9.0-9.2":0.00029,"9.3":0,"10.0-10.2":0,"10.3":0.00317,"11.0-11.2":0.09546,"11.3-11.4":0.00058,"12.0-12.1":0,"12.2-12.5":0.00981,"13.0-13.1":0,"13.2":0.00317,"13.3":0,"13.4-13.7":0.00058,"14.0-14.4":0.00202,"14.5-14.8":0.00317,"15.0-15.1":0.00288,"15.2-15.3":0.00173,"15.4":0.00202,"15.5":0.0026,"15.6-15.8":0.05047,"16.0":0.00461,"16.1":0.0075,"16.2":0.00404,"16.3":0.00865,"16.4":0.00202,"16.5":0.00317,"16.6-16.7":0.06576,"17.0":0.00288,"17.1":0.00433,"17.2":0.00404,"17.3":0.00606,"17.4":0.00923,"17.5":0.01644,"17.6-17.7":0.0424,"18.0":0.00952,"18.1":0.01817,"18.2":0.00981,"18.3":0.02999,"18.4":0.01356,"18.5-18.7":0.43348,"26.0":0.02855,"26.1":0.02971,"26.2":0.0897,"26.3":0.12258,"26.4":0.14046,"26.5":1.5929},P:{"4":0.02315,"21":0.02315,"22":0.00772,"24":0.03858,"25":0.01543,"26":0.01543,"27":0.10031,"28":0.05401,"29":0.20062,"30":0.69444,_:"20 23 5.0-5.4 6.2-6.4 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.10031,"8.2":0.00772,"9.2":0.00772,"11.1-11.2":0.00772},I:{"0":0.0104,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":2.87892,_:"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.03644,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.25509},H:{all:0},L:{"0":62.51636},R:{_:"0"},M:{"0":0.0833},Q:{"14.9":0.05206}};
@@ -1 +1 @@
1
- module.exports={C:{"50":0.00485,"59":0.00485,"65":0.00485,"72":0.0097,"77":0.00485,"92":0.00485,"108":0.00485,"115":0.10668,"120":0.00485,"121":0.0097,"123":0.00485,"127":0.0097,"130":0.0097,"136":0.00485,"139":0.00485,"140":0.04364,"144":0.00485,"146":0.0194,"147":0.0194,"148":0.02909,"149":0.06304,"150":1.12982,"151":0.42186,_:"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 51 52 53 54 55 56 57 58 60 61 62 63 64 66 67 68 69 70 71 73 74 75 76 78 79 80 81 82 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 112 113 114 116 117 118 119 122 124 125 126 128 129 131 132 133 134 135 137 138 141 142 143 145 152 153 154 3.5 3.6"},D:{"39":0.0194,"40":0.01455,"41":0.0194,"42":0.0194,"43":0.01455,"44":0.0194,"45":0.0194,"46":0.02425,"47":0.0194,"48":0.0194,"49":0.0194,"50":0.0194,"51":0.01455,"52":0.0194,"53":0.02425,"54":0.0194,"55":0.01455,"56":0.02425,"57":0.02425,"58":0.0194,"59":0.0194,"60":0.0194,"61":0.0097,"62":0.00485,"65":0.00485,"66":0.00485,"68":0.00485,"69":0.00485,"70":0.00485,"71":0.00485,"72":0.0097,"73":0.0097,"74":0.03394,"75":0.0097,"76":0.0097,"77":0.00485,"78":0.01455,"79":0.01455,"80":0.00485,"81":0.0097,"83":0.0097,"84":0.01455,"86":0.0097,"87":0.0097,"88":0.0097,"89":0.00485,"91":0.00485,"92":0.00485,"93":0.01455,"94":0.00485,"95":0.00485,"98":0.0097,"99":0.00485,"100":0.00485,"101":0.01455,"102":0.0097,"103":0.06304,"104":0.05819,"105":0.05819,"106":0.06304,"107":0.05819,"108":0.08728,"109":0.94556,"110":0.05819,"111":0.08243,"112":1.56138,"113":0.00485,"114":0.0097,"115":0.00485,"116":0.12123,"117":0.05819,"118":4.29621,"119":0.02909,"120":0.08728,"121":0.00485,"122":0.04364,"123":0.0097,"124":0.06304,"125":0.00485,"126":0.0194,"127":0.0097,"128":0.05334,"129":0.00485,"130":0.00485,"131":0.16002,"132":0.00485,"133":0.13092,"134":0.07274,"135":0.03394,"136":0.01455,"137":0.0194,"138":0.14062,"139":0.02909,"140":0.01455,"141":0.0194,"142":0.07758,"143":0.10183,"144":0.08243,"145":0.69826,"146":0.27639,"147":5.76061,"148":8.32088,"149":0.04849,_:"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 63 64 67 85 90 96 97 150 151 152"},F:{"36":0.00485,"40":0.00485,"56":0.0097,"58":0.00485,"69":0.00485,"79":0.00485,"95":0.06789,"96":0.0097,"97":0.08243,"98":0.09213,"99":0.00485,"114":0.00485,"120":0.00485,"123":0.00485,"125":0.02425,"126":0.01455,"127":0.00485,"131":0.47035,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 60 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 121 122 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.0097,"17":0.00485,"18":0.02909,"84":0.00485,"89":0.00485,"90":0.00485,"92":0.03394,"100":0.0097,"107":0.02425,"109":0.00485,"114":0.00485,"115":0.0097,"118":0.00485,"122":0.00485,"127":0.00485,"131":0.04849,"132":0.00485,"134":0.01455,"135":0.0097,"136":0.00485,"138":0.00485,"140":0.0097,"142":0.0097,"143":0.00485,"144":0.00485,"145":0.03879,"146":0.09698,"147":1.27044,"148":2.38086,"149":0.0097,_:"12 13 14 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 110 111 112 113 116 117 119 120 121 123 124 125 126 128 129 130 133 137 139 141"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4 15.5 16.1 16.2 16.4 17.0 17.2 17.3 17.4 18.0 18.1 18.2 TP","5.1":0.07758,"13.1":0.0097,"14.1":0.00485,"15.1":0.00485,"15.6":0.0097,"16.0":0.00485,"16.3":0.00485,"16.5":0.0097,"16.6":0.05819,"17.1":0.04849,"17.5":0.0097,"17.6":0.08728,"18.3":0.00485,"18.4":0.00485,"18.5-18.7":0.0097,"26.0":0.00485,"26.1":0.00485,"26.2":0.05334,"26.3":0.06304,"26.4":0.10183,"26.5":0.03879},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00077,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00155,"8.1-8.4":0,"9.0-9.2":0.00077,"9.3":0,"10.0-10.2":0,"10.3":0.00696,"11.0-11.2":0.18324,"11.3-11.4":0.00232,"12.0-12.1":0,"12.2-12.5":0.02629,"13.0-13.1":0,"13.2":0.0085,"13.3":0,"13.4-13.7":0.00155,"14.0-14.4":0.00619,"14.5-14.8":0.01005,"15.0-15.1":0.00773,"15.2-15.3":0.00464,"15.4":0.00619,"15.5":0.00696,"15.6-15.8":0.13066,"16.0":0.01392,"16.1":0.02165,"16.2":0.0116,"16.3":0.02551,"16.4":0.00541,"16.5":0.00928,"16.6-16.7":0.17396,"17.0":0.00773,"17.1":0.01314,"17.2":0.0116,"17.3":0.02242,"17.4":0.03557,"17.5":0.04794,"17.6-17.7":0.12603,"18.0":0.02551,"18.1":0.05026,"18.2":0.02706,"18.3":0.08041,"18.4":0.03711,"18.5-18.7":1.28036,"26.0":0.08196,"26.1":0.10206,"26.2":0.39277,"26.3":1.24016,"26.4":2.55763,"26.5":0.91233},P:{"23":0.033,"25":0.00825,"26":0.00825,"27":0.00825,"28":0.0825,"29":0.28051,"30":0.0495,_:"4 20 21 22 24 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.47027,"9.2":0.02475,"16.0":0.00825},I:{"0":0.02058,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":2.78214,_:"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.02576,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.11847},Q:{"14.9":0.01545},O:{"0":0.65933},H:{all:0.02},L:{"0":53.16705}};
1
+ module.exports={C:{"49":0.00514,"57":0.00514,"65":0.00514,"72":0.00514,"82":0.00514,"89":0.00514,"92":0.00514,"111":0.01029,"115":0.12343,"120":0.144,"121":0.29829,"127":0.01543,"134":0.00514,"135":0.00514,"136":0.00514,"137":0.01029,"140":0.05657,"142":0.01543,"143":0.00514,"144":0.00514,"146":0.00514,"147":0.00514,"149":0.03086,"150":0.08743,"151":1.24975,"152":0.5503,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 58 59 60 61 62 63 64 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 138 139 141 145 148 153 154 155 3.5 3.6"},D:{"39":0.01543,"40":0.01029,"41":0.00514,"42":0.01029,"43":0.01029,"44":0.01029,"45":0.01543,"46":0.01029,"47":0.01029,"48":0.01029,"49":0.01029,"50":0.01029,"51":0.01029,"52":0.01029,"53":0.01029,"54":0.01029,"55":0.01029,"56":0.01029,"57":0.02057,"58":0.01029,"59":0.01543,"60":0.01029,"62":0.00514,"63":0.00514,"64":0.00514,"65":0.00514,"66":0.01543,"69":0.01543,"70":0.01543,"72":0.02057,"73":0.036,"74":0.08229,"75":0.01543,"76":0.01029,"77":0.01029,"78":0.01029,"79":0.01543,"80":0.00514,"81":0.03086,"83":0.01543,"84":0.01029,"86":0.01029,"87":0.02572,"88":0.00514,"90":0.00514,"91":0.00514,"93":0.01029,"94":0.01543,"95":0.04629,"96":0.00514,"101":0.04114,"102":0.01029,"103":0.11315,"104":0.10286,"105":0.09257,"106":0.11315,"107":0.11315,"108":0.108,"109":0.79202,"110":0.09772,"111":0.22115,"112":0.09772,"113":0.00514,"114":0.02572,"115":0.01029,"116":0.23658,"117":0.09772,"118":6.15617,"119":0.35487,"120":0.42687,"122":0.05143,"123":0.00514,"124":0.12858,"125":0.01543,"126":0.036,"127":0.00514,"128":0.036,"129":0.01543,"130":0.01543,"131":0.25715,"132":0.03086,"133":0.23144,"134":0.02057,"135":0.036,"136":0.02572,"137":0.07715,"138":0.22629,"139":0.02572,"140":0.04629,"141":0.03086,"142":0.06172,"143":0.04114,"144":0.09772,"145":0.45258,"146":0.10286,"147":0.30858,"148":5.23043,"149":8.61453,"150":0.05143,"151":0.01029,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 67 68 71 85 89 92 97 98 99 100 121 152 153"},F:{"36":0.00514,"38":0.00514,"40":0.01029,"46":0.00514,"53":0.01029,"62":0.00514,"79":0.04114,"95":0.036,"96":0.01029,"97":0.00514,"98":0.02572,"99":0.05657,"101":0.01543,"113":0.03086,"114":0.00514,"116":0.00514,"125":0.036,"126":0.00514,"127":0.00514,"131":0.66859,_:"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 39 41 42 43 44 45 47 48 49 50 51 52 54 55 56 57 58 60 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 100 102 103 104 105 106 107 108 109 110 111 112 115 117 118 119 120 121 122 123 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00514,"18":0.01029,"84":0.01029,"85":0.00514,"89":0.00514,"92":0.072,"100":0.05143,"107":0.00514,"109":0.02057,"114":0.00514,"119":0.13372,"120":0.12858,"122":0.01029,"131":0.01543,"133":0.01029,"136":0.00514,"137":0.00514,"138":0.00514,"139":0.00514,"140":0.00514,"141":0.00514,"142":0.01543,"143":0.00514,"144":0.01029,"145":0.01543,"146":0.03086,"147":0.09257,"148":1.00803,"149":2.62807,"150":0.00514,_:"12 13 14 15 16 79 80 81 83 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 132 134 135"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.3 17.5 18.0 18.1 18.2 18.4 TP","5.1":0.01029,"14.1":0.00514,"15.2-15.3":0.00514,"15.6":0.01543,"16.6":0.10286,"17.1":0.04114,"17.2":0.03086,"17.4":0.00514,"17.6":0.07715,"18.3":0.00514,"18.5-18.7":0.00514,"26.0":0.00514,"26.1":0.00514,"26.2":0.03086,"26.3":0.06686,"26.4":0.02057,"26.5":0.17486},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00074,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00222,"8.1-8.4":0,"9.0-9.2":0.00074,"9.3":0,"10.0-10.2":0,"10.3":0.00813,"11.0-11.2":0.24453,"11.3-11.4":0.00148,"12.0-12.1":0,"12.2-12.5":0.02512,"13.0-13.1":0,"13.2":0.00813,"13.3":0,"13.4-13.7":0.00148,"14.0-14.4":0.00517,"14.5-14.8":0.00813,"15.0-15.1":0.00739,"15.2-15.3":0.00443,"15.4":0.00517,"15.5":0.00665,"15.6-15.8":0.12928,"16.0":0.01182,"16.1":0.01921,"16.2":0.01034,"16.3":0.02216,"16.4":0.00517,"16.5":0.00813,"16.6-16.7":0.16843,"17.0":0.00739,"17.1":0.01108,"17.2":0.01034,"17.3":0.01551,"17.4":0.02364,"17.5":0.04211,"17.6-17.7":0.1086,"18.0":0.02438,"18.1":0.04654,"18.2":0.02512,"18.3":0.07683,"18.4":0.03472,"18.5-18.7":1.11034,"26.0":0.07314,"26.1":0.07609,"26.2":0.22975,"26.3":0.31397,"26.4":0.35977,"26.5":4.08011},P:{"4":0.03231,"23":0.04847,"26":0.00808,"27":0.00808,"28":0.0727,"29":0.19387,"30":0.37159,_:"20 21 22 24 25 6.2-6.4 8.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00808,"7.2-7.4":0.75933,"9.2":0.02423,"13.0":0.00808},I:{"0":0.01456,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":1.93766,_:"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.02914,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.5537},H:{all:0.01},L:{"0":51.0822},R:{_:"0"},M:{"0":0.11171},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"149":0.00292,"150":0.02629,"151":0.00876,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 152 153 154 3.5 3.6"},D:{"103":0.00292,"106":0.00292,"109":0.02921,"112":0.00292,"116":0.00292,"118":0.00292,"131":0.00292,"133":0.00292,"138":0.00292,"141":0.00292,"143":0.00292,"144":0.00876,"145":0.03797,"146":0.01753,"147":0.11684,"148":0.16066,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 107 108 110 111 113 114 115 117 119 120 121 122 123 124 125 126 127 128 129 130 132 134 135 136 137 139 140 142 149 150 151 152"},F:{"131":0.00584,_:"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:{"109":0.00584,"138":0.00292,"145":0.00292,"146":0.00292,"147":0.06426,"148":0.10516,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139 140 141 142 143 144 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.2-15.3 TP","14.1":0.02921,"15.1":0.01168,"15.4":0.00876,"15.5":0.05842,"15.6":0.53454,"16.0":0.00584,"16.1":0.04382,"16.2":0.0701,"16.3":0.15773,"16.4":0.09639,"16.5":0.13437,"16.6":1.3495,"17.0":0.01168,"17.1":1.36995,"17.2":0.03797,"17.3":0.06426,"17.4":0.1256,"17.5":0.16066,"17.6":0.63094,"18.0":0.04089,"18.1":0.23076,"18.2":0.05258,"18.3":0.32715,"18.4":0.08471,"18.5-18.7":0.33007,"26.0":0.08179,"26.1":0.12268,"26.2":0.91427,"26.3":4.51002,"26.4":9.35012,"26.5":4.30848},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00705,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0141,"8.1-8.4":0,"9.0-9.2":0.00705,"9.3":0,"10.0-10.2":0,"10.3":0.06346,"11.0-11.2":1.67101,"11.3-11.4":0.02115,"12.0-12.1":0,"12.2-12.5":0.23972,"13.0-13.1":0,"13.2":0.07756,"13.3":0,"13.4-13.7":0.0141,"14.0-14.4":0.05641,"14.5-14.8":0.09166,"15.0-15.1":0.07051,"15.2-15.3":0.0423,"15.4":0.05641,"15.5":0.06346,"15.6-15.8":1.19157,"16.0":0.12691,"16.1":0.19742,"16.2":0.10576,"16.3":0.23267,"16.4":0.04935,"16.5":0.08461,"16.6-16.7":1.5864,"17.0":0.07051,"17.1":0.11986,"17.2":0.10576,"17.3":0.20447,"17.4":0.32433,"17.5":0.43714,"17.6-17.7":1.14926,"18.0":0.23267,"18.1":0.45829,"18.2":0.24677,"18.3":0.73327,"18.4":0.33843,"18.5-18.7":11.67593,"26.0":0.74737,"26.1":0.93069,"26.2":3.58175,"26.3":11.3093,"26.4":23.32366,"26.5":8.31981},P:{"29":0.02832,_:"4 20 21 22 23 24 25 26 27 28 30 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"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.00708},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":0.30787}};
1
+ module.exports={C:{"151":0.00603,"152":0.01509,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"109":0.01509,"116":0.00302,"118":0.00302,"120":0.00302,"133":0.00302,"144":0.00603,"145":0.0181,"146":0.01207,"147":0.02112,"148":0.09051,"149":0.13878,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 117 119 121 122 123 124 125 126 127 128 129 130 131 132 134 135 136 137 138 139 140 141 142 143 150 151 152 153"},F:{"99":0.00302,"131":0.02112,_:"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:{"109":0.00302,"147":0.00302,"148":0.04827,"149":0.1237,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 150"},E:{"27":0.02414,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.2-15.3 TP","14.1":0.02112,"15.1":0.00905,"15.4":0.00905,"15.5":0.04526,"15.6":0.49479,"16.0":0.01207,"16.1":0.05732,"16.2":0.06034,"16.3":0.11766,"16.4":0.05732,"16.5":0.12671,"16.6":1.27317,"17.0":0.00905,"17.1":1.37575,"17.2":0.0362,"17.3":0.05732,"17.4":0.12068,"17.5":0.17197,"17.6":0.64262,"18.0":0.04827,"18.1":0.23231,"18.2":0.05431,"18.3":0.34394,"18.4":0.09956,"18.5-18.7":0.29567,"26.0":0.07844,"26.1":0.1056,"26.2":0.63055,"26.3":1.07405,"26.4":0.92622,"26.5":17.89081},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00695,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.02086,"8.1-8.4":0,"9.0-9.2":0.00695,"9.3":0,"10.0-10.2":0,"10.3":0.0765,"11.0-11.2":2.3019,"11.3-11.4":0.01391,"12.0-12.1":0,"12.2-12.5":0.23645,"13.0-13.1":0,"13.2":0.0765,"13.3":0,"13.4-13.7":0.01391,"14.0-14.4":0.04868,"14.5-14.8":0.0765,"15.0-15.1":0.06954,"15.2-15.3":0.04173,"15.4":0.04868,"15.5":0.06259,"15.6-15.8":1.21701,"16.0":0.11127,"16.1":0.18081,"16.2":0.09736,"16.3":0.20863,"16.4":0.04868,"16.5":0.0765,"16.6-16.7":1.5856,"17.0":0.06954,"17.1":0.10432,"17.2":0.09736,"17.3":0.14604,"17.4":0.22254,"17.5":0.3964,"17.6-17.7":1.02229,"18.0":0.22949,"18.1":0.43813,"18.2":0.23645,"18.3":0.72325,"18.4":0.32686,"18.5-18.7":10.45242,"26.0":0.68848,"26.1":0.7163,"26.2":2.16281,"26.3":2.95561,"26.4":3.38678,"26.5":38.40898},P:{"30":0.02095,_:"4 20 21 22 23 24 25 26 27 28 29 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{_:"0"},H:{all:0},L:{"0":0.31475},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00545,"115":0.14726,"140":0.00545,"147":0.01091,"149":0.01091,"150":0.86719,"151":0.27815,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 148 152 153 154 3.5 3.6"},D:{"39":0.05454,"40":0.05454,"41":0.04909,"42":0.04909,"43":0.04909,"44":0.04363,"45":0.04909,"46":0.05999,"47":0.04909,"48":0.05999,"49":0.04363,"50":0.04909,"51":0.05454,"52":0.05454,"53":0.04909,"54":0.04909,"55":0.05454,"56":0.04909,"57":0.05454,"58":0.04909,"59":0.04909,"60":0.04909,"68":0.01091,"70":0.03818,"73":0.00545,"74":0.04363,"79":0.01091,"81":0.33269,"83":0.00545,"86":0.00545,"87":0.09817,"88":0.00545,"89":0.00545,"90":0.00545,"91":0.00545,"94":0.02727,"101":0.01091,"103":0.67084,"104":0.6163,"105":0.64357,"106":0.63266,"107":0.6163,"108":0.6163,"109":1.42895,"110":0.64357,"111":0.64357,"112":1.2926,"114":0.01091,"116":1.28169,"117":0.66539,"118":1.41804,"119":0.00545,"120":0.62721,"122":0.08181,"123":0.01636,"124":0.63266,"125":0.00545,"126":0.01636,"127":0.00545,"128":0.02727,"129":0.00545,"130":0.01636,"131":1.30896,"132":0.00545,"133":1.29805,"134":0.00545,"135":0.02182,"136":0.01091,"137":0.02727,"138":0.10908,"139":0.02182,"140":0.01636,"141":0.00545,"142":0.44177,"143":0.06545,"144":0.12544,"145":0.42541,"146":0.39269,"147":6.7466,"148":12.08606,"149":0.05999,"150":0.01636,_:"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 71 72 75 76 77 78 80 84 85 92 93 95 96 97 98 99 100 102 113 115 121 151 152"},F:{"92":0.00545,"95":0.01091,"97":0.05999,"98":0.11999,"126":0.00545,"131":0.80719,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 93 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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00545,"18":0.00545,"109":0.01636,"114":0.00545,"118":0.00545,"120":0.01091,"141":0.00545,"143":0.01636,"144":0.01636,"145":0.09817,"146":0.16907,"147":1.15625,"148":2.73245,_:"12 13 14 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 119 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 142 149"},E:{"12":0.00545,_:"4 5 6 7 8 9 10 11 13 14 15 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 15.1 15.2-15.3 16.0 16.2 16.4 17.0 TP","9.1":0.00545,"13.1":0.00545,"14.1":0.01636,"15.4":0.01091,"15.5":0.00545,"15.6":0.10908,"16.1":0.01636,"16.3":0.02182,"16.5":0.01091,"16.6":0.09817,"17.1":0.02727,"17.2":0.01091,"17.3":0.00545,"17.4":0.01636,"17.5":0.01636,"17.6":0.22907,"18.0":0.00545,"18.1":0.02727,"18.2":0.00545,"18.3":0.01636,"18.4":0.02727,"18.5-18.7":0.07636,"26.0":0.04363,"26.1":0.03272,"26.2":0.15271,"26.3":0.57267,"26.4":0.70357,"26.5":0.33269},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00116,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00231,"8.1-8.4":0,"9.0-9.2":0.00116,"9.3":0,"10.0-10.2":0,"10.3":0.0104,"11.0-11.2":0.27383,"11.3-11.4":0.00347,"12.0-12.1":0,"12.2-12.5":0.03928,"13.0-13.1":0,"13.2":0.01271,"13.3":0,"13.4-13.7":0.00231,"14.0-14.4":0.00924,"14.5-14.8":0.01502,"15.0-15.1":0.01155,"15.2-15.3":0.00693,"15.4":0.00924,"15.5":0.0104,"15.6-15.8":0.19526,"16.0":0.0208,"16.1":0.03235,"16.2":0.01733,"16.3":0.03813,"16.4":0.00809,"16.5":0.01386,"16.6-16.7":0.25996,"17.0":0.01155,"17.1":0.01964,"17.2":0.01733,"17.3":0.03351,"17.4":0.05315,"17.5":0.07163,"17.6-17.7":0.18833,"18.0":0.03813,"18.1":0.0751,"18.2":0.04044,"18.3":0.12016,"18.4":0.05546,"18.5-18.7":1.91333,"26.0":0.12247,"26.1":0.15251,"26.2":0.58694,"26.3":1.85325,"26.4":3.82204,"26.5":1.36336},P:{"4":0.034,"25":0.0408,"26":0.0068,"28":0.0136,"29":0.52366,"30":0.10881,_:"20 21 22 23 24 27 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.04761,"11.1-11.2":0.0068},I:{"0":0.00454,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":1.41866,_:"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.19097},Q:{_:"14.9"},O:{"0":1.00034},H:{all:0},L:{"0":35.9415}};
1
+ module.exports={C:{"115":0.2062,"120":0.06702,"121":0.13403,"140":0.01547,"149":0.01031,"150":0.02578,"151":0.75779,"152":0.43818,_:"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 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.04124,"40":0.06186,"41":0.05671,"42":0.04124,"43":0.03609,"44":0.04124,"45":0.04124,"46":0.05671,"47":0.04124,"48":0.05671,"49":0.09795,"50":0.04124,"51":0.0464,"52":0.0464,"53":0.03609,"54":0.06186,"55":0.05671,"56":0.03609,"57":0.03609,"58":0.05155,"59":0.05671,"60":0.04124,"62":0.03093,"68":0.00516,"69":0.00516,"70":0.04124,"72":0.00516,"73":0.00516,"74":0.05155,"75":0.00516,"79":0.01031,"80":0.00516,"81":0.38663,"83":0.01031,"87":0.27837,"89":0.00516,"90":0.00516,"91":0.00516,"94":0.03093,"101":0.04124,"103":0.27837,"104":0.28353,"105":0.27322,"106":0.26806,"107":0.28353,"108":0.27322,"109":0.96399,"110":0.2526,"111":0.27837,"112":0.24744,"114":0.01547,"116":0.56705,"117":0.26291,"118":2.55688,"119":0.1495,"120":0.43818,"122":0.05671,"123":0.03093,"124":0.30415,"126":0.02062,"127":0.00516,"128":0.07733,"129":0.00516,"130":0.01547,"131":0.63922,"132":0.06702,"133":0.58252,"134":0.03093,"135":0.00516,"136":0.01031,"137":0.08764,"138":0.14434,"139":0.01031,"140":0.03609,"141":0.00516,"142":2.08778,"143":0.04124,"144":0.17527,"145":0.3093,"146":0.10826,"147":0.26291,"148":6.9541,"149":10.63477,"150":0.05671,"151":0.01031,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 63 64 65 66 67 71 76 77 78 84 85 86 88 92 93 95 96 97 98 99 100 102 113 115 121 125 152 153"},F:{"36":0.00516,"46":0.00516,"92":0.02578,"95":0.0464,"98":0.02578,"99":0.15465,"131":0.64438,_:"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 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00516,"109":0.01547,"114":0.00516,"119":0.08248,"120":0.08248,"122":0.04124,"136":0.00516,"143":0.00516,"144":0.01547,"145":0.00516,"146":0.01031,"147":0.03609,"148":1.0774,"149":2.41254,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 140 141 142 150"},E:{"12":0.01031,_:"4 5 6 7 8 9 10 11 13 14 15 27 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 16.0 TP","9.1":0.01031,"13.1":0.00516,"14.1":0.01547,"15.1":0.00516,"15.2-15.3":0.00516,"15.4":0.08248,"15.5":0.00516,"15.6":0.20105,"16.1":0.01547,"16.2":0.00516,"16.3":0.00516,"16.4":0.00516,"16.5":0.00516,"16.6":0.08248,"17.0":0.00516,"17.1":0.05155,"17.2":0.00516,"17.3":0.01031,"17.4":0.01031,"17.5":0.02062,"17.6":0.23198,"18.0":0.01031,"18.1":0.04124,"18.2":0.00516,"18.3":0.05671,"18.4":0.01031,"18.5-18.7":0.04124,"26.0":0.02062,"26.1":0.03609,"26.2":0.05671,"26.3":0.17527,"26.4":0.08248,"26.5":1.78879},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00139,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00418,"8.1-8.4":0,"9.0-9.2":0.00139,"9.3":0,"10.0-10.2":0,"10.3":0.01531,"11.0-11.2":0.46074,"11.3-11.4":0.00278,"12.0-12.1":0,"12.2-12.5":0.04733,"13.0-13.1":0,"13.2":0.01531,"13.3":0,"13.4-13.7":0.00278,"14.0-14.4":0.00974,"14.5-14.8":0.01531,"15.0-15.1":0.01392,"15.2-15.3":0.00835,"15.4":0.00974,"15.5":0.01253,"15.6-15.8":0.24359,"16.0":0.02227,"16.1":0.03619,"16.2":0.01949,"16.3":0.04176,"16.4":0.00974,"16.5":0.01531,"16.6-16.7":0.31737,"17.0":0.01392,"17.1":0.02088,"17.2":0.01949,"17.3":0.02923,"17.4":0.04454,"17.5":0.07934,"17.6-17.7":0.20462,"18.0":0.04593,"18.1":0.08769,"18.2":0.04733,"18.3":0.14476,"18.4":0.06542,"18.5-18.7":2.09213,"26.0":0.1378,"26.1":0.14337,"26.2":0.4329,"26.3":0.59159,"26.4":0.67789,"26.5":7.68784},P:{"4":0.02082,"24":0.01388,"25":0.0347,"26":0.00694,"27":0.00694,"28":0.0347,"29":0.08329,"30":0.96478,_:"20 21 22 23 5.0-5.4 6.2-6.4 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.05553,"8.2":0.00694,"11.1-11.2":0.00694},I:{"0":0.00968,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":1.67153,_:"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.20156},H:{all:0},L:{"0":37.60933},R:{_:"0"},M:{"0":0.12113},Q:{"14.9":0.00485}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00598,"61":0.07779,"72":0.04787,"113":0.01197,"115":0.20346,"120":0.01197,"121":0.01795,"127":0.00598,"136":0.00598,"140":0.0359,"146":0.00598,"147":0.00598,"148":0.01197,"149":0.02992,"150":0.73603,"151":0.38896,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 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 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"34":0.00598,"39":0.27526,"40":0.27526,"41":0.28125,"42":0.28125,"43":0.28125,"44":0.28723,"45":0.28125,"46":0.28723,"47":0.27526,"48":0.28125,"49":0.28125,"50":0.28125,"51":0.28125,"52":0.28125,"53":0.28723,"54":0.28723,"55":0.28125,"56":0.28125,"57":0.27526,"58":0.28723,"59":0.28723,"60":0.28723,"73":0.00598,"75":0.00598,"78":0.01197,"79":0.02394,"86":0.00598,"87":0.02992,"91":0.00598,"92":0.00598,"97":0.02394,"100":0.00598,"103":0.62832,"104":0.62234,"105":0.61037,"106":0.60438,"107":0.60438,"108":0.61635,"109":1.62765,"110":0.61037,"111":0.62234,"112":2.3577,"113":0.00598,"114":0.02992,"116":1.25066,"117":0.61037,"118":5.19411,"119":0.04189,"120":0.62234,"121":0.01197,"122":0.02394,"123":0.00598,"124":0.62832,"125":0.00598,"126":0.00598,"127":0.00598,"128":0.02394,"129":0.01197,"130":0.00598,"131":1.26861,"132":0.01795,"133":1.22672,"134":0.01795,"135":0.20944,"136":0.02394,"137":0.0359,"138":0.07779,"139":0.0359,"140":0.0359,"141":0.02394,"142":0.75398,"143":0.04787,"144":0.07779,"145":1.29853,"146":0.19149,"147":4.488,"148":9.87958,"149":0.01795,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 74 76 77 80 81 83 84 85 88 89 90 93 94 95 96 98 99 101 102 115 150 151 152"},F:{"83":0.00598,"95":0.02394,"97":0.00598,"98":0.02992,"117":0.00598,"125":0.02394,"127":0.00598,"131":0.81981,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 84 85 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 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00598,"92":0.01795,"109":0.0359,"122":0.01197,"131":0.00598,"134":0.00598,"140":0.00598,"141":0.00598,"142":0.00598,"143":0.01197,"144":0.01197,"145":0.02394,"146":0.04189,"147":0.77792,"148":2.08243,"149":0.00598,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 132 133 135 136 137 138 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 TP","5.1":0.01795,"13.1":0.00598,"15.6":0.01197,"16.6":0.02394,"17.1":0.00598,"17.6":0.02394,"18.5-18.7":0.00598,"26.0":0.00598,"26.1":0.00598,"26.2":0.01795,"26.3":0.08976,"26.4":0.06582,"26.5":0.05386},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00026,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00052,"8.1-8.4":0,"9.0-9.2":0.00026,"9.3":0,"10.0-10.2":0,"10.3":0.00235,"11.0-11.2":0.06176,"11.3-11.4":0.00078,"12.0-12.1":0,"12.2-12.5":0.00886,"13.0-13.1":0,"13.2":0.00287,"13.3":0,"13.4-13.7":0.00052,"14.0-14.4":0.00208,"14.5-14.8":0.00339,"15.0-15.1":0.00261,"15.2-15.3":0.00156,"15.4":0.00208,"15.5":0.00235,"15.6-15.8":0.04404,"16.0":0.00469,"16.1":0.0073,"16.2":0.00391,"16.3":0.0086,"16.4":0.00182,"16.5":0.00313,"16.6-16.7":0.05863,"17.0":0.00261,"17.1":0.00443,"17.2":0.00391,"17.3":0.00756,"17.4":0.01199,"17.5":0.01616,"17.6-17.7":0.04247,"18.0":0.0086,"18.1":0.01694,"18.2":0.00912,"18.3":0.0271,"18.4":0.01251,"18.5-18.7":0.43151,"26.0":0.02762,"26.1":0.0344,"26.2":0.13237,"26.3":0.41796,"26.4":0.86198,"26.5":0.30748},P:{"4":0.02053,"24":0.00684,"25":0.00684,"26":0.02738,"27":0.01369,"28":0.02053,"29":0.48597,"30":0.09582,_:"20 21 22 23 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 18.0 19.0","7.2-7.4":0.02053,"8.2":0.00684,"16.0":0.00684,"17.0":0.00684},I:{"0":0.04412,"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.30514,_:"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.10439},Q:{_:"14.9"},O:{"0":0.06826},H:{all:0},L:{"0":42.29357}};
1
+ module.exports={C:{"61":0.01227,"115":0.17181,"120":0.46634,"121":0.90813,"135":0.00614,"136":0.00614,"140":0.01227,"146":0.00614,"147":0.00614,"148":0.00614,"149":0.01227,"150":0.02454,"151":0.62587,"152":0.34975,"153":0.00614,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 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 137 138 139 141 142 143 144 145 154 155 3.5 3.6"},D:{"39":0.39884,"40":0.39884,"41":0.39884,"42":0.39884,"43":0.3927,"44":0.3927,"45":0.40498,"46":0.38657,"47":0.40498,"48":0.39884,"49":0.39884,"50":0.39884,"51":0.40498,"52":0.39884,"53":0.39884,"54":0.38657,"55":0.3927,"56":0.39884,"57":0.3927,"58":0.39884,"59":0.3927,"60":0.3927,"70":0.00614,"75":0.00614,"78":0.00614,"79":0.03068,"85":0.00614,"86":0.00614,"87":0.03682,"91":0.00614,"92":0.00614,"97":0.01841,"101":0.00614,"103":0.6811,"104":0.6811,"105":0.66882,"106":0.66269,"107":0.67496,"108":0.66882,"109":1.51559,"110":0.6811,"111":0.69337,"112":0.66269,"113":0.01227,"114":0.02454,"116":1.33765,"117":0.66269,"118":5.68807,"119":0.92654,"120":1.6015,"121":0.00614,"122":0.01841,"123":0.00614,"124":0.68723,"125":0.01227,"126":0.00614,"127":0.01841,"128":0.02454,"129":0.01227,"130":0.00614,"131":1.39901,"132":0.02454,"133":1.36219,"134":0.01841,"135":0.09818,"136":0.01841,"137":0.10431,"138":0.07363,"139":0.03068,"140":0.02454,"141":0.03682,"142":1.33765,"143":0.04909,"144":0.04909,"145":0.8529,"146":0.07363,"147":0.16567,"148":3.92704,"149":8.27133,"150":0.03682,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 76 77 80 81 83 84 88 89 90 93 94 95 96 98 99 100 102 115 151 152 153"},F:{"95":0.03068,"97":0.00614,"98":0.00614,"99":0.02454,"125":0.03068,"131":0.60746,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 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.00614,"92":0.01227,"109":0.02454,"114":0.00614,"119":0.46634,"120":0.46634,"122":0.00614,"132":0.00614,"135":0.00614,"138":0.00614,"140":0.00614,"141":0.00614,"142":0.00614,"143":0.00614,"144":0.00614,"145":0.00614,"146":0.02454,"147":0.03682,"148":0.73018,"149":2.17828,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 131 133 134 136 137 139 150"},E:{"27":0.00614,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 26.0 TP","5.1":0.00614,"15.6":0.00614,"16.6":0.01841,"17.6":0.01227,"18.5-18.7":0.00614,"26.1":0.00614,"26.2":0.00614,"26.3":0.03068,"26.4":0.00614,"26.5":0.19635},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00022,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00067,"8.1-8.4":0,"9.0-9.2":0.00022,"9.3":0,"10.0-10.2":0,"10.3":0.00246,"11.0-11.2":0.07405,"11.3-11.4":0.00045,"12.0-12.1":0,"12.2-12.5":0.00761,"13.0-13.1":0,"13.2":0.00246,"13.3":0,"13.4-13.7":0.00045,"14.0-14.4":0.00157,"14.5-14.8":0.00246,"15.0-15.1":0.00224,"15.2-15.3":0.00134,"15.4":0.00157,"15.5":0.00201,"15.6-15.8":0.03915,"16.0":0.00358,"16.1":0.00582,"16.2":0.00313,"16.3":0.00671,"16.4":0.00157,"16.5":0.00246,"16.6-16.7":0.05101,"17.0":0.00224,"17.1":0.00336,"17.2":0.00313,"17.3":0.0047,"17.4":0.00716,"17.5":0.01275,"17.6-17.7":0.03289,"18.0":0.00738,"18.1":0.01409,"18.2":0.00761,"18.3":0.02327,"18.4":0.01052,"18.5-18.7":0.33626,"26.0":0.02215,"26.1":0.02304,"26.2":0.06958,"26.3":0.09508,"26.4":0.10895,"26.5":1.23564},P:{"4":0.01996,"24":0.00665,"25":0.00665,"26":0.01996,"27":0.00665,"28":0.01996,"29":0.05989,"30":0.41259,_:"20 21 22 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0","7.2-7.4":0.01331,"16.0":0.02662,"19.0":0.00665},I:{"0":0.06948,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.2473,_:"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.08887},H:{all:0},L:{"0":40.6945},R:{_:"0"},M:{"0":0.11206},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"59":0.00595,"72":0.00595,"103":0.00595,"115":0.05357,"120":0.00595,"121":0.0119,"128":0.01786,"135":0.00595,"136":0.00595,"137":0.00595,"139":0.00595,"140":0.07142,"143":0.00595,"145":0.00595,"146":0.00595,"147":0.0119,"148":0.01786,"149":0.02976,"150":0.68448,"151":0.3095,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 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 129 130 131 132 133 134 138 141 142 144 152 153 154 3.5 3.6"},D:{"39":0.19046,"40":0.18451,"41":0.18451,"42":0.18451,"43":0.18451,"44":0.19046,"45":0.18451,"46":0.18451,"47":0.18451,"48":0.18451,"49":0.18451,"50":0.18451,"51":0.19046,"52":0.19046,"53":0.18451,"54":0.18451,"55":0.19046,"56":0.18451,"57":0.18451,"58":0.19046,"59":0.18451,"60":0.19046,"66":0.01786,"75":0.00595,"79":0.0119,"86":0.00595,"87":0.01786,"91":0.0119,"96":0.01786,"102":0.00595,"103":0.51187,"104":0.51187,"105":0.49402,"106":0.49402,"107":0.49402,"108":0.49402,"109":0.99994,"110":0.49402,"111":0.49402,"112":2.22605,"114":0.00595,"116":1.00589,"117":0.48806,"118":3.99379,"119":0.01786,"120":0.52378,"121":0.0119,"122":0.03571,"123":0.00595,"124":0.51782,"125":0.57139,"126":0.01786,"127":0.0119,"128":0.10714,"129":0.02976,"130":0.01786,"131":1.03565,"132":0.01786,"133":1.01184,"134":0.07738,"135":0.03571,"136":0.03571,"137":0.06547,"138":0.13094,"139":0.07142,"140":0.04166,"141":0.04762,"142":0.11904,"143":0.08333,"144":0.07738,"145":1.42253,"146":0.35117,"147":7.78522,"148":14.67763,"149":0.05357,"150":0.00595,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 69 70 71 72 73 74 76 77 78 80 81 83 84 85 88 89 90 92 93 94 95 97 98 99 100 101 113 115 151 152"},F:{"95":0.00595,"97":0.00595,"98":0.02381,"117":0.00595,"131":1.27968,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01786,"109":0.02381,"122":0.00595,"131":0.00595,"132":0.00595,"133":0.00595,"134":0.00595,"135":0.00595,"136":0.00595,"137":0.00595,"138":0.00595,"139":0.00595,"140":0.00595,"141":0.00595,"142":0.00595,"143":0.0119,"144":0.0119,"145":0.06547,"146":0.06547,"147":1.4761,"148":3.38669,"149":0.00595,_:"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 123 124 125 126 127 128 129 130"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.1 18.2 18.4 TP","5.1":0.00595,"11.1":0.00595,"14.1":0.0119,"15.6":0.00595,"16.6":0.0119,"17.1":0.00595,"17.4":0.00595,"17.5":0.00595,"17.6":0.02976,"18.3":0.00595,"18.5-18.7":0.0119,"26.0":0.00595,"26.1":0.00595,"26.2":0.02976,"26.3":0.11309,"26.4":0.11904,"26.5":0.07738},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.00093,"8.1-8.4":0,"9.0-9.2":0.00047,"9.3":0,"10.0-10.2":0,"10.3":0.00419,"11.0-11.2":0.11023,"11.3-11.4":0.0014,"12.0-12.1":0,"12.2-12.5":0.01581,"13.0-13.1":0,"13.2":0.00512,"13.3":0,"13.4-13.7":0.00093,"14.0-14.4":0.00372,"14.5-14.8":0.00605,"15.0-15.1":0.00465,"15.2-15.3":0.00279,"15.4":0.00372,"15.5":0.00419,"15.6-15.8":0.0786,"16.0":0.00837,"16.1":0.01302,"16.2":0.00698,"16.3":0.01535,"16.4":0.00326,"16.5":0.00558,"16.6-16.7":0.10465,"17.0":0.00465,"17.1":0.00791,"17.2":0.00698,"17.3":0.01349,"17.4":0.0214,"17.5":0.02884,"17.6-17.7":0.07581,"18.0":0.01535,"18.1":0.03023,"18.2":0.01628,"18.3":0.04837,"18.4":0.02233,"18.5-18.7":0.77023,"26.0":0.0493,"26.1":0.0614,"26.2":0.23628,"26.3":0.74604,"26.4":1.5386,"26.5":0.54884},P:{"4":0.00662,"26":0.01323,"27":0.00662,"28":0.00662,"29":0.40352,"30":0.09261,_:"20 21 22 23 24 25 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00662,"8.2":0.00662},I:{"0":0.02831,"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.15382,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.0119,_:"6 7 8 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.11739},Q:{_:"14.9"},O:{"0":0.01619},H:{all:0},L:{"0":38.264}};
1
+ module.exports={C:{"59":0.00537,"102":0.00537,"103":0.0161,"115":0.05902,"120":0.15022,"121":0.30581,"125":0.01073,"128":0.0161,"135":0.00537,"136":0.00537,"137":0.0161,"139":0.00537,"140":0.07511,"143":0.00537,"144":0.00537,"146":0.00537,"147":0.01073,"148":0.0161,"149":0.01073,"150":0.02683,"151":0.62234,"152":0.38092,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 129 130 131 132 133 134 138 141 142 145 153 154 155 3.5 3.6"},D:{"39":0.13949,"40":0.13413,"41":0.13413,"42":0.13413,"43":0.13413,"44":0.13413,"45":0.13413,"46":0.13949,"47":0.13413,"48":0.13413,"49":0.13949,"50":0.13413,"51":0.14486,"52":0.13949,"53":0.13413,"54":0.13413,"55":0.13949,"56":0.13949,"57":0.13413,"58":0.13949,"59":0.13413,"60":0.13949,"66":0.03219,"70":0.03219,"75":0.00537,"79":0.0161,"86":0.00537,"87":0.02146,"96":0.02146,"102":0.00537,"103":0.32727,"104":0.37019,"105":0.30581,"106":0.30581,"107":0.30581,"108":0.30581,"109":0.77793,"110":0.30581,"111":0.31117,"112":0.30044,"114":0.01073,"116":0.63844,"117":0.30581,"118":3.48725,"119":0.31654,"120":0.64917,"121":0.01073,"122":0.03756,"123":0.01073,"124":0.34873,"125":0.39701,"126":0.02683,"127":0.0161,"128":0.16095,"129":0.03219,"130":0.0161,"131":0.67599,"132":0.03219,"133":0.6438,"134":0.21997,"135":0.1234,"136":0.04829,"137":0.08584,"138":0.11267,"139":0.13413,"140":0.03219,"141":0.03756,"142":0.19851,"143":0.08584,"144":0.06438,"145":0.94961,"146":0.2146,"147":0.28971,"148":7.47881,"149":14.49623,"150":0.08048,"151":0.00537,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 69 71 72 73 74 76 77 78 80 81 83 84 85 88 89 90 91 92 93 94 95 97 98 99 100 101 113 115 152 153"},F:{"95":0.01073,"98":0.00537,"99":0.02683,"117":0.00537,"131":0.92815,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 120 121 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.00537,"91":0.00537,"92":0.01073,"109":0.0161,"114":0.00537,"119":0.15022,"120":0.15022,"122":0.00537,"131":0.00537,"132":0.00537,"133":0.00537,"134":0.01073,"135":0.03219,"136":0.00537,"137":0.00537,"138":0.00537,"140":0.00537,"141":0.00537,"142":0.00537,"143":0.00537,"144":0.01073,"145":0.03219,"146":0.02146,"147":0.05902,"148":1.24468,"149":3.36922,"150":0.00537,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.3 18.2 TP","11.1":0.00537,"14.1":0.01073,"15.6":0.01073,"16.6":0.0161,"17.1":0.01073,"17.2":0.00537,"17.4":0.00537,"17.5":0.00537,"17.6":0.03219,"18.0":0.00537,"18.1":0.00537,"18.3":0.02146,"18.4":0.00537,"18.5-18.7":0.00537,"26.0":0.00537,"26.1":0.00537,"26.2":0.0161,"26.3":0.03219,"26.4":0.02146,"26.5":0.28971},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00063,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0019,"8.1-8.4":0,"9.0-9.2":0.00063,"9.3":0,"10.0-10.2":0,"10.3":0.00696,"11.0-11.2":0.20957,"11.3-11.4":0.00127,"12.0-12.1":0,"12.2-12.5":0.02153,"13.0-13.1":0,"13.2":0.00696,"13.3":0,"13.4-13.7":0.00127,"14.0-14.4":0.00443,"14.5-14.8":0.00696,"15.0-15.1":0.00633,"15.2-15.3":0.0038,"15.4":0.00443,"15.5":0.0057,"15.6-15.8":0.1108,"16.0":0.01013,"16.1":0.01646,"16.2":0.00886,"16.3":0.01899,"16.4":0.00443,"16.5":0.00696,"16.6-16.7":0.14436,"17.0":0.00633,"17.1":0.0095,"17.2":0.00886,"17.3":0.0133,"17.4":0.02026,"17.5":0.03609,"17.6-17.7":0.09307,"18.0":0.02089,"18.1":0.03989,"18.2":0.02153,"18.3":0.06585,"18.4":0.02976,"18.5-18.7":0.95161,"26.0":0.06268,"26.1":0.06521,"26.2":0.19691,"26.3":0.26908,"26.4":0.30834,"26.5":3.49684},P:{"4":0.00855,"21":0.00855,"23":0.00855,"24":0.00855,"25":0.0171,"26":0.05129,"27":0.02565,"28":0.04274,"29":0.14532,"30":1.4276,_:"20 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 18.0 19.0","7.2-7.4":0.05129,"8.2":0.00855,"17.0":0.00855},I:{"0":0.01389,"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.29664,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.00537,_:"6 7 8 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.01854},H:{all:0},L:{"0":41.44335},R:{_:"0"},M:{"0":0.19931},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.0151,"136":0.00302,"140":0.01208,"149":0.0151,"150":0.15699,"151":0.05434,_:"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 137 138 139 141 142 143 144 145 146 147 148 152 153 154 3.5 3.6"},D:{"39":0.00302,"40":0.00302,"41":0.00302,"42":0.00302,"43":0.00604,"44":0.00302,"45":0.00302,"46":0.00302,"47":0.00302,"48":0.00302,"49":0.00302,"50":0.00302,"51":0.00302,"52":0.00302,"53":0.00302,"54":0.00302,"55":0.00302,"56":0.00302,"57":0.00604,"58":0.00302,"59":0.00302,"60":0.00302,"75":0.00302,"103":0.04227,"104":0.01208,"105":0.01208,"106":0.01208,"107":0.01208,"108":0.01208,"109":0.09359,"110":0.01208,"111":0.01208,"112":0.04227,"114":0.00302,"116":0.05736,"117":0.01208,"118":0.07849,"120":0.01208,"122":0.00302,"123":0.00604,"124":0.0151,"126":0.00906,"127":0.00604,"128":0.01208,"131":0.02415,"133":0.02415,"134":0.00302,"135":0.0151,"136":0.00302,"137":0.00302,"138":0.02717,"139":0.01208,"140":0.00302,"141":0.00604,"142":0.01811,"143":0.0151,"144":0.02113,"145":0.317,"146":0.17208,"147":1.21364,"148":1.90197,"149":0.00604,_:"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 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 113 115 119 121 125 129 130 132 150 151 152"},F:{"98":0.00302,"131":0.05434,_:"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:{"92":0.00906,"109":0.00302,"122":0.00302,"135":0.00604,"143":0.00604,"145":0.0151,"146":0.02113,"147":0.56757,"148":1.1442,_:"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 123 124 125 126 127 128 129 130 131 132 133 134 136 137 138 139 140 141 142 144 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 16.0 TP","12.1":0.00302,"13.1":0.00302,"14.1":0.01208,"15.1":0.00604,"15.2-15.3":0.00604,"15.4":0.02113,"15.5":0.03321,"15.6":0.33209,"16.1":0.12076,"16.2":0.03623,"16.3":0.06944,"16.4":0.03321,"16.5":0.0483,"16.6":0.88759,"17.0":0.01811,"17.1":1.04759,"17.2":0.02717,"17.3":0.04227,"17.4":0.08453,"17.5":0.15095,"17.6":0.48908,"18.0":0.01811,"18.1":0.12982,"18.2":0.05736,"18.3":0.17208,"18.4":0.16906,"18.5-18.7":0.26567,"26.0":0.07246,"26.1":0.08151,"26.2":0.73966,"26.3":3.36015,"26.4":7.06748,"26.5":3.56846},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00647,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.01294,"8.1-8.4":0,"9.0-9.2":0.00647,"9.3":0,"10.0-10.2":0,"10.3":0.05824,"11.0-11.2":1.53355,"11.3-11.4":0.01941,"12.0-12.1":0,"12.2-12.5":0.22,"13.0-13.1":0,"13.2":0.07118,"13.3":0,"13.4-13.7":0.01294,"14.0-14.4":0.05177,"14.5-14.8":0.08412,"15.0-15.1":0.06471,"15.2-15.3":0.03882,"15.4":0.05177,"15.5":0.05824,"15.6-15.8":1.09355,"16.0":0.11647,"16.1":0.18118,"16.2":0.09706,"16.3":0.21353,"16.4":0.04529,"16.5":0.07765,"16.6-16.7":1.45591,"17.0":0.06471,"17.1":0.11,"17.2":0.09706,"17.3":0.18765,"17.4":0.29765,"17.5":0.40118,"17.6-17.7":1.05472,"18.0":0.21353,"18.1":0.42059,"18.2":0.22647,"18.3":0.67295,"18.4":0.31059,"18.5-18.7":10.71546,"26.0":0.68589,"26.1":0.85413,"26.2":3.28711,"26.3":10.37898,"26.4":21.40504,"26.5":7.63541},P:{"24":0.00593,"26":0.01185,"27":0.00593,"28":0.01185,"29":0.39702,"30":0.07703,_:"4 20 21 22 23 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"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.01396,_:"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.04189},Q:{_:"14.9"},O:{"0":0.00698},H:{all:0},L:{"0":6.01149}};
1
+ module.exports={C:{"115":0.01823,"120":0.00608,"121":0.00911,"125":0.00304,"126":0.00304,"127":0.00304,"129":0.00304,"130":0.00304,"131":0.00304,"132":0.00304,"133":0.00304,"135":0.00304,"136":0.00304,"140":0.00911,"149":0.00304,"150":0.01823,"151":0.13671,"152":0.06987,_:"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 128 134 137 138 139 141 142 143 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.00304,"40":0.00304,"41":0.00304,"42":0.00304,"43":0.00304,"44":0.00304,"45":0.00304,"46":0.00304,"47":0.00304,"48":0.00304,"49":0.00304,"50":0.00304,"51":0.00304,"52":0.00304,"53":0.00304,"54":0.00304,"55":0.00304,"56":0.00304,"57":0.00304,"58":0.00304,"59":0.00304,"60":0.00304,"75":0.00304,"87":0.00304,"103":0.03646,"104":0.00911,"105":0.00911,"106":0.00911,"107":0.00911,"108":0.00608,"109":0.09114,"110":0.00911,"111":0.00911,"112":0.00911,"114":0.00304,"116":0.04557,"117":0.00911,"118":0.06684,"119":0.00911,"120":0.01823,"122":0.00304,"123":0.00304,"124":0.01215,"126":0.00608,"127":0.00304,"128":0.01215,"131":0.01823,"132":0.00304,"133":0.01823,"134":0.00304,"135":0.00911,"136":0.00304,"137":0.00304,"138":0.02127,"139":0.02734,"140":0.00304,"141":0.00304,"142":0.00911,"143":0.00911,"144":0.01519,"145":0.14582,"146":0.1519,"147":0.07595,"148":0.99343,"149":1.86837,"150":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 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 78 79 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 113 115 121 125 129 130 151 152 153"},F:{"99":0.00304,"131":0.02734,_:"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.01823,"119":0.00304,"120":0.00608,"122":0.00304,"143":0.00608,"145":0.00911,"146":0.01215,"147":0.01519,"148":0.38583,"149":1.10583,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 144 150"},E:{"27":0.03342,_:"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 TP","12.1":0.00304,"13.1":0.00304,"14.1":0.00608,"15.1":0.00608,"15.2-15.3":0.00304,"15.4":0.01519,"15.5":0.02734,"15.6":0.31899,"16.0":0.00304,"16.1":0.11241,"16.2":0.0243,"16.3":0.07595,"16.4":0.03646,"16.5":0.05165,"16.6":0.85975,"17.0":0.01215,"17.1":1.12102,"17.2":0.0243,"17.3":0.03646,"17.4":0.07595,"17.5":0.15494,"17.6":0.54988,"18.0":0.02127,"18.1":0.13671,"18.2":0.06684,"18.3":0.18228,"18.4":0.17924,"18.5-18.7":0.23393,"26.0":0.06684,"26.1":0.0638,"26.2":0.44051,"26.3":0.74735,"26.4":0.68963,"26.5":14.17835},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00656,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.01968,"8.1-8.4":0,"9.0-9.2":0.00656,"9.3":0,"10.0-10.2":0,"10.3":0.07216,"11.0-11.2":2.17123,"11.3-11.4":0.01312,"12.0-12.1":0,"12.2-12.5":0.22303,"13.0-13.1":0,"13.2":0.07216,"13.3":0,"13.4-13.7":0.01312,"14.0-14.4":0.04592,"14.5-14.8":0.07216,"15.0-15.1":0.0656,"15.2-15.3":0.03936,"15.4":0.04592,"15.5":0.05904,"15.6-15.8":1.14793,"16.0":0.10495,"16.1":0.17055,"16.2":0.09183,"16.3":0.19679,"16.4":0.04592,"16.5":0.07216,"16.6-16.7":1.49559,"17.0":0.0656,"17.1":0.09839,"17.2":0.09183,"17.3":0.13775,"17.4":0.20991,"17.5":0.3739,"17.6-17.7":0.96426,"18.0":0.21647,"18.1":0.41325,"18.2":0.22303,"18.3":0.6822,"18.4":0.3083,"18.5-18.7":9.85907,"26.0":0.6494,"26.1":0.67564,"26.2":2.04003,"26.3":2.78783,"26.4":3.19452,"26.5":36.22865},P:{"26":0.00561,"27":0.00561,"28":0.00561,"29":0.03928,"30":0.31984,_:"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,"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.01392,_:"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":4.95418},R:{_:"0"},M:{"0":0.04177},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00401,"78":0.00401,"115":0.01602,"120":0.00401,"128":0.00801,"140":0.00801,"146":0.00401,"147":0.00401,"149":0.01202,"150":0.25632,"151":0.08411,"152":0.00401,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 121 122 123 124 125 126 127 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 148 153 154 3.5 3.6"},D:{"39":0.01602,"40":0.02403,"41":0.02804,"42":0.02403,"43":0.02804,"44":0.01602,"45":0.01202,"46":0.01602,"47":0.01602,"48":0.02804,"49":0.02804,"50":0.02403,"51":0.02003,"52":0.03204,"53":0.03204,"54":0.01602,"55":0.01602,"56":0.02403,"57":0.03204,"58":0.02403,"59":0.02403,"60":0.02403,"68":0.00401,"70":0.03204,"71":0.00401,"78":0.01602,"79":0.00401,"89":0.00401,"100":0.00401,"103":0.03204,"104":0.03605,"105":0.03204,"106":0.02804,"107":0.02804,"108":0.04406,"109":0.60075,"110":0.04005,"111":0.02804,"112":1.42979,"116":0.08411,"117":0.06408,"118":2.14268,"120":0.06408,"124":0.03605,"125":0.01202,"126":0.00401,"127":0.00801,"128":0.02403,"130":0.06008,"131":0.14819,"132":0.00401,"133":0.05607,"134":0.03605,"135":0.00401,"136":0.00401,"137":0.08811,"138":0.12015,"139":0.02403,"140":0.03204,"141":0.00801,"142":0.04005,"143":0.02403,"144":0.12816,"145":0.19224,"146":0.19224,"147":4.4015,"148":8.57471,"149":0.02003,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 69 72 73 74 75 76 77 80 81 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 101 102 113 114 115 119 121 122 123 129 150 151 152"},F:{"40":0.00401,"97":0.02403,"98":0.03204,"99":0.00401,"131":0.18824,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00801,"17":0.00401,"18":0.01202,"92":0.00801,"94":0.03605,"102":0.01202,"103":0.01202,"109":0.01202,"111":0.00401,"112":0.00801,"113":0.00401,"114":0.01202,"115":0.14018,"116":0.02003,"117":0.05207,"118":0.00801,"119":0.00401,"122":0.02403,"123":0.02003,"124":0.01602,"125":0.0801,"126":0.04406,"127":0.00801,"128":0.02003,"129":0.02003,"130":0.10013,"131":0.00401,"133":0.04005,"134":0.00401,"136":0.09612,"137":0.02403,"138":0.03204,"139":0.05607,"140":0.10413,"141":0.18423,"142":0.09612,"143":0.00801,"144":0.02403,"145":0.02804,"146":0.11615,"147":1.10538,"148":3.49637,"149":0.00401,_:"12 13 14 15 79 80 81 83 84 85 86 87 88 89 90 91 93 95 96 97 98 99 100 101 104 105 106 107 108 110 120 121 132 135"},E:{"13":0.00801,_:"4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 13.1 15.1 15.4 16.1 16.2 16.5 17.0 17.2 18.0 18.2 18.4 TP","12.1":0.00401,"14.1":0.01602,"15.2-15.3":0.00401,"15.5":0.01202,"15.6":0.00401,"16.0":0.00401,"16.3":0.00801,"16.4":0.01202,"16.6":0.02804,"17.1":0.00401,"17.3":0.00401,"17.4":0.00401,"17.5":0.00401,"17.6":0.02804,"18.1":0.00801,"18.3":0.00401,"18.5-18.7":0.04806,"26.0":0.00801,"26.1":0.02804,"26.2":0.02804,"26.3":0.21627,"26.4":0.22028,"26.5":0.12416},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00055,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00109,"8.1-8.4":0,"9.0-9.2":0.00055,"9.3":0,"10.0-10.2":0,"10.3":0.00492,"11.0-11.2":0.1296,"11.3-11.4":0.00164,"12.0-12.1":0,"12.2-12.5":0.01859,"13.0-13.1":0,"13.2":0.00602,"13.3":0,"13.4-13.7":0.00109,"14.0-14.4":0.00437,"14.5-14.8":0.00711,"15.0-15.1":0.00547,"15.2-15.3":0.00328,"15.4":0.00437,"15.5":0.00492,"15.6-15.8":0.09242,"16.0":0.00984,"16.1":0.01531,"16.2":0.0082,"16.3":0.01805,"16.4":0.00383,"16.5":0.00656,"16.6-16.7":0.12304,"17.0":0.00547,"17.1":0.0093,"17.2":0.0082,"17.3":0.01586,"17.4":0.02515,"17.5":0.0339,"17.6-17.7":0.08913,"18.0":0.01805,"18.1":0.03554,"18.2":0.01914,"18.3":0.05687,"18.4":0.02625,"18.5-18.7":0.90556,"26.0":0.05796,"26.1":0.07218,"26.2":0.27779,"26.3":0.87712,"26.4":1.80893,"26.5":0.64527},P:{"4":0.00534,"20":0.00534,"22":0.01068,"24":0.00534,"25":0.01068,"27":0.00534,"28":0.04806,"29":0.54997,"30":0.04272,_:"21 23 26 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 19.0","7.2-7.4":0.01602,"11.1-11.2":0.0267,"18.0":0.00534},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":2.80613,_:"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.16789},Q:{_:"14.9"},O:{"0":1.17522},H:{all:0},L:{"0":61.07175}};
1
+ module.exports={C:{"109":0.00415,"115":0.04146,"120":0.08707,"121":0.14096,"133":0.00415,"140":0.01658,"148":0.00415,"150":0.00829,"151":0.07463,"152":0.04146,_:"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 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 134 135 136 137 138 139 141 142 143 144 145 146 147 149 153 154 155 3.5 3.6"},D:{"39":0.00829,"40":0.00829,"41":0.01244,"42":0.01244,"43":0.00829,"44":0.01244,"45":0.00829,"46":0.01244,"47":0.00415,"48":0.01244,"49":0.01658,"50":0.01658,"51":0.01244,"52":0.00829,"53":0.06634,"54":0.01244,"55":0.01244,"56":0.00829,"57":0.01658,"58":0.01244,"59":0.01658,"60":0.00829,"64":0.00415,"67":0.01658,"69":0.00829,"72":0.01244,"73":0.00415,"77":0.00829,"81":0.02073,"94":0.00415,"99":0.00415,"103":0.09121,"104":0.09121,"105":0.08707,"106":0.08707,"107":0.08292,"108":0.08292,"109":0.6219,"110":0.09121,"111":0.07463,"112":0.07877,"114":0.01244,"116":0.24461,"117":0.07463,"118":2.45443,"119":0.16169,"120":0.3151,"124":0.12438,"125":0.00415,"126":0.01244,"127":0.01244,"128":0.02073,"129":0.00415,"130":0.04146,"131":0.24876,"132":0.00415,"133":0.2073,"134":0.08292,"135":0.00415,"136":0.00829,"137":0.0995,"138":0.06219,"139":0.00415,"140":0.01658,"141":0.01244,"142":0.03317,"143":0.06219,"144":0.03317,"145":0.07877,"146":0.12023,"147":0.2073,"148":5.58052,"149":6.55483,"150":0.04146,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 65 66 68 70 71 74 75 76 78 79 80 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 100 101 102 113 115 121 122 123 151 152 153"},F:{"89":0.01658,"95":0.00415,"98":0.00829,"99":0.03731,"131":0.43118,_:"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 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01658,"92":0.00415,"103":0.00415,"111":0.00415,"114":0.00829,"116":0.00415,"117":0.00415,"119":0.07877,"120":0.07463,"122":0.02488,"123":0.00415,"125":0.06219,"126":0.03317,"129":0.01658,"130":0.02488,"133":0.00829,"134":0.00829,"135":0.00829,"137":0.00415,"138":0.01658,"139":0.01658,"140":0.0539,"141":0.07463,"142":0.01658,"143":0.02073,"144":0.01658,"145":0.0539,"146":0.03731,"147":0.0995,"148":0.73384,"149":1.94033,"150":0.00415,_:"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 104 105 106 107 108 109 110 112 113 115 118 121 124 127 128 131 132 136"},E:{"13":0.01658,_:"4 5 6 7 8 9 10 11 12 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 17.2 17.3 18.0 TP","12.1":0.00415,"13.1":0.00415,"14.1":0.00415,"15.6":0.11194,"16.3":0.00415,"16.6":0.02073,"17.1":0.00415,"17.4":0.02902,"17.5":0.00829,"17.6":0.00829,"18.1":0.01658,"18.2":0.00415,"18.3":0.00415,"18.4":0.00415,"18.5-18.7":0.01244,"26.0":0.02488,"26.1":0.00829,"26.2":0.03317,"26.3":0.0539,"26.4":0.0539,"26.5":0.42289},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00056,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00168,"8.1-8.4":0,"9.0-9.2":0.00056,"9.3":0,"10.0-10.2":0,"10.3":0.00617,"11.0-11.2":0.18563,"11.3-11.4":0.00112,"12.0-12.1":0,"12.2-12.5":0.01907,"13.0-13.1":0,"13.2":0.00617,"13.3":0,"13.4-13.7":0.00112,"14.0-14.4":0.00393,"14.5-14.8":0.00617,"15.0-15.1":0.00561,"15.2-15.3":0.00336,"15.4":0.00393,"15.5":0.00505,"15.6-15.8":0.09814,"16.0":0.00897,"16.1":0.01458,"16.2":0.00785,"16.3":0.01682,"16.4":0.00393,"16.5":0.00617,"16.6-16.7":0.12787,"17.0":0.00561,"17.1":0.00841,"17.2":0.00785,"17.3":0.01178,"17.4":0.01795,"17.5":0.03197,"17.6-17.7":0.08244,"18.0":0.01851,"18.1":0.03533,"18.2":0.01907,"18.3":0.05832,"18.4":0.02636,"18.5-18.7":0.8429,"26.0":0.05552,"26.1":0.05776,"26.2":0.17441,"26.3":0.23835,"26.4":0.27312,"26.5":3.09737},P:{"4":0.00421,"25":0.00421,"26":0.00421,"27":0.00842,"28":0.05476,"29":0.08003,"30":0.16848,_:"20 21 22 23 24 7.2-7.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 19.0","5.0-5.4":0.00421,"6.2-6.4":0.00421,"8.2":0.00842,"18.0":0.00421},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":1.24105,_:"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.68492},H:{all:0},L:{"0":66.5384},R:{_:"0"},M:{"0":0.28099},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.00495,"48":0.00495,"49":0.00991,"52":0.00495,"72":0.02972,"115":0.03468,"120":0.00495,"121":0.00495,"125":0.00495,"127":0.00495,"131":0.00495,"137":0.00495,"140":0.06936,"141":0.00991,"142":0.00495,"145":0.00495,"146":0.00991,"147":0.04954,"148":0.01486,"149":0.04459,"150":0.68861,"151":0.28238,"152":0.04459,_:"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 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 128 129 130 132 133 134 135 136 138 139 143 144 153 154 3.5 3.6"},D:{"39":0.03468,"40":0.02972,"41":0.03963,"42":0.03468,"43":0.03468,"44":0.03963,"45":0.03963,"46":0.03963,"47":0.02972,"48":0.03468,"49":0.02972,"50":0.02972,"51":0.03468,"52":0.04459,"53":0.02972,"54":0.02972,"55":0.03468,"56":0.04459,"57":0.02972,"58":0.03963,"59":0.02972,"60":0.02972,"66":0.00495,"68":0.00495,"69":0.00495,"72":0.00495,"73":0.00495,"74":0.00495,"75":0.03963,"78":0.00495,"81":0.03468,"83":0.00495,"86":0.04459,"87":0.03468,"88":0.00495,"91":0.00495,"95":0.00495,"98":0.02972,"99":0.00495,"102":0.00495,"103":0.34183,"104":0.33687,"105":0.27742,"106":0.29724,"107":0.27742,"108":0.30715,"109":0.83227,"110":0.29724,"111":0.29724,"112":1.24841,"114":0.0644,"116":0.58953,"117":0.30219,"118":2.47205,"119":0.02477,"120":0.431,"121":0.00495,"122":0.04954,"123":0.01486,"124":0.53503,"126":0.01982,"127":0.05449,"128":0.00991,"129":0.00495,"130":0.04459,"131":0.58457,"132":0.01486,"133":0.59943,"134":0.01982,"135":0.01486,"136":0.03468,"137":0.02972,"138":0.10899,"139":0.03963,"140":0.01486,"141":0.04459,"142":0.03963,"143":0.12385,"144":0.05945,"145":0.90658,"146":0.36164,"147":5.89526,"148":8.31777,"149":0.03468,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 70 71 76 77 79 80 84 85 89 90 92 93 94 96 97 100 101 113 115 125 150 151 152"},F:{"42":0.00495,"46":0.00495,"95":0.00495,"97":0.00991,"98":0.03468,"117":0.00495,"126":0.00495,"131":0.47063,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00991,"15":0.00495,"16":0.00495,"17":0.00495,"18":0.01982,"85":0.00495,"89":0.00495,"90":0.00495,"92":0.03468,"98":0.00495,"109":0.09413,"112":0.00495,"113":0.00495,"122":0.00495,"130":0.00495,"132":0.00495,"134":0.00495,"136":0.00495,"137":0.00495,"138":0.00495,"141":0.00495,"142":0.01486,"143":0.03963,"144":0.00991,"145":0.03963,"146":0.08917,"147":1.39207,"148":2.79406,"149":0.00495,_:"12 13 79 80 81 83 84 86 87 88 91 93 94 95 96 97 99 100 101 102 103 104 105 106 107 108 110 111 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 131 133 135 139 140"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 18.0 18.1 18.4 TP","5.1":0.01486,"11.1":0.00991,"13.1":0.00991,"15.6":0.01982,"16.3":0.03963,"16.6":0.02477,"17.1":0.04954,"17.2":0.00495,"17.3":0.00495,"17.4":0.07926,"17.5":0.00991,"17.6":0.04459,"18.2":0.00495,"18.3":0.00495,"18.5-18.7":0.01982,"26.0":0.00991,"26.1":0.01982,"26.2":0.01982,"26.3":0.18825,"26.4":0.21302,"26.5":0.06936},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00059,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00118,"8.1-8.4":0,"9.0-9.2":0.00059,"9.3":0,"10.0-10.2":0,"10.3":0.0053,"11.0-11.2":0.13947,"11.3-11.4":0.00177,"12.0-12.1":0,"12.2-12.5":0.02001,"13.0-13.1":0,"13.2":0.00647,"13.3":0,"13.4-13.7":0.00118,"14.0-14.4":0.00471,"14.5-14.8":0.00765,"15.0-15.1":0.00588,"15.2-15.3":0.00353,"15.4":0.00471,"15.5":0.0053,"15.6-15.8":0.09945,"16.0":0.01059,"16.1":0.01648,"16.2":0.00883,"16.3":0.01942,"16.4":0.00412,"16.5":0.00706,"16.6-16.7":0.13241,"17.0":0.00588,"17.1":0.01,"17.2":0.00883,"17.3":0.01707,"17.4":0.02707,"17.5":0.03649,"17.6-17.7":0.09592,"18.0":0.01942,"18.1":0.03825,"18.2":0.0206,"18.3":0.0612,"18.4":0.02825,"18.5-18.7":0.97452,"26.0":0.06238,"26.1":0.07768,"26.2":0.29895,"26.3":0.94392,"26.4":1.94669,"26.5":0.69441},P:{"22":0.00646,"24":0.00646,"25":0.00646,"26":0.02584,"27":0.03876,"28":0.09044,"29":0.89796,"30":0.1615,_:"4 20 21 23 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00646,"7.2-7.4":0.04522,"8.2":0.00646},I:{"0":0.01008,"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.66116,_:"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.01009,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.1615},Q:{_:"14.9"},O:{"0":0.43404},H:{all:0},L:{"0":54.73755}};
1
+ module.exports={C:{"47":0.00547,"49":0.00547,"52":0.00547,"60":0.00547,"115":0.08204,"120":0.16954,"121":0.3172,"125":0.00547,"140":0.08204,"142":0.00547,"144":0.00547,"145":0.00547,"146":0.00547,"147":0.00547,"148":0.01094,"149":0.01094,"150":0.0711,"151":0.74925,"152":0.2297,"153":0.00547,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 143 154 155 3.5 3.6"},D:{"39":0.01094,"40":0.01641,"41":0.01094,"42":0.02188,"43":0.02188,"44":0.02188,"45":0.01094,"46":0.02188,"47":0.01641,"48":0.01641,"49":0.02188,"50":0.02188,"51":0.01641,"52":0.02188,"53":0.02188,"54":0.02188,"55":0.01641,"56":0.01641,"57":0.01641,"58":0.01641,"59":0.01641,"60":0.01641,"66":0.00547,"69":0.01094,"70":0.00547,"73":0.00547,"75":0.02735,"79":0.00547,"81":0.00547,"83":0.01641,"86":0.03828,"87":0.00547,"89":0.00547,"90":0.00547,"95":0.01641,"98":0.02188,"102":0.00547,"103":0.60706,"104":0.59065,"105":0.57425,"106":0.6344,"107":0.56878,"108":0.56878,"109":0.90785,"110":0.55784,"111":0.59065,"112":0.58518,"113":0.01094,"114":0.01641,"116":1.19224,"117":0.56331,"118":3.87752,"119":0.32814,"120":0.91332,"122":0.06016,"123":0.00547,"124":0.91332,"125":0.00547,"127":0.00547,"128":0.03281,"130":0.06016,"131":1.11021,"132":0.03281,"133":1.14849,"134":0.05469,"135":0.01641,"136":0.02188,"137":0.09297,"138":0.06563,"139":0.01094,"140":0.01641,"141":0.01094,"142":0.04375,"143":0.03281,"144":0.05469,"145":0.7055,"146":0.18595,"147":0.38283,"148":6.4753,"149":6.33857,"150":0.02188,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 71 72 74 76 77 78 80 84 85 88 91 92 93 94 96 97 99 100 101 115 121 126 129 151 152 153"},F:{"46":0.00547,"69":0.00547,"95":0.00547,"98":0.04922,"99":0.02188,"131":0.44299,_:"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 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:{"14":0.01094,"16":0.00547,"17":0.00547,"18":0.02188,"90":0.00547,"92":0.02188,"100":0.00547,"109":0.00547,"112":0.00547,"114":0.01094,"119":0.15313,"120":0.14766,"122":0.00547,"126":0.00547,"131":0.01094,"132":0.01641,"133":0.00547,"134":0.00547,"137":0.00547,"138":0.00547,"141":0.00547,"142":0.01641,"143":0.04922,"144":0.01641,"145":0.02188,"146":0.02188,"147":0.05469,"148":1.12661,"149":2.78372,"150":0.00547,_:"12 13 15 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 113 115 116 117 118 121 123 124 125 127 128 129 130 135 136 139 140"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 14.1 15.1 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 18.0 18.4 26.1 TP","11.1":0.01094,"13.1":0.01641,"15.2-15.3":0.04922,"15.6":0.01641,"16.3":0.00547,"16.6":0.02188,"17.1":0.02188,"17.2":0.01641,"17.3":0.00547,"17.4":0.00547,"17.5":0.01094,"17.6":0.26251,"18.1":0.01641,"18.2":0.00547,"18.3":0.00547,"18.5-18.7":0.00547,"26.0":0.00547,"26.2":0.00547,"26.3":0.03828,"26.4":0.01641,"26.5":0.25704},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00045,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00135,"8.1-8.4":0,"9.0-9.2":0.00045,"9.3":0,"10.0-10.2":0,"10.3":0.00495,"11.0-11.2":0.14896,"11.3-11.4":0.0009,"12.0-12.1":0,"12.2-12.5":0.0153,"13.0-13.1":0,"13.2":0.00495,"13.3":0,"13.4-13.7":0.0009,"14.0-14.4":0.00315,"14.5-14.8":0.00495,"15.0-15.1":0.0045,"15.2-15.3":0.0027,"15.4":0.00315,"15.5":0.00405,"15.6-15.8":0.07875,"16.0":0.0072,"16.1":0.0117,"16.2":0.0063,"16.3":0.0135,"16.4":0.00315,"16.5":0.00495,"16.6-16.7":0.10261,"17.0":0.0045,"17.1":0.00675,"17.2":0.0063,"17.3":0.00945,"17.4":0.0144,"17.5":0.02565,"17.6-17.7":0.06615,"18.0":0.01485,"18.1":0.02835,"18.2":0.0153,"18.3":0.0468,"18.4":0.02115,"18.5-18.7":0.67639,"26.0":0.04455,"26.1":0.04635,"26.2":0.13996,"26.3":0.19126,"26.4":0.21916,"26.5":2.4855},P:{"4":0.0129,"22":0.00645,"23":0.00645,"26":0.0129,"27":0.07738,"28":0.05804,"29":0.26438,"30":0.65129,_:"20 21 24 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.03869},I:{"0":0.02264,"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.71606,_:"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.71606},H:{all:0},L:{"0":51.36698},R:{_:"0"},M:{"0":0.45773},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.07151,"72":0.013,"96":0.0195,"102":0.0065,"105":0.026,"115":0.33805,"120":0.0065,"121":0.0065,"136":0.013,"140":0.06501,"141":0.0065,"144":0.0065,"146":0.0065,"147":0.0065,"148":0.03251,"149":0.04551,"150":1.12467,"151":0.46807,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 103 104 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 142 143 145 152 153 154 3.5 3.6"},D:{"39":0.22103,"40":0.22103,"41":0.22754,"42":0.22754,"43":0.22103,"44":0.22754,"45":0.22103,"46":0.22754,"47":0.22103,"48":0.22103,"49":0.24054,"50":0.22754,"51":0.22754,"52":0.22754,"53":0.22754,"54":0.22754,"55":0.22103,"56":0.22754,"57":0.22754,"58":0.21453,"59":0.22754,"60":0.22754,"79":0.0195,"81":0.0065,"87":0.013,"88":0.013,"89":0.0065,"91":0.0065,"100":0.013,"102":0.03251,"103":0.6241,"104":0.6566,"105":0.6436,"106":0.6631,"107":0.6241,"108":0.6241,"109":4.14114,"110":0.6176,"111":0.6436,"112":1.33271,"114":0.0195,"116":1.3002,"117":0.6306,"118":1.82678,"119":0.0195,"120":0.6566,"121":0.0065,"122":0.03901,"123":0.0195,"124":0.74111,"125":0.013,"126":0.0195,"127":0.013,"128":0.03251,"129":0.0195,"130":0.013,"131":1.3002,"132":0.0195,"133":1.26119,"134":0.09101,"135":0.013,"136":0.04551,"137":0.04551,"138":0.14952,"139":0.07801,"140":0.07801,"141":0.03251,"142":0.07151,"143":0.05201,"144":0.11052,"145":0.91664,"146":0.26654,"147":5.72088,"148":10.12206,"149":0.05201,_:"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 83 84 85 86 90 92 93 94 95 96 97 98 99 101 113 115 150 151 152"},F:{"36":0.0065,"73":0.20153,"77":0.0065,"79":0.026,"85":0.03251,"86":0.026,"91":0.0065,"94":0.0065,"95":0.55909,"97":0.026,"98":0.08451,"103":0.0065,"114":0.0065,"117":0.0065,"119":0.0065,"122":0.013,"124":0.0065,"126":0.0065,"127":0.013,"131":1.9438,_:"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 74 75 76 78 80 81 82 83 84 87 88 89 90 92 93 96 99 100 101 102 104 105 106 107 108 109 110 111 112 113 115 116 118 120 121 123 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.0065,"109":0.013,"120":0.0065,"131":0.0065,"132":0.0065,"134":0.0065,"138":0.0065,"143":0.0065,"144":0.0065,"145":0.026,"146":0.09101,"147":0.89714,"148":2.23634,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 122 123 124 125 126 127 128 129 130 133 135 136 137 139 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 14.1 15.1 15.2-15.3 15.5 16.0 16.2 16.4 16.5 17.0 TP","13.1":0.013,"15.4":0.0065,"15.6":0.05201,"16.1":0.026,"16.3":0.013,"16.6":0.09101,"17.1":0.22103,"17.2":0.0065,"17.3":0.013,"17.4":0.0195,"17.5":0.0195,"17.6":0.06501,"18.0":0.03251,"18.1":0.0195,"18.2":0.013,"18.3":0.05201,"18.4":0.0065,"18.5-18.7":0.03901,"26.0":0.0195,"26.1":0.03251,"26.2":0.12352,"26.3":0.57209,"26.4":0.95565,"26.5":0.50058},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00117,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00233,"8.1-8.4":0,"9.0-9.2":0.00117,"9.3":0,"10.0-10.2":0,"10.3":0.01049,"11.0-11.2":0.27622,"11.3-11.4":0.0035,"12.0-12.1":0,"12.2-12.5":0.03963,"13.0-13.1":0,"13.2":0.01282,"13.3":0,"13.4-13.7":0.00233,"14.0-14.4":0.00932,"14.5-14.8":0.01515,"15.0-15.1":0.01166,"15.2-15.3":0.00699,"15.4":0.00932,"15.5":0.01049,"15.6-15.8":0.19697,"16.0":0.02098,"16.1":0.03263,"16.2":0.01748,"16.3":0.03846,"16.4":0.00816,"16.5":0.01399,"16.6-16.7":0.26224,"17.0":0.01166,"17.1":0.01981,"17.2":0.01748,"17.3":0.0338,"17.4":0.05361,"17.5":0.07226,"17.6-17.7":0.18998,"18.0":0.03846,"18.1":0.07576,"18.2":0.04079,"18.3":0.12121,"18.4":0.05594,"18.5-18.7":1.93007,"26.0":0.12354,"26.1":0.15385,"26.2":0.59207,"26.3":1.86946,"26.4":3.85547,"26.5":1.37529},P:{"26":0.00899,"27":0.01799,"28":0.00899,"29":0.53962,"30":0.12591,_:"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 18.0 19.0","17.0":0.00899},I:{"0":0.01748,"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.5915,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.026,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.126},Q:{"14.9":0.007},O:{"0":0.056},H:{all:0},L:{"0":22.65298}};
1
+ module.exports={C:{"52":0.03307,"96":0.01323,"102":0.00661,"103":0.00661,"104":0.00661,"105":0.0463,"115":0.3307,"120":0.15874,"121":0.32409,"124":0.00661,"128":0.00661,"129":0.00661,"136":0.00661,"140":0.07275,"141":0.00661,"145":0.00661,"146":0.00661,"147":0.01323,"148":0.00661,"149":0.01984,"150":0.05291,"151":0.78045,"152":0.48282,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 125 126 127 130 131 132 133 134 135 137 138 139 142 143 144 153 154 155 3.5 3.6"},D:{"39":0.29102,"40":0.29102,"41":0.29102,"42":0.29102,"43":0.29102,"44":0.29102,"45":0.2844,"46":0.2844,"47":0.29102,"48":0.29102,"49":0.29102,"50":0.29102,"51":0.29102,"52":0.2844,"53":0.2844,"54":0.29102,"55":0.29102,"56":0.29102,"57":0.29102,"58":0.29763,"59":0.2844,"60":0.29102,"79":0.01984,"86":0.00661,"87":0.01323,"88":0.00661,"89":0.01323,"100":0.00661,"102":0.00661,"103":0.62833,"104":0.64817,"105":0.60849,"106":0.65479,"107":0.62172,"108":0.63494,"109":5.65497,"110":0.6151,"111":0.62172,"112":0.60187,"114":0.03307,"116":1.26989,"117":0.6151,"118":2.57946,"119":0.35716,"120":0.97887,"121":0.00661,"122":0.02646,"123":0.01323,"124":0.66801,"125":0.00661,"126":0.01984,"127":0.01323,"128":0.05291,"129":0.05291,"130":0.00661,"131":1.2765,"132":0.05953,"133":1.28312,"134":0.14551,"135":0.0463,"136":0.0463,"137":0.07275,"138":0.08598,"139":0.01984,"140":0.0463,"141":0.01984,"142":0.13228,"143":0.09921,"144":0.34393,"145":0.53573,"146":0.12567,"147":0.21826,"148":4.6298,"149":8.8363,"150":0.07937,"151":0.00661,_:"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 90 91 92 93 94 95 96 97 98 99 101 113 115 152 153"},F:{"36":0.00661,"73":0.17858,"77":0.01323,"79":0.03307,"80":0.00661,"85":0.03307,"86":0.03968,"95":0.68786,"98":0.02646,"99":0.09921,"114":0.00661,"122":0.01323,"125":0.00661,"126":0.00661,"131":2.71835,_:"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 74 75 76 78 81 82 83 84 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 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.00661,"109":0.00661,"114":0.00661,"119":0.16535,"120":0.17196,"121":0.00661,"131":0.00661,"134":0.00661,"135":0.00661,"143":0.01323,"144":0.05953,"145":0.00661,"146":0.01984,"147":0.01984,"148":0.72754,"149":2.10325,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 122 123 124 125 126 127 128 129 130 132 133 136 137 138 139 140 141 142 150"},E:{"13":0.01323,"27":0.01323,_:"4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 17.0 TP","13.1":0.00661,"14.1":0.00661,"15.6":0.03968,"16.1":0.03307,"16.3":0.01323,"16.5":0.01323,"16.6":0.09921,"17.1":0.2381,"17.2":0.00661,"17.3":0.01323,"17.4":0.03968,"17.5":0.01323,"17.6":0.05953,"18.0":0.03307,"18.1":0.01984,"18.2":0.01984,"18.3":0.03307,"18.4":0.00661,"18.5-18.7":0.03307,"26.0":0.01984,"26.1":0.01323,"26.2":0.07937,"26.3":0.12567,"26.4":0.13228,"26.5":1.60059},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00108,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00324,"8.1-8.4":0,"9.0-9.2":0.00108,"9.3":0,"10.0-10.2":0,"10.3":0.01186,"11.0-11.2":0.35696,"11.3-11.4":0.00216,"12.0-12.1":0,"12.2-12.5":0.03667,"13.0-13.1":0,"13.2":0.01186,"13.3":0,"13.4-13.7":0.00216,"14.0-14.4":0.00755,"14.5-14.8":0.01186,"15.0-15.1":0.01078,"15.2-15.3":0.00647,"15.4":0.00755,"15.5":0.00971,"15.6-15.8":0.18873,"16.0":0.01726,"16.1":0.02804,"16.2":0.0151,"16.3":0.03235,"16.4":0.00755,"16.5":0.01186,"16.6-16.7":0.24588,"17.0":0.01078,"17.1":0.01618,"17.2":0.0151,"17.3":0.02265,"17.4":0.03451,"17.5":0.06147,"17.6-17.7":0.15853,"18.0":0.03559,"18.1":0.06794,"18.2":0.03667,"18.3":0.11216,"18.4":0.05069,"18.5-18.7":1.6209,"26.0":0.10677,"26.1":0.11108,"26.2":0.3354,"26.3":0.45834,"26.4":0.5252,"26.5":5.95623},P:{"27":0.03362,"28":0.01681,"29":0.10085,"30":0.54625,_:"4 20 21 22 23 24 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.0203,"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.5316,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01323,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.06095},H:{all:0},L:{"0":22.78029},R:{_:"0"},M:{"0":0.07788},Q:{"14.9":0.01354}};
@@ -1 +1 @@
1
- module.exports={C:{"104":0.00587,"115":0.0352,"118":0.00587,"120":0.01173,"121":0.01173,"123":0.02346,"124":0.0176,"125":0.01173,"126":0.00587,"127":0.00587,"128":0.00587,"129":0.00587,"130":0.00587,"131":0.00587,"132":0.01173,"133":0.01173,"135":0.01173,"140":0.24051,"144":0.00587,"146":0.08799,"147":0.01173,"148":0.00587,"149":0.01173,"150":0.66872,"151":0.35196,_:"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 105 106 107 108 109 110 111 112 113 114 116 117 119 122 134 136 137 138 139 141 142 143 145 152 153 154 3.5 3.6"},D:{"39":0.04693,"40":0.04693,"41":0.04106,"42":0.0352,"43":0.02933,"44":0.04106,"45":0.04693,"46":0.04106,"47":0.04106,"48":0.04106,"49":0.0352,"50":0.04693,"51":0.0352,"52":0.0352,"53":0.0352,"54":0.04106,"55":0.0352,"56":0.04106,"57":0.0352,"58":0.04106,"59":0.0352,"60":0.0352,"88":0.40475,"93":0.02346,"94":0.00587,"103":0.10559,"104":0.07039,"105":0.05866,"106":0.06453,"107":0.07039,"108":0.07039,"109":0.14665,"110":0.05866,"111":0.05866,"112":0.46928,"114":0.00587,"116":0.13492,"117":0.07039,"118":0.90923,"119":0.01173,"120":0.08212,"121":0.00587,"122":0.01173,"123":0.0176,"124":0.08799,"125":0.0176,"126":0.01173,"127":0.00587,"128":0.0176,"129":0.00587,"130":0.00587,"131":0.13492,"132":0.00587,"133":0.14078,"134":0.00587,"135":0.00587,"136":0.00587,"137":0.08212,"138":0.04106,"139":0.02933,"140":0.00587,"141":0.00587,"142":0.37542,"143":0.0176,"144":0.12905,"145":2.17042,"146":0.19944,"147":5.44951,"148":8.85766,"149":0.02933,"150":0.00587,_:"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 89 90 91 92 95 96 97 98 99 100 101 102 113 115 151 152"},F:{"68":0.00587,"89":0.0352,"90":0.0176,"91":0.02346,"94":0.00587,"97":0.00587,"98":0.00587,"99":0.00587,"105":0.01173,"106":0.0176,"107":0.00587,"111":0.00587,"112":0.00587,"113":0.01173,"120":0.00587,"131":0.2757,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 92 93 95 96 100 101 102 103 104 108 109 110 114 115 116 117 118 119 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00587,"80":0.00587,"81":0.00587,"87":0.00587,"92":0.00587,"120":0.00587,"122":0.0176,"124":0.02933,"126":0.00587,"127":0.00587,"128":0.02933,"131":0.01173,"132":0.00587,"133":0.00587,"134":0.00587,"135":0.01173,"136":0.01173,"138":0.00587,"139":0.00587,"144":0.0352,"145":0.08799,"146":0.04693,"147":1.03828,"148":2.07656,"149":0.00587,_:"12 13 14 15 16 17 79 83 84 85 86 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 123 125 129 130 137 140 141 142 143"},E:{"15":0.00587,_:"4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.2-15.3 15.5 16.0 16.1 16.2 16.3 16.4 17.0 18.1 TP","14.1":0.00587,"15.1":0.00587,"15.4":0.0176,"15.6":0.08799,"16.5":0.06453,"16.6":0.14078,"17.1":0.22877,"17.2":0.04106,"17.3":0.02346,"17.4":0.01173,"17.5":21.53409,"17.6":0.20531,"18.0":0.00587,"18.2":0.01173,"18.3":0.04693,"18.4":0.01173,"18.5-18.7":0.04106,"26.0":0.02933,"26.1":0.02346,"26.2":0.18771,"26.3":0.63353,"26.4":1.37851,"26.5":0.65113},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00181,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00363,"8.1-8.4":0,"9.0-9.2":0.00181,"9.3":0,"10.0-10.2":0,"10.3":0.01632,"11.0-11.2":0.42972,"11.3-11.4":0.00544,"12.0-12.1":0,"12.2-12.5":0.06165,"13.0-13.1":0,"13.2":0.01994,"13.3":0,"13.4-13.7":0.00363,"14.0-14.4":0.01451,"14.5-14.8":0.02357,"15.0-15.1":0.01813,"15.2-15.3":0.01088,"15.4":0.01451,"15.5":0.01632,"15.6-15.8":0.30643,"16.0":0.03264,"16.1":0.05077,"16.2":0.0272,"16.3":0.05983,"16.4":0.01269,"16.5":0.02176,"16.6-16.7":0.40796,"17.0":0.01813,"17.1":0.03082,"17.2":0.0272,"17.3":0.05258,"17.4":0.08341,"17.5":0.11242,"17.6-17.7":0.29555,"18.0":0.05983,"18.1":0.11786,"18.2":0.06346,"18.3":0.18857,"18.4":0.08703,"18.5-18.7":3.00261,"26.0":0.1922,"26.1":0.23934,"26.2":0.92109,"26.3":2.90833,"26.4":5.99797,"26.5":2.13954},P:{"26":0.15181,"28":0.0132,"29":0.85804,"30":0.13201,_:"4 20 21 22 23 24 25 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","11.1-11.2":0.0066},I:{"0":0.04956,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":1.07071,_:"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":1.40556},Q:{_:"14.9"},O:{"0":0.00827},H:{all:0},L:{"0":21.5468}};
1
+ module.exports={C:{"52":0.00457,"115":0.04568,"120":0.07309,"121":0.16902,"122":0.00457,"123":0.0137,"124":0.00914,"125":0.00914,"126":0.0137,"127":0.0137,"128":0.00914,"129":0.00914,"130":0.00914,"131":0.0137,"132":0.00914,"133":0.02284,"134":0.00457,"135":0.00457,"136":0.00457,"140":0.14618,"141":0.00457,"144":0.00457,"146":0.03654,"147":0.00914,"149":0.0137,"150":0.03198,"151":1.00496,"152":0.36087,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 137 138 139 142 143 145 148 153 154 155 3.5 3.6"},D:{"39":0.02741,"40":0.01827,"41":0.01827,"42":0.05938,"43":0.02741,"44":0.02284,"45":0.01827,"46":0.02741,"47":0.02741,"48":0.02284,"49":0.02741,"50":0.02284,"51":0.01827,"52":0.02284,"53":0.02741,"54":0.01827,"55":0.02284,"56":0.02741,"57":0.02741,"58":0.02284,"59":0.02284,"60":0.02284,"79":0.00457,"83":0.00457,"88":0.27408,"93":0.02284,"103":0.16902,"104":0.10963,"105":0.1142,"106":0.1279,"107":0.10506,"108":0.1005,"109":0.16902,"110":0.10506,"111":0.1142,"112":0.10963,"113":0.00457,"114":0.0137,"116":0.25124,"117":0.1142,"118":1.42522,"119":0.15988,"120":0.27408,"121":0.00457,"122":0.0137,"123":0.00914,"124":0.13247,"125":0.00914,"126":0.01827,"127":0.00457,"128":0.01827,"129":0.00457,"130":0.00457,"131":0.24667,"132":0.00457,"133":0.23754,"134":0.00914,"135":0.00457,"136":0.0137,"137":0.05025,"138":0.06395,"139":0.02284,"140":0.01827,"141":0.0137,"142":0.83594,"143":0.04111,"144":0.07766,"145":1.45719,"146":0.5847,"147":0.48878,"148":4.12034,"149":7.93005,"150":0.02741,"151":0.03198,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 84 85 86 87 89 90 91 92 94 95 96 97 98 99 100 101 102 115 152 153"},F:{"89":0.00914,"90":0.00457,"91":0.0137,"99":0.04111,"105":0.00457,"106":0.00457,"107":0.00457,"110":0.00914,"111":0.00457,"112":0.00914,"113":0.00914,"114":0.00457,"116":0.00457,"122":0.00457,"131":0.46594,_:"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 92 93 94 95 96 97 98 100 101 102 103 104 108 109 115 117 118 119 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"80":0.00457,"86":0.00914,"87":0.00457,"89":0.00457,"90":0.00914,"109":0.00457,"119":0.08222,"120":0.07309,"122":0.00457,"124":0.0137,"125":0.00914,"126":0.00457,"127":0.00914,"128":0.01827,"129":0.00457,"131":0.00457,"132":0.00457,"133":0.0137,"134":0.00457,"135":0.00457,"136":0.00457,"137":0.00457,"138":0.00457,"139":0.00914,"140":0.00457,"141":0.00457,"142":0.00457,"143":0.0137,"144":0.05482,"145":0.03198,"146":0.01827,"147":0.05938,"148":1.18311,"149":2.9829,_:"12 13 14 15 16 17 18 79 81 83 84 85 88 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 130 150"},E:{"15":0.0137,"27":0.00457,_:"4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.5 16.0 16.2 TP","12.1":0.00457,"13.1":0.00457,"14.1":0.00457,"15.4":0.02741,"15.6":0.1142,"16.1":0.00457,"16.3":0.00914,"16.4":0.00914,"16.5":0.07766,"16.6":0.86335,"17.0":0.00457,"17.1":0.38828,"17.2":0.09593,"17.3":0.0137,"17.4":0.00914,"17.5":2.10585,"17.6":0.30606,"18.0":0.00914,"18.1":0.00914,"18.2":0.03654,"18.3":0.03654,"18.4":0.0137,"18.5-18.7":0.01827,"26.0":0.00914,"26.1":0.01827,"26.2":0.15074,"26.3":0.4431,"26.4":0.15988,"26.5":4.2117},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00306,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00919,"8.1-8.4":0,"9.0-9.2":0.00306,"9.3":0,"10.0-10.2":0,"10.3":0.03369,"11.0-11.2":1.01371,"11.3-11.4":0.00613,"12.0-12.1":0,"12.2-12.5":0.10413,"13.0-13.1":0,"13.2":0.03369,"13.3":0,"13.4-13.7":0.00613,"14.0-14.4":0.02144,"14.5-14.8":0.03369,"15.0-15.1":0.03063,"15.2-15.3":0.01838,"15.4":0.02144,"15.5":0.02756,"15.6-15.8":0.53595,"16.0":0.049,"16.1":0.07963,"16.2":0.04288,"16.3":0.09188,"16.4":0.02144,"16.5":0.03369,"16.6-16.7":0.69827,"17.0":0.03063,"17.1":0.04594,"17.2":0.04288,"17.3":0.06431,"17.4":0.098,"17.5":0.17457,"17.6-17.7":0.4502,"18.0":0.10107,"18.1":0.19294,"18.2":0.10413,"18.3":0.31851,"18.4":0.14394,"18.5-18.7":4.60306,"26.0":0.3032,"26.1":0.31545,"26.2":0.95246,"26.3":1.3016,"26.4":1.49148,"26.5":16.91464},P:{"4":0.07377,"24":0.00738,"25":0.01475,"26":0.15493,"28":0.02213,"29":0.11066,"30":1.69681,_:"20 21 22 23 27 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01475,"11.1-11.2":0.00738},I:{"0":0.10855,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00004},K:{"0":0.71716,_:"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.01087},H:{all:0},L:{"0":24.68533},R:{_:"0"},M:{"0":0.97251},Q:{_:"14.9"}};