@socketsecurity/cli-with-sentry 0.15.42 → 0.15.43

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 (546) hide show
  1. package/dist/cli.js +6 -6
  2. package/dist/cli.js.map +1 -1
  3. package/dist/constants.js +3 -3
  4. package/dist/constants.js.map +1 -1
  5. package/dist/types/cli.d.mts +2 -0
  6. package/dist/types/cli.d.mts.map +1 -0
  7. package/dist/types/commands/analytics/cmd-analytics.d.mts +10 -0
  8. package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -0
  9. package/dist/types/commands/analytics/fetch-org-analytics.d.mts +4 -0
  10. package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +1 -0
  11. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts +4 -0
  12. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +1 -0
  13. package/dist/types/commands/analytics/handle-analytics.d.mts +9 -0
  14. package/dist/types/commands/analytics/handle-analytics.d.mts.map +1 -0
  15. package/dist/types/commands/analytics/output-analytics.d.mts +28 -0
  16. package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -0
  17. package/dist/types/commands/audit-log/cmd-audit-log.d.mts +10 -0
  18. package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -0
  19. package/dist/types/commands/audit-log/fetch-audit-log.d.mts +10 -0
  20. package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +1 -0
  21. package/dist/types/commands/audit-log/handle-audit-log.d.mts +9 -0
  22. package/dist/types/commands/audit-log/handle-audit-log.d.mts.map +1 -0
  23. package/dist/types/commands/audit-log/output-audit-log.d.mts +22 -0
  24. package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -0
  25. package/dist/types/commands/cdxgen/cmd-cdxgen.d.mts +10 -0
  26. package/dist/types/commands/cdxgen/cmd-cdxgen.d.mts.map +1 -0
  27. package/dist/types/commands/cdxgen/handle-cdxgen.d.mts +4 -0
  28. package/dist/types/commands/cdxgen/handle-cdxgen.d.mts.map +1 -0
  29. package/dist/types/commands/ci/cmd-ci.d.mts +10 -0
  30. package/dist/types/commands/ci/cmd-ci.d.mts.map +1 -0
  31. package/dist/types/commands/ci/fetch-default-org-slug.d.mts +4 -0
  32. package/dist/types/commands/ci/fetch-default-org-slug.d.mts.map +1 -0
  33. package/dist/types/commands/ci/handle-ci.d.mts +2 -0
  34. package/dist/types/commands/ci/handle-ci.d.mts.map +1 -0
  35. package/dist/types/commands/config/cmd-config-auto.d.mts +10 -0
  36. package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -0
  37. package/dist/types/commands/config/cmd-config-get.d.mts +10 -0
  38. package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -0
  39. package/dist/types/commands/config/cmd-config-list.d.mts +10 -0
  40. package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -0
  41. package/dist/types/commands/config/cmd-config-set.d.mts +10 -0
  42. package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -0
  43. package/dist/types/commands/config/cmd-config-unset.d.mts +10 -0
  44. package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -0
  45. package/dist/types/commands/config/cmd-config.d.mts +3 -0
  46. package/dist/types/commands/config/cmd-config.d.mts.map +1 -0
  47. package/dist/types/commands/config/discover-config-value.d.mts +3 -0
  48. package/dist/types/commands/config/discover-config-value.d.mts.map +1 -0
  49. package/dist/types/commands/config/handle-config-auto.d.mts +7 -0
  50. package/dist/types/commands/config/handle-config-auto.d.mts.map +1 -0
  51. package/dist/types/commands/config/handle-config-get.d.mts +7 -0
  52. package/dist/types/commands/config/handle-config-get.d.mts.map +1 -0
  53. package/dist/types/commands/config/handle-config-set.d.mts +8 -0
  54. package/dist/types/commands/config/handle-config-set.d.mts.map +1 -0
  55. package/dist/types/commands/config/handle-config-unset.d.mts +7 -0
  56. package/dist/types/commands/config/handle-config-unset.d.mts.map +1 -0
  57. package/dist/types/commands/config/output-config-auto.d.mts +4 -0
  58. package/dist/types/commands/config/output-config-auto.d.mts.map +1 -0
  59. package/dist/types/commands/config/output-config-get.d.mts +4 -0
  60. package/dist/types/commands/config/output-config-get.d.mts.map +1 -0
  61. package/dist/types/commands/config/output-config-list.d.mts +6 -0
  62. package/dist/types/commands/config/output-config-list.d.mts.map +1 -0
  63. package/dist/types/commands/config/output-config-set.d.mts +3 -0
  64. package/dist/types/commands/config/output-config-set.d.mts.map +1 -0
  65. package/dist/types/commands/config/output-config-unset.d.mts +3 -0
  66. package/dist/types/commands/config/output-config-unset.d.mts.map +1 -0
  67. package/dist/types/commands/dependencies/cmd-dependencies.d.mts +10 -0
  68. package/dist/types/commands/dependencies/cmd-dependencies.d.mts.map +1 -0
  69. package/dist/types/commands/dependencies/fetch-dependencies.d.mts +7 -0
  70. package/dist/types/commands/dependencies/fetch-dependencies.d.mts.map +1 -0
  71. package/dist/types/commands/dependencies/handle-dependencies.d.mts +7 -0
  72. package/dist/types/commands/dependencies/handle-dependencies.d.mts.map +1 -0
  73. package/dist/types/commands/dependencies/output-dependencies.d.mts +8 -0
  74. package/dist/types/commands/dependencies/output-dependencies.d.mts.map +1 -0
  75. package/dist/types/commands/diff-scan/cmd-diff-scan-get.d.mts +10 -0
  76. package/dist/types/commands/diff-scan/cmd-diff-scan-get.d.mts.map +1 -0
  77. package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts +3 -0
  78. package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts.map +1 -0
  79. package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts +8 -0
  80. package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts.map +1 -0
  81. package/dist/types/commands/diff-scan/handle-diff-scan.d.mts +10 -0
  82. package/dist/types/commands/diff-scan/handle-diff-scan.d.mts.map +1 -0
  83. package/dist/types/commands/diff-scan/output-diff-scan.d.mts +8 -0
  84. package/dist/types/commands/diff-scan/output-diff-scan.d.mts.map +1 -0
  85. package/dist/types/commands/fix/cmd-fix.d.mts +10 -0
  86. package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -0
  87. package/dist/types/commands/fix/git.d.mts +33 -0
  88. package/dist/types/commands/fix/git.d.mts.map +1 -0
  89. package/dist/types/commands/fix/handle-fix.d.mts +13 -0
  90. package/dist/types/commands/fix/handle-fix.d.mts.map +1 -0
  91. package/dist/types/commands/fix/npm-fix.d.mts +15 -0
  92. package/dist/types/commands/fix/npm-fix.d.mts.map +1 -0
  93. package/dist/types/commands/fix/open-pr.d.mts +51 -0
  94. package/dist/types/commands/fix/open-pr.d.mts.map +1 -0
  95. package/dist/types/commands/fix/output-fix-result.d.mts +3 -0
  96. package/dist/types/commands/fix/output-fix-result.d.mts.map +1 -0
  97. package/dist/types/commands/fix/pnpm-fix.d.mts +15 -0
  98. package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -0
  99. package/dist/types/commands/fix/run-fix.d.mts +12 -0
  100. package/dist/types/commands/fix/run-fix.d.mts.map +1 -0
  101. package/dist/types/commands/fix/shared.d.mts +9 -0
  102. package/dist/types/commands/fix/shared.d.mts.map +1 -0
  103. package/dist/types/commands/info/cmd-info.d.mts +10 -0
  104. package/dist/types/commands/info/cmd-info.d.mts.map +1 -0
  105. package/dist/types/commands/info/fetch-package-info.d.mts +3 -0
  106. package/dist/types/commands/info/fetch-package-info.d.mts.map +1 -0
  107. package/dist/types/commands/info/handle-package-info.d.mts +17 -0
  108. package/dist/types/commands/info/handle-package-info.d.mts.map +1 -0
  109. package/dist/types/commands/info/output-package-info.d.mts +10 -0
  110. package/dist/types/commands/info/output-package-info.d.mts.map +1 -0
  111. package/dist/types/commands/install/cmd-install-completion.d.mts +10 -0
  112. package/dist/types/commands/install/cmd-install-completion.d.mts.map +1 -0
  113. package/dist/types/commands/install/cmd-install.d.mts +3 -0
  114. package/dist/types/commands/install/cmd-install.d.mts.map +1 -0
  115. package/dist/types/commands/install/handle-install-completion.d.mts +2 -0
  116. package/dist/types/commands/install/handle-install-completion.d.mts.map +1 -0
  117. package/dist/types/commands/install/output-install-completion.d.mts +12 -0
  118. package/dist/types/commands/install/output-install-completion.d.mts.map +1 -0
  119. package/dist/types/commands/install/setup-tab-completion.d.mts +13 -0
  120. package/dist/types/commands/install/setup-tab-completion.d.mts.map +1 -0
  121. package/dist/types/commands/login/apply-login.d.mts +2 -0
  122. package/dist/types/commands/login/apply-login.d.mts.map +1 -0
  123. package/dist/types/commands/login/attempt-login.d.mts +2 -0
  124. package/dist/types/commands/login/attempt-login.d.mts.map +1 -0
  125. package/dist/types/commands/login/cmd-login.d.mts +10 -0
  126. package/dist/types/commands/login/cmd-login.d.mts.map +1 -0
  127. package/dist/types/commands/logout/apply-logout.d.mts +2 -0
  128. package/dist/types/commands/logout/apply-logout.d.mts.map +1 -0
  129. package/dist/types/commands/logout/attempt-logout.d.mts +2 -0
  130. package/dist/types/commands/logout/attempt-logout.d.mts.map +1 -0
  131. package/dist/types/commands/logout/cmd-logout.d.mts +10 -0
  132. package/dist/types/commands/logout/cmd-logout.d.mts.map +1 -0
  133. package/dist/types/commands/manifest/cmd-manifest-auto.d.mts +10 -0
  134. package/dist/types/commands/manifest/cmd-manifest-auto.d.mts.map +1 -0
  135. package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts +10 -0
  136. package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts.map +1 -0
  137. package/dist/types/commands/manifest/cmd-manifest-conda.d.mts +10 -0
  138. package/dist/types/commands/manifest/cmd-manifest-conda.d.mts.map +1 -0
  139. package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts +10 -0
  140. package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts.map +1 -0
  141. package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts +10 -0
  142. package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts.map +1 -0
  143. package/dist/types/commands/manifest/cmd-manifest-scala.d.mts +10 -0
  144. package/dist/types/commands/manifest/cmd-manifest-scala.d.mts.map +1 -0
  145. package/dist/types/commands/manifest/cmd-manifest-setup.d.mts +10 -0
  146. package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +1 -0
  147. package/dist/types/commands/manifest/cmd-manifest.d.mts +10 -0
  148. package/dist/types/commands/manifest/cmd-manifest.d.mts.map +1 -0
  149. package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts +8 -0
  150. package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts.map +1 -0
  151. package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts +7 -0
  152. package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts.map +1 -0
  153. package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts +8 -0
  154. package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts.map +1 -0
  155. package/dist/types/commands/manifest/detect-manifest-actions.d.mts +13 -0
  156. package/dist/types/commands/manifest/detect-manifest-actions.d.mts.map +1 -0
  157. package/dist/types/commands/manifest/generate_auto_manifest.d.mts +9 -0
  158. package/dist/types/commands/manifest/generate_auto_manifest.d.mts.map +1 -0
  159. package/dist/types/commands/manifest/handle-manifest-conda.d.mts +9 -0
  160. package/dist/types/commands/manifest/handle-manifest-conda.d.mts.map +1 -0
  161. package/dist/types/commands/manifest/handle-manifest-setup.d.mts +2 -0
  162. package/dist/types/commands/manifest/handle-manifest-setup.d.mts.map +1 -0
  163. package/dist/types/commands/manifest/output-manifest-setup.d.mts +3 -0
  164. package/dist/types/commands/manifest/output-manifest-setup.d.mts.map +1 -0
  165. package/dist/types/commands/manifest/output-requirements.d.mts +6 -0
  166. package/dist/types/commands/manifest/output-requirements.d.mts.map +1 -0
  167. package/dist/types/commands/manifest/run-cdxgen.d.mts +2 -0
  168. package/dist/types/commands/manifest/run-cdxgen.d.mts.map +1 -0
  169. package/dist/types/commands/manifest/setup-manifest-config.d.mts +3 -0
  170. package/dist/types/commands/manifest/setup-manifest-config.d.mts.map +1 -0
  171. package/dist/types/commands/npm/cmd-npm.d.mts +10 -0
  172. package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -0
  173. package/dist/types/commands/npx/cmd-npx.d.mts +10 -0
  174. package/dist/types/commands/npx/cmd-npx.d.mts.map +1 -0
  175. package/dist/types/commands/oops/cmd-oops.d.mts +10 -0
  176. package/dist/types/commands/oops/cmd-oops.d.mts.map +1 -0
  177. package/dist/types/commands/optimize/add-overrides.d.mts +20 -0
  178. package/dist/types/commands/optimize/add-overrides.d.mts.map +1 -0
  179. package/dist/types/commands/optimize/apply-optimization.d.mts +9 -0
  180. package/dist/types/commands/optimize/apply-optimization.d.mts.map +1 -0
  181. package/dist/types/commands/optimize/cmd-optimize.d.mts +10 -0
  182. package/dist/types/commands/optimize/cmd-optimize.d.mts.map +1 -0
  183. package/dist/types/commands/optimize/deps-includes-by-agent.d.mts +4 -0
  184. package/dist/types/commands/optimize/deps-includes-by-agent.d.mts.map +1 -0
  185. package/dist/types/commands/optimize/get-dependency-entries.d.mts +3 -0
  186. package/dist/types/commands/optimize/get-dependency-entries.d.mts.map +1 -0
  187. package/dist/types/commands/optimize/get-overrides-by-agent.d.mts +9 -0
  188. package/dist/types/commands/optimize/get-overrides-by-agent.d.mts.map +1 -0
  189. package/dist/types/commands/optimize/handle-optimize.d.mts +8 -0
  190. package/dist/types/commands/optimize/handle-optimize.d.mts.map +1 -0
  191. package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts +3 -0
  192. package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts.map +1 -0
  193. package/dist/types/commands/optimize/ls-by-agent.d.mts +7 -0
  194. package/dist/types/commands/optimize/ls-by-agent.d.mts.map +1 -0
  195. package/dist/types/commands/optimize/output-optimize-result.d.mts +9 -0
  196. package/dist/types/commands/optimize/output-optimize-result.d.mts.map +1 -0
  197. package/dist/types/commands/optimize/shared.d.mts +2 -0
  198. package/dist/types/commands/optimize/shared.d.mts.map +1 -0
  199. package/dist/types/commands/optimize/types.d.mts +9 -0
  200. package/dist/types/commands/optimize/types.d.mts.map +1 -0
  201. package/dist/types/commands/optimize/update-lockfile.d.mts +11 -0
  202. package/dist/types/commands/optimize/update-lockfile.d.mts.map +1 -0
  203. package/dist/types/commands/optimize/update-manifest-by-agent.d.mts +5 -0
  204. package/dist/types/commands/optimize/update-manifest-by-agent.d.mts.map +1 -0
  205. package/dist/types/commands/organization/cmd-organization-list.d.mts +10 -0
  206. package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -0
  207. package/dist/types/commands/organization/cmd-organization-policy-license.d.mts +10 -0
  208. package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -0
  209. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +10 -0
  210. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -0
  211. package/dist/types/commands/organization/cmd-organization-policy.d.mts +3 -0
  212. package/dist/types/commands/organization/cmd-organization-policy.d.mts.map +1 -0
  213. package/dist/types/commands/organization/cmd-organization-quota.d.mts +10 -0
  214. package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -0
  215. package/dist/types/commands/organization/cmd-organization.d.mts +3 -0
  216. package/dist/types/commands/organization/cmd-organization.d.mts.map +1 -0
  217. package/dist/types/commands/organization/fetch-license-policy.d.mts +4 -0
  218. package/dist/types/commands/organization/fetch-license-policy.d.mts.map +1 -0
  219. package/dist/types/commands/organization/fetch-organization-list.d.mts +4 -0
  220. package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -0
  221. package/dist/types/commands/organization/fetch-quota.d.mts +4 -0
  222. package/dist/types/commands/organization/fetch-quota.d.mts.map +1 -0
  223. package/dist/types/commands/organization/fetch-security-policy.d.mts +4 -0
  224. package/dist/types/commands/organization/fetch-security-policy.d.mts.map +1 -0
  225. package/dist/types/commands/organization/handle-license-policy.d.mts +3 -0
  226. package/dist/types/commands/organization/handle-license-policy.d.mts.map +1 -0
  227. package/dist/types/commands/organization/handle-organization-list.d.mts +3 -0
  228. package/dist/types/commands/organization/handle-organization-list.d.mts.map +1 -0
  229. package/dist/types/commands/organization/handle-quota.d.mts +3 -0
  230. package/dist/types/commands/organization/handle-quota.d.mts.map +1 -0
  231. package/dist/types/commands/organization/handle-security-policy.d.mts +3 -0
  232. package/dist/types/commands/organization/handle-security-policy.d.mts.map +1 -0
  233. package/dist/types/commands/organization/output-license-policy.d.mts +4 -0
  234. package/dist/types/commands/organization/output-license-policy.d.mts.map +1 -0
  235. package/dist/types/commands/organization/output-organization-list.d.mts +4 -0
  236. package/dist/types/commands/organization/output-organization-list.d.mts.map +1 -0
  237. package/dist/types/commands/organization/output-quota.d.mts +4 -0
  238. package/dist/types/commands/organization/output-quota.d.mts.map +1 -0
  239. package/dist/types/commands/organization/output-security-policy.d.mts +4 -0
  240. package/dist/types/commands/organization/output-security-policy.d.mts.map +1 -0
  241. package/dist/types/commands/package/cmd-package-score.d.mts +10 -0
  242. package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -0
  243. package/dist/types/commands/package/cmd-package-shallow.d.mts +17 -0
  244. package/dist/types/commands/package/cmd-package-shallow.d.mts.map +1 -0
  245. package/dist/types/commands/package/cmd-package.d.mts +3 -0
  246. package/dist/types/commands/package/cmd-package.d.mts.map +1 -0
  247. package/dist/types/commands/package/fetch-purl-deep-score.d.mts +51 -0
  248. package/dist/types/commands/package/fetch-purl-deep-score.d.mts.map +1 -0
  249. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts +4 -0
  250. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +1 -0
  251. package/dist/types/commands/package/handle-purl-deep-score.d.mts +3 -0
  252. package/dist/types/commands/package/handle-purl-deep-score.d.mts.map +1 -0
  253. package/dist/types/commands/package/handle-purls-shallow-score.d.mts +6 -0
  254. package/dist/types/commands/package/handle-purls-shallow-score.d.mts.map +1 -0
  255. package/dist/types/commands/package/output-purl-score.d.mts +4 -0
  256. package/dist/types/commands/package/output-purl-score.d.mts.map +1 -0
  257. package/dist/types/commands/package/output-purls-shallow-score.d.mts +4 -0
  258. package/dist/types/commands/package/output-purls-shallow-score.d.mts.map +1 -0
  259. package/dist/types/commands/package/parse-package-specifiers.d.mts +9 -0
  260. package/dist/types/commands/package/parse-package-specifiers.d.mts.map +1 -0
  261. package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts +10 -0
  262. package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +1 -0
  263. package/dist/types/commands/raw-npm/run-raw-npm.d.mts +2 -0
  264. package/dist/types/commands/raw-npm/run-raw-npm.d.mts.map +1 -0
  265. package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts +10 -0
  266. package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +1 -0
  267. package/dist/types/commands/raw-npx/run-raw-npx.d.mts +2 -0
  268. package/dist/types/commands/raw-npx/run-raw-npx.d.mts.map +1 -0
  269. package/dist/types/commands/report/cmd-report-create.d.mts +10 -0
  270. package/dist/types/commands/report/cmd-report-create.d.mts.map +1 -0
  271. package/dist/types/commands/report/cmd-report-view.d.mts +10 -0
  272. package/dist/types/commands/report/cmd-report-view.d.mts.map +1 -0
  273. package/dist/types/commands/report/cmd-report.d.mts +3 -0
  274. package/dist/types/commands/report/cmd-report.d.mts.map +1 -0
  275. package/dist/types/commands/repos/cmd-repos-create.d.mts +10 -0
  276. package/dist/types/commands/repos/cmd-repos-create.d.mts.map +1 -0
  277. package/dist/types/commands/repos/cmd-repos-del.d.mts +10 -0
  278. package/dist/types/commands/repos/cmd-repos-del.d.mts.map +1 -0
  279. package/dist/types/commands/repos/cmd-repos-list.d.mts +10 -0
  280. package/dist/types/commands/repos/cmd-repos-list.d.mts.map +1 -0
  281. package/dist/types/commands/repos/cmd-repos-update.d.mts +10 -0
  282. package/dist/types/commands/repos/cmd-repos-update.d.mts.map +1 -0
  283. package/dist/types/commands/repos/cmd-repos-view.d.mts +10 -0
  284. package/dist/types/commands/repos/cmd-repos-view.d.mts.map +1 -0
  285. package/dist/types/commands/repos/cmd-repos.d.mts +3 -0
  286. package/dist/types/commands/repos/cmd-repos.d.mts.map +1 -0
  287. package/dist/types/commands/repos/fetch-create-repo.d.mts +11 -0
  288. package/dist/types/commands/repos/fetch-create-repo.d.mts.map +1 -0
  289. package/dist/types/commands/repos/fetch-delete-repo.d.mts +4 -0
  290. package/dist/types/commands/repos/fetch-delete-repo.d.mts.map +1 -0
  291. package/dist/types/commands/repos/fetch-list-all-repos.d.mts +8 -0
  292. package/dist/types/commands/repos/fetch-list-all-repos.d.mts.map +1 -0
  293. package/dist/types/commands/repos/fetch-list-repos.d.mts +10 -0
  294. package/dist/types/commands/repos/fetch-list-repos.d.mts.map +1 -0
  295. package/dist/types/commands/repos/fetch-update-repo.d.mts +11 -0
  296. package/dist/types/commands/repos/fetch-update-repo.d.mts.map +1 -0
  297. package/dist/types/commands/repos/fetch-view-repo.d.mts +4 -0
  298. package/dist/types/commands/repos/fetch-view-repo.d.mts.map +1 -0
  299. package/dist/types/commands/repos/handle-create-repo.d.mts +10 -0
  300. package/dist/types/commands/repos/handle-create-repo.d.mts.map +1 -0
  301. package/dist/types/commands/repos/handle-delete-repo.d.mts +3 -0
  302. package/dist/types/commands/repos/handle-delete-repo.d.mts.map +1 -0
  303. package/dist/types/commands/repos/handle-list-repos.d.mts +11 -0
  304. package/dist/types/commands/repos/handle-list-repos.d.mts.map +1 -0
  305. package/dist/types/commands/repos/handle-update-repo.d.mts +10 -0
  306. package/dist/types/commands/repos/handle-update-repo.d.mts.map +1 -0
  307. package/dist/types/commands/repos/handle-view-repo.d.mts +3 -0
  308. package/dist/types/commands/repos/handle-view-repo.d.mts.map +1 -0
  309. package/dist/types/commands/repos/output-create-repo.d.mts +4 -0
  310. package/dist/types/commands/repos/output-create-repo.d.mts.map +1 -0
  311. package/dist/types/commands/repos/output-delete-repo.d.mts +4 -0
  312. package/dist/types/commands/repos/output-delete-repo.d.mts.map +1 -0
  313. package/dist/types/commands/repos/output-list-repos.d.mts +4 -0
  314. package/dist/types/commands/repos/output-list-repos.d.mts.map +1 -0
  315. package/dist/types/commands/repos/output-update-repo.d.mts +4 -0
  316. package/dist/types/commands/repos/output-update-repo.d.mts.map +1 -0
  317. package/dist/types/commands/repos/output-view-repo.d.mts +4 -0
  318. package/dist/types/commands/repos/output-view-repo.d.mts.map +1 -0
  319. package/dist/types/commands/scan/cmd-scan-create.d.mts +10 -0
  320. package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -0
  321. package/dist/types/commands/scan/cmd-scan-del.d.mts +10 -0
  322. package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -0
  323. package/dist/types/commands/scan/cmd-scan-diff.d.mts +10 -0
  324. package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -0
  325. package/dist/types/commands/scan/cmd-scan-github.d.mts +10 -0
  326. package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -0
  327. package/dist/types/commands/scan/cmd-scan-list.d.mts +3 -0
  328. package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -0
  329. package/dist/types/commands/scan/cmd-scan-metadata.d.mts +3 -0
  330. package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +1 -0
  331. package/dist/types/commands/scan/cmd-scan-report.d.mts +3 -0
  332. package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -0
  333. package/dist/types/commands/scan/cmd-scan-setup.d.mts +10 -0
  334. package/dist/types/commands/scan/cmd-scan-setup.d.mts.map +1 -0
  335. package/dist/types/commands/scan/cmd-scan-view.d.mts +3 -0
  336. package/dist/types/commands/scan/cmd-scan-view.d.mts.map +1 -0
  337. package/dist/types/commands/scan/cmd-scan.d.mts +3 -0
  338. package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -0
  339. package/dist/types/commands/scan/create-scan-from-github.d.mts +12 -0
  340. package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -0
  341. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +11 -0
  342. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -0
  343. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +4 -0
  344. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -0
  345. package/dist/types/commands/scan/fetch-diff-scan.d.mts +8 -0
  346. package/dist/types/commands/scan/fetch-diff-scan.d.mts.map +1 -0
  347. package/dist/types/commands/scan/fetch-list-scans.d.mts +13 -0
  348. package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -0
  349. package/dist/types/commands/scan/fetch-report-data.d.mts +12 -0
  350. package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -0
  351. package/dist/types/commands/scan/fetch-scan-metadata.d.mts +4 -0
  352. package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -0
  353. package/dist/types/commands/scan/fetch-scan.d.mts +4 -0
  354. package/dist/types/commands/scan/fetch-scan.d.mts.map +1 -0
  355. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +4 -0
  356. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -0
  357. package/dist/types/commands/scan/generate-report.d.mts +43 -0
  358. package/dist/types/commands/scan/generate-report.d.mts.map +1 -0
  359. package/dist/types/commands/scan/handle-create-github-scan.d.mts +12 -0
  360. package/dist/types/commands/scan/handle-create-github-scan.d.mts.map +1 -0
  361. package/dist/types/commands/scan/handle-create-new-scan.d.mts +21 -0
  362. package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -0
  363. package/dist/types/commands/scan/handle-delete-scan.d.mts +3 -0
  364. package/dist/types/commands/scan/handle-delete-scan.d.mts.map +1 -0
  365. package/dist/types/commands/scan/handle-diff-scan.d.mts +10 -0
  366. package/dist/types/commands/scan/handle-diff-scan.d.mts.map +1 -0
  367. package/dist/types/commands/scan/handle-list-scans.d.mts +13 -0
  368. package/dist/types/commands/scan/handle-list-scans.d.mts.map +1 -0
  369. package/dist/types/commands/scan/handle-scan-config.d.mts +2 -0
  370. package/dist/types/commands/scan/handle-scan-config.d.mts.map +1 -0
  371. package/dist/types/commands/scan/handle-scan-metadata.d.mts +3 -0
  372. package/dist/types/commands/scan/handle-scan-metadata.d.mts.map +1 -0
  373. package/dist/types/commands/scan/handle-scan-report.d.mts +12 -0
  374. package/dist/types/commands/scan/handle-scan-report.d.mts.map +1 -0
  375. package/dist/types/commands/scan/handle-scan-view.d.mts +3 -0
  376. package/dist/types/commands/scan/handle-scan-view.d.mts.map +1 -0
  377. package/dist/types/commands/scan/output-create-new-scan.d.mts +4 -0
  378. package/dist/types/commands/scan/output-create-new-scan.d.mts.map +1 -0
  379. package/dist/types/commands/scan/output-delete-scan.d.mts +4 -0
  380. package/dist/types/commands/scan/output-delete-scan.d.mts.map +1 -0
  381. package/dist/types/commands/scan/output-diff-scan.d.mts +8 -0
  382. package/dist/types/commands/scan/output-diff-scan.d.mts.map +1 -0
  383. package/dist/types/commands/scan/output-list-scans.d.mts +4 -0
  384. package/dist/types/commands/scan/output-list-scans.d.mts.map +1 -0
  385. package/dist/types/commands/scan/output-scan-config-result.d.mts +3 -0
  386. package/dist/types/commands/scan/output-scan-config-result.d.mts.map +1 -0
  387. package/dist/types/commands/scan/output-scan-metadata.d.mts +4 -0
  388. package/dist/types/commands/scan/output-scan-metadata.d.mts.map +1 -0
  389. package/dist/types/commands/scan/output-scan-report.d.mts +20 -0
  390. package/dist/types/commands/scan/output-scan-report.d.mts.map +1 -0
  391. package/dist/types/commands/scan/output-scan-view.d.mts +4 -0
  392. package/dist/types/commands/scan/output-scan-view.d.mts.map +1 -0
  393. package/dist/types/commands/scan/setup-scan-config.d.mts +3 -0
  394. package/dist/types/commands/scan/setup-scan-config.d.mts.map +1 -0
  395. package/dist/types/commands/scan/stream-scan.d.mts +2 -0
  396. package/dist/types/commands/scan/stream-scan.d.mts.map +1 -0
  397. package/dist/types/commands/scan/suggest-org-slug.d.mts +2 -0
  398. package/dist/types/commands/scan/suggest-org-slug.d.mts.map +1 -0
  399. package/dist/types/commands/scan/suggest-repo-slug.d.mts +5 -0
  400. package/dist/types/commands/scan/suggest-repo-slug.d.mts.map +1 -0
  401. package/dist/types/commands/scan/suggest_branch_slug.d.mts +2 -0
  402. package/dist/types/commands/scan/suggest_branch_slug.d.mts.map +1 -0
  403. package/dist/types/commands/scan/suggest_target.d.mts +2 -0
  404. package/dist/types/commands/scan/suggest_target.d.mts.map +1 -0
  405. package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts +10 -0
  406. package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -0
  407. package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts +10 -0
  408. package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts.map +1 -0
  409. package/dist/types/commands/threat-feed/handle-threat-feed.d.mts +10 -0
  410. package/dist/types/commands/threat-feed/handle-threat-feed.d.mts.map +1 -0
  411. package/dist/types/commands/threat-feed/output-threat-feed.d.mts +4 -0
  412. package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +1 -0
  413. package/dist/types/commands/threat-feed/types.d.mts +15 -0
  414. package/dist/types/commands/threat-feed/types.d.mts.map +1 -0
  415. package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts +9 -0
  416. package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts.map +1 -0
  417. package/dist/types/commands/uninstall/cmd-uninstall.d.mts +3 -0
  418. package/dist/types/commands/uninstall/cmd-uninstall.d.mts.map +1 -0
  419. package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts +2 -0
  420. package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts.map +1 -0
  421. package/dist/types/commands/uninstall/output-uninstall-completion.d.mts +6 -0
  422. package/dist/types/commands/uninstall/output-uninstall-completion.d.mts.map +1 -0
  423. package/dist/types/commands/uninstall/teardown-tab-completion.d.mts +6 -0
  424. package/dist/types/commands/uninstall/teardown-tab-completion.d.mts.map +1 -0
  425. package/dist/types/commands/wrapper/add-socket-wrapper.d.mts +2 -0
  426. package/dist/types/commands/wrapper/add-socket-wrapper.d.mts.map +1 -0
  427. package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts +2 -0
  428. package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts.map +1 -0
  429. package/dist/types/commands/wrapper/cmd-wrapper.d.mts +10 -0
  430. package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -0
  431. package/dist/types/commands/wrapper/postinstall-wrapper.d.mts +2 -0
  432. package/dist/types/commands/wrapper/postinstall-wrapper.d.mts.map +1 -0
  433. package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts +2 -0
  434. package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts.map +1 -0
  435. package/dist/types/constants.d.mts +128 -0
  436. package/dist/types/constants.d.mts.map +1 -0
  437. package/dist/types/flags.d.mts +16 -0
  438. package/dist/types/flags.d.mts.map +1 -0
  439. package/dist/types/instrument-with-sentry.d.mts +2 -0
  440. package/dist/types/instrument-with-sentry.d.mts.map +1 -0
  441. package/dist/types/shadow/npm/arborist/index.d.mts +19 -0
  442. package/dist/types/shadow/npm/arborist/index.d.mts.map +1 -0
  443. package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts +24 -0
  444. package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts.map +1 -0
  445. package/dist/types/shadow/npm/arborist/types.d.mts +119 -0
  446. package/dist/types/shadow/npm/arborist/types.d.mts.map +1 -0
  447. package/dist/types/shadow/npm/arborist-helpers.d.mts +35 -0
  448. package/dist/types/shadow/npm/arborist-helpers.d.mts.map +1 -0
  449. package/dist/types/shadow/npm/bin.d.mts +2 -0
  450. package/dist/types/shadow/npm/bin.d.mts.map +1 -0
  451. package/dist/types/shadow/npm/inject.d.mts +2 -0
  452. package/dist/types/shadow/npm/inject.d.mts.map +1 -0
  453. package/dist/types/shadow/npm/install.d.mts +13 -0
  454. package/dist/types/shadow/npm/install.d.mts.map +1 -0
  455. package/dist/types/shadow/npm/link.d.mts +2 -0
  456. package/dist/types/shadow/npm/link.d.mts.map +1 -0
  457. package/dist/types/shadow/npm/paths.d.mts +7 -0
  458. package/dist/types/shadow/npm/paths.d.mts.map +1 -0
  459. package/dist/types/shadow/npm/proc-log/index.d.mts +3 -0
  460. package/dist/types/shadow/npm/proc-log/index.d.mts.map +1 -0
  461. package/dist/types/types.d.mts +29 -0
  462. package/dist/types/types.d.mts.map +1 -0
  463. package/dist/types/utils/agent.d.mts +12 -0
  464. package/dist/types/utils/agent.d.mts.map +1 -0
  465. package/dist/types/utils/alert/artifact.d.mts +34 -0
  466. package/dist/types/utils/alert/artifact.d.mts.map +1 -0
  467. package/dist/types/utils/alert/fix.d.mts +6 -0
  468. package/dist/types/utils/alert/fix.d.mts.map +1 -0
  469. package/dist/types/utils/alert/severity.d.mts +14 -0
  470. package/dist/types/utils/alert/severity.d.mts.map +1 -0
  471. package/dist/types/utils/alerts-map.d.mts +25 -0
  472. package/dist/types/utils/alerts-map.d.mts.map +1 -0
  473. package/dist/types/utils/api.d.mts +13 -0
  474. package/dist/types/utils/api.d.mts.map +1 -0
  475. package/dist/types/utils/check-input.d.mts +9 -0
  476. package/dist/types/utils/check-input.d.mts.map +1 -0
  477. package/dist/types/utils/cmd.d.mts +4 -0
  478. package/dist/types/utils/cmd.d.mts.map +1 -0
  479. package/dist/types/utils/color-or-markdown.d.mts +16 -0
  480. package/dist/types/utils/color-or-markdown.d.mts.map +1 -0
  481. package/dist/types/utils/completion.d.mts +11 -0
  482. package/dist/types/utils/completion.d.mts.map +1 -0
  483. package/dist/types/utils/config.d.mts +31 -0
  484. package/dist/types/utils/config.d.mts.map +1 -0
  485. package/dist/types/utils/determine-org-slug.d.mts +2 -0
  486. package/dist/types/utils/determine-org-slug.d.mts.map +1 -0
  487. package/dist/types/utils/errors.d.mts +14 -0
  488. package/dist/types/utils/errors.d.mts.map +1 -0
  489. package/dist/types/utils/fail-msg-with-badge.d.mts +2 -0
  490. package/dist/types/utils/fail-msg-with-badge.d.mts.map +1 -0
  491. package/dist/types/utils/fs.d.mts +22 -0
  492. package/dist/types/utils/fs.d.mts.map +1 -0
  493. package/dist/types/utils/get-output-kind.d.mts +3 -0
  494. package/dist/types/utils/get-output-kind.d.mts.map +1 -0
  495. package/dist/types/utils/glob.d.mts +14 -0
  496. package/dist/types/utils/glob.d.mts.map +1 -0
  497. package/dist/types/utils/map-to-object.d.mts +10 -0
  498. package/dist/types/utils/map-to-object.d.mts.map +1 -0
  499. package/dist/types/utils/markdown.d.mts +10 -0
  500. package/dist/types/utils/markdown.d.mts.map +1 -0
  501. package/dist/types/utils/meow-with-subcommands.d.mts +50 -0
  502. package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -0
  503. package/dist/types/utils/npm-package-arg.d.mts +4 -0
  504. package/dist/types/utils/npm-package-arg.d.mts.map +1 -0
  505. package/dist/types/utils/npm-paths.d.mts +7 -0
  506. package/dist/types/utils/npm-paths.d.mts.map +1 -0
  507. package/dist/types/utils/objects.d.mts +3 -0
  508. package/dist/types/utils/objects.d.mts.map +1 -0
  509. package/dist/types/utils/output-formatting.d.mts +15 -0
  510. package/dist/types/utils/output-formatting.d.mts.map +1 -0
  511. package/dist/types/utils/package-environment.d.mts +57 -0
  512. package/dist/types/utils/package-environment.d.mts.map +1 -0
  513. package/dist/types/utils/path-resolve.d.mts +10 -0
  514. package/dist/types/utils/path-resolve.d.mts.map +1 -0
  515. package/dist/types/utils/pnpm.d.mts +11 -0
  516. package/dist/types/utils/pnpm.d.mts.map +1 -0
  517. package/dist/types/utils/purl.d.mts +3 -0
  518. package/dist/types/utils/purl.d.mts.map +1 -0
  519. package/dist/types/utils/sdk.d.mts +8 -0
  520. package/dist/types/utils/sdk.d.mts.map +1 -0
  521. package/dist/types/utils/semver.d.mts +8 -0
  522. package/dist/types/utils/semver.d.mts.map +1 -0
  523. package/dist/types/utils/serialize-result-json.d.mts +5 -0
  524. package/dist/types/utils/serialize-result-json.d.mts.map +1 -0
  525. package/dist/types/utils/socket-package-alert.d.mts +77 -0
  526. package/dist/types/utils/socket-package-alert.d.mts.map +1 -0
  527. package/dist/types/utils/socket-url.d.mts +9 -0
  528. package/dist/types/utils/socket-url.d.mts.map +1 -0
  529. package/dist/types/utils/socketjson.d.mts +56 -0
  530. package/dist/types/utils/socketjson.d.mts.map +1 -0
  531. package/dist/types/utils/spec.d.mts +4 -0
  532. package/dist/types/utils/spec.d.mts.map +1 -0
  533. package/dist/types/utils/strings.d.mts +2 -0
  534. package/dist/types/utils/strings.d.mts.map +1 -0
  535. package/dist/types/utils/translations.d.mts +593 -0
  536. package/dist/types/utils/translations.d.mts.map +1 -0
  537. package/dist/types/utils/walk-nested-map.d.mts +7 -0
  538. package/dist/types/utils/walk-nested-map.d.mts.map +1 -0
  539. package/dist/utils.js +115 -23
  540. package/dist/utils.js.map +1 -1
  541. package/dist/vendor.js +1107 -1077
  542. package/external/@socketsecurity/registry/external/browserslist.js +395 -358
  543. package/external/@socketsecurity/registry/lib/debug.js +15 -5
  544. package/external/@socketsecurity/registry/lib/logger.js +3 -10
  545. package/external/@socketsecurity/registry/lib/strings.js +9 -1
  546. package/package.json +19 -19
