@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:{"69":0.029,"122":0.00967,"124":0.00967,"125":0.04833,"126":0.029,"133":0.00967,"134":0.058,"135":0.029,"136":0.029,"140":0.00967,"141":0.029,"147":0.029,"149":0.00967,"150":0.14016,_:"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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 127 128 129 130 131 132 137 138 139 142 143 144 145 146 148 151 152 153 154 3.5 3.6"},D:{"39":0.00967,"41":0.00967,"42":0.00967,"43":0.01933,"55":0.00967,"56":0.00967,"59":0.01933,"79":0.14016,"80":0.00967,"85":0.00967,"92":0.00967,"101":0.00967,"105":0.029,"106":0.00967,"108":0.00967,"109":1.36291,"112":0.95693,"116":0.00967,"118":0.23682,"119":0.00967,"122":0.01933,"124":10.81625,"125":0.11599,"126":0.04833,"127":0.04833,"131":1.01493,"132":0.00967,"133":0.04833,"134":0.029,"135":0.01933,"136":0.058,"137":0.00967,"138":0.06766,"139":0.029,"140":0.01933,"143":0.26582,"144":0.12566,"145":0.058,"146":0.24648,"147":6.98852,"148":10.30396,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 44 45 46 47 48 49 50 51 52 53 54 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 99 100 102 103 104 107 110 111 113 114 115 117 120 121 123 128 129 130 141 142 149 150 151 152"},F:{"97":0.00967,"98":0.00967,"131":0.13049,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01933,"122":0.00967,"124":0.029,"125":0.01933,"137":0.00967,"145":0.00967,"146":0.00967,"147":0.29481,"148":0.74912,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 126 127 128 129 130 131 132 133 134 135 136 138 139 140 141 142 143 144 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.5 17.0 17.1 17.2 17.4 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 TP","15.6":0.00967,"16.4":0.00967,"16.6":0.08699,"17.3":0.00967,"17.5":0.00967,"26.1":0.01933,"26.2":0.00967,"26.3":0.14016,"26.4":0.14982,"26.5":0.07733},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00059,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00117,"8.1-8.4":0,"9.0-9.2":0.00059,"9.3":0,"10.0-10.2":0,"10.3":0.00527,"11.0-11.2":0.13865,"11.3-11.4":0.00176,"12.0-12.1":0,"12.2-12.5":0.01989,"13.0-13.1":0,"13.2":0.00644,"13.3":0,"13.4-13.7":0.00117,"14.0-14.4":0.00468,"14.5-14.8":0.00761,"15.0-15.1":0.00585,"15.2-15.3":0.00351,"15.4":0.00468,"15.5":0.00527,"15.6-15.8":0.09887,"16.0":0.01053,"16.1":0.01638,"16.2":0.00878,"16.3":0.01931,"16.4":0.0041,"16.5":0.00702,"16.6-16.7":0.13163,"17.0":0.00585,"17.1":0.00995,"17.2":0.00878,"17.3":0.01697,"17.4":0.02691,"17.5":0.03627,"17.6-17.7":0.09536,"18.0":0.01931,"18.1":0.03803,"18.2":0.02048,"18.3":0.06084,"18.4":0.02808,"18.5-18.7":0.96879,"26.0":0.06201,"26.1":0.07722,"26.2":0.29719,"26.3":0.93837,"26.4":1.93524,"26.5":0.69032},P:{"22":0.00897,"24":0.10763,"25":0.08072,"26":0.43949,"27":0.16144,"28":0.38567,"29":0.59196,"30":0.16144,_:"4 20 21 23 5.0-5.4 8.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0","6.2-6.4":1.47991,"7.2-7.4":0.02691,"9.2":0.06278,"14.0":0.01794,"19.0":0.03588},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.08786,_:"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.11886},Q:{_:"14.9"},O:{"0":0.11886},H:{all:0},L:{"0":48.93798}};
1
+ module.exports={C:{"115":0.03926,"120":0.03926,"121":0.09534,"125":0.03926,"127":0.01122,"131":0.01122,"135":0.03926,"138":0.01122,"147":0.10655,"150":0.02804,"151":0.16263,"152":0.03926,_:"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 126 128 129 130 132 133 134 136 137 139 140 141 142 143 144 145 146 148 149 153 154 155 3.5 3.6"},D:{"47":0.01122,"48":0.01122,"50":0.01122,"59":0.01122,"79":0.0673,"80":0.02804,"96":0.02804,"98":0.0673,"101":0.02804,"103":0.02804,"105":0.01122,"108":0.02804,"109":4.58734,"112":0.15142,"114":0.01122,"116":0.01122,"118":0.27479,"119":0.15142,"120":0.10655,"121":0.03926,"122":0.01122,"123":0.02804,"124":3.10122,"125":0.08412,"126":0.02804,"130":0.01122,"131":0.53276,"133":0.02804,"138":0.2075,"139":0.01122,"140":0.03926,"141":0.02804,"143":0.02804,"144":0.0673,"145":0.12338,"146":0.17946,"147":0.21871,"148":7.21189,"149":16.03327,"150":0.08412,_:"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 49 51 52 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 81 83 84 85 86 87 88 89 90 91 92 93 94 95 97 99 100 102 104 106 107 110 111 113 115 117 127 128 129 132 134 135 136 137 142 151 152 153"},F:{"131":0.08412,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.02804,"117":0.01122,"119":0.09534,"120":0.05608,"122":0.01122,"123":0.02804,"145":0.02804,"146":0.05608,"148":0.5608,"149":0.73465,_:"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 118 121 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 147 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 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.6 17.0 17.1 17.2 17.3 17.5 18.2 18.3 18.5-18.7 26.1 TP","16.5":0.01122,"17.4":0.01122,"17.6":0.02804,"18.0":0.01122,"18.1":0.02804,"18.4":0.10655,"26.0":0.05608,"26.2":0.02804,"26.3":0.0673,"26.4":0.05608,"26.5":0.43742},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00076,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00228,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0,"10.0-10.2":0,"10.3":0.00836,"11.0-11.2":0.2515,"11.3-11.4":0.00152,"12.0-12.1":0,"12.2-12.5":0.02583,"13.0-13.1":0,"13.2":0.00836,"13.3":0,"13.4-13.7":0.00152,"14.0-14.4":0.00532,"14.5-14.8":0.00836,"15.0-15.1":0.0076,"15.2-15.3":0.00456,"15.4":0.00532,"15.5":0.00684,"15.6-15.8":0.13297,"16.0":0.01216,"16.1":0.01976,"16.2":0.01064,"16.3":0.02279,"16.4":0.00532,"16.5":0.00836,"16.6-16.7":0.17324,"17.0":0.0076,"17.1":0.0114,"17.2":0.01064,"17.3":0.01596,"17.4":0.02431,"17.5":0.04331,"17.6-17.7":0.11169,"18.0":0.02507,"18.1":0.04787,"18.2":0.02583,"18.3":0.07902,"18.4":0.03571,"18.5-18.7":1.142,"26.0":0.07522,"26.1":0.07826,"26.2":0.2363,"26.3":0.32292,"26.4":0.37003,"26.5":4.19646},P:{"22":0.06648,"23":0.0095,"27":0.0095,"28":0.07598,"29":0.04749,"30":1.05421,_:"4 20 21 24 25 26 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.42738,"16.0":0.18045},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.51386,_:"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.50069},H:{all:0},L:{"0":43.3627},R:{_:"0"},M:{"0":0.26352},Q:{"14.9":0.01318}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01708,"72":0.02847,"89":0.01139,"103":0.00569,"108":0.01139,"115":0.10247,"120":0.01708,"121":0.03416,"123":0.00569,"128":0.00569,"134":0.01139,"136":0.00569,"140":0.02847,"143":0.00569,"145":0.00569,"146":0.00569,"147":0.00569,"148":0.01139,"149":0.02277,"150":0.54084,"151":0.21064,_:"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 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 109 110 111 112 113 114 116 117 118 119 122 124 125 126 127 129 130 131 132 133 135 137 138 139 141 142 144 152 153 154 3.5 3.6"},D:{"39":0.0854,"40":0.0797,"41":0.0797,"42":0.0797,"43":0.0797,"44":0.0797,"45":0.0797,"46":0.0797,"47":0.0797,"48":0.0797,"49":0.09678,"50":0.0797,"51":0.0797,"52":0.0797,"53":0.0797,"54":0.07401,"55":0.0797,"56":0.09678,"57":0.0797,"58":0.0797,"59":0.0854,"60":0.0797,"62":0.00569,"65":0.01139,"68":0.00569,"70":0.01139,"72":0.00569,"73":0.01139,"74":0.00569,"75":0.00569,"78":0.00569,"79":0.01139,"83":0.00569,"85":0.00569,"86":0.00569,"87":0.01139,"91":0.01708,"92":0.00569,"94":0.00569,"95":0.01139,"97":0.00569,"98":0.01139,"99":0.00569,"100":0.00569,"102":0.00569,"103":0.49529,"104":0.51237,"105":0.48391,"106":0.4896,"107":0.4896,"108":0.49529,"109":1.95839,"110":0.4896,"111":0.49529,"112":3.20516,"114":0.00569,"116":0.99628,"117":0.50098,"118":4.62272,"119":0.03985,"120":0.51237,"121":0.01139,"122":0.03985,"123":0.01139,"124":0.55791,"125":0.01139,"126":0.04554,"127":0.01708,"128":0.02277,"129":0.00569,"130":0.01139,"131":1.03613,"132":0.02847,"133":0.98489,"134":0.03416,"135":0.01139,"136":0.02277,"137":0.05124,"138":0.1594,"139":0.03985,"140":0.0797,"141":0.02847,"142":0.21633,"143":0.06832,"144":0.06262,"145":1.09875,"146":0.29604,"147":7.02516,"148":10.91348,"149":0.03985,_:"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 69 71 76 77 80 81 84 88 89 90 93 96 101 113 115 150 151 152"},F:{"40":0.00569,"46":0.00569,"95":0.02277,"97":0.01139,"98":0.02847,"117":0.00569,"124":0.00569,"126":0.00569,"127":0.00569,"131":1.67374,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 120 121 122 123 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00569,"92":0.01139,"109":0.02277,"115":0.00569,"119":0.00569,"120":0.00569,"122":0.00569,"125":0.01139,"131":0.00569,"132":0.01139,"134":0.00569,"136":0.00569,"138":0.00569,"139":0.00569,"141":0.09678,"142":0.00569,"143":0.01139,"144":0.01139,"145":0.01708,"146":0.05693,"147":1.18414,"148":2.32274,"149":0.00569,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 116 117 118 121 123 124 126 127 128 129 130 133 135 137 140"},E:{"14":0.00569,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.1 17.2 17.4 18.0 18.2 18.4 TP","15.6":0.01139,"16.1":0.00569,"16.6":0.01708,"17.0":0.00569,"17.3":0.00569,"17.5":0.00569,"17.6":0.02847,"18.1":0.00569,"18.3":0.00569,"18.5-18.7":0.01139,"26.0":0.00569,"26.1":0.00569,"26.2":0.01139,"26.3":0.05124,"26.4":0.04554,"26.5":0.02277},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0004,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0008,"8.1-8.4":0,"9.0-9.2":0.0004,"9.3":0,"10.0-10.2":0,"10.3":0.00362,"11.0-11.2":0.09524,"11.3-11.4":0.00121,"12.0-12.1":0,"12.2-12.5":0.01366,"13.0-13.1":0,"13.2":0.00442,"13.3":0,"13.4-13.7":0.0008,"14.0-14.4":0.00321,"14.5-14.8":0.00522,"15.0-15.1":0.00402,"15.2-15.3":0.00241,"15.4":0.00321,"15.5":0.00362,"15.6-15.8":0.06791,"16.0":0.00723,"16.1":0.01125,"16.2":0.00603,"16.3":0.01326,"16.4":0.00281,"16.5":0.00482,"16.6-16.7":0.09041,"17.0":0.00402,"17.1":0.00683,"17.2":0.00603,"17.3":0.01165,"17.4":0.01848,"17.5":0.02491,"17.6-17.7":0.0655,"18.0":0.01326,"18.1":0.02612,"18.2":0.01406,"18.3":0.04179,"18.4":0.01929,"18.5-18.7":0.66545,"26.0":0.0426,"26.1":0.05304,"26.2":0.20414,"26.3":0.64456,"26.4":1.3293,"26.5":0.47417},P:{"4":0.00711,"21":0.00711,"22":0.00711,"23":0.00711,"24":0.00711,"25":0.00711,"26":0.02132,"27":0.00711,"28":0.03553,"29":0.46903,"30":0.1137,_:"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.02132},I:{"0":0.01721,"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.10768,_:"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.00431,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.08183},Q:{_:"14.9"},O:{"0":0.05168},H:{all:0},L:{"0":44.48062}};
1
+ module.exports={C:{"52":0.01174,"78":0.00587,"89":0.01174,"101":0.01174,"103":0.00587,"115":0.0939,"120":0.88035,"121":1.7607,"122":0.01761,"123":0.04108,"134":0.01761,"135":0.00587,"136":0.00587,"140":0.01761,"145":0.00587,"146":0.00587,"149":0.00587,"150":0.01174,"151":0.48126,"152":0.21715,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 124 125 126 127 128 129 130 131 132 133 137 138 139 141 142 143 144 147 148 153 154 155 3.5 3.6"},D:{"39":0.04695,"40":0.04108,"41":0.04108,"42":0.04695,"43":0.04695,"44":0.04695,"45":0.04695,"46":0.04695,"47":0.04695,"48":0.04695,"49":0.05282,"50":0.04695,"51":0.04108,"52":0.04695,"53":0.04695,"54":0.04695,"55":0.04695,"56":0.07043,"57":0.04695,"58":0.06456,"59":0.04695,"60":0.04695,"65":0.01761,"66":0.00587,"68":0.00587,"70":0.00587,"71":0.00587,"72":0.00587,"73":0.01761,"75":0.00587,"78":0.00587,"79":0.01761,"81":0.00587,"83":0.00587,"85":0.00587,"86":0.01761,"87":0.02348,"89":0.00587,"90":0.00587,"91":0.00587,"95":0.00587,"97":0.00587,"98":0.01761,"99":0.00587,"100":0.00587,"101":0.00587,"102":0.02348,"103":0.38149,"104":0.40496,"105":0.36975,"106":0.38149,"107":0.37562,"108":0.37562,"109":1.72549,"110":0.37562,"111":0.36975,"112":0.36388,"114":0.01174,"116":0.7571,"117":0.36975,"118":8.55113,"119":1.81939,"120":2.18327,"121":0.02935,"122":0.05869,"123":0.01174,"124":0.41083,"125":0.01174,"126":0.01761,"127":0.01761,"128":0.03521,"129":0.00587,"130":0.00587,"131":0.82166,"132":0.05869,"133":0.76297,"134":0.03521,"135":0.01761,"136":0.02348,"137":0.0939,"138":0.12325,"139":0.05869,"140":0.04108,"141":0.01761,"142":0.26997,"143":0.06456,"144":0.04695,"145":0.5869,"146":0.22302,"147":0.31106,"148":6.81978,"149":7.01932,"150":0.03521,_:"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 69 74 76 77 80 84 88 92 93 94 96 113 115 151 152 153"},F:{"46":0.00587,"85":0.00587,"95":0.02935,"98":0.01174,"99":0.02348,"131":1.0036,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00587,"91":0.00587,"92":0.01174,"102":0.01761,"109":0.01761,"119":0.88035,"120":0.88622,"121":0.01174,"122":0.01761,"125":0.00587,"131":0.00587,"132":0.01174,"135":0.00587,"137":0.00587,"140":0.00587,"141":0.02935,"142":0.00587,"143":0.00587,"144":0.00587,"145":0.00587,"146":0.01174,"147":0.02348,"148":0.85101,"149":1.6668,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 123 124 126 127 128 129 130 133 134 136 138 139 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.5 16.0 16.1 16.2 16.4 18.4 TP","13.1":0.00587,"14.1":0.01174,"15.4":0.00587,"15.6":0.01174,"16.3":0.00587,"16.5":0.00587,"16.6":0.02935,"17.0":0.00587,"17.1":0.01174,"17.2":0.00587,"17.3":0.01761,"17.4":0.00587,"17.5":0.00587,"17.6":0.04695,"18.0":0.00587,"18.1":0.01174,"18.2":0.00587,"18.3":0.01174,"18.5-18.7":0.00587,"26.0":0.00587,"26.1":0.00587,"26.2":0.00587,"26.3":0.00587,"26.4":0.01174,"26.5":0.05869},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00045,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00134,"8.1-8.4":0,"9.0-9.2":0.00045,"9.3":0,"10.0-10.2":0,"10.3":0.00491,"11.0-11.2":0.14767,"11.3-11.4":0.00089,"12.0-12.1":0,"12.2-12.5":0.01517,"13.0-13.1":0,"13.2":0.00491,"13.3":0,"13.4-13.7":0.00089,"14.0-14.4":0.00312,"14.5-14.8":0.00491,"15.0-15.1":0.00446,"15.2-15.3":0.00268,"15.4":0.00312,"15.5":0.00402,"15.6-15.8":0.07808,"16.0":0.00714,"16.1":0.0116,"16.2":0.00625,"16.3":0.01338,"16.4":0.00312,"16.5":0.00491,"16.6-16.7":0.10172,"17.0":0.00446,"17.1":0.00669,"17.2":0.00625,"17.3":0.00937,"17.4":0.01428,"17.5":0.02543,"17.6-17.7":0.06558,"18.0":0.01472,"18.1":0.02811,"18.2":0.01517,"18.3":0.0464,"18.4":0.02097,"18.5-18.7":0.67056,"26.0":0.04417,"26.1":0.04595,"26.2":0.13875,"26.3":0.18961,"26.4":0.21727,"26.5":2.46408},P:{"4":0.01325,"21":0.00662,"22":0.00662,"23":0.00662,"24":0.00662,"25":0.00662,"26":0.02649,"27":0.01325,"28":0.03974,"29":0.11922,"30":0.52324,_:"20 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02649,"8.2":0.00662},I:{"0":0.02063,"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.10741,_:"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.05783},H:{all:0},L:{"0":44.23791},R:{_:"0"},M:{"0":0.07436},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.01754,"124":0.02924,"125":0.05847,"126":0.07016,"136":0.01169,"146":0.02924,"149":0.01169,"150":3.43219,"151":0.70164,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 127 128 129 130 131 132 133 134 135 137 138 139 140 141 142 143 144 145 147 148 152 153 154 3.5 3.6"},D:{"41":0.02924,"42":0.02924,"44":0.01169,"46":0.01169,"47":0.01169,"48":0.01169,"49":0.01169,"50":0.01169,"51":0.01169,"53":0.01169,"54":0.01169,"60":0.01169,"87":0.08186,"91":0.01169,"103":0.02924,"105":0.01754,"109":0.08186,"112":0.52038,"116":0.05847,"118":1.01153,"121":0.04093,"122":0.05262,"123":0.01754,"124":0.05847,"125":0.05262,"130":0.01169,"131":0.05262,"132":0.07016,"133":0.01169,"134":0.01754,"137":0.01754,"138":0.01169,"139":0.02924,"141":0.01169,"142":0.21049,"143":0.05262,"144":0.14033,"145":0.08771,"146":0.28066,"147":8.87575,"148":14.51225,"149":0.01169,"150":0.01169,_:"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 43 45 52 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 88 89 90 92 93 94 95 96 97 98 99 100 101 102 104 106 107 108 110 111 113 114 115 117 119 120 126 127 128 129 135 136 140 151 152"},F:{"131":1.6547,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.15787,"122":0.05262,"124":0.01754,"125":0.01754,"133":0.01169,"136":0.04093,"137":0.08186,"138":0.01169,"139":0.05847,"141":0.01169,"142":0.01754,"143":0.05847,"144":0.01754,"145":0.08186,"146":0.12279,"147":3.96427,"148":6.15689,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 126 127 128 129 130 131 132 134 135 140 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 16.5 17.0 18.1 18.2 26.1 TP","11.1":0.01169,"13.1":0.02924,"14.1":0.01169,"15.6":0.02924,"16.1":0.11109,"16.3":0.15787,"16.6":0.01169,"17.1":0.08771,"17.2":0.07016,"17.3":0.01169,"17.4":0.02924,"17.5":0.01169,"17.6":0.02924,"18.0":0.01169,"18.3":0.04093,"18.4":0.01169,"18.5-18.7":0.05847,"26.0":0.11109,"26.2":0.01754,"26.3":0.0994,"26.4":0.26312,"26.5":0.1988},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00087,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00174,"8.1-8.4":0,"9.0-9.2":0.00087,"9.3":0,"10.0-10.2":0,"10.3":0.00782,"11.0-11.2":0.20606,"11.3-11.4":0.00261,"12.0-12.1":0,"12.2-12.5":0.02956,"13.0-13.1":0,"13.2":0.00956,"13.3":0,"13.4-13.7":0.00174,"14.0-14.4":0.00696,"14.5-14.8":0.0113,"15.0-15.1":0.00869,"15.2-15.3":0.00522,"15.4":0.00696,"15.5":0.00782,"15.6-15.8":0.14693,"16.0":0.01565,"16.1":0.02434,"16.2":0.01304,"16.3":0.02869,"16.4":0.00609,"16.5":0.01043,"16.6-16.7":0.19562,"17.0":0.00869,"17.1":0.01478,"17.2":0.01304,"17.3":0.02521,"17.4":0.03999,"17.5":0.0539,"17.6-17.7":0.14172,"18.0":0.02869,"18.1":0.05651,"18.2":0.03043,"18.3":0.09042,"18.4":0.04173,"18.5-18.7":1.43978,"26.0":0.09216,"26.1":0.11477,"26.2":0.44167,"26.3":1.39457,"26.4":2.87608,"26.5":1.02593},P:{"26":0.01211,"27":0.03632,"28":0.06053,"29":0.50845,"30":0.01816,_:"4 20 21 22 23 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.32401,_:"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.24924},Q:{"14.9":0.01246},O:{"0":0.09554},H:{all:0},L:{"0":42.9507}};
1
+ module.exports={C:{"115":0.06219,"120":0.02392,"121":0.03827,"124":0.01435,"125":0.02392,"126":0.04784,"148":0.02392,"151":3.54016,"152":1.44477,_:"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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 149 150 153 154 155 3.5 3.6"},D:{"39":0.01435,"44":0.01435,"45":0.02392,"46":0.01435,"47":0.02392,"52":0.02392,"58":0.01435,"60":0.02392,"65":0.15787,"87":0.03827,"88":0.02392,"91":0.01435,"103":0.01435,"107":0.01435,"108":0.01435,"109":0.07176,"110":0.02392,"114":0.02392,"116":0.02392,"118":2.97565,"119":0.08611,"120":0.13395,"122":0.02392,"123":0.01435,"124":0.02392,"125":0.03827,"126":0.04784,"128":0.01435,"131":0.41142,"133":0.02392,"137":0.07176,"138":0.06219,"142":0.1196,"143":0.1196,"144":0.13395,"145":0.03827,"146":0.03827,"147":0.90418,"148":4.42998,"149":8.1041,"150":0.01435,"151":0.01435,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 48 49 50 51 53 54 55 56 57 59 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 89 90 92 93 94 95 96 97 98 99 100 101 102 104 105 106 111 112 113 115 117 121 127 129 130 132 134 135 136 139 140 141 152 153"},F:{"99":0.13395,"131":1.15773,_:"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:{"14":0.2392,"15":0.02392,"92":0.01435,"109":0.01435,"119":0.01435,"120":0.01435,"124":0.03827,"125":0.01435,"133":0.07176,"134":0.01435,"136":0.06219,"137":0.06219,"138":0.01435,"143":0.06219,"145":0.13395,"146":0.15787,"147":0.42099,"148":3.05698,"149":7.50131,_:"12 13 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 126 127 128 129 130 131 132 135 139 140 141 142 144 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 17.2 17.3 17.5 18.0 18.1 18.2 18.4 TP","13.1":0.01435,"15.6":0.04784,"16.5":0.04784,"16.6":0.03827,"17.0":0.03827,"17.1":0.02392,"17.4":0.01435,"17.6":0.07176,"18.3":0.03827,"18.5-18.7":0.02392,"26.0":0.11003,"26.1":0.01435,"26.2":0.27747,"26.3":0.03827,"26.4":0.13395,"26.5":0.30139},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00147,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00442,"8.1-8.4":0,"9.0-9.2":0.00147,"9.3":0,"10.0-10.2":0,"10.3":0.01622,"11.0-11.2":0.48817,"11.3-11.4":0.00295,"12.0-12.1":0,"12.2-12.5":0.05014,"13.0-13.1":0,"13.2":0.01622,"13.3":0,"13.4-13.7":0.00295,"14.0-14.4":0.01032,"14.5-14.8":0.01622,"15.0-15.1":0.01475,"15.2-15.3":0.00885,"15.4":0.01032,"15.5":0.01327,"15.6-15.8":0.2581,"16.0":0.0236,"16.1":0.03835,"16.2":0.02065,"16.3":0.04425,"16.4":0.01032,"16.5":0.01622,"16.6-16.7":0.33626,"17.0":0.01475,"17.1":0.02212,"17.2":0.02065,"17.3":0.03097,"17.4":0.0472,"17.5":0.08407,"17.6-17.7":0.2168,"18.0":0.04867,"18.1":0.09292,"18.2":0.05014,"18.3":0.15338,"18.4":0.06932,"18.5-18.7":2.21669,"26.0":0.14601,"26.1":0.15191,"26.2":0.45868,"26.3":0.62681,"26.4":0.71825,"26.5":8.14557},P:{"24":0.00435,"27":0.18694,"28":0.12173,"29":0.09999,"30":0.36954,_:"4 20 21 22 23 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01042,"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.41214,_:"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":41.77936},R:{_:"0"},M:{"0":1.91986},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00309,"72":0.00309,"115":0.02777,"120":0.00309,"121":0.00309,"125":0.00309,"128":0.00309,"133":0.00309,"135":0.00309,"139":0.00309,"140":0.01852,"142":0.00309,"147":0.00309,"148":0.00309,"149":0.00926,"150":0.32403,"151":0.09875,_:"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 122 123 124 126 127 129 130 131 132 134 136 137 138 141 143 144 145 146 152 153 154 3.5 3.6"},D:{"39":0.02777,"40":0.02777,"41":0.02777,"42":0.02777,"43":0.02777,"44":0.02777,"45":0.02777,"46":0.02777,"47":0.02777,"48":0.03086,"49":0.03086,"50":0.02777,"51":0.02777,"52":0.02777,"53":0.02777,"54":0.02777,"55":0.02777,"56":0.03086,"57":0.02777,"58":0.02777,"59":0.02777,"60":0.02777,"65":0.00309,"73":0.00309,"79":0.03086,"83":0.01543,"85":0.00617,"86":0.00309,"87":0.04012,"88":0.00309,"91":0.00617,"94":0.00309,"95":0.00309,"96":0.00309,"98":0.00309,"101":0.00309,"103":0.25614,"104":0.25614,"105":0.24997,"106":0.25305,"107":0.24997,"108":0.24997,"109":0.80545,"110":0.24688,"111":0.25305,"112":0.98752,"113":0.00309,"114":0.00926,"115":0.00309,"116":0.51228,"117":0.28391,"118":1.13256,"119":0.00617,"120":0.287,"121":0.04938,"122":0.02777,"123":0.00926,"124":0.25614,"125":0.04938,"126":0.01543,"127":0.00926,"128":0.01234,"129":0.00926,"130":0.01543,"131":0.53388,"132":0.01543,"133":0.52153,"134":0.02777,"135":0.03395,"136":0.01543,"137":0.0216,"138":0.08949,"139":0.02777,"140":0.01852,"141":0.01852,"142":0.03395,"143":0.05246,"144":0.07715,"145":0.40427,"146":0.16047,"147":4.4747,"148":7.70574,"149":0.01852,"150":0.00309,_:"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 77 78 80 81 84 89 90 92 93 97 99 100 102 151 152"},F:{"40":0.00617,"46":0.02469,"95":0.01543,"97":0.02469,"98":0.07098,"113":0.02777,"114":0.00309,"117":0.00309,"119":0.00309,"122":0.00309,"126":0.00309,"131":1.10479,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 115 116 118 120 121 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00309,"92":0.00309,"109":0.01543,"125":0.00309,"131":0.00926,"132":0.00309,"133":0.00309,"134":0.00617,"135":0.00309,"136":0.00617,"137":0.00309,"138":0.00309,"140":0.00309,"142":0.00617,"143":0.00309,"144":0.00617,"145":0.01234,"146":0.01852,"147":0.42278,"148":0.74373,"149":0.00309,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 126 127 128 129 130 139 141"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.4 16.5 TP","5.1":0.00309,"14.1":0.00309,"15.6":0.01234,"16.1":0.00309,"16.2":0.00309,"16.3":0.00309,"16.6":0.01852,"17.0":0.00309,"17.1":0.00926,"17.2":0.00309,"17.3":0.00309,"17.4":0.00617,"17.5":0.00617,"17.6":0.02469,"18.0":0.00309,"18.1":0.00309,"18.2":0.00309,"18.3":0.00617,"18.4":0.00309,"18.5-18.7":0.01543,"26.0":0.00926,"26.1":0.00926,"26.2":0.04629,"26.3":0.12961,"26.4":0.15121,"26.5":0.06172},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00121,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00242,"8.1-8.4":0,"9.0-9.2":0.00121,"9.3":0,"10.0-10.2":0,"10.3":0.01088,"11.0-11.2":0.28659,"11.3-11.4":0.00363,"12.0-12.1":0,"12.2-12.5":0.04111,"13.0-13.1":0,"13.2":0.0133,"13.3":0,"13.4-13.7":0.00242,"14.0-14.4":0.00967,"14.5-14.8":0.01572,"15.0-15.1":0.01209,"15.2-15.3":0.00726,"15.4":0.00967,"15.5":0.01088,"15.6-15.8":0.20436,"16.0":0.02177,"16.1":0.03386,"16.2":0.01814,"16.3":0.03991,"16.4":0.00846,"16.5":0.01451,"16.6-16.7":0.27208,"17.0":0.01209,"17.1":0.02056,"17.2":0.01814,"17.3":0.03507,"17.4":0.05563,"17.5":0.07497,"17.6-17.7":0.19711,"18.0":0.03991,"18.1":0.0786,"18.2":0.04232,"18.3":0.12576,"18.4":0.05804,"18.5-18.7":2.00253,"26.0":0.12818,"26.1":0.15962,"26.2":0.6143,"26.3":1.93965,"26.4":4.00023,"26.5":1.42693},P:{"4":0.04963,"20":0.00827,"21":0.02481,"22":0.00827,"23":0.00827,"24":0.00827,"25":0.01654,"26":0.04963,"27":0.02481,"28":0.07444,"29":1.26555,"30":0.21506,_:"5.0-5.4 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0 19.0","6.2-6.4":0.00827,"7.2-7.4":0.02481,"8.2":0.00827,"13.0":0.00827,"17.0":0.00827},I:{"0":0.02072,"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.9403,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00463,"11":0.00463,_:"6 7 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.11062},Q:{_:"14.9"},O:{"0":0.12445},H:{all:0},L:{"0":57.36608}};
1
+ module.exports={C:{"115":0.02725,"120":0.09265,"121":0.1853,"125":0.00273,"128":0.00273,"133":0.00273,"134":0.00273,"135":0.00273,"136":0.00273,"138":0.00273,"140":0.00818,"147":0.00273,"148":0.00273,"149":0.00273,"150":0.00818,"151":0.3052,"152":0.1744,_:"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 126 127 129 130 131 132 137 139 141 142 143 144 145 146 153 154 155 3.5 3.6"},D:{"39":0.02998,"40":0.02998,"41":0.02998,"42":0.02998,"43":0.02998,"44":0.02998,"45":0.02998,"46":0.02998,"47":0.02998,"48":0.02998,"49":0.02998,"50":0.02998,"51":0.02998,"52":0.02998,"53":0.02998,"54":0.02998,"55":0.02998,"56":0.02998,"57":0.02998,"58":0.02725,"59":0.02998,"60":0.02998,"70":0.00273,"73":0.00545,"79":0.02725,"80":0.00273,"83":0.00818,"85":0.00818,"86":0.00273,"87":0.04088,"88":0.00273,"90":0.00273,"91":0.00273,"94":0.00273,"95":0.00273,"98":0.00545,"100":0.00273,"101":0.00273,"103":0.1526,"104":0.1526,"105":0.14988,"106":0.14988,"107":0.14988,"108":0.14988,"109":0.5777,"110":0.14988,"111":0.14988,"112":0.14715,"113":0.00273,"114":0.0109,"115":0.00273,"116":0.3052,"117":0.14715,"118":1.52873,"119":0.19348,"120":0.39513,"121":0.0109,"122":0.04905,"123":0.00273,"124":0.18258,"125":0.07903,"126":0.0109,"127":0.00273,"128":0.0218,"129":0.00545,"130":0.0109,"131":0.34608,"132":0.03543,"133":0.32973,"134":0.03543,"135":0.03815,"136":0.02453,"137":0.03815,"138":0.09265,"139":0.01908,"140":0.01908,"141":0.01635,"142":0.04905,"143":0.04088,"144":0.04905,"145":0.28885,"146":0.16623,"147":0.16895,"148":3.6188,"149":7.1504,"150":0.03815,"151":0.00273,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 74 75 76 77 78 81 84 89 92 93 96 97 99 102 152 153"},F:{"40":0.00273,"46":0.01363,"95":0.01363,"97":0.00273,"98":0.01635,"99":0.05995,"113":0.01908,"114":0.00273,"119":0.00273,"122":0.00273,"131":0.86655,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 115 116 117 118 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00273,"92":0.00273,"109":0.01363,"119":0.09265,"120":0.09265,"122":0.00273,"130":0.00273,"131":0.00818,"132":0.00273,"133":0.00545,"134":0.00545,"135":0.00273,"136":0.00545,"137":0.00273,"138":0.00273,"140":0.00273,"142":0.00273,"143":0.00273,"144":0.01908,"145":0.00818,"146":0.00818,"147":0.01363,"148":0.2398,"149":0.84203,"150":0.00273,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 139 141"},E:{"14":0.00273,"27":0.00273,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 17.2 18.2 TP","5.1":0.00273,"14.1":0.00273,"15.6":0.01363,"16.3":0.00273,"16.4":0.00273,"16.5":0.00273,"16.6":0.01635,"17.0":0.00273,"17.1":0.00818,"17.3":0.00273,"17.4":0.00545,"17.5":0.00545,"17.6":0.01908,"18.0":0.00273,"18.1":0.00273,"18.3":0.00545,"18.4":0.00545,"18.5-18.7":0.0109,"26.0":0.00818,"26.1":0.0109,"26.2":0.0218,"26.3":0.03543,"26.4":0.02453,"26.5":0.2507},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00121,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00362,"8.1-8.4":0,"9.0-9.2":0.00121,"9.3":0,"10.0-10.2":0,"10.3":0.01328,"11.0-11.2":0.39949,"11.3-11.4":0.00241,"12.0-12.1":0,"12.2-12.5":0.04104,"13.0-13.1":0,"13.2":0.01328,"13.3":0,"13.4-13.7":0.00241,"14.0-14.4":0.00845,"14.5-14.8":0.01328,"15.0-15.1":0.01207,"15.2-15.3":0.00724,"15.4":0.00845,"15.5":0.01086,"15.6-15.8":0.21121,"16.0":0.01931,"16.1":0.03138,"16.2":0.0169,"16.3":0.03621,"16.4":0.00845,"16.5":0.01328,"16.6-16.7":0.27518,"17.0":0.01207,"17.1":0.0181,"17.2":0.0169,"17.3":0.02535,"17.4":0.03862,"17.5":0.06879,"17.6-17.7":0.17742,"18.0":0.03983,"18.1":0.07604,"18.2":0.04104,"18.3":0.12552,"18.4":0.05673,"18.5-18.7":1.814,"26.0":0.11949,"26.1":0.12431,"26.2":0.37535,"26.3":0.51294,"26.4":0.58777,"26.5":6.66583},P:{"4":0.03384,"20":0.00846,"21":0.03384,"22":0.01692,"23":0.00846,"24":0.00846,"25":0.01692,"26":0.05923,"27":0.01692,"28":0.09307,"29":0.21152,"30":1.36219,_:"5.0-5.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","6.2-6.4":0.00846,"7.2-7.4":0.02538,"8.2":0.00846,"17.0":0.00846},I:{"0":0.01454,"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.9312,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00273,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.13095},H:{all:0},L:{"0":60.94288},R:{_:"0"},M:{"0":0.10185},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.0102,"103":0.01531,"115":0.07653,"120":0.0051,"121":0.0102,"128":0.0051,"140":0.06633,"146":0.0051,"148":0.0051,"149":0.04592,"150":0.74999,"151":0.38265,_:"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 119 122 123 124 125 126 127 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 147 152 153 154 3.5 3.6"},D:{"39":0.10714,"40":0.10714,"41":0.10204,"42":0.10204,"43":0.11224,"44":0.10204,"45":0.09184,"46":0.10204,"47":0.10204,"48":0.10204,"49":0.10714,"50":0.10714,"51":0.10204,"52":0.10714,"53":0.11224,"54":0.11224,"55":0.10714,"56":0.10714,"57":0.10714,"58":0.10204,"59":0.10204,"60":0.10714,"62":0.0051,"65":0.0051,"69":0.0051,"70":0.0051,"75":0.0051,"79":0.0102,"83":0.0051,"87":0.0051,"91":0.0102,"93":0.02551,"99":0.0051,"103":0.39796,"104":0.33163,"105":0.2602,"106":0.27041,"107":0.2602,"108":0.2602,"109":1.80611,"110":0.27551,"111":0.2602,"112":1.21428,"114":0.0051,"116":0.65816,"117":0.2653,"118":1.77039,"119":0.04082,"120":0.30102,"121":0.01531,"122":0.0102,"123":0.02041,"124":0.27041,"125":0.0051,"126":0.02551,"128":0.79081,"129":0.0051,"130":0.0102,"131":0.54591,"132":0.0102,"133":0.56632,"134":0.10714,"135":0.0102,"136":0.0051,"137":0.02041,"138":0.15816,"139":0.04592,"140":0.0051,"141":0.02041,"142":0.06633,"143":0.14796,"144":0.22449,"145":4.0714,"146":0.63775,"147":6.03056,"148":8.85197,"149":0.01531,"150":0.0051,_:"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 71 72 73 74 76 77 78 80 81 84 85 86 88 89 90 92 94 95 96 97 98 100 101 102 113 115 127 151 152"},F:{"95":0.0051,"97":0.0051,"98":0.05102,"127":0.0102,"131":0.73469,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.0051,"109":0.01531,"117":0.0051,"120":0.0051,"138":0.0102,"139":0.02551,"140":0.0051,"142":0.0051,"143":0.0051,"144":0.0102,"145":0.02041,"146":0.04592,"147":1.51529,"148":3.18875,"149":0.0051,_:"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 118 119 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 141"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 11.1 12.1 15.1 15.2-15.3 15.5 16.0 16.4 16.5 17.2 17.3 18.2 TP","5.1":0.0051,"10.1":0.0051,"13.1":0.03571,"14.1":0.02041,"15.4":0.01531,"15.6":0.03571,"16.1":0.02041,"16.2":0.0051,"16.3":0.0051,"16.6":0.07143,"17.0":0.0051,"17.1":0.03061,"17.4":0.0051,"17.5":0.0102,"17.6":0.05612,"18.0":0.03061,"18.1":0.01531,"18.3":0.0102,"18.4":0.0051,"18.5-18.7":0.15816,"26.0":0.04592,"26.1":0.02041,"26.2":0.13265,"26.3":0.21428,"26.4":0.44387,"26.5":0.23469},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00117,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00233,"8.1-8.4":0,"9.0-9.2":0.00117,"9.3":0,"10.0-10.2":0,"10.3":0.0105,"11.0-11.2":0.27651,"11.3-11.4":0.0035,"12.0-12.1":0,"12.2-12.5":0.03967,"13.0-13.1":0,"13.2":0.01283,"13.3":0,"13.4-13.7":0.00233,"14.0-14.4":0.00933,"14.5-14.8":0.01517,"15.0-15.1":0.01167,"15.2-15.3":0.007,"15.4":0.00933,"15.5":0.0105,"15.6-15.8":0.19717,"16.0":0.021,"16.1":0.03267,"16.2":0.0175,"16.3":0.0385,"16.4":0.00817,"16.5":0.014,"16.6-16.7":0.26251,"17.0":0.01167,"17.1":0.01983,"17.2":0.0175,"17.3":0.03383,"17.4":0.05367,"17.5":0.07234,"17.6-17.7":0.19017,"18.0":0.0385,"18.1":0.07584,"18.2":0.04083,"18.3":0.12134,"18.4":0.056,"18.5-18.7":1.93206,"26.0":0.12367,"26.1":0.154,"26.2":0.59269,"26.3":1.87139,"26.4":3.85946,"26.5":1.37671},P:{"4":0.02781,"23":0.00695,"24":0.01391,"25":0.00695,"26":0.03477,"27":0.00695,"28":0.04172,"29":1.60627,"30":0.33377,_:"20 21 22 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.02086,"8.2":0.01391,"19.0":0.00695},I:{"0":0.19572,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.0001},K:{"0":0.19592,_:"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.27429},Q:{_:"14.9"},O:{"0":0.01959},H:{all:0},L:{"0":40.17697}};
1
+ module.exports={C:{"103":0.01038,"115":0.08307,"120":0.23883,"121":0.48286,"125":0.01558,"126":0.01558,"127":0.02077,"128":0.01038,"129":0.01038,"130":0.01558,"131":0.01558,"132":0.01558,"133":0.01558,"134":0.01038,"135":0.01558,"136":0.02077,"140":0.02596,"149":0.00519,"150":0.02077,"151":0.69054,"152":0.39459,_:"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 138 139 141 142 143 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.07269,"40":0.07269,"41":0.07788,"42":0.0675,"43":0.07788,"44":0.07788,"45":0.0623,"46":0.0623,"47":0.0675,"48":0.0675,"49":0.08307,"50":0.0675,"51":0.0623,"52":0.08307,"53":0.0675,"54":0.05711,"55":0.08826,"56":0.0623,"57":0.0623,"58":0.08307,"59":0.07788,"60":0.07269,"62":0.00519,"65":0.00519,"66":0.00519,"70":0.00519,"73":0.00519,"75":0.00519,"79":0.02077,"81":0.00519,"83":0.00519,"87":0.01558,"89":0.00519,"91":0.00519,"93":0.04673,"95":0.00519,"96":0.01558,"103":0.38421,"104":0.3894,"105":0.28556,"106":0.29075,"107":0.28037,"108":0.28556,"109":0.52958,"110":0.29075,"111":0.29594,"112":0.28556,"114":0.04673,"116":0.69573,"117":0.28556,"118":2.49735,"119":0.49324,"120":0.79438,"121":0.01558,"122":0.01558,"123":0.00519,"124":0.31152,"125":0.00519,"126":0.03634,"127":0.00519,"128":0.42574,"129":0.00519,"130":0.01558,"131":0.60227,"132":0.03634,"133":0.59708,"134":0.02077,"135":0.02077,"136":0.01038,"137":0.0623,"138":0.07788,"139":0.02596,"140":0.00519,"141":0.02077,"142":0.14538,"143":0.11422,"144":0.12461,"145":2.70503,"146":1.06955,"147":0.33229,"148":5.83581,"149":10.34766,"150":0.0623,"151":0.00519,_:"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 68 69 71 72 74 76 77 78 80 84 85 86 88 90 92 94 97 98 99 100 101 102 113 115 152 153"},F:{"95":0.00519,"98":0.00519,"99":0.04154,"131":0.67496,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00519,"109":0.02077,"117":0.00519,"119":0.23364,"120":0.23364,"134":0.00519,"137":0.00519,"138":0.01038,"139":0.02596,"140":0.00519,"142":0.00519,"143":0.00519,"144":0.02077,"145":0.02596,"146":0.02077,"147":0.05192,"148":1.18378,"149":3.46306,_:"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 118 121 122 123 124 125 126 127 128 129 130 131 132 133 135 136 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.5 16.0 16.2 16.3 16.5 17.3 17.4 18.4 TP","13.1":0.01558,"14.1":0.00519,"15.4":0.02077,"15.6":0.05711,"16.1":0.01038,"16.4":0.00519,"16.6":0.09865,"17.0":0.00519,"17.1":0.07269,"17.2":0.01038,"17.5":0.01038,"17.6":0.08307,"18.0":0.03634,"18.1":0.01038,"18.2":0.00519,"18.3":0.01558,"18.5-18.7":0.01558,"26.0":0.00519,"26.1":0.01038,"26.2":0.03115,"26.3":0.09865,"26.4":0.0675,"26.5":0.99686},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00116,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00348,"8.1-8.4":0,"9.0-9.2":0.00116,"9.3":0,"10.0-10.2":0,"10.3":0.01275,"11.0-11.2":0.38354,"11.3-11.4":0.00232,"12.0-12.1":0,"12.2-12.5":0.0394,"13.0-13.1":0,"13.2":0.01275,"13.3":0,"13.4-13.7":0.00232,"14.0-14.4":0.00811,"14.5-14.8":0.01275,"15.0-15.1":0.01159,"15.2-15.3":0.00695,"15.4":0.00811,"15.5":0.01043,"15.6-15.8":0.20278,"16.0":0.01854,"16.1":0.03013,"16.2":0.01622,"16.3":0.03476,"16.4":0.00811,"16.5":0.01275,"16.6-16.7":0.26419,"17.0":0.01159,"17.1":0.01738,"17.2":0.01622,"17.3":0.02433,"17.4":0.03708,"17.5":0.06605,"17.6-17.7":0.17033,"18.0":0.03824,"18.1":0.073,"18.2":0.0394,"18.3":0.12051,"18.4":0.05446,"18.5-18.7":1.74157,"26.0":0.11471,"26.1":0.11935,"26.2":0.36036,"26.3":0.49246,"26.4":0.5643,"26.5":6.39965},P:{"4":0.06485,"22":0.00721,"23":0.00721,"24":0.01441,"25":0.00721,"26":0.02162,"27":0.01441,"28":0.03603,"29":0.14411,"30":2.19761,_:"20 21 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.02162,"8.2":0.02882,"14.0":0.00721},I:{"0":0.03843,"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.16347,_:"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.02404},H:{all:0},L:{"0":39.54922},R:{_:"0"},M:{"0":0.2981},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"150":0.1261,"151":0.04203,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 152 153 154 3.5 3.6"},D:{"39":0.04203,"51":0.04203,"112":1.80738,"118":2.98427,"122":0.08406,"134":0.04203,"138":0.08406,"145":0.63048,"146":4.49217,"147":5.24875,"148":11.54829,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 44 45 46 47 48 49 50 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 115 116 117 119 120 121 123 124 125 126 127 128 129 130 131 132 133 135 136 137 139 140 141 142 143 144 149 150 151 152"},F:{"98":0.79861,"131":0.1261,_:"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:{"18":0.16813,"122":0.04203,"146":0.16813,"147":8.44318,"148":3.77763,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 TP","15.6":0.04203,"16.6":0.04203,"17.6":0.04203,"26.2":0.37829,"26.3":2.60598,"26.4":2.64802,"26.5":0.50438},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0029,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00581,"8.1-8.4":0,"9.0-9.2":0.0029,"9.3":0,"10.0-10.2":0,"10.3":0.02614,"11.0-11.2":0.68827,"11.3-11.4":0.00871,"12.0-12.1":0,"12.2-12.5":0.09874,"13.0-13.1":0,"13.2":0.03194,"13.3":0,"13.4-13.7":0.00581,"14.0-14.4":0.02323,"14.5-14.8":0.03775,"15.0-15.1":0.02904,"15.2-15.3":0.01742,"15.4":0.02323,"15.5":0.02614,"15.6-15.8":0.49079,"16.0":0.05227,"16.1":0.08131,"16.2":0.04356,"16.3":0.09583,"16.4":0.02033,"16.5":0.03485,"16.6-16.7":0.65342,"17.0":0.02904,"17.1":0.04937,"17.2":0.04356,"17.3":0.08422,"17.4":0.13359,"17.5":0.18005,"17.6-17.7":0.47336,"18.0":0.09583,"18.1":0.18877,"18.2":0.10164,"18.3":0.30202,"18.4":0.1394,"18.5-18.7":4.80915,"26.0":0.30783,"26.1":0.38334,"26.2":1.47527,"26.3":4.65814,"26.4":9.60669,"26.5":3.42681},P:{"29":1.0025,"30":0.56843,_:"4 20 21 22 23 24 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,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":21.56416}};
1
+ module.exports={C:{"151":0.12876,"152":0.6772,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"53":0.04292,"54":0.04292,"59":0.08584,"60":0.04292,"118":5.16483,"122":1.39732,"137":0.12876,"138":0.04292,"146":0.46736,"147":0.92996,"148":4.52578,"149":8.97049,"150":0.84411,_:"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 55 56 57 58 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 119 120 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 139 140 141 142 143 144 145 151 152 153"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 131 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"146":0.12876,"147":0.08584,"148":1.693,"149":3.84858,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.6 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.4 TP","14.1":0.12876,"15.5":0.04292,"16.6":0.08584,"17.1":0.20984,"18.2":0.16692,"18.3":0.16692,"18.5-18.7":0.08584,"26.0":0.08584,"26.1":0.16692,"26.2":0.20984,"26.3":0.42444,"26.4":0.08584,"26.5":3.09031},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.01069,"8.1-8.4":0,"9.0-9.2":0.00356,"9.3":0,"10.0-10.2":0,"10.3":0.03919,"11.0-11.2":1.17912,"11.3-11.4":0.00712,"12.0-12.1":0,"12.2-12.5":0.12112,"13.0-13.1":0,"13.2":0.03919,"13.3":0,"13.4-13.7":0.00712,"14.0-14.4":0.02494,"14.5-14.8":0.03919,"15.0-15.1":0.03562,"15.2-15.3":0.02137,"15.4":0.02494,"15.5":0.03206,"15.6-15.8":0.6234,"16.0":0.057,"16.1":0.09262,"16.2":0.04987,"16.3":0.10687,"16.4":0.02494,"16.5":0.03919,"16.6-16.7":0.81221,"17.0":0.03562,"17.1":0.05343,"17.2":0.04987,"17.3":0.07481,"17.4":0.11399,"17.5":0.20305,"17.6-17.7":0.52366,"18.0":0.11756,"18.1":0.22443,"18.2":0.12112,"18.3":0.37048,"18.4":0.16743,"18.5-18.7":5.35415,"26.0":0.35267,"26.1":0.36692,"26.2":1.10788,"26.3":1.51398,"26.4":1.73485,"26.5":19.67464},P:{"26":0.0279,"29":0.0558,"30":0.11857,_:"4 20 21 22 23 24 25 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 14.0 15.0 16.0 17.0 18.0 19.0","13.0":0.0279},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.13601,_:"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":26.70614},R:{_:"0"},M:{"0":0.13601},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.0278,"102":0.00463,"103":0.00927,"115":0.09729,"135":0.00463,"136":0.00927,"140":0.00927,"142":0.00463,"146":0.00463,"147":0.00463,"148":0.00463,"149":0.0278,"150":0.70885,"151":0.29188,"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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 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 137 138 139 141 143 144 145 153 154 3.5 3.6"},D:{"39":0.0139,"40":0.00927,"41":0.00927,"42":0.0139,"43":0.0139,"44":0.0139,"45":0.00927,"46":0.00927,"47":0.0139,"48":0.0139,"49":0.01853,"50":0.00927,"51":0.0139,"52":0.00927,"53":0.00927,"54":0.00927,"55":0.0139,"56":0.0139,"57":0.00927,"58":0.0139,"59":0.00927,"60":0.0139,"73":0.00463,"74":0.00463,"78":0.00463,"79":0.01853,"80":0.00463,"81":0.0278,"83":0.00463,"85":0.00463,"86":0.00463,"87":0.00927,"90":0.00463,"91":0.00463,"94":0.00463,"97":0.00463,"98":0.00463,"100":0.00463,"101":0.00463,"102":0.00463,"103":0.09266,"104":0.13899,"105":0.08803,"106":0.08803,"107":0.09729,"108":0.09266,"109":1.13045,"110":0.08803,"111":0.09266,"112":0.22702,"113":0.00463,"114":0.0139,"115":0.00927,"116":0.20385,"117":0.10656,"118":0.36601,"119":0.05096,"120":0.17142,"121":0.05096,"122":0.03243,"123":0.0278,"124":0.11583,"125":0.03243,"126":0.03243,"127":0.03706,"128":0.04633,"129":0.02317,"130":0.0417,"131":0.22702,"132":0.02317,"133":0.20849,"134":0.05096,"135":0.03706,"136":0.04633,"137":0.0556,"138":0.33821,"139":0.06023,"140":0.0556,"141":0.04633,"142":0.0695,"143":0.08339,"144":0.14362,"145":0.25482,"146":0.48647,"147":8.67298,"148":13.47276,"149":0.04633,"150":0.0139,_:"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 75 76 77 84 88 89 92 93 95 96 99 151 152"},F:{"95":0.0139,"97":0.0139,"98":0.0278,"99":0.00463,"131":0.07876,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00463,"109":0.0695,"110":0.00463,"113":0.00927,"115":0.00463,"117":0.00463,"118":0.00463,"120":0.00463,"122":0.00463,"123":0.00463,"124":0.00463,"125":0.00463,"126":0.00463,"127":0.00463,"128":0.00463,"130":0.00463,"131":0.00927,"132":0.00463,"133":0.00927,"134":0.00927,"135":0.0139,"136":0.00927,"137":0.00927,"138":0.00927,"139":0.0139,"140":0.00927,"141":0.0139,"142":0.02317,"143":0.03243,"144":0.03706,"145":0.04633,"146":0.07413,"147":1.3621,"148":3.03925,"149":0.00463,_:"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 111 112 114 116 119 121 129"},E:{"14":0.00463,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 16.0 TP","13.1":0.00927,"14.1":0.00927,"15.4":0.00463,"15.5":0.00463,"15.6":0.0417,"16.1":0.0139,"16.2":0.00927,"16.3":0.0139,"16.4":0.0139,"16.5":0.00463,"16.6":0.06023,"17.0":0.00927,"17.1":0.11583,"17.2":0.0139,"17.3":0.0139,"17.4":0.0139,"17.5":0.03706,"17.6":0.08803,"18.0":0.00927,"18.1":0.01853,"18.2":0.00927,"18.3":0.0417,"18.4":0.02317,"18.5-18.7":0.07413,"26.0":0.0139,"26.1":0.0278,"26.2":0.19459,"26.3":0.45867,"26.4":0.84784,"26.5":0.30578},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00229,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00457,"8.1-8.4":0,"9.0-9.2":0.00229,"9.3":0,"10.0-10.2":0,"10.3":0.02057,"11.0-11.2":0.54161,"11.3-11.4":0.00686,"12.0-12.1":0,"12.2-12.5":0.0777,"13.0-13.1":0,"13.2":0.02514,"13.3":0,"13.4-13.7":0.00457,"14.0-14.4":0.01828,"14.5-14.8":0.02971,"15.0-15.1":0.02285,"15.2-15.3":0.01371,"15.4":0.01828,"15.5":0.02057,"15.6-15.8":0.38621,"16.0":0.04113,"16.1":0.06399,"16.2":0.03428,"16.3":0.07541,"16.4":0.016,"16.5":0.02742,"16.6-16.7":0.51419,"17.0":0.02285,"17.1":0.03885,"17.2":0.03428,"17.3":0.06627,"17.4":0.10512,"17.5":0.14169,"17.6-17.7":0.3725,"18.0":0.07541,"18.1":0.14854,"18.2":0.07998,"18.3":0.23767,"18.4":0.10969,"18.5-18.7":3.7844,"26.0":0.24224,"26.1":0.30166,"26.2":1.16092,"26.3":3.66557,"26.4":7.55967,"26.5":2.69662},P:{"21":0.01319,"22":0.01319,"23":0.0066,"24":0.01979,"25":0.01979,"26":0.03958,"27":0.03298,"28":0.08576,"29":1.66903,"30":0.25068,_:"4 20 6.2-6.4 9.2 11.1-11.2 14.0 15.0 16.0 18.0","5.0-5.4":0.0066,"7.2-7.4":0.0066,"8.2":0.0066,"10.1":0.0066,"12.0":0.0066,"13.0":0.0066,"17.0":0.01319,"19.0":0.01319},I:{"0":0.01072,"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.15028,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.09189,"11":0.06563,_:"6 7 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.25762},Q:{"14.9":0.0322},O:{"0":0.18785},H:{all:0},L:{"0":34.24932}};
1
+ module.exports={C:{"52":0.03256,"102":0.00465,"103":0.01396,"115":0.107,"120":0.00465,"121":0.00465,"125":0.00465,"127":0.02326,"135":0.00465,"136":0.00465,"140":0.0093,"142":0.0093,"144":0.00465,"146":0.00465,"147":0.00465,"148":0.00465,"149":0.0093,"150":0.03722,"151":0.59546,"152":0.41868,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 128 129 130 131 132 133 134 137 138 139 141 143 145 153 154 155 3.5 3.6"},D:{"39":0.01861,"40":0.01861,"41":0.01861,"42":0.01861,"43":0.01861,"44":0.01861,"45":0.01861,"46":0.01861,"47":0.01861,"48":0.01861,"49":0.02326,"50":0.01861,"51":0.01861,"52":0.01861,"53":0.01861,"54":0.01861,"55":0.01861,"56":0.01861,"57":0.01861,"58":0.01861,"59":0.01861,"60":0.01861,"73":0.0093,"74":0.00465,"79":0.02326,"80":0.00465,"81":0.06513,"83":0.00465,"86":0.00465,"87":0.01396,"90":0.00465,"91":0.00465,"94":0.00465,"95":0.00465,"97":0.00465,"98":0.00465,"101":0.00465,"102":0.0093,"103":0.05117,"104":0.08839,"105":0.04187,"106":0.04187,"107":0.05117,"108":0.05117,"109":1.18161,"110":0.04187,"111":0.04187,"112":0.04187,"113":0.00465,"114":0.00465,"115":0.00465,"116":0.11165,"117":0.05582,"118":0.33029,"119":0.03722,"120":0.13026,"121":0.04652,"122":0.04187,"123":0.01861,"124":0.07908,"125":0.03722,"126":0.02791,"127":0.02791,"128":0.04652,"129":0.02326,"130":0.04187,"131":0.14886,"132":0.02326,"133":0.107,"134":0.04652,"135":0.04187,"136":0.04187,"137":0.04187,"138":0.31168,"139":0.04652,"140":0.05582,"141":0.03722,"142":0.18143,"143":0.06978,"144":0.13026,"145":0.17212,"146":0.20934,"147":0.43264,"148":7.70836,"149":14.83058,"150":0.07443,"151":0.01861,_:"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 75 76 77 78 84 85 88 89 92 93 96 99 100 152 153"},F:{"95":0.0093,"98":0.01396,"99":0.03722,"100":0.00465,"131":0.10234,_:"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 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.00465,"109":0.05117,"111":0.00465,"113":0.00465,"117":0.00465,"118":0.00465,"119":0.00465,"120":0.0093,"121":0.00465,"124":0.00465,"125":0.00465,"126":0.00465,"127":0.00465,"128":0.01396,"129":0.00465,"130":0.00465,"131":0.0093,"132":0.00465,"133":0.0093,"134":0.0093,"135":0.01396,"136":0.0093,"137":0.00465,"138":0.00465,"139":0.0093,"140":0.0093,"141":0.01396,"142":0.02791,"143":0.02791,"144":0.02326,"145":0.02791,"146":0.05582,"147":0.05117,"148":1.11648,"149":3.49365,"150":0.00465,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 112 114 115 116 122 123"},E:{"14":0.00465,"27":0.00465,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 16.0 TP","13.1":0.0093,"14.1":0.00465,"15.4":0.00465,"15.5":0.00465,"15.6":0.04652,"16.1":0.01396,"16.2":0.00465,"16.3":0.01396,"16.4":0.0093,"16.5":0.00465,"16.6":0.05117,"17.0":0.00465,"17.1":0.12095,"17.2":0.0093,"17.3":0.00465,"17.4":0.01396,"17.5":0.03722,"17.6":0.08374,"18.0":0.0093,"18.1":0.01396,"18.2":0.0093,"18.3":0.04187,"18.4":0.01861,"18.5-18.7":0.05117,"26.0":0.01861,"26.1":0.01861,"26.2":0.1163,"26.3":0.16282,"26.4":0.13491,"26.5":1.44212},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00226,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00679,"8.1-8.4":0,"9.0-9.2":0.00226,"9.3":0,"10.0-10.2":0,"10.3":0.02488,"11.0-11.2":0.74879,"11.3-11.4":0.00452,"12.0-12.1":0,"12.2-12.5":0.07691,"13.0-13.1":0,"13.2":0.02488,"13.3":0,"13.4-13.7":0.00452,"14.0-14.4":0.01584,"14.5-14.8":0.02488,"15.0-15.1":0.02262,"15.2-15.3":0.01357,"15.4":0.01584,"15.5":0.02036,"15.6-15.8":0.39589,"16.0":0.0362,"16.1":0.05882,"16.2":0.03167,"16.3":0.06787,"16.4":0.01584,"16.5":0.02488,"16.6-16.7":0.51578,"17.0":0.02262,"17.1":0.03393,"17.2":0.03167,"17.3":0.04751,"17.4":0.07239,"17.5":0.12895,"17.6-17.7":0.33254,"18.0":0.07465,"18.1":0.14252,"18.2":0.07691,"18.3":0.23527,"18.4":0.10632,"18.5-18.7":3.40009,"26.0":0.22396,"26.1":0.23301,"26.2":0.70355,"26.3":0.96144,"26.4":1.10169,"26.5":12.49415},P:{"4":0.00645,"21":0.01291,"22":0.01936,"23":0.00645,"24":0.01936,"25":0.01936,"26":0.03872,"27":0.03227,"28":0.07099,"29":0.32267,"30":1.51654,_:"20 6.2-6.4 9.2 10.1 11.1-11.2 14.0 15.0 16.0 18.0","5.0-5.4":0.00645,"7.2-7.4":0.00645,"8.2":0.00645,"12.0":0.00645,"13.0":0.00645,"17.0":0.00645,"19.0":0.01936},I:{"0":0.01069,"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.16044,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.0942,"11":0.0314,_:"6 7 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.19253},H:{all:0},L:{"0":34.70742},R:{_:"0"},M:{"0":0.2674},Q:{"14.9":0.03209}};
@@ -1 +1 @@
1
- module.exports={C:{"63":0.00331,"65":0.00331,"68":0.00331,"72":0.00661,"90":0.00661,"96":0.00661,"103":0.00661,"112":0.00331,"115":0.0661,"127":0.00992,"128":0.00661,"136":0.00331,"140":0.03636,"143":0.00331,"146":0.00331,"147":0.00992,"148":0.00661,"149":0.02975,"150":0.69405,"151":0.31398,"152":0.00992,_:"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 64 66 67 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 91 92 93 94 95 97 98 99 100 101 102 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 122 123 124 125 126 129 130 131 132 133 134 135 137 138 139 141 142 144 145 153 154 3.5 3.6"},D:{"39":0.00661,"40":0.00992,"41":0.00661,"42":0.00661,"43":0.00992,"44":0.00661,"45":0.00992,"46":0.00661,"47":0.00992,"48":0.00992,"49":0.01653,"50":0.00992,"51":0.00661,"52":0.00661,"53":0.00661,"54":0.00661,"55":0.01322,"56":0.00992,"57":0.00992,"58":0.00992,"59":0.00992,"60":0.00992,"61":0.00331,"62":0.00331,"63":0.00331,"64":0.00331,"65":0.00331,"67":0.00331,"68":0.00331,"70":0.00992,"71":0.01653,"72":0.00331,"73":0.00661,"74":0.00661,"75":0.00331,"77":0.00331,"78":0.00331,"79":0.03305,"80":0.00992,"81":0.00331,"83":0.00992,"86":0.00661,"87":0.00661,"88":0.00331,"90":0.01653,"91":0.00331,"92":0.00331,"93":0.00331,"94":0.00992,"98":0.00331,"99":0.00661,"100":0.00331,"103":0.03636,"104":0.03636,"105":0.01983,"106":0.01983,"107":0.01983,"108":0.01983,"109":0.24788,"110":0.01983,"111":0.08593,"112":0.31398,"114":0.01322,"116":0.0661,"117":0.01983,"118":0.82956,"119":0.01322,"120":0.02975,"121":0.00661,"122":0.03966,"123":0.00331,"124":0.02314,"125":0.00661,"126":0.01322,"127":0.00661,"128":0.01653,"129":0.00331,"130":0.00992,"131":0.0661,"132":0.00661,"133":0.04297,"134":0.01653,"135":0.00992,"136":0.00992,"137":0.04297,"138":0.10576,"139":0.03305,"140":0.00992,"141":0.02975,"142":0.02644,"143":0.04297,"144":0.05288,"145":0.23466,"146":0.20491,"147":3.70491,"148":5.27148,"149":0.02644,_:"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 66 69 76 84 85 89 95 96 97 101 102 113 115 150 151 152"},F:{"37":0.00661,"46":0.00331,"93":0.00661,"94":0.00331,"95":0.03305,"96":0.01653,"97":0.10246,"98":0.08924,"113":0.00331,"131":0.3966,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 43 44 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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00331,"15":0.00331,"16":0.01322,"17":0.00661,"18":0.07602,"84":0.00331,"89":0.00331,"90":0.01322,"92":0.02975,"100":0.00661,"109":0.1289,"111":0.00331,"112":0.00331,"114":0.01983,"122":0.00661,"133":0.00331,"134":0.00331,"136":0.00331,"137":0.02314,"138":0.00331,"139":0.00661,"140":0.01653,"141":0.00661,"142":0.00992,"143":0.01322,"144":0.01653,"145":0.02644,"146":0.05949,"147":0.70397,"148":1.29887,"149":0.00331,_:"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 127 128 129 130 131 132 135"},E:{"12":0.00331,"14":0.00661,_:"4 5 6 7 8 9 10 11 13 15 3.1 3.2 6.1 7.1 9.1 10.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 17.0 17.2 17.3 18.0 18.1 18.4 TP","5.1":0.00992,"11.1":0.00331,"12.1":0.00661,"13.1":0.00331,"14.1":0.00331,"15.1":0.00331,"15.6":0.03966,"16.1":0.00331,"16.4":0.00331,"16.5":0.00331,"16.6":0.01653,"17.1":0.00331,"17.4":0.05288,"17.5":0.00331,"17.6":0.01983,"18.2":0.00331,"18.3":0.00331,"18.5-18.7":0.00331,"26.0":0.00331,"26.1":0.00331,"26.2":0.02644,"26.3":0.03305,"26.4":0.04627,"26.5":0.01983},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00032,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00063,"8.1-8.4":0,"9.0-9.2":0.00032,"9.3":0,"10.0-10.2":0,"10.3":0.00286,"11.0-11.2":0.07521,"11.3-11.4":0.00095,"12.0-12.1":0,"12.2-12.5":0.01079,"13.0-13.1":0,"13.2":0.00349,"13.3":0,"13.4-13.7":0.00063,"14.0-14.4":0.00254,"14.5-14.8":0.00413,"15.0-15.1":0.00317,"15.2-15.3":0.0019,"15.4":0.00254,"15.5":0.00286,"15.6-15.8":0.05363,"16.0":0.00571,"16.1":0.00889,"16.2":0.00476,"16.3":0.01047,"16.4":0.00222,"16.5":0.00381,"16.6-16.7":0.0714,"17.0":0.00317,"17.1":0.00539,"17.2":0.00476,"17.3":0.0092,"17.4":0.0146,"17.5":0.01968,"17.6-17.7":0.05173,"18.0":0.01047,"18.1":0.02063,"18.2":0.01111,"18.3":0.033,"18.4":0.01523,"18.5-18.7":0.52552,"26.0":0.03364,"26.1":0.04189,"26.2":0.16121,"26.3":0.50902,"26.4":1.04977,"26.5":0.37446},P:{"21":0.00425,"22":0.00425,"24":0.01701,"25":0.00425,"26":0.00851,"27":0.02977,"28":0.16588,"29":0.42108,"30":0.04253,_:"4 20 23 5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.00851,"9.2":0.00851,"11.1-11.2":0.00425,"16.0":0.00425},I:{"0":0.35448,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00018},K:{"0":7.44493,_:"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.16738,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.11382},Q:{_:"14.9"},O:{"0":0.36153},H:{all:0.02},L:{"0":68.92201}};
1
+ module.exports={C:{"65":0.00359,"67":0.00359,"68":0.00359,"72":0.00359,"103":0.00359,"112":0.00718,"115":0.06821,"120":0.01795,"121":0.03949,"127":0.01077,"136":0.00359,"140":0.02513,"142":0.00359,"146":0.00718,"147":0.00718,"148":0.01077,"149":0.01077,"150":0.03231,"151":0.64261,"152":0.38413,"153":0.00359,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 66 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 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 137 138 139 141 143 144 145 154 155 3.5 3.6"},D:{"39":0.00359,"40":0.00359,"41":0.00359,"42":0.01077,"43":0.00359,"44":0.00359,"45":0.00718,"46":0.00359,"47":0.00718,"48":0.00359,"49":0.01436,"50":0.00359,"51":0.00718,"52":0.00718,"53":0.01077,"54":0.00359,"55":0.01077,"56":0.00359,"57":0.01077,"58":0.00718,"59":0.00718,"60":0.00718,"61":0.00359,"62":0.00359,"63":0.00359,"65":0.00718,"68":0.00718,"69":0.00359,"70":0.00718,"71":0.01795,"72":0.00359,"73":0.00359,"74":0.01077,"76":0.00359,"77":0.00718,"78":0.00359,"79":0.06103,"80":0.00718,"81":0.00718,"83":0.00359,"86":0.00718,"87":0.01077,"88":0.00359,"90":0.02513,"92":0.00359,"93":0.00359,"94":0.01077,"95":0.00359,"97":0.00359,"98":0.00718,"99":0.00718,"100":0.00359,"101":0.00359,"102":0.00718,"103":0.05744,"104":0.04667,"105":0.03231,"106":0.0359,"107":0.03231,"108":0.03231,"109":0.31233,"110":0.03231,"111":0.08975,"112":0.03231,"113":0.00359,"114":0.01795,"116":0.09693,"117":0.03231,"118":1.58319,"119":0.05744,"120":0.07898,"121":0.00718,"122":0.02872,"123":0.00359,"124":0.0359,"125":0.01436,"126":0.00718,"127":0.00718,"128":0.01436,"129":0.00359,"130":0.01077,"131":0.08975,"132":0.01077,"133":0.07539,"134":0.01436,"135":0.01436,"136":0.01795,"137":0.04308,"138":0.12924,"139":0.02154,"140":0.01436,"141":0.02872,"142":0.03949,"143":0.05026,"144":0.04308,"145":0.1436,"146":0.16873,"147":0.26566,"148":4.26492,"149":4.82855,"150":0.02513,_:"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 64 66 67 75 84 85 89 91 96 115 151 152 153"},F:{"36":0.00359,"37":0.00359,"79":0.00359,"86":0.01077,"88":0.00359,"90":0.00359,"93":0.00359,"94":0.00359,"95":0.02154,"96":0.00718,"97":0.0359,"98":0.06103,"99":0.12206,"100":0.00718,"102":0.00359,"113":0.00359,"127":0.00359,"131":0.41285,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 38 39 40 41 42 43 44 45 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 87 89 91 92 101 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00359,"15":0.00359,"16":0.00718,"17":0.00359,"18":0.04308,"89":0.00359,"90":0.01077,"92":0.02154,"100":0.00359,"109":0.62107,"111":0.00359,"112":0.00359,"114":0.01436,"119":0.01795,"120":0.01795,"122":0.00359,"129":0.00359,"136":0.00359,"137":0.02513,"138":0.00359,"139":0.00718,"140":0.04667,"141":0.00359,"142":0.01077,"143":0.01436,"144":0.01436,"145":0.01077,"146":0.0359,"147":0.04308,"148":0.54927,"149":1.55447,_:"12 13 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 113 115 116 117 118 121 123 124 125 126 127 128 130 131 132 133 134 135 150"},E:{"11":0.00359,"14":0.00718,_:"4 5 6 7 8 9 10 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 17.0 17.2 17.3 17.4 18.0 18.1 18.4 TP","11.1":0.00359,"12.1":0.00359,"13.1":0.00359,"14.1":0.00718,"15.6":0.03231,"16.3":0.00359,"16.5":0.00359,"16.6":0.04308,"17.1":0.00359,"17.5":0.00359,"17.6":0.02154,"18.2":0.00359,"18.3":0.00718,"18.5-18.7":0.00359,"26.0":0.00359,"26.1":0.00359,"26.2":0.00718,"26.3":0.01795,"26.4":0.01795,"26.5":0.10411},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00032,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00097,"8.1-8.4":0,"9.0-9.2":0.00032,"9.3":0,"10.0-10.2":0,"10.3":0.00356,"11.0-11.2":0.10715,"11.3-11.4":0.00065,"12.0-12.1":0,"12.2-12.5":0.01101,"13.0-13.1":0,"13.2":0.00356,"13.3":0,"13.4-13.7":0.00065,"14.0-14.4":0.00227,"14.5-14.8":0.00356,"15.0-15.1":0.00324,"15.2-15.3":0.00194,"15.4":0.00227,"15.5":0.00291,"15.6-15.8":0.05665,"16.0":0.00518,"16.1":0.00842,"16.2":0.00453,"16.3":0.00971,"16.4":0.00227,"16.5":0.00356,"16.6-16.7":0.0738,"17.0":0.00324,"17.1":0.00486,"17.2":0.00453,"17.3":0.0068,"17.4":0.01036,"17.5":0.01845,"17.6-17.7":0.04758,"18.0":0.01068,"18.1":0.02039,"18.2":0.01101,"18.3":0.03367,"18.4":0.01521,"18.5-18.7":0.48653,"26.0":0.03205,"26.1":0.03334,"26.2":0.10067,"26.3":0.13757,"26.4":0.15764,"26.5":1.78782},P:{"21":0.0044,"24":0.01321,"25":0.0044,"26":0.0044,"27":0.02201,"28":0.18931,"29":0.14968,"30":0.37421,_:"4 20 22 23 5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.01321,"9.2":0.0088,"11.1-11.2":0.0088,"16.0":0.0088},I:{"0":0.31378,"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.00013},K:{"0":7.85789,_:"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.15384,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.34614},H:{all:0.02},L:{"0":66.47266},R:{_:"0"},M:{"0":0.08333},Q:{"14.9":0.00641}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.03434,"60":0.01373,"72":0.01373,"98":0.00687,"102":0.00687,"103":0.01373,"115":0.45322,"120":0.01373,"121":0.01373,"128":0.00687,"133":0.01373,"134":0.00687,"135":0.01373,"136":0.01373,"137":0.00687,"138":0.00687,"139":0.00687,"140":0.08927,"142":0.00687,"144":0.0206,"145":0.00687,"146":0.00687,"147":0.03434,"148":0.0206,"149":0.0618,"150":1.22919,"151":0.54249,"152":0.00687,_:"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 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 99 100 101 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 141 143 153 154 3.5 3.6"},D:{"39":0.25408,"40":0.25408,"41":0.25408,"42":0.24721,"43":0.25408,"44":0.25408,"45":0.25408,"46":0.24721,"47":0.25408,"48":0.25408,"49":0.26781,"50":0.24721,"51":0.25408,"52":0.25408,"53":0.25408,"54":0.25408,"55":0.25408,"56":0.25408,"57":0.25408,"58":0.25408,"59":0.25408,"60":0.25408,"61":0.00687,"79":0.00687,"83":0.00687,"85":0.00687,"86":0.00687,"87":0.00687,"92":0.00687,"93":0.00687,"96":0.00687,"97":0.00687,"98":0.01373,"102":0.00687,"103":0.57683,"104":0.61116,"105":0.56309,"106":0.57683,"107":0.56309,"108":0.56996,"109":2.58199,"110":0.56309,"111":0.56996,"112":2.44465,"114":0.00687,"116":1.14679,"117":0.56309,"118":2.95968,"119":0.0412,"120":0.63863,"121":0.01373,"122":0.04807,"123":0.00687,"124":0.6043,"125":0.01373,"126":0.01373,"127":0.96825,"128":0.0206,"129":0.02747,"130":0.01373,"131":1.22919,"132":0.0412,"133":1.18799,"134":0.07554,"135":0.14421,"136":0.05494,"137":0.15794,"138":0.21974,"139":0.18541,"140":0.0618,"141":0.07554,"142":0.17168,"143":0.12361,"144":0.14421,"145":1.02318,"146":0.6043,"147":8.63182,"148":15.23787,"149":0.0412,"150":0.01373,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 84 88 89 90 91 94 95 99 100 101 113 115 151 152"},F:{"36":0.00687,"41":0.00687,"79":0.00687,"84":0.0206,"85":0.02747,"86":0.03434,"95":0.49442,"96":0.00687,"97":0.0412,"98":0.13047,"99":0.00687,"114":0.0206,"115":0.00687,"116":0.00687,"117":0.00687,"118":0.00687,"119":0.00687,"121":0.01373,"122":0.01373,"125":0.00687,"126":0.01373,"127":0.01373,"131":1.85409,_:"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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 87 88 89 90 91 92 93 94 100 101 102 103 104 105 106 107 108 109 110 111 112 113 120 123 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.02747},B:{"92":0.01373,"109":0.01373,"119":0.00687,"120":0.00687,"130":0.00687,"131":0.03434,"132":0.01373,"133":0.0206,"134":0.0206,"135":0.0206,"136":0.01373,"137":0.01373,"138":0.00687,"143":0.0206,"144":0.05494,"145":0.01373,"146":0.0206,"147":0.59056,"148":1.33907,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 139 140 141 142 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 18.4 TP","15.6":0.01373,"16.6":0.03434,"17.1":0.0206,"17.3":0.00687,"17.4":0.02747,"17.5":0.00687,"17.6":0.05494,"18.0":0.00687,"18.1":0.01373,"18.2":0.01373,"18.3":0.0206,"18.5-18.7":0.01373,"26.0":0.01373,"26.1":0.00687,"26.2":0.0618,"26.3":0.16481,"26.4":0.17854,"26.5":0.09614},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00085,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0017,"8.1-8.4":0,"9.0-9.2":0.00085,"9.3":0,"10.0-10.2":0,"10.3":0.00764,"11.0-11.2":0.20129,"11.3-11.4":0.00255,"12.0-12.1":0,"12.2-12.5":0.02888,"13.0-13.1":0,"13.2":0.00934,"13.3":0,"13.4-13.7":0.0017,"14.0-14.4":0.00679,"14.5-14.8":0.01104,"15.0-15.1":0.00849,"15.2-15.3":0.0051,"15.4":0.00679,"15.5":0.00764,"15.6-15.8":0.14353,"16.0":0.01529,"16.1":0.02378,"16.2":0.01274,"16.3":0.02803,"16.4":0.00595,"16.5":0.01019,"16.6-16.7":0.1911,"17.0":0.00849,"17.1":0.01444,"17.2":0.01274,"17.3":0.02463,"17.4":0.03907,"17.5":0.05266,"17.6-17.7":0.13844,"18.0":0.02803,"18.1":0.05521,"18.2":0.02973,"18.3":0.08833,"18.4":0.04077,"18.5-18.7":1.40646,"26.0":0.09003,"26.1":0.11211,"26.2":0.43145,"26.3":1.3623,"26.4":2.80953,"26.5":1.00219},P:{"4":0.00623,"23":0.00623,"24":0.00623,"25":0.00623,"26":0.00623,"27":0.01246,"28":0.01869,"29":0.36756,"30":0.08099,_:"20 21 22 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.02192,"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.59859,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00916,"11":0.01831,_:"6 7 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.1567},Q:{_:"14.9"},O:{"0":0.04074},H:{all:0},L:{"0":24.50817}};
1
+ module.exports={C:{"52":0.03344,"55":0.00669,"60":0.01338,"68":0.00669,"74":0.00669,"78":0.00669,"98":0.00669,"102":0.00669,"103":0.01338,"115":0.40128,"120":0.3344,"121":0.65542,"128":0.01338,"133":0.00669,"134":0.00669,"135":0.00669,"136":0.02006,"137":0.00669,"138":0.00669,"139":0.00669,"140":0.13376,"144":0.01338,"146":0.00669,"147":0.02006,"148":0.01338,"149":0.01338,"150":0.06688,"151":0.99651,"152":0.60861,"153":0.01338,_:"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 56 57 58 59 61 62 63 64 65 66 67 69 70 71 72 73 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 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 141 142 143 145 154 155 3.5 3.6"},D:{"39":0.40797,"40":0.40797,"41":0.40797,"42":0.41466,"43":0.42134,"44":0.41466,"45":0.41466,"46":0.41466,"47":0.41466,"48":0.41466,"49":0.42803,"50":0.41466,"51":0.41466,"52":0.41466,"53":0.41466,"54":0.41466,"55":0.41466,"56":0.42134,"57":0.42134,"58":0.40797,"59":0.41466,"60":0.41466,"70":0.12038,"79":0.01338,"81":0.00669,"83":0.00669,"85":0.00669,"86":0.00669,"87":0.00669,"90":0.00669,"93":0.00669,"96":0.00669,"98":0.01338,"102":0.00669,"103":0.5016,"104":0.52835,"105":0.48154,"106":0.50829,"107":0.48822,"108":0.48822,"109":2.49462,"110":0.48154,"111":0.48822,"112":0.47485,"114":0.02675,"116":0.96307,"117":0.48154,"118":4.47427,"119":0.6688,"120":1.18378,"121":0.01338,"122":0.04013,"123":0.01338,"124":0.51498,"125":0.00669,"126":0.02006,"127":0.02006,"128":0.03344,"129":0.02006,"130":0.07357,"131":1.09014,"132":0.06688,"133":1.01658,"134":0.08026,"135":0.14045,"136":0.06019,"137":0.12038,"138":0.2809,"139":0.93632,"140":0.02675,"141":0.1137,"142":0.20733,"143":0.10701,"144":0.08694,"145":0.58186,"146":0.21402,"147":0.34778,"148":7.03578,"149":12.2591,"150":0.08694,"151":0.00669,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 84 88 89 91 92 94 95 97 99 100 101 113 115 152 153"},F:{"62":0.00669,"79":0.01338,"84":0.02675,"85":0.02675,"86":0.01338,"95":0.53504,"98":0.04013,"99":0.10032,"114":0.01338,"115":0.00669,"117":0.00669,"118":0.00669,"119":0.00669,"121":0.01338,"122":0.00669,"126":0.02006,"127":0.00669,"131":2.32074,_:"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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 116 120 123 124 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00669,"109":0.01338,"119":0.32771,"120":0.32771,"131":0.03344,"132":0.01338,"133":0.02006,"134":0.01338,"135":0.01338,"136":0.02006,"137":0.00669,"138":0.00669,"143":0.01338,"145":0.00669,"146":0.00669,"147":0.01338,"148":0.40797,"149":1.19715,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 139 140 141 142 144 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 17.0 17.2 18.4 TP","13.1":0.00669,"15.6":0.02006,"16.5":0.00669,"16.6":0.04013,"17.1":0.02006,"17.3":0.00669,"17.4":0.02006,"17.5":0.01338,"17.6":0.04682,"18.0":0.00669,"18.1":0.00669,"18.2":0.00669,"18.3":0.01338,"18.5-18.7":0.01338,"26.0":0.00669,"26.1":0.00669,"26.2":0.02006,"26.3":0.04682,"26.4":0.04682,"26.5":0.3344},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00071,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00213,"8.1-8.4":0,"9.0-9.2":0.00071,"9.3":0,"10.0-10.2":0,"10.3":0.00782,"11.0-11.2":0.23522,"11.3-11.4":0.00142,"12.0-12.1":0,"12.2-12.5":0.02416,"13.0-13.1":0,"13.2":0.00782,"13.3":0,"13.4-13.7":0.00142,"14.0-14.4":0.00497,"14.5-14.8":0.00782,"15.0-15.1":0.00711,"15.2-15.3":0.00426,"15.4":0.00497,"15.5":0.0064,"15.6-15.8":0.12436,"16.0":0.01137,"16.1":0.01848,"16.2":0.00995,"16.3":0.02132,"16.4":0.00497,"16.5":0.00782,"16.6-16.7":0.16203,"17.0":0.00711,"17.1":0.01066,"17.2":0.00995,"17.3":0.01492,"17.4":0.02274,"17.5":0.04051,"17.6-17.7":0.10446,"18.0":0.02345,"18.1":0.04477,"18.2":0.02416,"18.3":0.07391,"18.4":0.0334,"18.5-18.7":1.06809,"26.0":0.07035,"26.1":0.0732,"26.2":0.22101,"26.3":0.30202,"26.4":0.34608,"26.5":3.92486},P:{"4":0.00615,"23":0.00615,"24":0.01229,"25":0.00615,"26":0.00615,"27":0.00615,"28":0.01844,"29":0.07992,"30":0.40573,_:"20 21 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00615},I:{"0":0.00993,"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.53339,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00892,"11":0.01783,_:"6 7 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.05301},H:{all:0},L:{"0":27.75149},R:{_:"0"},M:{"0":0.15902},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"58":0.00422,"72":0.00843,"93":0.00422,"112":0.00422,"115":0.09699,"124":0.00422,"127":0.01687,"134":0.00422,"136":0.00843,"140":0.04217,"145":0.00422,"146":0.00422,"147":0.0253,"148":0.0253,"149":0.05904,"150":1.10907,"151":0.45122,"152":0.00843,_:"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 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 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 125 126 128 129 130 131 132 133 135 137 138 139 141 142 143 144 153 154 3.5 3.6"},D:{"39":0.01265,"40":0.01265,"41":0.00843,"42":0.01265,"43":0.00843,"44":0.01265,"45":0.01265,"46":0.01265,"47":0.01265,"48":0.01265,"49":0.01265,"50":0.01265,"51":0.00843,"52":0.01265,"53":0.01265,"54":0.00843,"55":0.01265,"56":0.00843,"57":0.01265,"58":0.01265,"59":0.01687,"60":0.01265,"61":0.00422,"64":0.01687,"66":0.00422,"67":0.00422,"68":0.00422,"69":0.00843,"70":0.00843,"71":0.00843,"72":0.02109,"73":0.01265,"74":0.00843,"75":0.00422,"76":0.00843,"77":0.00422,"78":0.00422,"79":0.00843,"80":0.00843,"81":0.01687,"83":0.00843,"86":0.00422,"87":0.03374,"88":0.00422,"90":0.00422,"91":0.00422,"93":0.01687,"94":0.0253,"95":0.01687,"98":0.00843,"99":0.00422,"103":0.10121,"104":0.04639,"105":0.04639,"106":0.0506,"107":0.04639,"108":0.0506,"109":0.42592,"110":0.04639,"111":0.06326,"112":0.58616,"113":0.00843,"114":0.02952,"116":0.12651,"117":0.04217,"118":1.14281,"119":0.05904,"120":0.05482,"122":0.01687,"123":0.01265,"124":0.04639,"125":0.00422,"126":0.01265,"127":0.00843,"128":0.02952,"129":0.00422,"130":0.01687,"131":0.12651,"132":0.01265,"133":0.09699,"134":0.01265,"135":0.01687,"136":0.02952,"137":0.02109,"138":0.18555,"139":0.03795,"140":0.0253,"141":0.01687,"142":0.04217,"143":0.08856,"144":0.07591,"145":0.43435,"146":0.30362,"147":4.87485,"148":6.95383,"149":0.03795,_:"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 65 84 85 89 92 96 97 100 101 102 115 121 150 151 152"},F:{"37":0.00422,"42":0.00422,"46":0.00422,"75":0.00843,"95":0.01687,"96":0.01687,"97":0.10121,"98":0.1476,"99":0.00422,"126":0.00422,"127":0.00422,"131":0.56086,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00843,"15":0.00422,"16":0.00422,"17":0.00422,"18":0.06747,"84":0.00422,"89":0.00422,"90":0.01265,"92":0.03795,"100":0.00843,"109":0.02952,"111":0.00422,"114":0.01265,"122":0.00843,"133":0.00422,"135":0.00422,"136":0.00422,"138":0.00422,"139":0.00422,"140":0.00843,"141":0.03374,"142":0.00843,"143":0.01265,"144":0.02952,"145":0.02952,"146":0.08012,"147":0.894,"148":1.37474,_:"12 13 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 112 113 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 131 132 134 137 149"},E:{"12":0.00422,_:"4 5 6 7 8 9 10 11 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.3 18.4 18.5-18.7 TP","5.1":0.03374,"11.1":0.00422,"12.1":0.00422,"13.1":0.00843,"14.1":0.01687,"15.6":0.06747,"16.6":0.02952,"17.1":0.00843,"17.5":0.00843,"17.6":0.02109,"26.0":0.00422,"26.1":0.00422,"26.2":0.01687,"26.3":0.04217,"26.4":0.04639,"26.5":0.02109},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00037,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00074,"8.1-8.4":0,"9.0-9.2":0.00037,"9.3":0,"10.0-10.2":0,"10.3":0.00334,"11.0-11.2":0.08801,"11.3-11.4":0.00111,"12.0-12.1":0,"12.2-12.5":0.01263,"13.0-13.1":0,"13.2":0.00408,"13.3":0,"13.4-13.7":0.00074,"14.0-14.4":0.00297,"14.5-14.8":0.00483,"15.0-15.1":0.00371,"15.2-15.3":0.00223,"15.4":0.00297,"15.5":0.00334,"15.6-15.8":0.06276,"16.0":0.00668,"16.1":0.0104,"16.2":0.00557,"16.3":0.01225,"16.4":0.0026,"16.5":0.00446,"16.6-16.7":0.08355,"17.0":0.00371,"17.1":0.00631,"17.2":0.00557,"17.3":0.01077,"17.4":0.01708,"17.5":0.02302,"17.6-17.7":0.06053,"18.0":0.01225,"18.1":0.02414,"18.2":0.013,"18.3":0.03862,"18.4":0.01782,"18.5-18.7":0.61493,"26.0":0.03936,"26.1":0.04902,"26.2":0.18864,"26.3":0.59562,"26.4":1.22837,"26.5":0.43817},P:{"21":0.00619,"22":0.00619,"24":0.04336,"25":0.01858,"26":0.02478,"27":0.06814,"28":0.17965,"29":0.55752,"30":0.04956,_:"4 20 23 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 17.0 18.0","5.0-5.4":0.00619,"7.2-7.4":0.04336,"9.2":0.02478,"11.1-11.2":0.00619,"16.0":0.00619,"19.0":0.00619},I:{"0":0.02311,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":3.11336,_:"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.01735,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.15038},Q:{_:"14.9"},O:{"0":0.27185},H:{all:0.01},L:{"0":66.76177}};
1
+ module.exports={C:{"50":0.00464,"55":0.00464,"56":0.00464,"57":0.00464,"58":0.00928,"65":0.00464,"68":0.00464,"72":0.00464,"78":0.00464,"93":0.00928,"112":0.00928,"115":0.12069,"120":0.04178,"121":0.08356,"127":0.02321,"140":0.04178,"143":0.00464,"144":0.00464,"145":0.00464,"146":0.00928,"147":0.01857,"148":0.01857,"149":0.02321,"150":0.06035,"151":1.09087,"152":0.63595,"153":0.00928,_:"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 59 60 61 62 63 64 66 67 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 154 155 3.5 3.6"},D:{"39":0.00464,"40":0.00928,"41":0.00928,"42":0.00464,"43":0.00464,"44":0.00464,"45":0.00464,"46":0.00464,"47":0.00464,"48":0.00928,"49":0.00928,"50":0.00928,"51":0.00464,"52":0.00464,"53":0.00464,"54":0.00928,"55":0.00464,"56":0.00928,"57":0.00464,"58":0.00928,"59":0.00928,"60":0.00928,"64":0.00928,"65":0.00464,"68":0.00464,"69":0.00464,"70":0.00464,"71":0.01393,"72":0.05106,"73":0.01393,"74":0.00464,"75":0.00464,"76":0.00928,"77":0.00928,"78":0.00464,"79":0.00928,"80":0.01857,"81":0.00464,"83":0.00928,"86":0.00464,"87":0.01857,"90":0.00464,"91":0.00464,"92":0.00464,"93":0.02321,"94":0.04642,"95":0.01393,"97":0.00464,"98":0.01857,"100":0.00464,"101":0.00464,"103":0.16711,"104":0.07891,"105":0.0882,"106":0.0882,"107":0.07891,"108":0.09748,"109":0.76593,"110":0.07891,"111":0.12069,"112":0.08356,"113":0.01393,"114":0.04178,"115":0.00464,"116":0.19032,"117":0.07891,"118":2.35349,"119":0.11141,"120":0.19032,"121":0.00464,"122":0.01393,"123":0.00464,"124":0.08356,"125":0.01393,"126":0.01393,"127":0.00928,"128":0.04178,"129":0.00464,"130":0.02321,"131":0.19496,"132":0.00928,"133":0.1764,"134":0.01857,"135":0.01393,"136":0.02321,"137":0.0557,"138":0.1764,"139":0.01857,"140":0.02785,"141":0.03714,"142":0.07427,"143":0.05106,"144":0.08356,"145":0.30637,"146":0.16247,"147":0.4642,"148":6.17386,"149":7.57574,"150":0.02785,"151":0.00464,_:"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 84 85 88 89 96 99 102 152 153"},F:{"79":0.00464,"95":0.02321,"96":0.00464,"97":0.01393,"98":0.05106,"99":0.18568,"100":0.01393,"113":0.00464,"120":0.00464,"131":0.74736,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.01393,"15":0.00928,"16":0.00928,"17":0.00464,"18":0.0882,"84":0.00464,"89":0.00464,"90":0.01857,"92":0.04642,"100":0.00464,"109":0.02321,"114":0.00928,"119":0.04642,"120":0.04642,"122":0.00928,"127":0.00464,"133":0.00464,"134":0.00464,"135":0.00464,"136":0.00464,"137":0.00464,"138":0.00928,"139":0.00464,"140":0.00464,"141":0.03714,"142":0.01393,"143":0.01393,"144":0.00928,"145":0.02321,"146":0.06035,"147":0.08356,"148":0.67309,"149":1.87537,_:"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 111 112 113 115 116 117 118 121 123 124 125 126 128 129 130 131 132 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.4 18.5-18.7 TP","5.1":0.00464,"11.1":0.00464,"12.1":0.00464,"13.1":0.00464,"14.1":0.00928,"15.6":0.07891,"16.1":0.00464,"16.6":0.02785,"17.1":0.01393,"17.5":0.00464,"17.6":0.03714,"18.3":0.00464,"26.0":0.00928,"26.1":0.00464,"26.2":0.01857,"26.3":0.01857,"26.4":0.00464,"26.5":0.12533},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00037,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00111,"8.1-8.4":0,"9.0-9.2":0.00037,"9.3":0,"10.0-10.2":0,"10.3":0.00406,"11.0-11.2":0.12219,"11.3-11.4":0.00074,"12.0-12.1":0,"12.2-12.5":0.01255,"13.0-13.1":0,"13.2":0.00406,"13.3":0,"13.4-13.7":0.00074,"14.0-14.4":0.00258,"14.5-14.8":0.00406,"15.0-15.1":0.00369,"15.2-15.3":0.00221,"15.4":0.00258,"15.5":0.00332,"15.6-15.8":0.0646,"16.0":0.00591,"16.1":0.0096,"16.2":0.00517,"16.3":0.01107,"16.4":0.00258,"16.5":0.00406,"16.6-16.7":0.08417,"17.0":0.00369,"17.1":0.00554,"17.2":0.00517,"17.3":0.00775,"17.4":0.01181,"17.5":0.02104,"17.6-17.7":0.05427,"18.0":0.01218,"18.1":0.02326,"18.2":0.01255,"18.3":0.03839,"18.4":0.01735,"18.5-18.7":0.55486,"26.0":0.03655,"26.1":0.03802,"26.2":0.11481,"26.3":0.1569,"26.4":0.17978,"26.5":2.0389},P:{"4":0.00594,"21":0.00594,"24":0.02969,"25":0.01781,"26":0.02375,"27":0.06531,"28":0.23155,"29":0.23749,"30":0.39186,_:"20 22 23 5.0-5.4 6.2-6.4 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.04156,"8.2":0.00594,"9.2":0.02969,"11.1-11.2":0.00594,"19.0":0.00594},I:{"0":0.02141,"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.96976,_:"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.02143,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.26254},H:{all:0.02},L:{"0":61.78122},R:{_:"0"},M:{"0":0.13395},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"11":0.25011,"44":0.01112,"45":0.00556,"52":0.00556,"78":0.01667,"102":0.02779,"115":0.14451,"120":0.02779,"121":0.04446,"122":0.00556,"123":0.01112,"124":0.00556,"125":0.01112,"126":0.00556,"127":0.00556,"128":0.02779,"129":0.00556,"130":0.00556,"131":0.00556,"132":0.01112,"133":0.01667,"134":0.01112,"135":0.02223,"136":0.01112,"137":0.00556,"138":0.00556,"139":0.01112,"140":0.15562,"141":0.01667,"142":0.00556,"143":0.00556,"144":0.01112,"145":0.01112,"146":0.01112,"147":0.03335,"148":0.03891,"149":0.08337,"150":1.33948,"151":0.56136,_:"2 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 152 153 154 3.5 3.6"},D:{"39":0.07781,"40":0.07781,"41":0.07781,"42":0.07781,"43":0.07781,"44":0.07781,"45":0.07781,"46":0.07781,"47":0.07781,"48":0.10004,"49":0.08337,"50":0.07781,"51":0.07781,"52":0.07781,"53":0.07781,"54":0.07781,"55":0.07781,"56":0.08337,"57":0.07781,"58":0.07781,"59":0.07781,"60":0.07781,"75":0.00556,"76":0.00556,"77":0.00556,"79":0.08337,"80":0.01112,"85":0.00556,"87":0.01667,"91":0.02223,"93":0.01112,"94":0.00556,"96":0.00556,"99":0.01112,"100":0.03335,"101":0.00556,"102":0.01112,"103":0.12783,"104":0.05002,"105":0.04446,"106":0.04446,"107":0.04446,"108":0.04446,"109":0.30013,"110":0.04446,"111":0.04446,"112":0.18341,"113":0.00556,"114":0.05002,"115":0.01667,"116":0.18341,"117":0.25011,"118":0.35571,"119":0.07781,"120":0.13339,"121":0.03335,"122":0.05558,"123":0.01667,"124":0.12783,"125":1.50622,"126":0.08337,"127":0.04446,"128":0.1056,"129":0.05002,"130":0.08337,"131":0.3446,"132":0.07225,"133":0.15562,"134":0.05558,"135":0.03891,"136":0.09449,"137":0.05558,"138":0.37794,"139":0.30569,"140":0.06114,"141":0.07781,"142":0.3446,"143":0.28902,"144":0.47243,"145":2.99576,"146":1.71186,"147":8.85389,"148":9.69315,"149":0.03891,"150":0.01112,_:"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 78 81 83 84 86 88 89 90 92 95 97 98 151 152"},F:{"89":0.00556,"90":0.00556,"91":0.00556,"95":0.02223,"97":0.01667,"98":0.03891,"106":0.00556,"114":0.00556,"120":0.00556,"131":0.37239,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 92 93 94 96 99 100 101 102 103 104 105 107 108 109 110 111 112 113 115 116 117 118 119 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00556,"92":0.00556,"109":0.04446,"119":0.02223,"120":0.02779,"122":0.00556,"123":0.00556,"124":0.00556,"128":0.00556,"129":0.00556,"130":0.00556,"131":0.01667,"132":0.00556,"133":0.01112,"134":0.01112,"135":0.01112,"136":0.01112,"137":0.00556,"138":0.02223,"139":0.01112,"140":0.00556,"141":0.00556,"142":0.01112,"143":0.01667,"144":0.02223,"145":0.1056,"146":0.10004,"147":2.17318,"148":4.29633,"149":0.00556,_:"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 125 126 127"},E:{"9":0.00556,"14":0.01667,"15":0.00556,_:"4 5 6 7 8 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 15.2-15.3 TP","10.1":0.00556,"11.1":0.00556,"12.1":0.00556,"13.1":0.03891,"14.1":0.03335,"15.1":0.00556,"15.4":0.00556,"15.5":0.00556,"15.6":0.12228,"16.0":0.01112,"16.1":0.01667,"16.2":0.01112,"16.3":0.02223,"16.4":0.01667,"16.5":0.01667,"16.6":0.23899,"17.0":0.01112,"17.1":0.19453,"17.2":0.01112,"17.3":0.03335,"17.4":0.05002,"17.5":0.07781,"17.6":0.35015,"18.0":0.01667,"18.1":0.03335,"18.2":0.01667,"18.3":0.07781,"18.4":0.02779,"18.5-18.7":0.07781,"26.0":0.03335,"26.1":0.04446,"26.2":0.25567,"26.3":1.01711,"26.4":1.42285,"26.5":0.67808},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00235,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00469,"8.1-8.4":0,"9.0-9.2":0.00235,"9.3":0,"10.0-10.2":0,"10.3":0.02112,"11.0-11.2":0.55617,"11.3-11.4":0.00704,"12.0-12.1":0,"12.2-12.5":0.07979,"13.0-13.1":0,"13.2":0.02581,"13.3":0,"13.4-13.7":0.00469,"14.0-14.4":0.01877,"14.5-14.8":0.03051,"15.0-15.1":0.02347,"15.2-15.3":0.01408,"15.4":0.01877,"15.5":0.02112,"15.6-15.8":0.39659,"16.0":0.04224,"16.1":0.06571,"16.2":0.0352,"16.3":0.07744,"16.4":0.01643,"16.5":0.02816,"16.6-16.7":0.52801,"17.0":0.02347,"17.1":0.03989,"17.2":0.0352,"17.3":0.06805,"17.4":0.10795,"17.5":0.1455,"17.6-17.7":0.38251,"18.0":0.07744,"18.1":0.15254,"18.2":0.08213,"18.3":0.24406,"18.4":0.11264,"18.5-18.7":3.88615,"26.0":0.24875,"26.1":0.30977,"26.2":1.19213,"26.3":3.76412,"26.4":7.76291,"26.5":2.76912},P:{"4":0.00756,"21":0.00756,"24":0.00756,"26":0.05295,"27":0.00756,"28":0.03782,"29":0.74886,"30":0.17398,_:"20 22 23 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.03994,"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.47974,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.04002,"11":0.01,_:"6 7 8 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00444,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.80844},Q:{"14.9":0.00888},O:{"0":0.03554},H:{all:0},L:{"0":21.38016}};
1
+ module.exports={C:{"11":0.14623,"44":0.00585,"52":0.00585,"78":0.0117,"115":0.12868,"120":0.40943,"121":0.81886,"123":0.00585,"124":0.00585,"125":0.42698,"126":0.42698,"127":0.45037,"128":0.31,"129":0.2749,"130":0.42113,"131":0.45037,"132":0.42113,"133":0.42698,"134":0.28075,"135":0.37434,"136":0.52056,"137":0.00585,"138":0.00585,"139":0.00585,"140":0.08774,"141":0.02925,"142":0.00585,"143":0.00585,"144":0.00585,"145":0.00585,"146":0.00585,"147":0.0234,"148":0.0234,"149":0.0234,"150":0.09943,"151":1.08207,"152":0.61415,_:"2 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 153 154 155 3.5 3.6"},D:{"39":0.07019,"40":0.07019,"41":0.07019,"42":0.07019,"43":0.07019,"44":0.07019,"45":0.07019,"46":0.07019,"47":0.07019,"48":0.08189,"49":0.07604,"50":0.07019,"51":0.07019,"52":0.07019,"53":0.07019,"54":0.07019,"55":0.07019,"56":0.07019,"57":0.07019,"58":0.07019,"59":0.07019,"60":0.07019,"70":0.03509,"75":0.00585,"76":0.00585,"77":0.00585,"79":0.05264,"80":0.00585,"83":0.00585,"84":0.00585,"85":0.00585,"87":0.01755,"91":0.00585,"93":0.0117,"96":0.00585,"99":0.0234,"100":0.01755,"101":0.0117,"102":0.01755,"103":0.10528,"104":0.04094,"105":0.03509,"106":0.03509,"107":0.03509,"108":0.03509,"109":0.26905,"110":0.03509,"111":0.03509,"112":0.03509,"113":0.0117,"114":0.04679,"115":0.0234,"116":0.14038,"117":0.14038,"118":0.63754,"119":0.8598,"120":0.92414,"121":0.0234,"122":0.05849,"123":0.0117,"124":0.17547,"125":1.18735,"126":0.14623,"127":0.11698,"128":0.16377,"129":0.11698,"130":0.15207,"131":0.30415,"132":0.13453,"133":0.18717,"134":0.11113,"135":0.04094,"136":0.06434,"137":0.04679,"138":0.23981,"139":0.46207,"140":0.04094,"141":0.04679,"142":0.18132,"143":0.21056,"144":0.21056,"145":1.16395,"146":1.66112,"147":1.04697,"148":6.159,"149":10.58669,"150":0.05849,"151":0.00585,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 73 74 78 81 86 88 89 90 92 94 95 97 98 152 153"},F:{"89":0.00585,"90":0.00585,"91":0.00585,"95":0.0234,"98":0.0117,"99":0.05849,"106":0.00585,"114":0.00585,"131":0.36264,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 92 93 94 96 97 100 101 102 103 104 105 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.03509,"119":0.40358,"120":0.40943,"122":0.00585,"124":0.00585,"128":0.00585,"130":0.00585,"131":0.01755,"132":0.00585,"133":0.00585,"134":0.0117,"135":0.0117,"136":0.0117,"137":0.00585,"138":0.0117,"139":0.00585,"140":0.00585,"141":0.00585,"142":0.0117,"143":0.0117,"144":0.0117,"145":0.04679,"146":0.03509,"147":0.09943,"148":1.59093,"149":4.3809,"150":0.00585,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 125 126 127 129"},E:{"14":0.01755,"15":0.00585,"27":0.00585,_:"4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 15.1 15.2-15.3 TP","10.1":0.00585,"11.1":0.00585,"12.1":0.00585,"13.1":0.02925,"14.1":0.02925,"15.4":0.00585,"15.5":0.00585,"15.6":0.10528,"16.0":0.00585,"16.1":0.0117,"16.2":0.00585,"16.3":0.01755,"16.4":0.0117,"16.5":0.01755,"16.6":0.21056,"17.0":0.01755,"17.1":0.16962,"17.2":0.0117,"17.3":0.03509,"17.4":0.04094,"17.5":0.09358,"17.6":0.35094,"18.0":0.0117,"18.1":0.02925,"18.2":0.01755,"18.3":0.05849,"18.4":0.01755,"18.5-18.7":0.05849,"26.0":0.0234,"26.1":0.02925,"26.2":0.14038,"26.3":0.24566,"26.4":0.16377,"26.5":2.46828},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00208,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00624,"8.1-8.4":0,"9.0-9.2":0.00208,"9.3":0,"10.0-10.2":0,"10.3":0.02287,"11.0-11.2":0.6882,"11.3-11.4":0.00416,"12.0-12.1":0,"12.2-12.5":0.07069,"13.0-13.1":0,"13.2":0.02287,"13.3":0,"13.4-13.7":0.00416,"14.0-14.4":0.01455,"14.5-14.8":0.02287,"15.0-15.1":0.02079,"15.2-15.3":0.01247,"15.4":0.01455,"15.5":0.01871,"15.6-15.8":0.36385,"16.0":0.03327,"16.1":0.05406,"16.2":0.02911,"16.3":0.06237,"16.4":0.01455,"16.5":0.02287,"16.6-16.7":0.47405,"17.0":0.02079,"17.1":0.03119,"17.2":0.02911,"17.3":0.04366,"17.4":0.06653,"17.5":0.11851,"17.6-17.7":0.30564,"18.0":0.06861,"18.1":0.13099,"18.2":0.07069,"18.3":0.21623,"18.4":0.09772,"18.5-18.7":3.12496,"26.0":0.20584,"26.1":0.21415,"26.2":0.64662,"26.3":0.88364,"26.4":1.01255,"26.5":11.48315},P:{"4":0.00734,"21":0.00734,"22":0.00734,"23":0.00734,"24":0.00734,"25":0.00734,"26":0.03672,"27":0.01469,"28":0.03672,"29":0.11017,"30":0.76384,_:"20 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00734,"8.2":0.00734},I:{"0":0.03317,"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.3818,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.0234,"11":0.0117,_:"6 7 8 10 5.5"},N:{_:"10 11"},S:{"2.5":0.00415,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.0332},H:{all:0},L:{"0":21.84861},R:{_:"0"},M:{"0":0.6557},Q:{"14.9":0.00415}};