@socketsecurity/cli-with-sentry 0.14.154 → 0.14.155

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 (97) hide show
  1. package/dist/.config/tsconfig.dts.tsbuildinfo +1 -1
  2. package/dist/cli.js +1289 -2453
  3. package/dist/cli.js.map +1 -1
  4. package/dist/constants.js +7 -6
  5. package/dist/constants.js.map +1 -1
  6. package/dist/instrument-with-sentry.js +10 -3
  7. package/dist/instrument-with-sentry.js.map +1 -1
  8. package/dist/shadow-bin.js +5 -7
  9. package/dist/shadow-bin.js.map +1 -1
  10. package/dist/shadow-npm-inject.js +130 -1646
  11. package/dist/shadow-npm-inject.js.map +1 -1
  12. package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -1
  13. package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +1 -1
  14. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +1 -1
  15. package/dist/types/commands/analytics/handle-analytics.d.mts.map +1 -1
  16. package/dist/types/commands/analytics/output-analytics.d.mts +15 -16
  17. package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -1
  18. package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +1 -1
  19. package/dist/types/commands/cdxgen/cmd-cdxgen.d.mts.map +1 -1
  20. package/dist/types/commands/ci/fetch-default-org-slug.d.mts.map +1 -1
  21. package/dist/types/commands/dependencies/fetch-dependencies.d.mts.map +1 -1
  22. package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts.map +1 -1
  23. package/dist/types/commands/fix/git.d.mts +9 -1
  24. package/dist/types/commands/fix/git.d.mts.map +1 -1
  25. package/dist/types/commands/fix/npm-fix.d.mts.map +1 -1
  26. package/dist/types/commands/fix/open-pr.d.mts +30 -16
  27. package/dist/types/commands/fix/open-pr.d.mts.map +1 -1
  28. package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -1
  29. package/dist/types/commands/info/fetch-package-info.d.mts.map +1 -1
  30. package/dist/types/commands/login/attempt-login.d.mts.map +1 -1
  31. package/dist/types/commands/npm/wrap-npm.d.mts.map +1 -1
  32. package/dist/types/commands/npx/wrap-npx.d.mts.map +1 -1
  33. package/dist/types/commands/optimize/deps-includes-by-agent.d.mts +1 -1
  34. package/dist/types/commands/optimize/get-overrides-by-agent.d.mts +1 -1
  35. package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts +1 -1
  36. package/dist/types/commands/optimize/ls-by-agent.d.mts +1 -1
  37. package/dist/types/commands/optimize/update-manifest-by-agent.d.mts +1 -1
  38. package/dist/types/commands/organization/fetch-license-policy.d.mts.map +1 -1
  39. package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -1
  40. package/dist/types/commands/organization/fetch-quota.d.mts.map +1 -1
  41. package/dist/types/commands/organization/fetch-security-policy.d.mts.map +1 -1
  42. package/dist/types/commands/package/fetch-purl-deep-score.d.mts.map +1 -1
  43. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +1 -1
  44. package/dist/types/commands/repos/fetch-create-repo.d.mts.map +1 -1
  45. package/dist/types/commands/repos/fetch-delete-repo.d.mts.map +1 -1
  46. package/dist/types/commands/repos/fetch-list-repos.d.mts.map +1 -1
  47. package/dist/types/commands/repos/fetch-update-repo.d.mts.map +1 -1
  48. package/dist/types/commands/repos/fetch-view-repo.d.mts.map +1 -1
  49. package/dist/types/commands/repos/handle-create-repo.d.mts.map +1 -1
  50. package/dist/types/commands/repos/output-create-repo.d.mts +1 -1
  51. package/dist/types/commands/repos/output-create-repo.d.mts.map +1 -1
  52. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -1
  53. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -1
  54. package/dist/types/commands/scan/fetch-diff-scan.d.mts.map +1 -1
  55. package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -1
  56. package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -1
  57. package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -1
  58. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -1
  59. package/dist/types/commands/scan/stream-scan.d.mts +1 -1
  60. package/dist/types/commands/scan/stream-scan.d.mts.map +1 -1
  61. package/dist/types/commands/scan/suggest-org-slug.d.mts.map +1 -1
  62. package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +1 -1
  63. package/dist/types/constants.d.mts +1 -1
  64. package/dist/types/constants.d.mts.map +1 -1
  65. package/dist/types/shadow/npm/arborist/lib/dep-valid.d.mts +2 -2
  66. package/dist/types/shadow/npm/arborist/lib/dep-valid.d.mts.map +1 -1
  67. package/dist/types/{utils → shadow/npm}/arborist-helpers.d.mts +19 -3
  68. package/dist/types/shadow/npm/arborist-helpers.d.mts.map +1 -0
  69. package/dist/types/{utils/npm.d.mts → shadow/npm/install.d.mts} +2 -2
  70. package/dist/types/shadow/npm/install.d.mts.map +1 -0
  71. package/dist/types/shadow/npm/paths.d.mts +0 -6
  72. package/dist/types/shadow/npm/paths.d.mts.map +1 -1
  73. package/dist/types/utils/agent.d.mts +2 -2
  74. package/dist/types/utils/agent.d.mts.map +1 -1
  75. package/dist/types/utils/alerts-map.d.mts +0 -11
  76. package/dist/types/utils/alerts-map.d.mts.map +1 -1
  77. package/dist/types/utils/api.d.mts +15 -5
  78. package/dist/types/utils/api.d.mts.map +1 -1
  79. package/dist/types/utils/npm-paths.d.mts +7 -0
  80. package/dist/types/utils/npm-paths.d.mts.map +1 -0
  81. package/dist/types/utils/pnpm.d.mts +2 -1
  82. package/dist/types/utils/pnpm.d.mts.map +1 -1
  83. package/dist/types/utils/translations.d.mts.map +1 -1
  84. package/dist/utils.js +3169 -0
  85. package/dist/utils.js.map +1 -0
  86. package/dist/vendor.js +1284 -1231
  87. package/dist/vendor.js.map +1 -1
  88. package/external/@socketsecurity/registry/external/browserslist.js +382 -366
  89. package/external/@socketsecurity/registry/external/browserslist.js.map +1 -1
  90. package/external/@socketsecurity/registry/lib/constants/maintained-node-versions.js +7 -8
  91. package/external/@socketsecurity/registry/lib/fs.d.ts +6 -4
  92. package/external/@socketsecurity/registry/package.json +5 -5
  93. package/package.json +19 -19
  94. package/dist/shadow-npm-paths.js +0 -291
  95. package/dist/shadow-npm-paths.js.map +0 -1
  96. package/dist/types/utils/arborist-helpers.d.mts.map +0 -1
  97. package/dist/types/utils/npm.d.mts.map +0 -1
package/dist/vendor.js CHANGED
@@ -21,10 +21,10 @@ const require$$5 = require('node:readline')
21
21
  const require$$6$1 = require('../external/@socketsecurity/registry/lib/constants/abort-signal')
22
22
  const util$3 = require('node:util')
23
23
  const require$$0$b = require('node:url')
24
- const require$$1$6 = require('node:fs/promises')
25
- const childProcess = require('node:child_process')
26
24
  const require$$0$c = require('node:os')
27
- const require$$1$7 = require('node:tty')
25
+ const require$$1$6 = require('node:tty')
26
+ const require$$1$7 = require('node:fs/promises')
27
+ const childProcess = require('node:child_process')
28
28
  const require$$1$8 = require('node:path/win32')
29
29
  const require$$0$d = require('node:module')
30
30
  const require$$0$e = require('node:crypto')
@@ -29311,7 +29311,7 @@ const isInteractiveExports = /*@__PURE__*/ requireIsInteractive()
29311
29311
  const dist$1 = {}
29312
29312
 
29313
29313
  const name = '@socketsecurity/sdk'
29314
- const version = '1.4.30'
29314
+ const version = '1.4.32'
29315
29315
  const license = 'MIT'
29316
29316
  const description = 'SDK for the Socket API client'
