@arcgis/create 4.34.0-next.53 → 4.34.0-next.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/init.js +145 -142
  2. package/package.json +1 -1
package/dist/init.js CHANGED
@@ -1,19 +1,19 @@
1
- import Fr from "node:events";
2
- import br from "node:child_process";
3
- import Ar from "node:path";
4
- import vr from "node:fs";
5
- import Z, { stdin as Ii, stdout as Ti } from "node:process";
1
+ import Er from "node:events";
2
+ import Fr from "node:child_process";
3
+ import br from "node:path";
4
+ import Ar from "node:fs";
5
+ import Z, { stdin as Ni, stdout as Ii } from "node:process";
6
6
  import fe from "fs/promises";
7
7
  import ke from "path";
8
8
  import ze from "process";
9
- import yr from "child_process";
10
- import wr, { promisify as Lr } from "util";
11
- import Mi from "url";
12
- import Sr from "node:module";
9
+ import vr from "child_process";
10
+ import yr, { promisify as wr } from "util";
11
+ import Ti from "url";
12
+ import Lr from "node:module";
13
13
  import * as _e from "node:readline";
14
14
  import Pt from "node:readline";
15
- import Rt, { WriteStream as Or } from "node:tty";
16
- import _r from "node:os";
15
+ import Rt, { WriteStream as Sr } from "node:tty";
16
+ import Or from "node:os";
17
17
  function We(s) {
18
18
  return s && s.__esModule && Object.prototype.hasOwnProperty.call(s, "default") ? s.default : s;
19
19
  }
@@ -143,7 +143,7 @@ function St() {
143
143
  return xe.Argument = r, xe.humanReadableArgName = o, xe;
144
144
  }
145
145
  var Pe = {}, Re = {}, Tt;
146
- function Gi() {
146
+ function Mi() {
147
147
  if (Tt) return Re;
148
148
  Tt = 1;
149
149
  const { humanReadableArgName: s } = St();
@@ -623,7 +623,7 @@ ${C}`);
623
623
  return Re.Help = r, Re.stripColor = o, Re;
624
624
  }
625
625
  var Ne = {}, Mt;
626
- function ki() {
626
+ function Gi() {
627
627
  if (Mt) return Ne;
628
628
  Mt = 1;
629
629
  const { InvalidArgumentError: s } = Ve();
@@ -854,7 +854,7 @@ function ki() {
854
854
  return Ne.Option = r, Ne.DualOptions = o, Ne;
855
855
  }
856
856
  var Ye = {}, Gt;
857
- function $r() {
857
+ function _r() {
858
858
  if (Gt) return Ye;
859
859
  Gt = 1;
860
860
  const s = 3;
@@ -898,10 +898,10 @@ function $r() {
898
898
  return Ye.suggestSimilar = o, Ye;
899
899
  }
900
900
  var kt;
901
- function xr() {
901
+ function $r() {
902
902
  if (kt) return Pe;
903
903
  kt = 1;
904
- const s = Fr.EventEmitter, r = br, o = Ar, l = vr, n = Z, { Argument: i, humanReadableArgName: e } = St(), { CommanderError: a } = Ve(), { Help: c, stripColor: C } = Gi(), { Option: m, DualOptions: v } = ki(), { suggestSimilar: w } = $r();
904
+ const s = Er.EventEmitter, r = Fr, o = br, l = Ar, n = Z, { Argument: i, humanReadableArgName: e } = St(), { CommanderError: a } = Ve(), { Help: c, stripColor: C } = Mi(), { Option: m, DualOptions: v } = Gi(), { suggestSimilar: w } = _r();
905
905
  class D extends s {
906
906
  /**
907
907
  * Initialize a new `Command`.
@@ -2585,36 +2585,36 @@ Expecting one of '${g.join("', '")}'`);
2585
2585
  return Pe.Command = D, Pe.useColor = f, Pe;
2586
2586
  }
2587
2587
  var Ht;
