@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:{"4":0.00539,"72":0.02154,"102":0.04308,"103":0.01616,"115":0.71082,"120":0.00539,"121":0.01616,"146":0.00539,"148":0.00539,"150":1.9763,"151":0.58697,"152":0.00539,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 147 149 153 154 3.5 3.6"},D:{"39":0.02693,"40":0.03231,"41":0.0377,"42":0.0377,"43":0.03231,"44":0.02693,"45":0.02154,"46":0.03231,"47":0.02693,"48":0.0377,"49":0.03231,"50":0.0377,"51":0.03231,"52":0.0377,"53":0.0377,"54":0.03231,"55":0.0377,"56":0.04308,"57":0.03231,"58":0.03231,"59":0.03231,"60":0.03231,"69":0.00539,"78":0.00539,"81":0.00539,"83":0.01077,"88":0.00539,"91":0.01077,"93":0.01077,"98":0.00539,"102":0.01077,"103":0.24233,"104":0.58697,"105":0.23156,"106":0.24233,"107":0.25848,"108":0.24233,"109":0.39849,"110":0.22617,"111":0.26387,"112":3.44102,"114":0.00539,"116":0.50619,"117":0.22079,"118":6.89819,"119":0.02693,"120":0.26387,"122":0.00539,"124":0.2531,"125":0.00539,"126":0.13463,"127":0.01077,"128":0.01077,"130":0.00539,"131":0.51158,"132":0.00539,"133":0.63005,"134":0.03231,"135":0.00539,"137":0.01077,"138":0.06462,"139":0.04847,"140":0.01077,"141":0.00539,"142":0.01616,"143":0.02154,"144":0.04308,"145":1.08777,"146":0.11847,"147":3.96875,"148":10.02687,"149":0.02693,"150":0.00539,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 79 80 84 85 86 87 89 90 92 94 95 96 97 99 100 101 113 115 121 123 129 136 151 152"},F:{"97":0.01616,"98":0.08078,"131":0.40926,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00539,"92":0.00539,"109":0.02154,"134":0.00539,"141":0.00539,"143":0.00539,"144":0.00539,"145":0.00539,"146":0.03231,"147":1.4001,"148":2.97252,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 135 136 137 138 139 140 142 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 15.1 15.2-15.3 15.4 15.5 16.1 16.2 16.3 16.4 16.5 17.0 17.4 18.0 18.1 18.2 26.0 26.1 TP","5.1":0.01077,"12.1":0.00539,"13.1":0.19925,"14.1":0.01077,"15.6":0.07001,"16.0":0.0377,"16.6":0.15078,"17.1":0.00539,"17.2":0.02693,"17.3":0.00539,"17.5":0.01077,"17.6":0.02693,"18.3":0.00539,"18.4":0.07001,"18.5-18.7":0.01077,"26.2":0.07539,"26.3":0.10232,"26.4":0.26925,"26.5":0.36618},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00119,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00238,"8.1-8.4":0,"9.0-9.2":0.00119,"9.3":0,"10.0-10.2":0,"10.3":0.0107,"11.0-11.2":0.28175,"11.3-11.4":0.00357,"12.0-12.1":0,"12.2-12.5":0.04042,"13.0-13.1":0,"13.2":0.01308,"13.3":0,"13.4-13.7":0.00238,"14.0-14.4":0.00951,"14.5-14.8":0.01545,"15.0-15.1":0.01189,"15.2-15.3":0.00713,"15.4":0.00951,"15.5":0.0107,"15.6-15.8":0.20091,"16.0":0.0214,"16.1":0.03329,"16.2":0.01783,"16.3":0.03923,"16.4":0.00832,"16.5":0.01427,"16.6-16.7":0.26749,"17.0":0.01189,"17.1":0.02021,"17.2":0.01783,"17.3":0.03448,"17.4":0.05469,"17.5":0.07371,"17.6-17.7":0.19378,"18.0":0.03923,"18.1":0.07727,"18.2":0.04161,"18.3":0.12364,"18.4":0.05706,"18.5-18.7":1.96869,"26.0":0.12602,"26.1":0.15692,"26.2":0.60392,"26.3":1.90687,"26.4":3.93263,"26.5":1.40281},P:{"21":0.0173,"22":0.0173,"23":0.02306,"24":0.01153,"25":0.0346,"26":0.04036,"27":0.08649,"28":0.09802,"29":1.78174,"30":0.3575,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.04613,"17.0":0.02306,"19.0":0.00577},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.38305,_:"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.17999},Q:{"14.9":0.03231},O:{"0":0.38305},H:{all:0},L:{"0":38.91501}};
1
+ module.exports={C:{"4":0.03644,"48":0.02429,"103":0.05466,"115":0.68018,"120":0.66196,"121":1.36035,"130":0.01215,"149":0.00607,"150":0.05466,"151":1.19638,"152":0.68018,_:"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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.01822,"40":0.03037,"41":0.01822,"42":0.01822,"43":0.01822,"44":0.01215,"45":0.01822,"46":0.01822,"47":0.02429,"48":0.01822,"49":0.02429,"50":0.01215,"51":0.01822,"52":0.01822,"53":0.02429,"54":0.01822,"55":0.01822,"56":0.01822,"57":0.02429,"58":0.01822,"59":0.01822,"60":0.01822,"73":0.00607,"78":0.00607,"80":0.00607,"81":0.01215,"83":0.00607,"87":0.00607,"88":0.00607,"102":0.00607,"103":0.64981,"104":0.81986,"105":0.62552,"106":0.64981,"107":0.63767,"108":0.66803,"109":0.86237,"110":0.63767,"111":0.68018,"112":0.63159,"116":1.39679,"117":0.64374,"118":7.76737,"119":1.33606,"120":2.03446,"122":0.00607,"124":0.64981,"125":0.00607,"126":0.04858,"128":0.02429,"130":0.01215,"131":1.3725,"132":0.00607,"133":1.31177,"134":0.01822,"137":0.12146,"138":0.14575,"139":0.00607,"141":0.00607,"142":0.04251,"143":0.03037,"144":0.02429,"145":0.71661,"146":1.19638,"147":0.17612,"148":3.577,"149":7.85846,"150":0.02429,_:"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 74 75 76 77 79 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 101 113 114 115 121 123 127 129 135 136 140 151 152 153"},F:{"98":0.01215,"99":0.06073,"131":0.25507,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 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.00607,"18":0.00607,"119":0.65588,"120":0.63767,"122":0.00607,"133":0.00607,"137":0.00607,"140":0.00607,"141":0.00607,"143":0.00607,"144":0.00607,"146":0.00607,"147":0.07895,"148":1.20853,"149":2.97577,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 134 135 136 138 139 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 11.1 12.1 14.1 15.1 15.2-15.3 15.4 16.0 16.2 16.3 16.4 16.5 17.0 17.3 17.4 18.0 18.1 18.2 18.4 26.1 TP","13.1":0.2247,"15.5":0.00607,"15.6":0.04858,"16.1":0.01215,"16.6":0.0668,"17.1":0.00607,"17.2":0.00607,"17.5":0.00607,"17.6":0.00607,"18.3":0.01215,"18.5-18.7":0.01215,"26.0":0.00607,"26.2":0.01215,"26.3":0.06073,"26.4":0.01822,"26.5":0.6073},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00091,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00272,"8.1-8.4":0,"9.0-9.2":0.00091,"9.3":0,"10.0-10.2":0,"10.3":0.00999,"11.0-11.2":0.30052,"11.3-11.4":0.00182,"12.0-12.1":0,"12.2-12.5":0.03087,"13.0-13.1":0,"13.2":0.00999,"13.3":0,"13.4-13.7":0.00182,"14.0-14.4":0.00636,"14.5-14.8":0.00999,"15.0-15.1":0.00908,"15.2-15.3":0.00545,"15.4":0.00636,"15.5":0.00817,"15.6-15.8":0.15889,"16.0":0.01453,"16.1":0.02361,"16.2":0.01271,"16.3":0.02724,"16.4":0.00636,"16.5":0.00999,"16.6-16.7":0.20701,"17.0":0.00908,"17.1":0.01362,"17.2":0.01271,"17.3":0.01907,"17.4":0.02905,"17.5":0.05175,"17.6-17.7":0.13346,"18.0":0.02996,"18.1":0.0572,"18.2":0.03087,"18.3":0.09442,"18.4":0.04267,"18.5-18.7":1.36461,"26.0":0.08988,"26.1":0.09352,"26.2":0.28236,"26.3":0.38587,"26.4":0.44216,"26.5":5.01446},P:{"4":0.06985,"21":0.00499,"22":0.00998,"24":0.00998,"25":0.01497,"26":0.01497,"27":0.03992,"28":0.06486,"29":0.23451,"30":1.34217,_:"20 23 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.02994,"8.2":0.03493,"17.0":0.00499,"19.0":0.00499},I:{"0":0.00785,"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.23562,_:"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.31416},H:{all:0},L:{"0":34.94567},R:{_:"0"},M:{"0":0.06283},Q:{"14.9":0.00785}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.01757,"78":0.00586,"115":0.00586,"121":0.01757,"124":0.00586,"125":0.02342,"126":0.04099,"132":0.00586,"150":0.1171,"151":0.33374,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 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 127 128 129 130 131 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 152 153 154 3.5 3.6"},D:{"39":0.02342,"40":0.02342,"41":0.04099,"42":0.03513,"43":0.02342,"44":0.02342,"45":0.04684,"47":0.02342,"48":0.04099,"49":0.01757,"50":0.03513,"51":0.04684,"52":0.00586,"53":0.03513,"54":0.01757,"55":0.01757,"56":0.05855,"57":0.01757,"58":0.00586,"59":0.01757,"60":0.02342,"69":0.04099,"73":0.08783,"83":0.04099,"91":0.01757,"94":0.02342,"98":0.05855,"100":0.02342,"103":0.07612,"104":0.02342,"105":0.04684,"106":0.04099,"107":0.03513,"108":0.00586,"109":0.18151,"110":0.07612,"111":0.04684,"112":4.23317,"116":0.08197,"117":0.04684,"118":17.58257,"119":0.00586,"120":0.1171,"122":0.14638,"123":0.00586,"124":0.05855,"125":0.04684,"127":0.01757,"130":0.05855,"131":0.14638,"132":0.01757,"133":0.08783,"135":0.04099,"136":0.07612,"137":0.03513,"138":0.04684,"141":0.02342,"142":0.03513,"143":0.02342,"144":0.03513,"145":0.21078,"146":0.20493,"147":2.31273,"148":3.49544,_:"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 46 61 62 63 64 65 66 67 68 70 71 72 74 75 76 77 78 79 80 81 84 85 86 87 88 89 90 92 93 95 96 97 99 101 102 113 114 115 121 126 128 129 134 139 140 149 150 151 152"},F:{"98":0.00586,"123":0.00586,"131":7.50026,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00586,"18":0.00586,"92":0.00586,"120":0.00586,"124":0.05855,"125":0.01757,"127":0.02342,"136":0.00586,"138":0.01757,"141":0.00586,"143":0.04684,"146":0.04684,"147":0.86069,"148":1.94386,_:"12 13 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 122 123 126 128 129 130 131 132 133 134 135 137 139 140 142 144 145 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.4 TP","13.1":0.05855,"17.3":0.02342,"17.4":0.02342,"17.5":0.01757,"17.6":0.04099,"26.3":0.06441,"26.5":0.00586},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00016,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00032,"8.1-8.4":0,"9.0-9.2":0.00016,"9.3":0,"10.0-10.2":0,"10.3":0.00145,"11.0-11.2":0.03812,"11.3-11.4":0.00048,"12.0-12.1":0,"12.2-12.5":0.00547,"13.0-13.1":0,"13.2":0.00177,"13.3":0,"13.4-13.7":0.00032,"14.0-14.4":0.00129,"14.5-14.8":0.00209,"15.0-15.1":0.00161,"15.2-15.3":0.00096,"15.4":0.00129,"15.5":0.00145,"15.6-15.8":0.02718,"16.0":0.00289,"16.1":0.0045,"16.2":0.00241,"16.3":0.00531,"16.4":0.00113,"16.5":0.00193,"16.6-16.7":0.03619,"17.0":0.00161,"17.1":0.00273,"17.2":0.00241,"17.3":0.00466,"17.4":0.0074,"17.5":0.00997,"17.6-17.7":0.02621,"18.0":0.00531,"18.1":0.01045,"18.2":0.00563,"18.3":0.01673,"18.4":0.00772,"18.5-18.7":0.26633,"26.0":0.01705,"26.1":0.02123,"26.2":0.0817,"26.3":0.25796,"26.4":0.53201,"26.5":0.18977},P:{"28":0.03157,"29":0.7341,"30":0.03947,_:"4 20 21 22 23 24 25 26 27 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.10262},I:{"0":0.01656,"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.13264,_:"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.01658},Q:{_:"14.9"},O:{"0":1.38443},H:{all:0},L:{"0":51.69131}};
1
+ module.exports={C:{"78":0.0839,"120":0.54214,"121":1.08427,"126":0.00645,"136":0.01936,"151":0.0839,"152":0.01936,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 122 123 124 125 127 128 129 130 131 132 133 134 135 137 138 139 140 141 142 143 144 145 146 147 148 149 150 153 154 155 3.5 3.6"},D:{"39":0.01291,"40":0.03227,"41":0.00645,"42":0.01936,"43":0.00645,"44":0.01936,"45":0.01936,"46":0.00645,"47":0.01936,"48":0.00645,"49":0.01936,"51":0.01936,"52":0.01291,"53":0.00645,"54":0.01291,"56":0.03227,"57":0.03872,"58":0.00645,"59":0.03227,"60":0.03872,"65":0.01936,"67":0.00645,"79":0.01936,"81":0.00645,"87":0.00645,"89":0.01291,"98":0.00645,"103":0.17426,"104":0.20007,"105":0.22589,"106":0.21298,"107":0.19362,"108":0.18717,"109":0.24525,"110":0.25816,"111":0.27107,"112":0.1678,"116":0.41306,"117":0.27752,"118":20.62053,"119":1.22626,"120":1.6135,"122":0.00645,"123":0.01291,"124":0.24525,"125":0.01291,"126":0.04518,"130":0.34852,"131":0.44533,"132":0.00645,"133":0.4066,"135":0.00645,"136":0.00645,"137":0.19362,"138":0.18717,"139":0.00645,"141":0.03872,"142":0.05163,"143":0.01291,"144":0.07745,"145":0.01291,"146":0.0839,"147":1.27789,"148":2.93012,"149":3.22055,"150":0.26461,_:"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 50 55 61 62 63 64 66 68 69 70 71 72 73 74 75 76 77 78 80 83 84 85 86 88 90 91 92 93 94 95 96 97 99 100 101 102 113 114 115 121 127 128 129 134 140 151 152 153"},F:{"46":0.05163,"131":2.54288,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 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:{"119":0.51632,"120":0.53568,"124":0.00645,"127":0.00645,"140":0.00645,"142":0.00645,"143":0.01291,"145":0.03227,"146":0.00645,"148":0.57441,"149":1.74903,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 122 123 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 144 147 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.5 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.4 TP","13.1":0.03227,"15.6":0.07745,"17.4":0.00645,"26.3":0.03872,"26.5":0.01936},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00022,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00065,"8.1-8.4":0,"9.0-9.2":0.00022,"9.3":0,"10.0-10.2":0,"10.3":0.00237,"11.0-11.2":0.07125,"11.3-11.4":0.00043,"12.0-12.1":0,"12.2-12.5":0.00732,"13.0-13.1":0,"13.2":0.00237,"13.3":0,"13.4-13.7":0.00043,"14.0-14.4":0.00151,"14.5-14.8":0.00237,"15.0-15.1":0.00215,"15.2-15.3":0.00129,"15.4":0.00151,"15.5":0.00194,"15.6-15.8":0.03767,"16.0":0.00344,"16.1":0.0056,"16.2":0.00301,"16.3":0.00646,"16.4":0.00151,"16.5":0.00237,"16.6-16.7":0.04908,"17.0":0.00215,"17.1":0.00323,"17.2":0.00301,"17.3":0.00452,"17.4":0.00689,"17.5":0.01227,"17.6-17.7":0.03164,"18.0":0.0071,"18.1":0.01356,"18.2":0.00732,"18.3":0.02239,"18.4":0.01012,"18.5-18.7":0.32351,"26.0":0.02131,"26.1":0.02217,"26.2":0.06694,"26.3":0.09148,"26.4":0.10482,"26.5":1.18878},P:{"22":0.00532,"25":0.01064,"28":0.11702,"29":0.18617,"30":0.34042,_:"4 20 21 23 24 26 27 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.00708,"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.10993,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":1.23046},H:{all:0},L:{"0":44.83289},R:{_:"0"},M:{"0":0.01418},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.01143,"115":0.1086,"120":0.00572,"121":0.00572,"128":0.00572,"136":0.01143,"140":0.07431,"141":0.01715,"144":0.01143,"145":0.01715,"146":0.04001,"147":0.01143,"148":0.04001,"149":0.02858,"150":0.90313,"151":0.44013,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 134 135 137 138 139 142 143 152 153 154 3.5 3.6"},D:{"39":0.04001,"40":0.04001,"41":0.04001,"42":0.0343,"43":0.04001,"44":0.04001,"45":0.0343,"46":0.04001,"47":0.04001,"48":0.04001,"49":0.04573,"50":0.04573,"51":0.04001,"52":0.04001,"53":0.04001,"54":0.04001,"55":0.04001,"56":0.04573,"57":0.04001,"58":0.04001,"59":0.04001,"60":0.04001,"70":0.00572,"72":0.01143,"79":0.01143,"83":0.00572,"87":0.04573,"91":0.01143,"95":0.00572,"97":0.01715,"99":0.00572,"103":0.30295,"104":0.29723,"105":0.29723,"106":0.30295,"107":0.2858,"108":0.29723,"109":0.85168,"110":0.29723,"111":0.34868,"112":1.38899,"114":0.00572,"116":0.6059,"117":0.29723,"118":2.76083,"119":0.09146,"120":0.48014,"122":0.04001,"123":0.00572,"124":0.33153,"126":0.01143,"127":0.01143,"128":0.02286,"129":0.01143,"130":0.00572,"131":0.6059,"132":0.02858,"133":0.67449,"134":0.01715,"135":0.01143,"136":0.01143,"137":0.02858,"138":0.09146,"139":0.04001,"140":0.04001,"141":0.01143,"142":0.32581,"143":0.34296,"144":0.36011,"145":0.46871,"146":1.75481,"147":6.84205,"148":13.324,"149":0.04573,_:"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 75 76 77 78 80 81 84 85 86 88 89 90 92 93 94 96 98 100 101 102 113 115 121 125 150 151 152"},F:{"67":0.00572,"86":0.00572,"95":0.01143,"97":0.06288,"98":0.06288,"99":0.00572,"115":0.00572,"125":0.00572,"131":0.93742,_:"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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00572,"92":0.01143,"109":0.01143,"122":0.00572,"131":0.01715,"133":0.00572,"134":0.00572,"135":0.00572,"136":0.00572,"137":0.00572,"139":0.00572,"140":0.00572,"141":0.00572,"142":0.02286,"143":0.01143,"144":0.0343,"145":0.09717,"146":0.09146,"147":1.56047,"148":3.61251,"149":0.01143,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 132 138"},E:{"14":0.01143,"15":0.00572,_:"4 5 6 7 8 9 10 11 12 13 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 17.0 17.2 17.3 17.4 18.2 18.4 TP","5.1":0.02858,"15.6":0.01143,"16.5":0.00572,"16.6":0.0343,"17.1":0.02858,"17.5":0.01715,"17.6":0.02858,"18.0":0.00572,"18.1":0.00572,"18.3":0.00572,"18.5-18.7":0.0343,"26.0":0.01143,"26.1":0.00572,"26.2":0.12004,"26.3":0.15433,"26.4":0.22864,"26.5":0.09717},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.00152,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0,"10.0-10.2":0,"10.3":0.00686,"11.0-11.2":0.18058,"11.3-11.4":0.00229,"12.0-12.1":0,"12.2-12.5":0.02591,"13.0-13.1":0,"13.2":0.00838,"13.3":0,"13.4-13.7":0.00152,"14.0-14.4":0.0061,"14.5-14.8":0.00991,"15.0-15.1":0.00762,"15.2-15.3":0.00457,"15.4":0.0061,"15.5":0.00686,"15.6-15.8":0.12877,"16.0":0.01372,"16.1":0.02133,"16.2":0.01143,"16.3":0.02514,"16.4":0.00533,"16.5":0.00914,"16.6-16.7":0.17144,"17.0":0.00762,"17.1":0.01295,"17.2":0.01143,"17.3":0.0221,"17.4":0.03505,"17.5":0.04724,"17.6-17.7":0.1242,"18.0":0.02514,"18.1":0.04953,"18.2":0.02667,"18.3":0.07924,"18.4":0.03657,"18.5-18.7":1.26178,"26.0":0.08077,"26.1":0.10058,"26.2":0.38707,"26.3":1.22216,"26.4":2.52052,"26.5":0.8991},P:{"4":0.01969,"20":0.00656,"22":0.00656,"24":0.00656,"25":0.00656,"26":0.00656,"27":0.01313,"28":0.03938,"29":0.69574,"30":0.17065,_:"21 23 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02625,"8.2":0.01313},I:{"0":0.06846,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.29553,_:"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.32979},Q:{_:"14.9"},O:{"0":0.11136},H:{all:0},L:{"0":42.63666}};
1
+ module.exports={C:{"112":0.02999,"115":0.13795,"120":0.17394,"121":0.34189,"127":0.006,"128":0.012,"136":0.012,"139":0.006,"140":0.07198,"141":0.006,"144":0.012,"145":0.01799,"146":0.04798,"147":0.006,"148":0.02999,"149":0.006,"150":0.04199,"151":0.85172,"152":0.46185,_:"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 113 114 116 117 118 119 122 123 124 125 126 129 130 131 132 133 134 135 137 138 142 143 153 154 155 3.5 3.6"},D:{"39":0.02399,"40":0.02399,"41":0.01799,"42":0.01799,"43":0.01799,"44":0.01799,"45":0.02399,"46":0.01799,"47":0.01799,"48":0.01799,"49":0.01799,"50":0.02399,"51":0.02399,"52":0.02399,"53":0.02999,"54":0.02399,"55":0.01799,"56":0.02999,"57":0.02399,"58":0.02399,"59":0.02399,"60":0.02399,"65":0.006,"72":0.006,"73":0.006,"79":0.04798,"87":0.07797,"91":0.012,"97":0.012,"103":0.46784,"104":0.46784,"105":0.47384,"106":0.46784,"107":0.47984,"108":0.47384,"109":1.02566,"110":0.46185,"111":0.55182,"112":0.45585,"116":0.95368,"117":0.45585,"118":2.7051,"119":0.37787,"120":1.22959,"121":0.012,"122":0.02999,"123":0.006,"124":0.49783,"125":0.006,"126":0.02399,"127":0.012,"128":0.05998,"129":0.012,"131":0.95368,"132":0.01799,"133":0.95968,"134":0.012,"135":0.012,"136":0.012,"137":0.04798,"138":0.07797,"139":0.03599,"140":0.04199,"141":0.01799,"142":0.50983,"143":0.07797,"144":0.02999,"145":0.37787,"146":1.24159,"147":0.92969,"148":6.47184,"149":12.69177,"150":0.07198,_:"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 74 75 76 77 78 80 81 83 84 85 86 88 89 90 92 93 94 95 96 98 99 100 101 102 113 114 115 130 151 152 153"},F:{"67":0.006,"95":0.006,"98":0.01799,"99":0.07198,"100":0.006,"131":0.83372,_:"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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.006,"92":0.006,"100":0.006,"109":0.02399,"116":0.006,"119":0.16794,"120":0.17394,"122":0.012,"131":0.006,"133":0.012,"134":0.012,"135":0.006,"136":0.006,"137":0.006,"138":0.012,"139":0.006,"140":0.006,"141":0.012,"142":0.01799,"143":0.006,"144":0.01799,"145":0.03599,"146":0.05998,"147":0.09597,"148":1.34955,"149":3.79673,"150":0.01799,_:"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 101 102 103 104 105 106 107 108 110 111 112 113 114 115 117 118 121 123 124 125 126 127 128 129 130 132"},E:{"15":0.006,"27":0.006,_:"4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.2 18.4 TP","5.1":0.006,"15.6":0.012,"16.6":0.04199,"17.1":0.03599,"17.4":0.01799,"17.5":0.006,"17.6":0.02399,"18.1":0.006,"18.3":0.006,"18.5-18.7":0.05398,"26.0":0.006,"26.1":0.006,"26.2":0.02999,"26.3":0.04199,"26.4":0.04798,"26.5":0.40786},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00072,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00216,"8.1-8.4":0,"9.0-9.2":0.00072,"9.3":0,"10.0-10.2":0,"10.3":0.00792,"11.0-11.2":0.23844,"11.3-11.4":0.00144,"12.0-12.1":0,"12.2-12.5":0.02449,"13.0-13.1":0,"13.2":0.00792,"13.3":0,"13.4-13.7":0.00144,"14.0-14.4":0.00504,"14.5-14.8":0.00792,"15.0-15.1":0.0072,"15.2-15.3":0.00432,"15.4":0.00504,"15.5":0.00648,"15.6-15.8":0.12606,"16.0":0.01153,"16.1":0.01873,"16.2":0.01009,"16.3":0.02161,"16.4":0.00504,"16.5":0.00792,"16.6-16.7":0.16424,"17.0":0.0072,"17.1":0.01081,"17.2":0.01009,"17.3":0.01513,"17.4":0.02305,"17.5":0.04106,"17.6-17.7":0.10589,"18.0":0.02377,"18.1":0.04538,"18.2":0.02449,"18.3":0.07492,"18.4":0.03386,"18.5-18.7":1.0827,"26.0":0.07132,"26.1":0.0742,"26.2":0.22403,"26.3":0.30615,"26.4":0.35082,"26.5":3.97855},P:{"4":0.01918,"20":0.00639,"21":0.00639,"22":0.00639,"24":0.00639,"25":0.00639,"26":0.01279,"27":0.01918,"28":0.05115,"29":0.09591,"30":0.812,_:"23 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.00639,"7.2-7.4":0.01918,"8.2":0.01279},I:{"0":0.06797,"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.32816,_:"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.08404},H:{all:0},L:{"0":40.44756},R:{_:"0"},M:{"0":0.29615},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.0045,"65":0.00225,"72":0.01798,"115":0.09217,"121":0.00225,"127":0.0045,"140":0.01124,"143":0.01124,"145":0.0045,"146":0.00225,"147":0.0045,"148":0.00225,"149":0.00674,"150":0.15736,"151":0.06519,_:"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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 144 152 153 154 3.5 3.6"},D:{"39":0.00225,"40":0.00225,"41":0.00225,"42":0.00225,"43":0.00225,"44":0.00225,"45":0.00225,"46":0.00225,"47":0.00225,"48":0.00225,"49":0.00225,"50":0.0045,"51":0.00225,"52":0.00225,"53":0.00225,"54":0.00225,"55":0.00225,"56":0.0045,"57":0.00225,"58":0.00225,"59":0.00225,"60":0.00225,"63":0.0045,"64":0.00225,"65":0.00225,"66":0.00674,"67":0.00225,"68":0.00899,"69":0.00899,"70":0.00899,"71":0.00674,"72":0.00225,"73":0.00674,"74":0.00225,"75":0.0045,"76":0.00225,"78":0.00225,"79":0.02023,"80":0.00225,"81":0.00674,"83":0.00674,"85":0.00225,"86":0.00899,"87":0.01574,"88":0.0045,"89":0.0045,"90":0.00225,"91":0.00674,"92":0.00225,"93":0.00225,"94":0.00225,"95":0.00225,"97":0.00225,"98":0.03597,"100":0.00225,"101":0.00225,"102":0.0045,"103":0.31922,"104":0.31022,"105":0.31697,"106":0.31697,"107":0.32146,"108":0.32146,"109":0.60921,"110":0.31022,"111":0.31922,"112":0.73959,"113":0.00225,"114":0.00674,"115":0.00225,"116":0.6227,"117":0.31697,"118":1.70848,"119":0.00674,"120":0.3372,"121":0.0045,"122":0.00899,"123":0.01124,"124":0.32146,"125":0.00225,"126":0.01798,"127":0.00899,"128":0.00225,"129":0.0045,"130":0.01124,"131":0.6699,"132":0.0045,"133":0.63843,"134":0.01798,"135":0.01574,"136":0.01349,"137":0.03822,"138":0.03372,"139":0.02248,"140":0.02698,"141":0.01124,"142":0.02922,"143":0.06519,"144":0.04496,"145":0.57324,"146":0.06969,"147":0.84075,"148":1.20942,"149":0.00225,_:"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 77 84 96 99 150 151 152"},F:{"46":0.00225,"79":0.00225,"93":0.00225,"95":0.00899,"96":0.02023,"97":0.01798,"98":0.01798,"117":0.00225,"131":0.09217,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 94 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 120 121 122 123 124 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.00674,"92":0.00674,"109":0.00674,"114":0.00225,"122":0.00225,"134":0.00225,"136":0.00225,"140":0.00225,"142":0.00225,"143":0.00225,"144":0.00225,"145":0.0045,"146":0.01124,"147":0.12589,"148":0.21356,_:"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 123 124 125 126 127 128 129 130 131 132 133 135 137 138 139 141 149"},E:{"14":0.00225,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.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 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4 26.0 26.1 26.5 TP","5.1":0.06969,"15.1":0.00225,"15.6":0.0045,"16.3":0.00225,"16.6":0.00225,"17.1":0.00225,"18.5-18.7":0.00225,"26.2":0.00674,"26.3":0.00899,"26.4":0.00674},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00023,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00046,"8.1-8.4":0,"9.0-9.2":0.00023,"9.3":0,"10.0-10.2":0,"10.3":0.00208,"11.0-11.2":0.05474,"11.3-11.4":0.00069,"12.0-12.1":0,"12.2-12.5":0.00785,"13.0-13.1":0,"13.2":0.00254,"13.3":0,"13.4-13.7":0.00046,"14.0-14.4":0.00185,"14.5-14.8":0.003,"15.0-15.1":0.00231,"15.2-15.3":0.00139,"15.4":0.00185,"15.5":0.00208,"15.6-15.8":0.03904,"16.0":0.00416,"16.1":0.00647,"16.2":0.00346,"16.3":0.00762,"16.4":0.00162,"16.5":0.00277,"16.6-16.7":0.05197,"17.0":0.00231,"17.1":0.00393,"17.2":0.00346,"17.3":0.0067,"17.4":0.01063,"17.5":0.01432,"17.6-17.7":0.03765,"18.0":0.00762,"18.1":0.01501,"18.2":0.00808,"18.3":0.02402,"18.4":0.01109,"18.5-18.7":0.3825,"26.0":0.02448,"26.1":0.03049,"26.2":0.11734,"26.3":0.37049,"26.4":0.76408,"26.5":0.27256},P:{"20":0.007,"21":0.014,"22":0.02099,"23":0.014,"24":0.014,"25":0.05598,"26":0.04899,"27":0.03499,"28":0.12596,"29":0.57384,"30":0.06298,_:"4 10.1","5.0-5.4":0.014,"6.2-6.4":0.02799,"7.2-7.4":0.04199,"8.2":0.007,"9.2":0.02099,"11.1-11.2":0.007,"12.0":0.007,"13.0":0.02099,"14.0":0.02099,"15.0":0.007,"16.0":0.02099,"17.0":0.03499,"18.0":0.014,"19.0":0.007},I:{"0":0.01549,"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.35655,_:"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.031},Q:{_:"14.9"},O:{"0":0.29454},H:{all:0},L:{"0":81.98834}};
1
+ module.exports={C:{"52":0.00207,"72":0.00207,"115":0.07855,"120":0.03721,"121":0.07441,"127":0.00207,"140":0.0062,"142":0.00207,"143":0.01034,"145":0.00207,"146":0.00207,"147":0.00207,"148":0.00207,"149":0.00207,"150":0.0062,"151":0.10335,"152":0.05581,_:"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 128 129 130 131 132 133 134 135 136 137 138 139 141 144 153 154 155 3.5 3.6"},D:{"49":0.00207,"50":0.00413,"51":0.00207,"52":0.00207,"55":0.00207,"56":0.0062,"57":0.00207,"58":0.00207,"60":0.00207,"63":0.00413,"64":0.00413,"65":0.00207,"66":0.0124,"67":0.00207,"68":0.01034,"69":0.00827,"70":0.01034,"71":0.0062,"72":0.00413,"73":0.0124,"74":0.00207,"75":0.00827,"76":0.00207,"78":0.0062,"79":0.02894,"80":0.00413,"81":0.00827,"83":0.00827,"85":0.00207,"86":0.00827,"87":0.02274,"88":0.0186,"89":0.00207,"90":0.00207,"91":0.00413,"92":0.00207,"93":0.00207,"94":0.00207,"95":0.00413,"97":0.00207,"98":0.06821,"99":0.00207,"100":0.00207,"101":0.00207,"102":0.00827,"103":0.27698,"104":0.27078,"105":0.28111,"106":0.27698,"107":0.28111,"108":0.28111,"109":0.53949,"110":0.27698,"111":0.27698,"112":0.26871,"113":0.00413,"114":0.01654,"116":0.54362,"117":0.27284,"118":1.64947,"119":0.08061,"120":0.3886,"121":0.00207,"122":0.0062,"123":0.0124,"124":0.27698,"125":0.00413,"126":0.0248,"127":0.01447,"128":0.00207,"129":0.00413,"130":0.00827,"131":0.58083,"132":0.0062,"133":0.54569,"134":0.02274,"135":0.01034,"136":0.01034,"137":0.05168,"138":0.03721,"139":0.02687,"140":0.02687,"141":0.00827,"142":0.07441,"143":0.05374,"144":0.03307,"145":0.36173,"146":0.05788,"147":0.07648,"148":0.73172,"149":1.12031,"150":0.0062,_:"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 53 54 59 61 62 77 84 96 115 151 152 153"},F:{"95":0.00827,"96":0.00207,"97":0.00413,"98":0.01447,"99":0.03101,"117":0.00207,"131":0.08061,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 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.00413,"89":0.00207,"92":0.0062,"109":0.0062,"114":0.00207,"119":0.03721,"120":0.03927,"122":0.00207,"138":0.00207,"142":0.00207,"143":0.00207,"144":0.00207,"145":0.00207,"146":0.00413,"147":0.0062,"148":0.08061,"149":0.22944,"150":0.0062,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139 140 141"},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.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.3 17.4 18.0 18.1 18.2 18.3 18.4 26.0 26.1 TP","5.1":0.03101,"15.1":0.00207,"15.6":0.00207,"16.6":0.00413,"17.1":0.00207,"17.2":0.00207,"17.5":0.00207,"17.6":0.00207,"18.5-18.7":0.00207,"26.2":0.00413,"26.3":0.00413,"26.4":0.00207,"26.5":0.00827},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.00081,"8.1-8.4":0,"9.0-9.2":0.00027,"9.3":0,"10.0-10.2":0,"10.3":0.00298,"11.0-11.2":0.08953,"11.3-11.4":0.00054,"12.0-12.1":0,"12.2-12.5":0.0092,"13.0-13.1":0,"13.2":0.00298,"13.3":0,"13.4-13.7":0.00054,"14.0-14.4":0.00189,"14.5-14.8":0.00298,"15.0-15.1":0.0027,"15.2-15.3":0.00162,"15.4":0.00189,"15.5":0.00243,"15.6-15.8":0.04733,"16.0":0.00433,"16.1":0.00703,"16.2":0.00379,"16.3":0.00811,"16.4":0.00189,"16.5":0.00298,"16.6-16.7":0.06167,"17.0":0.0027,"17.1":0.00406,"17.2":0.00379,"17.3":0.00568,"17.4":0.00866,"17.5":0.01542,"17.6-17.7":0.03976,"18.0":0.00893,"18.1":0.01704,"18.2":0.0092,"18.3":0.02813,"18.4":0.01271,"18.5-18.7":0.40653,"26.0":0.02678,"26.1":0.02786,"26.2":0.08412,"26.3":0.11495,"26.4":0.13172,"26.5":1.49387},P:{"21":0.00702,"22":0.01405,"23":0.02107,"24":0.01405,"25":0.03512,"26":0.04214,"27":0.03512,"28":0.11239,"29":0.29501,"30":0.35823,_:"4 20 10.1","5.0-5.4":0.01405,"6.2-6.4":0.02107,"7.2-7.4":0.04917,"8.2":0.01405,"9.2":0.01405,"11.1-11.2":0.00702,"12.0":0.00702,"13.0":0.02107,"14.0":0.01405,"15.0":0.00702,"16.0":0.01405,"17.0":0.03512,"18.0":0.00702,"19.0":0.00702},I:{"0":0.01585,"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.32521,_:"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.30935},H:{all:0},L:{"0":83.13554},R:{_:"0"},M:{"0":0.03966},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"54":0.01033,"78":0.00689,"111":0.05165,"115":0.07575,"121":0.00344,"140":0.00344,"146":0.00344,"147":0.01033,"149":0.02066,"150":0.5922,"151":0.23412,_:"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 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 120 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 148 152 153 154 3.5 3.6"},D:{"39":0.01722,"40":0.01377,"41":0.00689,"42":0.01033,"43":0.01033,"44":0.01033,"45":0.01377,"46":0.01033,"47":0.00689,"48":0.01722,"49":0.01722,"50":0.01377,"51":0.01033,"52":0.01722,"53":0.01033,"54":0.00689,"55":0.01722,"56":0.01033,"57":0.01722,"58":0.01377,"59":0.00689,"60":0.01377,"70":0.00689,"71":0.00344,"74":0.00344,"77":0.00344,"78":0.00344,"79":0.00689,"83":0.00344,"90":0.00344,"94":0.01033,"96":0.00344,"99":0.00344,"103":0.01377,"104":0.00689,"105":0.00344,"106":0.00344,"108":0.00344,"109":0.15838,"110":0.00689,"111":0.03099,"112":0.28921,"114":0.00689,"116":0.01722,"117":0.00344,"118":0.86075,"119":0.01033,"120":0.00344,"121":0.00689,"123":0.00344,"124":0.00689,"126":0.00689,"127":0.00344,"129":0.00344,"131":0.0482,"133":0.01722,"134":0.01033,"135":0.02066,"136":0.01377,"137":0.01033,"138":0.0723,"139":0.02066,"141":0.01722,"142":0.03099,"143":0.26511,"144":0.03443,"145":0.06886,"146":0.17904,"147":3.01607,"148":4.35884,"149":0.00689,_:"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 72 73 75 76 80 81 84 85 86 87 88 89 91 92 93 95 97 98 100 101 102 107 113 115 122 125 128 130 132 140 150 151 152"},F:{"48":0.00344,"55":0.00344,"79":0.00344,"90":0.04476,"93":0.01377,"94":0.01722,"95":0.0241,"96":0.00689,"97":0.14805,"98":0.08608,"99":0.01033,"120":0.00344,"125":0.00344,"131":0.33741,_:"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 49 50 51 52 53 54 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 91 92 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 122 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00689,"17":0.00344,"18":0.04476,"84":0.01722,"92":0.0241,"100":0.01033,"109":0.00689,"111":0.01722,"114":0.01033,"116":0.00344,"121":0.00344,"122":0.0241,"127":0.01033,"129":0.00689,"135":0.00344,"137":0.11018,"139":0.00344,"140":0.01377,"141":0.03099,"142":0.00689,"143":0.00689,"144":0.01033,"145":0.03787,"146":0.0723,"147":0.78845,"148":1.41163,_:"12 13 14 15 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 112 113 115 117 118 119 120 123 124 125 126 128 130 131 132 133 134 136 138 149"},E:{"14":0.00344,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.1 18.3 TP","5.1":0.00344,"15.2-15.3":0.01722,"15.6":0.01722,"16.6":0.01722,"17.6":0.0241,"18.0":0.00344,"18.2":0.0241,"18.4":0.00344,"18.5-18.7":0.02066,"26.0":0.01033,"26.1":0.22035,"26.2":0.02066,"26.3":0.3202,"26.4":0.08608,"26.5":0.14805},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00066,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00131,"8.1-8.4":0,"9.0-9.2":0.00066,"9.3":0,"10.0-10.2":0,"10.3":0.00591,"11.0-11.2":0.15553,"11.3-11.4":0.00197,"12.0-12.1":0,"12.2-12.5":0.02231,"13.0-13.1":0,"13.2":0.00722,"13.3":0,"13.4-13.7":0.00131,"14.0-14.4":0.00525,"14.5-14.8":0.00853,"15.0-15.1":0.00656,"15.2-15.3":0.00394,"15.4":0.00525,"15.5":0.00591,"15.6-15.8":0.11091,"16.0":0.01181,"16.1":0.01838,"16.2":0.00984,"16.3":0.02166,"16.4":0.00459,"16.5":0.00788,"16.6-16.7":0.14766,"17.0":0.00656,"17.1":0.01116,"17.2":0.00984,"17.3":0.01903,"17.4":0.03019,"17.5":0.04069,"17.6-17.7":0.10697,"18.0":0.02166,"18.1":0.04266,"18.2":0.02297,"18.3":0.06825,"18.4":0.0315,"18.5-18.7":1.08676,"26.0":0.06956,"26.1":0.08663,"26.2":0.33338,"26.3":1.05263,"26.4":2.17089,"26.5":0.77438},P:{"22":0.00473,"23":0.02363,"24":0.02836,"25":0.01891,"26":0.00945,"27":0.05672,"28":0.06144,"29":1.14852,"30":0.03308,_:"4 20 21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.43483,"19.0":0.00945},I:{"0":0.0131,"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":9.24396,_:"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.00656,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.76705},Q:{_:"14.9"},O:{"0":0.39992},H:{all:0},L:{"0":62.54104}};
1
+ module.exports={C:{"55":0.00367,"78":0.00367,"104":0.00367,"111":0.04776,"115":0.08083,"120":0.02572,"121":0.04776,"126":0.00735,"131":0.00367,"140":0.00367,"147":0.00735,"149":0.01102,"150":0.0147,"151":0.64662,"152":0.24616,"153":0.00367,_:"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 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 105 106 107 108 109 110 112 113 114 116 117 118 119 122 123 124 125 127 128 129 130 132 133 134 135 136 137 138 139 141 142 143 144 145 146 148 154 155 3.5 3.6"},D:{"39":0.00735,"40":0.0147,"41":0.00735,"42":0.00367,"43":0.00735,"44":0.00735,"45":0.00367,"46":0.01102,"47":0.01102,"48":0.00735,"49":0.00735,"50":0.00735,"51":0.0147,"52":0.00735,"53":0.00735,"54":0.00367,"56":0.00367,"57":0.00735,"58":0.00735,"59":0.00735,"60":0.00367,"65":0.00367,"66":0.01102,"69":0.0147,"70":0.01102,"71":0.01102,"72":0.00367,"75":0.00735,"76":0.00367,"79":0.00367,"86":0.00367,"87":0.00735,"92":0.00367,"97":0.00367,"98":0.00367,"101":0.00735,"103":0.04776,"104":0.01837,"105":0.0147,"106":0.02204,"107":0.01837,"108":0.01837,"109":0.36005,"110":0.0147,"111":0.02204,"112":0.02572,"114":0.00735,"116":0.16533,"117":0.0147,"118":2.01335,"119":0.06246,"120":0.08818,"122":0.00367,"124":0.04041,"125":0.0147,"126":0.01102,"127":0.02572,"128":0.00367,"129":0.00735,"131":0.03307,"132":0.00735,"133":0.04041,"134":0.00735,"136":0.00367,"137":0.03307,"138":0.0992,"139":0.0147,"140":0.03307,"141":0.02204,"142":0.0147,"143":0.0845,"144":0.02204,"145":0.04776,"146":0.10287,"147":0.16533,"148":3.57113,"149":3.93118,"150":0.00735,_:"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 55 61 62 63 64 67 68 73 74 77 78 80 81 83 84 85 88 89 90 91 93 94 95 96 99 100 102 113 115 121 123 130 135 151 152 153"},F:{"40":0.00367,"46":0.00367,"79":0.00367,"90":0.02939,"93":0.00367,"94":0.00735,"95":0.01102,"96":0.00367,"97":0.05878,"98":0.03674,"99":0.05511,"100":0.01102,"125":0.00367,"127":0.00367,"131":0.2829,_:"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 80 81 82 83 84 85 86 87 88 89 91 92 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.0147,"15":0.0147,"16":0.00367,"18":0.09552,"89":0.00367,"90":0.00735,"92":0.01102,"100":0.00735,"109":0.05511,"114":0.00735,"119":0.02572,"120":0.02572,"122":0.01102,"123":0.00367,"126":0.00367,"129":0.00367,"131":0.00367,"137":0.01837,"138":0.00735,"139":0.00367,"140":0.00735,"141":0.00735,"142":0.02204,"144":0.0147,"145":0.02204,"146":0.0147,"147":0.03674,"148":0.76419,"149":2.53873,_:"12 13 17 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 124 125 127 128 130 132 133 134 135 136 143 150"},E:{"27":0.00367,_:"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 13.1 14.1 15.1 15.4 15.5 15.6 16.0 16.1 16.2 16.4 16.5 17.0 17.4 17.5 18.0 18.1 18.2 18.3 26.2 TP","12.1":0.00367,"15.2-15.3":0.00367,"16.3":0.00367,"16.6":0.0147,"17.1":0.00367,"17.2":0.00735,"17.3":0.01102,"17.6":0.00735,"18.4":0.01837,"18.5-18.7":0.03674,"26.0":0.01102,"26.1":0.13226,"26.3":0.0147,"26.4":0.00367,"26.5":0.42618},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00076,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00228,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0,"10.0-10.2":0,"10.3":0.00836,"11.0-11.2":0.25148,"11.3-11.4":0.00152,"12.0-12.1":0,"12.2-12.5":0.02583,"13.0-13.1":0,"13.2":0.00836,"13.3":0,"13.4-13.7":0.00152,"14.0-14.4":0.00532,"14.5-14.8":0.00836,"15.0-15.1":0.0076,"15.2-15.3":0.00456,"15.4":0.00532,"15.5":0.00684,"15.6-15.8":0.13296,"16.0":0.01216,"16.1":0.01975,"16.2":0.01064,"16.3":0.02279,"16.4":0.00532,"16.5":0.00836,"16.6-16.7":0.17322,"17.0":0.0076,"17.1":0.0114,"17.2":0.01064,"17.3":0.01595,"17.4":0.02431,"17.5":0.04331,"17.6-17.7":0.11168,"18.0":0.02507,"18.1":0.04786,"18.2":0.02583,"18.3":0.07901,"18.4":0.03571,"18.5-18.7":1.14191,"26.0":0.07522,"26.1":0.07825,"26.2":0.23628,"26.3":0.32289,"26.4":0.37,"26.5":4.19611},P:{"22":0.00578,"23":0.00578,"24":0.04625,"25":0.01734,"26":0.00578,"27":0.07515,"28":0.06359,"29":0.60119,"30":0.58963,_:"4 20 21 5.0-5.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","6.2-6.4":0.00578,"7.2-7.4":0.58385,"8.2":0.00578,"19.0":0.00578},I:{"0":0.00632,"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":6.76249,_:"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.00633,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.38589},H:{all:0},L:{"0":61.79434},R:{_:"0"},M:{"0":0.94257},Q:{"14.9":0.00633}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.01331,"120":0.00444,"121":0.00887,"140":0.04435,"146":0.02661,"149":0.00444,"150":0.29715,"151":0.04435,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 147 148 152 153 154 3.5 3.6"},D:{"39":0.04435,"40":0.07096,"41":0.07096,"42":0.08427,"43":0.0754,"44":0.08427,"45":0.03992,"46":0.07983,"47":0.06653,"48":0.03992,"49":0.04879,"50":0.0754,"51":0.07983,"52":0.06653,"53":0.06653,"54":0.06653,"55":0.06209,"56":0.09314,"57":0.05322,"58":0.05766,"59":0.06653,"60":0.06653,"79":0.0887,"93":0.00444,"95":0.00887,"99":0.00444,"103":0.09314,"104":0.03992,"105":0.06653,"106":0.06653,"107":0.03992,"108":0.02218,"109":0.61203,"110":0.03992,"111":0.05766,"112":0.5322,"116":0.14192,"117":0.05766,"118":1.46355,"119":0.01331,"120":0.06653,"122":0.11975,"123":0.00887,"124":0.07983,"126":0.03992,"128":0.01774,"129":0.45681,"131":0.11531,"133":0.11975,"134":0.09314,"135":0.02661,"136":0.01331,"137":0.01331,"138":0.03992,"139":0.06653,"141":0.01331,"142":0.03548,"143":0.05766,"144":0.05766,"145":1.77844,"146":0.45681,"147":7.75682,"148":6.71016,"149":0.06209,"150":0.04435,_:"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 87 88 89 90 91 92 94 96 97 98 100 101 102 113 114 115 121 125 127 130 132 140 151 152"},F:{"98":0.00444,"131":0.33706,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.01774,"119":0.00444,"143":0.08427,"144":0.01331,"145":0.09757,"146":0.06209,"147":2.82066,"148":5.75663,"149":0.02661,_:"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 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142"},E:{"5":0.00444,_:"4 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 17.2 17.4 18.0 18.1 18.2 18.4 TP","15.6":0.01331,"16.1":0.01331,"16.3":0.01774,"16.5":0.00444,"16.6":0.11531,"17.0":0.3548,"17.1":0.29271,"17.3":0.00887,"17.5":0.21288,"17.6":0.11531,"18.3":0.02661,"18.5-18.7":0.03992,"26.0":0.04435,"26.1":0.00887,"26.2":0.22619,"26.3":0.94909,"26.4":0.89144,"26.5":0.92248},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00259,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00519,"8.1-8.4":0,"9.0-9.2":0.00259,"9.3":0,"10.0-10.2":0,"10.3":0.02334,"11.0-11.2":0.61474,"11.3-11.4":0.00778,"12.0-12.1":0,"12.2-12.5":0.08819,"13.0-13.1":0,"13.2":0.02853,"13.3":0,"13.4-13.7":0.00519,"14.0-14.4":0.02075,"14.5-14.8":0.03372,"15.0-15.1":0.02594,"15.2-15.3":0.01556,"15.4":0.02075,"15.5":0.02334,"15.6-15.8":0.43836,"16.0":0.04669,"16.1":0.07263,"16.2":0.03891,"16.3":0.0856,"16.4":0.01816,"16.5":0.03113,"16.6-16.7":0.58362,"17.0":0.02594,"17.1":0.0441,"17.2":0.03891,"17.3":0.07522,"17.4":0.11932,"17.5":0.16082,"17.6-17.7":0.4228,"18.0":0.0856,"18.1":0.1686,"18.2":0.09078,"18.3":0.26976,"18.4":0.1245,"18.5-18.7":4.29541,"26.0":0.27495,"26.1":0.34239,"26.2":1.31767,"26.3":4.16053,"26.4":8.58044,"26.5":3.06074},P:{"4":0.05911,"26":0.01478,"27":0.00739,"28":0.00739,"29":1.13792,"30":0.09606,_:"20 21 22 23 24 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00739},I:{"0":0.52815,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.00026},K:{"0":0.32277,_:"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":1.27995},Q:{_:"14.9"},O:{"0":0.02783},H:{all:0},L:{"0":29.67618}};
1
+ module.exports={C:{"55":0.00437,"120":0.20534,"121":0.28835,"125":0.01311,"126":0.01311,"127":0.01748,"128":0.00874,"129":0.00874,"130":0.01311,"131":0.02621,"132":0.01748,"133":0.00874,"134":0.00874,"135":0.01748,"136":0.01311,"146":0.00874,"149":0.01311,"150":0.02621,"151":0.42816,"152":0.18787,_:"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 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 122 123 124 137 138 139 140 141 142 143 144 145 147 148 153 154 155 3.5 3.6"},D:{"34":0.00874,"39":0.01311,"40":0.02621,"41":0.03495,"42":0.03058,"43":0.03495,"44":0.03058,"45":0.03058,"46":0.03495,"47":0.03932,"48":0.03932,"49":0.01748,"50":0.03058,"51":0.02185,"52":0.03495,"53":0.01748,"54":0.03058,"55":0.03058,"56":0.03058,"57":0.03932,"58":0.02621,"59":0.01748,"60":0.03495,"76":0.00437,"79":0.07864,"81":0.00437,"86":0.05243,"87":0.00874,"103":0.15292,"104":0.05243,"105":0.04369,"106":0.06554,"107":0.04369,"108":0.04369,"109":0.69904,"110":0.0568,"111":0.02621,"112":0.07864,"116":0.11359,"117":0.03058,"118":1.54663,"119":0.29272,"120":0.36263,"123":0.01311,"124":0.05243,"125":0.00437,"126":0.07427,"127":0.00437,"128":0.02185,"129":0.14418,"130":0.02185,"131":0.10923,"132":0.02621,"133":0.0568,"134":0.09175,"136":0.01311,"137":0.03058,"138":0.03932,"139":0.03058,"140":0.02185,"142":0.06554,"143":0.00874,"144":0.13107,"145":0.70341,"146":0.76894,"147":0.4937,"148":7.16953,"149":7.79867,"150":0.10923,"151":0.03058,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 83 84 85 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 113 114 115 121 122 135 141 152 153"},F:{"73":0.03058,"131":0.15292,_:"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 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:{"18":0.03058,"105":0.00437,"109":0.00874,"115":0.00437,"118":0.00437,"119":0.15292,"120":0.18787,"142":0.04369,"143":0.01311,"144":0.01311,"145":0.05243,"146":0.01748,"147":0.19224,"148":2.29373,"149":6.10349,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 110 111 112 113 114 116 117 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 17.0 17.2 17.3 18.0 18.1 18.4 TP","13.1":0.00437,"15.6":0.03495,"16.1":0.00437,"16.3":0.00874,"16.5":0.03058,"16.6":0.02621,"17.1":0.03058,"17.4":0.00874,"17.5":0.03058,"17.6":0.04806,"18.2":0.02621,"18.3":0.04806,"18.5-18.7":0.21408,"26.0":0.00437,"26.1":0.03495,"26.2":0.23156,"26.3":0.51991,"26.4":0.16602,"26.5":3.87093},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00298,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00893,"8.1-8.4":0,"9.0-9.2":0.00298,"9.3":0,"10.0-10.2":0,"10.3":0.03274,"11.0-11.2":0.98524,"11.3-11.4":0.00595,"12.0-12.1":0,"12.2-12.5":0.1012,"13.0-13.1":0,"13.2":0.03274,"13.3":0,"13.4-13.7":0.00595,"14.0-14.4":0.02084,"14.5-14.8":0.03274,"15.0-15.1":0.02977,"15.2-15.3":0.01786,"15.4":0.02084,"15.5":0.02679,"15.6-15.8":0.5209,"16.0":0.04762,"16.1":0.07739,"16.2":0.04167,"16.3":0.0893,"16.4":0.02084,"16.5":0.03274,"16.6-16.7":0.67865,"17.0":0.02977,"17.1":0.04465,"17.2":0.04167,"17.3":0.06251,"17.4":0.09525,"17.5":0.16966,"17.6-17.7":0.43755,"18.0":0.09823,"18.1":0.18752,"18.2":0.1012,"18.3":0.30956,"18.4":0.1399,"18.5-18.7":4.47375,"26.0":0.29468,"26.1":0.30658,"26.2":0.92571,"26.3":1.26503,"26.4":1.44958,"26.5":16.43947},P:{"20":0.00975,"25":0.00975,"27":0.00975,"28":0.02926,"29":0.07804,"30":3.57014,_:"4 21 22 23 24 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","17.0":0.00975},I:{"0":0.03375,"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.06757,_:"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.00563},H:{all:0},L:{"0":26.2396},R:{_:"0"},M:{"0":0.0732},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.00296,"57":0.00296,"115":0.00296,"122":0.00296,"127":0.00888,"139":0.00296,"140":0.02368,"142":0.00592,"145":0.00296,"147":0.00296,"148":0.00296,"149":0.02368,"150":0.4884,"151":0.13024,_:"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 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 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 141 143 144 146 152 153 154 3.5 3.6"},D:{"40":0.00592,"41":0.00296,"42":0.00296,"43":0.00296,"44":0.00296,"45":0.00296,"47":0.00592,"48":0.00296,"50":0.00296,"52":0.00296,"53":0.00296,"54":0.00296,"55":0.00296,"56":0.00296,"57":0.00296,"59":0.00592,"60":0.00296,"61":0.00296,"70":0.00296,"71":0.00296,"75":0.00296,"77":0.00296,"83":0.00296,"86":0.00296,"87":0.00592,"89":0.00296,"90":0.00296,"91":0.01184,"103":0.00888,"104":0.00296,"105":0.00888,"106":0.00296,"108":0.00296,"109":0.0296,"110":0.00888,"111":0.00296,"112":0.15392,"114":0.01184,"116":0.01184,"118":0.45584,"119":0.00592,"120":0.00592,"121":0.12728,"123":0.00296,"126":0.00888,"127":0.00296,"130":0.00296,"131":0.4144,"132":0.00296,"133":0.00888,"134":0.00592,"136":0.00296,"137":0.00296,"138":0.03552,"139":0.07104,"140":0.00296,"141":0.00296,"142":0.01776,"143":0.03256,"144":0.01776,"145":0.06216,"146":0.15688,"147":1.02416,"148":1.9684,"149":0.00888,"150":0.00296,_:"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 46 49 51 58 62 63 64 65 66 67 68 69 72 73 74 76 78 79 80 81 84 85 88 92 93 94 95 96 97 98 99 100 101 102 107 113 115 117 122 124 125 128 129 135 151 152"},F:{"42":0.00296,"79":0.00592,"96":0.0148,"97":0.0444,"98":0.12728,"107":0.00592,"118":0.00296,"122":0.00592,"125":0.00296,"131":0.24864,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 99 100 101 102 103 104 105 106 108 109 110 111 112 113 114 115 116 117 119 120 121 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.0148,"16":0.00592,"17":0.01184,"18":0.05328,"90":0.00888,"92":0.05624,"100":0.00888,"109":0.00296,"122":0.0148,"123":0.00296,"127":0.00296,"128":0.00296,"136":0.00296,"140":0.00888,"141":0.00592,"142":0.00296,"143":0.00888,"144":0.00888,"145":0.01184,"146":0.03256,"147":0.3256,"148":0.70152,_:"12 13 15 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 120 121 124 125 126 129 130 131 132 133 134 135 137 138 139 149"},E:{"10":0.00296,_:"4 5 6 7 8 9 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.2 TP","5.1":0.01776,"13.1":0.02368,"15.6":0.00296,"16.6":0.0296,"17.6":0.00296,"26.0":0.00296,"26.1":0.05032,"26.3":0.05328,"26.4":0.00592,"26.5":0.0148},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00022,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00045,"8.1-8.4":0,"9.0-9.2":0.00022,"9.3":0,"10.0-10.2":0,"10.3":0.00201,"11.0-11.2":0.05289,"11.3-11.4":0.00067,"12.0-12.1":0,"12.2-12.5":0.00759,"13.0-13.1":0,"13.2":0.00245,"13.3":0,"13.4-13.7":0.00045,"14.0-14.4":0.00179,"14.5-14.8":0.0029,"15.0-15.1":0.00223,"15.2-15.3":0.00134,"15.4":0.00179,"15.5":0.00201,"15.6-15.8":0.03772,"16.0":0.00402,"16.1":0.00625,"16.2":0.00335,"16.3":0.00736,"16.4":0.00156,"16.5":0.00268,"16.6-16.7":0.05021,"17.0":0.00223,"17.1":0.00379,"17.2":0.00335,"17.3":0.00647,"17.4":0.01027,"17.5":0.01384,"17.6-17.7":0.03638,"18.0":0.00736,"18.1":0.01451,"18.2":0.00781,"18.3":0.02321,"18.4":0.01071,"18.5-18.7":0.36957,"26.0":0.02366,"26.1":0.02946,"26.2":0.11337,"26.3":0.35796,"26.4":0.73824,"26.5":0.26334},P:{"22":0.0063,"23":0.0063,"24":0.1448,"25":0.02518,"26":0.03148,"27":0.08814,"28":0.41551,"29":1.85718,"30":0.07555,_:"4 20 21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.08184,"19.0":0.0063},I:{"0":0.0211,"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.00672,_:"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.2816},Q:{"14.9":0.01408},O:{"0":0.2464},H:{all:0},L:{"0":83.42104}};
1
+ module.exports={C:{"47":0.00364,"82":0.00364,"115":0.02909,"120":0.00727,"121":0.02182,"127":0.00364,"128":0.01454,"133":0.00727,"137":0.00364,"139":0.00364,"140":0.01454,"144":0.01091,"147":0.01454,"148":0.00364,"149":0.01091,"150":0.02909,"151":0.52722,"152":0.14544,_:"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 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 129 130 131 132 134 135 136 138 141 142 143 145 146 153 154 155 3.5 3.6"},D:{"44":0.00364,"46":0.00364,"49":0.02909,"53":0.00364,"55":0.00727,"56":0.00364,"57":0.00364,"58":0.00364,"59":0.00364,"63":0.02545,"66":0.00364,"68":0.01091,"69":0.00727,"70":0.00364,"71":0.01091,"72":0.00364,"73":0.02182,"75":0.01091,"79":0.00727,"83":0.00364,"91":0.04727,"92":0.00364,"93":0.00364,"98":0.00364,"103":0.01818,"104":0.00727,"105":0.00727,"106":0.01454,"107":0.00727,"108":0.01454,"109":0.05818,"110":0.08363,"111":0.00727,"112":0.00727,"114":0.01091,"116":0.02182,"117":0.00727,"118":0.93082,"119":0.03636,"120":0.02182,"121":0.02182,"123":0.00727,"124":0.00727,"126":0.01454,"127":0.01091,"131":0.82537,"132":0.00364,"133":0.01091,"134":0.02182,"135":0.00727,"136":0.01091,"137":0.02545,"138":0.06181,"139":0.02545,"140":0.05454,"141":0.00727,"142":0.01091,"143":0.01454,"144":0.01454,"145":0.01091,"146":0.27634,"147":0.07636,"148":1.32714,"149":2.46521,"150":0.01454,_:"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 45 47 48 50 51 52 54 60 61 62 64 65 67 74 76 77 78 80 81 84 85 86 87 88 89 90 94 95 96 97 99 100 101 102 113 115 122 125 128 129 130 151 152 153"},F:{"91":0.00364,"95":0.00364,"98":0.03636,"99":0.20362,"123":0.00727,"131":0.28724,_:"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 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 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.01091,"17":0.00727,"18":0.01454,"84":0.01091,"90":0.00364,"92":0.03636,"100":0.00727,"119":0.01454,"120":0.01091,"122":0.00727,"136":0.00364,"140":0.00727,"141":0.01091,"143":0.00364,"144":0.01454,"145":0.01091,"146":0.01091,"147":0.04727,"148":0.41087,"149":1.06171,_:"12 13 15 16 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 137 138 139 142 150"},E:{"27":0.02182,_:"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 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.4 18.5-18.7 26.0 TP","5.1":0.01818,"11.1":0.00364,"13.1":0.01818,"15.6":0.00727,"16.6":0.01454,"17.1":0.01091,"17.6":0.01454,"18.3":0.00364,"26.1":0.01454,"26.2":0.00727,"26.3":0.00364,"26.4":0.00364,"26.5":0.04},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.00081,"8.1-8.4":0,"9.0-9.2":0.00027,"9.3":0,"10.0-10.2":0,"10.3":0.00295,"11.0-11.2":0.08889,"11.3-11.4":0.00054,"12.0-12.1":0,"12.2-12.5":0.00913,"13.0-13.1":0,"13.2":0.00295,"13.3":0,"13.4-13.7":0.00054,"14.0-14.4":0.00188,"14.5-14.8":0.00295,"15.0-15.1":0.00269,"15.2-15.3":0.00161,"15.4":0.00188,"15.5":0.00242,"15.6-15.8":0.047,"16.0":0.0043,"16.1":0.00698,"16.2":0.00376,"16.3":0.00806,"16.4":0.00188,"16.5":0.00295,"16.6-16.7":0.06123,"17.0":0.00269,"17.1":0.00403,"17.2":0.00376,"17.3":0.00564,"17.4":0.00859,"17.5":0.01531,"17.6-17.7":0.03948,"18.0":0.00886,"18.1":0.01692,"18.2":0.00913,"18.3":0.02793,"18.4":0.01262,"18.5-18.7":0.40365,"26.0":0.02659,"26.1":0.02766,"26.2":0.08352,"26.3":0.11414,"26.4":0.13079,"26.5":1.48326},P:{"4":0.00494,"21":0.00494,"22":0.00494,"23":0.00988,"24":0.19753,"25":0.02469,"26":0.03951,"27":0.09877,"28":0.48396,"29":0.62223,"30":0.60742,_:"20 5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0","7.2-7.4":0.01482,"9.2":0.00988,"11.1-11.2":0.00494,"18.0":0.00494,"19.0":0.00494},I:{"0":0.0445,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":1.13916,_:"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.36275},H:{all:0},L:{"0":80.11086},R:{_:"0"},M:{"0":0.21001},Q:{"14.9":0.01909}};
@@ -1 +1 @@
1
- module.exports={C:{"50":0.00495,"60":0.00495,"72":0.04951,"78":0.00495,"82":0.0099,"95":0.00495,"115":0.42084,"120":0.00495,"121":0.0099,"127":0.02476,"128":0.00495,"134":0.00495,"135":0.00495,"137":0.00495,"140":0.06436,"141":0.0099,"143":0.0099,"144":0.00495,"145":0.00495,"146":0.0099,"147":0.0099,"148":0.01485,"149":0.08417,"150":1.213,"151":0.45549,_:"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 73 74 75 76 77 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 129 130 131 132 133 136 138 139 142 152 153 154 3.5 3.6"},D:{"39":0.05446,"40":0.04456,"41":0.07922,"42":0.05941,"43":0.04951,"44":0.05941,"45":0.04951,"46":0.04456,"47":0.05446,"48":0.05446,"49":0.07922,"50":0.05941,"51":0.05941,"52":0.05446,"53":0.04951,"54":0.05446,"55":0.05941,"56":0.05446,"57":0.05446,"58":0.05446,"59":0.05446,"60":0.05941,"62":0.00495,"64":0.0099,"66":0.00495,"67":0.01485,"69":0.0198,"70":0.0099,"72":0.0099,"73":0.03961,"74":0.00495,"75":0.00495,"76":0.00495,"77":0.02476,"79":0.0099,"81":0.00495,"83":0.0099,"84":0.00495,"85":0.00495,"86":0.04951,"87":0.00495,"88":0.0099,"89":0.00495,"90":0.01485,"91":0.00495,"93":0.12873,"94":0.00495,"95":0.00495,"98":0.03466,"99":0.00495,"102":0.0099,"103":0.63373,"104":0.59412,"105":0.58422,"106":0.59412,"107":0.59412,"108":0.61392,"109":1.58432,"110":0.59907,"111":0.60402,"112":1.9903,"114":0.03466,"116":1.17339,"117":0.60897,"118":6.22836,"119":0.07427,"120":0.60897,"121":0.00495,"122":0.01485,"123":0.0099,"124":0.59412,"125":0.00495,"126":0.00495,"127":0.00495,"128":0.01485,"129":0.00495,"130":0.0099,"131":1.30706,"132":0.00495,"133":1.18329,"134":0.02476,"135":0.00495,"136":0.01485,"137":0.03961,"138":0.20299,"139":0.04456,"140":0.04456,"141":0.0099,"142":0.01485,"143":0.05941,"144":0.02971,"145":1.19319,"146":0.16338,"147":3.61423,"148":5.34213,"149":0.02476,"150":0.00495,_:"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 65 68 71 78 80 92 96 97 100 101 113 115 151 152"},F:{"40":0.00495,"79":0.00495,"90":0.00495,"95":0.03466,"97":0.05941,"98":0.09407,"117":0.00495,"120":0.04456,"126":0.0099,"127":0.00495,"131":0.71294,_:"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 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 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:{"15":0.00495,"17":0.00495,"18":0.0198,"84":0.00495,"89":0.0099,"90":0.0099,"92":0.05446,"100":0.00495,"109":0.01485,"122":0.00495,"126":0.00495,"128":0.00495,"134":0.00495,"138":0.00495,"139":0.00495,"140":0.00495,"141":0.0099,"143":0.01485,"144":0.01485,"145":0.01485,"146":0.04951,"147":1.09417,"148":2.03486,_:"12 13 14 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 127 129 130 131 132 133 135 136 137 142 149"},E:{"14":0.00495,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 26.0 26.1 TP","5.1":0.03961,"13.1":0.00495,"15.6":0.03961,"16.6":0.02971,"17.1":0.00495,"17.6":0.01485,"18.5-18.7":0.00495,"26.2":0.00495,"26.3":0.02971,"26.4":0.01485,"26.5":0.00495},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00058,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00116,"8.1-8.4":0,"9.0-9.2":0.00058,"9.3":0,"10.0-10.2":0,"10.3":0.0052,"11.0-11.2":0.13692,"11.3-11.4":0.00173,"12.0-12.1":0,"12.2-12.5":0.01964,"13.0-13.1":0,"13.2":0.00635,"13.3":0,"13.4-13.7":0.00116,"14.0-14.4":0.00462,"14.5-14.8":0.00751,"15.0-15.1":0.00578,"15.2-15.3":0.00347,"15.4":0.00462,"15.5":0.0052,"15.6-15.8":0.09763,"16.0":0.0104,"16.1":0.01618,"16.2":0.00867,"16.3":0.01906,"16.4":0.00404,"16.5":0.00693,"16.6-16.7":0.12999,"17.0":0.00578,"17.1":0.00982,"17.2":0.00867,"17.3":0.01675,"17.4":0.02658,"17.5":0.03582,"17.6-17.7":0.09417,"18.0":0.01906,"18.1":0.03755,"18.2":0.02022,"18.3":0.06008,"18.4":0.02773,"18.5-18.7":0.9567,"26.0":0.06124,"26.1":0.07626,"26.2":0.29348,"26.3":0.92666,"26.4":1.9111,"26.5":0.68171},P:{"24":0.00739,"26":0.01478,"27":0.00739,"28":0.02217,"29":0.19954,"30":0.02217,_:"4 20 21 22 23 25 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01478,"9.2":0.01478},I:{"0":0.05045,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.83325,_:"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.00505,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.14645},Q:{_:"14.9"},O:{"0":0.1414},H:{all:0},L:{"0":51.16327}};
1
+ module.exports={C:{"52":0.00591,"57":0.00591,"61":0.00591,"62":0.00591,"72":0.01773,"112":0.00591,"115":0.23636,"120":0.23636,"121":0.51408,"127":0.03545,"128":0.00591,"130":0.00591,"132":0.00591,"140":0.07091,"141":0.00591,"142":0.00591,"144":0.00591,"146":0.01773,"147":0.01773,"148":0.00591,"149":0.01773,"150":0.07091,"151":1.27044,"152":0.57908,_:"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 58 59 60 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 129 131 133 134 135 136 137 138 139 143 145 153 154 155 3.5 3.6"},D:{"39":0.02955,"40":0.02955,"41":0.02955,"42":0.02955,"43":0.02364,"44":0.02955,"45":0.02955,"46":0.05318,"47":0.04727,"48":0.02955,"49":0.04136,"50":0.02955,"51":0.02955,"52":0.03545,"53":0.02955,"54":0.04136,"55":0.04727,"56":0.03545,"57":0.03545,"58":0.03545,"59":0.03545,"60":0.04136,"62":0.00591,"63":0.04727,"64":0.00591,"65":0.01182,"66":0.02364,"68":0.00591,"69":0.02364,"70":0.02364,"73":0.05909,"74":0.00591,"75":0.01773,"76":0.00591,"77":0.00591,"79":0.03545,"81":0.03545,"83":0.01773,"86":0.04136,"87":0.02364,"89":0.00591,"90":0.00591,"91":0.00591,"92":0.00591,"93":0.08864,"94":0.00591,"95":0.01773,"98":0.04136,"100":0.00591,"102":0.01773,"103":0.8509,"104":0.82726,"105":0.82135,"106":0.84499,"107":0.82135,"108":0.82135,"109":2.27497,"110":0.86271,"111":0.84499,"112":0.79181,"113":0.00591,"114":0.05909,"116":1.63679,"117":0.80953,"118":8.64487,"119":0.62635,"120":1.51861,"122":0.01182,"123":0.01182,"124":0.79181,"125":0.00591,"126":0.00591,"127":0.00591,"128":0.02364,"129":0.00591,"130":0.01182,"131":1.68407,"132":0.02955,"133":1.58361,"134":0.01773,"136":0.02364,"137":0.13,"138":0.17136,"139":0.03545,"140":0.01182,"141":0.00591,"142":0.04136,"143":0.04727,"144":0.065,"145":0.96317,"146":0.08864,"147":0.20682,"148":3.35631,"149":6.00945,"150":0.04727,"151":0.01182,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 67 71 72 78 80 84 85 88 96 97 99 101 115 121 135 152 153"},F:{"36":0.00591,"40":0.00591,"46":0.00591,"79":0.00591,"89":0.00591,"91":0.00591,"95":0.04136,"98":0.00591,"99":0.065,"120":0.00591,"131":0.9159,_:"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 80 81 82 83 84 85 86 87 88 90 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 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00591,"18":0.01773,"84":0.00591,"89":0.00591,"90":0.00591,"92":0.04727,"100":0.00591,"109":0.00591,"119":0.24227,"120":0.23636,"122":0.00591,"127":0.00591,"135":0.00591,"139":0.02364,"140":0.01182,"141":0.01773,"142":0.00591,"143":0.00591,"144":0.01182,"145":0.02364,"146":0.01773,"147":0.02955,"148":0.6559,"149":2.4936,_:"12 13 14 16 17 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 128 129 130 131 132 133 134 136 137 138 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.3 16.4 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.5-18.7 26.0 26.1 26.2 TP","5.1":0.00591,"14.1":0.00591,"15.6":0.04727,"16.5":0.00591,"16.6":0.07682,"17.6":0.02955,"18.4":0.01182,"26.3":0.02364,"26.4":0.00591,"26.5":0.08273},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0005,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00151,"8.1-8.4":0,"9.0-9.2":0.0005,"9.3":0,"10.0-10.2":0,"10.3":0.00555,"11.0-11.2":0.16696,"11.3-11.4":0.00101,"12.0-12.1":0,"12.2-12.5":0.01715,"13.0-13.1":0,"13.2":0.00555,"13.3":0,"13.4-13.7":0.00101,"14.0-14.4":0.00353,"14.5-14.8":0.00555,"15.0-15.1":0.00504,"15.2-15.3":0.00303,"15.4":0.00353,"15.5":0.00454,"15.6-15.8":0.08827,"16.0":0.00807,"16.1":0.01311,"16.2":0.00706,"16.3":0.01513,"16.4":0.00353,"16.5":0.00555,"16.6-16.7":0.11501,"17.0":0.00504,"17.1":0.00757,"17.2":0.00706,"17.3":0.01059,"17.4":0.01614,"17.5":0.02875,"17.6-17.7":0.07415,"18.0":0.01665,"18.1":0.03178,"18.2":0.01715,"18.3":0.05246,"18.4":0.02371,"18.5-18.7":0.75814,"26.0":0.04994,"26.1":0.05196,"26.2":0.15687,"26.3":0.21438,"26.4":0.24565,"26.5":2.78591},P:{"4":0.01473,"26":0.01473,"28":0.03682,"29":0.04418,"30":0.16937,_:"20 21 22 23 24 25 27 6.2-6.4 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01473,"7.2-7.4":0.01473,"8.2":0.00736,"9.2":0.04418,"14.0":0.00736},I:{"0":0.02043,"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.64638,_:"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.00409,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.22501},H:{all:0},L:{"0":43.3347},R:{_:"0"},M:{"0":0.18819},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"103":0.0034,"115":0.0272,"135":0.0034,"140":0.0068,"147":0.0034,"148":0.0034,"149":0.0068,"150":0.2346,"151":0.1156,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 136 137 138 139 141 142 143 144 145 146 152 153 154 3.5 3.6"},D:{"39":0.0068,"40":0.0068,"41":0.0068,"42":0.0068,"43":0.0068,"44":0.0068,"45":0.0068,"46":0.0068,"47":0.0068,"48":0.0068,"49":0.0068,"50":0.0068,"51":0.0068,"52":0.0068,"53":0.0068,"54":0.0068,"55":0.0068,"56":0.0068,"57":0.0102,"58":0.0068,"59":0.0068,"60":0.0068,"61":0.0034,"70":0.0034,"79":0.0102,"87":0.0136,"91":0.0034,"101":0.0034,"102":0.0034,"103":0.017,"104":0.0272,"105":0.0136,"106":0.017,"107":0.0136,"108":0.017,"109":0.323,"110":0.0136,"111":0.017,"112":0.1054,"113":0.0068,"114":0.0306,"115":0.0034,"116":0.0408,"117":0.0204,"118":0.1394,"119":0.017,"120":0.0306,"121":0.0034,"122":0.0102,"123":0.0068,"124":0.0272,"125":0.0034,"126":0.0068,"127":0.0102,"128":0.0102,"129":0.0034,"130":0.0102,"131":0.0442,"132":0.0102,"133":0.034,"134":0.0068,"135":0.0136,"136":0.0102,"137":0.0272,"138":0.1054,"139":0.017,"140":0.0136,"141":0.0136,"142":0.017,"143":0.0306,"144":0.0306,"145":0.0646,"146":0.1088,"147":2.9036,"148":4.726,"149":0.0238,"150":0.0034,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 92 93 94 95 96 97 98 99 100 151 152"},F:{"95":0.0034,"97":0.0272,"98":0.0544,"131":0.068,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.0034,"129":0.0034,"140":0.0034,"141":0.0034,"142":0.0034,"143":0.0034,"144":0.0034,"145":0.0068,"146":0.0136,"147":0.2924,"148":0.6868,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 130 131 132 133 134 135 136 137 138 139 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 15.1 15.2-15.3 16.4 17.2 TP","14.1":0.0034,"15.4":0.0034,"15.5":0.0034,"15.6":0.034,"16.0":0.0034,"16.1":0.0068,"16.2":0.0034,"16.3":0.0102,"16.5":0.0034,"16.6":0.051,"17.0":0.0034,"17.1":0.0442,"17.3":0.0034,"17.4":0.0034,"17.5":0.0136,"17.6":0.0238,"18.0":0.0034,"18.1":0.0102,"18.2":0.0034,"18.3":0.0136,"18.4":0.0068,"18.5-18.7":0.0272,"26.0":0.0136,"26.1":0.0102,"26.2":0.0646,"26.3":0.1938,"26.4":0.3434,"26.5":0.1326},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00149,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00298,"8.1-8.4":0,"9.0-9.2":0.00149,"9.3":0,"10.0-10.2":0,"10.3":0.01341,"11.0-11.2":0.35304,"11.3-11.4":0.00447,"12.0-12.1":0,"12.2-12.5":0.05065,"13.0-13.1":0,"13.2":0.01639,"13.3":0,"13.4-13.7":0.00298,"14.0-14.4":0.01192,"14.5-14.8":0.01937,"15.0-15.1":0.0149,"15.2-15.3":0.00894,"15.4":0.01192,"15.5":0.01341,"15.6-15.8":0.25175,"16.0":0.02681,"16.1":0.04171,"16.2":0.02234,"16.3":0.04916,"16.4":0.01043,"16.5":0.01788,"16.6-16.7":0.33516,"17.0":0.0149,"17.1":0.02532,"17.2":0.02234,"17.3":0.0432,"17.4":0.06852,"17.5":0.09236,"17.6-17.7":0.24281,"18.0":0.04916,"18.1":0.09683,"18.2":0.05214,"18.3":0.15492,"18.4":0.0715,"18.5-18.7":2.46681,"26.0":0.1579,"26.1":0.19663,"26.2":0.75673,"26.3":2.38935,"26.4":4.92766,"26.5":1.75775},P:{"4":0.03387,"21":0.01129,"22":0.01129,"23":0.01693,"24":0.01129,"25":0.02258,"26":0.02822,"27":0.03951,"28":0.12982,"29":1.49009,"30":0.23706,_:"20 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.01129,"8.2":0.00564,"9.2":0.01693},I:{"0":0.01319,"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.231,_:"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.2178},Q:{_:"14.9"},O:{"0":0.3432},H:{all:0},L:{"0":67.5218}};
1
+ module.exports={C:{"103":0.00357,"115":0.03212,"120":0.00357,"121":0.00357,"125":0.00357,"140":0.00357,"149":0.00357,"150":0.00714,"151":0.21057,"152":0.14276,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.00714,"40":0.00714,"41":0.00714,"42":0.00714,"43":0.00714,"44":0.00714,"45":0.00714,"46":0.00714,"47":0.00714,"48":0.00714,"49":0.00714,"50":0.00714,"51":0.00714,"52":0.00714,"53":0.00714,"54":0.00714,"55":0.00714,"56":0.00714,"57":0.00714,"58":0.00714,"59":0.00714,"60":0.00714,"70":0.00357,"73":0.00357,"79":0.02855,"80":0.00357,"87":0.03569,"91":0.00357,"101":0.00357,"102":0.00714,"103":0.01428,"104":0.02141,"105":0.00714,"106":0.01071,"107":0.00714,"108":0.01071,"109":0.32478,"110":0.01071,"111":0.01071,"112":0.00714,"113":0.00714,"114":0.02498,"115":0.00357,"116":0.02498,"117":0.01071,"118":0.18559,"119":0.02141,"120":0.05354,"121":0.00714,"122":0.01428,"123":0.00714,"124":0.02141,"125":0.00714,"126":0.00714,"127":0.01428,"128":0.01428,"129":0.00714,"130":0.00714,"131":0.03569,"132":0.01071,"133":0.02141,"134":0.01071,"135":0.01428,"136":0.01428,"137":0.01785,"138":0.11421,"139":0.02141,"140":0.02141,"141":0.01071,"142":0.0464,"143":0.02855,"144":0.03569,"145":0.0571,"146":0.06424,"147":0.11778,"148":2.7981,"149":5.49626,"150":0.02498,"151":0.00357,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 71 72 74 75 76 77 78 81 83 84 85 86 88 89 90 92 93 94 95 96 97 98 99 100 152 153"},F:{"95":0.00357,"98":0.01785,"99":0.0571,"131":0.07852,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00357,"119":0.00357,"120":0.00357,"140":0.00357,"141":0.00357,"142":0.00357,"143":0.00357,"144":0.00357,"145":0.00357,"146":0.00714,"147":0.00714,"148":0.20343,"149":0.69952,"150":0.00357,_:"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"},E:{"27":0.00357,_:"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 16.0 16.4 TP","14.1":0.00357,"15.4":0.00357,"15.5":0.00357,"15.6":0.03569,"16.1":0.00714,"16.2":0.00357,"16.3":0.01071,"16.5":0.00357,"16.6":0.04997,"17.0":0.00357,"17.1":0.0464,"17.2":0.00357,"17.3":0.00357,"17.4":0.00714,"17.5":0.01428,"17.6":0.03212,"18.0":0.00357,"18.1":0.01428,"18.2":0.00357,"18.3":0.01785,"18.4":0.00714,"18.5-18.7":0.03569,"26.0":0.01785,"26.1":0.01428,"26.2":0.04997,"26.3":0.07138,"26.4":0.06781,"26.5":0.79232},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00155,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00464,"8.1-8.4":0,"9.0-9.2":0.00155,"9.3":0,"10.0-10.2":0,"10.3":0.017,"11.0-11.2":0.51144,"11.3-11.4":0.00309,"12.0-12.1":0,"12.2-12.5":0.05253,"13.0-13.1":0,"13.2":0.017,"13.3":0,"13.4-13.7":0.00309,"14.0-14.4":0.01082,"14.5-14.8":0.017,"15.0-15.1":0.01545,"15.2-15.3":0.00927,"15.4":0.01082,"15.5":0.01391,"15.6-15.8":0.2704,"16.0":0.02472,"16.1":0.04017,"16.2":0.02163,"16.3":0.04635,"16.4":0.01082,"16.5":0.017,"16.6-16.7":0.35229,"17.0":0.01545,"17.1":0.02318,"17.2":0.02163,"17.3":0.03245,"17.4":0.04944,"17.5":0.08807,"17.6-17.7":0.22713,"18.0":0.05099,"18.1":0.09734,"18.2":0.05253,"18.3":0.16069,"18.4":0.07262,"18.5-18.7":2.32233,"26.0":0.15297,"26.1":0.15915,"26.2":0.48054,"26.3":0.65668,"26.4":0.75248,"26.5":8.53375},P:{"4":0.01608,"21":0.01072,"22":0.01072,"23":0.01072,"24":0.01608,"25":0.02679,"26":0.03215,"27":0.03751,"28":0.13396,"29":0.33758,"30":1.25921,_:"20 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.00536,"7.2-7.4":0.01608,"8.2":0.01608},I:{"0":0.00642,"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.20576,_:"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.29578},H:{all:0},L:{"0":66.20433},R:{_:"0"},M:{"0":0.21862},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.01016,"115":0.09144,"121":0.00508,"125":0.00508,"126":0.00508,"135":0.00508,"139":0.0762,"140":0.03556,"146":0.00508,"147":0.01016,"149":0.02032,"150":0.33528,"151":0.09652,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 127 128 129 130 131 132 133 134 136 137 138 141 142 143 144 145 148 152 153 154 3.5 3.6"},D:{"39":0.03048,"40":0.04064,"41":0.03556,"42":0.03556,"43":0.04064,"44":0.04064,"45":0.03048,"46":0.03048,"47":0.04064,"48":0.04064,"49":0.05588,"50":0.03048,"51":0.04064,"52":0.03556,"53":0.04064,"54":0.04572,"55":0.04064,"56":0.03556,"57":0.04064,"58":0.04064,"59":0.03556,"60":0.04064,"62":0.00508,"63":0.00508,"68":0.00508,"69":0.01016,"70":0.01016,"72":0.00508,"73":0.00508,"75":0.00508,"76":0.00508,"78":0.00508,"79":0.01016,"80":0.02032,"83":0.00508,"84":0.00508,"86":0.01016,"87":0.00508,"89":0.01016,"91":0.00508,"94":0.00508,"98":0.00508,"103":0.4064,"104":0.42164,"105":0.4318,"106":0.42672,"107":0.42672,"108":0.41656,"109":5.0292,"110":0.39624,"111":0.43688,"112":2.73304,"114":0.0254,"115":0.00508,"116":0.85344,"117":0.39624,"118":4.71932,"119":0.01524,"120":0.4064,"121":0.00508,"122":0.01524,"123":0.01016,"124":1.24968,"125":0.02032,"126":0.00508,"127":0.01016,"128":0.01016,"129":0.00508,"130":0.00508,"131":0.92964,"132":0.01016,"133":0.80772,"134":0.03556,"135":0.01016,"136":0.02032,"137":0.01524,"138":0.08128,"139":0.02032,"140":0.01016,"141":0.01524,"142":0.0508,"143":0.05588,"144":0.06096,"145":0.6096,"146":0.19304,"147":3.31216,"148":4.55676,"149":0.00508,"150":0.00508,_:"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 65 66 67 71 74 77 81 85 88 90 92 93 95 96 97 99 100 101 102 113 151 152"},F:{"36":0.00508,"53":0.01016,"79":0.09144,"86":0.00508,"89":0.00508,"93":0.00508,"95":0.7366,"97":0.01016,"98":0.0508,"100":0.00508,"110":0.00508,"117":0.00508,"131":0.37592,_:"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 46 47 48 49 50 51 52 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 87 88 90 91 92 94 96 99 101 102 103 104 105 106 107 108 109 111 112 113 114 115 116 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01524,"92":0.03048,"100":0.00508,"109":0.01016,"114":0.03556,"122":0.00508,"128":0.00508,"131":0.01016,"134":0.00508,"137":0.00508,"138":0.00508,"140":0.01524,"141":0.00508,"142":0.00508,"143":0.00508,"144":0.00508,"145":0.01016,"146":0.03048,"147":0.52832,"148":0.93472,_:"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 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 123 124 125 126 127 129 130 132 133 135 136 139 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.1 17.2 18.1 TP","5.1":0.04572,"15.5":0.00508,"15.6":0.01016,"16.6":0.02032,"17.0":0.00508,"17.3":0.00508,"17.4":0.01524,"17.5":0.00508,"17.6":0.03048,"18.0":0.00508,"18.2":0.00508,"18.3":0.0508,"18.4":0.00508,"18.5-18.7":0.01524,"26.0":0.00508,"26.1":0.00508,"26.2":1.46812,"26.3":0.03556,"26.4":0.09144,"26.5":0.04572},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00054,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00108,"8.1-8.4":0,"9.0-9.2":0.00054,"9.3":0,"10.0-10.2":0,"10.3":0.00487,"11.0-11.2":0.12815,"11.3-11.4":0.00162,"12.0-12.1":0,"12.2-12.5":0.01838,"13.0-13.1":0,"13.2":0.00595,"13.3":0,"13.4-13.7":0.00108,"14.0-14.4":0.00433,"14.5-14.8":0.00703,"15.0-15.1":0.00541,"15.2-15.3":0.00324,"15.4":0.00433,"15.5":0.00487,"15.6-15.8":0.09138,"16.0":0.00973,"16.1":0.01514,"16.2":0.00811,"16.3":0.01784,"16.4":0.00378,"16.5":0.00649,"16.6-16.7":0.12166,"17.0":0.00541,"17.1":0.00919,"17.2":0.00811,"17.3":0.01568,"17.4":0.02487,"17.5":0.03352,"17.6-17.7":0.08814,"18.0":0.01784,"18.1":0.03515,"18.2":0.01892,"18.3":0.05623,"18.4":0.02595,"18.5-18.7":0.89541,"26.0":0.05732,"26.1":0.07137,"26.2":0.27468,"26.3":0.8673,"26.4":1.78866,"26.5":0.63804},P:{"20":0.00798,"21":0.00798,"22":0.00798,"23":0.00798,"24":0.03191,"25":0.03988,"26":0.03191,"27":0.07179,"28":0.13561,"29":0.90936,"30":0.03988,_:"4 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.03191,"9.2":0.01595,"14.0":0.00798},I:{"0":0.00983,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":1.05288,_:"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.06396},Q:{"14.9":0.03444},O:{"0":0.79212},H:{all:0},L:{"0":47.57496}};
1
+ module.exports={C:{"62":0.0051,"115":0.04083,"120":0.1225,"121":0.22458,"135":0.0051,"139":0.09698,"140":0.01531,"146":0.0051,"147":0.02552,"149":0.01021,"150":0.0051,"151":0.19395,"152":0.15312,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 136 137 138 141 142 143 144 145 148 153 154 155 3.5 3.6"},D:{"39":0.02552,"40":0.01531,"41":0.02042,"42":0.02042,"43":0.02552,"44":0.02552,"45":0.02552,"46":0.01531,"47":0.02042,"48":0.02042,"49":0.03062,"50":0.02042,"51":0.03062,"52":0.02042,"53":0.02042,"54":0.02552,"55":0.02042,"56":0.02552,"57":0.02042,"58":0.02552,"59":0.02552,"60":0.02042,"65":0.0051,"66":0.0051,"68":0.01021,"69":0.01021,"70":0.03062,"71":0.01531,"72":0.0051,"75":0.0051,"79":0.02042,"80":0.01531,"85":0.0051,"86":0.01021,"87":0.0051,"88":0.01021,"89":0.0051,"91":0.0051,"98":0.0051,"100":0.01021,"102":0.0051,"103":0.50019,"104":0.52571,"105":0.46446,"106":0.5155,"107":0.52061,"108":0.5104,"109":4.73651,"110":0.49509,"111":0.53082,"112":0.50019,"114":0.01531,"115":0.0051,"116":1.00549,"117":0.49509,"118":4.68037,"119":0.23989,"120":0.81154,"122":0.02042,"123":0.0051,"124":0.67883,"125":0.02042,"126":0.01021,"127":0.01021,"128":0.01021,"129":0.01021,"130":0.01531,"131":1.05653,"132":0.02552,"133":1.0208,"134":0.0051,"135":0.02042,"136":0.02552,"137":0.07146,"138":0.07656,"139":0.02552,"140":0.02042,"141":0.01531,"142":0.06635,"143":0.08166,"144":0.02042,"145":0.36238,"146":0.08677,"147":0.22968,"148":2.64387,"149":6.02272,"150":0.01531,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 67 73 74 76 77 78 81 83 84 90 92 93 94 95 96 97 99 101 113 121 151 152 153"},F:{"79":0.01021,"81":0.0051,"89":0.0051,"94":0.0051,"95":0.45936,"96":0.0051,"97":0.0051,"98":0.04594,"99":0.02042,"110":0.01531,"131":0.3777,_:"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 82 83 84 85 86 87 88 90 91 92 93 100 101 102 103 104 105 106 107 108 109 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.0051,"90":0.0051,"92":0.02042,"109":0.01531,"119":0.1276,"120":0.11229,"126":0.0051,"137":0.0051,"142":0.0051,"143":0.0051,"144":0.0051,"145":0.0051,"146":0.03573,"147":0.02552,"148":0.33686,"149":0.86258,_:"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 114 115 116 117 118 121 122 123 124 125 127 128 129 130 131 132 133 134 135 136 138 139 140 141 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 14.1 15.1 15.2-15.3 15.4 15.6 16.0 16.1 16.2 16.3 16.4 17.2 17.3 17.5 18.0 18.1 18.2 18.3 18.4 TP","12.1":0.0051,"13.1":0.0051,"15.5":0.0051,"16.5":0.01021,"16.6":0.01531,"17.0":0.0051,"17.1":0.01531,"17.4":0.0051,"17.6":0.03573,"18.5-18.7":0.0051,"26.0":0.02042,"26.1":0.01021,"26.2":0.97997,"26.3":0.02042,"26.4":0.01021,"26.5":0.15822},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00068,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00204,"8.1-8.4":0,"9.0-9.2":0.00068,"9.3":0,"10.0-10.2":0,"10.3":0.00748,"11.0-11.2":0.22494,"11.3-11.4":0.00136,"12.0-12.1":0,"12.2-12.5":0.02311,"13.0-13.1":0,"13.2":0.00748,"13.3":0,"13.4-13.7":0.00136,"14.0-14.4":0.00476,"14.5-14.8":0.00748,"15.0-15.1":0.0068,"15.2-15.3":0.00408,"15.4":0.00476,"15.5":0.00612,"15.6-15.8":0.11892,"16.0":0.01087,"16.1":0.01767,"16.2":0.00951,"16.3":0.02039,"16.4":0.00476,"16.5":0.00748,"16.6-16.7":0.15494,"17.0":0.0068,"17.1":0.01019,"17.2":0.00951,"17.3":0.01427,"17.4":0.02175,"17.5":0.03874,"17.6-17.7":0.0999,"18.0":0.02243,"18.1":0.04281,"18.2":0.02311,"18.3":0.07067,"18.4":0.03194,"18.5-18.7":1.02139,"26.0":0.06728,"26.1":0.07,"26.2":0.21134,"26.3":0.28882,"26.4":0.33095,"26.5":3.75324},P:{"4":0.00825,"22":0.01649,"23":0.00825,"24":0.03299,"25":0.02474,"26":0.05773,"27":0.04948,"28":0.16495,"29":0.24742,"30":0.67629,_:"20 21 8.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0","5.0-5.4":0.00825,"6.2-6.4":0.01649,"7.2-7.4":0.04948,"9.2":0.00825,"13.0":0.00825,"19.0":0.00825},I:{"0":0.00978,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":1.38067,_:"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.47981},H:{all:0},L:{"0":48.48082},R:{_:"0"},M:{"0":0.07344},Q:{"14.9":0.03427}};
@@ -1 +1 @@
1
- module.exports={C:{"38":0.00639,"41":0.01279,"44":0.01279,"48":0.00639,"54":0.00639,"56":0.08312,"63":0.07673,"66":0.00639,"72":0.01918,"88":0.00639,"95":0.00639,"96":0.00639,"97":0.00639,"104":0.00639,"114":0.03836,"115":0.49873,"117":0.00639,"127":0.04476,"133":0.01918,"135":0.13427,"136":0.02558,"139":0.01918,"140":0.12149,"141":0.00639,"142":0.01918,"143":0.01279,"144":0.00639,"145":0.02558,"147":0.03836,"148":0.16624,"149":0.1023,"150":3.98346,"151":1.0678,"152":0.03197,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 42 43 45 46 47 49 50 51 52 53 55 57 58 59 60 61 62 64 65 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 98 99 100 101 102 103 105 106 107 108 109 110 111 112 113 116 118 119 120 121 122 123 124 125 126 128 129 130 131 132 134 137 138 146 153 154 3.5 3.6"},D:{"39":0.00639,"43":0.00639,"44":0.00639,"45":0.00639,"47":0.00639,"48":0.00639,"49":0.03836,"50":0.00639,"52":0.00639,"53":0.00639,"54":0.00639,"55":0.00639,"56":0.00639,"57":0.00639,"58":0.02558,"59":0.00639,"62":0.01918,"67":0.01279,"68":0.01279,"70":0.01918,"74":0.01279,"75":0.00639,"78":0.01279,"79":0.02558,"80":0.02558,"81":0.00639,"84":0.01918,"86":0.00639,"87":0.03836,"88":0.00639,"90":0.00639,"92":0.01918,"101":0.00639,"103":0.05115,"105":0.01279,"106":0.00639,"108":0.00639,"109":0.81204,"111":0.00639,"112":0.7417,"114":0.01279,"115":0.01279,"116":0.31331,"117":0.01918,"118":0.62022,"120":0.03197,"122":0.03836,"123":0.03836,"124":0.02558,"125":0.06394,"126":0.05115,"127":0.08312,"128":0.08952,"129":0.03197,"130":0.02558,"131":0.17903,"132":0.02558,"133":0.03197,"134":0.03836,"135":0.01918,"136":0.03197,"137":0.08312,"138":0.20461,"139":0.06394,"140":0.05115,"141":0.06394,"142":0.05755,"143":0.08952,"144":0.12788,"145":0.35167,"146":0.76089,"147":12.53224,"148":17.23183,"149":0.03197,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 46 51 60 61 63 64 65 66 69 71 72 73 76 77 83 85 89 91 93 94 95 96 97 98 99 100 102 104 107 110 113 119 121 150 151 152"},F:{"37":0.00639,"84":0.01918,"95":0.00639,"97":0.01918,"98":0.03836,"118":0.04476,"126":0.00639,"131":0.54988,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 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:{"12":0.01279,"17":0.02558,"18":0.01918,"84":0.00639,"91":0.01279,"92":0.09591,"100":0.01279,"109":0.01279,"122":0.01918,"126":0.00639,"127":0.00639,"128":0.00639,"130":0.00639,"131":0.00639,"133":0.00639,"134":0.02558,"135":0.00639,"136":0.01279,"137":0.01918,"138":0.02558,"139":0.05755,"140":0.00639,"141":0.05755,"142":0.05755,"143":0.04476,"144":0.07033,"145":0.12788,"146":0.31331,"147":4.02822,"148":7.1421,"149":0.09591,_:"13 14 15 16 79 80 81 83 85 86 87 88 89 90 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 129 132"},E:{"11":0.02558,_:"4 5 6 7 8 9 10 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 18.4 TP","11.1":0.01918,"13.1":0.00639,"14.1":0.07673,"15.1":0.00639,"15.6":0.01918,"16.5":0.01279,"16.6":0.06394,"17.1":0.00639,"17.2":0.01918,"17.3":0.00639,"17.4":0.00639,"17.5":0.01279,"17.6":0.08952,"18.0":0.01279,"18.1":0.00639,"18.2":0.00639,"18.3":0.03197,"18.5-18.7":0.00639,"26.0":0.01918,"26.1":0.01279,"26.2":0.02558,"26.3":0.12149,"26.4":0.14067,"26.5":0.05755},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00059,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00118,"8.1-8.4":0,"9.0-9.2":0.00059,"9.3":0,"10.0-10.2":0,"10.3":0.00533,"11.0-11.2":0.14033,"11.3-11.4":0.00178,"12.0-12.1":0,"12.2-12.5":0.02013,"13.0-13.1":0,"13.2":0.00651,"13.3":0,"13.4-13.7":0.00118,"14.0-14.4":0.00474,"14.5-14.8":0.0077,"15.0-15.1":0.00592,"15.2-15.3":0.00355,"15.4":0.00474,"15.5":0.00533,"15.6-15.8":0.10007,"16.0":0.01066,"16.1":0.01658,"16.2":0.00888,"16.3":0.01954,"16.4":0.00414,"16.5":0.00711,"16.6-16.7":0.13322,"17.0":0.00592,"17.1":0.01007,"17.2":0.00888,"17.3":0.01717,"17.4":0.02724,"17.5":0.03671,"17.6-17.7":0.09651,"18.0":0.01954,"18.1":0.03849,"18.2":0.02072,"18.3":0.06158,"18.4":0.02842,"18.5-18.7":0.98053,"26.0":0.06276,"26.1":0.07816,"26.2":0.30079,"26.3":0.94974,"26.4":1.95868,"26.5":0.69868},P:{"20":0.00728,"22":0.01456,"23":0.01456,"24":0.03641,"25":0.06554,"26":0.02185,"27":0.05097,"28":0.09467,"29":0.3641,"30":0.02913,_:"4 21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 13.0 14.0 15.0 17.0","7.2-7.4":0.00728,"12.0":0.00728,"16.0":0.00728,"18.0":0.02185,"19.0":0.00728},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.28127,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00639,_:"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.02524},Q:{"14.9":0.00721},O:{"0":0.30651},H:{all:0},L:{"0":35.53798}};
1
+ module.exports={C:{"48":0.01228,"56":0.06141,"58":0.00614,"59":0.02456,"63":0.09212,"66":0.01228,"72":0.01228,"78":0.00614,"94":0.00614,"95":0.00614,"103":0.00614,"113":0.00614,"114":0.04913,"115":0.36846,"127":0.02456,"135":0.16581,"136":0.01842,"140":0.17195,"141":0.02456,"142":0.00614,"143":0.00614,"144":0.01842,"145":0.03071,"146":0.00614,"147":0.03071,"148":0.03071,"149":0.03071,"150":0.35004,"151":3.12577,"152":1.28961,"153":0.03685,_:"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 57 60 61 62 64 65 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 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 116 117 118 119 120 121 122 123 124 125 126 128 129 130 131 132 133 134 137 138 139 154 155 3.5 3.6"},D:{"40":0.00614,"43":0.00614,"44":0.00614,"46":0.00614,"48":0.00614,"49":0.03071,"50":0.00614,"52":0.00614,"53":0.00614,"54":0.00614,"59":0.01842,"60":0.01228,"64":0.00614,"65":0.00614,"68":0.00614,"70":0.01842,"71":0.00614,"73":0.00614,"74":0.01842,"75":0.01228,"77":0.00614,"78":0.01228,"79":0.01228,"80":0.03071,"83":0.00614,"84":0.01228,"85":0.02456,"86":0.01228,"87":0.03071,"88":0.00614,"98":0.00614,"99":0.00614,"100":0.00614,"101":0.04913,"102":0.30091,"103":0.05527,"105":0.00614,"106":0.00614,"108":0.00614,"109":0.76148,"110":0.00614,"112":0.00614,"114":0.03685,"116":1.91599,"117":0.01842,"118":0.5834,"119":0.01228,"120":0.04299,"121":0.00614,"122":0.03685,"123":0.00614,"124":0.06755,"125":0.06141,"126":0.03685,"127":0.04913,"128":0.05527,"129":0.01228,"130":0.03685,"131":1.11152,"132":0.04913,"133":0.01842,"134":0.03685,"135":0.00614,"136":0.04913,"137":0.05527,"138":0.20879,"139":0.06755,"140":0.03685,"141":0.09826,"142":0.06755,"143":0.05527,"144":0.1351,"145":0.11054,"146":0.25792,"147":0.80447,"148":11.19504,"149":14.21027,"150":0.04299,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 45 47 51 55 56 57 58 61 62 63 66 67 69 72 76 81 89 90 91 92 93 94 95 96 97 104 107 111 113 115 151 152 153"},F:{"95":0.02456,"98":0.03071,"99":0.53427,"118":0.04299,"131":0.92729,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 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:{"12":0.01228,"14":0.01842,"16":0.03685,"17":0.00614,"18":0.01842,"84":0.00614,"89":0.02456,"92":0.04299,"100":0.01842,"109":0.01842,"114":0.01228,"118":0.00614,"119":0.00614,"122":0.00614,"127":0.00614,"130":0.01228,"131":0.01228,"132":0.03685,"134":0.00614,"135":0.01228,"137":0.00614,"138":0.00614,"139":0.05527,"140":0.01228,"141":0.03685,"142":0.04913,"143":0.02456,"144":0.04299,"145":0.09826,"146":0.15353,"147":0.21494,"148":2.62835,"149":6.19013,"150":0.09212,_:"13 15 79 80 81 83 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 120 121 123 124 125 126 128 129 133 136"},E:{"11":0.00614,_:"4 5 6 7 8 9 10 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 13.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 17.0 18.4 TP","11.1":0.01228,"14.1":0.08597,"15.1":0.01842,"15.6":0.01228,"16.1":0.00614,"16.4":0.00614,"16.5":0.01842,"16.6":0.07369,"17.1":0.00614,"17.2":0.03685,"17.3":0.00614,"17.4":0.1044,"17.5":0.01842,"17.6":0.02456,"18.0":0.00614,"18.1":0.01228,"18.2":0.01228,"18.3":0.03685,"18.5-18.7":0.01842,"26.0":0.00614,"26.1":0.01228,"26.2":0.06755,"26.3":0.08597,"26.4":0.01842,"26.5":0.17809},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00062,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00186,"8.1-8.4":0,"9.0-9.2":0.00062,"9.3":0,"10.0-10.2":0,"10.3":0.0068,"11.0-11.2":0.20476,"11.3-11.4":0.00124,"12.0-12.1":0,"12.2-12.5":0.02103,"13.0-13.1":0,"13.2":0.0068,"13.3":0,"13.4-13.7":0.00124,"14.0-14.4":0.00433,"14.5-14.8":0.0068,"15.0-15.1":0.00619,"15.2-15.3":0.00371,"15.4":0.00433,"15.5":0.00557,"15.6-15.8":0.10825,"16.0":0.0099,"16.1":0.01608,"16.2":0.00866,"16.3":0.01856,"16.4":0.00433,"16.5":0.0068,"16.6-16.7":0.14104,"17.0":0.00619,"17.1":0.00928,"17.2":0.00866,"17.3":0.01299,"17.4":0.0198,"17.5":0.03526,"17.6-17.7":0.09093,"18.0":0.02041,"18.1":0.03897,"18.2":0.02103,"18.3":0.06433,"18.4":0.02907,"18.5-18.7":0.92975,"26.0":0.06124,"26.1":0.06372,"26.2":0.19238,"26.3":0.2629,"26.4":0.30126,"26.5":3.41652},P:{"20":0.00671,"21":0.01342,"22":0.02013,"23":0.00671,"24":0.01342,"25":0.12749,"26":0.04026,"27":0.04026,"28":0.16775,"29":0.24156,"30":0.18788,_:"4 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00671,"11.1-11.2":0.02013,"14.0":0.00671},I:{"0":0.00386,"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.33959,_:"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.42835},H:{all:0},L:{"0":39.42142},R:{_:"0"},M:{"0":0.10805},Q:{"14.9":0.00386}};