29317
29317
  const author = {
@@ -29396,18 +29396,18 @@ const scripts = {
29396
29396
  'update:deps': 'npx --yes npm-check-updates'
29397
29397
  }
29398
29398
  const dependencies = {
29399
- '@socketsecurity/registry': '1.0.157'
29399
+ '@socketsecurity/registry': '1.0.160'
29400
29400
  }
29401
29401
  const devDependencies = {
29402
29402
  '@biomejs/biome': '1.9.4',
29403
- '@eslint/compat': '1.2.8',
29404
- '@eslint/js': '9.25.1',
29405
- '@types/node': '22.15.3',
29406
- '@typescript-eslint/parser': '8.31.1',
29407
- '@vitest/coverage-v8': '3.1.2',
29403
+ '@eslint/compat': '1.2.9',
29404
+ '@eslint/js': '9.26.0',
29405
+ '@types/node': '22.15.14',
29406
+ '@typescript-eslint/parser': '8.32.0',
29407
+ '@vitest/coverage-v8': '3.1.3',
29408
29408
  'cross-env': '7.0.3',
29409
29409
  'del-cli': '6.0.0',
29410
- eslint: '9.25.1',
29410
+ eslint: '9.26.0',
29411
29411
  'eslint-import-resolver-typescript': '4.3.4',
29412
29412
  'eslint-plugin-import-x': '4.11.0',
29413
29413
  'eslint-plugin-jsdoc': '50.6.11',
@@ -29416,19 +29416,19 @@ const devDependencies = {
29416
29416
  'eslint-plugin-unicorn': '56.0.1',
29417
29417
  globals: '16.0.0',
29418
29418
  husky: '9.1.7',
29419
- knip: '5.51.1',
29420
- 'lint-staged': '15.5.1',
29419
+ knip: '5.54.1',
29420
+ 'lint-staged': '15.5.2',
29421
29421
  nock: '14.0.4',
29422
- 'npm-run-all2': '7.0.2',
29422
+ 'npm-run-all2': '8.0.1',
29423
29423
  'openapi-typescript': '6.7.6',
29424
- oxlint: '0.16.8',
29424
+ oxlint: '0.16.9',
29425
29425
  'type-coverage': '2.29.7',
29426
29426
  typescript: '~5.8.3',
29427
- 'typescript-eslint': '8.31.1',
29428
- vitest: '3.1.2'
29427
+ 'typescript-eslint': '8.32.0',
29428
+ vitest: '3.1.3'
29429
29429
  }
29430
29430
  const overrides = {
29431
- vite: '6.2.7'
29431
+ vite: '6.3.5'
29432
29432
  }
29433
29433
  const engines = {
29434
29434
  node: '18.20.7 || ^20.18.3 || >=22.14.0'
@@ -29564,7 +29564,8 @@ function requireDist$1() {
29564
29564
  ]),
29565
29565
  finalBoundary
29566
29566
  ]
29567
- const req = getHttpModule(baseUrl).request(`${baseUrl}${urlPath}`, {
29567
+ const url = new URL(urlPath, baseUrl)
29568
+ const req = getHttpModule(baseUrl).request(url, {
29568
29569
  method: 'POST',
29569
29570
  ...options,
29570
29571
  headers: {
@@ -29572,9 +29573,19 @@ function requireDist$1() {
29572
29573
  'Content-Type': `multipart/form-data; boundary=${boundary}`
29573
29574
  }
29574
29575
  })
29576
+ let aborted = false
29577
+ req.on('error', _err => {
29578
+ aborted = true
29579
+ })
29580
+ req.on('close', () => {
29581
+ aborted = true
29582
+ })
29575
29583
  try {
29576
29584
  // Send the request body (headers + files).
29577
29585
  for (const part of requestBody) {
29586
+ if (aborted) {
29587
+ break
29588
+ }
29578
29589
  if (typeof part === 'string') {
29579
29590
  req.write(part)
29580
29591
  } else if (typeof part?.pipe === 'function') {
@@ -29582,17 +29593,24 @@ function requireDist$1() {
29582
29593
  // Wait for file streaming to complete.
29583
29594
  // eslint-disable-next-line no-await-in-loop
29584
29595
  await node_events_1.default.once(part, 'end')
29585
- // Ensure a new line after file content.
29586
- req.write('\r\n')
29596
+ if (!aborted) {
29597
+ // Ensure a new line after file content.
29598
+ req.write('\r\n')
29599
+ }
29587
29600
  } else {
29588
29601
  throw new TypeError(
29589
29602
  'Socket API - Invalid multipart part, expected string or stream'
29590
29603
  )
29591
29604
  }
29592
29605
  }
29606
+ } catch (e) {
29607
+ req.destroy(e)
29608
+ throw e
29593
29609
  } finally {
29594
- // Close request after writing all data.
29595
- req.end()
29610
+ if (!aborted) {
29611
+ // Close request after writing all data.
29612
+ req.end()
29613
+ }
29596
29614
  }
29597
29615
  return await getResponse(req)
29598
29616
  }
@@ -43139,6 +43157,445 @@ function requireSemver() {
43139
43157
 
43140
43158
  const semverExports = requireSemver()
43141
43159
 
43160
+ const terminalLink = { exports: {} }
43161
+
43162
+ const ansiEscapes = { exports: {} }
43163
+
43164
+ let hasRequiredAnsiEscapes
43165
+ function requireAnsiEscapes() {
43166
+ if (hasRequiredAnsiEscapes) {
43167
+ return ansiEscapes.exports
43168
+ }
43169
+ hasRequiredAnsiEscapes = 1
43170
+ ;(function (module) {
43171
+ const ansiEscapes = module.exports
43172
+ // TODO: remove this in the next major version
43173
+ module.exports.default = ansiEscapes
43174
+ const ESC = '\u001B['
43175
+ const OSC = '\u001B]'
43176
+ const BEL = '\u0007'
43177
+ const SEP = ';'
43178
+ const isTerminalApp = process.env.TERM_PROGRAM === 'Apple_Terminal'
43179
+ ansiEscapes.cursorTo = (x, y) => {
43180
+ if (typeof x !== 'number') {
43181
+ throw new TypeError('The `x` argument is required')
43182
+ }
43183
+ if (typeof y !== 'number') {
43184
+ return ESC + (x + 1) + 'G'
43185
+ }
43186
+ return ESC + (y + 1) + ';' + (x + 1) + 'H'
43187
+ }
43188
+ ansiEscapes.cursorMove = (x, y) => {
43189
+ if (typeof x !== 'number') {
43190
+ throw new TypeError('The `x` argument is required')
43191
+ }
43192
+ let ret = ''
43193
+ if (x < 0) {
43194
+ ret += ESC + -x + 'D'
43195
+ } else if (x > 0) {
43196
+ ret += ESC + x + 'C'
43197
+ }
43198
+ if (y < 0) {
43199
+ ret += ESC + -y + 'A'
43200
+ } else if (y > 0) {
43201
+ ret += ESC + y + 'B'
43202
+ }
43203
+ return ret
43204
+ }
43205
+ ansiEscapes.cursorUp = (count = 1) => ESC + count + 'A'
43206
+ ansiEscapes.cursorDown = (count = 1) => ESC + count + 'B'
43207
+ ansiEscapes.cursorForward = (count = 1) => ESC + count + 'C'
43208
+ ansiEscapes.cursorBackward = (count = 1) => ESC + count + 'D'
43209
+ ansiEscapes.cursorLeft = ESC + 'G'
43210
+ ansiEscapes.cursorSavePosition = isTerminalApp ? '\u001B7' : ESC + 's'
43211
+ ansiEscapes.cursorRestorePosition = isTerminalApp ? '\u001B8' : ESC + 'u'
43212
+ ansiEscapes.cursorGetPosition = ESC + '6n'
43213
+ ansiEscapes.cursorNextLine = ESC + 'E'
43214
+ ansiEscapes.cursorPrevLine = ESC + 'F'
43215
+ ansiEscapes.cursorHide = ESC + '?25l'
43216
+ ansiEscapes.cursorShow = ESC + '?25h'
43217
+ ansiEscapes.eraseLines = count => {
43218
+ let clear = ''
43219
+ for (let i = 0; i < count; i++) {
43220
+ clear +=
43221
+ ansiEscapes.eraseLine + (i < count - 1 ? ansiEscapes.cursorUp() : '')
43222
+ }
43223
+ if (count) {
43224
+ clear += ansiEscapes.cursorLeft
43225
+ }
43226
+ return clear
43227
+ }
43228
+ ansiEscapes.eraseEndLine = ESC + 'K'
43229
+ ansiEscapes.eraseStartLine = ESC + '1K'
43230
+ ansiEscapes.eraseLine = ESC + '2K'
43231
+ ansiEscapes.eraseDown = ESC + 'J'
43232
+ ansiEscapes.eraseUp = ESC + '1J'
43233
+ ansiEscapes.eraseScreen = ESC + '2J'
43234
+ ansiEscapes.scrollUp = ESC + 'S'
43235
+ ansiEscapes.scrollDown = ESC + 'T'
43236
+ ansiEscapes.clearScreen = '\u001Bc'
43237
+ ansiEscapes.clearTerminal =
43238
+ process.platform === 'win32'
43239
+ ? `${ansiEscapes.eraseScreen}${ESC}0f`
43240
+ : // 1. Erases the screen (Only done in case `2` is not supported)
43241
+ // 2. Erases the whole screen including scrollback buffer
43242
+ // 3. Moves cursor to the top-left position
43243
+ // More info: https://www.real-world-systems.com/docs/ANSIcode.html
43244
+ `${ansiEscapes.eraseScreen}${ESC}3J${ESC}H`
43245
+ ansiEscapes.beep = BEL
43246
+ ansiEscapes.link = (text, url) => {
43247
+ return [OSC, '8', SEP, SEP, url, BEL, text, OSC, '8', SEP, SEP, BEL].join(
43248
+ ''
43249
+ )
43250
+ }
43251
+ ansiEscapes.image = (buffer, options = {}) => {
43252
+ let ret = `${OSC}1337;File=inline=1`
43253
+ if (options.width) {
43254
+ ret += `;width=${options.width}`
43255
+ }
43256
+ if (options.height) {
43257
+ ret += `;height=${options.height}`
43258
+ }
43259
+ if (options.preserveAspectRatio === false) {
43260
+ ret += ';preserveAspectRatio=0'
43261
+ }
43262
+ return ret + ':' + buffer.toString('base64') + BEL
43263
+ }
43264
+ ansiEscapes.iTerm = {
43265
+ setCwd: (cwd = process.cwd()) => `${OSC}50;CurrentDir=${cwd}${BEL}`,
43266
+ annotation: (message, options = {}) => {
43267
+ let ret = `${OSC}1337;`
43268
+ const hasX = typeof options.x !== 'undefined'
43269
+ const hasY = typeof options.y !== 'undefined'
43270
+ if (
43271
+ (hasX || hasY) &&
43272
+ !(hasX && hasY && typeof options.length !== 'undefined')
43273
+ ) {
43274
+ throw new Error(
43275
+ '`x`, `y` and `length` must be defined when `x` or `y` is defined'
43276
+ )
43277
+ }
43278
+ message = message.replace(/\|/g, '')
43279
+ ret += options.isHidden ? 'AddHiddenAnnotation=' : 'AddAnnotation='
43280
+ if (options.length > 0) {
43281
+ ret += (
43282
+ hasX
43283
+ ? [message, options.length, options.x, options.y]
43284
+ : [options.length, message]
43285
+ ).join('|')
43286
+ } else {
43287
+ ret += message
43288
+ }
43289
+ return ret + BEL
43290
+ }
43291
+ }
43292
+ })(ansiEscapes)
43293
+ return ansiEscapes.exports
43294
+ }
43295
+
43296
+ let hasFlag$1
43297
+ let hasRequiredHasFlag$1
43298
+ function requireHasFlag$1() {
43299
+ if (hasRequiredHasFlag$1) {
43300
+ return hasFlag$1
43301
+ }
43302
+ hasRequiredHasFlag$1 = 1
43303
+ hasFlag$1 = (flag, argv = process.argv) => {
43304
+ const prefix = flag.startsWith('-') ? '' : flag.length === 1 ? '-' : '--'
43305
+ const position = argv.indexOf(prefix + flag)
43306
+ const terminatorPosition = argv.indexOf('--')
43307
+ return (
43308
+ position !== -1 &&
43309
+ (terminatorPosition === -1 || position < terminatorPosition)
43310
+ )
43311
+ }
43312
+ return hasFlag$1
43313
+ }
43314
+
43315
+ let supportsColor_1$1
43316
+ let hasRequiredSupportsColor$1
43317
+ function requireSupportsColor$1() {
43318
+ if (hasRequiredSupportsColor$1) {
43319
+ return supportsColor_1$1
43320
+ }
43321
+ hasRequiredSupportsColor$1 = 1
43322
+ const os = require$$0$c
43323
+ const tty = require$$1$6
43324
+ const hasFlag = requireHasFlag$1()
43325
+ const { env } = process
43326
+ let forceColor
43327
+ if (
43328
+ hasFlag('no-color') ||
43329
+ hasFlag('no-colors') ||
43330
+ hasFlag('color=false') ||
43331
+ hasFlag('color=never')
43332
+ ) {
43333
+ forceColor = 0
43334
+ } else if (
43335
+ hasFlag('color') ||
43336
+ hasFlag('colors') ||
43337
+ hasFlag('color=true') ||
43338
+ hasFlag('color=always')
43339
+ ) {
43340
+ forceColor = 1
43341
+ }
43342
+ if ('FORCE_COLOR' in env) {
43343
+ if (env.FORCE_COLOR === 'true') {
43344
+ forceColor = 1
43345
+ } else if (env.FORCE_COLOR === 'false') {
43346
+ forceColor = 0
43347
+ } else {
43348
+ forceColor =
43349
+ env.FORCE_COLOR.length === 0
43350
+ ? 1
43351
+ : Math.min(parseInt(env.FORCE_COLOR, 10), 3)
43352
+ }
43353
+ }
43354
+ function translateLevel(level) {
43355
+ if (level === 0) {
43356
+ return false
43357
+ }
43358
+ return {
43359
+ level,
43360
+ hasBasic: true,
43361
+ has256: level >= 2,
43362
+ has16m: level >= 3
43363
+ }
43364
+ }
43365
+ function supportsColor(haveStream, streamIsTTY) {
43366
+ if (forceColor === 0) {
43367
+ return 0
43368
+ }
43369
+ if (
43370
+ hasFlag('color=16m') ||
43371
+ hasFlag('color=full') ||
43372
+ hasFlag('color=truecolor')
43373
+ ) {
43374
+ return 3
43375
+ }
43376
+ if (hasFlag('color=256')) {
43377
+ return 2
43378
+ }
43379
+ if (haveStream && !streamIsTTY && forceColor === undefined) {
43380
+ return 0
43381
+ }
43382
+ const min = forceColor || 0
43383
+ if (env.TERM === 'dumb') {
43384
+ return min
43385
+ }
43386
+ if (process.platform === 'win32') {
43387
+ // Windows 10 build 10586 is the first Windows release that supports 256 colors.
43388
+ // Windows 10 build 14931 is the first release that supports 16m/TrueColor.
43389
+ const osRelease = os.release().split('.')
43390
+ if (Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) {
43391
+ return Number(osRelease[2]) >= 14931 ? 3 : 2
43392
+ }
43393
+ return 1
43394
+ }
43395
+ if ('CI' in env) {
43396
+ if (
43397
+ [
43398
+ 'TRAVIS',
43399
+ 'CIRCLECI',
43400
+ 'APPVEYOR',
43401
+ 'GITLAB_CI',
43402
+ 'GITHUB_ACTIONS',
43403
+ 'BUILDKITE'
43404
+ ].some(sign => sign in env) ||
43405
+ env.CI_NAME === 'codeship'
43406
+ ) {
43407
+ return 1
43408
+ }
43409
+ return min
43410
+ }
43411
+ if ('TEAMCITY_VERSION' in env) {
43412
+ return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0
43413
+ }
43414
+ if (env.COLORTERM === 'truecolor') {
43415
+ return 3
43416
+ }
43417
+ if ('TERM_PROGRAM' in env) {
43418
+ const version = parseInt(
43419
+ (env.TERM_PROGRAM_VERSION || '').split('.')[0],
43420
+ 10
43421
+ )
43422
+ switch (env.TERM_PROGRAM) {
43423
+ case 'iTerm.app':
43424
+ return version >= 3 ? 3 : 2
43425
+ case 'Apple_Terminal':
43426
+ return 2
43427
+ // No default
43428
+ }
43429
+ }
43430
+ if (/-256(color)?$/i.test(env.TERM)) {
43431
+ return 2
43432
+ }
43433
+ if (
43434
+ /^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(
43435
+ env.TERM
43436
+ )
43437
+ ) {
43438
+ return 1
43439
+ }
43440
+ if ('COLORTERM' in env) {
43441
+ return 1
43442
+ }
43443
+ return min
43444
+ }
43445
+ function getSupportLevel(stream) {
43446
+ const level = supportsColor(stream, stream && stream.isTTY)
43447
+ return translateLevel(level)
43448
+ }
43449
+ supportsColor_1$1 = {
43450
+ supportsColor: getSupportLevel,
43451
+ stdout: translateLevel(supportsColor(true, tty.isatty(1))),
43452
+ stderr: translateLevel(supportsColor(true, tty.isatty(2)))
43453
+ }
43454
+ return supportsColor_1$1
43455
+ }
43456
+
43457
+ let supportsHyperlinks
43458
+ let hasRequiredSupportsHyperlinks
43459
+ function requireSupportsHyperlinks() {
43460
+ if (hasRequiredSupportsHyperlinks) {
43461
+ return supportsHyperlinks
43462
+ }
43463
+ hasRequiredSupportsHyperlinks = 1
43464
+ const supportsColor = requireSupportsColor$1()
43465
+ const hasFlag = requireHasFlag$1()
43466
+ function parseVersion(versionString) {
43467
+ if (/^\d{3,4}$/.test(versionString)) {
43468
+ // Env var doesn't always use dots. example: 4601 => 46.1.0
43469
+ const m = /(\d{1,2})(\d{2})/.exec(versionString)
43470
+ return {
43471
+ major: 0,
43472
+ minor: parseInt(m[1], 10),
43473
+ patch: parseInt(m[2], 10)
43474
+ }
43475
+ }
43476
+ const versions = (versionString || '').split('.').map(n => parseInt(n, 10))
43477
+ return {
43478
+ major: versions[0],
43479
+ minor: versions[1],
43480
+ patch: versions[2]
43481
+ }
43482
+ }
43483
+ function supportsHyperlink(stream) {
43484
+ const { env } = process
43485
+ if ('FORCE_HYPERLINK' in env) {
43486
+ return !(
43487
+ env.FORCE_HYPERLINK.length > 0 &&
43488
+ parseInt(env.FORCE_HYPERLINK, 10) === 0
43489
+ )
43490
+ }
43491
+ if (
43492
+ hasFlag('no-hyperlink') ||
43493
+ hasFlag('no-hyperlinks') ||
43494
+ hasFlag('hyperlink=false') ||
43495
+ hasFlag('hyperlink=never')
43496
+ ) {
43497
+ return false
43498
+ }
43499
+ if (hasFlag('hyperlink=true') || hasFlag('hyperlink=always')) {
43500
+ return true
43501
+ }
43502
+
43503
+ // Netlify does not run a TTY, it does not need `supportsColor` check
43504
+ if ('NETLIFY' in env) {
43505
+ return true
43506
+ }
43507
+
43508
+ // If they specify no colors, they probably don't want hyperlinks.
43509
+ if (!supportsColor.supportsColor(stream)) {
43510
+ return false
43511
+ }
43512
+ if (stream && !stream.isTTY) {
43513
+ return false
43514
+ }
43515
+ if (process.platform === 'win32') {
43516
+ return false
43517
+ }
43518
+ if ('CI' in env) {
43519
+ return false
43520
+ }
43521
+ if ('TEAMCITY_VERSION' in env) {
43522
+ return false
43523
+ }
43524
+ if ('TERM_PROGRAM' in env) {
43525
+ const version = parseVersion(env.TERM_PROGRAM_VERSION)
43526
+ switch (env.TERM_PROGRAM) {
43527
+ case 'iTerm.app':
43528
+ if (version.major === 3) {
43529
+ return version.minor >= 1
43530
+ }
43531
+ return version.major > 3
43532
+ case 'WezTerm':
43533
+ return version.major >= 20200620
43534
+ case 'vscode':
43535
+ return (
43536
+ version.major > 1 || (version.major === 1 && version.minor >= 72)
43537
+ )
43538
+ // No default
43539
+ }
43540
+ }
43541
+ if ('VTE_VERSION' in env) {
43542
+ // 0.50.0 was supposed to support hyperlinks, but throws a segfault
43543
+ if (env.VTE_VERSION === '0.50.0') {
43544
+ return false
43545
+ }
43546
+ const version = parseVersion(env.VTE_VERSION)
43547
+ return version.major > 0 || version.minor >= 50
43548
+ }
43549
+ return false
43550
+ }
43551
+ supportsHyperlinks = {
43552
+ supportsHyperlink,
43553
+ stdout: supportsHyperlink(process.stdout),
43554
+ stderr: supportsHyperlink(process.stderr)
43555
+ }
43556
+ return supportsHyperlinks
43557
+ }
43558
+
43559
+ let hasRequiredTerminalLink
43560
+ function requireTerminalLink() {
43561
+ if (hasRequiredTerminalLink) {
43562
+ return terminalLink.exports
43563
+ }
43564
+ hasRequiredTerminalLink = 1
43565
+ ;(function (module) {
43566
+ const ansiEscapes = requireAnsiEscapes()
43567
+ const supportsHyperlinks = requireSupportsHyperlinks()
43568
+ const terminalLink = (
43569
+ text,
43570
+ url,
43571
+ { target = 'stdout', ...options } = {}
43572
+ ) => {
43573
+ if (!supportsHyperlinks[target]) {
43574
+ // If the fallback has been explicitly disabled, don't modify the text itself.
43575
+ if (options.fallback === false) {
43576
+ return text
43577
+ }
43578
+ return typeof options.fallback === 'function'
43579
+ ? options.fallback(text, url)
43580
+ : `${text} (\u200B${url}\u200B)`
43581
+ }
43582
+ return ansiEscapes.link(text, url)
43583
+ }
43584
+ module.exports = (text, url, options = {}) =>
43585
+ terminalLink(text, url, options)
43586
+ module.exports.stderr = (text, url, options = {}) =>
43587
+ terminalLink(text, url, {
43588
+ target: 'stderr',
43589
+ ...options
43590
+ })
43591
+ module.exports.isSupported = supportsHyperlinks.stdout
43592
+ module.exports.stderr.isSupported = supportsHyperlinks.stderr
43593
+ })(terminalLink)
43594
+ return terminalLink.exports
43595
+ }
43596
+
43597
+ const terminalLinkExports = requireTerminalLink()
43598
+
43142
43599
  /**
43143
43600
  * @license
43144
43601
  * Copyright (c) 2016, Contributors
@@ -44602,7 +45059,7 @@ function requireLib$l() {
44602
45059
  // Write a binroot/pkg.bin + ".cmd" file that has this line in it:
44603
45060
  // @<prog> <args...> %dp0%<target> %*
44604
45061
 
44605
- const { chmod, mkdir, readFile, stat, unlink, writeFile } = require$$1$6
45062
+ const { chmod, mkdir, readFile, stat, unlink, writeFile } = require$$1$7
44606
45063
  const { dirname, relative } = require$$0$5
44607
45064
  const toBatchSyntax = requireToBatchSyntax()
44608
45065
  // linting disabled because this regex is really long
@@ -44860,7 +45317,7 @@ function requirePosix() {
44860
45317
  })
44861
45318
  posix.sync = posix.isexe = void 0
44862
45319
  const fs_1 = require$$0$6
44863
- const promises_1 = require$$1$6
45320
+ const promises_1 = require$$1$7
44864
45321
  /**
44865
45322
  * Determine whether a path is executable according to the mode and
44866
45323
  * current (or specified) user and group IDs.
@@ -44940,7 +45397,7 @@ function requireWin32() {
44940
45397
  })
44941
45398
  win32.sync = win32.isexe = void 0
44942
45399
  const fs_1 = require$$0$6
44943
- const promises_1 = require$$1$6
45400
+ const promises_1 = require$$1$7
44944
45401
  /**
44945
45402
  * Determine whether a path is executable based on the file extension
44946
45403
  * and PATHEXT environment variable (or specified pathExt option)
@@ -47154,32 +47611,32 @@ function requireAnsiStyles() {
47154
47611
  return ansiStyles.exports
47155
47612
  }
47156
47613
 
47157
- let hasFlag$1
47158
- let hasRequiredHasFlag$1
47159
- function requireHasFlag$1() {
47160
- if (hasRequiredHasFlag$1) {
47161
- return hasFlag$1
47614
+ let hasFlag
47615
+ let hasRequiredHasFlag
47616
+ function requireHasFlag() {
47617
+ if (hasRequiredHasFlag) {
47618
+ return hasFlag
47162
47619
  }
47163
- hasRequiredHasFlag$1 = 1
47164
- hasFlag$1 = (flag, argv) => {
47620
+ hasRequiredHasFlag = 1
47621
+ hasFlag = (flag, argv) => {
47165
47622
  argv = argv || process.argv
47166
47623
  const prefix = flag.startsWith('-') ? '' : flag.length === 1 ? '-' : '--'
47167
47624
  const pos = argv.indexOf(prefix + flag)
47168
47625
  const terminatorPos = argv.indexOf('--')
47169
47626
  return pos !== -1 && (terminatorPos === -1 ? true : pos < terminatorPos)
47170
47627
  }
47171
- return hasFlag$1
47628
+ return hasFlag
47172
47629
  }
47173
47630
 
47174
- let supportsColor_1$1
47175
- let hasRequiredSupportsColor$1
47176
- function requireSupportsColor$1() {
47177
- if (hasRequiredSupportsColor$1) {
47178
- return supportsColor_1$1
47631
+ let supportsColor_1
47632
+ let hasRequiredSupportsColor
47633
+ function requireSupportsColor() {
47634
+ if (hasRequiredSupportsColor) {
47635
+ return supportsColor_1
47179
47636
  }
47180
- hasRequiredSupportsColor$1 = 1
47637
+ hasRequiredSupportsColor = 1
47181
47638
  const os = require$$0$c
47182
- const hasFlag = requireHasFlag$1()
47639
+ const hasFlag = requireHasFlag()
47183
47640
  const env = process.env
47184
47641
  let forceColor
47185
47642
  if (hasFlag('no-color') || hasFlag('no-colors') || hasFlag('color=false')) {
@@ -47294,12 +47751,12 @@ function requireSupportsColor$1() {
47294
47751
  const level = supportsColor(stream)
47295
47752
  return translateLevel(level)
47296
47753
  }
47297
- supportsColor_1$1 = {
47754
+ supportsColor_1 = {
47298
47755
  supportsColor: getSupportLevel,
47299
47756
  stdout: getSupportLevel(process.stdout),
47300
47757
  stderr: getSupportLevel(process.stderr)
47301
47758
  }
47302
- return supportsColor_1$1
47759
+ return supportsColor_1
47303
47760
  }
47304
47761
 
47305
47762
  let templates
@@ -47437,7 +47894,7 @@ function requireChalk() {
47437
47894
  ;(function (module) {
47438
47895
  const escapeStringRegexp = requireEscapeStringRegexp()
47439
47896
  const ansiStyles = requireAnsiStyles()
47440
- const stdoutColor = requireSupportsColor$1().stdout
47897
+ const stdoutColor = requireSupportsColor().stdout
47441
47898
  const template = requireTemplates()
47442
47899
  const isSimpleWindowsTerm =
47443
47900
  process.platform === 'win32' &&
@@ -47806,445 +48263,6 @@ function requireSrc() {
47806
48263
 
47807
48264
  const srcExports = requireSrc()
47808
48265
 
47809
- const terminalLink = { exports: {} }
47810
-
47811
- const ansiEscapes = { exports: {} }
47812
-
47813
- let hasRequiredAnsiEscapes
47814
- function requireAnsiEscapes() {
47815
- if (hasRequiredAnsiEscapes) {
47816
- return ansiEscapes.exports
47817
- }
47818
- hasRequiredAnsiEscapes = 1
47819
- ;(function (module) {
47820
- const ansiEscapes = module.exports
47821
- // TODO: remove this in the next major version
47822
- module.exports.default = ansiEscapes
47823
- const ESC = '\u001B['
47824
- const OSC = '\u001B]'
47825
- const BEL = '\u0007'
47826
- const SEP = ';'
47827
- const isTerminalApp = process.env.TERM_PROGRAM === 'Apple_Terminal'
47828
- ansiEscapes.cursorTo = (x, y) => {
47829
- if (typeof x !== 'number') {
47830
- throw new TypeError('The `x` argument is required')
47831
- }
47832
- if (typeof y !== 'number') {
47833
- return ESC + (x + 1) + 'G'
47834
- }
47835
- return ESC + (y + 1) + ';' + (x + 1) + 'H'
47836
- }
47837
- ansiEscapes.cursorMove = (x, y) => {
47838
- if (typeof x !== 'number') {
47839
- throw new TypeError('The `x` argument is required')
47840
- }
47841
- let ret = ''
47842
- if (x < 0) {
47843
- ret += ESC + -x + 'D'
47844
- } else if (x > 0) {
47845
- ret += ESC + x + 'C'
47846
- }
47847
- if (y < 0) {
47848
- ret += ESC + -y + 'A'
47849
- } else if (y > 0) {
47850
- ret += ESC + y + 'B'
47851
- }
47852
- return ret
47853
- }
47854
- ansiEscapes.cursorUp = (count = 1) => ESC + count + 'A'
47855
- ansiEscapes.cursorDown = (count = 1) => ESC + count + 'B'
47856
- ansiEscapes.cursorForward = (count = 1) => ESC + count + 'C'
47857
- ansiEscapes.cursorBackward = (count = 1) => ESC + count + 'D'
47858
- ansiEscapes.cursorLeft = ESC + 'G'
47859
- ansiEscapes.cursorSavePosition = isTerminalApp ? '\u001B7' : ESC + 's'
47860
- ansiEscapes.cursorRestorePosition = isTerminalApp ? '\u001B8' : ESC + 'u'
47861
- ansiEscapes.cursorGetPosition = ESC + '6n'
47862
- ansiEscapes.cursorNextLine = ESC + 'E'
47863
- ansiEscapes.cursorPrevLine = ESC + 'F'
47864
- ansiEscapes.cursorHide = ESC + '?25l'
47865
- ansiEscapes.cursorShow = ESC + '?25h'
47866
- ansiEscapes.eraseLines = count => {
47867
- let clear = ''
47868
- for (let i = 0; i < count; i++) {
47869
- clear +=
47870
- ansiEscapes.eraseLine + (i < count - 1 ? ansiEscapes.cursorUp() : '')
47871
- }
47872
- if (count) {
47873
- clear += ansiEscapes.cursorLeft
47874
- }
47875
- return clear
47876
- }
47877
- ansiEscapes.eraseEndLine = ESC + 'K'
47878
- ansiEscapes.eraseStartLine = ESC + '1K'
47879
- ansiEscapes.eraseLine = ESC + '2K'
47880
- ansiEscapes.eraseDown = ESC + 'J'
47881
- ansiEscapes.eraseUp = ESC + '1J'
47882
- ansiEscapes.eraseScreen = ESC + '2J'
47883
- ansiEscapes.scrollUp = ESC + 'S'
47884
- ansiEscapes.scrollDown = ESC + 'T'
47885
- ansiEscapes.clearScreen = '\u001Bc'
47886
- ansiEscapes.clearTerminal =
47887
- process.platform === 'win32'
47888
- ? `${ansiEscapes.eraseScreen}${ESC}0f`
47889
- : // 1. Erases the screen (Only done in case `2` is not supported)
47890
- // 2. Erases the whole screen including scrollback buffer
47891
- // 3. Moves cursor to the top-left position
47892
- // More info: https://www.real-world-systems.com/docs/ANSIcode.html
47893
- `${ansiEscapes.eraseScreen}${ESC}3J${ESC}H`
47894
- ansiEscapes.beep = BEL
47895
- ansiEscapes.link = (text, url) => {
47896
- return [OSC, '8', SEP, SEP, url, BEL, text, OSC, '8', SEP, SEP, BEL].join(
47897
- ''
47898
- )
47899
- }
47900
- ansiEscapes.image = (buffer, options = {}) => {
47901
- let ret = `${OSC}1337;File=inline=1`
47902
- if (options.width) {
47903
- ret += `;width=${options.width}`
47904
- }
47905
- if (options.height) {
47906
- ret += `;height=${options.height}`
47907
- }
47908
- if (options.preserveAspectRatio === false) {
47909
- ret += ';preserveAspectRatio=0'
47910
- }
47911
- return ret + ':' + buffer.toString('base64') + BEL
47912
- }
47913
- ansiEscapes.iTerm = {
47914
- setCwd: (cwd = process.cwd()) => `${OSC}50;CurrentDir=${cwd}${BEL}`,
47915
- annotation: (message, options = {}) => {
47916
- let ret = `${OSC}1337;`
47917
- const hasX = typeof options.x !== 'undefined'
47918
- const hasY = typeof options.y !== 'undefined'
47919
- if (
47920
- (hasX || hasY) &&
47921
- !(hasX && hasY && typeof options.length !== 'undefined')
47922
- ) {
47923
- throw new Error(
47924
- '`x`, `y` and `length` must be defined when `x` or `y` is defined'
47925
- )
47926
- }
47927
- message = message.replace(/\|/g, '')
47928
- ret += options.isHidden ? 'AddHiddenAnnotation=' : 'AddAnnotation='
47929
- if (options.length > 0) {
47930
- ret += (
47931
- hasX
47932
- ? [message, options.length, options.x, options.y]
47933
- : [options.length, message]
47934
- ).join('|')
47935
- } else {
47936
- ret += message
47937
- }
47938
- return ret + BEL
47939
- }
47940
- }
47941
- })(ansiEscapes)
47942
- return ansiEscapes.exports
47943
- }
47944
-
47945
- let hasFlag
47946
- let hasRequiredHasFlag
47947
- function requireHasFlag() {
47948
- if (hasRequiredHasFlag) {
47949
- return hasFlag
47950
- }
47951
- hasRequiredHasFlag = 1
47952
- hasFlag = (flag, argv = process.argv) => {
47953
- const prefix = flag.startsWith('-') ? '' : flag.length === 1 ? '-' : '--'
47954
- const position = argv.indexOf(prefix + flag)
47955
- const terminatorPosition = argv.indexOf('--')
47956
- return (
47957
- position !== -1 &&
47958
- (terminatorPosition === -1 || position < terminatorPosition)
47959
- )
47960
- }
47961
- return hasFlag
47962
- }
47963
-
47964
- let supportsColor_1
47965
- let hasRequiredSupportsColor
47966
- function requireSupportsColor() {
47967
- if (hasRequiredSupportsColor) {
47968
- return supportsColor_1
47969
- }
47970
- hasRequiredSupportsColor = 1
47971
- const os = require$$0$c
47972
- const tty = require$$1$7
47973
- const hasFlag = requireHasFlag()
47974
- const { env } = process
47975
- let forceColor
47976
- if (
47977
- hasFlag('no-color') ||
47978
- hasFlag('no-colors') ||
47979
- hasFlag('color=false') ||
47980
- hasFlag('color=never')
47981
- ) {
47982
- forceColor = 0
47983
- } else if (
47984
- hasFlag('color') ||
47985
- hasFlag('colors') ||
47986
- hasFlag('color=true') ||
47987
- hasFlag('color=always')
47988
- ) {
47989
- forceColor = 1
47990
- }
47991
- if ('FORCE_COLOR' in env) {
47992
- if (env.FORCE_COLOR === 'true') {
47993
- forceColor = 1
47994
- } else if (env.FORCE_COLOR === 'false') {
47995
- forceColor = 0
47996
- } else {
47997
- forceColor =
47998
- env.FORCE_COLOR.length === 0
47999
- ? 1
48000
- : Math.min(parseInt(env.FORCE_COLOR, 10), 3)
48001
- }
48002
- }
48003
- function translateLevel(level) {
48004
- if (level === 0) {
48005
- return false
48006
- }
48007
- return {
48008
- level,
48009
- hasBasic: true,
48010
- has256: level >= 2,
48011
- has16m: level >= 3
48012
- }
48013
- }
48014
- function supportsColor(haveStream, streamIsTTY) {
48015
- if (forceColor === 0) {
48016
- return 0
48017
- }
48018
- if (
48019
- hasFlag('color=16m') ||
48020
- hasFlag('color=full') ||
48021
- hasFlag('color=truecolor')
48022
- ) {
48023
- return 3
48024
- }
48025
- if (hasFlag('color=256')) {
48026
- return 2
48027
- }
48028
- if (haveStream && !streamIsTTY && forceColor === undefined) {
48029
- return 0
48030
- }
48031
- const min = forceColor || 0
48032
- if (env.TERM === 'dumb') {
48033
- return min
48034
- }
48035
- if (process.platform === 'win32') {
48036
- // Windows 10 build 10586 is the first Windows release that supports 256 colors.
48037
- // Windows 10 build 14931 is the first release that supports 16m/TrueColor.
48038
- const osRelease = os.release().split('.')
48039
- if (Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) {
48040
- return Number(osRelease[2]) >= 14931 ? 3 : 2
48041
- }
48042
- return 1
48043
- }
48044
- if ('CI' in env) {
48045
- if (
48046
- [
48047
- 'TRAVIS',
48048
- 'CIRCLECI',
48049
- 'APPVEYOR',
48050
- 'GITLAB_CI',
48051
- 'GITHUB_ACTIONS',
48052
- 'BUILDKITE'
48053
- ].some(sign => sign in env) ||
48054
- env.CI_NAME === 'codeship'
48055
- ) {
48056
- return 1
48057
- }
48058
- return min
48059
- }
48060
- if ('TEAMCITY_VERSION' in env) {
48061
- return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0
48062
- }
48063
- if (env.COLORTERM === 'truecolor') {
48064
- return 3
48065
- }
48066
- if ('TERM_PROGRAM' in env) {
48067
- const version = parseInt(
48068
- (env.TERM_PROGRAM_VERSION || '').split('.')[0],
48069
- 10
48070
- )
48071
- switch (env.TERM_PROGRAM) {
48072
- case 'iTerm.app':
48073
- return version >= 3 ? 3 : 2
48074
- case 'Apple_Terminal':
48075
- return 2
48076
- // No default
48077
- }
48078
- }
48079
- if (/-256(color)?$/i.test(env.TERM)) {
48080
- return 2
48081
- }
48082
- if (
48083
- /^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(
48084
- env.TERM
48085
- )
48086
- ) {
48087
- return 1
48088
- }
48089
- if ('COLORTERM' in env) {
48090
- return 1
48091
- }
48092
- return min
48093
- }
48094
- function getSupportLevel(stream) {
48095
- const level = supportsColor(stream, stream && stream.isTTY)
48096
- return translateLevel(level)
48097
- }
48098
- supportsColor_1 = {
48099
- supportsColor: getSupportLevel,
48100
- stdout: translateLevel(supportsColor(true, tty.isatty(1))),
48101
- stderr: translateLevel(supportsColor(true, tty.isatty(2)))
48102
- }
48103
- return supportsColor_1
48104
- }
48105
-
48106
- let supportsHyperlinks
48107
- let hasRequiredSupportsHyperlinks
48108
- function requireSupportsHyperlinks() {
48109
- if (hasRequiredSupportsHyperlinks) {
48110
- return supportsHyperlinks
48111
- }
48112
- hasRequiredSupportsHyperlinks = 1
48113
- const supportsColor = requireSupportsColor()
48114
- const hasFlag = requireHasFlag()
48115
- function parseVersion(versionString) {
48116
- if (/^\d{3,4}$/.test(versionString)) {
48117
- // Env var doesn't always use dots. example: 4601 => 46.1.0
48118
- const m = /(\d{1,2})(\d{2})/.exec(versionString)
48119
- return {
48120
- major: 0,
48121
- minor: parseInt(m[1], 10),
48122
- patch: parseInt(m[2], 10)
48123
- }
48124
- }
48125
- const versions = (versionString || '').split('.').map(n => parseInt(n, 10))
48126
- return {
48127
- major: versions[0],
48128
- minor: versions[1],
48129
- patch: versions[2]
48130
- }
48131
- }
48132
- function supportsHyperlink(stream) {
48133
- const { env } = process
48134
- if ('FORCE_HYPERLINK' in env) {
48135
- return !(
48136
- env.FORCE_HYPERLINK.length > 0 &&
48137
- parseInt(env.FORCE_HYPERLINK, 10) === 0
48138
- )
48139
- }
48140
- if (
48141
- hasFlag('no-hyperlink') ||
48142
- hasFlag('no-hyperlinks') ||
48143
- hasFlag('hyperlink=false') ||
48144
- hasFlag('hyperlink=never')
48145
- ) {
48146
- return false
48147
- }
48148
- if (hasFlag('hyperlink=true') || hasFlag('hyperlink=always')) {
48149
- return true
48150
- }
48151
-
48152
- // Netlify does not run a TTY, it does not need `supportsColor` check
48153
- if ('NETLIFY' in env) {
48154
- return true
48155
- }
48156
-
48157
- // If they specify no colors, they probably don't want hyperlinks.
48158
- if (!supportsColor.supportsColor(stream)) {
48159
- return false
48160
- }
48161
- if (stream && !stream.isTTY) {
48162
- return false
48163
- }
48164
- if (process.platform === 'win32') {
48165
- return false
48166
- }
48167
- if ('CI' in env) {
48168
- return false
48169
- }
48170
- if ('TEAMCITY_VERSION' in env) {
48171
- return false
48172
- }
48173
- if ('TERM_PROGRAM' in env) {
48174
- const version = parseVersion(env.TERM_PROGRAM_VERSION)
48175
- switch (env.TERM_PROGRAM) {
48176
- case 'iTerm.app':
48177
- if (version.major === 3) {
48178
- return version.minor >= 1
48179
- }
48180
- return version.major > 3
48181
- case 'WezTerm':
48182
- return version.major >= 20200620
48183
- case 'vscode':
48184
- return (
48185
- version.major > 1 || (version.major === 1 && version.minor >= 72)
48186
- )
48187
- // No default
48188
- }
48189
- }
48190
- if ('VTE_VERSION' in env) {
48191
- // 0.50.0 was supposed to support hyperlinks, but throws a segfault
48192
- if (env.VTE_VERSION === '0.50.0') {
48193
- return false
48194
- }
48195
- const version = parseVersion(env.VTE_VERSION)
48196
- return version.major > 0 || version.minor >= 50
48197
- }
48198
- return false
48199
- }
48200
- supportsHyperlinks = {
48201
- supportsHyperlink,
48202
- stdout: supportsHyperlink(process.stdout),
48203
- stderr: supportsHyperlink(process.stderr)
48204
- }
48205
- return supportsHyperlinks
48206
- }
48207
-
48208
- let hasRequiredTerminalLink
48209
- function requireTerminalLink() {
48210
- if (hasRequiredTerminalLink) {
48211
- return terminalLink.exports
48212
- }
48213
- hasRequiredTerminalLink = 1
48214
- ;(function (module) {
48215
- const ansiEscapes = requireAnsiEscapes()
48216
- const supportsHyperlinks = requireSupportsHyperlinks()
48217
- const terminalLink = (
48218
- text,
48219
- url,
48220
- { target = 'stdout', ...options } = {}
48221
- ) => {
48222
- if (!supportsHyperlinks[target]) {
48223
- // If the fallback has been explicitly disabled, don't modify the text itself.
48224
- if (options.fallback === false) {
48225
- return text
48226
- }
48227
- return typeof options.fallback === 'function'
48228
- ? options.fallback(text, url)
48229
- : `${text} (\u200B${url}\u200B)`
48230
- }
48231
- return ansiEscapes.link(text, url)
48232
- }
48233
- module.exports = (text, url, options = {}) =>
48234
- terminalLink(text, url, options)
48235
- module.exports.stderr = (text, url, options = {}) =>
48236
- terminalLink(text, url, {
48237
- target: 'stderr',
48238
- ...options
48239
- })
48240
- module.exports.isSupported = supportsHyperlinks.stdout
48241
- module.exports.stderr.isSupported = supportsHyperlinks.stderr
48242
- })(terminalLink)
48243
- return terminalLink.exports
48244
- }
48245
-
48246
- const terminalLinkExports = requireTerminalLink()
48247
-
48248
48266
  let error$2
48249
48267
  let hasRequiredError$2
48250
48268
  function requireError$2() {
@@ -56763,6 +56781,51 @@ const Octokit = Octokit$1.plugin(
56763
56781
  userAgent: `octokit-rest.js/${VERSION}`
56764
56782
  })
56765
56783
 
56784
+ let indentString
56785
+ let hasRequiredIndentString
56786
+
56787
+ function requireIndentString() {
56788
+ if (hasRequiredIndentString) {
56789
+ return indentString
56790
+ }
56791
+ hasRequiredIndentString = 1
56792
+
56793
+ indentString = function indentString(string, count = 1, options) {
56794
+ const { includeEmptyLines = false, indent = ' ' } = {
56795
+ __proto__: null,
56796
+ ...options
56797
+ }
56798
+ if (typeof string !== 'string') {
56799
+ throw new TypeError(
56800
+ `Expected \`input\` to be a \`string\`, got \`${typeof string}\``
56801
+ )
56802
+ }
56803
+ if (typeof count !== 'number') {
56804
+ throw new TypeError(
56805
+ `Expected \`count\` to be a \`number\`, got \`${typeof count}\``
56806
+ )
56807
+ }
56808
+ if (count < 0) {
56809
+ throw new RangeError(
56810
+ `Expected \`count\` to be at least 0, got \`${count}\``
56811
+ )
56812
+ }
56813
+ if (typeof indent !== 'string') {
56814
+ throw new TypeError(
56815
+ `Expected \`options.indent\` to be a \`string\`, got \`${typeof indent}\``
56816
+ )
56817
+ }
56818
+ if (count === 0) {
56819
+ return string
56820
+ }
56821
+ const regex = includeEmptyLines ? /^/gm : /^(?!\s*$)/gm
56822
+ return string.replace(regex, indent.repeat(count))
56823
+ }
56824
+ return indentString
56825
+ }
56826
+
56827
+ const indentStringExports = /*@__PURE__*/ requireIndentString()
56828
+
56766
56829
  const npa = { exports: {} }
56767
56830
 
56768
56831
  const commonjs$1 = {}
@@ -63222,51 +63285,6 @@ function requireLib$b() {
63222
63285
 
63223
63286
  const libExports$1 = requireLib$b()
63224
63287
 
63225
- let indentString
63226
- let hasRequiredIndentString
63227
-
63228
- function requireIndentString() {
63229
- if (hasRequiredIndentString) {
63230
- return indentString
63231
- }
63232
- hasRequiredIndentString = 1
63233
-
63234
- indentString = function indentString(string, count = 1, options) {
63235
- const { includeEmptyLines = false, indent = ' ' } = {
63236
- __proto__: null,
63237
- ...options
63238
- }
63239
- if (typeof string !== 'string') {
63240
- throw new TypeError(
63241
- `Expected \`input\` to be a \`string\`, got \`${typeof string}\``
63242
- )
63243
- }
63244
- if (typeof count !== 'number') {
63245
- throw new TypeError(
63246
- `Expected \`count\` to be a \`number\`, got \`${typeof count}\``
63247
- )
63248
- }
63249
- if (count < 0) {
63250
- throw new RangeError(
63251
- `Expected \`count\` to be at least 0, got \`${count}\``
63252
- )
63253
- }
63254
- if (typeof indent !== 'string') {
63255
- throw new TypeError(
63256
- `Expected \`options.indent\` to be a \`string\`, got \`${typeof indent}\``
63257
- )
63258
- }
63259
- if (count === 0) {
63260
- return string
63261
- }
63262
- const regex = includeEmptyLines ? /^/gm : /^(?!\s*$)/gm
63263
- return string.replace(regex, indent.repeat(count))
63264
- }
63265
- return indentString
63266
- }
63267
-
63268
- const indentStringExports = /*@__PURE__*/ requireIndentString()
63269
-
63270
63288
  const lib$a = {}
63271
63289
 
63272
63290
  const write = {}
@@ -86291,159 +86309,160 @@ function requireBrowserVersions$1() {
86291
86309
  NB: '132',
86292
86310
  OB: '133',
86293
86311
  PB: '134',
86294
- QB: '5',
86295
- RB: '19',
86296
- SB: '28',
86297
- TB: '29',
86298
- UB: '30',
86299
- VB: '31',
86300
- WB: '32',
86301
- XB: '33',
86302
- YB: '34',
86303
- ZB: '35',
86304
- aB: '36',
86305
- bB: '37',
86306
- cB: '38',
86307
- dB: '39',
86308
- eB: '40',
86309
- fB: '41',
86310
- gB: '42',
86311
- hB: '43',
86312
- iB: '44',
86313
- jB: '45',
86314
- kB: '46',
86315
- lB: '47',
86316
- mB: '48',
86317
- nB: '49',
86318
- oB: '50',
86319
- pB: '51',
86320
- qB: '52',
86321
- rB: '53',
86322
- sB: '54',
86323
- tB: '55',
86324
- uB: '56',
86325
- vB: '57',
86326
- wB: '58',
86327
- xB: '60',
86328
- yB: '62',
86329
- zB: '63',
86330
- '0B': '64',
86331
- '1B': '65',
86332
- '2B': '66',
86333
- '3B': '67',
86334
- '4B': '68',
86335
- '5B': '69',
86336
- '6B': '70',
86337
- '7B': '71',
86338
- '8B': '72',
86339
- '9B': '73',
86340
- AC: '74',
86341
- BC: '75',
86342
- CC: '76',
86343
- DC: '77',
86344
- EC: '78',
86345
- FC: '137',
86346
- GC: '11.1',
86347
- HC: '12.1',
86348
- IC: '15.5',
86349
- JC: '16.0',
86350
- KC: '17.0',
86351
- LC: '18.0',
86352
- MC: '3',
86353
- NC: '59',
86354
- OC: '61',
86355
- PC: '82',
86356
- QC: '136',
86312
+ QB: '136',
86313
+ RB: '5',
86314
+ SB: '19',
86315
+ TB: '28',
86316
+ UB: '29',
86317
+ VB: '30',
86318
+ WB: '31',
86319
+ XB: '32',
86320
+ YB: '33',
86321
+ ZB: '34',
86322
+ aB: '35',
86323
+ bB: '36',
86324
+ cB: '37',
86325
+ dB: '38',
86326
+ eB: '39',
86327
+ fB: '40',
86328
+ gB: '41',
86329
+ hB: '42',
86330
+ iB: '43',
86331
+ jB: '44',
86332
+ kB: '45',
86333
+ lB: '46',
86334
+ mB: '47',
86335
+ nB: '48',
86336
+ oB: '49',
86337
+ pB: '50',
86338
+ qB: '51',
86339
+ rB: '52',
86340
+ sB: '53',
86341
+ tB: '54',
86342
+ uB: '55',
86343
+ vB: '56',
86344
+ wB: '57',
86345
+ xB: '58',
86346
+ yB: '60',
86347
+ zB: '62',
86348
+ '0B': '63',
86349
+ '1B': '64',
86350
+ '2B': '65',
86351
+ '3B': '66',
86352
+ '4B': '67',
86353
+ '5B': '68',
86354
+ '6B': '69',
86355
+ '7B': '70',
86356
+ '8B': '71',
86357
+ '9B': '72',
86358
+ AC: '73',
86359
+ BC: '74',
86360
+ CC: '75',
86361
+ DC: '76',
86362
+ EC: '77',
86363
+ FC: '78',
86364
+ GC: '137',
86365
+ HC: '11.1',
86366
+ IC: '12.1',
86367
+ JC: '15.5',
86368
+ KC: '16.0',
86369
+ LC: '17.0',
86370
+ MC: '18.0',
86371
+ NC: '3',
86372
+ OC: '59',
86373
+ PC: '61',
86374
+ QC: '82',
86357
86375
  RC: '138',
86358
- SC: '3.2',
86359
- TC: '10.1',
86360
- UC: '15.2-15.3',
86361
- VC: '15.4',
86362
- WC: '16.1',
86363
- XC: '16.2',
86364
- YC: '16.3',
86365
- ZC: '16.4',
86366
- aC: '16.5',
86367
- bC: '17.1',
86368
- cC: '17.2',
86369
- dC: '17.3',
86370
- eC: '17.4',
86371
- fC: '17.5',
86372
- gC: '18.1',
86373
- hC: '18.2',
86374
- iC: '18.3',
86375
- jC: '18.4',
86376
- kC: '18.5',
86377
- lC: '11.5',
86378
- mC: '4.2-4.3',
86379
- nC: '5.5',
86380
- oC: '2',
86381
- pC: '139',
86376
+ SC: '139',
86377
+ TC: '3.2',
86378
+ UC: '10.1',
86379
+ VC: '15.2-15.3',
86380
+ WC: '15.4',
86381
+ XC: '16.1',
86382
+ YC: '16.2',
86383
+ ZC: '16.3',
86384
+ aC: '16.4',
86385
+ bC: '16.5',
86386
+ cC: '17.1',
86387
+ dC: '17.2',
86388
+ eC: '17.3',
86389
+ fC: '17.4',
86390
+ gC: '17.5',
86391
+ hC: '18.1',
86392
+ iC: '18.2',
86393
+ jC: '18.3',
86394
+ kC: '18.4',
86395
+ lC: '18.5',
86396
+ mC: '11.5',
86397
+ nC: '4.2-4.3',
86398
+ oC: '5.5',
86399
+ pC: '2',
86382
86400
  qC: '140',
86383
- rC: '3.5',
86384
- sC: '3.6',
86385
- tC: '3.1',
86386
- uC: '5.1',
86387
- vC: '6.1',
86388
- wC: '7.1',
86389
- xC: '9.1',
86390
- yC: '13.1',
86391
- zC: '14.1',
86392
- '0C': '15.1',
86393
- '1C': '15.6',
86394
- '2C': '16.6',
86395
- '3C': '17.6',
86396
- '4C': 'TP',
86397
- '5C': '9.5-9.6',
86398
- '6C': '10.0-10.1',
86399
- '7C': '10.5',
86400
- '8C': '10.6',
86401
- '9C': '11.6',
86402
- AD: '4.0-4.1',
86403
- BD: '5.0-5.1',
86404
- CD: '6.0-6.1',
86405
- DD: '7.0-7.1',
86406
- ED: '8.1-8.4',
86407
- FD: '9.0-9.2',
86408
- GD: '9.3',
86409
- HD: '10.0-10.2',
86410
- ID: '10.3',
86411
- JD: '11.0-11.2',
86412
- KD: '11.3-11.4',
86413
- LD: '12.0-12.1',
86414
- MD: '12.2-12.5',
86415
- ND: '13.0-13.1',
86416
- OD: '13.2',
86417
- PD: '13.3',
86418
- QD: '13.4-13.7',
86419
- RD: '14.0-14.4',
86420
- SD: '14.5-14.8',
86421
- TD: '15.0-15.1',
86422
- UD: '15.6-15.8',
86423
- VD: '16.6-16.7',
86424
- WD: '17.6-17.7',
86425
- XD: 'all',
86426
- YD: '2.1',
86427
- ZD: '2.2',
86428
- aD: '2.3',
86429
- bD: '4.1',
86430
- cD: '4.4',
86431
- dD: '4.4.3-4.4.4',
86432
- eD: '5.0-5.4',
86433
- fD: '6.2-6.4',
86434
- gD: '7.2-7.4',
86435
- hD: '8.2',
86436
- iD: '9.2',
86437
- jD: '11.1-11.2',
86438
- kD: '12.0',
86439
- lD: '13.0',
86440
- mD: '14.0',
86441
- nD: '15.0',
86442
- oD: '19.0',
86443
- pD: '14.9',
86444
- qD: '13.52',
86445
- rD: '2.5',
86446
- sD: '3.0-3.1'
86401
+ rC: '141',
86402
+ sC: '3.5',
86403
+ tC: '3.6',
86404
+ uC: '3.1',
86405
+ vC: '5.1',
86406
+ wC: '6.1',
86407
+ xC: '7.1',
86408
+ yC: '9.1',
86409
+ zC: '13.1',
86410
+ '0C': '14.1',
86411
+ '1C': '15.1',
86412
+ '2C': '15.6',
86413
+ '3C': '16.6',
86414
+ '4C': '17.6',
86415
+ '5C': 'TP',
86416
+ '6C': '9.5-9.6',
86417
+ '7C': '10.0-10.1',
86418
+ '8C': '10.5',
86419
+ '9C': '10.6',
86420
+ AD: '11.6',
86421
+ BD: '4.0-4.1',
86422
+ CD: '5.0-5.1',
86423
+ DD: '6.0-6.1',
86424
+ ED: '7.0-7.1',
86425
+ FD: '8.1-8.4',
86426
+ GD: '9.0-9.2',
86427
+ HD: '9.3',
86428
+ ID: '10.0-10.2',
86429
+ JD: '10.3',
86430
+ KD: '11.0-11.2',
86431
+ LD: '11.3-11.4',
86432
+ MD: '12.0-12.1',
86433
+ ND: '12.2-12.5',
86434
+ OD: '13.0-13.1',
86435
+ PD: '13.2',
86436
+ QD: '13.3',
86437
+ RD: '13.4-13.7',
86438
+ SD: '14.0-14.4',
86439
+ TD: '14.5-14.8',
86440
+ UD: '15.0-15.1',
86441
+ VD: '15.6-15.8',
86442
+ WD: '16.6-16.7',
86443
+ XD: '17.6-17.7',
86444
+ YD: 'all',
86445
+ ZD: '2.1',
86446
+ aD: '2.2',
86447
+ bD: '2.3',
86448
+ cD: '4.1',
86449
+ dD: '4.4',
86450
+ eD: '4.4.3-4.4.4',
86451
+ fD: '5.0-5.4',
86452
+ gD: '6.2-6.4',
86453
+ hD: '7.2-7.4',
86454
+ iD: '8.2',
86455
+ jD: '9.2',
86456
+ kD: '11.1-11.2',
86457
+ lD: '12.0',
86458
+ mD: '13.0',
86459
+ nD: '14.0',
86460
+ oD: '15.0',
86461
+ pD: '19.0',
86462
+ qD: '14.9',
86463
+ rD: '13.52',
86464
+ sD: '2.5',
86465
+ tD: '3.0-3.1'
86447
86466
  }
86448
86467
  return browserVersions
86449
86468
  }
@@ -86474,7 +86493,7 @@ function requireAgents$1() {
86474
86493
  F: 0.0324821,
86475
86494
  A: 0,
86476
86495
  B: 0.438508,
86477
- nC: 0
86496
+ oC: 0
86478
86497
  },
86479
86498
  B: 'ms',
86480
86499
  C: [
@@ -86609,7 +86628,8 @@ function requireAgents$1() {
86609
86628
  '',
86610
86629
  '',
86611
86630
  '',
86612
- 'nC',
86631
+ '',
86632
+ 'oC',
86613
86633
  'K',
86614
86634
  'D',
86615
86635
  'E',
@@ -86622,7 +86642,7 @@ function requireAgents$1() {
86622
86642
  ],
86623
86643
  E: 'IE',
86624
86644
  F: {
86625
- nC: 962323200,
86645
+ oC: 962323200,
86626
86646
  K: 998870400,
86627
86647
  D: 1161129600,
86628
86648
  E: 1237420800,
@@ -86695,7 +86715,8 @@ function requireAgents$1() {
86695
86715
  NB: 0.079706,
86696
86716
  OB: 1.34051,
86697
86717
  PB: 3.0252,
86698
- I: 0
86718
+ I: 0,
86719
+ QB: 0
86699
86720
  },
86700
86721
  B: 'webkit',
86701
86722
  C: [
@@ -86774,6 +86795,7 @@ function requireAgents$1() {
86774
86795
  '',
86775
86796
  '',
86776
86797
  '',
86798
+ '',
86777
86799
  'C',
86778
86800
  'L',
86779
86801
  'M',
@@ -86837,7 +86859,7 @@ function requireAgents$1() {
86837
86859
  'OB',
86838
86860
  'PB',
86839
86861
  'I',
86840
- '',
86862
+ 'QB',
86841
86863
  '',
86842
86864
  ''
86843
86865
  ],
@@ -86905,7 +86927,8 @@ function requireAgents$1() {
86905
86927
  NB: 1737417600,
86906
86928
  OB: 1740614400,
86907
86929
  PB: 1741219200,
86908
- I: 1743984000
86930
+ I: 1743984000,
86931
+ QB: null
86909
86932
  },
86910
86933
  D: {
86911
86934
  C: 'ms',
@@ -86929,10 +86952,10 @@ function requireAgents$1() {
86929
86952
  7: 0,
86930
86953
  8: 0,
86931
86954
  9: 0.094198,
86932
- oC: 0.007246,
86933
- MC: 0,
86955
+ pC: 0.007246,
86956
+ NC: 0,
86934
86957
  J: 0,
86935
- QB: 0,
86958
+ RB: 0,
86936
86959
  K: 0,
86937
86960
  D: 0,
86938
86961
  E: 0,
@@ -86946,7 +86969,6 @@ function requireAgents$1() {
86946
86969
  N: 0,
86947
86970
  O: 0,
86948
86971
  P: 0,
86949
- RB: 0,
86950
86972
  SB: 0,
86951
86973
  TB: 0,
86952
86974
  UB: 0,
@@ -86963,25 +86985,25 @@ function requireAgents$1() {
86963
86985
  fB: 0,
86964
86986
  gB: 0,
86965
86987
  hB: 0,
86966
- iB: 0.003623,
86967
- jB: 0,
86988
+ iB: 0,
86989
+ jB: 0.003623,
86968
86990
  kB: 0,
86969
86991
  lB: 0,
86970
86992
  mB: 0,
86971
86993
  nB: 0,
86972
86994
  oB: 0,
86973
86995
  pB: 0,
86974
- qB: 0.028984,
86975
- rB: 0.014492,
86976
- sB: 0,
86977
- tB: 0.007246,
86996
+ qB: 0,
86997
+ rB: 0.028984,
86998
+ sB: 0.014492,
86999
+ tB: 0,
86978
87000
  uB: 0.007246,
86979
- vB: 0,
87001
+ vB: 0.007246,
86980
87002
  wB: 0,
86981
- NC: 0.007246,
86982
87003
  xB: 0,
86983
- OC: 0,
87004
+ OC: 0.007246,
86984
87005
  yB: 0,
87006
+ PC: 0,
86985
87007
  zB: 0,
86986
87008
  '0B': 0,
86987
87009
  '1B': 0,
@@ -86991,17 +87013,18 @@ function requireAgents$1() {
86991
87013
  '5B': 0,
86992
87014
  '6B': 0,
86993
87015
  '7B': 0,
86994
- '8B': 0.003623,
86995
- '9B': 0,
87016
+ '8B': 0,
87017
+ '9B': 0.003623,
86996
87018
  AC: 0,
86997
87019
  BC: 0,
86998
87020
  CC: 0,
86999
87021
  DC: 0,
87000
- EC: 0.010869,
87022
+ EC: 0,
87023
+ FC: 0.010869,
87001
87024
  Q: 0,
87002
87025
  H: 0,
87003
87026
  R: 0,
87004
- PC: 0,
87027
+ QC: 0,
87005
87028
  S: 0,
87006
87029
  T: 0,
87007
87030
  U: 0,
@@ -87053,22 +87076,23 @@ function requireAgents$1() {
87053
87076
  OB: 0.018115,
87054
87077
  PB: 0.025361,
87055
87078
  I: 0.347808,
87056
- QC: 1.11951,
87057
- FC: 0.007246,
87079
+ QB: 1.11951,
87080
+ GC: 0.007246,
87058
87081
  RC: 0,
87059
- pC: 0,
87082
+ SC: 0,
87060
87083
  qC: 0,
87061
87084
  rC: 0,
87062
- sC: 0
87085
+ sC: 0,
87086
+ tC: 0
87063
87087
  },
87064
87088
  B: 'moz',
87065
87089
  C: [
87066
- 'oC',
87067
- 'MC',
87068
- 'rC',
87090
+ 'pC',
87091
+ 'NC',
87069
87092
  'sC',
87093
+ 'tC',
87070
87094
  'J',
87071
- 'QB',
87095
+ 'RB',
87072
87096
  'K',
87073
87097
  'D',
87074
87098
  'E',
@@ -87082,7 +87106,7 @@ function requireAgents$1() {
87082
87106
  'N',
87083
87107
  'O',
87084
87108
  'P',
87085
- 'RB',
87109
+ 'SB',
87086
87110
  '1',
87087
87111
  '2',
87088
87112
  '3',
@@ -87091,7 +87115,6 @@ function requireAgents$1() {
87091
87115
  '6',
87092
87116
  '7',
87093
87117
  '8',
87094
- 'SB',
87095
87118
  'TB',
87096
87119
  'UB',
87097
87120
  'VB',
@@ -87122,10 +87145,10 @@ function requireAgents$1() {
87122
87145
  'uB',
87123
87146
  'vB',
87124
87147
  'wB',
87125
- 'NC',
87126
87148
  'xB',
87127
87149
  'OC',
87128
87150
  'yB',
87151
+ 'PC',
87129
87152
  'zB',
87130
87153
  '0B',
87131
87154
  '1B',
@@ -87142,10 +87165,11 @@ function requireAgents$1() {
87142
87165
  'CC',
87143
87166
  'DC',
87144
87167
  'EC',
87168
+ 'FC',
87145
87169
  'Q',
87146
87170
  'H',
87147
87171
  'R',
87148
- 'PC',
87172
+ 'QC',
87149
87173
  'S',
87150
87174
  'T',
87151
87175
  'U',
@@ -87199,11 +87223,12 @@ function requireAgents$1() {
87199
87223
  'OB',
87200
87224
  'PB',
87201
87225
  'I',
87202
- 'QC',
87203
- 'FC',
87226
+ 'QB',
87227
+ 'GC',
87204
87228
  'RC',
87205
- 'pC',
87206
- 'qC'
87229
+ 'SC',
87230
+ 'qC',
87231
+ 'rC'
87207
87232
  ],
87208
87233
  E: 'Firefox',
87209
87234
  F: {
@@ -87217,12 +87242,12 @@ function requireAgents$1() {
87217
87242
  7: 1386633600,
87218
87243
  8: 1391472000,
87219
87244
  9: 1695686400,
87220
- oC: 1161648000,
87221
- MC: 1213660800,
87222
- rC: 1246320000,
87223
- sC: 1264032000,
87245
+ pC: 1161648000,
87246
+ NC: 1213660800,
87247
+ sC: 1246320000,
87248
+ tC: 1264032000,
87224
87249
  J: 1300752000,
87225
- QB: 1308614400,
87250
+ RB: 1308614400,
87226
87251
  K: 1313452800,
87227
87252
  D: 1317081600,
87228
87253
  E: 1317081600,
@@ -87236,62 +87261,62 @@ function requireAgents$1() {
87236
87261
  N: 1346112000,
87237
87262
  O: 1349740800,
87238
87263
  P: 1353628800,
87239
- RB: 1357603200,
87240
- SB: 1395100800,
87241
- TB: 1398729600,
87242
- UB: 1402358400,
87243
- VB: 1405987200,
87244
- WB: 1409616000,
87245
- XB: 1413244800,
87246
- YB: 1417392000,
87247
- ZB: 1421107200,
87248
- aB: 1424736000,
87249
- bB: 1428278400,
87250
- cB: 1431475200,
87251
- dB: 1435881600,
87252
- eB: 1439251200,
87253
- fB: 1442880000,
87254
- gB: 1446508800,
87255
- hB: 1450137600,
87256
- iB: 1453852800,
87257
- jB: 1457395200,
87258
- kB: 1461628800,
87259
- lB: 1465257600,
87260
- mB: 1470096000,
87261
- nB: 1474329600,
87262
- oB: 1479168000,
87263
- pB: 1485216000,
87264
- qB: 1488844800,
87265
- rB: 1492560000,
87266
- sB: 1497312000,
87267
- tB: 1502150400,
87268
- uB: 1506556800,
87269
- vB: 1510617600,
87270
- wB: 1516665600,
87271
- NC: 1520985600,
87272
- xB: 1525824000,
87273
- OC: 1529971200,
87274
- yB: 1536105600,
87275
- zB: 1540252800,
87276
- '0B': 1544486400,
87277
- '1B': 1548720000,
87278
- '2B': 1552953600,
87279
- '3B': 1558396800,
87280
- '4B': 1562630400,
87281
- '5B': 1567468800,
87282
- '6B': 1571788800,
87283
- '7B': 1575331200,
87284
- '8B': 1578355200,
87285
- '9B': 1581379200,
87286
- AC: 1583798400,
87287
- BC: 1586304000,
87288
- CC: 1588636800,
87289
- DC: 1591056000,
87290
- EC: 1593475200,
87264
+ SB: 1357603200,
87265
+ TB: 1395100800,
87266
+ UB: 1398729600,
87267
+ VB: 1402358400,
87268
+ WB: 1405987200,
87269
+ XB: 1409616000,
87270
+ YB: 1413244800,
87271
+ ZB: 1417392000,
87272
+ aB: 1421107200,
87273
+ bB: 1424736000,
87274
+ cB: 1428278400,
87275
+ dB: 1431475200,
87276
+ eB: 1435881600,
87277
+ fB: 1439251200,
87278
+ gB: 1442880000,
87279
+ hB: 1446508800,
87280
+ iB: 1450137600,
87281
+ jB: 1453852800,
87282
+ kB: 1457395200,
87283
+ lB: 1461628800,
87284
+ mB: 1465257600,
87285
+ nB: 1470096000,
87286
+ oB: 1474329600,
87287
+ pB: 1479168000,
87288
+ qB: 1485216000,
87289
+ rB: 1488844800,
87290
+ sB: 1492560000,
87291
+ tB: 1497312000,
87292
+ uB: 1502150400,
87293
+ vB: 1506556800,
87294
+ wB: 1510617600,
87295
+ xB: 1516665600,
87296
+ OC: 1520985600,
87297
+ yB: 1525824000,
87298
+ PC: 1529971200,
87299
+ zB: 1536105600,
87300
+ '0B': 1540252800,
87301
+ '1B': 1544486400,
87302
+ '2B': 1548720000,
87303
+ '3B': 1552953600,
87304
+ '4B': 1558396800,
87305
+ '5B': 1562630400,
87306
+ '6B': 1567468800,
87307
+ '7B': 1571788800,
87308
+ '8B': 1575331200,
87309
+ '9B': 1578355200,
87310
+ AC: 1581379200,
87311
+ BC: 1583798400,
87312
+ CC: 1586304000,
87313
+ DC: 1588636800,
87314
+ EC: 1591056000,
87315
+ FC: 1593475200,
87291
87316
  Q: 1595894400,
87292
87317
  H: 1598313600,
87293
87318
  R: 1600732800,
87294
- PC: 1603152000,
87319
+ QC: 1603152000,
87295
87320
  S: 1605571200,
87296
87321
  T: 1607990400,
87297
87322
  U: 1611619200,
@@ -87343,11 +87368,12 @@ function requireAgents$1() {
87343
87368
  OB: 1732579200,
87344
87369
  PB: 1736208000,
87345
87370
  I: 1738627200,
87346
- QC: 1741046400,
87347
- FC: 1743465600,
87348
- RC: null,
87349
- pC: null,
87350
- qC: null
87371
+ QB: 1741046400,
87372
+ GC: 1743465600,
87373
+ RC: 1745884800,
87374
+ SC: null,
87375
+ qC: null,
87376
+ rC: null
87351
87377
  }
87352
87378
  },
87353
87379
  D: {
@@ -87363,7 +87389,7 @@ function requireAgents$1() {
87363
87389
  8: 0,
87364
87390
  9: 0.057968,
87365
87391
  J: 0,
87366
- QB: 0,
87392
+ RB: 0,
87367
87393
  K: 0,
87368
87394
  D: 0,
87369
87395
  E: 0,
@@ -87377,7 +87403,6 @@ function requireAgents$1() {
87377
87403
  N: 0,
87378
87404
  O: 0,
87379
87405
  P: 0,
87380
- RB: 0,
87381
87406
  SB: 0,
87382
87407
  TB: 0,
87383
87408
  UB: 0,
@@ -87388,47 +87413,48 @@ function requireAgents$1() {
87388
87413
  ZB: 0,
87389
87414
  aB: 0,
87390
87415
  bB: 0,
87391
- cB: 0.003623,
87392
- dB: 0.007246,
87393
- eB: 0.003623,
87394
- fB: 0.007246,
87416
+ cB: 0,
87417
+ dB: 0.003623,
87418
+ eB: 0.007246,
87419
+ fB: 0.003623,
87395
87420
  gB: 0.007246,
87396
87421
  hB: 0.007246,
87397
87422
  iB: 0.007246,
87398
87423
  jB: 0.007246,
87399
- kB: 0.003623,
87400
- lB: 0.007246,
87401
- mB: 0.018115,
87424
+ kB: 0.007246,
87425
+ lB: 0.003623,
87426
+ mB: 0.007246,
87402
87427
  nB: 0.018115,
87403
- oB: 0.007246,
87428
+ oB: 0.018115,
87404
87429
  pB: 0.007246,
87405
- qB: 0.010869,
87406
- rB: 0.007246,
87430
+ qB: 0.007246,
87431
+ rB: 0.010869,
87407
87432
  sB: 0.007246,
87408
87433
  tB: 0.007246,
87409
- uB: 0.014492,
87410
- vB: 0.007246,
87411
- wB: 0.010869,
87412
- NC: 0.007246,
87413
- xB: 0.007246,
87414
- OC: 0,
87415
- yB: 0,
87434
+ uB: 0.007246,
87435
+ vB: 0.014492,
87436
+ wB: 0.007246,
87437
+ xB: 0.010869,
87438
+ OC: 0.007246,
87439
+ yB: 0.007246,
87440
+ PC: 0,
87416
87441
  zB: 0,
87417
87442
  '0B': 0,
87418
87443
  '1B': 0,
87419
- '2B': 0.021738,
87420
- '3B': 0,
87444
+ '2B': 0,
87445
+ '3B': 0.021738,
87421
87446
  '4B': 0,
87422
- '5B': 0.010869,
87447
+ '5B': 0,
87423
87448
  '6B': 0.010869,
87424
- '7B': 0,
87449
+ '7B': 0.010869,
87425
87450
  '8B': 0,
87426
- '9B': 0.007246,
87427
- AC: 0.003623,
87428
- BC: 0.007246,
87429
- CC: 0.003623,
87430
- DC: 0.014492,
87431
- EC: 0.010869,
87451
+ '9B': 0,
87452
+ AC: 0.007246,
87453
+ BC: 0.003623,
87454
+ CC: 0.007246,
87455
+ DC: 0.003623,
87456
+ EC: 0.014492,
87457
+ FC: 0.010869,
87432
87458
  Q: 0.068837,
87433
87459
  H: 0.010869,
87434
87460
  R: 0.014492,
@@ -87483,9 +87509,10 @@ function requireAgents$1() {
87483
87509
  OB: 5.89462,
87484
87510
  PB: 9.91615,
87485
87511
  I: 0.021738,
87486
- QC: 0.014492,
87487
- FC: 0,
87488
- RC: 0
87512
+ QB: 0.014492,
87513
+ GC: 0,
87514
+ RC: 0,
87515
+ SC: 0
87489
87516
  },
87490
87517
  B: 'webkit',
87491
87518
  C: [
@@ -87497,7 +87524,7 @@ function requireAgents$1() {
87497
87524
  '',
87498
87525
  '',
87499
87526
  'J',
87500
- 'QB',
87527
+ 'RB',
87501
87528
  'K',
87502
87529
  'D',
87503
87530
  'E',
@@ -87511,7 +87538,7 @@ function requireAgents$1() {
87511
87538
  'N',
87512
87539
  'O',
87513
87540
  'P',
87514
- 'RB',
87541
+ 'SB',
87515
87542
  '1',
87516
87543
  '2',
87517
87544
  '3',
@@ -87520,7 +87547,6 @@ function requireAgents$1() {
87520
87547
  '6',
87521
87548
  '7',
87522
87549
  '8',
87523
- 'SB',
87524
87550
  'TB',
87525
87551
  'UB',
87526
87552
  'VB',
@@ -87551,10 +87577,10 @@ function requireAgents$1() {
87551
87577
  'uB',
87552
87578
  'vB',
87553
87579
  'wB',
87554
- 'NC',
87555
87580
  'xB',
87556
87581
  'OC',
87557
87582
  'yB',
87583
+ 'PC',
87558
87584
  'zB',
87559
87585
  '0B',
87560
87586
  '1B',
@@ -87571,6 +87597,7 @@ function requireAgents$1() {
87571
87597
  'CC',
87572
87598
  'DC',
87573
87599
  'EC',
87600
+ 'FC',
87574
87601
  'Q',
87575
87602
  'H',
87576
87603
  'R',
@@ -87627,9 +87654,10 @@ function requireAgents$1() {
87627
87654
  'OB',
87628
87655
  'PB',
87629
87656
  'I',
87630
- 'QC',
87631
- 'FC',
87632
- 'RC'
87657
+ 'QB',
87658
+ 'GC',
87659
+ 'RC',
87660
+ 'SC'
87633
87661
  ],
87634
87662
  E: 'Chrome',
87635
87663
  F: {
@@ -87644,7 +87672,7 @@ function requireAgents$1() {
87644
87672
  8: 1364428800,
87645
87673
  9: 1696896000,
87646
87674
  J: 1264377600,
87647
- QB: 1274745600,
87675
+ RB: 1274745600,
87648
87676
  K: 1283385600,
87649
87677
  D: 1287619200,
87650
87678
  E: 1291248000,
@@ -87658,58 +87686,58 @@ function requireAgents$1() {
87658
87686
  N: 1319500800,
87659
87687
  O: 1323734400,
87660
87688
  P: 1328659200,
87661
- RB: 1332892800,
87662
- SB: 1369094400,
87663
- TB: 1374105600,
87664
- UB: 1376956800,
87665
- VB: 1384214400,
87666
- WB: 1389657600,
87667
- XB: 1392940800,
87668
- YB: 1397001600,
87669
- ZB: 1400544000,
87670
- aB: 1405468800,
87671
- bB: 1409011200,
87672
- cB: 1412640000,
87673
- dB: 1416268800,
87674
- eB: 1421798400,
87675
- fB: 1425513600,
87676
- gB: 1429401600,
87677
- hB: 1432080000,
87678
- iB: 1437523200,
87679
- jB: 1441152000,
87680
- kB: 1444780800,
87681
- lB: 1449014400,
87682
- mB: 1453248000,
87683
- nB: 1456963200,
87684
- oB: 1460592000,
87685
- pB: 1464134400,
87686
- qB: 1469059200,
87687
- rB: 1472601600,
87688
- sB: 1476230400,
87689
- tB: 1480550400,
87690
- uB: 1485302400,
87691
- vB: 1489017600,
87692
- wB: 1492560000,
87693
- NC: 1496707200,
87694
- xB: 1500940800,
87695
- OC: 1504569600,
87696
- yB: 1508198400,
87697
- zB: 1512518400,
87698
- '0B': 1516752000,
87699
- '1B': 1520294400,
87700
- '2B': 1523923200,
87701
- '3B': 1527552000,
87702
- '4B': 1532390400,
87703
- '5B': 1536019200,
87704
- '6B': 1539648000,
87705
- '7B': 1543968000,
87706
- '8B': 1548720000,
87707
- '9B': 1552348800,
87708
- AC: 1555977600,
87709
- BC: 1559606400,
87710
- CC: 1564444800,
87711
- DC: 1568073600,
87712
- EC: 1571702400,
87689
+ SB: 1332892800,
87690
+ TB: 1369094400,
87691
+ UB: 1374105600,
87692
+ VB: 1376956800,
87693
+ WB: 1384214400,
87694
+ XB: 1389657600,
87695
+ YB: 1392940800,
87696
+ ZB: 1397001600,
87697
+ aB: 1400544000,
87698
+ bB: 1405468800,
87699
+ cB: 1409011200,
87700
+ dB: 1412640000,
87701
+ eB: 1416268800,
87702
+ fB: 1421798400,
87703
+ gB: 1425513600,
87704
+ hB: 1429401600,
87705
+ iB: 1432080000,
87706
+ jB: 1437523200,
87707
+ kB: 1441152000,
87708
+ lB: 1444780800,
87709
+ mB: 1449014400,
87710
+ nB: 1453248000,
87711
+ oB: 1456963200,
87712
+ pB: 1460592000,
87713
+ qB: 1464134400,
87714
+ rB: 1469059200,
87715
+ sB: 1472601600,
87716
+ tB: 1476230400,
87717
+ uB: 1480550400,
87718
+ vB: 1485302400,
87719
+ wB: 1489017600,
87720
+ xB: 1492560000,
87721
+ OC: 1496707200,
87722
+ yB: 1500940800,
87723
+ PC: 1504569600,
87724
+ zB: 1508198400,
87725
+ '0B': 1512518400,
87726
+ '1B': 1516752000,
87727
+ '2B': 1520294400,
87728
+ '3B': 1523923200,
87729
+ '4B': 1527552000,
87730
+ '5B': 1532390400,
87731
+ '6B': 1536019200,
87732
+ '7B': 1539648000,
87733
+ '8B': 1543968000,
87734
+ '9B': 1548720000,
87735
+ AC: 1552348800,
87736
+ BC: 1555977600,
87737
+ CC: 1559606400,
87738
+ DC: 1564444800,
87739
+ EC: 1568073600,
87740
+ FC: 1571702400,
87713
87741
  Q: 1575936000,
87714
87742
  H: 1580860800,
87715
87743
  R: 1586304000,
@@ -87764,15 +87792,16 @@ function requireAgents$1() {
87764
87792
  OB: 1738627200,
87765
87793
  PB: 1741046400,
87766
87794
  I: 1743465600,
87767
- QC: null,
87768
- FC: null,
87769
- RC: null
87795
+ QB: 1745884800,
87796
+ GC: null,
87797
+ RC: null,
87798
+ SC: null
87770
87799
  }
87771
87800
  },
87772
87801
  E: {
87773
87802
  A: {
87774
87803
  J: 0,
87775
- QB: 0,
87804
+ RB: 0,
87776
87805
  K: 0,
87777
87806
  D: 0,
87778
87807
  E: 0,
@@ -87783,43 +87812,43 @@ function requireAgents$1() {
87783
87812
  L: 0,
87784
87813
  M: 0.014492,
87785
87814
  G: 0.003623,
87786
- tC: 0,
87787
- SC: 0,
87788
87815
  uC: 0,
87816
+ TC: 0,
87789
87817
  vC: 0,
87790
87818
  wC: 0,
87791
87819
  xC: 0,
87792
- TC: 0,
87793
- GC: 0.007246,
87820
+ yC: 0,
87821
+ UC: 0,
87794
87822
  HC: 0.007246,
87795
- yC: 0.032607,
87796
- zC: 0.043476,
87797
- '0C': 0.014492,
87798
- UC: 0.003623,
87799
- VC: 0.010869,
87800
- IC: 0.014492,
87801
- '1C': 0.148543,
87802
- JC: 0.032607,
87803
- WC: 0.021738,
87804
- XC: 0.018115,
87805
- YC: 0.039853,
87806
- ZC: 0.014492,
87807
- aC: 0.025361,
87808
- '2C': 0.199265,
87809
- KC: 0.010869,
87810
- bC: 0.123182,
87811
- cC: 0.018115,
87812
- dC: 0.021738,
87813
- eC: 0.050722,
87814
- fC: 0.086952,
87815
- '3C': 0.264479,
87816
- LC: 0.03623,
87817
- gC: 0.115936,
87818
- hC: 0.057968,
87819
- iC: 1.4021,
87820
- jC: 0.018115,
87821
- kC: 0,
87822
- '4C': 0
87823
+ IC: 0.007246,
87824
+ zC: 0.032607,
87825
+ '0C': 0.043476,
87826
+ '1C': 0.014492,
87827
+ VC: 0.003623,
87828
+ WC: 0.010869,
87829
+ JC: 0.014492,
87830
+ '2C': 0.148543,
87831
+ KC: 0.032607,
87832
+ XC: 0.021738,
87833
+ YC: 0.018115,
87834
+ ZC: 0.039853,
87835
+ aC: 0.014492,
87836
+ bC: 0.025361,
87837
+ '3C': 0.199265,
87838
+ LC: 0.010869,
87839
+ cC: 0.123182,
87840
+ dC: 0.018115,
87841
+ eC: 0.021738,
87842
+ fC: 0.050722,
87843
+ gC: 0.086952,
87844
+ '4C': 0.264479,
87845
+ MC: 0.03623,
87846
+ hC: 0.115936,
87847
+ iC: 0.057968,
87848
+ jC: 1.4021,
87849
+ kC: 0.018115,
87850
+ lC: 0,
87851
+ '5C': 0
87823
87852
  },
87824
87853
  B: 'webkit',
87825
87854
  C: [
@@ -87914,108 +87943,109 @@ function requireAgents$1() {
87914
87943
  '',
87915
87944
  '',
87916
87945
  '',
87917
- 'tC',
87918
- 'SC',
87919
- 'J',
87920
- 'QB',
87946
+ '',
87921
87947
  'uC',
87922
- 'K',
87948
+ 'TC',
87949
+ 'J',
87950
+ 'RB',
87923
87951
  'vC',
87924
- 'D',
87952
+ 'K',
87925
87953
  'wC',
87954
+ 'D',
87955
+ 'xC',
87926
87956
  'E',
87927
87957
  'F',
87928
- 'xC',
87958
+ 'yC',
87929
87959
  'A',
87930
- 'TC',
87960
+ 'UC',
87931
87961
  'B',
87932
- 'GC',
87933
- 'C',
87934
87962
  'HC',
87963
+ 'C',
87964
+ 'IC',
87935
87965
  'L',
87936
- 'yC',
87937
- 'M',
87938
87966
  'zC',
87939
- 'G',
87967
+ 'M',
87940
87968
  '0C',
87941
- 'UC',
87942
- 'VC',
87943
- 'IC',
87969
+ 'G',
87944
87970
  '1C',
87945
- 'JC',
87971
+ 'VC',
87946
87972
  'WC',
87973
+ 'JC',
87974
+ '2C',
87975
+ 'KC',
87947
87976
  'XC',
87948
87977
  'YC',
87949
87978
  'ZC',
87950
87979
  'aC',
87951
- '2C',
87952
- 'KC',
87953
87980
  'bC',
87981
+ '3C',
87982
+ 'LC',
87954
87983
  'cC',
87955
87984
  'dC',
87956
87985
  'eC',
87957
87986
  'fC',
87958
- '3C',
87959
- 'LC',
87960
87987
  'gC',
87988
+ '4C',
87989
+ 'MC',
87961
87990
  'hC',
87962
87991
  'iC',
87963
87992
  'jC',
87964
87993
  'kC',
87965
- '4C',
87994
+ 'lC',
87995
+ '5C',
87966
87996
  ''
87967
87997
  ],
87968
87998
  E: 'Safari',
87969
87999
  F: {
87970
- tC: 1205798400,
87971
- SC: 1226534400,
88000
+ uC: 1205798400,
88001
+ TC: 1226534400,
87972
88002
  J: 1244419200,
87973
- QB: 1275868800,
87974
- uC: 1311120000,
88003
+ RB: 1275868800,
88004
+ vC: 1311120000,
87975
88005
  K: 1343174400,
87976
- vC: 1382400000,
88006
+ wC: 1382400000,
87977
88007
  D: 1382400000,
87978
- wC: 1410998400,
88008
+ xC: 1410998400,
87979
88009
  E: 1413417600,
87980
88010
  F: 1443657600,
87981
- xC: 1458518400,
88011
+ yC: 1458518400,
87982
88012
  A: 1474329600,
87983
- TC: 1490572800,
88013
+ UC: 1490572800,
87984
88014
  B: 1505779200,
87985
- GC: 1522281600,
88015
+ HC: 1522281600,
87986
88016
  C: 1537142400,
87987
- HC: 1553472000,
88017
+ IC: 1553472000,
87988
88018
  L: 1568851200,
87989
- yC: 1585008000,
88019
+ zC: 1585008000,
87990
88020
  M: 1600214400,
87991
- zC: 1619395200,
88021
+ '0C': 1619395200,
87992
88022
  G: 1632096000,
87993
- '0C': 1635292800,
87994
- UC: 1639353600,
87995
- VC: 1647216000,
87996
- IC: 1652745600,
87997
- '1C': 1658275200,
87998
- JC: 1662940800,
87999
- WC: 1666569600,
88000
- XC: 1670889600,
88001
- YC: 1674432000,
88002
- ZC: 1679875200,
88003
- aC: 1684368000,
88004
- '2C': 1690156800,
88005
- KC: 1695686400,
88006
- bC: 1698192000,
88007
- cC: 1702252800,
88008
- dC: 1705881600,
88009
- eC: 1709596800,
88010
- fC: 1715558400,
88011
- '3C': 1722211200,
88012
- LC: 1726444800,
88013
- gC: 1730073600,
88014
- hC: 1733875200,
88015
- iC: 1737936000,
88016
- jC: 1743379200,
88017
- kC: null,
88018
- '4C': null
88023
+ '1C': 1635292800,
88024
+ VC: 1639353600,
88025
+ WC: 1647216000,
88026
+ JC: 1652745600,
88027
+ '2C': 1658275200,
88028
+ KC: 1662940800,
88029
+ XC: 1666569600,
88030
+ YC: 1670889600,
88031
+ ZC: 1674432000,
88032
+ aC: 1679875200,
88033
+ bC: 1684368000,
88034
+ '3C': 1690156800,
88035
+ LC: 1695686400,
88036
+ cC: 1698192000,
88037
+ dC: 1702252800,
88038
+ eC: 1705881600,
88039
+ fC: 1709596800,
88040
+ gC: 1715558400,
88041
+ '4C': 1722211200,
88042
+ MC: 1726444800,
88043
+ hC: 1730073600,
88044
+ iC: 1733875200,
88045
+ jC: 1737936000,
88046
+ kC: 1743379200,
88047
+ lC: null,
88048
+ '5C': null
88019
88049
  }
88020
88050
  },
88021
88051
  F: {
@@ -88036,7 +88066,6 @@ function requireAgents$1() {
88036
88066
  N: 0,
88037
88067
  O: 0,
88038
88068
  P: 0,
88039
- RB: 0,
88040
88069
  SB: 0,
88041
88070
  TB: 0,
88042
88071
  UB: 0,
@@ -88049,14 +88078,14 @@ function requireAgents$1() {
88049
88078
  bB: 0,
88050
88079
  cB: 0,
88051
88080
  dB: 0,
88052
- eB: 0.003623,
88053
- fB: 0,
88081
+ eB: 0,
88082
+ fB: 0.003623,
88054
88083
  gB: 0,
88055
88084
  hB: 0,
88056
88085
  iB: 0,
88057
88086
  jB: 0,
88058
- kB: 0.010869,
88059
- lB: 0,
88087
+ kB: 0,
88088
+ lB: 0.010869,
88060
88089
  mB: 0,
88061
88090
  nB: 0,
88062
88091
  oB: 0,
@@ -88086,10 +88115,11 @@ function requireAgents$1() {
88086
88115
  CC: 0,
88087
88116
  DC: 0,
88088
88117
  EC: 0,
88118
+ FC: 0,
88089
88119
  Q: 0,
88090
88120
  H: 0,
88091
88121
  R: 0,
88092
- PC: 0,
88122
+ QC: 0,
88093
88123
  S: 0,
88094
88124
  T: 0,
88095
88125
  U: 0,
@@ -88124,14 +88154,14 @@ function requireAgents$1() {
88124
88154
  x: 0.003623,
88125
88155
  y: 0,
88126
88156
  z: 0.202888,
88127
- '5C': 0,
88128
88157
  '6C': 0,
88129
88158
  '7C': 0,
88130
88159
  '8C': 0,
88131
- GC: 0,
88132
- lC: 0,
88133
88160
  '9C': 0,
88134
- HC: 0
88161
+ HC: 0,
88162
+ mC: 0,
88163
+ AD: 0,
88164
+ IC: 0
88135
88165
  },
88136
88166
  B: 'webkit',
88137
88167
  C: [
@@ -88161,22 +88191,23 @@ function requireAgents$1() {
88161
88191
  '',
88162
88192
  '',
88163
88193
  '',
88194
+ '',
88164
88195
  'F',
88165
- '5C',
88166
88196
  '6C',
88167
88197
  '7C',
88168
88198
  '8C',
88169
- 'B',
88170
- 'GC',
88171
- 'lC',
88172
88199
  '9C',
88173
- 'C',
88200
+ 'B',
88174
88201
  'HC',
88202
+ 'mC',
88203
+ 'AD',
88204
+ 'C',
88205
+ 'IC',
88175
88206
  'G',
88176
88207
  'N',
88177
88208
  'O',
88178
88209
  'P',
88179
- 'RB',
88210
+ 'SB',
88180
88211
  '1',
88181
88212
  '2',
88182
88213
  '3',
@@ -88185,7 +88216,6 @@ function requireAgents$1() {
88185
88216
  '6',
88186
88217
  '7',
88187
88218
  '8',
88188
- 'SB',
88189
88219
  'TB',
88190
88220
  'UB',
88191
88221
  'VB',
@@ -88234,10 +88264,11 @@ function requireAgents$1() {
88234
88264
  'CC',
88235
88265
  'DC',
88236
88266
  'EC',
88267
+ 'FC',
88237
88268
  'Q',
88238
88269
  'H',
88239
88270
  'R',
88240
- 'PC',
88271
+ 'QC',
88241
88272
  'S',
88242
88273
  'T',
88243
88274
  'U',
@@ -88289,74 +88320,74 @@ function requireAgents$1() {
88289
88320
  7: 1417132800,
88290
88321
  8: 1422316800,
88291
88322
  F: 1150761600,
88292
- '5C': 1223424000,
88293
- '6C': 1251763200,
88294
- '7C': 1267488000,
88295
- '8C': 1277942400,
88323
+ '6C': 1223424000,
88324
+ '7C': 1251763200,
88325
+ '8C': 1267488000,
88326
+ '9C': 1277942400,
88296
88327
  B: 1292457600,
88297
- GC: 1302566400,
88298
- lC: 1309219200,
88299
- '9C': 1323129600,
88328
+ HC: 1302566400,
88329
+ mC: 1309219200,
88330
+ AD: 1323129600,
88300
88331
  C: 1323129600,
88301
- HC: 1352073600,
88332
+ IC: 1352073600,
88302
88333
  G: 1372723200,
88303
88334
  N: 1377561600,
88304
88335
  O: 1381104000,
88305
88336
  P: 1386288000,
88306
- RB: 1390867200,
88307
- SB: 1425945600,
88308
- TB: 1430179200,
88309
- UB: 1433808000,
88310
- VB: 1438646400,
88311
- WB: 1442448000,
88312
- XB: 1445904000,
88313
- YB: 1449100800,
88314
- ZB: 1454371200,
88315
- aB: 1457308800,
88316
- bB: 1462320000,
88317
- cB: 1465344000,
88318
- dB: 1470096000,
88319
- eB: 1474329600,
88320
- fB: 1477267200,
88321
- gB: 1481587200,
88322
- hB: 1486425600,
88323
- iB: 1490054400,
88324
- jB: 1494374400,
88325
- kB: 1498003200,
88326
- lB: 1502236800,
88327
- mB: 1506470400,
88328
- nB: 1510099200,
88329
- oB: 1515024000,
88330
- pB: 1517961600,
88331
- qB: 1521676800,
88332
- rB: 1525910400,
88333
- sB: 1530144000,
88334
- tB: 1534982400,
88335
- uB: 1537833600,
88336
- vB: 1543363200,
88337
- wB: 1548201600,
88338
- xB: 1554768000,
88339
- yB: 1561593600,
88340
- zB: 1566259200,
88341
- '0B': 1570406400,
88342
- '1B': 1573689600,
88343
- '2B': 1578441600,
88344
- '3B': 1583971200,
88345
- '4B': 1587513600,
88346
- '5B': 1592956800,
88347
- '6B': 1595894400,
88348
- '7B': 1600128000,
88349
- '8B': 1603238400,
88350
- '9B': 1613520000,
88351
- AC: 1612224000,
88352
- BC: 1616544000,
88353
- CC: 1619568000,
88354
- DC: 1623715200,
88355
- EC: 1627948800,
88337
+ SB: 1390867200,
88338
+ TB: 1425945600,
88339
+ UB: 1430179200,
88340
+ VB: 1433808000,
88341
+ WB: 1438646400,
88342
+ XB: 1442448000,
88343
+ YB: 1445904000,
88344
+ ZB: 1449100800,
88345
+ aB: 1454371200,
88346
+ bB: 1457308800,
88347
+ cB: 1462320000,
88348
+ dB: 1465344000,
88349
+ eB: 1470096000,
88350
+ fB: 1474329600,
88351
+ gB: 1477267200,
88352
+ hB: 1481587200,
88353
+ iB: 1486425600,
88354
+ jB: 1490054400,
88355
+ kB: 1494374400,
88356
+ lB: 1498003200,
88357
+ mB: 1502236800,
88358
+ nB: 1506470400,
88359
+ oB: 1510099200,
88360
+ pB: 1515024000,
88361
+ qB: 1517961600,
88362
+ rB: 1521676800,
88363
+ sB: 1525910400,
88364
+ tB: 1530144000,
88365
+ uB: 1534982400,
88366
+ vB: 1537833600,
88367
+ wB: 1543363200,
88368
+ xB: 1548201600,
88369
+ yB: 1554768000,
88370
+ zB: 1561593600,
88371
+ '0B': 1566259200,
88372
+ '1B': 1570406400,
88373
+ '2B': 1573689600,
88374
+ '3B': 1578441600,
88375
+ '4B': 1583971200,
88376
+ '5B': 1587513600,
88377
+ '6B': 1592956800,
88378
+ '7B': 1595894400,
88379
+ '8B': 1600128000,
88380
+ '9B': 1603238400,
88381
+ AC: 1613520000,
88382
+ BC: 1612224000,
88383
+ CC: 1616544000,
88384
+ DC: 1619568000,
88385
+ EC: 1623715200,
88386
+ FC: 1627948800,
88356
88387
  Q: 1631577600,
88357
88388
  H: 1633392000,
88358
88389
  R: 1635984000,
88359
- PC: 1638403200,
88390
+ QC: 1638403200,
88360
88391
  S: 1642550400,
88361
88392
  T: 1644969600,
88362
88393
  U: 1647993600,
@@ -88396,65 +88427,65 @@ function requireAgents$1() {
88396
88427
  F: 'o',
88397
88428
  B: 'o',
88398
88429
  C: 'o',
88399
- '5C': 'o',
88400
88430
  '6C': 'o',
88401
88431
  '7C': 'o',
88402
88432
  '8C': 'o',
88403
- GC: 'o',
88404
- lC: 'o',
88405
88433
  '9C': 'o',
88406
- HC: 'o'
88434
+ HC: 'o',
88435
+ mC: 'o',
88436
+ AD: 'o',
88437
+ IC: 'o'
88407
88438
  }
88408
88439
  },
88409
88440
  G: {
88410
88441
  A: {
88411
88442
  E: 0,
88412
- SC: 0,
88413
- AD: 0,
88414
- mC: 0.00289898,
88443
+ TC: 0,
88415
88444
  BD: 0,
88416
- CD: 0.00869695,
88417
- DD: 0.00724746,
88418
- ED: 0,
88419
- FD: 0.00434848,
88420
- GD: 0.0202929,
88421
- HD: 0.00144949,
88422
- ID: 0.0333383,
88423
- JD: 0.153646,
88424
- KD: 0.0101464,
88425
- LD: 0.00579797,
88426
- MD: 0.14205,
88427
- ND: 0.00289898,
88428
- OD: 0.00579797,
88445
+ nC: 0.00289898,
88446
+ CD: 0,
88447
+ DD: 0.00869695,
88448
+ ED: 0.00724746,
88449
+ FD: 0,
88450
+ GD: 0.00434848,
88451
+ HD: 0.0202929,
88452
+ ID: 0.00144949,
88453
+ JD: 0.0333383,
88454
+ KD: 0.153646,
88455
+ LD: 0.0101464,
88456
+ MD: 0.00579797,
88457
+ ND: 0.14205,
88458
+ OD: 0.00289898,
88429
88459
  PD: 0.00579797,
88430
- QD: 0.0202929,
88431
- RD: 0.124656,
88432
- SD: 0.0608787,
88433
- TD: 0.0333383,
88434
- UC: 0.0333383,
88435
- VC: 0.0405858,
88436
- IC: 0.0463837,
88437
- UD: 0.568201,
88438
- JC: 0.0797221,
88439
- WC: 0.165242,
88440
- XC: 0.08552,
88441
- YC: 0.150747,
88442
- ZC: 0.0333383,
88443
- aC: 0.0623282,
88444
- VD: 0.672564,
88445
- KC: 0.0405858,
88446
- bC: 0.0724746,
88447
- cC: 0.0550807,
88448
- dC: 0.0768231,
88449
- eC: 0.153646,
88450
- fC: 0.340631,
88451
- WD: 0.988554,
88452
- LC: 0.276853,
88453
- gC: 0.905933,
88454
- hC: 0.405858,
88455
- iC: 8.46503,
88456
- jC: 0.126106,
88457
- kC: 0
88460
+ QD: 0.00579797,
88461
+ RD: 0.0202929,
88462
+ SD: 0.124656,
88463
+ TD: 0.0608787,
88464
+ UD: 0.0333383,
88465
+ VC: 0.0333383,
88466
+ WC: 0.0405858,
88467
+ JC: 0.0463837,
88468
+ VD: 0.568201,
88469
+ KC: 0.0797221,
88470
+ XC: 0.165242,
88471
+ YC: 0.08552,
88472
+ ZC: 0.150747,
88473
+ aC: 0.0333383,
88474
+ bC: 0.0623282,
88475
+ WD: 0.672564,
88476
+ LC: 0.0405858,
88477
+ cC: 0.0724746,
88478
+ dC: 0.0550807,
88479
+ eC: 0.0768231,
88480
+ fC: 0.153646,
88481
+ gC: 0.340631,
88482
+ XD: 0.988554,
88483
+ MC: 0.276853,
88484
+ hC: 0.905933,
88485
+ iC: 0.405858,
88486
+ jC: 8.46503,
88487
+ kC: 0.126106,
88488
+ lC: 0
88458
88489
  },
88459
88490
  B: 'webkit',
88460
88491
  C: [
@@ -88550,14 +88581,14 @@ function requireAgents$1() {
88550
88581
  '',
88551
88582
  '',
88552
88583
  '',
88553
- 'SC',
88554
- 'AD',
88555
- 'mC',
88584
+ '',
88585
+ 'TC',
88556
88586
  'BD',
88587
+ 'nC',
88557
88588
  'CD',
88558
88589
  'DD',
88559
- 'E',
88560
88590
  'ED',
88591
+ 'E',
88561
88592
  'FD',
88562
88593
  'GD',
88563
88594
  'HD',
@@ -88573,87 +88604,88 @@ function requireAgents$1() {
88573
88604
  'RD',
88574
88605
  'SD',
88575
88606
  'TD',
88576
- 'UC',
88577
- 'VC',
88578
- 'IC',
88579
88607
  'UD',
88580
- 'JC',
88608
+ 'VC',
88581
88609
  'WC',
88610
+ 'JC',
88611
+ 'VD',
88612
+ 'KC',
88582
88613
  'XC',
88583
88614
  'YC',
88584
88615
  'ZC',
88585
88616
  'aC',
88586
- 'VD',
88587
- 'KC',
88588
88617
  'bC',
88618
+ 'WD',
88619
+ 'LC',
88589
88620
  'cC',
88590
88621
  'dC',
88591
88622
  'eC',
88592
88623
  'fC',
88593
- 'WD',
88594
- 'LC',
88595
88624
  'gC',
88625
+ 'XD',
88626
+ 'MC',
88596
88627
  'hC',
88597
88628
  'iC',
88598
88629
  'jC',
88599
88630
  'kC',
88631
+ 'lC',
88600
88632
  '',
88601
88633
  ''
88602
88634
  ],
88603
88635
  E: 'Safari on iOS',
88604
88636
  F: {
88605
- SC: 1270252800,
88606
- AD: 1283904000,
88607
- mC: 1299628800,
88608
- BD: 1331078400,
88609
- CD: 1359331200,
88610
- DD: 1394409600,
88637
+ TC: 1270252800,
88638
+ BD: 1283904000,
88639
+ nC: 1299628800,
88640
+ CD: 1331078400,
88641
+ DD: 1359331200,
88642
+ ED: 1394409600,
88611
88643
  E: 1410912000,
88612
- ED: 1413763200,
88613
- FD: 1442361600,
88614
- GD: 1458518400,
88615
- HD: 1473724800,
88616
- ID: 1490572800,
88617
- JD: 1505779200,
88618
- KD: 1522281600,
88619
- LD: 1537142400,
88620
- MD: 1553472000,
88621
- ND: 1568851200,
88622
- OD: 1572220800,
88623
- PD: 1580169600,
88624
- QD: 1585008000,
88625
- RD: 1600214400,
88626
- SD: 1619395200,
88627
- TD: 1632096000,
88628
- UC: 1639353600,
88629
- VC: 1647216000,
88630
- IC: 1652659200,
88631
- UD: 1658275200,
88632
- JC: 1662940800,
88633
- WC: 1666569600,
88634
- XC: 1670889600,
88635
- YC: 1674432000,
88636
- ZC: 1679875200,
88637
- aC: 1684368000,
88638
- VD: 1690156800,
88639
- KC: 1694995200,
88640
- bC: 1698192000,
88641
- cC: 1702252800,
88642
- dC: 1705881600,
88643
- eC: 1709596800,
88644
- fC: 1715558400,
88645
- WD: 1722211200,
88646
- LC: 1726444800,
88647
- gC: 1730073600,
88648
- hC: 1733875200,
88649
- iC: 1737936000,
88650
- jC: 1743379200,
88651
- kC: null
88644
+ FD: 1413763200,
88645
+ GD: 1442361600,
88646
+ HD: 1458518400,
88647
+ ID: 1473724800,
88648
+ JD: 1490572800,
88649
+ KD: 1505779200,
88650
+ LD: 1522281600,
88651
+ MD: 1537142400,
88652
+ ND: 1553472000,
88653
+ OD: 1568851200,
88654
+ PD: 1572220800,
88655
+ QD: 1580169600,
88656
+ RD: 1585008000,
88657
+ SD: 1600214400,
88658
+ TD: 1619395200,
88659
+ UD: 1632096000,
88660
+ VC: 1639353600,
88661
+ WC: 1647216000,
88662
+ JC: 1652659200,
88663
+ VD: 1658275200,
88664
+ KC: 1662940800,
88665
+ XC: 1666569600,
88666
+ YC: 1670889600,
88667
+ ZC: 1674432000,
88668
+ aC: 1679875200,
88669
+ bC: 1684368000,
88670
+ WD: 1690156800,
88671
+ LC: 1694995200,
88672
+ cC: 1698192000,
88673
+ dC: 1702252800,
88674
+ eC: 1705881600,
88675
+ fC: 1709596800,
88676
+ gC: 1715558400,
88677
+ XD: 1722211200,
88678
+ MC: 1726444800,
88679
+ hC: 1730073600,
88680
+ iC: 1733875200,
88681
+ jC: 1737936000,
88682
+ kC: 1743379200,
88683
+ lC: null
88652
88684
  }
88653
88685
  },
88654
88686
  H: {
88655
88687
  A: {
88656
- XD: 0.05
88688
+ YD: 0.05
88657
88689
  },
88658
88690
  B: 'o',
88659
88691
  C: [
@@ -88794,28 +88826,29 @@ function requireAgents$1() {
88794
88826
  '',
88795
88827
  '',
88796
88828
  '',
88797
- 'XD',
88829
+ '',
88830
+ 'YD',
88798
88831
  '',
88799
88832
  '',
88800
88833
  ''
88801
88834
  ],
88802
88835
  E: 'Opera Mini',
88803
88836
  F: {
88804
- XD: 1426464000
88837
+ YD: 1426464000
88805
88838
  }
88806
88839
  },
88807
88840
  I: {
88808
88841
  A: {
88809
- MC: 0,
88842
+ NC: 0,
88810
88843
  J: 0,
88811
88844
  I: 0.871727,
88812
- YD: 0,
88813
88845
  ZD: 0,
88814
88846
  aD: 0,
88815
88847
  bD: 0,
88816
- mC: 0.000262095,
88817
88848
  cD: 0,
88818
- dD: 0.000961014
88849
+ nC: 0.000262095,
88850
+ dD: 0,
88851
+ eD: 0.000961014
88819
88852
  },
88820
88853
  B: 'webkit',
88821
88854
  C: [
@@ -88947,15 +88980,16 @@ function requireAgents$1() {
88947
88980
  '',
88948
88981
  '',
88949
88982
  '',
88950
- 'YD',
88983
+ '',
88951
88984
  'ZD',
88952
88985
  'aD',
88953
- 'MC',
88954
- 'J',
88955
88986
  'bD',
88956
- 'mC',
88987
+ 'NC',
88988
+ 'J',
88957
88989
  'cD',
88990
+ 'nC',
88958
88991
  'dD',
88992
+ 'eD',
88959
88993
  'I',
88960
88994
  '',
88961
88995
  '',
@@ -88963,15 +88997,15 @@ function requireAgents$1() {
88963
88997
  ],
88964
88998
  E: 'Android Browser',
88965
88999
  F: {
88966
- YD: 1256515200,
88967
- ZD: 1274313600,
88968
- aD: 1291593600,
88969
- MC: 1298332800,
89000
+ ZD: 1256515200,
89001
+ aD: 1274313600,
89002
+ bD: 1291593600,
89003
+ NC: 1298332800,
88970
89004
  J: 1318896000,
88971
- bD: 1341792000,
88972
- mC: 1374624000,
88973
- cD: 1386547200,
88974
- dD: 1401667200,
89005
+ cD: 1341792000,
89006
+ nC: 1374624000,
89007
+ dD: 1386547200,
89008
+ eD: 1401667200,
88975
89009
  I: 1743379200
88976
89010
  }
88977
89011
  },
@@ -89118,6 +89152,7 @@ function requireAgents$1() {
89118
89152
  '',
89119
89153
  '',
89120
89154
  '',
89155
+ '',
89121
89156
  'D',
89122
89157
  'A',
89123
89158
  '',
@@ -89136,9 +89171,9 @@ function requireAgents$1() {
89136
89171
  B: 0,
89137
89172
  C: 0,
89138
89173
  H: 1.04047,
89139
- GC: 0,
89140
- lC: 0,
89141
- HC: 0
89174
+ HC: 0,
89175
+ mC: 0,
89176
+ IC: 0
89142
89177
  },
89143
89178
  B: 'o',
89144
89179
  C: [
@@ -89273,12 +89308,13 @@ function requireAgents$1() {
89273
89308
  '',
89274
89309
  '',
89275
89310
  '',
89311
+ '',
89276
89312
  'A',
89277
89313
  'B',
89278
- 'GC',
89279
- 'lC',
89280
- 'C',
89281
89314
  'HC',
89315
+ 'mC',
89316
+ 'C',
89317
+ 'IC',
89282
89318
  'H',
89283
89319
  '',
89284
89320
  '',
@@ -89288,10 +89324,10 @@ function requireAgents$1() {
89288
89324
  F: {
89289
89325
  A: 1287100800,
89290
89326
  B: 1300752000,
89291
- GC: 1314835200,
89292
- lC: 1318291200,
89327
+ HC: 1314835200,
89328
+ mC: 1318291200,
89293
89329
  C: 1330300800,
89294
- HC: 1349740800,
89330
+ IC: 1349740800,
89295
89331
  H: 1709769600
89296
89332
  },
89297
89333
  D: {
@@ -89441,6 +89477,7 @@ function requireAgents$1() {
89441
89477
  '',
89442
89478
  '',
89443
89479
  '',
89480
+ '',
89444
89481
  'I',
89445
89482
  '',
89446
89483
  '',
@@ -89453,7 +89490,7 @@ function requireAgents$1() {
89453
89490
  },
89454
89491
  M: {
89455
89492
  A: {
89456
- FC: 0.350735
89493
+ GC: 0.350735
89457
89494
  },
89458
89495
  B: 'moz',
89459
89496
  C: [
@@ -89594,14 +89631,15 @@ function requireAgents$1() {
89594
89631
  '',
89595
89632
  '',
89596
89633
  '',
89597
- 'FC',
89634
+ '',
89635
+ 'GC',
89598
89636
  '',
89599
89637
  '',
89600
89638
  ''
89601
89639
  ],
89602
89640
  E: 'Firefox for Android',
89603
89641
  F: {
89604
- FC: 1743465600
89642
+ GC: 1743465600
89605
89643
  }
89606
89644
  },
89607
89645
  N: {
@@ -89747,6 +89785,7 @@ function requireAgents$1() {
89747
89785
  '',
89748
89786
  '',
89749
89787
  '',
89788
+ '',
89750
89789
  'A',
89751
89790
  'B',
89752
89791
  '',
@@ -89761,7 +89800,7 @@ function requireAgents$1() {
89761
89800
  },
89762
89801
  O: {
89763
89802
  A: {
89764
- IC: 0.848141
89803
+ JC: 0.848141
89765
89804
  },
89766
89805
  B: 'webkit',
89767
89806
  C: [
@@ -89902,17 +89941,18 @@ function requireAgents$1() {
89902
89941
  '',
89903
89942
  '',
89904
89943
  '',
89905
- 'IC',
89944
+ '',
89945
+ 'JC',
89906
89946
  '',
89907
89947
  '',
89908
89948
  ''
89909
89949
  ],
89910
89950
  E: 'UC Browser for Android',
89911
89951
  F: {
89912
- IC: 1710115200
89952
+ JC: 1710115200
89913
89953
  },
89914
89954
  D: {
89915
- IC: 'webkit'
89955
+ JC: 'webkit'
89916
89956
  }
89917
89957
  },
89918
89958
  P: {
@@ -89926,21 +89966,21 @@ function requireAgents$1() {
89926
89966
  7: 0.0877377,
89927
89967
  8: 1.96313,
89928
89968
  J: 0.0329016,
89929
- eD: 0,
89930
89969
  fD: 0,
89931
- gD: 0.0109672,
89932
- hD: 0,
89970
+ gD: 0,
89971
+ hD: 0.0109672,
89933
89972
  iD: 0,
89934
- TC: 0,
89935
89973
  jD: 0,
89974
+ UC: 0,
89936
89975
  kD: 0,
89937
89976
  lD: 0,
89938
89977
  mD: 0,
89939
89978
  nD: 0,
89940
- JC: 0,
89941
- KC: 0.0109672,
89942
- LC: 0,
89943
- oD: 0
89979
+ oD: 0,
89980
+ KC: 0,
89981
+ LC: 0.0109672,
89982
+ MC: 0,
89983
+ pD: 0
89944
89984
  },
89945
89985
  B: 'webkit',
89946
89986
  C: [
@@ -90058,22 +90098,23 @@ function requireAgents$1() {
90058
90098
  '',
90059
90099
  '',
90060
90100
  '',
90101
+ '',
90061
90102
  'J',
90062
- 'eD',
90063
90103
  'fD',
90064
90104
  'gD',
90065
90105
  'hD',
90066
90106
  'iD',
90067
- 'TC',
90068
90107
  'jD',
90108
+ 'UC',
90069
90109
  'kD',
90070
90110
  'lD',
90071
90111
  'mD',
90072
90112
  'nD',
90073
- 'JC',
90113
+ 'oD',
90074
90114
  'KC',
90075
90115
  'LC',
90076
- 'oD',
90116
+ 'MC',
90117
+ 'pD',
90077
90118
  '1',
90078
90119
  '2',
90079
90120
  '3',
@@ -90097,26 +90138,26 @@ function requireAgents$1() {
90097
90138
  7: 1717718400,
90098
90139
  8: 1725667200,
90099
90140
  J: 1461024000,
90100
- eD: 1481846400,
90101
- fD: 1509408000,
90102
- gD: 1528329600,
90103
- hD: 1546128000,
90104
- iD: 1554163200,
90105
- TC: 1567900800,
90106
- jD: 1582588800,
90107
- kD: 1593475200,
90108
- lD: 1605657600,
90109
- mD: 1618531200,
90110
- nD: 1629072000,
90111
- JC: 1640736000,
90112
- KC: 1651708800,
90113
- LC: 1659657600,
90114
- oD: 1667260800
90141
+ fD: 1481846400,
90142
+ gD: 1509408000,
90143
+ hD: 1528329600,
90144
+ iD: 1546128000,
90145
+ jD: 1554163200,
90146
+ UC: 1567900800,
90147
+ kD: 1582588800,
90148
+ lD: 1593475200,
90149
+ mD: 1605657600,
90150
+ nD: 1618531200,
90151
+ oD: 1629072000,
90152
+ KC: 1640736000,
90153
+ LC: 1651708800,
90154
+ MC: 1659657600,
90155
+ pD: 1667260800
90115
90156
  }
90116
90157
  },
90117
90158
  Q: {
90118
90159
  A: {
90119
- pD: 0.229572
90160
+ qD: 0.229572
90120
90161
  },
90121
90162
  B: 'webkit',
90122
90163
  C: [
@@ -90257,19 +90298,20 @@ function requireAgents$1() {
90257
90298
  '',
90258
90299
  '',
90259
90300
  '',
90260
- 'pD',
90301
+ '',
90302
+ 'qD',
90261
90303
  '',
90262
90304
  '',
90263
90305
  ''
90264
90306
  ],
90265
90307
  E: 'QQ Browser',
90266
90308
  F: {
90267
- pD: 1710288000
90309
+ qD: 1710288000
90268
90310
  }
90269
90311
  },
90270
90312
  R: {
90271
90313
  A: {
90272
- qD: 0
90314
+ rD: 0
90273
90315
  },
90274
90316
  B: 'webkit',
90275
90317
  C: [
@@ -90410,20 +90452,21 @@ function requireAgents$1() {
90410
90452
  '',
90411
90453
  '',
90412
90454
  '',
90413
- 'qD',
90455
+ '',
90456
+ 'rD',
90414
90457
  '',
90415
90458
  '',
90416
90459
  ''
90417
90460
  ],
90418
90461
  E: 'Baidu Browser',
90419
90462
  F: {
90420
- qD: 1710201600
90463
+ rD: 1710201600
90421
90464
  }
90422
90465
  },
90423
90466
  S: {
90424
90467
  A: {
90425
- rD: 0.012754,
90426
- sD: 0
90468
+ sD: 0.012754,
90469
+ tD: 0
90427
90470
  },
90428
90471
  B: 'moz',
90429
90472
  C: [
@@ -90563,16 +90606,17 @@ function requireAgents$1() {
90563
90606
  '',
90564
90607
  '',
90565
90608
  '',
90566
- 'rD',
90609
+ '',
90567
90610
  'sD',
90611
+ 'tD',
90568
90612
  '',
90569
90613
  '',
90570
90614
  ''
90571
90615
  ],
90572
90616
  E: 'KaiOS Browser',
90573
90617
  F: {
90574
- rD: 1527811200,
90575
- sD: 1631664000
90618
+ sD: 1527811200,
90619
+ tD: 1631664000
90576
90620
  }
90577
90621
  }
90578
90622
  }
@@ -90823,7 +90867,9 @@ function requireVersions() {
90823
90867
  '35.0': '134',
90824
90868
  35.1: '134',
90825
90869
  35.2: '134',
90826
- '36.0': '136'
90870
+ '36.0': '136',
90871
+ 36.1: '136',
90872
+ '37.0': '138'
90827
90873
  }
90828
90874
  return versions
90829
90875
  }
@@ -91365,11 +91411,18 @@ function requireNode() {
91365
91411
  ) {
91366
91412
  checkExtend(name)
91367
91413
  }
91368
- const queries = require(
91414
+ let queries = require(
91369
91415
  require.resolve(name, {
91370
91416
  paths: ['.', ctx.path]
91371
91417
  })
91372
91418
  )
91419
+ if (
91420
+ typeof queries === 'object' &&
91421
+ queries !== null &&
91422
+ queries.__esModule
91423
+ ) {
91424
+ queries = queries.default
91425
+ }
91373
91426
  if (queries) {
91374
91427
  if (Array.isArray(queries)) {
91375
91428
  return queries
@@ -93449,9 +93502,9 @@ exports.ignoreExports = ignoreExports
93449
93502
  exports.indentStringExports = indentStringExports
93450
93503
  exports.isInteractiveExports = isInteractiveExports
93451
93504
  exports.libExports = libExports$4
93452
- exports.libExports$1 = libExports$1
93453
- exports.libExports$2 = libExports$2
93454
- exports.libExports$3 = libExports$3
93505
+ exports.libExports$1 = libExports$3
93506
+ exports.libExports$2 = libExports$1
93507
+ exports.libExports$3 = libExports$2
93455
93508
  exports.libExports$4 = libExports
93456
93509
  exports.meow = meow
93457
93510
  exports.messageWithCauses = messageWithCauses
@@ -93466,5 +93519,5 @@ exports.terminalLinkExports = terminalLinkExports
93466
93519
  exports.updater = updater
93467
93520
  exports.yargsParser = yargsParser
93468
93521
  exports.yoctocolorsCjsExports = yoctocolorsCjsExports
93469
- //# debugId=ffe6e10c-8f9e-48e0-938c-1446d7783ccc
93522
+ //# debugId=d8009203-2429-47e6-a0c5-d14b77158759
93470
93523
  //# sourceMappingURL=vendor.js.map