@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:{"60":0.00655,"72":0.00655,"98":0.00655,"103":0.00655,"110":0.01964,"113":0.00655,"114":0.01309,"115":0.39276,"120":0.00655,"121":0.00655,"128":0.01964,"133":0.00655,"134":0.00655,"135":0.00655,"136":0.01309,"138":0.00655,"139":0.02618,"140":0.22911,"141":0.00655,"142":0.00655,"143":0.01964,"144":0.00655,"145":0.01309,"146":0.02618,"147":0.05891,"148":0.09819,"149":0.09819,"150":2.63149,"151":1.10627,"152":0.01309,_:"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 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 104 105 106 107 108 109 111 112 116 117 118 119 122 123 124 125 126 127 129 130 131 132 137 153 154 3.5 3.6"},D:{"39":0.01964,"40":0.01964,"41":0.01964,"42":0.01964,"43":0.01964,"44":0.01964,"45":0.01964,"46":0.01964,"47":0.01964,"48":0.01964,"49":0.01964,"50":0.01964,"51":0.01964,"52":0.01964,"53":0.01309,"54":0.01309,"55":0.01964,"56":0.01964,"57":0.01964,"58":0.01964,"59":0.01964,"60":0.01964,"79":0.03928,"87":0.01964,"92":0.00655,"102":0.01309,"103":0.01964,"104":0.01964,"105":0.01309,"106":0.02618,"107":0.01309,"108":0.01309,"109":2.1209,"110":0.01309,"111":0.01964,"112":0.49095,"114":0.00655,"116":0.09164,"117":0.01309,"118":0.83789,"119":0.01309,"120":0.02618,"121":0.00655,"122":0.03273,"123":0.01309,"124":0.12437,"125":0.00655,"126":0.11783,"127":0.01309,"128":0.07855,"129":0.00655,"130":0.07855,"131":0.07855,"132":0.01309,"133":0.03928,"134":0.09164,"135":0.05891,"136":0.01964,"137":0.03273,"138":0.1571,"139":0.23566,"140":0.11128,"141":0.1702,"142":0.15056,"143":0.41894,"144":0.10474,"145":0.47131,"146":1.06045,"147":10.82708,"148":18.3288,"149":0.07201,"150":0.14401,_:"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 93 94 95 96 97 98 99 100 101 113 115 151 152"},F:{"85":0.01964,"95":0.36658,"97":0.02618,"98":0.07201,"99":0.01309,"114":0.00655,"117":0.00655,"122":0.00655,"124":0.00655,"126":0.00655,"131":1.91798,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 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:{"92":0.00655,"109":0.07201,"120":0.00655,"131":0.00655,"133":0.01964,"136":0.00655,"137":0.00655,"138":0.01964,"140":0.00655,"142":0.00655,"143":0.01309,"144":0.00655,"145":0.09164,"146":0.06546,"147":1.38775,"148":3.04389,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 122 123 124 125 126 127 128 129 130 132 134 135 139 141 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.2 18.0 TP","13.1":0.00655,"15.6":0.07201,"16.1":0.00655,"16.6":0.07201,"17.1":0.01964,"17.3":0.00655,"17.4":0.01309,"17.5":0.01309,"17.6":0.06546,"18.1":0.00655,"18.2":0.00655,"18.3":0.01964,"18.4":0.00655,"18.5-18.7":0.05237,"26.0":0.01309,"26.1":0.03928,"26.2":0.09164,"26.3":0.32075,"26.4":0.40585,"26.5":0.30112},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00088,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00176,"8.1-8.4":0,"9.0-9.2":0.00088,"9.3":0,"10.0-10.2":0,"10.3":0.00791,"11.0-11.2":0.20833,"11.3-11.4":0.00264,"12.0-12.1":0,"12.2-12.5":0.02989,"13.0-13.1":0,"13.2":0.00967,"13.3":0,"13.4-13.7":0.00176,"14.0-14.4":0.00703,"14.5-14.8":0.01143,"15.0-15.1":0.00879,"15.2-15.3":0.00527,"15.4":0.00703,"15.5":0.00791,"15.6-15.8":0.14856,"16.0":0.01582,"16.1":0.02461,"16.2":0.01319,"16.3":0.02901,"16.4":0.00615,"16.5":0.01055,"16.6-16.7":0.19778,"17.0":0.00879,"17.1":0.01494,"17.2":0.01319,"17.3":0.02549,"17.4":0.04044,"17.5":0.0545,"17.6-17.7":0.14328,"18.0":0.02901,"18.1":0.05714,"18.2":0.03077,"18.3":0.09142,"18.4":0.04219,"18.5-18.7":1.4557,"26.0":0.09318,"26.1":0.11603,"26.2":0.44655,"26.3":1.40998,"26.4":2.90787,"26.5":1.03727},P:{"21":0.00599,"22":0.00599,"24":0.00599,"25":0.00599,"26":0.01796,"27":0.01796,"28":0.01796,"29":1.16745,"30":0.18559,_:"4 20 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00599},I:{"0":0.03105,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.39376,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.06546,_:"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.39721},Q:{_:"14.9"},O:{"0":0.02763},H:{all:0},L:{"0":28.08238}};
1
+ module.exports={C:{"68":0.0067,"110":0.0134,"114":0.0134,"115":0.46223,"120":0.04689,"121":0.08709,"125":0.0067,"128":0.0134,"132":0.0134,"133":0.0067,"134":0.0067,"135":0.0067,"136":0.0134,"138":0.0134,"139":0.0067,"140":0.30146,"142":0.0067,"143":0.0201,"144":0.0067,"146":0.0134,"147":0.0335,"148":0.04689,"149":0.04019,"150":0.08709,"151":2.54562,"152":1.46038,"153":0.0134,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 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 111 112 113 116 117 118 119 122 123 124 126 127 129 130 131 137 141 145 154 155 3.5 3.6"},D:{"39":0.0134,"40":0.0134,"41":0.0134,"42":0.0134,"43":0.0067,"44":0.0134,"45":0.0134,"46":0.0134,"47":0.0134,"48":0.0134,"49":0.0134,"50":0.0067,"51":0.0134,"52":0.0134,"53":0.0134,"54":0.0067,"55":0.0134,"56":0.0134,"57":0.0067,"58":0.0134,"59":0.0134,"60":0.0067,"79":0.04689,"87":0.06699,"90":0.0067,"91":0.0067,"92":0.0067,"93":0.0067,"101":0.0201,"102":0.0067,"103":0.04019,"104":0.04019,"105":0.0268,"106":0.0335,"107":0.0268,"108":0.0268,"109":2.54562,"110":0.0268,"111":0.0335,"112":0.09379,"113":0.0067,"114":0.0134,"115":0.0067,"116":0.10049,"117":0.0268,"118":0.6833,"119":0.09379,"120":0.16078,"121":0.0067,"122":0.0335,"123":0.0201,"124":0.08039,"125":0.0268,"126":0.09379,"127":0.0134,"128":0.08039,"129":0.0134,"130":0.06699,"131":0.10049,"132":0.0201,"133":0.07369,"134":0.06699,"135":0.05359,"136":0.0335,"137":0.0335,"138":0.6766,"139":1.17233,"140":0.13398,"141":0.05359,"142":0.16078,"143":0.07369,"144":0.16078,"145":0.22777,"146":0.62301,"147":0.48903,"148":9.57287,"149":19.24623,"150":0.08709,"151":0.20097,_:"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 94 95 96 97 98 99 100 152 153"},F:{"83":0.0067,"85":0.0067,"86":0.0067,"93":0.0067,"95":0.34835,"98":0.0268,"99":0.12058,"108":0.0067,"126":0.0067,"127":0.0067,"131":2.72649,_:"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 84 87 88 89 90 91 92 94 96 97 100 101 102 103 104 105 106 107 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.05359,"119":0.04019,"120":0.04689,"131":0.0134,"133":0.0268,"136":0.0067,"140":0.0134,"143":0.0067,"144":0.0134,"145":0.0067,"146":0.0335,"147":0.07369,"148":1.19242,"149":3.27581,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 134 135 137 138 139 141 142 150"},E:{"27":0.0067,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.2 18.0 TP","14.1":0.0067,"15.6":0.08709,"16.1":0.0134,"16.6":0.06029,"17.1":0.0268,"17.3":0.0134,"17.4":0.0067,"17.5":0.0134,"17.6":0.05359,"18.1":0.0067,"18.2":0.04019,"18.3":0.0134,"18.4":0.0067,"18.5-18.7":0.04019,"26.0":0.0067,"26.1":0.0335,"26.2":0.08039,"26.3":0.18757,"26.4":0.06029,"26.5":0.84407},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00084,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00253,"8.1-8.4":0,"9.0-9.2":0.00084,"9.3":0,"10.0-10.2":0,"10.3":0.00928,"11.0-11.2":0.27939,"11.3-11.4":0.00169,"12.0-12.1":0,"12.2-12.5":0.0287,"13.0-13.1":0,"13.2":0.00928,"13.3":0,"13.4-13.7":0.00169,"14.0-14.4":0.00591,"14.5-14.8":0.00928,"15.0-15.1":0.00844,"15.2-15.3":0.00506,"15.4":0.00591,"15.5":0.0076,"15.6-15.8":0.14771,"16.0":0.01351,"16.1":0.02195,"16.2":0.01182,"16.3":0.02532,"16.4":0.00591,"16.5":0.00928,"16.6-16.7":0.19245,"17.0":0.00844,"17.1":0.01266,"17.2":0.01182,"17.3":0.01773,"17.4":0.02701,"17.5":0.04811,"17.6-17.7":0.12408,"18.0":0.02785,"18.1":0.05318,"18.2":0.0287,"18.3":0.08778,"18.4":0.03967,"18.5-18.7":1.26863,"26.0":0.08356,"26.1":0.08694,"26.2":0.2625,"26.3":0.35873,"26.4":0.41106,"26.5":4.66177},P:{"4":0.00578,"21":0.00578,"22":0.00578,"25":0.00578,"26":0.01734,"27":0.01156,"28":0.02312,"29":0.16184,"30":1.19069,_:"20 23 24 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00578,"8.2":0.00578},I:{"0":0.03298,"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.35981,_:"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.03631},H:{all:0},L:{"0":27.72375},R:{_:"0"},M:{"0":0.40602},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"49":0.00296,"72":0.00888,"115":0.17174,"120":0.00296,"121":0.00296,"136":0.00592,"140":0.00888,"146":0.00296,"147":0.00296,"148":0.00296,"149":0.01777,"150":0.48264,"151":0.07106,"152":0.00592,_:"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 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 133 134 135 137 138 139 141 142 143 144 145 153 154 3.5 3.6"},D:{"39":0.00592,"40":0.00888,"41":0.00888,"42":0.00888,"43":0.00888,"44":0.00888,"45":0.00888,"46":0.00888,"47":0.00888,"48":0.00888,"49":0.01184,"50":0.01184,"51":0.01481,"52":0.00888,"53":0.00888,"54":0.00888,"55":0.01184,"56":0.01184,"57":0.01184,"58":0.00888,"59":0.00888,"60":0.01184,"63":0.00296,"64":0.00296,"69":0.00296,"70":0.00888,"73":0.00592,"75":0.00296,"78":0.00888,"79":0.00888,"83":0.00296,"85":0.00592,"86":0.00592,"87":0.01481,"88":0.00296,"89":0.00296,"90":0.00592,"91":0.01777,"92":0.00296,"93":0.00296,"94":0.00296,"95":0.00296,"96":0.00888,"98":0.01184,"100":0.00296,"101":0.00296,"103":0.1066,"104":0.1066,"105":0.09771,"106":0.11548,"107":0.09771,"108":0.09771,"109":1.00674,"110":0.10067,"111":0.11252,"112":1.61967,"113":0.00296,"114":0.00296,"116":0.20727,"117":0.09179,"118":3.12682,"119":0.00592,"120":0.11548,"121":0.00592,"122":0.04145,"123":0.01184,"124":0.1214,"125":0.00592,"126":0.02073,"127":0.00296,"128":0.01184,"129":0.00592,"130":0.00592,"131":0.21911,"132":0.01777,"133":0.19839,"134":0.01184,"135":0.01777,"136":0.01481,"137":0.09179,"138":0.04145,"139":0.02073,"140":0.04442,"141":0.00888,"142":0.03257,"143":0.02369,"144":0.02961,"145":0.51225,"146":0.14213,"147":3.26598,"148":3.22453,"149":0.01777,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 65 66 67 68 71 72 74 76 77 80 81 84 97 99 102 115 150 151 152"},F:{"64":0.00296,"79":0.00592,"81":0.02073,"93":0.00592,"95":0.04442,"96":0.01481,"97":0.06218,"98":0.0533,"99":0.00296,"122":0.00296,"131":0.21023,_:"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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 82 83 84 85 86 87 88 89 90 91 92 94 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00296,"18":0.01184,"89":0.00296,"92":0.01777,"100":0.00296,"109":0.04145,"114":0.00296,"122":0.00296,"125":0.00296,"128":0.00296,"131":0.00296,"138":0.00296,"140":0.00888,"141":0.00592,"142":0.00592,"143":0.00592,"144":0.01184,"145":0.03849,"146":0.11844,"147":0.62181,"148":1.00378,"149":0.00296,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 90 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 126 127 129 130 132 133 134 135 136 137 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.3 16.4 16.5 17.0 17.3 18.0 18.1 18.2 TP","5.1":0.02665,"14.1":0.00296,"15.6":0.00888,"16.2":0.00296,"16.6":0.01481,"17.1":0.00296,"17.2":0.00592,"17.4":0.00296,"17.5":0.00296,"17.6":0.00592,"18.3":0.00296,"18.4":0.00296,"18.5-18.7":0.00888,"26.0":0.00296,"26.1":0.01184,"26.2":0.01481,"26.3":0.04145,"26.4":0.03849,"26.5":0.01777},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00092,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00183,"8.1-8.4":0,"9.0-9.2":0.00092,"9.3":0,"10.0-10.2":0,"10.3":0.00825,"11.0-11.2":0.21721,"11.3-11.4":0.00275,"12.0-12.1":0,"12.2-12.5":0.03116,"13.0-13.1":0,"13.2":0.01008,"13.3":0,"13.4-13.7":0.00183,"14.0-14.4":0.00733,"14.5-14.8":0.01191,"15.0-15.1":0.00916,"15.2-15.3":0.0055,"15.4":0.00733,"15.5":0.00825,"15.6-15.8":0.15488,"16.0":0.0165,"16.1":0.02566,"16.2":0.01375,"16.3":0.03024,"16.4":0.00642,"16.5":0.011,"16.6-16.7":0.20621,"17.0":0.00916,"17.1":0.01558,"17.2":0.01375,"17.3":0.02658,"17.4":0.04216,"17.5":0.05682,"17.6-17.7":0.14939,"18.0":0.03024,"18.1":0.05957,"18.2":0.03208,"18.3":0.09531,"18.4":0.04399,"18.5-18.7":1.51769,"26.0":0.09715,"26.1":0.12098,"26.2":0.46557,"26.3":1.47003,"26.4":3.03171,"26.5":1.08144},P:{"20":0.01416,"21":0.02124,"22":0.04957,"23":0.04957,"24":0.0779,"25":0.06373,"26":0.09914,"27":0.08498,"28":0.1912,"29":1.29594,"30":0.12039,_:"4 5.0-5.4 9.2 10.1 14.0 16.0","6.2-6.4":0.00708,"7.2-7.4":0.1558,"8.2":0.00708,"11.1-11.2":0.00708,"12.0":0.03541,"13.0":0.00708,"15.0":0.00708,"17.0":0.02833,"18.0":0.00708,"19.0":0.00708},I:{"0":0.01406,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":2.83672,_:"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.09855},Q:{_:"14.9"},O:{"0":0.28156},H:{all:0},L:{"0":64.21039}};
1
+ module.exports={C:{"115":0.13651,"120":0.13272,"121":0.26544,"127":0.00758,"136":0.02275,"140":0.01896,"147":0.00379,"148":0.00379,"149":0.00758,"150":0.02654,"151":0.32232,"152":0.17443,"153":0.00379,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 146 154 155 3.5 3.6"},D:{"11":0.00379,"39":0.00758,"40":0.00758,"41":0.00758,"42":0.00758,"43":0.00758,"44":0.00758,"45":0.00758,"46":0.00758,"47":0.00758,"48":0.01138,"49":0.01138,"50":0.00758,"51":0.01138,"52":0.00758,"53":0.00758,"54":0.00758,"55":0.00758,"56":0.01517,"57":0.00758,"58":0.00758,"59":0.00758,"60":0.00758,"63":0.00379,"64":0.00379,"65":0.00379,"66":0.00379,"69":0.00379,"70":0.00758,"71":0.00379,"72":0.00379,"73":0.01517,"75":0.00758,"76":0.00758,"78":0.01138,"79":0.01896,"80":0.00379,"81":0.00379,"83":0.00758,"84":0.00379,"85":0.00758,"86":0.01138,"87":0.03034,"88":0.00379,"89":0.00379,"90":0.00758,"91":0.01896,"92":0.00379,"93":0.00379,"95":0.00379,"96":0.00758,"98":0.03034,"100":0.00379,"101":0.00379,"102":0.01517,"103":0.29198,"104":0.29578,"105":0.28061,"106":0.27682,"107":0.26923,"108":0.28061,"109":1.06176,"110":0.28061,"111":0.28061,"112":0.26923,"113":0.01517,"114":0.01138,"116":0.58018,"117":0.2844,"118":4.58453,"119":0.27682,"120":0.56122,"121":0.00758,"122":0.01517,"123":0.01138,"124":0.28819,"125":0.01138,"126":0.01138,"127":0.00379,"128":0.00379,"129":0.00379,"130":0.00758,"131":0.59155,"132":0.01138,"133":0.5688,"134":0.01896,"135":0.02654,"136":0.01896,"137":0.15168,"138":0.03413,"139":0.03792,"140":0.0493,"141":0.01138,"142":0.06067,"143":0.02654,"144":0.03413,"145":0.51192,"146":0.10997,"147":0.48158,"148":2.90846,"149":3.34834,"150":0.03034,"151":0.00379,_:"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 67 68 74 77 94 97 99 115 152 153"},F:{"64":0.00379,"93":0.00379,"95":0.0455,"97":0.00379,"98":0.03034,"99":0.10997,"100":0.00379,"114":0.00379,"122":0.00379,"131":0.31094,_:"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 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 94 96 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01517,"84":0.00379,"92":0.01896,"100":0.00379,"109":0.01517,"114":0.01138,"119":0.13272,"120":0.12893,"122":0.00379,"140":0.00758,"141":0.00758,"142":0.00379,"143":0.00758,"144":0.00379,"145":0.01517,"146":0.00758,"147":0.05309,"148":0.46642,"149":1.27032,"150":0.00379,_:"12 13 14 15 16 17 79 80 81 83 85 86 87 88 89 90 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 131 132 133 134 135 136 137 138 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 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.3 18.0 18.2 18.3 TP","5.1":0.02275,"15.6":0.01138,"16.6":0.01138,"17.1":0.00758,"17.2":0.00758,"17.4":0.00758,"17.5":0.00379,"17.6":0.00758,"18.1":0.00379,"18.4":0.00379,"18.5-18.7":0.00379,"26.0":0.00379,"26.1":0.00379,"26.2":0.00758,"26.3":0.01896,"26.4":0.01138,"26.5":0.10997},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00076,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00229,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0,"10.0-10.2":0,"10.3":0.00838,"11.0-11.2":0.25213,"11.3-11.4":0.00152,"12.0-12.1":0,"12.2-12.5":0.0259,"13.0-13.1":0,"13.2":0.00838,"13.3":0,"13.4-13.7":0.00152,"14.0-14.4":0.00533,"14.5-14.8":0.00838,"15.0-15.1":0.00762,"15.2-15.3":0.00457,"15.4":0.00533,"15.5":0.00686,"15.6-15.8":0.1333,"16.0":0.01219,"16.1":0.0198,"16.2":0.01066,"16.3":0.02285,"16.4":0.00533,"16.5":0.00838,"16.6-16.7":0.17367,"17.0":0.00762,"17.1":0.01143,"17.2":0.01066,"17.3":0.016,"17.4":0.02438,"17.5":0.04342,"17.6-17.7":0.11197,"18.0":0.02514,"18.1":0.04799,"18.2":0.0259,"18.3":0.07922,"18.4":0.0358,"18.5-18.7":1.14487,"26.0":0.07541,"26.1":0.07846,"26.2":0.2369,"26.3":0.32373,"26.4":0.37096,"26.5":4.20699},P:{"20":0.01408,"21":0.00704,"22":0.0352,"23":0.01408,"24":0.07039,"25":0.08447,"26":0.07743,"27":0.07039,"28":0.24637,"29":0.78838,"30":1.02771,_:"4 5.0-5.4 8.2 9.2 10.1 12.0 13.0 18.0","6.2-6.4":0.00704,"7.2-7.4":0.08447,"11.1-11.2":0.01408,"14.0":0.00704,"15.0":0.00704,"16.0":0.00704,"17.0":0.00704,"19.0":0.00704},I:{"0":0.02481,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":4.16557,_:"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.44077},H:{all:0},L:{"0":58.80165},R:{_:"0"},M:{"0":0.12416},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.14101,"65":0.00504,"72":0.03525,"75":0.00504,"103":0.01007,"115":0.1964,"120":0.00504,"121":0.01511,"123":0.00504,"128":0.00504,"133":0.00504,"134":0.00504,"135":0.00504,"136":0.00504,"138":0.00504,"140":0.02518,"141":0.00504,"143":0.03022,"145":0.00504,"146":0.00504,"147":0.01511,"148":0.03022,"149":0.04029,"150":0.67986,"151":0.23669,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 66 67 68 69 70 71 73 74 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 124 125 126 127 129 130 131 132 137 139 142 144 152 153 154 3.5 3.6"},D:{"39":0.07554,"40":0.07554,"41":0.07554,"42":0.07554,"43":0.07554,"44":0.07554,"45":0.08058,"46":0.07554,"47":0.07554,"48":0.07554,"49":0.08058,"50":0.08058,"51":0.07554,"52":0.08058,"53":0.07554,"54":0.07554,"55":0.08058,"56":0.09065,"57":0.07554,"58":0.07554,"59":0.07554,"60":0.07554,"65":0.00504,"66":0.00504,"67":0.00504,"68":0.01511,"69":0.01007,"70":0.01007,"72":0.01511,"73":0.02518,"75":0.01007,"79":0.04029,"80":0.00504,"81":0.01007,"83":0.02518,"85":0.00504,"86":0.00504,"87":0.04532,"88":0.00504,"91":0.01007,"93":0.00504,"94":0.00504,"95":0.00504,"98":0.01511,"101":0.01007,"102":0.00504,"103":0.52878,"104":0.54892,"105":0.5036,"106":0.51367,"107":0.50864,"108":0.51871,"109":1.28922,"110":0.51871,"111":0.51367,"112":1.62159,"113":0.00504,"114":0.02518,"116":1.04245,"117":0.50864,"118":3.48491,"119":0.05036,"120":0.54389,"121":0.00504,"122":0.03022,"123":0.00504,"124":0.55396,"125":0.01007,"126":0.01007,"127":0.00504,"128":0.04532,"129":0.01007,"130":0.01511,"131":1.08274,"132":0.03022,"133":1.04245,"134":0.05036,"135":0.02014,"136":0.03022,"137":0.04532,"138":0.17626,"139":0.04532,"140":0.04029,"141":0.02014,"142":0.07554,"143":0.11583,"144":0.0705,"145":0.9518,"146":0.34748,"147":6.52162,"148":8.67199,"149":0.0554,"150":0.01007,_:"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 71 74 76 77 78 84 89 90 92 96 97 99 100 115 151 152"},F:{"46":0.00504,"88":0.00504,"90":0.00504,"95":0.02518,"97":0.01007,"98":0.02518,"114":0.00504,"117":0.01007,"121":0.00504,"125":0.00504,"131":0.64461,_:"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 89 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 118 119 120 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.00504,"92":0.01511,"109":0.01511,"114":0.00504,"131":0.01007,"132":0.00504,"133":0.00504,"134":0.02518,"135":0.01511,"136":0.00504,"137":0.00504,"138":0.00504,"139":0.00504,"140":0.00504,"141":0.00504,"142":0.00504,"143":0.00504,"144":0.01511,"145":0.03525,"146":0.04029,"147":0.89641,"148":1.72231,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 17.0 17.2 TP","5.1":0.02014,"13.1":0.00504,"14.1":0.00504,"15.6":0.02518,"16.3":0.00504,"16.5":0.00504,"16.6":0.02014,"17.1":0.01007,"17.3":0.00504,"17.4":0.00504,"17.5":0.01007,"17.6":0.04532,"18.0":0.00504,"18.1":0.03525,"18.2":0.00504,"18.3":0.01007,"18.4":0.01007,"18.5-18.7":0.01007,"26.0":0.01007,"26.1":0.01007,"26.2":0.03022,"26.3":0.10072,"26.4":0.09065,"26.5":0.04029},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00081,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00162,"8.1-8.4":0,"9.0-9.2":0.00081,"9.3":0,"10.0-10.2":0,"10.3":0.0073,"11.0-11.2":0.19223,"11.3-11.4":0.00243,"12.0-12.1":0,"12.2-12.5":0.02758,"13.0-13.1":0,"13.2":0.00892,"13.3":0,"13.4-13.7":0.00162,"14.0-14.4":0.00649,"14.5-14.8":0.01054,"15.0-15.1":0.00811,"15.2-15.3":0.00487,"15.4":0.00649,"15.5":0.0073,"15.6-15.8":0.13708,"16.0":0.0146,"16.1":0.02271,"16.2":0.01217,"16.3":0.02677,"16.4":0.00568,"16.5":0.00973,"16.6-16.7":0.1825,"17.0":0.00811,"17.1":0.01379,"17.2":0.01217,"17.3":0.02352,"17.4":0.03731,"17.5":0.05029,"17.6-17.7":0.13221,"18.0":0.02677,"18.1":0.05272,"18.2":0.02839,"18.3":0.08436,"18.4":0.03893,"18.5-18.7":1.34321,"26.0":0.08598,"26.1":0.10707,"26.2":0.41205,"26.3":1.30103,"26.4":2.68318,"26.5":0.95712},P:{"4":0.079,"21":0.00658,"22":0.00658,"23":0.01317,"24":0.01317,"25":0.02633,"26":0.06584,"27":0.02633,"28":0.08559,"29":0.94804,"30":0.15142,_:"20 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","5.0-5.4":0.00658,"6.2-6.4":0.00658,"7.2-7.4":0.09217,"8.2":0.01975,"17.0":0.00658},I:{"0":0.04959,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.2482,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00504,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00496,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.1787},Q:{_:"14.9"},O:{"0":0.0695},H:{all:0},L:{"0":45.71284}};
1
+ module.exports={C:{"52":0.06989,"65":0.00538,"78":0.00538,"102":0.00538,"103":0.01075,"115":0.15053,"120":0.27955,"121":0.55373,"126":0.00538,"127":0.00538,"128":0.00538,"133":0.00538,"134":0.00538,"135":0.01075,"136":0.00538,"138":0.00538,"140":0.0215,"143":0.01075,"146":0.01075,"147":0.01075,"148":0.03763,"149":0.01075,"150":0.05376,"151":0.5591,"152":0.2903,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 129 130 131 132 137 139 141 142 144 145 153 154 155 3.5 3.6"},D:{"39":0.05376,"40":0.05376,"41":0.05914,"42":0.05914,"43":0.05914,"44":0.05376,"45":0.05914,"46":0.05914,"47":0.05376,"48":0.05376,"49":0.06451,"50":0.05914,"51":0.05914,"52":0.05376,"53":0.05914,"54":0.05914,"55":0.06451,"56":0.10214,"57":0.05376,"58":0.05914,"59":0.05914,"60":0.05376,"62":0.00538,"63":0.00538,"65":0.01075,"66":0.0215,"67":0.00538,"68":0.04301,"69":0.0215,"70":0.01075,"71":0.00538,"72":0.03763,"73":0.05376,"74":0.00538,"75":0.02688,"76":0.00538,"77":0.00538,"78":0.00538,"79":0.09677,"80":0.00538,"81":0.01613,"83":0.06989,"84":0.00538,"85":0.01075,"86":0.01613,"87":0.06989,"88":0.00538,"89":0.00538,"90":0.00538,"91":0.01075,"93":0.00538,"94":0.00538,"95":0.00538,"96":0.00538,"98":0.03763,"100":0.00538,"101":0.02688,"102":0.00538,"103":0.57523,"104":0.61286,"105":0.56448,"106":0.56986,"107":0.5591,"108":0.57523,"109":1.48915,"110":0.60211,"111":0.56986,"112":0.55373,"113":0.01613,"114":0.04301,"116":1.15584,"117":0.55373,"118":4.96205,"119":0.62362,"120":1.20422,"121":0.01075,"122":0.03763,"123":0.01613,"124":0.59674,"125":0.01075,"126":0.01075,"127":0.01075,"128":0.04838,"129":0.01075,"130":0.01075,"131":1.2096,"132":0.05376,"133":1.17197,"134":0.05376,"135":0.02688,"136":0.03226,"137":0.1129,"138":0.24192,"139":0.04838,"140":0.03763,"141":0.02688,"142":0.1344,"143":0.09677,"144":0.06989,"145":0.66662,"146":0.1559,"147":0.34944,"148":6.53184,"149":7.71456,"150":0.06989,"151":0.00538,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 64 92 97 99 115 152 153"},F:{"40":0.00538,"46":0.01075,"90":0.00538,"95":0.02688,"98":0.01075,"99":0.03763,"114":0.00538,"121":0.00538,"131":0.60749,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 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.00538,"92":0.01613,"109":0.01613,"114":0.00538,"119":0.27418,"120":0.27418,"129":0.00538,"131":0.01613,"132":0.00538,"133":0.00538,"134":0.01075,"135":0.00538,"136":0.00538,"137":0.00538,"138":0.00538,"142":0.00538,"143":0.00538,"144":0.0215,"145":0.01613,"146":0.01613,"147":0.04301,"148":0.672,"149":1.63968,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 122 123 124 125 126 127 128 130 139 140 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 17.2 17.3 18.4 TP","5.1":0.01075,"14.1":0.00538,"15.6":0.01613,"16.3":0.00538,"16.6":0.01613,"17.1":0.00538,"17.4":0.01075,"17.5":0.01075,"17.6":0.02688,"18.0":0.00538,"18.1":0.01613,"18.2":0.00538,"18.3":0.01075,"18.5-18.7":0.01075,"26.0":0.00538,"26.1":0.00538,"26.2":0.01613,"26.3":0.03226,"26.4":0.0215,"26.5":0.14515},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00073,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00219,"8.1-8.4":0,"9.0-9.2":0.00073,"9.3":0,"10.0-10.2":0,"10.3":0.00804,"11.0-11.2":0.24183,"11.3-11.4":0.00146,"12.0-12.1":0,"12.2-12.5":0.02484,"13.0-13.1":0,"13.2":0.00804,"13.3":0,"13.4-13.7":0.00146,"14.0-14.4":0.00511,"14.5-14.8":0.00804,"15.0-15.1":0.00731,"15.2-15.3":0.00438,"15.4":0.00511,"15.5":0.00658,"15.6-15.8":0.12785,"16.0":0.01169,"16.1":0.019,"16.2":0.01023,"16.3":0.02192,"16.4":0.00511,"16.5":0.00804,"16.6-16.7":0.16657,"17.0":0.00731,"17.1":0.01096,"17.2":0.01023,"17.3":0.01534,"17.4":0.02338,"17.5":0.04164,"17.6-17.7":0.1074,"18.0":0.02411,"18.1":0.04603,"18.2":0.02484,"18.3":0.07598,"18.4":0.03434,"18.5-18.7":1.09808,"26.0":0.07233,"26.1":0.07525,"26.2":0.22721,"26.3":0.3105,"26.4":0.3558,"26.5":4.03506},P:{"4":0.10134,"21":0.00633,"22":0.00633,"23":0.00633,"24":0.01267,"25":0.019,"26":0.057,"27":0.019,"28":0.06334,"29":0.18368,"30":0.87405,_:"20 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0 19.0","5.0-5.4":0.00633,"6.2-6.4":0.00633,"7.2-7.4":0.08867,"8.2":0.038,"9.2":0.00633,"13.0":0.00633,"17.0":0.00633},I:{"0":0.04157,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.2497,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00538,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.07861},H:{all:0},L:{"0":43.9121},R:{_:"0"},M:{"0":0.18034},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"50":0.00649,"60":0.00649,"78":0.00649,"115":0.38267,"124":0.00649,"125":0.01297,"126":0.01297,"140":0.97939,"147":0.00649,"148":0.00649,"149":0.01946,"150":1.54367,"151":1.05073,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 152 153 154 3.5 3.6"},D:{"39":0.00649,"40":0.00649,"42":0.01297,"43":0.00649,"44":0.00649,"45":0.00649,"46":0.01297,"48":0.00649,"49":0.00649,"50":0.00649,"51":0.00649,"52":0.01297,"53":0.00649,"54":0.00649,"55":0.00649,"56":0.00649,"57":0.00649,"58":0.00649,"59":0.00649,"60":0.00649,"87":3.48947,"98":0.7394,"103":1.79014,"106":0.00649,"107":0.05189,"109":0.34376,"110":0.00649,"112":0.31781,"113":0.00649,"116":0.3697,"117":0.01297,"118":0.21404,"120":0.00649,"122":0.13621,"123":0.03892,"124":0.01946,"125":0.00649,"126":0.01297,"128":0.01297,"129":0.01297,"131":0.14918,"132":0.05837,"133":0.01297,"135":0.01297,"136":0.18161,"137":0.12323,"138":1.12208,"139":0.06486,"140":0.00649,"141":0.00649,"142":0.06486,"143":0.02594,"144":0.62266,"145":0.16215,"146":5.05908,"147":5.45473,"148":10.9354,"149":0.09729,_:"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 41 47 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 99 100 101 102 104 105 108 111 114 115 119 121 127 130 134 150 151 152"},F:{"52":0.00649,"98":0.02594,"99":0.00649,"131":1.19342,_:"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 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"124":0.00649,"125":0.00649,"140":0.00649,"144":0.00649,"145":0.02594,"146":0.02594,"147":1.19991,"148":2.67872,_:"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 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 17.0 18.0 TP","13.1":0.01297,"14.1":0.00649,"15.6":0.03243,"16.1":0.00649,"16.3":0.02594,"16.4":0.00649,"16.5":0.15566,"16.6":0.11026,"17.1":0.46699,"17.2":0.17512,"17.3":0.03243,"17.4":0.01946,"17.5":0.40862,"17.6":0.62914,"18.1":0.03892,"18.2":0.00649,"18.3":0.00649,"18.4":0.00649,"18.5-18.7":0.29836,"26.0":0.02594,"26.1":0.01946,"26.2":0.18161,"26.3":1.75771,"26.4":2.16632,"26.5":5.68822},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00193,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00385,"8.1-8.4":0,"9.0-9.2":0.00193,"9.3":0,"10.0-10.2":0,"10.3":0.01733,"11.0-11.2":0.4563,"11.3-11.4":0.00578,"12.0-12.1":0,"12.2-12.5":0.06546,"13.0-13.1":0,"13.2":0.02118,"13.3":0,"13.4-13.7":0.00385,"14.0-14.4":0.0154,"14.5-14.8":0.02503,"15.0-15.1":0.01925,"15.2-15.3":0.01155,"15.4":0.0154,"15.5":0.01733,"15.6-15.8":0.32538,"16.0":0.03466,"16.1":0.05391,"16.2":0.02888,"16.3":0.06354,"16.4":0.01348,"16.5":0.0231,"16.6-16.7":0.4332,"17.0":0.01925,"17.1":0.03273,"17.2":0.02888,"17.3":0.05583,"17.4":0.08856,"17.5":0.11937,"17.6-17.7":0.31383,"18.0":0.06354,"18.1":0.12515,"18.2":0.06739,"18.3":0.20023,"18.4":0.09242,"18.5-18.7":3.18833,"26.0":0.20408,"26.1":0.25414,"26.2":0.97806,"26.3":3.08821,"26.4":6.36896,"26.5":2.27188},P:{"27":0.00576,"29":1.01316,"30":0.12665,_:"4 20 21 22 23 24 25 26 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.01755,"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.0492,_:"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.19678},Q:{_:"14.9"},O:{"0":0.01054},H:{all:0},L:{"0":15.26066}};
1
+ module.exports={C:{"60":0.01265,"115":0.14543,"120":0.03162,"121":0.04426,"125":0.02529,"136":0.00632,"140":1.11285,"149":0.01265,"150":0.00632,"151":1.53649,"152":0.85993,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"40":0.00632,"41":0.00632,"43":0.00632,"46":0.00632,"49":0.00632,"54":0.00632,"55":0.00632,"56":0.00632,"58":0.00632,"59":0.00632,"60":0.00632,"78":0.00632,"87":0.65759,"93":0.01897,"98":0.20866,"103":0.45526,"104":0.00632,"106":0.00632,"107":0.05058,"109":0.37938,"111":0.00632,"113":0.00632,"116":0.17072,"117":0.00632,"118":0.20234,"119":0.04426,"120":0.03794,"122":0.01897,"123":0.01265,"124":0.29086,"128":0.05058,"131":0.1644,"133":0.00632,"134":0.00632,"136":0.15808,"137":0.12014,"138":6.97427,"141":0.01897,"142":0.01897,"143":0.07588,"144":0.14543,"145":0.09485,"146":3.5472,"147":1.77676,"148":7.63818,"149":10.2812,"150":0.1644,_:"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 42 44 45 47 48 50 51 52 53 57 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 83 84 85 86 88 89 90 91 92 94 95 96 97 99 100 101 102 105 108 110 112 114 115 121 125 126 127 129 130 132 135 139 140 151 152 153"},F:{"52":0.00632,"98":0.00632,"102":0.00632,"131":0.61333,_:"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 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00632,"119":0.01897,"120":0.03162,"143":0.00632,"144":0.01897,"145":0.06955,"147":0.02529,"148":0.98639,"149":9.44656,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 146 150"},E:{"12":0.00632,"27":0.02529,_:"4 5 6 7 8 9 10 11 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 16.2 16.3 16.4 17.0 18.0 TP","13.1":0.00632,"14.1":0.03162,"15.5":0.00632,"15.6":0.09485,"16.1":0.00632,"16.5":0.09485,"16.6":0.25924,"17.1":0.39835,"17.2":0.11381,"17.3":0.05691,"17.4":0.01265,"17.5":0.10117,"17.6":0.47423,"18.1":0.10117,"18.2":0.03794,"18.3":0.00632,"18.4":0.03162,"18.5-18.7":0.31615,"26.0":0.02529,"26.1":0.08852,"26.2":0.08852,"26.3":0.57539,"26.4":0.21498,"26.5":5.10266},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0017,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00511,"8.1-8.4":0,"9.0-9.2":0.0017,"9.3":0,"10.0-10.2":0,"10.3":0.01872,"11.0-11.2":0.56327,"11.3-11.4":0.0034,"12.0-12.1":0,"12.2-12.5":0.05786,"13.0-13.1":0,"13.2":0.01872,"13.3":0,"13.4-13.7":0.0034,"14.0-14.4":0.01191,"14.5-14.8":0.01872,"15.0-15.1":0.01702,"15.2-15.3":0.01021,"15.4":0.01191,"15.5":0.01532,"15.6-15.8":0.2978,"16.0":0.02723,"16.1":0.04424,"16.2":0.02382,"16.3":0.05105,"16.4":0.01191,"16.5":0.01872,"16.6-16.7":0.38799,"17.0":0.01702,"17.1":0.02553,"17.2":0.02382,"17.3":0.03574,"17.4":0.05445,"17.5":0.097,"17.6-17.7":0.25015,"18.0":0.05616,"18.1":0.10721,"18.2":0.05786,"18.3":0.17698,"18.4":0.07998,"18.5-18.7":2.55768,"26.0":0.16847,"26.1":0.17528,"26.2":0.52923,"26.3":0.72323,"26.4":0.82874,"26.5":9.39858},P:{"4":0.01376,"24":0.05502,"29":0.02063,"30":1.44437,_:"20 21 22 23 25 26 27 28 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","17.0":0.00688},I:{"0":0.06979,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.03677,_:"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":18.28835},R:{_:"0"},M:{"0":0.29048},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.04048,"72":0.00578,"115":0.08096,"120":0.00578,"121":0.00578,"134":0.0347,"140":0.08675,"145":0.00578,"146":0.00578,"147":0.00578,"148":0.02313,"149":0.02892,"150":0.5089,"151":0.18506,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 135 136 137 138 139 141 142 143 144 152 153 154 3.5 3.6"},D:{"39":0.02313,"40":0.02313,"41":0.02313,"42":0.02892,"43":0.02892,"44":0.02313,"45":0.02313,"46":0.02892,"47":0.02313,"48":0.0347,"49":0.02892,"50":0.02313,"51":0.02313,"52":0.02892,"53":0.02313,"54":0.02892,"55":0.02313,"56":0.02892,"57":0.02313,"58":0.02313,"59":0.02313,"60":0.02313,"70":0.00578,"72":0.00578,"75":0.01735,"79":0.02892,"86":0.00578,"87":0.00578,"90":0.00578,"91":0.00578,"102":0.04048,"103":0.27758,"104":0.26024,"105":0.25445,"106":0.2718,"107":0.26024,"108":0.26024,"109":1.5325,"110":0.26602,"111":0.26024,"112":0.87323,"114":0.00578,"115":0.00578,"116":0.57252,"117":0.25445,"118":1.33587,"119":0.00578,"120":0.28337,"121":0.00578,"122":0.02313,"123":0.02313,"124":0.37011,"126":0.01157,"127":0.00578,"128":0.01157,"129":0.01735,"130":0.01157,"131":0.55517,"132":0.02313,"133":0.52625,"134":0.02892,"135":0.01735,"136":0.02892,"137":0.06361,"138":0.13879,"139":0.01735,"140":0.02892,"141":0.02313,"142":0.15614,"143":0.0694,"144":0.04626,"145":0.42216,"146":0.30072,"147":26.57289,"148":6.49431,"149":0.01735,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 73 74 76 77 78 80 81 83 84 85 88 89 92 93 94 95 96 97 98 99 100 101 113 125 150 151 152"},F:{"79":0.0694,"85":0.02892,"92":0.00578,"95":0.0694,"97":0.02892,"98":0.13301,"127":0.00578,"131":0.60143,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 87 88 89 90 91 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"118":0.00578,"134":0.00578,"138":0.00578,"142":0.00578,"145":0.01735,"146":0.01735,"147":0.77492,"148":0.9542,_:"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 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 135 136 137 139 140 141 143 144 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.4 18.0 18.3 18.4 TP","9.1":0.00578,"13.1":0.00578,"14.1":0.00578,"15.6":0.01157,"16.6":0.01735,"17.1":0.00578,"17.3":0.00578,"17.5":0.00578,"17.6":0.02313,"18.1":0.02313,"18.2":0.01157,"18.5-18.7":0.00578,"26.0":0.01157,"26.1":0.00578,"26.2":0.02892,"26.3":0.12144,"26.4":0.2718,"26.5":0.12144},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.0026,"8.1-8.4":0,"9.0-9.2":0.0013,"9.3":0,"10.0-10.2":0,"10.3":0.01168,"11.0-11.2":0.30752,"11.3-11.4":0.00389,"12.0-12.1":0,"12.2-12.5":0.04412,"13.0-13.1":0,"13.2":0.01427,"13.3":0,"13.4-13.7":0.0026,"14.0-14.4":0.01038,"14.5-14.8":0.01687,"15.0-15.1":0.01298,"15.2-15.3":0.00779,"15.4":0.01038,"15.5":0.01168,"15.6-15.8":0.21929,"16.0":0.02336,"16.1":0.03633,"16.2":0.01946,"16.3":0.04282,"16.4":0.00908,"16.5":0.01557,"16.6-16.7":0.29195,"17.0":0.01298,"17.1":0.02206,"17.2":0.01946,"17.3":0.03763,"17.4":0.05969,"17.5":0.08045,"17.6-17.7":0.2115,"18.0":0.04282,"18.1":0.08434,"18.2":0.04541,"18.3":0.13495,"18.4":0.06228,"18.5-18.7":2.14878,"26.0":0.13754,"26.1":0.17128,"26.2":0.65917,"26.3":2.0813,"26.4":4.29236,"26.5":1.53113},P:{"25":0.00693,"26":0.00693,"27":0.00693,"28":0.0208,"29":0.742,"30":0.11789,_:"4 20 21 22 23 24 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02774,"9.2":0.00693},I:{"0":0.00843,"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.46387,_:"10 11 12 11.1 11.5 12.1"},A:{"7":0.00714,"8":0.00714,"10":0.00714,"11":0.10001,_:"6 9 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.27832},Q:{"14.9":0.00422},O:{"0":0.10964},H:{all:0},L:{"0":28.38638}};
1
+ module.exports={C:{"3":0.00565,"52":0.06776,"60":0.00565,"78":0.00565,"115":0.15247,"120":0.31623,"121":0.64941,"124":0.01129,"125":0.00565,"128":0.00565,"135":0.00565,"136":0.00565,"140":0.2767,"145":0.00565,"146":0.01129,"147":0.00565,"148":0.01694,"149":0.01694,"150":0.02824,"151":0.77929,"152":0.41788,_:"2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 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 126 127 129 130 131 132 133 134 137 138 139 141 142 143 144 153 154 155 3.5 3.6"},D:{"39":0.02824,"40":0.02824,"41":0.03388,"42":0.02824,"43":0.03388,"44":0.02824,"45":0.02824,"46":0.03388,"47":0.02824,"48":0.05647,"49":0.02824,"50":0.02824,"51":0.02824,"52":0.03388,"53":0.03388,"54":0.02824,"55":0.04518,"56":0.02824,"57":0.02824,"58":0.03388,"59":0.02824,"60":0.02824,"69":0.00565,"70":0.00565,"79":0.03388,"85":0.00565,"86":0.00565,"87":0.00565,"90":0.01694,"95":0.00565,"96":0.00565,"97":0.00565,"100":0.00565,"102":0.05082,"103":0.45741,"104":0.44047,"105":0.43482,"106":0.45741,"107":0.44047,"108":0.44611,"109":2.02163,"110":0.43482,"111":0.48564,"112":0.42353,"114":0.01129,"115":0.01129,"116":0.90352,"117":0.42353,"118":4.73219,"119":0.6607,"120":1.1294,"121":0.00565,"122":0.02259,"123":0.00565,"124":1.03905,"125":0.00565,"126":0.00565,"127":0.00565,"128":0.02259,"129":0.00565,"130":0.01129,"131":0.92611,"132":0.04518,"133":0.88658,"134":0.03953,"135":0.01129,"136":0.06776,"137":0.08471,"138":0.89223,"139":0.02824,"140":0.02824,"141":0.03388,"142":0.25976,"143":0.10729,"144":0.06776,"145":0.46305,"146":0.27106,"147":0.35011,"148":7.7138,"149":8.0018,"150":0.02824,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 71 72 73 74 75 76 77 78 80 81 83 84 88 89 91 92 93 94 98 99 101 113 151 152 153"},F:{"75":0.00565,"79":0.15812,"82":0.02259,"85":0.06776,"87":0.00565,"95":0.1807,"98":0.05647,"99":0.25412,"100":0.00565,"112":0.00565,"131":1.40046,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 78 80 81 83 84 86 88 89 90 91 92 93 94 96 97 101 102 103 104 105 106 107 108 109 110 111 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00565,"102":0.00565,"109":0.02259,"118":0.00565,"119":0.32188,"120":0.33317,"131":0.00565,"134":0.00565,"138":0.01129,"143":0.00565,"144":0.00565,"145":0.01129,"146":0.00565,"147":0.02259,"148":0.61552,"149":1.65457,"150":0.00565,_:"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 115 116 117 121 122 123 124 125 126 127 128 129 130 132 133 135 136 137 139 140 141 142"},E:{"4":0.00565,"14":0.00565,_:"5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.2 26.1 TP","9.1":0.01129,"13.1":0.00565,"14.1":0.00565,"15.6":0.01694,"16.6":0.02259,"17.1":0.00565,"17.5":0.01129,"17.6":0.01694,"18.0":0.00565,"18.1":0.00565,"18.3":0.00565,"18.4":0.00565,"18.5-18.7":0.02259,"26.0":0.00565,"26.2":0.01694,"26.3":0.05082,"26.4":0.02824,"26.5":0.71717},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00131,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00392,"8.1-8.4":0,"9.0-9.2":0.00131,"9.3":0,"10.0-10.2":0,"10.3":0.01436,"11.0-11.2":0.43196,"11.3-11.4":0.00261,"12.0-12.1":0,"12.2-12.5":0.04437,"13.0-13.1":0,"13.2":0.01436,"13.3":0,"13.4-13.7":0.00261,"14.0-14.4":0.00914,"14.5-14.8":0.01436,"15.0-15.1":0.01305,"15.2-15.3":0.00783,"15.4":0.00914,"15.5":0.01175,"15.6-15.8":0.22838,"16.0":0.02088,"16.1":0.03393,"16.2":0.01827,"16.3":0.03915,"16.4":0.00914,"16.5":0.01436,"16.6-16.7":0.29755,"17.0":0.01305,"17.1":0.01958,"17.2":0.01827,"17.3":0.02741,"17.4":0.04176,"17.5":0.07439,"17.6-17.7":0.19184,"18.0":0.04307,"18.1":0.08222,"18.2":0.04437,"18.3":0.13572,"18.4":0.06134,"18.5-18.7":1.96146,"26.0":0.1292,"26.1":0.13442,"26.2":0.40586,"26.3":0.55464,"26.4":0.63555,"26.5":7.20768},P:{"4":0.02031,"20":0.00677,"25":0.01354,"26":0.02031,"27":0.01354,"28":0.01354,"29":0.10157,"30":0.85996,_:"21 22 23 24 5.0-5.4 6.2-6.4 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.03386,"8.2":0.00677,"9.2":0.00677},I:{"0":0.02174,"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.46577,_:"10 11 12 11.1 11.5 12.1"},A:{"6":0.01305,"7":0.01305,"8":0.0522,"9":0.01305,"10":0.0261,"11":0.17619,_:"5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.10012},H:{all:0},L:{"0":31.00415},R:{_:"0"},M:{"0":0.25247},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00456,"78":0.05477,"115":0.07302,"120":0.00456,"121":0.00456,"133":0.00456,"135":0.00456,"139":0.00456,"140":0.02282,"142":0.00456,"145":0.00456,"146":0.00456,"147":0.01369,"148":0.02282,"149":0.04564,"150":1.16838,"151":0.29666,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 134 136 137 138 141 143 144 152 153 154 3.5 3.6"},D:{"39":0.01369,"40":0.01369,"41":0.01826,"42":0.01826,"43":0.01369,"44":0.01826,"45":0.02282,"46":0.01369,"47":0.01826,"48":0.02282,"49":0.04108,"50":0.01826,"51":0.01369,"52":0.01826,"53":0.02282,"54":0.01369,"55":0.01369,"56":0.01369,"57":0.01369,"58":0.01369,"59":0.01369,"60":0.01826,"65":0.01369,"78":0.04108,"79":0.178,"81":0.01826,"83":0.00913,"87":0.31948,"89":0.00913,"91":0.00456,"93":0.01826,"94":0.00913,"95":0.00456,"97":0.00913,"101":0.00456,"102":0.00913,"103":0.08215,"104":0.04108,"105":0.05477,"106":0.08672,"107":0.05477,"108":0.08215,"109":0.80326,"110":0.0502,"111":0.05477,"112":0.64809,"113":0.00456,"114":0.00456,"115":0.03651,"116":0.12323,"117":0.04564,"118":1.29618,"119":0.00456,"120":0.14148,"122":0.03651,"123":0.00913,"124":0.07302,"125":0.01826,"126":0.00913,"127":0.02738,"128":0.03195,"129":0.00913,"130":0.01826,"131":0.19625,"132":0.13692,"133":0.08672,"134":0.01369,"135":0.03651,"136":0.00913,"137":0.02282,"138":0.28753,"139":0.08672,"140":0.01369,"141":0.07759,"142":0.0639,"143":0.01826,"144":0.04564,"145":0.178,"146":1.12274,"147":8.12392,"148":10.75735,"149":0.01369,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 80 84 85 86 88 90 92 96 98 99 100 121 150 151 152"},F:{"28":0.00456,"40":0.00456,"46":0.09128,"79":0.00456,"85":0.00456,"95":0.03195,"96":0.00913,"97":0.01369,"98":0.02282,"131":0.51117,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 87 88 89 90 91 92 93 94 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00456,"92":0.03651,"109":0.00456,"131":0.00456,"132":0.00913,"134":0.00456,"143":0.01826,"145":0.02282,"146":0.05933,"147":0.86716,"148":1.83016,"149":0.00456,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 133 135 136 137 138 139 140 141 142 144"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.5 17.0 17.2 TP","13.1":0.00456,"14.1":0.03651,"15.5":0.00913,"15.6":0.03195,"16.4":0.00913,"16.6":0.0502,"17.1":0.0639,"17.3":0.00456,"17.4":0.01826,"17.5":0.05477,"17.6":0.04108,"18.0":0.00456,"18.1":0.00456,"18.2":0.00456,"18.3":0.01369,"18.4":0.00456,"18.5-18.7":0.02282,"26.0":0.01369,"26.1":0.03195,"26.2":0.04108,"26.3":0.24189,"26.4":0.33317,"26.5":0.13692},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00158,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00316,"8.1-8.4":0,"9.0-9.2":0.00158,"9.3":0,"10.0-10.2":0,"10.3":0.01421,"11.0-11.2":0.37426,"11.3-11.4":0.00474,"12.0-12.1":0,"12.2-12.5":0.05369,"13.0-13.1":0,"13.2":0.01737,"13.3":0,"13.4-13.7":0.00316,"14.0-14.4":0.01263,"14.5-14.8":0.02053,"15.0-15.1":0.01579,"15.2-15.3":0.00947,"15.4":0.01263,"15.5":0.01421,"15.6-15.8":0.26688,"16.0":0.02842,"16.1":0.04422,"16.2":0.02369,"16.3":0.05211,"16.4":0.01105,"16.5":0.01895,"16.6-16.7":0.35531,"17.0":0.01579,"17.1":0.02685,"17.2":0.02369,"17.3":0.0458,"17.4":0.07264,"17.5":0.09791,"17.6-17.7":0.2574,"18.0":0.05211,"18.1":0.10265,"18.2":0.05527,"18.3":0.16423,"18.4":0.0758,"18.5-18.7":2.61509,"26.0":0.16739,"26.1":0.20845,"26.2":0.80221,"26.3":2.53297,"26.4":5.22385,"26.5":1.86341},P:{"4":0.15166,"22":0.00583,"23":0.02916,"24":0.00583,"25":0.04666,"26":0.04666,"27":0.02333,"28":0.08166,"29":2.11153,"30":0.19832,_:"20 21 5.0-5.4 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 19.0","6.2-6.4":0.00583,"7.2-7.4":0.07,"8.2":0.08749,"14.0":0.00583,"18.0":0.00583},I:{"0":0.00543,"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.22831,_:"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.2718},Q:{_:"14.9"},O:{"0":0.04892},H:{all:0},L:{"0":44.01183}};
1
+ module.exports={C:{"52":0.00464,"60":0.00464,"78":0.05102,"113":0.00928,"115":0.0974,"120":0.10667,"121":0.2319,"134":0.00464,"140":0.00928,"143":0.01391,"146":0.00928,"149":0.00464,"150":0.04174,"151":0.67715,"152":0.7328,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 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 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 135 136 137 138 139 141 142 144 145 147 148 153 154 155 3.5 3.6"},D:{"16":0.00464,"39":0.00928,"40":0.00928,"41":0.00928,"42":0.00928,"43":0.03247,"44":0.00928,"45":0.00928,"46":0.01391,"47":0.00928,"48":0.00928,"49":0.04174,"50":0.01391,"51":0.00928,"52":0.01391,"53":0.01391,"54":0.01391,"55":0.00928,"56":0.00928,"57":0.00928,"58":0.00928,"59":0.00928,"60":0.02783,"75":0.00464,"78":0.04638,"79":0.31538,"83":0.01391,"87":0.21799,"91":0.00464,"93":0.02783,"94":0.01855,"97":0.02319,"103":0.11131,"104":0.11595,"105":0.10667,"106":0.11595,"107":0.11131,"108":0.15305,"109":0.73744,"110":0.11131,"111":0.12986,"112":0.0974,"114":0.00464,"116":0.25509,"117":0.12059,"118":1.6604,"119":0.22726,"120":0.47308,"122":0.04174,"123":0.00464,"124":0.1345,"125":0.00464,"126":0.00464,"127":0.01391,"128":0.00464,"131":0.26437,"132":0.06957,"133":0.20871,"134":0.00464,"135":0.01391,"136":0.00928,"137":0.05566,"138":1.6604,"139":0.01855,"140":0.01391,"141":0.06493,"142":0.04174,"143":0.01855,"144":0.05102,"145":0.09276,"146":0.90905,"147":0.43133,"148":7.46254,"149":9.81865,"150":0.01855,"151":0.00464,_:"4 5 6 7 8 9 10 11 12 13 14 15 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 80 81 84 85 86 88 89 90 92 95 96 98 99 100 101 102 113 115 121 129 130 152 153"},F:{"46":0.04638,"79":0.00464,"85":0.00464,"89":0.00464,"94":0.00464,"95":0.02783,"98":0.00464,"99":0.04174,"127":0.00464,"131":0.62613,_:"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 86 87 88 90 91 92 93 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00464,"92":0.00928,"109":0.00464,"119":0.10204,"120":0.11595,"131":0.00464,"136":0.00464,"143":0.00464,"144":0.00464,"146":0.01855,"147":0.02783,"148":0.83484,"149":1.49344,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 134 135 137 138 139 140 141 142 145 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 15.5 16.0 16.3 16.5 17.0 17.3 18.0 18.2 18.4 TP","11.1":0.00464,"13.1":0.00464,"14.1":0.03247,"15.4":0.00928,"15.6":0.01855,"16.1":0.00464,"16.2":0.01391,"16.4":0.00928,"16.6":0.03247,"17.1":0.08812,"17.2":0.00928,"17.4":0.00928,"17.5":0.04638,"17.6":0.05102,"18.1":0.00464,"18.3":0.00928,"18.5-18.7":0.02783,"26.0":0.01855,"26.1":0.00928,"26.2":0.02319,"26.3":0.05566,"26.4":0.02783,"26.5":1.14095},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00177,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00531,"8.1-8.4":0,"9.0-9.2":0.00177,"9.3":0,"10.0-10.2":0,"10.3":0.01948,"11.0-11.2":0.58611,"11.3-11.4":0.00354,"12.0-12.1":0,"12.2-12.5":0.06021,"13.0-13.1":0,"13.2":0.01948,"13.3":0,"13.4-13.7":0.00354,"14.0-14.4":0.0124,"14.5-14.8":0.01948,"15.0-15.1":0.01771,"15.2-15.3":0.01062,"15.4":0.0124,"15.5":0.01594,"15.6-15.8":0.30988,"16.0":0.02833,"16.1":0.04604,"16.2":0.02479,"16.3":0.05312,"16.4":0.0124,"16.5":0.01948,"16.6-16.7":0.40373,"17.0":0.01771,"17.1":0.02656,"17.2":0.02479,"17.3":0.03719,"17.4":0.05666,"17.5":0.10093,"17.6-17.7":0.2603,"18.0":0.05843,"18.1":0.11156,"18.2":0.06021,"18.3":0.18416,"18.4":0.08322,"18.5-18.7":2.66142,"26.0":0.1753,"26.1":0.18239,"26.2":0.5507,"26.3":0.75256,"26.4":0.86235,"26.5":9.77979},P:{"4":0.21627,"22":0.00515,"23":0.00515,"25":0.0103,"26":0.0103,"27":0.01545,"28":0.0412,"29":0.19053,"30":1.30794,_:"20 21 24 9.2 10.1 11.1-11.2 13.0 15.0 16.0 17.0 19.0","5.0-5.4":0.00515,"6.2-6.4":0.0103,"7.2-7.4":0.06694,"8.2":0.05664,"12.0":0.00515,"14.0":0.00515,"18.0":0.00515},I:{"0":0.00536,"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.21444,_:"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.02681},H:{all:0},L:{"0":42.37481},R:{_:"0"},M:{"0":0.22516},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.0043,"49":0.0043,"51":0.0043,"54":0.0043,"60":0.0043,"61":0.0043,"67":0.0043,"72":0.0043,"78":0.02577,"115":0.48963,"121":0.0043,"125":0.0043,"127":0.00859,"128":0.0043,"136":0.01289,"137":0.0043,"138":0.0043,"139":0.0043,"140":0.0902,"143":0.00859,"144":0.00859,"145":0.00859,"146":0.01718,"147":0.03007,"148":0.03866,"149":0.11167,"150":1.59774,"151":0.67861,_:"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 50 52 53 55 56 57 58 59 62 63 64 65 66 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 126 129 130 131 132 133 134 135 141 142 152 153 154 3.5 3.6"},D:{"39":0.01289,"40":0.01718,"41":0.02148,"42":0.02148,"43":0.01718,"44":0.01289,"45":0.01289,"46":0.01718,"47":0.01289,"48":0.01718,"49":0.02148,"50":0.01718,"51":0.01718,"52":0.01718,"53":0.01718,"54":0.01718,"55":0.01718,"56":0.02148,"57":0.02148,"58":0.01718,"59":0.01718,"60":0.02148,"63":0.0043,"68":0.00859,"69":0.0043,"70":0.0043,"71":0.00859,"73":0.03007,"74":0.0043,"75":0.00859,"78":0.00859,"79":0.00859,"80":0.02148,"81":0.01289,"83":0.01289,"85":0.0043,"86":0.02148,"87":0.02148,"88":0.0043,"89":0.00859,"90":0.00859,"91":0.00859,"92":0.00859,"94":0.0043,"95":0.03007,"98":0.0043,"99":0.0043,"100":0.0043,"101":0.00859,"102":0.0043,"103":0.03436,"104":0.02577,"105":0.03007,"106":0.03436,"107":0.03436,"108":0.03007,"109":1.01362,"110":0.02148,"111":0.02577,"112":0.70009,"113":0.00859,"114":0.01718,"115":0.0043,"116":0.06443,"117":0.03007,"118":1.40017,"119":0.03436,"120":0.02577,"121":0.0043,"122":0.07302,"123":0.00859,"124":0.04725,"125":0.01289,"126":0.01289,"127":0.02148,"128":0.02577,"129":0.02148,"130":0.04725,"131":0.0902,"132":0.00859,"133":0.07731,"134":0.01718,"135":0.03866,"136":0.02577,"137":0.03007,"138":0.24911,"139":0.05584,"140":0.02148,"141":0.03007,"142":0.12026,"143":0.12885,"144":0.13315,"145":0.38226,"146":0.60989,"147":6.86341,"148":11.08969,"149":0.03007,_:"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 64 65 66 67 72 76 77 84 93 96 97 150 151 152"},F:{"36":0.00859,"37":0.0043,"42":0.0043,"46":0.0043,"64":0.0043,"79":0.0043,"85":0.02148,"87":0.01718,"91":0.0043,"93":0.0043,"95":0.02577,"97":0.01718,"98":0.03436,"113":0.0043,"120":0.0043,"124":0.00859,"125":0.0043,"126":0.0043,"127":0.0043,"131":0.78169,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 38 39 40 41 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 88 89 90 92 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 119 121 122 123 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.0043,"15":0.0043,"17":0.01289,"18":0.02577,"84":0.00859,"89":0.0043,"90":0.0043,"92":0.0902,"100":0.00859,"107":0.0043,"109":0.01289,"111":0.0043,"114":0.0043,"122":0.00859,"131":0.00859,"138":0.01289,"140":0.01289,"141":0.01718,"142":0.01289,"143":0.02577,"144":0.14603,"145":0.02577,"146":0.06013,"147":0.91484,"148":1.79961,"149":0.0043,_:"12 13 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 110 112 113 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 132 133 134 135 136 137 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 18.0 18.1 18.2 18.3 TP","11.1":0.0043,"12.1":0.00859,"15.6":0.00859,"16.1":0.0043,"16.6":0.00859,"17.4":0.19757,"17.5":0.0043,"17.6":0.02148,"18.4":0.0043,"18.5-18.7":0.0043,"26.0":0.0043,"26.1":0.0043,"26.2":0.02148,"26.3":0.07302,"26.4":0.05584,"26.5":0.02577},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00028,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00056,"8.1-8.4":0,"9.0-9.2":0.00028,"9.3":0,"10.0-10.2":0,"10.3":0.00252,"11.0-11.2":0.06625,"11.3-11.4":0.00084,"12.0-12.1":0,"12.2-12.5":0.0095,"13.0-13.1":0,"13.2":0.00307,"13.3":0,"13.4-13.7":0.00056,"14.0-14.4":0.00224,"14.5-14.8":0.00363,"15.0-15.1":0.0028,"15.2-15.3":0.00168,"15.4":0.00224,"15.5":0.00252,"15.6-15.8":0.04724,"16.0":0.00503,"16.1":0.00783,"16.2":0.00419,"16.3":0.00922,"16.4":0.00196,"16.5":0.00335,"16.6-16.7":0.0629,"17.0":0.0028,"17.1":0.00475,"17.2":0.00419,"17.3":0.00811,"17.4":0.01286,"17.5":0.01733,"17.6-17.7":0.04557,"18.0":0.00922,"18.1":0.01817,"18.2":0.00978,"18.3":0.02907,"18.4":0.01342,"18.5-18.7":0.46293,"26.0":0.02963,"26.1":0.0369,"26.2":0.14201,"26.3":0.44839,"26.4":0.92473,"26.5":0.32986},P:{"26":0.03477,"27":0.00869,"28":0.01739,"29":0.27819,"30":0.01739,_:"4 20 21 22 23 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","9.2":0.00869},I:{"0":0.06269,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":1.53035,_:"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.16545,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.3423},Q:{"14.9":0.01141},O:{"0":0.42217},H:{all:0.01},L:{"0":60.20105}};
1
+ module.exports={C:{"47":0.00904,"48":0.00452,"52":0.00452,"72":0.01356,"78":0.01356,"94":0.00452,"115":0.41132,"120":0.04972,"121":0.09944,"127":0.0226,"128":0.00452,"135":0.00452,"136":0.00904,"140":0.1582,"143":0.00452,"144":0.00904,"145":0.00452,"146":0.01356,"147":0.0226,"148":0.0226,"149":0.07232,"150":0.12656,"151":1.42832,"152":0.69156,"153":0.00452,_:"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 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 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 129 130 131 132 133 134 137 138 139 141 142 154 155 3.5 3.6"},D:{"39":0.00904,"40":0.00904,"41":0.00904,"42":0.00904,"43":0.00452,"44":0.00904,"45":0.00452,"46":0.00904,"47":0.00904,"48":0.00904,"49":0.00904,"50":0.00904,"51":0.00904,"52":0.00904,"53":0.00904,"54":0.01356,"55":0.00904,"56":0.00904,"57":0.00904,"58":0.00904,"59":0.00904,"60":0.01808,"61":0.00452,"62":0.00452,"63":0.00904,"64":0.00452,"65":0.00904,"66":0.00452,"67":0.00452,"69":0.00904,"70":0.00904,"71":0.00452,"72":0.00452,"73":0.03164,"74":0.00904,"75":0.00904,"76":0.00904,"77":0.01356,"78":0.01808,"79":0.02712,"80":0.02712,"81":0.0226,"83":0.00904,"84":0.00452,"86":0.0226,"87":0.05424,"88":0.00452,"89":0.00904,"90":0.01356,"91":0.00904,"94":0.01356,"95":0.04972,"98":0.00904,"101":0.00904,"102":0.00452,"103":0.0678,"104":0.04972,"105":0.05876,"106":0.08136,"107":0.06328,"108":0.07684,"109":1.14356,"110":0.06328,"111":0.05876,"112":0.0452,"113":0.01356,"114":0.01808,"115":0.00904,"116":0.11752,"117":0.07232,"118":2.20124,"119":0.15368,"120":0.1808,"121":0.00452,"122":0.06328,"123":0.00452,"124":0.07684,"125":0.01356,"126":0.01356,"127":0.01808,"128":0.01808,"129":0.05424,"130":0.01356,"131":0.1356,"132":0.01808,"133":0.12656,"134":0.0226,"135":0.01356,"136":0.04068,"137":0.10396,"138":0.22148,"139":0.07232,"140":0.01808,"141":0.03616,"142":0.11752,"143":0.113,"144":0.08588,"145":0.26216,"146":0.27572,"147":0.62828,"148":7.58004,"149":10.20616,"150":0.02712,_:"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 68 85 92 93 96 97 99 100 151 152 153"},F:{"36":0.00452,"42":0.00452,"79":0.00904,"85":0.0226,"90":0.00452,"95":0.06328,"97":0.00452,"98":0.03164,"99":0.03164,"127":0.00452,"131":0.95824,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 87 88 89 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00452,"17":0.00452,"18":0.01356,"89":0.00452,"90":0.00904,"92":0.09944,"100":0.0226,"109":0.01356,"115":0.00452,"116":0.00452,"119":0.04972,"120":0.05424,"122":0.0226,"123":0.00904,"131":0.00904,"133":0.00452,"134":0.00452,"135":0.00452,"136":0.00452,"138":0.00904,"140":0.01356,"141":0.00452,"142":0.00904,"143":0.01356,"144":0.12204,"145":0.03616,"146":0.05876,"147":0.04972,"148":0.75484,"149":1.9436,"150":0.00452,_:"12 13 15 16 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 114 117 118 121 124 125 126 127 128 129 130 132 137 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 TP","10.1":0.00452,"11.1":0.00452,"13.1":0.00452,"15.6":0.01808,"16.6":0.06328,"17.1":0.00452,"17.4":0.2712,"17.5":0.00452,"17.6":0.00904,"26.1":0.00452,"26.2":0.0226,"26.3":0.0452,"26.4":0.00904,"26.5":0.14012},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00027,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0008,"8.1-8.4":0,"9.0-9.2":0.00027,"9.3":0,"10.0-10.2":0,"10.3":0.00292,"11.0-11.2":0.08779,"11.3-11.4":0.00053,"12.0-12.1":0,"12.2-12.5":0.00902,"13.0-13.1":0,"13.2":0.00292,"13.3":0,"13.4-13.7":0.00053,"14.0-14.4":0.00186,"14.5-14.8":0.00292,"15.0-15.1":0.00265,"15.2-15.3":0.00159,"15.4":0.00186,"15.5":0.00239,"15.6-15.8":0.04642,"16.0":0.00424,"16.1":0.0069,"16.2":0.00371,"16.3":0.00796,"16.4":0.00186,"16.5":0.00292,"16.6-16.7":0.06047,"17.0":0.00265,"17.1":0.00398,"17.2":0.00371,"17.3":0.00557,"17.4":0.00849,"17.5":0.01512,"17.6-17.7":0.03899,"18.0":0.00875,"18.1":0.01671,"18.2":0.00902,"18.3":0.02758,"18.4":0.01247,"18.5-18.7":0.39864,"26.0":0.02626,"26.1":0.02732,"26.2":0.08249,"26.3":0.11272,"26.4":0.12917,"26.5":1.46488},P:{"20":0.00793,"25":0.00793,"26":0.00793,"27":0.01586,"28":0.03171,"29":0.10307,"30":0.19028,_:"4 21 22 23 24 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00793},I:{"0":0.02737,"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":1.4796,_:"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.06576,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.48772},H:{all:0},L:{"0":59.2226},R:{_:"0"},M:{"0":0.20824},Q:{"14.9":0.02192}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.02581,"140":0.02581,"144":0.01548,"145":0.01548,"150":0.67093,"151":0.07225,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 146 147 148 149 152 153 154 3.5 3.6"},D:{"42":0.05677,"45":0.02581,"48":0.01548,"50":0.04129,"51":0.01548,"54":0.01548,"58":0.01548,"59":0.02581,"60":0.01548,"112":0.11354,"116":0.9393,"118":0.12386,"126":0.01548,"128":0.11354,"133":0.01548,"137":0.02581,"138":0.01548,"140":0.08258,"143":0.01548,"144":0.01548,"145":0.50578,"146":0.36643,"147":17.17065,"148":12.00449,_:"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 43 44 46 47 49 52 53 55 56 57 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 115 117 119 120 121 122 123 124 125 127 129 130 131 132 134 135 136 139 141 142 149 150 151 152"},F:{"131":0.09806,_:"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:{"114":0.01548,"144":0.02581,"147":0.64513,"148":2.28116,_:"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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 145 146 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 17.0 17.2 17.3 17.4 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 TP","16.6":0.04129,"17.1":0.01548,"17.5":7.73118,"26.2":0.01548,"26.3":0.08258,"26.4":0.22192,"26.5":0.19612},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.00502,"11.0-11.2":0.13223,"11.3-11.4":0.00167,"12.0-12.1":0,"12.2-12.5":0.01897,"13.0-13.1":0,"13.2":0.00614,"13.3":0,"13.4-13.7":0.00112,"14.0-14.4":0.00446,"14.5-14.8":0.00725,"15.0-15.1":0.00558,"15.2-15.3":0.00335,"15.4":0.00446,"15.5":0.00502,"15.6-15.8":0.09429,"16.0":0.01004,"16.1":0.01562,"16.2":0.00837,"16.3":0.01841,"16.4":0.00391,"16.5":0.0067,"16.6-16.7":0.12554,"17.0":0.00558,"17.1":0.00948,"17.2":0.00837,"17.3":0.01618,"17.4":0.02567,"17.5":0.03459,"17.6-17.7":0.09094,"18.0":0.01841,"18.1":0.03627,"18.2":0.01953,"18.3":0.05803,"18.4":0.02678,"18.5-18.7":0.92394,"26.0":0.05914,"26.1":0.07365,"26.2":0.28343,"26.3":0.89493,"26.4":1.84565,"26.5":0.65837},P:{"23":0.11583,"29":0.19305,"30":0.05405,_:"4 20 21 22 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.0145,"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,_:"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.27582},H:{all:0},L:{"0":47.75314}};
1
+ module.exports={C:{"140":0.01471,"151":0.54423,"152":0.09806,_:"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 141 142 143 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"41":0.01471,"45":0.01471,"57":0.01471,"59":0.01471,"103":0.04903,"109":0.06374,"116":0.31379,"118":1.87785,"132":0.01471,"138":0.01471,"141":0.01471,"143":0.04903,"145":0.01471,"146":0.54423,"147":0.34811,"148":6.35429,"149":10.75228,"150":0.11767,_:"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 43 44 46 47 48 49 50 51 52 53 54 55 56 58 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 104 105 106 107 108 110 111 112 113 114 115 117 119 120 121 122 123 124 125 126 127 128 129 130 131 133 134 135 136 137 139 140 142 144 151 152 153"},F:{"131":0.01471,_:"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:{"114":0.11767,"138":0.01471,"144":0.01471,"146":0.01471,"147":0.03432,"148":1.31891,"149":5.76103,_:"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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139 140 141 142 143 145 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 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.2 17.4 17.6 18.0 18.1 18.2 18.3 18.4 26.1 26.4 TP","16.6":0.1667,"17.1":0.06374,"17.3":0.01471,"17.5":11.19355,"18.5-18.7":0.04903,"26.0":0.03432,"26.2":0.01471,"26.3":0.03432,"26.5":0.809},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00061,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00182,"8.1-8.4":0,"9.0-9.2":0.00061,"9.3":0,"10.0-10.2":0,"10.3":0.00669,"11.0-11.2":0.20127,"11.3-11.4":0.00122,"12.0-12.1":0,"12.2-12.5":0.02067,"13.0-13.1":0,"13.2":0.00669,"13.3":0,"13.4-13.7":0.00122,"14.0-14.4":0.00426,"14.5-14.8":0.00669,"15.0-15.1":0.00608,"15.2-15.3":0.00365,"15.4":0.00426,"15.5":0.00547,"15.6-15.8":0.10641,"16.0":0.00973,"16.1":0.01581,"16.2":0.00851,"16.3":0.01824,"16.4":0.00426,"16.5":0.00669,"16.6-16.7":0.13864,"17.0":0.00608,"17.1":0.00912,"17.2":0.00851,"17.3":0.01277,"17.4":0.01946,"17.5":0.03466,"17.6-17.7":0.08939,"18.0":0.02007,"18.1":0.03831,"18.2":0.02067,"18.3":0.06324,"18.4":0.02858,"18.5-18.7":0.91393,"26.0":0.0602,"26.1":0.06263,"26.2":0.18911,"26.3":0.25843,"26.4":0.29613,"26.5":3.35838},P:{"26":0.02758,"29":0.07356,"30":0.36778,_:"4 20 21 22 23 24 25 27 28 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01528,"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,_:"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.1733},H:{all:0},L:{"0":51.36898},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.02569,"72":0.00367,"85":0.00367,"111":0.00734,"115":0.22387,"120":0.00367,"121":0.01101,"123":0.00367,"132":0.02936,"133":0.00367,"134":0.00734,"135":0.00367,"136":0.00367,"138":0.00367,"140":0.01468,"143":0.00367,"146":0.00367,"147":0.00367,"148":0.00367,"149":0.01835,"150":1.14137,"151":0.52481,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 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 112 113 114 116 117 118 119 122 124 125 126 127 128 129 130 131 137 139 141 142 144 145 152 153 154 3.5 3.6"},D:{"39":0.02569,"40":0.02569,"41":0.02569,"42":0.02569,"43":0.02569,"44":0.02569,"45":0.02569,"46":0.02569,"47":0.02569,"48":0.02569,"49":0.0367,"50":0.02202,"51":0.02569,"52":0.02202,"53":0.02936,"54":0.02569,"55":0.02936,"56":0.03303,"57":0.02569,"58":0.02569,"59":0.02569,"60":0.02569,"66":0.00367,"69":0.09909,"70":0.00367,"73":0.00367,"75":0.00367,"79":0.08074,"83":0.00367,"87":0.05872,"91":0.00734,"93":0.0367,"95":0.00734,"101":0.00734,"102":0.00734,"103":0.19451,"104":0.17616,"105":0.16515,"106":0.17249,"107":0.16882,"108":0.17616,"109":1.38359,"110":0.16148,"111":0.16882,"112":0.71565,"113":0.00367,"114":0.00367,"116":0.35232,"117":0.16515,"118":1.00558,"119":0.01835,"120":0.19818,"121":0.01468,"122":0.02569,"123":0.00734,"124":0.16882,"125":0.00734,"126":0.00734,"128":0.01468,"130":0.00367,"131":0.38535,"132":0.04037,"133":0.34131,"134":0.01101,"135":0.01468,"136":0.03303,"137":0.01468,"138":0.09542,"139":0.0367,"140":0.07707,"141":0.04037,"142":0.02569,"143":0.02569,"144":0.05872,"145":0.20185,"146":0.21286,"147":5.89035,"148":9.21904,"149":0.02569,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 67 68 71 72 74 76 77 78 80 81 84 85 86 88 89 90 92 94 96 97 98 99 100 115 127 129 150 151 152"},F:{"36":0.00367,"40":0.00367,"46":0.01101,"95":0.03303,"97":0.01101,"98":0.02569,"114":0.00367,"131":0.35966,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00367,"109":0.00734,"119":0.00734,"131":0.00734,"132":0.00734,"134":0.00734,"135":0.00367,"136":0.01101,"137":0.00734,"140":0.00734,"142":0.00367,"143":0.00367,"144":0.00367,"145":0.00734,"146":0.02569,"147":0.49912,"148":0.96888,_:"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 120 121 122 123 124 125 126 127 128 129 130 133 138 139 141 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.2 18.4 TP","11.1":0.01101,"13.1":0.01101,"15.6":0.01101,"16.2":0.00367,"16.3":0.00367,"16.6":0.02202,"17.1":0.01101,"17.5":0.00367,"17.6":0.01101,"18.1":0.00367,"18.3":0.01835,"18.5-18.7":0.00734,"26.0":0.01101,"26.1":0.00367,"26.2":0.02202,"26.3":0.30461,"26.4":0.11744,"26.5":0.16148},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00183,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00367,"8.1-8.4":0,"9.0-9.2":0.00183,"9.3":0,"10.0-10.2":0,"10.3":0.01651,"11.0-11.2":0.43468,"11.3-11.4":0.0055,"12.0-12.1":0,"12.2-12.5":0.06236,"13.0-13.1":0,"13.2":0.02017,"13.3":0,"13.4-13.7":0.00367,"14.0-14.4":0.01467,"14.5-14.8":0.02384,"15.0-15.1":0.01834,"15.2-15.3":0.011,"15.4":0.01467,"15.5":0.01651,"15.6-15.8":0.30996,"16.0":0.03301,"16.1":0.05135,"16.2":0.02751,"16.3":0.06052,"16.4":0.01284,"16.5":0.02201,"16.6-16.7":0.41267,"17.0":0.01834,"17.1":0.03118,"17.2":0.02751,"17.3":0.05319,"17.4":0.08437,"17.5":0.11371,"17.6-17.7":0.29896,"18.0":0.06052,"18.1":0.11922,"18.2":0.06419,"18.3":0.19075,"18.4":0.08804,"18.5-18.7":3.03725,"26.0":0.19441,"26.1":0.2421,"26.2":0.93172,"26.3":2.94188,"26.4":6.06717,"26.5":2.16423},P:{"4":0.05432,"21":0.00679,"22":0.00679,"24":0.00679,"25":0.04753,"26":0.01358,"27":0.29199,"28":0.03395,"29":1.68405,"30":0.33273,_:"20 23 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","5.0-5.4":0.00679,"7.2-7.4":0.01358,"8.2":0.02037,"16.0":0.00679},I:{"0":0.01265,"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.16461,_:"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.1013},Q:{_:"14.9"},O:{"0":0.01266},H:{all:0},L:{"0":48.23004}};
1
+ module.exports={C:{"4":0.00378,"48":0.00378,"52":0.02643,"78":0.00378,"111":0.00378,"115":0.17743,"120":0.06418,"121":0.14723,"132":0.03398,"133":0.01133,"134":0.00755,"135":0.00378,"139":0.00378,"140":0.01888,"142":0.00378,"143":0.00378,"145":0.01133,"146":0.00755,"147":0.00755,"148":0.00378,"149":0.00378,"150":0.02643,"151":0.94753,"152":0.5587,_:"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 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 136 137 138 141 144 153 154 155 3.5 3.6"},D:{"39":0.0151,"40":0.01888,"41":0.0151,"42":0.0151,"43":0.0151,"44":0.01888,"45":0.0151,"46":0.0151,"47":0.01133,"48":0.01888,"49":0.01888,"50":0.02265,"51":0.01888,"52":0.0151,"53":0.0151,"54":0.01888,"55":0.01133,"56":0.0151,"57":0.0151,"58":0.0151,"59":0.02643,"60":0.0151,"66":0.00378,"68":0.00378,"69":0.00378,"70":0.00378,"73":0.00378,"79":0.10193,"83":0.00378,"86":0.00378,"87":0.05285,"91":0.01133,"93":0.01888,"95":0.00755,"96":0.00378,"97":0.00378,"103":0.18875,"104":0.1812,"105":0.1812,"106":0.1812,"107":0.18498,"108":0.18498,"109":1.35523,"110":0.17743,"111":0.1812,"112":0.17743,"113":0.00378,"114":0.00378,"116":0.35863,"117":0.1812,"118":1.0721,"119":0.14723,"120":0.35863,"121":0.00378,"122":0.0453,"123":0.0151,"124":0.24538,"126":0.00755,"127":0.00378,"128":0.02265,"130":0.00755,"131":0.41148,"132":0.02265,"133":0.38505,"134":0.01888,"135":0.0151,"136":0.02643,"137":0.02643,"138":0.64175,"139":0.02643,"140":0.03398,"141":0.02265,"142":0.03775,"143":0.03398,"144":0.03775,"145":0.1208,"146":0.07173,"147":0.22273,"148":4.80935,"149":9.32803,"150":0.04153,_:"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 71 72 74 75 76 77 78 80 81 84 85 88 89 90 92 94 98 99 100 101 102 115 125 129 151 152 153"},F:{"36":0.00378,"46":0.01133,"95":0.02643,"98":0.01133,"99":0.03398,"114":0.00378,"116":0.00378,"131":0.32088,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00378,"109":0.00378,"119":0.07173,"120":0.06795,"123":0.00378,"131":0.01133,"132":0.00378,"133":0.00755,"134":0.00755,"135":0.00378,"136":0.01133,"137":0.01133,"138":0.00378,"140":0.00755,"142":0.00378,"143":0.00755,"144":0.00378,"145":0.00378,"146":0.01133,"147":0.02643,"148":0.35485,"149":1.16648,_:"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 124 125 126 127 128 129 130 139 141 150"},E:{"14":0.00378,"27":0.01133,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.1 16.2 16.3 16.4 17.2 17.4 18.0 18.1 18.4 18.5-18.7 TP","11.1":0.00755,"13.1":0.0151,"15.6":0.01133,"16.0":0.00378,"16.5":0.00755,"16.6":0.01133,"17.0":0.00378,"17.1":0.0151,"17.3":0.00378,"17.5":0.00378,"17.6":0.01133,"18.2":0.00378,"18.3":0.00755,"26.0":0.00378,"26.1":0.00378,"26.2":0.0151,"26.3":0.0453,"26.4":0.02643,"26.5":0.30955},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00172,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00515,"8.1-8.4":0,"9.0-9.2":0.00172,"9.3":0,"10.0-10.2":0,"10.3":0.01888,"11.0-11.2":0.56807,"11.3-11.4":0.00343,"12.0-12.1":0,"12.2-12.5":0.05835,"13.0-13.1":0,"13.2":0.01888,"13.3":0,"13.4-13.7":0.00343,"14.0-14.4":0.01201,"14.5-14.8":0.01888,"15.0-15.1":0.01716,"15.2-15.3":0.0103,"15.4":0.01201,"15.5":0.01545,"15.6-15.8":0.30034,"16.0":0.02746,"16.1":0.04462,"16.2":0.02403,"16.3":0.05149,"16.4":0.01201,"16.5":0.01888,"16.6-16.7":0.3913,"17.0":0.01716,"17.1":0.02574,"17.2":0.02403,"17.3":0.03604,"17.4":0.05492,"17.5":0.09783,"17.6-17.7":0.25229,"18.0":0.05664,"18.1":0.10812,"18.2":0.05835,"18.3":0.17849,"18.4":0.08066,"18.5-18.7":2.5795,"26.0":0.16991,"26.1":0.17677,"26.2":0.53375,"26.3":0.7294,"26.4":0.83581,"26.5":9.47875},P:{"4":0.02947,"22":0.00589,"23":0.00589,"24":0.01179,"25":0.02357,"26":0.01179,"27":0.04715,"28":0.07072,"29":0.28288,"30":1.90357,_:"20 21 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","5.0-5.4":0.01179,"7.2-7.4":0.01179,"8.2":0.01179,"16.0":0.00589},I:{"0":0.01866,"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.20543,_:"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.00623},H:{all:0},L:{"0":49.814},R:{_:"0"},M:{"0":0.16185},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00299,"63":0.00299,"72":0.02091,"96":0.00299,"98":0.00299,"99":0.00299,"103":0.00299,"115":0.02987,"120":0.00299,"121":0.00896,"127":0.01494,"129":0.00299,"132":0.00299,"140":0.02091,"147":0.00299,"149":0.02688,"150":0.5287,"151":0.13143,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 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 97 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 130 131 133 134 135 136 137 138 139 141 142 143 144 145 146 148 152 153 154 3.5 3.6"},D:{"39":0.02091,"40":0.01792,"41":0.02987,"42":0.02091,"43":0.02091,"44":0.01792,"45":0.0239,"46":0.02091,"47":0.0239,"48":0.02091,"49":0.02091,"50":0.02987,"51":0.02688,"52":0.02091,"53":0.02091,"54":0.02091,"55":0.0239,"56":0.02688,"57":0.02091,"58":0.02091,"59":0.02688,"60":0.02091,"62":0.00299,"65":0.00299,"71":0.00597,"72":0.00299,"74":0.00299,"75":0.00597,"79":0.00299,"81":0.00299,"83":0.00299,"84":0.00299,"86":0.00299,"87":0.00299,"91":0.00299,"98":0.01195,"100":0.00299,"103":0.2539,"104":0.23299,"105":0.24195,"106":0.24792,"107":0.22104,"108":0.24195,"109":0.31662,"110":0.2539,"111":0.2539,"112":1.1022,"114":0.00597,"116":0.48091,"117":0.23299,"118":3.09752,"119":0.01792,"120":0.24493,"122":0.04182,"124":0.2539,"126":0.00597,"127":0.00299,"128":0.01792,"130":0.00299,"131":0.49883,"132":0.00299,"133":0.49883,"134":0.00896,"136":0.03883,"137":0.0239,"138":0.08065,"139":0.02688,"140":0.00597,"141":0.00896,"142":0.01792,"143":0.12247,"144":0.01195,"145":0.29571,"146":0.11351,"147":1.27545,"148":1.6996,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 63 64 66 67 68 69 70 73 76 77 78 80 85 88 89 90 92 93 94 95 96 97 99 101 102 113 115 121 123 125 129 135 149 150 151 152"},F:{"90":0.00299,"95":0.00299,"96":0.01494,"97":0.01494,"98":0.02987,"113":0.00299,"117":0.00299,"126":0.00299,"131":0.13143,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 91 92 93 94 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00299,"18":0.00896,"90":0.00896,"92":0.01195,"100":0.01195,"109":0.00299,"120":0.00299,"122":0.00597,"128":0.00299,"131":0.00299,"134":0.00299,"136":0.00299,"138":0.00597,"140":0.00597,"141":0.00299,"142":0.00597,"143":0.00299,"144":0.00597,"145":0.00896,"146":0.04481,"147":0.41818,"148":0.93792,_:"12 13 14 16 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 114 115 116 117 118 119 121 123 124 125 126 127 129 130 132 133 135 137 139 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.3 18.4 26.1 TP","5.1":0.01494,"11.1":0.00299,"14.1":0.00299,"15.6":0.01494,"16.6":0.00597,"17.0":0.00299,"17.6":0.03286,"18.2":0.00299,"18.5-18.7":0.00299,"26.0":0.00299,"26.2":0.00896,"26.3":0.00597,"26.4":0.02688,"26.5":0.02987},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00031,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00061,"8.1-8.4":0,"9.0-9.2":0.00031,"9.3":0,"10.0-10.2":0,"10.3":0.00276,"11.0-11.2":0.0728,"11.3-11.4":0.00092,"12.0-12.1":0,"12.2-12.5":0.01044,"13.0-13.1":0,"13.2":0.00338,"13.3":0,"13.4-13.7":0.00061,"14.0-14.4":0.00246,"14.5-14.8":0.00399,"15.0-15.1":0.00307,"15.2-15.3":0.00184,"15.4":0.00246,"15.5":0.00276,"15.6-15.8":0.05191,"16.0":0.00553,"16.1":0.0086,"16.2":0.00461,"16.3":0.01014,"16.4":0.00215,"16.5":0.00369,"16.6-16.7":0.06911,"17.0":0.00307,"17.1":0.00522,"17.2":0.00461,"17.3":0.00891,"17.4":0.01413,"17.5":0.01904,"17.6-17.7":0.05007,"18.0":0.01014,"18.1":0.01997,"18.2":0.01075,"18.3":0.03195,"18.4":0.01474,"18.5-18.7":0.50867,"26.0":0.03256,"26.1":0.04055,"26.2":0.15604,"26.3":0.4927,"26.4":1.01612,"26.5":0.36246},P:{"23":0.0179,"24":0.00895,"25":0.00448,"26":0.01343,"27":0.06266,"28":0.12084,"29":0.36698,"30":0.04475,_:"4 20 21 22 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00448,"7.2-7.4":0.03133,"8.2":0.00448},I:{"0":0.04904,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.43481,_:"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.03507},Q:{"14.9":0.02104},O:{"0":0.21039},H:{all:0},L:{"0":77.92851}};
1
+ module.exports={C:{"48":0.00396,"78":0.00396,"115":0.03168,"120":0.12672,"121":0.24948,"127":0.00792,"135":0.00396,"139":0.00396,"140":0.01584,"142":0.00396,"146":0.00396,"147":0.00396,"148":0.00396,"149":0.01584,"150":0.02376,"151":0.41184,"152":0.30096,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 136 137 138 141 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.01584,"40":0.01584,"41":0.01188,"42":0.01584,"43":0.01188,"44":0.01188,"45":0.01584,"46":0.01584,"47":0.01584,"48":0.01584,"49":0.02376,"50":0.01584,"51":0.01584,"52":0.0198,"53":0.01584,"54":0.01584,"55":0.02772,"56":0.05544,"57":0.0198,"58":0.01584,"59":0.01584,"60":0.01584,"62":0.00396,"64":0.00396,"65":0.00792,"66":0.00396,"67":0.00396,"69":0.00396,"70":0.00396,"71":0.01584,"72":0.00792,"73":0.00396,"75":0.0198,"77":0.00792,"79":0.01584,"80":0.00396,"81":0.00792,"83":0.01188,"86":0.0198,"87":0.01584,"88":0.00396,"91":0.00396,"93":0.00396,"98":0.03564,"103":0.43164,"104":0.40392,"105":0.39996,"106":0.41184,"107":0.39996,"108":0.42768,"109":0.5148,"110":0.396,"111":0.43164,"112":0.40788,"114":0.00792,"116":0.8118,"117":0.40392,"118":4.62528,"119":0.30888,"120":0.70488,"121":0.00396,"122":0.01188,"124":0.42372,"125":0.00396,"126":0.02376,"128":0.0396,"129":0.00396,"130":0.00396,"131":0.86724,"132":0.00792,"133":0.81972,"134":0.00792,"136":0.00792,"137":0.06336,"138":0.08316,"139":0.01584,"140":0.00396,"141":0.00396,"142":0.02772,"143":0.08316,"144":0.01584,"145":0.34056,"146":0.07524,"147":0.12672,"148":1.69488,"149":2.64132,"150":0.04752,"151":0.00792,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 63 68 74 76 78 84 85 89 90 92 94 95 96 97 99 100 101 102 113 115 123 127 135 152 153"},F:{"46":0.01188,"95":0.0198,"98":0.00396,"99":0.03168,"131":0.18216,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00396,"18":0.01584,"85":0.00396,"89":0.00396,"90":0.00792,"92":0.0198,"100":0.0198,"109":0.00396,"119":0.13068,"120":0.13464,"122":0.01188,"133":0.00396,"136":0.00396,"138":0.00396,"140":0.00792,"142":0.00792,"143":0.01584,"144":0.00396,"145":0.01584,"146":0.02376,"147":0.03168,"148":0.3564,"149":1.0098,_:"12 13 14 15 16 79 80 81 83 84 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 134 135 137 139 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 14.1 15.1 15.2-15.3 15.4 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 TP","5.1":0.00396,"12.1":0.00396,"13.1":0.00792,"15.5":0.00396,"15.6":0.02376,"16.6":0.01188,"17.6":0.02772,"18.5-18.7":0.01188,"26.0":0.01584,"26.1":0.00396,"26.2":0.00396,"26.3":0.00792,"26.4":0.00396,"26.5":0.05544},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00041,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00124,"8.1-8.4":0,"9.0-9.2":0.00041,"9.3":0,"10.0-10.2":0,"10.3":0.00456,"11.0-11.2":0.13735,"11.3-11.4":0.00083,"12.0-12.1":0,"12.2-12.5":0.01411,"13.0-13.1":0,"13.2":0.00456,"13.3":0,"13.4-13.7":0.00083,"14.0-14.4":0.0029,"14.5-14.8":0.00456,"15.0-15.1":0.00415,"15.2-15.3":0.00249,"15.4":0.0029,"15.5":0.00373,"15.6-15.8":0.07262,"16.0":0.00664,"16.1":0.01079,"16.2":0.00581,"16.3":0.01245,"16.4":0.0029,"16.5":0.00456,"16.6-16.7":0.09461,"17.0":0.00415,"17.1":0.00622,"17.2":0.00581,"17.3":0.00871,"17.4":0.01328,"17.5":0.02365,"17.6-17.7":0.061,"18.0":0.01369,"18.1":0.02614,"18.2":0.01411,"18.3":0.04315,"18.4":0.0195,"18.5-18.7":0.62367,"26.0":0.04108,"26.1":0.04274,"26.2":0.12905,"26.3":0.17635,"26.4":0.20208,"26.5":2.29176},P:{"4":0.00872,"23":0.01308,"24":0.00872,"25":0.01308,"26":0.01308,"27":0.06105,"28":0.18314,"29":0.17006,"30":0.37501,_:"20 21 22 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00872,"7.2-7.4":0.03488,"8.2":0.00436},I:{"0":0.04224,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.79124,_:"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.44696},H:{all:0},L:{"0":68.6224},R:{_:"0"},M:{"0":0.10268},Q:{"14.9":0.03624}};
@@ -1 +1 @@
1
- module.exports={C:{"67":0.00403,"72":0.00805,"91":0.00403,"108":0.00403,"115":0.06843,"121":0.00403,"123":0.00403,"127":0.0161,"135":0.00403,"138":0.00403,"140":0.0161,"141":0.00403,"142":0.00403,"143":0.01208,"144":0.00805,"145":0.00403,"146":0.00805,"147":0.02415,"148":0.02013,"149":0.02818,"150":0.92173,"151":0.39445,"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 47 48 49 50 51 52 53 54 55 56 57 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 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 112 113 114 116 117 118 119 120 122 124 125 126 128 129 130 131 132 133 134 136 137 139 153 154 3.5 3.6"},D:{"39":0.02013,"40":0.0161,"41":0.0161,"42":0.02013,"43":0.02013,"44":0.02013,"45":0.0161,"46":0.02013,"47":0.02013,"48":0.0161,"49":0.02013,"50":0.02013,"51":0.0161,"52":0.0161,"53":0.02013,"54":0.02013,"55":0.02415,"56":0.02013,"57":0.02013,"58":0.02013,"59":0.02013,"60":0.0161,"61":0.00403,"62":0.00403,"65":0.00403,"67":0.00403,"69":0.00403,"70":0.00403,"71":0.01208,"72":0.00403,"74":0.00403,"75":0.00403,"79":0.00805,"80":0.00403,"81":0.00403,"83":0.00403,"86":0.00403,"87":0.00403,"88":0.00403,"89":0.00805,"91":0.00403,"93":0.00805,"95":0.00403,"99":0.00403,"103":0.23748,"104":0.23345,"105":0.23748,"106":0.2415,"107":0.2415,"108":0.23748,"109":0.51118,"110":0.23345,"111":0.22943,"112":1.60195,"114":0.03623,"115":0.02415,"116":0.47898,"117":0.24553,"118":2.3667,"119":0.01208,"120":0.2415,"121":0.00403,"122":0.02415,"123":0.00805,"124":0.2415,"125":0.01208,"126":0.01208,"127":0.02415,"128":0.00805,"129":0.00805,"130":0.0161,"131":0.4991,"132":0.01208,"133":0.48703,"134":0.0161,"135":0.07648,"136":0.01208,"137":0.18113,"138":0.23345,"139":0.0161,"140":0.02415,"141":0.01208,"142":0.10063,"143":0.05233,"144":0.03623,"145":0.2254,"146":0.20528,"147":3.65873,"148":6.48428,"149":0.02013,"150":0.00403,_:"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 63 64 66 68 73 76 77 78 84 85 90 92 94 96 97 98 100 101 102 113 151 152"},F:{"95":0.00403,"97":0.01208,"98":0.0322,"117":0.00403,"119":0.00403,"122":0.00403,"125":0.00805,"126":0.00403,"131":0.10868,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 120 121 123 124 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00403,"18":0.01208,"90":0.00403,"92":0.02013,"109":0.00403,"114":0.00403,"122":0.00403,"131":0.00403,"134":0.00403,"138":0.00805,"140":0.00805,"141":0.00403,"142":0.00805,"143":0.00805,"144":0.01208,"145":0.01208,"146":0.03623,"147":0.4991,"148":1.27593,"149":0.00403,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 132 133 135 136 137 139"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 16.5 17.0 17.2 17.3 18.0 TP","13.1":0.00403,"15.6":0.02415,"16.1":0.01208,"16.3":0.00403,"16.6":0.02818,"17.1":0.00805,"17.4":0.00403,"17.5":0.00403,"17.6":0.02013,"18.1":0.00403,"18.2":0.00403,"18.3":0.00805,"18.4":0.00403,"18.5-18.7":0.01208,"26.0":0.02013,"26.1":0.00805,"26.2":0.04428,"26.3":0.11673,"26.4":0.13685,"26.5":0.08453},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00061,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00123,"8.1-8.4":0,"9.0-9.2":0.00061,"9.3":0,"10.0-10.2":0,"10.3":0.00552,"11.0-11.2":0.14529,"11.3-11.4":0.00184,"12.0-12.1":0,"12.2-12.5":0.02084,"13.0-13.1":0,"13.2":0.00674,"13.3":0,"13.4-13.7":0.00123,"14.0-14.4":0.0049,"14.5-14.8":0.00797,"15.0-15.1":0.00613,"15.2-15.3":0.00368,"15.4":0.0049,"15.5":0.00552,"15.6-15.8":0.1036,"16.0":0.01103,"16.1":0.01716,"16.2":0.0092,"16.3":0.02023,"16.4":0.00429,"16.5":0.00736,"16.6-16.7":0.13793,"17.0":0.00613,"17.1":0.01042,"17.2":0.0092,"17.3":0.01778,"17.4":0.0282,"17.5":0.03801,"17.6-17.7":0.09992,"18.0":0.02023,"18.1":0.03985,"18.2":0.02146,"18.3":0.06376,"18.4":0.02943,"18.5-18.7":1.01519,"26.0":0.06498,"26.1":0.08092,"26.2":0.31142,"26.3":0.98331,"26.4":2.02792,"26.5":0.72338},P:{"21":0.00636,"25":0.00636,"26":0.00636,"27":0.00636,"28":0.05724,"29":0.22262,"30":0.0318,_:"4 20 22 23 24 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0 19.0","13.0":0.05088,"17.0":0.00636},I:{"0":0.07163,"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":0.15535,_:"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.13145},Q:{"14.9":0.0239},O:{"0":0.87235},H:{all:0},L:{"0":66.334}};
1
+ module.exports={C:{"47":0.00405,"72":0.00809,"94":0.00405,"108":0.00405,"115":0.09308,"120":0.04047,"121":0.08499,"125":0.00405,"127":0.01619,"136":0.00405,"138":0.00405,"140":0.02024,"141":0.00405,"143":0.01214,"144":0.00405,"145":0.00809,"146":0.00405,"147":0.02833,"148":0.01214,"149":0.01619,"150":0.04452,"151":0.65966,"152":0.37232,"153":0.00809,_:"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 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 95 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 112 113 114 116 117 118 119 122 123 124 126 128 129 130 131 132 133 134 135 137 139 142 154 155 3.5 3.6"},D:{"39":0.01619,"40":0.01619,"41":0.01619,"42":0.01619,"43":0.02024,"44":0.01214,"45":0.01214,"46":0.00809,"47":0.01214,"48":0.01619,"49":0.01214,"50":0.01214,"51":0.01214,"52":0.01214,"53":0.02024,"54":0.02024,"55":0.02024,"56":0.02428,"57":0.02024,"58":0.01214,"59":0.01214,"60":0.01619,"61":0.00405,"62":0.00809,"65":0.01619,"66":0.00405,"67":0.00405,"68":0.00405,"69":0.00405,"70":0.00405,"71":0.02024,"72":0.00809,"73":0.00405,"74":0.00809,"75":0.00809,"77":0.00405,"79":0.02024,"80":0.00809,"83":0.00405,"84":0.00405,"86":0.00405,"87":0.00809,"88":0.00809,"89":0.00405,"93":0.00405,"95":0.00809,"97":0.00405,"98":0.00405,"101":0.00405,"103":0.08903,"104":0.08499,"105":0.09308,"106":0.09308,"107":0.08903,"108":0.08903,"109":0.32781,"110":0.08903,"111":0.08903,"112":0.08903,"114":0.02833,"115":0.00809,"116":0.17807,"117":0.08903,"118":2.54556,"119":0.10522,"120":0.18212,"121":0.00809,"122":0.02833,"123":0.00809,"124":0.10927,"125":0.01619,"126":0.02024,"127":0.01214,"128":0.02024,"129":0.01214,"130":0.01214,"131":0.23473,"132":0.01619,"133":0.18616,"134":0.03238,"135":0.07285,"136":0.01619,"137":0.08094,"138":0.23473,"139":0.02024,"140":0.02428,"141":0.02024,"142":0.62324,"143":0.16593,"144":0.06071,"145":0.16188,"146":0.15379,"147":0.23068,"148":4.22507,"149":7.42625,"150":0.04452,_:"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 63 64 76 78 81 85 90 91 92 94 96 99 100 102 113 151 152 153"},F:{"95":0.00405,"98":0.01214,"99":0.03642,"113":0.00405,"119":0.00405,"122":0.00405,"123":0.00405,"131":0.1376,_:"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 114 115 116 117 118 120 121 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.01214,"90":0.00405,"92":0.02024,"109":0.00405,"114":0.00405,"119":0.04047,"120":0.04452,"122":0.00405,"131":0.00405,"137":0.00405,"139":0.00405,"140":0.01214,"141":0.00405,"142":0.00405,"143":0.00405,"144":0.00405,"145":0.00809,"146":0.01619,"147":0.01214,"148":0.52206,"149":1.82924,"150":0.00405,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 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 134 135 136 138"},E:{"27":0.00405,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 TP","13.1":0.00809,"14.1":0.00405,"15.6":0.03238,"16.1":0.00405,"16.6":0.02428,"17.1":0.01214,"17.4":0.00405,"17.5":0.00405,"17.6":0.02428,"18.1":0.00405,"18.2":0.00405,"18.3":0.00405,"18.4":0.00405,"18.5-18.7":0.00809,"26.0":0.01214,"26.1":0.00809,"26.2":0.02833,"26.3":0.05261,"26.4":0.04856,"26.5":0.36423},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00073,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0022,"8.1-8.4":0,"9.0-9.2":0.00073,"9.3":0,"10.0-10.2":0,"10.3":0.00808,"11.0-11.2":0.24315,"11.3-11.4":0.00147,"12.0-12.1":0,"12.2-12.5":0.02498,"13.0-13.1":0,"13.2":0.00808,"13.3":0,"13.4-13.7":0.00147,"14.0-14.4":0.00514,"14.5-14.8":0.00808,"15.0-15.1":0.00735,"15.2-15.3":0.00441,"15.4":0.00514,"15.5":0.00661,"15.6-15.8":0.12856,"16.0":0.01175,"16.1":0.0191,"16.2":0.01028,"16.3":0.02204,"16.4":0.00514,"16.5":0.00808,"16.6-16.7":0.16749,"17.0":0.00735,"17.1":0.01102,"17.2":0.01028,"17.3":0.01543,"17.4":0.02351,"17.5":0.04187,"17.6-17.7":0.10799,"18.0":0.02424,"18.1":0.04628,"18.2":0.02498,"18.3":0.0764,"18.4":0.03453,"18.5-18.7":1.1041,"26.0":0.07273,"26.1":0.07566,"26.2":0.22846,"26.3":0.31221,"26.4":0.35775,"26.5":4.0572},P:{"21":0.00586,"25":0.01172,"26":0.00586,"27":0.00586,"28":0.04102,"29":0.0586,"30":0.24612,_:"4 20 22 23 24 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.07136,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.17859,_:"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.81556},H:{all:0},L:{"0":66.08093},R:{_:"0"},M:{"0":0.14883},Q:{"14.9":0.02977}};