npm-check-updates 22.2.6 → 22.2.8

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.
package/build/cli.js CHANGED
@@ -1,16 +1,16 @@
1
1
  #!/usr/bin/env node
2
2
  import e, { _ as t, a as n, c as r, d as i, f as a, g as o, h as s, i as c, l, m as u, n as d, o as f, p, r as m, s as h, t as g, u as _, v, y } from "./index.js";
3
- import b from "path";
4
- import x from "os";
5
- import S, { env as C } from "node:process";
6
- import w from "node:os";
7
- import T from "node:path";
8
- import { fileURLToPath as E } from "node:url";
9
- import { format as D, promisify as O } from "node:util";
3
+ import b from "node:path";
4
+ import x from "node:os";
5
+ import S from "os";
6
+ import C, { env as w } from "node:process";
7
+ import { fileURLToPath as T } from "node:url";
8
+ import { format as E, promisify as D } from "node:util";
9
+ import O from "path";
10
10
  import k from "node:fs";
11
11
  import { spawn as ee } from "node:child_process";
12
12
  //#region node_modules/commander/lib/error.js
13
- var te = /* @__PURE__ */ u(((e) => {
13
+ var A = /* @__PURE__ */ u(((e) => {
14
14
  var t = class extends Error {
15
15
  constructor(e, t, n) {
16
16
  super(n), Error.captureStackTrace(this, this.constructor), this.name = this.constructor.name, this.code = t, this.exitCode = e, this.nestedError = void 0;
@@ -21,8 +21,8 @@ var te = /* @__PURE__ */ u(((e) => {
21
21
  }
22
22
  };
23
23
  e.CommanderError = t, e.InvalidArgumentError = n;
24
- })), ne = /* @__PURE__ */ u(((e) => {
25
- var { InvalidArgumentError: t } = te(), n = class {
24
+ })), te = /* @__PURE__ */ u(((e) => {
25
+ var { InvalidArgumentError: t } = A(), n = class {
26
26
  constructor(e, t) {
27
27
  switch (this.description = t || "", this.variadic = !1, this.parseArg = void 0, this.defaultValue = void 0, this.defaultValueDescription = void 0, this.argChoices = void 0, e[0]) {
28
28
  case "<":
@@ -67,8 +67,8 @@ var te = /* @__PURE__ */ u(((e) => {
67
67
  return e.required ? "<" + t + ">" : "[" + t + "]";
68
68
  }
69
69
  e.Argument = n, e.humanReadableArgName = r;
70
- })), re = /* @__PURE__ */ u(((e) => {
71
- var { humanReadableArgName: t } = ne(), n = class {
70
+ })), ne = /* @__PURE__ */ u(((e) => {
71
+ var { humanReadableArgName: t } = te(), n = class {
72
72
  constructor() {
73
73
  this.helpWidth = void 0, this.minWidthToWrap = 40, this.sortSubcommands = !1, this.sortOptions = !1, this.showGlobalOptions = !1;
74
74
  }
@@ -277,8 +277,8 @@ var te = /* @__PURE__ */ u(((e) => {
277
277
  return e.replace(/\x1b\[\d*(;\d*)*m/g, "");
278
278
  }
279
279
  e.Help = n, e.stripColor = r;
280
- })), ie = /* @__PURE__ */ u(((e) => {
281
- var { InvalidArgumentError: t } = te(), n = class {
280
+ })), re = /* @__PURE__ */ u(((e) => {
281
+ var { InvalidArgumentError: t } = A(), n = class {
282
282
  constructor(e, t) {
283
283
  this.flags = e, this.description = t || "", this.required = e.includes("<"), this.optional = e.includes("["), this.variadic = /\w\.\.\.[>\]]$/.test(e), this.mandatory = !1;
284
284
  let n = a(e);
@@ -370,7 +370,7 @@ var te = /* @__PURE__ */ u(((e) => {
370
370
  };
371
371
  }
372
372
  e.Option = n, e.DualOptions = r;
373
- })), ae = /* @__PURE__ */ u(((e) => {
373
+ })), ie = /* @__PURE__ */ u(((e) => {
374
374
  var t = 3;
375
375
  function n(e, n) {
376
376
  if (Math.abs(e.length - n.length) > t) return Math.max(e.length, n.length);
@@ -396,8 +396,8 @@ var te = /* @__PURE__ */ u(((e) => {
396
396
  }), a.sort((e, t) => e.localeCompare(t)), i && (a = a.map((e) => `--${e}`)), a.length > 1 ? `\n(Did you mean one of ${a.join(", ")}?)` : a.length === 1 ? `\n(Did you mean ${a[0]}?)` : "";
397
397
  }
398
398
  e.suggestSimilar = r;
399
- })), oe = /* @__PURE__ */ u(((e) => {
400
- var n = t("node:events").EventEmitter, r = t("node:child_process"), i = t("node:path"), a = t("node:fs"), o = t("node:process"), { Argument: s, humanReadableArgName: c } = ne(), { CommanderError: l } = te(), { Help: u, stripColor: d } = re(), { Option: f, DualOptions: p } = ie(), { suggestSimilar: m } = ae(), h = class e extends n {
399
+ })), ae = /* @__PURE__ */ u(((e) => {
400
+ var n = t("node:events").EventEmitter, r = t("node:child_process"), i = t("node:path"), a = t("node:fs"), o = t("node:process"), { Argument: s, humanReadableArgName: c } = te(), { CommanderError: l } = A(), { Help: u, stripColor: d } = ne(), { Option: f, DualOptions: p } = re(), { suggestSimilar: m } = ie(), h = class e extends n {
401
401
  constructor(e) {
402
402
  super(), this.commands = [], this.options = [], this.parent = null, this._allowUnknownOption = !1, this._allowExcessArguments = !1, this.registeredArguments = [], this._args = this.registeredArguments, this.args = [], this.rawArgs = [], this.processedArgs = [], this._scriptPath = null, this._name = e || "", this._optionValues = {}, this._optionValueSources = {}, this._storeOptionsAsProperties = !1, this._actionHandler = null, this._executableHandler = !1, this._executableFile = null, this._executableDir = null, this._defaultCommandName = null, this._exitCallback = null, this._aliases = [], this._combineFlagAndOptionalValue = !0, this._description = "", this._summary = "", this._argsDescription = void 0, this._enablePositionalOptions = !1, this._passThroughOptions = !1, this._lifeCycleHooks = {}, this._showHelpAfterError = !1, this._showSuggestionAfterError = !0, this._savedState = null, this._outputConfiguration = {
403
403
  writeOut: (e) => o.stdout.write(e),
@@ -1142,10 +1142,10 @@ Expecting one of '${n.join("', '")}'`);
1142
1142
  if (o.env.FORCE_COLOR || o.env.CLICOLOR_FORCE !== void 0) return !0;
1143
1143
  }
1144
1144
  e.Command = h, e.useColor = _;
1145
- })), { program: A, createCommand: se, createArgument: ce, createOption: le, CommanderError: ue, InvalidArgumentError: de, InvalidOptionArgumentError: fe, Command: pe, Argument: me, Option: he, Help: ge } = (/* @__PURE__ */ y((/* @__PURE__ */ u(((e) => {
1146
- var { Argument: t } = ne(), { Command: n } = oe(), { CommanderError: r, InvalidArgumentError: i } = te(), { Help: a } = re(), { Option: o } = ie();
1145
+ })), { program: j, createCommand: oe, createArgument: se, createOption: ce, CommanderError: le, InvalidArgumentError: ue, InvalidOptionArgumentError: de, Command: fe, Argument: pe, Option: me, Help: he } = (/* @__PURE__ */ y((/* @__PURE__ */ u(((e) => {
1146
+ var { Argument: t } = te(), { Command: n } = ae(), { CommanderError: r, InvalidArgumentError: i } = A(), { Help: a } = ne(), { Option: o } = re();
1147
1147
  e.program = new n(), e.createCommand = (e) => new n(e), e.createOption = (e, t) => new o(e, t), e.createArgument = (e, n) => new t(e, n), e.Command = n, e.Option = o, e.Argument = t, e.Help = a, e.CommanderError = r, e.InvalidArgumentError = i, e.InvalidOptionArgumentError = i;
1148
- })))(), 1)).default, _e = /* @__PURE__ */ u(((e, n) => {
1148
+ })))(), 1)).default, ge = /* @__PURE__ */ u(((e, n) => {
1149
1149
  var r = t("constants"), i = process.cwd, a = null, o = process.env.GRACEFUL_FS_PLATFORM || process.platform;
1150
1150
  process.cwd = function() {
1151
1151
  return a ||= i.call(process), a;
@@ -1312,7 +1312,7 @@ Expecting one of '${n.join("', '")}'`);
1312
1312
  return !e || e.code === "ENOSYS" || (!process.getuid || process.getuid() !== 0) && (e.code === "EINVAL" || e.code === "EPERM");
1313
1313
  }
1314
1314
  }
1315
- })), ve = /* @__PURE__ */ u(((e, n) => {
1315
+ })), _e = /* @__PURE__ */ u(((e, n) => {
1316
1316
  var r = t("stream").Stream;
1317
1317
  n.exports = i;
1318
1318
  function i(e) {
@@ -1371,7 +1371,7 @@ Expecting one of '${n.join("', '")}'`);
1371
1371
  ]), this.flush());
1372
1372
  }
1373
1373
  }
1374
- })), ye = /* @__PURE__ */ u(((e, t) => {
1374
+ })), ve = /* @__PURE__ */ u(((e, t) => {
1375
1375
  t.exports = r;
1376
1376
  var n = Object.getPrototypeOf || function(e) {
1377
1377
  return e.__proto__;
@@ -1384,8 +1384,8 @@ Expecting one of '${n.join("', '")}'`);
1384
1384
  Object.defineProperty(t, n, Object.getOwnPropertyDescriptor(e, n));
1385
1385
  }), t;
1386
1386
  }
1387
- })), be = /* @__PURE__ */ u(((e, n) => {
1388
- var r = t("fs"), i = _e(), a = ve(), o = ye(), s = t("util"), c, l;
1387
+ })), ye = /* @__PURE__ */ u(((e, n) => {
1388
+ var r = t("fs"), i = ge(), a = _e(), o = ve(), s = t("util"), c, l;
1389
1389
  /* istanbul ignore else - node 0.x polyfill */
1390
1390
  typeof Symbol == "function" && typeof Symbol.for == "function" ? (c = Symbol.for("graceful-fs.queue"), l = Symbol.for("graceful-fs.previous")) : (c = "___graceful-fs.queue", l = "___graceful-fs.previous");
1391
1391
  function u() {}
@@ -1643,20 +1643,20 @@ Expecting one of '${n.join("', '")}'`);
1643
1643
  h === void 0 && (h = setTimeout(_, 0));
1644
1644
  }
1645
1645
  }
1646
- })), xe = /* @__PURE__ */ y(l(), 1), Se = /* @__PURE__ */ y(be(), 1), j = x.homedir(), { env: M } = process, Ce = M.XDG_DATA_HOME || (j ? b.join(j, ".local", "share") : void 0), we = M.XDG_CONFIG_HOME || (j ? b.join(j, ".config") : void 0);
1647
- M.XDG_STATE_HOME || j && b.join(j, ".local", "state"), M.XDG_CACHE_HOME || j && b.join(j, ".cache"), M.XDG_RUNTIME_DIR;
1648
- var Te = (M.XDG_DATA_DIRS || "/usr/local/share/:/usr/share/").split(":");
1646
+ })), be = /* @__PURE__ */ y(l(), 1), xe = /* @__PURE__ */ y(ye(), 1), M = S.homedir(), { env: N } = process, Se = N.XDG_DATA_HOME || (M ? O.join(M, ".local", "share") : void 0), Ce = N.XDG_CONFIG_HOME || (M ? O.join(M, ".config") : void 0);
1647
+ N.XDG_STATE_HOME || M && O.join(M, ".local", "state"), N.XDG_CACHE_HOME || M && O.join(M, ".cache"), N.XDG_RUNTIME_DIR;
1648
+ var we = (N.XDG_DATA_DIRS || "/usr/local/share/:/usr/share/").split(":");
1649
+ Se && we.unshift(Se);
1650
+ var Te = (N.XDG_CONFIG_DIRS || "/etc/xdg").split(":");
1649
1651
  Ce && Te.unshift(Ce);
1650
- var Ee = (M.XDG_CONFIG_DIRS || "/etc/xdg").split(":");
1651
- we && Ee.unshift(we);
1652
1652
  //#endregion
1653
1653
  //#region node_modules/stubborn-utils/dist/attemptify_async.js
1654
- var N = (e, t) => {
1654
+ var P = (e, t) => {
1655
1655
  let { onError: n } = t;
1656
1656
  return function(...t) {
1657
1657
  return e.apply(void 0, t).catch(n);
1658
1658
  };
1659
- }, P = (e, t) => {
1659
+ }, F = (e, t) => {
1660
1660
  let { onError: n } = t;
1661
1661
  return function(...t) {
1662
1662
  try {
@@ -1665,7 +1665,7 @@ var N = (e, t) => {
1665
1665
  return n(e);
1666
1666
  }
1667
1667
  };
1668
- }, F = (e, t) => {
1668
+ }, I = (e, t) => {
1669
1669
  let { isRetriable: n } = t;
1670
1670
  return function(t) {
1671
1671
  let { timeout: r } = t, i = t.interval ?? 250, a = Date.now() + r;
@@ -1677,7 +1677,7 @@ var N = (e, t) => {
1677
1677
  });
1678
1678
  };
1679
1679
  };
1680
- }, I = (e, t) => {
1680
+ }, L = (e, t) => {
1681
1681
  let { isRetriable: n } = t;
1682
1682
  return function(t) {
1683
1683
  let { timeout: r } = t, i = Date.now() + r;
@@ -1690,109 +1690,109 @@ var N = (e, t) => {
1690
1690
  }
1691
1691
  };
1692
1692
  };
1693
- }, L = {
1693
+ }, R = {
1694
1694
  isChangeErrorOk: (e) => {
1695
- if (!L.isNodeError(e)) return !1;
1695
+ if (!R.isNodeError(e)) return !1;
1696
1696
  let { code: t } = e;
1697
- return t === "ENOSYS" || !Oe && (t === "EINVAL" || t === "EPERM");
1697
+ return t === "ENOSYS" || !De && (t === "EINVAL" || t === "EPERM");
1698
1698
  },
1699
1699
  isNodeError: (e) => e instanceof Error,
1700
1700
  isRetriableError: (e) => {
1701
- if (!L.isNodeError(e)) return !1;
1701
+ if (!R.isNodeError(e)) return !1;
1702
1702
  let { code: t } = e;
1703
1703
  return t === "EMFILE" || t === "ENFILE" || t === "EAGAIN" || t === "EBUSY" || t === "EACCESS" || t === "EACCES" || t === "EACCS" || t === "EPERM";
1704
1704
  },
1705
1705
  onChangeError: (e) => {
1706
- if (!L.isNodeError(e) || !L.isChangeErrorOk(e)) throw e;
1706
+ if (!R.isNodeError(e) || !R.isChangeErrorOk(e)) throw e;
1707
1707
  }
1708
- }, De = { onError: L.onChangeError }, R = { onError: () => void 0 }, Oe = S.getuid ? !S.getuid() : !1, z = { isRetriable: L.isRetriableError }, B = {
1708
+ }, Ee = { onError: R.onChangeError }, z = { onError: () => void 0 }, De = C.getuid ? !C.getuid() : !1, B = { isRetriable: R.isRetriableError }, V = {
1709
1709
  attempt: {
1710
- chmod: N(O(k.chmod), De),
1711
- chown: N(O(k.chown), De),
1712
- close: N(O(k.close), R),
1713
- fsync: N(O(k.fsync), R),
1714
- mkdir: N(O(k.mkdir), R),
1715
- realpath: N(O(k.realpath), R),
1716
- stat: N(O(k.stat), R),
1717
- unlink: N(O(k.unlink), R),
1718
- chmodSync: P(k.chmodSync, De),
1719
- chownSync: P(k.chownSync, De),
1720
- closeSync: P(k.closeSync, R),
1721
- existsSync: P(k.existsSync, R),
1722
- fsyncSync: P(k.fsync, R),
1723
- mkdirSync: P(k.mkdirSync, R),
1724
- realpathSync: P(k.realpathSync, R),
1725
- statSync: P(k.statSync, R),
1726
- unlinkSync: P(k.unlinkSync, R)
1710
+ chmod: P(D(k.chmod), Ee),
1711
+ chown: P(D(k.chown), Ee),
1712
+ close: P(D(k.close), z),
1713
+ fsync: P(D(k.fsync), z),
1714
+ mkdir: P(D(k.mkdir), z),
1715
+ realpath: P(D(k.realpath), z),
1716
+ stat: P(D(k.stat), z),
1717
+ unlink: P(D(k.unlink), z),
1718
+ chmodSync: F(k.chmodSync, Ee),
1719
+ chownSync: F(k.chownSync, Ee),
1720
+ closeSync: F(k.closeSync, z),
1721
+ existsSync: F(k.existsSync, z),
1722
+ fsyncSync: F(k.fsync, z),
1723
+ mkdirSync: F(k.mkdirSync, z),
1724
+ realpathSync: F(k.realpathSync, z),
1725
+ statSync: F(k.statSync, z),
1726
+ unlinkSync: F(k.unlinkSync, z)
1727
1727
  },
1728
1728
  retry: {
1729
- close: F(O(k.close), z),
1730
- fsync: F(O(k.fsync), z),
1731
- open: F(O(k.open), z),
1732
- readFile: F(O(k.readFile), z),
1733
- rename: F(O(k.rename), z),
1734
- stat: F(O(k.stat), z),
1735
- write: F(O(k.write), z),
1736
- writeFile: F(O(k.writeFile), z),
1737
- closeSync: I(k.closeSync, z),
1738
- fsyncSync: I(k.fsyncSync, z),
1739
- openSync: I(k.openSync, z),
1740
- readFileSync: I(k.readFileSync, z),
1741
- renameSync: I(k.renameSync, z),
1742
- statSync: I(k.statSync, z),
1743
- writeSync: I(k.writeSync, z),
1744
- writeFileSync: I(k.writeFileSync, z)
1745
- }
1746
- }, ke = {}, Ae = S.geteuid ? S.geteuid() : -1, je = S.getegid ? S.getegid() : -1, Me = !!S.getuid;
1747
- S.getuid && S.getuid();
1729
+ close: I(D(k.close), B),
1730
+ fsync: I(D(k.fsync), B),
1731
+ open: I(D(k.open), B),
1732
+ readFile: I(D(k.readFile), B),
1733
+ rename: I(D(k.rename), B),
1734
+ stat: I(D(k.stat), B),
1735
+ write: I(D(k.write), B),
1736
+ writeFile: I(D(k.writeFile), B),
1737
+ closeSync: L(k.closeSync, B),
1738
+ fsyncSync: L(k.fsyncSync, B),
1739
+ openSync: L(k.openSync, B),
1740
+ readFileSync: L(k.readFileSync, B),
1741
+ renameSync: L(k.renameSync, B),
1742
+ statSync: L(k.statSync, B),
1743
+ writeSync: L(k.writeSync, B),
1744
+ writeFileSync: L(k.writeFileSync, B)
1745
+ }
1746
+ }, Oe = {}, ke = C.geteuid ? C.geteuid() : -1, Ae = C.getegid ? C.getegid() : -1, je = !!C.getuid;
1747
+ C.getuid && C.getuid();
1748
1748
  //#endregion
1749
1749
  //#region node_modules/atomically/dist/utils/lang.js
1750
- var Ne = (e) => e instanceof Error && "code" in e, Pe = (e) => typeof e == "string", Fe = (e) => e === void 0, Ie = S.platform === "linux", Le = S.platform === "win32", Re = [
1750
+ var Me = (e) => e instanceof Error && "code" in e, Ne = (e) => typeof e == "string", Pe = (e) => e === void 0, Fe = C.platform === "linux", Ie = C.platform === "win32", Le = [
1751
1751
  "SIGHUP",
1752
1752
  "SIGINT",
1753
1753
  "SIGTERM"
1754
1754
  ];
1755
- Le || Re.push("SIGALRM", "SIGABRT", "SIGVTALRM", "SIGXCPU", "SIGXFSZ", "SIGUSR2", "SIGTRAP", "SIGSYS", "SIGQUIT", "SIGIOT"), Ie && Re.push("SIGIO", "SIGPOLL", "SIGPWR", "SIGSTKFLT");
1755
+ Ie || Le.push("SIGALRM", "SIGABRT", "SIGVTALRM", "SIGXCPU", "SIGXFSZ", "SIGUSR2", "SIGTRAP", "SIGSYS", "SIGQUIT", "SIGIOT"), Fe && Le.push("SIGIO", "SIGPOLL", "SIGPWR", "SIGSTKFLT");
1756
1756
  //#endregion
1757
1757
  //#region node_modules/when-exit/dist/node/index.js
1758
- var ze = new class {
1758
+ var Re = new class {
1759
1759
  constructor() {
1760
1760
  this.callbacks = /* @__PURE__ */ new Set(), this.exited = !1, this.exit = (e) => {
1761
1761
  if (!this.exited) {
1762
1762
  this.exited = !0;
1763
1763
  for (let e of this.callbacks) e();
1764
- e && (Le && e !== "SIGINT" && e !== "SIGTERM" && e !== "SIGKILL" ? S.kill(S.pid, "SIGTERM") : S.kill(S.pid, e));
1764
+ e && (Ie && e !== "SIGINT" && e !== "SIGTERM" && e !== "SIGKILL" ? C.kill(C.pid, "SIGTERM") : C.kill(C.pid, e));
1765
1765
  }
1766
1766
  }, this.hook = () => {
1767
- S.once("exit", () => this.exit());
1768
- for (let e of Re) try {
1769
- S.once(e, () => this.exit(e));
1767
+ C.once("exit", () => this.exit());
1768
+ for (let e of Le) try {
1769
+ C.once(e, () => this.exit(e));
1770
1770
  } catch {}
1771
1771
  }, this.register = (e) => (this.callbacks.add(e), () => {
1772
1772
  this.callbacks.delete(e);
1773
1773
  }), this.hook();
1774
1774
  }
1775
- }().register, V = {
1775
+ }().register, H = {
1776
1776
  store: {},
1777
1777
  create: (e) => {
1778
1778
  let t = `000000${Math.floor(Math.random() * 16777215).toString(16)}`.slice(-6);
1779
1779
  return `${e}${`.tmp-${Date.now().toString().slice(-10)}${t}`}`;
1780
1780
  },
1781
1781
  get: (e, t, n = !0) => {
1782
- let r = V.truncate(t(e));
1783
- return r in V.store ? V.get(e, t, n) : (V.store[r] = n, [r, () => delete V.store[r]]);
1782
+ let r = H.truncate(t(e));
1783
+ return r in H.store ? H.get(e, t, n) : (H.store[r] = n, [r, () => delete H.store[r]]);
1784
1784
  },
1785
1785
  purge: (e) => {
1786
- V.store[e] && (delete V.store[e], B.attempt.unlink(e));
1786
+ H.store[e] && (delete H.store[e], V.attempt.unlink(e));
1787
1787
  },
1788
1788
  purgeSync: (e) => {
1789
- V.store[e] && (delete V.store[e], B.attempt.unlinkSync(e));
1789
+ H.store[e] && (delete H.store[e], V.attempt.unlinkSync(e));
1790
1790
  },
1791
1791
  purgeSyncAll: () => {
1792
- for (let e in V.store) V.purgeSync(e);
1792
+ for (let e in H.store) H.purgeSync(e);
1793
1793
  },
1794
1794
  truncate: (e) => {
1795
- let t = T.basename(e);
1795
+ let t = b.basename(e);
1796
1796
  if (t.length <= 128) return e;
1797
1797
  let n = /^(\.?)(.*?)((?:\.[^.]+)?(?:\.tmp-\d{10}[a-f0-9]{6})?)$/.exec(t);
1798
1798
  if (!n) return e;
@@ -1800,53 +1800,53 @@ var ze = new class {
1800
1800
  return `${e.slice(0, -t.length)}${n[1]}${n[2].slice(0, -r)}${n[3]}`;
1801
1801
  }
1802
1802
  };
1803
- ze(V.purgeSyncAll);
1803
+ Re(H.purgeSyncAll);
1804
1804
  //#endregion
1805
1805
  //#region node_modules/atomically/dist/index.js
1806
- function Be(e, t, n = ke) {
1807
- if (Pe(n)) return Be(e, t, { encoding: n });
1806
+ function ze(e, t, n = Oe) {
1807
+ if (Ne(n)) return ze(e, t, { encoding: n });
1808
1808
  let r = { timeout: n.timeout ?? 1e3 }, i = null, a = null, o = null;
1809
1809
  try {
1810
- let s = B.attempt.realpathSync(e), c = !!s;
1811
- e = s || e, [a, i] = V.get(e, n.tmpCreate || V.create, n.tmpPurge !== !1);
1812
- let l = Me && Fe(n.chown), u = Fe(n.mode);
1810
+ let s = V.attempt.realpathSync(e), c = !!s;
1811
+ e = s || e, [a, i] = H.get(e, n.tmpCreate || H.create, n.tmpPurge !== !1);
1812
+ let l = je && Pe(n.chown), u = Pe(n.mode);
1813
1813
  if (c && (l || u)) {
1814
- let t = B.attempt.statSync(e);
1814
+ let t = V.attempt.statSync(e);
1815
1815
  t && (n = { ...n }, l && (n.chown = {
1816
1816
  uid: t.uid,
1817
1817
  gid: t.gid
1818
1818
  }), u && (n.mode = t.mode));
1819
1819
  }
1820
1820
  if (!c) {
1821
- let t = T.dirname(e);
1822
- B.attempt.mkdirSync(t, {
1821
+ let t = b.dirname(e);
1822
+ V.attempt.mkdirSync(t, {
1823
1823
  mode: 511,
1824
1824
  recursive: !0
1825
1825
  });
1826
1826
  }
1827
- o = B.retry.openSync(r)(a, "w", n.mode || 438), n.tmpCreated && n.tmpCreated(a), Pe(t) ? B.retry.writeSync(r)(o, t, 0, n.encoding || "utf8") : Fe(t) || B.retry.writeSync(r)(o, t, 0, t.length, 0), n.fsync !== !1 && (n.fsyncWait === !1 ? B.attempt.fsync(o) : B.retry.fsyncSync(r)(o)), B.retry.closeSync(r)(o), o = null, n.chown && (n.chown.uid !== Ae || n.chown.gid !== je) && B.attempt.chownSync(a, n.chown.uid, n.chown.gid), n.mode && n.mode !== 438 && B.attempt.chmodSync(a, n.mode);
1827
+ o = V.retry.openSync(r)(a, "w", n.mode || 438), n.tmpCreated && n.tmpCreated(a), Ne(t) ? V.retry.writeSync(r)(o, t, 0, n.encoding || "utf8") : Pe(t) || V.retry.writeSync(r)(o, t, 0, t.length, 0), n.fsync !== !1 && (n.fsyncWait === !1 ? V.attempt.fsync(o) : V.retry.fsyncSync(r)(o)), V.retry.closeSync(r)(o), o = null, n.chown && (n.chown.uid !== ke || n.chown.gid !== Ae) && V.attempt.chownSync(a, n.chown.uid, n.chown.gid), n.mode && n.mode !== 438 && V.attempt.chmodSync(a, n.mode);
1828
1828
  try {
1829
- B.retry.renameSync(r)(a, e);
1829
+ V.retry.renameSync(r)(a, e);
1830
1830
  } catch (t) {
1831
- if (!Ne(t) || t.code !== "ENAMETOOLONG") throw t;
1832
- B.retry.renameSync(r)(a, V.truncate(e));
1831
+ if (!Me(t) || t.code !== "ENAMETOOLONG") throw t;
1832
+ V.retry.renameSync(r)(a, H.truncate(e));
1833
1833
  }
1834
1834
  i(), a = null;
1835
1835
  } finally {
1836
- o && B.attempt.closeSync(o), a && V.purge(a);
1836
+ o && V.attempt.closeSync(o), a && H.purge(a);
1837
1837
  }
1838
1838
  }
1839
1839
  //#endregion
1840
1840
  //#region node_modules/dot-prop/index.js
1841
- var H = (e) => {
1841
+ var U = (e) => {
1842
1842
  let t = typeof e;
1843
1843
  return e !== null && (t === "object" || t === "function");
1844
- }, Ve = new Set([
1844
+ }, Be = /* @__PURE__ */ new Set([
1845
1845
  "__proto__",
1846
1846
  "prototype",
1847
1847
  "constructor"
1848
- ]), He = /* @__PURE__ */ new Set("0123456789");
1849
- function Ue(e) {
1848
+ ]), Ve = /* @__PURE__ */ new Set("0123456789");
1849
+ function He(e) {
1850
1850
  let t = [], n = "", r = "start", i = !1;
1851
1851
  for (let a of e) switch (a) {
1852
1852
  case "\\":
@@ -1864,7 +1864,7 @@ function Ue(e) {
1864
1864
  i = !1, n += a;
1865
1865
  break;
1866
1866
  }
1867
- if (Ve.has(n)) return [];
1867
+ if (Be.has(n)) return [];
1868
1868
  t.push(n), n = "", r = "property";
1869
1869
  break;
1870
1870
  case "[":
@@ -1878,7 +1878,7 @@ function Ue(e) {
1878
1878
  break;
1879
1879
  }
1880
1880
  if (r === "property") {
1881
- if (Ve.has(n)) return [];
1881
+ if (Be.has(n)) return [];
1882
1882
  t.push(n), n = "";
1883
1883
  }
1884
1884
  r = "index";
@@ -1890,13 +1890,13 @@ function Ue(e) {
1890
1890
  }
1891
1891
  if (r === "indexEnd") throw Error("Invalid character after an index");
1892
1892
  default:
1893
- if (r === "index" && !He.has(a)) throw Error("Invalid character in an index");
1893
+ if (r === "index" && !Ve.has(a)) throw Error("Invalid character in an index");
1894
1894
  if (r === "indexEnd") throw Error("Invalid character after an index");
1895
1895
  r === "start" && (r = "property"), i && (i = !1, n += "\\"), n += a;
1896
1896
  }
1897
1897
  switch (i && (n += "\\"), r) {
1898
1898
  case "property":
1899
- if (Ve.has(n)) return [];
1899
+ if (Be.has(n)) return [];
1900
1900
  t.push(n);
1901
1901
  break;
1902
1902
  case "index": throw Error("Index was not closed");
@@ -1906,115 +1906,115 @@ function Ue(e) {
1906
1906
  }
1907
1907
  return t;
1908
1908
  }
1909
- function We(e, t) {
1909
+ function Ue(e, t) {
1910
1910
  if (typeof t != "number" && Array.isArray(e)) {
1911
1911
  let n = Number.parseInt(t, 10);
1912
1912
  return Number.isInteger(n) && e[n] === e[t];
1913
1913
  }
1914
1914
  return !1;
1915
1915
  }
1916
- function Ge(e, t) {
1917
- if (We(e, t)) throw Error("Cannot use string index");
1916
+ function We(e, t) {
1917
+ if (Ue(e, t)) throw Error("Cannot use string index");
1918
1918
  }
1919
- function Ke(e, t, n) {
1920
- if (!H(e) || typeof t != "string") return n === void 0 ? e : n;
1921
- let r = Ue(t);
1919
+ function Ge(e, t, n) {
1920
+ if (!U(e) || typeof t != "string") return n === void 0 ? e : n;
1921
+ let r = He(t);
1922
1922
  if (r.length === 0) return n;
1923
1923
  for (let t = 0; t < r.length; t++) {
1924
1924
  let i = r[t];
1925
- if (e = We(e, i) ? t === r.length - 1 ? void 0 : null : e[i], e == null) {
1925
+ if (e = Ue(e, i) ? t === r.length - 1 ? void 0 : null : e[i], e == null) {
1926
1926
  if (t !== r.length - 1) return n;
1927
1927
  break;
1928
1928
  }
1929
1929
  }
1930
1930
  return e === void 0 ? n : e;
1931
1931
  }
1932
- function qe(e, t, n) {
1933
- if (!H(e) || typeof t != "string") return e;
1934
- let r = e, i = Ue(t);
1932
+ function Ke(e, t, n) {
1933
+ if (!U(e) || typeof t != "string") return e;
1934
+ let r = e, i = He(t);
1935
1935
  for (let t = 0; t < i.length; t++) {
1936
1936
  let r = i[t];
1937
- Ge(e, r), t === i.length - 1 ? e[r] = n : H(e[r]) || (e[r] = typeof i[t + 1] == "number" ? [] : {}), e = e[r];
1937
+ We(e, r), t === i.length - 1 ? e[r] = n : U(e[r]) || (e[r] = typeof i[t + 1] == "number" ? [] : {}), e = e[r];
1938
1938
  }
1939
1939
  return r;
1940
1940
  }
1941
- function Je(e, t) {
1942
- if (!H(e) || typeof t != "string") return !1;
1943
- let n = Ue(t);
1941
+ function qe(e, t) {
1942
+ if (!U(e) || typeof t != "string") return !1;
1943
+ let n = He(t);
1944
1944
  for (let t = 0; t < n.length; t++) {
1945
1945
  let r = n[t];
1946
- if (Ge(e, r), t === n.length - 1) return delete e[r], !0;
1947
- if (e = e[r], !H(e)) return !1;
1946
+ if (We(e, r), t === n.length - 1) return delete e[r], !0;
1947
+ if (e = e[r], !U(e)) return !1;
1948
1948
  }
1949
1949
  }
1950
- function Ye(e, t) {
1951
- if (!H(e) || typeof t != "string") return !1;
1952
- let n = Ue(t);
1950
+ function Je(e, t) {
1951
+ if (!U(e) || typeof t != "string") return !1;
1952
+ let n = He(t);
1953
1953
  if (n.length === 0) return !1;
1954
1954
  for (let t of n) {
1955
- if (!H(e) || !(t in e) || We(e, t)) return !1;
1955
+ if (!U(e) || !(t in e) || Ue(e, t)) return !1;
1956
1956
  e = e[t];
1957
1957
  }
1958
1958
  return !0;
1959
1959
  }
1960
1960
  //#endregion
1961
1961
  //#region node_modules/configstore/index.js
1962
- function Xe(e, t) {
1963
- let n = t ? T.join(e, "config.json") : T.join("configstore", `${e}.json`), r = we ?? Se.default.mkdtempSync(Se.default.realpathSync(w.tmpdir()) + T.sep);
1964
- return T.join(r, n);
1962
+ function Ye(e, t) {
1963
+ let n = t ? b.join(e, "config.json") : b.join("configstore", `${e}.json`), r = Ce ?? xe.default.mkdtempSync(xe.default.realpathSync(x.tmpdir()) + b.sep);
1964
+ return b.join(r, n);
1965
1965
  }
1966
- var Ze = "You don't have access to this file.", Qe = {
1966
+ var Xe = "You don't have access to this file.", Ze = {
1967
1967
  mode: 448,
1968
1968
  recursive: !0
1969
- }, $e = { mode: 384 };
1970
- function et(e) {
1971
- throw e.code === "EACCES" && (e.message = `${e.message}\n${Ze}\n`), e;
1969
+ }, Qe = { mode: 384 };
1970
+ function $e(e) {
1971
+ throw e.code === "EACCES" && (e.message = `${e.message}\n${Xe}\n`), e;
1972
1972
  }
1973
- var tt = class {
1973
+ var et = class {
1974
1974
  constructor(e, t, n = {}) {
1975
- this._path = n.configPath ?? Xe(e, n.globalConfigPath), this._clearInvalidConfig = n.clearInvalidConfig ?? !0, t && (this.all = {
1975
+ this._path = n.configPath ?? Ye(e, n.globalConfigPath), this._clearInvalidConfig = n.clearInvalidConfig ?? !0, t && (this.all = {
1976
1976
  ...t,
1977
1977
  ...this.all
1978
1978
  });
1979
1979
  }
1980
1980
  get all() {
1981
1981
  try {
1982
- return JSON.parse(Se.default.readFileSync(this._path, "utf8"));
1982
+ return JSON.parse(xe.default.readFileSync(this._path, "utf8"));
1983
1983
  } catch (e) {
1984
1984
  if (e.code === "ENOENT") return {};
1985
1985
  if (e.name === "SyntaxError") {
1986
- if (this._clearInvalidConfig) return Be(this._path, "", $e), {};
1986
+ if (this._clearInvalidConfig) return ze(this._path, "", Qe), {};
1987
1987
  throw e;
1988
1988
  }
1989
1989
  /* c8 ignore next */
1990
- return et(e), {};
1990
+ return $e(e), {};
1991
1991
  }
1992
1992
  }
1993
1993
  set all(e) {
1994
1994
  try {
1995
- Se.default.mkdirSync(T.dirname(this._path), Qe), Be(this._path, JSON.stringify(e, void 0, " "), $e);
1995
+ xe.default.mkdirSync(b.dirname(this._path), Ze), ze(this._path, JSON.stringify(e, void 0, " "), Qe);
1996
1996
  } catch (e) {
1997
- et(e);
1997
+ $e(e);
1998
1998
  }
1999
1999
  }
2000
2000
  get size() {
2001
2001
  return Object.keys(this.all || {}).length;
2002
2002
  }
2003
2003
  get(e) {
2004
- return Ke(this.all, e);
2004
+ return Ge(this.all, e);
2005
2005
  }
2006
2006
  set(e, t) {
2007
2007
  let n = this.all;
2008
- if (typeof e == "object" && arguments.length === 1) for (let t of Object.keys(e)) qe(n, t, e[t]);
2009
- else qe(n, e, t);
2008
+ if (typeof e == "object" && arguments.length === 1) for (let t of Object.keys(e)) Ke(n, t, e[t]);
2009
+ else Ke(n, e, t);
2010
2010
  this.all = n;
2011
2011
  }
2012
2012
  has(e) {
2013
- return Ye(this.all, e);
2013
+ return Je(this.all, e);
2014
2014
  }
2015
2015
  delete(e) {
2016
2016
  let t = this.all;
2017
- Je(t, e), this.all = t;
2017
+ qe(t, e), this.all = t;
2018
2018
  }
2019
2019
  clear() {
2020
2020
  this.all = {};
@@ -2022,7 +2022,7 @@ var tt = class {
2022
2022
  get path() {
2023
2023
  return this._path;
2024
2024
  }
2025
- }, nt = /* @__PURE__ */ y(i(), 1), rt = /* @__PURE__ */ y(_(), 1), it = class extends Error {
2025
+ }, tt = /* @__PURE__ */ y(i(), 1), nt = /* @__PURE__ */ y(_(), 1), rt = class extends Error {
2026
2026
  response;
2027
2027
  request;
2028
2028
  options;
@@ -2030,7 +2030,7 @@ var tt = class {
2030
2030
  let r = `${e.status || e.status === 0 ? e.status : ""} ${e.statusText ?? ""}`.trim(), i = r ? `status code ${r}` : "an unknown error";
2031
2031
  super(`Request failed with ${i}: ${t.method} ${t.url}`), this.name = "HTTPError", this.response = e, this.request = t, this.options = n;
2032
2032
  }
2033
- }, at = class extends Error {
2033
+ }, it = class extends Error {
2034
2034
  name = "NonError";
2035
2035
  value;
2036
2036
  constructor(e) {
@@ -2040,16 +2040,16 @@ var tt = class {
2040
2040
  } catch {}
2041
2041
  super(t), this.value = e;
2042
2042
  }
2043
- }, ot = class extends Error {
2043
+ }, at = class extends Error {
2044
2044
  name = "ForceRetryError";
2045
2045
  customDelay;
2046
2046
  code;
2047
2047
  customRequest;
2048
2048
  constructor(e) {
2049
- let t = e?.cause ? e.cause instanceof Error ? e.cause : new at(e.cause) : void 0;
2049
+ let t = e?.cause ? e.cause instanceof Error ? e.cause : new it(e.cause) : void 0;
2050
2050
  super(e?.code ? `Forced retry: ${e.code}` : "Forced retry", t ? { cause: t } : void 0), this.customDelay = e?.delay, this.code = e?.code, this.customRequest = e?.request;
2051
2051
  }
2052
- }, st = (() => {
2052
+ }, ot = (() => {
2053
2053
  let e = !1, t = !1, n = typeof globalThis.ReadableStream == "function", r = typeof globalThis.Request == "function";
2054
2054
  if (n && r) try {
2055
2055
  t = new globalThis.Request("https://empty.invalid", {
@@ -2064,26 +2064,26 @@ var tt = class {
2064
2064
  throw e;
2065
2065
  }
2066
2066
  return e && !t;
2067
- })(), ct = typeof globalThis.AbortController == "function", lt = typeof globalThis.AbortSignal == "function" && typeof globalThis.AbortSignal.any == "function", ut = typeof globalThis.ReadableStream == "function", dt = typeof globalThis.FormData == "function", ft = [
2067
+ })(), st = typeof globalThis.AbortController == "function", ct = typeof globalThis.AbortSignal == "function" && typeof globalThis.AbortSignal.any == "function", lt = typeof globalThis.ReadableStream == "function", ut = typeof globalThis.FormData == "function", dt = [
2068
2068
  "get",
2069
2069
  "post",
2070
2070
  "put",
2071
2071
  "patch",
2072
2072
  "head",
2073
2073
  "delete"
2074
- ], pt = {
2074
+ ], ft = {
2075
2075
  json: "application/json",
2076
2076
  text: "text/*",
2077
2077
  formData: "multipart/form-data",
2078
2078
  arrayBuffer: "*/*",
2079
2079
  blob: "*/*",
2080
2080
  bytes: "*/*"
2081
- }, mt = 2147483647, ht = new TextEncoder().encode("------WebKitFormBoundaryaxpyiPgbbPti10Rw").length, gt = Symbol("stop"), _t = class {
2081
+ }, pt = 2147483647, mt = new TextEncoder().encode("------WebKitFormBoundaryaxpyiPgbbPti10Rw").length, ht = Symbol("stop"), gt = class {
2082
2082
  options;
2083
2083
  constructor(e) {
2084
2084
  this.options = e;
2085
2085
  }
2086
- }, vt = (e) => new _t(e), yt = {
2086
+ }, _t = (e) => new gt(e), vt = {
2087
2087
  json: !0,
2088
2088
  parseJson: !0,
2089
2089
  stringifyJson: !0,
@@ -2097,7 +2097,7 @@ var tt = class {
2097
2097
  onUploadProgress: !0,
2098
2098
  fetch: !0,
2099
2099
  context: !0
2100
- }, bt = { next: !0 }, xt = {
2100
+ }, yt = { next: !0 }, bt = {
2101
2101
  method: !0,
2102
2102
  headers: !0,
2103
2103
  body: !0,
@@ -2112,11 +2112,11 @@ var tt = class {
2112
2112
  signal: !0,
2113
2113
  window: !0,
2114
2114
  duplex: !0
2115
- }, St = (e) => {
2115
+ }, xt = (e) => {
2116
2116
  if (!e) return 0;
2117
2117
  if (e instanceof FormData) {
2118
2118
  let t = 0;
2119
- for (let [n, r] of e) t += ht, t += new TextEncoder().encode(`Content-Disposition: form-data; name="${n}"`).length, t += typeof r == "string" ? new TextEncoder().encode(r).length : r.size;
2119
+ for (let [n, r] of e) t += mt, t += new TextEncoder().encode(`Content-Disposition: form-data; name="${n}"`).length, t += typeof r == "string" ? new TextEncoder().encode(r).length : r.size;
2120
2120
  return t;
2121
2121
  }
2122
2122
  if (e instanceof Blob) return e.size;
@@ -2131,7 +2131,7 @@ var tt = class {
2131
2131
  return 0;
2132
2132
  }
2133
2133
  return 0;
2134
- }, Ct = (e, t, n) => {
2134
+ }, St = (e, t, n) => {
2135
2135
  let r, i = 0;
2136
2136
  return e.pipeThrough(new TransformStream({
2137
2137
  transform(e, a) {
@@ -2154,7 +2154,7 @@ var tt = class {
2154
2154
  }, r));
2155
2155
  }
2156
2156
  }));
2157
- }, wt = (e, t) => {
2157
+ }, Ct = (e, t) => {
2158
2158
  if (!e.body) return e;
2159
2159
  if (e.status === 204) return new Response(null, {
2160
2160
  status: e.status,
@@ -2162,20 +2162,20 @@ var tt = class {
2162
2162
  headers: e.headers
2163
2163
  });
2164
2164
  let n = Math.max(0, Number(e.headers.get("content-length")) || 0);
2165
- return new Response(Ct(e.body, n, t), {
2165
+ return new Response(St(e.body, n, t), {
2166
2166
  status: e.status,
2167
2167
  statusText: e.statusText,
2168
2168
  headers: e.headers
2169
2169
  });
2170
- }, Tt = (e, t, n) => {
2170
+ }, wt = (e, t, n) => {
2171
2171
  if (!e.body) return e;
2172
- let r = St(n ?? e.body);
2172
+ let r = xt(n ?? e.body);
2173
2173
  return new Request(e, {
2174
2174
  duplex: "half",
2175
- body: Ct(e.body, r, t)
2175
+ body: St(e.body, r, t)
2176
2176
  });
2177
- }, U = (e) => typeof e == "object" && !!e, W = (...e) => {
2178
- for (let t of e) if ((!U(t) || Array.isArray(t)) && t !== void 0) throw TypeError("The `options` argument must be an object");
2177
+ }, W = (e) => typeof e == "object" && !!e, Tt = (...e) => {
2178
+ for (let t of e) if ((!W(t) || Array.isArray(t)) && t !== void 0) throw TypeError("The `options` argument must be an object");
2179
2179
  return At({}, ...e);
2180
2180
  }, Et = (e = {}, t = {}) => {
2181
2181
  let n = new globalThis.Headers(e), r = t instanceof globalThis.Headers, i = new globalThis.Headers(t);
@@ -2197,7 +2197,7 @@ var Ot = (e = {}, t = {}) => ({
2197
2197
  if (!Array.isArray(e) || e.length !== 2) throw TypeError("Array search parameters must be provided in [[key, value], ...] format");
2198
2198
  n.append(String(e[0]), String(e[1]));
2199
2199
  }
2200
- else if (U(r)) for (let [e, t] of Object.entries(r)) t !== void 0 && n.append(e, String(t));
2200
+ else if (W(r)) for (let [e, t] of Object.entries(r)) t !== void 0 && n.append(e, String(t));
2201
2201
  else {
2202
2202
  let e = new URLSearchParams(r);
2203
2203
  for (let [t, r] of e.entries()) n.append(t, r);
@@ -2206,14 +2206,14 @@ var Ot = (e = {}, t = {}) => ({
2206
2206
  }, At = (...e) => {
2207
2207
  let t = {}, n = {}, r = {}, i, a = [];
2208
2208
  for (let o of e) if (Array.isArray(o)) Array.isArray(t) || (t = []), t = [...t, ...o];
2209
- else if (U(o)) {
2209
+ else if (W(o)) {
2210
2210
  for (let [e, n] of Object.entries(o)) {
2211
2211
  if (e === "signal" && n instanceof globalThis.AbortSignal) {
2212
2212
  a.push(n);
2213
2213
  continue;
2214
2214
  }
2215
2215
  if (e === "context") {
2216
- if (n != null && (!U(n) || Array.isArray(n))) throw TypeError("The `context` option must be an object");
2216
+ if (n != null && (!W(n) || Array.isArray(n))) throw TypeError("The `context` option must be an object");
2217
2217
  t = {
2218
2218
  ...t,
2219
2219
  context: n == null ? {} : {
@@ -2227,15 +2227,15 @@ var Ot = (e = {}, t = {}) => ({
2227
2227
  i = n == null ? void 0 : i === void 0 ? n : kt(i, n);
2228
2228
  continue;
2229
2229
  }
2230
- U(n) && e in t && (n = At(t[e], n)), t = {
2230
+ W(n) && e in t && (n = At(t[e], n)), t = {
2231
2231
  ...t,
2232
2232
  [e]: n
2233
2233
  };
2234
2234
  }
2235
- U(o.hooks) && (r = Ot(r, o.hooks), t.hooks = r), U(o.headers) && (n = Et(n, o.headers), t.headers = n);
2235
+ W(o.hooks) && (r = Ot(r, o.hooks), t.hooks = r), W(o.headers) && (n = Et(n, o.headers), t.headers = n);
2236
2236
  }
2237
- return i !== void 0 && (t.searchParams = i), a.length > 0 && (a.length === 1 ? t.signal = a[0] : lt ? t.signal = AbortSignal.any(a) : t.signal = a.at(-1)), t;
2238
- }, jt = (e) => ft.includes(e) ? e.toUpperCase() : e, Mt = {
2237
+ return i !== void 0 && (t.searchParams = i), a.length > 0 && (a.length === 1 ? t.signal = a[0] : ct ? t.signal = AbortSignal.any(a) : t.signal = a.at(-1)), t;
2238
+ }, jt = (e) => dt.includes(e) ? e.toUpperCase() : e, Mt = {
2239
2239
  limit: 2,
2240
2240
  methods: [
2241
2241
  "get",
@@ -2311,13 +2311,13 @@ async function It(e, { signal: t }) {
2311
2311
  //#region node_modules/ky/distribution/utils/options.js
2312
2312
  var Lt = (e, t) => {
2313
2313
  let n = {};
2314
- for (let r in t) Object.hasOwn(t, r) && !(r in xt) && !(r in yt) && (!(r in e) || r in bt) && (n[r] = t[r]);
2314
+ for (let r in t) Object.hasOwn(t, r) && !(r in bt) && !(r in vt) && (!(r in e) || r in yt) && (n[r] = t[r]);
2315
2315
  return n;
2316
2316
  }, Rt = (e) => e === void 0 ? !1 : Array.isArray(e) ? e.length > 0 : e instanceof URLSearchParams ? e.size > 0 : typeof e == "object" ? Object.keys(e).length > 0 : typeof e == "string" ? e.trim().length > 0 : !!e;
2317
2317
  //#endregion
2318
2318
  //#region node_modules/ky/distribution/utils/type-guards.js
2319
2319
  function zt(e) {
2320
- return e instanceof it || e?.name === it.name;
2320
+ return e instanceof rt || e?.name === rt.name;
2321
2321
  }
2322
2322
  function Bt(e) {
2323
2323
  return e instanceof Pt || e?.name === Pt.name;
@@ -2327,7 +2327,7 @@ function Bt(e) {
2327
2327
  var Vt = class e {
2328
2328
  static create(t, n) {
2329
2329
  let r = new e(t, n), i = r.#p(async () => {
2330
- if (typeof r.#i.timeout == "number" && r.#i.timeout > 2147483647) throw RangeError(`The \`timeout\` option cannot be greater than ${mt}`);
2330
+ if (typeof r.#i.timeout == "number" && r.#i.timeout > 2147483647) throw RangeError(`The \`timeout\` option cannot be greater than ${pt}`);
2331
2331
  await Promise.resolve();
2332
2332
  let e = await r.#m();
2333
2333
  for (let t of r.#i.hooks.afterResponse) {
@@ -2337,27 +2337,27 @@ var Vt = class e {
2337
2337
  } catch (t) {
2338
2338
  throw r.#f(n), r.#f(e), t;
2339
2339
  }
2340
- if (i instanceof _t) throw r.#f(n), r.#f(e), new ot(i.options);
2340
+ if (i instanceof gt) throw r.#f(n), r.#f(e), new at(i.options);
2341
2341
  let a = i instanceof globalThis.Response ? i : e;
2342
2342
  n !== a && r.#f(n), e !== a && r.#f(e), e = a;
2343
2343
  }
2344
2344
  if (r.#u(e), !e.ok && (typeof r.#i.throwHttpErrors == "function" ? r.#i.throwHttpErrors(e.status) : r.#i.throwHttpErrors)) {
2345
- let t = new it(e, r.request, r.#h());
2345
+ let t = new rt(e, r.request, r.#h());
2346
2346
  for (let e of r.#i.hooks.beforeError) t = await e(t, { retryCount: r.#n });
2347
2347
  throw t;
2348
2348
  }
2349
2349
  if (r.#i.onDownloadProgress) {
2350
2350
  if (typeof r.#i.onDownloadProgress != "function") throw TypeError("The `onDownloadProgress` option must be a function");
2351
- if (!ut) throw Error("Streams are not supported in your environment. `ReadableStream` is missing.");
2351
+ if (!lt) throw Error("Streams are not supported in your environment. `ReadableStream` is missing.");
2352
2352
  let t = e.clone();
2353
- return r.#f(e), wt(t, r.#i.onDownloadProgress);
2353
+ return r.#f(e), Ct(t, r.#i.onDownloadProgress);
2354
2354
  }
2355
2355
  return e;
2356
2356
  }).finally(() => {
2357
2357
  let e = r.#a;
2358
2358
  r.#d(e?.body ?? void 0), r.#d(r.request.body ?? void 0);
2359
2359
  });
2360
- for (let [e, t] of Object.entries(pt)) e === "bytes" && typeof globalThis.Response?.prototype?.bytes != "function" || (i[e] = async () => {
2360
+ for (let [e, t] of Object.entries(ft)) e === "bytes" && typeof globalThis.Response?.prototype?.bytes != "function" || (i[e] = async () => {
2361
2361
  r.request.headers.set("accept", r.request.headers.get("accept") || t);
2362
2362
  let a = await i;
2363
2363
  if (e === "json") {
@@ -2402,15 +2402,15 @@ var Vt = class e {
2402
2402
  if (this.#r.startsWith("/")) throw Error("`input` must not begin with a slash when using `prefixUrl`");
2403
2403
  this.#i.prefixUrl.endsWith("/") || (this.#i.prefixUrl += "/"), this.#r = this.#i.prefixUrl + this.#r;
2404
2404
  }
2405
- ct && lt && (this.#o = this.#i.signal ?? this.#r.signal, this.#t = new globalThis.AbortController(), this.#i.signal = this.#o ? AbortSignal.any([this.#o, this.#t.signal]) : this.#t.signal), st && (this.#i.duplex = "half"), this.#i.json !== void 0 && (this.#i.body = this.#i.stringifyJson?.(this.#i.json) ?? JSON.stringify(this.#i.json), this.#i.headers.set("content-type", this.#i.headers.get("content-type") ?? "application/json"));
2405
+ st && ct && (this.#o = this.#i.signal ?? this.#r.signal, this.#t = new globalThis.AbortController(), this.#i.signal = this.#o ? AbortSignal.any([this.#o, this.#t.signal]) : this.#t.signal), ot && (this.#i.duplex = "half"), this.#i.json !== void 0 && (this.#i.body = this.#i.stringifyJson?.(this.#i.json) ?? JSON.stringify(this.#i.json), this.#i.headers.set("content-type", this.#i.headers.get("content-type") ?? "application/json"));
2406
2406
  let r = n.headers && new globalThis.Headers(n.headers).has("content-type");
2407
- if (this.#r instanceof globalThis.Request && (dt && this.#i.body instanceof globalThis.FormData || this.#i.body instanceof URLSearchParams) && !r && this.#i.headers.delete("content-type"), this.request = new globalThis.Request(this.#r, this.#i), Rt(this.#i.searchParams)) {
2407
+ if (this.#r instanceof globalThis.Request && (ut && this.#i.body instanceof globalThis.FormData || this.#i.body instanceof URLSearchParams) && !r && this.#i.headers.delete("content-type"), this.request = new globalThis.Request(this.#r, this.#i), Rt(this.#i.searchParams)) {
2408
2408
  let t = "?" + (typeof this.#i.searchParams == "string" ? this.#i.searchParams.replace(/^\?/, "") : new URLSearchParams(e.#e(this.#i.searchParams)).toString()), n = this.request.url.replace(/(?:\?.*?)?(?=#|$)/, t);
2409
2409
  this.request = new globalThis.Request(n, this.#i);
2410
2410
  }
2411
2411
  if (this.#i.onUploadProgress) {
2412
2412
  if (typeof this.#i.onUploadProgress != "function") throw TypeError("The `onUploadProgress` option must be a function");
2413
- if (!st) throw Error("Request streams are not supported in your environment. The `duplex` option for `Request` is not available.");
2413
+ if (!ot) throw Error("Request streams are not supported in your environment. The `duplex` option for `Request` is not available.");
2414
2414
  this.request = this.#_(this.request, this.#i.body ?? void 0);
2415
2415
  }
2416
2416
  }
@@ -2422,8 +2422,8 @@ var Vt = class e {
2422
2422
  }
2423
2423
  async #l(e) {
2424
2424
  if (this.#n++, this.#n > this.#i.retry.limit) throw e;
2425
- let t = e instanceof Error ? e : new at(e);
2426
- if (t instanceof ot) return t.customDelay ?? this.#c();
2425
+ let t = e instanceof Error ? e : new it(e);
2426
+ if (t instanceof at) return t.customDelay ?? this.#c();
2427
2427
  if (!this.#i.retry.methods.includes(this.request.method.toLowerCase())) throw e;
2428
2428
  if (this.#i.retry.shouldRetry !== void 0) {
2429
2429
  let n = await this.#i.retry.shouldRetry({
@@ -2460,9 +2460,9 @@ var Vt = class e {
2460
2460
  try {
2461
2461
  return await e();
2462
2462
  } catch (t) {
2463
- let n = Math.min(await this.#l(t), mt);
2463
+ let n = Math.min(await this.#l(t), pt);
2464
2464
  if (this.#n < 1) throw t;
2465
- if (await It(n, this.#o ? { signal: this.#o } : {}), t instanceof ot && t.customRequest) {
2465
+ if (await It(n, this.#o ? { signal: this.#o } : {}), t instanceof at && t.customRequest) {
2466
2466
  let e = this.#i.signal ? new globalThis.Request(t.customRequest, { signal: this.#i.signal }) : new globalThis.Request(t.customRequest);
2467
2467
  this.#g(e);
2468
2468
  }
@@ -2478,7 +2478,7 @@ var Vt = class e {
2478
2478
  break;
2479
2479
  }
2480
2480
  if (n instanceof globalThis.Response) return n;
2481
- if (n === gt) return;
2481
+ if (n === ht) return;
2482
2482
  }
2483
2483
  return this.#p(e);
2484
2484
  }
@@ -2507,12 +2507,12 @@ var Vt = class e {
2507
2507
  this.#s = void 0, this.request = this.#_(e);
2508
2508
  }
2509
2509
  #_(e, t) {
2510
- return !this.#i.onUploadProgress || !e.body ? e : Tt(e, this.#i.onUploadProgress, t ?? this.#i.body ?? void 0);
2510
+ return !this.#i.onUploadProgress || !e.body ? e : wt(e, this.#i.onUploadProgress, t ?? this.#i.body ?? void 0);
2511
2511
  }
2512
2512
  }, Ht = (e) => {
2513
- let t = (t, n) => Vt.create(t, W(e, n));
2514
- for (let n of ft) t[n] = (t, r) => Vt.create(t, W(e, r, { method: n }));
2515
- return t.create = (e) => Ht(W(e)), t.extend = (t) => (typeof t == "function" && (t = t(e ?? {})), Ht(W(e, t))), t.stop = gt, t.retry = vt, t;
2513
+ let t = (t, n) => Vt.create(t, Tt(e, n));
2514
+ for (let n of dt) t[n] = (t, r) => Vt.create(t, Tt(e, r, { method: n }));
2515
+ return t.create = (e) => Ht(Tt(e)), t.extend = (t) => (typeof t == "function" && (t = t(e ?? {})), Ht(Tt(e, t))), t.stop = ht, t.retry = _t, t;
2516
2516
  }, Ut = Ht(), Wt = /* @__PURE__ */ u(((e) => {
2517
2517
  e.parse = e.decode = i, e.stringify = e.encode = n, e.safe = o, e.unsafe = s;
2518
2518
  var t = typeof process < "u" && process.platform === "win32" ? "\r\n" : "\n";
@@ -4184,18 +4184,19 @@ var Zt = /* @__PURE__ */ u(((e, n) => {
4184
4184
  n && c.push(s.addFile(r.resolve(r.dirname(n), "..", "npmrc"), "builtin"));
4185
4185
  }
4186
4186
  s.addEnv(), s.loadPrefix();
4187
- let u = r.resolve(s.localPrefix, ".npmrc"), d = s.get("userconfig");
4188
- if (!s.get("global") && u !== d ? c.push(s.addFile(u, "project")) : s.add({}, "project"), s.get("workspace-prefix") && s.get("workspace-prefix") !== u) {
4187
+ let u = s.get("userconfig"), d = s.get("prefix");
4188
+ if (d) {
4189
+ let e = r.resolve(d, "etc");
4190
+ s.root.globalconfig = r.resolve(e, "npmrc"), s.root.globalignorefile = r.resolve(e, "npmignore");
4191
+ }
4192
+ let f = s.get("globalconfig"), p = r.resolve(s.localPrefix, ".npmrc"), m = u;
4193
+ if (!s.get("global") && p !== m ? c.push(s.addFile(p, "project")) : s.add({}, "project"), s.get("workspace-prefix") && s.get("workspace-prefix") !== p) {
4189
4194
  let e = r.resolve(s.get("workspace-prefix"), ".npmrc");
4190
4195
  c.push(s.addFile(e, "workspace"));
4191
4196
  }
4192
- if (c.push(s.addFile(s.get("userconfig"), "user")), s.get("prefix")) {
4193
- let e = r.resolve(s.get("prefix"), "etc");
4194
- s.root.globalconfig = r.resolve(e, "npmrc"), s.root.globalignorefile = r.resolve(e, "npmignore");
4195
- }
4196
- c.push(s.addFile(s.get("globalconfig"), "global")), s.loadUser();
4197
- let f = s.get("cafile");
4198
- return f && s.loadCAFile(f), {
4197
+ c.push(s.addFile(u, "user")), c.push(s.addFile(f, "global")), s.loadUser();
4198
+ let h = s.get("cafile");
4199
+ return h && s.loadCAFile(h), {
4199
4200
  config: s,
4200
4201
  warnings: c.filter(Boolean),
4201
4202
  failedToLoadBuiltInConfig: l
@@ -4307,7 +4308,7 @@ async function vn(e, t = {}) {
4307
4308
  if (r && !e) for (let [e, t] of Object.entries(l.versions)) t.deprecated && delete l.versions[e];
4308
4309
  if (!e) {
4309
4310
  let e = Object.keys(l.versions);
4310
- if (n = xe.default.maxSatisfying(e, n), !n) throw u;
4311
+ if (n = be.default.maxSatisfying(e, n), !n) throw u;
4311
4312
  }
4312
4313
  let { time: t } = l;
4313
4314
  if (l = l.versions[n], l.time = t, !l) throw u;
@@ -4322,7 +4323,7 @@ async function yn(e, t) {
4322
4323
  }
4323
4324
  //#endregion
4324
4325
  //#region node_modules/is-npm/index.js
4325
- var bn = S.env.npm_package_json, xn = S.env.npm_config_user_agent, Sn = !!xn?.startsWith("npm") || !!bn?.endsWith("package.json"), Cn = !!xn?.startsWith("yarn");
4326
+ var bn = C.env.npm_package_json, xn = C.env.npm_config_user_agent, Sn = !!xn?.startsWith("npm") || !!bn?.endsWith("package.json"), Cn = !!xn?.startsWith("yarn");
4326
4327
  xn?.startsWith("pnpm"), xn?.startsWith("bun");
4327
4328
  var wn = Sn || Cn, Tn = /* @__PURE__ */ y((/* @__PURE__ */ u(((e, t) => {
4328
4329
  var { hasOwnProperty: n } = Object.prototype, r = (e, t = {}) => {
@@ -4415,53 +4416,53 @@ var wn = Sn || Cn, Tn = /* @__PURE__ */ y((/* @__PURE__ */ u(((e, t) => {
4415
4416
  safe: s,
4416
4417
  unsafe: c
4417
4418
  };
4418
- })))(), 1), G = S.platform === "win32", En = (e) => {
4419
+ })))(), 1), G = C.platform === "win32", En = (e) => {
4419
4420
  try {
4420
4421
  return Tn.default.parse(k.readFileSync(e, "utf8")).prefix;
4421
4422
  } catch {}
4422
- }, K = T.resolve(Object.keys(S.env).reduce((e, t) => /^npm_config_prefix$/i.test(t) ? S.env[t] : e, void 0) || En(T.join(w.homedir(), ".npmrc")) || (S.env.PREFIX ? S.env.PREFIX : En((() => {
4423
- if (G && S.env.APPDATA) return T.join(S.env.APPDATA, "/npm/etc/npmrc");
4424
- if (S.execPath.includes("/Cellar/node")) {
4425
- let e = S.execPath.slice(0, S.execPath.indexOf("/Cellar/node"));
4426
- return T.join(e, "/lib/node_modules/npm/npmrc");
4423
+ }, K = b.resolve(Object.keys(C.env).reduce((e, t) => /^npm_config_prefix$/i.test(t) ? C.env[t] : e, void 0) || En(b.join(x.homedir(), ".npmrc")) || (C.env.PREFIX ? C.env.PREFIX : En((() => {
4424
+ if (G && C.env.APPDATA) return b.join(C.env.APPDATA, "/npm/etc/npmrc");
4425
+ if (C.execPath.includes("/Cellar/node")) {
4426
+ let e = C.execPath.slice(0, C.execPath.indexOf("/Cellar/node"));
4427
+ return b.join(e, "/lib/node_modules/npm/npmrc");
4427
4428
  }
4428
- if (S.execPath.endsWith("/bin/node")) {
4429
- let e = T.dirname(T.dirname(S.execPath));
4430
- return T.join(e, "/etc/npmrc");
4429
+ if (C.execPath.endsWith("/bin/node")) {
4430
+ let e = b.dirname(b.dirname(C.execPath));
4431
+ return b.join(e, "/etc/npmrc");
4431
4432
  }
4432
4433
  })()) || (() => {
4433
4434
  if (G) {
4434
- let { APPDATA: e } = S.env;
4435
- return e ? T.join(e, "npm") : T.dirname(S.execPath);
4435
+ let { APPDATA: e } = C.env;
4436
+ return e ? b.join(e, "npm") : b.dirname(C.execPath);
4436
4437
  }
4437
- return T.dirname(T.dirname(S.execPath));
4438
+ return b.dirname(b.dirname(C.execPath));
4438
4439
  })())), Dn = () => {
4439
- if (G && S.env.LOCALAPPDATA) {
4440
- let e = T.join(S.env.LOCALAPPDATA, "Yarn");
4440
+ if (G && C.env.LOCALAPPDATA) {
4441
+ let e = b.join(C.env.LOCALAPPDATA, "Yarn");
4441
4442
  if (k.existsSync(e)) return e;
4442
4443
  }
4443
4444
  return !1;
4444
4445
  }, On = () => {
4445
- if (S.env.PREFIX) return S.env.PREFIX;
4446
+ if (C.env.PREFIX) return C.env.PREFIX;
4446
4447
  let e = Dn();
4447
4448
  if (e) return e;
4448
- let t = T.join(w.homedir(), ".config/yarn");
4449
+ let t = b.join(x.homedir(), ".config/yarn");
4449
4450
  if (k.existsSync(t)) return t;
4450
- let n = T.join(w.homedir(), ".yarn-config");
4451
+ let n = b.join(x.homedir(), ".yarn-config");
4451
4452
  return k.existsSync(n) ? n : K;
4452
4453
  }, q = {};
4453
- q.npm = {}, q.npm.prefix = K, q.npm.packages = T.join(K, G ? "node_modules" : "lib/node_modules"), q.npm.binaries = G ? K : T.join(K, "bin");
4454
- var kn = T.resolve(On());
4455
- q.yarn = {}, q.yarn.prefix = kn, q.yarn.packages = T.join(kn, Dn() ? "Data/global/node_modules" : "global/node_modules"), q.yarn.binaries = T.join(q.yarn.packages, ".bin");
4454
+ q.npm = {}, q.npm.prefix = K, q.npm.packages = b.join(K, G ? "node_modules" : "lib/node_modules"), q.npm.binaries = G ? K : b.join(K, "bin");
4455
+ var kn = b.resolve(On());
4456
+ q.yarn = {}, q.yarn.prefix = kn, q.yarn.packages = b.join(kn, Dn() ? "Data/global/node_modules" : "global/node_modules"), q.yarn.binaries = b.join(q.yarn.packages, ".bin");
4456
4457
  //#endregion
4457
4458
  //#region node_modules/is-installed-globally/node_modules/is-path-inside/index.js
4458
4459
  function An(e, t) {
4459
- let n = T.relative(t, e);
4460
- return !!(n && n !== ".." && !n.startsWith(`..${T.sep}`) && n !== T.resolve(e));
4460
+ let n = b.relative(t, e);
4461
+ return !!(n && n !== ".." && !n.startsWith(`..${b.sep}`) && n !== b.resolve(e));
4461
4462
  }
4462
4463
  //#endregion
4463
4464
  //#region node_modules/is-installed-globally/index.js
4464
- var jn = T.dirname(E(import.meta.url)), Mn = (() => {
4465
+ var jn = b.dirname(T(import.meta.url)), Mn = (() => {
4465
4466
  try {
4466
4467
  return An(jn, q.yarn.packages) || An(jn, k.realpathSync(q.npm.packages));
4467
4468
  } catch {
@@ -4480,8 +4481,6 @@ function Fn(e) {
4480
4481
  if (typeof e != "string") throw TypeError(`Expected a \`string\`, got \`${typeof e}\``);
4481
4482
  return !e.includes("\x1B") && !e.includes("›") ? e : e.replace(Pn, "");
4482
4483
  }
4483
- //#endregion
4484
- //#region node_modules/get-east-asian-width/lookup-data.js
4485
4484
  var In = [
4486
4485
  161,
4487
4486
  161,
@@ -4849,36 +4848,6 @@ var In = [
4849
4848
  65504,
4850
4849
  65510
4851
4850
  ], Rn = [
4852
- 8361,
4853
- 8361,
4854
- 65377,
4855
- 65470,
4856
- 65474,
4857
- 65479,
4858
- 65482,
4859
- 65487,
4860
- 65490,
4861
- 65495,
4862
- 65498,
4863
- 65500,
4864
- 65512,
4865
- 65518
4866
- ], zn = [
4867
- 32,
4868
- 126,
4869
- 162,
4870
- 163,
4871
- 165,
4872
- 166,
4873
- 172,
4874
- 172,
4875
- 175,
4876
- 175,
4877
- 10214,
4878
- 10221,
4879
- 10629,
4880
- 10630
4881
- ], Bn = [
4882
4851
  4352,
4883
4852
  4447,
4884
4853
  8986,
@@ -5123,7 +5092,7 @@ var In = [
5123
5092
  196605,
5124
5093
  196608,
5125
5094
  262141
5126
- ], Vn = (e, t) => {
5095
+ ], zn = (e, t) => {
5127
5096
  let n = 0, r = Math.floor(e.length / 2) - 1;
5128
5097
  for (; n <= r;) {
5129
5098
  let i = Math.floor((n + r) / 2), a = i * 2;
@@ -5132,68 +5101,66 @@ var In = [
5132
5101
  else return !0;
5133
5102
  }
5134
5103
  return !1;
5135
- }, Hn = In[0], Un = In.at(-1), Wn = Ln[0], Gn = Ln.at(-1);
5136
- Rn[0], Rn.at(-1), zn[0], zn.at(-1);
5137
- var Kn = Bn[0], qn = Bn.at(-1), Jn = 19968, [Yn, Xn] = Zn(Bn);
5138
- function Zn(e) {
5104
+ }, Bn = 19968, [Vn, Hn] = /* #__PURE__ */ Un(Rn);
5105
+ function Un(e) {
5139
5106
  let t = e[0], n = e[1];
5140
5107
  for (let r = 0; r < e.length; r += 2) {
5141
5108
  let i = e[r], a = e[r + 1];
5142
- if (Jn >= i && Jn <= a) return [i, a];
5109
+ if (Bn >= i && Bn <= a) return [i, a];
5143
5110
  a - i > n - t && (t = i, n = a);
5144
5111
  }
5145
5112
  return [t, n];
5146
5113
  }
5147
- var Qn = (e) => e < Hn || e > Un ? !1 : Vn(In, e), $n = (e) => e < Wn || e > Gn ? !1 : Vn(Ln, e), er = (e) => e >= Yn && e <= Xn ? !0 : e < Kn || e > qn ? !1 : Vn(Bn, e);
5114
+ var Wn = (e) => e < 161 || e > 1114109 ? !1 : zn(In, e), Gn = (e) => e < 12288 || e > 65510 ? !1 : zn(Ln, e), Kn = (e) => e >= Vn && e <= Hn ? !0 : e < 4352 || e > 262141 ? !1 : zn(Rn, e);
5148
5115
  //#endregion
5149
5116
  //#region node_modules/get-east-asian-width/index.js
5150
- function tr(e) {
5117
+ function qn(e) {
5151
5118
  if (!Number.isSafeInteger(e)) throw TypeError(`Expected a code point, got \`${typeof e}\`.`);
5152
5119
  }
5153
- function nr(e, { ambiguousAsWide: t = !1 } = {}) {
5154
- return tr(e), $n(e) || er(e) || t && Qn(e) ? 2 : 1;
5120
+ function Jn(e, { ambiguousAsWide: t = !1 } = {}) {
5121
+ return qn(e), Gn(e) || Kn(e) || t && Wn(e) ? 2 : 1;
5155
5122
  }
5156
5123
  //#endregion
5157
5124
  //#region node_modules/update-notifier/node_modules/emoji-regex/index.mjs
5158
- var rr = () => /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g, ir = new Intl.Segmenter(), ar = /^\p{Default_Ignorable_Code_Point}$/u;
5125
+ var Yn = () => /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g, Xn = new Intl.Segmenter(), Zn = /^\p{Default_Ignorable_Code_Point}$/u;
5159
5126
  function J(e, t = {}) {
5160
5127
  if (typeof e != "string" || e.length === 0) return 0;
5161
5128
  let { ambiguousIsNarrow: n = !0, countAnsiEscapeCodes: r = !1 } = t;
5162
5129
  if (r || (e = Fn(e)), e.length === 0) return 0;
5163
5130
  let i = 0, a = { ambiguousAsWide: !n };
5164
- for (let { segment: t } of ir.segment(e)) {
5131
+ for (let { segment: t } of Xn.segment(e)) {
5165
5132
  let e = t.codePointAt(0);
5166
- if (!(e <= 31 || e >= 127 && e <= 159) && !(e >= 8203 && e <= 8207 || e === 65279) && !(e >= 768 && e <= 879 || e >= 6832 && e <= 6911 || e >= 7616 && e <= 7679 || e >= 8400 && e <= 8447 || e >= 65056 && e <= 65071) && !(e >= 55296 && e <= 57343) && !(e >= 65024 && e <= 65039) && !ar.test(t)) {
5167
- if (rr().test(t)) {
5133
+ if (!(e <= 31 || e >= 127 && e <= 159) && !(e >= 8203 && e <= 8207 || e === 65279) && !(e >= 768 && e <= 879 || e >= 6832 && e <= 6911 || e >= 7616 && e <= 7679 || e >= 8400 && e <= 8447 || e >= 65056 && e <= 65071) && !(e >= 55296 && e <= 57343) && !(e >= 65024 && e <= 65039) && !Zn.test(t)) {
5134
+ if (Yn().test(t)) {
5168
5135
  i += 2;
5169
5136
  continue;
5170
5137
  }
5171
- i += nr(e, a);
5138
+ i += Jn(e, a);
5172
5139
  }
5173
5140
  }
5174
5141
  return i;
5175
5142
  }
5176
5143
  //#endregion
5177
5144
  //#region node_modules/update-notifier/node_modules/widest-line/index.js
5178
- function or(e) {
5145
+ function Qn(e) {
5179
5146
  let t = 0;
5180
5147
  for (let n of e.split("\n")) t = Math.max(t, J(n));
5181
5148
  return t;
5182
5149
  }
5183
5150
  //#endregion
5184
5151
  //#region node_modules/cli-boxes/boxes.json
5185
- var sr = /* @__PURE__ */ o({
5186
- arrow: () => hr,
5187
- bold: () => dr,
5188
- classic: () => mr,
5189
- default: () => gr,
5190
- double: () => lr,
5191
- doubleSingle: () => pr,
5192
- round: () => ur,
5193
- single: () => cr,
5194
- singleDouble: () => fr
5195
- }), cr, lr, ur, dr, fr, pr, mr, hr, gr, _r = s((() => {
5196
- cr = {
5152
+ var $n = /* @__PURE__ */ o({
5153
+ arrow: () => sr,
5154
+ bold: () => rr,
5155
+ classic: () => or,
5156
+ default: () => cr,
5157
+ double: () => tr,
5158
+ doubleSingle: () => ar,
5159
+ round: () => nr,
5160
+ single: () => er,
5161
+ singleDouble: () => ir
5162
+ }), er, tr, nr, rr, ir, ar, or, sr, cr, lr = s((() => {
5163
+ er = {
5197
5164
  topLeft: "┌",
5198
5165
  top: "─",
5199
5166
  topRight: "┐",
@@ -5202,7 +5169,7 @@ var sr = /* @__PURE__ */ o({
5202
5169
  bottom: "─",
5203
5170
  bottomLeft: "└",
5204
5171
  left: "│"
5205
- }, lr = {
5172
+ }, tr = {
5206
5173
  topLeft: "╔",
5207
5174
  top: "═",
5208
5175
  topRight: "╗",
@@ -5211,7 +5178,7 @@ var sr = /* @__PURE__ */ o({
5211
5178
  bottom: "═",
5212
5179
  bottomLeft: "╚",
5213
5180
  left: "║"
5214
- }, ur = {
5181
+ }, nr = {
5215
5182
  topLeft: "╭",
5216
5183
  top: "─",
5217
5184
  topRight: "╮",
@@ -5220,7 +5187,7 @@ var sr = /* @__PURE__ */ o({
5220
5187
  bottom: "─",
5221
5188
  bottomLeft: "╰",
5222
5189
  left: "│"
5223
- }, dr = {
5190
+ }, rr = {
5224
5191
  topLeft: "┏",
5225
5192
  top: "━",
5226
5193
  topRight: "┓",
@@ -5229,7 +5196,7 @@ var sr = /* @__PURE__ */ o({
5229
5196
  bottom: "━",
5230
5197
  bottomLeft: "┗",
5231
5198
  left: "┃"
5232
- }, fr = {
5199
+ }, ir = {
5233
5200
  topLeft: "╓",
5234
5201
  top: "─",
5235
5202
  topRight: "╖",
@@ -5238,7 +5205,7 @@ var sr = /* @__PURE__ */ o({
5238
5205
  bottom: "─",
5239
5206
  bottomLeft: "╙",
5240
5207
  left: "║"
5241
- }, pr = {
5208
+ }, ar = {
5242
5209
  topLeft: "╒",
5243
5210
  top: "═",
5244
5211
  topRight: "╕",
@@ -5247,7 +5214,7 @@ var sr = /* @__PURE__ */ o({
5247
5214
  bottom: "═",
5248
5215
  bottomLeft: "╘",
5249
5216
  left: "│"
5250
- }, mr = {
5217
+ }, or = {
5251
5218
  topLeft: "+",
5252
5219
  top: "-",
5253
5220
  topRight: "+",
@@ -5256,7 +5223,7 @@ var sr = /* @__PURE__ */ o({
5256
5223
  bottom: "-",
5257
5224
  bottomLeft: "+",
5258
5225
  left: "|"
5259
- }, hr = {
5226
+ }, sr = {
5260
5227
  topLeft: "↘",
5261
5228
  top: "↓",
5262
5229
  topRight: "↙",
@@ -5265,28 +5232,28 @@ var sr = /* @__PURE__ */ o({
5265
5232
  bottom: "↑",
5266
5233
  bottomLeft: "↗",
5267
5234
  left: "→"
5268
- }, gr = {
5269
- single: cr,
5270
- double: lr,
5271
- round: ur,
5272
- bold: dr,
5273
- singleDouble: fr,
5274
- doubleSingle: pr,
5275
- classic: mr,
5276
- arrow: hr
5235
+ }, cr = {
5236
+ single: er,
5237
+ double: tr,
5238
+ round: nr,
5239
+ bold: rr,
5240
+ singleDouble: ir,
5241
+ doubleSingle: ar,
5242
+ classic: or,
5243
+ arrow: sr
5277
5244
  };
5278
- })), vr = /* @__PURE__ */ y((/* @__PURE__ */ u(((e, t) => {
5279
- var n = (_r(), v(sr).default);
5245
+ })), ur = /* @__PURE__ */ y((/* @__PURE__ */ u(((e, t) => {
5246
+ var n = (lr(), v($n).default);
5280
5247
  t.exports = n, t.exports.default = n;
5281
- })))(), 1), yr = /[\p{Lu}]/u, br = /[\p{Ll}]/u, xr = /^[\p{Lu}](?![\p{Lu}])/gu, Sr = /([\p{Alpha}\p{N}_]|$)/u, Cr = /[_.\- ]+/, wr = RegExp("^" + Cr.source), Tr = new RegExp(Cr.source + Sr.source, "gu"), Er = RegExp("\\d+" + Sr.source, "gu"), Dr = (e, t, n, r) => {
5248
+ })))(), 1), dr = /[\p{Lu}]/u, fr = /[\p{Ll}]/u, pr = /^[\p{Lu}](?![\p{Lu}])/gu, mr = /([\p{Alpha}\p{N}_]|$)/u, hr = /[_.\- ]+/, gr = RegExp("^" + hr.source), _r = new RegExp(hr.source + mr.source, "gu"), vr = RegExp("\\d+" + mr.source, "gu"), yr = (e, t, n, r) => {
5282
5249
  let i = !1, a = !1, o = !1, s = !1;
5283
5250
  for (let c = 0; c < e.length; c++) {
5284
5251
  let l = e[c];
5285
- s = c > 2 ? e[c - 3] === "-" : !0, i && yr.test(l) ? (e = e.slice(0, c) + "-" + e.slice(c), i = !1, o = a, a = !0, c++) : a && o && br.test(l) && (!s || r) ? (e = e.slice(0, c - 1) + "-" + e.slice(c - 1), o = a, a = !1, i = !0) : (i = t(l) === l && n(l) !== l, o = a, a = n(l) === l && t(l) !== l);
5252
+ s = c > 2 ? e[c - 3] === "-" : !0, i && dr.test(l) ? (e = e.slice(0, c) + "-" + e.slice(c), i = !1, o = a, a = !0, c++) : a && o && fr.test(l) && (!s || r) ? (e = e.slice(0, c - 1) + "-" + e.slice(c - 1), o = a, a = !1, i = !0) : (i = t(l) === l && n(l) !== l, o = a, a = n(l) === l && t(l) !== l);
5286
5253
  }
5287
5254
  return e;
5288
- }, Or = (e, t) => (xr.lastIndex = 0, e.replaceAll(xr, (e) => t(e))), kr = (e, t) => (Tr.lastIndex = 0, Er.lastIndex = 0, e.replaceAll(Er, (n, r, i) => ["_", "-"].includes(e.charAt(i + n.length)) ? n : t(n)).replaceAll(Tr, (e, n) => t(n)));
5289
- function Ar(e, t) {
5255
+ }, br = (e, t) => (pr.lastIndex = 0, e.replaceAll(pr, (e) => t(e))), xr = (e, t) => (_r.lastIndex = 0, vr.lastIndex = 0, e.replaceAll(vr, (n, r, i) => ["_", "-"].includes(e.charAt(i + n.length)) ? n : t(n)).replaceAll(_r, (e, n) => t(n)));
5256
+ function Sr(e, t) {
5290
5257
  if (!(typeof e == "string" || Array.isArray(e))) throw TypeError("Expected the input to be `string | string[]`");
5291
5258
  if (t = {
5292
5259
  pascalCase: !1,
@@ -5294,24 +5261,24 @@ function Ar(e, t) {
5294
5261
  ...t
5295
5262
  }, e = Array.isArray(e) ? e.map((e) => e.trim()).filter((e) => e.length).join("-") : e.trim(), e.length === 0) return "";
5296
5263
  let n = t.locale === !1 ? (e) => e.toLowerCase() : (e) => e.toLocaleLowerCase(t.locale), r = t.locale === !1 ? (e) => e.toUpperCase() : (e) => e.toLocaleUpperCase(t.locale);
5297
- return e.length === 1 ? Cr.test(e) ? "" : t.pascalCase ? r(e) : n(e) : (e !== n(e) && (e = Dr(e, n, r, t.preserveConsecutiveUppercase)), e = e.replace(wr, ""), e = t.preserveConsecutiveUppercase ? Or(e, n) : n(e), t.pascalCase && (e = r(e.charAt(0)) + e.slice(1)), kr(e, r));
5264
+ return e.length === 1 ? hr.test(e) ? "" : t.pascalCase ? r(e) : n(e) : (e !== n(e) && (e = yr(e, n, r, t.preserveConsecutiveUppercase)), e = e.replace(gr, ""), e = t.preserveConsecutiveUppercase ? br(e, n) : n(e), t.pascalCase && (e = r(e.charAt(0)) + e.slice(1)), xr(e, r));
5298
5265
  }
5299
5266
  //#endregion
5300
5267
  //#region node_modules/ansi-align/node_modules/ansi-regex/index.js
5301
- var jr = /* @__PURE__ */ u(((e, t) => {
5268
+ var Cr = /* @__PURE__ */ u(((e, t) => {
5302
5269
  t.exports = ({ onlyFirst: e = !1 } = {}) => {
5303
5270
  let t = ["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)", "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");
5304
5271
  return new RegExp(t, e ? void 0 : "g");
5305
5272
  };
5306
- })), Mr = /* @__PURE__ */ u(((e, t) => {
5307
- var n = jr();
5273
+ })), wr = /* @__PURE__ */ u(((e, t) => {
5274
+ var n = Cr();
5308
5275
  t.exports = (e) => typeof e == "string" ? e.replace(n(), "") : e;
5309
- })), Nr = /* @__PURE__ */ u(((e, t) => {
5276
+ })), Tr = /* @__PURE__ */ u(((e, t) => {
5310
5277
  t.exports = function() {
5311
5278
  return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g;
5312
5279
  };
5313
- })), Pr = /* @__PURE__ */ u(((e, t) => {
5314
- var n = Mr(), r = a(), i = Nr(), o = (e) => {
5280
+ })), Er = /* @__PURE__ */ u(((e, t) => {
5281
+ var n = wr(), r = a(), i = Tr(), o = (e) => {
5315
5282
  if (typeof e != "string" || e.length === 0 || (e = n(e), e.length === 0)) return 0;
5316
5283
  e = e.replace(i(), " ");
5317
5284
  let t = 0;
@@ -5322,8 +5289,8 @@ var jr = /* @__PURE__ */ u(((e, t) => {
5322
5289
  return t;
5323
5290
  };
5324
5291
  t.exports = o, t.exports.default = o;
5325
- })), Fr = /* @__PURE__ */ y((/* @__PURE__ */ u(((e, t) => {
5326
- var n = Pr();
5292
+ })), Dr = /* @__PURE__ */ y((/* @__PURE__ */ u(((e, t) => {
5293
+ var n = Er();
5327
5294
  function r(e, t) {
5328
5295
  if (!e) return e;
5329
5296
  t ||= {};
@@ -5354,7 +5321,7 @@ var jr = /* @__PURE__ */ u(((e, t) => {
5354
5321
  function a(e, t) {
5355
5322
  return e - t;
5356
5323
  }
5357
- })))(), 1), Ir = 10, Lr = (e = 0) => (t) => `\u001B[${t + e}m`, Rr = (e = 0) => (t) => `\u001B[${38 + e};5;${t}m`, zr = (e = 0) => (t, n, r) => `\u001B[${38 + e};2;${t};${n};${r}m`, Y = {
5324
+ })))(), 1), Or = 10, kr = (e = 0) => (t) => `\u001B[${t + e}m`, Ar = (e = 0) => (t) => `\u001B[${38 + e};5;${t}m`, jr = (e = 0) => (t, n, r) => `\u001B[${38 + e};2;${t};${n};${r}m`, Y = {
5358
5325
  modifier: {
5359
5326
  reset: [0, 0],
5360
5327
  bold: [1, 22],
@@ -5408,9 +5375,9 @@ var jr = /* @__PURE__ */ u(((e, t) => {
5408
5375
  }
5409
5376
  };
5410
5377
  Object.keys(Y.modifier);
5411
- var Br = Object.keys(Y.color), Vr = Object.keys(Y.bgColor);
5412
- [...Br, ...Vr];
5413
- function Hr() {
5378
+ var Mr = Object.keys(Y.color), Nr = Object.keys(Y.bgColor);
5379
+ [...Mr, ...Nr];
5380
+ function Pr() {
5414
5381
  let e = /* @__PURE__ */ new Map();
5415
5382
  for (let [t, n] of Object.entries(Y)) {
5416
5383
  for (let [t, r] of Object.entries(n)) Y[t] = {
@@ -5425,7 +5392,7 @@ function Hr() {
5425
5392
  return Object.defineProperty(Y, "codes", {
5426
5393
  value: e,
5427
5394
  enumerable: !1
5428
- }), Y.color.close = "\x1B[39m", Y.bgColor.close = "\x1B[49m", Y.color.ansi = Lr(), Y.color.ansi256 = Rr(), Y.color.ansi16m = zr(), Y.bgColor.ansi = Lr(Ir), Y.bgColor.ansi256 = Rr(Ir), Y.bgColor.ansi16m = zr(Ir), Object.defineProperties(Y, {
5395
+ }), Y.color.close = "\x1B[39m", Y.bgColor.close = "\x1B[49m", Y.color.ansi = kr(), Y.color.ansi256 = Ar(), Y.color.ansi16m = jr(), Y.bgColor.ansi = kr(Or), Y.bgColor.ansi256 = Ar(Or), Y.bgColor.ansi16m = jr(Or), Object.defineProperties(Y, {
5429
5396
  rgbToAnsi256: {
5430
5397
  value(e, t, n) {
5431
5398
  return e === t && t === n ? e < 8 ? 16 : e > 248 ? 231 : Math.round((e - 8) / 247 * 24) + 232 : 16 + 36 * Math.round(e / 255 * 5) + 6 * Math.round(t / 255 * 5) + Math.round(n / 255 * 5);
@@ -5483,69 +5450,69 @@ function Hr() {
5483
5450
  }
5484
5451
  }), Y;
5485
5452
  }
5486
- var Ur = Hr(), Wr = new Set(["\x1B", "›"]), Gr = 39, Kr = "\x07", qr = "[", Jr = "]", Yr = "m", Xr = `${Jr}8;;`, Zr = (e) => `${Wr.values().next().value}${qr}${e}${Yr}`, Qr = (e) => `${Wr.values().next().value}${Xr}${e}${Kr}`, $r = (e) => e.split(" ").map((e) => J(e)), ei = (e, t, n) => {
5453
+ var Fr = Pr(), Ir = /* @__PURE__ */ new Set(["\x1B", "›"]), Lr = 39, Rr = "\x07", zr = "[", Br = "]", Vr = "m", Hr = `${Br}8;;`, Ur = (e) => `${Ir.values().next().value}${zr}${e}${Vr}`, Wr = (e) => `${Ir.values().next().value}${Hr}${e}${Rr}`, Gr = (e) => e.split(" ").map((e) => J(e)), Kr = (e, t, n) => {
5487
5454
  let r = [...t], i = !1, a = !1, o = J(Fn(e.at(-1)));
5488
5455
  for (let [t, s] of r.entries()) {
5489
5456
  let c = J(s);
5490
- if (o + c <= n ? e[e.length - 1] += s : (e.push(s), o = 0), Wr.has(s) && (i = !0, a = r.slice(t + 1, t + 1 + Xr.length).join("") === Xr), i) {
5491
- a ? s === Kr && (i = !1, a = !1) : s === Yr && (i = !1);
5457
+ if (o + c <= n ? e[e.length - 1] += s : (e.push(s), o = 0), Ir.has(s) && (i = !0, a = r.slice(t + 1, t + 1 + Hr.length).join("") === Hr), i) {
5458
+ a ? s === Rr && (i = !1, a = !1) : s === Vr && (i = !1);
5492
5459
  continue;
5493
5460
  }
5494
5461
  o += c, o === n && t < r.length - 1 && (e.push(""), o = 0);
5495
5462
  }
5496
5463
  !o && e.at(-1).length > 0 && e.length > 1 && (e[e.length - 2] += e.pop());
5497
- }, ti = (e) => {
5464
+ }, qr = (e) => {
5498
5465
  let t = e.split(" "), n = t.length;
5499
5466
  for (; n > 0 && !(J(t[n - 1]) > 0);) n--;
5500
5467
  return n === t.length ? e : t.slice(0, n).join(" ") + t.slice(n).join("");
5501
- }, ni = (e, t, n = {}) => {
5468
+ }, Jr = (e, t, n = {}) => {
5502
5469
  if (n.trim !== !1 && e.trim() === "") return "";
5503
- let r = "", i, a, o = $r(e), s = [""];
5470
+ let r = "", i, a, o = Gr(e), s = [""];
5504
5471
  for (let [r, i] of e.split(" ").entries()) {
5505
5472
  n.trim !== !1 && (s[s.length - 1] = s.at(-1).trimStart());
5506
5473
  let e = J(s.at(-1));
5507
5474
  if (r !== 0 && (e >= t && (n.wordWrap === !1 || n.trim === !1) && (s.push(""), e = 0), (e > 0 || n.trim === !1) && (s[s.length - 1] += " ", e++)), n.hard && o[r] > t) {
5508
5475
  let n = t - e, a = 1 + Math.floor((o[r] - n - 1) / t);
5509
- Math.floor((o[r] - 1) / t) < a && s.push(""), ei(s, i, t);
5476
+ Math.floor((o[r] - 1) / t) < a && s.push(""), Kr(s, i, t);
5510
5477
  continue;
5511
5478
  }
5512
5479
  if (e + o[r] > t && e > 0 && o[r] > 0) {
5513
5480
  if (n.wordWrap === !1 && e < t) {
5514
- ei(s, i, t);
5481
+ Kr(s, i, t);
5515
5482
  continue;
5516
5483
  }
5517
5484
  s.push("");
5518
5485
  }
5519
5486
  if (e + o[r] > t && n.wordWrap === !1) {
5520
- ei(s, i, t);
5487
+ Kr(s, i, t);
5521
5488
  continue;
5522
5489
  }
5523
5490
  s[s.length - 1] += i;
5524
5491
  }
5525
- n.trim !== !1 && (s = s.map((e) => ti(e)));
5492
+ n.trim !== !1 && (s = s.map((e) => qr(e)));
5526
5493
  let c = s.join("\n"), l = [...c], u = 0;
5527
5494
  for (let [e, t] of l.entries()) {
5528
- if (r += t, Wr.has(t)) {
5529
- let { groups: e } = RegExp(`(?:\\${qr}(?<code>\\d+)m|\\${Xr}(?<uri>.*)${Kr})`).exec(c.slice(u)) || { groups: {} };
5495
+ if (r += t, Ir.has(t)) {
5496
+ let { groups: e } = RegExp(`(?:\\${zr}(?<code>\\d+)m|\\${Hr}(?<uri>.*)${Rr})`).exec(c.slice(u)) || { groups: {} };
5530
5497
  if (e.code !== void 0) {
5531
5498
  let t = Number.parseFloat(e.code);
5532
- i = t === Gr ? void 0 : t;
5499
+ i = t === Lr ? void 0 : t;
5533
5500
  } else e.uri !== void 0 && (a = e.uri.length === 0 ? void 0 : e.uri);
5534
5501
  }
5535
- let n = Ur.codes.get(Number(i));
5536
- l[e + 1] === "\n" ? (a && (r += Qr("")), i && n && (r += Zr(n))) : t === "\n" && (i && n && (r += Zr(i)), a && (r += Qr(a))), u += t.length;
5502
+ let n = Fr.codes.get(Number(i));
5503
+ l[e + 1] === "\n" ? (a && (r += Wr("")), i && n && (r += Ur(n))) : t === "\n" && (i && n && (r += Ur(i)), a && (r += Wr(a))), u += t.length;
5537
5504
  }
5538
5505
  return r;
5539
5506
  };
5540
- function ri(e, t, n) {
5541
- return String(e).normalize().replaceAll("\r\n", "\n").split("\n").map((e) => ni(e, t, n)).join("\n");
5507
+ function Yr(e, t, n) {
5508
+ return String(e).normalize().replaceAll("\r\n", "\n").split("\n").map((e) => Jr(e, t, n)).join("\n");
5542
5509
  }
5543
5510
  //#endregion
5544
5511
  //#region node_modules/update-notifier/node_modules/boxen/index.js
5545
- var X = "\n", Z = " ", Q = "none", ii = () => {
5546
- let { env: e, stdout: t, stderr: n } = S;
5512
+ var X = "\n", Z = " ", Q = "none", Xr = () => {
5513
+ let { env: e, stdout: t, stderr: n } = C;
5547
5514
  return t?.columns ? t.columns : n?.columns ? n.columns : e.COLUMNS ? Number.parseInt(e.COLUMNS, 10) : 80;
5548
- }, ai = (e) => typeof e == "number" ? {
5515
+ }, Zr = (e) => typeof e == "number" ? {
5549
5516
  top: e,
5550
5517
  right: e * 3,
5551
5518
  bottom: e,
@@ -5556,7 +5523,7 @@ var X = "\n", Z = " ", Q = "none", ii = () => {
5556
5523
  bottom: 0,
5557
5524
  left: 0,
5558
5525
  ...e
5559
- }, $ = (e) => e === Q ? 0 : 2, oi = (e) => {
5526
+ }, $ = (e) => e === Q ? 0 : 2, Qr = (e) => {
5560
5527
  let t = [
5561
5528
  "topLeft",
5562
5529
  "topRight",
@@ -5572,14 +5539,14 @@ var X = "\n", Z = " ", Q = "none", ii = () => {
5572
5539
  for (let n of t) e[n] = "";
5573
5540
  }
5574
5541
  if (typeof e == "string") {
5575
- if (n = vr.default[e], !n) throw TypeError(`Invalid border style: ${e}`);
5542
+ if (n = ur.default[e], !n) throw TypeError(`Invalid border style: ${e}`);
5576
5543
  } else {
5577
5544
  typeof e?.vertical == "string" && (e.left = e.vertical, e.right = e.vertical), typeof e?.horizontal == "string" && (e.top = e.horizontal, e.bottom = e.horizontal);
5578
5545
  for (let n of t) if (e[n] === null || typeof e[n] != "string") throw TypeError(`Invalid border style: ${n}`);
5579
5546
  n = e;
5580
5547
  }
5581
5548
  return n;
5582
- }, si = (e, t, n) => {
5549
+ }, $r = (e, t, n) => {
5583
5550
  let r = "", i = J(e);
5584
5551
  switch (n) {
5585
5552
  case "left":
@@ -5593,13 +5560,13 @@ var X = "\n", Z = " ", Q = "none", ii = () => {
5593
5560
  break;
5594
5561
  }
5595
5562
  return r;
5596
- }, ci = (e, { padding: t, width: n, textAlignment: r, height: i }) => {
5597
- e = (0, Fr.default)(e, { align: r });
5598
- let a = e.split(X), o = or(e), s = n - t.left - t.right;
5563
+ }, ei = (e, { padding: t, width: n, textAlignment: r, height: i }) => {
5564
+ e = (0, Dr.default)(e, { align: r });
5565
+ let a = e.split(X), o = Qn(e), s = n - t.left - t.right;
5599
5566
  if (o > s) {
5600
5567
  let e = [];
5601
5568
  for (let t of a) {
5602
- let n = (0, Fr.default)(ri(t, s, { hard: !0 }), { align: r }).split("\n"), i = Math.max(...n.map((e) => J(e)));
5569
+ let n = (0, Dr.default)(Yr(t, s, { hard: !0 }), { align: r }).split("\n"), i = Math.max(...n.map((e) => J(e)));
5603
5570
  for (let t of n) {
5604
5571
  let n;
5605
5572
  switch (r) {
@@ -5624,11 +5591,11 @@ var X = "\n", Z = " ", Q = "none", ii = () => {
5624
5591
  let t = c + e + l;
5625
5592
  return t + Z.repeat(n - J(t));
5626
5593
  }), t.top > 0 && (a = [...Array.from({ length: t.top }).fill(Z.repeat(n)), ...a]), t.bottom > 0 && (a = [...a, ...Array.from({ length: t.bottom }).fill(Z.repeat(n))]), i && a.length > i ? a = a.slice(0, i) : i && a.length < i && (a = [...a, ...Array.from({ length: i - a.length }).fill(Z.repeat(n))]), a.join(X);
5627
- }, li = (e, t, n) => {
5594
+ }, ti = (e, t, n) => {
5628
5595
  let i = (e) => {
5629
- let t = n.borderColor ? hi(n.borderColor)(e) : e;
5596
+ let t = n.borderColor ? si(n.borderColor)(e) : e;
5630
5597
  return n.dimBorder ? r.dim(t) : t;
5631
- }, a = (e) => n.backgroundColor ? gi(n.backgroundColor)(e) : e, o = oi(n.borderStyle), s = ii(), c = Z.repeat(n.margin.left);
5598
+ }, a = (e) => n.backgroundColor ? ci(n.backgroundColor)(e) : e, o = Qr(n.borderStyle), s = Xr(), c = Z.repeat(n.margin.left);
5632
5599
  if (n.float === "center") {
5633
5600
  let e = Math.max((s - t - $(n.borderStyle)) / 2, 0);
5634
5601
  c = Z.repeat(e);
@@ -5637,22 +5604,22 @@ var X = "\n", Z = " ", Q = "none", ii = () => {
5637
5604
  c = Z.repeat(e);
5638
5605
  }
5639
5606
  let l = "";
5640
- n.margin.top && (l += X.repeat(n.margin.top)), (n.borderStyle !== Q || n.title) && (l += i(c + o.topLeft + (n.title ? si(n.title, o.top.repeat(t), n.titleAlignment) : o.top.repeat(t)) + o.topRight) + X);
5607
+ n.margin.top && (l += X.repeat(n.margin.top)), (n.borderStyle !== Q || n.title) && (l += i(c + o.topLeft + (n.title ? $r(n.title, o.top.repeat(t), n.titleAlignment) : o.top.repeat(t)) + o.topRight) + X);
5641
5608
  let u = e.split(X);
5642
5609
  return l += u.map((e) => c + i(o.left) + a(e) + i(o.right)).join(X), n.borderStyle !== Q && (l += X + i(c + o.bottomLeft + o.bottom.repeat(t) + o.bottomRight)), n.margin.bottom && (l += X.repeat(n.margin.bottom)), l;
5643
- }, ui = (e) => {
5644
- if (e.fullscreen && S?.stdout) {
5645
- let t = [S.stdout.columns, S.stdout.rows];
5610
+ }, ni = (e) => {
5611
+ if (e.fullscreen && C?.stdout) {
5612
+ let t = [C.stdout.columns, C.stdout.rows];
5646
5613
  typeof e.fullscreen == "function" && (t = e.fullscreen(...t)), e.width ||= t[0], e.height ||= t[1];
5647
5614
  }
5648
5615
  return e.width &&= Math.max(1, e.width - $(e.borderStyle)), e.height &&= Math.max(1, e.height - $(e.borderStyle)), e;
5649
- }, di = (e, t) => t === Q ? e : ` ${e} `, fi = (e, t) => {
5650
- t = ui(t);
5651
- let n = t.width !== void 0, r = ii(), i = $(t.borderStyle), a = r - t.margin.left - t.margin.right - i, o = or(ri(e, r - i, {
5616
+ }, ri = (e, t) => t === Q ? e : ` ${e} `, ii = (e, t) => {
5617
+ t = ni(t);
5618
+ let n = t.width !== void 0, r = Xr(), i = $(t.borderStyle), a = r - t.margin.left - t.margin.right - i, o = Qn(Yr(e, r - i, {
5652
5619
  hard: !0,
5653
5620
  trim: !1
5654
5621
  })) + t.padding.left + t.padding.right;
5655
- if (t.title && n ? (t.title = t.title.slice(0, Math.max(0, t.width - 2)), t.title &&= di(t.title, t.borderStyle)) : t.title && (t.title = t.title.slice(0, Math.max(0, a - 2)), t.title && (t.title = di(t.title, t.borderStyle), J(t.title) > o && (t.width = J(t.title)))), t.width ||= o, !n) {
5622
+ if (t.title && n ? (t.title = t.title.slice(0, Math.max(0, t.width - 2)), t.title &&= ri(t.title, t.borderStyle)) : t.title && (t.title = t.title.slice(0, Math.max(0, a - 2)), t.title && (t.title = ri(t.title, t.borderStyle), J(t.title) > o && (t.width = J(t.title)))), t.width ||= o, !n) {
5656
5623
  if (t.margin.left && t.margin.right && t.width > a) {
5657
5624
  let e = (r - t.width - i) / (t.margin.left + t.margin.right);
5658
5625
  t.margin.left = Math.max(0, Math.floor(t.margin.left * e)), t.margin.right = Math.max(0, Math.floor(t.margin.right * e));
@@ -5660,8 +5627,8 @@ var X = "\n", Z = " ", Q = "none", ii = () => {
5660
5627
  t.width = Math.min(t.width, r - i - t.margin.left - t.margin.right);
5661
5628
  }
5662
5629
  return t.width - (t.padding.left + t.padding.right) <= 0 && (t.padding.left = 0, t.padding.right = 0), t.height && t.height - (t.padding.top + t.padding.bottom) <= 0 && (t.padding.top = 0, t.padding.bottom = 0), t;
5663
- }, pi = (e) => e.match(/^#(?:[0-f]{3}){1,2}$/i), mi = (e) => typeof e == "string" && (r[e] ?? pi(e)), hi = (e) => pi(e) ? r.hex(e) : r[e], gi = (e) => pi(e) ? r.bgHex(e) : r[Ar(["bg", e])];
5664
- function _i(e, t) {
5630
+ }, ai = (e) => e.match(/^#(?:[0-f]{3}){1,2}$/i), oi = (e) => typeof e == "string" && (r[e] ?? ai(e)), si = (e) => ai(e) ? r.hex(e) : r[e], ci = (e) => ai(e) ? r.bgHex(e) : r[Sr(["bg", e])];
5631
+ function li(e, t) {
5665
5632
  if (t = {
5666
5633
  padding: 0,
5667
5634
  borderStyle: "single",
@@ -5670,31 +5637,31 @@ function _i(e, t) {
5670
5637
  float: "left",
5671
5638
  titleAlignment: "left",
5672
5639
  ...t
5673
- }, t.align && (t.textAlignment = t.align), t.borderColor && !mi(t.borderColor)) throw Error(`${t.borderColor} is not a valid borderColor`);
5674
- if (t.backgroundColor && !mi(t.backgroundColor)) throw Error(`${t.backgroundColor} is not a valid backgroundColor`);
5675
- return t.padding = ai(t.padding), t.margin = ai(t.margin), t = fi(e, t), e = ci(e, t), li(e, t.width, t);
5640
+ }, t.align && (t.textAlignment = t.align), t.borderColor && !oi(t.borderColor)) throw Error(`${t.borderColor} is not a valid borderColor`);
5641
+ if (t.backgroundColor && !oi(t.backgroundColor)) throw Error(`${t.backgroundColor} is not a valid backgroundColor`);
5642
+ return t.padding = Zr(t.padding), t.margin = Zr(t.margin), t = ii(e, t), e = ei(e, t), ti(e, t.width, t);
5676
5643
  }
5677
5644
  //#endregion
5678
5645
  //#region node_modules/is-in-ci/index.js
5679
- var vi = C.CI !== "0" && C.CI !== "false" && ("CI" in C || "CONTINUOUS_INTEGRATION" in C || Object.keys(C).some((e) => e.startsWith("CI_"))), yi = (e) => e.replace(/&/g, "&amp;").replace(/"/g, "&quot;").replace(/'/g, "&#39;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
5680
- function bi(e, ...t) {
5681
- if (typeof e == "string") return yi(e);
5646
+ var ui = w.CI !== "0" && w.CI !== "false" && ("CI" in w || "CONTINUOUS_INTEGRATION" in w || Object.keys(w).some((e) => e.startsWith("CI_"))), di = (e) => e.replace(/&/g, "&amp;").replace(/"/g, "&quot;").replace(/'/g, "&#39;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
5647
+ function fi(e, ...t) {
5648
+ if (typeof e == "string") return di(e);
5682
5649
  let n = e[0];
5683
- for (let [r, i] of t.entries()) n = n + yi(String(i)) + e[r + 1];
5650
+ for (let [r, i] of t.entries()) n = n + di(String(i)) + e[r + 1];
5684
5651
  return n;
5685
5652
  }
5686
5653
  //#endregion
5687
5654
  //#region node_modules/pupa/index.js
5688
- var xi = class extends Error {
5655
+ var pi = class extends Error {
5689
5656
  constructor(e) {
5690
5657
  super(`Missing a value for ${e ? `the placeholder: ${e}` : "a placeholder"}`, e), this.name = "MissingValueError", this.key = e;
5691
5658
  }
5692
- }, Si = class extends Error {
5659
+ }, mi = class extends Error {
5693
5660
  constructor(e) {
5694
5661
  super(`Missing filter: ${e}`), this.name = "MissingFilterError", this.filterName = e;
5695
5662
  }
5696
5663
  };
5697
- function Ci(e, t, { ignoreMissing: n = !1, transform: r = ({ value: e }) => e, filters: i = {} } = {}) {
5664
+ function hi(e, t, { ignoreMissing: n = !1, transform: r = ({ value: e }) => e, filters: i = {} } = {}) {
5698
5665
  if (typeof e != "string") throw TypeError(`Expected a \`string\` in the first argument, got \`${typeof e}\``);
5699
5666
  if (typeof t != "object") throw TypeError(`Expected an \`object\` or \`Array\` in the second argument, got \`${typeof t}\``);
5700
5667
  let a = "", o = "";
@@ -5710,7 +5677,7 @@ function Ci(e, t, { ignoreMissing: n = !1, transform: r = ({ value: e }) => e, f
5710
5677
  let r = i[t];
5711
5678
  if (!r) {
5712
5679
  if (n) return e;
5713
- throw new Si(t);
5680
+ throw new mi(t);
5714
5681
  }
5715
5682
  d !== void 0 && (d = r(d));
5716
5683
  }
@@ -5720,15 +5687,15 @@ function Ci(e, t, { ignoreMissing: n = !1, transform: r = ({ value: e }) => e, f
5720
5687
  });
5721
5688
  if (f === void 0) {
5722
5689
  if (n) return e;
5723
- throw new xi(c);
5690
+ throw new pi(c);
5724
5691
  }
5725
5692
  return String(f);
5726
5693
  }, l = "((\\d+|[a-z$_][\\w\\-.$\\\\]*)\\s*(?:\\|\\s*[a-z$_][\\w$]*\\s*)*)", u = RegExp(`{{${l}}}`, "gi"), d = RegExp(`{${l}}`, "gi");
5727
- return e = e.replace(u, (...e) => bi(c(...e))), e = e.replace(d, c), e = e.replace(RegExp(a, "g"), "{"), e = e.replace(RegExp(o, "g"), "}"), e;
5694
+ return e = e.replace(u, (...e) => fi(c(...e))), e = e.replace(d, c), e = e.replace(RegExp(a, "g"), "{"), e = e.replace(RegExp(o, "g"), "}"), e;
5728
5695
  }
5729
5696
  //#endregion
5730
5697
  //#region node_modules/update-notifier/update-notifier.js
5731
- var wi = T.dirname(E(import.meta.url)), Ti = 1e3 * 60 * 60 * 24, Ei = class {
5698
+ var gi = b.dirname(T(import.meta.url)), _i = 1e3 * 60 * 60 * 24, vi = class {
5732
5699
  config;
5733
5700
  update;
5734
5701
  _packageName;
@@ -5742,20 +5709,20 @@ var wi = T.dirname(E(import.meta.url)), Ti = 1e3 * 60 * 60 * 24, Ei = class {
5742
5709
  name: e.pkg.name ?? e.packageName,
5743
5710
  version: e.pkg.version ?? e.packageVersion
5744
5711
  }, !e.pkg.name || !e.pkg.version) throw Error("pkg.name and pkg.version required");
5745
- if (this._packageName = e.pkg.name, this.#t = e.pkg.version, this.#n = typeof e.updateCheckInterval == "number" ? e.updateCheckInterval : Ti, this.#r = "NO_UPDATE_NOTIFIER" in S.env || S.env.NODE_ENV === "test" || S.argv.includes("--no-update-notifier") || vi, this._shouldNotifyInNpmScript = e.shouldNotifyInNpmScript, !this.#r) try {
5746
- this.config = new tt(`update-notifier-${this._packageName}`, {
5712
+ if (this._packageName = e.pkg.name, this.#t = e.pkg.version, this.#n = typeof e.updateCheckInterval == "number" ? e.updateCheckInterval : _i, this.#r = "NO_UPDATE_NOTIFIER" in C.env || C.env.NODE_ENV === "test" || C.argv.includes("--no-update-notifier") || ui, this._shouldNotifyInNpmScript = e.shouldNotifyInNpmScript, !this.#r) try {
5713
+ this.config = new et(`update-notifier-${this._packageName}`, {
5747
5714
  optOut: !1,
5748
5715
  lastUpdateCheck: Date.now()
5749
5716
  });
5750
5717
  } catch {
5751
- let t = r.yellow(D(" %s update check failed ", e.pkg.name)) + D("\n Try running with %s or get access ", r.cyan("sudo")) + "\n to the local update config store via \n" + r.cyan(D(" sudo chown -R $USER:$(id -gn $USER) %s ", we));
5752
- S.on("exit", () => {
5753
- console.error(_i(t, { textAlignment: "center" }));
5718
+ let t = r.yellow(E(" %s update check failed ", e.pkg.name)) + E("\n Try running with %s or get access ", r.cyan("sudo")) + "\n to the local update config store via \n" + r.cyan(E(" sudo chown -R $USER:$(id -gn $USER) %s ", Ce));
5719
+ C.on("exit", () => {
5720
+ console.error(li(t, { textAlignment: "center" }));
5754
5721
  });
5755
5722
  }
5756
5723
  }
5757
5724
  check() {
5758
- !this.config || this.config.get("optOut") || this.#r || (this.update = this.config.get("update"), this.update && (this.update.current = this.#t, this.config.delete("update")), !(Date.now() - this.config.get("lastUpdateCheck") < this.#n) && ee(S.execPath, [T.join(wi, "check.js"), JSON.stringify(this.#e)], {
5725
+ !this.config || this.config.get("optOut") || this.#r || (this.update = this.config.get("update"), this.update && (this.update.current = this.#t, this.config.delete("update")), !(Date.now() - this.config.get("lastUpdateCheck") < this.#n) && ee(C.execPath, [b.join(gi, "check.js"), JSON.stringify(this.#e)], {
5759
5726
  detached: !0,
5760
5727
  stdio: "ignore"
5761
5728
  }).unref());
@@ -5765,13 +5732,13 @@ var wi = T.dirname(E(import.meta.url)), Ti = 1e3 * 60 * 60 * 24, Ei = class {
5765
5732
  return {
5766
5733
  latest: t,
5767
5734
  current: this.#t,
5768
- type: (0, nt.default)(this.#t, t) ?? e,
5735
+ type: (0, tt.default)(this.#t, t) ?? e,
5769
5736
  name: this._packageName
5770
5737
  };
5771
5738
  }
5772
5739
  notify(e) {
5773
5740
  let t = !this._shouldNotifyInNpmScript && wn;
5774
- if (!S.stdout.isTTY || t || !this.update || !(0, rt.default)(this.update.latest, this.update.current)) return this;
5741
+ if (!C.stdout.isTTY || t || !this.update || !(0, nt.default)(this.update.latest, this.update.current)) return this;
5775
5742
  e = {
5776
5743
  isGlobal: Mn,
5777
5744
  ...e
@@ -5784,30 +5751,30 @@ var wi = T.dirname(E(import.meta.url)), Ti = 1e3 * 60 * 60 * 24, Ei = class {
5784
5751
  borderColor: "yellow",
5785
5752
  borderStyle: "round"
5786
5753
  };
5787
- let o = _i(Ci(a, {
5754
+ let o = li(hi(a, {
5788
5755
  packageName: this._packageName,
5789
5756
  currentVersion: this.update.current,
5790
5757
  latestVersion: this.update.latest,
5791
5758
  updateCommand: n
5792
5759
  }), e.boxenOptions);
5793
- return e.defer === !1 ? console.error(o) : S.on("exit", () => {
5760
+ return e.defer === !1 ? console.error(o) : C.on("exit", () => {
5794
5761
  console.error(o);
5795
5762
  }), this;
5796
5763
  }
5797
5764
  };
5798
5765
  //#endregion
5799
5766
  //#region node_modules/update-notifier/index.js
5800
- function Di(e) {
5801
- let t = new Ei(e);
5767
+ function yi(e) {
5768
+ let t = new vi(e);
5802
5769
  return t.check(), t;
5803
5770
  }
5804
5771
  //#endregion
5805
5772
  //#region src/bin/cli.ts
5806
- var Oi = "Output the version number of npm-check-updates.", ki = (e) => e.replace(/`/g, "");
5773
+ var bi = "Output the version number of npm-check-updates.", xi = (e) => e.replace(/`/g, "");
5807
5774
  (async () => {
5808
- let t = Di({ pkg: p });
5775
+ let t = yi({ pkg: p });
5809
5776
  if (t.update && t.update.latest !== p.version) {
5810
- let e = h(!0), n = xe.default.parse(t.update.current)?.major, r = xe.default.parse(t.update.latest)?.major, i = (n && r && r >= n ? Array(r - n).fill(0).map((e, t) => n + t + 1) : []).map((e) => `${p.homepage ?? ""}/releases/tag/v${e}.0.0`), a = `${p.homepage ?? ""}/compare/v${t.update.current}...v${t.update.latest}`;
5777
+ let e = h(!0), n = be.default.parse(t.update.current)?.major, r = be.default.parse(t.update.latest)?.major, i = (n && r && r >= n ? Array(r - n).fill(0).map((e, t) => n + t + 1) : []).map((e) => `${p.homepage ?? ""}/releases/tag/v${e}.0.0`), a = `${p.homepage ?? ""}/compare/v${t.update.current}...v${t.update.latest}`;
5811
5778
  t.notify({
5812
5779
  defer: !1,
5813
5780
  isGlobal: !0,
@@ -5821,14 +5788,14 @@ ${e.dim.underline(t.update.type === "major" ? i.map((t) => e.dim.underline(t)).j
5821
5788
  let e = r[i + 1].replace(/^-*/, "");
5822
5789
  if (e === "help" || e === "h") console.info("Would you like some help with your help?");
5823
5790
  else {
5824
- await f();
5791
+ f();
5825
5792
  let e = [...r.slice(0, i), ...r.slice(i + 1)];
5826
5793
  for (let t of e) {
5827
5794
  let e = t.replace(/^-*/, ""), r = c.find((t) => e === t.long || e === t.short || e === `no-${t.long}` && t.type === "boolean");
5828
5795
  console.info(r ? n(r) + "\n" : e === "version" || e === "v" || e === "V" ? n({
5829
5796
  long: "version",
5830
5797
  short: "v",
5831
- description: Oi,
5798
+ description: bi,
5832
5799
  type: "string"
5833
5800
  }) + "\n" : `Unknown option: ${t}`);
5834
5801
  }
@@ -5836,21 +5803,21 @@ ${e.dim.underline(t.update.type === "major" ? i.map((t) => e.dim.underline(t)).j
5836
5803
  process.exit(0);
5837
5804
  }
5838
5805
  let a = new Set(c.filter((e) => e.cli === !1).map((e) => `--${e.long}`));
5839
- A.description("[filter] is a list or regex of package names to check (all others will be ignored).").usage("[options] [filter]").configureHelp({
5806
+ j.description("[filter] is a list or regex of package names to check (all others will be ignored).").usage("[options] [filter]").configureHelp({
5840
5807
  optionTerm: (e) => e.long && a.has(e.long) ? e.long.replace("--", "") + "*" : e.long === "--version" ? "-v, -V, --version" : e.flags.replace("[bool]", ""),
5841
- optionDescription: (e) => e.long === "--version" ? Oi : e.long === "--help" ? "You're lookin' at it. Run \"ncu --help <option>\" for a specific option." : ge.prototype.optionDescription(e)
5842
- }).addOption(new he("-v, --versionAlias").hideHelp()).on("option:versionAlias", () => {
5808
+ optionDescription: (e) => e.long === "--version" ? bi : e.long === "--help" ? "You're lookin' at it. Run \"ncu --help <option>\" for a specific option." : he.prototype.optionDescription(e)
5809
+ }).addOption(new me("-v, --versionAlias").hideHelp()).on("option:versionAlias", () => {
5843
5810
  console.info(p.version), process.exit(0);
5844
5811
  });
5845
5812
  for (let { long: e, short: t, arg: n, description: r, default: i, help: a, parse: o, type: s } of c) {
5846
- let c = `${t ? `-${t}, ` : ""}--${e}${n ? ` <${n}>` : ""}`, l = `${ki(r)}${a ? ` Run "ncu --help ${e}" for details.` : ""}`;
5847
- A.option(c, l, o || i, o ? i : void 0), s === "boolean" && A.addOption(new he(`--no-${e}`).default(!1).hideHelp());
5848
- }
5849
- A.version(p.version);
5850
- let o = structuredClone(A._optionValues);
5851
- A.allowExcessArguments(!0), A.parse(process.argv);
5852
- let s = A.opts(), l = process.argv.slice(2), { color: u, configFileName: _, configFilePath: v, global: y, packageFile: b, mergeConfig: x } = s;
5853
- await f(u);
5813
+ let c = `${t ? `-${t}, ` : ""}--${e}${n ? ` <${n}>` : ""}`, l = `${xi(r)}${a ? ` Run "ncu --help ${e}" for details.` : ""}`;
5814
+ j.option(c, l, o || i, o ? i : void 0), s === "boolean" && j.addOption(new me(`--no-${e}`).default(!1).hideHelp());
5815
+ }
5816
+ j.version(p.version);
5817
+ let o = structuredClone(j._optionValues);
5818
+ j.allowExcessArguments(!0), j.parse(process.argv);
5819
+ let s = j.opts(), l = process.argv.slice(2), { color: u, configFileName: _, configFilePath: v, global: y, packageFile: b, mergeConfig: x } = s;
5820
+ f(u);
5854
5821
  let S = !process.env.NCU_TESTS || v || x ? await d({
5855
5822
  configFileName: _,
5856
5823
  configFilePath: v,
@@ -5874,12 +5841,12 @@ ${e.dim.underline(t.update.type === "major" ? i.map((t) => e.dim.underline(t)).j
5874
5841
  n.arg ? (T[r] = e + 1 < E.length ? E[e + 1] : !0, e++) : n.type === "boolean" ? T[r] = !t.startsWith("--no-") : T[r] = !0;
5875
5842
  }
5876
5843
  }
5877
- A._optionValues = o, A.parse(w);
5878
- let D = A.opts();
5844
+ j._optionValues = o, j.parse(w);
5845
+ let D = j.opts();
5879
5846
  e({
5880
5847
  ...S && Object.keys(S.config).length > 0 ? { rcConfigPath: S.filePath } : null,
5881
- ...g(A.opts(), (e) => e !== void 0),
5882
- args: A.args,
5848
+ ...g(j.opts(), (e) => e !== void 0),
5849
+ args: j.args,
5883
5850
  raw: T,
5884
5851
  ...D.filter ? { filter: D.filter } : null,
5885
5852
  ...D.reject ? { reject: D.reject } : null