2588
- function Br() {
2588
+ function xr() {
2589
2589
  if (Ht) return ee;
2590
2590
  Ht = 1;
2591
- const { Argument: s } = St(), { Command: r } = xr(), { CommanderError: o, InvalidArgumentError: l } = Ve(), { Help: n } = Gi(), { Option: i } = ki();
2591
+ const { Argument: s } = St(), { Command: r } = $r(), { CommanderError: o, InvalidArgumentError: l } = Ve(), { Help: n } = Mi(), { Option: i } = Gi();
2592
2592
  return ee.program = new r(), ee.createCommand = (e) => new r(e), ee.createOption = (e, a) => new i(e, a), ee.createArgument = (e, a) => new s(e, a), ee.Command = r, ee.Option = i, ee.Argument = s, ee.Help = n, ee.CommanderError = o, ee.InvalidArgumentError = l, ee.InvalidOptionArgumentError = l, ee;
2593
2593
  }
2594
2594
  var Ut;
2595
- function Pr() {
2595
+ function Br() {
2596
2596
  return Ut || (Ut = 1, function(s, r) {
2597
- const o = Br();
2597
+ const o = xr();
2598
2598
  r = s.exports = {}, r.program = new o.Command(), r.Argument = o.Argument, r.Command = o.Command, r.CommanderError = o.CommanderError, r.Help = o.Help, r.InvalidArgumentError = o.InvalidArgumentError, r.InvalidOptionArgumentError = o.InvalidArgumentError, r.Option = o.Option, r.createCommand = (l) => new o.Command(l), r.createOption = (l, n) => new o.Option(l, n), r.createArgument = (l, n) => new o.Argument(l, n);
2599
2599
  }($e, $e.exports)), $e.exports;
2600
2600
  }
2601
- var Rr = Pr();
2602
- const Nr = /* @__PURE__ */ We(Rr), {
2603
- program: Ku,
2604
- createCommand: Ju,
2605
- createArgument: Zu,
2606
- createOption: Qu,
2607
- CommanderError: eo,
2608
- InvalidArgumentError: to,
2609
- InvalidOptionArgumentError: io,
2601
+ var Pr = Br();
2602
+ const Rr = /* @__PURE__ */ We(Pr), {
2603
+ program: Ju,
2604
+ createCommand: Zu,
2605
+ createArgument: Qu,
2606
+ createOption: eo,
2607
+ CommanderError: to,
2608
+ InvalidArgumentError: io,
2609
+ InvalidOptionArgumentError: ro,
2610
2610
  // deprecated old name
2611
- Command: Ir,
2612
- Argument: ro,
2613
- Option: no,
2614
- Help: so
2615
- } = Nr, Tr = "4.34.0-next.53";
2616
- var me = /* @__PURE__ */ ((s) => (s.VANILLA = "vanilla JS", s.REACT = "react", s.ANGULAR = "angular", s.VITE = "vite", s.VUE = "vue", s.WEBPACK = "webpack", s.LUMINA_COMPONENTS = "lumina-components", s))(me || {}), He = /* @__PURE__ */ ((s) => (s.CHARTS = "charts", s.CODING = "coding", s))(He || {}), Hi = /* @__PURE__ */ ((s) => (s.CODE_SAMPLE = "CODE_SAMPLE", s.APP_SAMPLE = "APP_SAMPLE", s))(Hi || {});
2617
- const Ui = "github.com", ji = "main", Wi = {
2611
+ Command: Nr,
2612
+ Argument: no,
2613
+ Option: so,
2614
+ Help: uo
2615
+ } = Rr, Ir = "4.34.0-next.54";
2616
+ var me = /* @__PURE__ */ ((s) => (s.VANILLA = "vanilla JS", s.REACT = "react", s.ANGULAR = "angular", s.VITE = "vite", s.VUE = "vue", s.WEBPACK = "webpack", s.LUMINA_COMPONENTS = "lumina-components", s))(me || {}), He = /* @__PURE__ */ ((s) => (s.CHARTS = "charts", s.CODING = "coding", s))(He || {}), ki = /* @__PURE__ */ ((s) => (s.CODE_SAMPLE = "CODE_SAMPLE", s.APP_SAMPLE = "APP_SAMPLE", s))(ki || {});
2617
+ const Hi = "github.com", Ui = "main", ji = {
2618
2618
  "vanilla JS": "Esri/jsapi-resources",
2619
2619
  vite: "Esri/jsapi-resources",
2620
2620
  react: "Esri/jsapi-resources",
@@ -2622,7 +2622,7 @@ const Ui = "github.com", ji = "main", Wi = {
2622
2622
  vue: "Esri/jsapi-resources",
2623
2623
  webpack: "Esri/jsapi-resources",
2624
2624
  "lumina-components": "WebGIS/arcgis-web-components"
2625
- }, Vi = {
2625
+ }, Wi = {
2626
2626
  "vanilla JS": "component-samples/map-components/samples/vite",
2627
2627
  // alias for vite template
2628
2628
  vite: "component-samples/map-components/samples/vite",
@@ -2631,7 +2631,7 @@ const Ui = "github.com", ji = "main", Wi = {
2631
2631
  vue: "component-samples/map-components/samples/vue",
2632
2632
  webpack: "component-samples/map-components/samples/webpack",
2633
2633
  "lumina-components": "packages/starter-packages/lumina-components"
2634
- }, Mr = {
2634
+ }, Tr = {
2635
2635
  "vanilla JS": "APP_SAMPLE",
2636
2636
  vite: "APP_SAMPLE",
2637
2637
  react: "APP_SAMPLE",
@@ -2640,14 +2640,16 @@ const Ui = "github.com", ji = "main", Wi = {
2640
2640
  webpack: "APP_SAMPLE",
2641
2641
  "lumina-components": "CODE_SAMPLE"
2642
2642
  /* CODE_SAMPLE */
2643
+ }, Mr = {
2644
+ "lumina-components": !0
2643
2645
  };
2644
2646
  var Xe, jt;
2645
- function qi() {
2647
+ function Vi() {
2646
2648
  return jt || (jt = 1, Xe = typeof process == "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...r) => console.error("SEMVER", ...r) : () => {
2647
2649
  }), Xe;
2648
2650
  }
2649
2651
  var Ke, Wt;
2650
- function zi() {
2652
+ function qi() {
2651
2653
  if (Wt) return Ke;
2652
2654
  Wt = 1;
2653
2655
  const s = "2.0.0", r = 256, o = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
@@ -2678,7 +2680,7 @@ function Gr() {
2678
2680
  MAX_SAFE_COMPONENT_LENGTH: o,
2679
2681
  MAX_SAFE_BUILD_LENGTH: l,
2680
2682
  MAX_LENGTH: n
2681
- } = zi(), i = qi();
2683
+ } = qi(), i = Vi();
2682
2684
  r = s.exports = {};
2683
2685
  const e = r.re = [], a = r.safeRe = [], c = r.src = [], C = r.safeSrc = [], m = r.t = {};
2684
2686
  let v = 0;
@@ -2721,7 +2723,7 @@ var Qe, Yt;
2721
2723
  function Ur() {
2722
2724
  if (Yt) return Qe;
2723
2725
  Yt = 1;
2724
- const s = qi(), { MAX_LENGTH: r, MAX_SAFE_INTEGER: o } = zi(), { safeRe: l, t: n } = Gr(), i = kr(), { compareIdentifiers: e } = Hr();
2726
+ const s = Vi(), { MAX_LENGTH: r, MAX_SAFE_INTEGER: o } = qi(), { safeRe: l, t: n } = Gr(), i = kr(), { compareIdentifiers: e } = Hr();
2725
2727
  class a {
2726
2728
  constructor(C, m) {
2727
2729
  if (m = i(m), C instanceof a) {
@@ -2879,7 +2881,7 @@ function Ur() {
2879
2881
  return Qe = a, Qe;
2880
2882
  }
2881
2883
  var et, Xt;
2882
- function Yi() {
2884
+ function zi() {
2883
2885
  if (Xt) return et;
2884
2886
  Xt = 1;
2885
2887
  const s = Ur();
@@ -2899,7 +2901,7 @@ var tt, Kt;
2899
2901
  function jr() {
2900
2902
  if (Kt) return tt;
2901
2903
  Kt = 1;
2902
- const s = Yi();
2904
+ const s = zi();
2903
2905
  return tt = (o, l) => {
2904
2906
  const n = s(o, l);
2905
2907
  return n ? n.version : null;
@@ -2909,13 +2911,13 @@ var it, Jt;
2909
2911
  function Wr() {
2910
2912
  if (Jt) return it;
2911
2913
  Jt = 1;
2912
- const s = Yi();
2914
+ const s = zi();
2913
2915
  return it = (o, l) => {
2914
2916
  const n = s(o.trim().replace(/^[=v]+/, ""), l);
2915
2917
  return n ? n.version : null;
2916
2918
  }, it;
2917
2919
  }
2918
- const Xi = /* @__PURE__ */ JSON.parse('["0BSD","3D-Slicer-1.0","AAL","ADSL","AFL-1.1","AFL-1.2","AFL-2.0","AFL-2.1","AFL-3.0","AGPL-1.0-only","AGPL-1.0-or-later","AGPL-3.0-only","AGPL-3.0-or-later","AMD-newlib","AMDPLPA","AML","AML-glslang","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","ASWF-Digital-Assets-1.0","ASWF-Digital-Assets-1.1","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Display-PostScript","Adobe-Glyph","Adobe-Utopia","Afmparse","Aladdin","Apache-1.0","Apache-1.1","Apache-2.0","App-s2p","Arphic-1999","Artistic-1.0","Artistic-1.0-Perl","Artistic-1.0-cl8","Artistic-2.0","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Darwin","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-2-Clause-first-lines","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","BSD-3-Clause-HP","BSD-3-Clause-LBNL","BSD-3-Clause-Modification","BSD-3-Clause-No-Military-License","BSD-3-Clause-No-Nuclear-License","BSD-3-Clause-No-Nuclear-License-2014","BSD-3-Clause-No-Nuclear-Warranty","BSD-3-Clause-Open-MPI","BSD-3-Clause-Sun","BSD-3-Clause-acpica","BSD-3-Clause-flex","BSD-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Inferno-Nettverk","BSD-Protection","BSD-Source-Code","BSD-Source-beginning-file","BSD-Systemics","BSD-Systemics-W3Works","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Boehm-GC","Boehm-GC-without-fee","Borceux","Brian-Gladman-2-Clause","Brian-Gladman-3-Clause","C-UDA-1.0","CAL-1.0","CAL-1.0-Combined-Work-Exception","CATOSL-1.1","CC-BY-1.0","CC-BY-2.0","CC-BY-2.5","CC-BY-2.5-AU","CC-BY-3.0","CC-BY-3.0-AT","CC-BY-3.0-AU","CC-BY-3.0-DE","CC-BY-3.0-IGO","CC-BY-3.0-NL","CC-BY-3.0-US","CC-BY-4.0","CC-BY-NC-1.0","CC-BY-NC-2.0","CC-BY-NC-2.5","CC-BY-NC-3.0","CC-BY-NC-3.0-DE","CC-BY-NC-4.0","CC-BY-NC-ND-1.0","CC-BY-NC-ND-2.0","CC-BY-NC-ND-2.5","CC-BY-NC-ND-3.0","CC-BY-NC-ND-3.0-DE","CC-BY-NC-ND-3.0-IGO","CC-BY-NC-ND-4.0","CC-BY-NC-SA-1.0","CC-BY-NC-SA-2.0","CC-BY-NC-SA-2.0-DE","CC-BY-NC-SA-2.0-FR","CC-BY-NC-SA-2.0-UK","CC-BY-NC-SA-2.5","CC-BY-NC-SA-3.0","CC-BY-NC-SA-3.0-DE","CC-BY-NC-SA-3.0-IGO","CC-BY-NC-SA-4.0","CC-BY-ND-1.0","CC-BY-ND-2.0","CC-BY-ND-2.5","CC-BY-ND-3.0","CC-BY-ND-3.0-DE","CC-BY-ND-4.0","CC-BY-SA-1.0","CC-BY-SA-2.0","CC-BY-SA-2.0-UK","CC-BY-SA-2.1-JP","CC-BY-SA-2.5","CC-BY-SA-3.0","CC-BY-SA-3.0-AT","CC-BY-SA-3.0-DE","CC-BY-SA-3.0-IGO","CC-BY-SA-4.0","CC-PDDC","CC-PDM-1.0","CC-SA-1.0","CC0-1.0","CDDL-1.0","CDDL-1.1","CDL-1.0","CDLA-Permissive-1.0","CDLA-Permissive-2.0","CDLA-Sharing-1.0","CECILL-1.0","CECILL-1.1","CECILL-2.0","CECILL-2.1","CECILL-B","CECILL-C","CERN-OHL-1.1","CERN-OHL-1.2","CERN-OHL-P-2.0","CERN-OHL-S-2.0","CERN-OHL-W-2.0","CFITSIO","CMU-Mach","CMU-Mach-nodoc","CNRI-Jython","CNRI-Python","CNRI-Python-GPL-Compatible","COIL-1.0","CPAL-1.0","CPL-1.0","CPOL-1.02","CUA-OPL-1.0","Caldera","Caldera-no-preamble","Catharon","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Cronyx","Crossword","CrystalStacker","Cube","D-FSL-1.0","DEC-3-Clause","DL-DE-BY-2.0","DL-DE-ZERO-2.0","DOC","DRL-1.0","DRL-1.1","DSDP","DocBook-Schema","DocBook-Stylesheet","DocBook-XML","Dotseqn","ECL-1.0","ECL-2.0","EFL-1.0","EFL-2.0","EPICS","EPL-1.0","EPL-2.0","EUDatagrid","EUPL-1.0","EUPL-1.1","EUPL-1.2","Elastic-2.0","Entessa","ErlPL-1.1","Eurosym","FBM","FDK-AAC","FSFAP","FSFAP-no-warranty-disclaimer","FSFUL","FSFULLR","FSFULLRWD","FTL","Fair","Ferguson-Twofish","Frameworx-1.0","FreeBSD-DOC","FreeImage","Furuseth","GCR-docs","GD","GFDL-1.1-invariants-only","GFDL-1.1-invariants-or-later","GFDL-1.1-no-invariants-only","GFDL-1.1-no-invariants-or-later","GFDL-1.1-only","GFDL-1.1-or-later","GFDL-1.2-invariants-only","GFDL-1.2-invariants-or-later","GFDL-1.2-no-invariants-only","GFDL-1.2-no-invariants-or-later","GFDL-1.2-only","GFDL-1.2-or-later","GFDL-1.3-invariants-only","GFDL-1.3-invariants-or-later","GFDL-1.3-no-invariants-only","GFDL-1.3-no-invariants-or-later","GFDL-1.3-only","GFDL-1.3-or-later","GL2PS","GLWTPL","GPL-1.0-only","GPL-1.0-or-later","GPL-2.0-only","GPL-2.0-or-later","GPL-3.0-only","GPL-3.0-or-later","Giftware","Glide","Glulxe","Graphics-Gems","Gutmann","HIDAPI","HP-1986","HP-1989","HPND","HPND-DEC","HPND-Fenneberg-Livingston","HPND-INRIA-IMAG","HPND-Intel","HPND-Kevlin-Henney","HPND-MIT-disclaimer","HPND-Markus-Kuhn","HPND-Netrek","HPND-Pbmplus","HPND-UC","HPND-UC-export-US","HPND-doc","HPND-doc-sell","HPND-export-US","HPND-export-US-acknowledgement","HPND-export-US-modify","HPND-export2-US","HPND-merchantability-variant","HPND-sell-MIT-disclaimer-xserver","HPND-sell-regexpr","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HPND-sell-variant-MIT-disclaimer-rev","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ISC-Veillard","ImageMagick","Imlib2","Info-ZIP","Inner-Net-2.0","InnoSetup","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","Kastrup","Kazlib","Knuth-CTAN","LAL-1.2","LAL-1.3","LGPL-2.0-only","LGPL-2.0-or-later","LGPL-2.1-only","LGPL-2.1-or-later","LGPL-3.0-only","LGPL-3.0-or-later","LGPLLR","LOOP","LPD-document","LPL-1.0","LPL-1.02","LPPL-1.0","LPPL-1.1","LPPL-1.2","LPPL-1.3a","LPPL-1.3c","LZMA-SDK-9.11-to-9.20","LZMA-SDK-9.22","Latex2e","Latex2e-translated-notice","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-1-para","Linux-man-pages-copyleft","Linux-man-pages-copyleft-2-para","Linux-man-pages-copyleft-var","Lucida-Bitmap-Fonts","MIPS","MIT","MIT-0","MIT-CMU","MIT-Click","MIT-Festival","MIT-Khronos-old","MIT-Modern-Variant","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MIT-testregex","MITNFA","MMIXware","MPEG-SSG","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","Mackerras-3-Clause","Mackerras-3-Clause-acknowledgment","MakeIndex","Martin-Birgmeier","McPhee-slideshow","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCBI-PD","NCGL-UK-2.0","NCL","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-fallback","NIST-Software","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTP","NTP-0","Naumen","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","OAR","OCCT-PL","OCLC-2.0","ODC-By-1.0","ODbL-1.0","OFFIS","OFL-1.0","OFL-1.0-RFN","OFL-1.0-no-RFN","OFL-1.1","OFL-1.1-RFN","OFL-1.1-no-RFN","OGC-1.0","OGDL-Taiwan-1.0","OGL-Canada-2.0","OGL-UK-1.0","OGL-UK-2.0","OGL-UK-3.0","OGTSL","OLDAP-1.1","OLDAP-1.2","OLDAP-1.3","OLDAP-1.4","OLDAP-2.0","OLDAP-2.0.1","OLDAP-2.1","OLDAP-2.2","OLDAP-2.2.1","OLDAP-2.2.2","OLDAP-2.3","OLDAP-2.4","OLDAP-2.5","OLDAP-2.6","OLDAP-2.7","OLDAP-2.8","OLFL-1.3","OML","OPL-1.0","OPL-UK-3.0","OPUBL-1.0","OSET-PL-2.1","OSL-1.0","OSL-1.1","OSL-2.0","OSL-2.1","OSL-3.0","OpenPBS-2.3","OpenSSL","OpenSSL-standalone","OpenVision","PADL","PDDL-1.0","PHP-3.0","PHP-3.01","PPL","PSF-2.0","Parity-6.0.0","Parity-7.0.0","Pixar","Plexus","PolyForm-Noncommercial-1.0.0","PolyForm-Small-Business-1.0.0","PostgreSQL","Python-2.0","Python-2.0.1","QPL-1.0","QPL-1.0-INRIA-2004","Qhull","RHeCos-1.1","RPL-1.1","RPL-1.5","RPSL-1.0","RSA-MD","RSCPL","Rdisc","Ruby","Ruby-pty","SAX-PD","SAX-PD-2.0","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SGI-OpenGL","SGP4","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SL","SMAIL-GPL","SMLNJ","SMPPL","SNIA","SPL-1.0","SSH-OpenSSH","SSH-short","SSLeay-standalone","SSPL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","Sendmail-Open-Source-1.1","SimPL-2.0","Sleepycat","Soundex","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","Sun-PPP","Sun-PPP-2000","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TGPPL-1.0","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TTYP0","TU-Berlin-1.0","TU-Berlin-2.0","TermReadKey","ThirdEye","TrustedQSL","UCAR","UCL-1.0","UMich-Merit","UPL-1.0","URT-RLE","Ubuntu-font-1.0","Unicode-3.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","UnixCrypt","Unlicense","VOSTROM","VSL-1.0","Vim","W3C","W3C-19980720","W3C-20150513","WTFPL","Watcom-1.0","Widget-Workshop","Wsuipa","X11","X11-distribute-modifications-variant","X11-swapped","XFree86-1.1","XSkat","Xdebug-1.03","Xerox","Xfig","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zeeff","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","any-OSI","any-OSI-perl-modules","bcrypt-Solar-Designer","blessing","bzip2-1.0.6","check-cvs","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","cve-tou","diffmark","dtoa","dvipdfm","eGenix","etalab-2.0","fwlw","gSOAP-1.3b","generic-xts","gnuplot","gtkbook","hdparm","iMatix","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","lsof","magaz","mailprio","metamail","mpi-permissive","mpich2","mplus","pkgconf","pnmstitch","psfrag","psutils","python-ldap","radvd","snprintf","softSurfer","ssh-keyscan","swrule","threeparttable","ulem","w3m","wwl","xinetd","xkeyboard-config-Zinoviev","xlock","xpp","xzoom","zlib-acknowledgement"]'), Vr = [
2920
+ const Yi = /* @__PURE__ */ JSON.parse('["0BSD","3D-Slicer-1.0","AAL","ADSL","AFL-1.1","AFL-1.2","AFL-2.0","AFL-2.1","AFL-3.0","AGPL-1.0-only","AGPL-1.0-or-later","AGPL-3.0-only","AGPL-3.0-or-later","AMD-newlib","AMDPLPA","AML","AML-glslang","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","ASWF-Digital-Assets-1.0","ASWF-Digital-Assets-1.1","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Display-PostScript","Adobe-Glyph","Adobe-Utopia","Afmparse","Aladdin","Apache-1.0","Apache-1.1","Apache-2.0","App-s2p","Arphic-1999","Artistic-1.0","Artistic-1.0-Perl","Artistic-1.0-cl8","Artistic-2.0","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Darwin","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-2-Clause-first-lines","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","BSD-3-Clause-HP","BSD-3-Clause-LBNL","BSD-3-Clause-Modification","BSD-3-Clause-No-Military-License","BSD-3-Clause-No-Nuclear-License","BSD-3-Clause-No-Nuclear-License-2014","BSD-3-Clause-No-Nuclear-Warranty","BSD-3-Clause-Open-MPI","BSD-3-Clause-Sun","BSD-3-Clause-acpica","BSD-3-Clause-flex","BSD-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Inferno-Nettverk","BSD-Protection","BSD-Source-Code","BSD-Source-beginning-file","BSD-Systemics","BSD-Systemics-W3Works","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Boehm-GC","Boehm-GC-without-fee","Borceux","Brian-Gladman-2-Clause","Brian-Gladman-3-Clause","C-UDA-1.0","CAL-1.0","CAL-1.0-Combined-Work-Exception","CATOSL-1.1","CC-BY-1.0","CC-BY-2.0","CC-BY-2.5","CC-BY-2.5-AU","CC-BY-3.0","CC-BY-3.0-AT","CC-BY-3.0-AU","CC-BY-3.0-DE","CC-BY-3.0-IGO","CC-BY-3.0-NL","CC-BY-3.0-US","CC-BY-4.0","CC-BY-NC-1.0","CC-BY-NC-2.0","CC-BY-NC-2.5","CC-BY-NC-3.0","CC-BY-NC-3.0-DE","CC-BY-NC-4.0","CC-BY-NC-ND-1.0","CC-BY-NC-ND-2.0","CC-BY-NC-ND-2.5","CC-BY-NC-ND-3.0","CC-BY-NC-ND-3.0-DE","CC-BY-NC-ND-3.0-IGO","CC-BY-NC-ND-4.0","CC-BY-NC-SA-1.0","CC-BY-NC-SA-2.0","CC-BY-NC-SA-2.0-DE","CC-BY-NC-SA-2.0-FR","CC-BY-NC-SA-2.0-UK","CC-BY-NC-SA-2.5","CC-BY-NC-SA-3.0","CC-BY-NC-SA-3.0-DE","CC-BY-NC-SA-3.0-IGO","CC-BY-NC-SA-4.0","CC-BY-ND-1.0","CC-BY-ND-2.0","CC-BY-ND-2.5","CC-BY-ND-3.0","CC-BY-ND-3.0-DE","CC-BY-ND-4.0","CC-BY-SA-1.0","CC-BY-SA-2.0","CC-BY-SA-2.0-UK","CC-BY-SA-2.1-JP","CC-BY-SA-2.5","CC-BY-SA-3.0","CC-BY-SA-3.0-AT","CC-BY-SA-3.0-DE","CC-BY-SA-3.0-IGO","CC-BY-SA-4.0","CC-PDDC","CC-PDM-1.0","CC-SA-1.0","CC0-1.0","CDDL-1.0","CDDL-1.1","CDL-1.0","CDLA-Permissive-1.0","CDLA-Permissive-2.0","CDLA-Sharing-1.0","CECILL-1.0","CECILL-1.1","CECILL-2.0","CECILL-2.1","CECILL-B","CECILL-C","CERN-OHL-1.1","CERN-OHL-1.2","CERN-OHL-P-2.0","CERN-OHL-S-2.0","CERN-OHL-W-2.0","CFITSIO","CMU-Mach","CMU-Mach-nodoc","CNRI-Jython","CNRI-Python","CNRI-Python-GPL-Compatible","COIL-1.0","CPAL-1.0","CPL-1.0","CPOL-1.02","CUA-OPL-1.0","Caldera","Caldera-no-preamble","Catharon","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Cronyx","Crossword","CrystalStacker","Cube","D-FSL-1.0","DEC-3-Clause","DL-DE-BY-2.0","DL-DE-ZERO-2.0","DOC","DRL-1.0","DRL-1.1","DSDP","DocBook-Schema","DocBook-Stylesheet","DocBook-XML","Dotseqn","ECL-1.0","ECL-2.0","EFL-1.0","EFL-2.0","EPICS","EPL-1.0","EPL-2.0","EUDatagrid","EUPL-1.0","EUPL-1.1","EUPL-1.2","Elastic-2.0","Entessa","ErlPL-1.1","Eurosym","FBM","FDK-AAC","FSFAP","FSFAP-no-warranty-disclaimer","FSFUL","FSFULLR","FSFULLRWD","FTL","Fair","Ferguson-Twofish","Frameworx-1.0","FreeBSD-DOC","FreeImage","Furuseth","GCR-docs","GD","GFDL-1.1-invariants-only","GFDL-1.1-invariants-or-later","GFDL-1.1-no-invariants-only","GFDL-1.1-no-invariants-or-later","GFDL-1.1-only","GFDL-1.1-or-later","GFDL-1.2-invariants-only","GFDL-1.2-invariants-or-later","GFDL-1.2-no-invariants-only","GFDL-1.2-no-invariants-or-later","GFDL-1.2-only","GFDL-1.2-or-later","GFDL-1.3-invariants-only","GFDL-1.3-invariants-or-later","GFDL-1.3-no-invariants-only","GFDL-1.3-no-invariants-or-later","GFDL-1.3-only","GFDL-1.3-or-later","GL2PS","GLWTPL","GPL-1.0-only","GPL-1.0-or-later","GPL-2.0-only","GPL-2.0-or-later","GPL-3.0-only","GPL-3.0-or-later","Giftware","Glide","Glulxe","Graphics-Gems","Gutmann","HIDAPI","HP-1986","HP-1989","HPND","HPND-DEC","HPND-Fenneberg-Livingston","HPND-INRIA-IMAG","HPND-Intel","HPND-Kevlin-Henney","HPND-MIT-disclaimer","HPND-Markus-Kuhn","HPND-Netrek","HPND-Pbmplus","HPND-UC","HPND-UC-export-US","HPND-doc","HPND-doc-sell","HPND-export-US","HPND-export-US-acknowledgement","HPND-export-US-modify","HPND-export2-US","HPND-merchantability-variant","HPND-sell-MIT-disclaimer-xserver","HPND-sell-regexpr","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HPND-sell-variant-MIT-disclaimer-rev","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ISC-Veillard","ImageMagick","Imlib2","Info-ZIP","Inner-Net-2.0","InnoSetup","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","Kastrup","Kazlib","Knuth-CTAN","LAL-1.2","LAL-1.3","LGPL-2.0-only","LGPL-2.0-or-later","LGPL-2.1-only","LGPL-2.1-or-later","LGPL-3.0-only","LGPL-3.0-or-later","LGPLLR","LOOP","LPD-document","LPL-1.0","LPL-1.02","LPPL-1.0","LPPL-1.1","LPPL-1.2","LPPL-1.3a","LPPL-1.3c","LZMA-SDK-9.11-to-9.20","LZMA-SDK-9.22","Latex2e","Latex2e-translated-notice","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-1-para","Linux-man-pages-copyleft","Linux-man-pages-copyleft-2-para","Linux-man-pages-copyleft-var","Lucida-Bitmap-Fonts","MIPS","MIT","MIT-0","MIT-CMU","MIT-Click","MIT-Festival","MIT-Khronos-old","MIT-Modern-Variant","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MIT-testregex","MITNFA","MMIXware","MPEG-SSG","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","Mackerras-3-Clause","Mackerras-3-Clause-acknowledgment","MakeIndex","Martin-Birgmeier","McPhee-slideshow","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCBI-PD","NCGL-UK-2.0","NCL","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-fallback","NIST-Software","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTP","NTP-0","Naumen","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","OAR","OCCT-PL","OCLC-2.0","ODC-By-1.0","ODbL-1.0","OFFIS","OFL-1.0","OFL-1.0-RFN","OFL-1.0-no-RFN","OFL-1.1","OFL-1.1-RFN","OFL-1.1-no-RFN","OGC-1.0","OGDL-Taiwan-1.0","OGL-Canada-2.0","OGL-UK-1.0","OGL-UK-2.0","OGL-UK-3.0","OGTSL","OLDAP-1.1","OLDAP-1.2","OLDAP-1.3","OLDAP-1.4","OLDAP-2.0","OLDAP-2.0.1","OLDAP-2.1","OLDAP-2.2","OLDAP-2.2.1","OLDAP-2.2.2","OLDAP-2.3","OLDAP-2.4","OLDAP-2.5","OLDAP-2.6","OLDAP-2.7","OLDAP-2.8","OLFL-1.3","OML","OPL-1.0","OPL-UK-3.0","OPUBL-1.0","OSET-PL-2.1","OSL-1.0","OSL-1.1","OSL-2.0","OSL-2.1","OSL-3.0","OpenPBS-2.3","OpenSSL","OpenSSL-standalone","OpenVision","PADL","PDDL-1.0","PHP-3.0","PHP-3.01","PPL","PSF-2.0","Parity-6.0.0","Parity-7.0.0","Pixar","Plexus","PolyForm-Noncommercial-1.0.0","PolyForm-Small-Business-1.0.0","PostgreSQL","Python-2.0","Python-2.0.1","QPL-1.0","QPL-1.0-INRIA-2004","Qhull","RHeCos-1.1","RPL-1.1","RPL-1.5","RPSL-1.0","RSA-MD","RSCPL","Rdisc","Ruby","Ruby-pty","SAX-PD","SAX-PD-2.0","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SGI-OpenGL","SGP4","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SL","SMAIL-GPL","SMLNJ","SMPPL","SNIA","SPL-1.0","SSH-OpenSSH","SSH-short","SSLeay-standalone","SSPL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","Sendmail-Open-Source-1.1","SimPL-2.0","Sleepycat","Soundex","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","Sun-PPP","Sun-PPP-2000","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TGPPL-1.0","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TTYP0","TU-Berlin-1.0","TU-Berlin-2.0","TermReadKey","ThirdEye","TrustedQSL","UCAR","UCL-1.0","UMich-Merit","UPL-1.0","URT-RLE","Ubuntu-font-1.0","Unicode-3.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","UnixCrypt","Unlicense","VOSTROM","VSL-1.0","Vim","W3C","W3C-19980720","W3C-20150513","WTFPL","Watcom-1.0","Widget-Workshop","Wsuipa","X11","X11-distribute-modifications-variant","X11-swapped","XFree86-1.1","XSkat","Xdebug-1.03","Xerox","Xfig","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zeeff","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","any-OSI","any-OSI-perl-modules","bcrypt-Solar-Designer","blessing","bzip2-1.0.6","check-cvs","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","cve-tou","diffmark","dtoa","dvipdfm","eGenix","etalab-2.0","fwlw","gSOAP-1.3b","generic-xts","gnuplot","gtkbook","hdparm","iMatix","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","lsof","magaz","mailprio","metamail","mpi-permissive","mpich2","mplus","pkgconf","pnmstitch","psfrag","psutils","python-ldap","radvd","snprintf","softSurfer","ssh-keyscan","swrule","threeparttable","ulem","w3m","wwl","xinetd","xkeyboard-config-Zinoviev","xlock","xpp","xzoom","zlib-acknowledgement"]'), Vr = [
2919
2921
  "AGPL-1.0",
2920
2922
  "AGPL-3.0",
2921
2923
  "BSD-2-Clause-FreeBSD",
@@ -3014,7 +3016,7 @@ var rt, Zt;
3014
3016
  function zr() {
3015
3017
  if (Zt) return rt;
3016
3018
  Zt = 1;
3017
- var s = [].concat(Xi).concat(Vr), r = qr;
3019
+ var s = [].concat(Yi).concat(Vr), r = qr;
3018
3020
  return rt = function(o) {
3019
3021
  var l = 0;
3020
3022
  function n() {
@@ -3170,7 +3172,7 @@ function Yr() {
3170
3172
  }), nt;
3171
3173
  }
3172
3174
  var st, ei;
3173
- function Ki() {
3175
+ function Xi() {
3174
3176
  if (ei) return st;
3175
3177
  ei = 1;
3176
3178
  var s = zr(), r = Yr();
@@ -3182,7 +3184,7 @@ var ut, ti;
3182
3184
  function Xr() {
3183
3185
  if (ti) return ut;
3184
3186
  ti = 1;
3185
- var s = Ki(), r = Xi;
3187
+ var s = Xi(), r = Yi;
3186
3188
  function o(t) {
3187
3189
  try {
3188
3190
  return s(t), !0;
@@ -3460,7 +3462,7 @@ var ot, ii;
3460
3462
  function Kr() {
3461
3463
  if (ii) return ot;
3462
3464
  ii = 1;
3463
- var s = Ki(), r = Xr(), o = 'license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"', l = /^SEE LICEN[CS]E IN (.+)$/;
3465
+ var s = Xi(), r = Xr(), o = 'license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"', l = /^SEE LICEN[CS]E IN (.+)$/;
3464
3466
  function n(e, a) {
3465
3467
  return a.slice(0, e.length) === e;
3466
3468
  }
@@ -4552,10 +4554,10 @@ function Zr() {
4552
4554
  return at = n, at;
4553
4555
  }
4554
4556
  var lt, si;
4555
- function Ji() {
4557
+ function Ki() {
4556
4558
  if (si) return lt;
4557
4559
  si = 1;
4558
- const s = Mi, r = (i, e, a) => {
4560
+ const s = Ti, r = (i, e, a) => {
4559
4561
  const c = i.indexOf(a);
4560
4562
  return i.lastIndexOf(e, c > -1 ? c : 1 / 0);
4561
4563
  }, o = (i) => {
@@ -4582,7 +4584,7 @@ var ct, ui;
4582
4584
  function Qr() {
4583
4585
  if (ui) return ct;
4584
4586
  ui = 1;
4585
- const s = Ji(), r = (o) => {
4587
+ const s = Ki(), r = (o) => {
4586
4588
  const l = o.indexOf("#"), n = o.indexOf("/"), i = o.indexOf("/", n + 1), e = o.indexOf(":"), a = /\s/.exec(o), c = o.indexOf("@"), C = !a || l > -1 && a.index > l, m = c === -1 || l > -1 && c > l, v = e === -1 || l > -1 && e > l, w = i === -1 || l > -1 && i > l, D = n > 0, d = l > -1 ? o[l - 1] !== "/" : !o.endsWith("/"), f = !o.startsWith(".");
4587
4589
  return C && D && d && f && m && v && w;
4588
4590
  };
@@ -4626,7 +4628,7 @@ var ht, oi;
4626
4628
  function en() {
4627
4629
  if (oi) return ht;
4628
4630
  oi = 1;
4629
- const { LRUCache: s } = /* @__PURE__ */ Jr(), r = Zr(), o = Qr(), l = Ji(), n = new s({ max: 1e3 });
4631
+ const { LRUCache: s } = /* @__PURE__ */ Jr(), r = Zr(), o = Qr(), l = Ki(), n = new s({ max: 1e3 });
4630
4632
  function i(a) {
4631
4633
  try {
4632
4634
  const {
@@ -4790,7 +4792,7 @@ var ft, li;
4790
4792
  function on() {
4791
4793
  if (li) return ft;
4792
4794
  li = 1;
4793
- var s = jr(), r = Wr(), o = Kr(), l = en(), n = Sr, i = ["dependencies", "devDependencies", "optionalDependencies"], e = tn(), a = Mi, c = un, C = (u) => u.includes("@") && u.indexOf("@") < u.lastIndexOf(".");
4795
+ var s = jr(), r = Wr(), o = Kr(), l = en(), n = Lr, i = ["dependencies", "devDependencies", "optionalDependencies"], e = tn(), a = Ti, c = un, C = (u) => u.includes("@") && u.indexOf("@") < u.lastIndexOf(".");
4794
4796
  ft = {
4795
4797
  // default warning function
4796
4798
  warn: function() {
@@ -5034,7 +5036,7 @@ var pt, ci;
5034
5036
  function Tn() {
5035
5037
  if (ci) return pt;
5036
5038
  ci = 1;
5037
- var s = wr, r = In;
5039
+ var s = yr, r = In;
5038
5040
  pt = function() {
5039
5041
  var l = Array.prototype.slice.call(arguments, 0), n = l.shift();
5040
5042
  if (n === "typo")
@@ -5086,8 +5088,8 @@ function Mn() {
5086
5088
  return dt;
5087
5089
  }
5088
5090
  var Gn = Mn();
5089
- const kn = /* @__PURE__ */ We(Gn), ge = Lr(yr.exec);
5090
- async function Zi(s, r, o, l = ji) {
5091
+ const kn = /* @__PURE__ */ We(Gn), ge = wr(vr.exec);
5092
+ async function Ji(s, r, o, l = Ui) {
5091
5093
  const n = ze.cwd();
5092
5094
  try {
5093
5095
  await fe.mkdir(s);
@@ -5112,13 +5114,13 @@ async function Hn(s, r) {
5112
5114
  console.error("Error:", o);
5113
5115
  }
5114
5116
  }
5115
- async function Qi(s) {
5117
+ async function Zi(s) {
5116
5118
  const r = await fe.readFile(ke.join(s, "package.json"), "utf-8"), o = JSON.parse(r), l = o._id, n = o.readme;
5117
5119
  return kn(o, (e) => {
5118
5120
  console.error(e);
5119
5121
  }), l || delete o._id, n || delete o.readme, o;
5120
5122
  }
5121
- async function er(s, r) {
5123
+ async function Qi(s, r) {
5122
5124
  await fe.writeFile(ke.join(s, "package.json"), JSON.stringify(r, null, 2));
5123
5125
  }
5124
5126
  function Un(s) {
@@ -5181,8 +5183,8 @@ async function Vn(s) {
5181
5183
  await fe.stat(s) && await fe.rm(s, { recursive: !0 });
5182
5184
  }
5183
5185
  async function qn(s, r) {
5184
- const o = Wi[s];
5185
- let l = Ui;
5186
+ const o = ji[s];
5187
+ let l = Hi;
5186
5188
  r.host && (l = r.host);
5187
5189
  const n = `git@${l}:${o}.git`;
5188
5190
  try {
@@ -5192,9 +5194,9 @@ async function qn(s, r) {
5192
5194
  }
5193
5195
  return !0;
5194
5196
  }
5195
- function tr(s, r) {
5196
- const o = Wi[s];
5197
- let l = Ui;
5197
+ function er(s, r) {
5198
+ const o = ji[s];
5199
+ let l = Hi;
5198
5200
  r.host && (l = r.host);
5199
5201
  const n = r.ssh ? "git@" : "https://", i = r.accessToken ? `${r.accessToken}@` : "", e = r.ssh ? ":" : "/";
5200
5202
  return `${n}${i}${l}${e}${o}`;
@@ -5320,14 +5322,14 @@ function Jn({ onlyFirst: s = !1 } = {}) {
5320
5322
  return new RegExp(r, s ? void 0 : "g");
5321
5323
  }
5322
5324
  const Zn = Jn();
5323
- function ir(s) {
5325
+ function tr(s) {
5324
5326
  if (typeof s != "string") throw new TypeError(`Expected a \`string\`, got \`${typeof s}\``);
5325
5327
  return s.replace(Zn, "");
5326
5328
  }
5327
- function rr(s) {
5329
+ function ir(s) {
5328
5330
  return s && s.__esModule && Object.prototype.hasOwnProperty.call(s, "default") ? s.default : s;
5329
5331
  }
5330
- var nr = { exports: {} };
5332
+ var rr = { exports: {} };
5331
5333
  (function(s) {
5332
5334
  var r = {};
5333
5335
  s.exports = r, r.eastAsianWidth = function(l) {
@@ -5353,15 +5355,15 @@ var nr = { exports: {} };
5353
5355
  }
5354
5356
  return e;
5355
5357
  };
5356
- })(nr);
5357
- var Qn = nr.exports;
5358
- const es = rr(Qn);
5358
+ })(rr);
5359
+ var Qn = rr.exports;
5360
+ const es = ir(Qn);
5359
5361
  var ts = function() {
5360
5362
  return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\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])|\uD83C[\uDF3E\uDF73\uDF7C\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\uDF7C\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\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\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\uDF7C\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\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\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|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\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]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\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\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\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-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\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-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*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\u26A7\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-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\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[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g;
5361
5363
  };
5362
- const is = rr(ts);
5364
+ const is = ir(ts);
5363
5365
  function ye(s, r = {}) {
5364
- if (typeof s != "string" || s.length === 0 || (r = { ambiguousIsNarrow: !0, ...r }, s = ir(s), s.length === 0)) return 0;
5366
+ if (typeof s != "string" || s.length === 0 || (r = { ambiguousIsNarrow: !0, ...r }, s = tr(s), s.length === 0)) return 0;
5365
5367
  s = s.replace(is(), " ");
5366
5368
  const o = r.ambiguousIsNarrow ? 1 : 2;
5367
5369
  let l = 0;
@@ -5415,13 +5417,13 @@ function ss() {
5415
5417
  return i === 2 && (e += 60), e;
5416
5418
  }, enumerable: !1 }, rgbToAnsi: { value: (r, o, l) => H.ansi256ToAnsi(H.rgbToAnsi256(r, o, l)), enumerable: !1 }, hexToAnsi: { value: (r) => H.ansi256ToAnsi(H.hexToAnsi256(r)), enumerable: !1 } }), H;
5417
5419
  }
5418
- const us = ss(), qe = /* @__PURE__ */ new Set(["\x1B", "›"]), os = 39, Ot = "\x07", sr = "[", as = "]", ur = "m", _t = `${as}8;;`, gi = (s) => `${qe.values().next().value}${sr}${s}${ur}`, Ci = (s) => `${qe.values().next().value}${_t}${s}${Ot}`, ls = (s) => s.split(" ").map((r) => ye(r)), Ct = (s, r, o) => {
5420
+ const us = ss(), qe = /* @__PURE__ */ new Set(["\x1B", "›"]), os = 39, Ot = "\x07", nr = "[", as = "]", sr = "m", _t = `${as}8;;`, gi = (s) => `${qe.values().next().value}${nr}${s}${sr}`, Ci = (s) => `${qe.values().next().value}${_t}${s}${Ot}`, ls = (s) => s.split(" ").map((r) => ye(r)), Ct = (s, r, o) => {
5419
5421
  const l = [...r];
5420
- let n = !1, i = !1, e = ye(ir(s[s.length - 1]));
5422
+ let n = !1, i = !1, e = ye(tr(s[s.length - 1]));
5421
5423
  for (const [a, c] of l.entries()) {
5422
5424
  const C = ye(c);
5423
5425
  if (e + C <= o ? s[s.length - 1] += c : (s.push(c), e = 0), qe.has(c) && (n = !0, i = l.slice(a + 1).join("").startsWith(_t)), n) {
5424
- i ? c === Ot && (n = !1, i = !1) : c === ur && (n = !1);
5426
+ i ? c === Ot && (n = !1, i = !1) : c === sr && (n = !1);
5425
5427
  continue;
5426
5428
  }
5427
5429
  e += C, e === o && a < l.length - 1 && (s.push(""), e = 0);
@@ -5463,7 +5465,7 @@ const us = ss(), qe = /* @__PURE__ */ new Set(["\x1B", "›"]), os = 39, Ot = "\x
5463
5465
  `)];
5464
5466
  for (const [C, m] of c.entries()) {
5465
5467
  if (l += m, qe.has(m)) {
5466
- const { groups: w } = new RegExp(`(?:\\${sr}(?<code>\\d+)m|\\${_t}(?<uri>.*)${Ot})`).exec(c.slice(C).join("")) || { groups: {} };
5468
+ const { groups: w } = new RegExp(`(?:\\${nr}(?<code>\\d+)m|\\${_t}(?<uri>.*)${Ot})`).exec(c.slice(C).join("")) || { groups: {} };
5467
5469
  if (w.code !== void 0) {
5468
5470
  const D = Number.parseFloat(w.code);
5469
5471
  n = D === os ? void 0 : D;
@@ -5491,27 +5493,27 @@ function ps(s, r) {
5491
5493
  for (let i = 0; i < Math.max(o.length, l.length); i++) o[i] !== l[i] && n.push(i);
5492
5494
  return n;
5493
5495
  }
5494
- const or = Symbol("clack:cancel");
5496
+ const ur = Symbol("clack:cancel");
5495
5497
  function ds(s) {
5496
- return s === or;
5498
+ return s === ur;
5497
5499
  }
5498
5500
  function Me(s, r) {
5499
5501
  s.isTTY && s.setRawMode(r);
5500
5502
  }
5501
5503
  const Fi = /* @__PURE__ */ new Map([["k", "up"], ["j", "down"], ["h", "left"], ["l", "right"]]), ms = /* @__PURE__ */ new Set(["up", "down", "left", "right", "space", "enter"]);
5502
5504
  let Le = class {
5503
- constructor({ render: r, input: o = Ii, output: l = Ti, ...n }, i = !0) {
5505
+ constructor({ render: r, input: o = Ni, output: l = Ii, ...n }, i = !0) {
5504
5506
  ne(this, "input"), ne(this, "output"), ne(this, "rl"), ne(this, "opts"), ne(this, "_track", !1), ne(this, "_render"), ne(this, "_cursor", 0), ne(this, "state", "initial"), ne(this, "value"), ne(this, "error", ""), ne(this, "subscribers", /* @__PURE__ */ new Map()), ne(this, "_prevFrame", ""), this.opts = n, this.onKeypress = this.onKeypress.bind(this), this.close = this.close.bind(this), this.render = this.render.bind(this), this._render = r.bind(this), this._track = i, this.input = o, this.output = l;
5505
5507
  }
5506
5508
  prompt() {
5507
- const r = new Or(0);
5509
+ const r = new Sr(0);
5508
5510
  return r._write = (o, l, n) => {
5509
5511
  this._track && (this.value = this.rl.line.replace(/\t/g, ""), this._cursor = this.rl.cursor, this.emit("value", this.value)), n();
5510
5512
  }, this.input.pipe(r), this.rl = Pt.createInterface({ input: this.input, output: r, tabSize: 2, prompt: "", escapeCodeTimeout: 50 }), Pt.emitKeypressEvents(this.input, this.rl), this.rl.prompt(), this.opts.initialValue !== void 0 && this._track && this.rl.write(this.opts.initialValue), this.input.on("keypress", this.onKeypress), Me(this.input, !0), this.output.on("resize", this.render), this.render(), new Promise((o, l) => {
5511
5513
  this.once("submit", () => {
5512
5514
  this.output.write(X.cursor.show), this.output.off("resize", this.render), Me(this.input, !1), o(this.value);
5513
5515
  }), this.once("cancel", () => {
5514
- this.output.write(X.cursor.show), this.output.off("resize", this.render), Me(this.input, !1), o(or);
5516
+ this.output.write(X.cursor.show), this.output.off("resize", this.render), Me(this.input, !1), o(ur);
5515
5517
  });
5516
5518
  });
5517
5519
  }
@@ -5690,7 +5692,7 @@ class $s extends Le {
5690
5692
  }
5691
5693
  }
5692
5694
  const xs = globalThis.process.platform.startsWith("win");
5693
- function Bs({ input: s = Ii, output: r = Ti, overwrite: o = !0, hideCursor: l = !0 } = {}) {
5695
+ function Bs({ input: s = Ni, output: r = Ii, overwrite: o = !0, hideCursor: l = !0 } = {}) {
5694
5696
  const n = _e.createInterface({ input: s, output: r, prompt: "", tabSize: 1 });
5695
5697
  _e.emitKeypressEvents(s, n), s.isTTY && s.setRawMode(!0);
5696
5698
  const i = (e, { name: a }) => {
@@ -5713,15 +5715,15 @@ function Bs({ input: s = Ii, output: r = Ti, overwrite: o = !0, hideCursor: l =
5713
5715
  function Ps() {
5714
5716
  return Z.platform !== "win32" ? Z.env.TERM !== "linux" : !!Z.env.CI || !!Z.env.WT_SESSION || !!Z.env.TERMINUS_SUBLIME || Z.env.ConEmuTask === "{cmd::Cmder}" || Z.env.TERM_PROGRAM === "Terminus-Sublime" || Z.env.TERM_PROGRAM === "vscode" || Z.env.TERM === "xterm-256color" || Z.env.TERM === "alacritty" || Z.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
5715
5717
  }
5716
- const bt = Ps(), K = (s, r) => bt ? s : r, Rs = K("◆", "*"), ar = K("■", "x"), lr = K("▲", "x"), $t = K("◇", "o"), Ns = K("┌", "T"), N = K("│", "|"), ce = K("└", "—"), At = K("●", ">"), vt = K("○", " "), Is = K("◻", "[•]"), yi = K("◼", "[+]"), Ts = K("◻", "[ ]"), Ms = K("▪", "•"), Gs = K("●", "•"), ks = K("◆", "*"), Hs = K("▲", "!"), Us = K("■", "x"), Se = (s) => {
5718
+ const bt = Ps(), K = (s, r) => bt ? s : r, Rs = K("◆", "*"), or = K("■", "x"), ar = K("▲", "x"), $t = K("◇", "o"), Ns = K("┌", "T"), N = K("│", "|"), ce = K("└", "—"), At = K("●", ">"), vt = K("○", " "), Is = K("◻", "[•]"), yi = K("◼", "[+]"), Ts = K("◻", "[ ]"), Ms = K("▪", "•"), Gs = K("●", "•"), ks = K("◆", "*"), Hs = K("▲", "!"), Us = K("■", "x"), Se = (s) => {
5717
5719
  switch (s) {
5718
5720
  case "initial":
5719
5721
  case "active":
5720
5722
  return L.cyan(Rs);
5721
5723
  case "cancel":
5722
- return L.red(ar);
5724
+ return L.red(or);
5723
5725
  case "error":
5724
- return L.yellow(lr);
5726
+ return L.yellow(ar);
5725
5727
  case "submit":
5726
5728
  return L.green($t);
5727
5729
  }
@@ -5899,7 +5901,7 @@ ${L.gray(ce)} ${s}
5899
5901
  }, r);
5900
5902
  }, a = (m = "", v = 0) => {
5901
5903
  i = m ?? i, n = !1, clearInterval(l);
5902
- const w = v === 0 ? L.green($t) : v === 1 ? L.red(ar) : L.red(lr);
5904
+ const w = v === 0 ? L.green($t) : v === 1 ? L.red(or) : L.red(ar);
5903
5905
  process.stdout.write(X.cursor.move(-999, 0)), process.stdout.write(X.erase.down(1)), process.stdout.write(`${w} ${i}
5904
5906
  `), o();
5905
5907
  }, c = (m = "") => {
@@ -6102,7 +6104,7 @@ function ru(s, { streamIsTTY: r, sniffFlags: o = !0 } = {}) {
6102
6104
  if (W.TERM === "dumb")
6103
6105
  return i;
6104
6106
  if (Z.platform === "win32") {
6105
- const e = _r.release().split(".");
6107
+ const e = Or.release().split(".");
6106
6108
  return Number(e[0]) >= 10 && Number(e[2]) >= 10586 ? Number(e[2]) >= 14931 ? 3 : 2 : 1;
6107
6109
  }
6108
6110
  if ("CI" in W)
@@ -6447,7 +6449,7 @@ function fu() {
6447
6449
  g: 0,
6448
6450
  b: 0
6449
6451
  }, F = 1, O = null, B = null, $ = null, M = !1, G = !1;
6450
- return typeof E == "string" && (E = Cr(E)), o(E) == "object" && (De(E.r) && De(E.g) && De(E.b) ? (b = a(E.r, E.g, E.b), M = !0, G = String(E.r).substr(-1) === "%" ? "prgb" : "rgb") : De(E.h) && De(E.s) && De(E.v) ? (O = he(E.s), B = he(E.v), b = v(E.h, O, B), M = !0, G = "hsv") : De(E.h) && De(E.s) && De(E.l) && (O = he(E.s), $ = he(E.l), b = C(E.h, O, $), M = !0, G = "hsl"), E.hasOwnProperty("a") && (F = E.a)), F = z(F), {
6452
+ return typeof E == "string" && (E = gr(E)), o(E) == "object" && (De(E.r) && De(E.g) && De(E.b) ? (b = a(E.r, E.g, E.b), M = !0, G = String(E.r).substr(-1) === "%" ? "prgb" : "rgb") : De(E.h) && De(E.s) && De(E.v) ? (O = he(E.s), B = he(E.v), b = v(E.h, O, B), M = !0, G = "hsv") : De(E.h) && De(E.s) && De(E.l) && (O = he(E.s), $ = he(E.l), b = C(E.h, O, $), M = !0, G = "hsl"), E.hasOwnProperty("a") && (F = E.a)), F = z(F), {
6451
6453
  ok: M,
6452
6454
  format: E.format || G,
6453
6455
  r: Math.min(255, Math.max(b.r, 0)),
@@ -6652,7 +6654,7 @@ function fu() {
6652
6654
  return (Math.max(F.getLuminance(), O.getLuminance()) + 0.05) / (Math.min(F.getLuminance(), O.getLuminance()) + 0.05);
6653
6655
  }, i.isReadable = function(E, b, F) {
6654
6656
  var O = i.readability(E, b), B, $;
6655
- switch ($ = !1, B = Er(F), B.level + B.size) {
6657
+ switch ($ = !1, B = Cr(F), B.level + B.size) {
6656
6658
  case "AAsmall":
6657
6659
  case "AAAlarge":
6658
6660
  $ = O >= 4.5;
@@ -6883,7 +6885,7 @@ function fu() {
6883
6885
  function De(E) {
6884
6886
  return !!ue.CSS_UNIT.exec(E);
6885
6887
  }
6886
- function Cr(E) {
6888
+ function gr(E) {
6887
6889
  E = E.replace(l, "").replace(n, "").toLowerCase();
6888
6890
  var b = !1;
6889
6891
  if (R[E])
@@ -6948,7 +6950,7 @@ function fu() {
6948
6950
  format: b ? "name" : "hex"
6949
6951
  } : !1;
6950
6952
  }
6951
- function Er(E) {
6953
+ function Cr(E) {
6952
6954
  var b, F;
6953
6955
  return E = E || {
6954
6956
  level: "AA",
@@ -7209,9 +7211,9 @@ const Ri = /* @__PURE__ */ We(du), Q = (...s) => {
7209
7211
  }
7210
7212
  const l = (n, i) => mu(n ? n.toString() : "", r, i ?? o);
7211
7213
  return l.multiline = (n, i) => gu(n ? n.toString() : "", r, i ?? o), l;
7212
- }, cr = (s, r, o) => r.interpolation?.toLowerCase() === "hsv" ? s.hsv(o, r.hsvSpin?.toLowerCase() || !1) : s.rgb(o);
7214
+ }, lr = (s, r, o) => r.interpolation?.toLowerCase() === "hsv" ? s.hsv(o, r.hsvSpin?.toLowerCase() || !1) : s.rgb(o);
7213
7215
  function mu(s, r, o) {
7214
- const l = xt(o), n = Math.max(s.replace(/\s/g, "").length, r.stops.length), i = cr(r, l, n);
7216
+ const l = xt(o), n = Math.max(s.replace(/\s/g, "").length, r.stops.length), i = lr(r, l, n);
7215
7217
  let e = "";
7216
7218
  for (const a of s)
7217
7219
  e += a.match(/\s/g) ? a : Y.hex(i.shift()?.toHex() || "#000")(a);
@@ -7219,7 +7221,7 @@ function mu(s, r, o) {
7219
7221
  }
7220
7222
  function gu(s, r, o) {
7221
7223
  const l = xt(o), n = s.split(`
7222
- `), i = Math.max(...n.map((c) => c.length), r.stops.length), e = cr(r, l, i), a = [];
7224
+ `), i = Math.max(...n.map((c) => c.length), r.stops.length), e = lr(r, l, i), a = [];
7223
7225
  for (const c of n) {
7224
7226
  const C = e.slice(0);
7225
7227
  let m = "";
@@ -7262,13 +7264,13 @@ function ie(s) {
7262
7264
  const r = (o) => Q(...s.colors)(o, s.options);
7263
7265
  return r.multiline = (o = "") => Q(...s.colors).multiline(o, s.options), r;
7264
7266
  }
7265
- const Cu = ie(te.atlas), Eu = ie(te.cristal), Fu = ie(te.teen), bu = ie(te.mind), Au = ie(te.morning), hr = ie(te.vice), vu = ie(te.passion), yu = ie(te.fruit), wu = ie(te.instagram), Lu = ie(te.retro), Su = ie(te.summer), Ou = ie(te.rainbow), _u = ie(te.pastel);
7267
+ const Cu = ie(te.atlas), Eu = ie(te.cristal), Fu = ie(te.teen), bu = ie(te.mind), Au = ie(te.morning), cr = ie(te.vice), vu = ie(te.passion), yu = ie(te.fruit), wu = ie(te.instagram), Lu = ie(te.retro), Su = ie(te.summer), Ou = ie(te.rainbow), _u = ie(te.pastel);
7266
7268
  Q.atlas = Cu;
7267
7269
  Q.cristal = Eu;
7268
7270
  Q.teen = Fu;
7269
7271
  Q.mind = bu;
7270
7272
  Q.morning = Au;
7271
- Q.vice = hr;
7273
+ Q.vice = cr;
7272
7274
  Q.passion = vu;
7273
7275
  Q.fruit = yu;
7274
7276
  Q.instagram = wu;
@@ -7276,31 +7278,32 @@ Q.retro = Lu;
7276
7278
  Q.summer = Su;
7277
7279
  Q.rainbow = Ou;
7278
7280
  Q.pastel = _u;
7279
- const Ni = "my-arcgis-app";
7280
- function Dr() {
7281
+ const $u = "my-arcgis-app";
7282
+ function hr() {
7281
7283
  Xs("initialize a new arcgis project");
7282
7284
  }
7283
- async function fr() {
7285
+ async function Dr() {
7284
7286
  return await js({
7285
7287
  message: "What is the name of your project?",
7286
- initialValue: Ni,
7287
- placeholder: Ni,
7288
+ initialValue: "",
7289
+ placeholder: $u,
7288
7290
  validate(s) {
7289
7291
  if (s.length === 0)
7290
7292
  return "Value is required!";
7291
7293
  }
7292
7294
  });
7293
7295
  }
7294
- async function $u() {
7296
+ async function xu() {
7297
+ const s = Object.entries(me).filter(([, r]) => !Mr[r]).map(([, r]) => ({ value: r, label: r }));
7295
7298
  return await qs({
7296
7299
  message: "Which template would you like to use?",
7297
- options: Object.entries(me).map(([, s]) => ({ value: s, label: s }))
7300
+ options: s
7298
7301
  });
7299
7302
  }
7300
- function pr() {
7303
+ function fr() {
7301
7304
  ve(Y.greenBright("Your new project is ready!"));
7302
7305
  }
7303
- async function xu(s) {
7306
+ async function Bu(s) {
7304
7307
  return de.info(`
7305
7308
  This command requires a ${s} personal access token with the 'repo' scope.
7306
7309
 
@@ -7316,7 +7319,7 @@ async function xu(s) {
7316
7319
  }
7317
7320
  });
7318
7321
  }
7319
- function dr(s) {
7322
+ function pr(s) {
7320
7323
  return {
7321
7324
  name: s.name,
7322
7325
  shouldCleanup: !1,
@@ -7331,20 +7334,20 @@ function dr(s) {
7331
7334
  }
7332
7335
  };
7333
7336
  }
7334
- async function mr(s, r, o) {
7337
+ async function dr(s, r, o) {
7335
7338
  const { startMsg: l, successMsg: n, failureMsg: i } = s, e = Ks();
7336
7339
  e.start(l), await r().then(() => e.stop(n)).catch((a) => {
7337
7340
  e.stop(Y.bgRed(i), 1), o(a, e);
7338
7341
  });
7339
7342
  }
7340
- async function Bu(s) {
7341
- const r = dr(s);
7343
+ async function Pu(s) {
7344
+ const r = pr(s);
7342
7345
  try {
7343
- Dr();
7346
+ hr();
7344
7347
  const o = await Js(
7345
7348
  {
7346
- projectName: s.name ? async () => await Promise.resolve(s.name) : fr,
7347
- projectTemplate: s.template ? async () => await Promise.resolve(s.template) : $u
7349
+ projectName: s.name ? async () => await Promise.resolve(s.name) : Dr,
7350
+ projectTemplate: s.template ? async () => await Promise.resolve(s.template) : xu
7348
7351
  },
7349
7352
  {
7350
7353
  // On Cancel callback that wraps the group
@@ -7355,21 +7358,21 @@ async function Bu(s) {
7355
7358
  }
7356
7359
  );
7357
7360
  r.name = o.projectName;
7358
- const l = Vi[o.projectTemplate], n = tr(o.projectTemplate, s);
7359
- await mr(
7361
+ const l = Wi[o.projectTemplate], n = er(o.projectTemplate, s);
7362
+ await dr(
7360
7363
  {
7361
7364
  startMsg: "Downloading project template...",
7362
7365
  successMsg: "Project template downloaded successfully",
7363
7366
  failureMsg: "Error downloading project template"
7364
7367
  },
7365
7368
  async () => {
7366
- await Zi(o.projectName, n, l), r.shouldCleanup = !0;
7369
+ await Ji(o.projectName, n, l), r.shouldCleanup = !0;
7367
7370
  },
7368
7371
  (c) => {
7369
7372
  throw ve(Y.bgRed("Please ensure git is installed and try again.")), c;
7370
7373
  }
7371
7374
  );
7372
- const i = await Qi(o.projectName);
7375
+ const i = await Zi(o.projectName);
7373
7376
  if (await Vs({
7374
7377
  message: "Would you like to add any additional components?",
7375
7378
  initialValue: !1
@@ -7378,37 +7381,37 @@ async function Bu(s) {
7378
7381
  message: "Would you like to add any additional components? (select multiple)",
7379
7382
  options: Object.entries(He).map(([, C]) => ({ value: C, label: C }))
7380
7383
  });
7381
- jn(i, c, o.projectTemplate), await er(o.projectName, i);
7384
+ jn(i, c, o.projectTemplate), await Qi(o.projectName, i);
7382
7385
  }
7383
7386
  const a = Un(i);
7384
- pr(), console.log(Y.magenta(`To get started, run the following commands:
7385
- `)), console.log(Y.grey(`$ cd ${o.projectName}`)), console.log(Y.grey("$ npm install")), console.log(Y.grey(`$ npm run ${a}`)), console.log(hr(`
7387
+ fr(), console.log(Y.magenta(`To get started, run the following commands:
7388
+ `)), console.log(Y.grey(`$ cd ${o.projectName}`)), console.log(Y.grey("$ npm install")), console.log(Y.grey(`$ npm run ${a}`)), console.log(cr(`
7386
7389
 
7387
7390
  Happy mapping!`));
7388
7391
  } catch (o) {
7389
7392
  await r.doCleanup(o);
7390
7393
  }
7391
7394
  }
7392
- async function Pu(s) {
7393
- const { template: r, branch: o = ji } = s;
7395
+ async function Ru(s) {
7396
+ const { template: r, branch: o = Ui } = s;
7394
7397
  r !== me.LUMINA_COMPONENTS && (ve(Y.red("Template is not a code sample")), process.exit(1)), s.host || (ve(Y.red("Host option is required for the lumina-components template")), process.exit(1));
7395
- const l = dr(s);
7398
+ const l = pr(s);
7396
7399
  try {
7397
- Dr();
7398
- const n = s.name ?? await fr();
7400
+ hr();
7401
+ const n = s.name ?? await Dr();
7399
7402
  l.name = n;
7400
- const i = Vi[r], e = await qn(r, s);
7403
+ const i = Wi[r], e = await qn(r, s);
7401
7404
  let a = "";
7402
- e || (a = await xu(s.host));
7403
- const c = tr(r, { ...s, ssh: e, accessToken: a });
7404
- await mr(
7405
+ e || (a = await Bu(s.host));
7406
+ const c = er(r, { ...s, ssh: e, accessToken: a });
7407
+ await dr(
7405
7408
  {
7406
7409
  startMsg: "Downloading project template...",
7407
7410
  successMsg: "Project template downloaded successfully",
7408
7411
  failureMsg: "Error downloading project template"
7409
7412
  },
7410
7413
  async () => {
7411
- await Zi(n, c, i, o), l.shouldCleanup = !0;
7414
+ await Ji(n, c, i, o), l.shouldCleanup = !0;
7412
7415
  },
7413
7416
  (g) => {
7414
7417
  throw ve(Y.bgRed("Please ensure git is installed and try again.")), g;
@@ -7419,7 +7422,7 @@ async function Pu(s) {
7419
7422
  version: m,
7420
7423
  "acme:scripts": v,
7421
7424
  ...w
7422
- } = await Qi(n), D = m.split(".").slice(0, 2), d = o.includes("release"), f = d ? `~${D.join(".")}.0` : `>=${D.join(".")}.0-next <${D[0]}.${Number.parseInt(D[1]) + 1}.0`, A = w.files?.filter(
7425
+ } = await Zi(n), D = m.split(".").slice(0, 2), d = o.includes("release"), f = d ? `~${D.join(".")}.0` : `>=${D.join(".")}.0-next <${D[0]}.${Number.parseInt(D[1]) + 1}.0`, A = w.files?.filter(
7423
7426
  (g) => g !== "*" && !g.includes("Publishing source code for demo purposes only")
7424
7427
  ), t = d ? void 0 : {
7425
7428
  "@esri/calcite-components/@arcgis/lumina": f,
@@ -7434,30 +7437,30 @@ async function Pu(s) {
7434
7437
  ...t ? { resolutions: t } : {},
7435
7438
  ...A ? { files: A } : {}
7436
7439
  };
7437
- zn(f, h), await er(n, h), pr(), console.log(Y.magenta(`To get started, run the following commands:
7440
+ zn(f, h), await Qi(n, h), fr(), console.log(Y.magenta(`To get started, run the following commands:
7438
7441
  `)), console.log(Y.grey(`$ cd ${n}`)), console.log(Y.grey("$ yarn set version 4.5.1")), console.log(Y.grey("$ yarn install")), console.log(Y.grey("$ yarn start"));
7439
7442
  } catch (n) {
7440
7443
  await l.doCleanup(n);
7441
7444
  }
7442
7445
  }
7443
- const gr = (s) => {
7444
- const r = new Ir();
7446
+ const mr = (s) => {
7447
+ const r = new Nr();
7445
7448
  return s?.exitOverride && r.exitOverride(), s?.suppressOutput && r.configureOutput({
7446
7449
  writeOut: () => "",
7447
7450
  writeErr: () => ""
7448
- }), r.version(Tr), r.option("-n, --name <name>", "Name of the project").option("-t, --template <template>", "Template to use").option("-p, --packages <packages>", "Additional packages to add").option("--host <host>", "Host to use for the source control repository").option("--branch <branch>", "Branch to checkout in the source control repository"), r.command("init").description("Initialize a new ArcGIS project").action(async () => {
7451
+ }), r.version(Ir), r.option("-n, --name <name>", "Name of the project").option("-t, --template <template>", "Template to use").option("-p, --packages <packages>", "Additional packages to add").option("--host <host>", "Host to use for the source control repository").option("--branch <branch>", "Branch to checkout in the source control repository"), r.command("init").description("Initialize a new ArcGIS project").action(async () => {
7449
7452
  const o = Wn(r.opts());
7450
- if (o.template && Mr[o.template] === Hi.CODE_SAMPLE) {
7451
- await Pu(o);
7453
+ if (o.template && Tr[o.template] === ki.CODE_SAMPLE) {
7454
+ await Ru(o);
7452
7455
  return;
7453
7456
  }
7454
- await Bu(o);
7457
+ await Pu(o);
7455
7458
  }), r;
7456
7459
  };
7457
- let Ru = {
7458
- makeProgram: gr
7460
+ let Nu = {
7461
+ makeProgram: mr
7459
7462
  };
7460
- process.env.NODE_ENV !== "test" && (Ru = void 0, gr().parse());
7463
+ process.env.NODE_ENV !== "test" && (Nu = void 0, mr().parse());
7461
7464
  export {
7462
- Ru as exportsForTests
7465
+ Nu as exportsForTests
7463
7466
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/create",
3
- "version": "4.34.0-next.53",
3
+ "version": "4.34.0-next.54",
4
4
  "description": "ArcGIS command line tool to create new web GIS projects and applications",
5
5
  "keywords": [
6
6
  "ArcGIS",