package/dist/vendor.js CHANGED
@@ -16317,577 +16317,587 @@ var hasRequiredIgnore$3;
16317
16317
  function requireIgnore$3() {
16318
16318
  if (hasRequiredIgnore$3) return ignore$3.exports;
16319
16319
  hasRequiredIgnore$3 = 1;
16320
- // A simple implementation of make-array
16321
- function makeArray(subject) {
16322
- return Array.isArray(subject) ? subject : [subject];
16323
- }
16324
- const UNDEFINED = undefined;
16325
- const EMPTY = '';
16326
- const SPACE = ' ';
16327
- const ESCAPE = '\\';
16328
- const REGEX_TEST_BLANK_LINE = /^\s+$/;
16329
- const REGEX_INVALID_TRAILING_BACKSLASH = /(?:[^\\]|^)\\$/;
16330
- const REGEX_REPLACE_LEADING_EXCAPED_EXCLAMATION = /^\\!/;
16331
- const REGEX_REPLACE_LEADING_EXCAPED_HASH = /^\\#/;
16332
- const REGEX_SPLITALL_CRLF = /\r?\n/g;
16333
-
16334
- // Invalid:
16335
- // - /foo,
16336
- // - ./foo,
16337
- // - ../foo,
16338
- // - .
16339
- // - ..
16340
- // Valid:
16341
- // - .foo
16342
- const REGEX_TEST_INVALID_PATH = /^\.{0,2}\/|^\.{1,2}$/;
16343
- const REGEX_TEST_TRAILING_SLASH = /\/$/;
16344
- const SLASH = '/';
16345
-
16346
- // Do not use ternary expression here, since "istanbul ignore next" is buggy
16347
- let TMP_KEY_IGNORE = 'node-ignore';
16348
- /* istanbul ignore else */
16349
- if (typeof Symbol !== 'undefined') {
16350
- TMP_KEY_IGNORE = Symbol.for('node-ignore');
16351
- }
16352
- const KEY_IGNORE = TMP_KEY_IGNORE;
16353
- const define = (object, key, value) => {
16354
- Object.defineProperty(object, key, {
16355
- value
16356
- });
16357
- return value;
16358
- };
16359
- const REGEX_REGEXP_RANGE = /([0-z])-([0-z])/g;
16360
- const RETURN_FALSE = () => false;
16320
+ (function (module) {
16321
+ // A simple implementation of make-array
16322
+ function makeArray(subject) {
16323
+ return Array.isArray(subject) ? subject : [subject];
16324
+ }
16325
+ const UNDEFINED = undefined;
16326
+ const EMPTY = '';
16327
+ const SPACE = ' ';
16328
+ const ESCAPE = '\\';
16329
+ const REGEX_TEST_BLANK_LINE = /^\s+$/;
16330
+ const REGEX_INVALID_TRAILING_BACKSLASH = /(?:[^\\]|^)\\$/;
16331
+ const REGEX_REPLACE_LEADING_EXCAPED_EXCLAMATION = /^\\!/;
16332
+ const REGEX_REPLACE_LEADING_EXCAPED_HASH = /^\\#/;
16333
+ const REGEX_SPLITALL_CRLF = /\r?\n/g;
16334
+
16335
+ // Invalid:
16336
+ // - /foo,
16337
+ // - ./foo,
16338
+ // - ../foo,
16339
+ // - .
16340
+ // - ..
16341
+ // Valid:
16342
+ // - .foo
16343
+ const REGEX_TEST_INVALID_PATH = /^\.{0,2}\/|^\.{1,2}$/;
16344
+ const REGEX_TEST_TRAILING_SLASH = /\/$/;
16345
+ const SLASH = '/';
16346
+
16347
+ // Do not use ternary expression here, since "istanbul ignore next" is buggy
16348
+ let TMP_KEY_IGNORE = 'node-ignore';
16349
+ /* istanbul ignore else */
16350
+ if (typeof Symbol !== 'undefined') {
16351
+ TMP_KEY_IGNORE = Symbol.for('node-ignore');
16352
+ }
16353
+ const KEY_IGNORE = TMP_KEY_IGNORE;
16354
+ const define = (object, key, value) => {
16355
+ Object.defineProperty(object, key, {
16356
+ value
16357
+ });
16358
+ return value;
16359
+ };
16360
+ const REGEX_REGEXP_RANGE = /([0-z])-([0-z])/g;
16361
+ const RETURN_FALSE = () => false;
16361
16362
 
16362
- // Sanitize the range of a regular expression
16363
- // The cases are complicated, see test cases for details
16364
- const sanitizeRange = range => range.replace(REGEX_REGEXP_RANGE, (match, from, to) => from.charCodeAt(0) <= to.charCodeAt(0) ? match
16365
- // Invalid range (out of order) which is ok for gitignore rules but
16366
- // fatal for JavaScript regular expression, so eliminate it.
16367
- : EMPTY);
16363
+ // Sanitize the range of a regular expression
16364
+ // The cases are complicated, see test cases for details
16365
+ const sanitizeRange = range => range.replace(REGEX_REGEXP_RANGE, (match, from, to) => from.charCodeAt(0) <= to.charCodeAt(0) ? match
16366
+ // Invalid range (out of order) which is ok for gitignore rules but
16367
+ // fatal for JavaScript regular expression, so eliminate it.
16368
+ : EMPTY);
16368
16369
 
16369
- // See fixtures #59
16370
- const cleanRangeBackSlash = slashes => {
16371
- const {
16372
- length
16373
- } = slashes;
16374
- return slashes.slice(0, length - length % 2);
16375
- };
16376
-
16377
- // > If the pattern ends with a slash,
16378
- // > it is removed for the purpose of the following description,
16379
- // > but it would only find a match with a directory.
16380
- // > In other words, foo/ will match a directory foo and paths underneath it,
16381
- // > but will not match a regular file or a symbolic link foo
16382
- // > (this is consistent with the way how pathspec works in general in Git).
16383
- // '`foo/`' will not match regular file '`foo`' or symbolic link '`foo`'
16384
- // -> ignore-rules will not deal with it, because it costs extra `fs.stat` call
16385
- // you could use option `mark: true` with `glob`
16386
-
16387
- // '`foo/`' should not continue with the '`..`'
16388
- const REPLACERS = [[
16389
- // Remove BOM
16390
- // TODO:
16391
- // Other similar zero-width characters?
16392
- /^\uFEFF/, () => EMPTY],
16393
- // > Trailing spaces are ignored unless they are quoted with backslash ("\")
16394
- [
16395
- // (a\ ) -> (a )
16396
- // (a ) -> (a)
16397
- // (a ) -> (a)
16398
- // (a \ ) -> (a )
16399
- /((?:\\\\)*?)(\\?\s+)$/, (_, m1, m2) => m1 + (m2.indexOf('\\') === 0 ? SPACE : EMPTY)],
16400
- // Replace (\ ) with ' '
16401
- // (\ ) -> ' '
16402
- // (\\ ) -> '\\ '
16403
- // (\\\ ) -> '\\ '
16404
- [/(\\+?)\s/g, (_, m1) => {
16405
- const {
16406
- length
16407
- } = m1;
16408
- return m1.slice(0, length - length % 2) + SPACE;
16409
- }],
16410
- // Escape metacharacters
16411
- // which is written down by users but means special for regular expressions.
16412
-
16413
- // > There are 12 characters with special meanings:
16414
- // > - the backslash \,
16415
- // > - the caret ^,
16416
- // > - the dollar sign $,
16417
- // > - the period or dot .,
16418
- // > - the vertical bar or pipe symbol |,
16419
- // > - the question mark ?,
16420
- // > - the asterisk or star *,
16421
- // > - the plus sign +,
16422
- // > - the opening parenthesis (,
16423
- // > - the closing parenthesis ),
16424
- // > - and the opening square bracket [,
16425
- // > - the opening curly brace {,
16426
- // > These special characters are often called "metacharacters".
16427
- [/[\\$.|*+(){^]/g, match => `\\${match}`], [
16428
- // > a question mark (?) matches a single character
16429
- /(?!\\)\?/g, () => '[^/]'],
16430
- // leading slash
16431
- [
16432
- // > A leading slash matches the beginning of the pathname.
16433
- // > For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c".
16434
- // A leading slash matches the beginning of the pathname
16435
- /^\//, () => '^'],
16436
- // replace special metacharacter slash after the leading slash
16437
- [/\//g, () => '\\/'], [
16438
- // > A leading "**" followed by a slash means match in all directories.
16439
- // > For example, "**/foo" matches file or directory "foo" anywhere,
16440
- // > the same as pattern "foo".
16441
- // > "**/foo/bar" matches file or directory "bar" anywhere that is directly
16442
- // > under directory "foo".
16443
- // Notice that the '*'s have been replaced as '\\*'
16444
- /^\^*\\\*\\\*\\\//,
16445
- // '**/foo' <-> 'foo'
16446
- () => '^(?:.*\\/)?'],
16447
- // starting
16448
- [
16449
- // there will be no leading '/'
16450
- // (which has been replaced by section "leading slash")
16451
- // If starts with '**', adding a '^' to the regular expression also works
16452
- /^(?=[^^])/, function startingReplacer() {
16453
- // If has a slash `/` at the beginning or middle
16454
- return !/\/(?!$)/.test(this)
16455
- // > Prior to 2.22.1
16456
- // > If the pattern does not contain a slash /,
16457
- // > Git treats it as a shell glob pattern
16458
- // Actually, if there is only a trailing slash,
16459
- // git also treats it as a shell glob pattern
16460
-
16461
- // After 2.22.1 (compatible but clearer)
16462
- // > If there is a separator at the beginning or middle (or both)
16463
- // > of the pattern, then the pattern is relative to the directory
16464
- // > level of the particular .gitignore file itself.
16465
- // > Otherwise the pattern may also match at any level below
16466
- // > the .gitignore level.
16467
- ? '(?:^|\\/)'
16468
-
16469
- // > Otherwise, Git treats the pattern as a shell glob suitable for
16470
- // > consumption by fnmatch(3)
16471
- : '^';
16472
- }],
16473
- // two globstars
16474
- [
16475
- // Use lookahead assertions so that we could match more than one `'/**'`
16476
- /\\\/\\\*\\\*(?=\\\/|$)/g,
16477
- // Zero, one or several directories
16478
- // should not use '*', or it will be replaced by the next replacer
16479
-
16480
- // Check if it is not the last `'/**'`
16481
- (_, index, str) => index + 6 < str.length
16482
-
16483
- // case: /**/
16484
- // > A slash followed by two consecutive asterisks then a slash matches
16485
- // > zero or more directories.
16486
- // > For example, "a/**/b" matches "a/b", "a/x/b", "a/x/y/b" and so on.
16487
- // '/**/'
16488
- ? '(?:\\/[^\\/]+)*'
16489
-
16490
- // case: /**
16491
- // > A trailing `"/**"` matches everything inside.
16492
-
16493
- // #21: everything inside but it should not include the current folder
16494
- : '\\/.+'],
16495
- // normal intermediate wildcards
16496
- [
16497
- // Never replace escaped '*'
16498
- // ignore rule '\*' will match the path '*'
16499
-
16500
- // 'abc.*/' -> go
16501
- // 'abc.*' -> skip this rule,
16502
- // coz trailing single wildcard will be handed by [trailing wildcard]
16503
- /(^|[^\\]+)(\\\*)+(?=.+)/g,
16504
- // '*.js' matches '.js'
16505
- // '*.js' doesn't match 'abc'
16506
- (_, p1, p2) => {
16507
- // 1.
16508
- // > An asterisk "*" matches anything except a slash.
16509
- // 2.
16510
- // > Other consecutive asterisks are considered regular asterisks
16511
- // > and will match according to the previous rules.
16512
- const unescaped = p2.replace(/\\\*/g, '[^\\/]*');
16513
- return p1 + unescaped;
16514
- }], [
16515
- // unescape, revert step 3 except for back slash
16516
- // For example, if a user escape a '\\*',
16517
- // after step 3, the result will be '\\\\\\*'
16518
- /\\\\\\(?=[$.|*+(){^])/g, () => ESCAPE], [
16519
- // '\\\\' -> '\\'
16520
- /\\\\/g, () => ESCAPE], [
16521
- // > The range notation, e.g. [a-zA-Z],
16522
- // > can be used to match one of the characters in a range.
16523
-
16524
- // `\` is escaped by step 3
16525
- /(\\)?\[([^\]/]*?)(\\*)($|\])/g, (match, leadEscape, range, endEscape, close) => leadEscape === ESCAPE
16526
- // '\\[bar]' -> '\\\\[bar\\]'
16527
- ? `\\[${range}${cleanRangeBackSlash(endEscape)}${close}` : close === ']' ? endEscape.length % 2 === 0
16528
- // A normal case, and it is a range notation
16529
- // '[bar]'
16530
- // '[bar\\\\]'
16531
- ? `[${sanitizeRange(range)}${endEscape}]`
16532
- // Invalid range notaton
16533
- // '[bar\\]' -> '[bar\\\\]'
16534
- : '[]' : '[]'],
16535
- // ending
16536
- [
16537
- // 'js' will not match 'js.'
16538
- // 'ab' will not match 'abc'
16539
- /(?:[^*])$/,
16540
- // WTF!
16541
- // https://git-scm.com/docs/gitignore
16542
- // changes in [2.22.1](https://git-scm.com/docs/gitignore/2.22.1)
16543
- // which re-fixes #24, #38
16544
-
16545
- // > If there is a separator at the end of the pattern then the pattern
16546
- // > will only match directories, otherwise the pattern can match both
16547
- // > files and directories.
16548
-
16549
- // 'js*' will not match 'a.js'
16550
- // 'js/' will not match 'a.js'
16551
- // 'js' will match 'a.js' and 'a.js/'
16552
- match => /\/$/.test(match)
16553
- // foo/ will not match 'foo'
16554
- ? `${match}$`
16555
- // foo matches 'foo' and 'foo/'
16556
- : `${match}(?=$|\\/$)`]];
16557
- const REGEX_REPLACE_TRAILING_WILDCARD = /(^|\\\/)?\\\*$/;
16558
- const MODE_IGNORE = 'regex';
16559
- const MODE_CHECK_IGNORE = 'checkRegex';
16560
- const UNDERSCORE = '_';
16561
- const TRAILING_WILD_CARD_REPLACERS = {
16562
- [MODE_IGNORE](_, p1) {
16563
- const prefix = p1
16564
- // '\^':
16565
- // '/*' does not match EMPTY
16566
- // '/*' does not match everything
16567
-
16568
- // '\\\/':
16569
- // 'abc/*' does not match 'abc/'
16570
- ? `${p1}[^/]+`
16571
-
16572
- // 'a*' matches 'a'
16573
- // 'a*' matches 'aa'
16574
- : '[^/]*';
16575
- return `${prefix}(?=$|\\/$)`;
16576
- },
16577
- [MODE_CHECK_IGNORE](_, p1) {
16578
- // When doing `git check-ignore`
16579
- const prefix = p1
16580
- // '\\\/':
16581
- // 'abc/*' DOES match 'abc/' !
16582
- ? `${p1}[^/]*`
16370
+ // See fixtures #59
16371
+ const cleanRangeBackSlash = slashes => {
16372
+ const {
16373
+ length
16374
+ } = slashes;
16375
+ return slashes.slice(0, length - length % 2);
16376
+ };
16377
+
16378
+ // > If the pattern ends with a slash,
16379
+ // > it is removed for the purpose of the following description,
16380
+ // > but it would only find a match with a directory.
16381
+ // > In other words, foo/ will match a directory foo and paths underneath it,
16382
+ // > but will not match a regular file or a symbolic link foo
16383
+ // > (this is consistent with the way how pathspec works in general in Git).
16384
+ // '`foo/`' will not match regular file '`foo`' or symbolic link '`foo`'
16385
+ // -> ignore-rules will not deal with it, because it costs extra `fs.stat` call
16386
+ // you could use option `mark: true` with `glob`
16387
+
16388
+ // '`foo/`' should not continue with the '`..`'
16389
+ const REPLACERS = [[
16390
+ // Remove BOM
16391
+ // TODO:
16392
+ // Other similar zero-width characters?
16393
+ /^\uFEFF/, () => EMPTY],
16394
+ // > Trailing spaces are ignored unless they are quoted with backslash ("\")
16395
+ [
16396
+ // (a\ ) -> (a )
16397
+ // (a ) -> (a)
16398
+ // (a ) -> (a)
16399
+ // (a \ ) -> (a )
16400
+ /((?:\\\\)*?)(\\?\s+)$/, (_, m1, m2) => m1 + (m2.indexOf('\\') === 0 ? SPACE : EMPTY)],
16401
+ // Replace (\ ) with ' '
16402
+ // (\ ) -> ' '
16403
+ // (\\ ) -> '\\ '
16404
+ // (\\\ ) -> '\\ '
16405
+ [/(\\+?)\s/g, (_, m1) => {
16406
+ const {
16407
+ length
16408
+ } = m1;
16409
+ return m1.slice(0, length - length % 2) + SPACE;
16410
+ }],
16411
+ // Escape metacharacters
16412
+ // which is written down by users but means special for regular expressions.
16413
+
16414
+ // > There are 12 characters with special meanings:
16415
+ // > - the backslash \,
16416
+ // > - the caret ^,
16417
+ // > - the dollar sign $,
16418
+ // > - the period or dot .,
16419
+ // > - the vertical bar or pipe symbol |,
16420
+ // > - the question mark ?,
16421
+ // > - the asterisk or star *,
16422
+ // > - the plus sign +,
16423
+ // > - the opening parenthesis (,
16424
+ // > - the closing parenthesis ),
16425
+ // > - and the opening square bracket [,
16426
+ // > - the opening curly brace {,
16427
+ // > These special characters are often called "metacharacters".
16428
+ [/[\\$.|*+(){^]/g, match => `\\${match}`], [
16429
+ // > a question mark (?) matches a single character
16430
+ /(?!\\)\?/g, () => '[^/]'],
16431
+ // leading slash
16432
+ [
16433
+ // > A leading slash matches the beginning of the pathname.
16434
+ // > For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c".
16435
+ // A leading slash matches the beginning of the pathname
16436
+ /^\//, () => '^'],
16437
+ // replace special metacharacter slash after the leading slash
16438
+ [/\//g, () => '\\/'], [
16439
+ // > A leading "**" followed by a slash means match in all directories.
16440
+ // > For example, "**/foo" matches file or directory "foo" anywhere,
16441
+ // > the same as pattern "foo".
16442
+ // > "**/foo/bar" matches file or directory "bar" anywhere that is directly
16443
+ // > under directory "foo".
16444
+ // Notice that the '*'s have been replaced as '\\*'
16445
+ /^\^*\\\*\\\*\\\//,
16446
+ // '**/foo' <-> 'foo'
16447
+ () => '^(?:.*\\/)?'],
16448
+ // starting
16449
+ [
16450
+ // there will be no leading '/'
16451
+ // (which has been replaced by section "leading slash")
16452
+ // If starts with '**', adding a '^' to the regular expression also works
16453
+ /^(?=[^^])/, function startingReplacer() {
16454
+ // If has a slash `/` at the beginning or middle
16455
+ return !/\/(?!$)/.test(this)
16456
+ // > Prior to 2.22.1
16457
+ // > If the pattern does not contain a slash /,
16458
+ // > Git treats it as a shell glob pattern
16459
+ // Actually, if there is only a trailing slash,
16460
+ // git also treats it as a shell glob pattern
16461
+
16462
+ // After 2.22.1 (compatible but clearer)
16463
+ // > If there is a separator at the beginning or middle (or both)
16464
+ // > of the pattern, then the pattern is relative to the directory
16465
+ // > level of the particular .gitignore file itself.
16466
+ // > Otherwise the pattern may also match at any level below
16467
+ // > the .gitignore level.
16468
+ ? '(?:^|\\/)'
16469
+
16470
+ // > Otherwise, Git treats the pattern as a shell glob suitable for
16471
+ // > consumption by fnmatch(3)
16472
+ : '^';
16473
+ }],
16474
+ // two globstars
16475
+ [
16476
+ // Use lookahead assertions so that we could match more than one `'/**'`
16477
+ /\\\/\\\*\\\*(?=\\\/|$)/g,
16478
+ // Zero, one or several directories
16479
+ // should not use '*', or it will be replaced by the next replacer
16480
+
16481
+ // Check if it is not the last `'/**'`
16482
+ (_, index, str) => index + 6 < str.length
16483
+
16484
+ // case: /**/
16485
+ // > A slash followed by two consecutive asterisks then a slash matches
16486
+ // > zero or more directories.
16487
+ // > For example, "a/**/b" matches "a/b", "a/x/b", "a/x/y/b" and so on.
16488
+ // '/**/'
16489
+ ? '(?:\\/[^\\/]+)*'
16490
+
16491
+ // case: /**
16492
+ // > A trailing `"/**"` matches everything inside.
16493
+
16494
+ // #21: everything inside but it should not include the current folder
16495
+ : '\\/.+'],
16496
+ // normal intermediate wildcards
16497
+ [
16498
+ // Never replace escaped '*'
16499
+ // ignore rule '\*' will match the path '*'
16500
+
16501
+ // 'abc.*/' -> go
16502
+ // 'abc.*' -> skip this rule,
16503
+ // coz trailing single wildcard will be handed by [trailing wildcard]
16504
+ /(^|[^\\]+)(\\\*)+(?=.+)/g,
16505
+ // '*.js' matches '.js'
16506
+ // '*.js' doesn't match 'abc'
16507
+ (_, p1, p2) => {
16508
+ // 1.
16509
+ // > An asterisk "*" matches anything except a slash.
16510
+ // 2.
16511
+ // > Other consecutive asterisks are considered regular asterisks
16512
+ // > and will match according to the previous rules.
16513
+ const unescaped = p2.replace(/\\\*/g, '[^\\/]*');
16514
+ return p1 + unescaped;
16515
+ }], [
16516
+ // unescape, revert step 3 except for back slash
16517
+ // For example, if a user escape a '\\*',
16518
+ // after step 3, the result will be '\\\\\\*'
16519
+ /\\\\\\(?=[$.|*+(){^])/g, () => ESCAPE], [
16520
+ // '\\\\' -> '\\'
16521
+ /\\\\/g, () => ESCAPE], [
16522
+ // > The range notation, e.g. [a-zA-Z],
16523
+ // > can be used to match one of the characters in a range.
16524
+
16525
+ // `\` is escaped by step 3
16526
+ /(\\)?\[([^\]/]*?)(\\*)($|\])/g, (match, leadEscape, range, endEscape, close) => leadEscape === ESCAPE
16527
+ // '\\[bar]' -> '\\\\[bar\\]'
16528
+ ? `\\[${range}${cleanRangeBackSlash(endEscape)}${close}` : close === ']' ? endEscape.length % 2 === 0
16529
+ // A normal case, and it is a range notation
16530
+ // '[bar]'
16531
+ // '[bar\\\\]'
16532
+ ? `[${sanitizeRange(range)}${endEscape}]`
16533
+ // Invalid range notaton
16534
+ // '[bar\\]' -> '[bar\\\\]'
16535
+ : '[]' : '[]'],
16536
+ // ending
16537
+ [
16538
+ // 'js' will not match 'js.'
16539
+ // 'ab' will not match 'abc'
16540
+ /(?:[^*])$/,
16541
+ // WTF!
16542
+ // https://git-scm.com/docs/gitignore
16543
+ // changes in [2.22.1](https://git-scm.com/docs/gitignore/2.22.1)
16544
+ // which re-fixes #24, #38
16545
+
16546
+ // > If there is a separator at the end of the pattern then the pattern
16547
+ // > will only match directories, otherwise the pattern can match both
16548
+ // > files and directories.
16549
+
16550
+ // 'js*' will not match 'a.js'
16551
+ // 'js/' will not match 'a.js'
16552
+ // 'js' will match 'a.js' and 'a.js/'
16553
+ match => /\/$/.test(match)
16554
+ // foo/ will not match 'foo'
16555
+ ? `${match}$`
16556
+ // foo matches 'foo' and 'foo/'
16557
+ : `${match}(?=$|\\/$)`]];
16558
+ const REGEX_REPLACE_TRAILING_WILDCARD = /(^|\\\/)?\\\*$/;
16559
+ const MODE_IGNORE = 'regex';
16560
+ const MODE_CHECK_IGNORE = 'checkRegex';
16561
+ const UNDERSCORE = '_';
16562
+ const TRAILING_WILD_CARD_REPLACERS = {
16563
+ [MODE_IGNORE](_, p1) {
16564
+ const prefix = p1
16565
+ // '\^':
16566
+ // '/*' does not match EMPTY
16567
+ // '/*' does not match everything
16568
+
16569
+ // '\\\/':
16570
+ // 'abc/*' does not match 'abc/'
16571
+ ? `${p1}[^/]+`
16572
+
16573
+ // 'a*' matches 'a'
16574
+ // 'a*' matches 'aa'
16575
+ : '[^/]*';
16576
+ return `${prefix}(?=$|\\/$)`;
16577
+ },
16578
+ [MODE_CHECK_IGNORE](_, p1) {
16579
+ // When doing `git check-ignore`
16580
+ const prefix = p1
16581
+ // '\\\/':
16582
+ // 'abc/*' DOES match 'abc/' !
16583
+ ? `${p1}[^/]*`
16583
16584
 
16584
- // 'a*' matches 'a'
16585
- // 'a*' matches 'aa'
16586
- : '[^/]*';
16587
- return `${prefix}(?=$|\\/$)`;
16588
- }
16589
- };
16585
+ // 'a*' matches 'a'
16586
+ // 'a*' matches 'aa'
16587
+ : '[^/]*';
16588
+ return `${prefix}(?=$|\\/$)`;
16589
+ }
16590
+ };
16590
16591
 
16591
- // @param {pattern}
16592
- const makeRegexPrefix = pattern => REPLACERS.reduce((prev, [matcher, replacer]) => prev.replace(matcher, replacer.bind(pattern)), pattern);
16593
- const isString = subject => typeof subject === 'string';
16592
+ // @param {pattern}
16593
+ const makeRegexPrefix = pattern => REPLACERS.reduce((prev, [matcher, replacer]) => prev.replace(matcher, replacer.bind(pattern)), pattern);
16594
+ const isString = subject => typeof subject === 'string';
16594
16595
 
16595
- // > A blank line matches no files, so it can serve as a separator for readability.
16596
- const checkPattern = pattern => pattern && isString(pattern) && !REGEX_TEST_BLANK_LINE.test(pattern) && !REGEX_INVALID_TRAILING_BACKSLASH.test(pattern)
16596
+ // > A blank line matches no files, so it can serve as a separator for readability.
16597
+ const checkPattern = pattern => pattern && isString(pattern) && !REGEX_TEST_BLANK_LINE.test(pattern) && !REGEX_INVALID_TRAILING_BACKSLASH.test(pattern)
16597
16598
 
16598
- // > A line starting with # serves as a comment.
16599
- && pattern.indexOf('#') !== 0;
16600
- const splitPattern = pattern => pattern.split(REGEX_SPLITALL_CRLF).filter(Boolean);
16601
- class IgnoreRule {
16602
- constructor(pattern, mark, body, ignoreCase, negative, prefix) {
16603
- this.pattern = pattern;
16604
- this.mark = mark;
16605
- this.negative = negative;
16606
- define(this, 'body', body);
16607
- define(this, 'ignoreCase', ignoreCase);
16608
- define(this, 'regexPrefix', prefix);
16609
- }
16610
- get regex() {
16611
- const key = UNDERSCORE + MODE_IGNORE;
16612
- if (this[key]) {
16613
- return this[key];
16614
- }
16615
- return this._make(MODE_IGNORE, key);
16616
- }
16617
- get checkRegex() {
16618
- const key = UNDERSCORE + MODE_CHECK_IGNORE;
16619
- if (this[key]) {
16620
- return this[key];
16621
- }
16622
- return this._make(MODE_CHECK_IGNORE, key);
16623
- }
16624
- _make(mode, key) {
16625
- const str = this.regexPrefix.replace(REGEX_REPLACE_TRAILING_WILDCARD,
16626
- // It does not need to bind pattern
16627
- TRAILING_WILD_CARD_REPLACERS[mode]);
16628
- const regex = this.ignoreCase ? new RegExp(str, 'i') : new RegExp(str);
16629
- return define(this, key, regex);
16630
- }
16631
- }
16632
- const createRule = ({
16633
- pattern,
16634
- mark
16635
- }, ignoreCase) => {
16636
- let negative = false;
16637
- let body = pattern;
16638
-
16639
- // > An optional prefix "!" which negates the pattern;
16640
- if (body.indexOf('!') === 0) {
16641
- negative = true;
16642
- body = body.substr(1);
16643
- }
16644
- body = body
16645
- // > Put a backslash ("\") in front of the first "!" for patterns that
16646
- // > begin with a literal "!", for example, `"\!important!.txt"`.
16647
- .replace(REGEX_REPLACE_LEADING_EXCAPED_EXCLAMATION, '!')
16648
- // > Put a backslash ("\") in front of the first hash for patterns that
16649
- // > begin with a hash.
16650
- .replace(REGEX_REPLACE_LEADING_EXCAPED_HASH, '#');
16651
- const regexPrefix = makeRegexPrefix(body);
16652
- return new IgnoreRule(pattern, mark, body, ignoreCase, negative, regexPrefix);
16653
- };
16654
- class RuleManager {
16655
- constructor(ignoreCase) {
16656
- this._ignoreCase = ignoreCase;
16657
- this._rules = [];
16658
- }
16659
- _add(pattern) {
16660
- // #32
16661
- if (pattern && pattern[KEY_IGNORE]) {
16662
- this._rules = this._rules.concat(pattern._rules._rules);
16663
- this._added = true;
16664
- return;
16599
+ // > A line starting with # serves as a comment.
16600
+ && pattern.indexOf('#') !== 0;
16601
+ const splitPattern = pattern => pattern.split(REGEX_SPLITALL_CRLF).filter(Boolean);
16602
+ class IgnoreRule {
16603
+ constructor(pattern, mark, body, ignoreCase, negative, prefix) {
16604
+ this.pattern = pattern;
16605
+ this.mark = mark;
16606
+ this.negative = negative;
16607
+ define(this, 'body', body);
16608
+ define(this, 'ignoreCase', ignoreCase);
16609
+ define(this, 'regexPrefix', prefix);
16665
16610
  }
16666
- if (isString(pattern)) {
16667
- pattern = {
16668
- pattern
16669
- };
16611
+ get regex() {
16612
+ const key = UNDERSCORE + MODE_IGNORE;
16613
+ if (this[key]) {
16614
+ return this[key];
16615
+ }
16616
+ return this._make(MODE_IGNORE, key);
16670
16617
  }
16671
- if (checkPattern(pattern.pattern)) {
16672
- const rule = createRule(pattern, this._ignoreCase);
16673
- this._added = true;
16674
- this._rules.push(rule);
16618
+ get checkRegex() {
16619
+ const key = UNDERSCORE + MODE_CHECK_IGNORE;
16620
+ if (this[key]) {
16621
+ return this[key];
16622
+ }
16623
+ return this._make(MODE_CHECK_IGNORE, key);
16624
+ }
16625
+ _make(mode, key) {
16626
+ const str = this.regexPrefix.replace(REGEX_REPLACE_TRAILING_WILDCARD,
16627
+ // It does not need to bind pattern
16628
+ TRAILING_WILD_CARD_REPLACERS[mode]);
16629
+ const regex = this.ignoreCase ? new RegExp(str, 'i') : new RegExp(str);
16630
+ return define(this, key, regex);
16675
16631
  }
16676
16632
  }
16677
-
16678
- // @param {Array<string> | string | Ignore} pattern
16679
- add(pattern) {
16680
- this._added = false;
16681
- makeArray(isString(pattern) ? splitPattern(pattern) : pattern).forEach(this._add, this);
16682
- return this._added;
16683
- }
16684
-
16685
- // Test one single path without recursively checking parent directories
16686
- //
16687
- // - checkUnignored `boolean` whether should check if the path is unignored,
16688
- // setting `checkUnignored` to `false` could reduce additional
16689
- // path matching.
16690
- // - check `string` either `MODE_IGNORE` or `MODE_CHECK_IGNORE`
16691
-
16692
- // @returns {TestResult} true if a file is ignored
16693
- test(path, checkUnignored, mode) {
16694
- let ignored = false;
16695
- let unignored = false;
16696
- let matchedRule;
16697
- this._rules.forEach(rule => {
16698
- const {
16699
- negative
16700
- } = rule;
16701
-
16702
- // | ignored : unignored
16703
- // -------- | ---------------------------------------
16704
- // negative | 0:0 | 0:1 | 1:0 | 1:1
16705
- // -------- | ------- | ------- | ------- | --------
16706
- // 0 | TEST | TEST | SKIP | X
16707
- // 1 | TESTIF | SKIP | TEST | X
16708
-
16709
- // - SKIP: always skip
16710
- // - TEST: always test
16711
- // - TESTIF: only test if checkUnignored
16712
- // - X: that never happen
16713
- if (unignored === negative && ignored !== unignored || negative && !ignored && !unignored && !checkUnignored) {
16633
+ const createRule = ({
16634
+ pattern,
16635
+ mark
16636
+ }, ignoreCase) => {
16637
+ let negative = false;
16638
+ let body = pattern;
16639
+
16640
+ // > An optional prefix "!" which negates the pattern;
16641
+ if (body.indexOf('!') === 0) {
16642
+ negative = true;
16643
+ body = body.substr(1);
16644
+ }
16645
+ body = body
16646
+ // > Put a backslash ("\") in front of the first "!" for patterns that
16647
+ // > begin with a literal "!", for example, `"\!important!.txt"`.
16648
+ .replace(REGEX_REPLACE_LEADING_EXCAPED_EXCLAMATION, '!')
16649
+ // > Put a backslash ("\") in front of the first hash for patterns that
16650
+ // > begin with a hash.
16651
+ .replace(REGEX_REPLACE_LEADING_EXCAPED_HASH, '#');
16652
+ const regexPrefix = makeRegexPrefix(body);
16653
+ return new IgnoreRule(pattern, mark, body, ignoreCase, negative, regexPrefix);
16654
+ };
16655
+ class RuleManager {
16656
+ constructor(ignoreCase) {
16657
+ this._ignoreCase = ignoreCase;
16658
+ this._rules = [];
16659
+ }
16660
+ _add(pattern) {
16661
+ // #32
16662
+ if (pattern && pattern[KEY_IGNORE]) {
16663
+ this._rules = this._rules.concat(pattern._rules._rules);
16664
+ this._added = true;
16714
16665
  return;
16715
16666
  }
16716
- const matched = rule[mode].test(path);
16717
- if (!matched) {
16718
- return;
16667
+ if (isString(pattern)) {
16668
+ pattern = {
16669
+ pattern
16670
+ };
16671
+ }
16672
+ if (checkPattern(pattern.pattern)) {
16673
+ const rule = createRule(pattern, this._ignoreCase);
16674
+ this._added = true;
16675
+ this._rules.push(rule);
16719
16676
  }
16720
- ignored = !negative;
16721
- unignored = negative;
16722
- matchedRule = negative ? UNDEFINED : rule;
16723
- });
16724
- const ret = {
16725
- ignored,
16726
- unignored
16727
- };
16728
- if (matchedRule) {
16729
- ret.rule = matchedRule;
16730
16677
  }
16731
- return ret;
16732
- }
16733
- }
16734
- const throwError = (message, Ctor) => {
16735
- throw new Ctor(message);
16736
- };
16737
- const checkPath = (path, originalPath, doThrow) => {
16738
- if (!isString(path)) {
16739
- return doThrow(`path must be a string, but got \`${originalPath}\``, TypeError);
16740
- }
16741
16678
 
16742
- // We don't know if we should ignore EMPTY, so throw
16743
- if (!path) {
16744
- return doThrow(`path must not be empty`, TypeError);
16745
- }
16679
+ // @param {Array<string> | string | Ignore} pattern
16680
+ add(pattern) {
16681
+ this._added = false;
16682
+ makeArray(isString(pattern) ? splitPattern(pattern) : pattern).forEach(this._add, this);
16683
+ return this._added;
16684
+ }
16746
16685
 
16747
- // Check if it is a relative path
16748
- if (checkPath.isNotRelative(path)) {
16749
- const r = '`path.relative()`d';
16750
- return doThrow(`path should be a ${r} string, but got "${originalPath}"`, RangeError);
16686
+ // Test one single path without recursively checking parent directories
16687
+ //
16688
+ // - checkUnignored `boolean` whether should check if the path is unignored,
16689
+ // setting `checkUnignored` to `false` could reduce additional
16690
+ // path matching.
16691
+ // - check `string` either `MODE_IGNORE` or `MODE_CHECK_IGNORE`
16692
+
16693
+ // @returns {TestResult} true if a file is ignored
16694
+ test(path, checkUnignored, mode) {
16695
+ let ignored = false;
16696
+ let unignored = false;
16697
+ let matchedRule;
16698
+ this._rules.forEach(rule => {
16699
+ const {
16700
+ negative
16701
+ } = rule;
16702
+
16703
+ // | ignored : unignored
16704
+ // -------- | ---------------------------------------
16705
+ // negative | 0:0 | 0:1 | 1:0 | 1:1
16706
+ // -------- | ------- | ------- | ------- | --------
16707
+ // 0 | TEST | TEST | SKIP | X
16708
+ // 1 | TESTIF | SKIP | TEST | X
16709
+
16710
+ // - SKIP: always skip
16711
+ // - TEST: always test
16712
+ // - TESTIF: only test if checkUnignored
16713
+ // - X: that never happen
16714
+ if (unignored === negative && ignored !== unignored || negative && !ignored && !unignored && !checkUnignored) {
16715
+ return;
16716
+ }
16717
+ const matched = rule[mode].test(path);
16718
+ if (!matched) {
16719
+ return;
16720
+ }
16721
+ ignored = !negative;
16722
+ unignored = negative;
16723
+ matchedRule = negative ? UNDEFINED : rule;
16724
+ });
16725
+ const ret = {
16726
+ ignored,
16727
+ unignored
16728
+ };
16729
+ if (matchedRule) {
16730
+ ret.rule = matchedRule;
16731
+ }
16732
+ return ret;
16733
+ }
16751
16734
  }
16752
- return true;
16753
- };
16754
- const isNotRelative = path => REGEX_TEST_INVALID_PATH.test(path);
16755
- checkPath.isNotRelative = isNotRelative;
16735
+ const throwError = (message, Ctor) => {
16736
+ throw new Ctor(message);
16737
+ };
16738
+ const checkPath = (path, originalPath, doThrow) => {
16739
+ if (!isString(path)) {
16740
+ return doThrow(`path must be a string, but got \`${originalPath}\``, TypeError);
16741
+ }
16756
16742
 
16757
- // On windows, the following function will be replaced
16758
- /* istanbul ignore next */
16759
- checkPath.convert = p => p;
16760
- class Ignore {
16761
- constructor({
16762
- ignorecase = true,
16763
- ignoreCase = ignorecase,
16764
- allowRelativePaths = false
16765
- } = {}) {
16766
- define(this, KEY_IGNORE, true);
16767
- this._rules = new RuleManager(ignoreCase);
16768
- this._strictPathCheck = !allowRelativePaths;
16769
- this._initCache();
16770
- }
16771
- _initCache() {
16772
- // A cache for the result of `.ignores()`
16773
- this._ignoreCache = Object.create(null);
16774
-
16775
- // A cache for the result of `.test()`
16776
- this._testCache = Object.create(null);
16777
- }
16778
- add(pattern) {
16779
- if (this._rules.add(pattern)) {
16780
- // Some rules have just added to the ignore,
16781
- // making the behavior changed,
16782
- // so we need to re-initialize the result cache
16783
- this._initCache();
16743
+ // We don't know if we should ignore EMPTY, so throw
16744
+ if (!path) {
16745
+ return doThrow(`path must not be empty`, TypeError);
16784
16746
  }
16785
- return this;
16786
- }
16787
16747
 
16788
- // legacy
16789
- addPattern(pattern) {
16790
- return this.add(pattern);
16791
- }
16748
+ // Check if it is a relative path
16749
+ if (checkPath.isNotRelative(path)) {
16750
+ const r = '`path.relative()`d';
16751
+ return doThrow(`path should be a ${r} string, but got "${originalPath}"`, RangeError);
16752
+ }
16753
+ return true;
16754
+ };
16755
+ const isNotRelative = path => REGEX_TEST_INVALID_PATH.test(path);
16756
+ checkPath.isNotRelative = isNotRelative;
16792
16757
 
16793
- // @returns {TestResult}
16794
- _test(originalPath, cache, checkUnignored, slices) {
16795
- const path = originalPath
16796
- // Supports nullable path
16797
- && checkPath.convert(originalPath);
16798
- checkPath(path, originalPath, this._strictPathCheck ? throwError : RETURN_FALSE);
16799
- return this._t(path, cache, checkUnignored, slices);
16800
- }
16801
- checkIgnore(path) {
16802
- // If the path doest not end with a slash, `.ignores()` is much equivalent
16803
- // to `git check-ignore`
16804
- if (!REGEX_TEST_TRAILING_SLASH.test(path)) {
16805
- return this.test(path);
16758
+ // On windows, the following function will be replaced
16759
+ /* istanbul ignore next */
16760
+ checkPath.convert = p => p;
16761
+ class Ignore {
16762
+ constructor({
16763
+ ignorecase = true,
16764
+ ignoreCase = ignorecase,
16765
+ allowRelativePaths = false
16766
+ } = {}) {
16767
+ define(this, KEY_IGNORE, true);
16768
+ this._rules = new RuleManager(ignoreCase);
16769
+ this._strictPathCheck = !allowRelativePaths;
16770
+ this._initCache();
16771
+ }
16772
+ _initCache() {
16773
+ // A cache for the result of `.ignores()`
16774
+ this._ignoreCache = Object.create(null);
16775
+
16776
+ // A cache for the result of `.test()`
16777
+ this._testCache = Object.create(null);
16806
16778
  }
16807
- const slices = path.split(SLASH).filter(Boolean);
16808
- slices.pop();
16809
- if (slices.length) {
16810
- const parent = this._t(slices.join(SLASH) + SLASH, this._testCache, true, slices);
16811
- if (parent.ignored) {
16812
- return parent;
16779
+ add(pattern) {
16780
+ if (this._rules.add(pattern)) {
16781
+ // Some rules have just added to the ignore,
16782
+ // making the behavior changed,
16783
+ // so we need to re-initialize the result cache
16784
+ this._initCache();
16813
16785
  }
16786
+ return this;
16814
16787
  }
16815
- return this._rules.test(path, false, MODE_CHECK_IGNORE);
16816
- }
16817
- _t(
16818
- // The path to be tested
16819
- path,
16820
- // The cache for the result of a certain checking
16821
- cache,
16822
- // Whether should check if the path is unignored
16823
- checkUnignored,
16824
- // The path slices
16825
- slices) {
16826
- if (path in cache) {
16827
- return cache[path];
16788
+
16789
+ // legacy
16790
+ addPattern(pattern) {
16791
+ return this.add(pattern);
16792
+ }
16793
+
16794
+ // @returns {TestResult}
16795
+ _test(originalPath, cache, checkUnignored, slices) {
16796
+ const path = originalPath
16797
+ // Supports nullable path
16798
+ && checkPath.convert(originalPath);
16799
+ checkPath(path, originalPath, this._strictPathCheck ? throwError : RETURN_FALSE);
16800
+ return this._t(path, cache, checkUnignored, slices);
16828
16801
  }
16829
- if (!slices) {
16830
- // path/to/a.js
16831
- // ['path', 'to', 'a.js']
16832
- slices = path.split(SLASH).filter(Boolean);
16802
+ checkIgnore(path) {
16803
+ // If the path doest not end with a slash, `.ignores()` is much equivalent
16804
+ // to `git check-ignore`
16805
+ if (!REGEX_TEST_TRAILING_SLASH.test(path)) {
16806
+ return this.test(path);
16807
+ }
16808
+ const slices = path.split(SLASH).filter(Boolean);
16809
+ slices.pop();
16810
+ if (slices.length) {
16811
+ const parent = this._t(slices.join(SLASH) + SLASH, this._testCache, true, slices);
16812
+ if (parent.ignored) {
16813
+ return parent;
16814
+ }
16815
+ }
16816
+ return this._rules.test(path, false, MODE_CHECK_IGNORE);
16833
16817
  }
16834
- slices.pop();
16818
+ _t(
16819
+ // The path to be tested
16820
+ path,
16821
+ // The cache for the result of a certain checking
16822
+ cache,
16823
+ // Whether should check if the path is unignored
16824
+ checkUnignored,
16825
+ // The path slices
16826
+ slices) {
16827
+ if (path in cache) {
16828
+ return cache[path];
16829
+ }
16830
+ if (!slices) {
16831
+ // path/to/a.js
16832
+ // ['path', 'to', 'a.js']
16833
+ slices = path.split(SLASH).filter(Boolean);
16834
+ }
16835
+ slices.pop();
16835
16836
 
16836
- // If the path has no parent directory, just test it
16837
- if (!slices.length) {
16838
- return cache[path] = this._rules.test(path, checkUnignored, MODE_IGNORE);
16837
+ // If the path has no parent directory, just test it
16838
+ if (!slices.length) {
16839
+ return cache[path] = this._rules.test(path, checkUnignored, MODE_IGNORE);
16840
+ }
16841
+ const parent = this._t(slices.join(SLASH) + SLASH, cache, checkUnignored, slices);
16842
+
16843
+ // If the path contains a parent directory, check the parent first
16844
+ return cache[path] = parent.ignored
16845
+ // > It is not possible to re-include a file if a parent directory of
16846
+ // > that file is excluded.
16847
+ ? parent : this._rules.test(path, checkUnignored, MODE_IGNORE);
16848
+ }
16849
+ ignores(path) {
16850
+ return this._test(path, this._ignoreCache, false).ignored;
16851
+ }
16852
+ createFilter() {
16853
+ return path => !this.ignores(path);
16854
+ }
16855
+ filter(paths) {
16856
+ return makeArray(paths).filter(this.createFilter());
16839
16857
  }
16840
- const parent = this._t(slices.join(SLASH) + SLASH, cache, checkUnignored, slices);
16841
16858
 
16842
- // If the path contains a parent directory, check the parent first
16843
- return cache[path] = parent.ignored
16844
- // > It is not possible to re-include a file if a parent directory of
16845
- // > that file is excluded.
16846
- ? parent : this._rules.test(path, checkUnignored, MODE_IGNORE);
16847
- }
16848
- ignores(path) {
16849
- return this._test(path, this._ignoreCache, false).ignored;
16850
- }
16851
- createFilter() {
16852
- return path => !this.ignores(path);
16853
- }
16854
- filter(paths) {
16855
- return makeArray(paths).filter(this.createFilter());
16859
+ // @returns {TestResult}
16860
+ test(path) {
16861
+ return this._test(path, this._testCache, true);
16862
+ }
16856
16863
  }
16864
+ const factory = options => new Ignore(options);
16865
+ const isPathValid = path => checkPath(path && checkPath.convert(path), path, RETURN_FALSE);
16857
16866
 
16858
- // @returns {TestResult}
16859
- test(path) {
16860
- return this._test(path, this._testCache, true);
16861
- }
16862
- }
16863
- const factory = options => new Ignore(options);
16864
- const isPathValid = path => checkPath(path && checkPath.convert(path), path, RETURN_FALSE);
16867
+ /* istanbul ignore next */
16868
+ const setupWindows = () => {
16869
+ /* eslint no-control-regex: "off" */
16870
+ const makePosix = str => /^\\\\\?\\/.test(str) || /["<>|\u0000-\u001F]+/u.test(str) ? str : str.replace(/\\/g, '/');
16871
+ checkPath.convert = makePosix;
16865
16872
 
16866
- // Windows
16867
- // --------------------------------------------------------------
16868
- /* istanbul ignore next */
16869
- if (
16870
- // Detect `process` so that it can run in browsers.
16871
- typeof process !== 'undefined' && (process.env && process.env.IGNORE_TEST_WIN32 || process.platform === 'win32')) {
16872
- /* eslint no-control-regex: "off" */
16873
- const makePosix = str => /^\\\\\?\\/.test(str) || /["<>|\u0000-\u001F]+/u.test(str) ? str : str.replace(/\\/g, '/');
16874
- checkPath.convert = makePosix;
16873
+ // 'C:\\foo' <- 'C:\\foo' has been converted to 'C:/'
16874
+ // 'd:\\foo'
16875
+ const REGEX_TEST_WINDOWS_PATH_ABSOLUTE = /^[a-z]:\//i;
16876
+ checkPath.isNotRelative = path => REGEX_TEST_WINDOWS_PATH_ABSOLUTE.test(path) || isNotRelative(path);
16877
+ };
16875
16878
 
16876
- // 'C:\\foo' <- 'C:\\foo' has been converted to 'C:/'
16877
- // 'd:\\foo'
16878
- const REGEX_TEST_WINDOWS_PATH_ABSOLUTE = /^[a-z]:\//i;
16879
- checkPath.isNotRelative = path => REGEX_TEST_WINDOWS_PATH_ABSOLUTE.test(path) || isNotRelative(path);
16880
- }
16879
+ // Windows
16880
+ // --------------------------------------------------------------
16881
+ /* istanbul ignore next */
16882
+ if (
16883
+ // Detect `process` so that it can run in browsers.
16884
+ typeof process !== 'undefined' && process.platform === 'win32') {
16885
+ setupWindows();
16886
+ }
16887
+
16888
+ // COMMONJS_EXPORTS ////////////////////////////////////////////////////////////
16881
16889
 
16882
- // COMMONJS_EXPORTS ////////////////////////////////////////////////////////////
16890
+ module.exports = factory;
16883
16891
 
16884
- ignore$3.exports = factory;
16892
+ // Although it is an anti-pattern,
16893
+ // it is still widely misused by a lot of libraries in github
16894
+ // Ref: https://github.com/search?q=ignore.default%28%29&type=code
16895
+ factory.default = factory;
16896
+ module.exports.isPathValid = isPathValid;
16885
16897
 
16886
- // Although it is an anti-pattern,
16887
- // it is still widely misused by a lot of libraries in github
16888
- // Ref: https://github.com/search?q=ignore.default%28%29&type=code
16889
- factory.default = factory;
16890
- ignore$3.exports.isPathValid = isPathValid;
16898
+ // For testing purposes
16899
+ define(module.exports, Symbol.for('setupWindows'), setupWindows);
16900
+ })(ignore$3);
16891
16901
  return ignore$3.exports;
16892
16902
  }
16893
16903
 
@@ -24538,7 +24548,7 @@ var isInteractiveExports = /*@__PURE__*/ requireIsInteractive();
24538
24548
  var dist$e = {};
24539
24549
 
24540
24550
  var name$2 = "@socketsecurity/sdk";
24541
- var version$5 = "1.4.40";
24551
+ var version$5 = "1.4.41";
24542
24552
  var license = "MIT";
24543
24553
  var description = "SDK for the Socket API client";
24544
24554
  var author = {
@@ -24621,35 +24631,35 @@ var scripts = {
24621
24631
  "update:deps": "npx --yes npm-check-updates"
24622
24632
  };
24623
24633
  var dependencies = {
24624
- "@socketsecurity/registry": "1.0.196"
24634
+ "@socketsecurity/registry": "1.0.202"
24625
24635
  };
24626
24636
  var devDependencies = {
24627
24637
  "@biomejs/biome": "1.9.4",
24628
24638
  "@dotenvx/dotenvx": "1.44.1",
24629
24639
  "@eslint/compat": "1.2.9",
24630
- "@eslint/js": "9.27.0",
24631
- "@types/node": "22.15.21",
24632
- "@typescript-eslint/parser": "8.32.1",
24640
+ "@eslint/js": "9.28.0",
24641
+ "@types/node": "22.15.29",
24642
+ "@typescript-eslint/parser": "8.33.0",
24633
24643
  "@vitest/coverage-v8": "3.1.4",
24634
24644
  "del-cli": "6.0.0",
24635
- eslint: "9.27.0",
24636
- "eslint-import-resolver-typescript": "4.3.5",
24637
- "eslint-plugin-import-x": "4.12.2",
24645
+ eslint: "9.28.0",
24646
+ "eslint-import-resolver-typescript": "4.4.2",
24647
+ "eslint-plugin-import-x": "4.15.0",
24638
24648
  "eslint-plugin-jsdoc": "50.6.17",
24639
24649
  "eslint-plugin-n": "17.18.0",
24640
24650
  "eslint-plugin-sort-destructure-keys": "2.0.0",
24641
24651
  "eslint-plugin-unicorn": "56.0.1",
24642
- globals: "16.1.0",
24652
+ globals: "16.2.0",
24643
24653
  husky: "9.1.7",
24644
- knip: "5.57.2",
24645
- "lint-staged": "16.0.0",
24646
- nock: "14.0.4",
24647
- "npm-run-all2": "8.0.3",
24654
+ knip: "5.59.1",
24655
+ "lint-staged": "16.1.0",
24656
+ nock: "14.0.5",
24657
+ "npm-run-all2": "8.0.4",
24648
24658
  "openapi-typescript": "6.7.6",
24649
- oxlint: "0.16.11",
24659
+ oxlint: "0.17.0",
24650
24660
  "type-coverage": "2.29.7",
24651
24661
  typescript: "~5.8.3",
24652
- "typescript-eslint": "8.32.1",
24662
+ "typescript-eslint": "8.33.0",
24653
24663
  vitest: "3.1.4"
24654
24664
  };
24655
24665
  var overrides = {
@@ -156112,7 +156122,7 @@ function requireBrowserVersions$1() {
156112
156122
  F: "9",
156113
156123
  G: "15",
156114
156124
  H: "80",
156115
- I: "135",
156125
+ I: "136",
156116
156126
  J: "4",
156117
156127
  K: "6",
156118
156128
  L: "13",
@@ -156172,7 +156182,7 @@ function requireBrowserVersions$1() {
156172
156182
  NB: "132",
156173
156183
  OB: "133",
156174
156184
  PB: "134",
156175
- QB: "136",
156185
+ QB: "135",
156176
156186
  RB: "5",
156177
156187
  SB: "19",
156178
156188
  TB: "28",
@@ -156237,95 +156247,96 @@ function requireBrowserVersions$1() {
156237
156247
  QC: "82",
156238
156248
  RC: "138",
156239
156249
  SC: "139",
156240
- TC: "3.2",
156241
- UC: "10.1",
156242
- VC: "15.2-15.3",
156243
- WC: "15.4",
156244
- XC: "16.1",
156245
- YC: "16.2",
156246
- ZC: "16.3",
156247
- aC: "16.4",
156248
- bC: "16.5",
156249
- cC: "17.1",
156250
- dC: "17.2",
156251
- eC: "17.3",
156252
- fC: "17.4",
156253
- gC: "17.5",
156254
- hC: "18.1",
156255
- iC: "18.2",
156256
- jC: "18.3",
156257
- kC: "18.4",
156258
- lC: "18.5",
156259
- mC: "11.5",
156260
- nC: "4.2-4.3",
156261
- oC: "5.5",
156262
- pC: "2",
156263
- qC: "140",
156250
+ TC: "140",
156251
+ UC: "3.2",
156252
+ VC: "10.1",
156253
+ WC: "15.2-15.3",
156254
+ XC: "15.4",
156255
+ YC: "16.1",
156256
+ ZC: "16.2",
156257
+ aC: "16.3",
156258
+ bC: "16.4",
156259
+ cC: "16.5",
156260
+ dC: "17.1",
156261
+ eC: "17.2",
156262
+ fC: "17.3",
156263
+ gC: "17.4",
156264
+ hC: "17.5",
156265
+ iC: "18.1",
156266
+ jC: "18.2",
156267
+ kC: "18.3",
156268
+ lC: "18.4",
156269
+ mC: "18.5",
156270
+ nC: "11.5",
156271
+ oC: "4.2-4.3",
156272
+ pC: "5.5",
156273
+ qC: "2",
156264
156274
  rC: "141",
156265
- sC: "3.5",
156266
- tC: "3.6",
156267
- uC: "3.1",
156268
- vC: "5.1",
156269
- wC: "6.1",
156270
- xC: "7.1",
156271
- yC: "9.1",
156272
- zC: "13.1",
156273
- "0C": "14.1",
156274
- "1C": "15.1",
156275
- "2C": "15.6",
156276
- "3C": "16.6",
156277
- "4C": "17.6",
156278
- "5C": "TP",
156279
- "6C": "9.5-9.6",
156280
- "7C": "10.0-10.1",
156281
- "8C": "10.5",
156282
- "9C": "10.6",
156283
- AD: "11.6",
156284
- BD: "4.0-4.1",
156285
- CD: "5.0-5.1",
156286
- DD: "6.0-6.1",
156287
- ED: "7.0-7.1",
156288
- FD: "8.1-8.4",
156289
- GD: "9.0-9.2",
156290
- HD: "9.3",
156291
- ID: "10.0-10.2",
156292
- JD: "10.3",
156293
- KD: "11.0-11.2",
156294
- LD: "11.3-11.4",
156295
- MD: "12.0-12.1",
156296
- ND: "12.2-12.5",
156297
- OD: "13.0-13.1",
156298
- PD: "13.2",
156299
- QD: "13.3",
156300
- RD: "13.4-13.7",
156301
- SD: "14.0-14.4",
156302
- TD: "14.5-14.8",
156303
- UD: "15.0-15.1",
156304
- VD: "15.6-15.8",
156305
- WD: "16.6-16.7",
156306
- XD: "17.6-17.7",
156307
- YD: "all",
156308
- ZD: "2.1",
156309
- aD: "2.2",
156310
- bD: "2.3",
156311
- cD: "4.1",
156312
- dD: "4.4",
156313
- eD: "4.4.3-4.4.4",
156314
- fD: "5.0-5.4",
156315
- gD: "6.2-6.4",
156316
- hD: "7.2-7.4",
156317
- iD: "8.2",
156318
- jD: "9.2",
156319
- kD: "11.1-11.2",
156320
- lD: "12.0",
156321
- mD: "13.0",
156322
- nD: "14.0",
156323
- oD: "15.0",
156324
- pD: "19.0",
156325
- qD: "14.9",
156326
- rD: "13.52",
156327
- sD: "2.5",
156328
- tD: "3.0-3.1"
156275
+ sC: "142",
156276
+ tC: "3.5",
156277
+ uC: "3.6",
156278
+ vC: "3.1",
156279
+ wC: "5.1",
156280
+ xC: "6.1",
156281
+ yC: "7.1",
156282
+ zC: "9.1",
156283
+ "0C": "13.1",
156284
+ "1C": "14.1",
156285
+ "2C": "15.1",
156286
+ "3C": "15.6",
156287
+ "4C": "16.6",
156288
+ "5C": "17.6",
156289
+ "6C": "TP",
156290
+ "7C": "9.5-9.6",
156291
+ "8C": "10.0-10.1",
156292
+ "9C": "10.5",
156293
+ AD: "10.6",
156294
+ BD: "11.6",
156295
+ CD: "4.0-4.1",
156296
+ DD: "5.0-5.1",
156297
+ ED: "6.0-6.1",
156298
+ FD: "7.0-7.1",
156299
+ GD: "8.1-8.4",
156300
+ HD: "9.0-9.2",
156301
+ ID: "9.3",
156302
+ JD: "10.0-10.2",
156303
+ KD: "10.3",
156304
+ LD: "11.0-11.2",
156305
+ MD: "11.3-11.4",
156306
+ ND: "12.0-12.1",
156307
+ OD: "12.2-12.5",
156308
+ PD: "13.0-13.1",
156309
+ QD: "13.2",
156310
+ RD: "13.3",
156311
+ SD: "13.4-13.7",
156312
+ TD: "14.0-14.4",
156313
+ UD: "14.5-14.8",
156314
+ VD: "15.0-15.1",
156315
+ WD: "15.6-15.8",
156316
+ XD: "16.6-16.7",
156317
+ YD: "17.6-17.7",
156318
+ ZD: "all",
156319
+ aD: "2.1",
156320
+ bD: "2.2",
156321
+ cD: "2.3",
156322
+ dD: "4.1",
156323
+ eD: "4.4",
156324
+ fD: "4.4.3-4.4.4",
156325
+ gD: "5.0-5.4",
156326
+ hD: "6.2-6.4",
156327
+ iD: "7.2-7.4",
156328
+ jD: "8.2",
156329
+ kD: "9.2",
156330
+ lD: "11.1-11.2",
156331
+ mD: "12.0",
156332
+ nD: "13.0",
156333
+ oD: "14.0",
156334
+ pD: "15.0",
156335
+ qD: "19.0",
156336
+ rD: "14.9",
156337
+ sD: "13.52",
156338
+ tD: "2.5",
156339
+ uD: "3.0-3.1"
156329
156340
  };
156330
156341
  return browserVersions;
156331
156342
  }
@@ -156348,17 +156359,17 @@ function requireAgents$1() {
156348
156359
  A: {
156349
156360
  K: 0,
156350
156361
  D: 0,
156351
- E: 0,
156352
- F: 0.0324821,
156362
+ E: 0.030974,
156363
+ F: 0.030974,
156353
156364
  A: 0,
156354
- B: 0.438508,
156355
- oC: 0
156365
+ B: 0.433636,
156366
+ pC: 0
156356
156367
  },
156357
156368
  B: "ms",
156358
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "oC", "K", "D", "E", "F", "A", "B", "", "", ""],
156369
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "pC", "K", "D", "E", "F", "A", "B", "", "", ""],
156359
156370
  E: "IE",
156360
156371
  F: {
156361
- oC: 962323200,
156372
+ pC: 962323200,
156362
156373
  K: 998870400,
156363
156374
  D: 1161129600,
156364
156375
  E: 1237420800,
@@ -156369,15 +156380,15 @@ function requireAgents$1() {
156369
156380
  },
156370
156381
  B: {
156371
156382
  A: {
156372
- "0": 0.003623,
156373
- "9": 0.003623,
156383
+ "0": 0.003644,
156384
+ "9": 0.003644,
156374
156385
  C: 0,
156375
156386
  L: 0,
156376
156387
  M: 0,
156377
156388
  G: 0,
156378
156389
  N: 0,
156379
156390
  O: 0,
156380
- P: 0.097821,
156391
+ P: 0.10932,
156381
156392
  Q: 0,
156382
156393
  H: 0,
156383
156394
  R: 0,
@@ -156390,7 +156401,7 @@ function requireAgents$1() {
156390
156401
  Y: 0,
156391
156402
  Z: 0,
156392
156403
  a: 0,
156393
- b: 0.010869,
156404
+ b: 0.014576,
156394
156405
  c: 0,
156395
156406
  d: 0,
156396
156407
  e: 0,
@@ -156405,37 +156416,37 @@ function requireAgents$1() {
156405
156416
  n: 0,
156406
156417
  o: 0,
156407
156418
  p: 0,
156408
- q: 0,
156409
- r: 0.003623,
156410
- s: 0.047099,
156411
- t: 0,
156412
- u: 0,
156413
- v: 0,
156414
- w: 0.007246,
156415
- x: 0.014492,
156416
- y: 0.007246,
156417
- z: 0,
156418
- AB: 0.003623,
156419
- BB: 0.03623,
156420
- CB: 0.007246,
156421
- DB: 0.014492,
156422
- EB: 0.007246,
156423
- FB: 0.007246,
156424
- GB: 0.007246,
156425
- HB: 0.021738,
156426
- IB: 0.014492,
156427
- JB: 0.014492,
156428
- KB: 0.014492,
156429
- LB: 0.025361,
156430
- MB: 0.065214,
156431
- NB: 0.079706,
156432
- OB: 1.34051,
156433
- PB: 3.0252,
156434
- I: 0,
156435
- QB: 0
156419
+ q: 0.003644,
156420
+ r: 0.007288,
156421
+ s: 0.047372,
156422
+ t: 0.003644,
156423
+ u: 0.003644,
156424
+ v: 0.003644,
156425
+ w: 0.007288,
156426
+ x: 0.010932,
156427
+ y: 0.003644,
156428
+ z: 0.003644,
156429
+ AB: 0.003644,
156430
+ BB: 0.03644,
156431
+ CB: 0.007288,
156432
+ DB: 0.010932,
156433
+ EB: 0.003644,
156434
+ FB: 0.007288,
156435
+ GB: 0.007288,
156436
+ HB: 0.01822,
156437
+ IB: 0.014576,
156438
+ JB: 0.010932,
156439
+ KB: 0.010932,
156440
+ LB: 0.01822,
156441
+ MB: 0.047372,
156442
+ NB: 0.043728,
156443
+ OB: 0.058304,
156444
+ PB: 0.972948,
156445
+ QB: 3.39621,
156446
+ I: 0.007288
156436
156447
  },
156437
156448
  B: "webkit",
156438
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "C", "L", "M", "G", "N", "O", "P", "Q", "H", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB", "NB", "OB", "PB", "I", "QB", "", ""],
156449
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "C", "L", "M", "G", "N", "O", "P", "Q", "H", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB", "NB", "OB", "PB", "QB", "I", "", "", ""],
156439
156450
  E: "Edge",
156440
156451
  F: {
156441
156452
  "0": 1694649600,
@@ -156500,8 +156511,8 @@ function requireAgents$1() {
156500
156511
  NB: 1737417600,
156501
156512
  OB: 1740614400,
156502
156513
  PB: 1741219200,
156503
- I: 1743984000,
156504
- QB: null
156514
+ QB: 1743984000,
156515
+ I: 1746316800
156505
156516
  },
156506
156517
  D: {
156507
156518
  C: "ms",
@@ -156524,17 +156535,17 @@ function requireAgents$1() {
156524
156535
  "6": 0,
156525
156536
  "7": 0,
156526
156537
  "8": 0,
156527
- "9": 0.094198,
156528
- pC: 0.007246,
156538
+ "9": 0.10932,
156539
+ qC: 0.003644,
156529
156540
  NC: 0,
156530
- J: 0,
156541
+ J: 0.003644,
156531
156542
  RB: 0,
156532
156543
  K: 0,
156533
156544
  D: 0,
156534
156545
  E: 0,
156535
156546
  F: 0,
156536
156547
  A: 0,
156537
- B: 0.025361,
156548
+ B: 0.029152,
156538
156549
  C: 0,
156539
156550
  L: 0,
156540
156551
  M: 0,
@@ -156559,22 +156570,22 @@ function requireAgents$1() {
156559
156570
  gB: 0,
156560
156571
  hB: 0,
156561
156572
  iB: 0,
156562
- jB: 0.003623,
156563
- kB: 0,
156573
+ jB: 0,
156574
+ kB: 0.003644,
156564
156575
  lB: 0,
156565
156576
  mB: 0,
156566
156577
  nB: 0,
156567
156578
  oB: 0,
156568
156579
  pB: 0,
156569
156580
  qB: 0,
156570
- rB: 0.028984,
156571
- sB: 0.014492,
156581
+ rB: 0.029152,
156582
+ sB: 0.007288,
156572
156583
  tB: 0,
156573
- uB: 0.007246,
156574
- vB: 0.007246,
156584
+ uB: 0,
156585
+ vB: 0,
156575
156586
  wB: 0,
156576
156587
  xB: 0,
156577
- OC: 0.007246,
156588
+ OC: 0.007288,
156578
156589
  yB: 0,
156579
156590
  PC: 0,
156580
156591
  zB: 0,
@@ -156587,13 +156598,13 @@ function requireAgents$1() {
156587
156598
  "6B": 0,
156588
156599
  "7B": 0,
156589
156600
  "8B": 0,
156590
- "9B": 0.003623,
156601
+ "9B": 0.040084,
156591
156602
  AC: 0,
156592
156603
  BC: 0,
156593
156604
  CC: 0,
156594
156605
  DC: 0,
156595
156606
  EC: 0,
156596
- FC: 0.010869,
156607
+ FC: 0.010932,
156597
156608
  Q: 0,
156598
156609
  H: 0,
156599
156610
  R: 0,
@@ -156603,13 +156614,13 @@ function requireAgents$1() {
156603
156614
  U: 0,
156604
156615
  V: 0,
156605
156616
  W: 0,
156606
- X: 0.007246,
156617
+ X: 0,
156607
156618
  Y: 0,
156608
156619
  Z: 0,
156609
156620
  a: 0,
156610
156621
  b: 0,
156611
156622
  c: 0,
156612
- d: 0.003623,
156623
+ d: 0.007288,
156613
156624
  e: 0,
156614
156625
  f: 0,
156615
156626
  g: 0,
@@ -156624,42 +156635,43 @@ function requireAgents$1() {
156624
156635
  p: 0,
156625
156636
  q: 0,
156626
156637
  r: 0,
156627
- s: 0.003623,
156638
+ s: 0.003644,
156628
156639
  t: 0,
156629
156640
  u: 0,
156630
156641
  v: 0,
156631
- w: 0.003623,
156642
+ w: 0,
156632
156643
  x: 0,
156633
- y: 0.213757,
156644
+ y: 0.2733,
156634
156645
  z: 0,
156635
156646
  AB: 0,
156636
- BB: 0.003623,
156647
+ BB: 0.003644,
156637
156648
  CB: 0,
156638
156649
  DB: 0,
156639
156650
  EB: 0,
156640
156651
  FB: 0,
156641
- GB: 0.014492,
156652
+ GB: 0.014576,
156642
156653
  HB: 0,
156643
- IB: 0.007246,
156644
- JB: 0.083329,
156654
+ IB: 0.003644,
156655
+ JB: 0.0911,
156645
156656
  KB: 0,
156646
156657
  LB: 0,
156647
- MB: 0.003623,
156648
- NB: 0.007246,
156649
- OB: 0.018115,
156650
- PB: 0.025361,
156651
- I: 0.347808,
156652
- QB: 1.11951,
156653
- GC: 0.007246,
156654
- RC: 0,
156658
+ MB: 0.003644,
156659
+ NB: 0.007288,
156660
+ OB: 0.010932,
156661
+ PB: 0.010932,
156662
+ QB: 0.025508,
156663
+ I: 0.207708,
156664
+ GC: 1.19888,
156665
+ RC: 0.021864,
156655
156666
  SC: 0,
156656
- qC: 0,
156667
+ TC: 0,
156657
156668
  rC: 0,
156658
156669
  sC: 0,
156659
- tC: 0
156670
+ tC: 0,
156671
+ uC: 0
156660
156672
  },
156661
156673
  B: "moz",
156662
- C: ["pC", "NC", "sC", "tC", "J", "RB", "K", "D", "E", "F", "A", "B", "C", "L", "M", "G", "N", "O", "P", "SB", "1", "2", "3", "4", "5", "6", "7", "8", "TB", "UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "lB", "mB", "nB", "oB", "pB", "qB", "rB", "sB", "tB", "uB", "vB", "wB", "xB", "OC", "yB", "PC", "zB", "0B", "1B", "2B", "3B", "4B", "5B", "6B", "7B", "8B", "9B", "AC", "BC", "CC", "DC", "EC", "FC", "Q", "H", "R", "QC", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB", "NB", "OB", "PB", "I", "QB", "GC", "RC", "SC", "qC", "rC"],
156674
+ C: ["qC", "NC", "tC", "uC", "J", "RB", "K", "D", "E", "F", "A", "B", "C", "L", "M", "G", "N", "O", "P", "SB", "1", "2", "3", "4", "5", "6", "7", "8", "TB", "UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "lB", "mB", "nB", "oB", "pB", "qB", "rB", "sB", "tB", "uB", "vB", "wB", "xB", "OC", "yB", "PC", "zB", "0B", "1B", "2B", "3B", "4B", "5B", "6B", "7B", "8B", "9B", "AC", "BC", "CC", "DC", "EC", "FC", "Q", "H", "R", "QC", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB", "NB", "OB", "PB", "QB", "I", "GC", "RC", "SC", "TC", "rC", "sC"],
156663
156675
  E: "Firefox",
156664
156676
  F: {
156665
156677
  "0": 1693267200,
@@ -156672,10 +156684,10 @@ function requireAgents$1() {
156672
156684
  "7": 1386633600,
156673
156685
  "8": 1391472000,
156674
156686
  "9": 1695686400,
156675
- pC: 1161648000,
156687
+ qC: 1161648000,
156676
156688
  NC: 1213660800,
156677
- sC: 1246320000,
156678
- tC: 1264032000,
156689
+ tC: 1246320000,
156690
+ uC: 1264032000,
156679
156691
  J: 1300752000,
156680
156692
  RB: 1308614400,
156681
156693
  K: 1313452800,
@@ -156797,18 +156809,19 @@ function requireAgents$1() {
156797
156809
  NB: 1730160000,
156798
156810
  OB: 1732579200,
156799
156811
  PB: 1736208000,
156800
- I: 1738627200,
156801
- QB: 1741046400,
156812
+ QB: 1738627200,
156813
+ I: 1741046400,
156802
156814
  GC: 1743465600,
156803
156815
  RC: 1745884800,
156804
- SC: null,
156805
- qC: null,
156806
- rC: null
156816
+ SC: 1748304000,
156817
+ TC: null,
156818
+ rC: null,
156819
+ sC: null
156807
156820
  }
156808
156821
  },
156809
156822
  D: {
156810
156823
  A: {
156811
- "0": 0.094198,
156824
+ "0": 0.080168,
156812
156825
  "1": 0,
156813
156826
  "2": 0,
156814
156827
  "3": 0,
@@ -156817,7 +156830,7 @@ function requireAgents$1() {
156817
156830
  "6": 0,
156818
156831
  "7": 0,
156819
156832
  "8": 0,
156820
- "9": 0.057968,
156833
+ "9": 0.065592,
156821
156834
  J: 0,
156822
156835
  RB: 0,
156823
156836
  K: 0,
@@ -156844,108 +156857,109 @@ function requireAgents$1() {
156844
156857
  aB: 0,
156845
156858
  bB: 0,
156846
156859
  cB: 0,
156847
- dB: 0.003623,
156848
- eB: 0.007246,
156849
- fB: 0.003623,
156850
- gB: 0.007246,
156851
- hB: 0.007246,
156852
- iB: 0.007246,
156853
- jB: 0.007246,
156854
- kB: 0.007246,
156855
- lB: 0.003623,
156856
- mB: 0.007246,
156857
- nB: 0.018115,
156858
- oB: 0.018115,
156859
- pB: 0.007246,
156860
- qB: 0.007246,
156861
- rB: 0.010869,
156862
- sB: 0.007246,
156863
- tB: 0.007246,
156864
- uB: 0.007246,
156865
- vB: 0.014492,
156866
- wB: 0.007246,
156867
- xB: 0.010869,
156868
- OC: 0.007246,
156869
- yB: 0.007246,
156860
+ dB: 0.003644,
156861
+ eB: 0.010932,
156862
+ fB: 0.010932,
156863
+ gB: 0.010932,
156864
+ hB: 0.010932,
156865
+ iB: 0.010932,
156866
+ jB: 0.010932,
156867
+ kB: 0.014576,
156868
+ lB: 0.010932,
156869
+ mB: 0.014576,
156870
+ nB: 0.021864,
156871
+ oB: 0.021864,
156872
+ pB: 0.014576,
156873
+ qB: 0.010932,
156874
+ rB: 0.014576,
156875
+ sB: 0.014576,
156876
+ tB: 0.010932,
156877
+ uB: 0.010932,
156878
+ vB: 0.021864,
156879
+ wB: 0.010932,
156880
+ xB: 0.01822,
156881
+ OC: 0.010932,
156882
+ yB: 0.010932,
156870
156883
  PC: 0,
156871
156884
  zB: 0,
156872
156885
  "0B": 0,
156873
156886
  "1B": 0,
156874
156887
  "2B": 0,
156875
- "3B": 0.021738,
156888
+ "3B": 0.021864,
156876
156889
  "4B": 0,
156877
156890
  "5B": 0,
156878
- "6B": 0.010869,
156879
- "7B": 0.010869,
156891
+ "6B": 0.01822,
156892
+ "7B": 0.007288,
156880
156893
  "8B": 0,
156881
156894
  "9B": 0,
156882
- AC: 0.007246,
156883
- BC: 0.003623,
156884
- CC: 0.007246,
156885
- DC: 0.003623,
156886
- EC: 0.014492,
156887
- FC: 0.010869,
156888
- Q: 0.068837,
156889
- H: 0.010869,
156890
- R: 0.014492,
156891
- S: 0.028984,
156892
- T: 0.003623,
156893
- U: 0.010869,
156894
- V: 0.014492,
156895
- W: 0.057968,
156896
- X: 0.014492,
156897
- Y: 0.003623,
156898
- Z: 0.007246,
156899
- a: 0.03623,
156900
- b: 0.010869,
156901
- c: 0.014492,
156902
- d: 0.028984,
156903
- e: 0.007246,
156904
- f: 0.007246,
156905
- g: 0.018115,
156906
- h: 0.03623,
156907
- i: 0.010869,
156908
- j: 0.028984,
156909
- k: 0.014492,
156910
- l: 0.014492,
156911
- m: 0.076083,
156912
- n: 0.050722,
156913
- o: 0.010869,
156914
- p: 0.021738,
156915
- q: 0.025361,
156916
- r: 0.039853,
156917
- s: 0.912996,
156918
- t: 0.018115,
156919
- u: 0.03623,
156920
- v: 0.03623,
156921
- w: 0.10869,
156922
- x: 0.054345,
156923
- y: 0.032607,
156924
- z: 0.101444,
156925
- AB: 0.03623,
156926
- BB: 0.086952,
156927
- CB: 0.094198,
156928
- DB: 0.076083,
156929
- EB: 0.086952,
156930
- FB: 0.123182,
156931
- GB: 0.344185,
156932
- HB: 0.152166,
156933
- IB: 0.101444,
156934
- JB: 0.130428,
156935
- KB: 0.101444,
156936
- LB: 0.152166,
156937
- MB: 1.17747,
156938
- NB: 0.815175,
156939
- OB: 5.89462,
156940
- PB: 9.91615,
156941
- I: 0.021738,
156942
- QB: 0.014492,
156943
- GC: 0,
156895
+ AC: 0.003644,
156896
+ BC: 0.003644,
156897
+ CC: 0.003644,
156898
+ DC: 0.003644,
156899
+ EC: 0.007288,
156900
+ FC: 0.010932,
156901
+ Q: 0.069236,
156902
+ H: 0.010932,
156903
+ R: 0.021864,
156904
+ S: 0.029152,
156905
+ T: 0.003644,
156906
+ U: 0.007288,
156907
+ V: 0.01822,
156908
+ W: 0.051016,
156909
+ X: 0.010932,
156910
+ Y: 0.007288,
156911
+ Z: 0.007288,
156912
+ a: 0.03644,
156913
+ b: 0.010932,
156914
+ c: 0.010932,
156915
+ d: 0.01822,
156916
+ e: 0.007288,
156917
+ f: 0.007288,
156918
+ g: 0.01822,
156919
+ h: 0.032796,
156920
+ i: 0.01822,
156921
+ j: 0.01822,
156922
+ k: 0.01822,
156923
+ l: 0.010932,
156924
+ m: 0.069236,
156925
+ n: 0.032796,
156926
+ o: 0.010932,
156927
+ p: 0.021864,
156928
+ q: 0.025508,
156929
+ r: 0.043728,
156930
+ s: 0.903712,
156931
+ t: 0.01822,
156932
+ u: 0.03644,
156933
+ v: 0.029152,
156934
+ w: 0.116608,
156935
+ x: 0.051016,
156936
+ y: 0.025508,
156937
+ z: 0.160336,
156938
+ AB: 0.043728,
156939
+ BB: 0.061948,
156940
+ CB: 0.087456,
156941
+ DB: 0.07288,
156942
+ EB: 0.083812,
156943
+ FB: 0.102032,
156944
+ GB: 0.05466,
156945
+ HB: 0.10932,
156946
+ IB: 0.051016,
156947
+ JB: 0.112964,
156948
+ KB: 0.080168,
156949
+ LB: 0.131184,
156950
+ MB: 1.21345,
156951
+ NB: 0.681428,
156952
+ OB: 0.92922,
156953
+ PB: 4.30721,
156954
+ QB: 10.7462,
156955
+ I: 0.065592,
156956
+ GC: 0.014576,
156944
156957
  RC: 0,
156945
- SC: 0
156958
+ SC: 0,
156959
+ TC: 0
156946
156960
  },
156947
156961
  B: "webkit",
156948
- C: ["", "", "", "", "", "", "", "J", "RB", "K", "D", "E", "F", "A", "B", "C", "L", "M", "G", "N", "O", "P", "SB", "1", "2", "3", "4", "5", "6", "7", "8", "TB", "UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "lB", "mB", "nB", "oB", "pB", "qB", "rB", "sB", "tB", "uB", "vB", "wB", "xB", "OC", "yB", "PC", "zB", "0B", "1B", "2B", "3B", "4B", "5B", "6B", "7B", "8B", "9B", "AC", "BC", "CC", "DC", "EC", "FC", "Q", "H", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB", "NB", "OB", "PB", "I", "QB", "GC", "RC", "SC"],
156962
+ C: ["", "", "", "", "", "", "", "J", "RB", "K", "D", "E", "F", "A", "B", "C", "L", "M", "G", "N", "O", "P", "SB", "1", "2", "3", "4", "5", "6", "7", "8", "TB", "UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "lB", "mB", "nB", "oB", "pB", "qB", "rB", "sB", "tB", "uB", "vB", "wB", "xB", "OC", "yB", "PC", "zB", "0B", "1B", "2B", "3B", "4B", "5B", "6B", "7B", "8B", "9B", "AC", "BC", "CC", "DC", "EC", "FC", "Q", "H", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB", "NB", "OB", "PB", "QB", "I", "GC", "RC", "SC", "TC"],
156949
156963
  E: "Chrome",
156950
156964
  F: {
156951
156965
  "0": 1694476800,
@@ -157078,11 +157092,12 @@ function requireAgents$1() {
157078
157092
  NB: 1736812800,
157079
157093
  OB: 1738627200,
157080
157094
  PB: 1741046400,
157081
- I: 1743465600,
157082
- QB: 1745884800,
157083
- GC: null,
157095
+ QB: 1743465600,
157096
+ I: 1745884800,
157097
+ GC: 1748304000,
157084
157098
  RC: null,
157085
- SC: null
157099
+ SC: null,
157100
+ TC: null
157086
157101
  }
157087
157102
  },
157088
157103
  E: {
@@ -157097,104 +157112,104 @@ function requireAgents$1() {
157097
157112
  B: 0,
157098
157113
  C: 0,
157099
157114
  L: 0,
157100
- M: 0.014492,
157101
- G: 0.003623,
157102
- uC: 0,
157103
- TC: 0,
157115
+ M: 0.014576,
157116
+ G: 0,
157104
157117
  vC: 0,
157118
+ UC: 0,
157105
157119
  wC: 0,
157106
157120
  xC: 0,
157107
157121
  yC: 0,
157108
- UC: 0,
157109
- HC: 0.007246,
157110
- IC: 0.007246,
157111
- zC: 0.032607,
157112
- "0C": 0.043476,
157113
- "1C": 0.014492,
157114
- VC: 0.003623,
157115
- WC: 0.010869,
157116
- JC: 0.014492,
157117
- "2C": 0.148543,
157118
- KC: 0.032607,
157119
- XC: 0.021738,
157120
- YC: 0.018115,
157121
- ZC: 0.039853,
157122
- aC: 0.014492,
157123
- bC: 0.025361,
157124
- "3C": 0.199265,
157125
- LC: 0.010869,
157126
- cC: 0.123182,
157127
- dC: 0.018115,
157128
- eC: 0.021738,
157129
- fC: 0.050722,
157130
- gC: 0.086952,
157131
- "4C": 0.264479,
157132
- MC: 0.03623,
157133
- hC: 0.115936,
157134
- iC: 0.057968,
157135
- jC: 1.4021,
157136
- kC: 0.018115,
157137
- lC: 0,
157138
- "5C": 0
157122
+ zC: 0,
157123
+ VC: 0,
157124
+ HC: 0.007288,
157125
+ IC: 0.007288,
157126
+ "0C": 0.032796,
157127
+ "1C": 0.040084,
157128
+ "2C": 0.014576,
157129
+ WC: 0.003644,
157130
+ XC: 0.010932,
157131
+ JC: 0.010932,
157132
+ "3C": 0.134828,
157133
+ KC: 0.029152,
157134
+ YC: 0.021864,
157135
+ ZC: 0.01822,
157136
+ aC: 0.03644,
157137
+ bC: 0.014576,
157138
+ cC: 0.021864,
157139
+ "4C": 0.189488,
157140
+ LC: 0.010932,
157141
+ dC: 0.120252,
157142
+ eC: 0.01822,
157143
+ fC: 0.01822,
157144
+ gC: 0.043728,
157145
+ hC: 0.076524,
157146
+ "5C": 0.233216,
157147
+ MC: 0.032796,
157148
+ iC: 0.080168,
157149
+ jC: 0.040084,
157150
+ kC: 1.1515,
157151
+ lC: 0.335248,
157152
+ mC: 0.007288,
157153
+ "6C": 0
157139
157154
  },
157140
157155
  B: "webkit",
157141
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "uC", "TC", "J", "RB", "vC", "K", "wC", "D", "xC", "E", "F", "yC", "A", "UC", "B", "HC", "C", "IC", "L", "zC", "M", "0C", "G", "1C", "VC", "WC", "JC", "2C", "KC", "XC", "YC", "ZC", "aC", "bC", "3C", "LC", "cC", "dC", "eC", "fC", "gC", "4C", "MC", "hC", "iC", "jC", "kC", "lC", "5C", ""],
157156
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "vC", "UC", "J", "RB", "wC", "K", "xC", "D", "yC", "E", "F", "zC", "A", "VC", "B", "HC", "C", "IC", "L", "0C", "M", "1C", "G", "2C", "WC", "XC", "JC", "3C", "KC", "YC", "ZC", "aC", "bC", "cC", "4C", "LC", "dC", "eC", "fC", "gC", "hC", "5C", "MC", "iC", "jC", "kC", "lC", "mC", "6C", "", ""],
157142
157157
  E: "Safari",
157143
157158
  F: {
157144
- uC: 1205798400,
157145
- TC: 1226534400,
157159
+ vC: 1205798400,
157160
+ UC: 1226534400,
157146
157161
  J: 1244419200,
157147
157162
  RB: 1275868800,
157148
- vC: 1311120000,
157163
+ wC: 1311120000,
157149
157164
  K: 1343174400,
157150
- wC: 1382400000,
157165
+ xC: 1382400000,
157151
157166
  D: 1382400000,
157152
- xC: 1410998400,
157167
+ yC: 1410998400,
157153
157168
  E: 1413417600,
157154
157169
  F: 1443657600,
157155
- yC: 1458518400,
157170
+ zC: 1458518400,
157156
157171
  A: 1474329600,
157157
- UC: 1490572800,
157172
+ VC: 1490572800,
157158
157173
  B: 1505779200,
157159
157174
  HC: 1522281600,
157160
157175
  C: 1537142400,
157161
157176
  IC: 1553472000,
157162
157177
  L: 1568851200,
157163
- zC: 1585008000,
157178
+ "0C": 1585008000,
157164
157179
  M: 1600214400,
157165
- "0C": 1619395200,
157180
+ "1C": 1619395200,
157166
157181
  G: 1632096000,
157167
- "1C": 1635292800,
157168
- VC: 1639353600,
157169
- WC: 1647216000,
157182
+ "2C": 1635292800,
157183
+ WC: 1639353600,
157184
+ XC: 1647216000,
157170
157185
  JC: 1652745600,
157171
- "2C": 1658275200,
157186
+ "3C": 1658275200,
157172
157187
  KC: 1662940800,
157173
- XC: 1666569600,
157174
- YC: 1670889600,
157175
- ZC: 1674432000,
157176
- aC: 1679875200,
157177
- bC: 1684368000,
157178
- "3C": 1690156800,
157188
+ YC: 1666569600,
157189
+ ZC: 1670889600,
157190
+ aC: 1674432000,
157191
+ bC: 1679875200,
157192
+ cC: 1684368000,
157193
+ "4C": 1690156800,
157179
157194
  LC: 1695686400,
157180
- cC: 1698192000,
157181
- dC: 1702252800,
157182
- eC: 1705881600,
157183
- fC: 1709596800,
157184
- gC: 1715558400,
157185
- "4C": 1722211200,
157195
+ dC: 1698192000,
157196
+ eC: 1702252800,
157197
+ fC: 1705881600,
157198
+ gC: 1709596800,
157199
+ hC: 1715558400,
157200
+ "5C": 1722211200,
157186
157201
  MC: 1726444800,
157187
- hC: 1730073600,
157188
- iC: 1733875200,
157189
- jC: 1737936000,
157190
- kC: 1743379200,
157191
- lC: null,
157192
- "5C": null
157202
+ iC: 1730073600,
157203
+ jC: 1733875200,
157204
+ kC: 1737936000,
157205
+ lC: 1743379200,
157206
+ mC: 1747008000,
157207
+ "6C": null
157193
157208
  }
157194
157209
  },
157195
157210
  F: {
157196
157211
  A: {
157197
- "0": 0.684747,
157212
+ "0": 0.750664,
157198
157213
  "1": 0,
157199
157214
  "2": 0,
157200
157215
  "3": 0,
@@ -157223,13 +157238,13 @@ function requireAgents$1() {
157223
157238
  cB: 0,
157224
157239
  dB: 0,
157225
157240
  eB: 0,
157226
- fB: 0.003623,
157241
+ fB: 0.007288,
157227
157242
  gB: 0,
157228
157243
  hB: 0,
157229
157244
  iB: 0,
157230
157245
  jB: 0,
157231
157246
  kB: 0,
157232
- lB: 0.010869,
157247
+ lB: 0.010932,
157233
157248
  mB: 0,
157234
157249
  nB: 0,
157235
157250
  oB: 0,
@@ -157268,22 +157283,22 @@ function requireAgents$1() {
157268
157283
  T: 0,
157269
157284
  U: 0,
157270
157285
  V: 0,
157271
- W: 0.025361,
157272
- X: 0.007246,
157286
+ W: 0,
157287
+ X: 0.032796,
157273
157288
  Y: 0,
157274
157289
  Z: 0,
157275
157290
  a: 0,
157276
157291
  b: 0,
157277
157292
  c: 0,
157278
157293
  d: 0,
157279
- e: 0.032607,
157294
+ e: 0.032796,
157280
157295
  f: 0,
157281
157296
  g: 0,
157282
157297
  h: 0,
157283
157298
  i: 0,
157284
157299
  j: 0,
157285
157300
  k: 0,
157286
- l: 0.018115,
157301
+ l: 0.076524,
157287
157302
  m: 0,
157288
157303
  n: 0,
157289
157304
  o: 0,
@@ -157295,20 +157310,20 @@ function requireAgents$1() {
157295
157310
  u: 0,
157296
157311
  v: 0,
157297
157312
  w: 0,
157298
- x: 0.003623,
157313
+ x: 0,
157299
157314
  y: 0,
157300
- z: 0.202888,
157301
- "6C": 0,
157315
+ z: 0.003644,
157302
157316
  "7C": 0,
157303
157317
  "8C": 0,
157304
157318
  "9C": 0,
157305
- HC: 0,
157306
- mC: 0,
157307
157319
  AD: 0,
157320
+ HC: 0,
157321
+ nC: 0,
157322
+ BD: 0,
157308
157323
  IC: 0
157309
157324
  },
157310
157325
  B: "webkit",
157311
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "F", "6C", "7C", "8C", "9C", "B", "HC", "mC", "AD", "C", "IC", "G", "N", "O", "P", "SB", "1", "2", "3", "4", "5", "6", "7", "8", "TB", "UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "lB", "mB", "nB", "oB", "pB", "qB", "rB", "sB", "tB", "uB", "vB", "wB", "xB", "yB", "zB", "0B", "1B", "2B", "3B", "4B", "5B", "6B", "7B", "8B", "9B", "AC", "BC", "CC", "DC", "EC", "FC", "Q", "H", "R", "QC", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "", "", ""],
157326
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "F", "7C", "8C", "9C", "AD", "B", "HC", "nC", "BD", "C", "IC", "G", "N", "O", "P", "SB", "1", "2", "3", "4", "5", "6", "7", "8", "TB", "UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "lB", "mB", "nB", "oB", "pB", "qB", "rB", "sB", "tB", "uB", "vB", "wB", "xB", "yB", "zB", "0B", "1B", "2B", "3B", "4B", "5B", "6B", "7B", "8B", "9B", "AC", "BC", "CC", "DC", "EC", "FC", "Q", "H", "R", "QC", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "", "", ""],
157312
157327
  E: "Opera",
157313
157328
  F: {
157314
157329
  "0": 1739404800,
@@ -157321,14 +157336,14 @@ function requireAgents$1() {
157321
157336
  "7": 1417132800,
157322
157337
  "8": 1422316800,
157323
157338
  F: 1150761600,
157324
- "6C": 1223424000,
157325
- "7C": 1251763200,
157326
- "8C": 1267488000,
157327
- "9C": 1277942400,
157339
+ "7C": 1223424000,
157340
+ "8C": 1251763200,
157341
+ "9C": 1267488000,
157342
+ AD: 1277942400,
157328
157343
  B: 1292457600,
157329
157344
  HC: 1302566400,
157330
- mC: 1309219200,
157331
- AD: 1323129600,
157345
+ nC: 1309219200,
157346
+ BD: 1323129600,
157332
157347
  C: 1323129600,
157333
157348
  IC: 1352073600,
157334
157349
  G: 1372723200,
@@ -157428,157 +157443,157 @@ function requireAgents$1() {
157428
157443
  F: "o",
157429
157444
  B: "o",
157430
157445
  C: "o",
157431
- "6C": "o",
157432
157446
  "7C": "o",
157433
157447
  "8C": "o",
157434
157448
  "9C": "o",
157435
- HC: "o",
157436
- mC: "o",
157437
157449
  AD: "o",
157450
+ HC: "o",
157451
+ nC: "o",
157452
+ BD: "o",
157438
157453
  IC: "o"
157439
157454
  }
157440
157455
  },
157441
157456
  G: {
157442
157457
  A: {
157443
157458
  E: 0,
157444
- TC: 0,
157445
- BD: 0,
157446
- nC: 0.00289898,
157459
+ UC: 0,
157447
157460
  CD: 0,
157448
- DD: 0.00869695,
157449
- ED: 0.00724746,
157450
- FD: 0,
157451
- GD: 0.00434848,
157452
- HD: 0.0202929,
157453
- ID: 0.00144949,
157454
- JD: 0.0333383,
157455
- KD: 0.153646,
157456
- LD: 0.0101464,
157457
- MD: 0.00579797,
157458
- ND: 0.14205,
157459
- OD: 0.00289898,
157460
- PD: 0.00579797,
157461
- QD: 0.00579797,
157462
- RD: 0.0202929,
157463
- SD: 0.124656,
157464
- TD: 0.0608787,
157465
- UD: 0.0333383,
157466
- VC: 0.0333383,
157467
- WC: 0.0405858,
157468
- JC: 0.0463837,
157469
- VD: 0.568201,
157470
- KC: 0.0797221,
157471
- XC: 0.165242,
157472
- YC: 0.08552,
157473
- ZC: 0.150747,
157474
- aC: 0.0333383,
157475
- bC: 0.0623282,
157476
- WD: 0.672564,
157477
- LC: 0.0405858,
157478
- cC: 0.0724746,
157479
- dC: 0.0550807,
157480
- eC: 0.0768231,
157481
- fC: 0.153646,
157482
- gC: 0.340631,
157483
- XD: 0.988554,
157484
- MC: 0.276853,
157485
- hC: 0.905933,
157486
- iC: 0.405858,
157487
- jC: 8.46503,
157488
- kC: 0.126106,
157489
- lC: 0
157461
+ oC: 0.00284323,
157462
+ DD: 0,
157463
+ ED: 0.00568645,
157464
+ FD: 0.00568645,
157465
+ GD: 0,
157466
+ HD: 0.00284323,
157467
+ ID: 0.018481,
157468
+ JD: 0.00142161,
157469
+ KD: 0.0298539,
157470
+ LD: 0.243096,
157471
+ MD: 0.0113729,
157472
+ ND: 0.00284323,
157473
+ OD: 0.112307,
157474
+ PD: 0.00142161,
157475
+ QD: 0.00568645,
157476
+ RD: 0.00426484,
157477
+ SD: 0.0199026,
157478
+ TD: 0.130788,
157479
+ UD: 0.0469132,
157480
+ VD: 0.0298539,
157481
+ WC: 0.0298539,
157482
+ XC: 0.036962,
157483
+ JC: 0.0398052,
157484
+ WD: 0.490457,
157485
+ KC: 0.0682374,
157486
+ YC: 0.145005,
157487
+ ZC: 0.0753455,
157488
+ aC: 0.129367,
157489
+ bC: 0.0298539,
157490
+ cC: 0.0540213,
157491
+ XD: 0.604186,
157492
+ LC: 0.0341187,
157493
+ dC: 0.0611294,
157494
+ eC: 0.0483349,
157495
+ fC: 0.0696591,
157496
+ gC: 0.13221,
157497
+ hC: 0.288588,
157498
+ YD: 0.813163,
157499
+ MC: 0.217507,
157500
+ iC: 0.587126,
157501
+ jC: 0.285744,
157502
+ kC: 7.46205,
157503
+ lC: 1.76564,
157504
+ mC: 0.0611294
157490
157505
  },
157491
157506
  B: "webkit",
157492
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "TC", "BD", "nC", "CD", "DD", "ED", "E", "FD", "GD", "HD", "ID", "JD", "KD", "LD", "MD", "ND", "OD", "PD", "QD", "RD", "SD", "TD", "UD", "VC", "WC", "JC", "VD", "KC", "XC", "YC", "ZC", "aC", "bC", "WD", "LC", "cC", "dC", "eC", "fC", "gC", "XD", "MC", "hC", "iC", "jC", "kC", "lC", "", ""],
157507
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "UC", "CD", "oC", "DD", "ED", "FD", "E", "GD", "HD", "ID", "JD", "KD", "LD", "MD", "ND", "OD", "PD", "QD", "RD", "SD", "TD", "UD", "VD", "WC", "XC", "JC", "WD", "KC", "YC", "ZC", "aC", "bC", "cC", "XD", "LC", "dC", "eC", "fC", "gC", "hC", "YD", "MC", "iC", "jC", "kC", "lC", "mC", "", "", ""],
157493
157508
  E: "Safari on iOS",
157494
157509
  F: {
157495
- TC: 1270252800,
157496
- BD: 1283904000,
157497
- nC: 1299628800,
157498
- CD: 1331078400,
157499
- DD: 1359331200,
157500
- ED: 1394409600,
157510
+ UC: 1270252800,
157511
+ CD: 1283904000,
157512
+ oC: 1299628800,
157513
+ DD: 1331078400,
157514
+ ED: 1359331200,
157515
+ FD: 1394409600,
157501
157516
  E: 1410912000,
157502
- FD: 1413763200,
157503
- GD: 1442361600,
157504
- HD: 1458518400,
157505
- ID: 1473724800,
157506
- JD: 1490572800,
157507
- KD: 1505779200,
157508
- LD: 1522281600,
157509
- MD: 1537142400,
157510
- ND: 1553472000,
157511
- OD: 1568851200,
157512
- PD: 1572220800,
157513
- QD: 1580169600,
157514
- RD: 1585008000,
157515
- SD: 1600214400,
157516
- TD: 1619395200,
157517
- UD: 1632096000,
157518
- VC: 1639353600,
157519
- WC: 1647216000,
157517
+ GD: 1413763200,
157518
+ HD: 1442361600,
157519
+ ID: 1458518400,
157520
+ JD: 1473724800,
157521
+ KD: 1490572800,
157522
+ LD: 1505779200,
157523
+ MD: 1522281600,
157524
+ ND: 1537142400,
157525
+ OD: 1553472000,
157526
+ PD: 1568851200,
157527
+ QD: 1572220800,
157528
+ RD: 1580169600,
157529
+ SD: 1585008000,
157530
+ TD: 1600214400,
157531
+ UD: 1619395200,
157532
+ VD: 1632096000,
157533
+ WC: 1639353600,
157534
+ XC: 1647216000,
157520
157535
  JC: 1652659200,
157521
- VD: 1658275200,
157536
+ WD: 1658275200,
157522
157537
  KC: 1662940800,
157523
- XC: 1666569600,
157524
- YC: 1670889600,
157525
- ZC: 1674432000,
157526
- aC: 1679875200,
157527
- bC: 1684368000,
157528
- WD: 1690156800,
157538
+ YC: 1666569600,
157539
+ ZC: 1670889600,
157540
+ aC: 1674432000,
157541
+ bC: 1679875200,
157542
+ cC: 1684368000,
157543
+ XD: 1690156800,
157529
157544
  LC: 1694995200,
157530
- cC: 1698192000,
157531
- dC: 1702252800,
157532
- eC: 1705881600,
157533
- fC: 1709596800,
157534
- gC: 1715558400,
157535
- XD: 1722211200,
157545
+ dC: 1698192000,
157546
+ eC: 1702252800,
157547
+ fC: 1705881600,
157548
+ gC: 1709596800,
157549
+ hC: 1715558400,
157550
+ YD: 1722211200,
157536
157551
  MC: 1726444800,
157537
- hC: 1730073600,
157538
- iC: 1733875200,
157539
- jC: 1737936000,
157540
- kC: 1743379200,
157541
- lC: null
157552
+ iC: 1730073600,
157553
+ jC: 1733875200,
157554
+ kC: 1737936000,
157555
+ lC: 1743379200,
157556
+ mC: 1747008000
157542
157557
  }
157543
157558
  },
157544
157559
  H: {
157545
157560
  A: {
157546
- YD: 0.05
157561
+ ZD: 0.05
157547
157562
  },
157548
157563
  B: "o",
157549
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "YD", "", "", ""],
157564
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "ZD", "", "", ""],
157550
157565
  E: "Opera Mini",
157551
157566
  F: {
157552
- YD: 1426464000
157567
+ ZD: 1426464000
157553
157568
  }
157554
157569
  },
157555
157570
  I: {
157556
157571
  A: {
157557
157572
  NC: 0,
157558
157573
  J: 0,
157559
- I: 0.871727,
157560
- ZD: 0,
157574
+ I: 0.818237,
157561
157575
  aD: 0,
157562
157576
  bD: 0,
157563
157577
  cD: 0,
157564
- nC: 0.000262095,
157565
157578
  dD: 0,
157566
- eD: 0.000961014
157579
+ oC: 0.000163959,
157580
+ eD: 0,
157581
+ fD: 0.000819795
157567
157582
  },
157568
157583
  B: "webkit",
157569
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "ZD", "aD", "bD", "NC", "J", "cD", "nC", "dD", "eD", "I", "", "", ""],
157584
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "aD", "bD", "cD", "NC", "J", "dD", "oC", "eD", "fD", "I", "", "", ""],
157570
157585
  E: "Android Browser",
157571
157586
  F: {
157572
- ZD: 1256515200,
157573
- aD: 1274313600,
157574
- bD: 1291593600,
157587
+ aD: 1256515200,
157588
+ bD: 1274313600,
157589
+ cD: 1291593600,
157575
157590
  NC: 1298332800,
157576
157591
  J: 1318896000,
157577
- cD: 1341792000,
157578
- nC: 1374624000,
157579
- dD: 1386547200,
157580
- eD: 1401667200,
157581
- I: 1743379200
157592
+ dD: 1341792000,
157593
+ oC: 1374624000,
157594
+ eD: 1386547200,
157595
+ fD: 1401667200,
157596
+ I: 1745971200
157582
157597
  }
157583
157598
  },
157584
157599
  J: {
@@ -157587,7 +157602,7 @@ function requireAgents$1() {
157587
157602
  A: 0
157588
157603
  },
157589
157604
  B: "webkit",
157590
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "D", "A", "", "", ""],
157605
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "D", "A", "", "", ""],
157591
157606
  E: "Blackberry Browser",
157592
157607
  F: {
157593
157608
  D: 1325376000,
@@ -157599,19 +157614,19 @@ function requireAgents$1() {
157599
157614
  A: 0,
157600
157615
  B: 0,
157601
157616
  C: 0,
157602
- H: 1.04047,
157617
+ H: 0.922315,
157603
157618
  HC: 0,
157604
- mC: 0,
157619
+ nC: 0,
157605
157620
  IC: 0
157606
157621
  },
157607
157622
  B: "o",
157608
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "A", "B", "HC", "mC", "C", "IC", "H", "", "", ""],
157623
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "A", "B", "HC", "nC", "C", "IC", "H", "", "", ""],
157609
157624
  E: "Opera Mobile",
157610
157625
  F: {
157611
157626
  A: 1287100800,
157612
157627
  B: 1300752000,
157613
157628
  HC: 1314835200,
157614
- mC: 1318291200,
157629
+ nC: 1318291200,
157615
157630
  C: 1330300800,
157616
157631
  IC: 1349740800,
157617
157632
  H: 1709769600
@@ -157622,21 +157637,21 @@ function requireAgents$1() {
157622
157637
  },
157623
157638
  L: {
157624
157639
  A: {
157625
- I: 44.6783
157640
+ I: 44.9483
157626
157641
  },
157627
157642
  B: "webkit",
157628
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "I", "", "", ""],
157643
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "I", "", "", ""],
157629
157644
  E: "Chrome for Android",
157630
157645
  F: {
157631
- I: 1743379200
157646
+ I: 1745971200
157632
157647
  }
157633
157648
  },
157634
157649
  M: {
157635
157650
  A: {
157636
- GC: 0.350735
157651
+ GC: 0.336815
157637
157652
  },
157638
157653
  B: "moz",
157639
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "GC", "", "", ""],
157654
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "GC", "", "", ""],
157640
157655
  E: "Firefox for Android",
157641
157656
  F: {
157642
157657
  GC: 1743465600
@@ -157648,7 +157663,7 @@ function requireAgents$1() {
157648
157663
  B: 0
157649
157664
  },
157650
157665
  B: "ms",
157651
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "A", "B", "", "", ""],
157666
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "A", "B", "", "", ""],
157652
157667
  E: "IE Mobile",
157653
157668
  F: {
157654
157669
  A: 1340150400,
@@ -157657,10 +157672,10 @@ function requireAgents$1() {
157657
157672
  },
157658
157673
  O: {
157659
157674
  A: {
157660
- JC: 0.848141
157675
+ JC: 0.86428
157661
157676
  },
157662
157677
  B: "webkit",
157663
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "JC", "", "", ""],
157678
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "JC", "", "", ""],
157664
157679
  E: "UC Browser for Android",
157665
157680
  F: {
157666
157681
  JC: 1710115200
@@ -157672,32 +157687,32 @@ function requireAgents$1() {
157672
157687
  P: {
157673
157688
  A: {
157674
157689
  "1": 0,
157675
- "2": 0.0219344,
157676
- "3": 0.0219344,
157677
- "4": 0.0329016,
157678
- "5": 0.0438688,
157679
- "6": 0.0438688,
157680
- "7": 0.0877377,
157681
- "8": 1.96313,
157682
- J: 0.0329016,
157683
- fD: 0,
157690
+ "2": 0.0220266,
157691
+ "3": 0.0220266,
157692
+ "4": 0.0330398,
157693
+ "5": 0.0440531,
157694
+ "6": 0.0440531,
157695
+ "7": 0.0770929,
157696
+ "8": 1.68503,
157697
+ J: 0.0110133,
157684
157698
  gD: 0,
157685
- hD: 0.0109672,
157686
- iD: 0,
157699
+ hD: 0,
157700
+ iD: 0.0110133,
157687
157701
  jD: 0,
157688
- UC: 0,
157689
157702
  kD: 0,
157703
+ VC: 0,
157690
157704
  lD: 0,
157691
157705
  mD: 0,
157692
157706
  nD: 0,
157693
157707
  oD: 0,
157708
+ pD: 0,
157694
157709
  KC: 0,
157695
- LC: 0.0109672,
157710
+ LC: 0.0110133,
157696
157711
  MC: 0,
157697
- pD: 0
157712
+ qD: 0
157698
157713
  },
157699
157714
  B: "webkit",
157700
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "J", "fD", "gD", "hD", "iD", "jD", "UC", "kD", "lD", "mD", "nD", "oD", "KC", "LC", "MC", "pD", "1", "2", "3", "4", "5", "6", "7", "8", "", "", ""],
157715
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "J", "gD", "hD", "iD", "jD", "kD", "VC", "lD", "mD", "nD", "oD", "pD", "KC", "LC", "MC", "qD", "1", "2", "3", "4", "5", "6", "7", "8", "", "", ""],
157701
157716
  E: "Samsung Internet",
157702
157717
  F: {
157703
157718
  "1": 1677369600,
@@ -157709,56 +157724,56 @@ function requireAgents$1() {
157709
157724
  "7": 1717718400,
157710
157725
  "8": 1725667200,
157711
157726
  J: 1461024000,
157712
- fD: 1481846400,
157713
- gD: 1509408000,
157714
- hD: 1528329600,
157715
- iD: 1546128000,
157716
- jD: 1554163200,
157717
- UC: 1567900800,
157718
- kD: 1582588800,
157719
- lD: 1593475200,
157720
- mD: 1605657600,
157721
- nD: 1618531200,
157722
- oD: 1629072000,
157727
+ gD: 1481846400,
157728
+ hD: 1509408000,
157729
+ iD: 1528329600,
157730
+ jD: 1546128000,
157731
+ kD: 1554163200,
157732
+ VC: 1567900800,
157733
+ lD: 1582588800,
157734
+ mD: 1593475200,
157735
+ nD: 1605657600,
157736
+ oD: 1618531200,
157737
+ pD: 1629072000,
157723
157738
  KC: 1640736000,
157724
157739
  LC: 1651708800,
157725
157740
  MC: 1659657600,
157726
- pD: 1667260800
157741
+ qD: 1667260800
157727
157742
  }
157728
157743
  },
157729
157744
  Q: {
157730
157745
  A: {
157731
- qD: 0.229572
157746
+ rD: 0.222425
157732
157747
  },
157733
157748
  B: "webkit",
157734
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "qD", "", "", ""],
157749
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "rD", "", "", ""],
157735
157750
  E: "QQ Browser",
157736
157751
  F: {
157737
- qD: 1710288000
157752
+ rD: 1710288000
157738
157753
  }
157739
157754
  },
157740
157755
  R: {
157741
157756
  A: {
157742
- rD: 0
157757
+ sD: 0
157743
157758
  },
157744
157759
  B: "webkit",
157745
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "rD", "", "", ""],
157760
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "sD", "", "", ""],
157746
157761
  E: "Baidu Browser",
157747
157762
  F: {
157748
- rD: 1710201600
157763
+ sD: 1710201600
157749
157764
  }
157750
157765
  },
157751
157766
  S: {
157752
157767
  A: {
157753
- sD: 0.012754,
157754
- tD: 0
157768
+ tD: 0.01271,
157769
+ uD: 0
157755
157770
  },
157756
157771
  B: "moz",
157757
- C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "sD", "tD", "", "", ""],
157772
+ C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "tD", "uD", "", "", ""],
157758
157773
  E: "KaiOS Browser",
157759
157774
  F: {
157760
- sD: 1527811200,
157761
- tD: 1631664000
157775
+ tD: 1527811200,
157776
+ uD: 1631664000
157762
157777
  }
157763
157778
  }
157764
157779
  };
@@ -158002,8 +158017,13 @@ function requireVersions() {
158002
158017
  "35.0": "134",
158003
158018
  "35.1": "134",
158004
158019
  "35.2": "134",
158020
+ "35.3": "134",
158021
+ "35.4": "134",
158022
+ "35.5": "134",
158005
158023
  "36.0": "136",
158006
158024
  "36.1": "136",
158025
+ "36.2": "136",
158026
+ "36.3": "136",
158007
158027
  "37.0": "138"
158008
158028
  };
158009
158029
  return versions;
@@ -159170,6 +159190,19 @@ function requireBrowserslist() {
159170
159190
  }
159171
159191
  return result;
159172
159192
  }
159193
+ function loadCustomUsage(context, config) {
159194
+ var stats = env.loadStat(context, config, browserslist.data);
159195
+ if (stats) {
159196
+ context.customUsage = {};
159197
+ for (var browser in stats) {
159198
+ fillUsage(context.customUsage, browser, stats[browser]);
159199
+ }
159200
+ }
159201
+ if (!context.customUsage) {
159202
+ throw new BrowserslistError('Custom usage statistics was not provided');
159203
+ }
159204
+ return context.customUsage;
159205
+ }
159173
159206
  browserslist.parse = function (queries, opts) {
159174
159207
  opts = prepareOpts(opts);
159175
159208
  queries = prepareQueries(queries, opts);
@@ -159302,19 +159335,21 @@ function requireBrowserslist() {
159302
159335
  env.loadCountry(browserslist.usage, place, browserslist.data);
159303
159336
  usage = browserslist.usage[place];
159304
159337
  }
159338
+ } else if (node.config) {
159339
+ usage = loadCustomUsage(context, node.config);
159305
159340
  }
159306
159341
  var versions = Object.keys(usage).sort(function (a, b) {
159307
159342
  return usage[b] - usage[a];
159308
159343
  });
159309
- var coveraged = 0;
159344
+ var covered = 0;
159310
159345
  var result = [];
159311
159346
  var version;
159312
159347
  for (var i = 0; i < versions.length; i++) {
159313
159348
  version = versions[i];
159314
159349
  if (usage[version] === 0) break;
159315
- coveraged += usage[version];
159350
+ covered += usage[version];
159316
159351
  result.push(version);
159317
- if (coveraged >= coverage) break;
159352
+ if (covered >= coverage) break;
159318
159353
  }
159319
159354
  return result;
159320
159355
  }
@@ -159523,17 +159558,7 @@ function requireBrowserslist() {
159523
159558
  regexp: /^(>=?|<=?)\s*(\d+|\d+\.\d+|\.\d+)%\s+in\s+(\S+)\s+stats$/,
159524
159559
  select: function (context, node) {
159525
159560
  var popularity = parseFloat(node.popularity);
159526
- var stats = env.loadStat(context, node.config, browserslist.data);
159527
- if (stats) {
159528
- context.customUsage = {};
159529
- for (var browser in stats) {
159530
- fillUsage(context.customUsage, browser, stats[browser]);
159531
- }
159532
- }
159533
- if (!context.customUsage) {
159534
- throw new BrowserslistError('Custom usage statistics was not provided');
159535
- }
159536
- var usage = context.customUsage;
159561
+ var usage = loadCustomUsage(context, node.config);
159537
159562
  return Object.keys(usage).reduce(function (result, version) {
159538
159563
  var percentage = usage[version];
159539
159564
  if (percentage == null) {
@@ -159605,6 +159630,11 @@ function requireBrowserslist() {
159605
159630
  regexp: /^cover\s+(\d+|\d+\.\d+|\.\d+)%\s+in\s+(my\s+stats|(alt-)?\w\w)$/i,
159606
159631
  select: coverQuery
159607
159632
  },
159633
+ cover_config: {
159634
+ matches: ['coverage', 'config'],
159635
+ regexp: /^cover\s+(\d+|\d+\.\d+|\.\d+)%\s+in\s+(\S+)\s+stats$/i,
159636
+ select: coverQuery
159637
+ },
159608
159638
  supports: {
159609
159639
  matches: ['supportType', 'feature'],
159610
159640
  regexp: /^(?:(fully|partially)\s+)?supports\s+([\w-]+)$/,
@@ -160561,5 +160591,5 @@ exports.terminalLinkExports = terminalLinkExports;
160561
160591
  exports.updater = updater$1;
160562
160592
  exports.yargsParser = yargsParser;
160563
160593
  exports.yoctocolorsCjsExports = yoctocolorsCjsExports;
160564
- //# debugId=1a227aee-6bd3-44fe-ba18-ef2b2e74e85
160594
+ //# debugId=97754f20-0d78-4d95-bcd5-9f407ae6e5b0
160565
160595
  //# sourceMappingURL=vendor.js.map