@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:{"52":0.00371,"78":0.00742,"115":0.02596,"133":0.00371,"140":0.01113,"143":0.00371,"146":0.00371,"147":0.00371,"148":0.00742,"149":0.01113,"150":0.2893,"151":0.12982,"152":0.00371,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 134 135 136 137 138 139 141 142 144 145 153 154 3.5 3.6"},D:{"39":0.02596,"40":0.02596,"41":0.02596,"42":0.02596,"43":0.02596,"44":0.02596,"45":0.02596,"46":0.02596,"47":0.02225,"48":0.02596,"49":0.02596,"50":0.02225,"51":0.02596,"52":0.02967,"53":0.02596,"54":0.02596,"55":0.02596,"56":0.02596,"57":0.02225,"58":0.02596,"59":0.02596,"60":0.02596,"65":0.00371,"66":0.00371,"69":0.00371,"70":0.00371,"75":0.00371,"79":0.00371,"81":0.00371,"86":0.00742,"87":0.00371,"88":0.00371,"90":0.00371,"91":0.00371,"98":0.43395,"103":0.07047,"104":0.06305,"105":0.05934,"106":0.05934,"107":0.05934,"108":0.05934,"109":0.27818,"110":0.05934,"111":0.06676,"112":0.46733,"114":0.04451,"116":0.15578,"117":0.05934,"118":1.1943,"119":0.01113,"120":0.07047,"121":0.00371,"122":0.01113,"123":0.00371,"124":0.07789,"125":0.00371,"126":0.00371,"127":0.00371,"128":0.01484,"130":0.00742,"131":0.13723,"132":0.01484,"133":0.11869,"134":0.00742,"135":0.01113,"136":0.01484,"137":0.02225,"138":0.0816,"139":0.04451,"140":0.01484,"141":0.05564,"142":0.03709,"143":0.03709,"144":0.02225,"145":0.22996,"146":0.15949,"147":2.87077,"148":4.35437,"149":0.01113,_:"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 71 72 73 74 76 77 78 80 83 84 85 89 92 93 94 95 96 97 99 100 101 102 113 115 129 150 151 152"},F:{"86":0.00371,"90":0.00742,"92":0.00371,"93":0.00371,"95":0.01855,"96":0.00371,"97":0.07789,"98":0.15578,"124":0.00371,"131":0.1632,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 91 94 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 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.00371,"92":0.00742,"109":0.01484,"114":0.00371,"118":0.01855,"133":0.00371,"134":0.00371,"135":0.00371,"136":0.00371,"137":0.00371,"138":0.00371,"139":0.00371,"140":0.00371,"141":0.00371,"142":0.00371,"143":0.01484,"144":0.00742,"145":0.02225,"146":0.03709,"147":0.80856,"148":1.67647,"149":0.00371,_:"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 119 120 121 122 123 124 125 126 127 128 129 130 131 132"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 15.4 15.5 16.1 16.2 16.5 17.0 17.2 18.0 TP","11.1":0.00371,"13.1":0.00371,"14.1":0.00742,"15.6":0.02967,"16.0":0.00371,"16.3":0.00371,"16.4":0.00371,"16.6":0.0408,"17.1":0.03338,"17.3":0.00371,"17.4":0.02967,"17.5":0.00742,"17.6":0.02596,"18.1":0.00742,"18.2":0.00371,"18.3":0.00742,"18.4":0.00371,"18.5-18.7":0.01855,"26.0":0.00371,"26.1":0.00742,"26.2":0.0408,"26.3":0.13352,"26.4":0.14094,"26.5":0.07789},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00102,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00205,"8.1-8.4":0,"9.0-9.2":0.00102,"9.3":0,"10.0-10.2":0,"10.3":0.00921,"11.0-11.2":0.24247,"11.3-11.4":0.00307,"12.0-12.1":0,"12.2-12.5":0.03478,"13.0-13.1":0,"13.2":0.01125,"13.3":0,"13.4-13.7":0.00205,"14.0-14.4":0.00818,"14.5-14.8":0.0133,"15.0-15.1":0.01023,"15.2-15.3":0.00614,"15.4":0.00818,"15.5":0.00921,"15.6-15.8":0.1729,"16.0":0.01842,"16.1":0.02865,"16.2":0.01535,"16.3":0.03376,"16.4":0.00716,"16.5":0.01228,"16.6-16.7":0.23019,"17.0":0.01023,"17.1":0.01739,"17.2":0.01535,"17.3":0.02967,"17.4":0.04706,"17.5":0.06343,"17.6-17.7":0.16676,"18.0":0.03376,"18.1":0.0665,"18.2":0.03581,"18.3":0.1064,"18.4":0.04911,"18.5-18.7":1.69422,"26.0":0.10845,"26.1":0.13505,"26.2":0.51972,"26.3":1.64102,"26.4":3.38435,"26.5":1.20723},P:{"20":0.00672,"21":0.00672,"22":0.00672,"23":0.02015,"24":0.03358,"25":0.02015,"26":0.0403,"27":0.0403,"28":0.12761,"29":3.6536,"30":0.7455,_:"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 18.0","7.2-7.4":0.06716,"17.0":0.00672,"19.0":0.00672},I:{"0":0.01257,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":2.55455,_:"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.5474},Q:{_:"14.9"},O:{"0":0.29572},H:{all:0},L:{"0":61.80594}};
1
+ module.exports={C:{"52":0.00784,"78":0.00392,"115":0.03135,"120":0.02743,"121":0.05095,"127":0.00392,"133":0.00392,"140":0.01568,"147":0.00392,"148":0.00392,"149":0.00392,"150":0.01176,"151":0.24298,"152":0.14108,"153":0.00784,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 134 135 136 137 138 139 141 142 143 144 145 146 154 155 3.5 3.6"},D:{"39":0.03135,"40":0.03135,"41":0.03135,"42":0.03135,"43":0.03135,"44":0.02743,"45":0.02743,"46":0.02743,"47":0.03135,"48":0.02743,"49":0.03135,"50":0.02743,"51":0.02743,"52":0.03527,"53":0.03135,"54":0.02743,"55":0.03135,"56":0.03135,"57":0.02743,"58":0.02743,"59":0.02743,"60":0.03135,"65":0.00392,"66":0.00784,"69":0.00392,"70":0.00784,"74":0.00392,"75":0.00392,"79":0.00392,"86":0.00392,"87":0.00392,"88":0.00392,"90":0.00392,"91":0.00392,"98":1.05421,"103":0.10581,"104":0.10189,"105":0.09798,"106":0.09798,"107":0.09798,"108":0.09798,"109":0.30176,"110":0.09798,"111":0.10581,"112":0.09406,"114":0.04311,"116":0.21946,"117":0.09798,"118":1.26976,"119":0.0627,"120":0.16068,"121":0.00784,"122":0.00784,"124":0.12149,"125":0.0196,"126":0.00392,"127":0.00392,"128":0.01568,"129":0.00392,"130":0.00784,"131":0.21163,"132":0.00784,"133":0.19987,"134":0.00392,"135":0.00784,"136":0.01568,"137":0.0196,"138":0.08622,"139":0.07838,"140":0.01176,"141":0.02351,"142":0.03919,"143":0.03135,"144":0.01568,"145":0.16852,"146":0.21555,"147":0.16068,"148":3.42129,"149":3.86805,"150":0.01176,_:"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 71 72 73 76 77 78 80 81 83 84 85 89 92 93 94 95 96 97 99 100 101 102 113 115 123 151 152 153"},F:{"92":0.00392,"93":0.00392,"95":0.0196,"96":0.00392,"97":0.00784,"98":0.07054,"99":0.17244,"100":0.00392,"109":0.00392,"131":0.1646,_:"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 94 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00392,"109":0.01176,"114":0.00392,"118":0.00784,"119":0.02743,"120":0.02743,"126":0.00392,"127":0.00392,"130":0.00392,"135":0.00392,"137":0.00392,"138":0.00392,"140":0.00392,"141":0.00392,"142":0.00392,"143":0.00784,"144":0.00392,"145":0.00784,"146":0.01568,"147":0.03135,"148":0.7015,"149":1.77531,"150":0.00392,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 121 122 123 124 125 128 129 131 132 133 134 136 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 17.0 17.2 18.0 TP","13.1":0.00392,"14.1":0.00392,"15.6":0.02351,"16.1":0.00392,"16.3":0.00392,"16.4":0.00392,"16.5":0.00392,"16.6":0.02743,"17.1":0.03135,"17.3":0.00392,"17.4":0.03919,"17.5":0.00784,"17.6":0.02351,"18.1":0.00784,"18.2":0.00392,"18.3":0.00784,"18.4":0.00392,"18.5-18.7":0.01568,"26.0":0.00392,"26.1":0.00392,"26.2":0.0196,"26.3":0.03919,"26.4":0.0196,"26.5":0.31744},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.001,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00301,"8.1-8.4":0,"9.0-9.2":0.001,"9.3":0,"10.0-10.2":0,"10.3":0.01104,"11.0-11.2":0.33206,"11.3-11.4":0.00201,"12.0-12.1":0,"12.2-12.5":0.03411,"13.0-13.1":0,"13.2":0.01104,"13.3":0,"13.4-13.7":0.00201,"14.0-14.4":0.00702,"14.5-14.8":0.01104,"15.0-15.1":0.01003,"15.2-15.3":0.00602,"15.4":0.00702,"15.5":0.00903,"15.6-15.8":0.17556,"16.0":0.01605,"16.1":0.02608,"16.2":0.01404,"16.3":0.0301,"16.4":0.00702,"16.5":0.01104,"16.6-16.7":0.22873,"17.0":0.01003,"17.1":0.01505,"17.2":0.01404,"17.3":0.02107,"17.4":0.0321,"17.5":0.05718,"17.6-17.7":0.14747,"18.0":0.03311,"18.1":0.0632,"18.2":0.03411,"18.3":0.10433,"18.4":0.04715,"18.5-18.7":1.50781,"26.0":0.09932,"26.1":0.10333,"26.2":0.312,"26.3":0.42636,"26.4":0.48856,"26.5":5.54067},P:{"20":0.00644,"21":0.00644,"22":0.00644,"23":0.01933,"24":0.03222,"25":0.01933,"26":0.03222,"27":0.02577,"28":0.10954,"29":0.43814,"30":3.73708,_:"4 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0","7.2-7.4":0.07088,"8.2":0.00644,"14.0":0.00644,"19.0":0.01289},I:{"0":0.01215,"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.4624,_:"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.31008},H:{all:0},L:{"0":60.71687},R:{_:"0"},M:{"0":0.57152},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00384,"115":0.16883,"116":0.00384,"127":0.00384,"128":0.00384,"140":0.01151,"141":0.00384,"143":0.00384,"146":0.01151,"147":0.01919,"148":0.00384,"149":0.0307,"150":0.40289,"151":0.16499,_:"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 117 118 119 120 121 122 123 124 125 126 129 130 131 132 133 134 135 136 137 138 139 142 144 145 152 153 154 3.5 3.6"},D:{"39":0.00384,"40":0.00384,"41":0.00767,"42":0.00384,"43":0.00384,"44":0.00767,"45":0.00384,"46":0.00384,"47":0.00767,"48":0.00384,"49":0.00767,"50":0.01151,"51":0.00767,"52":0.00384,"53":0.01151,"54":0.00767,"55":0.00767,"56":0.00767,"57":0.00767,"58":0.00767,"59":0.00767,"60":0.00384,"63":0.00384,"64":0.00384,"66":0.00384,"68":0.00384,"69":0.01535,"70":0.01919,"71":0.01919,"72":0.00384,"73":0.04221,"75":0.00384,"76":0.00384,"78":0.00384,"79":0.00767,"80":0.00384,"81":0.00767,"83":0.00767,"84":0.00384,"86":0.01151,"87":0.00384,"88":0.00384,"90":0.00384,"91":0.00767,"93":0.00384,"95":0.00384,"98":0.00384,"99":0.00384,"101":0.01151,"102":0.00384,"103":0.0307,"104":0.02302,"105":0.02302,"106":0.03453,"107":0.01919,"108":0.02302,"109":0.19952,"110":0.02302,"111":0.03837,"112":0.30312,"113":0.00384,"114":0.00767,"116":0.05372,"117":0.01919,"118":0.65229,"119":0.02686,"120":0.04604,"121":0.01151,"122":0.01151,"123":0.00767,"124":0.02302,"125":0.00384,"126":0.01919,"127":0.00384,"128":0.01151,"129":0.00384,"130":0.01535,"131":0.06139,"132":0.00384,"133":0.04988,"134":0.02302,"135":0.00767,"136":0.01919,"137":0.02686,"138":0.10744,"139":0.01919,"140":0.00767,"141":0.00767,"142":0.01919,"143":0.06907,"144":0.03837,"145":0.20336,"146":0.18801,"147":2.95065,"148":3.91374,"149":0.01151,"150":0.00384,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 65 67 74 77 85 89 92 94 96 97 100 115 151 152"},F:{"37":0.00384,"45":0.00384,"46":0.00384,"71":0.00384,"79":0.00384,"81":0.00384,"90":0.00384,"94":0.00384,"95":0.04221,"96":0.02686,"97":0.24941,"98":0.18034,"99":0.00767,"113":0.00384,"120":0.00384,"126":0.00384,"131":0.57171,_:"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 38 39 40 41 42 43 44 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 72 73 74 75 76 77 78 80 82 83 84 85 86 87 88 89 91 92 93 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 121 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.00384,"15":0.00384,"16":0.00767,"17":0.01151,"18":0.03837,"84":0.00384,"89":0.00384,"90":0.00767,"92":0.05372,"100":0.01535,"109":0.01535,"111":0.00384,"114":0.01151,"119":0.00384,"122":0.01151,"131":0.00384,"134":0.00384,"138":0.00384,"139":0.00384,"140":0.01919,"141":0.00384,"142":0.00767,"143":0.01535,"144":0.01919,"145":0.04988,"146":0.08825,"147":0.87867,"148":1.61154,"149":0.00384,_:"12 13 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 112 113 115 116 117 118 120 121 123 124 125 126 127 128 129 130 132 133 135 136 137"},E:{"14":0.00384,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.4 26.1 TP","5.1":0.01151,"13.1":0.00384,"15.6":0.01919,"16.6":0.00767,"17.1":0.04988,"17.4":0.01535,"17.5":0.01151,"17.6":0.02302,"18.1":0.00384,"18.2":0.00767,"18.3":0.00384,"18.5-18.7":0.01151,"26.0":0.00384,"26.2":0.00767,"26.3":0.0307,"26.4":0.06139,"26.5":0.01535},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00052,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00103,"8.1-8.4":0,"9.0-9.2":0.00052,"9.3":0,"10.0-10.2":0,"10.3":0.00464,"11.0-11.2":0.12223,"11.3-11.4":0.00155,"12.0-12.1":0,"12.2-12.5":0.01754,"13.0-13.1":0,"13.2":0.00567,"13.3":0,"13.4-13.7":0.00103,"14.0-14.4":0.00413,"14.5-14.8":0.0067,"15.0-15.1":0.00516,"15.2-15.3":0.00309,"15.4":0.00413,"15.5":0.00464,"15.6-15.8":0.08716,"16.0":0.00928,"16.1":0.01444,"16.2":0.00774,"16.3":0.01702,"16.4":0.00361,"16.5":0.00619,"16.6-16.7":0.11605,"17.0":0.00516,"17.1":0.00877,"17.2":0.00774,"17.3":0.01496,"17.4":0.02372,"17.5":0.03198,"17.6-17.7":0.08407,"18.0":0.01702,"18.1":0.03352,"18.2":0.01805,"18.3":0.05364,"18.4":0.02476,"18.5-18.7":0.8541,"26.0":0.05467,"26.1":0.06808,"26.2":0.26201,"26.3":0.82728,"26.4":1.70613,"26.5":0.6086},P:{"23":0.00583,"24":0.00583,"25":0.01166,"26":0.01166,"27":0.03498,"28":0.08745,"29":0.50723,"30":0.05247,_:"4 20 21 22 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02332,"9.2":0.01749},I:{"0":0.02462,"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":7.7518,_:"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.14173},Q:{"14.9":0.00616},O:{"0":1.02289},H:{all:0},L:{"0":68.30937}};
1
+ module.exports={C:{"52":0.00408,"112":0.00408,"115":0.06929,"120":0.02038,"121":0.04484,"127":0.00815,"128":0.00408,"134":0.00408,"140":0.02446,"141":0.00408,"146":0.00408,"147":0.00408,"149":0.00408,"150":0.02853,"151":0.35461,"152":0.1875,"153":0.00408,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 129 130 131 132 133 135 136 137 138 139 142 143 144 145 148 154 155 3.5 3.6"},D:{"39":0.00408,"40":0.00408,"41":0.00408,"42":0.00408,"43":0.00408,"44":0.00408,"45":0.00408,"46":0.00408,"47":0.00408,"48":0.00408,"49":0.00408,"50":0.00408,"51":0.00408,"52":0.00408,"53":0.00408,"54":0.00408,"55":0.00408,"56":0.00408,"57":0.00408,"58":0.00408,"59":0.00408,"60":0.00408,"63":0.00408,"64":0.00408,"65":0.00408,"66":0.00408,"68":0.00408,"69":0.00815,"70":0.0163,"71":0.01223,"73":0.02038,"74":0.00408,"75":0.00408,"76":0.00408,"77":0.00408,"78":0.00408,"79":0.00815,"80":0.00408,"81":0.00408,"83":0.00815,"86":0.01223,"87":0.00408,"88":0.00408,"90":0.00408,"91":0.00815,"93":0.00408,"95":0.00408,"96":0.00408,"98":0.00408,"103":0.05299,"104":0.03668,"105":0.04076,"106":0.05706,"107":0.03668,"108":0.04484,"109":0.33423,"110":0.03668,"111":0.06114,"112":0.03668,"113":0.0163,"114":0.00408,"116":0.09375,"117":0.04076,"118":1.47551,"119":0.06522,"120":0.10598,"121":0.02446,"122":0.00408,"123":0.00408,"124":0.04076,"125":0.00815,"126":0.01223,"127":0.00408,"128":0.00815,"129":0.00408,"130":0.02038,"131":0.1019,"132":0.00815,"133":0.08967,"134":0.02038,"135":0.00815,"136":0.00815,"137":0.05299,"138":0.14674,"139":0.02038,"140":0.01223,"141":0.00815,"142":0.02853,"143":0.04484,"144":0.03668,"145":0.13451,"146":0.09782,"147":0.23233,"148":2.88988,"149":5.25804,"150":0.03261,_:"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 67 72 84 85 89 92 94 97 99 100 101 102 115 151 152 153"},F:{"36":0.00408,"40":0.00408,"42":0.00408,"46":0.00408,"79":0.00815,"86":0.00408,"95":0.04076,"96":0.00815,"97":0.03668,"98":0.15489,"99":0.15896,"100":0.00815,"113":0.00408,"126":0.00408,"131":0.59102,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 41 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 87 88 89 90 91 92 93 94 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00408,"15":0.00408,"16":0.00408,"17":0.00815,"18":0.02853,"84":0.00408,"86":0.00408,"89":0.00408,"90":0.01223,"92":0.04891,"100":0.00815,"109":0.00815,"111":0.00408,"112":0.00408,"114":0.00408,"119":0.02446,"120":0.02446,"122":0.00815,"126":0.00408,"131":0.00408,"135":0.00408,"136":0.00408,"137":0.00408,"140":0.01223,"141":0.00815,"142":0.00408,"143":0.0163,"144":0.01223,"145":0.02038,"146":0.03261,"147":0.10598,"148":0.68884,"149":1.58149,"150":0.00408,_:"12 13 79 80 81 83 85 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 113 115 116 117 118 121 123 124 125 127 128 129 130 132 133 134 138 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.4 26.0 26.1 TP","13.1":0.00408,"14.1":0.00408,"15.6":0.0163,"16.6":0.01223,"17.1":0.0163,"17.5":0.00408,"17.6":0.02446,"18.2":0.00408,"18.3":0.00408,"18.5-18.7":0.00408,"26.2":0.0163,"26.3":0.02038,"26.4":0.03261,"26.5":0.06929},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00054,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00162,"8.1-8.4":0,"9.0-9.2":0.00054,"9.3":0,"10.0-10.2":0,"10.3":0.00594,"11.0-11.2":0.1788,"11.3-11.4":0.00108,"12.0-12.1":0,"12.2-12.5":0.01837,"13.0-13.1":0,"13.2":0.00594,"13.3":0,"13.4-13.7":0.00108,"14.0-14.4":0.00378,"14.5-14.8":0.00594,"15.0-15.1":0.0054,"15.2-15.3":0.00324,"15.4":0.00378,"15.5":0.00486,"15.6-15.8":0.09453,"16.0":0.00864,"16.1":0.01404,"16.2":0.00756,"16.3":0.01621,"16.4":0.00378,"16.5":0.00594,"16.6-16.7":0.12316,"17.0":0.0054,"17.1":0.0081,"17.2":0.00756,"17.3":0.01134,"17.4":0.01729,"17.5":0.03079,"17.6-17.7":0.07941,"18.0":0.01783,"18.1":0.03403,"18.2":0.01837,"18.3":0.05618,"18.4":0.02539,"18.5-18.7":0.81189,"26.0":0.05348,"26.1":0.05564,"26.2":0.168,"26.3":0.22958,"26.4":0.26307,"26.5":2.9834},P:{"21":0.00655,"24":0.00655,"25":0.00655,"26":0.01311,"27":0.01966,"28":0.09832,"29":0.26219,"30":0.51783,_:"4 20 22 23 5.0-5.4 6.2-6.4 8.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.02622,"9.2":0.01966,"17.0":0.00655},I:{"0":0.01183,"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":7.01283,_:"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.01283},H:{all:0},L:{"0":66.74694},R:{_:"0"},M:{"0":0.07108},Q:{"14.9":0.00592}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00444,"112":0.00444,"115":0.04,"121":0.00444,"125":0.00889,"127":0.00889,"136":0.00444,"140":0.04888,"143":0.03555,"144":0.00444,"145":0.00444,"146":0.00889,"147":0.02222,"148":0.00444,"149":0.04,"150":0.76437,"151":0.32441,"152":0.00444,_:"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 113 114 116 117 118 119 120 122 123 124 126 128 129 130 131 132 133 134 135 137 138 139 141 142 153 154 3.5 3.6"},D:{"39":0.01333,"40":0.01333,"41":0.01778,"42":0.01333,"43":0.01333,"44":0.01333,"45":0.01778,"46":0.01778,"47":0.01333,"48":0.01778,"49":0.01333,"50":0.01778,"51":0.01778,"52":0.01778,"53":0.01333,"54":0.01333,"55":0.01778,"56":0.01778,"57":0.01778,"58":0.01778,"59":0.01333,"60":0.01778,"64":0.00444,"65":0.00444,"68":0.01333,"69":0.01333,"70":0.01333,"71":0.00889,"72":0.00444,"73":0.00444,"74":0.00444,"75":0.00444,"76":0.00444,"77":0.00889,"78":0.00444,"79":0.03111,"80":0.00444,"81":0.00889,"83":0.00444,"84":0.00444,"85":0.00444,"86":0.01333,"87":0.00444,"88":0.00444,"89":0.00444,"90":0.03555,"91":0.00444,"93":0.00889,"95":0.00889,"98":0.00889,"102":0.00889,"103":0.05333,"104":0.04,"105":0.03555,"106":0.04444,"107":0.03555,"108":0.04444,"109":0.2222,"110":0.04,"111":0.04888,"112":0.74659,"114":0.01333,"116":0.08444,"117":0.04,"118":1.59984,"119":0.03111,"120":0.05777,"121":0.00444,"122":0.01778,"123":0.01333,"124":0.04444,"125":0.00889,"126":0.01778,"127":0.02222,"128":0.01333,"129":0.00444,"130":0.04444,"131":0.12888,"132":0.00444,"133":0.09332,"134":0.04,"135":0.02222,"136":0.01778,"137":0.03555,"138":0.18665,"139":0.0711,"140":0.02222,"141":0.04,"142":0.04888,"143":0.12888,"144":0.03555,"145":0.42218,"146":0.4044,"147":4.47511,"148":6.55934,"149":0.01778,"150":0.00444,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 66 67 92 94 96 97 99 100 101 113 115 151 152"},F:{"36":0.00889,"42":0.00444,"73":0.00444,"77":0.00444,"79":0.00444,"88":0.00444,"93":0.00889,"94":0.00444,"95":0.01778,"96":0.00889,"97":0.12888,"98":0.13776,"99":0.01333,"113":0.00444,"120":0.00444,"122":0.00444,"126":0.00444,"127":0.00444,"131":0.61327,_:"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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 74 75 76 78 80 81 82 83 84 85 86 87 89 90 91 92 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 121 123 124 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00889,"17":0.00889,"18":0.0711,"83":0.00444,"84":0.00444,"89":0.00889,"90":0.01778,"92":0.05777,"100":0.02222,"109":0.02222,"111":0.00444,"112":0.00444,"114":0.00444,"119":0.00444,"120":0.01778,"122":0.04,"131":0.00444,"132":0.00444,"133":0.01333,"134":0.00444,"136":0.00444,"137":0.00444,"138":0.00444,"139":0.00444,"140":0.01333,"141":0.01333,"142":0.01333,"143":0.01778,"144":0.03555,"145":0.06222,"146":0.12443,"147":1.15988,"148":2.59974,"149":0.00889,_:"12 13 14 15 79 80 81 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 113 115 116 117 118 121 123 124 125 126 127 128 129 130 135"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 16.5 17.0 17.2 18.0 18.2 18.3 18.4 TP","5.1":0.01333,"9.1":0.01778,"13.1":0.00444,"14.1":0.00889,"15.6":0.05777,"16.1":0.00444,"16.3":0.00444,"16.6":0.02666,"17.1":0.00444,"17.3":0.01333,"17.4":0.00444,"17.5":0.00444,"17.6":0.03111,"18.1":0.01333,"18.5-18.7":0.00444,"26.0":0.00444,"26.1":0.03555,"26.2":0.04888,"26.3":0.11999,"26.4":0.16887,"26.5":0.10666},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.00082,"8.1-8.4":0,"9.0-9.2":0.00041,"9.3":0,"10.0-10.2":0,"10.3":0.00371,"11.0-11.2":0.09757,"11.3-11.4":0.00124,"12.0-12.1":0,"12.2-12.5":0.014,"13.0-13.1":0,"13.2":0.00453,"13.3":0,"13.4-13.7":0.00082,"14.0-14.4":0.00329,"14.5-14.8":0.00535,"15.0-15.1":0.00412,"15.2-15.3":0.00247,"15.4":0.00329,"15.5":0.00371,"15.6-15.8":0.06958,"16.0":0.00741,"16.1":0.01153,"16.2":0.00618,"16.3":0.01359,"16.4":0.00288,"16.5":0.00494,"16.6-16.7":0.09263,"17.0":0.00412,"17.1":0.007,"17.2":0.00618,"17.3":0.01194,"17.4":0.01894,"17.5":0.02553,"17.6-17.7":0.06711,"18.0":0.01359,"18.1":0.02676,"18.2":0.01441,"18.3":0.04282,"18.4":0.01976,"18.5-18.7":0.68177,"26.0":0.04364,"26.1":0.05434,"26.2":0.20914,"26.3":0.66037,"26.4":1.3619,"26.5":0.48581},P:{"21":0.00459,"22":0.00459,"23":0.00459,"24":0.01378,"25":0.02297,"26":0.00919,"27":0.02297,"28":0.05053,"29":0.95096,"30":0.19295,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.01838,"16.0":0.00459},I:{"0":0.01665,"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":4.30034,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00444,_:"6 7 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.24446},Q:{"14.9":0.01111},O:{"0":0.89452},H:{all:0},L:{"0":61.404}};
1
+ module.exports={C:{"80":0.00483,"101":0.00483,"112":0.00483,"115":0.0628,"120":0.03382,"121":0.0628,"124":0.00483,"127":0.01932,"140":0.02416,"143":0.02416,"144":0.00483,"146":0.00483,"147":0.00966,"148":0.00483,"149":0.00966,"150":0.02416,"151":0.89374,"152":0.47827,_:"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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 145 153 154 155 3.5 3.6"},D:{"39":0.00483,"40":0.00966,"41":0.00966,"42":0.00966,"43":0.00966,"44":0.00966,"45":0.00966,"46":0.00966,"47":0.00483,"48":0.00966,"49":0.01449,"50":0.00966,"51":0.00966,"52":0.00966,"53":0.00966,"54":0.00966,"55":0.00966,"56":0.00966,"57":0.00966,"58":0.00966,"59":0.00966,"60":0.00483,"64":0.01449,"67":0.00483,"68":0.01449,"69":0.01449,"70":0.01449,"71":0.00483,"72":0.00483,"73":0.00483,"74":0.00483,"75":0.00483,"76":0.00966,"77":0.00483,"78":0.00483,"79":0.01449,"80":0.00483,"81":0.00483,"83":0.00483,"84":0.00483,"85":0.00483,"86":0.01449,"87":0.00966,"88":0.00483,"89":0.00483,"90":0.02416,"91":0.00483,"92":0.00483,"93":0.02416,"94":0.00483,"95":0.02416,"98":0.00966,"100":0.00483,"101":0.00483,"103":0.11111,"104":0.08696,"105":0.08696,"106":0.08696,"107":0.08213,"108":0.08213,"109":0.28503,"110":0.08696,"111":0.10145,"112":0.1401,"114":0.00966,"116":0.18358,"117":0.08696,"118":2.29473,"119":0.09179,"120":0.17392,"121":0.00483,"122":0.02899,"123":0.00483,"124":0.09662,"125":0.03865,"126":0.04348,"127":0.00966,"128":0.04348,"129":0.00483,"130":0.02899,"131":0.19807,"132":0.00966,"133":0.17392,"134":0.02416,"135":0.02416,"136":0.02416,"137":0.04831,"138":0.16909,"139":0.01932,"140":0.02899,"141":0.04348,"142":0.05797,"143":0.05314,"144":0.05797,"145":0.43962,"146":0.17392,"147":0.42513,"148":6.38175,"149":5.91798,"150":0.02416,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 65 66 96 97 99 102 113 115 151 152 153"},F:{"36":0.00483,"37":0.00483,"40":0.00483,"64":0.00483,"79":0.00483,"83":0.00483,"84":0.01932,"92":0.00483,"95":0.04348,"96":0.00483,"97":0.00966,"98":0.08696,"99":0.14976,"113":0.00483,"125":0.00483,"126":0.00483,"131":1.04833,_:"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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 85 86 87 88 89 90 91 93 94 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 120 121 122 123 124 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00483,"15":0.00483,"16":0.00966,"17":0.00483,"18":0.05797,"89":0.00966,"90":0.01449,"92":0.07247,"98":0.00483,"100":0.00966,"109":0.00966,"111":0.00483,"112":0.00483,"114":0.00483,"119":0.03865,"120":0.04831,"122":0.02416,"128":0.00483,"131":0.00483,"133":0.01449,"135":0.01449,"136":0.00483,"138":0.00483,"139":0.00966,"140":0.02416,"141":0.01449,"142":0.01449,"143":0.01449,"144":0.02899,"145":0.0773,"146":0.05797,"147":0.06763,"148":1.46862,"149":3.3189,"150":0.00483,_:"12 13 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 99 101 102 103 104 105 106 107 108 110 113 115 116 117 118 121 123 124 125 126 127 129 130 132 134 137"},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 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.3 18.4 TP","9.1":0.00966,"11.1":0.00483,"13.1":0.00483,"14.1":0.00483,"15.6":0.02416,"16.2":0.00483,"16.3":0.00483,"16.6":0.01449,"17.1":0.00966,"17.6":0.04348,"18.1":0.00483,"18.2":0.01449,"18.5-18.7":0.00966,"26.0":0.00483,"26.1":0.01449,"26.2":0.03382,"26.3":0.03865,"26.4":0.0628,"26.5":0.29952},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00044,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00132,"8.1-8.4":0,"9.0-9.2":0.00044,"9.3":0,"10.0-10.2":0,"10.3":0.00483,"11.0-11.2":0.14546,"11.3-11.4":0.00088,"12.0-12.1":0,"12.2-12.5":0.01494,"13.0-13.1":0,"13.2":0.00483,"13.3":0,"13.4-13.7":0.00088,"14.0-14.4":0.00308,"14.5-14.8":0.00483,"15.0-15.1":0.00439,"15.2-15.3":0.00264,"15.4":0.00308,"15.5":0.00396,"15.6-15.8":0.0769,"16.0":0.00703,"16.1":0.01143,"16.2":0.00615,"16.3":0.01318,"16.4":0.00308,"16.5":0.00483,"16.6-16.7":0.10019,"17.0":0.00439,"17.1":0.00659,"17.2":0.00615,"17.3":0.00923,"17.4":0.01406,"17.5":0.02505,"17.6-17.7":0.0646,"18.0":0.0145,"18.1":0.02769,"18.2":0.01494,"18.3":0.0457,"18.4":0.02065,"18.5-18.7":0.66049,"26.0":0.04351,"26.1":0.04526,"26.2":0.13667,"26.3":0.18677,"26.4":0.21401,"26.5":2.42708},P:{"21":0.0099,"22":0.00495,"24":0.0099,"25":0.0099,"26":0.0099,"27":0.02474,"28":0.07422,"29":0.20781,"30":0.89556,_:"4 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","7.2-7.4":0.0099,"8.2":0.00495,"19.0":0.00495},I:{"0":0.03099,"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.58798,_:"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.12706},H:{all:0},L:{"0":57.60064},R:{_:"0"},M:{"0":0.27918},Q:{"14.9":0.07238}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01094,"72":0.01094,"78":0.00365,"115":0.1751,"121":0.00365,"127":0.0073,"140":0.02554,"143":0.00365,"146":0.00365,"147":0.0073,"148":0.0073,"149":0.02554,"150":0.47424,"151":0.1897,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 144 145 152 153 154 3.5 3.6"},D:{"39":0.03283,"40":0.03283,"41":0.03283,"42":0.03283,"43":0.03283,"44":0.03283,"45":0.03283,"46":0.03283,"47":0.03283,"48":0.03283,"49":0.03648,"50":0.03283,"51":0.03283,"52":0.03648,"53":0.03283,"54":0.03283,"55":0.03283,"56":0.03648,"57":0.03283,"58":0.03283,"59":0.03283,"60":0.03283,"69":0.00365,"70":0.0073,"71":0.00365,"72":0.00365,"73":0.0073,"75":0.00365,"79":0.01459,"80":0.00365,"81":0.0073,"83":0.0073,"86":0.0073,"87":0.01459,"88":0.00365,"91":0.00365,"95":0.00365,"98":0.14592,"103":0.14592,"104":0.13862,"105":0.13498,"106":0.13133,"107":0.12768,"108":0.13133,"109":0.79162,"110":0.12768,"111":0.13498,"112":0.67488,"114":0.02554,"116":0.28819,"117":0.12768,"118":1.52486,"119":0.02189,"120":0.14957,"121":0.0073,"122":0.01824,"123":0.01094,"124":0.14957,"125":0.0073,"126":0.01094,"127":0.0073,"128":0.01824,"129":0.01824,"130":0.01459,"131":0.29184,"132":0.01459,"133":0.26995,"134":0.01824,"135":0.01459,"136":0.01824,"137":0.03648,"138":0.11309,"139":0.04013,"140":0.02189,"141":0.03283,"142":0.06931,"143":0.06566,"144":0.04742,"145":0.41587,"146":0.21158,"147":3.67354,"148":5.32973,"149":0.02189,_:"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 74 76 77 78 84 85 89 90 92 93 94 96 97 99 100 101 102 113 115 150 151 152"},F:{"90":0.00365,"93":0.0073,"95":0.02554,"96":0.01824,"97":0.0912,"98":0.10944,"131":0.30278,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 91 92 94 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01459,"92":0.01824,"109":0.01824,"114":0.01094,"118":0.0073,"122":0.0073,"134":0.00365,"138":0.00365,"140":0.0073,"141":0.0073,"142":0.00365,"143":0.01094,"144":0.01094,"145":0.02554,"146":0.04742,"147":0.7223,"148":1.39718,_:"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 119 120 121 123 124 125 126 127 128 129 130 131 132 133 135 136 137 139 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 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.2 TP","5.1":0.01824,"13.1":0.00365,"14.1":0.00365,"15.6":0.02554,"16.6":0.02554,"17.1":0.01824,"17.4":0.01459,"17.5":0.0073,"17.6":0.02554,"18.1":0.0073,"18.3":0.0073,"18.4":0.00365,"18.5-18.7":0.01459,"26.0":0.0073,"26.1":0.0073,"26.2":0.02554,"26.3":0.08755,"26.4":0.0985,"26.5":0.04742},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00843,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0.0046,"11.0-11.2":0.30719,"11.3-11.4":0.00077,"12.0-12.1":0,"12.2-12.5":0.02988,"13.0-13.1":0,"13.2":0.00383,"13.3":0,"13.4-13.7":0,"14.0-14.4":0.00153,"14.5-14.8":0.00613,"15.0-15.1":0.03447,"15.2-15.3":0.00689,"15.4":0.00689,"15.5":0.00919,"15.6-15.8":0.31408,"16.0":0.02068,"16.1":0.02605,"16.2":0.01609,"16.3":0.02528,"16.4":0.00843,"16.5":0.01302,"16.6-16.7":0.32098,"17.0":0.00919,"17.1":0.01302,"17.2":0.01072,"17.3":0.01609,"17.4":0.02528,"17.5":0.05286,"17.6-17.7":0.10342,"18.0":0.0406,"18.1":0.06818,"18.2":0.04443,"18.3":0.10342,"18.4":0.04903,"18.5-18.7":1.28697,"26.0":0.13942,"26.1":0.15244,"26.2":0.46653,"26.3":1.14525,"26.4":2.02927,"26.5":0.73005},P:{"22":0.00682,"23":0.01365,"24":0.0273,"25":0.02047,"26":0.04095,"27":0.03412,"28":0.10919,"29":1.67203,"30":0.31393,_:"4 20 21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.0546},I:{"0":0.03807,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":3.72862,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01094,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00635,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.3049},Q:{_:"14.9"},O:{"0":0.3049},H:{all:0},L:{"0":62.06611}};
1
+ module.exports={C:{"52":0.00751,"115":0.14648,"120":0.08263,"121":0.16902,"127":0.00376,"138":0.00376,"140":0.02254,"146":0.00376,"147":0.00751,"148":0.00751,"149":0.00751,"150":0.02254,"151":0.39062,"152":0.21785,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 139 141 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.0338,"40":0.0338,"41":0.0338,"42":0.0338,"43":0.0338,"44":0.0338,"45":0.0338,"46":0.0338,"47":0.0338,"48":0.0338,"49":0.03756,"50":0.0338,"51":0.0338,"52":0.0338,"53":0.0338,"54":0.0338,"55":0.0338,"56":0.03756,"57":0.0338,"58":0.0338,"59":0.0338,"60":0.0338,"66":0.00376,"68":0.00376,"69":0.00376,"70":0.00751,"71":0.00376,"72":0.00751,"73":0.00751,"74":0.00376,"75":0.00376,"79":0.02629,"80":0.00376,"81":0.00751,"83":0.01127,"86":0.01127,"87":0.01878,"91":0.00376,"95":0.00751,"98":0.33053,"103":0.16902,"104":0.16526,"105":0.16526,"106":0.16151,"107":0.15775,"108":0.15775,"109":0.78125,"110":0.15775,"111":0.16526,"112":0.154,"113":0.00376,"114":0.03005,"116":0.33804,"117":0.154,"118":1.85546,"119":0.19156,"120":0.35306,"121":0.00751,"122":0.01502,"123":0.00751,"124":0.17653,"125":0.01127,"126":0.01127,"127":0.00751,"128":0.01878,"129":0.00376,"130":0.01127,"131":0.34931,"132":0.01502,"133":0.32302,"134":0.01878,"135":0.01127,"136":0.02254,"137":0.04132,"138":0.12019,"139":0.04883,"140":0.01878,"141":0.02254,"142":0.06761,"143":0.05258,"144":0.04132,"145":0.27043,"146":0.15024,"147":0.2216,"148":3.66961,"149":4.71002,"150":0.02254,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 76 77 78 84 85 88 89 90 92 93 94 96 97 99 100 101 102 115 151 152 153"},F:{"95":0.02254,"96":0.00751,"97":0.01502,"98":0.0601,"99":0.11268,"131":0.28546,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 100 101 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.01127,"92":0.01502,"109":0.02254,"114":0.01127,"119":0.08263,"120":0.08263,"122":0.00751,"138":0.00376,"140":0.00376,"141":0.00376,"142":0.00376,"143":0.00751,"144":0.00751,"145":0.01502,"146":0.01878,"147":0.0338,"148":0.54838,"149":1.43479,"150":0.00376,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.2 18.4 TP","5.1":0.00751,"13.1":0.00376,"14.1":0.00376,"15.6":0.01878,"16.6":0.02254,"17.1":0.01502,"17.4":0.01502,"17.5":0.00376,"17.6":0.02254,"18.1":0.00376,"18.3":0.00751,"18.5-18.7":0.01127,"26.0":0.00751,"26.1":0.00376,"26.2":0.01502,"26.3":0.02629,"26.4":0.01878,"26.5":0.17653},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0.00072,"6.0-6.1":0,"7.0-7.1":0.01517,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0.0065,"11.0-11.2":0.20734,"11.3-11.4":0.00217,"12.0-12.1":0,"12.2-12.5":0.03612,"13.0-13.1":0,"13.2":0.00361,"13.3":0,"13.4-13.7":0,"14.0-14.4":0.00144,"14.5-14.8":0.00217,"15.0-15.1":0.02817,"15.2-15.3":0.00578,"15.4":0.00578,"15.5":0.00722,"15.6-15.8":0.29547,"16.0":0.01734,"16.1":0.02167,"16.2":0.01228,"16.3":0.02095,"16.4":0.00578,"16.5":0.01084,"16.6-16.7":0.30703,"17.0":0.00939,"17.1":0.01084,"17.2":0.00867,"17.3":0.01373,"17.4":0.02023,"17.5":0.04407,"17.6-17.7":0.09247,"18.0":0.03179,"18.1":0.05924,"18.2":0.03395,"18.3":0.09247,"18.4":0.04118,"18.5-18.7":1.13783,"26.0":0.10547,"26.1":0.10909,"26.2":0.28247,"26.3":0.35182,"26.4":0.38722,"26.5":3.37014},P:{"22":0.01327,"23":0.01327,"24":0.02654,"25":0.02654,"26":0.05972,"27":0.03318,"28":0.1128,"29":0.30523,"30":1.68538,_:"4 20 21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.05308},I:{"0":0.03119,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":2.82229,_:"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.28098},H:{all:0},L:{"0":63.2043},R:{_:"0"},M:{"0":0.29347},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"149":0.02049,"150":0.4057,"151":0.02049,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 152 153 154 3.5 3.6"},D:{"104":0.02049,"105":0.02049,"106":0.02049,"107":0.02049,"116":0.06557,"117":0.04508,"120":0.02049,"121":0.04508,"124":0.02049,"131":0.02049,"133":0.27047,"134":0.02049,"146":0.09016,"147":1.86869,"148":3.53248,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 108 109 110 111 112 113 114 115 118 119 122 123 125 126 127 128 129 130 132 135 136 137 138 139 140 141 142 143 144 145 149 150 151 152"},F:{"98":0.04508,"124":0.02049,"127":0.02049,"131":0.49586,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"147":0.18031,"148":0.76633,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 17.0 TP","15.6":0.69666,"16.1":0.11065,"16.3":0.51635,"16.4":0.02049,"16.5":0.31555,"16.6":1.91377,"17.1":2.58994,"17.2":0.15572,"17.3":0.11065,"17.4":0.42619,"17.5":0.36062,"17.6":5.22085,"18.0":0.04508,"18.1":0.18031,"18.2":0.06557,"18.3":0.04508,"18.4":0.06557,"18.5-18.7":0.11065,"26.0":0.04508,"26.1":0.04508,"26.2":0.56143,"26.3":2.40962,"26.4":4.02833,"26.5":1.52855},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0,"11.0-11.2":0.01838,"11.3-11.4":0,"12.0-12.1":0,"12.2-12.5":0,"13.0-13.1":0,"13.2":0,"13.3":0,"13.4-13.7":0,"14.0-14.4":0,"14.5-14.8":0,"15.0-15.1":0.01838,"15.2-15.3":0.03677,"15.4":0,"15.5":0,"15.6-15.8":0.03677,"16.0":0,"16.1":0.21326,"16.2":0,"16.3":0.46697,"16.4":0,"16.5":0.42653,"16.6-16.7":2.36795,"17.0":0,"17.1":0.01838,"17.2":0.07722,"17.3":0.04045,"17.4":0.21326,"17.5":2.17308,"17.6-17.7":1.7061,"18.0":0,"18.1":0.23165,"18.2":0,"18.3":0.07722,"18.4":0.01838,"18.5-18.7":4.12921,"26.0":0.05883,"26.1":0.33093,"26.2":2.25029,"26.3":4.47852,"26.4":10.88008,"26.5":6.49716},P:{"29":0.11214,_:"4 20 21 22 23 24 25 26 27 28 30 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":3.14577,_:"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.02361},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":8.63267}};
1
+ module.exports={C:{"144":2.93139,"151":0.1974,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 145 146 147 148 149 150 152 153 154 155 3.5 3.6"},D:{"103":0.02961,"104":0.14147,"106":0.05593,"108":0.05593,"111":0.02961,"112":0.02961,"116":0.11186,"118":0.08554,"120":0.02961,"131":0.08554,"133":0.02961,"146":0.05593,"147":0.05593,"148":0.73367,"149":1.46734,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 105 107 109 110 113 114 115 117 119 121 122 123 124 125 126 127 128 129 130 132 134 135 136 137 138 139 140 141 142 143 144 145 150 151 152 153"},F:{"99":0.11186,"131":0.22701,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"148":0.02961,"149":0.05593,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 150"},E:{"27":0.25333,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.2-15.3 15.4 15.5 16.0 16.1 16.5 17.0 18.2 18.4 TP","15.1":0.1974,"15.6":0.02961,"16.2":0.33887,"16.3":0.75999,"16.4":0.02961,"16.6":1.54959,"17.1":2.02993,"17.2":0.22701,"17.3":0.22701,"17.4":0.05593,"17.5":1.35219,"17.6":2.87546,"18.0":0.02961,"18.1":0.11186,"18.3":0.14147,"18.5-18.7":0.02961,"26.0":0.08554,"26.1":0.30926,"26.2":0.22701,"26.3":0.33887,"26.4":0.50666,"26.5":6.93532},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0,"11.0-11.2":0,"11.3-11.4":0,"12.0-12.1":0,"12.2-12.5":0,"13.0-13.1":0,"13.2":0,"13.3":0,"13.4-13.7":0,"14.0-14.4":0,"14.5-14.8":0,"15.0-15.1":0,"15.2-15.3":0,"15.4":0,"15.5":0,"15.6-15.8":0.15218,"16.0":0,"16.1":0.12682,"16.2":0.20291,"16.3":0.12682,"16.4":0.48698,"16.5":0,"16.6-16.7":1.8617,"17.0":0,"17.1":0.12682,"17.2":0,"17.3":0.02536,"17.4":0,"17.5":0.53771,"17.6-17.7":0.79135,"18.0":0.05073,"18.1":0.07609,"18.2":0,"18.3":0.32973,"18.4":0.10146,"18.5-18.7":6.59459,"26.0":0.6138,"26.1":0.15218,"26.2":1.76532,"26.3":0.91817,"26.4":1.86678,"26.5":33.80487},P:{"30":0.05368,_:"4 20 21 22 23 24 25 26 27 28 29 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.36905,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{_:"0"},H:{all:0},L:{"0":8.09015},R:{_:"0"},M:{"0":0.02684},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00441,"113":0.00441,"115":0.06174,"140":0.01323,"147":0.00882,"148":0.00882,"149":0.01323,"150":0.41013,"151":0.17199,_:"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 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 152 153 154 3.5 3.6"},D:{"39":0.05292,"40":0.05292,"41":0.05292,"42":0.04851,"43":0.05292,"44":0.04851,"45":0.05292,"46":0.04851,"47":0.05292,"48":0.05292,"49":0.05292,"50":0.05292,"51":0.05292,"52":0.05292,"53":0.05292,"54":0.05292,"55":0.05292,"56":0.05292,"57":0.05292,"58":0.05292,"59":0.05292,"60":0.05292,"69":0.00882,"70":0.04851,"79":0.01764,"81":0.00441,"83":0.00441,"86":0.00882,"87":0.01323,"91":0.00882,"92":0.00441,"93":0.01764,"97":0.01323,"98":0.03087,"99":0.01764,"101":0.01323,"102":0.00441,"103":0.45423,"104":0.38808,"105":0.37485,"106":0.37485,"107":0.37926,"108":0.37926,"109":0.87759,"110":0.37926,"111":0.47628,"112":1.26126,"114":0.01764,"115":0.01764,"116":0.76293,"117":0.38808,"118":1.34505,"119":0.01764,"120":0.42777,"121":0.02646,"122":0.02205,"123":0.05292,"124":0.40572,"125":0.14553,"126":0.02646,"127":0.01323,"128":0.03969,"129":0.00882,"130":0.07497,"131":0.80262,"132":0.05733,"133":0.79821,"134":0.03528,"135":0.0441,"136":0.02646,"137":0.07497,"138":0.10143,"139":0.03528,"140":0.11466,"141":0.04851,"142":1.57437,"143":0.05733,"144":0.3528,"145":0.3087,"146":0.20727,"147":4.59522,"148":6.81786,"149":0.03087,"150":0.00882,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 71 72 73 74 75 76 77 78 80 84 85 88 89 90 94 95 96 100 113 151 152"},F:{"95":0.00882,"97":0.0441,"98":0.08379,"131":0.16317,_:"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:{"92":0.01323,"106":0.00441,"109":0.02205,"113":0.00441,"114":0.00882,"120":0.01764,"122":0.00882,"126":0.00441,"127":0.00882,"128":0.00441,"129":0.00441,"130":0.00441,"131":0.01764,"132":0.00441,"133":0.00882,"134":0.00882,"135":0.00882,"136":0.00882,"137":0.00882,"138":0.01764,"139":0.01323,"140":0.02646,"141":0.01323,"142":0.01764,"143":0.02205,"144":0.03087,"145":0.03087,"146":0.06615,"147":0.97461,"148":1.94922,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 107 108 110 111 112 115 116 117 118 119 121 123 124 125 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 16.5 17.0 17.2 17.3 TP","13.1":0.00441,"14.1":0.00441,"15.6":0.02646,"16.1":0.00441,"16.3":0.00441,"16.6":0.03528,"17.1":0.02646,"17.4":0.00882,"17.5":0.01323,"17.6":0.03528,"18.0":0.00441,"18.1":0.00882,"18.2":0.00441,"18.3":0.01323,"18.4":0.00441,"18.5-18.7":0.02205,"26.0":0.01323,"26.1":0.01323,"26.2":0.05292,"26.3":0.13671,"26.4":0.20727,"26.5":0.07938},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00264,"5.0-5.1":0.00088,"6.0-6.1":0,"7.0-7.1":0.00352,"8.1-8.4":0,"9.0-9.2":0.00352,"9.3":0,"10.0-10.2":0,"10.3":0.01319,"11.0-11.2":0.21719,"11.3-11.4":0,"12.0-12.1":0,"12.2-12.5":0.03693,"13.0-13.1":0,"13.2":0.00879,"13.3":0.00176,"13.4-13.7":0.00616,"14.0-14.4":0.01231,"14.5-14.8":0.01231,"15.0-15.1":0.01143,"15.2-15.3":0.00967,"15.4":0.01407,"15.5":0.01407,"15.6-15.8":0.24181,"16.0":0.0255,"16.1":0.04045,"16.2":0.02286,"16.3":0.0466,"16.4":0.01055,"16.5":0.01759,"16.6-16.7":0.2805,"17.0":0.01495,"17.1":0.02198,"17.2":0.01934,"17.3":0.02902,"17.4":0.05715,"17.5":0.08441,"17.6-17.7":0.17674,"18.0":0.04836,"18.1":0.08353,"18.2":0.05188,"18.3":0.1275,"18.4":0.06771,"18.5-18.7":1.71025,"26.0":0.14948,"26.1":0.16707,"26.2":0.56803,"26.3":1.28555,"26.4":2.28532,"26.5":0.77995},P:{"25":0.00696,"26":0.02087,"27":0.02087,"28":0.04871,"29":0.77236,"30":0.12525,_:"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.5866,"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.00018},K:{"0":1.00061,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.49392,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00559,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.16211},Q:{"14.9":0.2236},O:{"0":1.09005},H:{all:0},L:{"0":52.50278}};
1
+ module.exports={C:{"5":0.0082,"103":0.0082,"113":0.0082,"115":0.07382,"120":0.05331,"121":0.10663,"140":0.0123,"147":0.0082,"148":0.0041,"149":0.0082,"150":0.0164,"151":0.37729,"152":0.23376,_:"2 3 4 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 104 105 106 107 108 109 110 111 112 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.05331,"40":0.05331,"41":0.05331,"42":0.05331,"43":0.05331,"44":0.05331,"45":0.05331,"46":0.05331,"47":0.05331,"48":0.05331,"49":0.05741,"50":0.05331,"51":0.05331,"52":0.05331,"53":0.05741,"54":0.05331,"55":0.05331,"56":0.05331,"57":0.05331,"58":0.05331,"59":0.05331,"60":0.05331,"69":0.0123,"70":0.03281,"78":0.0041,"79":0.02051,"81":0.0082,"83":0.0041,"86":0.0082,"87":0.02051,"91":0.0123,"92":0.02051,"93":0.02461,"97":0.0123,"98":0.0123,"99":0.0123,"100":0.0041,"101":0.0123,"102":0.0082,"103":0.27887,"104":0.20505,"105":0.18044,"106":0.18044,"107":0.18044,"108":0.18455,"109":0.71357,"110":0.18044,"111":0.22966,"112":0.17634,"114":0.0164,"115":0.0123,"116":0.36909,"117":0.18044,"118":0.91042,"119":0.11893,"120":0.35269,"121":0.0164,"122":0.02871,"123":0.02871,"124":0.21735,"125":0.10663,"126":0.02871,"127":0.0123,"128":0.03691,"129":0.0082,"130":0.04511,"131":0.4101,"132":0.08202,"133":0.3896,"134":0.03691,"135":0.05331,"136":0.02871,"137":0.04921,"138":0.11073,"139":0.03691,"140":0.05741,"141":0.04921,"142":0.75458,"143":0.05741,"144":0.4224,"145":0.19685,"146":0.13943,"147":0.25426,"148":4.38397,"149":7.24647,"150":0.03691,"151":0.0082,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 71 72 73 74 75 76 77 80 84 85 88 89 90 94 95 96 113 152 153"},F:{"95":0.0123,"97":0.0041,"98":0.04511,"99":0.11483,"131":0.16814,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 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.0123,"109":0.02051,"113":0.0041,"114":0.0082,"119":0.05331,"120":0.06972,"122":0.0082,"126":0.0041,"127":0.0082,"128":0.0041,"129":0.0041,"130":0.0041,"131":0.0164,"132":0.0041,"133":0.0082,"134":0.0082,"135":0.0082,"136":0.0082,"137":0.0082,"138":0.0164,"139":0.0123,"140":0.0164,"141":0.0123,"142":0.0164,"143":0.02051,"144":0.02051,"145":0.02051,"146":0.03281,"147":0.05331,"148":0.75048,"149":2.21454,"150":0.0041,_:"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 115 116 117 118 121 123 124 125"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 16.5 17.0 17.2 17.3 18.0 TP","14.1":0.0082,"15.6":0.02871,"16.1":0.0041,"16.3":0.0082,"16.6":0.03281,"17.1":0.02461,"17.4":0.0082,"17.5":0.0123,"17.6":0.03281,"18.1":0.0082,"18.2":0.0041,"18.3":0.0123,"18.4":0.0041,"18.5-18.7":0.02051,"26.0":0.0123,"26.1":0.0123,"26.2":0.03281,"26.3":0.05331,"26.4":0.04101,"26.5":0.37729},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0028,"5.0-5.1":0.00093,"6.0-6.1":0,"7.0-7.1":0.00466,"8.1-8.4":0,"9.0-9.2":0.00373,"9.3":0,"10.0-10.2":0,"10.3":0.01306,"11.0-11.2":0.27233,"11.3-11.4":0.00093,"12.0-12.1":0.00093,"12.2-12.5":0.03637,"13.0-13.1":0,"13.2":0.01026,"13.3":0.00093,"13.4-13.7":0.0056,"14.0-14.4":0.01026,"14.5-14.8":0.01119,"15.0-15.1":0.01119,"15.2-15.3":0.01026,"15.4":0.01212,"15.5":0.01399,"15.6-15.8":0.25741,"16.0":0.02518,"16.1":0.0401,"16.2":0.02145,"16.3":0.0457,"16.4":0.01026,"16.5":0.01772,"16.6-16.7":0.30124,"17.0":0.01492,"17.1":0.02238,"17.2":0.02052,"17.3":0.02705,"17.4":0.04477,"17.5":0.08207,"17.6-17.7":0.17347,"18.0":0.05036,"18.1":0.0858,"18.2":0.05316,"18.3":0.1287,"18.4":0.06995,"18.5-18.7":1.6377,"26.0":0.15202,"26.1":0.14083,"26.2":0.40476,"26.3":0.47751,"26.4":0.55212,"26.5":4.03457},P:{"22":0.00676,"23":0.00676,"24":0.00676,"25":0.01353,"26":0.02706,"27":0.02029,"28":0.06088,"29":0.15558,"30":0.71024,_:"4 20 21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00676},I:{"0":0.25943,"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.00008},K:{"0":1.21519,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.43881,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{"2.5":0.0059,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":1.1916},H:{all:0},L:{"0":57.05057},R:{_:"0"},M:{"0":0.18877},Q:{"14.9":0.20647}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.02679,"56":0.02679,"59":0.00536,"68":0.00536,"78":0.01072,"105":0.00536,"115":0.2679,"121":0.01072,"125":0.00536,"128":0.01607,"134":0.01072,"135":0.01072,"136":0.01607,"138":0.00536,"139":0.00536,"140":0.25718,"142":0.01072,"143":0.01072,"144":0.00536,"145":0.01072,"146":0.01607,"147":0.02679,"148":0.03215,"149":0.08573,"150":1.9771,"151":0.83585,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 57 58 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 126 127 129 130 131 132 133 137 141 152 153 154 3.5 3.6"},D:{"39":0.17146,"40":0.17146,"41":0.17146,"42":0.17146,"43":0.17146,"44":0.17146,"45":0.18217,"46":0.17146,"47":0.17146,"48":0.17681,"49":0.18217,"50":0.17146,"51":0.17146,"52":0.18217,"53":0.17146,"54":0.17146,"55":0.17146,"56":0.17146,"57":0.17146,"58":0.17146,"59":0.17146,"60":0.17146,"66":0.01607,"68":0.00536,"79":0.02143,"87":0.01607,"91":0.00536,"93":0.00536,"96":0.01607,"98":0.03215,"102":0.01072,"103":0.1018,"104":0.09644,"105":0.0643,"106":0.06965,"107":0.06965,"108":0.08573,"109":0.74476,"110":0.06965,"111":0.08573,"112":0.42864,"114":0.02143,"115":0.00536,"116":0.2036,"117":0.09644,"118":0.64832,"119":0.02143,"120":0.13395,"121":0.02143,"122":0.04286,"123":0.01607,"124":0.10716,"125":0.55187,"126":0.03751,"127":0.02143,"128":0.04822,"129":0.01607,"130":0.03751,"131":0.22504,"132":0.02679,"133":0.1661,"134":0.08573,"135":0.03751,"136":0.04822,"137":0.13931,"138":0.13931,"139":0.12323,"140":0.04286,"141":0.08037,"142":0.28397,"143":0.10716,"144":0.16074,"145":0.39649,"146":0.65368,"147":7.603,"148":10.57669,"149":0.03215,"150":0.00536,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 92 94 95 97 99 100 101 113 151 152"},F:{"40":0.01072,"46":0.01072,"95":0.0643,"97":0.03751,"98":0.1018,"113":0.01072,"131":1.02338,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.04822,"131":0.01072,"133":0.00536,"134":0.00536,"136":0.00536,"138":0.02679,"139":0.00536,"140":0.01072,"141":0.00536,"142":0.01072,"143":0.02143,"144":0.02143,"145":0.0643,"146":0.08573,"147":1.99853,"148":4.25425,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 132 135 137 149"},E:{"14":0.00536,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 TP","11.1":0.00536,"13.1":0.02143,"14.1":0.02679,"15.4":0.00536,"15.5":0.00536,"15.6":0.12859,"16.0":0.01072,"16.1":0.01072,"16.2":0.00536,"16.3":0.01607,"16.4":0.00536,"16.5":0.01072,"16.6":0.18217,"17.0":0.00536,"17.1":0.1661,"17.2":0.01072,"17.3":0.01072,"17.4":0.02143,"17.5":0.03215,"17.6":0.15538,"18.0":0.01072,"18.1":0.02143,"18.2":0.01072,"18.3":0.04286,"18.4":0.02143,"18.5-18.7":0.05894,"26.0":0.02679,"26.1":0.03215,"26.2":0.1661,"26.3":0.6001,"26.4":0.93229,"26.5":0.40721},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0.01283,"11.0-11.2":0.23088,"11.3-11.4":0.00802,"12.0-12.1":0,"12.2-12.5":0.06734,"13.0-13.1":0,"13.2":0.03527,"13.3":0,"13.4-13.7":0,"14.0-14.4":0.00481,"14.5-14.8":0.00641,"15.0-15.1":0.00962,"15.2-15.3":0.00481,"15.4":0.00481,"15.5":0.00802,"15.6-15.8":0.21325,"16.0":0.01603,"16.1":0.03207,"16.2":0.01443,"16.3":0.03527,"16.4":0.00481,"16.5":0.01122,"16.6-16.7":0.31105,"17.0":0.00962,"17.1":0.01603,"17.2":0.01764,"17.3":0.02726,"17.4":0.03367,"17.5":0.07215,"17.6-17.7":0.21806,"18.0":0.03527,"18.1":0.08337,"18.2":0.03367,"18.3":0.1443,"18.4":0.05451,"18.5-18.7":2.21903,"26.0":0.13628,"26.1":0.1908,"26.2":0.75678,"26.3":2.76898,"26.4":6.035,"26.5":2.13245},P:{"21":0.00681,"22":0.00681,"23":0.00681,"24":0.01362,"25":0.00681,"26":0.03405,"27":0.02043,"28":0.04767,"29":1.60042,"30":0.32689,_:"4 20 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.0278,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.50598,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.01072,"11":0.01072,_:"6 7 8 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.6081},Q:{_:"14.9"},O:{"0":0.09284},H:{all:0},L:{"0":32.01757}};
1
+ module.exports={C:{"52":0.01585,"68":0.01057,"72":0.01585,"78":0.01057,"105":0.00528,"115":0.2483,"120":0.04226,"121":0.08453,"123":0.00528,"125":0.00528,"128":0.01057,"134":0.01057,"135":0.01057,"136":0.01585,"137":0.00528,"139":0.00528,"140":0.23774,"142":0.00528,"143":0.01057,"144":0.01057,"145":0.00528,"146":0.01057,"147":0.02113,"148":0.02113,"149":0.0317,"150":0.09509,"151":1.74339,"152":1.0249,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 113 114 116 117 118 119 122 124 126 127 129 130 131 132 133 138 141 153 154 155 3.5 3.6"},D:{"39":0.16906,"40":0.16906,"41":0.16906,"42":0.16906,"43":0.16906,"44":0.16906,"45":0.16906,"46":0.16906,"47":0.16906,"48":0.17434,"49":0.17962,"50":0.16906,"51":0.16906,"52":0.17962,"53":0.16906,"54":0.16906,"55":0.16906,"56":0.16906,"57":0.16906,"58":0.16906,"59":0.16906,"60":0.16906,"66":0.01585,"68":0.01057,"70":0.08453,"79":0.02642,"87":0.02113,"93":0.00528,"98":0.01585,"102":0.01057,"103":0.08981,"104":0.07396,"105":0.05811,"106":0.0634,"107":0.05811,"108":0.07396,"109":0.75019,"110":0.0634,"111":0.07396,"112":0.05811,"114":0.0317,"115":0.01057,"116":0.17434,"117":0.09509,"118":0.71849,"119":0.10566,"120":0.20604,"121":0.01057,"122":0.05283,"123":0.01585,"124":0.14264,"125":0.38566,"126":0.03698,"127":0.01057,"128":0.04755,"129":0.01057,"130":0.04755,"131":0.19547,"132":0.02642,"133":0.14792,"134":0.07396,"135":0.03698,"136":0.04226,"137":0.18491,"138":0.15321,"139":0.28,"140":0.05811,"141":0.07396,"142":0.20075,"143":0.08453,"144":0.12679,"145":0.2166,"146":0.40151,"147":0.53358,"148":7.85054,"149":9.92676,"150":0.04755,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 69 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 94 95 96 97 99 100 101 113 151 152 153"},F:{"40":0.01585,"46":0.01585,"95":0.07925,"98":0.0317,"99":0.10038,"113":0.01057,"131":0.95622,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.04755,"119":0.04226,"120":0.04226,"131":0.01057,"136":0.00528,"138":0.01585,"140":0.00528,"142":0.00528,"143":0.01057,"144":0.01585,"145":0.0317,"146":0.0317,"147":0.07396,"148":1.71169,"149":4.74413,"150":0.00528,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 134 135 137 139 141"},E:{"14":0.00528,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 TP","13.1":0.02113,"14.1":0.02642,"15.6":0.12151,"16.1":0.00528,"16.2":0.00528,"16.3":0.01585,"16.4":0.00528,"16.5":0.01057,"16.6":0.16906,"17.0":0.01057,"17.1":0.15321,"17.2":0.01057,"17.3":0.01057,"17.4":0.01585,"17.5":0.0317,"17.6":0.13736,"18.0":0.01057,"18.1":0.02113,"18.2":0.01057,"18.3":0.04226,"18.4":0.01585,"18.5-18.7":0.04755,"26.0":0.02113,"26.1":0.02113,"26.2":0.08981,"26.3":0.15849,"26.4":0.12679,"26.5":1.63245},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0.00143,"10.3":0.02003,"11.0-11.2":0.70826,"11.3-11.4":0.00572,"12.0-12.1":0,"12.2-12.5":0.06582,"13.0-13.1":0,"13.2":0.03434,"13.3":0,"13.4-13.7":0,"14.0-14.4":0.00429,"14.5-14.8":0.00429,"15.0-15.1":0.01002,"15.2-15.3":0.00429,"15.4":0.00429,"15.5":0.01002,"15.6-15.8":0.21033,"16.0":0.01288,"16.1":0.02719,"16.2":0.01288,"16.3":0.02862,"16.4":0.00572,"16.5":0.01002,"16.6-16.7":0.28474,"17.0":0.01002,"17.1":0.01288,"17.2":0.01288,"17.3":0.02146,"17.4":0.02719,"17.5":0.05866,"17.6-17.7":0.17599,"18.0":0.03291,"18.1":0.07011,"18.2":0.03005,"18.3":0.11876,"18.4":0.04293,"18.5-18.7":1.70699,"26.0":0.10588,"26.1":0.12448,"26.2":0.36343,"26.3":0.55516,"26.4":0.63958,"26.5":8.71807},P:{"21":0.00676,"22":0.00676,"23":0.00676,"24":0.01351,"25":0.00676,"26":0.03379,"27":0.02027,"28":0.0473,"29":0.19597,"30":1.67586,_:"4 20 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.02824,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.51404,_:"10 11 12 11.1 11.5 12.1"},A:{"7":0.00528,"9":0.00528,"11":0.01057,_:"6 8 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.09904},H:{all:0},L:{"0":34.83251},R:{_:"0"},M:{"0":0.6178},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"11":0.20991,"44":0.01105,"52":0.00552,"78":0.01105,"102":0.0221,"115":0.14362,"120":0.0221,"121":0.03867,"123":0.01105,"124":0.00552,"125":0.01105,"126":0.00552,"127":0.00552,"128":0.0221,"132":0.00552,"133":0.01657,"134":0.00552,"135":0.0221,"136":0.01105,"137":0.00552,"139":0.00552,"140":0.14362,"141":0.01657,"144":0.01105,"145":0.01105,"146":0.01105,"147":0.02762,"148":0.03867,"149":0.08286,"150":1.30919,"151":0.5524,_:"2 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 129 130 131 138 142 143 152 153 154 3.5 3.6"},D:{"39":0.08838,"40":0.08838,"41":0.08838,"42":0.08838,"43":0.08838,"44":0.08838,"45":0.08838,"46":0.08838,"47":0.09391,"48":0.116,"49":0.09943,"50":0.08838,"51":0.08838,"52":0.08838,"53":0.08838,"54":0.08838,"55":0.08838,"56":0.09391,"57":0.08838,"58":0.08838,"59":0.08838,"60":0.08838,"79":0.07181,"80":0.00552,"87":0.01657,"91":0.0221,"93":0.01105,"96":0.00552,"99":0.01105,"100":0.02762,"101":0.00552,"102":0.01105,"103":0.14915,"104":0.07734,"105":0.06629,"106":0.07181,"107":0.06629,"108":0.07181,"109":0.35354,"110":0.06629,"111":0.07181,"112":0.30382,"113":0.00552,"114":0.04419,"115":0.01105,"116":0.22648,"117":0.24306,"118":0.60764,"119":0.06629,"120":0.14915,"121":0.02762,"122":0.04972,"123":0.01657,"124":0.14362,"125":1.39205,"126":0.07734,"127":0.03867,"128":0.09943,"129":0.04419,"130":0.07181,"131":0.35354,"132":0.06076,"133":0.19886,"134":0.04972,"135":0.03314,"136":0.08838,"137":0.05524,"138":0.34249,"139":0.27068,"140":0.05524,"141":0.07181,"142":0.30382,"143":0.26515,"144":0.41982,"145":2.60733,"146":1.52462,"147":8.51801,"148":9.77196,"149":0.03867,"150":0.01105,_:"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 81 83 84 85 86 88 89 90 92 94 95 97 98 151 152"},F:{"89":0.00552,"90":0.00552,"91":0.00552,"95":0.0221,"97":0.01657,"98":0.03867,"131":0.3922,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.03867,"119":0.01657,"120":0.0221,"122":0.00552,"124":0.00552,"128":0.00552,"131":0.01657,"132":0.00552,"133":0.01105,"134":0.01105,"135":0.01105,"136":0.01105,"137":0.00552,"138":0.01657,"139":0.01105,"140":0.00552,"141":0.00552,"142":0.01105,"143":0.01657,"144":0.0221,"145":0.11048,"146":0.09391,"147":2.12674,"148":4.24243,"149":0.00552,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 125 126 127 129 130"},E:{"14":0.01657,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 TP","12.1":0.00552,"13.1":0.03314,"14.1":0.03314,"15.4":0.00552,"15.5":0.00552,"15.6":0.13258,"16.0":0.01105,"16.1":0.01657,"16.2":0.01105,"16.3":0.02762,"16.4":0.01657,"16.5":0.01657,"16.6":0.24858,"17.0":0.01105,"17.1":0.20991,"17.2":0.01105,"17.3":0.02762,"17.4":0.04972,"17.5":0.08286,"17.6":0.33144,"18.0":0.01657,"18.1":0.03314,"18.2":0.01657,"18.3":0.07734,"18.4":0.02762,"18.5-18.7":0.08286,"26.0":0.03314,"26.1":0.04419,"26.2":0.2541,"26.3":1.02746,"26.4":1.50805,"26.5":0.71812},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0.01164,"11.0-11.2":0.21658,"11.3-11.4":0.00466,"12.0-12.1":0,"12.2-12.5":0.05123,"13.0-13.1":0,"13.2":0.01164,"13.3":0,"13.4-13.7":0,"14.0-14.4":0.01397,"14.5-14.8":0.04891,"15.0-15.1":0.02329,"15.2-15.3":0.00932,"15.4":0.01164,"15.5":0.01164,"15.6-15.8":0.17932,"16.0":0.03028,"16.1":0.03726,"16.2":0.02096,"16.3":0.05356,"16.4":0.01164,"16.5":0.01397,"16.6-16.7":0.32604,"17.0":0.0163,"17.1":0.03028,"17.2":0.02795,"17.3":0.08384,"17.4":0.10946,"17.5":0.09315,"17.6-17.7":0.347,"18.0":0.04192,"18.1":0.10014,"18.2":0.04425,"18.3":0.16768,"18.4":0.06521,"18.5-18.7":3.71221,"26.0":0.1211,"26.1":0.18864,"26.2":0.91291,"26.3":3.92879,"26.4":8.88927,"26.5":3.29068},P:{"21":0.00767,"26":0.04604,"27":0.00767,"28":0.03837,"29":0.79033,"30":0.18416,_:"4 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.03573,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.4297,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.03314,"11":0.01105,_:"6 7 8 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00448,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.73406},Q:{"14.9":0.00448},O:{"0":0.03581},H:{all:0},L:{"0":22.27615}};
1
+ module.exports={C:{"11":0.11876,"52":0.00566,"78":0.01131,"115":0.12441,"120":0.35627,"121":0.70688,"125":0.35627,"126":0.35061,"127":0.37889,"128":0.26013,"129":0.2262,"130":0.35061,"131":0.37323,"132":0.35061,"133":0.35627,"134":0.23186,"135":0.31103,"136":0.42978,"139":0.00566,"140":0.07917,"141":0.02262,"144":0.00566,"145":0.00566,"146":0.00566,"147":0.02262,"148":0.01697,"149":0.02262,"150":0.09048,"151":1.04052,"152":0.59943,_:"2 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 137 138 142 143 153 154 155 3.5 3.6"},D:{"39":0.07352,"40":0.07352,"41":0.07352,"42":0.07352,"43":0.07352,"44":0.07352,"45":0.07352,"46":0.07352,"47":0.07352,"48":0.08483,"49":0.07917,"50":0.07352,"51":0.07352,"52":0.07917,"53":0.07352,"54":0.07352,"55":0.07352,"56":0.07352,"57":0.07352,"58":0.07352,"59":0.07352,"60":0.07352,"70":0.03393,"79":0.04524,"80":0.00566,"87":0.01697,"91":0.00566,"93":0.01131,"99":0.02262,"100":0.01697,"101":0.01131,"102":0.01697,"103":0.12441,"104":0.06786,"105":0.05655,"106":0.06221,"107":0.05655,"108":0.05655,"109":0.31103,"110":0.05655,"111":0.06221,"112":0.06221,"113":0.00566,"114":0.03959,"115":0.02262,"116":0.18662,"117":0.14703,"118":0.75777,"119":0.74081,"120":0.82563,"121":0.02262,"122":0.05655,"123":0.01131,"124":0.18096,"125":1.11969,"126":0.13007,"127":0.09614,"128":0.14703,"129":0.09614,"130":0.13007,"131":0.31668,"132":0.1131,"133":0.21489,"134":0.09614,"135":0.03393,"136":0.05655,"137":0.0509,"138":0.2262,"139":0.41847,"140":0.03959,"141":0.04524,"142":0.164,"143":0.18662,"144":0.19227,"145":1.0179,"146":1.44768,"147":0.93873,"148":5.99996,"149":10.49568,"150":0.05655,"151":0.00566,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 81 83 84 85 86 88 89 90 92 94 95 96 97 98 152 153"},F:{"95":0.01697,"98":0.01131,"99":0.0509,"131":0.36192,_:"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:{"109":0.03393,"119":0.35061,"120":0.35061,"131":0.01131,"132":0.00566,"133":0.00566,"134":0.00566,"135":0.01131,"136":0.01131,"137":0.00566,"138":0.01131,"139":0.00566,"142":0.01131,"143":0.01131,"144":0.01131,"145":0.04524,"146":0.03393,"147":0.10745,"148":1.54382,"149":4.28649,"150":0.00566,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 140 141"},E:{"14":0.01697,"27":0.00566,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 TP","13.1":0.02828,"14.1":0.02828,"15.5":0.00566,"15.6":0.1131,"16.1":0.01131,"16.2":0.01131,"16.3":0.02262,"16.4":0.01131,"16.5":0.01697,"16.6":0.21489,"17.0":0.01697,"17.1":0.18096,"17.2":0.01131,"17.3":0.03393,"17.4":0.03959,"17.5":0.08483,"17.6":0.32799,"18.0":0.01131,"18.1":0.02828,"18.2":0.01697,"18.3":0.05655,"18.4":0.02262,"18.5-18.7":0.06221,"26.0":0.02262,"26.1":0.02828,"26.2":0.14138,"26.3":0.24882,"26.4":0.16965,"26.5":2.61827},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0.01454,"11.0-11.2":0.41339,"11.3-11.4":0.00415,"12.0-12.1":0.00208,"12.2-12.5":0.04362,"13.0-13.1":0,"13.2":0.01039,"13.3":0,"13.4-13.7":0,"14.0-14.4":0.00831,"14.5-14.8":0.02701,"15.0-15.1":0.0187,"15.2-15.3":0.00623,"15.4":0.00831,"15.5":0.01039,"15.6-15.8":0.15788,"16.0":0.01662,"16.1":0.02701,"16.2":0.01454,"16.3":0.03324,"16.4":0.01039,"16.5":0.01246,"16.6-16.7":0.27421,"17.0":0.01246,"17.1":0.02077,"17.2":0.02077,"17.3":0.03739,"17.4":0.04986,"17.5":0.07478,"17.6-17.7":0.25967,"18.0":0.03531,"18.1":0.08517,"18.2":0.03947,"18.3":0.14334,"18.4":0.05609,"18.5-18.7":3.00592,"26.0":0.09764,"26.1":0.12464,"26.2":0.43624,"26.3":0.7333,"26.4":0.8434,"26.5":13.55675},P:{"23":0.00771,"26":0.03853,"27":0.01541,"28":0.03853,"29":0.1156,"30":0.84004,_:"4 20 21 22 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.03036,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.34326,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.02262,_:"6 7 8 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.00435,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.03476},H:{all:0},L:{"0":24.05637},R:{_:"0"},M:{"0":0.59961},Q:{"14.9":0.00435}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.00548,"103":0.00548,"115":0.0986,"125":0.00548,"134":0.00548,"136":0.00548,"140":0.06026,"145":0.00548,"146":0.01096,"147":0.01643,"148":0.02739,"149":0.06026,"150":1.29829,"151":0.51493,_:"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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 127 128 129 130 131 132 133 135 137 138 139 141 142 143 144 152 153 154 3.5 3.6"},D:{"39":0.1753,"40":0.1753,"41":0.1753,"42":0.1753,"43":0.1753,"44":0.1753,"45":0.1753,"46":0.1753,"47":0.1753,"48":0.1753,"49":0.18625,"50":0.1753,"51":0.1753,"52":0.18077,"53":0.1753,"54":0.1753,"55":0.1753,"56":0.1753,"57":0.1753,"58":0.1753,"59":0.1753,"60":0.1753,"79":0.01096,"80":0.00548,"85":0.02739,"87":0.02739,"88":0.00548,"95":0.00548,"99":0.00548,"103":0.04382,"104":0.0493,"105":0.00548,"107":0.00548,"108":0.00548,"109":0.28486,"110":0.00548,"111":0.02191,"112":0.11504,"114":0.01096,"116":0.0986,"117":0.02191,"118":0.19173,"119":0.00548,"120":0.04382,"121":0.01096,"122":0.03287,"123":0.01643,"124":0.03835,"125":2.57466,"126":0.02739,"127":0.01643,"128":0.07121,"129":0.00548,"130":0.01096,"131":0.0493,"132":0.02191,"133":0.02191,"134":0.03287,"135":0.01643,"136":0.02739,"137":0.04382,"138":0.1753,"139":0.05478,"140":0.04382,"141":0.05478,"142":0.11504,"143":0.15886,"144":0.14243,"145":0.46015,"146":0.83813,"147":8.7648,"148":12.07899,"149":0.03287,"150":0.01096,_:"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 81 83 84 86 89 90 91 92 93 94 96 97 98 100 101 102 106 113 115 151 152"},F:{"95":0.01096,"97":0.01096,"98":0.03287,"131":0.54232,_:"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:{"109":0.02739,"131":0.00548,"135":0.00548,"136":0.00548,"138":0.01096,"139":0.00548,"140":0.01096,"141":0.01096,"142":0.02191,"143":0.03835,"144":0.02191,"145":0.06574,"146":0.10956,"147":2.42128,"148":5.11097,"149":0.01096,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 132 133 134 137"},E:{"14":0.01096,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 TP","12.1":0.02191,"13.1":0.05478,"14.1":0.04382,"15.1":0.00548,"15.4":0.00548,"15.5":0.02191,"15.6":0.20816,"16.0":0.00548,"16.1":0.02739,"16.2":0.04382,"16.3":0.02739,"16.4":0.01096,"16.5":0.01643,"16.6":0.30129,"17.0":0.00548,"17.1":0.31772,"17.2":0.01096,"17.3":0.02191,"17.4":0.03835,"17.5":0.07121,"17.6":0.25199,"18.0":0.01096,"18.1":0.03835,"18.2":0.02739,"18.3":0.07669,"18.4":0.04382,"18.5-18.7":0.10408,"26.0":0.04382,"26.1":0.07121,"26.2":0.2739,"26.3":1.11203,"26.4":1.5941,"26.5":0.73405},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0.01777,"11.0-11.2":0.5553,"11.3-11.4":0.00444,"12.0-12.1":0,"12.2-12.5":0.08218,"13.0-13.1":0,"13.2":0.01111,"13.3":0,"13.4-13.7":0.00444,"14.0-14.4":0.00666,"14.5-14.8":0.01555,"15.0-15.1":0.01333,"15.2-15.3":0.00888,"15.4":0.00888,"15.5":0.01111,"15.6-15.8":0.27543,"16.0":0.01333,"16.1":0.0422,"16.2":0.01999,"16.3":0.02888,"16.4":0.00666,"16.5":0.01777,"16.6-16.7":0.4509,"17.0":0.01111,"17.1":0.02221,"17.2":0.01555,"17.3":0.0311,"17.4":0.03776,"17.5":0.07774,"17.6-17.7":0.3243,"18.0":0.03776,"18.1":0.10662,"18.2":0.04887,"18.3":0.16659,"18.4":0.05997,"18.5-18.7":3.17855,"26.0":0.11995,"26.1":0.2199,"26.2":1.02842,"26.3":3.75384,"26.4":8.39838,"26.5":2.95865},P:{"4":0.03198,"21":0.0064,"22":0.0064,"24":0.0064,"25":0.01279,"26":0.01919,"27":0.01919,"28":0.05117,"29":1.47753,"30":0.31342,_:"20 23 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.01808,"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.15827,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.06026,_:"6 7 8 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.51551},Q:{_:"14.9"},O:{"0":0.04522},H:{all:0},L:{"0":23.46478}};
1
+ module.exports={C:{"102":0.0108,"103":0.0324,"115":0.0972,"125":0.0108,"133":0.0108,"136":0.0054,"140":0.0486,"145":0.0054,"146":0.0108,"147":0.0054,"148":0.0216,"149":0.0216,"150":0.0648,"151":1.0854,"152":0.6426,_:"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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 127 128 129 130 131 132 134 135 137 138 139 141 142 143 144 153 154 155 3.5 3.6"},D:{"39":0.1998,"40":0.1998,"41":0.1998,"42":0.1998,"43":0.1998,"44":0.1998,"45":0.1998,"46":0.1998,"47":0.1998,"48":0.1998,"49":0.2106,"50":0.1998,"51":0.2052,"52":0.2052,"53":0.1998,"54":0.1998,"55":0.1998,"56":0.1998,"57":0.1998,"58":0.1998,"59":0.2052,"60":0.1998,"70":0.054,"79":0.027,"85":0.0216,"87":0.027,"88":0.0162,"99":0.0054,"102":0.0054,"103":0.054,"104":0.1404,"105":0.0054,"106":0.0054,"107":0.0108,"108":0.0108,"109":0.2592,"110":0.0054,"111":0.0378,"112":0.0054,"114":0.0108,"116":0.0972,"117":0.0216,"118":0.2214,"119":0.0162,"120":0.0756,"121":0.0162,"122":0.0378,"123":0.0108,"124":0.0378,"125":0.9666,"126":0.027,"127":0.0216,"128":0.0648,"129":0.0054,"130":0.0108,"131":0.0702,"132":0.0216,"133":0.027,"134":0.0216,"135":0.0162,"136":0.027,"137":0.027,"138":0.1728,"139":0.3834,"140":0.0378,"141":0.0378,"142":0.081,"143":0.108,"144":0.081,"145":0.216,"146":0.2646,"147":0.6966,"148":8.1756,"149":12.7872,"150":0.0486,"151":0.0108,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 81 83 84 86 89 90 91 92 93 94 95 96 97 98 100 101 113 115 152 153"},F:{"46":0.0054,"95":0.0054,"98":0.0054,"99":0.027,"131":0.4482,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.0216,"131":0.0054,"134":0.0054,"135":0.0054,"136":0.0054,"138":0.0108,"139":0.0054,"140":0.0054,"141":0.0108,"142":0.0216,"143":0.0108,"144":0.0162,"145":0.0324,"146":0.0432,"147":0.1026,"148":2.1654,"149":5.6592,"150":0.0162,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 132 133 137"},E:{"14":0.0108,"27":0.0108,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 16.0 17.0 TP","12.1":0.0216,"13.1":0.0594,"14.1":0.0378,"15.4":0.0054,"15.5":0.0162,"15.6":0.2052,"16.1":0.027,"16.2":0.0216,"16.3":0.027,"16.4":0.0108,"16.5":0.0162,"16.6":0.2862,"17.1":0.3402,"17.2":0.0108,"17.3":0.0216,"17.4":0.027,"17.5":0.0648,"17.6":0.2322,"18.0":0.0108,"18.1":0.0324,"18.2":0.027,"18.3":0.0756,"18.4":0.0324,"18.5-18.7":0.0864,"26.0":0.0324,"26.1":0.0486,"26.2":0.1728,"26.3":0.3186,"26.4":0.2214,"26.5":3.0672},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0.02742,"11.0-11.2":0.98706,"11.3-11.4":0.00633,"12.0-12.1":0.00211,"12.2-12.5":0.09069,"13.0-13.1":0,"13.2":0.00844,"13.3":0,"13.4-13.7":0.00211,"14.0-14.4":0.00422,"14.5-14.8":0.01055,"15.0-15.1":0.01687,"15.2-15.3":0.00844,"15.4":0.00844,"15.5":0.01055,"15.6-15.8":0.26364,"16.0":0.01265,"16.1":0.03375,"16.2":0.01476,"16.3":0.02953,"16.4":0.00633,"16.5":0.01265,"16.6-16.7":0.41971,"17.0":0.00844,"17.1":0.01687,"17.2":0.01055,"17.3":0.03375,"17.4":0.03164,"17.5":0.06749,"17.6-17.7":0.28051,"18.0":0.03585,"18.1":0.07804,"18.2":0.04429,"18.3":0.14131,"18.4":0.05484,"18.5-18.7":2.5499,"26.0":0.0928,"26.1":0.14553,"26.2":0.52095,"26.3":0.75084,"26.4":0.86473,"26.5":13.35482},P:{"4":0.03772,"21":0.00629,"24":0.00629,"25":0.00629,"26":0.01886,"27":0.01257,"28":0.05029,"29":0.18231,"30":1.55281,_:"20 22 23 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00629,"7.2-7.4":0.00629},I:{"0":0.02299,"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.1518,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.0432,_:"6 7 8 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.0506},H:{all:0},L:{"0":25.5456},R:{_:"0"},M:{"0":0.5244},Q:{"14.9":0.0046}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.01883,"59":0.00471,"72":0.00942,"115":0.07062,"120":0.00471,"121":0.00942,"128":0.00942,"140":0.04237,"146":0.00942,"147":0.00942,"148":0.00942,"149":0.02354,"150":0.58379,"151":0.2354,_:"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 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 136 137 138 139 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"39":0.12712,"40":0.12712,"41":0.12712,"42":0.12712,"43":0.12712,"44":0.12712,"45":0.12712,"46":0.12712,"47":0.12712,"48":0.12712,"49":0.12712,"50":0.12712,"51":0.12712,"52":0.12712,"53":0.12712,"54":0.12712,"55":0.12712,"56":0.12712,"57":0.12712,"58":0.12712,"59":0.12712,"60":0.12712,"66":0.01412,"79":0.01412,"87":0.01412,"91":0.00942,"96":0.00942,"103":0.37664,"104":0.37193,"105":0.35781,"106":0.36252,"107":0.36252,"108":0.36252,"109":0.93689,"110":0.36252,"111":0.37664,"112":1.8832,"114":0.00471,"116":0.73916,"117":0.35781,"118":3.48863,"119":0.02354,"120":0.38606,"121":0.00942,"122":0.03296,"123":0.00471,"124":0.38606,"125":0.26365,"126":0.01412,"127":0.01883,"128":0.0612,"129":0.01412,"130":0.01412,"131":0.75799,"132":0.01412,"133":0.74386,"134":0.04708,"135":0.02354,"136":0.02825,"137":0.05179,"138":0.10358,"139":0.04708,"140":0.02825,"141":0.03296,"142":0.22598,"143":0.06591,"144":0.0565,"145":0.96043,"146":0.26365,"147":6.19573,"148":11.20504,"149":0.03766,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 92 93 94 95 97 98 99 100 101 102 113 115 150 151 152"},F:{"95":0.00942,"97":0.00471,"98":0.01883,"127":0.00942,"131":0.89452,_:"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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00942,"109":0.01883,"131":0.00471,"134":0.00471,"142":0.00471,"143":0.00942,"144":0.00942,"145":0.04708,"146":0.04708,"147":1.05459,"148":2.39166,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 132 133 135 136 137 138 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 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.4 TP","5.1":0.00471,"11.1":0.00471,"14.1":0.00471,"15.6":0.00942,"16.6":0.01412,"17.1":0.00942,"17.5":0.00471,"17.6":0.02354,"18.3":0.00942,"18.5-18.7":0.00942,"26.0":0.00471,"26.1":0.00471,"26.2":0.02825,"26.3":0.09887,"26.4":0.10828,"26.5":0.06591},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0.00111,"11.0-11.2":1.15633,"11.3-11.4":0.00945,"12.0-12.1":0,"12.2-12.5":0.00556,"13.0-13.1":0,"13.2":0.00445,"13.3":0,"13.4-13.7":0,"14.0-14.4":0,"14.5-14.8":0.00167,"15.0-15.1":0.00111,"15.2-15.3":0,"15.4":0.00056,"15.5":0.00111,"15.6-15.8":0.04223,"16.0":0.00389,"16.1":0.00667,"16.2":0.00278,"16.3":0.00667,"16.4":0.00111,"16.5":0.00167,"16.6-16.7":0.10224,"17.0":0.00222,"17.1":0.00667,"17.2":0.00333,"17.3":0.01,"17.4":0.01111,"17.5":0.01834,"17.6-17.7":0.04723,"18.0":0.01278,"18.1":0.02612,"18.2":0.00833,"18.3":0.04945,"18.4":0.01334,"18.5-18.7":0.62845,"26.0":0.04556,"26.1":0.0589,"26.2":0.22449,"26.3":0.8246,"26.4":1.60975,"26.5":0.59845},P:{"26":0.02432,"27":0.00811,"28":0.02432,"29":0.65674,"30":0.15405,_:"4 20 21 22 23 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.01622},I:{"0":0.02645,"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.13759,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.00471,"11":0.00471,_:"6 7 8 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.12701},Q:{_:"14.9"},O:{"0":0.01588},H:{all:0},L:{"0":49.90048}};
1
+ module.exports={C:{"4":0.0194,"103":0.0097,"115":0.07758,"120":0.17941,"121":0.36368,"125":0.0194,"128":0.0097,"135":0.00485,"136":0.00485,"137":0.0097,"140":0.04364,"146":0.0097,"147":0.0097,"148":0.0097,"149":0.0097,"150":0.02425,"151":0.51399,"152":0.32003,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 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 126 127 129 130 131 132 133 134 138 139 141 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.10668,"40":0.10668,"41":0.10668,"42":0.10668,"43":0.10668,"44":0.10668,"45":0.10668,"46":0.10668,"47":0.11153,"48":0.10668,"49":0.11153,"50":0.10668,"51":0.11153,"52":0.10668,"53":0.10668,"54":0.10668,"55":0.11153,"56":0.10668,"57":0.10668,"58":0.10668,"59":0.10668,"60":0.10668,"66":0.01455,"70":0.01455,"75":0.00485,"79":0.02425,"87":0.0194,"96":0.0097,"102":0.00485,"103":0.32488,"104":0.33943,"105":0.31034,"106":0.31034,"107":0.31034,"108":0.31034,"109":0.92616,"110":0.31034,"111":0.34428,"112":0.30549,"114":0.0097,"116":0.64007,"117":0.30549,"118":3.55917,"119":0.38307,"120":0.70795,"121":0.0097,"122":0.03879,"123":0.0097,"124":0.35398,"125":0.19881,"126":0.0194,"127":0.0194,"128":0.09698,"129":0.0194,"130":0.01455,"131":0.66431,"132":0.02425,"133":0.64977,"134":0.11638,"135":0.06789,"136":0.03394,"137":0.06789,"138":0.08728,"139":0.10183,"140":0.02425,"141":0.03394,"142":0.42671,"143":0.06789,"144":0.06304,"145":0.70311,"146":0.14547,"147":0.25215,"148":6.3231,"149":12.17099,"150":0.06304,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 69 71 72 73 74 76 77 78 80 81 83 84 85 86 88 89 90 91 92 93 94 95 97 98 99 100 101 113 115 151 152 153"},F:{"95":0.0097,"99":0.02425,"131":0.71765,_:"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 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.0097,"109":0.01455,"119":0.17941,"120":0.17941,"131":0.00485,"134":0.00485,"135":0.01455,"142":0.00485,"143":0.0097,"144":0.0097,"145":0.02425,"146":0.02425,"147":0.05819,"148":0.97465,"149":2.75423,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 136 137 138 139 140 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.4 26.0 TP","14.1":0.00485,"15.6":0.0097,"16.6":0.0194,"17.1":0.0097,"17.5":0.00485,"17.6":0.02909,"18.3":0.01455,"18.5-18.7":0.0097,"26.1":0.00485,"26.2":0.0194,"26.3":0.03394,"26.4":0.02425,"26.5":0.2667},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00063,"8.1-8.4":0,"9.0-9.2":0,"9.3":0.00063,"10.0-10.2":0,"10.3":0.0019,"11.0-11.2":0.76805,"11.3-11.4":0.00823,"12.0-12.1":0.00063,"12.2-12.5":0.01013,"13.0-13.1":0.00063,"13.2":0.0057,"13.3":0,"13.4-13.7":0,"14.0-14.4":0.00063,"14.5-14.8":0.0019,"15.0-15.1":0.00127,"15.2-15.3":0.00063,"15.4":0.00063,"15.5":0.00127,"15.6-15.8":0.05319,"16.0":0.0038,"16.1":0.0076,"16.2":0.00317,"16.3":0.01393,"16.4":0.00127,"16.5":0.0019,"16.6-16.7":0.126,"17.0":0.00317,"17.1":0.00633,"17.2":0.00443,"17.3":0.0114,"17.4":0.0114,"17.5":0.02406,"17.6-17.7":0.06268,"18.0":0.01456,"18.1":0.03482,"18.2":0.01203,"18.3":0.15006,"18.4":0.02469,"18.5-18.7":0.74019,"26.0":0.04369,"26.1":0.04875,"26.2":0.17539,"26.3":0.24631,"26.4":0.23111,"26.5":3.46223},P:{"24":0.00872,"25":0.00872,"26":0.0436,"27":0.01744,"28":0.0436,"29":0.13953,"30":1.36045,_:"4 20 21 22 23 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.0436,"8.2":0.00872},I:{"0":0.02059,"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.22154,_:"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.01546},H:{all:0},L:{"0":47.42846},R:{_:"0"},M:{"0":0.17002},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"11":0.04343,"52":0.00965,"56":0.00483,"78":0.00483,"102":0.00483,"115":0.12545,"120":0.00483,"121":0.01448,"125":0.00483,"128":0.00965,"133":0.00483,"135":0.00965,"136":0.00965,"140":0.08685,"143":0.00483,"145":0.00483,"146":0.00965,"147":0.01448,"148":0.0193,"149":0.04343,"150":0.91675,"151":0.386,_:"2 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 129 130 131 132 134 137 138 139 141 142 144 152 153 154 3.5 3.6"},D:{"39":0.08685,"40":0.08685,"41":0.08685,"42":0.08685,"43":0.08685,"44":0.08685,"45":0.09168,"46":0.08685,"47":0.08685,"48":0.09168,"49":0.09168,"50":0.08685,"51":0.08685,"52":0.09168,"53":0.08685,"54":0.08685,"55":0.08685,"56":0.08685,"57":0.08685,"58":0.08685,"59":0.08685,"60":0.08685,"66":0.00483,"69":0.00483,"70":0.02413,"79":0.02895,"86":0.00483,"87":0.01448,"91":0.00965,"93":0.01448,"96":0.00483,"97":0.00483,"98":0.02895,"99":0.01448,"100":0.00965,"101":0.00965,"102":0.00483,"103":0.30398,"104":0.2509,"105":0.23643,"106":0.23643,"107":0.24125,"108":0.24608,"109":0.7334,"110":0.24125,"111":0.2895,"112":0.90228,"114":0.02413,"115":0.00965,"116":0.51628,"117":0.28468,"118":1.1773,"119":0.02895,"120":0.29433,"121":0.02413,"122":0.03378,"123":0.03378,"124":0.27985,"125":0.5211,"126":0.0386,"127":0.0193,"128":0.05308,"129":0.0193,"130":0.06273,"131":0.56453,"132":0.04825,"133":0.51628,"134":0.04825,"135":0.0386,"136":0.04343,"137":0.08203,"138":0.15923,"139":0.10133,"140":0.0772,"141":0.0579,"142":0.90228,"143":0.11098,"144":0.29915,"145":0.86368,"146":0.58383,"147":6.10363,"148":8.41963,"149":0.03378,"150":0.00965,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 71 72 73 74 75 76 77 78 80 81 83 84 85 88 89 90 92 94 95 113 151 152"},F:{"95":0.02413,"97":0.03378,"98":0.07238,"131":0.4246,_:"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:{"92":0.00965,"109":0.02895,"114":0.00483,"119":0.00483,"120":0.01448,"122":0.00483,"131":0.01448,"132":0.00483,"133":0.00965,"134":0.00965,"135":0.00965,"136":0.00965,"137":0.00965,"138":0.0193,"139":0.00965,"140":0.01448,"141":0.00965,"142":0.01448,"143":0.0193,"144":0.02413,"145":0.05308,"146":0.07238,"147":1.42338,"148":2.90948,"149":0.00483,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130"},E:{"14":0.00483,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 TP","13.1":0.01448,"14.1":0.01448,"15.6":0.06755,"16.1":0.00965,"16.2":0.00483,"16.3":0.00965,"16.4":0.00483,"16.5":0.00965,"16.6":0.11098,"17.0":0.00483,"17.1":0.09168,"17.2":0.00483,"17.3":0.00965,"17.4":0.0193,"17.5":0.03378,"17.6":0.12063,"18.0":0.00965,"18.1":0.01448,"18.2":0.00965,"18.3":0.03378,"18.4":0.01448,"18.5-18.7":0.04343,"26.0":0.0193,"26.1":0.02413,"26.2":0.1158,"26.3":0.41978,"26.4":0.62725,"26.5":0.28468},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00131,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00261,"8.1-8.4":0,"9.0-9.2":0.00131,"9.3":0,"10.0-10.2":0,"10.3":0.01176,"11.0-11.2":0.30963,"11.3-11.4":0.00392,"12.0-12.1":0,"12.2-12.5":0.04442,"13.0-13.1":0,"13.2":0.01437,"13.3":0,"13.4-13.7":0.00261,"14.0-14.4":0.01045,"14.5-14.8":0.01698,"15.0-15.1":0.01306,"15.2-15.3":0.00784,"15.4":0.01045,"15.5":0.01176,"15.6-15.8":0.22079,"16.0":0.02352,"16.1":0.03658,"16.2":0.0196,"16.3":0.04311,"16.4":0.00915,"16.5":0.01568,"16.6-16.7":0.29395,"17.0":0.01306,"17.1":0.02221,"17.2":0.0196,"17.3":0.03789,"17.4":0.0601,"17.5":0.081,"17.6-17.7":0.21295,"18.0":0.04311,"18.1":0.08492,"18.2":0.04573,"18.3":0.13587,"18.4":0.06271,"18.5-18.7":2.16346,"26.0":0.13848,"26.1":0.17245,"26.2":0.66367,"26.3":2.09552,"26.4":4.32169,"26.5":1.54159},P:{"24":0.00705,"25":0.00705,"26":0.02821,"27":0.01411,"28":0.04937,"29":0.96624,"30":0.19043,_:"4 20 21 22 23 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.30496,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00015},K:{"0":0.83819,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.13028,"11":0.13028,_:"6 7 8 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00517,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.37253},Q:{"14.9":0.10865},O:{"0":0.57431},H:{all:0},L:{"0":42.19599}};
1
+ module.exports={C:{"11":0.02831,"52":0.00472,"78":0.00472,"103":0.00472,"113":0.00472,"115":0.12267,"120":0.12739,"121":0.25949,"125":0.08964,"126":0.08492,"127":0.08964,"128":0.06605,"129":0.0519,"130":0.08492,"131":0.08964,"132":0.08492,"133":0.08492,"134":0.05662,"135":0.07549,"136":0.10851,"140":0.07077,"141":0.00944,"146":0.00472,"147":0.01415,"148":0.00944,"149":0.01415,"150":0.04718,"151":0.79734,"152":0.4718,_:"2 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 114 116 117 118 119 122 123 124 137 138 139 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.08492,"40":0.08492,"41":0.08492,"42":0.08492,"43":0.08492,"44":0.08492,"45":0.08492,"46":0.08492,"47":0.08492,"48":0.08492,"49":0.08964,"50":0.08492,"51":0.08492,"52":0.08492,"53":0.08492,"54":0.08492,"55":0.08492,"56":0.08492,"57":0.08492,"58":0.08492,"59":0.08492,"60":0.08492,"66":0.00472,"69":0.00944,"70":0.04246,"79":0.02831,"86":0.00472,"87":0.01887,"91":0.00944,"92":0.00944,"93":0.01415,"97":0.00472,"98":0.02359,"99":0.01415,"100":0.00472,"101":0.00944,"102":0.00944,"103":0.20287,"104":0.15569,"105":0.1321,"106":0.1321,"107":0.1321,"108":0.13682,"109":0.63221,"110":0.1321,"111":0.16513,"112":0.1321,"114":0.02359,"115":0.01415,"116":0.30195,"117":0.16041,"118":1.00493,"119":0.27836,"120":0.45293,"121":0.01415,"122":0.03774,"123":0.01887,"124":0.19816,"125":0.40575,"126":0.0519,"127":0.03303,"128":0.07077,"129":0.03303,"130":0.06133,"131":0.35385,"132":0.07549,"133":0.31139,"134":0.06133,"135":0.04246,"136":0.03774,"137":0.07549,"138":0.14626,"139":0.17928,"140":0.04718,"141":0.04718,"142":0.46236,"143":0.09436,"144":0.27836,"145":0.42462,"146":0.49539,"147":0.4718,"148":5.50119,"149":8.70471,"150":0.04246,"151":0.00944,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 71 72 73 74 75 76 77 78 80 81 83 84 85 88 89 90 94 95 96 113 152 153"},F:{"95":0.02359,"98":0.03303,"99":0.09436,"131":0.39159,_:"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.00944,"109":0.02831,"119":0.12739,"120":0.13682,"122":0.00472,"127":0.00472,"131":0.01415,"132":0.00472,"133":0.00472,"134":0.00472,"135":0.00944,"136":0.00944,"137":0.00944,"138":0.01415,"139":0.00944,"140":0.00944,"141":0.00944,"142":0.00944,"143":0.01415,"144":0.01887,"145":0.02831,"146":0.03303,"147":0.07077,"148":1.13232,"149":3.19409,"150":0.00472,_:"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 128 129 130"},E:{"14":0.00472,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 TP","13.1":0.01415,"14.1":0.01415,"15.6":0.06605,"16.1":0.00472,"16.2":0.00472,"16.3":0.00944,"16.4":0.00472,"16.5":0.00944,"16.6":0.1038,"17.0":0.00472,"17.1":0.08964,"17.2":0.00472,"17.3":0.01415,"17.4":0.01887,"17.5":0.03303,"17.6":0.12267,"18.0":0.00472,"18.1":0.01415,"18.2":0.00944,"18.3":0.02831,"18.4":0.00944,"18.5-18.7":0.03303,"26.0":0.01415,"26.1":0.01415,"26.2":0.07077,"26.3":0.11795,"26.4":0.08964,"26.5":1.15119},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00127,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00382,"8.1-8.4":0,"9.0-9.2":0.00127,"9.3":0,"10.0-10.2":0,"10.3":0.01402,"11.0-11.2":0.4218,"11.3-11.4":0.00255,"12.0-12.1":0,"12.2-12.5":0.04333,"13.0-13.1":0,"13.2":0.01402,"13.3":0,"13.4-13.7":0.00255,"14.0-14.4":0.00892,"14.5-14.8":0.01402,"15.0-15.1":0.01274,"15.2-15.3":0.00765,"15.4":0.00892,"15.5":0.01147,"15.6-15.8":0.223,"16.0":0.02039,"16.1":0.03313,"16.2":0.01784,"16.3":0.03823,"16.4":0.00892,"16.5":0.01402,"16.6-16.7":0.29054,"17.0":0.01274,"17.1":0.01911,"17.2":0.01784,"17.3":0.02676,"17.4":0.04078,"17.5":0.07264,"17.6-17.7":0.18732,"18.0":0.04205,"18.1":0.08028,"18.2":0.04333,"18.3":0.13253,"18.4":0.05989,"18.5-18.7":1.91528,"26.0":0.12616,"26.1":0.13125,"26.2":0.39631,"26.3":0.54158,"26.4":0.62059,"26.5":7.03799},P:{"22":0.00695,"23":0.00695,"24":0.00695,"25":0.01389,"26":0.03474,"27":0.02084,"28":0.05558,"29":0.15979,"30":0.9865,_:"4 20 21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00695},I:{"0":0.14244,"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.00006},K:{"0":0.89249,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.21703,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.61788},H:{all:0},L:{"0":44.74255},R:{_:"0"},M:{"0":0.36967},Q:{"14.9":0.10034}};