@shugaev/spur 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1105) hide show
  1. package/dist/agents/cursor-submit-ack.d.ts.map +1 -1
  2. package/dist/agents/cursor-submit-ack.js +15 -1
  3. package/dist/agents/cursor-submit-ack.js.map +1 -1
  4. package/dist/agents/cursor.d.ts +1 -0
  5. package/dist/agents/cursor.d.ts.map +1 -1
  6. package/dist/agents/cursor.js +3 -1
  7. package/dist/agents/cursor.js.map +1 -1
  8. package/dist/agents/index.js +2 -2
  9. package/dist/agents/index.js.map +1 -1
  10. package/dist/agents/models.d.ts +3 -0
  11. package/dist/agents/models.d.ts.map +1 -1
  12. package/dist/agents/models.js +41 -3
  13. package/dist/agents/models.js.map +1 -1
  14. package/dist/backlog/index.d.ts +15 -0
  15. package/dist/backlog/index.d.ts.map +1 -0
  16. package/dist/backlog/index.js +80 -0
  17. package/dist/backlog/index.js.map +1 -0
  18. package/dist/backlog/providers.d.ts +12 -0
  19. package/dist/backlog/providers.d.ts.map +1 -0
  20. package/dist/backlog/providers.js +22 -0
  21. package/dist/backlog/providers.js.map +1 -0
  22. package/dist/cli.d.ts.map +1 -1
  23. package/dist/cli.js +12 -1
  24. package/dist/cli.js.map +1 -1
  25. package/dist/config.d.ts.map +1 -1
  26. package/dist/config.js +64 -0
  27. package/dist/config.js.map +1 -1
  28. package/dist/event-sources/github.d.ts.map +1 -1
  29. package/dist/event-sources/github.js +30 -32
  30. package/dist/event-sources/github.js.map +1 -1
  31. package/dist/event-sources/index.d.ts.map +1 -1
  32. package/dist/event-sources/index.js +5 -0
  33. package/dist/event-sources/index.js.map +1 -1
  34. package/dist/gh.d.ts +2 -0
  35. package/dist/gh.d.ts.map +1 -1
  36. package/dist/gh.js +28 -0
  37. package/dist/gh.js.map +1 -1
  38. package/dist/jira.d.ts +15 -0
  39. package/dist/jira.d.ts.map +1 -0
  40. package/dist/jira.js +74 -0
  41. package/dist/jira.js.map +1 -0
  42. package/dist/metadata.d.ts +7 -1
  43. package/dist/metadata.d.ts.map +1 -1
  44. package/dist/metadata.js +129 -0
  45. package/dist/metadata.js.map +1 -1
  46. package/dist/preflight.d.ts.map +1 -1
  47. package/dist/preflight.js +4 -0
  48. package/dist/preflight.js.map +1 -1
  49. package/dist/prompt-template.d.ts +3 -0
  50. package/dist/prompt-template.d.ts.map +1 -0
  51. package/dist/prompt-template.js +14 -0
  52. package/dist/prompt-template.js.map +1 -0
  53. package/dist/send-batches.d.ts +3 -1
  54. package/dist/send-batches.d.ts.map +1 -1
  55. package/dist/send-batches.js +94 -0
  56. package/dist/send-batches.js.map +1 -1
  57. package/dist/server.d.ts.map +1 -1
  58. package/dist/server.js +27 -1
  59. package/dist/server.js.map +1 -1
  60. package/dist/session-service.d.ts +13 -1
  61. package/dist/session-service.d.ts.map +1 -1
  62. package/dist/session-service.js +164 -45
  63. package/dist/session-service.js.map +1 -1
  64. package/dist/shepherd.d.ts.map +1 -1
  65. package/dist/shepherd.js +2 -1
  66. package/dist/shepherd.js.map +1 -1
  67. package/dist/triggers.d.ts.map +1 -1
  68. package/dist/triggers.js +81 -15
  69. package/dist/triggers.js.map +1 -1
  70. package/dist/types.d.ts +74 -2
  71. package/dist/types.d.ts.map +1 -1
  72. package/package.json +1 -1
  73. package/web/.next/BUILD_ID +1 -1
  74. package/web/.next/app-build-manifest.json +98 -91
  75. package/web/.next/app-path-routes-manifest.json +2 -1
  76. package/web/.next/build-manifest.json +3 -3
  77. package/web/.next/prerender-manifest.json +18 -18
  78. package/web/.next/required-server-files.json +3 -3
  79. package/web/.next/server/app/_not-found/page.js +2 -2
  80. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  81. package/web/.next/server/app/_not-found.html +1 -1
  82. package/web/.next/server/app/_not-found.rsc +3 -3
  83. package/web/.next/server/app/api/backlog/take/route.js +1 -0
  84. package/web/.next/server/app/api/backlog/take/route.js.nft.json +1 -0
  85. package/web/.next/server/app/api/backlog/take/route_client-reference-manifest.js +1 -0
  86. package/web/.next/server/app/api/github-status/route.js +1 -1
  87. package/web/.next/server/app/api/github-status/route_client-reference-manifest.js +1 -1
  88. package/web/.next/server/app/api/gitlab-status/route.js +1 -1
  89. package/web/.next/server/app/api/gitlab-status/route_client-reference-manifest.js +1 -1
  90. package/web/.next/server/app/api/models/route.js +1 -1
  91. package/web/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  92. package/web/.next/server/app/api/pr-status/merge/route.js +1 -1
  93. package/web/.next/server/app/api/pr-status/merge/route_client-reference-manifest.js +1 -1
  94. package/web/.next/server/app/api/pr-status/route.js +2 -2
  95. package/web/.next/server/app/api/pr-status/route_client-reference-manifest.js +1 -1
  96. package/web/.next/server/app/api/preflight/route.js +1 -1
  97. package/web/.next/server/app/api/preflight/route_client-reference-manifest.js +1 -1
  98. package/web/.next/server/app/api/projects/[id]/branches/exists/route.js +1 -1
  99. package/web/.next/server/app/api/projects/[id]/branches/exists/route_client-reference-manifest.js +1 -1
  100. package/web/.next/server/app/api/projects/[id]/route.js +1 -1
  101. package/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
  102. package/web/.next/server/app/api/projects/[id]/slash-commands/route.js +1 -1
  103. package/web/.next/server/app/api/projects/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  104. package/web/.next/server/app/api/projects/route.js +1 -1
  105. package/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
  106. package/web/.next/server/app/api/runtime/info/route.js +1 -1
  107. package/web/.next/server/app/api/runtime/info/route_client-reference-manifest.js +1 -1
  108. package/web/.next/server/app/api/runtime/resources/route.js +1 -1
  109. package/web/.next/server/app/api/runtime/resources/route_client-reference-manifest.js +1 -1
  110. package/web/.next/server/app/api/runtime/terminal/route.js +1 -1
  111. package/web/.next/server/app/api/runtime/terminal/route_client-reference-manifest.js +1 -1
  112. package/web/.next/server/app/api/runtime/versions/route.js +1 -1
  113. package/web/.next/server/app/api/runtime/versions/route_client-reference-manifest.js +1 -1
  114. package/web/.next/server/app/api/runtime/versions/switch/route.js +1 -1
  115. package/web/.next/server/app/api/runtime/versions/switch/route_client-reference-manifest.js +1 -1
  116. package/web/.next/server/app/api/runtime/voice/route.js +1 -1
  117. package/web/.next/server/app/api/runtime/voice/route_client-reference-manifest.js +1 -1
  118. package/web/.next/server/app/api/runtime/voice/transcribe/route.js +1 -1
  119. package/web/.next/server/app/api/runtime/voice/transcribe/route_client-reference-manifest.js +1 -1
  120. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route.js +1 -1
  121. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route_client-reference-manifest.js +1 -1
  122. package/web/.next/server/app/api/sessions/[id]/complete/route.js +1 -1
  123. package/web/.next/server/app/api/sessions/[id]/complete/route_client-reference-manifest.js +1 -1
  124. package/web/.next/server/app/api/sessions/[id]/conversation/route.js +1 -1
  125. package/web/.next/server/app/api/sessions/[id]/conversation/route_client-reference-manifest.js +1 -1
  126. package/web/.next/server/app/api/sessions/[id]/kill/route.js +1 -1
  127. package/web/.next/server/app/api/sessions/[id]/kill/route_client-reference-manifest.js +1 -1
  128. package/web/.next/server/app/api/sessions/[id]/logs/route.js +1 -1
  129. package/web/.next/server/app/api/sessions/[id]/logs/route_client-reference-manifest.js +1 -1
  130. package/web/.next/server/app/api/sessions/[id]/pause/route.js +1 -1
  131. package/web/.next/server/app/api/sessions/[id]/pause/route_client-reference-manifest.js +1 -1
  132. package/web/.next/server/app/api/sessions/[id]/respawn/route.js +1 -1
  133. package/web/.next/server/app/api/sessions/[id]/respawn/route_client-reference-manifest.js +1 -1
  134. package/web/.next/server/app/api/sessions/[id]/restore/route.js +1 -1
  135. package/web/.next/server/app/api/sessions/[id]/restore/route_client-reference-manifest.js +1 -1
  136. package/web/.next/server/app/api/sessions/[id]/route.js +1 -1
  137. package/web/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
  138. package/web/.next/server/app/api/sessions/[id]/send/route.js +1 -1
  139. package/web/.next/server/app/api/sessions/[id]/send/route_client-reference-manifest.js +1 -1
  140. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route.js +1 -1
  141. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route_client-reference-manifest.js +1 -1
  142. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route.js +1 -1
  143. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route_client-reference-manifest.js +1 -1
  144. package/web/.next/server/app/api/sessions/[id]/slash-commands/route.js +1 -1
  145. package/web/.next/server/app/api/sessions/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  146. package/web/.next/server/app/api/sessions/[id]/tags/route.js +1 -1
  147. package/web/.next/server/app/api/sessions/[id]/tags/route_client-reference-manifest.js +1 -1
  148. package/web/.next/server/app/api/sessions/route.js +1 -1
  149. package/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  150. package/web/.next/server/app/api/shepherd/spawn/route.js +1 -1
  151. package/web/.next/server/app/api/shepherd/spawn/route_client-reference-manifest.js +1 -1
  152. package/web/.next/server/app/api/spawn/route.js +1 -1
  153. package/web/.next/server/app/api/spawn/route_client-reference-manifest.js +1 -1
  154. package/web/.next/server/app/apple-icon/route.js +1 -1
  155. package/web/.next/server/app/apple-icon/route_client-reference-manifest.js +1 -1
  156. package/web/.next/server/app/icon/route.js +1 -1
  157. package/web/.next/server/app/icon/route_client-reference-manifest.js +1 -1
  158. package/web/.next/server/app/icon-192/route.js +1 -1
  159. package/web/.next/server/app/icon-192/route_client-reference-manifest.js +1 -1
  160. package/web/.next/server/app/icon-512/route.js +1 -1
  161. package/web/.next/server/app/icon-512/route_client-reference-manifest.js +1 -1
  162. package/web/.next/server/app/manifest.webmanifest/route.js +2 -2
  163. package/web/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  164. package/web/.next/server/app/page.js +3 -3
  165. package/web/.next/server/app/page.js.nft.json +1 -1
  166. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  167. package/web/.next/server/app/sessions/[id]/page.js +6 -6
  168. package/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
  169. package/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
  170. package/web/.next/server/app-paths-manifest.json +2 -1
  171. package/web/.next/server/chunks/135.js +1 -1
  172. package/web/.next/server/chunks/5158.js +1 -0
  173. package/web/.next/server/chunks/7331.js +3 -3
  174. package/web/.next/server/functions-config-manifest.json +3 -3
  175. package/web/.next/server/middleware-build-manifest.js +1 -1
  176. package/web/.next/server/next-font-manifest.js +1 -1
  177. package/web/.next/server/next-font-manifest.json +1 -1
  178. package/web/.next/server/pages/404.html +1 -1
  179. package/web/.next/server/pages/500.html +1 -1
  180. package/web/.next/server/server-reference-manifest.json +1 -1
  181. package/web/.next/static/chunks/5124-5365d82e8f9962c5.js +1 -0
  182. package/web/.next/static/chunks/app/_not-found/{page-1b6e9375ed39417d.js → page-ce7aac1309588445.js} +1 -1
  183. package/web/.next/static/chunks/app/api/backlog/take/route-1c98dbb79467f151.js +1 -0
  184. package/web/.next/static/chunks/app/api/github-status/route-1c98dbb79467f151.js +1 -0
  185. package/web/.next/static/chunks/app/api/gitlab-status/route-1c98dbb79467f151.js +1 -0
  186. package/web/.next/static/chunks/app/api/models/route-1c98dbb79467f151.js +1 -0
  187. package/web/.next/static/chunks/app/api/pr-status/merge/route-1c98dbb79467f151.js +1 -0
  188. package/web/.next/static/chunks/app/api/pr-status/route-1c98dbb79467f151.js +1 -0
  189. package/web/.next/static/chunks/app/api/preflight/route-1c98dbb79467f151.js +1 -0
  190. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-1c98dbb79467f151.js +1 -0
  191. package/web/.next/static/chunks/app/api/projects/[id]/route-1c98dbb79467f151.js +1 -0
  192. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  193. package/web/.next/static/chunks/app/api/projects/route-1c98dbb79467f151.js +1 -0
  194. package/web/.next/static/chunks/app/api/runtime/info/route-1c98dbb79467f151.js +1 -0
  195. package/web/.next/static/chunks/app/api/runtime/resources/route-1c98dbb79467f151.js +1 -0
  196. package/web/.next/static/chunks/app/api/runtime/terminal/route-1c98dbb79467f151.js +1 -0
  197. package/web/.next/static/chunks/app/api/runtime/versions/route-1c98dbb79467f151.js +1 -0
  198. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-1c98dbb79467f151.js +1 -0
  199. package/web/.next/static/chunks/app/api/runtime/voice/route-1c98dbb79467f151.js +1 -0
  200. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-1c98dbb79467f151.js +1 -0
  201. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-1c98dbb79467f151.js +1 -0
  202. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-1c98dbb79467f151.js +1 -0
  203. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-1c98dbb79467f151.js +1 -0
  204. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-1c98dbb79467f151.js +1 -0
  205. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-1c98dbb79467f151.js +1 -0
  206. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-1c98dbb79467f151.js +1 -0
  207. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-1c98dbb79467f151.js +1 -0
  208. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-1c98dbb79467f151.js +1 -0
  209. package/web/.next/static/chunks/app/api/sessions/[id]/route-1c98dbb79467f151.js +1 -0
  210. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-1c98dbb79467f151.js +1 -0
  211. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-1c98dbb79467f151.js +1 -0
  212. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-1c98dbb79467f151.js +1 -0
  213. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  214. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-1c98dbb79467f151.js +1 -0
  215. package/web/.next/static/chunks/app/api/sessions/route-1c98dbb79467f151.js +1 -0
  216. package/web/.next/static/chunks/app/api/shepherd/spawn/route-1c98dbb79467f151.js +1 -0
  217. package/web/.next/static/chunks/app/api/spawn/route-1c98dbb79467f151.js +1 -0
  218. package/web/.next/static/chunks/app/apple-icon/route-1c98dbb79467f151.js +1 -0
  219. package/web/.next/static/chunks/app/icon/route-1c98dbb79467f151.js +1 -0
  220. package/web/.next/static/chunks/app/icon-192/route-1c98dbb79467f151.js +1 -0
  221. package/web/.next/static/chunks/app/icon-512/route-1c98dbb79467f151.js +1 -0
  222. package/web/.next/static/chunks/app/layout-f69f7a978709d508.js +1 -0
  223. package/web/.next/static/chunks/app/manifest.webmanifest/route-1c98dbb79467f151.js +1 -0
  224. package/web/.next/static/chunks/app/page-8a91ba4badc56ab2.js +1 -0
  225. package/web/.next/static/chunks/app/sessions/[id]/page-d8abb491bd89b750.js +1 -0
  226. package/web/.next/static/chunks/{main-app-1cea33e0d8c88bba.js → main-app-96c0fcaf99db6703.js} +1 -1
  227. package/web/.next/static/css/1c8043fd02fc0a5c.css +3 -0
  228. package/web/.next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js +1 -0
  229. package/web/node_modules/.package-lock.json +3 -3
  230. package/web/node_modules/caniuse-lite/data/agents.js +1 -1
  231. package/web/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  232. package/web/node_modules/caniuse-lite/data/features/aac.js +1 -1
  233. package/web/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  234. package/web/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  235. package/web/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  236. package/web/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  237. package/web/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  238. package/web/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  239. package/web/node_modules/caniuse-lite/data/features/apng.js +1 -1
  240. package/web/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  241. package/web/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  242. package/web/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  243. package/web/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  244. package/web/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  245. package/web/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  246. package/web/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  247. package/web/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  248. package/web/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  249. package/web/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  250. package/web/node_modules/caniuse-lite/data/features/audio.js +1 -1
  251. package/web/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  252. package/web/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  253. package/web/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  254. package/web/node_modules/caniuse-lite/data/features/av1.js +1 -1
  255. package/web/node_modules/caniuse-lite/data/features/avif.js +1 -1
  256. package/web/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  257. package/web/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  258. package/web/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  259. package/web/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  260. package/web/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  261. package/web/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  262. package/web/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  263. package/web/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  264. package/web/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  265. package/web/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  266. package/web/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  267. package/web/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  268. package/web/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  269. package/web/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  270. package/web/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  271. package/web/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  272. package/web/node_modules/caniuse-lite/data/features/calc.js +1 -1
  273. package/web/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  274. package/web/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  275. package/web/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  276. package/web/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  277. package/web/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  278. package/web/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  279. package/web/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  280. package/web/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  281. package/web/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  282. package/web/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  283. package/web/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  284. package/web/node_modules/caniuse-lite/data/features/colr.js +1 -1
  285. package/web/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  286. package/web/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  287. package/web/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  288. package/web/node_modules/caniuse-lite/data/features/const.js +1 -1
  289. package/web/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  290. package/web/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  291. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  292. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  293. package/web/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  294. package/web/node_modules/caniuse-lite/data/features/cors.js +1 -1
  295. package/web/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  296. package/web/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  297. package/web/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
  298. package/web/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  299. package/web/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  300. package/web/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  301. package/web/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  302. package/web/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  303. package/web/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  304. package/web/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  305. package/web/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  306. package/web/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  307. package/web/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  308. package/web/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  309. package/web/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  310. package/web/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  311. package/web/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  312. package/web/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  313. package/web/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  314. package/web/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  315. package/web/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  316. package/web/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  317. package/web/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  318. package/web/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  319. package/web/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  320. package/web/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  321. package/web/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  322. package/web/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  323. package/web/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  324. package/web/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  325. package/web/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  326. package/web/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  327. package/web/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  328. package/web/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  329. package/web/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  330. package/web/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  331. package/web/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  332. package/web/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  333. package/web/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  334. package/web/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  335. package/web/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  336. package/web/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  337. package/web/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  338. package/web/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  339. package/web/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  340. package/web/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  341. package/web/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  342. package/web/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  343. package/web/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  344. package/web/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  345. package/web/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  346. package/web/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  347. package/web/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  348. package/web/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  349. package/web/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  350. package/web/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  351. package/web/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
  352. package/web/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  353. package/web/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  354. package/web/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  355. package/web/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  356. package/web/node_modules/caniuse-lite/data/features/css-if.js +1 -1
  357. package/web/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  358. package/web/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  359. package/web/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  360. package/web/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  361. package/web/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  362. package/web/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  363. package/web/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  364. package/web/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  365. package/web/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  366. package/web/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  367. package/web/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  368. package/web/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  369. package/web/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  370. package/web/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  371. package/web/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  372. package/web/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  373. package/web/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  374. package/web/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  375. package/web/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  376. package/web/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  377. package/web/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  378. package/web/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  379. package/web/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  380. package/web/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  381. package/web/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  382. package/web/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  383. package/web/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  384. package/web/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  385. package/web/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  386. package/web/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  387. package/web/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  388. package/web/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  389. package/web/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  390. package/web/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  391. package/web/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  392. package/web/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  393. package/web/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  394. package/web/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  395. package/web/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  396. package/web/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  397. package/web/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  398. package/web/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  399. package/web/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  400. package/web/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  401. package/web/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  402. package/web/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  403. package/web/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  404. package/web/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  405. package/web/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  406. package/web/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  407. package/web/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  408. package/web/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  409. package/web/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  410. package/web/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  411. package/web/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  412. package/web/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  413. package/web/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  414. package/web/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  415. package/web/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  416. package/web/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  417. package/web/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  418. package/web/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  419. package/web/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  420. package/web/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  421. package/web/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  422. package/web/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  423. package/web/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  424. package/web/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  425. package/web/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  426. package/web/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  427. package/web/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  428. package/web/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  429. package/web/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  430. package/web/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  431. package/web/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  432. package/web/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  433. package/web/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  434. package/web/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  435. package/web/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  436. package/web/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  437. package/web/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  438. package/web/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  439. package/web/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  440. package/web/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  441. package/web/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  442. package/web/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  443. package/web/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  444. package/web/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
  445. package/web/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  446. package/web/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  447. package/web/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  448. package/web/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  449. package/web/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  450. package/web/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  451. package/web/node_modules/caniuse-lite/data/features/details.js +1 -1
  452. package/web/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  453. package/web/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  454. package/web/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  455. package/web/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  456. package/web/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  457. package/web/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  458. package/web/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  459. package/web/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  460. package/web/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  461. package/web/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  462. package/web/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  463. package/web/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  464. package/web/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  465. package/web/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  466. package/web/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  467. package/web/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  468. package/web/node_modules/caniuse-lite/data/features/download.js +1 -1
  469. package/web/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  470. package/web/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  471. package/web/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  472. package/web/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  473. package/web/node_modules/caniuse-lite/data/features/eme.js +1 -1
  474. package/web/node_modules/caniuse-lite/data/features/eot.js +1 -1
  475. package/web/node_modules/caniuse-lite/data/features/es5.js +1 -1
  476. package/web/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  477. package/web/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  478. package/web/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  479. package/web/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  480. package/web/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  481. package/web/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  482. package/web/node_modules/caniuse-lite/data/features/es6.js +1 -1
  483. package/web/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  484. package/web/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  485. package/web/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  486. package/web/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  487. package/web/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  488. package/web/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  489. package/web/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  490. package/web/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  491. package/web/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  492. package/web/node_modules/caniuse-lite/data/features/flac.js +1 -1
  493. package/web/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  494. package/web/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  495. package/web/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  496. package/web/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  497. package/web/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  498. package/web/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  499. package/web/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  500. package/web/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  501. package/web/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  502. package/web/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  503. package/web/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  504. package/web/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  505. package/web/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  506. package/web/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  507. package/web/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  508. package/web/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  509. package/web/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  510. package/web/node_modules/caniuse-lite/data/features/forms.js +1 -1
  511. package/web/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  512. package/web/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  513. package/web/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  514. package/web/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  515. package/web/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  516. package/web/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  517. package/web/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  518. package/web/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  519. package/web/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  520. package/web/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  521. package/web/node_modules/caniuse-lite/data/features/heif.js +1 -1
  522. package/web/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  523. package/web/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  524. package/web/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  525. package/web/node_modules/caniuse-lite/data/features/history.js +1 -1
  526. package/web/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  527. package/web/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  528. package/web/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  529. package/web/node_modules/caniuse-lite/data/features/http2.js +1 -1
  530. package/web/node_modules/caniuse-lite/data/features/http3.js +1 -1
  531. package/web/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  532. package/web/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  533. package/web/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  534. package/web/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  535. package/web/node_modules/caniuse-lite/data/features/ime.js +1 -1
  536. package/web/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  537. package/web/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  538. package/web/node_modules/caniuse-lite/data/features/imports.js +1 -1
  539. package/web/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  540. package/web/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  541. package/web/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  542. package/web/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  543. package/web/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  544. package/web/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  545. package/web/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  546. package/web/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  547. package/web/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  548. package/web/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  549. package/web/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  550. package/web/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  551. package/web/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  552. package/web/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  553. package/web/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  554. package/web/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  555. package/web/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  556. package/web/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  557. package/web/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  558. package/web/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  559. package/web/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  560. package/web/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  561. package/web/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  562. package/web/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  563. package/web/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  564. package/web/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  565. package/web/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  566. package/web/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  567. package/web/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  568. package/web/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  569. package/web/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  570. package/web/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  571. package/web/node_modules/caniuse-lite/data/features/json.js +1 -1
  572. package/web/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  573. package/web/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  574. package/web/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  575. package/web/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  576. package/web/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  577. package/web/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  578. package/web/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  579. package/web/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  580. package/web/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  581. package/web/node_modules/caniuse-lite/data/features/let.js +1 -1
  582. package/web/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  583. package/web/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  584. package/web/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  585. package/web/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  586. package/web/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  587. package/web/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  588. package/web/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  589. package/web/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  590. package/web/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  591. package/web/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
  592. package/web/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  593. package/web/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  594. package/web/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  595. package/web/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  596. package/web/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  597. package/web/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  598. package/web/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  599. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  600. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  601. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  602. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  603. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  604. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  605. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  606. package/web/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  607. package/web/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  608. package/web/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  609. package/web/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  610. package/web/node_modules/caniuse-lite/data/features/menu.js +1 -1
  611. package/web/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  612. package/web/node_modules/caniuse-lite/data/features/meter.js +1 -1
  613. package/web/node_modules/caniuse-lite/data/features/midi.js +1 -1
  614. package/web/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  615. package/web/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  616. package/web/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  617. package/web/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  618. package/web/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  619. package/web/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  620. package/web/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  621. package/web/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  622. package/web/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  623. package/web/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  624. package/web/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  625. package/web/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  626. package/web/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  627. package/web/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  628. package/web/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  629. package/web/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  630. package/web/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  631. package/web/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  632. package/web/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  633. package/web/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  634. package/web/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  635. package/web/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  636. package/web/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  637. package/web/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  638. package/web/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  639. package/web/node_modules/caniuse-lite/data/features/opus.js +1 -1
  640. package/web/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  641. package/web/node_modules/caniuse-lite/data/features/outline.js +1 -1
  642. package/web/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  643. package/web/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  644. package/web/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  645. package/web/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  646. package/web/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  647. package/web/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  648. package/web/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  649. package/web/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  650. package/web/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  651. package/web/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  652. package/web/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  653. package/web/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  654. package/web/node_modules/caniuse-lite/data/features/picture.js +1 -1
  655. package/web/node_modules/caniuse-lite/data/features/ping.js +1 -1
  656. package/web/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  657. package/web/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  658. package/web/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  659. package/web/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  660. package/web/node_modules/caniuse-lite/data/features/portals.js +1 -1
  661. package/web/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  662. package/web/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  663. package/web/node_modules/caniuse-lite/data/features/progress.js +1 -1
  664. package/web/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  665. package/web/node_modules/caniuse-lite/data/features/promises.js +1 -1
  666. package/web/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  667. package/web/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  668. package/web/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  669. package/web/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  670. package/web/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  671. package/web/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  672. package/web/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  673. package/web/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  674. package/web/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  675. package/web/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  676. package/web/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  677. package/web/node_modules/caniuse-lite/data/features/rem.js +1 -1
  678. package/web/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  679. package/web/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  680. package/web/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  681. package/web/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  682. package/web/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  683. package/web/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  684. package/web/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  685. package/web/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  686. package/web/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  687. package/web/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  688. package/web/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  689. package/web/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  690. package/web/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  691. package/web/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  692. package/web/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  693. package/web/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  694. package/web/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  695. package/web/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  696. package/web/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  697. package/web/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  698. package/web/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  699. package/web/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  700. package/web/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  701. package/web/node_modules/caniuse-lite/data/features/sni.js +1 -1
  702. package/web/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  703. package/web/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  704. package/web/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  705. package/web/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  706. package/web/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  707. package/web/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  708. package/web/node_modules/caniuse-lite/data/features/stream.js +1 -1
  709. package/web/node_modules/caniuse-lite/data/features/streams.js +1 -1
  710. package/web/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  711. package/web/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  712. package/web/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  713. package/web/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  714. package/web/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  715. package/web/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  716. package/web/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  717. package/web/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  718. package/web/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  719. package/web/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  720. package/web/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  721. package/web/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  722. package/web/node_modules/caniuse-lite/data/features/svg.js +1 -1
  723. package/web/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  724. package/web/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  725. package/web/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  726. package/web/node_modules/caniuse-lite/data/features/template.js +1 -1
  727. package/web/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  728. package/web/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  729. package/web/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  730. package/web/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  731. package/web/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  732. package/web/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  733. package/web/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  734. package/web/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  735. package/web/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  736. package/web/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  737. package/web/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  738. package/web/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  739. package/web/node_modules/caniuse-lite/data/features/touch.js +1 -1
  740. package/web/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  741. package/web/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  742. package/web/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  743. package/web/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  744. package/web/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  745. package/web/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  746. package/web/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  747. package/web/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  748. package/web/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  749. package/web/node_modules/caniuse-lite/data/features/url.js +1 -1
  750. package/web/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  751. package/web/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  752. package/web/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  753. package/web/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  754. package/web/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  755. package/web/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  756. package/web/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  757. package/web/node_modules/caniuse-lite/data/features/video.js +1 -1
  758. package/web/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  759. package/web/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  760. package/web/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  761. package/web/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  762. package/web/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  763. package/web/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  764. package/web/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  765. package/web/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  766. package/web/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  767. package/web/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  768. package/web/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  769. package/web/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  770. package/web/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  771. package/web/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  772. package/web/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  773. package/web/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  774. package/web/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  775. package/web/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  776. package/web/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  777. package/web/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  778. package/web/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  779. package/web/node_modules/caniuse-lite/data/features/wav.js +1 -1
  780. package/web/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  781. package/web/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  782. package/web/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  783. package/web/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  784. package/web/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  785. package/web/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  786. package/web/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  787. package/web/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  788. package/web/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  789. package/web/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  790. package/web/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  791. package/web/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  792. package/web/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  793. package/web/node_modules/caniuse-lite/data/features/webm.js +1 -1
  794. package/web/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  795. package/web/node_modules/caniuse-lite/data/features/webp.js +1 -1
  796. package/web/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  797. package/web/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  798. package/web/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  799. package/web/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  800. package/web/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  801. package/web/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  802. package/web/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  803. package/web/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  804. package/web/node_modules/caniuse-lite/data/features/woff.js +1 -1
  805. package/web/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  806. package/web/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  807. package/web/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  808. package/web/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  809. package/web/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  810. package/web/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  811. package/web/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  812. package/web/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  813. package/web/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  814. package/web/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  815. package/web/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  816. package/web/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  817. package/web/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  818. package/web/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  819. package/web/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  820. package/web/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  821. package/web/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  822. package/web/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  823. package/web/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  824. package/web/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  825. package/web/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  826. package/web/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  827. package/web/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  828. package/web/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  829. package/web/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  830. package/web/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  831. package/web/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  832. package/web/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  833. package/web/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  834. package/web/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  835. package/web/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  836. package/web/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  837. package/web/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  838. package/web/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  839. package/web/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  840. package/web/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  841. package/web/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  842. package/web/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  843. package/web/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  844. package/web/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  845. package/web/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  846. package/web/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  847. package/web/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  848. package/web/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  849. package/web/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  850. package/web/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  851. package/web/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  852. package/web/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  853. package/web/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  854. package/web/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  855. package/web/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  856. package/web/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  857. package/web/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  858. package/web/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  859. package/web/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  860. package/web/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  861. package/web/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  862. package/web/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  863. package/web/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  864. package/web/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  865. package/web/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  866. package/web/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  867. package/web/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  868. package/web/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  869. package/web/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  870. package/web/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  871. package/web/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  872. package/web/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  873. package/web/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  874. package/web/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  875. package/web/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  876. package/web/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  877. package/web/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  878. package/web/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  879. package/web/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  880. package/web/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  881. package/web/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  882. package/web/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  883. package/web/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  884. package/web/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  885. package/web/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  886. package/web/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  887. package/web/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  888. package/web/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  889. package/web/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  890. package/web/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  891. package/web/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  892. package/web/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  893. package/web/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  894. package/web/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  895. package/web/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  896. package/web/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  897. package/web/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  898. package/web/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  899. package/web/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  900. package/web/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  901. package/web/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  902. package/web/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  903. package/web/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  904. package/web/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  905. package/web/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  906. package/web/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  907. package/web/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  908. package/web/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  909. package/web/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  910. package/web/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  911. package/web/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  912. package/web/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  913. package/web/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  914. package/web/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  915. package/web/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  916. package/web/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  917. package/web/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  918. package/web/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  919. package/web/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  920. package/web/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  921. package/web/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  922. package/web/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  923. package/web/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  924. package/web/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  925. package/web/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  926. package/web/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  927. package/web/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  928. package/web/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  929. package/web/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  930. package/web/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  931. package/web/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  932. package/web/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  933. package/web/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  934. package/web/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  935. package/web/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  936. package/web/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  937. package/web/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  938. package/web/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  939. package/web/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  940. package/web/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  941. package/web/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  942. package/web/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  943. package/web/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  944. package/web/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  945. package/web/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  946. package/web/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  947. package/web/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  948. package/web/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  949. package/web/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  950. package/web/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  951. package/web/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  952. package/web/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  953. package/web/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  954. package/web/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  955. package/web/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  956. package/web/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  957. package/web/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  958. package/web/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  959. package/web/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  960. package/web/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  961. package/web/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  962. package/web/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  963. package/web/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  964. package/web/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  965. package/web/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  966. package/web/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  967. package/web/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  968. package/web/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  969. package/web/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  970. package/web/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  971. package/web/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  972. package/web/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  973. package/web/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  974. package/web/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  975. package/web/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  976. package/web/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  977. package/web/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  978. package/web/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  979. package/web/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  980. package/web/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  981. package/web/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  982. package/web/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  983. package/web/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  984. package/web/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  985. package/web/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  986. package/web/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  987. package/web/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  988. package/web/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  989. package/web/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  990. package/web/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  991. package/web/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  992. package/web/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  993. package/web/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  994. package/web/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  995. package/web/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  996. package/web/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  997. package/web/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  998. package/web/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  999. package/web/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  1000. package/web/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  1001. package/web/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  1002. package/web/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  1003. package/web/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  1004. package/web/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  1005. package/web/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  1006. package/web/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  1007. package/web/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  1008. package/web/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  1009. package/web/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  1010. package/web/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  1011. package/web/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  1012. package/web/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  1013. package/web/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  1014. package/web/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  1015. package/web/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  1016. package/web/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  1017. package/web/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  1018. package/web/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  1019. package/web/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  1020. package/web/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  1021. package/web/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  1022. package/web/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  1023. package/web/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  1024. package/web/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  1025. package/web/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  1026. package/web/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  1027. package/web/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  1028. package/web/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  1029. package/web/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  1030. package/web/node_modules/caniuse-lite/data/regions/US.js +1 -1
  1031. package/web/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  1032. package/web/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  1033. package/web/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  1034. package/web/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  1035. package/web/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  1036. package/web/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  1037. package/web/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  1038. package/web/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  1039. package/web/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  1040. package/web/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  1041. package/web/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  1042. package/web/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  1043. package/web/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  1044. package/web/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  1045. package/web/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  1046. package/web/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  1047. package/web/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  1048. package/web/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  1049. package/web/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  1050. package/web/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  1051. package/web/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  1052. package/web/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  1053. package/web/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  1054. package/web/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1055. package/web/node_modules/caniuse-lite/data/versionGroups.js +1 -1
  1056. package/web/node_modules/caniuse-lite/package.json +1 -1
  1057. package/web/package-lock.json +45 -45
  1058. package/web/server.js +1 -1
  1059. package/web/.next/server/chunks/7974.js +0 -1
  1060. package/web/.next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js +0 -1
  1061. package/web/.next/static/chunks/5124-19d3cb5b8c373b6d.js +0 -1
  1062. package/web/.next/static/chunks/app/api/github-status/route-596ce1d0c049f589.js +0 -1
  1063. package/web/.next/static/chunks/app/api/gitlab-status/route-596ce1d0c049f589.js +0 -1
  1064. package/web/.next/static/chunks/app/api/models/route-596ce1d0c049f589.js +0 -1
  1065. package/web/.next/static/chunks/app/api/pr-status/merge/route-596ce1d0c049f589.js +0 -1
  1066. package/web/.next/static/chunks/app/api/pr-status/route-596ce1d0c049f589.js +0 -1
  1067. package/web/.next/static/chunks/app/api/preflight/route-596ce1d0c049f589.js +0 -1
  1068. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-596ce1d0c049f589.js +0 -1
  1069. package/web/.next/static/chunks/app/api/projects/[id]/route-596ce1d0c049f589.js +0 -1
  1070. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1071. package/web/.next/static/chunks/app/api/projects/route-596ce1d0c049f589.js +0 -1
  1072. package/web/.next/static/chunks/app/api/runtime/info/route-596ce1d0c049f589.js +0 -1
  1073. package/web/.next/static/chunks/app/api/runtime/resources/route-596ce1d0c049f589.js +0 -1
  1074. package/web/.next/static/chunks/app/api/runtime/terminal/route-596ce1d0c049f589.js +0 -1
  1075. package/web/.next/static/chunks/app/api/runtime/versions/route-596ce1d0c049f589.js +0 -1
  1076. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-596ce1d0c049f589.js +0 -1
  1077. package/web/.next/static/chunks/app/api/runtime/voice/route-596ce1d0c049f589.js +0 -1
  1078. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-596ce1d0c049f589.js +0 -1
  1079. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-596ce1d0c049f589.js +0 -1
  1080. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-596ce1d0c049f589.js +0 -1
  1081. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-596ce1d0c049f589.js +0 -1
  1082. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-596ce1d0c049f589.js +0 -1
  1083. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-596ce1d0c049f589.js +0 -1
  1084. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-596ce1d0c049f589.js +0 -1
  1085. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-596ce1d0c049f589.js +0 -1
  1086. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-596ce1d0c049f589.js +0 -1
  1087. package/web/.next/static/chunks/app/api/sessions/[id]/route-596ce1d0c049f589.js +0 -1
  1088. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-596ce1d0c049f589.js +0 -1
  1089. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-596ce1d0c049f589.js +0 -1
  1090. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-596ce1d0c049f589.js +0 -1
  1091. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1092. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-596ce1d0c049f589.js +0 -1
  1093. package/web/.next/static/chunks/app/api/sessions/route-596ce1d0c049f589.js +0 -1
  1094. package/web/.next/static/chunks/app/api/shepherd/spawn/route-596ce1d0c049f589.js +0 -1
  1095. package/web/.next/static/chunks/app/api/spawn/route-596ce1d0c049f589.js +0 -1
  1096. package/web/.next/static/chunks/app/apple-icon/route-596ce1d0c049f589.js +0 -1
  1097. package/web/.next/static/chunks/app/icon/route-596ce1d0c049f589.js +0 -1
  1098. package/web/.next/static/chunks/app/icon-192/route-596ce1d0c049f589.js +0 -1
  1099. package/web/.next/static/chunks/app/icon-512/route-596ce1d0c049f589.js +0 -1
  1100. package/web/.next/static/chunks/app/layout-77450a833d54e15c.js +0 -1
  1101. package/web/.next/static/chunks/app/manifest.webmanifest/route-596ce1d0c049f589.js +0 -1
  1102. package/web/.next/static/chunks/app/page-fd332d4acc6d8ff0.js +0 -1
  1103. package/web/.next/static/chunks/app/sessions/[id]/page-508070021783e022.js +0 -1
  1104. package/web/.next/static/css/a21fffd2e823d08d.css +0 -3
  1105. /package/web/.next/static/{1N29vAB1vCj1iGIUfy4to → j6j0a_rHfbTSVFFhtL-Dd}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- module.exports={C:{"72":0.0088,"115":0.06159,"120":0.0044,"121":0.0088,"133":0.0044,"134":0.0044,"136":0.0044,"137":0.0044,"138":0.0044,"139":0.0044,"140":0.03519,"141":0.0044,"143":0.0044,"146":0.0088,"147":0.0044,"148":0.0044,"149":0.03519,"150":0.74783,"151":0.23755,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 135 142 144 145 152 153 154 3.5 3.6"},D:{"11":0.0044,"39":0.022,"40":0.022,"41":0.0176,"42":0.022,"43":0.022,"44":0.0176,"45":0.0176,"46":0.0176,"47":0.022,"48":0.0176,"49":0.03959,"50":0.0176,"51":0.0176,"52":0.0176,"53":0.022,"54":0.022,"55":0.02639,"56":0.022,"57":0.0176,"58":0.0176,"59":0.022,"60":0.022,"61":0.0044,"63":0.0044,"65":0.0044,"67":0.0088,"68":0.0044,"70":0.0044,"71":0.0088,"72":0.0088,"73":0.022,"74":0.0088,"75":0.0044,"79":0.0088,"81":0.0044,"83":0.0044,"86":0.0176,"87":0.03079,"88":0.0044,"90":0.0044,"91":0.0044,"92":0.0044,"93":0.0044,"98":0.0088,"103":0.05719,"104":0.03519,"105":0.04839,"106":0.05279,"107":0.03959,"108":0.03959,"109":0.79182,"110":0.03959,"111":0.05719,"112":1.10415,"113":0.0044,"114":0.08798,"116":0.10998,"117":0.03519,"118":2.87695,"119":0.022,"120":0.07038,"122":0.0176,"123":0.0044,"124":0.31233,"125":0.0044,"126":0.0176,"127":0.0176,"128":0.04839,"129":0.022,"130":0.0088,"131":0.16716,"132":0.022,"133":0.10558,"134":0.0176,"135":0.022,"136":0.022,"137":0.02639,"138":0.10558,"139":0.05279,"140":0.06599,"141":0.02639,"142":0.04399,"143":0.05279,"144":0.10998,"145":0.30353,"146":0.27274,"147":5.08085,"148":7.38592,"149":0.02639,_:"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 62 64 66 69 76 77 78 80 84 85 89 94 95 96 97 99 100 101 102 115 121 150 151 152"},F:{"37":0.0044,"42":0.0088,"79":0.0044,"90":0.0088,"92":0.0044,"95":0.03959,"96":0.0044,"97":0.02639,"98":0.05279,"113":0.0044,"114":0.0088,"117":0.0044,"122":0.0044,"123":0.0044,"126":0.0176,"127":0.0132,"131":0.73903,_:"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 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 91 93 94 99 100 101 102 103 104 105 106 107 108 109 110 111 112 115 116 118 119 120 121 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.0132,"15":0.0044,"16":0.0044,"17":0.0088,"18":0.08358,"84":0.0176,"85":0.0044,"89":0.022,"90":0.02639,"92":0.13197,"100":0.022,"109":0.02639,"114":0.04839,"115":0.02639,"120":0.0132,"122":0.022,"131":0.0088,"132":0.0044,"133":0.0088,"134":0.0088,"135":0.0044,"136":0.0044,"137":0.0044,"138":0.0088,"139":0.0044,"140":0.0176,"141":0.0088,"142":0.0132,"143":0.022,"144":0.02639,"145":0.05279,"146":0.11877,"147":1.35929,"148":2.635,"149":0.02639,_:"12 13 79 80 81 83 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 116 117 118 119 121 123 124 125 126 127 128 129 130"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.5 18.0 18.2 TP","5.1":0.04839,"13.1":0.0088,"15.6":0.03079,"16.6":0.09238,"17.3":0.0044,"17.4":0.0088,"17.6":0.022,"18.1":0.0132,"18.3":0.0088,"18.4":0.0044,"18.5-18.7":0.0132,"26.0":0.0044,"26.1":0.0176,"26.2":0.0176,"26.3":0.07478,"26.4":0.10558,"26.5":0.05279},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00056,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00112,"8.1-8.4":0,"9.0-9.2":0.00056,"9.3":0,"10.0-10.2":0,"10.3":0.00503,"11.0-11.2":0.13237,"11.3-11.4":0.00168,"12.0-12.1":0,"12.2-12.5":0.01899,"13.0-13.1":0,"13.2":0.00614,"13.3":0,"13.4-13.7":0.00112,"14.0-14.4":0.00447,"14.5-14.8":0.00726,"15.0-15.1":0.00559,"15.2-15.3":0.00335,"15.4":0.00447,"15.5":0.00503,"15.6-15.8":0.09439,"16.0":0.01005,"16.1":0.01564,"16.2":0.00838,"16.3":0.01843,"16.4":0.00391,"16.5":0.0067,"16.6-16.7":0.12567,"17.0":0.00559,"17.1":0.00949,"17.2":0.00838,"17.3":0.0162,"17.4":0.02569,"17.5":0.03463,"17.6-17.7":0.09104,"18.0":0.01843,"18.1":0.0363,"18.2":0.01955,"18.3":0.05809,"18.4":0.02681,"18.5-18.7":0.92491,"26.0":0.0592,"26.1":0.07372,"26.2":0.28373,"26.3":0.89587,"26.4":1.84758,"26.5":0.65905},P:{"20":0.0129,"22":0.0129,"23":0.00645,"24":0.03869,"25":0.05159,"26":0.03225,"27":0.05159,"28":0.07094,"29":0.84484,"30":0.11608,_:"4 21 5.0-5.4 6.2-6.4 9.2 10.1 12.0 13.0 15.0 16.0 17.0 18.0","7.2-7.4":0.05159,"8.2":0.00645,"11.1-11.2":0.00645,"14.0":0.0129,"19.0":0.00645},I:{"0":0.08395,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},K:{"0":3.3456,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.0044,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.08403,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.14565},Q:{"14.9":0.0056},O:{"0":0.48737},H:{all:0.01},L:{"0":58.60353}};
1
+ module.exports={C:{"51":0.00451,"78":0.00451,"88":0.00451,"91":0.00901,"103":0.00451,"113":0.03154,"114":0.00451,"115":0.04956,"120":0.07659,"121":0.16669,"124":0.02253,"136":0.00451,"140":0.01352,"145":0.00451,"146":0.00451,"147":0.00901,"149":0.01352,"150":0.02253,"151":0.57214,"152":0.34238,"153":0.00451,_:"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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 116 117 118 119 122 123 125 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 148 154 155 3.5 3.6"},D:{"11":0.00901,"39":0.00901,"40":0.00451,"41":0.00901,"42":0.00451,"43":0.00451,"44":0.00451,"45":0.00901,"46":0.00901,"47":0.00451,"48":0.00901,"49":0.04055,"50":0.00451,"51":0.00451,"52":0.00451,"53":0.00901,"54":0.00901,"55":0.00901,"56":0.00901,"57":0.00901,"58":0.00901,"59":0.00451,"60":0.00451,"68":0.00451,"69":0.00451,"70":0.00451,"71":0.00451,"72":0.00451,"73":0.01352,"74":0.00451,"78":0.00451,"79":0.01352,"80":0.00451,"81":0.01352,"83":0.00451,"84":0.00451,"85":0.00451,"86":0.03154,"87":0.00901,"88":0.00451,"91":0.00451,"92":0.00451,"93":0.00451,"94":0.00451,"95":0.00451,"96":0.00451,"97":0.00451,"98":0.00451,"102":0.00901,"103":0.06307,"104":0.07659,"105":0.05406,"106":0.08109,"107":0.05857,"108":0.06307,"109":0.82442,"110":0.05406,"111":0.0856,"112":0.05857,"114":0.59466,"116":0.25679,"117":0.05857,"118":2.35612,"119":0.18921,"120":0.22976,"121":0.00451,"122":0.00901,"123":0.00901,"124":0.29283,"125":0.00451,"126":0.02253,"127":0.01802,"128":0.03154,"129":0.01802,"130":0.01352,"131":0.19822,"132":0.02253,"133":0.13065,"134":0.02703,"135":0.03154,"136":0.03154,"137":0.06307,"138":0.0856,"139":0.01802,"140":0.01802,"141":0.03154,"142":0.05857,"143":0.06758,"144":0.07208,"145":0.16669,"146":0.18471,"147":0.38743,"148":6.44215,"149":5.86551,"150":0.01352,"151":0.00451,_:"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 61 62 63 64 65 66 67 75 76 77 89 90 99 100 101 113 115 152 153"},F:{"46":0.00451,"95":0.03154,"96":0.00451,"97":0.01352,"98":0.05406,"99":0.03604,"100":0.00901,"113":0.00451,"114":0.00451,"126":0.00451,"131":0.55412,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 101 102 103 104 105 106 107 108 109 110 111 112 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00451,"16":0.00451,"17":0.00901,"18":0.05406,"84":0.00901,"89":0.01802,"90":0.01352,"92":0.14416,"100":0.01802,"109":0.02253,"111":0.00451,"114":0.04055,"115":0.02253,"119":0.0901,"120":0.09461,"122":0.02703,"128":0.00451,"131":0.01352,"133":0.00451,"135":0.00451,"136":0.00901,"137":0.00901,"138":0.12614,"139":0.00901,"140":0.00901,"141":0.00451,"142":0.01352,"143":0.03604,"144":0.01802,"145":0.04055,"146":0.09911,"147":0.05406,"148":1.19383,"149":3.04088,"150":0.03604,_:"12 13 15 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 116 117 118 121 123 124 125 126 127 129 130 132 134"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 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 18.0 18.4 26.0 TP","5.1":0.00451,"12.1":0.00451,"13.1":0.00901,"15.6":0.01802,"16.6":0.03154,"17.3":0.00451,"17.4":0.00451,"17.5":0.00451,"17.6":0.04055,"18.1":0.00451,"18.2":0.00451,"18.3":0.00901,"18.5-18.7":0.00451,"26.1":0.03154,"26.2":0.01352,"26.3":0.00901,"26.4":0.00451,"26.5":0.10362},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00056,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00168,"8.1-8.4":0,"9.0-9.2":0.00056,"9.3":0,"10.0-10.2":0,"10.3":0.00617,"11.0-11.2":0.18552,"11.3-11.4":0.00112,"12.0-12.1":0,"12.2-12.5":0.01906,"13.0-13.1":0,"13.2":0.00617,"13.3":0,"13.4-13.7":0.00112,"14.0-14.4":0.00392,"14.5-14.8":0.00617,"15.0-15.1":0.0056,"15.2-15.3":0.00336,"15.4":0.00392,"15.5":0.00504,"15.6-15.8":0.09809,"16.0":0.00897,"16.1":0.01457,"16.2":0.00785,"16.3":0.01681,"16.4":0.00392,"16.5":0.00617,"16.6-16.7":0.12779,"17.0":0.0056,"17.1":0.00841,"17.2":0.00785,"17.3":0.01177,"17.4":0.01794,"17.5":0.03195,"17.6-17.7":0.08239,"18.0":0.0185,"18.1":0.03531,"18.2":0.01906,"18.3":0.05829,"18.4":0.02634,"18.5-18.7":0.84242,"26.0":0.05549,"26.1":0.05773,"26.2":0.17431,"26.3":0.23821,"26.4":0.27296,"26.5":3.09559},P:{"4":0.00644,"20":0.00644,"21":0.00644,"22":0.02578,"23":0.01933,"24":0.12245,"25":0.04511,"26":0.02578,"27":0.07089,"28":0.16112,"29":0.46404,"30":0.87007,_:"5.0-5.4 6.2-6.4 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.058,"8.2":0.00644,"11.1-11.2":0.00644,"19.0":0.00644},I:{"0":0.04392,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":2.75948,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00451,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{"2.5":0.06045,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.41762},H:{all:0.01},L:{"0":59.31671},R:{_:"0"},M:{"0":0.17035},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00419,"52":0.00419,"102":0.07544,"112":0.00419,"115":0.17183,"120":0.00419,"127":0.00419,"140":0.02096,"145":0.00419,"146":0.01257,"147":0.00419,"148":0.04191,"149":0.0922,"150":0.7921,"151":0.41072,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 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 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 121 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 152 153 154 3.5 3.6"},D:{"39":0.02934,"40":0.02096,"41":0.02515,"42":0.02515,"43":0.02515,"44":0.02515,"45":0.02515,"46":0.02515,"47":0.02515,"48":0.02515,"49":0.04191,"50":0.02515,"51":0.02934,"52":0.02515,"53":0.02515,"54":0.02515,"55":0.02934,"56":0.02515,"57":0.02934,"58":0.02515,"59":0.03353,"60":0.02515,"69":0.00419,"70":0.00419,"72":0.00419,"74":0.00419,"78":0.00838,"81":0.08382,"86":0.00419,"87":0.00419,"88":0.00419,"91":0.00838,"92":0.00419,"97":0.00419,"98":0.00419,"100":0.00838,"103":0.01257,"104":0.01676,"105":0.01676,"106":0.01676,"107":0.00838,"108":0.00838,"109":0.32271,"110":0.00838,"111":0.07963,"112":0.38138,"114":0.02096,"116":0.05448,"117":0.01257,"118":0.89268,"119":0.01257,"120":0.02934,"122":0.03772,"124":0.02515,"125":0.00419,"126":0.00419,"127":0.00419,"128":0.01676,"129":0.01257,"130":0.00419,"131":0.02934,"132":0.01257,"133":0.0461,"134":0.01257,"135":0.00838,"136":0.01676,"137":0.00838,"138":0.05448,"139":0.02934,"140":0.01257,"141":0.01257,"142":0.02934,"143":0.02096,"144":0.03353,"145":0.10478,"146":0.17183,"147":4.8909,"148":6.81457,"149":0.05029,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 71 73 75 76 77 79 80 83 84 85 89 90 93 94 95 96 99 101 102 113 115 121 123 150 151 152"},F:{"40":0.00419,"42":0.00838,"95":0.00419,"97":0.01257,"98":0.05029,"114":0.00838,"125":0.00838,"131":0.36462,_:"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 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 115 116 117 118 119 120 121 122 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00419,"16":0.00419,"18":0.02934,"90":0.00419,"92":0.02934,"100":0.00419,"109":0.02934,"114":0.01257,"122":0.00838,"131":0.00419,"133":0.00419,"134":0.00419,"135":0.00838,"136":0.00419,"137":0.00838,"138":0.00419,"139":0.00419,"140":0.02515,"141":0.00419,"142":0.01257,"143":0.01257,"144":0.01257,"145":0.07125,"146":0.07125,"147":1.33693,"148":3.19354,"149":0.00419,_:"12 13 15 17 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 132"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.5 17.0 17.2 TP","5.1":0.00419,"13.1":0.01257,"14.1":0.00838,"15.5":0.00419,"15.6":0.05448,"16.3":0.00419,"16.4":0.01257,"16.6":0.07544,"17.1":0.00838,"17.3":0.00419,"17.4":0.00838,"17.5":0.00419,"17.6":0.02515,"18.0":0.00419,"18.1":0.00419,"18.2":0.00419,"18.3":0.00419,"18.4":0.00419,"18.5-18.7":0.00419,"26.0":0.0461,"26.1":0.02934,"26.2":0.05448,"26.3":0.19698,"26.4":0.22631,"26.5":0.25984},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00083,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00167,"8.1-8.4":0,"9.0-9.2":0.00083,"9.3":0,"10.0-10.2":0,"10.3":0.0075,"11.0-11.2":0.19753,"11.3-11.4":0.0025,"12.0-12.1":0,"12.2-12.5":0.02834,"13.0-13.1":0,"13.2":0.00917,"13.3":0,"13.4-13.7":0.00167,"14.0-14.4":0.00667,"14.5-14.8":0.01083,"15.0-15.1":0.00833,"15.2-15.3":0.005,"15.4":0.00667,"15.5":0.0075,"15.6-15.8":0.14085,"16.0":0.015,"16.1":0.02334,"16.2":0.0125,"16.3":0.0275,"16.4":0.00583,"16.5":0.01,"16.6-16.7":0.18753,"17.0":0.00833,"17.1":0.01417,"17.2":0.0125,"17.3":0.02417,"17.4":0.03834,"17.5":0.05167,"17.6-17.7":0.13585,"18.0":0.0275,"18.1":0.05417,"18.2":0.02917,"18.3":0.08668,"18.4":0.04001,"18.5-18.7":1.38019,"26.0":0.08835,"26.1":0.11002,"26.2":0.42339,"26.3":1.33685,"26.4":2.75705,"26.5":0.98347},P:{"4":0.00734,"23":0.01468,"24":0.05138,"25":0.00734,"26":0.08809,"27":0.32298,"28":0.11011,"29":3.27388,"30":0.3083,_:"20 21 22 6.2-6.4 9.2 10.1 11.1-11.2 12.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01468,"7.2-7.4":0.14681,"8.2":0.00734,"13.0":0.00734,"14.0":0.00734},I:{"0":0.0116,"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.62726,_:"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.23813},Q:{_:"14.9"},O:{"0":0.31944},H:{all:0},L:{"0":58.59912}};
1
+ module.exports={C:{"69":0.02911,"71":0.0097,"102":0.04851,"115":0.20374,"117":0.04851,"120":0.04366,"121":0.09702,"134":0.00485,"140":0.03881,"145":0.00485,"146":0.00485,"147":0.00485,"148":0.00485,"149":0.02426,"150":0.0194,"151":0.82467,"152":0.35897,"153":0.00485,_:"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 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 103 104 105 106 107 108 109 110 111 112 113 114 116 118 119 122 123 124 125 126 127 128 129 130 131 132 133 135 136 137 138 139 141 142 143 144 154 155 3.5 3.6"},D:{"39":0.01455,"40":0.0194,"41":0.01455,"42":0.0097,"43":0.01455,"44":0.0097,"45":0.01455,"46":0.01455,"47":0.01455,"48":0.0194,"49":0.0194,"50":0.01455,"51":0.01455,"52":0.01455,"53":0.01455,"54":0.01455,"55":0.01455,"56":0.01455,"57":0.01455,"58":0.0194,"59":0.0194,"60":0.01455,"69":0.00485,"73":0.00485,"74":0.01455,"77":0.00485,"78":0.02911,"79":0.00485,"81":0.08732,"83":0.00485,"86":0.00485,"87":0.00485,"88":0.00485,"91":0.00485,"92":0.00485,"98":0.0097,"99":0.00485,"103":0.02426,"104":0.0194,"105":0.02911,"106":0.02911,"107":0.0194,"108":0.0194,"109":0.36868,"110":0.02911,"111":0.08247,"112":0.0194,"114":0.0097,"116":0.07277,"117":0.0194,"118":3.91476,"119":0.12613,"120":0.14068,"121":0.0097,"122":0.0194,"124":0.02426,"125":0.0097,"126":0.00485,"127":0.00485,"128":0.02426,"130":0.0097,"131":0.05336,"132":0.02426,"133":0.04851,"134":0.01455,"135":0.00485,"136":0.0097,"137":0.03881,"138":0.04366,"139":0.01455,"140":0.04851,"141":0.02426,"142":0.02911,"143":0.02426,"144":0.02426,"145":0.08247,"146":0.09217,"147":0.24255,"148":6.02009,"149":7.63062,"150":0.02426,"151":0.00485,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 70 71 72 75 76 80 84 85 89 90 93 94 95 96 97 100 101 102 113 115 123 129 152 153"},F:{"95":0.00485,"98":0.00485,"99":0.04366,"113":0.00485,"114":0.0097,"131":0.54816,_:"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 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00485,"16":0.00485,"18":0.06306,"89":0.00485,"90":0.00485,"92":0.04366,"95":0.00485,"100":0.00485,"109":0.0194,"111":0.00485,"114":0.00485,"119":0.04851,"120":0.04366,"122":0.02426,"127":0.02911,"129":0.00485,"131":0.00485,"132":0.01455,"133":0.0097,"135":0.00485,"137":0.0097,"138":0.01455,"139":0.00485,"140":0.0194,"142":0.01455,"143":0.00485,"144":0.0097,"145":0.07277,"146":0.09217,"147":0.11642,"148":1.34373,"149":4.53569,_:"12 13 14 17 79 80 81 83 84 85 86 87 88 91 93 94 96 97 98 99 101 102 103 104 105 106 107 108 110 112 113 115 116 117 118 121 123 124 125 126 128 130 134 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 12.1 13.1 15.1 15.2-15.3 15.5 16.0 16.1 16.2 16.3 16.5 17.0 17.2 17.3 17.4 TP","11.1":0.00485,"14.1":0.00485,"15.4":0.00485,"15.6":0.10187,"16.4":0.0097,"16.6":0.11642,"17.1":0.0097,"17.5":0.00485,"17.6":0.03396,"18.0":0.00485,"18.1":0.0097,"18.2":0.00485,"18.3":0.00485,"18.4":0.01455,"18.5-18.7":0.0194,"26.0":0.0194,"26.1":0.00485,"26.2":0.03396,"26.3":0.14068,"26.4":0.10187,"26.5":0.65974},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.00256,"8.1-8.4":0,"9.0-9.2":0.00085,"9.3":0,"10.0-10.2":0,"10.3":0.00939,"11.0-11.2":0.28269,"11.3-11.4":0.00171,"12.0-12.1":0,"12.2-12.5":0.02904,"13.0-13.1":0,"13.2":0.00939,"13.3":0,"13.4-13.7":0.00171,"14.0-14.4":0.00598,"14.5-14.8":0.00939,"15.0-15.1":0.00854,"15.2-15.3":0.00512,"15.4":0.00598,"15.5":0.00769,"15.6-15.8":0.14946,"16.0":0.01366,"16.1":0.02221,"16.2":0.01196,"16.3":0.02562,"16.4":0.00598,"16.5":0.00939,"16.6-16.7":0.19472,"17.0":0.00854,"17.1":0.01281,"17.2":0.01196,"17.3":0.01794,"17.4":0.02733,"17.5":0.04868,"17.6-17.7":0.12555,"18.0":0.02818,"18.1":0.05381,"18.2":0.02904,"18.3":0.08882,"18.4":0.04014,"18.5-18.7":1.28364,"26.0":0.08455,"26.1":0.08797,"26.2":0.26561,"26.3":0.36297,"26.4":0.41592,"26.5":4.71694},P:{"4":0.00656,"22":0.00656,"23":0.00656,"24":0.01312,"25":0.01312,"26":0.13124,"27":0.26248,"28":0.07874,"29":0.61682,"30":2.48696,_:"20 21 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","5.0-5.4":0.00656,"7.2-7.4":0.07874,"8.2":0.00656,"14.0":0.01312},I:{"0":0.00514,"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.7619,_:"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.67954},H:{all:0},L:{"0":50.79947},R:{_:"0"},M:{"0":0.20592},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00425,"53":0.051,"102":0.00425,"115":0.12325,"128":0.02975,"129":0.0085,"130":0.00425,"131":0.00425,"138":0.00425,"139":0.0255,"140":0.136,"144":0.00425,"145":0.0255,"146":0.01275,"147":0.01275,"148":0.00425,"149":0.02975,"150":2.38,"151":1.06675,_:"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 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 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 132 133 134 135 136 137 141 142 143 152 153 154 3.5 3.6"},D:{"39":0.0255,"40":0.017,"41":0.0255,"42":0.02125,"43":0.02125,"44":0.017,"45":0.017,"46":0.017,"47":0.02975,"48":0.02125,"49":0.0255,"50":0.02125,"51":0.034,"52":0.02125,"53":0.02125,"54":0.02125,"55":0.02125,"56":0.017,"57":0.02975,"58":0.017,"59":0.01275,"60":0.0255,"71":0.00425,"87":0.00425,"92":0.00425,"103":0.00425,"104":0.00425,"105":0.00425,"109":0.12325,"112":0.476,"116":0.2805,"117":0.01275,"118":1.0115,"120":0.0085,"121":0.00425,"122":0.00425,"126":0.0255,"128":0.08925,"130":0.00425,"131":0.0085,"132":0.00425,"133":0.0085,"134":0.01275,"135":0.00425,"137":0.00425,"138":0.0595,"139":0.05525,"140":0.00425,"141":0.01275,"142":0.034,"143":0.0935,"144":0.01275,"145":0.0425,"146":2.125,"147":4.6155,"148":7.68825,"149":0.0085,_:"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 72 73 74 75 76 77 78 79 80 81 83 84 85 86 88 89 90 91 93 94 95 96 97 98 99 100 101 102 106 107 108 110 111 113 114 115 119 123 124 125 127 129 136 150 151 152"},F:{"46":0.00425,"95":0.00425,"98":0.02125,"120":0.0085,"125":0.00425,"127":0.0085,"131":0.969,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 122 123 124 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"108":0.00425,"109":0.01275,"119":0.00425,"121":0.00425,"122":0.00425,"124":0.00425,"126":0.017,"129":0.00425,"130":0.00425,"131":0.00425,"132":0.00425,"133":0.00425,"135":0.00425,"136":0.00425,"139":0.00425,"140":0.0085,"141":0.00425,"142":0.83725,"143":0.03825,"144":0.02125,"145":0.017,"146":0.05525,"147":1.4025,"148":5.52925,_:"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 110 111 112 113 114 115 116 117 118 120 123 125 127 128 134 137 138 149"},E:{"14":0.00425,_:"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 15.2-15.3 15.4 16.2 17.0 TP","11.1":0.00425,"12.1":0.0085,"13.1":0.0085,"14.1":0.01275,"15.1":0.00425,"15.5":0.00425,"15.6":0.12325,"16.0":0.00425,"16.1":0.04675,"16.3":0.00425,"16.4":0.00425,"16.5":0.0085,"16.6":0.18275,"17.1":0.476,"17.2":0.00425,"17.3":0.051,"17.4":0.00425,"17.5":0.00425,"17.6":0.1105,"18.0":0.034,"18.1":0.00425,"18.2":0.00425,"18.3":0.017,"18.4":0.05525,"18.5-18.7":0.0255,"26.0":0.034,"26.1":0.017,"26.2":0.1785,"26.3":0.4165,"26.4":0.663,"26.5":0.289},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.00243,"8.1-8.4":0,"9.0-9.2":0.00121,"9.3":0,"10.0-10.2":0,"10.3":0.01092,"11.0-11.2":0.28768,"11.3-11.4":0.00364,"12.0-12.1":0,"12.2-12.5":0.04127,"13.0-13.1":0,"13.2":0.01335,"13.3":0,"13.4-13.7":0.00243,"14.0-14.4":0.00971,"14.5-14.8":0.01578,"15.0-15.1":0.01214,"15.2-15.3":0.00728,"15.4":0.00971,"15.5":0.01092,"15.6-15.8":0.20514,"16.0":0.02185,"16.1":0.03399,"16.2":0.01821,"16.3":0.04006,"16.4":0.0085,"16.5":0.01457,"16.6-16.7":0.27311,"17.0":0.01214,"17.1":0.02064,"17.2":0.01821,"17.3":0.0352,"17.4":0.05584,"17.5":0.07526,"17.6-17.7":0.19785,"18.0":0.04006,"18.1":0.0789,"18.2":0.04248,"18.3":0.12624,"18.4":0.05826,"18.5-18.7":2.01009,"26.0":0.12867,"26.1":0.16022,"26.2":0.61662,"26.3":1.94698,"26.4":4.01533,"26.5":1.43231},P:{"21":0.05592,"22":0.00799,"24":0.04793,"25":0.00799,"26":0.02396,"27":0.04793,"28":0.3275,"29":1.94905,"30":0.31952,_:"4 20 23 6.2-6.4 7.2-7.4 8.2 9.2 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00799,"10.1":0.01598},I:{"0":0.01149,"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.069,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00425,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.621},Q:{_:"14.9"},O:{"0":0.207},H:{all:0},L:{"0":48.1715}};
1
+ module.exports={C:{"78":0.00534,"115":0.08006,"120":0.02669,"121":0.04803,"128":0.02135,"131":0.00534,"136":0.00534,"140":0.31488,"142":0.00534,"143":0.00534,"145":0.01067,"146":0.00534,"148":0.00534,"149":0.00534,"150":0.06404,"151":1.93199,"152":1.88396,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 132 133 134 135 137 138 139 141 144 147 153 154 155 3.5 3.6"},D:{"39":0.02135,"40":0.01601,"41":0.01067,"42":0.01601,"43":0.01067,"44":0.01601,"45":0.01601,"46":0.01067,"47":0.01601,"48":0.01067,"49":0.01067,"50":0.01601,"51":0.01067,"52":0.01601,"53":0.02135,"54":0.1014,"55":0.01601,"56":0.01601,"57":0.01067,"58":0.01067,"59":0.01601,"60":0.01601,"67":0.00534,"79":0.00534,"81":0.00534,"85":0.00534,"87":0.02669,"91":0.45898,"92":0.01601,"93":0.01067,"103":0.01601,"104":0.00534,"105":0.00534,"106":0.01067,"107":0.01067,"108":0.00534,"109":0.19747,"110":0.00534,"111":0.01067,"112":0.00534,"114":0.00534,"116":0.08006,"117":0.00534,"118":1.44099,"119":0.03736,"120":0.08006,"121":0.00534,"122":0.00534,"124":0.00534,"126":0.00534,"127":0.01067,"128":0.02669,"129":0.00534,"130":0.00534,"131":0.03736,"132":0.00534,"133":0.20814,"134":0.01067,"135":0.01601,"137":0.02135,"138":0.0427,"139":0.01067,"140":0.00534,"141":0.00534,"142":0.04803,"143":0.05871,"144":0.01601,"145":0.11208,"146":2.3803,"147":0.1014,"148":5.2943,"149":9.35576,"150":0.03736,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 68 69 70 71 72 73 74 75 76 77 78 80 83 84 86 88 89 90 94 95 96 97 98 99 100 101 102 113 115 123 125 136 151 152 153"},F:{"99":0.05337,"120":0.00534,"127":0.00534,"131":1.15813,_:"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 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:{"16":0.00534,"18":0.00534,"92":0.01067,"108":0.01067,"109":0.01067,"119":0.02135,"120":0.02669,"121":0.00534,"122":0.00534,"126":0.05871,"131":0.00534,"136":0.00534,"137":0.01067,"138":0.00534,"140":0.01067,"141":0.00534,"142":0.43763,"143":0.1014,"144":0.02669,"145":0.01067,"146":0.07472,"147":0.10674,"148":3.13816,"149":10.39648,"150":0.01601,_:"12 13 14 15 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 112 113 114 115 116 117 118 123 124 125 127 128 129 130 132 133 134 135 139"},E:{"14":0.03202,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 15.4 16.2 17.0 17.2 18.1 18.4 TP","12.1":0.01067,"13.1":0.01067,"14.1":0.01601,"15.1":0.01067,"15.5":0.00534,"15.6":0.04803,"16.0":0.00534,"16.1":0.00534,"16.3":0.00534,"16.4":0.01067,"16.5":0.00534,"16.6":0.26685,"17.1":0.6351,"17.3":0.00534,"17.4":0.00534,"17.5":0.08006,"17.6":0.16545,"18.0":0.01601,"18.2":0.00534,"18.3":0.01601,"18.5-18.7":0.01067,"26.0":0.00534,"26.1":0.01067,"26.2":0.17612,"26.3":0.20281,"26.4":0.07472,"26.5":1.457},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00152,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00455,"8.1-8.4":0,"9.0-9.2":0.00152,"9.3":0,"10.0-10.2":0,"10.3":0.01667,"11.0-11.2":0.50162,"11.3-11.4":0.00303,"12.0-12.1":0,"12.2-12.5":0.05153,"13.0-13.1":0,"13.2":0.01667,"13.3":0,"13.4-13.7":0.00303,"14.0-14.4":0.01061,"14.5-14.8":0.01667,"15.0-15.1":0.01515,"15.2-15.3":0.00909,"15.4":0.01061,"15.5":0.01364,"15.6-15.8":0.26521,"16.0":0.02425,"16.1":0.0394,"16.2":0.02122,"16.3":0.04546,"16.4":0.01061,"16.5":0.01667,"16.6-16.7":0.34553,"17.0":0.01515,"17.1":0.02273,"17.2":0.02122,"17.3":0.03182,"17.4":0.0485,"17.5":0.08638,"17.6-17.7":0.22277,"18.0":0.05001,"18.1":0.09547,"18.2":0.05153,"18.3":0.15761,"18.4":0.07123,"18.5-18.7":2.27776,"26.0":0.15003,"26.1":0.15609,"26.2":0.47131,"26.3":0.64408,"26.4":0.73804,"26.5":8.36997},P:{"24":0.00821,"25":0.01642,"26":0.10671,"27":0.01642,"28":0.32834,"29":0.23804,"30":2.16702,_:"4 20 21 22 23 6.2-6.4 8.2 9.2 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01642,"7.2-7.4":0.04104,"10.1":0.04104},I:{"0":0.00466,"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.0373,_:"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.00466,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.00933},H:{all:0},L:{"0":34.1984},R:{_:"0"},M:{"0":0.62951},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.00202,"56":0.00202,"57":0.00403,"67":0.01412,"72":0.00605,"86":0.00403,"89":0.00403,"94":0.00202,"112":0.00202,"115":0.05244,"127":0.01412,"128":0.02017,"129":0.00202,"132":0.00202,"135":0.00202,"137":0.00403,"140":0.01815,"144":0.00202,"145":0.00202,"146":0.0121,"147":0.01412,"148":0.00403,"149":0.03026,"150":0.36911,"151":0.11699,"152":0.00403,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 58 59 60 61 62 63 64 65 66 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 90 91 92 93 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 122 123 124 125 126 130 131 133 134 136 138 139 141 142 143 153 154 3.5 3.6"},D:{"39":0.00403,"40":0.00202,"41":0.00605,"42":0.00605,"43":0.00403,"44":0.00403,"45":0.00202,"46":0.00605,"47":0.00403,"48":0.00605,"49":0.0121,"50":0.00605,"51":0.00807,"52":0.01009,"53":0.00403,"54":0.00605,"55":0.00403,"56":0.01009,"57":0.00403,"58":0.00605,"59":0.00403,"60":0.00403,"64":0.00605,"69":0.00807,"70":0.0121,"71":0.00202,"72":0.00605,"75":0.00605,"78":0.00202,"80":0.00202,"81":0.00202,"83":0.00202,"84":0.02219,"86":0.00403,"87":0.00202,"90":0.00605,"91":0.00202,"93":0.00403,"94":0.00202,"95":0.00403,"97":0.00202,"98":0.00807,"103":0.0121,"104":0.00403,"105":0.01009,"106":0.00807,"107":0.00202,"108":0.00202,"109":0.12707,"110":0.0121,"111":0.03026,"112":0.45786,"113":0.00202,"114":0.01614,"116":0.01614,"117":0.00403,"118":1.00245,"119":0.00403,"120":0.01614,"122":0.00403,"123":0.00202,"124":0.00605,"126":0.00807,"127":0.0121,"128":0.00403,"130":0.00605,"131":0.03227,"132":0.00202,"133":0.03026,"134":0.00403,"135":0.00403,"136":0.0242,"137":0.00807,"138":0.08875,"139":0.04236,"140":0.00403,"141":0.00807,"142":0.00202,"143":0.01009,"144":0.00807,"145":0.03832,"146":0.09883,"147":1.86976,"148":2.40628,"149":0.00202,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 65 66 67 68 73 74 76 77 79 85 88 89 92 96 99 100 101 102 115 121 125 129 150 151 152"},F:{"37":0.00403,"40":0.00202,"79":0.00403,"86":0.00403,"95":0.05244,"96":0.00202,"97":0.09682,"98":0.06253,"99":0.00807,"125":0.00202,"126":0.00403,"127":0.00403,"131":0.26019,_:"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 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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00202,"17":0.01614,"18":0.0242,"84":0.01009,"90":0.00605,"92":0.04437,"100":0.01009,"102":0.00403,"109":0.04236,"111":0.00605,"122":0.00202,"125":0.00403,"132":0.00202,"136":0.00605,"138":0.00202,"140":0.00403,"141":0.00202,"142":0.00403,"143":0.0121,"144":0.01412,"145":0.10892,"146":0.02622,"147":0.97421,"148":0.97623,_:"12 13 14 15 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 101 103 104 105 106 107 108 110 112 113 114 115 116 117 118 119 120 121 123 124 126 127 128 129 130 131 133 134 135 137 139 149"},E:{"14":0.00403,_:"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 15.6 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.1 26.5 TP","5.1":0.02017,"14.1":0.00202,"16.6":0.00403,"17.6":0.00202,"26.0":0.00202,"26.2":0.00403,"26.3":0.00202,"26.4":0.00807},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00013,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00027,"8.1-8.4":0,"9.0-9.2":0.00013,"9.3":0,"10.0-10.2":0,"10.3":0.00121,"11.0-11.2":0.03179,"11.3-11.4":0.0004,"12.0-12.1":0,"12.2-12.5":0.00456,"13.0-13.1":0,"13.2":0.00148,"13.3":0,"13.4-13.7":0.00027,"14.0-14.4":0.00107,"14.5-14.8":0.00174,"15.0-15.1":0.00134,"15.2-15.3":0.0008,"15.4":0.00107,"15.5":0.00121,"15.6-15.8":0.02267,"16.0":0.00241,"16.1":0.00376,"16.2":0.00201,"16.3":0.00443,"16.4":0.00094,"16.5":0.00161,"16.6-16.7":0.03018,"17.0":0.00134,"17.1":0.00228,"17.2":0.00201,"17.3":0.00389,"17.4":0.00617,"17.5":0.00832,"17.6-17.7":0.02186,"18.0":0.00443,"18.1":0.00872,"18.2":0.00469,"18.3":0.01395,"18.4":0.00644,"18.5-18.7":0.22209,"26.0":0.01422,"26.1":0.0177,"26.2":0.06813,"26.3":0.21512,"26.4":0.44365,"26.5":0.15825},P:{"26":0.02478,"27":0.04337,"28":0.03098,"29":0.26642,"30":0.03098,_:"4 20 21 22 23 24 25 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.0062,"9.2":0.01239},I:{"0":0.01595,"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.20118,_:"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.0479},Q:{"14.9":0.02395},O:{"0":0.91805},H:{all:0},L:{"0":82.66271}};
1
+ module.exports={C:{"47":0.00255,"50":0.00255,"57":0.00255,"63":0.00255,"64":0.00255,"70":0.00766,"72":0.00511,"77":0.00766,"86":0.00511,"104":0.00511,"110":0.00255,"115":0.06638,"120":0.04085,"121":0.07404,"126":0.00255,"127":0.00766,"128":0.00255,"131":0.00255,"140":0.01277,"141":0.00511,"144":0.00255,"146":0.00255,"147":0.00766,"148":0.00511,"149":0.01532,"150":0.04595,"151":0.57953,"152":0.26807,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 51 52 53 54 55 56 58 59 60 61 62 65 66 67 68 69 71 73 74 75 76 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 105 106 107 108 109 111 112 113 114 116 117 118 119 122 123 124 125 129 130 132 133 134 135 136 137 138 139 142 143 145 153 154 155 3.5 3.6"},D:{"39":0.00511,"41":0.00255,"42":0.00255,"43":0.00255,"44":0.00255,"45":0.00511,"47":0.00255,"48":0.00255,"49":0.00511,"50":0.00766,"52":0.00255,"53":0.00255,"54":0.00255,"55":0.00255,"56":0.00255,"58":0.00511,"59":0.00255,"60":0.00255,"61":0.01021,"64":0.00511,"67":0.01021,"68":0.00255,"69":0.00766,"70":0.01787,"71":0.00766,"72":0.00255,"73":0.00255,"74":0.00255,"75":0.00255,"77":0.00766,"78":0.01021,"79":0.01787,"80":0.00255,"83":0.00255,"84":0.02042,"86":0.00255,"87":0.00511,"88":0.00511,"89":0.00511,"90":0.00766,"93":0.01021,"95":0.00511,"96":0.00255,"98":0.00766,"101":0.00511,"102":0.00255,"103":0.03319,"104":0.02808,"105":0.02298,"106":0.02553,"107":0.02298,"108":0.01787,"109":0.20169,"110":0.02553,"111":0.18892,"112":0.03319,"114":0.00766,"116":0.05617,"117":0.02298,"118":1.79987,"119":0.0817,"120":0.09701,"122":0.00255,"123":0.00255,"124":0.02553,"125":0.00511,"126":0.02298,"127":0.00255,"128":0.02808,"129":0.00511,"130":0.01277,"131":0.06893,"132":0.01021,"133":0.04851,"134":0.03574,"135":0.01277,"136":0.02042,"137":0.01787,"138":0.0868,"139":0.06893,"140":0.01277,"141":0.00766,"142":0.01277,"143":0.03064,"144":0.00511,"145":0.02808,"146":0.07148,"147":0.1302,"148":1.29437,"149":3.3623,"150":0.00511,"151":0.00255,_:"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 46 51 57 62 63 65 66 76 81 85 91 92 94 97 99 100 113 115 121 152 153"},F:{"37":0.00255,"40":0.00255,"46":0.00255,"95":0.01021,"98":0.05106,"99":0.05617,"122":0.01021,"124":0.00255,"126":0.00255,"131":0.42635,_:"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 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.01787,"15":0.00255,"16":0.00255,"17":0.00255,"18":0.04085,"84":0.00511,"89":0.00255,"90":0.01021,"92":0.05361,"100":0.01021,"103":0.00255,"109":0.01021,"114":0.00255,"119":0.03319,"120":0.04595,"122":0.00766,"126":0.00255,"127":0.00255,"136":0.00255,"140":0.00766,"141":0.00255,"142":0.00255,"143":0.00766,"144":0.03064,"145":0.02298,"146":0.03574,"147":0.07148,"148":0.47741,"149":1.61605,"150":0.00255,_:"12 13 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 128 129 130 131 132 133 134 135 137 138 139"},E:{"13":0.01277,"14":0.00511,_:"4 5 6 7 8 9 10 11 12 15 27 3.1 3.2 6.1 7.1 9.1 10.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.5 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 TP","5.1":0.00766,"11.1":0.00255,"13.1":0.00511,"16.6":0.00255,"17.4":0.00255,"17.6":0.01277,"18.0":0.00255,"26.2":0.00255,"26.3":0.00255,"26.4":0.01787,"26.5":0.00766},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00016,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00048,"8.1-8.4":0,"9.0-9.2":0.00016,"9.3":0,"10.0-10.2":0,"10.3":0.00178,"11.0-11.2":0.05349,"11.3-11.4":0.00032,"12.0-12.1":0,"12.2-12.5":0.00549,"13.0-13.1":0,"13.2":0.00178,"13.3":0,"13.4-13.7":0.00032,"14.0-14.4":0.00113,"14.5-14.8":0.00178,"15.0-15.1":0.00162,"15.2-15.3":0.00097,"15.4":0.00113,"15.5":0.00145,"15.6-15.8":0.02828,"16.0":0.00259,"16.1":0.0042,"16.2":0.00226,"16.3":0.00485,"16.4":0.00113,"16.5":0.00178,"16.6-16.7":0.03684,"17.0":0.00162,"17.1":0.00242,"17.2":0.00226,"17.3":0.00339,"17.4":0.00517,"17.5":0.00921,"17.6-17.7":0.02376,"18.0":0.00533,"18.1":0.01018,"18.2":0.00549,"18.3":0.01681,"18.4":0.0076,"18.5-18.7":0.24288,"26.0":0.016,"26.1":0.01664,"26.2":0.05026,"26.3":0.06868,"26.4":0.0787,"26.5":0.89252},P:{"22":0.02937,"24":0.00734,"26":0.01469,"27":0.03671,"28":0.07343,"29":0.12483,"30":0.7196,_:"4 20 21 23 25 6.2-6.4 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","5.0-5.4":0.00734,"7.2-7.4":0.00734,"8.2":0.00734,"9.2":0.00734,"16.0":0.01469},I:{"0":0.00744,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":3.26668,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00766,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{"2.5":0.01489,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":1.14684},H:{all:0.01},L:{"0":78.04851},R:{_:"0"},M:{"0":0.04468},Q:{"14.9":0.01489}};
@@ -1 +1 @@
1
- module.exports={C:{_:"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 151 152 153 154 3.5 3.6"},D:{"132":0.83195,"146":19.99875,"147":2.50118,"148":1.66923,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 133 134 135 136 137 138 139 140 141 142 143 144 145 149 150 151 152"},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:{"147":3.33313,"148":17.49757,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.4 26.5 TP","26.3":2.50118},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00358,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00717,"8.1-8.4":0,"9.0-9.2":0.00358,"9.3":0,"10.0-10.2":0,"10.3":0.03225,"11.0-11.2":0.84936,"11.3-11.4":0.01075,"12.0-12.1":0,"12.2-12.5":0.12185,"13.0-13.1":0,"13.2":0.03942,"13.3":0,"13.4-13.7":0.00717,"14.0-14.4":0.02867,"14.5-14.8":0.04659,"15.0-15.1":0.03584,"15.2-15.3":0.0215,"15.4":0.02867,"15.5":0.03225,"15.6-15.8":0.60566,"16.0":0.06451,"16.1":0.10035,"16.2":0.05376,"16.3":0.11827,"16.4":0.02509,"16.5":0.04301,"16.6-16.7":0.80635,"17.0":0.03584,"17.1":0.06092,"17.2":0.05376,"17.3":0.10393,"17.4":0.16485,"17.5":0.22219,"17.6-17.7":0.58416,"18.0":0.11827,"18.1":0.23295,"18.2":0.12543,"18.3":0.37271,"18.4":0.17202,"18.5-18.7":5.93476,"26.0":0.37988,"26.1":0.47306,"26.2":1.82056,"26.3":5.7484,"26.4":11.85518,"26.5":4.22887},P:{_:"4 20 21 22 23 24 25 26 27 28 29 30 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":11.66406}};
1
+ module.exports={C:{_:"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 151 152 153 154 155 3.5 3.6"},D:{"132":2.32478,"148":13.95522,"149":11.63043,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 150 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:{"148":6.97435,"149":27.91043,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 150"},E:{_:"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.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.4 26.5 TP","26.3":2.32478},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00262,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00785,"8.1-8.4":0,"9.0-9.2":0.00262,"9.3":0,"10.0-10.2":0,"10.3":0.02878,"11.0-11.2":0.86614,"11.3-11.4":0.00523,"12.0-12.1":0,"12.2-12.5":0.08897,"13.0-13.1":0,"13.2":0.02878,"13.3":0,"13.4-13.7":0.00523,"14.0-14.4":0.01832,"14.5-14.8":0.02878,"15.0-15.1":0.02617,"15.2-15.3":0.0157,"15.4":0.01832,"15.5":0.02355,"15.6-15.8":0.45793,"16.0":0.04187,"16.1":0.06804,"16.2":0.03663,"16.3":0.0785,"16.4":0.01832,"16.5":0.02878,"16.6-16.7":0.59662,"17.0":0.02617,"17.1":0.03925,"17.2":0.03663,"17.3":0.05495,"17.4":0.08374,"17.5":0.14915,"17.6-17.7":0.38466,"18.0":0.08635,"18.1":0.16486,"18.2":0.08897,"18.3":0.27214,"18.4":0.12299,"18.5-18.7":3.93298,"26.0":0.25906,"26.1":0.26953,"26.2":0.81381,"26.3":1.11212,"26.4":1.27436,"26.5":14.45231},P:{"30":2.90634,_:"4 20 21 22 23 24 25 26 27 28 29 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{_:"0"},H:{all:0},L:{"0":5.81616},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"65":0.00349,"72":0.00699,"99":0.00349,"115":0.48217,"127":0.00699,"136":0.00349,"139":0.00349,"140":0.04542,"143":0.00349,"145":0.00349,"146":0.00349,"147":0.00699,"148":0.01048,"149":0.02446,"150":0.4053,"151":0.16771,"152":0.00349,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 66 67 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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 128 129 130 131 132 133 134 135 137 138 141 142 144 153 154 3.5 3.6"},D:{"39":0.00349,"40":0.00349,"41":0.00349,"42":0.00349,"43":0.00349,"44":0.00349,"45":0.00349,"46":0.00349,"47":0.00349,"48":0.00349,"49":0.00349,"50":0.00349,"51":0.00349,"52":0.00349,"53":0.00349,"54":0.00349,"55":0.00349,"56":0.00349,"57":0.00349,"58":0.00349,"59":0.00349,"60":0.00349,"62":0.01747,"63":0.00349,"64":0.00349,"65":0.00349,"68":0.00349,"69":0.00349,"70":0.01398,"73":0.00349,"74":0.00349,"75":0.00349,"76":0.00349,"77":0.00349,"79":0.01048,"80":0.01048,"81":0.00349,"83":0.00349,"86":0.00349,"87":0.00699,"88":0.00349,"91":0.00349,"93":0.00699,"95":0.00699,"96":0.00699,"98":0.00349,"100":0.00349,"102":0.00699,"103":0.0594,"104":0.03843,"105":0.05241,"106":0.04193,"107":0.03843,"108":0.03843,"109":0.48916,"110":0.03843,"111":0.04892,"112":0.12578,"114":0.01048,"116":0.09434,"117":0.03843,"118":0.31446,"119":0.02096,"120":0.05241,"121":0.00699,"122":0.01398,"123":0.01048,"124":0.06639,"125":0.01398,"126":0.01747,"127":0.01747,"128":0.02446,"129":0.1188,"130":0.01048,"131":0.1188,"132":0.01048,"133":0.08036,"134":0.01048,"135":0.01398,"136":0.02795,"137":0.02446,"138":0.13627,"139":0.02795,"140":0.02096,"141":0.02446,"142":0.03843,"143":0.05241,"144":0.0559,"145":0.17819,"146":0.26205,"147":3.10966,"148":4.37798,"149":0.02446,"150":0.00349,_:"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 66 67 71 72 78 84 85 89 90 92 94 97 99 101 113 115 151 152"},F:{"37":0.00349,"79":0.00349,"85":0.00349,"86":0.00349,"87":0.00349,"88":0.00349,"89":0.00349,"90":0.01747,"91":0.00699,"92":0.01747,"93":0.03145,"94":0.02096,"95":0.06289,"96":0.09434,"97":0.33542,"98":0.2306,"99":0.00349,"131":0.19566,_:"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 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 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.01398,"89":0.00349,"90":0.00699,"92":0.01747,"100":0.00349,"103":0.00349,"109":0.01048,"114":0.04542,"122":0.00349,"131":0.00349,"134":0.00349,"135":0.00349,"136":0.00349,"137":0.00349,"138":0.00349,"139":0.00349,"140":0.01048,"141":0.01048,"142":0.00699,"143":0.01048,"144":0.01398,"145":0.02096,"146":0.0594,"147":0.44723,"148":0.83507,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 132 133 149"},E:{"11":0.00349,"13":0.00699,"14":0.00349,_:"4 5 6 7 8 9 10 12 15 3.1 3.2 6.1 7.1 9.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 17.2 17.3 17.4 TP","5.1":0.00699,"10.1":0.00349,"11.1":0.00349,"13.1":0.01048,"14.1":0.00699,"15.6":0.02795,"16.2":0.00349,"16.3":0.00349,"16.5":0.00349,"16.6":0.02446,"17.0":0.00349,"17.1":0.00699,"17.5":0.01048,"17.6":0.02096,"18.0":0.00349,"18.1":0.00349,"18.2":0.00349,"18.3":0.01398,"18.4":0.00349,"18.5-18.7":0.01048,"26.0":0.01398,"26.1":0.00699,"26.2":0.02446,"26.3":0.04892,"26.4":0.0559,"26.5":0.02096},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0008,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00159,"8.1-8.4":0,"9.0-9.2":0.0008,"9.3":0,"10.0-10.2":0,"10.3":0.00716,"11.0-11.2":0.18842,"11.3-11.4":0.00239,"12.0-12.1":0,"12.2-12.5":0.02703,"13.0-13.1":0,"13.2":0.00875,"13.3":0,"13.4-13.7":0.00159,"14.0-14.4":0.00636,"14.5-14.8":0.01034,"15.0-15.1":0.00795,"15.2-15.3":0.00477,"15.4":0.00636,"15.5":0.00716,"15.6-15.8":0.13436,"16.0":0.01431,"16.1":0.02226,"16.2":0.01193,"16.3":0.02624,"16.4":0.00557,"16.5":0.00954,"16.6-16.7":0.17888,"17.0":0.00795,"17.1":0.01352,"17.2":0.01193,"17.3":0.02306,"17.4":0.03657,"17.5":0.04929,"17.6-17.7":0.12959,"18.0":0.02624,"18.1":0.05168,"18.2":0.02783,"18.3":0.08268,"18.4":0.03816,"18.5-18.7":1.31657,"26.0":0.08427,"26.1":0.10494,"26.2":0.40388,"26.3":1.27523,"26.4":2.62997,"26.5":0.93814},P:{"22":0.00644,"24":0.01289,"25":0.01289,"26":0.01289,"27":0.01933,"28":0.09664,"29":0.39946,"30":0.05799,_:"4 20 21 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.01289,"9.2":0.01933,"11.1-11.2":0.00644,"16.0":0.00644},I:{"0":0.0195,"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":14.7026,_:"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.00651,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.3253},Q:{_:"14.9"},O:{"0":0.44891},H:{all:0.04},L:{"0":59.4936}};
1
+ module.exports={C:{"65":0.00381,"72":0.00381,"109":0.00381,"115":0.41159,"120":0.01143,"121":0.02287,"127":0.00762,"128":0.00381,"139":0.00381,"140":0.01906,"146":0.00381,"147":0.00381,"148":0.00762,"149":0.00762,"150":0.04573,"151":0.56784,"152":0.21723,"153":0.00381,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 66 67 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 110 111 112 113 114 116 117 118 119 122 123 124 125 126 129 130 131 132 133 134 135 136 137 138 141 142 143 144 145 154 155 3.5 3.6"},D:{"40":0.00381,"46":0.00381,"47":0.00381,"49":0.00381,"50":0.00381,"51":0.00381,"53":0.00381,"54":0.00381,"55":0.00381,"56":0.00381,"58":0.00381,"59":0.00381,"62":0.02287,"63":0.00381,"64":0.00381,"65":0.00381,"68":0.00381,"69":0.00381,"70":0.01906,"71":0.00381,"73":0.00381,"74":0.00381,"75":0.00381,"76":0.00381,"77":0.00381,"79":0.01524,"80":0.01143,"81":0.00381,"83":0.00381,"86":0.00762,"87":0.00762,"88":0.00381,"91":0.00381,"92":0.00381,"93":0.00381,"95":0.00381,"96":0.00381,"100":0.00381,"102":0.00381,"103":0.08765,"104":0.0686,"105":0.08003,"106":0.0686,"107":0.06479,"108":0.0686,"109":0.49543,"110":0.06479,"111":0.08765,"112":0.06479,"114":0.01143,"116":0.15244,"117":0.06479,"118":0.43445,"119":0.03811,"120":0.11052,"121":0.00762,"122":0.01143,"123":0.00762,"124":0.09146,"125":0.00762,"126":0.01906,"127":0.01143,"128":0.02668,"129":0.00381,"130":0.01524,"131":0.17531,"132":0.01143,"133":0.1372,"134":0.01524,"135":0.01524,"136":0.09528,"137":0.03049,"138":0.16768,"139":0.02287,"140":0.02287,"141":0.03049,"142":0.03811,"143":0.06098,"144":0.05717,"145":0.15625,"146":0.16387,"147":0.29345,"148":3.68524,"149":5.20964,"150":0.02668,"151":0.00381,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 48 52 57 60 61 66 67 72 78 84 85 89 90 94 97 98 99 101 113 115 152 153"},F:{"46":0.00381,"79":0.00381,"86":0.00381,"87":0.00381,"88":0.00381,"89":0.00381,"90":0.01524,"91":0.00762,"92":0.01143,"93":0.01906,"94":0.01524,"95":0.04573,"96":0.04573,"97":0.11433,"98":0.22104,"99":0.25915,"100":0.00762,"131":0.30107,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 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.01524,"89":0.00381,"90":0.00762,"92":0.01524,"100":0.00762,"109":0.00762,"114":0.04192,"119":0.01143,"120":0.01143,"122":0.00762,"131":0.00381,"132":0.00381,"134":0.00381,"135":0.00381,"136":0.00381,"138":0.00381,"139":0.00762,"140":0.00762,"141":0.00762,"142":0.00381,"143":0.01143,"144":0.01524,"145":0.01906,"146":0.03811,"147":0.03049,"148":0.52592,"149":1.20047,_:"12 13 14 15 16 17 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 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 133 137 150"},E:{"13":0.00381,_:"4 5 6 7 8 9 10 11 12 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.2-15.3 15.4 15.5 16.0 17.2 17.3 TP","11.1":0.00381,"13.1":0.01143,"14.1":0.00381,"15.1":0.01524,"15.6":0.03049,"16.1":0.00381,"16.2":0.00381,"16.3":0.00381,"16.4":0.00381,"16.5":0.00381,"16.6":0.01906,"17.0":0.00381,"17.1":0.00381,"17.4":0.00381,"17.5":0.00762,"17.6":0.01906,"18.0":0.00381,"18.1":0.00381,"18.2":0.00381,"18.3":0.00762,"18.4":0.00381,"18.5-18.7":0.01143,"26.0":0.01906,"26.1":0.00762,"26.2":0.01524,"26.3":0.02668,"26.4":0.02287,"26.5":0.09909},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00079,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00236,"8.1-8.4":0,"9.0-9.2":0.00079,"9.3":0,"10.0-10.2":0,"10.3":0.00865,"11.0-11.2":0.26037,"11.3-11.4":0.00157,"12.0-12.1":0,"12.2-12.5":0.02675,"13.0-13.1":0,"13.2":0.00865,"13.3":0,"13.4-13.7":0.00157,"14.0-14.4":0.00551,"14.5-14.8":0.00865,"15.0-15.1":0.00787,"15.2-15.3":0.00472,"15.4":0.00551,"15.5":0.00708,"15.6-15.8":0.13766,"16.0":0.01259,"16.1":0.02045,"16.2":0.01101,"16.3":0.0236,"16.4":0.00551,"16.5":0.00865,"16.6-16.7":0.17935,"17.0":0.00787,"17.1":0.0118,"17.2":0.01101,"17.3":0.01652,"17.4":0.02517,"17.5":0.04484,"17.6-17.7":0.11563,"18.0":0.02596,"18.1":0.04956,"18.2":0.02675,"18.3":0.08181,"18.4":0.03697,"18.5-18.7":1.18229,"26.0":0.07788,"26.1":0.08102,"26.2":0.24464,"26.3":0.33431,"26.4":0.38308,"26.5":4.34451},P:{"21":0.00575,"22":0.00575,"24":0.0115,"25":0.01725,"26":0.0115,"27":0.01725,"28":0.08051,"29":0.20128,"30":0.25879,_:"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.0115,"9.2":0.01725,"11.1-11.2":0.00575,"16.0":0.00575},I:{"0":0.02473,"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":12.15233,_:"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.01238,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.42085},H:{all:0.04},L:{"0":59.31561},R:{_:"0"},M:{"0":0.32802},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.01233,"72":0.06783,"115":0.0185,"120":0.00617,"121":0.01233,"128":0.00617,"134":0.11099,"140":0.04316,"145":0.00617,"147":0.01233,"148":0.00617,"149":0.02466,"150":0.50561,"151":0.26514,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 135 136 137 138 139 141 142 143 144 146 152 153 154 3.5 3.6"},D:{"39":0.037,"40":0.03083,"41":0.037,"42":0.03083,"43":0.03083,"44":0.037,"45":0.037,"46":0.03083,"47":0.037,"48":0.037,"49":0.037,"50":0.03083,"51":0.03083,"52":0.03083,"53":0.037,"54":0.03083,"55":0.03083,"56":0.037,"57":0.03083,"58":0.03083,"59":0.03083,"60":0.03083,"65":0.00617,"69":0.00617,"79":0.037,"83":0.00617,"86":0.00617,"87":0.0185,"91":0.01233,"92":0.00617,"93":0.00617,"97":0.01233,"98":0.0185,"99":0.02466,"103":0.88174,"104":0.86324,"105":0.83858,"106":0.85091,"107":0.83858,"108":0.85707,"109":1.02356,"110":0.83241,"111":0.87557,"112":2.63288,"114":0.00617,"116":1.65865,"117":0.83858,"118":7.79999,"119":0.01233,"120":0.88174,"122":0.00617,"124":0.87557,"125":0.00617,"126":0.00617,"127":0.00617,"128":0.00617,"130":0.00617,"131":1.68948,"132":0.0185,"133":1.92379,"134":0.02466,"135":0.00617,"136":0.00617,"137":0.02466,"138":0.06166,"139":0.01233,"140":0.0185,"141":0.03083,"142":0.6166,"143":0.03083,"144":0.04933,"145":1.62166,"146":0.23431,"147":4.43952,"148":7.79382,"149":0.01233,_:"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 70 71 72 73 74 75 76 77 78 80 81 84 85 88 89 90 94 95 96 100 101 102 113 115 121 123 129 150 151 152"},F:{"88":0.00617,"97":0.02466,"98":0.08632,"117":0.00617,"125":0.00617,"131":0.45012,_:"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 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 118 119 120 121 122 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00617,"92":0.01233,"109":0.0185,"122":0.01233,"131":0.00617,"134":0.00617,"135":0.00617,"137":0.00617,"140":0.00617,"141":0.00617,"142":0.00617,"143":0.0185,"144":0.01233,"145":0.09866,"146":0.06166,"147":1.56,"148":3.24948,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 132 133 136 138 139 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.2 18.4 TP","5.1":0.08632,"15.6":0.00617,"16.6":0.01233,"17.1":0.02466,"17.6":0.02466,"18.1":0.00617,"18.3":0.00617,"18.5-18.7":0.00617,"26.0":0.00617,"26.1":0.00617,"26.2":0.09866,"26.3":0.08632,"26.4":0.22814,"26.5":0.06166},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00054,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00109,"8.1-8.4":0,"9.0-9.2":0.00054,"9.3":0,"10.0-10.2":0,"10.3":0.00489,"11.0-11.2":0.12888,"11.3-11.4":0.00163,"12.0-12.1":0,"12.2-12.5":0.01849,"13.0-13.1":0,"13.2":0.00598,"13.3":0,"13.4-13.7":0.00109,"14.0-14.4":0.00435,"14.5-14.8":0.00707,"15.0-15.1":0.00544,"15.2-15.3":0.00326,"15.4":0.00435,"15.5":0.00489,"15.6-15.8":0.0919,"16.0":0.00979,"16.1":0.01523,"16.2":0.00816,"16.3":0.01795,"16.4":0.00381,"16.5":0.00653,"16.6-16.7":0.12236,"17.0":0.00544,"17.1":0.00924,"17.2":0.00816,"17.3":0.01577,"17.4":0.02501,"17.5":0.03372,"17.6-17.7":0.08864,"18.0":0.01795,"18.1":0.03535,"18.2":0.01903,"18.3":0.05656,"18.4":0.0261,"18.5-18.7":0.90054,"26.0":0.05764,"26.1":0.07178,"26.2":0.27625,"26.3":0.87226,"26.4":1.7989,"26.5":0.64169},P:{"4":0.01646,"21":0.00549,"22":0.00549,"23":0.00549,"24":0.01646,"25":0.01098,"26":0.04939,"27":0.0439,"28":0.07683,"29":0.88906,"30":0.11525,_:"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 17.0 18.0 19.0","7.2-7.4":0.02195,"8.2":0.00549,"16.0":0.01098},I:{"0":0.02682,"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.28379,_:"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.13806},Q:{"14.9":0.02685},O:{"0":0.08821},H:{all:0},L:{"0":40.10811}};
1
+ module.exports={C:{"4":0.00624,"115":0.01871,"120":0.36163,"121":0.71079,"128":0.00624,"136":0.03118,"139":0.00624,"140":0.04365,"147":0.00624,"149":0.00624,"150":0.01247,"151":0.43022,"152":0.29305,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 134 135 137 138 141 142 143 144 145 146 148 153 154 155 3.5 3.6"},D:{"39":0.01871,"40":0.01247,"41":0.01247,"42":0.01247,"43":0.01247,"44":0.01247,"45":0.01247,"46":0.01247,"47":0.01871,"48":0.01247,"49":0.01871,"50":0.01247,"51":0.01247,"52":0.01871,"53":0.01247,"54":0.01247,"55":0.01247,"56":0.01247,"57":0.01247,"58":0.01247,"59":0.01247,"60":0.01247,"65":0.00624,"70":0.00624,"73":0.01247,"75":0.00624,"79":0.00624,"83":0.00624,"86":0.00624,"87":0.01871,"91":0.00624,"93":0.00624,"97":0.01247,"98":0.00624,"103":1.09736,"104":1.09113,"105":1.1036,"106":1.1036,"107":1.11607,"108":1.09113,"109":1.4777,"110":1.09736,"111":1.17842,"112":1.08489,"114":0.00624,"116":2.15108,"117":1.07866,"118":6.27241,"119":0.7482,"120":1.87674,"122":0.00624,"123":0.00624,"124":1.05995,"126":0.01247,"127":0.01247,"128":0.09976,"131":2.15108,"132":0.01871,"133":2.21343,"134":0.01247,"135":0.01247,"136":0.00624,"137":0.11847,"138":0.2494,"140":0.00624,"141":0.14341,"142":0.23693,"143":0.06859,"144":0.02494,"145":1.08489,"146":0.06859,"147":0.15588,"148":4.08393,"149":7.19519,"150":0.04988,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 71 72 74 76 77 78 80 81 84 85 88 89 90 92 94 95 96 99 100 101 102 113 115 121 125 129 130 139 151 152 153"},F:{"98":0.01247,"99":0.04988,"125":0.00624,"131":0.29305,_:"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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00624,"18":0.00624,"92":0.01871,"109":0.01247,"114":0.00624,"119":0.36787,"120":0.3554,"122":0.00624,"131":0.01871,"134":0.00624,"136":0.00624,"140":0.00624,"141":0.00624,"142":0.01247,"143":0.01871,"144":0.00624,"145":0.06235,"146":0.01871,"147":0.06859,"148":1.10983,"149":3.32326,_:"12 13 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 132 133 135 137 138 139 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 TP","5.1":0.01871,"15.6":0.02494,"16.6":0.00624,"17.1":0.02494,"17.5":0.00624,"17.6":0.00624,"26.2":0.03118,"26.3":0.01247,"26.4":0.13094,"26.5":0.30552},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00077,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00232,"8.1-8.4":0,"9.0-9.2":0.00077,"9.3":0,"10.0-10.2":0,"10.3":0.00849,"11.0-11.2":0.25547,"11.3-11.4":0.00154,"12.0-12.1":0,"12.2-12.5":0.02624,"13.0-13.1":0,"13.2":0.00849,"13.3":0,"13.4-13.7":0.00154,"14.0-14.4":0.0054,"14.5-14.8":0.00849,"15.0-15.1":0.00772,"15.2-15.3":0.00463,"15.4":0.0054,"15.5":0.00695,"15.6-15.8":0.13507,"16.0":0.01235,"16.1":0.02007,"16.2":0.01081,"16.3":0.02315,"16.4":0.0054,"16.5":0.00849,"16.6-16.7":0.17598,"17.0":0.00772,"17.1":0.01158,"17.2":0.01081,"17.3":0.01621,"17.4":0.0247,"17.5":0.04399,"17.6-17.7":0.11346,"18.0":0.02547,"18.1":0.04862,"18.2":0.02624,"18.3":0.08027,"18.4":0.03628,"18.5-18.7":1.16005,"26.0":0.07641,"26.1":0.0795,"26.2":0.24004,"26.3":0.32803,"26.4":0.37588,"26.5":4.26279},P:{"4":0.01037,"22":0.00519,"23":0.00519,"24":0.01037,"25":0.01037,"26":0.02074,"27":0.02593,"28":0.05704,"29":0.16076,"30":0.76231,_:"20 21 5.0-5.4 6.2-6.4 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01556,"8.2":0.00519,"9.2":0.00519,"11.1-11.2":0.00519},I:{"0":0.03009,"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.17696,_:"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.06777},H:{all:0},L:{"0":36.42919},R:{_:"0"},M:{"0":0.1506},Q:{"14.9":0.01506}};
@@ -1 +1 @@
1
- module.exports={C:{"38":0.01029,"43":0.01544,"44":0.03603,"45":0.01029,"50":0.00515,"51":0.00515,"52":0.00515,"53":0.00515,"55":0.00515,"56":0.01029,"60":0.00515,"61":0.00515,"66":0.00515,"78":0.01029,"91":0.00515,"99":0.01029,"102":0.00515,"103":0.00515,"104":0.00515,"115":0.14412,"123":0.00515,"125":0.00515,"128":0.04632,"132":0.00515,"133":0.00515,"134":0.03088,"135":0.02574,"136":0.04632,"137":0.00515,"139":0.00515,"140":0.96249,"141":0.00515,"142":0.00515,"143":0.00515,"144":0.01029,"145":0.00515,"146":0.00515,"147":0.01544,"148":0.03603,"149":0.05662,"150":1.2816,"151":0.51985,"152":0.00515,_:"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 39 40 41 42 46 47 48 49 54 57 58 59 62 63 64 65 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 100 101 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 124 126 127 129 130 131 138 153 154 3.5 3.6"},D:{"39":0.29853,"40":0.29853,"41":0.29853,"42":0.29853,"43":0.29853,"44":0.29853,"45":0.48897,"46":0.29853,"47":0.30367,"48":0.40147,"49":0.33456,"50":0.29853,"51":0.29853,"52":0.3397,"53":0.29853,"54":0.29853,"55":0.29338,"56":0.29853,"57":0.29853,"58":0.29853,"59":0.29853,"60":0.29853,"66":0.01029,"72":0.02574,"74":0.00515,"79":0.01029,"85":0.00515,"87":0.00515,"92":0.01544,"93":0.01029,"96":0.02059,"101":0.00515,"102":0.00515,"103":0.05147,"104":0.26764,"105":0.02059,"106":0.02059,"107":0.02574,"108":0.03088,"109":0.36029,"110":0.02059,"111":0.02059,"112":0.12868,"113":0.00515,"114":0.02574,"115":0.00515,"116":0.08235,"117":0.03088,"118":0.23162,"119":0.05147,"120":0.06176,"121":0.14926,"122":0.04118,"123":0.00515,"124":0.05147,"125":0.58161,"126":0.04632,"127":0.00515,"128":0.05147,"129":0.06176,"130":0.05662,"131":0.09779,"132":0.03088,"133":0.07721,"134":0.39632,"135":0.06176,"136":0.06176,"137":0.10294,"138":0.09265,"139":0.10809,"140":0.03603,"141":0.18015,"142":0.56617,"143":0.10294,"144":0.14926,"145":0.81323,"146":0.7772,"147":6.19184,"148":8.66755,"149":0.03088,"150":0.00515,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 69 70 71 73 75 76 77 78 80 81 83 84 86 88 89 90 91 94 95 97 98 99 100 151 152"},F:{"95":0.01029,"97":0.03088,"98":0.08235,"131":0.44264,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00515},B:{"94":0.00515,"109":0.06176,"120":0.00515,"121":0.00515,"122":0.00515,"124":0.00515,"131":0.00515,"134":0.00515,"135":0.00515,"136":0.00515,"137":0.00515,"138":0.00515,"139":0.00515,"140":0.00515,"141":0.00515,"142":0.01029,"143":0.02059,"144":0.01544,"145":0.04632,"146":0.12353,"147":1.82719,"148":3.66981,"149":0.00515,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 123 125 126 127 128 129 130 132 133"},E:{"8":0.00515,"9":0.01544,_:"4 5 6 7 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.4 TP","11.1":0.00515,"13.1":0.01544,"14.1":0.01029,"15.2-15.3":0.00515,"15.5":0.00515,"15.6":0.09265,"16.0":0.00515,"16.1":0.01029,"16.2":0.00515,"16.3":0.01029,"16.4":0.02059,"16.5":0.00515,"16.6":0.18015,"17.0":0.00515,"17.1":0.175,"17.2":0.01029,"17.3":0.01029,"17.4":0.02059,"17.5":0.04118,"17.6":0.12868,"18.0":0.01544,"18.1":0.01544,"18.2":0.02059,"18.3":0.03088,"18.4":0.01029,"18.5-18.7":0.05147,"26.0":0.01544,"26.1":0.03088,"26.2":0.15441,"26.3":0.59705,"26.4":0.93675,"26.5":0.41176},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0016,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0032,"8.1-8.4":0,"9.0-9.2":0.0016,"9.3":0,"10.0-10.2":0,"10.3":0.01441,"11.0-11.2":0.37944,"11.3-11.4":0.0048,"12.0-12.1":0,"12.2-12.5":0.05443,"13.0-13.1":0,"13.2":0.01761,"13.3":0,"13.4-13.7":0.0032,"14.0-14.4":0.01281,"14.5-14.8":0.02081,"15.0-15.1":0.01601,"15.2-15.3":0.00961,"15.4":0.01281,"15.5":0.01441,"15.6-15.8":0.27057,"16.0":0.02882,"16.1":0.04483,"16.2":0.02402,"16.3":0.05283,"16.4":0.01121,"16.5":0.01921,"16.6-16.7":0.36023,"17.0":0.01601,"17.1":0.02722,"17.2":0.02402,"17.3":0.04643,"17.4":0.07365,"17.5":0.09926,"17.6-17.7":0.26096,"18.0":0.05283,"18.1":0.10407,"18.2":0.05604,"18.3":0.1665,"18.4":0.07685,"18.5-18.7":2.65126,"26.0":0.16971,"26.1":0.21133,"26.2":0.81331,"26.3":2.56801,"26.4":5.29612,"26.5":1.88919},P:{"21":0.01334,"22":0.00667,"23":0.00667,"24":0.00667,"25":0.00667,"26":0.03335,"27":0.02001,"28":0.03335,"29":2.07432,"30":0.45355,_:"4 20 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.02424,"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.53383,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.04323,"11":0.01853,_:"6 7 8 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.89295},Q:{"14.9":0.00485},O:{"0":0.28147},H:{all:0},L:{"0":32.33627}};
1
+ module.exports={C:{"38":0.00975,"43":0.00975,"44":0.02926,"45":0.00488,"50":0.00488,"51":0.00488,"52":0.00975,"53":0.00488,"55":0.00488,"56":0.00975,"78":0.00488,"91":0.00488,"99":0.01463,"102":0.00488,"103":0.00488,"115":0.12678,"120":0.00975,"121":0.02438,"123":0.00488,"125":0.00488,"128":0.02438,"133":0.00488,"134":0.02438,"135":0.00488,"136":0.01463,"139":0.00975,"140":0.74603,"142":0.00488,"143":0.00488,"144":0.0195,"145":0.00488,"146":0.00488,"147":0.0195,"148":0.01463,"149":0.02438,"150":0.05364,"151":1.05322,"152":0.629,"153":0.00488,_:"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 39 40 41 42 46 47 48 49 54 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 92 93 94 95 96 97 98 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 124 126 127 129 130 131 132 137 138 141 154 155 3.5 3.6"},D:{"39":0.28281,"40":0.28281,"41":0.28281,"42":0.27793,"43":0.27793,"44":0.27793,"45":0.28768,"46":0.27793,"47":0.28768,"48":0.35595,"49":0.31206,"50":0.27793,"51":0.27793,"52":0.3462,"53":0.27793,"54":0.27793,"55":0.27793,"56":0.28281,"57":0.27793,"58":0.28281,"59":0.28281,"60":0.28281,"66":0.00975,"70":0.24868,"72":0.01463,"74":0.00488,"79":0.01463,"86":0.00488,"87":0.00488,"90":0.00488,"92":0.00975,"93":0.0195,"96":0.02438,"101":0.00488,"102":0.00488,"103":0.04388,"104":0.1024,"105":0.02438,"106":0.0195,"107":0.02438,"108":0.03413,"109":0.39983,"110":0.0195,"111":0.02438,"112":0.02438,"113":0.00975,"114":0.03901,"115":0.00488,"116":0.07802,"117":0.02926,"118":0.25355,"119":0.06339,"120":0.11215,"121":0.02438,"122":0.03413,"123":0.00975,"124":0.55099,"125":0.48272,"126":0.05364,"127":0.00975,"128":0.03901,"129":0.06826,"130":0.05364,"131":0.07314,"132":0.03413,"133":0.07802,"134":0.3462,"135":0.05851,"136":0.04876,"137":0.11215,"138":0.10727,"139":0.19992,"140":0.02926,"141":0.11702,"142":0.62413,"143":0.07802,"144":0.08777,"145":0.25355,"146":0.32182,"147":0.46322,"148":5.55376,"149":8.56226,"150":0.05851,"151":0.00975,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 69 71 73 75 76 77 78 80 81 83 84 85 88 89 91 94 95 97 98 99 100 152 153"},F:{"95":0.00975,"98":0.02438,"99":0.08289,"100":0.00488,"114":0.00488,"126":0.00488,"131":0.39496,_:"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 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.06339,"119":0.01463,"120":0.01463,"121":0.00488,"122":0.00488,"128":0.00488,"131":0.00488,"132":0.00488,"134":0.00488,"136":0.00488,"137":0.00488,"138":0.00975,"140":0.00488,"141":0.00488,"142":0.00488,"143":0.01463,"144":0.00975,"145":0.02438,"146":0.05364,"147":0.08777,"148":1.67734,"149":3.6375,"150":0.00975,_:"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 123 124 125 126 127 129 130 133 135 139"},E:{"8":0.00488,"9":0.00975,"14":0.00488,"27":0.00488,_:"4 5 6 7 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.4 TP","13.1":0.00975,"14.1":0.00975,"15.2-15.3":0.00488,"15.5":0.00488,"15.6":0.08777,"16.0":0.00488,"16.1":0.00975,"16.2":0.00488,"16.3":0.00975,"16.4":0.0195,"16.5":0.00488,"16.6":0.15603,"17.0":0.00488,"17.1":0.14628,"17.2":0.00488,"17.3":0.00975,"17.4":0.01463,"17.5":0.02438,"17.6":0.09752,"18.0":0.00975,"18.1":0.01463,"18.2":0.01463,"18.3":0.02926,"18.4":0.00975,"18.5-18.7":0.02926,"26.0":0.01463,"26.1":0.02438,"26.2":0.07802,"26.3":0.15116,"26.4":0.1024,"26.5":1.61396},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00129,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00387,"8.1-8.4":0,"9.0-9.2":0.00129,"9.3":0,"10.0-10.2":0,"10.3":0.01418,"11.0-11.2":0.42664,"11.3-11.4":0.00258,"12.0-12.1":0,"12.2-12.5":0.04382,"13.0-13.1":0,"13.2":0.01418,"13.3":0,"13.4-13.7":0.00258,"14.0-14.4":0.00902,"14.5-14.8":0.01418,"15.0-15.1":0.01289,"15.2-15.3":0.00773,"15.4":0.00902,"15.5":0.0116,"15.6-15.8":0.22557,"16.0":0.02062,"16.1":0.03351,"16.2":0.01805,"16.3":0.03867,"16.4":0.00902,"16.5":0.01418,"16.6-16.7":0.29388,"17.0":0.01289,"17.1":0.01933,"17.2":0.01805,"17.3":0.02707,"17.4":0.04125,"17.5":0.07347,"17.6-17.7":0.18948,"18.0":0.04254,"18.1":0.0812,"18.2":0.04382,"18.3":0.13405,"18.4":0.06058,"18.5-18.7":1.93729,"26.0":0.12761,"26.1":0.13276,"26.2":0.40086,"26.3":0.5478,"26.4":0.62772,"26.5":7.11885},P:{"21":0.00669,"22":0.00669,"23":0.01338,"24":0.01338,"25":0.01338,"26":0.04013,"27":0.02675,"28":0.06019,"29":0.20064,"30":2.1736,_:"4 20 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","13.0":0.00669},I:{"0":0.02047,"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.58915,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.02601,"11":0.013,_:"6 7 8 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.28177},H:{all:0},L:{"0":38.8957},R:{_:"0"},M:{"0":0.92726},Q:{"14.9":0.00512}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00501,"113":0.00501,"115":0.07015,"125":0.00501,"128":0.01503,"134":0.00501,"135":0.00501,"136":0.01002,"140":0.25556,"145":0.00501,"146":0.00501,"147":0.01503,"148":0.02004,"149":0.06013,"150":0.98717,"151":0.3658,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 124 126 127 129 130 131 132 133 137 138 139 141 142 143 144 152 153 154 3.5 3.6"},D:{"39":0.01503,"40":0.01503,"41":0.01503,"42":0.01503,"43":0.01503,"44":0.01503,"45":0.01503,"46":0.01503,"47":0.01503,"48":0.01503,"49":0.02004,"50":0.01503,"51":0.01503,"52":0.01503,"53":0.01503,"54":0.01503,"55":0.01503,"56":0.01503,"57":0.01503,"58":0.01503,"59":0.01503,"60":0.01503,"79":0.00501,"87":0.01002,"103":0.02004,"104":0.00501,"105":0.01002,"106":0.00501,"107":0.00501,"108":0.00501,"109":0.0902,"110":0.00501,"111":0.00501,"112":0.05011,"113":0.02004,"114":0.01002,"116":0.05512,"117":0.00501,"118":5.0561,"120":0.01002,"121":0.00501,"122":0.02004,"123":0.00501,"124":0.01503,"125":0.12528,"126":0.02506,"127":0.01002,"128":0.03508,"129":0.00501,"130":0.01503,"131":0.02004,"132":0.00501,"133":0.01503,"134":0.01503,"135":0.01503,"136":0.00501,"137":0.46602,"138":0.19042,"139":0.02506,"140":0.0451,"141":0.06013,"142":0.28062,"143":0.05512,"144":0.10022,"145":0.18541,"146":0.66145,"147":4.85566,"148":7.1958,"149":0.02004,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 115 119 150 151 152"},F:{"69":0.00501,"71":0.00501,"73":0.00501,"79":0.03007,"82":0.00501,"84":0.00501,"85":0.03007,"86":0.02004,"87":0.00501,"89":0.00501,"90":0.01503,"91":0.01503,"92":0.00501,"93":0.01002,"94":0.01503,"95":0.64141,"96":0.0451,"97":0.71156,"98":1.63359,"99":0.01002,"100":0.00501,"102":0.01002,"103":0.00501,"109":0.00501,"112":0.00501,"113":0.01002,"114":0.02004,"115":0.00501,"116":0.01002,"119":0.00501,"120":0.01002,"121":0.00501,"122":0.01002,"123":0.00501,"124":0.00501,"125":0.02506,"126":0.02004,"127":0.01503,"131":5.06612,_:"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 70 72 74 75 76 77 78 80 81 83 88 101 104 105 106 107 108 110 111 117 118 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.02004,"115":0.00501,"131":0.00501,"132":0.00501,"134":0.00501,"138":0.00501,"139":0.00501,"140":0.00501,"141":0.01002,"142":0.01002,"143":0.01503,"144":0.01503,"145":0.03007,"146":0.06514,"147":2.0044,"148":3.78331,"149":0.00501,_:"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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 133 135 136 137"},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 11.1 15.1 15.2-15.3 TP","10.1":0.00501,"12.1":0.00501,"13.1":0.01002,"14.1":0.01503,"15.4":0.00501,"15.5":0.00501,"15.6":0.12026,"16.0":0.00501,"16.1":0.01002,"16.2":0.01002,"16.3":0.01503,"16.4":0.00501,"16.5":0.00501,"16.6":0.26558,"17.0":0.00501,"17.1":0.24053,"17.2":0.01002,"17.3":0.01002,"17.4":0.02004,"17.5":0.07517,"17.6":0.14532,"18.0":0.00501,"18.1":0.03508,"18.2":0.01002,"18.3":0.0451,"18.4":0.01503,"18.5-18.7":0.05011,"26.0":0.03007,"26.1":0.02506,"26.2":0.21046,"26.3":0.65644,"26.4":1.12748,"26.5":0.42092},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00241,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00482,"8.1-8.4":0,"9.0-9.2":0.00241,"9.3":0,"10.0-10.2":0,"10.3":0.0217,"11.0-11.2":0.57145,"11.3-11.4":0.00723,"12.0-12.1":0,"12.2-12.5":0.08198,"13.0-13.1":0,"13.2":0.02652,"13.3":0,"13.4-13.7":0.00482,"14.0-14.4":0.01929,"14.5-14.8":0.03135,"15.0-15.1":0.02411,"15.2-15.3":0.01447,"15.4":0.01929,"15.5":0.0217,"15.6-15.8":0.40749,"16.0":0.0434,"16.1":0.06751,"16.2":0.03617,"16.3":0.07957,"16.4":0.01688,"16.5":0.02893,"16.6-16.7":0.54252,"17.0":0.02411,"17.1":0.04099,"17.2":0.03617,"17.3":0.06992,"17.4":0.11091,"17.5":0.14949,"17.6-17.7":0.39302,"18.0":0.07957,"18.1":0.15673,"18.2":0.08439,"18.3":0.25076,"18.4":0.11574,"18.5-18.7":3.99292,"26.0":0.25559,"26.1":0.31828,"26.2":1.22488,"26.3":3.86754,"26.4":7.9762,"26.5":2.8452},P:{"21":0.00698,"26":0.01397,"27":0.00698,"28":0.02095,"29":1.74615,"30":0.34923,_:"4 20 22 23 24 25 5.0-5.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","6.2-6.4":0.02095},I:{"0":0.00997,"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":9.24961,_:"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.36919},Q:{_:"14.9"},O:{"0":0.03991},H:{all:0},L:{"0":16.68769}};
1
+ module.exports={C:{"48":0.00515,"52":0.00515,"78":0.00515,"101":0.01546,"115":0.10821,"120":0.01031,"121":0.02061,"122":0.02061,"123":0.05668,"125":0.00515,"127":0.00515,"128":0.01546,"134":0.02061,"135":0.00515,"136":0.02061,"140":0.28342,"146":0.01031,"147":0.00515,"148":0.01031,"149":0.01031,"150":0.25765,"151":0.81933,"152":0.43285,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 124 126 129 130 131 132 133 137 138 139 141 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.00515,"40":0.00515,"41":0.00515,"42":0.00515,"43":0.00515,"44":0.00515,"45":0.00515,"46":0.00515,"47":0.00515,"48":0.00515,"49":0.00515,"50":0.00515,"51":0.00515,"52":0.00515,"53":0.00515,"54":0.00515,"55":0.00515,"56":0.00515,"57":0.00515,"58":0.00515,"59":0.00515,"60":0.00515,"79":0.00515,"87":0.01031,"88":0.00515,"101":0.00515,"102":0.01546,"103":0.02061,"104":0.00515,"105":0.00515,"106":0.00515,"107":0.00515,"108":0.00515,"109":0.10821,"110":0.00515,"111":0.01031,"112":0.00515,"113":0.01031,"114":0.01031,"116":0.04122,"117":0.00515,"118":3.29277,"119":0.02061,"120":0.03607,"121":0.02577,"122":0.05153,"123":0.00515,"124":0.06184,"125":0.21643,"126":0.03607,"127":0.00515,"128":0.03092,"129":0.00515,"130":0.01031,"131":0.02577,"132":0.00515,"133":0.03607,"134":0.01031,"135":0.02577,"136":0.00515,"137":0.42255,"138":0.27311,"139":0.31433,"140":1.62835,"141":0.08245,"142":0.14944,"143":0.04122,"144":1.23157,"145":0.06184,"146":0.34525,"147":0.36071,"148":4.49342,"149":6.81227,"150":0.02577,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 115 151 152 153"},F:{"69":0.00515,"73":0.00515,"79":0.05668,"82":0.01031,"83":0.00515,"84":0.00515,"85":0.04122,"86":0.03092,"87":0.00515,"89":0.00515,"90":0.01546,"91":0.02061,"92":0.00515,"93":0.01031,"94":0.01031,"95":1.26764,"96":0.01546,"97":0.04638,"98":0.58229,"99":1.78809,"100":0.02577,"102":0.02061,"104":0.00515,"109":0.00515,"112":0.00515,"113":0.01031,"114":0.02577,"115":0.00515,"116":0.00515,"117":0.00515,"119":0.01031,"120":0.01546,"121":0.00515,"122":0.01546,"123":0.00515,"124":0.01031,"125":0.02061,"126":0.01031,"127":0.00515,"131":6.10115,_:"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 70 71 72 74 75 76 77 78 80 81 88 101 103 105 106 107 108 110 111 118 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00515,"102":0.02061,"109":0.03092,"115":0.01031,"119":0.01031,"120":0.01031,"121":0.01031,"122":0.01546,"131":0.00515,"132":0.00515,"134":0.00515,"138":0.00515,"139":0.00515,"140":0.00515,"141":0.01031,"142":0.01031,"143":0.01031,"144":0.01031,"145":0.02061,"146":0.04122,"147":0.05668,"148":1.76748,"149":4.07602,"150":0.00515,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 110 111 112 113 114 116 117 118 123 124 125 126 127 128 129 130 133 135 136 137"},E:{"14":0.00515,"27":0.00515,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 TP","12.1":0.00515,"13.1":0.01546,"14.1":0.02577,"15.4":0.01031,"15.5":0.00515,"15.6":0.13913,"16.0":0.00515,"16.1":0.00515,"16.2":0.01031,"16.3":0.02061,"16.4":0.00515,"16.5":0.01546,"16.6":0.25765,"17.0":0.01031,"17.1":0.2628,"17.2":0.01546,"17.3":0.03092,"17.4":0.02061,"17.5":0.05668,"17.6":0.14428,"18.0":0.01031,"18.1":0.04122,"18.2":0.00515,"18.3":0.04638,"18.4":0.01031,"18.5-18.7":0.04122,"26.0":0.01546,"26.1":0.01546,"26.2":0.11852,"26.3":0.15459,"26.4":0.15974,"26.5":1.91176},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00219,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00656,"8.1-8.4":0,"9.0-9.2":0.00219,"9.3":0,"10.0-10.2":0,"10.3":0.02405,"11.0-11.2":0.72373,"11.3-11.4":0.00437,"12.0-12.1":0,"12.2-12.5":0.07434,"13.0-13.1":0,"13.2":0.02405,"13.3":0,"13.4-13.7":0.00437,"14.0-14.4":0.01531,"14.5-14.8":0.02405,"15.0-15.1":0.02186,"15.2-15.3":0.01312,"15.4":0.01531,"15.5":0.01968,"15.6-15.8":0.38263,"16.0":0.03498,"16.1":0.05685,"16.2":0.03061,"16.3":0.06559,"16.4":0.01531,"16.5":0.02405,"16.6-16.7":0.49852,"17.0":0.02186,"17.1":0.0328,"17.2":0.03061,"17.3":0.04592,"17.4":0.06997,"17.5":0.12463,"17.6-17.7":0.32141,"18.0":0.07215,"18.1":0.13775,"18.2":0.07434,"18.3":0.22739,"18.4":0.10276,"18.5-18.7":3.28628,"26.0":0.21646,"26.1":0.22521,"26.2":0.68,"26.3":0.92925,"26.4":1.06482,"26.5":12.07594},P:{"23":0.00694,"26":0.01387,"27":0.00694,"28":0.01387,"29":0.10405,"30":1.78269,_:"4 20 21 22 24 25 5.0-5.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","6.2-6.4":0.03468},I:{"0":0.00968,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":10.59554,_:"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.04847},H:{all:0},L:{"0":16.26487},R:{_:"0"},M:{"0":0.42169},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00392,"115":0.09398,"121":0.00392,"127":0.00392,"140":0.01566,"146":0.00392,"147":0.01175,"148":0.01175,"149":0.0235,"150":0.61481,"151":0.25846,"152":0.00783,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 153 154 3.5 3.6"},D:{"39":0.00783,"40":0.00783,"41":0.00783,"42":0.00783,"43":0.00783,"44":0.00783,"45":0.00783,"46":0.00783,"47":0.00783,"48":0.00783,"49":0.00783,"50":0.00783,"51":0.00783,"52":0.00783,"53":0.00783,"54":0.00783,"55":0.00783,"56":0.00783,"57":0.00783,"58":0.00783,"59":0.00783,"60":0.00783,"83":0.00392,"86":0.00392,"87":0.01175,"88":0.00392,"91":0.00783,"92":0.00392,"93":0.00392,"103":0.46992,"104":0.45426,"105":0.45034,"106":0.45034,"107":0.44642,"108":0.44642,"109":1.37843,"110":0.44642,"111":0.45034,"112":0.5874,"114":0.00392,"116":0.91243,"117":0.45817,"118":0.45034,"119":0.00392,"120":0.45426,"121":0.00783,"122":0.01566,"123":0.01175,"124":0.46209,"125":0.01175,"126":0.01958,"127":0.00783,"128":0.01958,"129":0.00392,"130":0.00783,"131":1.1004,"132":0.00783,"133":0.89676,"134":0.00783,"135":0.00783,"136":0.0235,"137":0.01566,"138":0.08224,"139":0.0235,"140":0.07049,"141":0.01566,"142":0.19188,"143":0.03524,"144":0.02741,"145":0.19188,"146":0.18797,"147":6.20686,"148":10.56928,"149":0.04308,"150":0.00783,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 84 85 89 90 94 95 96 97 98 99 100 101 102 113 115 151 152"},F:{"89":0.00392,"95":0.00392,"97":0.00783,"98":0.01958,"126":0.00392,"131":0.12531,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00392,"92":0.00392,"104":0.00392,"109":0.00392,"131":0.00783,"134":0.00392,"136":0.00392,"138":0.00392,"140":0.00783,"142":0.00392,"143":0.00392,"144":0.00392,"145":0.00783,"146":0.01958,"147":0.49342,"148":1.12389,"149":0.00392,_:"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 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 132 133 135 137 139 141"},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 15.1 15.2-15.3 15.4 15.5 16.0 16.2 17.0 17.2 18.0 18.2 TP","12.1":0.00392,"13.1":0.00392,"14.1":0.00783,"15.6":0.01958,"16.1":0.00392,"16.3":0.00392,"16.4":0.00392,"16.5":0.00392,"16.6":0.0235,"17.1":0.00783,"17.3":0.00392,"17.4":0.00783,"17.5":0.00783,"17.6":0.02741,"18.1":0.00392,"18.3":0.00783,"18.4":0.00392,"18.5-18.7":0.01175,"26.0":0.00783,"26.1":0.00783,"26.2":0.02741,"26.3":0.09398,"26.4":0.11748,"26.5":0.06266},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00123,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00246,"8.1-8.4":0,"9.0-9.2":0.00123,"9.3":0,"10.0-10.2":0,"10.3":0.01105,"11.0-11.2":0.29102,"11.3-11.4":0.00368,"12.0-12.1":0,"12.2-12.5":0.04175,"13.0-13.1":0,"13.2":0.01351,"13.3":0,"13.4-13.7":0.00246,"14.0-14.4":0.00982,"14.5-14.8":0.01596,"15.0-15.1":0.01228,"15.2-15.3":0.00737,"15.4":0.00982,"15.5":0.01105,"15.6-15.8":0.20752,"16.0":0.0221,"16.1":0.03438,"16.2":0.01842,"16.3":0.04052,"16.4":0.0086,"16.5":0.01474,"16.6-16.7":0.27629,"17.0":0.01228,"17.1":0.02088,"17.2":0.01842,"17.3":0.03561,"17.4":0.05649,"17.5":0.07613,"17.6-17.7":0.20016,"18.0":0.04052,"18.1":0.07982,"18.2":0.04298,"18.3":0.12771,"18.4":0.05894,"18.5-18.7":2.03349,"26.0":0.13016,"26.1":0.16209,"26.2":0.6238,"26.3":1.96964,"26.4":4.06207,"26.5":1.44898},P:{"26":0.0069,"27":0.0069,"28":0.01379,"29":0.23448,"30":0.04827,_:"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.01216,"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.38944,_:"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.04868},Q:{_:"14.9"},O:{"0":0.6085},H:{all:0},L:{"0":53.36669}};
1
+ module.exports={C:{"99":0.00375,"115":0.10861,"120":0.10112,"121":0.20223,"140":0.01873,"146":0.00375,"147":0.01124,"148":0.00749,"149":0.01124,"150":0.02247,"151":0.62167,"152":0.35952,"153":0.00749,_:"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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 154 155 3.5 3.6"},D:{"39":0.00375,"40":0.00749,"41":0.00749,"42":0.00375,"43":0.00375,"44":0.00749,"45":0.00749,"46":0.00749,"47":0.00375,"48":0.00375,"49":0.00749,"50":0.00749,"51":0.00749,"52":0.00749,"53":0.00749,"54":0.00749,"55":0.00749,"56":0.00749,"57":0.00749,"58":0.00749,"59":0.00749,"60":0.00749,"79":0.00375,"83":0.00375,"87":0.00749,"91":0.00375,"98":0.00375,"102":0.00375,"103":0.14606,"104":0.12733,"105":0.17227,"106":0.12359,"107":0.12359,"108":0.12359,"109":1.10478,"110":0.12359,"111":0.12359,"112":0.11984,"114":0.00375,"116":0.26215,"117":0.12359,"118":0.68908,"119":0.20972,"120":0.34454,"121":0.00749,"122":0.02247,"123":0.01124,"124":0.14606,"125":0.01124,"126":0.01498,"127":0.01124,"128":0.03371,"129":0.00749,"130":0.01124,"131":0.28837,"132":0.02622,"133":0.26215,"134":0.01873,"135":0.01124,"136":0.02622,"137":0.0412,"138":0.07865,"139":0.02996,"140":0.02247,"141":0.01873,"142":0.92876,"143":0.02996,"144":0.03745,"145":0.13482,"146":0.10861,"147":0.21721,"148":7.32897,"149":11.14138,"150":0.04869,"151":0.00375,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 84 85 86 88 89 90 92 93 94 95 96 97 99 100 101 113 115 152 153"},F:{"95":0.00749,"98":0.00749,"99":0.02996,"126":0.00375,"131":0.17227,_:"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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00375,"109":0.00749,"119":0.10486,"120":0.10486,"131":0.00375,"134":0.00749,"136":0.00375,"138":0.00375,"140":0.01124,"142":0.00375,"143":0.00375,"144":0.00375,"145":0.00749,"146":0.00749,"147":0.01124,"148":0.41195,"149":1.31824,"150":0.00375,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 135 137 139 141"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.5 16.0 16.2 16.3 16.4 17.2 18.0 18.2 TP","12.1":0.00375,"13.1":0.00375,"14.1":0.00749,"15.4":0.00375,"15.6":0.01873,"16.1":0.00375,"16.5":0.00375,"16.6":0.02622,"17.0":0.00375,"17.1":0.01124,"17.3":0.00749,"17.4":0.00749,"17.5":0.01498,"17.6":0.02622,"18.1":0.00375,"18.3":0.00749,"18.4":0.00375,"18.5-18.7":0.01124,"26.0":0.01498,"26.1":0.00375,"26.2":0.01873,"26.3":0.02622,"26.4":0.03371,"26.5":0.25092},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00132,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00395,"8.1-8.4":0,"9.0-9.2":0.00132,"9.3":0,"10.0-10.2":0,"10.3":0.0145,"11.0-11.2":0.43623,"11.3-11.4":0.00264,"12.0-12.1":0,"12.2-12.5":0.04481,"13.0-13.1":0,"13.2":0.0145,"13.3":0,"13.4-13.7":0.00264,"14.0-14.4":0.00923,"14.5-14.8":0.0145,"15.0-15.1":0.01318,"15.2-15.3":0.00791,"15.4":0.00923,"15.5":0.01186,"15.6-15.8":0.23064,"16.0":0.02109,"16.1":0.03427,"16.2":0.01845,"16.3":0.03954,"16.4":0.00923,"16.5":0.0145,"16.6-16.7":0.30049,"17.0":0.01318,"17.1":0.01977,"17.2":0.01845,"17.3":0.02768,"17.4":0.04217,"17.5":0.07512,"17.6-17.7":0.19374,"18.0":0.04349,"18.1":0.08303,"18.2":0.04481,"18.3":0.13706,"18.4":0.06194,"18.5-18.7":1.98085,"26.0":0.13047,"26.1":0.13575,"26.2":0.40988,"26.3":0.56012,"26.4":0.64183,"26.5":7.27892},P:{"23":0.00658,"26":0.00658,"27":0.00658,"28":0.01317,"29":0.03951,"30":0.30287,_:"4 20 21 22 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.0125,"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.47538,_:"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.77562},H:{all:0},L:{"0":54.37362},R:{_:"0"},M:{"0":0.0563},Q:{"14.9":0.00626}};
@@ -1 +1 @@
1
- module.exports={C:{"150":0.28941,"151":0.03699,_:"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:{"41":0.03699,"43":0.03699,"52":0.03699,"55":0.03699,"57":0.03699,"109":0.14579,"112":0.61581,"118":1.23162,"122":0.07181,"144":0.2176,"146":0.14579,"147":3.00506,"148":1.52102,_:"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 42 44 45 46 47 48 49 50 51 53 54 56 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 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 113 114 115 116 117 119 120 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 145 149 150 151 152"},F:{"131":0.25242,_:"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:{"147":0.68762,"148":2.89626,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4 26.0 26.1 26.2 26.5 TP","18.5-18.7":0.03699,"26.3":0.18061,"26.4":0.03699},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00069,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00138,"8.1-8.4":0,"9.0-9.2":0.00069,"9.3":0,"10.0-10.2":0,"10.3":0.0062,"11.0-11.2":0.1632,"11.3-11.4":0.00207,"12.0-12.1":0,"12.2-12.5":0.02341,"13.0-13.1":0,"13.2":0.00757,"13.3":0,"13.4-13.7":0.00138,"14.0-14.4":0.00551,"14.5-14.8":0.00895,"15.0-15.1":0.00689,"15.2-15.3":0.00413,"15.4":0.00551,"15.5":0.0062,"15.6-15.8":0.11637,"16.0":0.01239,"16.1":0.01928,"16.2":0.01033,"16.3":0.02272,"16.4":0.00482,"16.5":0.00826,"16.6-16.7":0.15494,"17.0":0.00689,"17.1":0.01171,"17.2":0.01033,"17.3":0.01997,"17.4":0.03168,"17.5":0.04269,"17.6-17.7":0.11224,"18.0":0.02272,"18.1":0.04476,"18.2":0.0241,"18.3":0.07161,"18.4":0.03305,"18.5-18.7":1.14032,"26.0":0.07299,"26.1":0.0909,"26.2":0.34981,"26.3":1.10451,"26.4":2.27789,"26.5":0.81255},P:{"27":0.04597,"28":0.16747,"29":0.13135,"30":0.02299,_:"4 20 21 22 23 24 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":1.32243,_:"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":0.626},H:{all:0},L:{"0":78.2812}};
1
+ module.exports={C:{"151":0.09677,_:"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 152 153 154 155 3.5 3.6"},D:{"46":0.04659,"101":0.6272,"109":0.04659,"111":0.14336,"118":5.11437,"126":0.09677,"131":0.04659,"132":0.24013,"137":1.2544,"144":0.04659,"146":0.72397,"147":0.2903,"148":2.60557,"149":2.70234,"150":0.04659,_:"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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 110 112 113 114 115 116 117 119 120 121 122 123 124 125 127 128 129 130 133 134 135 136 138 139 140 141 142 143 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:{"141":0.04659,"148":1.20422,"149":2.7991,_:"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 142 143 144 145 146 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.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.3 26.4 TP","26.5":0.09677},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00065,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00195,"8.1-8.4":0,"9.0-9.2":0.00065,"9.3":0,"10.0-10.2":0,"10.3":0.00714,"11.0-11.2":0.21471,"11.3-11.4":0.0013,"12.0-12.1":0,"12.2-12.5":0.02205,"13.0-13.1":0,"13.2":0.00714,"13.3":0,"13.4-13.7":0.0013,"14.0-14.4":0.00454,"14.5-14.8":0.00714,"15.0-15.1":0.00649,"15.2-15.3":0.00389,"15.4":0.00454,"15.5":0.00584,"15.6-15.8":0.11352,"16.0":0.01038,"16.1":0.01687,"16.2":0.00908,"16.3":0.01946,"16.4":0.00454,"16.5":0.00714,"16.6-16.7":0.14789,"17.0":0.00649,"17.1":0.00973,"17.2":0.00908,"17.3":0.01362,"17.4":0.02076,"17.5":0.03697,"17.6-17.7":0.09535,"18.0":0.02141,"18.1":0.04087,"18.2":0.02205,"18.3":0.06746,"18.4":0.03049,"18.5-18.7":0.97493,"26.0":0.06422,"26.1":0.06681,"26.2":0.20173,"26.3":0.27568,"26.4":0.3159,"26.5":3.58254},P:{"22":0.03468,"25":0.03468,"28":0.2155,"30":0.10651,_:"4 20 21 23 24 26 27 29 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.6416,_:"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.29514},H:{all:0},L:{"0":72.25702},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"150":0.204,_:"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 151 152 153 154 3.5 3.6"},D:{"39":0.204,"132":0.204,"145":0.204,"146":1.212,"147":32.12,"148":2.224,_:"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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 133 134 135 136 137 138 139 140 141 142 143 144 149 150 151 152"},F:{"131":0.204,_:"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:{"148":0.204,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.3 26.4 26.5 TP","17.1":0.204},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00238,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00475,"8.1-8.4":0,"9.0-9.2":0.00238,"9.3":0,"10.0-10.2":0,"10.3":0.02138,"11.0-11.2":0.56297,"11.3-11.4":0.00713,"12.0-12.1":0,"12.2-12.5":0.08076,"13.0-13.1":0,"13.2":0.02613,"13.3":0,"13.4-13.7":0.00475,"14.0-14.4":0.019,"14.5-14.8":0.03088,"15.0-15.1":0.02375,"15.2-15.3":0.01425,"15.4":0.019,"15.5":0.02138,"15.6-15.8":0.40144,"16.0":0.04276,"16.1":0.06651,"16.2":0.03563,"16.3":0.07839,"16.4":0.01663,"16.5":0.0285,"16.6-16.7":0.53447,"17.0":0.02375,"17.1":0.04038,"17.2":0.03563,"17.3":0.06889,"17.4":0.10927,"17.5":0.14727,"17.6-17.7":0.38719,"18.0":0.07839,"18.1":0.1544,"18.2":0.08314,"18.3":0.24704,"18.4":0.11402,"18.5-18.7":3.93366,"26.0":0.25179,"26.1":0.31355,"26.2":1.2067,"26.3":3.81014,"26.4":7.85782,"26.5":2.80297},P:{"29":0,_:"4 20 21 22 23 24 25 26 27 28 30 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":38.47}};
1
+ module.exports={C:{"151":0.32667,_:"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 152 153 154 155 3.5 3.6"},D:{"40":0.32667,"46":0.32667,"88":11.765,"118":1.63336,"146":0.65334,"147":1.63336,"148":2.94005,"149":10.45831,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 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 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 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:{"148":0.32667,"149":3.26672,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 150"},E:{_:"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.5 16.6 17.0 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.5-18.7 26.0 26.1 26.2 26.3 26.4 26.5 TP","17.1":0.32667,"18.4":5.8801},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0013,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0039,"8.1-8.4":0,"9.0-9.2":0.0013,"9.3":0,"10.0-10.2":0,"10.3":0.01429,"11.0-11.2":0.42997,"11.3-11.4":0.0026,"12.0-12.1":0,"12.2-12.5":0.04417,"13.0-13.1":0,"13.2":0.01429,"13.3":0,"13.4-13.7":0.0026,"14.0-14.4":0.00909,"14.5-14.8":0.01429,"15.0-15.1":0.01299,"15.2-15.3":0.00779,"15.4":0.00909,"15.5":0.01169,"15.6-15.8":0.22733,"16.0":0.02078,"16.1":0.03377,"16.2":0.01819,"16.3":0.03897,"16.4":0.00909,"16.5":0.01429,"16.6-16.7":0.29617,"17.0":0.01299,"17.1":0.01949,"17.2":0.01819,"17.3":0.02728,"17.4":0.04157,"17.5":0.07404,"17.6-17.7":0.19095,"18.0":0.04287,"18.1":0.08184,"18.2":0.04417,"18.3":0.1351,"18.4":0.06105,"18.5-18.7":1.9524,"26.0":0.1286,"26.1":0.1338,"26.2":0.40399,"26.3":0.55208,"26.4":0.63261,"26.5":7.17438},P:{"29":0.08639,"30":0.25655,_:"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"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{_:"0"},H:{all:0},L:{"0":45.47572},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"}};