@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:{"72":0.01259,"78":0.00252,"115":0.0151,"120":0.00252,"121":0.00252,"140":0.00503,"147":0.00252,"148":0.00252,"149":0.00503,"150":0.21646,"151":0.07299,_:"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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 152 153 154 3.5 3.6"},D:{"39":0.0151,"40":0.0151,"41":0.0151,"42":0.0151,"43":0.0151,"44":0.01259,"45":0.0151,"46":0.0151,"47":0.0151,"48":0.0151,"49":0.0151,"50":0.0151,"51":0.01762,"52":0.0151,"53":0.0151,"54":0.0151,"55":0.01259,"56":0.01259,"57":0.0151,"58":0.01762,"59":0.01259,"60":0.0151,"69":0.00252,"71":0.00252,"72":0.00252,"73":0.00252,"75":0.00252,"77":0.01762,"79":0.00503,"87":0.00503,"89":0.00503,"91":0.00252,"92":0.00252,"93":0.00252,"95":0.00252,"97":0.00503,"100":0.00503,"103":0.18626,"104":0.19129,"105":0.18374,"106":0.18626,"107":0.19129,"108":0.18626,"109":0.37,"110":0.18878,"111":0.18626,"112":0.68714,"113":0.00252,"114":0.00252,"116":0.37,"117":0.19129,"118":1.50265,"119":0.00503,"120":0.18878,"121":0.00252,"122":0.01007,"123":0.02014,"124":0.19129,"125":0.00503,"126":0.00252,"127":0.00252,"128":0.03272,"129":0.00252,"130":0.02014,"131":0.39014,"132":0.00503,"133":0.38258,"134":0.01007,"135":0.02517,"136":0.0151,"137":0.00755,"138":0.04279,"139":0.01007,"140":0.0881,"141":0.00755,"142":0.02265,"143":0.0151,"144":0.01259,"145":0.40524,"146":0.1183,"147":3.11101,"148":3.33503,"149":0.0151,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 70 74 76 78 80 81 83 84 85 86 88 90 94 96 98 99 101 102 115 150 151 152"},F:{"25":0.00252,"95":0.00252,"97":0.00755,"98":0.02265,"117":0.00252,"131":0.12333,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01007,"92":0.00503,"109":0.00252,"120":0.00252,"131":0.00252,"134":0.00252,"135":0.00252,"138":0.00252,"142":0.00252,"143":0.00252,"144":0.00503,"145":0.01007,"146":0.02265,"147":0.27939,"148":0.49837,_:"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 121 122 123 124 125 126 127 128 129 130 132 133 136 137 139 140 141 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 17.2 17.3 18.1 18.4 TP","5.1":0.02265,"15.6":0.02265,"16.1":0.00252,"16.5":0.00252,"16.6":0.00503,"17.0":0.00252,"17.1":0.00252,"17.4":0.00252,"17.5":0.00252,"17.6":0.00503,"18.0":0.00252,"18.2":0.00252,"18.3":0.00503,"18.5-18.7":0.00503,"26.0":0.00252,"26.1":0.00252,"26.2":0.01007,"26.3":0.03776,"26.4":0.05286,"26.5":0.02517},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00067,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00133,"8.1-8.4":0,"9.0-9.2":0.00067,"9.3":0,"10.0-10.2":0,"10.3":0.006,"11.0-11.2":0.15804,"11.3-11.4":0.002,"12.0-12.1":0,"12.2-12.5":0.02267,"13.0-13.1":0,"13.2":0.00734,"13.3":0,"13.4-13.7":0.00133,"14.0-14.4":0.00533,"14.5-14.8":0.00867,"15.0-15.1":0.00667,"15.2-15.3":0.004,"15.4":0.00533,"15.5":0.006,"15.6-15.8":0.11269,"16.0":0.012,"16.1":0.01867,"16.2":0.01,"16.3":0.02201,"16.4":0.00467,"16.5":0.008,"16.6-16.7":0.15004,"17.0":0.00667,"17.1":0.01134,"17.2":0.01,"17.3":0.01934,"17.4":0.03067,"17.5":0.04134,"17.6-17.7":0.10869,"18.0":0.02201,"18.1":0.04334,"18.2":0.02334,"18.3":0.06935,"18.4":0.03201,"18.5-18.7":1.10426,"26.0":0.07068,"26.1":0.08802,"26.2":0.33875,"26.3":1.06959,"26.4":2.20586,"26.5":0.78685},P:{"20":0.00714,"21":0.02143,"22":0.04999,"23":0.03571,"24":0.01428,"25":0.02857,"26":0.14283,"27":0.06428,"28":0.14283,"29":1.57833,"30":0.15712,_:"4 5.0-5.4 6.2-6.4 10.1 12.0","7.2-7.4":0.02143,"8.2":0.00714,"9.2":0.00714,"11.1-11.2":0.00714,"13.0":0.00714,"14.0":0.00714,"15.0":0.00714,"16.0":0.01428,"17.0":0.00714,"18.0":0.00714,"19.0":0.00714},I:{"0":0.00748,"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.24697,_:"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.08232},Q:{_:"14.9"},O:{"0":0.03742},H:{all:0},L:{"0":74.19278}};
1
+ module.exports={C:{"78":0.00273,"115":0.01092,"120":0.09279,"121":0.19103,"135":0.00273,"140":0.00546,"146":0.00273,"147":0.00273,"148":0.00546,"150":0.00546,"151":0.16647,"152":0.09552,"153":0.00273,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 136 137 138 139 141 142 143 144 145 149 154 155 3.5 3.6"},D:{"39":0.01092,"40":0.01092,"41":0.01092,"42":0.01365,"43":0.01365,"44":0.01092,"45":0.01365,"46":0.01092,"47":0.01092,"48":0.01092,"49":0.01092,"50":0.01092,"51":0.00819,"52":0.01092,"53":0.01637,"54":0.01365,"55":0.01092,"56":0.00819,"57":0.01092,"58":0.01092,"59":0.01365,"60":0.01092,"69":0.00273,"71":0.00273,"73":0.00273,"75":0.00273,"77":0.01365,"79":0.00819,"87":0.00819,"89":0.00273,"92":0.00273,"97":0.01092,"98":0.00273,"100":0.00546,"102":0.00546,"103":0.20468,"104":0.20468,"105":0.2074,"106":0.20195,"107":0.2074,"108":0.2074,"109":0.39025,"110":0.2074,"111":0.20468,"112":0.19922,"114":0.00273,"116":0.40935,"117":0.2074,"118":2.29509,"119":0.19376,"120":0.40662,"122":0.01092,"123":0.03548,"124":0.20468,"125":0.00546,"126":0.00273,"127":0.00273,"128":0.00819,"129":0.00273,"130":0.01637,"131":0.423,"132":0.00819,"133":0.41754,"134":0.00546,"135":0.03548,"136":0.01092,"137":0.03548,"138":0.04094,"139":0.01092,"140":0.02183,"141":0.01092,"142":0.03821,"143":0.01637,"144":0.02456,"145":0.27563,"146":0.09006,"147":0.19922,"148":2.56253,"149":2.97188,"150":0.01637,"151":0.00546,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 70 72 74 76 78 80 81 83 84 85 86 88 90 91 93 94 95 96 99 101 113 115 121 152 153"},F:{"46":0.00273,"98":0.00819,"99":0.03821,"123":0.00273,"131":0.1501,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 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.01092,"92":0.00273,"109":0.00273,"119":0.09552,"120":0.10097,"131":0.00273,"135":0.00273,"142":0.00273,"144":0.00273,"145":0.00546,"146":0.00546,"147":0.01092,"148":0.1883,"149":0.6304,"150":0.00273,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 134 136 137 138 139 140 141 143"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.2 TP","5.1":0.02183,"15.6":0.00546,"16.1":0.00273,"16.6":0.00546,"17.1":0.00273,"17.5":0.00273,"17.6":0.00819,"18.1":0.00273,"18.3":0.00546,"18.4":0.00273,"18.5-18.7":0.00546,"26.0":0.00273,"26.1":0.00273,"26.2":0.01092,"26.3":0.0191,"26.4":0.00819,"26.5":0.10097},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00076,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00227,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0,"10.0-10.2":0,"10.3":0.00833,"11.0-11.2":0.25078,"11.3-11.4":0.00152,"12.0-12.1":0,"12.2-12.5":0.02576,"13.0-13.1":0,"13.2":0.00833,"13.3":0,"13.4-13.7":0.00152,"14.0-14.4":0.0053,"14.5-14.8":0.00833,"15.0-15.1":0.00758,"15.2-15.3":0.00455,"15.4":0.0053,"15.5":0.00682,"15.6-15.8":0.13259,"16.0":0.01212,"16.1":0.0197,"16.2":0.01061,"16.3":0.02273,"16.4":0.0053,"16.5":0.00833,"16.6-16.7":0.17274,"17.0":0.00758,"17.1":0.01136,"17.2":0.01061,"17.3":0.01591,"17.4":0.02424,"17.5":0.04319,"17.6-17.7":0.11137,"18.0":0.025,"18.1":0.04773,"18.2":0.02576,"18.3":0.07879,"18.4":0.03561,"18.5-18.7":1.13873,"26.0":0.07501,"26.1":0.07804,"26.2":0.23563,"26.3":0.322,"26.4":0.36897,"26.5":4.18444},P:{"20":0.00709,"21":0.03544,"22":0.0638,"23":0.03544,"24":0.02835,"25":0.04253,"26":0.19139,"27":0.07797,"28":0.14886,"29":0.63796,"30":1.69413,_:"4 5.0-5.4 6.2-6.4 10.1 12.0","7.2-7.4":0.02127,"8.2":0.00709,"9.2":0.00709,"11.1-11.2":0.01418,"13.0":0.00709,"14.0":0.01418,"15.0":0.01418,"16.0":0.02127,"17.0":0.00709,"18.0":0.00709,"19.0":0.02127},I:{"0":0.00726,"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.34901,_:"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.03636},H:{all:0},L:{"0":71.42906},R:{_:"0"},M:{"0":0.09452},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00608,"72":0.00608,"75":0.00608,"78":0.01215,"103":0.00608,"104":0.00608,"115":0.13367,"121":0.00608,"127":0.00608,"128":0.00608,"136":0.00608,"140":0.04253,"143":0.00608,"144":0.00608,"146":0.01823,"147":0.15798,"148":0.06076,"149":0.10329,"150":1.39748,"151":0.59545,_:"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 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 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 129 130 131 132 133 134 135 137 138 139 141 142 145 152 153 154 3.5 3.6"},D:{"39":0.09722,"40":0.09722,"41":0.09722,"42":0.09722,"43":0.09722,"44":0.09722,"45":0.09722,"46":0.09722,"47":0.09722,"48":0.10329,"49":0.10329,"50":0.09722,"51":0.09722,"52":0.09722,"53":0.09722,"54":0.09722,"55":0.09722,"56":0.09722,"57":0.09722,"58":0.09722,"59":0.09722,"60":0.09722,"79":0.01215,"81":0.00608,"87":0.01215,"100":0.00608,"101":0.00608,"102":0.00608,"103":0.06076,"104":0.06076,"105":0.04253,"106":0.04253,"107":0.04253,"108":0.04253,"109":0.47393,"110":0.04253,"111":0.04861,"112":0.96001,"114":0.01215,"116":0.14582,"117":1.12406,"118":1.43394,"119":0.01215,"120":0.08506,"121":0.01823,"122":0.05468,"123":0.01823,"124":0.07291,"125":0.03646,"126":0.05468,"127":0.01215,"128":0.04253,"129":0.01215,"130":0.21874,"131":0.11544,"132":0.01215,"133":0.09722,"134":0.0243,"135":0.01823,"136":0.0243,"137":0.13975,"138":0.13975,"139":0.09114,"140":0.0243,"141":0.03038,"142":0.04861,"143":0.06684,"144":0.09114,"145":0.27342,"146":0.83849,"147":10.48718,"148":16.36874,"149":0.04861,_:"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 88 89 90 91 92 93 94 95 96 97 98 99 113 115 150 151 152"},F:{"70":0.00608,"73":0.01215,"95":0.00608,"97":0.01823,"98":0.04861,"102":0.00608,"131":2.19344,_:"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 71 72 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00608,"109":0.04253,"120":0.00608,"122":0.00608,"131":0.00608,"136":0.00608,"137":0.00608,"138":0.00608,"140":0.00608,"141":0.01215,"142":0.00608,"143":0.01215,"144":0.01823,"145":0.04253,"146":0.08506,"147":2.43648,"148":4.7089,"149":0.00608,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 123 124 125 126 127 128 129 130 132 133 134 135 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 TP","13.1":0.00608,"14.1":0.00608,"15.6":0.03646,"16.3":0.01215,"16.5":0.00608,"16.6":0.07899,"17.0":0.01215,"17.1":0.07291,"17.2":0.00608,"17.3":0.01215,"17.4":0.01823,"17.5":0.03038,"17.6":0.11544,"18.0":0.01215,"18.1":0.01215,"18.2":0.01215,"18.3":0.01823,"18.4":0.03038,"18.5-18.7":0.04253,"26.0":0.01823,"26.1":0.0243,"26.2":0.13975,"26.3":0.51038,"26.4":0.65621,"26.5":0.28557},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0011,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0022,"8.1-8.4":0,"9.0-9.2":0.0011,"9.3":0,"10.0-10.2":0,"10.3":0.0099,"11.0-11.2":0.26058,"11.3-11.4":0.0033,"12.0-12.1":0,"12.2-12.5":0.03738,"13.0-13.1":0,"13.2":0.01209,"13.3":0,"13.4-13.7":0.0022,"14.0-14.4":0.0088,"14.5-14.8":0.01429,"15.0-15.1":0.011,"15.2-15.3":0.0066,"15.4":0.0088,"15.5":0.0099,"15.6-15.8":0.18582,"16.0":0.01979,"16.1":0.03079,"16.2":0.01649,"16.3":0.03628,"16.4":0.0077,"16.5":0.01319,"16.6-16.7":0.24739,"17.0":0.011,"17.1":0.01869,"17.2":0.01649,"17.3":0.03189,"17.4":0.05058,"17.5":0.06817,"17.6-17.7":0.17922,"18.0":0.03628,"18.1":0.07147,"18.2":0.03848,"18.3":0.11435,"18.4":0.05278,"18.5-18.7":1.82078,"26.0":0.11655,"26.1":0.14513,"26.2":0.55855,"26.3":1.76361,"26.4":3.63716,"26.5":1.29742},P:{"22":0.00673,"23":0.00673,"25":0.00673,"26":0.00673,"27":0.01345,"28":0.01345,"29":0.89467,"30":0.1749,_:"4 20 21 24 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","13.0":0.00673},I:{"0":0.04312,"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.20797,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.03038,_:"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.34139},Q:{_:"14.9"},O:{"0":0.0824},H:{all:0},L:{"0":32.1801}};
1
+ module.exports={C:{"48":0.00594,"52":0.00594,"78":0.01188,"103":0.03565,"115":0.16635,"120":0.10694,"121":0.20199,"135":0.00594,"136":0.01188,"140":0.04753,"146":0.00594,"147":0.35052,"148":0.01188,"149":0.05347,"150":0.04159,"151":1.22385,"152":0.76045,"153":0.00594,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 141 142 143 144 145 154 155 3.5 3.6"},D:{"39":0.1307,"40":0.13664,"41":0.1307,"42":0.1307,"43":0.13664,"44":0.13664,"45":0.13664,"46":0.1307,"47":0.1307,"48":0.13664,"49":0.14258,"50":0.13664,"51":0.1307,"52":0.1307,"53":0.1307,"54":0.1307,"55":0.1307,"56":0.13664,"57":0.1307,"58":0.1307,"59":0.1307,"60":0.13664,"62":0.00594,"63":0.00594,"70":0.04753,"79":0.02376,"81":0.01188,"85":0.00594,"87":0.02376,"88":0.00594,"91":0.00594,"100":0.00594,"101":0.00594,"102":0.00594,"103":0.07129,"104":0.17823,"105":0.05347,"106":0.05347,"107":0.05941,"108":0.05941,"109":0.60004,"110":0.05941,"111":0.06535,"112":0.05347,"114":0.01188,"116":0.16635,"117":1.58625,"118":1.81201,"119":0.20794,"120":0.31487,"121":0.01782,"122":0.09506,"123":0.01782,"124":0.08317,"125":0.03565,"126":0.03565,"127":0.00594,"128":0.04159,"129":0.00594,"130":0.36834,"131":0.14853,"132":0.01188,"133":0.12476,"134":0.05941,"135":0.01782,"136":0.03565,"137":0.16635,"138":0.13664,"139":0.22576,"140":0.02376,"141":0.02376,"142":0.04753,"143":0.05347,"144":0.05941,"145":0.17823,"146":0.21388,"147":0.50499,"148":11.66218,"149":12.03647,"150":0.05941,"151":0.00594,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 83 84 86 89 90 92 93 94 95 96 97 98 99 113 115 152 153"},F:{"46":0.00594,"70":0.00594,"95":0.00594,"98":0.01188,"99":0.04753,"102":0.00594,"114":0.00594,"125":0.00594,"131":1.46149,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 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 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00594,"109":0.03565,"111":0.01188,"119":0.101,"120":0.101,"131":0.00594,"133":0.00594,"135":0.00594,"137":0.00594,"138":0.00594,"139":0.00594,"140":0.00594,"141":0.00594,"142":0.00594,"143":0.01188,"144":0.01782,"145":0.02376,"146":0.02376,"147":0.08317,"148":1.80606,"149":4.99638,"150":0.00594,_:"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 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 134 136"},E:{"27":0.00594,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 16.2 16.4 TP","13.1":0.00594,"14.1":0.01188,"15.5":0.00594,"15.6":0.04159,"16.1":0.00594,"16.3":0.01188,"16.5":0.00594,"16.6":0.08912,"17.0":0.01188,"17.1":0.07129,"17.2":0.00594,"17.3":0.00594,"17.4":0.02376,"17.5":0.02376,"17.6":0.11288,"18.0":0.01188,"18.1":0.00594,"18.2":0.01188,"18.3":0.01782,"18.4":0.01188,"18.5-18.7":0.04753,"26.0":0.01782,"26.1":0.02376,"26.2":0.08912,"26.3":0.19011,"26.4":0.13664,"26.5":1.16444},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00105,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00314,"8.1-8.4":0,"9.0-9.2":0.00105,"9.3":0,"10.0-10.2":0,"10.3":0.01151,"11.0-11.2":0.3465,"11.3-11.4":0.00209,"12.0-12.1":0,"12.2-12.5":0.03559,"13.0-13.1":0,"13.2":0.01151,"13.3":0,"13.4-13.7":0.00209,"14.0-14.4":0.00733,"14.5-14.8":0.01151,"15.0-15.1":0.01047,"15.2-15.3":0.00628,"15.4":0.00733,"15.5":0.00942,"15.6-15.8":0.18319,"16.0":0.01675,"16.1":0.02722,"16.2":0.01466,"16.3":0.0314,"16.4":0.00733,"16.5":0.01151,"16.6-16.7":0.23867,"17.0":0.01047,"17.1":0.0157,"17.2":0.01466,"17.3":0.02198,"17.4":0.0335,"17.5":0.05967,"17.6-17.7":0.15388,"18.0":0.03454,"18.1":0.06595,"18.2":0.03559,"18.3":0.10887,"18.4":0.0492,"18.5-18.7":1.57336,"26.0":0.10363,"26.1":0.10782,"26.2":0.32556,"26.3":0.4449,"26.4":0.5098,"26.5":5.78157},P:{"4":0.00661,"22":0.00661,"23":0.00661,"25":0.00661,"26":0.01323,"27":0.01323,"28":0.01323,"29":0.12565,"30":0.97211,_:"20 21 24 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.00661,"17.0":0.00661},I:{"0":0.03244,"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.24354,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02971,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.10553},H:{all:0},L:{"0":34.54664},R:{_:"0"},M:{"0":0.36125},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.02777,"72":0.01041,"124":0.02777,"125":0.09719,"126":0.1319,"146":0.03471,"149":0.03471,"150":0.1319,"151":0.06942,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 147 148 152 153 154 3.5 3.6"},D:{"39":0.01041,"41":0.01041,"42":0.01041,"44":0.01736,"46":0.01736,"47":0.05207,"48":0.01041,"52":0.01041,"53":0.01041,"55":0.01041,"58":0.01041,"59":0.01041,"95":0.07983,"101":0.01041,"103":0.01736,"104":0.01041,"108":0.01041,"109":0.22562,"110":0.01041,"112":0.11454,"116":0.02777,"117":0.01041,"118":0.43735,"122":0.02777,"123":0.02777,"124":0.1319,"125":0.11454,"126":0.10413,"127":0.01736,"128":0.01041,"129":0.01041,"131":0.02777,"133":0.02777,"134":0.01041,"138":0.09719,"141":0.04512,"142":0.02777,"144":0.01041,"145":0.16661,"146":12.37064,"147":3.11349,"148":4.59213,"149":0.05207,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 43 45 49 50 51 54 56 57 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 96 97 98 99 100 102 105 106 107 111 113 114 115 119 120 121 130 132 135 136 137 139 140 143 150 151 152"},F:{"97":0.02777,"98":0.09719,"131":0.19091,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.03471,"124":0.05207,"125":0.04512,"135":0.01041,"145":0.01041,"146":0.02777,"147":0.958,"148":1.16973,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 126 127 128 129 130 131 132 133 134 136 137 138 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 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 17.0 17.2 18.0 18.2 18.3 18.4 26.1 TP","16.5":0.01736,"16.6":0.01736,"17.1":0.01041,"17.3":0.02777,"17.4":0.05207,"17.5":0.03471,"17.6":0.1562,"18.1":0.01041,"18.5-18.7":0.02777,"26.0":0.05207,"26.2":0.01041,"26.3":0.06942,"26.4":0.19091,"26.5":0.23603},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00143,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00285,"8.1-8.4":0,"9.0-9.2":0.00143,"9.3":0,"10.0-10.2":0,"10.3":0.01283,"11.0-11.2":0.33779,"11.3-11.4":0.00428,"12.0-12.1":0,"12.2-12.5":0.04846,"13.0-13.1":0,"13.2":0.01568,"13.3":0,"13.4-13.7":0.00285,"14.0-14.4":0.0114,"14.5-14.8":0.01853,"15.0-15.1":0.01425,"15.2-15.3":0.00855,"15.4":0.0114,"15.5":0.01283,"15.6-15.8":0.24087,"16.0":0.02566,"16.1":0.03991,"16.2":0.02138,"16.3":0.04703,"16.4":0.00998,"16.5":0.0171,"16.6-16.7":0.32069,"17.0":0.01425,"17.1":0.02423,"17.2":0.02138,"17.3":0.04133,"17.4":0.06556,"17.5":0.08837,"17.6-17.7":0.23232,"18.0":0.04703,"18.1":0.09264,"18.2":0.04988,"18.3":0.14823,"18.4":0.06841,"18.5-18.7":2.36026,"26.0":0.15108,"26.1":0.18814,"26.2":0.72404,"26.3":2.28615,"26.4":4.71483,"26.5":1.68183},P:{"22":0.07495,"24":0.00833,"26":0.01666,"28":0.00833,"29":0.48301,"30":0.08328,_:"4 20 21 23 25 27 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.14157},I:{"0":0.00652,"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.09141,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01041,_:"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.25463},Q:{_:"14.9"},O:{"0":0.02612},H:{all:0},L:{"0":57.11553}};
1
+ module.exports={C:{"125":0.04026,"126":0.04026,"127":0.00947,"129":0.01894,"130":0.03078,"131":0.03078,"132":0.00947,"133":0.03078,"134":0.01894,"135":0.01894,"136":0.01894,"151":0.29837,"152":0.09946,_:"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 128 137 138 139 140 141 142 143 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"39":0.00947,"41":0.00947,"45":0.00947,"48":0.01894,"49":0.04026,"51":0.01894,"57":0.00947,"83":0.03078,"93":0.01894,"95":0.04973,"103":0.01894,"109":0.09946,"116":0.04026,"118":1.35213,"123":0.01894,"124":0.06867,"125":0.04026,"127":0.00947,"128":0.00947,"129":0.04026,"131":0.00947,"132":0.01894,"137":0.00947,"138":0.03078,"142":0.01894,"144":0.06867,"145":0.01894,"146":0.04026,"147":0.13024,"148":4.6176,"149":4.30739,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 42 43 44 46 47 50 52 53 54 55 56 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 84 85 86 87 88 89 90 91 92 94 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 114 115 117 119 120 121 122 126 130 133 134 135 136 139 140 141 143 150 151 152 153"},F:{"95":0.00947,"131":0.04973,_:"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 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:{"18":0.00947,"109":0.0592,"124":0.00947,"146":0.00947,"147":0.03078,"148":0.72698,"149":2.62611,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.4 16.5 17.0 17.2 17.4 18.0 18.2 18.3 18.4 26.1 TP","14.1":0.00947,"15.5":0.0592,"15.6":0.01894,"16.3":0.00947,"16.6":0.04026,"17.1":0.0592,"17.3":0.00947,"17.5":0.06867,"17.6":0.00947,"18.1":0.00947,"18.5-18.7":0.06867,"26.0":0.14918,"26.2":0.1184,"26.3":0.04973,"26.4":0.00947,"26.5":0.49728},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00227,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00682,"8.1-8.4":0,"9.0-9.2":0.00227,"9.3":0,"10.0-10.2":0,"10.3":0.02501,"11.0-11.2":0.75245,"11.3-11.4":0.00455,"12.0-12.1":0,"12.2-12.5":0.07729,"13.0-13.1":0,"13.2":0.02501,"13.3":0,"13.4-13.7":0.00455,"14.0-14.4":0.01591,"14.5-14.8":0.02501,"15.0-15.1":0.02273,"15.2-15.3":0.01364,"15.4":0.01591,"15.5":0.02046,"15.6-15.8":0.39782,"16.0":0.03637,"16.1":0.05911,"16.2":0.03183,"16.3":0.0682,"16.4":0.01591,"16.5":0.02501,"16.6-16.7":0.51831,"17.0":0.02273,"17.1":0.0341,"17.2":0.03183,"17.3":0.04774,"17.4":0.07274,"17.5":0.12958,"17.6-17.7":0.33417,"18.0":0.07502,"18.1":0.14322,"18.2":0.07729,"18.3":0.23642,"18.4":0.10684,"18.5-18.7":3.41673,"26.0":0.22505,"26.1":0.23415,"26.2":0.70699,"26.3":0.96614,"26.4":1.10708,"26.5":12.5553},P:{"24":0.03708,"29":0.16317,"30":1.04575,_:"4 20 21 22 23 25 26 27 28 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 17.0 18.0 19.0","5.0-5.4":0.0445,"16.0":0.02967},I:{"0":0.02287,"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.06105,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00947,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.05342},H:{all:0},L:{"0":57.74555},R:{_:"0"},M:{"0":0.03816},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.09165,"72":0.05499,"115":0.02444,"120":0.01222,"121":0.02444,"128":0.04888,"136":0.00611,"140":0.03055,"141":0.00611,"143":0.00611,"147":0.00611,"148":0.00611,"149":0.01833,"150":0.611,"151":0.2444,"152":0.00611,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 134 135 137 138 139 142 144 145 146 153 154 3.5 3.6"},D:{"39":0.20163,"40":0.20163,"41":0.19552,"42":0.20163,"43":0.19552,"44":0.19552,"45":0.20774,"46":0.20774,"47":0.20774,"48":0.20163,"49":0.20163,"50":0.19552,"51":0.19552,"52":0.20163,"53":0.20163,"54":0.19552,"55":0.20774,"56":0.20774,"57":0.20774,"58":0.20163,"59":0.20774,"60":0.20163,"65":0.01222,"66":0.00611,"69":0.00611,"73":0.00611,"75":0.01222,"79":0.01222,"83":0.00611,"87":0.01222,"91":0.01222,"97":0.01222,"102":0.00611,"103":1.16701,"104":1.15479,"105":1.17312,"106":1.1609,"107":1.1609,"108":1.15479,"109":1.47862,"110":1.14868,"111":1.1609,"112":3.50103,"114":0.00611,"116":2.31569,"117":1.14868,"118":8.02854,"119":0.02444,"120":1.66192,"121":0.00611,"122":0.01222,"123":0.00611,"124":1.16701,"125":0.01222,"126":0.01222,"127":0.01222,"128":0.01833,"130":0.00611,"131":2.33402,"132":0.01222,"133":2.35846,"134":0.04277,"135":0.00611,"136":0.01222,"137":0.01833,"138":0.10387,"139":0.01222,"140":0.01833,"141":0.00611,"142":0.04277,"143":0.04277,"144":0.03055,"145":1.91243,"146":0.12831,"147":3.45215,"148":6.73322,"149":0.06721,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 67 68 70 71 72 74 76 77 78 80 81 84 85 86 88 89 90 92 93 94 95 96 98 99 100 101 113 115 129 150 151 152"},F:{"95":0.00611,"97":0.01833,"98":0.01222,"117":0.00611,"131":0.42159,_:"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.00611,"109":0.00611,"120":0.00611,"122":0.01222,"130":0.00611,"134":0.01222,"136":0.00611,"138":0.00611,"139":0.00611,"140":0.00611,"142":0.00611,"143":0.00611,"144":0.00611,"145":0.03055,"146":0.04277,"147":0.76986,"148":1.72302,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 123 124 125 126 127 128 129 131 132 133 135 137 141 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 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 17.0 17.2 17.3 17.4 17.5 18.1 18.2 18.4 TP","5.1":0.01222,"15.6":0.00611,"16.5":0.01222,"16.6":0.00611,"17.1":0.01222,"17.6":0.0611,"18.0":0.01222,"18.3":0.00611,"18.5-18.7":0.01222,"26.0":0.00611,"26.1":0.00611,"26.2":0.03666,"26.3":0.06721,"26.4":0.07332,"26.5":0.03666},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0004,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0008,"8.1-8.4":0,"9.0-9.2":0.0004,"9.3":0,"10.0-10.2":0,"10.3":0.00359,"11.0-11.2":0.09466,"11.3-11.4":0.0012,"12.0-12.1":0,"12.2-12.5":0.01358,"13.0-13.1":0,"13.2":0.00439,"13.3":0,"13.4-13.7":0.0008,"14.0-14.4":0.0032,"14.5-14.8":0.00519,"15.0-15.1":0.00399,"15.2-15.3":0.0024,"15.4":0.0032,"15.5":0.00359,"15.6-15.8":0.0675,"16.0":0.00719,"16.1":0.01118,"16.2":0.00599,"16.3":0.01318,"16.4":0.0028,"16.5":0.00479,"16.6-16.7":0.08987,"17.0":0.00399,"17.1":0.00679,"17.2":0.00599,"17.3":0.01158,"17.4":0.01837,"17.5":0.02476,"17.6-17.7":0.0651,"18.0":0.01318,"18.1":0.02596,"18.2":0.01398,"18.3":0.04154,"18.4":0.01917,"18.5-18.7":0.66141,"26.0":0.04234,"26.1":0.05272,"26.2":0.2029,"26.3":0.64064,"26.4":1.32122,"26.5":0.47129},P:{"20":0.00721,"21":0.01441,"22":0.00721,"23":0.00721,"24":0.00721,"25":0.00721,"26":0.05044,"27":0.02882,"28":0.03603,"29":0.82149,"30":0.15853,_:"4 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.07927},I:{"0":0.01166,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.2839,_:"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.19056},Q:{_:"14.9"},O:{"0":0.02333},H:{all:0},L:{"0":36.94739}};
1
+ module.exports={C:{"4":0.09039,"52":0.00695,"115":0.02781,"120":0.66054,"121":1.31412,"128":0.04172,"135":0.00695,"136":0.00695,"140":0.02086,"144":0.00695,"146":0.00695,"147":0.00695,"149":0.01391,"150":0.02781,"151":0.61186,"152":0.43804,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 134 137 138 139 141 142 143 145 148 153 154 155 3.5 3.6"},D:{"39":0.13211,"40":0.12515,"41":0.14601,"42":0.13211,"43":0.13906,"44":0.13211,"45":0.13906,"46":0.12515,"47":0.13906,"48":0.14601,"49":0.13211,"50":0.12515,"51":0.12515,"52":0.13906,"53":0.13211,"54":0.12515,"55":0.13906,"56":0.13906,"57":0.13906,"58":0.15297,"59":0.12515,"60":0.13211,"65":0.02086,"66":0.00695,"69":0.01391,"73":0.00695,"75":0.01391,"79":0.01391,"83":0.00695,"84":0.00695,"87":0.02086,"92":0.00695,"97":0.01391,"102":0.00695,"103":1.21678,"104":1.21678,"105":1.20982,"106":1.20287,"107":1.18896,"108":1.20982,"109":1.55747,"110":1.20982,"111":1.21678,"112":1.19592,"113":0.00695,"114":0.00695,"116":2.41269,"117":1.20287,"118":10.44341,"119":1.33498,"120":3.42783,"122":0.00695,"124":1.22373,"125":0.02086,"126":0.02086,"127":0.00695,"128":0.02086,"130":0.00695,"131":2.44746,"132":0.02086,"133":2.45441,"134":0.01391,"135":0.00695,"136":0.00695,"137":0.12515,"138":0.06953,"139":0.00695,"140":0.00695,"141":0.04867,"142":0.13906,"143":0.05562,"144":0.02086,"145":1.48794,"146":0.04867,"147":0.11125,"148":4.55422,"149":6.90433,"150":0.12515,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 67 68 70 71 72 74 76 77 78 80 81 85 86 88 89 90 91 93 94 95 96 98 99 100 101 115 121 123 129 151 152 153"},F:{"95":0.00695,"98":0.00695,"99":0.04867,"131":0.26421,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00695,"109":0.00695,"119":0.65358,"120":0.66749,"122":0.00695,"140":0.00695,"142":0.00695,"143":0.00695,"144":0.00695,"145":0.01391,"146":0.02086,"147":0.04172,"148":0.73702,"149":2.28754,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.1 18.2 18.3 18.4 TP","5.1":0.00695,"15.6":0.00695,"16.6":0.00695,"17.1":0.00695,"17.6":0.04172,"18.0":0.00695,"18.5-18.7":0.01391,"26.0":0.00695,"26.1":0.00695,"26.2":0.00695,"26.3":0.02086,"26.4":0.02781,"26.5":0.18773},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00041,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00122,"8.1-8.4":0,"9.0-9.2":0.00041,"9.3":0,"10.0-10.2":0,"10.3":0.00446,"11.0-11.2":0.13424,"11.3-11.4":0.00081,"12.0-12.1":0,"12.2-12.5":0.01379,"13.0-13.1":0,"13.2":0.00446,"13.3":0,"13.4-13.7":0.00081,"14.0-14.4":0.00284,"14.5-14.8":0.00446,"15.0-15.1":0.00406,"15.2-15.3":0.00243,"15.4":0.00284,"15.5":0.00365,"15.6-15.8":0.07097,"16.0":0.00649,"16.1":0.01054,"16.2":0.00568,"16.3":0.01217,"16.4":0.00284,"16.5":0.00446,"16.6-16.7":0.09247,"17.0":0.00406,"17.1":0.00608,"17.2":0.00568,"17.3":0.00852,"17.4":0.01298,"17.5":0.02312,"17.6-17.7":0.05962,"18.0":0.01338,"18.1":0.02555,"18.2":0.01379,"18.3":0.04218,"18.4":0.01906,"18.5-18.7":0.60955,"26.0":0.04015,"26.1":0.04177,"26.2":0.12613,"26.3":0.17236,"26.4":0.19751,"26.5":2.23988},P:{"4":0.01369,"21":0.01369,"22":0.00684,"24":0.00684,"25":0.00684,"26":0.04791,"27":0.02738,"28":0.02738,"29":0.15056,"30":0.93075,_:"20 23 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.06844,"8.2":0.00684},I:{"0":0.01218,"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.2011,_:"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.02438},H:{all:0},L:{"0":29.1013},R:{_:"0"},M:{"0":0.17673},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00725,"115":0.03986,"140":0.00362,"146":0.00725,"147":0.00725,"148":0.02537,"149":0.00725,"150":0.23556,"151":0.07973,_:"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 152 153 154 3.5 3.6"},D:{"39":0.0906,"40":0.09785,"41":0.0906,"42":0.0906,"43":0.0906,"44":0.0906,"45":0.0906,"46":0.0906,"47":0.0906,"48":0.09422,"49":0.09422,"50":0.0906,"51":0.0906,"52":0.0906,"53":0.08698,"54":0.09422,"55":0.0906,"56":0.0906,"57":0.0906,"58":0.0906,"59":0.0906,"60":0.08698,"65":0.00362,"67":0.00725,"79":0.0145,"81":0.00362,"84":0.00362,"87":0.00725,"91":0.00362,"93":0.00362,"98":0.00362,"102":0.00725,"103":0.23194,"104":0.1667,"105":0.1667,"106":0.17033,"107":0.1667,"108":0.1667,"109":0.34428,"110":0.1667,"111":0.17758,"112":0.56897,"114":0.02174,"116":0.33703,"117":0.1667,"118":1.27565,"119":0.00362,"120":0.23194,"121":0.01087,"122":0.02899,"123":0.00362,"124":0.1667,"126":0.00725,"127":0.00725,"128":0.0145,"129":0.00362,"130":0.02174,"131":0.35878,"132":0.01087,"133":0.33341,"134":0.00725,"135":0.01087,"136":0.02899,"137":0.01812,"138":0.11234,"139":0.01812,"140":0.01812,"141":0.0145,"142":0.04711,"143":0.02537,"144":0.03624,"145":0.3479,"146":0.1957,"147":4.22558,"148":6.48334,"149":0.02174,"150":0.00362,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 68 69 70 71 72 73 74 75 76 77 78 80 83 85 86 88 89 90 92 94 95 96 97 99 100 101 113 115 125 151 152"},F:{"46":0.00362,"95":0.00725,"96":0.00725,"97":0.06523,"98":0.19932,"99":0.00725,"114":0.00362,"131":0.30804,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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.00725,"92":0.00362,"109":0.00362,"114":0.00725,"122":0.00362,"125":0.00362,"131":0.00362,"132":0.00362,"133":0.00362,"134":0.00362,"135":0.00362,"136":0.00362,"137":0.00362,"138":0.00725,"139":0.00362,"140":0.00362,"141":0.02174,"142":0.00725,"143":0.0145,"144":0.00725,"145":0.01812,"146":0.05074,"147":0.93137,"148":1.58731,"149":0.00362,_:"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 119 120 121 123 124 126 127 128 129 130"},E:{"15":0.01087,_:"4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 17.0 TP","5.1":0.00362,"15.6":0.0145,"16.1":0.00362,"16.3":0.00725,"16.5":0.00362,"16.6":0.02537,"17.1":0.06523,"17.2":0.0145,"17.3":0.00362,"17.4":0.00362,"17.5":0.03986,"17.6":0.04711,"18.0":0.00362,"18.1":0.00362,"18.2":0.00362,"18.3":0.00725,"18.4":0.01087,"18.5-18.7":0.03624,"26.0":0.02899,"26.1":0.0145,"26.2":0.05798,"26.3":0.26818,"26.4":0.40226,"26.5":0.16308},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00112,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00225,"8.1-8.4":0,"9.0-9.2":0.00112,"9.3":0,"10.0-10.2":0,"10.3":0.01011,"11.0-11.2":0.26615,"11.3-11.4":0.00337,"12.0-12.1":0,"12.2-12.5":0.03818,"13.0-13.1":0,"13.2":0.01235,"13.3":0,"13.4-13.7":0.00225,"14.0-14.4":0.00898,"14.5-14.8":0.0146,"15.0-15.1":0.01123,"15.2-15.3":0.00674,"15.4":0.00898,"15.5":0.01011,"15.6-15.8":0.18979,"16.0":0.02021,"16.1":0.03144,"16.2":0.01684,"16.3":0.03706,"16.4":0.00786,"16.5":0.01348,"16.6-16.7":0.25267,"17.0":0.01123,"17.1":0.01909,"17.2":0.01684,"17.3":0.03257,"17.4":0.05166,"17.5":0.06963,"17.6-17.7":0.18305,"18.0":0.03706,"18.1":0.07299,"18.2":0.0393,"18.3":0.11679,"18.4":0.0539,"18.5-18.7":1.85967,"26.0":0.11904,"26.1":0.14823,"26.2":0.57048,"26.3":1.80128,"26.4":3.71485,"26.5":1.32513},P:{"4":0.00667,"22":0.02002,"26":0.01335,"27":0.00667,"28":0.04005,"29":0.79428,"30":0.12014,_:"20 21 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.03822,"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.39656,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.11479},Q:{_:"14.9"},O:{"0":3.20125},H:{all:0},L:{"0":57.62966}};
1
+ module.exports={C:{"115":0.01831,"120":0.04761,"121":0.09887,"133":0.00366,"140":0.00366,"148":0.04028,"150":0.00732,"151":0.1831,"152":0.09155,_:"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 134 135 136 137 138 139 141 142 143 144 145 146 147 149 153 154 155 3.5 3.6"},D:{"39":0.13183,"40":0.12817,"41":0.12817,"42":0.12817,"43":0.12817,"44":0.12085,"45":0.12817,"46":0.13183,"47":0.12817,"48":0.12817,"49":0.13183,"50":0.12817,"51":0.12451,"52":0.12817,"53":0.13183,"54":0.12817,"55":0.12817,"56":0.12451,"57":0.13183,"58":0.12451,"59":0.13549,"60":0.13183,"70":0.00366,"75":0.00366,"78":0.00366,"79":0.11718,"81":0.00732,"84":0.00366,"87":0.01099,"88":0.00366,"91":0.00366,"98":0.00366,"101":0.00366,"103":0.2124,"104":0.13916,"105":0.13916,"106":0.13916,"107":0.13549,"108":0.13916,"109":0.32226,"110":0.13916,"111":0.1538,"112":0.13183,"114":0.00732,"116":0.27831,"117":0.13549,"118":1.65522,"119":0.10254,"120":0.29662,"121":0.00732,"122":0.01465,"123":0.00366,"124":0.15014,"125":0.00366,"126":0.00366,"127":0.00366,"128":0.01831,"129":0.01099,"130":0.00732,"131":0.32226,"132":0.01831,"133":0.28564,"134":0.01099,"135":0.01099,"136":0.02563,"137":0.03662,"138":0.07324,"139":0.00732,"140":0.01831,"141":0.02197,"142":0.16113,"143":0.02563,"144":0.0769,"145":0.20873,"146":0.07324,"147":0.21606,"148":3.72792,"149":5.43807,"150":0.02563,_:"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 83 85 86 89 90 92 93 94 95 96 97 99 100 102 113 115 151 152 153"},F:{"46":0.00366,"98":0.04761,"99":0.2124,"114":0.00366,"131":0.23803,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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.00366,"114":0.00366,"119":0.05127,"120":0.05127,"131":0.00366,"132":0.00366,"133":0.00366,"135":0.00366,"136":0.00366,"137":0.00366,"138":0.00366,"139":0.00366,"140":0.00366,"141":0.01099,"142":0.00366,"143":0.00366,"144":0.00366,"145":0.00732,"146":0.00732,"147":0.09521,"148":0.61522,"149":1.53438,_:"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 115 116 117 118 121 122 123 124 125 126 127 128 129 130 134 150"},E:{"15":0.00732,_:"4 5 6 7 8 9 10 11 12 13 14 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.4 17.0 17.2 17.3 18.2 TP","14.1":0.00366,"15.6":0.01465,"16.1":0.00366,"16.2":0.00366,"16.3":0.00366,"16.5":0.00366,"16.6":0.0293,"17.1":0.04394,"17.4":0.00732,"17.5":0.02563,"17.6":0.03296,"18.0":0.00366,"18.1":0.00732,"18.3":0.00732,"18.4":0.00366,"18.5-18.7":0.02563,"26.0":0.01831,"26.1":0.02197,"26.2":0.03296,"26.3":0.09521,"26.4":0.0769,"26.5":0.61155},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00106,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00318,"8.1-8.4":0,"9.0-9.2":0.00106,"9.3":0,"10.0-10.2":0,"10.3":0.01164,"11.0-11.2":0.35035,"11.3-11.4":0.00212,"12.0-12.1":0,"12.2-12.5":0.03599,"13.0-13.1":0,"13.2":0.01164,"13.3":0,"13.4-13.7":0.00212,"14.0-14.4":0.00741,"14.5-14.8":0.01164,"15.0-15.1":0.01058,"15.2-15.3":0.00635,"15.4":0.00741,"15.5":0.00953,"15.6-15.8":0.18523,"16.0":0.01694,"16.1":0.02752,"16.2":0.01482,"16.3":0.03175,"16.4":0.00741,"16.5":0.01164,"16.6-16.7":0.24133,"17.0":0.01058,"17.1":0.01588,"17.2":0.01482,"17.3":0.02223,"17.4":0.03387,"17.5":0.06033,"17.6-17.7":0.15559,"18.0":0.03493,"18.1":0.06668,"18.2":0.03599,"18.3":0.11008,"18.4":0.04975,"18.5-18.7":1.59084,"26.0":0.10479,"26.1":0.10902,"26.2":0.32918,"26.3":0.44984,"26.4":0.51546,"26.5":5.8458},P:{"4":0.00649,"22":0.01299,"23":0.00649,"26":0.00649,"27":0.00649,"28":0.03247,"29":0.1039,"30":0.61042,_:"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.00649},I:{"0":0.04432,"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.52746,_:"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":3.33379},H:{all:0},L:{"0":59.58665},R:{_:"0"},M:{"0":0.09507},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.1019,"82":0.00926,"102":0.00463,"103":0.00463,"105":0.00463,"115":0.08801,"120":0.00463,"121":0.00463,"128":0.0139,"131":0.00463,"132":0.00463,"136":0.18528,"137":0.00926,"139":0.00463,"140":0.24086,"142":0.00463,"144":0.00463,"145":0.00463,"146":0.0139,"147":0.02779,"148":0.01853,"149":0.07874,"150":2.26968,"151":1.09778,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 133 134 135 138 141 143 152 153 154 3.5 3.6"},D:{"39":0.02779,"40":0.01853,"41":0.02316,"42":0.03242,"43":0.02316,"44":0.02779,"45":0.02316,"46":0.02779,"47":0.02316,"48":0.02316,"49":0.02779,"50":0.02316,"51":0.02316,"52":0.02316,"53":0.02316,"54":0.02779,"55":0.02316,"56":0.02316,"57":0.02316,"58":0.02316,"59":0.02316,"60":0.02316,"70":0.00463,"71":0.00463,"79":0.00926,"81":0.00463,"85":0.0139,"86":0.00463,"87":0.05095,"98":0.03706,"103":0.1297,"104":0.10654,"105":0.02779,"106":0.02779,"107":0.02779,"108":0.03242,"109":0.28255,"110":0.03242,"111":0.03706,"112":0.57437,"116":0.08801,"117":0.03242,"118":1.65362,"119":0.00926,"120":0.03706,"122":0.0139,"123":0.00463,"124":0.03242,"125":0.0139,"126":0.00926,"127":0.00926,"128":0.06485,"129":0.00463,"130":0.02316,"131":0.06948,"132":0.03706,"133":0.06022,"134":0.0139,"135":0.0139,"136":0.00463,"137":0.01853,"138":0.08801,"139":0.02779,"140":0.02779,"141":0.00926,"142":0.13433,"143":0.02316,"144":0.23623,"145":0.14822,"146":0.579,"147":5.79,"148":10.49611,"149":0.09264,_:"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 72 73 74 75 76 77 78 80 83 84 88 89 90 91 92 93 94 95 96 97 99 100 101 102 113 114 115 121 150 151 152"},F:{"40":0.00463,"46":0.00926,"97":0.02316,"98":0.05095,"131":1.55172,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00463,"109":0.0139,"122":0.00926,"130":0.0139,"132":0.00463,"134":0.00463,"138":0.00463,"140":0.00463,"141":0.00926,"142":0.0139,"143":0.00463,"144":0.03706,"145":0.03706,"146":0.07411,"147":1.35254,"148":4.053,_:"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 131 133 135 136 137 139 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.5 16.4 17.0 TP","13.1":0.02779,"14.1":0.03242,"15.1":0.00926,"15.4":0.00463,"15.6":0.10654,"16.0":0.00463,"16.1":0.0139,"16.2":0.00463,"16.3":0.0139,"16.5":0.03242,"16.6":0.26866,"17.1":0.1019,"17.2":0.00463,"17.3":0.00463,"17.4":0.01853,"17.5":0.00926,"17.6":0.22234,"18.0":0.1019,"18.1":0.00463,"18.2":0.00463,"18.3":0.03242,"18.4":0.01853,"18.5-18.7":0.3335,"26.0":0.01853,"26.1":0.02779,"26.2":0.13433,"26.3":0.37982,"26.4":0.52805,"26.5":0.23623},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0019,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00381,"8.1-8.4":0,"9.0-9.2":0.0019,"9.3":0,"10.0-10.2":0,"10.3":0.01713,"11.0-11.2":0.45113,"11.3-11.4":0.00571,"12.0-12.1":0,"12.2-12.5":0.06472,"13.0-13.1":0,"13.2":0.02094,"13.3":0,"13.4-13.7":0.00381,"14.0-14.4":0.01523,"14.5-14.8":0.02475,"15.0-15.1":0.01903,"15.2-15.3":0.01142,"15.4":0.01523,"15.5":0.01713,"15.6-15.8":0.32169,"16.0":0.03426,"16.1":0.0533,"16.2":0.02855,"16.3":0.06282,"16.4":0.01332,"16.5":0.02284,"16.6-16.7":0.42829,"17.0":0.01903,"17.1":0.03236,"17.2":0.02855,"17.3":0.0552,"17.4":0.08756,"17.5":0.11802,"17.6-17.7":0.31027,"18.0":0.06282,"18.1":0.12373,"18.2":0.06662,"18.3":0.19796,"18.4":0.09137,"18.5-18.7":3.15218,"26.0":0.20177,"26.1":0.25126,"26.2":0.96697,"26.3":3.0532,"26.4":6.29675,"26.5":2.24612},P:{"21":0.01321,"22":0.00661,"23":0.01982,"25":0.00661,"26":0.01321,"27":0.01982,"28":0.05946,"29":1.65169,"30":0.24445,_:"4 20 24 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.00661,"8.2":0.00661,"16.0":0.01321},I:{"0":0.01073,"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.10199,_:"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.48849},Q:{_:"14.9"},O:{"0":0.23082},H:{all:0},L:{"0":37.95569}};
1
+ module.exports={C:{"78":0.07076,"82":0.01011,"91":0.00505,"102":0.00505,"103":0.02527,"105":0.01516,"115":0.17184,"120":0.09603,"121":0.18194,"125":0.00505,"128":0.02022,"131":0.00505,"133":0.00505,"134":0.00505,"136":0.16173,"137":0.00505,"138":0.00505,"139":0.02022,"140":0.41443,"144":0.01011,"146":0.00505,"147":0.01011,"148":0.01516,"149":0.00505,"150":0.06065,"151":2.60281,"152":1.36458,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 104 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 129 130 132 135 141 142 143 145 153 154 155 3.5 3.6"},D:{"39":0.01516,"40":0.01011,"41":0.01011,"42":0.01011,"43":0.01011,"44":0.01516,"45":0.01011,"46":0.01011,"47":0.01011,"48":0.01011,"49":0.02022,"50":0.01011,"51":0.01011,"52":0.01011,"53":0.01011,"54":0.01516,"55":0.01516,"56":0.01516,"57":0.01516,"58":0.01011,"59":0.01011,"60":0.01011,"65":0.00505,"70":0.00505,"73":0.00505,"79":0.01516,"80":0.00505,"83":0.00505,"84":0.00505,"85":0.02527,"86":0.01011,"87":0.07076,"88":0.00505,"91":0.00505,"98":0.04549,"103":0.14657,"104":0.05559,"105":0.07076,"106":0.04043,"107":0.04043,"108":0.04043,"109":0.39421,"110":0.05054,"111":0.04549,"112":0.04043,"113":0.00505,"116":0.13646,"117":0.04043,"118":2.01655,"119":0.20216,"120":0.24259,"121":0.00505,"122":0.01011,"123":0.00505,"124":0.05559,"125":0.00505,"126":0.01011,"127":0.01516,"128":0.07076,"129":0.00505,"130":0.01516,"131":0.11624,"132":0.02527,"133":0.10108,"134":0.02022,"135":0.01011,"136":0.00505,"137":0.08086,"138":0.10613,"139":0.00505,"140":0.08592,"141":0.00505,"142":0.04043,"143":0.04043,"144":0.27292,"145":0.09603,"146":0.09603,"147":0.374,"148":7.12109,"149":9.40044,"150":0.19711,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 71 72 74 75 76 77 78 81 89 90 92 93 94 95 96 97 99 100 101 102 114 115 151 152 153"},F:{"36":0.00505,"46":0.00505,"79":0.01516,"95":0.00505,"98":0.01011,"99":0.09097,"102":0.00505,"126":0.00505,"131":1.55663,_:"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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00505,"92":0.00505,"109":0.02022,"119":0.09603,"120":0.08086,"130":0.00505,"131":0.00505,"132":0.00505,"133":0.00505,"134":0.01011,"136":0.00505,"138":0.00505,"139":0.00505,"140":0.01011,"141":0.00505,"142":0.05559,"143":0.00505,"144":0.02022,"145":0.02022,"146":0.07076,"147":0.05559,"148":1.67287,"149":5.03884,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 135 137 150"},E:{"27":0.00505,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.2-15.3 15.5 17.0 TP","11.1":0.00505,"13.1":0.02022,"14.1":0.01516,"15.1":0.01516,"15.4":0.00505,"15.6":0.08086,"16.0":0.00505,"16.1":0.00505,"16.2":0.01516,"16.3":0.01516,"16.4":0.00505,"16.5":0.03032,"16.6":0.22743,"17.1":0.08086,"17.2":0.01011,"17.3":0.01011,"17.4":0.01516,"17.5":0.01011,"17.6":0.08592,"18.0":0.15162,"18.1":0.00505,"18.2":0.00505,"18.3":0.03538,"18.4":0.00505,"18.5-18.7":0.58626,"26.0":0.01516,"26.1":0.01516,"26.2":0.0657,"26.3":0.1314,"26.4":0.19205,"26.5":1.17758},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00173,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00519,"8.1-8.4":0,"9.0-9.2":0.00173,"9.3":0,"10.0-10.2":0,"10.3":0.01903,"11.0-11.2":0.57267,"11.3-11.4":0.00346,"12.0-12.1":0,"12.2-12.5":0.05882,"13.0-13.1":0,"13.2":0.01903,"13.3":0,"13.4-13.7":0.00346,"14.0-14.4":0.01211,"14.5-14.8":0.01903,"15.0-15.1":0.0173,"15.2-15.3":0.01038,"15.4":0.01211,"15.5":0.01557,"15.6-15.8":0.30277,"16.0":0.02768,"16.1":0.04498,"16.2":0.02422,"16.3":0.0519,"16.4":0.01211,"16.5":0.01903,"16.6-16.7":0.39447,"17.0":0.0173,"17.1":0.02595,"17.2":0.02422,"17.3":0.03633,"17.4":0.05536,"17.5":0.09862,"17.6-17.7":0.25433,"18.0":0.05709,"18.1":0.109,"18.2":0.05882,"18.3":0.17993,"18.4":0.08132,"18.5-18.7":2.60036,"26.0":0.17128,"26.1":0.1782,"26.2":0.53806,"26.3":0.7353,"26.4":0.84256,"26.5":9.5554},P:{"21":0.00621,"22":0.00621,"24":0.00621,"25":0.00621,"26":0.00621,"27":0.02486,"28":0.03729,"29":0.31073,"30":1.49772,_:"4 20 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00621,"15.0":0.00621},I:{"0":0.01976,"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.16816,_:"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.35611},H:{all:0},L:{"0":35.42985},R:{_:"0"},M:{"0":0.76168},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.0056,"52":0.03362,"78":0.01121,"96":0.02802,"103":0.0056,"112":0.04482,"115":0.22412,"121":0.0056,"125":0.03362,"127":0.0056,"128":0.0056,"133":0.0056,"135":0.0056,"136":0.01121,"139":0.0056,"140":0.06163,"143":0.01681,"144":0.0056,"145":0.0056,"146":0.01121,"147":0.01681,"148":0.01121,"149":0.05043,"150":1.00854,"151":0.45384,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 102 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 122 123 124 126 129 130 131 132 134 137 138 141 142 152 153 154 3.5 3.6"},D:{"39":0.03362,"40":0.03362,"41":0.03362,"42":0.03362,"43":0.03362,"44":0.03362,"45":0.03362,"46":0.03362,"47":0.03362,"48":0.03362,"49":0.03922,"50":0.03362,"51":0.03362,"52":0.03362,"53":0.03362,"54":0.03362,"55":0.03362,"56":0.03362,"57":0.03362,"58":0.03362,"59":0.03362,"60":0.03362,"70":0.01121,"76":0.01121,"79":0.0056,"87":0.0056,"88":0.0056,"98":0.01121,"102":0.02802,"103":0.02241,"104":0.03922,"105":0.01121,"106":0.01121,"107":0.01121,"108":0.01121,"109":0.59952,"110":0.01121,"111":0.01121,"112":0.05603,"113":0.02802,"114":0.02241,"116":0.03362,"117":0.01121,"118":0.08405,"119":0.01121,"120":0.07844,"121":0.02241,"122":0.16809,"123":0.01681,"124":0.04482,"125":3.26095,"126":0.01681,"127":0.0056,"128":0.01681,"129":0.0056,"130":0.05043,"131":0.29696,"132":0.01121,"133":0.03922,"134":0.02241,"135":0.02802,"136":0.02241,"137":0.02802,"138":0.06163,"139":0.05043,"140":0.03362,"141":0.06163,"142":0.15688,"143":0.06724,"144":0.07284,"145":0.21852,"146":0.34178,"147":12.77484,"148":21.4819,"149":0.04482,"150":0.01681,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 75 77 78 80 81 83 84 85 86 89 90 91 92 93 94 95 96 97 99 100 101 115 151 152"},F:{"85":0.0056,"87":0.0056,"95":0.02802,"97":0.02241,"98":0.06163,"131":0.71158,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0056,"92":0.0056,"109":0.01121,"112":0.02241,"131":0.0056,"136":0.0056,"137":0.0056,"138":0.0056,"140":0.0056,"141":0.0056,"142":0.01121,"143":0.01121,"144":0.01681,"145":0.02241,"146":0.03362,"147":0.66115,"148":1.4904,_:"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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 132 133 134 135 139 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.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 16.5 17.0 18.0 TP","14.1":0.0056,"15.6":0.01681,"16.2":0.0056,"16.3":0.01121,"16.6":0.03362,"17.1":0.03922,"17.2":0.0056,"17.3":0.0056,"17.4":0.01121,"17.5":0.0056,"17.6":0.04482,"18.1":0.0056,"18.2":0.0056,"18.3":0.01121,"18.4":0.0056,"18.5-18.7":0.01681,"26.0":0.0056,"26.1":0.01681,"26.2":0.03922,"26.3":0.16249,"26.4":0.21291,"26.5":0.10646},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00105,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0021,"8.1-8.4":0,"9.0-9.2":0.00105,"9.3":0,"10.0-10.2":0,"10.3":0.00947,"11.0-11.2":0.24932,"11.3-11.4":0.00316,"12.0-12.1":0,"12.2-12.5":0.03577,"13.0-13.1":0,"13.2":0.01157,"13.3":0,"13.4-13.7":0.0021,"14.0-14.4":0.00842,"14.5-14.8":0.01368,"15.0-15.1":0.01052,"15.2-15.3":0.00631,"15.4":0.00842,"15.5":0.00947,"15.6-15.8":0.17779,"16.0":0.01894,"16.1":0.02946,"16.2":0.01578,"16.3":0.03472,"16.4":0.00736,"16.5":0.01262,"16.6-16.7":0.2367,"17.0":0.01052,"17.1":0.01788,"17.2":0.01578,"17.3":0.03051,"17.4":0.04839,"17.5":0.06522,"17.6-17.7":0.17148,"18.0":0.03472,"18.1":0.06838,"18.2":0.03682,"18.3":0.10941,"18.4":0.0505,"18.5-18.7":1.74211,"26.0":0.11151,"26.1":0.13886,"26.2":0.53442,"26.3":1.68741,"26.4":3.48002,"26.5":1.24136},P:{"4":0.00702,"20":0.00702,"22":0.00702,"23":0.01404,"24":0.01404,"25":0.01404,"26":0.02809,"27":0.02809,"28":0.05618,"29":1.5729,"30":0.29492,_:"21 5.0-5.4 6.2-6.4 7.2-7.4 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 19.0","8.2":0.00702,"14.0":0.01404,"18.0":0.00702},I:{"0":0.02197,"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.33865,_:"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.34304},Q:{_:"14.9"},O:{"0":0.04838},H:{all:0},L:{"0":35.99481}};
1
+ module.exports={C:{"52":0.0153,"78":0.0204,"96":0.0153,"103":0.0102,"112":0.0255,"115":0.1938,"120":0.0051,"121":0.0153,"125":0.0459,"127":0.0051,"128":0.0051,"132":0.0051,"133":0.0051,"134":0.0051,"135":0.0051,"136":0.0051,"139":0.0051,"140":0.0765,"143":0.0051,"144":0.0051,"146":0.0102,"147":0.0102,"148":0.0051,"149":0.0255,"150":0.0306,"151":0.8313,"152":0.4845,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 102 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 126 129 130 131 137 138 141 142 145 153 154 155 3.5 3.6"},D:{"39":0.0561,"40":0.0561,"41":0.0561,"42":0.0561,"43":0.0561,"44":0.0561,"45":0.0561,"46":0.0561,"47":0.0561,"48":0.0561,"49":0.0612,"50":0.0561,"51":0.0561,"52":0.0561,"53":0.0561,"54":0.0561,"55":0.0561,"56":0.0561,"57":0.0561,"58":0.0561,"59":0.0561,"60":0.0561,"70":0.0102,"75":0.0051,"76":0.0051,"79":0.0102,"86":0.0051,"87":0.0051,"88":0.0051,"90":0.0051,"98":0.0102,"100":0.0051,"102":0.0153,"103":0.0204,"104":0.0408,"105":0.0153,"106":0.0102,"107":0.0102,"108":0.0102,"109":0.5661,"110":0.0153,"111":0.0204,"112":0.0153,"113":0.0153,"114":0.0153,"116":0.0306,"117":0.0102,"118":0.102,"119":0.0204,"120":0.0612,"121":0.0204,"122":0.2703,"123":0.0153,"124":0.0714,"125":1.1577,"126":0.0153,"127":0.0051,"128":0.0204,"129":0.0051,"130":0.0612,"131":0.0816,"132":0.0204,"133":0.0459,"134":0.0306,"135":0.0357,"136":0.0357,"137":0.0306,"138":0.051,"139":0.1377,"140":0.0306,"141":0.0561,"142":0.1326,"143":0.0612,"144":0.0612,"145":0.1479,"146":0.1836,"147":0.2703,"148":11.0211,"149":19.6911,"150":0.051,_:"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 77 78 80 81 83 84 85 89 91 92 93 94 95 96 97 99 101 115 151 152 153"},F:{"85":0.0051,"86":0.0051,"94":0.0051,"95":0.0255,"98":0.0204,"99":0.0918,"100":0.0153,"126":0.0051,"131":0.6222,_:"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 87 88 89 90 91 92 93 96 97 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0051,"105":0.0051,"109":0.0102,"112":0.0102,"119":0.0102,"120":0.0051,"131":0.0051,"134":0.0051,"136":0.0051,"138":0.0051,"139":0.0102,"141":0.0051,"142":0.0051,"143":0.0102,"144":0.0102,"145":0.0102,"146":0.0204,"147":0.0153,"148":0.4947,"149":1.4586,"150":0.0051,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 110 111 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 135 137 140"},E:{"27":0.0051,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 16.5 17.0 18.0 18.2 TP","14.1":0.0102,"15.6":0.0153,"16.2":0.0051,"16.3":0.0051,"16.6":0.0255,"17.1":0.0408,"17.2":0.0051,"17.3":0.0051,"17.4":0.0102,"17.5":0.0051,"17.6":0.0255,"18.1":0.0051,"18.3":0.0102,"18.4":0.0051,"18.5-18.7":0.0102,"26.0":0.0153,"26.1":0.0051,"26.2":0.0204,"26.3":0.0459,"26.4":0.0255,"26.5":0.3213},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00101,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00302,"8.1-8.4":0,"9.0-9.2":0.00101,"9.3":0,"10.0-10.2":0,"10.3":0.01107,"11.0-11.2":0.33314,"11.3-11.4":0.00201,"12.0-12.1":0,"12.2-12.5":0.03422,"13.0-13.1":0,"13.2":0.01107,"13.3":0,"13.4-13.7":0.00201,"14.0-14.4":0.00705,"14.5-14.8":0.01107,"15.0-15.1":0.01006,"15.2-15.3":0.00604,"15.4":0.00705,"15.5":0.00906,"15.6-15.8":0.17613,"16.0":0.0161,"16.1":0.02617,"16.2":0.01409,"16.3":0.03019,"16.4":0.00705,"16.5":0.01107,"16.6-16.7":0.22947,"17.0":0.01006,"17.1":0.0151,"17.2":0.01409,"17.3":0.02114,"17.4":0.03221,"17.5":0.05737,"17.6-17.7":0.14795,"18.0":0.03321,"18.1":0.06341,"18.2":0.03422,"18.3":0.10467,"18.4":0.0473,"18.5-18.7":1.51271,"26.0":0.09964,"26.1":0.10367,"26.2":0.31301,"26.3":0.42775,"26.4":0.49015,"26.5":5.55868},P:{"4":0.00715,"20":0.00715,"21":0.00715,"22":0.02146,"23":0.03577,"24":0.02146,"25":0.02146,"26":0.03577,"27":0.05008,"28":0.10016,"29":0.32908,"30":1.82427,_:"5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0","7.2-7.4":0.00715,"8.2":0.00715,"14.0":0.00715,"17.0":0.00715,"18.0":0.00715,"19.0":0.00715},I:{"0":0.01958,"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.4802,_:"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.0539},H:{all:0},L:{"0":41.7574},R:{_:"0"},M:{"0":0.4704},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"40":0.00507,"47":0.00507,"52":0.02533,"72":0.00507,"78":0.00507,"89":0.0152,"100":0.00507,"101":0.02026,"102":0.00507,"103":0.00507,"113":0.00507,"114":0.01013,"115":0.59272,"119":0.00507,"120":0.00507,"121":0.00507,"122":0.0304,"123":0.07599,"124":0.00507,"125":0.00507,"127":0.00507,"128":0.0152,"129":0.00507,"130":0.0152,"131":0.00507,"132":0.01013,"133":0.0152,"134":0.03546,"135":0.01013,"136":0.01013,"137":0.00507,"138":0.00507,"139":0.00507,"140":0.05573,"141":0.00507,"144":0.01013,"145":0.01013,"146":0.00507,"147":0.02026,"148":0.02026,"149":0.08106,"150":1.93521,"151":0.84602,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 104 105 106 107 108 109 110 111 112 116 117 118 126 142 143 152 153 154 3.5 3.6"},D:{"39":0.07092,"40":0.06586,"41":0.06586,"42":0.07092,"43":0.06586,"44":0.07092,"45":0.07599,"46":0.06586,"47":0.06586,"48":0.06586,"49":0.07092,"50":0.06586,"51":0.07092,"52":0.06586,"53":0.07092,"54":0.07092,"55":0.06586,"56":0.06586,"57":0.07092,"58":0.06586,"59":0.07092,"60":0.06586,"65":0.00507,"72":0.00507,"73":0.00507,"75":0.00507,"78":0.00507,"79":0.11145,"80":0.00507,"83":0.0152,"86":0.00507,"87":0.11652,"88":0.00507,"89":0.00507,"91":0.01013,"93":0.00507,"94":0.0152,"95":0.00507,"98":0.00507,"99":0.00507,"100":0.00507,"101":0.00507,"102":0.0152,"103":0.13678,"104":0.12158,"105":0.09625,"106":0.10132,"107":0.10132,"108":0.11652,"109":1.96561,"110":0.10132,"111":0.11145,"112":0.40021,"114":0.01013,"116":0.20771,"117":0.09625,"118":0.58259,"119":0.04053,"120":0.16718,"121":0.05573,"122":0.07092,"123":0.00507,"124":0.15198,"125":0.03546,"126":0.04053,"127":0.0304,"128":0.05573,"129":0.08106,"130":0.09119,"131":0.34449,"132":0.09625,"133":0.2685,"134":0.10639,"135":0.09119,"136":0.07092,"137":0.08106,"138":0.2229,"139":0.2229,"140":0.05573,"141":0.11145,"142":0.06079,"143":0.05066,"144":0.08106,"145":0.25837,"146":0.37995,"147":7.75605,"148":12.128,"149":0.03546,"150":0.00507,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 70 71 74 76 77 81 84 85 90 92 96 97 113 115 151 152"},F:{"40":0.00507,"46":0.01013,"79":0.00507,"95":0.08612,"97":0.02533,"98":0.06079,"102":0.00507,"103":0.00507,"105":0.00507,"106":0.00507,"110":0.00507,"111":0.00507,"113":0.00507,"114":0.00507,"115":0.00507,"116":0.00507,"117":0.00507,"118":0.00507,"119":0.00507,"120":0.00507,"121":0.00507,"127":0.00507,"131":0.90175,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 104 107 108 109 112 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00507,"92":0.00507,"102":0.02533,"109":0.04053,"114":0.00507,"119":0.01013,"120":0.00507,"121":0.00507,"122":0.01013,"128":0.0152,"129":0.02533,"130":0.0304,"131":0.05066,"132":0.04053,"133":0.02026,"134":0.03546,"135":0.02533,"136":0.02026,"137":0.0304,"138":0.03546,"139":0.02533,"140":0.00507,"141":0.0152,"142":0.01013,"143":0.01013,"144":0.02026,"145":0.0152,"146":0.04559,"147":0.68391,"148":1.46407,_:"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 103 104 105 106 107 108 110 111 112 113 115 116 117 118 123 124 125 126 127 149"},E:{"14":0.00507,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 10.1 15.1 15.2-15.3 15.5 16.2 TP","9.1":0.0304,"11.1":0.00507,"12.1":0.0152,"13.1":0.0152,"14.1":0.02026,"15.4":0.01013,"15.6":0.0304,"16.0":0.00507,"16.1":0.00507,"16.3":0.01013,"16.4":0.00507,"16.5":0.00507,"16.6":0.05573,"17.0":0.01013,"17.1":0.04559,"17.2":0.0152,"17.3":0.03546,"17.4":0.0152,"17.5":0.0152,"17.6":0.06586,"18.0":0.00507,"18.1":0.02533,"18.2":0.01013,"18.3":0.02026,"18.4":0.00507,"18.5-18.7":0.01013,"26.0":0.00507,"26.1":0.00507,"26.2":0.03546,"26.3":0.12158,"26.4":0.13172,"26.5":0.08106},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00087,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00175,"8.1-8.4":0,"9.0-9.2":0.00087,"9.3":0,"10.0-10.2":0,"10.3":0.00786,"11.0-11.2":0.20686,"11.3-11.4":0.00262,"12.0-12.1":0,"12.2-12.5":0.02968,"13.0-13.1":0,"13.2":0.0096,"13.3":0,"13.4-13.7":0.00175,"14.0-14.4":0.00698,"14.5-14.8":0.01135,"15.0-15.1":0.00873,"15.2-15.3":0.00524,"15.4":0.00698,"15.5":0.00786,"15.6-15.8":0.14751,"16.0":0.01571,"16.1":0.02444,"16.2":0.01309,"16.3":0.0288,"16.4":0.00611,"16.5":0.01047,"16.6-16.7":0.19639,"17.0":0.00873,"17.1":0.01484,"17.2":0.01309,"17.3":0.02531,"17.4":0.04015,"17.5":0.05412,"17.6-17.7":0.14227,"18.0":0.0288,"18.1":0.05673,"18.2":0.03055,"18.3":0.09077,"18.4":0.0419,"18.5-18.7":1.4454,"26.0":0.09252,"26.1":0.11521,"26.2":0.44339,"26.3":1.40001,"26.4":2.8873,"26.5":1.02993},P:{"4":0.03081,"21":0.00616,"22":0.01233,"23":0.00616,"24":0.00616,"25":0.01233,"26":0.01849,"27":0.01849,"28":0.03698,"29":1.24491,"30":0.23419,_:"20 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01849,"8.2":0.01233},I:{"0":0.01479,"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.36512,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00507,_:"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.24177},Q:{_:"14.9"},O:{"0":0.09375},H:{all:0},L:{"0":46.92161}};
1
+ module.exports={C:{"40":0.01038,"52":0.03115,"78":0.00519,"100":0.00519,"101":0.03115,"103":0.01038,"114":0.00519,"115":0.63342,"119":0.00519,"120":0.05711,"121":0.10384,"122":0.05192,"123":0.13499,"124":0.00519,"125":0.00519,"127":0.00519,"128":0.01558,"130":0.00519,"131":0.00519,"132":0.01038,"133":0.02077,"134":0.02077,"135":0.01038,"136":0.01038,"138":0.00519,"139":0.00519,"140":0.04154,"144":0.00519,"145":0.01038,"146":0.00519,"147":0.01558,"148":0.01558,"149":0.03634,"150":0.05711,"151":1.67182,"152":1.08513,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 102 104 105 106 107 108 109 110 111 112 113 116 117 118 126 129 137 141 142 143 153 154 155 3.5 3.6"},D:{"39":0.11942,"40":0.11942,"41":0.11422,"42":0.11422,"43":0.11942,"44":0.11422,"45":0.1298,"46":0.11422,"47":0.11422,"48":0.10903,"49":0.12461,"50":0.11422,"51":0.11422,"52":0.11422,"53":0.11422,"54":0.12461,"55":0.11422,"56":0.11422,"57":0.11422,"58":0.11942,"59":0.11422,"60":0.11422,"67":0.00519,"75":0.00519,"78":0.00519,"79":0.17134,"80":0.00519,"85":0.00519,"86":0.00519,"87":0.17134,"88":0.00519,"89":0.00519,"91":0.00519,"94":0.03634,"95":0.00519,"96":0.00519,"97":0.00519,"98":0.00519,"99":0.01038,"100":0.00519,"101":0.01038,"102":0.03634,"103":0.11942,"104":0.11942,"105":0.09865,"106":0.09865,"107":0.09865,"108":0.11422,"109":1.83278,"110":0.09865,"111":0.13499,"112":0.09865,"114":0.02077,"115":0.00519,"116":0.20249,"117":0.09346,"118":0.74246,"119":0.14538,"120":0.27518,"121":0.07788,"122":0.11942,"123":0.00519,"124":0.1298,"125":0.04673,"126":0.02596,"127":0.03115,"128":0.04673,"129":0.05192,"130":0.05711,"131":0.31152,"132":0.08826,"133":0.23364,"134":0.0675,"135":0.04673,"136":0.03634,"137":0.05192,"138":0.13499,"139":0.54516,"140":0.03634,"141":0.11942,"142":0.05711,"143":0.04154,"144":0.04673,"145":0.16095,"146":0.16095,"147":0.33748,"148":7.38822,"149":11.3601,"150":0.04673,_:"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 68 69 70 71 72 73 74 76 77 81 83 84 90 92 93 113 151 152 153"},F:{"46":0.01038,"48":0.00519,"79":0.00519,"85":0.00519,"89":0.01038,"95":0.07788,"98":0.01558,"99":0.0675,"106":0.00519,"114":0.01038,"115":0.00519,"119":0.00519,"120":0.00519,"131":0.87745,_:"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 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 87 88 90 91 92 93 94 96 97 100 101 102 103 104 105 107 108 109 110 111 112 113 116 117 118 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:{"12":0.00519,"92":0.00519,"101":0.00519,"102":0.04154,"109":0.05192,"119":0.05192,"120":0.04673,"121":0.02077,"122":0.02596,"128":0.00519,"129":0.01038,"130":0.02077,"131":0.03115,"132":0.03115,"133":0.01038,"134":0.01558,"135":0.01558,"136":0.01038,"137":0.01038,"138":0.01558,"139":0.01038,"140":0.00519,"141":0.00519,"143":0.01558,"144":0.01038,"145":0.00519,"146":0.02077,"147":0.02596,"148":0.5867,"149":1.71336,_:"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 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 123 124 125 126 127 142 150"},E:{"8":0.00519,"14":0.00519,_:"4 5 6 7 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 10.1 15.1 15.2-15.3 15.5 TP","9.1":0.01038,"11.1":0.00519,"12.1":0.01558,"13.1":0.03115,"14.1":0.02596,"15.4":0.01558,"15.6":0.04154,"16.0":0.00519,"16.1":0.00519,"16.2":0.00519,"16.3":0.01038,"16.4":0.00519,"16.5":0.01038,"16.6":0.07269,"17.0":0.02077,"17.1":0.04154,"17.2":0.02596,"17.3":0.05711,"17.4":0.02077,"17.5":0.02077,"17.6":0.05192,"18.0":0.01038,"18.1":0.03634,"18.2":0.01038,"18.3":0.02596,"18.4":0.00519,"18.5-18.7":0.01038,"26.0":0.00519,"26.1":0.00519,"26.2":0.01558,"26.3":0.04154,"26.4":0.03115,"26.5":0.30114},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00084,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00253,"8.1-8.4":0,"9.0-9.2":0.00084,"9.3":0,"10.0-10.2":0,"10.3":0.00926,"11.0-11.2":0.27872,"11.3-11.4":0.00168,"12.0-12.1":0,"12.2-12.5":0.02863,"13.0-13.1":0,"13.2":0.00926,"13.3":0,"13.4-13.7":0.00168,"14.0-14.4":0.00589,"14.5-14.8":0.00926,"15.0-15.1":0.00842,"15.2-15.3":0.00505,"15.4":0.00589,"15.5":0.00758,"15.6-15.8":0.14736,"16.0":0.01347,"16.1":0.02189,"16.2":0.01179,"16.3":0.02526,"16.4":0.00589,"16.5":0.00926,"16.6-16.7":0.19199,"17.0":0.00842,"17.1":0.01263,"17.2":0.01179,"17.3":0.01768,"17.4":0.02695,"17.5":0.048,"17.6-17.7":0.12378,"18.0":0.02779,"18.1":0.05305,"18.2":0.02863,"18.3":0.08757,"18.4":0.03958,"18.5-18.7":1.26561,"26.0":0.08336,"26.1":0.08673,"26.2":0.26188,"26.3":0.35787,"26.4":0.41008,"26.5":4.65067},P:{"4":0.02964,"22":0.01186,"23":0.01186,"24":0.00593,"25":0.00593,"26":0.01186,"27":0.02372,"28":0.0415,"29":0.20158,"30":1.34586,_:"20 21 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.00593,"7.2-7.4":0.01186,"8.2":0.02372},I:{"0":0.01441,"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.31259,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00519,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.07214},H:{all:0},L:{"0":46.71727},R:{_:"0"},M:{"0":0.24045},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"31":0.00791,"52":0.07115,"72":0.00791,"78":0.01581,"102":0.00791,"103":0.00791,"111":0.00791,"113":0.00791,"114":0.00791,"115":0.30833,"120":0.00791,"121":0.00791,"128":0.00791,"133":0.00791,"135":0.00791,"136":0.00791,"138":0.00791,"139":0.00791,"140":0.06325,"142":0.00791,"143":0.01581,"144":0.00791,"145":0.00791,"146":0.00791,"147":0.01581,"148":0.02372,"149":0.07115,"150":0.74316,"151":0.35577,_:"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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 112 116 117 118 119 122 123 124 125 126 127 129 130 131 132 134 137 141 152 153 154 3.5 3.6"},D:{"39":0.11068,"40":0.11068,"41":0.16603,"42":0.11068,"43":0.11068,"44":0.11068,"45":0.11068,"46":0.11068,"47":0.11068,"48":0.11068,"49":0.15021,"50":0.11068,"51":0.11068,"52":0.11068,"53":0.11068,"54":0.11068,"55":0.11068,"56":0.11068,"57":0.11068,"58":0.11068,"59":0.11068,"60":0.11068,"69":0.00791,"76":0.00791,"79":0.02372,"80":0.00791,"85":0.00791,"86":0.03953,"87":0.02372,"88":0.01581,"90":0.00791,"91":0.07115,"92":0.02372,"93":0.00791,"96":0.00791,"97":0.01581,"98":0.00791,"100":0.00791,"102":0.01581,"103":0.60086,"104":0.77479,"105":0.58504,"106":0.6562,"107":0.58504,"108":0.59295,"109":2.61689,"110":0.59295,"111":0.60876,"112":2.30065,"114":0.17393,"115":0.00791,"116":1.91325,"117":0.60086,"118":2.84616,"119":0.01581,"120":0.68782,"121":0.03162,"122":0.05534,"123":0.03953,"124":0.64829,"125":0.38739,"126":0.02372,"127":0.01581,"128":0.02372,"129":0.01581,"130":0.02372,"131":1.22543,"132":0.02372,"133":1.23334,"134":0.34786,"135":0.03162,"136":0.06325,"137":0.18184,"138":0.1344,"139":0.03162,"140":0.07906,"141":0.09487,"142":0.17393,"143":0.05534,"144":0.1265,"145":0.38739,"146":0.41111,"147":6.73591,"148":9.46348,"149":0.03953,"150":0.00791,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 70 71 72 73 74 75 77 78 81 83 84 89 94 95 99 101 113 151 152"},F:{"12":0.00791,"58":0.00791,"76":0.00791,"77":0.03162,"79":0.02372,"80":0.00791,"82":0.00791,"85":0.02372,"86":0.01581,"87":0.00791,"90":0.00791,"92":0.00791,"95":0.60086,"97":0.05534,"98":0.1265,"102":0.00791,"113":0.00791,"114":0.00791,"117":0.00791,"119":0.00791,"121":0.02372,"122":0.00791,"125":0.01581,"126":0.00791,"127":0.00791,"131":1.80257,_:"9 11 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 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 78 81 83 84 88 89 91 93 94 96 99 100 101 103 104 105 106 107 108 109 110 111 112 115 116 118 120 123 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00791,"109":0.05534,"120":0.00791,"122":0.00791,"129":0.01581,"131":0.01581,"132":0.00791,"133":0.00791,"134":0.00791,"135":0.00791,"136":0.00791,"137":0.00791,"138":0.00791,"139":0.00791,"141":0.00791,"142":0.01581,"143":0.00791,"144":0.00791,"145":0.02372,"146":0.06325,"147":1.24124,"148":2.71176,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 123 124 125 126 127 128 130 140 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.4 15.5 16.0 16.1 16.2 16.4 17.0 17.2 18.2 18.4 TP","14.1":0.00791,"15.1":0.00791,"15.2-15.3":0.00791,"15.6":0.04744,"16.3":0.01581,"16.5":0.00791,"16.6":0.05534,"17.1":0.03953,"17.3":0.00791,"17.4":0.00791,"17.5":0.01581,"17.6":0.04744,"18.0":0.00791,"18.1":0.00791,"18.3":0.00791,"18.5-18.7":0.02372,"26.0":0.01581,"26.1":0.01581,"26.2":0.06325,"26.3":0.15812,"26.4":0.25299,"26.5":0.15021},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00067,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00134,"8.1-8.4":0,"9.0-9.2":0.00067,"9.3":0,"10.0-10.2":0,"10.3":0.00605,"11.0-11.2":0.15938,"11.3-11.4":0.00202,"12.0-12.1":0,"12.2-12.5":0.02286,"13.0-13.1":0,"13.2":0.0074,"13.3":0,"13.4-13.7":0.00134,"14.0-14.4":0.00538,"14.5-14.8":0.00874,"15.0-15.1":0.00672,"15.2-15.3":0.00403,"15.4":0.00538,"15.5":0.00605,"15.6-15.8":0.11365,"16.0":0.0121,"16.1":0.01883,"16.2":0.01009,"16.3":0.02219,"16.4":0.00471,"16.5":0.00807,"16.6-16.7":0.15131,"17.0":0.00672,"17.1":0.01143,"17.2":0.01009,"17.3":0.0195,"17.4":0.03093,"17.5":0.04169,"17.6-17.7":0.10962,"18.0":0.02219,"18.1":0.04371,"18.2":0.02354,"18.3":0.06994,"18.4":0.03228,"18.5-18.7":1.11365,"26.0":0.07128,"26.1":0.08877,"26.2":0.34163,"26.3":1.07868,"26.4":2.22461,"26.5":0.79354},P:{"4":0.01288,"21":0.00644,"26":0.00644,"27":0.00644,"28":0.00644,"29":0.31563,"30":0.0773,_:"20 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.01884,"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.48395,_:"10 11 12 11.1 11.5 12.1"},A:{"6":0.0249,"7":0.03321,"8":0.04151,"11":0.05811,_:"9 10","5.5":0.0083},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.21788},Q:{"14.9":0.03771},O:{"0":0.06914},H:{all:0},L:{"0":12.79718}};
1
+ module.exports={C:{"31":0.00768,"52":0.08446,"78":0.00768,"96":0.00768,"102":0.00768,"103":0.00768,"111":0.00768,"113":0.00768,"114":0.00768,"115":0.34551,"120":0.07678,"121":0.15356,"127":0.00768,"128":0.00768,"133":0.00768,"135":0.01536,"136":0.01536,"137":0.00768,"138":0.00768,"139":0.00768,"140":0.07678,"142":0.00768,"144":0.00768,"145":0.00768,"146":0.00768,"147":0.01536,"148":0.01536,"149":0.05375,"150":0.07678,"151":0.68334,"152":0.43765,_:"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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 104 105 106 107 108 109 110 112 116 117 118 119 122 123 124 125 126 129 130 131 132 134 141 143 153 154 155 3.5 3.6"},D:{"39":0.15356,"40":0.15356,"41":0.19195,"42":0.15356,"43":0.16124,"44":0.15356,"45":0.15356,"46":0.16124,"47":0.15356,"48":0.16124,"49":0.22266,"50":0.15356,"51":0.16892,"52":0.15356,"53":0.16124,"54":0.15356,"55":0.16124,"56":0.16124,"57":0.16124,"58":0.16124,"59":0.16124,"60":0.16124,"69":0.00768,"70":0.08446,"76":0.02303,"78":0.00768,"79":0.03839,"80":0.00768,"83":0.00768,"85":0.07678,"86":0.02303,"87":0.03071,"88":0.01536,"90":0.00768,"91":0.03071,"92":0.06142,"94":0.00768,"97":0.02303,"98":0.00768,"100":0.00768,"102":0.00768,"103":0.3148,"104":0.35319,"105":0.30712,"106":0.39926,"107":0.3148,"108":0.32248,"109":2.47999,"110":0.30712,"111":0.33783,"112":0.30712,"114":0.09981,"116":1.2208,"117":0.33015,"118":3.66241,"119":0.16124,"120":0.56049,"121":0.03071,"122":0.06142,"123":0.04607,"124":0.40693,"125":0.72173,"126":0.01536,"127":0.03839,"128":0.03839,"129":0.01536,"130":0.02303,"131":0.70638,"132":0.05375,"133":0.6987,"134":0.26873,"135":0.04607,"136":0.0691,"137":0.49907,"138":0.16124,"139":0.03071,"140":0.08446,"141":0.0691,"142":0.49139,"143":0.03839,"144":0.08446,"145":0.23034,"146":0.35319,"147":0.43765,"148":5.58191,"149":9.17521,"150":0.05375,"151":0.00768,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 71 72 73 74 75 77 81 84 89 93 95 96 99 101 113 115 152 153"},F:{"36":0.01536,"58":0.00768,"76":0.00768,"77":0.02303,"79":0.02303,"80":0.00768,"82":0.00768,"84":0.00768,"85":0.03071,"86":0.02303,"89":0.00768,"90":0.01536,"95":0.89833,"98":0.04607,"99":0.15356,"102":0.00768,"108":0.00768,"112":0.00768,"113":0.00768,"114":0.02303,"117":0.00768,"119":0.00768,"121":0.01536,"122":0.00768,"125":0.00768,"126":0.00768,"127":0.00768,"131":3.06352,_:"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 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 78 81 83 87 88 91 92 93 94 96 97 100 101 103 104 105 106 107 109 110 111 115 116 118 120 123 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01536,"109":0.04607,"119":0.07678,"120":0.08446,"121":0.02303,"129":0.02303,"131":0.02303,"132":0.00768,"133":0.00768,"134":0.00768,"135":0.00768,"136":0.00768,"137":0.00768,"138":0.00768,"139":0.00768,"141":0.01536,"142":0.01536,"143":0.00768,"144":0.00768,"145":0.00768,"146":0.02303,"147":0.07678,"148":1.11331,"149":3.05584,_:"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 122 123 124 125 126 127 128 130 140 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 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 17.2 18.4 TP","9.1":0.00768,"13.1":0.01536,"14.1":0.00768,"15.6":0.07678,"16.3":0.01536,"16.5":0.02303,"16.6":0.08446,"17.0":0.01536,"17.1":0.06142,"17.3":0.00768,"17.4":0.00768,"17.5":0.01536,"17.6":0.06142,"18.0":0.01536,"18.1":0.01536,"18.2":0.00768,"18.3":0.01536,"18.5-18.7":0.01536,"26.0":0.02303,"26.1":0.00768,"26.2":0.05375,"26.3":0.05375,"26.4":0.05375,"26.5":0.56049},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00053,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0016,"8.1-8.4":0,"9.0-9.2":0.00053,"9.3":0,"10.0-10.2":0,"10.3":0.00585,"11.0-11.2":0.17616,"11.3-11.4":0.00106,"12.0-12.1":0,"12.2-12.5":0.01809,"13.0-13.1":0,"13.2":0.00585,"13.3":0,"13.4-13.7":0.00106,"14.0-14.4":0.00373,"14.5-14.8":0.00585,"15.0-15.1":0.00532,"15.2-15.3":0.00319,"15.4":0.00373,"15.5":0.00479,"15.6-15.8":0.09314,"16.0":0.00852,"16.1":0.01384,"16.2":0.00745,"16.3":0.01597,"16.4":0.00373,"16.5":0.00585,"16.6-16.7":0.12134,"17.0":0.00532,"17.1":0.00798,"17.2":0.00745,"17.3":0.01118,"17.4":0.01703,"17.5":0.03034,"17.6-17.7":0.07823,"18.0":0.01756,"18.1":0.03353,"18.2":0.01809,"18.3":0.05535,"18.4":0.02501,"18.5-18.7":0.7999,"26.0":0.05269,"26.1":0.05482,"26.2":0.16551,"26.3":0.22619,"26.4":0.25918,"26.5":2.93935},P:{"4":0.02468,"21":0.00617,"23":0.00617,"24":0.00617,"26":0.00617,"27":0.00617,"28":0.00617,"29":0.02468,"30":0.36408,_:"20 22 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01392,"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.48994,_:"10 11 12 11.1 11.5 12.1"},A:{"6":0.0691,"7":0.09214,"8":0.09981,"9":0.00768,"11":0.07678,_:"10","5.5":0.01536},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.06502},H:{all:0},L:{"0":16.29214},R:{_:"0"},M:{"0":0.3692},Q:{"14.9":0.00232}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.04598,"48":0.00575,"50":0.00575,"68":0.0115,"72":0.0115,"89":0.00575,"112":0.0115,"115":0.1322,"127":0.0115,"133":0.0115,"135":0.00575,"136":0.00575,"140":0.02874,"141":0.00575,"143":0.01724,"146":0.01724,"147":0.0115,"148":0.0115,"149":0.06323,"150":0.86795,"151":0.19543,"152":0.00575,_:"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 35 36 37 38 39 40 41 42 43 44 45 46 47 49 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 122 123 124 125 126 128 129 130 131 132 134 137 138 139 142 144 145 153 154 3.5 3.6"},D:{"39":0.02299,"40":0.02299,"41":0.02299,"42":0.02299,"43":0.02299,"44":0.01724,"45":0.01724,"46":0.02299,"47":0.01724,"48":0.02299,"49":0.02299,"50":0.02874,"51":0.02874,"52":0.02874,"53":0.02299,"54":0.01724,"55":0.02874,"56":0.02874,"57":0.02874,"58":0.02299,"59":0.02874,"60":0.02299,"61":0.00575,"70":0.00575,"71":0.00575,"74":0.0115,"77":0.0115,"79":0.0115,"80":0.02299,"81":0.0115,"83":0.0115,"84":0.00575,"87":0.0115,"92":0.0115,"93":0.00575,"94":0.00575,"95":0.0115,"96":0.00575,"98":0.00575,"101":0.00575,"103":0.08622,"104":0.06898,"105":0.08047,"106":0.06323,"107":0.08047,"108":0.06323,"109":0.35063,"110":0.08622,"111":0.07472,"112":0.98291,"113":0.00575,"114":0.02299,"115":0.0115,"116":0.1552,"117":0.06323,"118":3.07518,"120":0.08047,"122":0.04024,"123":0.00575,"124":0.09197,"125":0.0115,"126":0.02874,"127":0.00575,"128":0.09197,"129":0.01724,"130":0.01724,"131":0.25291,"132":0.01724,"133":0.13795,"134":0.02299,"135":0.02299,"136":0.06323,"137":0.04024,"138":0.16094,"139":0.11496,"140":0.02874,"141":0.05748,"142":0.05173,"143":0.16094,"144":0.08047,"145":0.74149,"146":0.36212,"147":10.83498,"148":14.39874,"149":0.07472,"150":0.00575,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 62 63 64 65 66 67 68 69 72 73 75 76 78 85 86 88 89 90 91 97 99 100 102 119 121 151 152"},F:{"95":0.0115,"96":0.01724,"97":0.06898,"98":0.10346,"114":0.00575,"117":0.00575,"119":0.00575,"126":0.00575,"131":0.5863,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 118 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.0115,"16":0.0115,"17":0.0115,"18":0.09772,"84":0.00575,"89":0.00575,"90":0.01724,"92":0.08622,"100":0.04024,"101":0.00575,"109":0.00575,"111":0.0115,"112":0.00575,"114":0.04024,"122":0.01724,"131":0.0115,"132":0.0115,"133":0.01724,"135":0.0115,"136":0.00575,"137":0.00575,"139":0.00575,"140":0.0115,"141":0.0115,"142":0.02299,"143":0.02299,"144":0.01724,"145":0.05173,"146":0.10346,"147":1.52322,"148":2.70731,"149":0.00575,_:"12 13 15 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 102 103 104 105 106 107 108 110 113 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 134 138"},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 15.1 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 18.0 18.1 18.4 TP","5.1":0.00575,"12.1":0.00575,"13.1":0.00575,"14.1":0.0115,"15.2-15.3":0.0115,"15.4":0.00575,"15.6":0.01724,"16.6":0.01724,"17.4":0.02299,"17.5":0.00575,"17.6":0.02874,"18.2":0.00575,"18.3":0.00575,"18.5-18.7":0.02874,"26.0":0.00575,"26.1":0.01724,"26.2":0.02874,"26.3":0.12646,"26.4":0.05173,"26.5":0.03449},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00066,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00133,"8.1-8.4":0,"9.0-9.2":0.00066,"9.3":0,"10.0-10.2":0,"10.3":0.00598,"11.0-11.2":0.15751,"11.3-11.4":0.00199,"12.0-12.1":0,"12.2-12.5":0.0226,"13.0-13.1":0,"13.2":0.00731,"13.3":0,"13.4-13.7":0.00133,"14.0-14.4":0.00532,"14.5-14.8":0.00864,"15.0-15.1":0.00665,"15.2-15.3":0.00399,"15.4":0.00532,"15.5":0.00598,"15.6-15.8":0.11232,"16.0":0.01196,"16.1":0.01861,"16.2":0.00997,"16.3":0.02193,"16.4":0.00465,"16.5":0.00798,"16.6-16.7":0.14953,"17.0":0.00665,"17.1":0.0113,"17.2":0.00997,"17.3":0.01927,"17.4":0.03057,"17.5":0.0412,"17.6-17.7":0.10833,"18.0":0.02193,"18.1":0.0432,"18.2":0.02326,"18.3":0.06912,"18.4":0.0319,"18.5-18.7":1.10056,"26.0":0.07045,"26.1":0.08773,"26.2":0.33761,"26.3":1.066,"26.4":2.19846,"26.5":0.78421},P:{"20":0.00779,"21":0.00779,"22":0.02336,"24":0.04672,"25":0.01557,"26":0.02336,"27":0.01557,"28":0.04672,"29":0.41273,"30":0.04672,_:"4 23 5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.03115,"9.2":0.00779,"11.1-11.2":0.00779},I:{"0":0.01274,"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":3.9246,_:"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.01701,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.19134},Q:{_:"14.9"},O:{"0":0.27213},H:{all:0},L:{"0":44.77629}};
1
+ module.exports={C:{"34":0.11235,"57":0.00661,"72":0.00661,"112":0.00661,"115":0.15862,"120":0.04626,"121":0.09253,"127":0.01983,"135":0.00661,"140":0.01322,"143":0.00661,"146":0.00661,"147":0.00661,"149":0.02644,"150":0.03305,"151":0.82613,"152":0.57498,_:"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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 136 137 138 139 141 142 144 145 148 153 154 155 3.5 3.6"},D:{"39":0.01322,"40":0.01983,"41":0.01322,"42":0.00661,"43":0.01322,"44":0.00661,"45":0.01322,"46":0.01322,"47":0.01322,"48":0.01983,"49":0.01322,"50":0.01983,"51":0.01322,"52":0.01322,"53":0.01322,"54":0.01322,"55":0.01322,"56":0.01322,"57":0.01322,"58":0.01983,"59":0.04626,"60":0.01983,"61":0.00661,"65":0.00661,"70":0.00661,"71":0.00661,"72":0.02644,"73":0.00661,"74":0.00661,"77":0.01322,"79":0.00661,"80":0.03305,"81":0.03305,"83":0.01983,"84":0.00661,"87":0.03965,"89":0.01322,"90":0.01322,"91":0.00661,"95":0.02644,"96":0.00661,"98":0.00661,"103":0.11235,"104":0.07931,"105":0.09253,"106":0.10574,"107":0.09914,"108":0.08592,"109":0.42298,"110":0.09253,"111":0.11896,"112":0.09914,"114":0.00661,"115":0.01322,"116":0.22471,"117":0.08592,"118":4.36855,"119":0.09914,"120":0.21149,"121":0.01322,"122":0.04626,"123":0.00661,"124":0.11235,"125":0.00661,"126":0.02644,"127":0.00661,"128":0.05948,"130":0.01322,"131":0.31723,"132":0.00661,"133":0.2181,"134":0.04626,"135":0.03305,"136":0.01983,"137":0.08592,"138":0.21149,"139":0.13879,"140":0.01322,"141":0.04626,"142":0.04626,"143":0.11896,"144":0.08592,"145":0.42959,"146":0.17844,"147":0.58159,"148":20.58043,"149":13.09243,"150":0.03965,"151":0.01983,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 62 63 64 66 67 68 69 75 76 78 85 86 88 92 93 94 97 99 100 101 102 113 129 152 153"},F:{"36":0.01322,"37":0.00661,"46":0.00661,"50":0.00661,"95":0.00661,"96":0.00661,"97":0.00661,"98":0.03305,"99":0.03965,"126":0.00661,"131":0.76664,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 38 39 40 41 42 43 44 45 47 48 49 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 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.00661,"15":0.00661,"16":0.00661,"18":0.09253,"84":0.00661,"92":0.07931,"100":0.00661,"103":0.00661,"107":0.00661,"109":0.00661,"111":0.01322,"114":0.09253,"119":0.04626,"120":0.05287,"122":0.01983,"131":0.00661,"132":0.00661,"133":0.00661,"134":0.00661,"136":0.00661,"140":0.00661,"141":0.01322,"142":0.09253,"143":0.01322,"144":0.05287,"145":0.05287,"146":0.02644,"147":0.05948,"148":0.96491,"149":2.82204,"150":0.00661,_:"12 13 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 104 105 106 108 110 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 135 137 138 139"},E:{"11":0.00661,"27":0.00661,_:"4 5 6 7 8 9 10 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.3 17.4 18.0 18.1 18.2 18.3 18.4 26.0 TP","13.1":0.00661,"14.1":0.00661,"15.2-15.3":0.01322,"15.6":0.04626,"16.1":0.00661,"16.6":0.02644,"17.1":0.03305,"17.2":0.01322,"17.5":0.00661,"17.6":0.03305,"18.5-18.7":0.01322,"26.1":0.00661,"26.2":0.02644,"26.3":0.02644,"26.4":0.02644,"26.5":0.11896},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00043,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00128,"8.1-8.4":0,"9.0-9.2":0.00043,"9.3":0,"10.0-10.2":0,"10.3":0.00469,"11.0-11.2":0.14109,"11.3-11.4":0.00085,"12.0-12.1":0,"12.2-12.5":0.01449,"13.0-13.1":0,"13.2":0.00469,"13.3":0,"13.4-13.7":0.00085,"14.0-14.4":0.00298,"14.5-14.8":0.00469,"15.0-15.1":0.00426,"15.2-15.3":0.00256,"15.4":0.00298,"15.5":0.00384,"15.6-15.8":0.07459,"16.0":0.00682,"16.1":0.01108,"16.2":0.00597,"16.3":0.01279,"16.4":0.00298,"16.5":0.00469,"16.6-16.7":0.09718,"17.0":0.00426,"17.1":0.00639,"17.2":0.00597,"17.3":0.00895,"17.4":0.01364,"17.5":0.0243,"17.6-17.7":0.06266,"18.0":0.01407,"18.1":0.02685,"18.2":0.01449,"18.3":0.04433,"18.4":0.02003,"18.5-18.7":0.64065,"26.0":0.0422,"26.1":0.0439,"26.2":0.13256,"26.3":0.18116,"26.4":0.20758,"26.5":2.35417},P:{"22":0.01237,"24":0.01237,"25":0.03092,"26":0.01237,"28":0.0742,"29":0.08657,"30":0.16696,_:"4 20 21 23 27 5.0-5.4 6.2-6.4 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.01237,"8.2":0.00618,"9.2":0.00618},I:{"0":0.00678,"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.3264,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00661,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{"2.5":0.04069,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.21024},H:{all:0.01},L:{"0":39.34957},R:{_:"0"},M:{"0":0.11869},Q:{"14.9":0.00339}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00253,"115":0.01516,"120":0.00253,"121":0.00253,"127":0.00253,"140":0.06318,"146":0.00253,"147":0.00253,"148":0.00505,"149":0.00758,"150":0.1592,"151":0.05812,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"39":0.0278,"40":0.02527,"41":0.03032,"42":0.0278,"43":0.0278,"44":0.0278,"45":0.02527,"46":0.0278,"47":0.0278,"48":0.02527,"49":0.0278,"50":0.0278,"51":0.0278,"52":0.0278,"53":0.0278,"54":0.0278,"55":0.0278,"56":0.03032,"57":0.0278,"58":0.0278,"59":0.0278,"60":0.0278,"73":0.00253,"75":0.00253,"79":0.00505,"87":0.01769,"90":0.00253,"91":0.00253,"93":0.00758,"98":0.00505,"101":0.00253,"103":0.16173,"104":0.15667,"105":0.15415,"106":0.15415,"107":0.15162,"108":0.15415,"109":0.30577,"110":0.15667,"111":0.15415,"112":1.67035,"114":0.02022,"116":0.3184,"117":0.15415,"118":3.07789,"119":0.01011,"120":0.16678,"121":0.00253,"122":0.01516,"123":0.00253,"124":0.16173,"125":0.00253,"126":0.00505,"127":0.00505,"128":0.01516,"129":0.00505,"130":0.00505,"131":0.32093,"132":0.00758,"133":0.31082,"134":0.01264,"135":0.00758,"136":0.01516,"137":0.02274,"138":0.07076,"139":0.02022,"140":0.01264,"141":0.00758,"142":0.03285,"143":0.03791,"144":0.02527,"145":0.34115,"146":0.13393,"147":2.83782,"148":3.96234,"149":0.01011,"150":0.00253,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 74 76 77 78 80 81 83 84 85 86 88 89 92 94 95 96 97 99 100 102 113 115 151 152"},F:{"95":0.00253,"97":0.02022,"98":0.04043,"131":0.09097,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00253,"92":0.00505,"109":0.00253,"114":0.00758,"120":0.00253,"122":0.00253,"126":0.00253,"128":0.00253,"129":0.00253,"131":0.00253,"133":0.00253,"134":0.00253,"135":0.00253,"136":0.00253,"137":0.00253,"138":0.00505,"139":0.00253,"140":0.00253,"141":0.00505,"142":0.00253,"143":0.00505,"144":0.01264,"145":0.01769,"146":0.0278,"147":0.54583,"148":0.76821,"149":0.00253,_:"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 119 121 123 124 125 127 130 132"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 16.0 17.0 TP","5.1":0.00253,"14.1":0.00253,"15.5":0.00253,"15.6":0.01011,"16.1":0.00253,"16.2":0.00253,"16.3":0.00505,"16.4":0.00253,"16.5":0.00253,"16.6":0.03032,"17.1":0.01011,"17.2":0.00253,"17.3":0.00253,"17.4":0.00505,"17.5":0.01769,"17.6":0.03791,"18.0":0.00505,"18.1":0.01011,"18.2":0.00758,"18.3":0.01516,"18.4":0.01264,"18.5-18.7":0.03538,"26.0":0.03285,"26.1":0.01769,"26.2":0.09097,"26.3":0.20216,"26.4":0.32598,"26.5":0.09097},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00136,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00272,"8.1-8.4":0,"9.0-9.2":0.00136,"9.3":0,"10.0-10.2":0,"10.3":0.01226,"11.0-11.2":0.32287,"11.3-11.4":0.00409,"12.0-12.1":0,"12.2-12.5":0.04632,"13.0-13.1":0,"13.2":0.01499,"13.3":0,"13.4-13.7":0.00272,"14.0-14.4":0.0109,"14.5-14.8":0.01771,"15.0-15.1":0.01362,"15.2-15.3":0.00817,"15.4":0.0109,"15.5":0.01226,"15.6-15.8":0.23023,"16.0":0.02452,"16.1":0.03815,"16.2":0.02043,"16.3":0.04496,"16.4":0.00954,"16.5":0.01635,"16.6-16.7":0.30652,"17.0":0.01362,"17.1":0.02316,"17.2":0.02043,"17.3":0.03951,"17.4":0.06267,"17.5":0.08446,"17.6-17.7":0.22206,"18.0":0.04496,"18.1":0.08855,"18.2":0.04768,"18.3":0.14168,"18.4":0.06539,"18.5-18.7":2.25602,"26.0":0.14441,"26.1":0.17983,"26.2":0.69206,"26.3":2.18517,"26.4":4.50658,"26.5":1.60755},P:{"25":0.01377,"26":0.00689,"27":0.01377,"28":0.04821,"29":0.53029,"30":0.08953,_:"4 20 21 22 23 24 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.0224,"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.39607,_:"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.08968},Q:{_:"14.9"},O:{"0":1.09106},H:{all:0},L:{"0":63.99556}};
1
+ module.exports={C:{"115":0.01651,"120":0.13485,"121":0.26694,"135":0.00275,"140":0.0055,"147":0.0055,"148":0.0055,"149":0.00275,"150":0.00826,"151":0.14861,"152":0.08531,_:"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 136 137 138 139 141 142 143 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.02752,"40":0.02752,"41":0.02752,"42":0.02752,"43":0.02752,"44":0.02752,"45":0.02752,"46":0.02752,"47":0.02752,"48":0.02752,"49":0.03027,"50":0.02752,"51":0.03027,"52":0.03027,"53":0.02752,"54":0.02752,"55":0.02752,"56":0.03302,"57":0.02752,"58":0.02752,"59":0.02752,"60":0.02752,"65":0.00275,"66":0.00275,"67":0.00275,"69":0.00275,"73":0.00275,"75":0.00275,"76":0.00275,"79":0.01101,"80":0.00275,"81":0.00275,"83":0.00275,"86":0.00275,"87":0.03853,"88":0.00275,"90":0.00275,"91":0.00275,"93":0.0055,"95":0.00275,"98":0.0055,"101":0.00275,"103":0.12659,"104":0.12384,"105":0.11834,"106":0.12384,"107":0.12109,"108":0.12109,"109":0.2697,"110":0.12659,"111":0.12109,"112":0.11834,"113":0.00275,"114":0.02752,"116":0.25043,"117":0.12109,"118":3.52806,"119":0.2807,"120":0.4183,"121":0.00275,"122":0.01376,"123":0.0055,"124":0.12659,"125":0.00275,"126":0.0055,"127":0.00275,"128":0.01926,"129":0.0055,"130":0.0055,"131":0.26419,"132":0.01651,"133":0.24768,"134":0.02202,"135":0.01101,"136":0.01926,"137":0.03853,"138":0.0743,"139":0.01651,"140":0.01376,"141":0.01101,"142":0.09357,"143":0.04403,"144":0.02477,"145":0.26144,"146":0.0688,"147":0.18438,"148":3.03821,"149":4.2656,"150":0.01926,"151":0.00275,_:"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 68 70 71 72 74 77 78 84 85 89 92 94 96 97 99 100 102 115 152 153"},F:{"98":0.01926,"99":0.05504,"100":0.00275,"131":0.09082,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 101 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.00275,"92":0.0055,"109":0.00275,"114":0.00826,"119":0.1321,"120":0.13485,"122":0.00275,"126":0.0055,"128":0.00275,"129":0.00275,"131":0.00275,"133":0.00275,"135":0.00275,"136":0.00275,"137":0.00275,"138":0.00275,"139":0.00275,"140":0.00275,"141":0.00275,"142":0.00275,"143":0.0055,"144":0.01651,"145":0.01101,"146":0.01926,"147":0.05229,"148":0.40454,"149":1.06227,"150":0.00275,_:"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 127 130 132 134"},E:{"27":0.00275,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 17.0 TP","5.1":0.00275,"13.1":0.00275,"14.1":0.00275,"15.5":0.00275,"15.6":0.01101,"16.1":0.0055,"16.2":0.00275,"16.3":0.0055,"16.4":0.00275,"16.5":0.00275,"16.6":0.04403,"17.1":0.01101,"17.2":0.0055,"17.3":0.00275,"17.4":0.00826,"17.5":0.03027,"17.6":0.04954,"18.0":0.00275,"18.1":0.01376,"18.2":0.00826,"18.3":0.01926,"18.4":0.01101,"18.5-18.7":0.04954,"26.0":0.03302,"26.1":0.01651,"26.2":0.0688,"26.3":0.09082,"26.4":0.12384,"26.5":0.74029},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00208,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00624,"8.1-8.4":0,"9.0-9.2":0.00208,"9.3":0,"10.0-10.2":0,"10.3":0.0229,"11.0-11.2":0.68902,"11.3-11.4":0.00416,"12.0-12.1":0,"12.2-12.5":0.07078,"13.0-13.1":0,"13.2":0.0229,"13.3":0,"13.4-13.7":0.00416,"14.0-14.4":0.01457,"14.5-14.8":0.0229,"15.0-15.1":0.02082,"15.2-15.3":0.01249,"15.4":0.01457,"15.5":0.01873,"15.6-15.8":0.36428,"16.0":0.03331,"16.1":0.05412,"16.2":0.02914,"16.3":0.06245,"16.4":0.01457,"16.5":0.0229,"16.6-16.7":0.47461,"17.0":0.02082,"17.1":0.03122,"17.2":0.02914,"17.3":0.04371,"17.4":0.06661,"17.5":0.11865,"17.6-17.7":0.306,"18.0":0.06869,"18.1":0.13114,"18.2":0.07078,"18.3":0.21649,"18.4":0.09784,"18.5-18.7":3.12868,"26.0":0.20608,"26.1":0.21441,"26.2":0.64739,"26.3":0.88469,"26.4":1.01375,"26.5":11.49682},P:{"24":0.00686,"25":0.00686,"26":0.00686,"27":0.01373,"28":0.03432,"29":0.11668,"30":0.71382,_:"4 20 21 22 23 5.0-5.4 6.2-6.4 7.2-7.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","8.2":0.00686},I:{"0":0.0362,"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.44938,_:"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.23216},H:{all:0},L:{"0":55.34109},R:{_:"0"},M:{"0":0.07973},Q:{_:"14.9"}};