@shugaev/spur 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1105) hide show
  1. package/dist/agents/cursor-submit-ack.d.ts.map +1 -1
  2. package/dist/agents/cursor-submit-ack.js +15 -1
  3. package/dist/agents/cursor-submit-ack.js.map +1 -1
  4. package/dist/agents/cursor.d.ts +1 -0
  5. package/dist/agents/cursor.d.ts.map +1 -1
  6. package/dist/agents/cursor.js +3 -1
  7. package/dist/agents/cursor.js.map +1 -1
  8. package/dist/agents/index.js +2 -2
  9. package/dist/agents/index.js.map +1 -1
  10. package/dist/agents/models.d.ts +3 -0
  11. package/dist/agents/models.d.ts.map +1 -1
  12. package/dist/agents/models.js +41 -3
  13. package/dist/agents/models.js.map +1 -1
  14. package/dist/backlog/index.d.ts +15 -0
  15. package/dist/backlog/index.d.ts.map +1 -0
  16. package/dist/backlog/index.js +80 -0
  17. package/dist/backlog/index.js.map +1 -0
  18. package/dist/backlog/providers.d.ts +12 -0
  19. package/dist/backlog/providers.d.ts.map +1 -0
  20. package/dist/backlog/providers.js +22 -0
  21. package/dist/backlog/providers.js.map +1 -0
  22. package/dist/cli.d.ts.map +1 -1
  23. package/dist/cli.js +12 -1
  24. package/dist/cli.js.map +1 -1
  25. package/dist/config.d.ts.map +1 -1
  26. package/dist/config.js +64 -0
  27. package/dist/config.js.map +1 -1
  28. package/dist/event-sources/github.d.ts.map +1 -1
  29. package/dist/event-sources/github.js +30 -32
  30. package/dist/event-sources/github.js.map +1 -1
  31. package/dist/event-sources/index.d.ts.map +1 -1
  32. package/dist/event-sources/index.js +5 -0
  33. package/dist/event-sources/index.js.map +1 -1
  34. package/dist/gh.d.ts +2 -0
  35. package/dist/gh.d.ts.map +1 -1
  36. package/dist/gh.js +28 -0
  37. package/dist/gh.js.map +1 -1
  38. package/dist/jira.d.ts +15 -0
  39. package/dist/jira.d.ts.map +1 -0
  40. package/dist/jira.js +74 -0
  41. package/dist/jira.js.map +1 -0
  42. package/dist/metadata.d.ts +7 -1
  43. package/dist/metadata.d.ts.map +1 -1
  44. package/dist/metadata.js +129 -0
  45. package/dist/metadata.js.map +1 -1
  46. package/dist/preflight.d.ts.map +1 -1
  47. package/dist/preflight.js +4 -0
  48. package/dist/preflight.js.map +1 -1
  49. package/dist/prompt-template.d.ts +3 -0
  50. package/dist/prompt-template.d.ts.map +1 -0
  51. package/dist/prompt-template.js +14 -0
  52. package/dist/prompt-template.js.map +1 -0
  53. package/dist/send-batches.d.ts +3 -1
  54. package/dist/send-batches.d.ts.map +1 -1
  55. package/dist/send-batches.js +94 -0
  56. package/dist/send-batches.js.map +1 -1
  57. package/dist/server.d.ts.map +1 -1
  58. package/dist/server.js +27 -1
  59. package/dist/server.js.map +1 -1
  60. package/dist/session-service.d.ts +13 -1
  61. package/dist/session-service.d.ts.map +1 -1
  62. package/dist/session-service.js +164 -45
  63. package/dist/session-service.js.map +1 -1
  64. package/dist/shepherd.d.ts.map +1 -1
  65. package/dist/shepherd.js +2 -1
  66. package/dist/shepherd.js.map +1 -1
  67. package/dist/triggers.d.ts.map +1 -1
  68. package/dist/triggers.js +81 -15
  69. package/dist/triggers.js.map +1 -1
  70. package/dist/types.d.ts +74 -2
  71. package/dist/types.d.ts.map +1 -1
  72. package/package.json +1 -1
  73. package/web/.next/BUILD_ID +1 -1
  74. package/web/.next/app-build-manifest.json +98 -91
  75. package/web/.next/app-path-routes-manifest.json +2 -1
  76. package/web/.next/build-manifest.json +3 -3
  77. package/web/.next/prerender-manifest.json +18 -18
  78. package/web/.next/required-server-files.json +3 -3
  79. package/web/.next/server/app/_not-found/page.js +2 -2
  80. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  81. package/web/.next/server/app/_not-found.html +1 -1
  82. package/web/.next/server/app/_not-found.rsc +3 -3
  83. package/web/.next/server/app/api/backlog/take/route.js +1 -0
  84. package/web/.next/server/app/api/backlog/take/route.js.nft.json +1 -0
  85. package/web/.next/server/app/api/backlog/take/route_client-reference-manifest.js +1 -0
  86. package/web/.next/server/app/api/github-status/route.js +1 -1
  87. package/web/.next/server/app/api/github-status/route_client-reference-manifest.js +1 -1
  88. package/web/.next/server/app/api/gitlab-status/route.js +1 -1
  89. package/web/.next/server/app/api/gitlab-status/route_client-reference-manifest.js +1 -1
  90. package/web/.next/server/app/api/models/route.js +1 -1
  91. package/web/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  92. package/web/.next/server/app/api/pr-status/merge/route.js +1 -1
  93. package/web/.next/server/app/api/pr-status/merge/route_client-reference-manifest.js +1 -1
  94. package/web/.next/server/app/api/pr-status/route.js +2 -2
  95. package/web/.next/server/app/api/pr-status/route_client-reference-manifest.js +1 -1
  96. package/web/.next/server/app/api/preflight/route.js +1 -1
  97. package/web/.next/server/app/api/preflight/route_client-reference-manifest.js +1 -1
  98. package/web/.next/server/app/api/projects/[id]/branches/exists/route.js +1 -1
  99. package/web/.next/server/app/api/projects/[id]/branches/exists/route_client-reference-manifest.js +1 -1
  100. package/web/.next/server/app/api/projects/[id]/route.js +1 -1
  101. package/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
  102. package/web/.next/server/app/api/projects/[id]/slash-commands/route.js +1 -1
  103. package/web/.next/server/app/api/projects/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  104. package/web/.next/server/app/api/projects/route.js +1 -1
  105. package/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
  106. package/web/.next/server/app/api/runtime/info/route.js +1 -1
  107. package/web/.next/server/app/api/runtime/info/route_client-reference-manifest.js +1 -1
  108. package/web/.next/server/app/api/runtime/resources/route.js +1 -1
  109. package/web/.next/server/app/api/runtime/resources/route_client-reference-manifest.js +1 -1
  110. package/web/.next/server/app/api/runtime/terminal/route.js +1 -1
  111. package/web/.next/server/app/api/runtime/terminal/route_client-reference-manifest.js +1 -1
  112. package/web/.next/server/app/api/runtime/versions/route.js +1 -1
  113. package/web/.next/server/app/api/runtime/versions/route_client-reference-manifest.js +1 -1
  114. package/web/.next/server/app/api/runtime/versions/switch/route.js +1 -1
  115. package/web/.next/server/app/api/runtime/versions/switch/route_client-reference-manifest.js +1 -1
  116. package/web/.next/server/app/api/runtime/voice/route.js +1 -1
  117. package/web/.next/server/app/api/runtime/voice/route_client-reference-manifest.js +1 -1
  118. package/web/.next/server/app/api/runtime/voice/transcribe/route.js +1 -1
  119. package/web/.next/server/app/api/runtime/voice/transcribe/route_client-reference-manifest.js +1 -1
  120. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route.js +1 -1
  121. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route_client-reference-manifest.js +1 -1
  122. package/web/.next/server/app/api/sessions/[id]/complete/route.js +1 -1
  123. package/web/.next/server/app/api/sessions/[id]/complete/route_client-reference-manifest.js +1 -1
  124. package/web/.next/server/app/api/sessions/[id]/conversation/route.js +1 -1
  125. package/web/.next/server/app/api/sessions/[id]/conversation/route_client-reference-manifest.js +1 -1
  126. package/web/.next/server/app/api/sessions/[id]/kill/route.js +1 -1
  127. package/web/.next/server/app/api/sessions/[id]/kill/route_client-reference-manifest.js +1 -1
  128. package/web/.next/server/app/api/sessions/[id]/logs/route.js +1 -1
  129. package/web/.next/server/app/api/sessions/[id]/logs/route_client-reference-manifest.js +1 -1
  130. package/web/.next/server/app/api/sessions/[id]/pause/route.js +1 -1
  131. package/web/.next/server/app/api/sessions/[id]/pause/route_client-reference-manifest.js +1 -1
  132. package/web/.next/server/app/api/sessions/[id]/respawn/route.js +1 -1
  133. package/web/.next/server/app/api/sessions/[id]/respawn/route_client-reference-manifest.js +1 -1
  134. package/web/.next/server/app/api/sessions/[id]/restore/route.js +1 -1
  135. package/web/.next/server/app/api/sessions/[id]/restore/route_client-reference-manifest.js +1 -1
  136. package/web/.next/server/app/api/sessions/[id]/route.js +1 -1
  137. package/web/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
  138. package/web/.next/server/app/api/sessions/[id]/send/route.js +1 -1
  139. package/web/.next/server/app/api/sessions/[id]/send/route_client-reference-manifest.js +1 -1
  140. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route.js +1 -1
  141. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route_client-reference-manifest.js +1 -1
  142. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route.js +1 -1
  143. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route_client-reference-manifest.js +1 -1
  144. package/web/.next/server/app/api/sessions/[id]/slash-commands/route.js +1 -1
  145. package/web/.next/server/app/api/sessions/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  146. package/web/.next/server/app/api/sessions/[id]/tags/route.js +1 -1
  147. package/web/.next/server/app/api/sessions/[id]/tags/route_client-reference-manifest.js +1 -1
  148. package/web/.next/server/app/api/sessions/route.js +1 -1
  149. package/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  150. package/web/.next/server/app/api/shepherd/spawn/route.js +1 -1
  151. package/web/.next/server/app/api/shepherd/spawn/route_client-reference-manifest.js +1 -1
  152. package/web/.next/server/app/api/spawn/route.js +1 -1
  153. package/web/.next/server/app/api/spawn/route_client-reference-manifest.js +1 -1
  154. package/web/.next/server/app/apple-icon/route.js +1 -1
  155. package/web/.next/server/app/apple-icon/route_client-reference-manifest.js +1 -1
  156. package/web/.next/server/app/icon/route.js +1 -1
  157. package/web/.next/server/app/icon/route_client-reference-manifest.js +1 -1
  158. package/web/.next/server/app/icon-192/route.js +1 -1
  159. package/web/.next/server/app/icon-192/route_client-reference-manifest.js +1 -1
  160. package/web/.next/server/app/icon-512/route.js +1 -1
  161. package/web/.next/server/app/icon-512/route_client-reference-manifest.js +1 -1
  162. package/web/.next/server/app/manifest.webmanifest/route.js +2 -2
  163. package/web/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  164. package/web/.next/server/app/page.js +3 -3
  165. package/web/.next/server/app/page.js.nft.json +1 -1
  166. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  167. package/web/.next/server/app/sessions/[id]/page.js +6 -6
  168. package/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
  169. package/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
  170. package/web/.next/server/app-paths-manifest.json +2 -1
  171. package/web/.next/server/chunks/135.js +1 -1
  172. package/web/.next/server/chunks/5158.js +1 -0
  173. package/web/.next/server/chunks/7331.js +3 -3
  174. package/web/.next/server/functions-config-manifest.json +3 -3
  175. package/web/.next/server/middleware-build-manifest.js +1 -1
  176. package/web/.next/server/next-font-manifest.js +1 -1
  177. package/web/.next/server/next-font-manifest.json +1 -1
  178. package/web/.next/server/pages/404.html +1 -1
  179. package/web/.next/server/pages/500.html +1 -1
  180. package/web/.next/server/server-reference-manifest.json +1 -1
  181. package/web/.next/static/chunks/5124-5365d82e8f9962c5.js +1 -0
  182. package/web/.next/static/chunks/app/_not-found/{page-1b6e9375ed39417d.js → page-ce7aac1309588445.js} +1 -1
  183. package/web/.next/static/chunks/app/api/backlog/take/route-1c98dbb79467f151.js +1 -0
  184. package/web/.next/static/chunks/app/api/github-status/route-1c98dbb79467f151.js +1 -0
  185. package/web/.next/static/chunks/app/api/gitlab-status/route-1c98dbb79467f151.js +1 -0
  186. package/web/.next/static/chunks/app/api/models/route-1c98dbb79467f151.js +1 -0
  187. package/web/.next/static/chunks/app/api/pr-status/merge/route-1c98dbb79467f151.js +1 -0
  188. package/web/.next/static/chunks/app/api/pr-status/route-1c98dbb79467f151.js +1 -0
  189. package/web/.next/static/chunks/app/api/preflight/route-1c98dbb79467f151.js +1 -0
  190. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-1c98dbb79467f151.js +1 -0
  191. package/web/.next/static/chunks/app/api/projects/[id]/route-1c98dbb79467f151.js +1 -0
  192. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  193. package/web/.next/static/chunks/app/api/projects/route-1c98dbb79467f151.js +1 -0
  194. package/web/.next/static/chunks/app/api/runtime/info/route-1c98dbb79467f151.js +1 -0
  195. package/web/.next/static/chunks/app/api/runtime/resources/route-1c98dbb79467f151.js +1 -0
  196. package/web/.next/static/chunks/app/api/runtime/terminal/route-1c98dbb79467f151.js +1 -0
  197. package/web/.next/static/chunks/app/api/runtime/versions/route-1c98dbb79467f151.js +1 -0
  198. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-1c98dbb79467f151.js +1 -0
  199. package/web/.next/static/chunks/app/api/runtime/voice/route-1c98dbb79467f151.js +1 -0
  200. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-1c98dbb79467f151.js +1 -0
  201. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-1c98dbb79467f151.js +1 -0
  202. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-1c98dbb79467f151.js +1 -0
  203. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-1c98dbb79467f151.js +1 -0
  204. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-1c98dbb79467f151.js +1 -0
  205. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-1c98dbb79467f151.js +1 -0
  206. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-1c98dbb79467f151.js +1 -0
  207. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-1c98dbb79467f151.js +1 -0
  208. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-1c98dbb79467f151.js +1 -0
  209. package/web/.next/static/chunks/app/api/sessions/[id]/route-1c98dbb79467f151.js +1 -0
  210. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-1c98dbb79467f151.js +1 -0
  211. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-1c98dbb79467f151.js +1 -0
  212. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-1c98dbb79467f151.js +1 -0
  213. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  214. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-1c98dbb79467f151.js +1 -0
  215. package/web/.next/static/chunks/app/api/sessions/route-1c98dbb79467f151.js +1 -0
  216. package/web/.next/static/chunks/app/api/shepherd/spawn/route-1c98dbb79467f151.js +1 -0
  217. package/web/.next/static/chunks/app/api/spawn/route-1c98dbb79467f151.js +1 -0
  218. package/web/.next/static/chunks/app/apple-icon/route-1c98dbb79467f151.js +1 -0
  219. package/web/.next/static/chunks/app/icon/route-1c98dbb79467f151.js +1 -0
  220. package/web/.next/static/chunks/app/icon-192/route-1c98dbb79467f151.js +1 -0
  221. package/web/.next/static/chunks/app/icon-512/route-1c98dbb79467f151.js +1 -0
  222. package/web/.next/static/chunks/app/layout-f69f7a978709d508.js +1 -0
  223. package/web/.next/static/chunks/app/manifest.webmanifest/route-1c98dbb79467f151.js +1 -0
  224. package/web/.next/static/chunks/app/page-8a91ba4badc56ab2.js +1 -0
  225. package/web/.next/static/chunks/app/sessions/[id]/page-d8abb491bd89b750.js +1 -0
  226. package/web/.next/static/chunks/{main-app-1cea33e0d8c88bba.js → main-app-96c0fcaf99db6703.js} +1 -1
  227. package/web/.next/static/css/1c8043fd02fc0a5c.css +3 -0
  228. package/web/.next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js +1 -0
  229. package/web/node_modules/.package-lock.json +3 -3
  230. package/web/node_modules/caniuse-lite/data/agents.js +1 -1
  231. package/web/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  232. package/web/node_modules/caniuse-lite/data/features/aac.js +1 -1
  233. package/web/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  234. package/web/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  235. package/web/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  236. package/web/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  237. package/web/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  238. package/web/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  239. package/web/node_modules/caniuse-lite/data/features/apng.js +1 -1
  240. package/web/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  241. package/web/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  242. package/web/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  243. package/web/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  244. package/web/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  245. package/web/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  246. package/web/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  247. package/web/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  248. package/web/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  249. package/web/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  250. package/web/node_modules/caniuse-lite/data/features/audio.js +1 -1
  251. package/web/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  252. package/web/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  253. package/web/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  254. package/web/node_modules/caniuse-lite/data/features/av1.js +1 -1
  255. package/web/node_modules/caniuse-lite/data/features/avif.js +1 -1
  256. package/web/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  257. package/web/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  258. package/web/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  259. package/web/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  260. package/web/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  261. package/web/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  262. package/web/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  263. package/web/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  264. package/web/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  265. package/web/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  266. package/web/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  267. package/web/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  268. package/web/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  269. package/web/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  270. package/web/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  271. package/web/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  272. package/web/node_modules/caniuse-lite/data/features/calc.js +1 -1
  273. package/web/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  274. package/web/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  275. package/web/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  276. package/web/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  277. package/web/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  278. package/web/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  279. package/web/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  280. package/web/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  281. package/web/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  282. package/web/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  283. package/web/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  284. package/web/node_modules/caniuse-lite/data/features/colr.js +1 -1
  285. package/web/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  286. package/web/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  287. package/web/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  288. package/web/node_modules/caniuse-lite/data/features/const.js +1 -1
  289. package/web/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  290. package/web/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  291. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  292. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  293. package/web/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  294. package/web/node_modules/caniuse-lite/data/features/cors.js +1 -1
  295. package/web/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  296. package/web/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  297. package/web/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
  298. package/web/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  299. package/web/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  300. package/web/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  301. package/web/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  302. package/web/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  303. package/web/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  304. package/web/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  305. package/web/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  306. package/web/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  307. package/web/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  308. package/web/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  309. package/web/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  310. package/web/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  311. package/web/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  312. package/web/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  313. package/web/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  314. package/web/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  315. package/web/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  316. package/web/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  317. package/web/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  318. package/web/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  319. package/web/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  320. package/web/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  321. package/web/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  322. package/web/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  323. package/web/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  324. package/web/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  325. package/web/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  326. package/web/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  327. package/web/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  328. package/web/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  329. package/web/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  330. package/web/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  331. package/web/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  332. package/web/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  333. package/web/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  334. package/web/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  335. package/web/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  336. package/web/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  337. package/web/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  338. package/web/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  339. package/web/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  340. package/web/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  341. package/web/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  342. package/web/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  343. package/web/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  344. package/web/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  345. package/web/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  346. package/web/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  347. package/web/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  348. package/web/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  349. package/web/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  350. package/web/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  351. package/web/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
  352. package/web/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  353. package/web/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  354. package/web/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  355. package/web/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  356. package/web/node_modules/caniuse-lite/data/features/css-if.js +1 -1
  357. package/web/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  358. package/web/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  359. package/web/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  360. package/web/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  361. package/web/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  362. package/web/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  363. package/web/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  364. package/web/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  365. package/web/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  366. package/web/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  367. package/web/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  368. package/web/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  369. package/web/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  370. package/web/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  371. package/web/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  372. package/web/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  373. package/web/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  374. package/web/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  375. package/web/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  376. package/web/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  377. package/web/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  378. package/web/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  379. package/web/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  380. package/web/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  381. package/web/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  382. package/web/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  383. package/web/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  384. package/web/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  385. package/web/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  386. package/web/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  387. package/web/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  388. package/web/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  389. package/web/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  390. package/web/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  391. package/web/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  392. package/web/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  393. package/web/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  394. package/web/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  395. package/web/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  396. package/web/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  397. package/web/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  398. package/web/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  399. package/web/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  400. package/web/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  401. package/web/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  402. package/web/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  403. package/web/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  404. package/web/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  405. package/web/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  406. package/web/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  407. package/web/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  408. package/web/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  409. package/web/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  410. package/web/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  411. package/web/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  412. package/web/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  413. package/web/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  414. package/web/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  415. package/web/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  416. package/web/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  417. package/web/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  418. package/web/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  419. package/web/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  420. package/web/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  421. package/web/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  422. package/web/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  423. package/web/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  424. package/web/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  425. package/web/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  426. package/web/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  427. package/web/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  428. package/web/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  429. package/web/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  430. package/web/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  431. package/web/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  432. package/web/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  433. package/web/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  434. package/web/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  435. package/web/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  436. package/web/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  437. package/web/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  438. package/web/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  439. package/web/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  440. package/web/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  441. package/web/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  442. package/web/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  443. package/web/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  444. package/web/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
  445. package/web/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  446. package/web/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  447. package/web/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  448. package/web/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  449. package/web/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  450. package/web/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  451. package/web/node_modules/caniuse-lite/data/features/details.js +1 -1
  452. package/web/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  453. package/web/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  454. package/web/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  455. package/web/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  456. package/web/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  457. package/web/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  458. package/web/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  459. package/web/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  460. package/web/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  461. package/web/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  462. package/web/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  463. package/web/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  464. package/web/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  465. package/web/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  466. package/web/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  467. package/web/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  468. package/web/node_modules/caniuse-lite/data/features/download.js +1 -1
  469. package/web/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  470. package/web/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  471. package/web/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  472. package/web/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  473. package/web/node_modules/caniuse-lite/data/features/eme.js +1 -1
  474. package/web/node_modules/caniuse-lite/data/features/eot.js +1 -1
  475. package/web/node_modules/caniuse-lite/data/features/es5.js +1 -1
  476. package/web/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  477. package/web/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  478. package/web/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  479. package/web/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  480. package/web/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  481. package/web/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  482. package/web/node_modules/caniuse-lite/data/features/es6.js +1 -1
  483. package/web/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  484. package/web/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  485. package/web/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  486. package/web/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  487. package/web/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  488. package/web/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  489. package/web/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  490. package/web/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  491. package/web/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  492. package/web/node_modules/caniuse-lite/data/features/flac.js +1 -1
  493. package/web/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  494. package/web/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  495. package/web/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  496. package/web/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  497. package/web/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  498. package/web/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  499. package/web/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  500. package/web/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  501. package/web/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  502. package/web/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  503. package/web/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  504. package/web/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  505. package/web/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  506. package/web/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  507. package/web/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  508. package/web/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  509. package/web/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  510. package/web/node_modules/caniuse-lite/data/features/forms.js +1 -1
  511. package/web/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  512. package/web/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  513. package/web/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  514. package/web/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  515. package/web/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  516. package/web/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  517. package/web/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  518. package/web/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  519. package/web/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  520. package/web/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  521. package/web/node_modules/caniuse-lite/data/features/heif.js +1 -1
  522. package/web/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  523. package/web/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  524. package/web/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  525. package/web/node_modules/caniuse-lite/data/features/history.js +1 -1
  526. package/web/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  527. package/web/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  528. package/web/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  529. package/web/node_modules/caniuse-lite/data/features/http2.js +1 -1
  530. package/web/node_modules/caniuse-lite/data/features/http3.js +1 -1
  531. package/web/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  532. package/web/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  533. package/web/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  534. package/web/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  535. package/web/node_modules/caniuse-lite/data/features/ime.js +1 -1
  536. package/web/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  537. package/web/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  538. package/web/node_modules/caniuse-lite/data/features/imports.js +1 -1
  539. package/web/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  540. package/web/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  541. package/web/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  542. package/web/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  543. package/web/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  544. package/web/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  545. package/web/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  546. package/web/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  547. package/web/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  548. package/web/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  549. package/web/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  550. package/web/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  551. package/web/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  552. package/web/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  553. package/web/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  554. package/web/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  555. package/web/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  556. package/web/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  557. package/web/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  558. package/web/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  559. package/web/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  560. package/web/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  561. package/web/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  562. package/web/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  563. package/web/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  564. package/web/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  565. package/web/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  566. package/web/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  567. package/web/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  568. package/web/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  569. package/web/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  570. package/web/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  571. package/web/node_modules/caniuse-lite/data/features/json.js +1 -1
  572. package/web/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  573. package/web/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  574. package/web/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  575. package/web/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  576. package/web/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  577. package/web/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  578. package/web/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  579. package/web/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  580. package/web/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  581. package/web/node_modules/caniuse-lite/data/features/let.js +1 -1
  582. package/web/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  583. package/web/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  584. package/web/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  585. package/web/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  586. package/web/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  587. package/web/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  588. package/web/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  589. package/web/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  590. package/web/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  591. package/web/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
  592. package/web/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  593. package/web/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  594. package/web/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  595. package/web/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  596. package/web/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  597. package/web/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  598. package/web/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  599. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  600. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  601. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  602. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  603. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  604. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  605. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  606. package/web/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  607. package/web/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  608. package/web/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  609. package/web/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  610. package/web/node_modules/caniuse-lite/data/features/menu.js +1 -1
  611. package/web/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  612. package/web/node_modules/caniuse-lite/data/features/meter.js +1 -1
  613. package/web/node_modules/caniuse-lite/data/features/midi.js +1 -1
  614. package/web/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  615. package/web/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  616. package/web/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  617. package/web/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  618. package/web/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  619. package/web/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  620. package/web/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  621. package/web/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  622. package/web/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  623. package/web/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  624. package/web/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  625. package/web/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  626. package/web/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  627. package/web/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  628. package/web/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  629. package/web/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  630. package/web/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  631. package/web/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  632. package/web/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  633. package/web/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  634. package/web/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  635. package/web/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  636. package/web/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  637. package/web/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  638. package/web/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  639. package/web/node_modules/caniuse-lite/data/features/opus.js +1 -1
  640. package/web/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  641. package/web/node_modules/caniuse-lite/data/features/outline.js +1 -1
  642. package/web/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  643. package/web/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  644. package/web/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  645. package/web/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  646. package/web/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  647. package/web/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  648. package/web/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  649. package/web/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  650. package/web/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  651. package/web/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  652. package/web/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  653. package/web/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  654. package/web/node_modules/caniuse-lite/data/features/picture.js +1 -1
  655. package/web/node_modules/caniuse-lite/data/features/ping.js +1 -1
  656. package/web/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  657. package/web/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  658. package/web/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  659. package/web/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  660. package/web/node_modules/caniuse-lite/data/features/portals.js +1 -1
  661. package/web/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  662. package/web/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  663. package/web/node_modules/caniuse-lite/data/features/progress.js +1 -1
  664. package/web/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  665. package/web/node_modules/caniuse-lite/data/features/promises.js +1 -1
  666. package/web/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  667. package/web/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  668. package/web/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  669. package/web/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  670. package/web/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  671. package/web/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  672. package/web/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  673. package/web/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  674. package/web/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  675. package/web/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  676. package/web/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  677. package/web/node_modules/caniuse-lite/data/features/rem.js +1 -1
  678. package/web/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  679. package/web/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  680. package/web/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  681. package/web/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  682. package/web/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  683. package/web/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  684. package/web/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  685. package/web/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  686. package/web/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  687. package/web/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  688. package/web/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  689. package/web/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  690. package/web/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  691. package/web/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  692. package/web/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  693. package/web/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  694. package/web/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  695. package/web/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  696. package/web/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  697. package/web/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  698. package/web/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  699. package/web/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  700. package/web/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  701. package/web/node_modules/caniuse-lite/data/features/sni.js +1 -1
  702. package/web/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  703. package/web/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  704. package/web/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  705. package/web/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  706. package/web/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  707. package/web/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  708. package/web/node_modules/caniuse-lite/data/features/stream.js +1 -1
  709. package/web/node_modules/caniuse-lite/data/features/streams.js +1 -1
  710. package/web/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  711. package/web/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  712. package/web/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  713. package/web/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  714. package/web/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  715. package/web/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  716. package/web/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  717. package/web/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  718. package/web/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  719. package/web/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  720. package/web/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  721. package/web/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  722. package/web/node_modules/caniuse-lite/data/features/svg.js +1 -1
  723. package/web/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  724. package/web/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  725. package/web/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  726. package/web/node_modules/caniuse-lite/data/features/template.js +1 -1
  727. package/web/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  728. package/web/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  729. package/web/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  730. package/web/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  731. package/web/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  732. package/web/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  733. package/web/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  734. package/web/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  735. package/web/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  736. package/web/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  737. package/web/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  738. package/web/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  739. package/web/node_modules/caniuse-lite/data/features/touch.js +1 -1
  740. package/web/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  741. package/web/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  742. package/web/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  743. package/web/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  744. package/web/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  745. package/web/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  746. package/web/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  747. package/web/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  748. package/web/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  749. package/web/node_modules/caniuse-lite/data/features/url.js +1 -1
  750. package/web/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  751. package/web/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  752. package/web/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  753. package/web/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  754. package/web/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  755. package/web/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  756. package/web/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  757. package/web/node_modules/caniuse-lite/data/features/video.js +1 -1
  758. package/web/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  759. package/web/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  760. package/web/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  761. package/web/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  762. package/web/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  763. package/web/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  764. package/web/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  765. package/web/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  766. package/web/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  767. package/web/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  768. package/web/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  769. package/web/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  770. package/web/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  771. package/web/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  772. package/web/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  773. package/web/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  774. package/web/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  775. package/web/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  776. package/web/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  777. package/web/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  778. package/web/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  779. package/web/node_modules/caniuse-lite/data/features/wav.js +1 -1
  780. package/web/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  781. package/web/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  782. package/web/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  783. package/web/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  784. package/web/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  785. package/web/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  786. package/web/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  787. package/web/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  788. package/web/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  789. package/web/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  790. package/web/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  791. package/web/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  792. package/web/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  793. package/web/node_modules/caniuse-lite/data/features/webm.js +1 -1
  794. package/web/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  795. package/web/node_modules/caniuse-lite/data/features/webp.js +1 -1
  796. package/web/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  797. package/web/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  798. package/web/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  799. package/web/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  800. package/web/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  801. package/web/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  802. package/web/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  803. package/web/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  804. package/web/node_modules/caniuse-lite/data/features/woff.js +1 -1
  805. package/web/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  806. package/web/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  807. package/web/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  808. package/web/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  809. package/web/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  810. package/web/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  811. package/web/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  812. package/web/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  813. package/web/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  814. package/web/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  815. package/web/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  816. package/web/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  817. package/web/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  818. package/web/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  819. package/web/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  820. package/web/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  821. package/web/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  822. package/web/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  823. package/web/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  824. package/web/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  825. package/web/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  826. package/web/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  827. package/web/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  828. package/web/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  829. package/web/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  830. package/web/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  831. package/web/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  832. package/web/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  833. package/web/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  834. package/web/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  835. package/web/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  836. package/web/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  837. package/web/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  838. package/web/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  839. package/web/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  840. package/web/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  841. package/web/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  842. package/web/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  843. package/web/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  844. package/web/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  845. package/web/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  846. package/web/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  847. package/web/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  848. package/web/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  849. package/web/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  850. package/web/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  851. package/web/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  852. package/web/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  853. package/web/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  854. package/web/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  855. package/web/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  856. package/web/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  857. package/web/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  858. package/web/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  859. package/web/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  860. package/web/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  861. package/web/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  862. package/web/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  863. package/web/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  864. package/web/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  865. package/web/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  866. package/web/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  867. package/web/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  868. package/web/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  869. package/web/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  870. package/web/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  871. package/web/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  872. package/web/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  873. package/web/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  874. package/web/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  875. package/web/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  876. package/web/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  877. package/web/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  878. package/web/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  879. package/web/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  880. package/web/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  881. package/web/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  882. package/web/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  883. package/web/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  884. package/web/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  885. package/web/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  886. package/web/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  887. package/web/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  888. package/web/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  889. package/web/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  890. package/web/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  891. package/web/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  892. package/web/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  893. package/web/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  894. package/web/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  895. package/web/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  896. package/web/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  897. package/web/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  898. package/web/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  899. package/web/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  900. package/web/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  901. package/web/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  902. package/web/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  903. package/web/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  904. package/web/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  905. package/web/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  906. package/web/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  907. package/web/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  908. package/web/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  909. package/web/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  910. package/web/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  911. package/web/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  912. package/web/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  913. package/web/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  914. package/web/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  915. package/web/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  916. package/web/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  917. package/web/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  918. package/web/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  919. package/web/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  920. package/web/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  921. package/web/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  922. package/web/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  923. package/web/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  924. package/web/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  925. package/web/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  926. package/web/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  927. package/web/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  928. package/web/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  929. package/web/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  930. package/web/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  931. package/web/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  932. package/web/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  933. package/web/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  934. package/web/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  935. package/web/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  936. package/web/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  937. package/web/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  938. package/web/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  939. package/web/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  940. package/web/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  941. package/web/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  942. package/web/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  943. package/web/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  944. package/web/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  945. package/web/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  946. package/web/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  947. package/web/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  948. package/web/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  949. package/web/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  950. package/web/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  951. package/web/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  952. package/web/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  953. package/web/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  954. package/web/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  955. package/web/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  956. package/web/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  957. package/web/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  958. package/web/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  959. package/web/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  960. package/web/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  961. package/web/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  962. package/web/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  963. package/web/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  964. package/web/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  965. package/web/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  966. package/web/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  967. package/web/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  968. package/web/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  969. package/web/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  970. package/web/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  971. package/web/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  972. package/web/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  973. package/web/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  974. package/web/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  975. package/web/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  976. package/web/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  977. package/web/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  978. package/web/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  979. package/web/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  980. package/web/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  981. package/web/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  982. package/web/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  983. package/web/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  984. package/web/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  985. package/web/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  986. package/web/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  987. package/web/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  988. package/web/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  989. package/web/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  990. package/web/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  991. package/web/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  992. package/web/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  993. package/web/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  994. package/web/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  995. package/web/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  996. package/web/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  997. package/web/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  998. package/web/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  999. package/web/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  1000. package/web/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  1001. package/web/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  1002. package/web/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  1003. package/web/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  1004. package/web/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  1005. package/web/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  1006. package/web/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  1007. package/web/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  1008. package/web/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  1009. package/web/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  1010. package/web/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  1011. package/web/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  1012. package/web/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  1013. package/web/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  1014. package/web/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  1015. package/web/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  1016. package/web/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  1017. package/web/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  1018. package/web/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  1019. package/web/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  1020. package/web/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  1021. package/web/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  1022. package/web/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  1023. package/web/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  1024. package/web/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  1025. package/web/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  1026. package/web/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  1027. package/web/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  1028. package/web/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  1029. package/web/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  1030. package/web/node_modules/caniuse-lite/data/regions/US.js +1 -1
  1031. package/web/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  1032. package/web/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  1033. package/web/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  1034. package/web/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  1035. package/web/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  1036. package/web/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  1037. package/web/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  1038. package/web/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  1039. package/web/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  1040. package/web/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  1041. package/web/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  1042. package/web/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  1043. package/web/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  1044. package/web/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  1045. package/web/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  1046. package/web/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  1047. package/web/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  1048. package/web/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  1049. package/web/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  1050. package/web/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  1051. package/web/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  1052. package/web/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  1053. package/web/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  1054. package/web/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1055. package/web/node_modules/caniuse-lite/data/versionGroups.js +1 -1
  1056. package/web/node_modules/caniuse-lite/package.json +1 -1
  1057. package/web/package-lock.json +45 -45
  1058. package/web/server.js +1 -1
  1059. package/web/.next/server/chunks/7974.js +0 -1
  1060. package/web/.next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js +0 -1
  1061. package/web/.next/static/chunks/5124-19d3cb5b8c373b6d.js +0 -1
  1062. package/web/.next/static/chunks/app/api/github-status/route-596ce1d0c049f589.js +0 -1
  1063. package/web/.next/static/chunks/app/api/gitlab-status/route-596ce1d0c049f589.js +0 -1
  1064. package/web/.next/static/chunks/app/api/models/route-596ce1d0c049f589.js +0 -1
  1065. package/web/.next/static/chunks/app/api/pr-status/merge/route-596ce1d0c049f589.js +0 -1
  1066. package/web/.next/static/chunks/app/api/pr-status/route-596ce1d0c049f589.js +0 -1
  1067. package/web/.next/static/chunks/app/api/preflight/route-596ce1d0c049f589.js +0 -1
  1068. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-596ce1d0c049f589.js +0 -1
  1069. package/web/.next/static/chunks/app/api/projects/[id]/route-596ce1d0c049f589.js +0 -1
  1070. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1071. package/web/.next/static/chunks/app/api/projects/route-596ce1d0c049f589.js +0 -1
  1072. package/web/.next/static/chunks/app/api/runtime/info/route-596ce1d0c049f589.js +0 -1
  1073. package/web/.next/static/chunks/app/api/runtime/resources/route-596ce1d0c049f589.js +0 -1
  1074. package/web/.next/static/chunks/app/api/runtime/terminal/route-596ce1d0c049f589.js +0 -1
  1075. package/web/.next/static/chunks/app/api/runtime/versions/route-596ce1d0c049f589.js +0 -1
  1076. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-596ce1d0c049f589.js +0 -1
  1077. package/web/.next/static/chunks/app/api/runtime/voice/route-596ce1d0c049f589.js +0 -1
  1078. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-596ce1d0c049f589.js +0 -1
  1079. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-596ce1d0c049f589.js +0 -1
  1080. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-596ce1d0c049f589.js +0 -1
  1081. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-596ce1d0c049f589.js +0 -1
  1082. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-596ce1d0c049f589.js +0 -1
  1083. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-596ce1d0c049f589.js +0 -1
  1084. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-596ce1d0c049f589.js +0 -1
  1085. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-596ce1d0c049f589.js +0 -1
  1086. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-596ce1d0c049f589.js +0 -1
  1087. package/web/.next/static/chunks/app/api/sessions/[id]/route-596ce1d0c049f589.js +0 -1
  1088. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-596ce1d0c049f589.js +0 -1
  1089. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-596ce1d0c049f589.js +0 -1
  1090. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-596ce1d0c049f589.js +0 -1
  1091. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1092. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-596ce1d0c049f589.js +0 -1
  1093. package/web/.next/static/chunks/app/api/sessions/route-596ce1d0c049f589.js +0 -1
  1094. package/web/.next/static/chunks/app/api/shepherd/spawn/route-596ce1d0c049f589.js +0 -1
  1095. package/web/.next/static/chunks/app/api/spawn/route-596ce1d0c049f589.js +0 -1
  1096. package/web/.next/static/chunks/app/apple-icon/route-596ce1d0c049f589.js +0 -1
  1097. package/web/.next/static/chunks/app/icon/route-596ce1d0c049f589.js +0 -1
  1098. package/web/.next/static/chunks/app/icon-192/route-596ce1d0c049f589.js +0 -1
  1099. package/web/.next/static/chunks/app/icon-512/route-596ce1d0c049f589.js +0 -1
  1100. package/web/.next/static/chunks/app/layout-77450a833d54e15c.js +0 -1
  1101. package/web/.next/static/chunks/app/manifest.webmanifest/route-596ce1d0c049f589.js +0 -1
  1102. package/web/.next/static/chunks/app/page-fd332d4acc6d8ff0.js +0 -1
  1103. package/web/.next/static/chunks/app/sessions/[id]/page-508070021783e022.js +0 -1
  1104. package/web/.next/static/css/a21fffd2e823d08d.css +0 -3
  1105. /package/web/.next/static/{1N29vAB1vCj1iGIUfy4to → j6j0a_rHfbTSVFFhtL-Dd}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00515,"52":0.0206,"56":0.2626,"72":0.0103,"75":0.00515,"77":0.00515,"78":0.0206,"100":0.00515,"102":0.00515,"103":0.00515,"113":0.00515,"115":0.34498,"119":0.00515,"120":0.00515,"121":0.09268,"124":0.00515,"125":0.0103,"127":0.00515,"128":0.02575,"132":0.00515,"133":0.00515,"134":0.00515,"135":0.0103,"136":0.01545,"137":0.00515,"138":0.00515,"139":0.01545,"140":0.26775,"141":0.0103,"142":0.0103,"143":0.0103,"144":0.00515,"145":0.0206,"146":0.03089,"147":0.03604,"148":0.05149,"149":0.14417,"150":2.84225,"151":1.21516,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 76 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 104 105 106 107 108 109 110 111 112 114 116 117 118 122 123 126 129 130 131 152 153 154 3.5 3.6"},D:{"39":0.21111,"40":0.21111,"41":0.21626,"42":0.21111,"43":0.21626,"44":0.21111,"45":0.21111,"46":0.21111,"47":0.21626,"48":0.21111,"49":0.22656,"50":0.21111,"51":0.21111,"52":0.23685,"53":0.21626,"54":0.21111,"55":0.21111,"56":0.21626,"57":0.21111,"58":0.21626,"59":0.21626,"60":0.21626,"70":0.0206,"72":0.0103,"74":0.0206,"75":0.0103,"76":0.00515,"79":0.0103,"85":0.00515,"87":0.01545,"91":0.0103,"93":0.0206,"103":0.09783,"104":0.06694,"105":0.06179,"106":0.06179,"107":0.06694,"108":0.06694,"109":0.63333,"110":0.06694,"111":0.06694,"112":0.59728,"113":0.00515,"114":0.0103,"115":0.00515,"116":0.23171,"117":0.06179,"118":0.81869,"119":0.04634,"120":0.30379,"121":0.00515,"122":0.02575,"123":0.0206,"124":0.12358,"125":0.2523,"126":0.04634,"127":0.00515,"128":0.05149,"129":0.03089,"130":0.04119,"131":0.17507,"132":0.03089,"133":0.16477,"134":0.12358,"135":0.04634,"136":0.04634,"137":0.11328,"138":0.15962,"139":0.11328,"140":0.03089,"141":0.06179,"142":0.10813,"143":0.18536,"144":0.16477,"145":0.40162,"146":0.59214,"147":7.59478,"148":9.30424,"149":0.03089,"150":0.00515,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 73 77 78 80 81 83 84 86 88 89 90 92 94 95 96 97 98 99 100 101 102 151 152"},F:{"46":0.00515,"95":0.03089,"97":0.02575,"98":0.06179,"102":0.00515,"114":0.0103,"125":0.0103,"126":0.00515,"127":0.00515,"131":0.62818,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00515,"109":0.08238,"120":0.00515,"122":0.00515,"123":0.00515,"124":0.00515,"125":0.00515,"126":0.00515,"128":0.00515,"130":0.00515,"131":0.0206,"132":0.00515,"133":0.00515,"134":0.0103,"135":0.0103,"136":0.01545,"137":0.00515,"138":0.01545,"139":0.0103,"140":0.0103,"141":0.00515,"142":0.01545,"143":0.01545,"144":0.0206,"145":0.05664,"146":0.10298,"147":1.72492,"148":3.74332,"149":0.00515,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 127 129"},E:{"14":0.00515,_:"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.00515,"13.1":0.05149,"14.1":0.10813,"15.1":0.00515,"15.4":0.00515,"15.5":0.00515,"15.6":0.14932,"16.0":0.0103,"16.1":0.0103,"16.2":0.00515,"16.3":0.01545,"16.4":0.00515,"16.5":0.0103,"16.6":0.17507,"17.0":0.00515,"17.1":0.20596,"17.2":0.0103,"17.3":0.01545,"17.4":0.0206,"17.5":0.03089,"17.6":0.20596,"18.0":0.0103,"18.1":0.0206,"18.2":0.0103,"18.3":0.04119,"18.4":0.02575,"18.5-18.7":0.05664,"26.0":0.02575,"26.1":0.04119,"26.2":0.17507,"26.3":0.57154,"26.4":0.60243,"26.5":0.2626},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00139,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00278,"8.1-8.4":0,"9.0-9.2":0.00139,"9.3":0,"10.0-10.2":0,"10.3":0.01253,"11.0-11.2":0.33001,"11.3-11.4":0.00418,"12.0-12.1":0,"12.2-12.5":0.04734,"13.0-13.1":0,"13.2":0.01532,"13.3":0,"13.4-13.7":0.00278,"14.0-14.4":0.01114,"14.5-14.8":0.0181,"15.0-15.1":0.01392,"15.2-15.3":0.00835,"15.4":0.01114,"15.5":0.01253,"15.6-15.8":0.23532,"16.0":0.02506,"16.1":0.03899,"16.2":0.02089,"16.3":0.04595,"16.4":0.00975,"16.5":0.01671,"16.6-16.7":0.3133,"17.0":0.01392,"17.1":0.02367,"17.2":0.02089,"17.3":0.04038,"17.4":0.06405,"17.5":0.08633,"17.6-17.7":0.22697,"18.0":0.04595,"18.1":0.09051,"18.2":0.04874,"18.3":0.14481,"18.4":0.06684,"18.5-18.7":2.30587,"26.0":0.1476,"26.1":0.1838,"26.2":0.70736,"26.3":2.23347,"26.4":4.60617,"26.5":1.64307},P:{"4":0.00687,"20":0.00687,"21":0.01374,"22":0.02062,"23":0.00687,"24":0.01374,"25":0.00687,"26":0.03436,"27":0.02062,"28":0.05498,"29":1.27828,"30":0.22679,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","13.0":0.00687},I:{"0":0.06783,"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.3492,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.04119,"11":0.00515,_:"6 7 8 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.8051},Q:{"14.9":0.00485},O:{"0":0.2134},H:{all:0},L:{"0":35.89392}};
1
+ module.exports={C:{"48":0.00506,"52":0.02023,"72":0.18715,"78":0.02023,"102":0.00506,"110":0.00506,"113":0.00506,"115":0.32877,"120":0.07587,"121":0.15174,"125":0.00506,"127":0.00506,"128":0.02023,"132":0.00506,"133":0.00506,"134":0.01517,"135":0.01012,"136":0.01517,"137":0.00506,"138":0.00506,"139":0.01517,"140":0.27313,"141":0.00506,"142":0.01012,"143":0.01517,"144":0.01012,"145":0.01012,"146":0.03035,"147":0.03035,"148":0.02529,"149":0.04552,"150":0.13657,"151":2.529,"152":1.46176,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 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 111 112 114 116 117 118 119 122 123 124 126 129 130 131 153 154 155 3.5 3.6"},D:{"39":0.19726,"40":0.19726,"41":0.19726,"42":0.19726,"43":0.19726,"44":0.19726,"45":0.19726,"46":0.19726,"47":0.19726,"48":0.19726,"49":0.21244,"50":0.19726,"51":0.19726,"52":0.24278,"53":0.19726,"54":0.19726,"55":0.19726,"56":0.19726,"57":0.19726,"58":0.19726,"59":0.19726,"60":0.19726,"70":0.03035,"72":0.01012,"74":0.02023,"75":0.01012,"76":0.01012,"79":0.01012,"85":0.00506,"87":0.02023,"88":0.00506,"91":0.01517,"93":0.01517,"95":0.00506,"98":0.00506,"101":0.00506,"103":0.10622,"104":0.08093,"105":0.08093,"106":0.08093,"107":0.08093,"108":0.08093,"109":0.63731,"110":0.08093,"111":0.09104,"112":0.07587,"114":0.01517,"115":0.00506,"116":0.23267,"117":0.08093,"118":1.18357,"119":0.1922,"120":0.30348,"121":0.00506,"122":0.02529,"123":0.01517,"124":0.16691,"125":0.12139,"126":0.03541,"127":0.00506,"128":0.0607,"129":0.01517,"130":0.04552,"131":0.21244,"132":0.04046,"133":0.19726,"134":0.07587,"135":0.04552,"136":0.05564,"137":0.35912,"138":0.14162,"139":0.27313,"140":0.03035,"141":0.07081,"142":0.10116,"143":0.06575,"144":0.11128,"145":0.18209,"146":0.23773,"147":0.82951,"148":7.94106,"149":8.52779,"150":0.04046,"151":0.00506,_:"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 73 77 78 80 81 83 84 86 89 90 92 94 96 97 99 100 102 113 152 153"},F:{"46":0.00506,"95":0.02529,"98":0.02529,"99":0.06575,"114":0.00506,"125":0.00506,"131":0.60696,_:"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 115 116 117 118 119 120 121 122 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00506,"109":0.07081,"119":0.07587,"120":0.07587,"122":0.00506,"124":0.00506,"125":0.00506,"126":0.00506,"128":0.00506,"130":0.00506,"131":0.01517,"132":0.00506,"133":0.00506,"134":0.01012,"135":0.01012,"136":0.01517,"137":0.00506,"138":0.01012,"139":0.01012,"140":0.00506,"141":0.00506,"142":0.01012,"143":0.01517,"144":0.02023,"145":0.02529,"146":0.03541,"147":0.07081,"148":1.36566,"149":4.04134,"150":0.00506,_:"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 127 129"},E:{"14":0.00506,_:"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 15.2-15.3 TP","12.1":0.00506,"13.1":0.03541,"14.1":0.11128,"15.1":0.00506,"15.4":0.00506,"15.5":0.00506,"15.6":0.14162,"16.0":0.00506,"16.1":0.01012,"16.2":0.01012,"16.3":0.01012,"16.4":0.00506,"16.5":0.01012,"16.6":0.16691,"17.0":0.00506,"17.1":0.11633,"17.2":0.01012,"17.3":0.01012,"17.4":0.02023,"17.5":0.03035,"17.6":0.18715,"18.0":0.01012,"18.1":0.02023,"18.2":0.01012,"18.3":0.03035,"18.4":0.02023,"18.5-18.7":0.04552,"26.0":0.02529,"26.1":0.02023,"26.2":0.09104,"26.3":0.18715,"26.4":0.11128,"26.5":1.12288},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00126,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00377,"8.1-8.4":0,"9.0-9.2":0.00126,"9.3":0,"10.0-10.2":0,"10.3":0.01383,"11.0-11.2":0.41623,"11.3-11.4":0.00251,"12.0-12.1":0,"12.2-12.5":0.04275,"13.0-13.1":0,"13.2":0.01383,"13.3":0,"13.4-13.7":0.00251,"14.0-14.4":0.0088,"14.5-14.8":0.01383,"15.0-15.1":0.01257,"15.2-15.3":0.00754,"15.4":0.0088,"15.5":0.01132,"15.6-15.8":0.22006,"16.0":0.02012,"16.1":0.03269,"16.2":0.0176,"16.3":0.03772,"16.4":0.0088,"16.5":0.01383,"16.6-16.7":0.28671,"17.0":0.01257,"17.1":0.01886,"17.2":0.0176,"17.3":0.02641,"17.4":0.04024,"17.5":0.07168,"17.6-17.7":0.18485,"18.0":0.0415,"18.1":0.07922,"18.2":0.04275,"18.3":0.13078,"18.4":0.0591,"18.5-18.7":1.89,"26.0":0.12449,"26.1":0.12952,"26.2":0.39108,"26.3":0.53443,"26.4":0.61239,"26.5":6.94509},P:{"4":0.00684,"20":0.00684,"21":0.00684,"22":0.02051,"23":0.00684,"24":0.01367,"25":0.01367,"26":0.03418,"27":0.02734,"28":0.05468,"29":0.19822,"30":1.22347,_:"5.0-5.4 6.2-6.4 9.2 10.1 12.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00684,"8.2":0.00684,"11.1-11.2":0.00684,"13.0":0.00684},I:{"0":0.0691,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.37552,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.02529,_:"6 7 8 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.23223},H:{all:0},L:{"0":38.14621},R:{_:"0"},M:{"0":0.76586},Q:{"14.9":0.00494}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00667,"72":0.08665,"115":0.02,"120":0.01333,"121":0.02,"122":0.00667,"140":0.17329,"143":0.00667,"146":0.01333,"147":0.00667,"148":0.02,"149":0.02,"150":0.6865,"151":0.15996,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 123 124 125 126 127 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.05999,"40":0.06665,"41":0.06665,"42":0.06665,"43":0.07332,"44":0.07332,"45":0.06665,"46":0.07332,"47":0.05999,"48":0.07332,"49":0.07332,"50":0.07998,"51":0.06665,"52":0.07998,"53":0.06665,"54":0.06665,"55":0.05999,"56":0.07998,"57":0.05999,"58":0.05999,"59":0.07998,"60":0.07332,"65":0.02666,"66":0.01333,"68":0.00667,"69":0.09998,"70":0.01333,"72":0.01333,"73":0.06665,"74":0.00667,"75":0.02666,"76":0.00667,"79":0.39324,"81":0.00667,"83":0.09331,"84":0.01333,"86":0.05332,"87":0.17329,"89":0.00667,"91":0.01333,"93":0.01333,"94":0.01333,"95":0.03999,"98":0.13997,"100":0.00667,"101":0.00667,"103":1.27302,"104":1.29301,"105":1.24636,"106":1.30634,"107":1.31967,"108":1.23969,"109":1.49963,"110":1.24636,"111":1.25969,"112":4.35225,"113":0.00667,"114":0.02,"116":2.54603,"117":1.29968,"118":9.93752,"119":0.10664,"120":1.49963,"121":0.00667,"122":0.02666,"123":0.03999,"124":1.34633,"125":0.09998,"126":0.00667,"127":0.00667,"128":0.00667,"129":0.00667,"130":0.09998,"131":2.64601,"132":0.02666,"133":2.54603,"134":0.03333,"135":0.00667,"136":0.07332,"137":0.05332,"138":0.21995,"139":0.05332,"140":0.04666,"141":0.02,"142":0.03333,"143":0.09331,"144":0.03999,"145":2.17946,"146":0.29993,"147":3.01925,"148":4.21895,"149":0.00667,_:"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 71 77 78 80 85 88 90 92 96 97 99 102 115 150 151 152"},F:{"46":0.01333,"95":0.01333,"97":0.02,"98":0.02666,"113":0.00667,"117":0.00667,"120":0.00667,"122":0.00667,"131":0.61318,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 118 119 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00667,"89":0.00667,"92":0.05999,"109":0.01333,"120":0.00667,"122":0.01333,"131":0.00667,"134":0.02666,"136":0.00667,"137":0.00667,"140":0.01333,"142":0.00667,"143":0.01333,"144":0.00667,"145":0.11331,"146":0.15996,"147":0.83313,"148":1.5996,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 123 124 125 126 127 128 129 130 132 133 135 138 139 141 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 26.0 TP","5.1":0.00667,"13.1":0.00667,"15.6":0.02,"16.6":0.02,"17.1":0.00667,"17.6":0.02666,"18.5-18.7":0.00667,"26.1":0.00667,"26.2":0.00667,"26.3":0.02666,"26.4":0.04666,"26.5":0.05332},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00021,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00042,"8.1-8.4":0,"9.0-9.2":0.00021,"9.3":0,"10.0-10.2":0,"10.3":0.00187,"11.0-11.2":0.04932,"11.3-11.4":0.00062,"12.0-12.1":0,"12.2-12.5":0.00708,"13.0-13.1":0,"13.2":0.00229,"13.3":0,"13.4-13.7":0.00042,"14.0-14.4":0.00166,"14.5-14.8":0.00271,"15.0-15.1":0.00208,"15.2-15.3":0.00125,"15.4":0.00166,"15.5":0.00187,"15.6-15.8":0.03517,"16.0":0.00375,"16.1":0.00583,"16.2":0.00312,"16.3":0.00687,"16.4":0.00146,"16.5":0.0025,"16.6-16.7":0.04682,"17.0":0.00208,"17.1":0.00354,"17.2":0.00312,"17.3":0.00604,"17.4":0.00957,"17.5":0.0129,"17.6-17.7":0.03392,"18.0":0.00687,"18.1":0.01353,"18.2":0.00728,"18.3":0.02164,"18.4":0.00999,"18.5-18.7":0.34462,"26.0":0.02206,"26.1":0.02747,"26.2":0.10572,"26.3":0.3338,"26.4":0.68841,"26.5":0.24556},P:{"4":0.05257,"26":0.01213,"27":0.00809,"28":0.00809,"29":0.16175,"30":0.00809,_:"20 21 22 23 24 25 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","5.0-5.4":0.05257,"7.2-7.4":0.01617,"16.0":0.00404},I:{"0":0.00666,"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.54694,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00334,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.03669},Q:{"14.9":0.00334},O:{"0":0.27681},H:{all:0},L:{"0":38.12933}};
1
+ module.exports={C:{"7":0.04407,"80":0.00735,"100":0.00735,"115":0.03673,"120":0.47743,"121":0.95485,"127":0.01469,"129":0.01469,"135":0.01469,"137":0.00735,"140":0.07345,"145":0.00735,"146":0.00735,"148":0.00735,"149":0.00735,"150":0.01469,"151":0.44805,"152":0.27177,_:"2 3 4 5 6 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 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 130 131 132 133 134 136 138 139 141 142 143 144 147 153 154 155 3.5 3.6"},D:{"39":0.03673,"40":0.04407,"41":0.04407,"42":0.03673,"43":0.03673,"44":0.03673,"45":0.04407,"46":0.03673,"47":0.03673,"48":0.02938,"49":0.03673,"50":0.03673,"51":0.03673,"52":0.03673,"53":0.04407,"54":0.03673,"55":0.03673,"56":0.03673,"57":0.03673,"58":0.03673,"59":0.04407,"60":0.02938,"65":0.02204,"66":0.00735,"68":0.00735,"69":0.06611,"70":0.01469,"71":0.00735,"72":0.02204,"73":0.10283,"74":0.03673,"75":0.03673,"76":0.00735,"78":0.03673,"79":0.34522,"81":0.03673,"83":0.0808,"84":0.01469,"86":0.11018,"87":0.15425,"88":0.00735,"90":0.02938,"91":0.00735,"92":0.00735,"93":0.05876,"94":0.07345,"95":0.04407,"96":0.00735,"98":0.09549,"100":0.01469,"101":0.00735,"103":1.35883,"104":1.30741,"105":1.3221,"106":1.31476,"107":1.34414,"108":1.35148,"109":1.83625,"110":1.34414,"111":1.36617,"112":1.35148,"113":0.02938,"114":0.08814,"115":0.00735,"116":2.73969,"117":1.30741,"118":14.16851,"119":1.07972,"120":2.50465,"121":0.00735,"122":0.00735,"123":0.05142,"124":1.37352,"125":0.17628,"126":0.02938,"127":0.00735,"128":0.02938,"129":0.00735,"131":2.68093,"132":0.05876,"133":2.62951,"134":0.05142,"135":0.00735,"136":0.00735,"137":0.17628,"138":0.19097,"139":0.01469,"140":0.00735,"141":0.02204,"142":0.0808,"143":0.11752,"144":0.05142,"145":1.50573,"146":0.11752,"147":0.25708,"148":2.94535,"149":4.54656,"150":0.05142,_:"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 77 80 85 89 97 99 102 130 151 152 153"},F:{"46":0.02204,"79":0.00735,"90":0.00735,"95":0.00735,"98":0.01469,"99":0.01469,"102":0.00735,"113":0.00735,"131":0.74185,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 91 92 93 94 96 97 100 101 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:{"15":0.00735,"16":0.00735,"17":0.00735,"18":0.00735,"85":0.01469,"90":0.01469,"92":0.03673,"100":0.00735,"109":0.00735,"119":0.47743,"120":0.48477,"131":0.00735,"137":0.00735,"139":0.00735,"140":0.02938,"143":0.00735,"144":0.05142,"145":0.06611,"146":0.23504,"147":0.07345,"148":0.74185,"149":2.06395,_:"12 13 14 79 80 81 83 84 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 134 135 136 138 141 142 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 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 26.1 26.2 26.4 TP","13.1":0.00735,"15.6":0.04407,"16.6":0.02204,"17.1":0.00735,"17.6":0.0808,"18.4":0.00735,"18.5-18.7":0.00735,"26.0":0.00735,"26.3":0.05142,"26.5":0.1469},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0002,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00061,"8.1-8.4":0,"9.0-9.2":0.0002,"9.3":0,"10.0-10.2":0,"10.3":0.00223,"11.0-11.2":0.06696,"11.3-11.4":0.0004,"12.0-12.1":0,"12.2-12.5":0.00688,"13.0-13.1":0,"13.2":0.00223,"13.3":0,"13.4-13.7":0.0004,"14.0-14.4":0.00142,"14.5-14.8":0.00223,"15.0-15.1":0.00202,"15.2-15.3":0.00121,"15.4":0.00142,"15.5":0.00182,"15.6-15.8":0.0354,"16.0":0.00324,"16.1":0.00526,"16.2":0.00283,"16.3":0.00607,"16.4":0.00142,"16.5":0.00223,"16.6-16.7":0.04613,"17.0":0.00202,"17.1":0.00303,"17.2":0.00283,"17.3":0.00425,"17.4":0.00647,"17.5":0.01153,"17.6-17.7":0.02974,"18.0":0.00668,"18.1":0.01275,"18.2":0.00688,"18.3":0.02104,"18.4":0.00951,"18.5-18.7":0.30407,"26.0":0.02003,"26.1":0.02084,"26.2":0.06292,"26.3":0.08598,"26.4":0.09853,"26.5":1.11736},P:{"4":0.05141,"21":0.00428,"24":0.00428,"26":0.00428,"27":0.00428,"28":0.00857,"29":0.05998,"30":0.17994,_:"20 22 23 25 6.2-6.4 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01285,"7.2-7.4":0.03427,"8.2":0.00428,"9.2":0.00857},I:{"0":0.01061,"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.56286,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.00266,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.33188},H:{all:0},L:{"0":31.69355},R:{_:"0"},M:{"0":0.03717},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00496,"59":0.01984,"67":0.00496,"78":0.00992,"115":0.07934,"121":0.00496,"128":0.00496,"133":0.00496,"134":0.00496,"135":0.00496,"136":0.00496,"140":0.02975,"142":0.00496,"144":0.00496,"145":0.00496,"146":0.00496,"147":0.00992,"148":0.01984,"149":0.03471,"150":1.00172,"151":0.33225,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 127 129 130 131 132 137 138 139 141 143 152 153 154 3.5 3.6"},D:{"39":0.09918,"40":0.09918,"41":0.09918,"42":0.09918,"43":0.09918,"44":0.09918,"45":0.09918,"46":0.09918,"47":0.09918,"48":0.09918,"49":0.10414,"50":0.09918,"51":0.09918,"52":0.10414,"53":0.09918,"54":0.09918,"55":0.09918,"56":0.09918,"57":0.09918,"58":0.09918,"59":0.09918,"60":0.09918,"66":0.04959,"76":0.00496,"79":0.00992,"80":0.00496,"87":0.01984,"89":0.00496,"91":0.00496,"92":0.00496,"93":0.00992,"103":0.14381,"104":0.07439,"105":0.06943,"106":0.06943,"107":0.06943,"108":0.07934,"109":0.26283,"110":0.06943,"111":0.07439,"112":0.25787,"114":0.01984,"116":0.18844,"117":0.06943,"118":0.27275,"119":0.01488,"120":0.09918,"121":0.00496,"122":0.04463,"123":0.00992,"124":0.10414,"125":0.44631,"126":0.05455,"127":0.00496,"128":0.04959,"129":0.00496,"130":0.01488,"131":0.16365,"132":0.01488,"133":0.15373,"134":0.0248,"135":0.01488,"136":0.07439,"137":0.1091,"138":0.15373,"139":0.18844,"140":0.03471,"141":0.05455,"142":0.14381,"143":0.09918,"144":0.13885,"145":0.5207,"146":0.61492,"147":7.17071,"148":8.57907,"149":0.0248,"150":0.00992,_:"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 77 78 81 83 84 85 86 88 90 94 95 96 97 98 99 100 101 102 113 115 151 152"},F:{"46":0.00496,"95":0.00992,"97":0.01488,"98":0.03471,"116":0.00496,"131":0.41656,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 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:{"17":0.00496,"109":0.03967,"119":0.00496,"120":0.00496,"131":0.00496,"133":0.00992,"134":0.00496,"135":0.00496,"136":0.00496,"137":0.00496,"138":0.00496,"139":0.00496,"140":0.00496,"141":0.00496,"142":0.00496,"143":0.0248,"144":0.02975,"145":0.11902,"146":0.09422,"147":3.26302,"148":6.95252,"149":0.00496,_:"12 13 14 15 16 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"},E:{"13":0.00496,"14":0.00992,"15":0.00496,_:"4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.1 TP","11.1":0.01984,"12.1":0.00496,"13.1":0.0248,"14.1":0.02975,"15.2-15.3":0.00496,"15.4":0.00496,"15.5":0.00992,"15.6":0.23307,"16.0":0.00992,"16.1":0.01488,"16.2":0.00992,"16.3":0.0248,"16.4":0.00992,"16.5":0.00992,"16.6":0.33225,"17.0":0.01488,"17.1":0.33225,"17.2":0.00992,"17.3":0.01488,"17.4":0.02975,"17.5":0.04959,"17.6":0.2182,"18.0":0.00992,"18.1":0.03967,"18.2":0.01488,"18.3":0.08926,"18.4":0.02975,"18.5-18.7":0.08926,"26.0":0.03471,"26.1":0.04463,"26.2":0.25291,"26.3":0.89262,"26.4":1.70094,"26.5":0.69922},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00238,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00477,"8.1-8.4":0,"9.0-9.2":0.00238,"9.3":0,"10.0-10.2":0,"10.3":0.02145,"11.0-11.2":0.56486,"11.3-11.4":0.00715,"12.0-12.1":0,"12.2-12.5":0.08104,"13.0-13.1":0,"13.2":0.02622,"13.3":0,"13.4-13.7":0.00477,"14.0-14.4":0.01907,"14.5-14.8":0.03098,"15.0-15.1":0.02383,"15.2-15.3":0.0143,"15.4":0.01907,"15.5":0.02145,"15.6-15.8":0.40279,"16.0":0.0429,"16.1":0.06673,"16.2":0.03575,"16.3":0.07865,"16.4":0.01668,"16.5":0.0286,"16.6-16.7":0.53626,"17.0":0.02383,"17.1":0.04052,"17.2":0.03575,"17.3":0.06912,"17.4":0.10964,"17.5":0.14777,"17.6-17.7":0.38849,"18.0":0.07865,"18.1":0.15492,"18.2":0.08342,"18.3":0.24787,"18.4":0.1144,"18.5-18.7":3.94689,"26.0":0.25264,"26.1":0.31461,"26.2":1.21076,"26.3":3.82295,"26.4":7.88424,"26.5":2.81239},P:{"21":0.00669,"22":0.01338,"23":0.00669,"24":0.01338,"25":0.00669,"26":0.04683,"27":0.02007,"28":0.05352,"29":1.95364,"30":0.42819,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00669},I:{"0":0.01511,"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.16131,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.01488,_:"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.45873},Q:{_:"14.9"},O:{"0":0.03529},H:{all:0},L:{"0":27.91567}};
1
+ module.exports={C:{"52":0.00511,"59":0.01021,"67":0.00511,"78":0.00511,"103":0.00511,"115":0.07147,"120":0.02042,"121":0.03574,"125":0.01532,"128":0.00511,"134":0.01021,"135":0.00511,"136":0.01021,"140":0.03063,"142":0.00511,"144":0.00511,"146":0.00511,"147":0.00511,"148":0.01532,"149":0.01021,"150":0.05105,"151":0.86785,"152":0.5054,"153":0.00511,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 129 130 131 132 133 137 138 139 141 143 145 154 155 3.5 3.6"},D:{"39":0.07147,"40":0.07147,"41":0.07147,"42":0.07147,"43":0.07147,"44":0.07147,"45":0.07147,"46":0.07147,"47":0.07147,"48":0.07147,"49":0.07658,"50":0.07147,"51":0.07147,"52":0.07658,"53":0.07147,"54":0.07147,"55":0.07147,"56":0.07147,"57":0.07147,"58":0.07147,"59":0.07147,"60":0.07147,"66":0.04084,"70":0.02553,"76":0.00511,"79":0.01532,"87":0.02042,"88":0.00511,"91":0.00511,"93":0.01021,"101":0.00511,"102":0.00511,"103":0.11742,"104":0.06637,"105":0.05616,"106":0.05616,"107":0.05616,"108":0.07147,"109":0.25525,"110":0.05105,"111":0.06126,"112":0.05616,"114":0.02553,"116":0.15315,"117":0.05616,"118":0.29099,"119":0.05105,"120":0.11742,"121":0.00511,"122":0.05105,"123":0.01021,"124":0.08168,"125":0.21441,"126":0.06126,"127":0.01021,"128":0.05105,"129":0.00511,"130":0.01532,"131":0.13784,"132":0.01532,"133":0.12252,"134":0.02553,"135":0.02042,"136":0.05616,"137":0.14805,"138":0.15315,"139":0.32162,"140":0.03063,"141":0.05616,"142":0.13784,"143":0.06637,"144":0.10721,"145":0.29099,"146":0.5054,"147":0.53603,"148":8.24458,"149":8.51004,"150":0.04084,"151":0.00511,_:"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 75 77 78 80 81 83 84 85 86 89 90 92 94 95 96 97 98 99 100 113 115 152 153"},F:{"46":0.00511,"95":0.01021,"98":0.00511,"99":0.03063,"116":0.00511,"131":0.35225,_:"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 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:{"17":0.00511,"109":0.03574,"119":0.02042,"120":0.02042,"131":0.01021,"133":0.01021,"135":0.00511,"136":0.00511,"138":0.00511,"139":0.00511,"140":0.00511,"141":0.00511,"142":0.00511,"143":0.01532,"144":0.02553,"145":0.05616,"146":0.03574,"147":0.12252,"148":3.07832,"149":8.46409,"150":0.00511,_:"12 13 14 15 16 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 134 137"},E:{"13":0.00511,"14":0.01021,"27":0.00511,_:"4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 TP","11.1":0.01021,"13.1":0.02553,"14.1":0.03063,"15.2-15.3":0.00511,"15.4":0.00511,"15.5":0.00511,"15.6":0.22973,"16.0":0.00511,"16.1":0.01021,"16.2":0.01021,"16.3":0.02553,"16.4":0.00511,"16.5":0.01021,"16.6":0.32162,"17.0":0.02042,"17.1":0.34204,"17.2":0.01021,"17.3":0.01532,"17.4":0.02042,"17.5":0.04084,"17.6":0.2042,"18.0":0.01021,"18.1":0.04084,"18.2":0.01021,"18.3":0.08168,"18.4":0.02553,"18.5-18.7":0.07658,"26.0":0.02042,"26.1":0.02553,"26.2":0.13784,"26.3":0.22973,"26.4":0.21952,"26.5":3.04769},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00219,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00656,"8.1-8.4":0,"9.0-9.2":0.00219,"9.3":0,"10.0-10.2":0,"10.3":0.02405,"11.0-11.2":0.72376,"11.3-11.4":0.00437,"12.0-12.1":0,"12.2-12.5":0.07434,"13.0-13.1":0,"13.2":0.02405,"13.3":0,"13.4-13.7":0.00437,"14.0-14.4":0.01531,"14.5-14.8":0.02405,"15.0-15.1":0.02187,"15.2-15.3":0.01312,"15.4":0.01531,"15.5":0.01968,"15.6-15.8":0.38265,"16.0":0.03499,"16.1":0.05685,"16.2":0.03061,"16.3":0.0656,"16.4":0.01531,"16.5":0.02405,"16.6-16.7":0.49854,"17.0":0.02187,"17.1":0.0328,"17.2":0.03061,"17.3":0.04592,"17.4":0.06997,"17.5":0.12464,"17.6-17.7":0.32143,"18.0":0.07216,"18.1":0.13776,"18.2":0.07434,"18.3":0.22741,"18.4":0.10277,"18.5-18.7":3.28645,"26.0":0.21647,"26.1":0.22522,"26.2":0.68003,"26.3":0.9293,"26.4":1.06487,"26.5":12.07657},P:{"21":0.00654,"22":0.01308,"23":0.00654,"24":0.01308,"25":0.00654,"26":0.03924,"27":0.01962,"28":0.05232,"29":0.18966,"30":2.05354,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.00654,"19.0":0.00654},I:{"0":0.01467,"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.15664,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.01021,_:"6 7 8 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.03916},H:{all:0},L:{"0":28.71171},R:{_:"0"},M:{"0":0.46013},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.01809,"103":0.15073,"115":0.01809,"120":0.00603,"121":0.01206,"136":0.02412,"147":0.02412,"149":0.01206,"150":0.54261,"151":0.24116,_:"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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 140 141 142 143 144 145 146 148 152 153 154 3.5 3.6"},D:{"39":0.07838,"40":0.10249,"41":0.06632,"42":0.07838,"43":0.06029,"44":0.06632,"45":0.06029,"46":0.07838,"47":0.06029,"48":0.06632,"49":0.07235,"50":0.07838,"51":0.06632,"52":0.08441,"53":0.08441,"54":0.07235,"55":0.09646,"56":0.06029,"57":0.06029,"58":0.07235,"59":0.05426,"60":0.06029,"64":0.00603,"65":0.00603,"76":0.00603,"77":0.01206,"79":0.00603,"81":0.00603,"86":0.00603,"88":0.00603,"98":0.00603,"103":0.25322,"104":0.70539,"105":0.25322,"106":0.24116,"107":0.25322,"108":0.26528,"109":0.31954,"110":0.2291,"111":0.21704,"112":2.01369,"116":0.74157,"117":0.24116,"118":3.70181,"119":0.01206,"120":0.23513,"121":0.00603,"122":0.01809,"123":0.01809,"124":0.26528,"125":0.00603,"126":0.00603,"127":0.00603,"128":0.01809,"129":0.01809,"130":0.04823,"131":0.52452,"132":0.01206,"133":0.53055,"134":0.01206,"135":0.02412,"136":0.01206,"137":0.0422,"138":0.10249,"139":0.0422,"141":0.01809,"142":0.10852,"143":0.0422,"144":0.03617,"145":4.92569,"146":0.16881,"147":7.89799,"148":12.49209,"149":0.05426,"150":0.02412,_:"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 68 69 70 71 72 73 74 75 78 80 83 84 85 87 89 90 91 92 93 94 95 96 97 99 100 101 102 113 114 115 140 151 152"},F:{"95":0.09646,"98":0.00603,"131":0.80186,_:"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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00603,"119":0.03015,"120":0.00603,"137":0.00603,"138":0.00603,"142":0.00603,"144":0.07838,"145":0.00603,"146":0.05426,"147":2.81554,"148":4.52778,"149":0.00603,_:"12 13 14 15 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 139 140 141 143"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.1 17.2 17.5 18.0 18.1 TP","5.1":0.01206,"15.6":0.01809,"16.0":0.01809,"16.2":0.00603,"16.3":0.00603,"16.4":0.00603,"16.5":0.00603,"16.6":0.10852,"17.0":0.06029,"17.1":0.09646,"17.3":0.07838,"17.4":0.01809,"17.6":0.2291,"18.2":0.0422,"18.3":0.1869,"18.4":0.00603,"18.5-18.7":0.31351,"26.0":0.01206,"26.1":0.02412,"26.2":0.05426,"26.3":0.4582,"26.4":0.45218,"26.5":0.35571},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00095,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00191,"8.1-8.4":0,"9.0-9.2":0.00095,"9.3":0,"10.0-10.2":0,"10.3":0.00859,"11.0-11.2":0.22615,"11.3-11.4":0.00286,"12.0-12.1":0,"12.2-12.5":0.03244,"13.0-13.1":0,"13.2":0.0105,"13.3":0,"13.4-13.7":0.00191,"14.0-14.4":0.00763,"14.5-14.8":0.01241,"15.0-15.1":0.00954,"15.2-15.3":0.00573,"15.4":0.00763,"15.5":0.00859,"15.6-15.8":0.16127,"16.0":0.01718,"16.1":0.02672,"16.2":0.01431,"16.3":0.03149,"16.4":0.00668,"16.5":0.01145,"16.6-16.7":0.2147,"17.0":0.00954,"17.1":0.01622,"17.2":0.01431,"17.3":0.02767,"17.4":0.04389,"17.5":0.05916,"17.6-17.7":0.15554,"18.0":0.03149,"18.1":0.06203,"18.2":0.0334,"18.3":0.09924,"18.4":0.0458,"18.5-18.7":1.58021,"26.0":0.10115,"26.1":0.12596,"26.2":0.48475,"26.3":1.53059,"26.4":3.1566,"26.5":1.12599},P:{"25":0.21348,"28":0.02463,"29":1.14131,"30":0.18064,_:"4 20 21 22 23 24 26 27 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.00821,"17.0":0.00821},I:{"0":0.01587,"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.1509,_:"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.14296},Q:{_:"14.9"},O:{"0":0.00794},H:{all:0},L:{"0":35.48656}};
1
+ module.exports={C:{"103":0.31876,"115":0.02452,"120":0.23907,"121":0.59461,"125":0.01839,"126":0.00613,"127":0.01226,"128":0.00613,"129":0.01226,"130":0.01226,"131":0.01226,"132":0.01839,"133":0.01839,"134":0.01226,"135":0.01226,"136":0.04291,"138":0.00613,"140":0.00613,"143":0.00613,"145":0.01226,"149":0.01226,"150":0.01839,"151":0.31263,"152":0.45362,_:"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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 137 139 141 142 144 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.03678,"40":0.0613,"41":0.0613,"42":0.04904,"43":0.04291,"44":0.03065,"45":0.04291,"46":0.03678,"47":0.03065,"48":0.04904,"49":0.05517,"50":0.03065,"51":0.03065,"52":0.04291,"53":0.04904,"54":0.02452,"55":0.17777,"56":0.0613,"57":0.07969,"58":0.0613,"59":0.03065,"60":0.04291,"65":0.00613,"73":0.00613,"77":0.01226,"88":0.00613,"103":0.25133,"104":0.81529,"105":0.26972,"106":0.26359,"107":0.26359,"108":0.25133,"109":0.36167,"110":0.3065,"111":0.28811,"112":0.29424,"114":0.00613,"116":0.57009,"117":0.30037,"118":3.83738,"119":0.613,"120":0.90724,"122":0.00613,"123":0.01839,"124":0.38006,"126":0.01226,"127":0.03065,"128":0.04291,"129":0.03065,"130":0.04291,"131":0.52105,"132":0.00613,"133":0.53944,"134":0.01226,"136":0.00613,"137":0.05517,"138":0.03065,"139":0.03065,"142":0.14099,"143":0.08582,"144":0.03065,"145":2.28036,"146":4.54846,"147":0.17777,"148":6.14839,"149":13.28371,"150":0.10421,"151":0.03065,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 70 71 72 74 75 76 78 79 80 81 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 113 115 121 125 135 140 141 152 153"},F:{"85":0.00613,"95":0.09808,"126":0.05517,"131":0.36167,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.02452,"119":0.27585,"120":0.28198,"136":0.00613,"141":0.03065,"143":0.02452,"145":0.00613,"146":0.01226,"147":0.09195,"148":2.2068,"149":5.5783,"150":0.00613,_:"12 13 14 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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 140 142 144"},E:{"5":0.00613,_:"4 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 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.2 17.3 17.5 18.0 18.2 26.0 TP","15.6":0.04291,"16.6":0.0613,"17.0":0.37393,"17.1":0.17164,"17.4":0.01226,"17.6":0.04904,"18.1":0.00613,"18.3":0.11647,"18.4":0.02452,"18.5-18.7":0.1226,"26.1":0.00613,"26.2":0.01839,"26.3":0.12873,"26.4":0.05517,"26.5":1.06049},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00115,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00344,"8.1-8.4":0,"9.0-9.2":0.00115,"9.3":0,"10.0-10.2":0,"10.3":0.01261,"11.0-11.2":0.37942,"11.3-11.4":0.00229,"12.0-12.1":0,"12.2-12.5":0.03897,"13.0-13.1":0,"13.2":0.01261,"13.3":0,"13.4-13.7":0.00229,"14.0-14.4":0.00802,"14.5-14.8":0.01261,"15.0-15.1":0.01146,"15.2-15.3":0.00688,"15.4":0.00802,"15.5":0.01032,"15.6-15.8":0.2006,"16.0":0.01834,"16.1":0.0298,"16.2":0.01605,"16.3":0.03439,"16.4":0.00802,"16.5":0.01261,"16.6-16.7":0.26136,"17.0":0.01146,"17.1":0.01719,"17.2":0.01605,"17.3":0.02407,"17.4":0.03668,"17.5":0.06534,"17.6-17.7":0.16851,"18.0":0.03783,"18.1":0.07222,"18.2":0.03897,"18.3":0.11921,"18.4":0.05388,"18.5-18.7":1.72288,"26.0":0.11348,"26.1":0.11807,"26.2":0.3565,"26.3":0.48717,"26.4":0.55825,"26.5":6.33098},P:{"24":0.0073,"25":0.17521,"28":0.0073,"29":0.0803,"30":1.00013,_:"4 20 21 22 23 26 27 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.0073,"8.2":0.0073},I:{"0":0.01933,"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.16641,_:"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.22446},H:{all:0},L:{"0":31.65784},R:{_:"0"},M:{"0":0.0387},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00463,"68":0.00926,"72":0.00926,"78":0.04168,"79":0.00463,"102":0.00463,"103":0.00463,"113":0.04631,"115":0.04631,"121":0.00463,"140":0.02316,"147":0.00463,"148":0.00463,"149":0.02316,"150":0.30565,"151":0.15745,"152":0.00463,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 73 74 75 76 77 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 114 116 117 118 119 120 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 3.5 3.6"},D:{"34":0.00463,"39":0.02316,"40":0.01852,"41":0.01852,"42":0.01852,"43":0.01852,"44":0.01852,"45":0.01852,"46":0.01852,"47":0.01852,"48":0.01852,"49":0.02316,"50":0.01852,"51":0.01852,"52":0.02316,"53":0.02316,"54":0.01852,"55":0.01852,"56":0.02779,"57":0.02316,"58":0.02316,"59":0.01852,"60":0.02316,"66":0.01852,"68":0.01389,"69":0.00926,"70":0.00926,"72":0.00463,"73":0.04168,"74":0.00463,"75":0.00463,"76":0.01389,"78":0.01852,"79":0.13893,"80":0.00463,"83":0.18061,"84":0.00463,"86":0.00463,"87":0.79653,"88":0.01389,"89":0.00463,"91":0.05094,"92":0.00926,"93":0.00463,"94":0.10651,"95":0.00926,"96":0.00463,"98":0.03242,"101":0.10651,"102":0.03705,"103":0.2084,"104":0.20376,"105":0.1945,"106":0.20376,"107":0.1945,"108":0.25471,"109":1.83388,"110":0.2084,"111":0.44458,"112":0.56498,"113":0.05094,"114":0.01852,"116":0.42142,"117":0.18524,"118":0.9864,"119":0.02779,"120":1.18091,"121":0.01389,"122":0.03705,"123":0.01852,"124":0.21303,"125":0.21303,"126":0.02779,"127":0.27323,"128":0.02779,"129":0.00463,"130":0.01389,"131":0.41679,"132":0.03705,"133":0.41679,"134":0.04631,"135":0.01852,"136":0.01852,"137":0.05094,"138":0.1945,"139":0.03705,"140":0.03242,"141":0.02779,"142":0.04168,"143":0.06947,"144":0.06483,"145":0.39827,"146":0.31954,"147":5.91842,"148":9.42409,"149":0.02316,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 61 62 63 64 65 67 71 77 81 85 90 97 99 100 115 150 151 152"},F:{"28":0.00463,"36":0.00926,"40":0.00463,"46":0.34269,"79":0.00926,"85":0.00463,"86":0.00926,"93":0.00463,"95":0.16672,"97":0.00926,"98":0.04168,"125":0.00463,"131":0.78727,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 87 88 89 90 91 92 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.01389,"16":0.00463,"18":0.00463,"92":0.00926,"109":0.01852,"114":0.00463,"118":0.00926,"131":0.00463,"132":0.00926,"134":0.00463,"135":0.00463,"136":0.00463,"137":0.02316,"138":0.00463,"139":0.00463,"140":0.01389,"141":0.01389,"142":0.00926,"143":0.01852,"144":0.01852,"145":0.06947,"146":0.0741,"147":0.77801,"148":1.64401,_:"12 13 15 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 119 120 121 122 123 124 125 126 127 128 129 130 133 149"},E:{"13":0.00926,"14":0.00926,_:"4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 16.0 16.2 16.4 17.0 TP","13.1":0.00463,"14.1":0.00463,"15.2-15.3":0.00463,"15.5":0.00926,"15.6":0.03242,"16.1":0.00463,"16.3":0.00463,"16.5":0.00926,"16.6":0.03705,"17.1":0.03705,"17.2":0.01389,"17.3":0.00926,"17.4":0.02779,"17.5":0.00926,"17.6":0.05094,"18.0":0.00926,"18.1":0.00926,"18.2":0.00926,"18.3":0.00926,"18.4":0.00926,"18.5-18.7":0.05094,"26.0":0.01852,"26.1":0.02316,"26.2":0.05557,"26.3":0.18987,"26.4":0.21303,"26.5":0.09262},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00133,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00266,"8.1-8.4":0,"9.0-9.2":0.00133,"9.3":0,"10.0-10.2":0,"10.3":0.01196,"11.0-11.2":0.31506,"11.3-11.4":0.00399,"12.0-12.1":0,"12.2-12.5":0.0452,"13.0-13.1":0,"13.2":0.01462,"13.3":0,"13.4-13.7":0.00266,"14.0-14.4":0.01063,"14.5-14.8":0.01728,"15.0-15.1":0.01329,"15.2-15.3":0.00798,"15.4":0.01063,"15.5":0.01196,"15.6-15.8":0.22466,"16.0":0.02393,"16.1":0.03722,"16.2":0.01994,"16.3":0.04387,"16.4":0.00931,"16.5":0.01595,"16.6-16.7":0.29911,"17.0":0.01329,"17.1":0.0226,"17.2":0.01994,"17.3":0.03855,"17.4":0.06115,"17.5":0.08242,"17.6-17.7":0.21669,"18.0":0.04387,"18.1":0.08641,"18.2":0.04653,"18.3":0.13825,"18.4":0.06381,"18.5-18.7":2.20143,"26.0":0.14091,"26.1":0.17548,"26.2":0.67532,"26.3":2.1323,"26.4":4.39754,"26.5":1.56865},P:{"4":0.25659,"23":0.00524,"24":0.00262,"25":0.00524,"26":0.00262,"27":0.00524,"28":0.0288,"29":0.26182,"30":0.03927,_:"20 21 22 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.01047,"6.2-6.4":0.02618,"7.2-7.4":0.12567,"8.2":0.07855},I:{"0":0.03755,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.11812,_:"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.12886},Q:{_:"14.9"},O:{"0":0.02685},H:{all:0},L:{"0":47.04937}};
1
+ module.exports={C:{"68":0.01422,"78":0.0237,"94":0.00474,"103":0.00474,"113":0.0474,"115":0.05688,"120":0.09954,"121":0.20382,"140":0.01896,"146":0.00474,"147":0.00474,"148":0.00474,"149":0.00474,"150":0.0237,"151":0.26544,"152":0.20856,"153":0.00474,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 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 154 155 3.5 3.6"},D:{"39":0.00948,"40":0.00948,"41":0.01422,"42":0.01422,"43":0.01422,"44":0.01896,"45":0.01422,"46":0.01422,"47":0.01896,"48":0.01422,"49":0.01422,"50":0.01422,"51":0.01896,"52":0.00948,"53":0.0237,"54":0.01422,"55":0.01422,"56":0.01422,"57":0.01422,"58":0.01422,"59":0.01422,"60":0.01422,"62":0.00474,"65":0.00474,"66":0.01422,"68":0.00474,"69":0.00948,"70":0.01422,"71":0.00474,"72":0.00474,"73":0.0474,"74":0.00474,"75":0.00474,"76":0.01422,"78":0.01422,"79":0.18012,"81":0.00474,"83":0.1422,"85":0.00474,"87":0.9954,"88":0.0237,"89":0.00474,"90":0.00474,"91":0.0474,"92":0.00948,"94":0.15168,"95":0.00948,"98":0.02844,"99":0.00474,"101":0.0711,"102":0.01896,"103":0.19434,"104":0.19434,"105":0.18486,"106":0.19908,"107":0.18486,"108":0.27492,"109":2.06664,"110":0.19908,"111":0.58302,"112":0.18486,"113":0.03792,"114":0.00948,"116":0.39816,"117":0.18486,"118":1.41726,"119":0.22752,"120":2.00502,"121":0.01422,"122":0.02844,"123":0.00948,"124":0.19908,"125":0.11376,"126":0.03318,"127":0.15642,"128":0.0237,"129":0.00474,"130":0.01422,"131":0.39342,"132":0.02844,"133":0.39342,"134":0.0237,"135":0.01896,"136":0.01422,"137":0.05688,"138":0.36498,"139":0.0237,"140":0.03318,"141":0.03318,"142":0.05688,"143":0.07584,"144":0.0711,"145":0.25122,"146":0.21804,"147":0.23226,"148":4.35132,"149":10.42326,"150":0.03792,"151":0.00474,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 63 64 67 77 80 84 86 93 96 97 100 115 152 153"},F:{"28":0.00948,"36":0.00474,"40":0.00474,"46":0.28914,"69":0.00474,"77":0.00474,"79":0.01422,"85":0.00474,"86":0.00948,"93":0.00474,"94":0.00474,"95":0.17064,"98":0.00474,"99":0.04266,"107":0.00948,"116":0.00474,"131":0.97644,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 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 70 71 72 73 74 75 76 78 80 81 82 83 84 87 88 89 90 91 92 96 97 100 101 102 103 104 105 106 108 109 110 111 112 113 114 115 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.01896,"16":0.00474,"18":0.00948,"92":0.00474,"109":0.01422,"119":0.09954,"120":0.09954,"131":0.00474,"132":0.00474,"134":0.00474,"137":0.05214,"138":0.00474,"139":0.00474,"140":0.01422,"141":0.01422,"142":0.00948,"143":0.00948,"144":0.00948,"145":0.01896,"146":0.02844,"147":0.05214,"148":0.58302,"149":1.78224,"150":0.00474,_:"12 13 15 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 133 135 136"},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 15.2-15.3 15.4 16.0 16.4 TP","12.1":0.00474,"13.1":0.00948,"14.1":0.01422,"15.1":0.00474,"15.5":0.00948,"15.6":0.0237,"16.1":0.00474,"16.2":0.00474,"16.3":0.00948,"16.5":0.00948,"16.6":0.03792,"17.0":0.00474,"17.1":0.01896,"17.2":0.00474,"17.3":0.00474,"17.4":0.00948,"17.5":0.00948,"17.6":0.06636,"18.0":0.00474,"18.1":0.00474,"18.2":0.00948,"18.3":0.01422,"18.4":0.00474,"18.5-18.7":0.0237,"26.0":0.01422,"26.1":0.0237,"26.2":0.02844,"26.3":0.08058,"26.4":0.05688,"26.5":0.39816},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0012,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00361,"8.1-8.4":0,"9.0-9.2":0.0012,"9.3":0,"10.0-10.2":0,"10.3":0.01324,"11.0-11.2":0.39845,"11.3-11.4":0.00241,"12.0-12.1":0,"12.2-12.5":0.04093,"13.0-13.1":0,"13.2":0.01324,"13.3":0,"13.4-13.7":0.00241,"14.0-14.4":0.00843,"14.5-14.8":0.01324,"15.0-15.1":0.01204,"15.2-15.3":0.00722,"15.4":0.00843,"15.5":0.01083,"15.6-15.8":0.21066,"16.0":0.01926,"16.1":0.0313,"16.2":0.01685,"16.3":0.03611,"16.4":0.00843,"16.5":0.01324,"16.6-16.7":0.27446,"17.0":0.01204,"17.1":0.01806,"17.2":0.01685,"17.3":0.02528,"17.4":0.03852,"17.5":0.06862,"17.6-17.7":0.17696,"18.0":0.03972,"18.1":0.07584,"18.2":0.04093,"18.3":0.12519,"18.4":0.05658,"18.5-18.7":1.80929,"26.0":0.11917,"26.1":0.12399,"26.2":0.37438,"26.3":0.51161,"26.4":0.58624,"26.5":6.64851},P:{"4":0.26007,"20":0.00224,"22":0.00673,"23":0.00224,"24":0.00448,"25":0.00448,"26":0.00224,"27":0.00448,"28":0.02242,"29":0.06278,"30":0.1816,_:"21 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01345,"6.2-6.4":0.02915,"7.2-7.4":0.15021,"8.2":0.10537},I:{"0":0.05254,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.13673,_:"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.02104},H:{all:0},L:{"0":46.72442},R:{_:"0"},M:{"0":0.13673},Q:{"14.9":0.01578}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00526,"103":0.00526,"115":0.95805,"119":0.01053,"120":0.00526,"121":0.01053,"128":0.01579,"136":0.00526,"139":0.00526,"140":0.0579,"145":0.00526,"146":0.00526,"148":0.01579,"149":0.01579,"150":1.36864,"151":0.55798,_:"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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 122 123 124 125 126 127 129 130 131 132 133 134 135 137 138 141 142 143 144 147 152 153 154 3.5 3.6"},D:{"39":0.04738,"40":0.04211,"41":0.04738,"42":0.0579,"43":0.03685,"44":0.05264,"45":0.05264,"46":0.04738,"47":0.05264,"48":0.03158,"49":0.04738,"50":0.04211,"51":0.03685,"52":0.05264,"53":0.06317,"54":0.04738,"55":0.05264,"56":0.06317,"57":0.05264,"58":0.04211,"59":0.03685,"60":0.0579,"62":0.01579,"65":0.01053,"72":0.01053,"80":0.00526,"81":0.00526,"87":0.00526,"88":0.00526,"91":0.01579,"102":0.12107,"103":0.21056,"104":0.34742,"105":0.19477,"106":0.19477,"107":0.21582,"108":0.16845,"109":0.30005,"110":0.23688,"111":0.1895,"112":2.34774,"115":0.00526,"116":0.38954,"117":0.2053,"118":5.3377,"119":0.03158,"120":0.20003,"122":0.00526,"124":0.19477,"126":0.01579,"128":0.00526,"131":0.40006,"132":0.01053,"133":0.38427,"134":0.01053,"135":0.01053,"136":0.02106,"137":0.11054,"138":0.0579,"139":0.04211,"140":0.1316,"141":0.01579,"142":0.05264,"143":0.04738,"144":0.02106,"145":0.56325,"146":0.20003,"147":4.01643,"148":6.3168,"149":0.06843,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 63 64 66 67 68 69 70 71 73 74 75 76 77 78 79 83 84 85 86 89 90 92 93 94 95 96 97 98 99 100 101 113 114 121 123 125 127 129 130 150 151 152"},F:{"40":0.01053,"46":0.05264,"90":0.11581,"96":0.00526,"97":0.00526,"98":0.05264,"126":0.00526,"131":0.51587,_:"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 91 92 93 94 95 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.01053,"119":0.00526,"120":0.00526,"122":0.00526,"125":0.00526,"128":0.01579,"132":0.00526,"134":0.05264,"137":0.00526,"142":0.00526,"143":0.03158,"144":0.0737,"145":0.68432,"146":0.12634,"147":1.66869,"148":3.33738,_:"12 13 14 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 121 123 124 126 127 129 130 131 133 135 136 138 139 140 141 149"},E:{"11":0.00526,_:"4 5 6 7 8 9 10 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 13.1 15.1 15.2-15.3 15.4 16.1 16.4 17.0 TP","12.1":0.00526,"14.1":0.01053,"15.5":0.01053,"15.6":0.03158,"16.0":0.01053,"16.2":0.00526,"16.3":0.00526,"16.5":0.00526,"16.6":0.0737,"17.1":0.01053,"17.2":0.00526,"17.3":0.00526,"17.4":0.00526,"17.5":0.01053,"17.6":0.0579,"18.0":0.03158,"18.1":0.00526,"18.2":0.00526,"18.3":0.01053,"18.4":0.01053,"18.5-18.7":0.01053,"26.0":0.06317,"26.1":0.04211,"26.2":0.11581,"26.3":0.51061,"26.4":0.61589,"26.5":0.17371},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00119,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00237,"8.1-8.4":0,"9.0-9.2":0.00119,"9.3":0,"10.0-10.2":0,"10.3":0.01067,"11.0-11.2":0.28106,"11.3-11.4":0.00356,"12.0-12.1":0,"12.2-12.5":0.04032,"13.0-13.1":0,"13.2":0.01304,"13.3":0,"13.4-13.7":0.00237,"14.0-14.4":0.00949,"14.5-14.8":0.01542,"15.0-15.1":0.01186,"15.2-15.3":0.00712,"15.4":0.00949,"15.5":0.01067,"15.6-15.8":0.20042,"16.0":0.02135,"16.1":0.03321,"16.2":0.01779,"16.3":0.03913,"16.4":0.0083,"16.5":0.01423,"16.6-16.7":0.26683,"17.0":0.01186,"17.1":0.02016,"17.2":0.01779,"17.3":0.03439,"17.4":0.05455,"17.5":0.07353,"17.6-17.7":0.1933,"18.0":0.03913,"18.1":0.07708,"18.2":0.04151,"18.3":0.12333,"18.4":0.05692,"18.5-18.7":1.96384,"26.0":0.1257,"26.1":0.15654,"26.2":0.60243,"26.3":1.90217,"26.4":3.92294,"26.5":1.39936},P:{"22":0.00811,"24":0.01622,"25":0.00405,"26":0.00405,"27":0.01216,"28":0.01216,"29":1.19999,"30":0.26351,_:"4 20 21 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.00473,"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.12314,_:"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.56832},Q:{_:"14.9"},O:{"0":0.01421},H:{all:0},L:{"0":43.72982}};
1
+ module.exports={C:{"91":0.00587,"111":0.00587,"115":0.91032,"119":0.04111,"120":0.35825,"121":0.8046,"125":0.02937,"126":0.02349,"127":0.01762,"128":0.0881,"129":0.01762,"130":0.04111,"131":0.02937,"132":0.02349,"133":0.02937,"134":0.00587,"135":0.01762,"136":0.03524,"140":0.0881,"147":0.00587,"148":0.00587,"149":0.01175,"150":0.03524,"151":1.15111,"152":2.07317,_:"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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 122 123 124 137 138 139 141 142 143 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.01175,"40":0.03524,"41":0.02349,"42":0.02349,"43":0.03524,"44":0.01762,"45":0.02349,"46":0.02349,"47":0.01762,"48":0.03524,"49":0.02937,"50":0.02937,"51":0.02937,"52":0.02937,"53":0.02349,"54":0.02937,"55":0.01762,"56":0.02349,"57":0.01762,"58":0.04111,"59":0.02937,"60":0.03524,"75":0.02937,"87":0.01762,"88":0.02349,"101":0.02937,"103":0.19381,"104":0.22317,"105":0.16444,"106":0.18206,"107":0.17032,"108":0.20556,"109":0.32889,"110":0.17032,"111":0.16444,"112":0.16444,"116":0.39349,"117":0.18794,"118":6.05506,"119":0.71063,"120":0.91032,"124":0.22317,"125":0.01762,"126":0.01762,"127":0.02349,"128":0.04111,"129":0.04111,"130":0.02349,"131":0.44635,"132":0.03524,"133":0.35825,"134":0.01175,"135":0.00587,"136":0.02937,"137":0.25841,"138":0.05873,"139":0.02349,"140":0.45222,"141":0.01175,"142":0.05873,"143":0.10571,"144":0.01175,"145":0.34651,"146":0.19968,"147":0.26429,"148":4.44586,"149":6.40744,"150":0.04698,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 78 79 80 81 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 102 113 114 115 121 122 123 151 152 153"},F:{"40":0.00587,"46":0.02349,"98":0.08222,"99":0.22905,"131":0.50508,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 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.00587,"113":0.00587,"119":0.32889,"120":0.33476,"127":0.00587,"128":0.04111,"132":0.00587,"134":0.02937,"135":0.00587,"138":0.04698,"141":0.00587,"142":0.00587,"143":0.00587,"144":0.00587,"145":0.17619,"146":0.0646,"147":0.11746,"148":1.90873,"149":5.66745,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 114 115 116 117 118 121 122 123 124 125 126 129 130 131 133 136 137 139 140 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 16.0 16.2 16.3 16.4 16.5 17.0 17.4 18.2 TP","15.5":0.00587,"15.6":0.0881,"16.1":0.07048,"16.6":0.02349,"17.1":0.02349,"17.2":0.00587,"17.3":0.02937,"17.5":0.02937,"17.6":0.02937,"18.0":0.00587,"18.1":0.00587,"18.3":0.00587,"18.4":0.02349,"18.5-18.7":0.02349,"26.0":0.00587,"26.1":0.00587,"26.2":0.04111,"26.3":0.09984,"26.4":0.03524,"26.5":0.90444},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00136,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00409,"8.1-8.4":0,"9.0-9.2":0.00136,"9.3":0,"10.0-10.2":0,"10.3":0.01501,"11.0-11.2":0.45175,"11.3-11.4":0.00273,"12.0-12.1":0,"12.2-12.5":0.0464,"13.0-13.1":0,"13.2":0.01501,"13.3":0,"13.4-13.7":0.00273,"14.0-14.4":0.00955,"14.5-14.8":0.01501,"15.0-15.1":0.01365,"15.2-15.3":0.00819,"15.4":0.00955,"15.5":0.01228,"15.6-15.8":0.23884,"16.0":0.02184,"16.1":0.03548,"16.2":0.01911,"16.3":0.04094,"16.4":0.00955,"16.5":0.01501,"16.6-16.7":0.31117,"17.0":0.01365,"17.1":0.02047,"17.2":0.01911,"17.3":0.02866,"17.4":0.04367,"17.5":0.07779,"17.6-17.7":0.20063,"18.0":0.04504,"18.1":0.08598,"18.2":0.0464,"18.3":0.14194,"18.4":0.06415,"18.5-18.7":2.05129,"26.0":0.13512,"26.1":0.14057,"26.2":0.42445,"26.3":0.58004,"26.4":0.66466,"26.5":7.53778},P:{"4":0.00498,"24":0.00249,"25":0.01244,"26":0.00249,"27":0.01244,"28":0.00995,"29":0.04975,"30":0.97267,_:"20 21 22 23 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00498,"8.2":0.00249,"14.0":0.00249},I:{"0":0.06184,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.07841,_:"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.02064},H:{all:0},L:{"0":37.59038},R:{_:"0"},M:{"0":0.29714},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.00387,"115":0.04261,"121":0.00387,"140":0.01937,"145":0.00775,"149":0.06198,"150":0.5656,"151":0.2092,"152":0.0155,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 146 147 148 153 154 3.5 3.6"},D:{"39":0.00775,"40":0.00775,"41":0.00387,"42":0.00775,"43":0.01162,"44":0.01162,"45":0.00775,"46":0.00387,"47":0.01162,"48":0.01162,"49":0.03099,"50":0.01162,"51":0.0155,"52":0.01162,"53":0.01162,"54":0.00775,"55":0.00775,"56":0.01162,"57":0.01162,"58":0.00387,"59":0.01162,"60":0.01162,"76":0.02324,"79":0.00775,"87":0.0155,"103":0.06973,"109":0.50362,"112":0.03487,"116":0.03487,"118":0.23631,"119":0.00387,"120":0.00387,"122":0.00387,"124":0.00775,"126":0.00387,"128":0.06198,"138":0.03487,"141":0.03099,"142":0.00387,"143":0.03487,"144":0.00387,"145":0.45713,"146":0.20145,"147":4.77277,"148":5.7219,"149":0.00387,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 113 114 115 117 121 123 125 127 129 130 131 132 133 134 135 136 137 139 140 150 151 152"},F:{"98":0.00387,"131":0.15883,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00775,"131":0.0155,"143":0.01162,"144":0.00387,"145":0.01937,"146":0.02324,"147":2.54522,"148":5.00133,"149":0.13172,_:"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 135 136 137 138 139 140 141 142"},E:{"13":0.00775,_:"4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 16.1 17.2 18.0 TP","13.1":0.01162,"14.1":0.0155,"15.1":0.00387,"15.4":0.07748,"15.5":0.0155,"15.6":0.492,"16.0":0.00387,"16.2":0.00387,"16.3":0.02324,"16.4":0.03099,"16.5":0.00775,"16.6":1.11959,"17.0":0.01162,"17.1":0.22857,"17.3":0.06198,"17.4":0.00387,"17.5":0.00387,"17.6":0.55786,"18.1":0.06973,"18.2":0.01162,"18.3":0.16658,"18.4":0.01162,"18.5-18.7":0.04649,"26.0":0.01162,"26.1":0.05811,"26.2":0.99174,"26.3":1.70069,"26.4":3.44786,"26.5":1.41014},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00356,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00711,"8.1-8.4":0,"9.0-9.2":0.00356,"9.3":0,"10.0-10.2":0,"10.3":0.03202,"11.0-11.2":0.8431,"11.3-11.4":0.01067,"12.0-12.1":0,"12.2-12.5":0.12095,"13.0-13.1":0,"13.2":0.03913,"13.3":0,"13.4-13.7":0.00711,"14.0-14.4":0.02846,"14.5-14.8":0.04625,"15.0-15.1":0.03557,"15.2-15.3":0.02134,"15.4":0.02846,"15.5":0.03202,"15.6-15.8":0.6012,"16.0":0.06403,"16.1":0.09961,"16.2":0.05336,"16.3":0.11739,"16.4":0.0249,"16.5":0.04269,"16.6-16.7":0.80041,"17.0":0.03557,"17.1":0.06048,"17.2":0.05336,"17.3":0.10316,"17.4":0.16364,"17.5":0.22056,"17.6-17.7":0.57985,"18.0":0.11739,"18.1":0.23123,"18.2":0.12451,"18.3":0.36997,"18.4":0.17075,"18.5-18.7":5.891,"26.0":0.37708,"26.1":0.46957,"26.2":1.80714,"26.3":5.70602,"26.4":11.76777,"26.5":4.19769},P:{"4":0.00523,"26":0.00523,"28":0.0157,"29":2.49127,"30":0.403,_:"20 21 22 23 24 25 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","9.2":0.02617},I:{"0":0.09792,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.0245,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.0155,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":1.6724},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":22.7574}};
1
+ module.exports={C:{"115":0.04684,"120":0.06813,"121":0.14051,"128":0.00426,"140":0.00426,"150":0.0809,"151":0.35767,"152":0.3449,"153":0.01703,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 147 148 149 154 155 3.5 3.6"},D:{"39":0.00426,"40":0.00852,"41":0.00426,"42":0.00426,"43":0.00852,"44":0.00426,"45":0.00426,"46":0.00426,"47":0.00426,"49":0.05535,"50":0.00426,"51":0.00852,"52":0.00852,"53":0.00426,"54":0.01277,"55":0.00426,"56":0.00426,"57":0.00852,"58":0.00426,"59":0.01277,"60":0.00852,"76":0.00426,"79":0.01277,"87":0.00426,"93":0.00426,"103":0.05961,"109":0.45561,"114":0.00426,"115":0.00426,"116":0.05535,"118":0.36193,"119":0.10645,"120":0.14051,"122":0.01277,"124":0.08516,"126":0.00426,"128":0.07239,"133":0.00426,"134":0.00852,"137":0.00426,"138":0.06387,"141":0.00426,"142":0.02129,"143":0.00852,"144":0.03406,"145":0.11497,"146":0.20013,"147":0.31509,"148":5.17773,"149":6.07617,"150":0.00426,_:"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 48 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 81 83 84 85 86 88 89 90 91 92 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 117 121 123 125 127 129 130 131 132 135 136 139 140 151 152 153"},F:{"99":0.02129,"131":0.24271,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00852,"119":0.0511,"120":0.05961,"139":0.00426,"143":0.02129,"144":0.00426,"145":0.00426,"146":0.01703,"147":0.04258,"148":1.96294,"149":7.90285,"150":0.04258,_:"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 131 132 133 134 135 136 137 138 140 141 142"},E:{"13":0.01277,"14":0.00426,_:"4 5 6 7 8 9 10 11 12 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 16.0 16.4 TP","13.1":0.00852,"14.1":0.01703,"15.4":0.02555,"15.5":0.01277,"15.6":0.27677,"16.1":0.00426,"16.2":0.06387,"16.3":0.00426,"16.5":0.00852,"16.6":1.20927,"17.0":0.01277,"17.1":0.43006,"17.2":0.00426,"17.3":0.03406,"17.4":0.03406,"17.5":0.00852,"17.6":0.35341,"18.0":0.00852,"18.1":0.08516,"18.2":0.01703,"18.3":0.12774,"18.4":0.00426,"18.5-18.7":0.0511,"26.0":0.00852,"26.1":0.04684,"26.2":1.22205,"26.3":0.24271,"26.4":0.14051,"26.5":7.01718},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00318,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00953,"8.1-8.4":0,"9.0-9.2":0.00318,"9.3":0,"10.0-10.2":0,"10.3":0.03495,"11.0-11.2":1.0516,"11.3-11.4":0.00635,"12.0-12.1":0,"12.2-12.5":0.10802,"13.0-13.1":0,"13.2":0.03495,"13.3":0,"13.4-13.7":0.00635,"14.0-14.4":0.02224,"14.5-14.8":0.03495,"15.0-15.1":0.03177,"15.2-15.3":0.01906,"15.4":0.02224,"15.5":0.02859,"15.6-15.8":0.55598,"16.0":0.05083,"16.1":0.0826,"16.2":0.04448,"16.3":0.09531,"16.4":0.02224,"16.5":0.03495,"16.6-16.7":0.72436,"17.0":0.03177,"17.1":0.04766,"17.2":0.04448,"17.3":0.06672,"17.4":0.10166,"17.5":0.18109,"17.6-17.7":0.46702,"18.0":0.10484,"18.1":0.20015,"18.2":0.10802,"18.3":0.33041,"18.4":0.14932,"18.5-18.7":4.77507,"26.0":0.31453,"26.1":0.32723,"26.2":0.98806,"26.3":1.35024,"26.4":1.54721,"26.5":17.54672},P:{"21":0.01357,"28":0.00678,"29":0.2985,"30":3.07996,_:"4 20 22 23 24 25 26 27 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00678},I:{"0":0.12048,"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.00005},K:{"0":0.02297,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00852,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{_:"0"},H:{all:0},L:{"0":22.65024},R:{_:"0"},M:{"0":1.41852},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"56":0.00426,"72":0.00426,"84":0.00426,"112":0.00426,"115":0.05539,"127":0.01278,"128":0.00426,"134":0.00426,"135":0.01278,"136":0.00426,"137":0.01278,"140":0.02557,"143":0.00426,"144":0.00426,"145":0.00426,"146":0.00426,"147":0.01278,"148":0.01704,"149":0.0767,"150":0.89481,"151":0.3494,"152":0.00426,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 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 121 122 123 124 125 126 129 130 131 132 133 138 139 141 142 153 154 3.5 3.6"},D:{"39":0.01278,"40":0.00852,"41":0.00852,"42":0.01278,"43":0.00852,"44":0.01278,"45":0.01278,"46":0.01278,"47":0.00852,"48":0.00852,"49":0.01278,"50":0.01278,"51":0.01278,"52":0.00852,"53":0.00852,"54":0.01278,"55":0.01278,"56":0.01278,"57":0.01278,"58":0.01278,"59":0.00852,"60":0.01278,"61":0.00426,"64":0.00426,"65":0.00426,"68":0.00852,"69":0.00852,"70":0.01278,"71":0.00426,"72":0.00426,"73":0.01704,"74":0.01278,"75":0.00852,"76":0.00852,"77":0.00426,"79":0.01704,"80":0.00852,"81":0.00852,"83":0.00426,"84":0.00426,"86":0.00852,"87":0.00426,"88":0.00426,"90":0.00426,"91":0.00426,"93":0.00852,"94":0.00426,"95":0.00426,"97":0.00426,"98":0.00852,"99":0.00426,"103":0.11079,"104":0.04687,"105":0.3281,"106":0.04687,"107":0.05539,"108":0.04261,"109":0.49002,"110":0.04687,"111":0.05539,"112":0.33662,"113":0.00852,"114":0.098,"116":0.10653,"117":0.04261,"118":0.80107,"119":0.02131,"120":0.05113,"122":0.02557,"123":0.00852,"124":0.04687,"125":0.00426,"126":0.02557,"127":0.00852,"128":0.04261,"129":0.00426,"130":0.01704,"131":0.18748,"132":0.01704,"133":0.098,"134":0.04261,"135":0.00852,"136":0.02557,"137":0.03409,"138":0.1747,"139":0.04687,"140":0.01704,"141":0.03409,"142":0.06818,"143":0.0767,"144":0.08096,"145":0.29401,"146":0.32384,"147":4.89163,"148":7.00508,"149":0.02983,"150":0.00852,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 62 63 66 67 78 85 89 92 96 100 101 102 115 121 151 152"},F:{"42":0.00426,"79":0.00426,"93":0.00426,"94":0.00852,"95":0.02983,"96":0.02557,"97":0.11505,"98":0.13209,"99":0.00426,"113":0.00852,"114":0.00426,"115":0.00852,"120":0.00426,"125":0.00426,"126":0.00426,"127":0.00426,"131":0.55819,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 100 101 102 103 104 105 106 107 108 109 110 111 112 116 117 118 119 121 122 123 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00426,"15":0.00426,"16":0.00426,"17":0.00426,"18":0.0767,"84":0.00426,"89":0.00852,"90":0.02131,"92":0.06818,"100":0.01704,"109":0.00852,"111":0.00426,"112":0.00426,"114":0.03835,"122":0.02131,"127":0.00426,"131":0.00426,"134":0.00426,"135":0.00426,"136":0.00426,"137":0.00426,"138":0.01278,"139":0.00426,"140":0.02131,"141":0.00852,"142":0.00852,"143":0.02131,"144":0.02557,"145":0.04687,"146":0.1534,"147":1.09082,"148":1.70014,"149":0.00852,_:"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 113 115 116 117 118 119 120 121 123 124 125 126 128 129 130 132 133"},E:{"11":0.00426,"13":0.00426,"14":0.00426,_:"4 5 6 7 8 9 10 12 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 17.2 17.3 18.0 TP","5.1":0.00852,"11.1":0.00852,"13.1":0.01704,"14.1":0.01278,"15.6":0.05539,"16.3":0.00426,"16.6":0.03835,"17.1":0.00426,"17.4":0.00426,"17.5":0.00426,"17.6":0.09374,"18.1":0.00426,"18.2":0.00426,"18.3":0.02131,"18.4":0.00426,"18.5-18.7":0.01278,"26.0":0.01278,"26.1":0.01704,"26.2":0.04687,"26.3":0.1534,"26.4":0.12783,"26.5":0.05965},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00145,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0029,"8.1-8.4":0,"9.0-9.2":0.00145,"9.3":0,"10.0-10.2":0,"10.3":0.01306,"11.0-11.2":0.34384,"11.3-11.4":0.00435,"12.0-12.1":0,"12.2-12.5":0.04933,"13.0-13.1":0,"13.2":0.01596,"13.3":0,"13.4-13.7":0.0029,"14.0-14.4":0.01161,"14.5-14.8":0.01886,"15.0-15.1":0.01451,"15.2-15.3":0.0087,"15.4":0.01161,"15.5":0.01306,"15.6-15.8":0.24519,"16.0":0.02611,"16.1":0.04062,"16.2":0.02176,"16.3":0.04788,"16.4":0.01016,"16.5":0.01741,"16.6-16.7":0.32643,"17.0":0.01451,"17.1":0.02466,"17.2":0.02176,"17.3":0.04207,"17.4":0.06674,"17.5":0.08995,"17.6-17.7":0.23648,"18.0":0.04788,"18.1":0.0943,"18.2":0.05078,"18.3":0.15089,"18.4":0.06964,"18.5-18.7":2.40256,"26.0":0.15379,"26.1":0.19151,"26.2":0.73702,"26.3":2.32711,"26.4":4.79931,"26.5":1.71197},P:{"21":0.00398,"22":0.01195,"23":0.00398,"24":0.02787,"25":0.03982,"26":0.01195,"27":0.04778,"28":0.23492,"29":0.52957,"30":0.05973,_:"4 20 6.2-6.4 8.2 10.1 12.0 13.0 15.0 16.0 18.0","5.0-5.4":0.00796,"7.2-7.4":0.02389,"9.2":0.00398,"11.1-11.2":0.00796,"14.0":0.00398,"17.0":0.00398,"19.0":0.00398},I:{"0":0.0172,"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":6.27847,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00574,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.53947},Q:{"14.9":0.00574},O:{"0":0.54521},H:{all:0},L:{"0":50.2839}};
1
+ module.exports={C:{"4":0.00462,"50":0.00462,"72":0.00462,"112":0.00462,"115":0.06471,"120":0.01849,"121":0.03698,"127":0.01849,"128":0.00462,"134":0.00462,"135":0.01387,"136":0.02311,"137":0.00924,"140":0.03235,"142":0.00462,"143":0.00462,"145":0.00462,"146":0.00462,"147":0.00924,"148":0.00924,"149":0.03698,"150":0.05546,"151":0.91516,"152":0.49455,"153":0.00462,_:"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 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 122 123 124 125 126 129 130 131 132 133 138 139 141 144 154 155 3.5 3.6"},D:{"39":0.00462,"40":0.00462,"41":0.00924,"42":0.00462,"43":0.00462,"44":0.00462,"45":0.00924,"46":0.00462,"47":0.00462,"48":0.00462,"49":0.00924,"50":0.00924,"51":0.00924,"52":0.00924,"53":0.00924,"54":0.01387,"55":0.00924,"56":0.00924,"57":0.00924,"58":0.01387,"59":0.00924,"60":0.00924,"64":0.00924,"65":0.00462,"68":0.00462,"69":0.01387,"70":0.01387,"71":0.00462,"72":0.00462,"73":0.00924,"74":0.01387,"75":0.00462,"76":0.00924,"77":0.00924,"79":0.02311,"80":0.01849,"81":0.00924,"83":0.00924,"85":0.00924,"86":0.01387,"87":0.00924,"88":0.00462,"89":0.00462,"90":0.00462,"91":0.02773,"92":0.00462,"93":0.01849,"94":0.00924,"95":0.00924,"96":0.00924,"97":0.00462,"98":0.00924,"101":0.00462,"103":0.07395,"104":0.02311,"105":0.51304,"106":0.02311,"107":0.02311,"108":0.02311,"109":0.52691,"110":0.02311,"111":0.05084,"112":0.01849,"113":0.01387,"114":0.25421,"116":0.07395,"117":0.02311,"118":1.88578,"119":0.05546,"120":0.07395,"122":0.01387,"123":0.00462,"124":0.03235,"125":0.00924,"126":0.03235,"127":0.00924,"128":0.05084,"129":0.00462,"130":0.01849,"131":0.0832,"132":0.02773,"133":0.05546,"134":0.03235,"135":0.00924,"136":0.02773,"137":0.05084,"138":0.16177,"139":0.01849,"140":0.02773,"141":0.03698,"142":0.08782,"143":0.06933,"144":0.0832,"145":0.26345,"146":0.18026,"147":0.379,"148":4.87159,"149":7.91286,"150":0.04622,"151":0.00462,_:"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 78 84 99 100 102 115 121 152 153"},F:{"36":0.00462,"42":0.00462,"46":0.00462,"79":0.00462,"93":0.00462,"95":0.03698,"96":0.02311,"97":0.03698,"98":0.09244,"99":0.13404,"100":0.00462,"113":0.00462,"114":0.00462,"115":0.01387,"120":0.00462,"125":0.01387,"131":0.7765,_:"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 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 94 101 102 103 104 105 106 107 108 109 110 111 112 116 117 118 119 121 122 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00462,"15":0.00462,"16":0.00462,"17":0.00462,"18":0.21261,"84":0.00462,"89":0.01387,"90":0.01849,"92":0.06933,"100":0.02311,"108":0.00462,"109":0.00924,"111":0.00462,"112":0.00462,"114":0.0832,"119":0.01849,"120":0.01849,"122":0.01849,"127":0.00462,"133":0.00462,"134":0.00462,"136":0.00462,"137":0.00462,"138":0.00462,"139":0.00462,"140":0.02311,"141":0.00924,"142":0.01387,"143":0.02311,"144":0.01387,"145":0.04622,"146":0.07857,"147":0.0832,"148":0.97062,"149":2.18158,"150":0.00924,_:"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 110 113 115 116 117 118 121 123 124 125 126 128 129 130 131 132 135"},E:{"13":0.00462,_:"4 5 6 7 8 9 10 11 12 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.4 16.0 16.1 16.2 16.4 17.4 18.0 18.4 TP","11.1":0.01387,"13.1":0.01849,"14.1":0.00924,"15.1":0.00462,"15.2-15.3":0.00462,"15.5":0.00462,"15.6":0.06009,"16.3":0.00462,"16.5":0.00462,"16.6":0.06471,"17.0":0.00462,"17.1":0.00462,"17.2":0.00462,"17.3":0.00462,"17.5":0.00462,"17.6":0.07857,"18.1":0.01387,"18.2":0.00462,"18.3":0.01387,"18.5-18.7":0.00924,"26.0":0.01387,"26.1":0.01387,"26.2":0.03698,"26.3":0.0416,"26.4":0.04622,"26.5":0.24959},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00135,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00406,"8.1-8.4":0,"9.0-9.2":0.00135,"9.3":0,"10.0-10.2":0,"10.3":0.01488,"11.0-11.2":0.44788,"11.3-11.4":0.00271,"12.0-12.1":0,"12.2-12.5":0.04601,"13.0-13.1":0,"13.2":0.01488,"13.3":0,"13.4-13.7":0.00271,"14.0-14.4":0.00947,"14.5-14.8":0.01488,"15.0-15.1":0.01353,"15.2-15.3":0.00812,"15.4":0.00947,"15.5":0.01218,"15.6-15.8":0.23679,"16.0":0.02165,"16.1":0.03518,"16.2":0.01894,"16.3":0.04059,"16.4":0.00947,"16.5":0.01488,"16.6-16.7":0.30851,"17.0":0.01353,"17.1":0.0203,"17.2":0.01894,"17.3":0.02842,"17.4":0.0433,"17.5":0.07713,"17.6-17.7":0.19891,"18.0":0.04465,"18.1":0.08525,"18.2":0.04601,"18.3":0.14072,"18.4":0.0636,"18.5-18.7":2.03372,"26.0":0.13396,"26.1":0.13937,"26.2":0.42082,"26.3":0.57507,"26.4":0.65896,"26.5":7.4732},P:{"21":0.00422,"22":0.00843,"23":0.00843,"24":0.03373,"25":0.03795,"26":0.01265,"27":0.04217,"28":0.25723,"29":0.22349,"30":0.42168,_:"4 20 6.2-6.4 10.1 12.0 13.0 14.0 15.0 18.0","5.0-5.4":0.00843,"7.2-7.4":0.02108,"8.2":0.00422,"9.2":0.00843,"11.1-11.2":0.00843,"16.0":0.00422,"17.0":0.00422,"19.0":0.00422},I:{"0":0.01612,"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":6.15243,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.00538,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.60234},H:{all:0},L:{"0":48.34698},R:{_:"0"},M:{"0":0.40335},Q:{"14.9":0.00538}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.26068,"120":0.00466,"121":0.00466,"140":0.00931,"148":0.00466,"149":0.0931,"150":1.57339,"151":0.79601,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 147 152 153 154 3.5 3.6"},D:{"39":0.03724,"40":0.01862,"41":0.0419,"42":0.05121,"43":0.05586,"44":0.02793,"45":0.0419,"46":0.0419,"47":0.03724,"48":0.01862,"49":0.0419,"50":0.0419,"51":0.01862,"52":0.03724,"53":0.03724,"54":0.02328,"55":0.06052,"56":0.03259,"57":0.04655,"58":0.06517,"59":0.01862,"60":0.03724,"85":0.00466,"91":0.01862,"93":0.01862,"103":0.00931,"104":0.02328,"105":0.02328,"106":0.02328,"107":0.02328,"108":0.02793,"109":0.135,"110":0.02328,"111":0.02328,"112":0.14896,"114":0.00466,"116":0.20017,"117":0.02328,"118":0.87514,"119":0.01397,"120":0.01862,"124":0.00931,"126":0.02328,"128":0.02328,"131":0.03724,"133":0.01862,"134":0.00466,"135":0.02793,"138":0.03724,"139":0.05121,"140":0.00466,"142":0.05121,"143":0.06052,"144":0.08845,"145":0.55395,"146":0.29327,"147":4.99947,"148":8.90967,"149":0.00931,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 86 87 88 89 90 92 94 95 96 97 98 99 100 101 102 113 115 121 122 123 125 127 129 130 132 136 137 141 150 151 152"},F:{"46":0.00931,"95":0.00466,"98":0.00931,"131":0.13965,_:"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 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.00466,"114":0.02328,"119":0.00466,"120":0.00466,"132":0.00466,"134":0.00466,"138":0.01397,"142":0.135,"145":0.02328,"146":0.13034,"147":2.38336,"148":5.29739,"149":0.00466,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 133 135 136 137 139 140 141 143 144"},E:{"14":0.00466,"15":0.00931,_:"4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.4 15.5 16.2 16.4 17.0 17.2 17.4 TP","13.1":0.05121,"15.2-15.3":0.00466,"15.6":0.08845,"16.0":0.00466,"16.1":0.00466,"16.3":0.26534,"16.5":0.03259,"16.6":0.92169,"17.1":0.30723,"17.3":0.02328,"17.5":0.00931,"17.6":0.02328,"18.0":0.00466,"18.1":0.06983,"18.2":0.10707,"18.3":0.03724,"18.4":0.01397,"18.5-18.7":0.06052,"26.0":0.01397,"26.1":0.05121,"26.2":0.0931,"26.3":1.37323,"26.4":1.72701,"26.5":0.45619},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00256,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00513,"8.1-8.4":0,"9.0-9.2":0.00256,"9.3":0,"10.0-10.2":0,"10.3":0.02307,"11.0-11.2":0.60754,"11.3-11.4":0.00769,"12.0-12.1":0,"12.2-12.5":0.08716,"13.0-13.1":0,"13.2":0.0282,"13.3":0,"13.4-13.7":0.00513,"14.0-14.4":0.02051,"14.5-14.8":0.03333,"15.0-15.1":0.02563,"15.2-15.3":0.01538,"15.4":0.02051,"15.5":0.02307,"15.6-15.8":0.43323,"16.0":0.04614,"16.1":0.07178,"16.2":0.03845,"16.3":0.08459,"16.4":0.01794,"16.5":0.03076,"16.6-16.7":0.57678,"17.0":0.02563,"17.1":0.04358,"17.2":0.03845,"17.3":0.07434,"17.4":0.11792,"17.5":0.15893,"17.6-17.7":0.41784,"18.0":0.08459,"18.1":0.16663,"18.2":0.08972,"18.3":0.2666,"18.4":0.12305,"18.5-18.7":4.24509,"26.0":0.27173,"26.1":0.33838,"26.2":1.30224,"26.3":4.11179,"26.4":8.47993,"26.5":3.02489},P:{"25":0.01205,"26":0.0783,"27":0.03614,"28":0.09034,"29":1.76466,"30":0.37943,_:"4 20 21 22 23 24 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00602,"9.2":0.15057},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.94072,_:"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.39553},Q:{_:"14.9"},O:{"0":0.02138},H:{all:0},L:{"0":28.609}};
1
+ module.exports={C:{"115":0.93725,"120":0.07849,"121":0.15698,"126":0.00462,"128":0.00462,"129":0.00462,"130":0.00462,"131":0.00462,"137":0.00923,"144":0.04155,"149":0.00923,"150":0.07387,"151":1.48206,"152":0.88646,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 127 132 133 134 135 136 138 139 140 141 142 143 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.01847,"40":0.02309,"41":0.00923,"42":0.01847,"43":0.0277,"44":0.00923,"45":0.01847,"46":0.03694,"47":0.01847,"48":0.02309,"49":0.01847,"50":0.01847,"51":0.01847,"52":0.01385,"53":0.00923,"54":0.02309,"55":0.01847,"56":0.01847,"57":0.01847,"58":0.02309,"59":0.01847,"60":0.00923,"67":0.00923,"85":0.01847,"103":0.01847,"104":0.00923,"105":0.00923,"106":0.00923,"107":0.00462,"108":0.00462,"109":0.20777,"110":0.00923,"111":0.01385,"112":0.00462,"116":0.05079,"117":0.00923,"118":0.88185,"119":0.17545,"120":0.19391,"124":0.00923,"125":0.00462,"128":0.01385,"129":0.00462,"131":0.03232,"132":0.01847,"133":0.01385,"134":0.00462,"135":0.08311,"137":0.01385,"138":0.04617,"141":0.00462,"142":0.01847,"143":0.00923,"144":0.01385,"145":0.24932,"146":0.32781,"147":0.43862,"148":5.42036,"149":7.37335,"150":0.00462,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 113 114 115 121 122 123 126 127 130 136 139 140 151 152 153"},F:{"46":0.00462,"99":0.00462,"131":0.68332,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 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:{"119":0.08311,"120":0.09696,"123":0.00462,"129":0.00923,"132":0.01385,"135":0.00462,"138":0.01385,"139":0.00462,"142":0.20777,"143":0.00462,"145":0.01385,"146":0.0554,"147":0.02309,"148":2.37776,"149":7.07324,"150":0.01847,_:"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 121 122 124 125 126 127 128 130 131 133 134 136 137 140 141 144"},E:{"14":0.03694,"15":0.06002,_:"4 5 6 7 8 9 10 11 12 13 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4 15.5 16.2 16.4 16.5 17.2 17.4 18.4 TP","13.1":0.00462,"14.1":0.00923,"15.1":0.00462,"15.6":0.01847,"16.0":0.00462,"16.1":0.03232,"16.3":0.00462,"16.6":0.36474,"17.0":0.00923,"17.1":0.1616,"17.3":0.00462,"17.5":0.07387,"17.6":0.08311,"18.0":0.00462,"18.1":0.01847,"18.2":0.17545,"18.3":0.04155,"18.5-18.7":0.0554,"26.0":0.00462,"26.1":0.0277,"26.2":0.0554,"26.3":0.22623,"26.4":0.25855,"26.5":2.14691},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00268,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00803,"8.1-8.4":0,"9.0-9.2":0.00268,"9.3":0,"10.0-10.2":0,"10.3":0.02945,"11.0-11.2":0.88625,"11.3-11.4":0.00536,"12.0-12.1":0,"12.2-12.5":0.09104,"13.0-13.1":0,"13.2":0.02945,"13.3":0,"13.4-13.7":0.00536,"14.0-14.4":0.01874,"14.5-14.8":0.02945,"15.0-15.1":0.02678,"15.2-15.3":0.01607,"15.4":0.01874,"15.5":0.0241,"15.6-15.8":0.46856,"16.0":0.04284,"16.1":0.06962,"16.2":0.03749,"16.3":0.08033,"16.4":0.01874,"16.5":0.02945,"16.6-16.7":0.61047,"17.0":0.02678,"17.1":0.04016,"17.2":0.03749,"17.3":0.05623,"17.4":0.08568,"17.5":0.15262,"17.6-17.7":0.39359,"18.0":0.08836,"18.1":0.16868,"18.2":0.09104,"18.3":0.27846,"18.4":0.12584,"18.5-18.7":4.02429,"26.0":0.26507,"26.1":0.27578,"26.2":0.8327,"26.3":1.13794,"26.4":1.30394,"26.5":14.78786},P:{"26":0.02745,"28":0.09333,"29":0.20862,"30":1.58662,_:"4 20 21 22 23 24 25 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","9.2":0.01647},I:{"0":0.01076,"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.17764,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00462,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.01615},H:{all:0},L:{"0":29.51819},R:{_:"0"},M:{"0":0.64596},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00554,"115":0.17165,"134":0.00554,"135":0.00554,"136":0.00554,"140":0.01107,"141":0.01107,"149":0.01107,"150":13.90341,"151":4.52927,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 137 138 139 142 143 144 145 146 147 148 152 153 154 3.5 3.6"},D:{"39":0.01107,"40":0.01107,"41":0.01107,"42":0.01107,"43":0.01107,"44":0.02215,"45":0.02215,"46":0.01107,"47":0.00554,"48":0.01107,"49":0.01661,"50":0.02215,"51":0.02215,"52":0.01661,"53":0.01107,"54":0.00554,"55":0.01107,"56":0.00554,"57":0.02769,"58":0.02215,"59":0.01107,"87":0.03876,"99":0.1052,"103":0.01661,"109":0.06091,"112":0.00554,"116":0.0443,"118":0.03322,"120":0.02215,"122":0.1052,"131":0.00554,"132":0.01107,"133":0.00554,"136":0.04983,"137":0.0443,"138":0.5094,"139":0.03322,"140":0.06091,"141":0.04983,"142":0.04983,"143":0.00554,"144":0.1495,"145":0.03876,"146":0.16057,"147":7.48049,"148":6.01318,"149":0.00554,"150":0.00554,_:"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 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 88 89 90 91 92 93 94 95 96 97 98 100 101 102 104 105 106 107 108 110 111 113 114 115 117 119 121 123 124 125 126 127 128 129 130 134 135 151 152"},F:{"90":0.00554,"97":0.00554,"98":0.00554,"131":1.03542,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 91 92 93 94 95 96 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.00554,"131":0.00554,"136":0.00554,"142":0.01107,"143":0.00554,"144":0.01107,"145":0.02215,"146":0.00554,"147":2.18712,"148":4.1749,_:"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 135 137 138 139 140 141 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 17.0 17.2 18.4 TP","13.1":0.00554,"15.1":0.14396,"15.6":0.20487,"16.3":0.00554,"16.5":0.02769,"16.6":0.03876,"17.1":0.11628,"17.3":0.00554,"17.4":0.01107,"17.5":0.21041,"17.6":0.03322,"18.0":0.02769,"18.1":0.00554,"18.2":0.03322,"18.3":0.01107,"18.5-18.7":0.0443,"26.0":0.00554,"26.1":0.01107,"26.2":0.12181,"26.3":1.38425,"26.4":3.22807,"26.5":0.56477},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00202,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00403,"8.1-8.4":0,"9.0-9.2":0.00202,"9.3":0,"10.0-10.2":0,"10.3":0.01815,"11.0-11.2":0.47788,"11.3-11.4":0.00605,"12.0-12.1":0,"12.2-12.5":0.06856,"13.0-13.1":0,"13.2":0.02218,"13.3":0,"13.4-13.7":0.00403,"14.0-14.4":0.01613,"14.5-14.8":0.02621,"15.0-15.1":0.02016,"15.2-15.3":0.0121,"15.4":0.01613,"15.5":0.01815,"15.6-15.8":0.34077,"16.0":0.03629,"16.1":0.05646,"16.2":0.03025,"16.3":0.06654,"16.4":0.01411,"16.5":0.0242,"16.6-16.7":0.45369,"17.0":0.02016,"17.1":0.03428,"17.2":0.03025,"17.3":0.05848,"17.4":0.09275,"17.5":0.12502,"17.6-17.7":0.32867,"18.0":0.06654,"18.1":0.13106,"18.2":0.07057,"18.3":0.2097,"18.4":0.09679,"18.5-18.7":3.33913,"26.0":0.21374,"26.1":0.26616,"26.2":1.02432,"26.3":3.23428,"26.4":6.6702,"26.5":2.37933},P:{"4":0.00379,"23":0.00379,"29":0.58766,"30":0.1782,_:"20 21 22 24 25 26 27 28 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.00379,"8.2":0.00379},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.18745,_:"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.33026},Q:{_:"14.9"},O:{"0":0.00893},H:{all:0},L:{"0":27.02785}};
1
+ module.exports={C:{"78":0.01336,"115":0.02004,"136":0.00668,"140":0.00668,"146":0.02004,"147":0.00668,"148":0.00668,"150":0.04007,"151":8.44894,"152":4.69534,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 149 153 154 155 3.5 3.6"},D:{"39":0.02004,"40":0.00668,"41":0.24044,"42":0.02672,"43":0.00668,"44":0.00668,"45":0.01336,"46":0.00668,"47":0.00668,"48":0.00668,"49":0.00668,"50":0.01336,"51":0.00668,"52":0.00668,"53":0.00668,"54":0.02004,"55":0.00668,"56":0.00668,"58":0.01336,"59":0.02004,"60":0.00668,"85":0.04007,"99":0.00668,"103":0.00668,"104":0.00668,"105":0.00668,"106":0.00668,"107":0.11354,"109":0.07347,"113":0.00668,"116":0.32059,"117":0.00668,"118":0.20705,"120":0.06011,"122":0.04675,"123":0.00668,"127":0.00668,"128":0.28052,"131":0.00668,"132":0.00668,"133":0.00668,"134":0.00668,"135":0.02004,"137":0.00668,"138":12.85708,"139":0.01336,"141":0.08683,"143":0.00668,"144":0.10686,"145":0.02672,"146":9.08344,"147":0.08015,"148":2.97216,"149":7.22668,"150":0.00668,"151":0.01336,_:"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 57 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 108 110 111 112 114 115 119 121 124 125 126 129 130 136 140 142 152 153"},F:{"75":0.02004,"95":0.01336,"98":0.0334,"99":0.07347,"125":0.00668,"131":0.7948,_:"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 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 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"100":0.00668,"109":0.00668,"139":0.01336,"140":0.02004,"142":0.00668,"143":0.00668,"145":0.02672,"147":0.02004,"148":1.98366,"149":3.90054,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 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 141 144 146 150"},E:{"13":0.01336,"27":0.02004,_:"4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 14.1 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.3 17.5 18.1 18.4 TP","12.1":0.10686,"13.1":0.01336,"15.1":0.06679,"15.2-15.3":0.02004,"15.5":0.00668,"15.6":0.2872,"16.6":0.07347,"17.1":0.10019,"17.2":0.00668,"17.4":0.00668,"17.6":0.04007,"18.0":0.00668,"18.2":0.08015,"18.3":0.01336,"18.5-18.7":0.00668,"26.0":0.06679,"26.1":0.00668,"26.2":0.22041,"26.3":0.52096,"26.4":0.30723,"26.5":1.4627},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00151,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00452,"8.1-8.4":0,"9.0-9.2":0.00151,"9.3":0,"10.0-10.2":0,"10.3":0.01657,"11.0-11.2":0.49862,"11.3-11.4":0.00301,"12.0-12.1":0,"12.2-12.5":0.05122,"13.0-13.1":0,"13.2":0.01657,"13.3":0,"13.4-13.7":0.00301,"14.0-14.4":0.01054,"14.5-14.8":0.01657,"15.0-15.1":0.01506,"15.2-15.3":0.00904,"15.4":0.01054,"15.5":0.01356,"15.6-15.8":0.26362,"16.0":0.0241,"16.1":0.03917,"16.2":0.02109,"16.3":0.04519,"16.4":0.01054,"16.5":0.01657,"16.6-16.7":0.34346,"17.0":0.01506,"17.1":0.0226,"17.2":0.02109,"17.3":0.03163,"17.4":0.0482,"17.5":0.08587,"17.6-17.7":0.22144,"18.0":0.04971,"18.1":0.0949,"18.2":0.05122,"18.3":0.15667,"18.4":0.0708,"18.5-18.7":2.26413,"26.0":0.14913,"26.1":0.15516,"26.2":0.46849,"26.3":0.64022,"26.4":0.73362,"26.5":8.31988},P:{"24":0.00905,"29":0.03018,"30":1.05337,_:"4 20 21 22 23 25 26 27 28 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.00995,"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.56789,_:"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":20.16927},R:{_:"0"},M:{"0":0.22251},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"62":0.00364,"71":0.00364,"72":0.01093,"112":0.00364,"115":0.03278,"121":0.00364,"127":0.00728,"140":0.01821,"144":0.00728,"147":0.01457,"149":0.01457,"150":0.99062,"151":0.17482,_:"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 63 64 65 66 67 68 69 70 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 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 145 146 148 152 153 154 3.5 3.6"},D:{"39":0.01093,"40":0.00728,"41":0.01457,"42":0.01093,"43":0.01093,"44":0.01457,"45":0.01093,"46":0.01093,"47":0.01093,"48":0.01093,"49":0.00728,"50":0.02185,"51":0.01093,"52":0.00728,"53":0.01457,"54":0.01093,"55":0.02549,"56":0.02185,"57":0.00728,"58":0.01457,"59":0.01457,"60":0.01093,"64":0.01457,"65":0.00364,"68":0.01821,"69":0.02185,"70":0.01093,"71":0.01093,"72":0.05099,"74":0.02185,"75":0.00728,"76":0.03278,"77":0.05099,"78":0.02185,"79":0.02185,"80":0.02549,"81":0.02549,"83":0.01821,"84":0.02914,"85":0.02549,"86":0.01457,"87":0.03642,"88":0.02549,"89":0.01093,"90":0.02185,"91":0.01093,"92":0.00728,"93":0.01457,"94":0.01093,"98":0.01821,"99":0.00364,"103":0.09105,"104":0.05463,"105":0.05099,"106":0.09833,"107":0.0437,"108":0.05099,"109":0.14932,"110":0.03642,"111":0.04006,"112":1.69353,"114":0.00728,"116":0.19303,"117":0.04006,"118":2.99737,"119":0.03278,"120":0.03642,"122":0.04735,"123":0.00364,"124":0.05099,"126":0.01457,"127":0.01457,"128":0.00364,"130":0.03278,"131":0.12747,"132":0.0437,"133":0.1129,"134":0.00728,"135":0.02185,"136":0.00364,"137":0.13475,"138":0.27315,"139":0.03278,"140":0.01093,"141":0.13111,"142":0.00364,"143":0.03642,"144":0.05463,"145":0.09833,"146":0.27315,"147":3.70756,"148":3.89694,"149":0.01821,"150":0.00364,_:"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 73 95 96 97 100 101 102 113 115 121 125 129 151 152"},F:{"40":0.00364,"46":0.00364,"53":0.00364,"54":0.00364,"55":0.00728,"56":0.00364,"67":0.00364,"71":0.00364,"72":0.00364,"73":0.00364,"75":0.00728,"76":0.01093,"77":0.00728,"90":0.00364,"95":0.01457,"97":0.02549,"98":0.0437,"102":0.00364,"126":0.01093,"131":0.76846,_:"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 57 58 60 62 63 64 65 66 68 69 70 74 78 79 80 81 82 83 84 85 86 87 88 89 91 92 93 94 96 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00364,"17":0.00728,"18":0.02185,"79":0.00364,"81":0.00364,"84":0.00364,"86":0.00364,"88":0.00364,"90":0.01093,"91":0.00364,"92":0.02549,"100":0.01821,"104":0.00728,"107":0.00364,"110":0.00364,"118":0.00728,"122":0.00364,"129":0.00364,"132":0.00364,"135":0.00364,"136":0.00364,"137":0.00728,"138":0.00364,"139":0.03278,"140":0.00728,"141":0.01821,"142":0.01457,"143":0.02914,"144":0.05827,"145":0.01821,"146":0.12383,"147":0.9797,"148":1.9594,"149":0.01093,_:"12 13 14 16 80 83 85 87 89 93 94 95 96 97 98 99 101 102 103 105 106 108 109 111 112 113 114 115 116 117 119 120 121 123 124 125 126 127 128 130 131 133 134"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 11.1 13.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.2 17.3 26.0 TP","5.1":0.01821,"9.1":0.10562,"10.1":0.02185,"12.1":0.00728,"14.1":0.01093,"15.5":0.00364,"15.6":0.17846,"16.6":0.10198,"17.0":0.00364,"17.1":0.37513,"17.4":0.00364,"17.5":0.01093,"17.6":0.09105,"18.0":0.00364,"18.1":0.00364,"18.2":0.00364,"18.3":0.0437,"18.4":0.00728,"18.5-18.7":0.01093,"26.1":0.295,"26.2":0.02185,"26.3":0.06556,"26.4":0.06191,"26.5":0.04006},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00106,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00212,"8.1-8.4":0,"9.0-9.2":0.00106,"9.3":0,"10.0-10.2":0,"10.3":0.00954,"11.0-11.2":0.25134,"11.3-11.4":0.00318,"12.0-12.1":0,"12.2-12.5":0.03606,"13.0-13.1":0,"13.2":0.01167,"13.3":0,"13.4-13.7":0.00212,"14.0-14.4":0.00848,"14.5-14.8":0.01379,"15.0-15.1":0.01061,"15.2-15.3":0.00636,"15.4":0.00848,"15.5":0.00954,"15.6-15.8":0.17923,"16.0":0.01909,"16.1":0.02969,"16.2":0.01591,"16.3":0.035,"16.4":0.00742,"16.5":0.01273,"16.6-16.7":0.23862,"17.0":0.01061,"17.1":0.01803,"17.2":0.01591,"17.3":0.03075,"17.4":0.04878,"17.5":0.06575,"17.6-17.7":0.17286,"18.0":0.035,"18.1":0.06893,"18.2":0.03712,"18.3":0.11029,"18.4":0.0509,"18.5-18.7":1.75621,"26.0":0.11241,"26.1":0.13999,"26.2":0.53874,"26.3":1.70107,"26.4":3.50818,"26.5":1.25141},P:{"4":0.03815,"22":0.01272,"23":0.00636,"24":0.06358,"25":0.03179,"26":0.03815,"27":0.03815,"28":0.13352,"29":0.89648,"30":0.17802,_:"20 21 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00636,"7.2-7.4":0.02543,"9.2":0.04451,"14.0":0.01272},I:{"0":0.03176,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":1.06814,_:"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.08901},Q:{_:"14.9"},O:{"0":0.54043},H:{all:0},L:{"0":61.08026}};
1
+ module.exports={C:{"50":0.00788,"64":0.00788,"72":0.0197,"78":0.00394,"113":0.00394,"115":0.04333,"120":0.11817,"121":0.22846,"127":0.01576,"129":0.00788,"137":0.00394,"140":0.0197,"141":0.00394,"146":0.00394,"147":0.02757,"148":0.00394,"149":0.00394,"150":0.10241,"151":0.74053,"152":0.66963,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 52 53 54 55 56 57 58 59 60 61 62 63 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 114 116 117 118 119 122 123 124 125 126 128 130 131 132 133 134 135 136 138 139 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.00788,"40":0.00788,"41":0.00394,"42":0.01182,"43":0.00394,"44":0.00788,"46":0.00788,"47":0.10241,"49":0.00394,"50":0.00788,"51":0.00788,"52":0.01182,"53":0.05121,"54":0.00394,"55":0.01182,"56":0.01576,"57":0.00394,"58":0.00788,"59":0.00788,"60":0.01576,"64":0.01576,"68":0.00394,"70":0.00394,"72":0.00788,"74":0.00788,"75":0.00788,"76":0.01182,"77":0.07878,"78":0.00394,"79":0.03939,"81":0.00394,"83":0.00788,"84":0.00394,"85":0.00394,"86":0.01576,"87":0.01576,"88":0.00788,"89":0.00394,"90":0.01182,"92":0.00394,"93":0.02757,"95":0.01182,"98":0.00394,"99":0.00788,"101":0.00394,"103":0.08272,"104":0.04727,"105":0.04727,"106":0.06302,"107":0.04727,"108":0.03939,"109":0.14968,"110":0.06696,"111":0.06302,"112":0.05515,"114":0.02757,"116":0.19695,"117":0.04727,"118":3.6357,"119":0.25604,"120":0.29936,"122":0.01182,"124":0.04333,"126":0.03151,"130":0.02363,"131":0.11817,"132":0.00788,"133":0.12605,"134":0.00394,"135":0.0197,"136":0.00394,"137":0.05909,"138":0.28755,"139":0.03151,"140":0.0197,"141":0.25604,"142":0.0197,"143":0.12999,"144":0.04727,"145":0.0906,"146":0.2521,"147":0.35057,"148":4.96314,"149":3.75387,"150":0.01182,_:"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 45 48 61 62 63 65 66 67 69 71 73 80 91 94 96 97 100 102 113 115 121 123 125 127 128 129 151 152 153"},F:{"46":0.00394,"76":0.00394,"79":0.00788,"95":0.01182,"98":0.03939,"99":0.09848,"116":0.00394,"120":0.00788,"125":0.00788,"126":0.00394,"131":0.76811,_:"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 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 117 118 119 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.02757,"18":0.0197,"89":0.00788,"90":0.00394,"91":0.00394,"92":0.02757,"100":0.00788,"109":0.00788,"114":0.00788,"118":0.00394,"119":0.09848,"120":0.12211,"122":0.02757,"126":0.01182,"135":0.00788,"136":0.00788,"137":0.01182,"139":0.00788,"140":0.01182,"142":0.04727,"143":0.00394,"144":0.00788,"145":0.01182,"146":0.02757,"147":0.05121,"148":0.75235,"149":2.14676,_:"12 13 15 16 17 79 80 81 83 84 85 86 87 88 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 121 123 124 125 127 128 129 130 131 132 133 134 138 141 150"},E:{"12":0.01182,_:"4 5 6 7 8 9 10 11 13 14 15 27 3.1 3.2 6.1 7.1 12.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.4 TP","5.1":0.01182,"9.1":0.0197,"10.1":0.01182,"11.1":0.00788,"13.1":0.02757,"14.1":0.00394,"15.5":0.00788,"15.6":0.20877,"16.6":0.0709,"17.1":0.12211,"17.6":0.02757,"18.3":0.09454,"18.5-18.7":0.04333,"26.0":0.00394,"26.1":0.20877,"26.2":0.14968,"26.3":0.08666,"26.4":0.11423,"26.5":0.05909},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.00307,"8.1-8.4":0,"9.0-9.2":0.00102,"9.3":0,"10.0-10.2":0,"10.3":0.01127,"11.0-11.2":0.33925,"11.3-11.4":0.00205,"12.0-12.1":0,"12.2-12.5":0.03485,"13.0-13.1":0,"13.2":0.01127,"13.3":0,"13.4-13.7":0.00205,"14.0-14.4":0.00717,"14.5-14.8":0.01127,"15.0-15.1":0.01025,"15.2-15.3":0.00615,"15.4":0.00717,"15.5":0.00922,"15.6-15.8":0.17936,"16.0":0.0164,"16.1":0.02665,"16.2":0.01435,"16.3":0.03075,"16.4":0.00717,"16.5":0.01127,"16.6-16.7":0.23368,"17.0":0.01025,"17.1":0.01537,"17.2":0.01435,"17.3":0.02152,"17.4":0.0328,"17.5":0.05842,"17.6-17.7":0.15066,"18.0":0.03382,"18.1":0.06457,"18.2":0.03485,"18.3":0.10659,"18.4":0.04817,"18.5-18.7":1.54045,"26.0":0.10147,"26.1":0.10557,"26.2":0.31875,"26.3":0.43559,"26.4":0.49913,"26.5":5.66061},P:{"4":0.00659,"22":0.00659,"23":0.01318,"24":0.03954,"25":0.02636,"26":0.03295,"27":0.05272,"28":0.1384,"29":0.36907,"30":0.57338,_:"20 21 5.0-5.4 8.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.01318,"7.2-7.4":0.06591,"9.2":0.01318,"14.0":0.00659},I:{"0":0.02422,"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.26681,_:"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.52125},H:{all:0},L:{"0":59.55129},R:{_:"0"},M:{"0":0.10304},Q:{_:"14.9"}};