@uniformdev/canvas 16.0.1-nuxt.181 → 16.0.1-nuxt.187
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/dist/chunk-X5OP6N6C.mjs +2 -0
- package/dist/cli/cli.d.ts +1 -1
- package/dist/cli/cli.js +17 -17
- package/dist/cli/cli.mjs +1 -1
- package/dist/createEventBus-3af5b249.d.ts +957 -0
- package/dist/index.d.ts +178 -10
- package/dist/index.esm.js +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +1 -1
- package/package.json +10 -7
package/dist/cli/cli.js
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
"use strict";var Ja=Object.create;var pn=Object.defineProperty;var Qa=Object.getOwnPropertyDescriptor;var Za=Object.getOwnPropertyNames;var Xa=Object.getPrototypeOf,el=Object.prototype.hasOwnProperty;var tl=(e,t,n)=>t in e?pn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Mn=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),nl=(e,t)=>{for(var n in t)pn(e,n,{get:t[n],enumerable:!0})},Tr=(e,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Za(t))!el.call(e,r)&&r!==n&&pn(e,r,{get:()=>t[r],enumerable:!(i=Qa(t,r))||i.enumerable});return e};var Ce=(e,t,n)=>(n=e!=null?Ja(Xa(e)):{},Tr(t||!e||!e.__esModule?pn(n,"default",{value:e,enumerable:!0}):n,e)),il=e=>Tr(pn({},"__esModule",{value:!0}),e);var Ai=(e,t,n)=>(tl(e,typeof t!="symbol"?t+"":t,n),n),Fr=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)};var Xe=(e,t,n)=>(Fr(e,t,"read from private field"),n?n.call(e):t.get(e)),Ln=(e,t,n)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,n)},qe=(e,t,n,i)=>(Fr(e,t,"write to private field"),i?i.call(e,n):t.set(e,n),n),_i=(e,t,n,i)=>({set _(r){qe(e,t,r,n)},get _(){return Xe(e,t,i)}});var Ho=Mn((jd,Uo)=>{function Fe(e,t){typeof t=="boolean"&&(t={forever:t}),this._originalTimeouts=JSON.parse(JSON.stringify(e)),this._timeouts=e,this._options=t||{},this._maxRetryTime=t&&t.maxRetryTime||1/0,this._fn=null,this._errors=[],this._attempts=1,this._operationTimeout=null,this._operationTimeoutCb=null,this._timeout=null,this._operationStart=null,this._timer=null,this._options.forever&&(this._cachedTimeouts=this._timeouts.slice(0))}Uo.exports=Fe;Fe.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts.slice(0)};Fe.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timer&&clearTimeout(this._timer),this._timeouts=[],this._cachedTimeouts=null};Fe.prototype.retry=function(e){if(this._timeout&&clearTimeout(this._timeout),!e)return!1;var t=new Date().getTime();if(e&&t-this._operationStart>=this._maxRetryTime)return this._errors.push(e),this._errors.unshift(new Error("RetryOperation timeout occurred")),!1;this._errors.push(e);var n=this._timeouts.shift();if(n===void 0)if(this._cachedTimeouts)this._errors.splice(0,this._errors.length-1),n=this._cachedTimeouts.slice(-1);else return!1;var i=this;return this._timer=setTimeout(function(){i._attempts++,i._operationTimeoutCb&&(i._timeout=setTimeout(function(){i._operationTimeoutCb(i._attempts)},i._operationTimeout),i._options.unref&&i._timeout.unref()),i._fn(i._attempts)},n),this._options.unref&&this._timer.unref(),!0};Fe.prototype.attempt=function(e,t){this._fn=e,t&&(t.timeout&&(this._operationTimeout=t.timeout),t.cb&&(this._operationTimeoutCb=t.cb));var n=this;this._operationTimeoutCb&&(this._timeout=setTimeout(function(){n._operationTimeoutCb()},n._operationTimeout)),this._operationStart=new Date().getTime(),this._fn(this._attempts)};Fe.prototype.try=function(e){console.log("Using RetryOperation.try() is deprecated"),this.attempt(e)};Fe.prototype.start=function(e){console.log("Using RetryOperation.start() is deprecated"),this.attempt(e)};Fe.prototype.start=Fe.prototype.try;Fe.prototype.errors=function(){return this._errors};Fe.prototype.attempts=function(){return this._attempts};Fe.prototype.mainError=function(){if(this._errors.length===0)return null;for(var e={},t=null,n=0,i=0;i<this._errors.length;i++){var r=this._errors[i],s=r.message,o=(e[s]||0)+1;e[s]=o,o>=n&&(t=r,n=o)}return t}});var Bo=Mn(Rt=>{var Fl=Ho();Rt.operation=function(e){var t=Rt.timeouts(e);return new Fl(t,{forever:e&&(e.forever||e.retries===1/0),unref:e&&e.unref,maxRetryTime:e&&e.maxRetryTime})};Rt.timeouts=function(e){if(e instanceof Array)return[].concat(e);var t={retries:10,factor:2,minTimeout:1*1e3,maxTimeout:1/0,randomize:!1};for(var n in e)t[n]=e[n];if(t.minTimeout>t.maxTimeout)throw new Error("minTimeout is greater than maxTimeout");for(var i=[],r=0;r<t.retries;r++)i.push(this.createTimeout(r,t));return e&&e.forever&&!i.length&&i.push(this.createTimeout(r,t)),i.sort(function(s,o){return s-o}),i};Rt.createTimeout=function(e,t){var n=t.randomize?Math.random()+1:1,i=Math.round(n*Math.max(t.minTimeout,1)*Math.pow(t.factor,e));return i=Math.min(i,t.maxTimeout),i};Rt.wrap=function(e,t,n){if(t instanceof Array&&(n=t,t=null),!n){n=[];for(var i in e)typeof e[i]=="function"&&n.push(i)}for(var r=0;r<n.length;r++){var s=n[r],o=e[s];e[s]=function(l){var c=Rt.operation(t),f=Array.prototype.slice.call(arguments,1),u=f.pop();f.push(function(p){c.retry(p)||(p&&(arguments[0]=c.mainError()),u.apply(this,arguments))}),c.attempt(function(){l.apply(e,f)})}.bind(e,o),e[s].options=t}}});var Wo=Mn((Ld,ko)=>{ko.exports=Bo()});var ba=Mn((_n,an)=>{var Eu=200,Er="__lodash_hash_undefined__",Zs=1,ui=2,Xs=9007199254740991,si="[object Arguments]",yr="[object Array]",ea="[object Boolean]",ta="[object Date]",na="[object Error]",ia="[object Function]",Su="[object GeneratorFunction]",ai="[object Map]",ra="[object Number]",sn="[object Object]",ks="[object Promise]",oa="[object RegExp]",li="[object Set]",sa="[object String]",Iu="[object Symbol]",wr="[object WeakMap]",aa="[object ArrayBuffer]",ci="[object DataView]",Pu="[object Float32Array]",ju="[object Float64Array]",Mu="[object Int8Array]",Lu="[object Int16Array]",Tu="[object Int32Array]",Fu="[object Uint8Array]",Du="[object Uint8ClampedArray]",Nu="[object Uint16Array]",Ru="[object Uint32Array]",$u=/[\\^$.*+?()[\]{}|]/g,Uu=/^\[object .+?Constructor\]$/,Hu=/^(?:0|[1-9]\d*)$/,ne={};ne[Pu]=ne[ju]=ne[Mu]=ne[Lu]=ne[Tu]=ne[Fu]=ne[Du]=ne[Nu]=ne[Ru]=!0;ne[si]=ne[yr]=ne[aa]=ne[ea]=ne[ci]=ne[ta]=ne[na]=ne[ia]=ne[ai]=ne[ra]=ne[sn]=ne[oa]=ne[li]=ne[sa]=ne[wr]=!1;var la=typeof global=="object"&&global&&global.Object===Object&&global,Bu=typeof self=="object"&&self&&self.Object===Object&&self,ft=la||Bu||Function("return this")(),ca=typeof _n=="object"&&_n&&!_n.nodeType&&_n,Ws=ca&&typeof an=="object"&&an&&!an.nodeType&&an,ku=Ws&&Ws.exports===ca,Ys=ku&&la.process,qs=function(){try{return Ys&&Ys.binding("util")}catch(e){}}(),zs=qs&&qs.isTypedArray;function Wu(e,t){for(var n=-1,i=e?e.length:0;++n<i;)if(t(e[n],n,e))return!0;return!1}function Yu(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i}function qu(e){return function(t){return e(t)}}function zu(e,t){return e==null?void 0:e[t]}function Cr(e){var t=!1;if(e!=null&&typeof e.toString!="function")try{t=!!(e+"")}catch(n){}return t}function Gu(e){var t=-1,n=Array(e.size);return e.forEach(function(i,r){n[++t]=[r,i]}),n}function Ku(e,t){return function(n){return e(t(n))}}function Vu(e){var t=-1,n=Array(e.size);return e.forEach(function(i){n[++t]=i}),n}var Ju=Array.prototype,Qu=Function.prototype,pi=Object.prototype,gr=ft["__core-js_shared__"],Gs=function(){var e=/[^.]+$/.exec(gr&&gr.keys&&gr.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),fa=Qu.toString,Ve=pi.hasOwnProperty,Sn=pi.toString,Zu=RegExp("^"+fa.call(Ve).replace($u,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ks=ft.Symbol,Vs=ft.Uint8Array,Xu=pi.propertyIsEnumerable,ep=Ju.splice,tp=Ku(Object.keys,Object),xr=ln(ft,"DataView"),On=ln(ft,"Map"),vr=ln(ft,"Promise"),Ar=ln(ft,"Set"),_r=ln(ft,"WeakMap"),En=ln(Object,"create"),np=kt(xr),ip=kt(On),rp=kt(vr),op=kt(Ar),sp=kt(_r),Js=Ks?Ks.prototype:void 0,br=Js?Js.valueOf:void 0;function Ht(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function ap(){this.__data__=En?En(null):{}}function lp(e){return this.has(e)&&delete this.__data__[e]}function cp(e){var t=this.__data__;if(En){var n=t[e];return n===Er?void 0:n}return Ve.call(t,e)?t[e]:void 0}function fp(e){var t=this.__data__;return En?t[e]!==void 0:Ve.call(t,e)}function up(e,t){var n=this.__data__;return n[e]=En&&t===void 0?Er:t,this}Ht.prototype.clear=ap;Ht.prototype.delete=lp;Ht.prototype.get=cp;Ht.prototype.has=fp;Ht.prototype.set=up;function Je(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function pp(){this.__data__=[]}function hp(e){var t=this.__data__,n=hi(t,e);if(n<0)return!1;var i=t.length-1;return n==i?t.pop():ep.call(t,n,1),!0}function dp(e){var t=this.__data__,n=hi(t,e);return n<0?void 0:t[n][1]}function mp(e){return hi(this.__data__,e)>-1}function gp(e,t){var n=this.__data__,i=hi(n,e);return i<0?n.push([e,t]):n[i][1]=t,this}Je.prototype.clear=pp;Je.prototype.delete=hp;Je.prototype.get=dp;Je.prototype.has=mp;Je.prototype.set=gp;function Bt(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function bp(){this.__data__={hash:new Ht,map:new(On||Je),string:new Ht}}function yp(e){return di(this,e).delete(e)}function wp(e){return di(this,e).get(e)}function Cp(e){return di(this,e).has(e)}function xp(e,t){return di(this,e).set(e,t),this}Bt.prototype.clear=bp;Bt.prototype.delete=yp;Bt.prototype.get=wp;Bt.prototype.has=Cp;Bt.prototype.set=xp;function fi(e){var t=-1,n=e?e.length:0;for(this.__data__=new Bt;++t<n;)this.add(e[t])}function vp(e){return this.__data__.set(e,Er),this}function Ap(e){return this.__data__.has(e)}fi.prototype.add=fi.prototype.push=vp;fi.prototype.has=Ap;function ct(e){this.__data__=new Je(e)}function _p(){this.__data__=new Je}function Op(e){return this.__data__.delete(e)}function Ep(e){return this.__data__.get(e)}function Sp(e){return this.__data__.has(e)}function Ip(e,t){var n=this.__data__;if(n instanceof Je){var i=n.__data__;if(!On||i.length<Eu-1)return i.push([e,t]),this;n=this.__data__=new Bt(i)}return n.set(e,t),this}ct.prototype.clear=_p;ct.prototype.delete=Op;ct.prototype.get=Ep;ct.prototype.has=Sp;ct.prototype.set=Ip;function Pp(e,t){var n=Or(e)||Bp(e)?Yu(e.length,String):[],i=n.length,r=!!i;for(var s in e)(t||Ve.call(e,s))&&!(r&&(s=="length"||Rp(s,i)))&&n.push(s);return n}function hi(e,t){for(var n=e.length;n--;)if(ha(e[n][0],t))return n;return-1}function jp(e){return Sn.call(e)}function ua(e,t,n,i,r){return e===t?!0:e==null||t==null||!Sr(e)&&!Ir(t)?e!==e&&t!==t:Mp(e,t,ua,n,i,r)}function Mp(e,t,n,i,r,s){var o=Or(e),a=Or(t),l=yr,c=yr;o||(l=lt(e),l=l==si?sn:l),a||(c=lt(t),c=c==si?sn:c);var f=l==sn&&!Cr(e),u=c==sn&&!Cr(t),p=l==c;if(p&&!f)return s||(s=new ct),o||Yp(e)?pa(e,t,n,i,r,s):Dp(e,t,l,n,i,r,s);if(!(r&ui)){var d=f&&Ve.call(e,"__wrapped__"),g=u&&Ve.call(t,"__wrapped__");if(d||g){var b=d?e.value():e,m=g?t.value():t;return s||(s=new ct),n(b,m,i,r,s)}}return p?(s||(s=new ct),Np(e,t,n,i,r,s)):!1}function Lp(e){if(!Sr(e)||Up(e))return!1;var t=ma(e)||Cr(e)?Zu:Uu;return t.test(kt(e))}function Tp(e){return Ir(e)&&ga(e.length)&&!!ne[Sn.call(e)]}function Fp(e){if(!Hp(e))return tp(e);var t=[];for(var n in Object(e))Ve.call(e,n)&&n!="constructor"&&t.push(n);return t}function pa(e,t,n,i,r,s){var o=r&ui,a=e.length,l=t.length;if(a!=l&&!(o&&l>a))return!1;var c=s.get(e);if(c&&s.get(t))return c==t;var f=-1,u=!0,p=r&Zs?new fi:void 0;for(s.set(e,t),s.set(t,e);++f<a;){var d=e[f],g=t[f];if(i)var b=o?i(g,d,f,t,e,s):i(d,g,f,e,t,s);if(b!==void 0){if(b)continue;u=!1;break}if(p){if(!Wu(t,function(m,v){if(!p.has(v)&&(d===m||n(d,m,i,r,s)))return p.add(v)})){u=!1;break}}else if(!(d===g||n(d,g,i,r,s))){u=!1;break}}return s.delete(e),s.delete(t),u}function Dp(e,t,n,i,r,s,o){switch(n){case ci:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case aa:return!(e.byteLength!=t.byteLength||!i(new Vs(e),new Vs(t)));case ea:case ta:case ra:return ha(+e,+t);case na:return e.name==t.name&&e.message==t.message;case oa:case sa:return e==t+"";case ai:var a=Gu;case li:var l=s&ui;if(a||(a=Vu),e.size!=t.size&&!l)return!1;var c=o.get(e);if(c)return c==t;s|=Zs,o.set(e,t);var f=pa(a(e),a(t),i,r,s,o);return o.delete(e),f;case Iu:if(br)return br.call(e)==br.call(t)}return!1}function Np(e,t,n,i,r,s){var o=r&ui,a=Qs(e),l=a.length,c=Qs(t),f=c.length;if(l!=f&&!o)return!1;for(var u=l;u--;){var p=a[u];if(!(o?p in t:Ve.call(t,p)))return!1}var d=s.get(e);if(d&&s.get(t))return d==t;var g=!0;s.set(e,t),s.set(t,e);for(var b=o;++u<l;){p=a[u];var m=e[p],v=t[p];if(i)var A=o?i(v,m,p,t,e,s):i(m,v,p,e,t,s);if(!(A===void 0?m===v||n(m,v,i,r,s):A)){g=!1;break}b||(b=p=="constructor")}if(g&&!b){var T=e.constructor,W=t.constructor;T!=W&&"constructor"in e&&"constructor"in t&&!(typeof T=="function"&&T instanceof T&&typeof W=="function"&&W instanceof W)&&(g=!1)}return s.delete(e),s.delete(t),g}function di(e,t){var n=e.__data__;return $p(t)?n[typeof t=="string"?"string":"hash"]:n.map}function ln(e,t){var n=zu(e,t);return Lp(n)?n:void 0}var lt=jp;(xr&<(new xr(new ArrayBuffer(1)))!=ci||On&<(new On)!=ai||vr&<(vr.resolve())!=ks||Ar&<(new Ar)!=li||_r&<(new _r)!=wr)&&(lt=function(e){var t=Sn.call(e),n=t==sn?e.constructor:void 0,i=n?kt(n):void 0;if(i)switch(i){case np:return ci;case ip:return ai;case rp:return ks;case op:return li;case sp:return wr}return t});function Rp(e,t){return t=t==null?Xs:t,!!t&&(typeof e=="number"||Hu.test(e))&&e>-1&&e%1==0&&e<t}function $p(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Up(e){return!!Gs&&Gs in e}function Hp(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||pi;return e===n}function kt(e){if(e!=null){try{return fa.call(e)}catch(t){}try{return e+""}catch(t){}}return""}function ha(e,t){return e===t||e!==e&&t!==t}function Bp(e){return kp(e)&&Ve.call(e,"callee")&&(!Xu.call(e,"callee")||Sn.call(e)==si)}var Or=Array.isArray;function da(e){return e!=null&&ga(e.length)&&!ma(e)}function kp(e){return Ir(e)&&da(e)}function Wp(e,t,n){n=typeof n=="function"?n:void 0;var i=n?n(e,t):void 0;return i===void 0?ua(e,t,n):!!i}function ma(e){var t=Sr(e)?Sn.call(e):"";return t==ia||t==Su}function ga(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Xs}function Sr(e){var t=typeof e;return!!e&&(t=="object"||t=="function")}function Ir(e){return!!e&&typeof e=="object"}var Yp=zs?qu(zs):Tp;function Qs(e){return da(e)?Pp(e):Fp(e)}an.exports=Wp});var Kp={};nl(Kp,{readCanvasPackage:()=>Qe,uniformCLI:()=>Gp,writeCanvasPackage:()=>jn});module.exports=il(Kp);var Hn=require("assert");var rl={right:cl,center:fl},ol=0,Tn=1,sl=2,Fn=3,Oi=class{constructor(t){var n;this.width=t.width,this.wrap=(n=t.wrap)!==null&&n!==void 0?n:!0,this.rows=[]}span(...t){let n=this.div(...t);n.span=!0}resetOutput(){this.rows=[]}div(...t){if(t.length===0&&this.div(""),this.wrap&&this.shouldApplyLayoutDSL(...t)&&typeof t[0]=="string")return this.applyLayoutDSL(t[0]);let n=t.map(i=>typeof i=="string"?this.colFromString(i):i);return this.rows.push(n),n}shouldApplyLayoutDSL(...t){return t.length===1&&typeof t[0]=="string"&&/[\t\n]/.test(t[0])}applyLayoutDSL(t){let n=t.split(`
|
1
|
+
"use strict";var Ja=Object.create;var pn=Object.defineProperty;var Qa=Object.getOwnPropertyDescriptor;var Za=Object.getOwnPropertyNames;var Xa=Object.getPrototypeOf,el=Object.prototype.hasOwnProperty;var tl=(e,t,n)=>t in e?pn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Mn=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),nl=(e,t)=>{for(var n in t)pn(e,n,{get:t[n],enumerable:!0})},Tr=(e,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Za(t))!el.call(e,r)&&r!==n&&pn(e,r,{get:()=>t[r],enumerable:!(i=Qa(t,r))||i.enumerable});return e};var Ce=(e,t,n)=>(n=e!=null?Ja(Xa(e)):{},Tr(t||!e||!e.__esModule?pn(n,"default",{value:e,enumerable:!0}):n,e)),il=e=>Tr(pn({},"__esModule",{value:!0}),e);var Ai=(e,t,n)=>(tl(e,typeof t!="symbol"?t+"":t,n),n),Fr=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)};var Xe=(e,t,n)=>(Fr(e,t,"read from private field"),n?n.call(e):t.get(e)),Ln=(e,t,n)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,n)},Ge=(e,t,n,i)=>(Fr(e,t,"write to private field"),i?i.call(e,n):t.set(e,n),n),_i=(e,t,n,i)=>({set _(r){Ge(e,t,r,n)},get _(){return Xe(e,t,i)}});var Ho=Mn((jd,Uo)=>{function Fe(e,t){typeof t=="boolean"&&(t={forever:t}),this._originalTimeouts=JSON.parse(JSON.stringify(e)),this._timeouts=e,this._options=t||{},this._maxRetryTime=t&&t.maxRetryTime||1/0,this._fn=null,this._errors=[],this._attempts=1,this._operationTimeout=null,this._operationTimeoutCb=null,this._timeout=null,this._operationStart=null,this._timer=null,this._options.forever&&(this._cachedTimeouts=this._timeouts.slice(0))}Uo.exports=Fe;Fe.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts.slice(0)};Fe.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timer&&clearTimeout(this._timer),this._timeouts=[],this._cachedTimeouts=null};Fe.prototype.retry=function(e){if(this._timeout&&clearTimeout(this._timeout),!e)return!1;var t=new Date().getTime();if(e&&t-this._operationStart>=this._maxRetryTime)return this._errors.push(e),this._errors.unshift(new Error("RetryOperation timeout occurred")),!1;this._errors.push(e);var n=this._timeouts.shift();if(n===void 0)if(this._cachedTimeouts)this._errors.splice(0,this._errors.length-1),n=this._cachedTimeouts.slice(-1);else return!1;var i=this;return this._timer=setTimeout(function(){i._attempts++,i._operationTimeoutCb&&(i._timeout=setTimeout(function(){i._operationTimeoutCb(i._attempts)},i._operationTimeout),i._options.unref&&i._timeout.unref()),i._fn(i._attempts)},n),this._options.unref&&this._timer.unref(),!0};Fe.prototype.attempt=function(e,t){this._fn=e,t&&(t.timeout&&(this._operationTimeout=t.timeout),t.cb&&(this._operationTimeoutCb=t.cb));var n=this;this._operationTimeoutCb&&(this._timeout=setTimeout(function(){n._operationTimeoutCb()},n._operationTimeout)),this._operationStart=new Date().getTime(),this._fn(this._attempts)};Fe.prototype.try=function(e){console.log("Using RetryOperation.try() is deprecated"),this.attempt(e)};Fe.prototype.start=function(e){console.log("Using RetryOperation.start() is deprecated"),this.attempt(e)};Fe.prototype.start=Fe.prototype.try;Fe.prototype.errors=function(){return this._errors};Fe.prototype.attempts=function(){return this._attempts};Fe.prototype.mainError=function(){if(this._errors.length===0)return null;for(var e={},t=null,n=0,i=0;i<this._errors.length;i++){var r=this._errors[i],s=r.message,o=(e[s]||0)+1;e[s]=o,o>=n&&(t=r,n=o)}return t}});var Bo=Mn(Rt=>{var Fl=Ho();Rt.operation=function(e){var t=Rt.timeouts(e);return new Fl(t,{forever:e&&(e.forever||e.retries===1/0),unref:e&&e.unref,maxRetryTime:e&&e.maxRetryTime})};Rt.timeouts=function(e){if(e instanceof Array)return[].concat(e);var t={retries:10,factor:2,minTimeout:1*1e3,maxTimeout:1/0,randomize:!1};for(var n in e)t[n]=e[n];if(t.minTimeout>t.maxTimeout)throw new Error("minTimeout is greater than maxTimeout");for(var i=[],r=0;r<t.retries;r++)i.push(this.createTimeout(r,t));return e&&e.forever&&!i.length&&i.push(this.createTimeout(r,t)),i.sort(function(s,o){return s-o}),i};Rt.createTimeout=function(e,t){var n=t.randomize?Math.random()+1:1,i=Math.round(n*Math.max(t.minTimeout,1)*Math.pow(t.factor,e));return i=Math.min(i,t.maxTimeout),i};Rt.wrap=function(e,t,n){if(t instanceof Array&&(n=t,t=null),!n){n=[];for(var i in e)typeof e[i]=="function"&&n.push(i)}for(var r=0;r<n.length;r++){var s=n[r],o=e[s];e[s]=function(l){var c=Rt.operation(t),f=Array.prototype.slice.call(arguments,1),u=f.pop();f.push(function(p){c.retry(p)||(p&&(arguments[0]=c.mainError()),u.apply(this,arguments))}),c.attempt(function(){l.apply(e,f)})}.bind(e,o),e[s].options=t}}});var Wo=Mn((Ld,ko)=>{ko.exports=Bo()});var ba=Mn((_n,an)=>{var Eu=200,Er="__lodash_hash_undefined__",Zs=1,ui=2,Xs=9007199254740991,si="[object Arguments]",yr="[object Array]",ea="[object Boolean]",ta="[object Date]",na="[object Error]",ia="[object Function]",Su="[object GeneratorFunction]",ai="[object Map]",ra="[object Number]",sn="[object Object]",ks="[object Promise]",oa="[object RegExp]",li="[object Set]",sa="[object String]",Iu="[object Symbol]",wr="[object WeakMap]",aa="[object ArrayBuffer]",ci="[object DataView]",Pu="[object Float32Array]",ju="[object Float64Array]",Mu="[object Int8Array]",Lu="[object Int16Array]",Tu="[object Int32Array]",Fu="[object Uint8Array]",Du="[object Uint8ClampedArray]",Nu="[object Uint16Array]",Ru="[object Uint32Array]",$u=/[\\^$.*+?()[\]{}|]/g,Uu=/^\[object .+?Constructor\]$/,Hu=/^(?:0|[1-9]\d*)$/,ne={};ne[Pu]=ne[ju]=ne[Mu]=ne[Lu]=ne[Tu]=ne[Fu]=ne[Du]=ne[Nu]=ne[Ru]=!0;ne[si]=ne[yr]=ne[aa]=ne[ea]=ne[ci]=ne[ta]=ne[na]=ne[ia]=ne[ai]=ne[ra]=ne[sn]=ne[oa]=ne[li]=ne[sa]=ne[wr]=!1;var la=typeof global=="object"&&global&&global.Object===Object&&global,Bu=typeof self=="object"&&self&&self.Object===Object&&self,ft=la||Bu||Function("return this")(),ca=typeof _n=="object"&&_n&&!_n.nodeType&&_n,Ws=ca&&typeof an=="object"&&an&&!an.nodeType&&an,ku=Ws&&Ws.exports===ca,Ys=ku&&la.process,Gs=function(){try{return Ys&&Ys.binding("util")}catch(e){}}(),qs=Gs&&Gs.isTypedArray;function Wu(e,t){for(var n=-1,i=e?e.length:0;++n<i;)if(t(e[n],n,e))return!0;return!1}function Yu(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i}function Gu(e){return function(t){return e(t)}}function qu(e,t){return e==null?void 0:e[t]}function Cr(e){var t=!1;if(e!=null&&typeof e.toString!="function")try{t=!!(e+"")}catch(n){}return t}function zu(e){var t=-1,n=Array(e.size);return e.forEach(function(i,r){n[++t]=[r,i]}),n}function Ku(e,t){return function(n){return e(t(n))}}function Vu(e){var t=-1,n=Array(e.size);return e.forEach(function(i){n[++t]=i}),n}var Ju=Array.prototype,Qu=Function.prototype,pi=Object.prototype,gr=ft["__core-js_shared__"],zs=function(){var e=/[^.]+$/.exec(gr&&gr.keys&&gr.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),fa=Qu.toString,Ve=pi.hasOwnProperty,Sn=pi.toString,Zu=RegExp("^"+fa.call(Ve).replace($u,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ks=ft.Symbol,Vs=ft.Uint8Array,Xu=pi.propertyIsEnumerable,ep=Ju.splice,tp=Ku(Object.keys,Object),xr=ln(ft,"DataView"),On=ln(ft,"Map"),vr=ln(ft,"Promise"),Ar=ln(ft,"Set"),_r=ln(ft,"WeakMap"),En=ln(Object,"create"),np=kt(xr),ip=kt(On),rp=kt(vr),op=kt(Ar),sp=kt(_r),Js=Ks?Ks.prototype:void 0,br=Js?Js.valueOf:void 0;function Ht(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function ap(){this.__data__=En?En(null):{}}function lp(e){return this.has(e)&&delete this.__data__[e]}function cp(e){var t=this.__data__;if(En){var n=t[e];return n===Er?void 0:n}return Ve.call(t,e)?t[e]:void 0}function fp(e){var t=this.__data__;return En?t[e]!==void 0:Ve.call(t,e)}function up(e,t){var n=this.__data__;return n[e]=En&&t===void 0?Er:t,this}Ht.prototype.clear=ap;Ht.prototype.delete=lp;Ht.prototype.get=cp;Ht.prototype.has=fp;Ht.prototype.set=up;function Je(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function pp(){this.__data__=[]}function hp(e){var t=this.__data__,n=hi(t,e);if(n<0)return!1;var i=t.length-1;return n==i?t.pop():ep.call(t,n,1),!0}function dp(e){var t=this.__data__,n=hi(t,e);return n<0?void 0:t[n][1]}function mp(e){return hi(this.__data__,e)>-1}function gp(e,t){var n=this.__data__,i=hi(n,e);return i<0?n.push([e,t]):n[i][1]=t,this}Je.prototype.clear=pp;Je.prototype.delete=hp;Je.prototype.get=dp;Je.prototype.has=mp;Je.prototype.set=gp;function Bt(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function bp(){this.__data__={hash:new Ht,map:new(On||Je),string:new Ht}}function yp(e){return di(this,e).delete(e)}function wp(e){return di(this,e).get(e)}function Cp(e){return di(this,e).has(e)}function xp(e,t){return di(this,e).set(e,t),this}Bt.prototype.clear=bp;Bt.prototype.delete=yp;Bt.prototype.get=wp;Bt.prototype.has=Cp;Bt.prototype.set=xp;function fi(e){var t=-1,n=e?e.length:0;for(this.__data__=new Bt;++t<n;)this.add(e[t])}function vp(e){return this.__data__.set(e,Er),this}function Ap(e){return this.__data__.has(e)}fi.prototype.add=fi.prototype.push=vp;fi.prototype.has=Ap;function ct(e){this.__data__=new Je(e)}function _p(){this.__data__=new Je}function Op(e){return this.__data__.delete(e)}function Ep(e){return this.__data__.get(e)}function Sp(e){return this.__data__.has(e)}function Ip(e,t){var n=this.__data__;if(n instanceof Je){var i=n.__data__;if(!On||i.length<Eu-1)return i.push([e,t]),this;n=this.__data__=new Bt(i)}return n.set(e,t),this}ct.prototype.clear=_p;ct.prototype.delete=Op;ct.prototype.get=Ep;ct.prototype.has=Sp;ct.prototype.set=Ip;function Pp(e,t){var n=Or(e)||Bp(e)?Yu(e.length,String):[],i=n.length,r=!!i;for(var s in e)(t||Ve.call(e,s))&&!(r&&(s=="length"||Rp(s,i)))&&n.push(s);return n}function hi(e,t){for(var n=e.length;n--;)if(ha(e[n][0],t))return n;return-1}function jp(e){return Sn.call(e)}function ua(e,t,n,i,r){return e===t?!0:e==null||t==null||!Sr(e)&&!Ir(t)?e!==e&&t!==t:Mp(e,t,ua,n,i,r)}function Mp(e,t,n,i,r,s){var o=Or(e),a=Or(t),l=yr,c=yr;o||(l=lt(e),l=l==si?sn:l),a||(c=lt(t),c=c==si?sn:c);var f=l==sn&&!Cr(e),u=c==sn&&!Cr(t),p=l==c;if(p&&!f)return s||(s=new ct),o||Yp(e)?pa(e,t,n,i,r,s):Dp(e,t,l,n,i,r,s);if(!(r&ui)){var d=f&&Ve.call(e,"__wrapped__"),g=u&&Ve.call(t,"__wrapped__");if(d||g){var b=d?e.value():e,m=g?t.value():t;return s||(s=new ct),n(b,m,i,r,s)}}return p?(s||(s=new ct),Np(e,t,n,i,r,s)):!1}function Lp(e){if(!Sr(e)||Up(e))return!1;var t=ma(e)||Cr(e)?Zu:Uu;return t.test(kt(e))}function Tp(e){return Ir(e)&&ga(e.length)&&!!ne[Sn.call(e)]}function Fp(e){if(!Hp(e))return tp(e);var t=[];for(var n in Object(e))Ve.call(e,n)&&n!="constructor"&&t.push(n);return t}function pa(e,t,n,i,r,s){var o=r&ui,a=e.length,l=t.length;if(a!=l&&!(o&&l>a))return!1;var c=s.get(e);if(c&&s.get(t))return c==t;var f=-1,u=!0,p=r&Zs?new fi:void 0;for(s.set(e,t),s.set(t,e);++f<a;){var d=e[f],g=t[f];if(i)var b=o?i(g,d,f,t,e,s):i(d,g,f,e,t,s);if(b!==void 0){if(b)continue;u=!1;break}if(p){if(!Wu(t,function(m,v){if(!p.has(v)&&(d===m||n(d,m,i,r,s)))return p.add(v)})){u=!1;break}}else if(!(d===g||n(d,g,i,r,s))){u=!1;break}}return s.delete(e),s.delete(t),u}function Dp(e,t,n,i,r,s,o){switch(n){case ci:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case aa:return!(e.byteLength!=t.byteLength||!i(new Vs(e),new Vs(t)));case ea:case ta:case ra:return ha(+e,+t);case na:return e.name==t.name&&e.message==t.message;case oa:case sa:return e==t+"";case ai:var a=zu;case li:var l=s&ui;if(a||(a=Vu),e.size!=t.size&&!l)return!1;var c=o.get(e);if(c)return c==t;s|=Zs,o.set(e,t);var f=pa(a(e),a(t),i,r,s,o);return o.delete(e),f;case Iu:if(br)return br.call(e)==br.call(t)}return!1}function Np(e,t,n,i,r,s){var o=r&ui,a=Qs(e),l=a.length,c=Qs(t),f=c.length;if(l!=f&&!o)return!1;for(var u=l;u--;){var p=a[u];if(!(o?p in t:Ve.call(t,p)))return!1}var d=s.get(e);if(d&&s.get(t))return d==t;var g=!0;s.set(e,t),s.set(t,e);for(var b=o;++u<l;){p=a[u];var m=e[p],v=t[p];if(i)var A=o?i(v,m,p,t,e,s):i(m,v,p,e,t,s);if(!(A===void 0?m===v||n(m,v,i,r,s):A)){g=!1;break}b||(b=p=="constructor")}if(g&&!b){var T=e.constructor,W=t.constructor;T!=W&&"constructor"in e&&"constructor"in t&&!(typeof T=="function"&&T instanceof T&&typeof W=="function"&&W instanceof W)&&(g=!1)}return s.delete(e),s.delete(t),g}function di(e,t){var n=e.__data__;return $p(t)?n[typeof t=="string"?"string":"hash"]:n.map}function ln(e,t){var n=qu(e,t);return Lp(n)?n:void 0}var lt=jp;(xr&<(new xr(new ArrayBuffer(1)))!=ci||On&<(new On)!=ai||vr&<(vr.resolve())!=ks||Ar&<(new Ar)!=li||_r&<(new _r)!=wr)&&(lt=function(e){var t=Sn.call(e),n=t==sn?e.constructor:void 0,i=n?kt(n):void 0;if(i)switch(i){case np:return ci;case ip:return ai;case rp:return ks;case op:return li;case sp:return wr}return t});function Rp(e,t){return t=t==null?Xs:t,!!t&&(typeof e=="number"||Hu.test(e))&&e>-1&&e%1==0&&e<t}function $p(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Up(e){return!!zs&&zs in e}function Hp(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||pi;return e===n}function kt(e){if(e!=null){try{return fa.call(e)}catch(t){}try{return e+""}catch(t){}}return""}function ha(e,t){return e===t||e!==e&&t!==t}function Bp(e){return kp(e)&&Ve.call(e,"callee")&&(!Xu.call(e,"callee")||Sn.call(e)==si)}var Or=Array.isArray;function da(e){return e!=null&&ga(e.length)&&!ma(e)}function kp(e){return Ir(e)&&da(e)}function Wp(e,t,n){n=typeof n=="function"?n:void 0;var i=n?n(e,t):void 0;return i===void 0?ua(e,t,n):!!i}function ma(e){var t=Sr(e)?Sn.call(e):"";return t==ia||t==Su}function ga(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Xs}function Sr(e){var t=typeof e;return!!e&&(t=="object"||t=="function")}function Ir(e){return!!e&&typeof e=="object"}var Yp=qs?Gu(qs):Tp;function Qs(e){return da(e)?Pp(e):Fp(e)}an.exports=Wp});var Kp={};nl(Kp,{readCanvasPackage:()=>Qe,uniformCLI:()=>zp,writeCanvasPackage:()=>jn});module.exports=il(Kp);var Hn=require("assert");var rl={right:cl,center:fl},ol=0,Tn=1,sl=2,Fn=3,Oi=class{constructor(t){var n;this.width=t.width,this.wrap=(n=t.wrap)!==null&&n!==void 0?n:!0,this.rows=[]}span(...t){let n=this.div(...t);n.span=!0}resetOutput(){this.rows=[]}div(...t){if(t.length===0&&this.div(""),this.wrap&&this.shouldApplyLayoutDSL(...t)&&typeof t[0]=="string")return this.applyLayoutDSL(t[0]);let n=t.map(i=>typeof i=="string"?this.colFromString(i):i);return this.rows.push(n),n}shouldApplyLayoutDSL(...t){return t.length===1&&typeof t[0]=="string"&&/[\t\n]/.test(t[0])}applyLayoutDSL(t){let n=t.split(`
|
2
2
|
`).map(r=>r.split(" ")),i=0;return n.forEach(r=>{r.length>1&&Oe.stringWidth(r[0])>i&&(i=Math.min(Math.floor(this.width*.5),Oe.stringWidth(r[0])))}),n.forEach(r=>{this.div(...r.map((s,o)=>({text:s.trim(),padding:this.measurePadding(s),width:o===0&&r.length>1?i:void 0})))}),this.rows[this.rows.length-1]}colFromString(t){return{text:t,padding:this.measurePadding(t)}}measurePadding(t){let n=Oe.stripAnsi(t);return[0,n.match(/\s*$/)[0].length,0,n.match(/^\s*/)[0].length]}toString(){let t=[];return this.rows.forEach(n=>{this.rowToString(n,t)}),t.filter(n=>!n.hidden).map(n=>n.text).join(`
|
3
3
|
`)}rowToString(t,n){return this.rasterize(t).forEach((i,r)=>{let s="";i.forEach((o,a)=>{let{width:l}=t[a],c=this.negatePadding(t[a]),f=o;if(c>Oe.stringWidth(o)&&(f+=" ".repeat(c-Oe.stringWidth(o))),t[a].align&&t[a].align!=="left"&&this.wrap){let p=rl[t[a].align];f=p(f,c),Oe.stringWidth(f)<c&&(f+=" ".repeat((l||0)-Oe.stringWidth(f)-1))}let u=t[a].padding||[0,0,0,0];u[Fn]&&(s+=" ".repeat(u[Fn])),s+=Dr(t[a],f,"| "),s+=f,s+=Dr(t[a],f," |"),u[Tn]&&(s+=" ".repeat(u[Tn])),r===0&&n.length>0&&(s=this.renderInline(s,n[n.length-1]))}),n.push({text:s.replace(/ +$/,""),span:t.span})}),n}renderInline(t,n){let i=t.match(/^ */),r=i?i[0].length:0,s=n.text,o=Oe.stringWidth(s.trimRight());return n.span?this.wrap?r<o?t:(n.hidden=!0,s.trimRight()+" ".repeat(r-o)+t.trimLeft()):(n.hidden=!0,s+t):t}rasterize(t){let n=[],i=this.columnWidths(t),r;return t.forEach((s,o)=>{s.width=i[o],this.wrap?r=Oe.wrap(s.text,this.negatePadding(s),{hard:!0}).split(`
|
4
4
|
`):r=s.text.split(`
|
5
5
|
`),s.border&&(r.unshift("."+"-".repeat(this.negatePadding(s)+2)+"."),r.push("'"+"-".repeat(this.negatePadding(s)+2)+"'")),s.padding&&(r.unshift(...new Array(s.padding[ol]||0).fill("")),r.push(...new Array(s.padding[sl]||0).fill(""))),r.forEach((a,l)=>{n[l]||n.push([]);let c=n[l];for(let f=0;f<o;f++)c[f]===void 0&&c.push("");c.push(a)})}),n}negatePadding(t){let n=t.width||0;return t.padding&&(n-=(t.padding[Fn]||0)+(t.padding[Tn]||0)),t.border&&(n-=4),n}columnWidths(t){if(!this.wrap)return t.map(o=>o.width||Oe.stringWidth(o.text));let n=t.length,i=this.width,r=t.map(o=>{if(o.width)return n--,i-=o.width,o.width}),s=n?Math.floor(i/n):0;return r.map((o,a)=>o===void 0?Math.max(s,al(t[a])):o)}};function Dr(e,t,n){return e.border?/[.']-+[.']/.test(t)?"":t.trim().length!==0?n:" ":""}function al(e){let t=e.padding||[],n=1+(t[Fn]||0)+(t[Tn]||0);return e.border?n+4:n}function ll(){return typeof process=="object"&&process.stdout&&process.stdout.columns?process.stdout.columns:80}function cl(e,t){e=e.trim();let n=Oe.stringWidth(e);return n<t?" ".repeat(t-n)+e:e}function fl(e,t){e=e.trim();let n=Oe.stringWidth(e);return n>=t?e:" ".repeat(t-n>>1)+e}var Oe;function Nr(e,t){return Oe=t,new Oi({width:(e==null?void 0:e.width)||ll(),wrap:e==null?void 0:e.wrap})}var Rr=new RegExp("\x1B(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|\\d+;\\d+;\\d+m|6n|s|u|\\?25[lh])|\\w)","g");function Ei(e){return e.replace(Rr,"")}function $r(e,t){let[n,i]=e.match(Rr)||["",""];e=Ei(e);let r="";for(let s=0;s<e.length;s++)s!==0&&s%t===0&&(r+=`
|
6
|
-
`),r+=e.charAt(s);return n&&i&&(r=`${n}${r}${i}`),r}function Si(e){return Nr(e,{stringWidth:t=>[...t].length,stripAnsi:Ei,wrap:$r})}var zt=require("path"),Dn=require("fs");function Ur(e,t){let n=(0,zt.resolve)(".",e),i;for((0,Dn.statSync)(n).isDirectory()||(n=(0,zt.dirname)(n));;){if(i=t(n,(0,Dn.readdirSync)(n)),i)return(0,zt.resolve)(n,i);if(n=(0,zt.dirname)(i=n),i===n)break}}var eo=require("util"),to=require("fs"),no=require("url");var Wr=require("util"),Un=require("path");function _t(e){if(e!==e.toLowerCase()&&e!==e.toUpperCase()||(e=e.toLowerCase()),e.indexOf("-")===-1&&e.indexOf("_")===-1)return e;{let n="",i=!1,r=e.match(/^-+/);for(let s=r?r[0].length:0;s<e.length;s++){let o=e.charAt(s);i&&(i=!1,o=o.toUpperCase()),s!==0&&(o==="-"||o==="_")?i=!0:o!=="-"&&o!=="_"&&(n+=o)}return n}}function Nn(e,t){let n=e.toLowerCase();t=t||"-";let i="";for(let r=0;r<e.length;r++){let s=n.charAt(r),o=e.charAt(r);s!==o&&r>0?i+=`${t}${n.charAt(r)}`:i+=o}return i}function Rn(e){return e==null?!1:typeof e=="number"||/^0x[0-9a-f]+$/i.test(e)?!0:/^0[^.]/.test(e)?!1:/^[-]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(e)}function Hr(e){if(Array.isArray(e))return e.map(o=>typeof o!="string"?o+"":o);e=e.trim();let t=0,n=null,i=null,r=null,s=[];for(let o=0;o<e.length;o++){if(n=i,i=e.charAt(o),i===" "&&!r){n!==" "&&t++;continue}i===r?r=null:(i==="'"||i==='"')&&!r&&(r=i),s[t]||(s[t]=""),s[t]+=i}return s}var Pe;(function(e){e.BOOLEAN="boolean",e.STRING="string",e.NUMBER="number",e.ARRAY="array"})(Pe||(Pe={}));var ze,$n=class{constructor(t){ze=t}parse(t,n){let i=Object.assign({alias:void 0,array:void 0,boolean:void 0,config:void 0,configObjects:void 0,configuration:void 0,coerce:void 0,count:void 0,default:void 0,envPrefix:void 0,narg:void 0,normalize:void 0,string:void 0,number:void 0,__:void 0,key:void 0},n),r=Hr(t),s=typeof t=="string",o=ul(Object.assign(Object.create(null),i.alias)),a=Object.assign({"boolean-negation":!0,"camel-case-expansion":!0,"combine-arrays":!1,"dot-notation":!0,"duplicate-arguments-array":!0,"flatten-duplicate-arrays":!0,"greedy-arrays":!0,"halt-at-non-option":!1,"nargs-eats-options":!1,"negation-prefix":"no-","parse-numbers":!0,"parse-positional-numbers":!0,"populate--":!1,"set-placeholder-key":!1,"short-option-groups":!0,"strip-aliased":!1,"strip-dashed":!1,"unknown-options-as-args":!1},i.configuration),l=Object.assign(Object.create(null),i.default),c=i.configObjects||[],f=i.envPrefix,u=a["populate--"],p=u?"--":"_",d=Object.create(null),g=Object.create(null),b=i.__||ze.format,m={aliases:Object.create(null),arrays:Object.create(null),bools:Object.create(null),strings:Object.create(null),numbers:Object.create(null),counts:Object.create(null),normalize:Object.create(null),configs:Object.create(null),nargs:Object.create(null),coercions:Object.create(null),keys:[]},v=/^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/,A=new RegExp("^--"+a["negation-prefix"]+"(.+)");[].concat(i.array||[]).filter(Boolean).forEach(function(y){let C=typeof y=="object"?y.key:y,_=Object.keys(y).map(function(x){return{boolean:"bools",string:"strings",number:"numbers"}[x]}).filter(Boolean).pop();_&&(m[_][C]=!0),m.arrays[C]=!0,m.keys.push(C)}),[].concat(i.boolean||[]).filter(Boolean).forEach(function(y){m.bools[y]=!0,m.keys.push(y)}),[].concat(i.string||[]).filter(Boolean).forEach(function(y){m.strings[y]=!0,m.keys.push(y)}),[].concat(i.number||[]).filter(Boolean).forEach(function(y){m.numbers[y]=!0,m.keys.push(y)}),[].concat(i.count||[]).filter(Boolean).forEach(function(y){m.counts[y]=!0,m.keys.push(y)}),[].concat(i.normalize||[]).filter(Boolean).forEach(function(y){m.normalize[y]=!0,m.keys.push(y)}),typeof i.narg=="object"&&Object.entries(i.narg).forEach(([y,C])=>{typeof C=="number"&&(m.nargs[y]=C,m.keys.push(y))}),typeof i.coerce=="object"&&Object.entries(i.coerce).forEach(([y,C])=>{typeof C=="function"&&(m.coercions[y]=C,m.keys.push(y))}),typeof i.config!="undefined"&&(Array.isArray(i.config)||typeof i.config=="string"?[].concat(i.config).filter(Boolean).forEach(function(y){m.configs[y]=!0}):typeof i.config=="object"&&Object.entries(i.config).forEach(([y,C])=>{(typeof C=="boolean"||typeof C=="function")&&(m.configs[y]=C)})),un(i.key,o,i.default,m.arrays),Object.keys(l).forEach(function(y){(m.aliases[y]||[]).forEach(function(C){l[C]=l[y]})});let T=null;vi();let W=[],q=Object.assign(Object.create(null),{_:[]}),k={};for(let y=0;y<r.length;y++){let C=r[y],_=C.replace(/^-{3,}/,"---"),x,w,P,E,D,de;if(C!=="--"&&Z(C))F(C);else if(_.match(/---+(=|$)/)){F(C);continue}else if(C.match(/^--.+=/)||!a["short-option-groups"]&&C.match(/^-.+=/))E=C.match(/^--?([^=]+)=([\s\S]*)$/),E!==null&&Array.isArray(E)&&E.length>=3&&(R(E[1],m.arrays)?y=J(y,E[1],r,E[2]):R(E[1],m.nargs)!==!1?y=G(y,E[1],r,E[2]):H(E[1],E[2],!0));else if(C.match(A)&&a["boolean-negation"])E=C.match(A),E!==null&&Array.isArray(E)&&E.length>=2&&(w=E[1],H(w,R(w,m.arrays)?[!1]:!1));else if(C.match(/^--.+/)||!a["short-option-groups"]&&C.match(/^-[^-]+/))E=C.match(/^--?(.+)/),E!==null&&Array.isArray(E)&&E.length>=2&&(w=E[1],R(w,m.arrays)?y=J(y,w,r):R(w,m.nargs)!==!1?y=G(y,w,r):(D=r[y+1],D!==void 0&&(!D.match(/^-/)||D.match(v))&&!R(w,m.bools)&&!R(w,m.counts)||/^(true|false)$/.test(D)?(H(w,D),y++):H(w,z(w))));else if(C.match(/^-.\..+=/))E=C.match(/^-([^=]+)=([\s\S]*)$/),E!==null&&Array.isArray(E)&&E.length>=3&&H(E[1],E[2]);else if(C.match(/^-.\..+/)&&!C.match(v))D=r[y+1],E=C.match(/^-(.\..+)/),E!==null&&Array.isArray(E)&&E.length>=2&&(w=E[1],D!==void 0&&!D.match(/^-/)&&!R(w,m.bools)&&!R(w,m.counts)?(H(w,D),y++):H(w,z(w)));else if(C.match(/^-[^-]+/)&&!C.match(v)){P=C.slice(1,-1).split(""),x=!1;for(let we=0;we<P.length;we++){if(D=C.slice(we+2),P[we+1]&&P[we+1]==="="){de=C.slice(we+3),w=P[we],R(w,m.arrays)?y=J(y,w,r,de):R(w,m.nargs)!==!1?y=G(y,w,r,de):H(w,de),x=!0;break}if(D==="-"){H(P[we],D);continue}if(/[A-Za-z]/.test(P[we])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(D)&&R(D,m.bools)===!1){H(P[we],D),x=!0;break}if(P[we+1]&&P[we+1].match(/\W/)){H(P[we],D),x=!0;break}else H(P[we],z(P[we]))}w=C.slice(-1)[0],!x&&w!=="-"&&(R(w,m.arrays)?y=J(y,w,r):R(w,m.nargs)!==!1?y=G(y,w,r):(D=r[y+1],D!==void 0&&(!/^(-|--)[^-]/.test(D)||D.match(v))&&!R(w,m.bools)&&!R(w,m.counts)||/^(true|false)$/.test(D)?(H(w,D),y++):H(w,z(w))))}else if(C.match(/^-[0-9]$/)&&C.match(v)&&R(C.slice(1),m.bools))w=C.slice(1),H(w,z(w));else if(C==="--"){W=r.slice(y+1);break}else if(a["halt-at-non-option"]){W=r.slice(y);break}else F(C)}le(q,!0),le(q,!1),M(q),V(),Ze(q,m.aliases,l,!0),K(q),a["set-placeholder-key"]&&fe(q),Object.keys(m.counts).forEach(function(y){ee(q,y.split("."))||H(y,0)}),u&&W.length&&(q[p]=[]),W.forEach(function(y){q[p].push(y)}),a["camel-case-expansion"]&&a["strip-dashed"]&&Object.keys(q).filter(y=>y!=="--"&&y.includes("-")).forEach(y=>{delete q[y]}),a["strip-aliased"]&&[].concat(...Object.keys(o).map(y=>o[y])).forEach(y=>{a["camel-case-expansion"]&&y.includes("-")&&delete q[y.split(".").map(C=>_t(C)).join(".")],delete q[y]});function F(y){let C=O("_",y);(typeof C=="string"||typeof C=="number")&&q._.push(C)}function G(y,C,_,x){let w,P=R(C,m.nargs);if(P=typeof P!="number"||isNaN(P)?1:P,P===0)return pe(x)||(T=Error(b("Argument unexpected for: %s",C))),H(C,z(C)),y;let E=pe(x)?0:1;if(a["nargs-eats-options"])_.length-(y+1)+E<P&&(T=Error(b("Not enough arguments following: %s",C))),E=P;else{for(w=y+1;w<_.length&&(!_[w].match(/^-[^0-9]/)||_[w].match(v)||Z(_[w]));w++)E++;E<P&&(T=Error(b("Not enough arguments following: %s",C)))}let D=Math.min(E,P);for(!pe(x)&&D>0&&(H(C,x),D--),w=y+1;w<D+y+1;w++)H(C,_[w]);return y+D}function J(y,C,_,x){let w=[],P=x||_[y+1],E=R(C,m.nargs);if(R(C,m.bools)&&!/^(true|false)$/.test(P))w.push(!0);else if(pe(P)||pe(x)&&/^-/.test(P)&&!v.test(P)&&!Z(P)){if(l[C]!==void 0){let D=l[C];w=Array.isArray(D)?D:[D]}}else{pe(x)||w.push(j(C,x,!0));for(let D=y+1;D<_.length&&!(!a["greedy-arrays"]&&w.length>0||E&&typeof E=="number"&&w.length>=E||(P=_[D],/^-/.test(P)&&!v.test(P)&&!Z(P)));D++)y=D,w.push(j(C,P,s))}return typeof E=="number"&&(E&&w.length<E||isNaN(E)&&w.length===0)&&(T=Error(b("Not enough arguments following: %s",C))),H(C,w),y}function H(y,C,_=s){if(/-/.test(y)&&a["camel-case-expansion"]){let P=y.split(".").map(function(E){return _t(E)}).join(".");_e(y,P)}let x=j(y,C,_),w=y.split(".");Ye(q,w,x),m.aliases[y]&&m.aliases[y].forEach(function(P){let E=P.split(".");Ye(q,E,x)}),w.length>1&&a["dot-notation"]&&(m.aliases[w[0]]||[]).forEach(function(P){let E=P.split("."),D=[].concat(w);D.shift(),E=E.concat(D),(m.aliases[y]||[]).includes(E.join("."))||Ye(q,E,x)}),R(y,m.normalize)&&!R(y,m.arrays)&&[y].concat(m.aliases[y]||[]).forEach(function(E){Object.defineProperty(k,E,{enumerable:!0,get(){return C},set(D){C=typeof D=="string"?ze.normalize(D):D}})})}function _e(y,C){m.aliases[y]&&m.aliases[y].length||(m.aliases[y]=[C],d[C]=!0),m.aliases[C]&&m.aliases[C].length||_e(C,y)}function j(y,C,_){_&&(C=pl(C)),(R(y,m.bools)||R(y,m.counts))&&typeof C=="string"&&(C=C==="true");let x=Array.isArray(C)?C.map(function(w){return O(y,w)}):O(y,C);return R(y,m.counts)&&(pe(x)||typeof x=="boolean")&&(x=Ii()),R(y,m.normalize)&&R(y,m.arrays)&&(Array.isArray(C)?x=C.map(w=>ze.normalize(w)):x=ze.normalize(C)),x}function O(y,C){return!a["parse-positional-numbers"]&&y==="_"||!R(y,m.strings)&&!R(y,m.bools)&&!Array.isArray(C)&&(Rn(C)&&a["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${C}`)))||!pe(C)&&R(y,m.numbers))&&(C=Number(C)),C}function M(y){let C=Object.create(null);Ze(C,m.aliases,l),Object.keys(m.configs).forEach(function(_){let x=y[_]||C[_];if(x)try{let w=null,P=ze.resolve(ze.cwd(),x),E=m.configs[_];if(typeof E=="function"){try{w=E(P)}catch(D){w=D}if(w instanceof Error){T=w;return}}else w=ze.require(P);B(w)}catch(w){w.name==="PermissionDenied"?T=w:y[_]&&(T=Error(b("Invalid JSON config file: %s",x)))}})}function B(y,C){Object.keys(y).forEach(function(_){let x=y[_],w=C?C+"."+_:_;typeof x=="object"&&x!==null&&!Array.isArray(x)&&a["dot-notation"]?B(x,w):(!ee(q,w.split("."))||R(w,m.arrays)&&a["combine-arrays"])&&H(w,x)})}function V(){typeof c!="undefined"&&c.forEach(function(y){B(y)})}function le(y,C){if(typeof f=="undefined")return;let _=typeof f=="string"?f:"",x=ze.env();Object.keys(x).forEach(function(w){if(_===""||w.lastIndexOf(_,0)===0){let P=w.split("__").map(function(E,D){return D===0&&(E=E.substring(_.length)),_t(E)});(C&&m.configs[P.join(".")]||!C)&&!ee(y,P)&&H(P.join("."),x[w])}})}function K(y){let C,_=new Set;Object.keys(y).forEach(function(x){if(!_.has(x)&&(C=R(x,m.coercions),typeof C=="function"))try{let w=O(x,C(y[x]));[].concat(m.aliases[x]||[],x).forEach(P=>{_.add(P),y[P]=w})}catch(w){T=w}})}function fe(y){return m.keys.forEach(C=>{~C.indexOf(".")||typeof y[C]=="undefined"&&(y[C]=void 0)}),y}function Ze(y,C,_,x=!1){Object.keys(_).forEach(function(w){ee(y,w.split("."))||(Ye(y,w.split("."),_[w]),x&&(g[w]=!0),(C[w]||[]).forEach(function(P){ee(y,P.split("."))||Ye(y,P.split("."),_[w])}))})}function ee(y,C){let _=y;a["dot-notation"]||(C=[C.join(".")]),C.slice(0,-1).forEach(function(w){_=_[w]||{}});let x=C[C.length-1];return typeof _!="object"?!1:x in _}function Ye(y,C,_){let x=y;a["dot-notation"]||(C=[C.join(".")]),C.slice(0,-1).forEach(function(de){de=Br(de),typeof x=="object"&&x[de]===void 0&&(x[de]={}),typeof x[de]!="object"||Array.isArray(x[de])?(Array.isArray(x[de])?x[de].push({}):x[de]=[x[de],{}],x=x[de][x[de].length-1]):x=x[de]});let w=Br(C[C.length-1]),P=R(C.join("."),m.arrays),E=Array.isArray(_),D=a["duplicate-arguments-array"];!D&&R(w,m.nargs)&&(D=!0,(!pe(x[w])&&m.nargs[w]===1||Array.isArray(x[w])&&x[w].length===m.nargs[w])&&(x[w]=void 0)),_===Ii()?x[w]=Ii(x[w]):Array.isArray(x[w])?D&&P&&E?x[w]=a["flatten-duplicate-arrays"]?x[w].concat(_):(Array.isArray(x[w][0])?x[w]:[x[w]]).concat([_]):!D&&Boolean(P)===Boolean(E)?x[w]=_:x[w]=x[w].concat([_]):x[w]===void 0&&P?x[w]=E?_:[_]:D&&!(x[w]===void 0||R(w,m.counts)||R(w,m.bools))?x[w]=[x[w],_]:x[w]=_}function un(...y){y.forEach(function(C){Object.keys(C||{}).forEach(function(_){m.aliases[_]||(m.aliases[_]=[].concat(o[_]||[]),m.aliases[_].concat(_).forEach(function(x){if(/-/.test(x)&&a["camel-case-expansion"]){let w=_t(x);w!==_&&m.aliases[_].indexOf(w)===-1&&(m.aliases[_].push(w),d[w]=!0)}}),m.aliases[_].concat(_).forEach(function(x){if(x.length>1&&/[A-Z]/.test(x)&&a["camel-case-expansion"]){let w=Nn(x,"-");w!==_&&m.aliases[_].indexOf(w)===-1&&(m.aliases[_].push(w),d[w]=!0)}}),m.aliases[_].forEach(function(x){m.aliases[x]=[_].concat(m.aliases[_].filter(function(w){return x!==w}))}))})})}function R(y,C){let _=[].concat(m.aliases[y]||[],y),x=Object.keys(C),w=_.find(P=>x.includes(P));return w?C[w]:!1}function qt(y){let C=Object.keys(m);return[].concat(C.map(x=>m[x])).some(function(x){return Array.isArray(x)?x.includes(y):x[y]})}function Lr(y,...C){return[].concat(...C).some(function(x){let w=y.match(x);return w&&qt(w[1])})}function $(y){if(y.match(v)||!y.match(/^-[^-]+/))return!1;let C=!0,_,x=y.slice(1).split("");for(let w=0;w<x.length;w++){if(_=y.slice(w+2),!qt(x[w])){C=!1;break}if(x[w+1]&&x[w+1]==="="||_==="-"||/[A-Za-z]/.test(x[w])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(_)||x[w+1]&&x[w+1].match(/\W/))break}return C}function Z(y){return a["unknown-options-as-args"]&&ue(y)}function ue(y){return y=y.replace(/^-{3,}/,"--"),y.match(v)||$(y)?!1:!Lr(y,/^-+([^=]+?)=[\s\S]*$/,A,/^-+([^=]+?)$/,/^-+([^=]+?)-$/,/^-+([^=]+?\d+)$/,/^-+([^=]+?)\W+.*$/)}function z(y){return!R(y,m.bools)&&!R(y,m.counts)&&`${y}`in l?l[y]:ge(se(y))}function ge(y){return{[Pe.BOOLEAN]:!0,[Pe.STRING]:"",[Pe.NUMBER]:void 0,[Pe.ARRAY]:[]}[y]}function se(y){let C=Pe.BOOLEAN;return R(y,m.strings)?C=Pe.STRING:R(y,m.numbers)?C=Pe.NUMBER:R(y,m.bools)?C=Pe.BOOLEAN:R(y,m.arrays)&&(C=Pe.ARRAY),C}function pe(y){return y===void 0}function vi(){Object.keys(m.counts).find(y=>R(y,m.arrays)?(T=Error(b("Invalid configuration: %s, opts.count excludes opts.array.",y)),!0):R(y,m.nargs)?(T=Error(b("Invalid configuration: %s, opts.count excludes opts.narg.",y)),!0):!1)}return{aliases:Object.assign({},m.aliases),argv:Object.assign(k,q),configuration:a,defaulted:Object.assign({},g),error:T,newAliases:Object.assign({},d)}}};function ul(e){let t=[],n=Object.create(null),i=!0;for(Object.keys(e).forEach(function(r){t.push([].concat(e[r],r))});i;){i=!1;for(let r=0;r<t.length;r++)for(let s=r+1;s<t.length;s++)if(t[r].filter(function(a){return t[s].indexOf(a)!==-1}).length){t[r]=t[r].concat(t[s]),t.splice(s,1),i=!0;break}}return t.forEach(function(r){r=r.filter(function(o,a,l){return l.indexOf(o)===a});let s=r.pop();s!==void 0&&typeof s=="string"&&(n[s]=r)}),n}function Ii(e){return e!==void 0?e+1:1}function Br(e){return e==="__proto__"?"___proto___":e}function pl(e){return typeof e=="string"&&(e[0]==="'"||e[0]==='"')&&e[e.length-1]===e[0]?e.substring(1,e.length-1):e}var Yr=require("fs");var kr=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):12;if(process&&process.version&&Number(process.version.match(/v([^.]+)/)[1])<kr)throw Error(`yargs parser supports a minimum Node.js version of ${kr}. Read our version support policy: https://github.com/yargs/yargs-parser#supported-nodejs-versions`);var hl=process?process.env:{},qr=new $n({cwd:process.cwd,env:()=>hl,format:Wr.format,normalize:Un.normalize,resolve:Un.resolve,require:e=>{if(typeof require!="undefined")return require(e);if(e.match(/\.json$/))return JSON.parse((0,Yr.readFileSync)(e,"utf8"));throw Error("only .json config files are supported in ESM")}}),hn=function(t,n){return qr.parse(t.slice(),n).argv};hn.detailed=function(e,t){return qr.parse(e.slice(),t)};hn.camelCase=_t;hn.decamelize=Nn;hn.looksLikeNumber=Rn;var zr=hn;var Ne=require("path");function dl(){return ml()?0:1}function ml(){return gl()&&!process.defaultApp}function gl(){return!!process.versions.electron}function Gr(){return process.argv[dl()]}var X=class extends Error{constructor(t){super(t||"yargs error"),this.name="YError",Error.captureStackTrace&&Error.captureStackTrace(this,X)}};var Gt=require("fs"),Kr=require("util"),Vr=require("path"),Jr={fs:{readFileSync:Gt.readFileSync,writeFile:Gt.writeFile},format:Kr.format,resolve:Vr.resolve,exists:e=>{try{return(0,Gt.statSync)(e).isFile()}catch(t){return!1}}};var De,Pi=class{constructor(t){t=t||{},this.directory=t.directory||"./locales",this.updateFiles=typeof t.updateFiles=="boolean"?t.updateFiles:!0,this.locale=t.locale||"en",this.fallbackToLanguage=typeof t.fallbackToLanguage=="boolean"?t.fallbackToLanguage:!0,this.cache=Object.create(null),this.writeQueue=[]}__(...t){if(typeof arguments[0]!="string")return this._taggedLiteral(arguments[0],...arguments);let n=t.shift(),i=function(){};return typeof t[t.length-1]=="function"&&(i=t.pop()),i=i||function(){},this.cache[this.locale]||this._readLocaleFile(),!this.cache[this.locale][n]&&this.updateFiles?(this.cache[this.locale][n]=n,this._enqueueWrite({directory:this.directory,locale:this.locale,cb:i})):i(),De.format.apply(De.format,[this.cache[this.locale][n]||n].concat(t))}__n(){let t=Array.prototype.slice.call(arguments),n=t.shift(),i=t.shift(),r=t.shift(),s=function(){};typeof t[t.length-1]=="function"&&(s=t.pop()),this.cache[this.locale]||this._readLocaleFile();let o=r===1?n:i;this.cache[this.locale][n]&&(o=this.cache[this.locale][n][r===1?"one":"other"]),!this.cache[this.locale][n]&&this.updateFiles?(this.cache[this.locale][n]={one:n,other:i},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:s})):s();let a=[o];return~o.indexOf("%d")&&a.push(r),De.format.apply(De.format,a.concat(t))}setLocale(t){this.locale=t}getLocale(){return this.locale}updateLocale(t){this.cache[this.locale]||this._readLocaleFile();for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(this.cache[this.locale][n]=t[n])}_taggedLiteral(t,...n){let i="";return t.forEach(function(r,s){let o=n[s+1];i+=r,typeof o!="undefined"&&(i+="%s")}),this.__.apply(this,[i].concat([].slice.call(n,1)))}_enqueueWrite(t){this.writeQueue.push(t),this.writeQueue.length===1&&this._processWriteQueue()}_processWriteQueue(){let t=this,n=this.writeQueue[0],i=n.directory,r=n.locale,s=n.cb,o=this._resolveLocaleFile(i,r),a=JSON.stringify(this.cache[r],null,2);De.fs.writeFile(o,a,"utf-8",function(l){t.writeQueue.shift(),t.writeQueue.length>0&&t._processWriteQueue(),s(l)})}_readLocaleFile(){let t={},n=this._resolveLocaleFile(this.directory,this.locale);try{De.fs.readFileSync&&(t=JSON.parse(De.fs.readFileSync(n,"utf-8")))}catch(i){if(i instanceof SyntaxError&&(i.message="syntax error in "+n),i.code==="ENOENT")t={};else throw i}this.cache[this.locale]=t}_resolveLocaleFile(t,n){let i=De.resolve(t,"./",n+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(i)&&~n.lastIndexOf("_")){let r=De.resolve(t,"./",n.split("_")[0]+".json");this._fileExistsSync(r)&&(i=r)}return i}_fileExistsSync(t){return De.exists(t)}};function Qr(e,t){De=t;let n=new Pi(e);return{__:n.__.bind(n),__n:n.__n.bind(n),setLocale:n.setLocale.bind(n),getLocale:n.getLocale.bind(n),updateLocale:n.updateLocale.bind(n),locale:n.locale}}var bl=e=>Qr(e,Jr),Zr=bl;var Cl={},yl="require is not supported by ESM",Xr="loading a directory of commands is not supported yet for ESM",dn;try{dn=(0,no.fileURLToPath)(Cl.url)}catch(e){dn=process.cwd()}var wl=dn.substring(0,dn.lastIndexOf("node_modules")),io={assert:{notStrictEqual:Hn.notStrictEqual,strictEqual:Hn.strictEqual},cliui:Si,findUp:Ur,getEnv:e=>process.env[e],inspect:eo.inspect,getCallerFile:()=>{throw new X(Xr)},getProcessArgvBin:Gr,mainFilename:wl||process.cwd(),Parser:zr,path:{basename:Ne.basename,dirname:Ne.dirname,extname:Ne.extname,relative:Ne.relative,resolve:Ne.resolve},process:{argv:()=>process.argv,cwd:process.cwd,emitWarning:(e,t)=>process.emitWarning(e,t),execPath:()=>process.execPath,exit:process.exit,nextTick:process.nextTick,stdColumns:typeof process.stdout.columns!="undefined"?process.stdout.columns:null},readFileSync:to.readFileSync,require:()=>{throw new X(yl)},requireDirectory:()=>{throw new X(Xr)},stringWidth:e=>[...e].length,y18n:Zr({directory:(0,Ne.resolve)(dn,"../../../locales"),updateFiles:!1})};function xe(e,t,n,i){n.assert.notStrictEqual(e,t,i)}function ji(e,t){t.assert.strictEqual(typeof e,"string")}function Kt(e){return Object.keys(e)}function te(e){return!!e&&!!e.then&&typeof e.then=="function"}function et(e){let n=e.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),i=/\.*[\][<>]/g,r=n.shift();if(!r)throw new Error(`No command found in: ${e}`);let s={cmd:r.replace(i,""),demanded:[],optional:[]};return n.forEach((o,a)=>{let l=!1;o=o.replace(/\s/g,""),/\.+[\]>]/.test(o)&&a===n.length-1&&(l=!0),/^\[/.test(o)?s.optional.push({cmd:o.replace(i,"").split("|"),variadic:l}):s.demanded.push({cmd:o.replace(i,"").split("|"),variadic:l})}),s}var xl=["first","second","third","fourth","fifth","sixth"];function S(e,t,n){function i(){return typeof e=="object"?[{demanded:[],optional:[]},e,t]:[et(`cmd ${e}`),t,n]}try{let r=0,[s,o,a]=i(),l=[].slice.call(o);for(;l.length&&l[l.length-1]===void 0;)l.pop();let c=a||l.length;if(c<s.demanded.length)throw new X(`Not enough arguments provided. Expected ${s.demanded.length} but received ${l.length}.`);let f=s.demanded.length+s.optional.length;if(c>f)throw new X(`Too many arguments provided. Expected max ${f} but received ${c}.`);s.demanded.forEach(u=>{let p=l.shift(),d=ro(p);u.cmd.filter(b=>b===d||b==="*").length===0&&oo(d,u.cmd,r),r+=1}),s.optional.forEach(u=>{if(l.length===0)return;let p=l.shift(),d=ro(p);u.cmd.filter(b=>b===d||b==="*").length===0&&oo(d,u.cmd,r),r+=1})}catch(r){console.warn(r.stack)}}function ro(e){return Array.isArray(e)?"array":e===null?"null":typeof e}function oo(e,t,n){throw new X(`Invalid ${xl[n]||"manyith"} argument. Expected ${t.join(" or ")} but received ${e}.`)}var Bn=class{constructor(t){this.globalMiddleware=[],this.frozens=[],this.yargs=t}addMiddleware(t,n,i=!0,r=!1){if(S("<array|function> [boolean] [boolean] [boolean]",[t,n,i],arguments.length),Array.isArray(t)){for(let s=0;s<t.length;s++){if(typeof t[s]!="function")throw Error("middleware must be a function");let o=t[s];o.applyBeforeValidation=n,o.global=i}Array.prototype.push.apply(this.globalMiddleware,t)}else if(typeof t=="function"){let s=t;s.applyBeforeValidation=n,s.global=i,s.mutates=r,this.globalMiddleware.push(t)}return this.yargs}addCoerceMiddleware(t,n){let i=this.yargs.getAliases();return this.globalMiddleware=this.globalMiddleware.filter(r=>{let s=[...i[n]||[],n];return r.option?!s.includes(r.option):!0}),t.option=n,this.addMiddleware(t,!0,!0,!0)}getMiddleware(){return this.globalMiddleware}freeze(){this.frozens.push([...this.globalMiddleware])}unfreeze(){let t=this.frozens.pop();t!==void 0&&(this.globalMiddleware=t)}reset(){this.globalMiddleware=this.globalMiddleware.filter(t=>t.global)}};function so(e){return e?e.map(t=>(t.applyBeforeValidation=!1,t)):[]}function Ot(e,t,n,i){return n.reduce((r,s)=>{if(s.applyBeforeValidation!==i)return r;if(s.mutates){if(s.applied)return r;s.applied=!0}if(te(r))return r.then(o=>Promise.all([o,s(o,t)])).then(([o,a])=>Object.assign(o,a));{let o=s(r,t);return te(o)?o.then(a=>Object.assign(r,a)):Object.assign(r,o)}},e)}function Et(e,t,n=i=>{throw i}){try{let i=vl(e)?e():e;return te(i)?i.then(r=>t(r)):t(i)}catch(i){return n(i)}}function vl(e){return typeof e=="function"}function Mi(e){if(typeof require=="undefined")return null;for(let t=0,n=Object.keys(require.cache),i;t<n.length;t++)if(i=require.cache[n[t]],i.exports===e)return i;return null}var Vt=/(^\*)|(^\$0)/,Li=class{constructor(t,n,i,r){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=r,this.usage=t,this.globalMiddleware=i,this.validation=n}addDirectory(t,n,i,r){r=r||{},typeof r.recurse!="boolean"&&(r.recurse=!1),Array.isArray(r.extensions)||(r.extensions=["js"]);let s=typeof r.visit=="function"?r.visit:o=>o;r.visit=(o,a,l)=>{let c=s(o,a,l);if(c){if(this.requireCache.has(a))return c;this.requireCache.add(a),this.addHandler(c)}return c},this.shim.requireDirectory({require:n,filename:i},t,r)}addHandler(t,n,i,r,s,o){let a=[],l=so(s);if(r=r||(()=>{}),Array.isArray(t))if(Al(t))[t,...a]=t;else for(let c of t)this.addHandler(c);else if(Ol(t)){let c=Array.isArray(t.command)||typeof t.command=="string"?t.command:this.moduleName(t);t.aliases&&(c=[].concat(c).concat(t.aliases)),this.addHandler(c,this.extractDesc(t),t.builder,t.handler,t.middlewares,t.deprecated);return}else if(ao(i)){this.addHandler([t].concat(a),n,i.builder,i.handler,i.middlewares,i.deprecated);return}if(typeof t=="string"){let c=et(t);a=a.map(p=>et(p).cmd);let f=!1,u=[c.cmd].concat(a).filter(p=>Vt.test(p)?(f=!0,!1):!0);u.length===0&&f&&u.push("$0"),f&&(c.cmd=u[0],a=u.slice(1),t=t.replace(Vt,c.cmd)),a.forEach(p=>{this.aliasMap[p]=c.cmd}),n!==!1&&this.usage.command(t,n,f,a,o),this.handlers[c.cmd]={original:t,description:n,handler:r,builder:i||{},middlewares:l,deprecated:o,demanded:c.demanded,optional:c.optional},f&&(this.defaultCommand=this.handlers[c.cmd])}}getCommandHandlers(){return this.handlers}getCommands(){return Object.keys(this.handlers).concat(Object.keys(this.aliasMap))}hasDefaultCommand(){return!!this.defaultCommand}runCommand(t,n,i,r,s,o){let a=this.handlers[t]||this.handlers[this.aliasMap[t]]||this.defaultCommand,l=n.getInternalMethods().getContext(),c=l.commands.slice(),f=!t;t&&(l.commands.push(t),l.fullCommands.push(a.original));let u=this.applyBuilderUpdateUsageAndParse(f,a,n,i.aliases,c,r,s,o);return te(u)?u.then(p=>this.applyMiddlewareAndGetResult(f,a,p.innerArgv,l,s,p.aliases,n)):this.applyMiddlewareAndGetResult(f,a,u.innerArgv,l,s,u.aliases,n)}applyBuilderUpdateUsageAndParse(t,n,i,r,s,o,a,l){let c=n.builder,f=i;if(kn(c)){let u=c(i.getInternalMethods().reset(r),l);if(te(u))return u.then(p=>(f=co(p)?p:i,this.parseAndUpdateUsage(t,n,f,s,o,a)))}else _l(c)&&(f=i.getInternalMethods().reset(r),Object.keys(n.builder).forEach(u=>{f.option(u,c[u])}));return this.parseAndUpdateUsage(t,n,f,s,o,a)}parseAndUpdateUsage(t,n,i,r,s,o){t&&i.getInternalMethods().getUsageInstance().unfreeze(!0),this.shouldUpdateUsage(i)&&i.getInternalMethods().getUsageInstance().usage(this.usageFromParentCommandsCommandHandler(r,n),n.description);let a=i.getInternalMethods().runYargsParserAndExecuteCommands(null,void 0,!0,s,o);return te(a)?a.then(l=>({aliases:i.parsed.aliases,innerArgv:l})):{aliases:i.parsed.aliases,innerArgv:a}}shouldUpdateUsage(t){return!t.getInternalMethods().getUsageInstance().getUsageDisabled()&&t.getInternalMethods().getUsageInstance().getUsage().length===0}usageFromParentCommandsCommandHandler(t,n){let i=Vt.test(n.original)?n.original.replace(Vt,"").trim():n.original,r=t.filter(s=>!Vt.test(s));return r.push(i),`$0 ${r.join(" ")}`}handleValidationAndGetResult(t,n,i,r,s,o,a,l){if(!o.getInternalMethods().getHasOutput()){let c=o.getInternalMethods().runValidation(s,l,o.parsed.error,t);i=Et(i,f=>(c(f),f))}if(n.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();let c=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(i,c,!1,!1),i=Ot(i,o,a,!1),i=Et(i,f=>{let u=n.handler(f);return te(u)?u.then(()=>f):f}),t||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),te(i)&&!o.getInternalMethods().hasParseCallback()&&i.catch(f=>{try{o.getInternalMethods().getUsageInstance().fail(null,f)}catch(u){}})}return t||(r.commands.pop(),r.fullCommands.pop()),i}applyMiddlewareAndGetResult(t,n,i,r,s,o,a){let l={};if(s)return i;a.getInternalMethods().getHasOutput()||(l=this.populatePositionals(n,i,r,a));let c=this.globalMiddleware.getMiddleware().slice(0).concat(n.middlewares),f=Ot(i,a,c,!0);return te(f)?f.then(u=>this.handleValidationAndGetResult(t,n,u,r,o,a,c,l)):this.handleValidationAndGetResult(t,n,f,r,o,a,c,l)}populatePositionals(t,n,i,r){n._=n._.slice(i.commands.length);let s=t.demanded.slice(0),o=t.optional.slice(0),a={};for(this.validation.positionalCount(s.length,n._.length);s.length;){let l=s.shift();this.populatePositional(l,n,a)}for(;o.length;){let l=o.shift();this.populatePositional(l,n,a)}return n._=i.commands.concat(n._.map(l=>""+l)),this.postProcessPositionals(n,a,this.cmdToParseOptions(t.original),r),a}populatePositional(t,n,i){let r=t.cmd[0];t.variadic?i[r]=n._.splice(0).map(String):n._.length&&(i[r]=[String(n._.shift())])}cmdToParseOptions(t){let n={array:[],default:{},alias:{},demand:{}},i=et(t);return i.demanded.forEach(r=>{let[s,...o]=r.cmd;r.variadic&&(n.array.push(s),n.default[s]=[]),n.alias[s]=o,n.demand[s]=!0}),i.optional.forEach(r=>{let[s,...o]=r.cmd;r.variadic&&(n.array.push(s),n.default[s]=[]),n.alias[s]=o}),n}postProcessPositionals(t,n,i,r){let s=Object.assign({},r.getOptions());s.default=Object.assign(i.default,s.default);for(let c of Object.keys(i.alias))s.alias[c]=(s.alias[c]||[]).concat(i.alias[c]);s.array=s.array.concat(i.array),s.config={};let o=[];if(Object.keys(n).forEach(c=>{n[c].map(f=>{s.configuration["unknown-options-as-args"]&&(s.key[c]=!0),o.push(`--${c}`),o.push(f)})}),!o.length)return;let a=Object.assign({},s.configuration,{"populate--":!1}),l=this.shim.Parser.detailed(o,Object.assign({},s,{configuration:a}));if(l.error)r.getInternalMethods().getUsageInstance().fail(l.error.message,l.error);else{let c=Object.keys(n);Object.keys(n).forEach(f=>{c.push(...l.aliases[f])}),Object.keys(l.argv).forEach(f=>{c.includes(f)&&(n[f]||(n[f]=l.argv[f]),!this.isInConfigs(r,f)&&!this.isDefaulted(r,f)&&Object.prototype.hasOwnProperty.call(t,f)&&Object.prototype.hasOwnProperty.call(l.argv,f)&&(Array.isArray(t[f])||Array.isArray(l.argv[f]))?t[f]=[].concat(t[f],l.argv[f]):t[f]=l.argv[f])})}}isDefaulted(t,n){let{default:i}=t.getOptions();return Object.prototype.hasOwnProperty.call(i,n)||Object.prototype.hasOwnProperty.call(i,this.shim.Parser.camelCase(n))}isInConfigs(t,n){let{configObjects:i}=t.getOptions();return i.some(r=>Object.prototype.hasOwnProperty.call(r,n))||i.some(r=>Object.prototype.hasOwnProperty.call(r,this.shim.Parser.camelCase(n)))}runDefaultBuilderOn(t){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(t)){let i=Vt.test(this.defaultCommand.original)?this.defaultCommand.original:this.defaultCommand.original.replace(/^[^[\]<>]*/,"$0 ");t.getInternalMethods().getUsageInstance().usage(i,this.defaultCommand.description)}let n=this.defaultCommand.builder;if(kn(n))return n(t,!0);ao(n)||Object.keys(n).forEach(i=>{t.option(i,n[i])})}moduleName(t){let n=Mi(t);if(!n)throw new Error(`No command name given for module: ${this.shim.inspect(t)}`);return this.commandFromFilename(n.filename)}commandFromFilename(t){return this.shim.path.basename(t,this.shim.path.extname(t))}extractDesc({describe:t,description:n,desc:i}){for(let r of[t,n,i]){if(typeof r=="string"||r===!1)return r;xe(r,!0,this.shim)}return!1}freeze(){this.frozens.push({handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand})}unfreeze(){let t=this.frozens.pop();xe(t,void 0,this.shim),{handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand}=t}reset(){return this.handlers={},this.aliasMap={},this.defaultCommand=void 0,this.requireCache=new Set,this}};function lo(e,t,n,i){return new Li(e,t,n,i)}function ao(e){return typeof e=="object"&&!!e.builder&&typeof e.handler=="function"}function Al(e){return e.every(t=>typeof t=="string")}function kn(e){return typeof e=="function"}function _l(e){return typeof e=="object"}function Ol(e){return typeof e=="object"&&!Array.isArray(e)}function tt(e={},t=()=>!0){let n={};return Kt(e).forEach(i=>{t(i,e[i])&&(n[i]=e[i])}),n}function nt(e){typeof process!="undefined"&&[process.stdout,process.stderr].forEach(t=>{let n=t;n._handle&&n.isTTY&&typeof n._handle.setBlocking=="function"&&n._handle.setBlocking(e)})}function El(e){return typeof e=="boolean"}function uo(e,t){let n=t.y18n.__,i={},r=[];i.failFn=function(O){r.push(O)};let s=null,o=null,a=!0;i.showHelpOnFail=function(O=!0,M){let[B,V]=typeof O=="string"?[!0,O]:[O,M];return e.getInternalMethods().isGlobalContext()&&(o=V),s=V,a=B,i};let l=!1;i.fail=function(O,M){let B=e.getInternalMethods().getLoggerInstance();if(r.length)for(let V=r.length-1;V>=0;--V){let le=r[V];if(El(le)){if(M)throw M;if(O)throw Error(O)}else le(O,M,i)}else{if(e.getExitProcess()&&nt(!0),!l){l=!0,a&&(e.showHelp("error"),B.error()),(O||M)&&B.error(O||M);let V=s||o;V&&((O||M)&&B.error(""),B.error(V))}if(M=M||new X(O),e.getExitProcess())return e.exit(1);if(e.getInternalMethods().hasParseCallback())return e.exit(1,M);throw M}};let c=[],f=!1;i.usage=(j,O)=>j===null?(f=!0,c=[],i):(f=!1,c.push([j,O||""]),i),i.getUsage=()=>c,i.getUsageDisabled=()=>f,i.getPositionalGroupName=()=>n("Positionals:");let u=[];i.example=(j,O)=>{u.push([j,O||""])};let p=[];i.command=function(O,M,B,V,le=!1){B&&(p=p.map(K=>(K[2]=!1,K))),p.push([O,M||"",B,V,le])},i.getCommands=()=>p;let d={};i.describe=function(O,M){Array.isArray(O)?O.forEach(B=>{i.describe(B,M)}):typeof O=="object"?Object.keys(O).forEach(B=>{i.describe(B,O[B])}):d[O]=M},i.getDescriptions=()=>d;let g=[];i.epilog=j=>{g.push(j)};let b=!1,m;i.wrap=j=>{b=!0,m=j};function v(){return b||(m=J(),b=!0),m}let A="__yargsString__:";i.deferY18nLookup=j=>A+j,i.help=function(){if(q)return q;W();let O=e.customScriptName?e.$0:t.path.basename(e.$0),M=e.getDemandedOptions(),B=e.getDemandedCommands(),V=e.getDeprecatedOptions(),le=e.getGroups(),K=e.getOptions(),fe=[];fe=fe.concat(Object.keys(d)),fe=fe.concat(Object.keys(M)),fe=fe.concat(Object.keys(B)),fe=fe.concat(Object.keys(K.default)),fe=fe.filter(F),fe=Object.keys(fe.reduce(($,Z)=>(Z!=="_"&&($[Z]=!0),$),{}));let Ze=v(),ee=t.cliui({width:Ze,wrap:!!Ze});if(!f){if(c.length)c.forEach($=>{ee.div({text:`${$[0].replace(/\$0/g,O)}`}),$[1]&&ee.div({text:`${$[1]}`,padding:[1,0,0,0]})}),ee.div();else if(p.length){let $=null;B._?$=`${O} <${n("command")}>
|
6
|
+
`),r+=e.charAt(s);return n&&i&&(r=`${n}${r}${i}`),r}function Si(e){return Nr(e,{stringWidth:t=>[...t].length,stripAnsi:Ei,wrap:$r})}var qt=require("path"),Dn=require("fs");function Ur(e,t){let n=(0,qt.resolve)(".",e),i;for((0,Dn.statSync)(n).isDirectory()||(n=(0,qt.dirname)(n));;){if(i=t(n,(0,Dn.readdirSync)(n)),i)return(0,qt.resolve)(n,i);if(n=(0,qt.dirname)(i=n),i===n)break}}var eo=require("util"),to=require("fs"),no=require("url");var Wr=require("util"),Un=require("path");function _t(e){if(e!==e.toLowerCase()&&e!==e.toUpperCase()||(e=e.toLowerCase()),e.indexOf("-")===-1&&e.indexOf("_")===-1)return e;{let n="",i=!1,r=e.match(/^-+/);for(let s=r?r[0].length:0;s<e.length;s++){let o=e.charAt(s);i&&(i=!1,o=o.toUpperCase()),s!==0&&(o==="-"||o==="_")?i=!0:o!=="-"&&o!=="_"&&(n+=o)}return n}}function Nn(e,t){let n=e.toLowerCase();t=t||"-";let i="";for(let r=0;r<e.length;r++){let s=n.charAt(r),o=e.charAt(r);s!==o&&r>0?i+=`${t}${n.charAt(r)}`:i+=o}return i}function Rn(e){return e==null?!1:typeof e=="number"||/^0x[0-9a-f]+$/i.test(e)?!0:/^0[^.]/.test(e)?!1:/^[-]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(e)}function Hr(e){if(Array.isArray(e))return e.map(o=>typeof o!="string"?o+"":o);e=e.trim();let t=0,n=null,i=null,r=null,s=[];for(let o=0;o<e.length;o++){if(n=i,i=e.charAt(o),i===" "&&!r){n!==" "&&t++;continue}i===r?r=null:(i==="'"||i==='"')&&!r&&(r=i),s[t]||(s[t]=""),s[t]+=i}return s}var Pe;(function(e){e.BOOLEAN="boolean",e.STRING="string",e.NUMBER="number",e.ARRAY="array"})(Pe||(Pe={}));var qe,$n=class{constructor(t){qe=t}parse(t,n){let i=Object.assign({alias:void 0,array:void 0,boolean:void 0,config:void 0,configObjects:void 0,configuration:void 0,coerce:void 0,count:void 0,default:void 0,envPrefix:void 0,narg:void 0,normalize:void 0,string:void 0,number:void 0,__:void 0,key:void 0},n),r=Hr(t),s=typeof t=="string",o=ul(Object.assign(Object.create(null),i.alias)),a=Object.assign({"boolean-negation":!0,"camel-case-expansion":!0,"combine-arrays":!1,"dot-notation":!0,"duplicate-arguments-array":!0,"flatten-duplicate-arrays":!0,"greedy-arrays":!0,"halt-at-non-option":!1,"nargs-eats-options":!1,"negation-prefix":"no-","parse-numbers":!0,"parse-positional-numbers":!0,"populate--":!1,"set-placeholder-key":!1,"short-option-groups":!0,"strip-aliased":!1,"strip-dashed":!1,"unknown-options-as-args":!1},i.configuration),l=Object.assign(Object.create(null),i.default),c=i.configObjects||[],f=i.envPrefix,u=a["populate--"],p=u?"--":"_",d=Object.create(null),g=Object.create(null),b=i.__||qe.format,m={aliases:Object.create(null),arrays:Object.create(null),bools:Object.create(null),strings:Object.create(null),numbers:Object.create(null),counts:Object.create(null),normalize:Object.create(null),configs:Object.create(null),nargs:Object.create(null),coercions:Object.create(null),keys:[]},v=/^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/,A=new RegExp("^--"+a["negation-prefix"]+"(.+)");[].concat(i.array||[]).filter(Boolean).forEach(function(y){let C=typeof y=="object"?y.key:y,_=Object.keys(y).map(function(x){return{boolean:"bools",string:"strings",number:"numbers"}[x]}).filter(Boolean).pop();_&&(m[_][C]=!0),m.arrays[C]=!0,m.keys.push(C)}),[].concat(i.boolean||[]).filter(Boolean).forEach(function(y){m.bools[y]=!0,m.keys.push(y)}),[].concat(i.string||[]).filter(Boolean).forEach(function(y){m.strings[y]=!0,m.keys.push(y)}),[].concat(i.number||[]).filter(Boolean).forEach(function(y){m.numbers[y]=!0,m.keys.push(y)}),[].concat(i.count||[]).filter(Boolean).forEach(function(y){m.counts[y]=!0,m.keys.push(y)}),[].concat(i.normalize||[]).filter(Boolean).forEach(function(y){m.normalize[y]=!0,m.keys.push(y)}),typeof i.narg=="object"&&Object.entries(i.narg).forEach(([y,C])=>{typeof C=="number"&&(m.nargs[y]=C,m.keys.push(y))}),typeof i.coerce=="object"&&Object.entries(i.coerce).forEach(([y,C])=>{typeof C=="function"&&(m.coercions[y]=C,m.keys.push(y))}),typeof i.config!="undefined"&&(Array.isArray(i.config)||typeof i.config=="string"?[].concat(i.config).filter(Boolean).forEach(function(y){m.configs[y]=!0}):typeof i.config=="object"&&Object.entries(i.config).forEach(([y,C])=>{(typeof C=="boolean"||typeof C=="function")&&(m.configs[y]=C)})),un(i.key,o,i.default,m.arrays),Object.keys(l).forEach(function(y){(m.aliases[y]||[]).forEach(function(C){l[C]=l[y]})});let T=null;vi();let W=[],G=Object.assign(Object.create(null),{_:[]}),k={};for(let y=0;y<r.length;y++){let C=r[y],_=C.replace(/^-{3,}/,"---"),x,w,P,E,D,de;if(C!=="--"&&Z(C))F(C);else if(_.match(/---+(=|$)/)){F(C);continue}else if(C.match(/^--.+=/)||!a["short-option-groups"]&&C.match(/^-.+=/))E=C.match(/^--?([^=]+)=([\s\S]*)$/),E!==null&&Array.isArray(E)&&E.length>=3&&(R(E[1],m.arrays)?y=J(y,E[1],r,E[2]):R(E[1],m.nargs)!==!1?y=z(y,E[1],r,E[2]):H(E[1],E[2],!0));else if(C.match(A)&&a["boolean-negation"])E=C.match(A),E!==null&&Array.isArray(E)&&E.length>=2&&(w=E[1],H(w,R(w,m.arrays)?[!1]:!1));else if(C.match(/^--.+/)||!a["short-option-groups"]&&C.match(/^-[^-]+/))E=C.match(/^--?(.+)/),E!==null&&Array.isArray(E)&&E.length>=2&&(w=E[1],R(w,m.arrays)?y=J(y,w,r):R(w,m.nargs)!==!1?y=z(y,w,r):(D=r[y+1],D!==void 0&&(!D.match(/^-/)||D.match(v))&&!R(w,m.bools)&&!R(w,m.counts)||/^(true|false)$/.test(D)?(H(w,D),y++):H(w,q(w))));else if(C.match(/^-.\..+=/))E=C.match(/^-([^=]+)=([\s\S]*)$/),E!==null&&Array.isArray(E)&&E.length>=3&&H(E[1],E[2]);else if(C.match(/^-.\..+/)&&!C.match(v))D=r[y+1],E=C.match(/^-(.\..+)/),E!==null&&Array.isArray(E)&&E.length>=2&&(w=E[1],D!==void 0&&!D.match(/^-/)&&!R(w,m.bools)&&!R(w,m.counts)?(H(w,D),y++):H(w,q(w)));else if(C.match(/^-[^-]+/)&&!C.match(v)){P=C.slice(1,-1).split(""),x=!1;for(let we=0;we<P.length;we++){if(D=C.slice(we+2),P[we+1]&&P[we+1]==="="){de=C.slice(we+3),w=P[we],R(w,m.arrays)?y=J(y,w,r,de):R(w,m.nargs)!==!1?y=z(y,w,r,de):H(w,de),x=!0;break}if(D==="-"){H(P[we],D);continue}if(/[A-Za-z]/.test(P[we])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(D)&&R(D,m.bools)===!1){H(P[we],D),x=!0;break}if(P[we+1]&&P[we+1].match(/\W/)){H(P[we],D),x=!0;break}else H(P[we],q(P[we]))}w=C.slice(-1)[0],!x&&w!=="-"&&(R(w,m.arrays)?y=J(y,w,r):R(w,m.nargs)!==!1?y=z(y,w,r):(D=r[y+1],D!==void 0&&(!/^(-|--)[^-]/.test(D)||D.match(v))&&!R(w,m.bools)&&!R(w,m.counts)||/^(true|false)$/.test(D)?(H(w,D),y++):H(w,q(w))))}else if(C.match(/^-[0-9]$/)&&C.match(v)&&R(C.slice(1),m.bools))w=C.slice(1),H(w,q(w));else if(C==="--"){W=r.slice(y+1);break}else if(a["halt-at-non-option"]){W=r.slice(y);break}else F(C)}le(G,!0),le(G,!1),M(G),V(),Ze(G,m.aliases,l,!0),K(G),a["set-placeholder-key"]&&fe(G),Object.keys(m.counts).forEach(function(y){ee(G,y.split("."))||H(y,0)}),u&&W.length&&(G[p]=[]),W.forEach(function(y){G[p].push(y)}),a["camel-case-expansion"]&&a["strip-dashed"]&&Object.keys(G).filter(y=>y!=="--"&&y.includes("-")).forEach(y=>{delete G[y]}),a["strip-aliased"]&&[].concat(...Object.keys(o).map(y=>o[y])).forEach(y=>{a["camel-case-expansion"]&&y.includes("-")&&delete G[y.split(".").map(C=>_t(C)).join(".")],delete G[y]});function F(y){let C=O("_",y);(typeof C=="string"||typeof C=="number")&&G._.push(C)}function z(y,C,_,x){let w,P=R(C,m.nargs);if(P=typeof P!="number"||isNaN(P)?1:P,P===0)return pe(x)||(T=Error(b("Argument unexpected for: %s",C))),H(C,q(C)),y;let E=pe(x)?0:1;if(a["nargs-eats-options"])_.length-(y+1)+E<P&&(T=Error(b("Not enough arguments following: %s",C))),E=P;else{for(w=y+1;w<_.length&&(!_[w].match(/^-[^0-9]/)||_[w].match(v)||Z(_[w]));w++)E++;E<P&&(T=Error(b("Not enough arguments following: %s",C)))}let D=Math.min(E,P);for(!pe(x)&&D>0&&(H(C,x),D--),w=y+1;w<D+y+1;w++)H(C,_[w]);return y+D}function J(y,C,_,x){let w=[],P=x||_[y+1],E=R(C,m.nargs);if(R(C,m.bools)&&!/^(true|false)$/.test(P))w.push(!0);else if(pe(P)||pe(x)&&/^-/.test(P)&&!v.test(P)&&!Z(P)){if(l[C]!==void 0){let D=l[C];w=Array.isArray(D)?D:[D]}}else{pe(x)||w.push(j(C,x,!0));for(let D=y+1;D<_.length&&!(!a["greedy-arrays"]&&w.length>0||E&&typeof E=="number"&&w.length>=E||(P=_[D],/^-/.test(P)&&!v.test(P)&&!Z(P)));D++)y=D,w.push(j(C,P,s))}return typeof E=="number"&&(E&&w.length<E||isNaN(E)&&w.length===0)&&(T=Error(b("Not enough arguments following: %s",C))),H(C,w),y}function H(y,C,_=s){if(/-/.test(y)&&a["camel-case-expansion"]){let P=y.split(".").map(function(E){return _t(E)}).join(".");_e(y,P)}let x=j(y,C,_),w=y.split(".");Ye(G,w,x),m.aliases[y]&&m.aliases[y].forEach(function(P){let E=P.split(".");Ye(G,E,x)}),w.length>1&&a["dot-notation"]&&(m.aliases[w[0]]||[]).forEach(function(P){let E=P.split("."),D=[].concat(w);D.shift(),E=E.concat(D),(m.aliases[y]||[]).includes(E.join("."))||Ye(G,E,x)}),R(y,m.normalize)&&!R(y,m.arrays)&&[y].concat(m.aliases[y]||[]).forEach(function(E){Object.defineProperty(k,E,{enumerable:!0,get(){return C},set(D){C=typeof D=="string"?qe.normalize(D):D}})})}function _e(y,C){m.aliases[y]&&m.aliases[y].length||(m.aliases[y]=[C],d[C]=!0),m.aliases[C]&&m.aliases[C].length||_e(C,y)}function j(y,C,_){_&&(C=pl(C)),(R(y,m.bools)||R(y,m.counts))&&typeof C=="string"&&(C=C==="true");let x=Array.isArray(C)?C.map(function(w){return O(y,w)}):O(y,C);return R(y,m.counts)&&(pe(x)||typeof x=="boolean")&&(x=Ii()),R(y,m.normalize)&&R(y,m.arrays)&&(Array.isArray(C)?x=C.map(w=>qe.normalize(w)):x=qe.normalize(C)),x}function O(y,C){return!a["parse-positional-numbers"]&&y==="_"||!R(y,m.strings)&&!R(y,m.bools)&&!Array.isArray(C)&&(Rn(C)&&a["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${C}`)))||!pe(C)&&R(y,m.numbers))&&(C=Number(C)),C}function M(y){let C=Object.create(null);Ze(C,m.aliases,l),Object.keys(m.configs).forEach(function(_){let x=y[_]||C[_];if(x)try{let w=null,P=qe.resolve(qe.cwd(),x),E=m.configs[_];if(typeof E=="function"){try{w=E(P)}catch(D){w=D}if(w instanceof Error){T=w;return}}else w=qe.require(P);B(w)}catch(w){w.name==="PermissionDenied"?T=w:y[_]&&(T=Error(b("Invalid JSON config file: %s",x)))}})}function B(y,C){Object.keys(y).forEach(function(_){let x=y[_],w=C?C+"."+_:_;typeof x=="object"&&x!==null&&!Array.isArray(x)&&a["dot-notation"]?B(x,w):(!ee(G,w.split("."))||R(w,m.arrays)&&a["combine-arrays"])&&H(w,x)})}function V(){typeof c!="undefined"&&c.forEach(function(y){B(y)})}function le(y,C){if(typeof f=="undefined")return;let _=typeof f=="string"?f:"",x=qe.env();Object.keys(x).forEach(function(w){if(_===""||w.lastIndexOf(_,0)===0){let P=w.split("__").map(function(E,D){return D===0&&(E=E.substring(_.length)),_t(E)});(C&&m.configs[P.join(".")]||!C)&&!ee(y,P)&&H(P.join("."),x[w])}})}function K(y){let C,_=new Set;Object.keys(y).forEach(function(x){if(!_.has(x)&&(C=R(x,m.coercions),typeof C=="function"))try{let w=O(x,C(y[x]));[].concat(m.aliases[x]||[],x).forEach(P=>{_.add(P),y[P]=w})}catch(w){T=w}})}function fe(y){return m.keys.forEach(C=>{~C.indexOf(".")||typeof y[C]=="undefined"&&(y[C]=void 0)}),y}function Ze(y,C,_,x=!1){Object.keys(_).forEach(function(w){ee(y,w.split("."))||(Ye(y,w.split("."),_[w]),x&&(g[w]=!0),(C[w]||[]).forEach(function(P){ee(y,P.split("."))||Ye(y,P.split("."),_[w])}))})}function ee(y,C){let _=y;a["dot-notation"]||(C=[C.join(".")]),C.slice(0,-1).forEach(function(w){_=_[w]||{}});let x=C[C.length-1];return typeof _!="object"?!1:x in _}function Ye(y,C,_){let x=y;a["dot-notation"]||(C=[C.join(".")]),C.slice(0,-1).forEach(function(de){de=Br(de),typeof x=="object"&&x[de]===void 0&&(x[de]={}),typeof x[de]!="object"||Array.isArray(x[de])?(Array.isArray(x[de])?x[de].push({}):x[de]=[x[de],{}],x=x[de][x[de].length-1]):x=x[de]});let w=Br(C[C.length-1]),P=R(C.join("."),m.arrays),E=Array.isArray(_),D=a["duplicate-arguments-array"];!D&&R(w,m.nargs)&&(D=!0,(!pe(x[w])&&m.nargs[w]===1||Array.isArray(x[w])&&x[w].length===m.nargs[w])&&(x[w]=void 0)),_===Ii()?x[w]=Ii(x[w]):Array.isArray(x[w])?D&&P&&E?x[w]=a["flatten-duplicate-arrays"]?x[w].concat(_):(Array.isArray(x[w][0])?x[w]:[x[w]]).concat([_]):!D&&Boolean(P)===Boolean(E)?x[w]=_:x[w]=x[w].concat([_]):x[w]===void 0&&P?x[w]=E?_:[_]:D&&!(x[w]===void 0||R(w,m.counts)||R(w,m.bools))?x[w]=[x[w],_]:x[w]=_}function un(...y){y.forEach(function(C){Object.keys(C||{}).forEach(function(_){m.aliases[_]||(m.aliases[_]=[].concat(o[_]||[]),m.aliases[_].concat(_).forEach(function(x){if(/-/.test(x)&&a["camel-case-expansion"]){let w=_t(x);w!==_&&m.aliases[_].indexOf(w)===-1&&(m.aliases[_].push(w),d[w]=!0)}}),m.aliases[_].concat(_).forEach(function(x){if(x.length>1&&/[A-Z]/.test(x)&&a["camel-case-expansion"]){let w=Nn(x,"-");w!==_&&m.aliases[_].indexOf(w)===-1&&(m.aliases[_].push(w),d[w]=!0)}}),m.aliases[_].forEach(function(x){m.aliases[x]=[_].concat(m.aliases[_].filter(function(w){return x!==w}))}))})})}function R(y,C){let _=[].concat(m.aliases[y]||[],y),x=Object.keys(C),w=_.find(P=>x.includes(P));return w?C[w]:!1}function Gt(y){let C=Object.keys(m);return[].concat(C.map(x=>m[x])).some(function(x){return Array.isArray(x)?x.includes(y):x[y]})}function Lr(y,...C){return[].concat(...C).some(function(x){let w=y.match(x);return w&&Gt(w[1])})}function $(y){if(y.match(v)||!y.match(/^-[^-]+/))return!1;let C=!0,_,x=y.slice(1).split("");for(let w=0;w<x.length;w++){if(_=y.slice(w+2),!Gt(x[w])){C=!1;break}if(x[w+1]&&x[w+1]==="="||_==="-"||/[A-Za-z]/.test(x[w])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(_)||x[w+1]&&x[w+1].match(/\W/))break}return C}function Z(y){return a["unknown-options-as-args"]&&ue(y)}function ue(y){return y=y.replace(/^-{3,}/,"--"),y.match(v)||$(y)?!1:!Lr(y,/^-+([^=]+?)=[\s\S]*$/,A,/^-+([^=]+?)$/,/^-+([^=]+?)-$/,/^-+([^=]+?\d+)$/,/^-+([^=]+?)\W+.*$/)}function q(y){return!R(y,m.bools)&&!R(y,m.counts)&&`${y}`in l?l[y]:ge(se(y))}function ge(y){return{[Pe.BOOLEAN]:!0,[Pe.STRING]:"",[Pe.NUMBER]:void 0,[Pe.ARRAY]:[]}[y]}function se(y){let C=Pe.BOOLEAN;return R(y,m.strings)?C=Pe.STRING:R(y,m.numbers)?C=Pe.NUMBER:R(y,m.bools)?C=Pe.BOOLEAN:R(y,m.arrays)&&(C=Pe.ARRAY),C}function pe(y){return y===void 0}function vi(){Object.keys(m.counts).find(y=>R(y,m.arrays)?(T=Error(b("Invalid configuration: %s, opts.count excludes opts.array.",y)),!0):R(y,m.nargs)?(T=Error(b("Invalid configuration: %s, opts.count excludes opts.narg.",y)),!0):!1)}return{aliases:Object.assign({},m.aliases),argv:Object.assign(k,G),configuration:a,defaulted:Object.assign({},g),error:T,newAliases:Object.assign({},d)}}};function ul(e){let t=[],n=Object.create(null),i=!0;for(Object.keys(e).forEach(function(r){t.push([].concat(e[r],r))});i;){i=!1;for(let r=0;r<t.length;r++)for(let s=r+1;s<t.length;s++)if(t[r].filter(function(a){return t[s].indexOf(a)!==-1}).length){t[r]=t[r].concat(t[s]),t.splice(s,1),i=!0;break}}return t.forEach(function(r){r=r.filter(function(o,a,l){return l.indexOf(o)===a});let s=r.pop();s!==void 0&&typeof s=="string"&&(n[s]=r)}),n}function Ii(e){return e!==void 0?e+1:1}function Br(e){return e==="__proto__"?"___proto___":e}function pl(e){return typeof e=="string"&&(e[0]==="'"||e[0]==='"')&&e[e.length-1]===e[0]?e.substring(1,e.length-1):e}var Yr=require("fs");var kr=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):12;if(process&&process.version&&Number(process.version.match(/v([^.]+)/)[1])<kr)throw Error(`yargs parser supports a minimum Node.js version of ${kr}. Read our version support policy: https://github.com/yargs/yargs-parser#supported-nodejs-versions`);var hl=process?process.env:{},Gr=new $n({cwd:process.cwd,env:()=>hl,format:Wr.format,normalize:Un.normalize,resolve:Un.resolve,require:e=>{if(typeof require!="undefined")return require(e);if(e.match(/\.json$/))return JSON.parse((0,Yr.readFileSync)(e,"utf8"));throw Error("only .json config files are supported in ESM")}}),hn=function(t,n){return Gr.parse(t.slice(),n).argv};hn.detailed=function(e,t){return Gr.parse(e.slice(),t)};hn.camelCase=_t;hn.decamelize=Nn;hn.looksLikeNumber=Rn;var qr=hn;var Ne=require("path");function dl(){return ml()?0:1}function ml(){return gl()&&!process.defaultApp}function gl(){return!!process.versions.electron}function zr(){return process.argv[dl()]}var X=class extends Error{constructor(t){super(t||"yargs error"),this.name="YError",Error.captureStackTrace&&Error.captureStackTrace(this,X)}};var zt=require("fs"),Kr=require("util"),Vr=require("path"),Jr={fs:{readFileSync:zt.readFileSync,writeFile:zt.writeFile},format:Kr.format,resolve:Vr.resolve,exists:e=>{try{return(0,zt.statSync)(e).isFile()}catch(t){return!1}}};var De,Pi=class{constructor(t){t=t||{},this.directory=t.directory||"./locales",this.updateFiles=typeof t.updateFiles=="boolean"?t.updateFiles:!0,this.locale=t.locale||"en",this.fallbackToLanguage=typeof t.fallbackToLanguage=="boolean"?t.fallbackToLanguage:!0,this.cache=Object.create(null),this.writeQueue=[]}__(...t){if(typeof arguments[0]!="string")return this._taggedLiteral(arguments[0],...arguments);let n=t.shift(),i=function(){};return typeof t[t.length-1]=="function"&&(i=t.pop()),i=i||function(){},this.cache[this.locale]||this._readLocaleFile(),!this.cache[this.locale][n]&&this.updateFiles?(this.cache[this.locale][n]=n,this._enqueueWrite({directory:this.directory,locale:this.locale,cb:i})):i(),De.format.apply(De.format,[this.cache[this.locale][n]||n].concat(t))}__n(){let t=Array.prototype.slice.call(arguments),n=t.shift(),i=t.shift(),r=t.shift(),s=function(){};typeof t[t.length-1]=="function"&&(s=t.pop()),this.cache[this.locale]||this._readLocaleFile();let o=r===1?n:i;this.cache[this.locale][n]&&(o=this.cache[this.locale][n][r===1?"one":"other"]),!this.cache[this.locale][n]&&this.updateFiles?(this.cache[this.locale][n]={one:n,other:i},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:s})):s();let a=[o];return~o.indexOf("%d")&&a.push(r),De.format.apply(De.format,a.concat(t))}setLocale(t){this.locale=t}getLocale(){return this.locale}updateLocale(t){this.cache[this.locale]||this._readLocaleFile();for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(this.cache[this.locale][n]=t[n])}_taggedLiteral(t,...n){let i="";return t.forEach(function(r,s){let o=n[s+1];i+=r,typeof o!="undefined"&&(i+="%s")}),this.__.apply(this,[i].concat([].slice.call(n,1)))}_enqueueWrite(t){this.writeQueue.push(t),this.writeQueue.length===1&&this._processWriteQueue()}_processWriteQueue(){let t=this,n=this.writeQueue[0],i=n.directory,r=n.locale,s=n.cb,o=this._resolveLocaleFile(i,r),a=JSON.stringify(this.cache[r],null,2);De.fs.writeFile(o,a,"utf-8",function(l){t.writeQueue.shift(),t.writeQueue.length>0&&t._processWriteQueue(),s(l)})}_readLocaleFile(){let t={},n=this._resolveLocaleFile(this.directory,this.locale);try{De.fs.readFileSync&&(t=JSON.parse(De.fs.readFileSync(n,"utf-8")))}catch(i){if(i instanceof SyntaxError&&(i.message="syntax error in "+n),i.code==="ENOENT")t={};else throw i}this.cache[this.locale]=t}_resolveLocaleFile(t,n){let i=De.resolve(t,"./",n+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(i)&&~n.lastIndexOf("_")){let r=De.resolve(t,"./",n.split("_")[0]+".json");this._fileExistsSync(r)&&(i=r)}return i}_fileExistsSync(t){return De.exists(t)}};function Qr(e,t){De=t;let n=new Pi(e);return{__:n.__.bind(n),__n:n.__n.bind(n),setLocale:n.setLocale.bind(n),getLocale:n.getLocale.bind(n),updateLocale:n.updateLocale.bind(n),locale:n.locale}}var bl=e=>Qr(e,Jr),Zr=bl;var Cl={},yl="require is not supported by ESM",Xr="loading a directory of commands is not supported yet for ESM",dn;try{dn=(0,no.fileURLToPath)(Cl.url)}catch(e){dn=process.cwd()}var wl=dn.substring(0,dn.lastIndexOf("node_modules")),io={assert:{notStrictEqual:Hn.notStrictEqual,strictEqual:Hn.strictEqual},cliui:Si,findUp:Ur,getEnv:e=>process.env[e],inspect:eo.inspect,getCallerFile:()=>{throw new X(Xr)},getProcessArgvBin:zr,mainFilename:wl||process.cwd(),Parser:qr,path:{basename:Ne.basename,dirname:Ne.dirname,extname:Ne.extname,relative:Ne.relative,resolve:Ne.resolve},process:{argv:()=>process.argv,cwd:process.cwd,emitWarning:(e,t)=>process.emitWarning(e,t),execPath:()=>process.execPath,exit:process.exit,nextTick:process.nextTick,stdColumns:typeof process.stdout.columns!="undefined"?process.stdout.columns:null},readFileSync:to.readFileSync,require:()=>{throw new X(yl)},requireDirectory:()=>{throw new X(Xr)},stringWidth:e=>[...e].length,y18n:Zr({directory:(0,Ne.resolve)(dn,"../../../locales"),updateFiles:!1})};function xe(e,t,n,i){n.assert.notStrictEqual(e,t,i)}function ji(e,t){t.assert.strictEqual(typeof e,"string")}function Kt(e){return Object.keys(e)}function te(e){return!!e&&!!e.then&&typeof e.then=="function"}function et(e){let n=e.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),i=/\.*[\][<>]/g,r=n.shift();if(!r)throw new Error(`No command found in: ${e}`);let s={cmd:r.replace(i,""),demanded:[],optional:[]};return n.forEach((o,a)=>{let l=!1;o=o.replace(/\s/g,""),/\.+[\]>]/.test(o)&&a===n.length-1&&(l=!0),/^\[/.test(o)?s.optional.push({cmd:o.replace(i,"").split("|"),variadic:l}):s.demanded.push({cmd:o.replace(i,"").split("|"),variadic:l})}),s}var xl=["first","second","third","fourth","fifth","sixth"];function S(e,t,n){function i(){return typeof e=="object"?[{demanded:[],optional:[]},e,t]:[et(`cmd ${e}`),t,n]}try{let r=0,[s,o,a]=i(),l=[].slice.call(o);for(;l.length&&l[l.length-1]===void 0;)l.pop();let c=a||l.length;if(c<s.demanded.length)throw new X(`Not enough arguments provided. Expected ${s.demanded.length} but received ${l.length}.`);let f=s.demanded.length+s.optional.length;if(c>f)throw new X(`Too many arguments provided. Expected max ${f} but received ${c}.`);s.demanded.forEach(u=>{let p=l.shift(),d=ro(p);u.cmd.filter(b=>b===d||b==="*").length===0&&oo(d,u.cmd,r),r+=1}),s.optional.forEach(u=>{if(l.length===0)return;let p=l.shift(),d=ro(p);u.cmd.filter(b=>b===d||b==="*").length===0&&oo(d,u.cmd,r),r+=1})}catch(r){console.warn(r.stack)}}function ro(e){return Array.isArray(e)?"array":e===null?"null":typeof e}function oo(e,t,n){throw new X(`Invalid ${xl[n]||"manyith"} argument. Expected ${t.join(" or ")} but received ${e}.`)}var Bn=class{constructor(t){this.globalMiddleware=[],this.frozens=[],this.yargs=t}addMiddleware(t,n,i=!0,r=!1){if(S("<array|function> [boolean] [boolean] [boolean]",[t,n,i],arguments.length),Array.isArray(t)){for(let s=0;s<t.length;s++){if(typeof t[s]!="function")throw Error("middleware must be a function");let o=t[s];o.applyBeforeValidation=n,o.global=i}Array.prototype.push.apply(this.globalMiddleware,t)}else if(typeof t=="function"){let s=t;s.applyBeforeValidation=n,s.global=i,s.mutates=r,this.globalMiddleware.push(t)}return this.yargs}addCoerceMiddleware(t,n){let i=this.yargs.getAliases();return this.globalMiddleware=this.globalMiddleware.filter(r=>{let s=[...i[n]||[],n];return r.option?!s.includes(r.option):!0}),t.option=n,this.addMiddleware(t,!0,!0,!0)}getMiddleware(){return this.globalMiddleware}freeze(){this.frozens.push([...this.globalMiddleware])}unfreeze(){let t=this.frozens.pop();t!==void 0&&(this.globalMiddleware=t)}reset(){this.globalMiddleware=this.globalMiddleware.filter(t=>t.global)}};function so(e){return e?e.map(t=>(t.applyBeforeValidation=!1,t)):[]}function Ot(e,t,n,i){return n.reduce((r,s)=>{if(s.applyBeforeValidation!==i)return r;if(s.mutates){if(s.applied)return r;s.applied=!0}if(te(r))return r.then(o=>Promise.all([o,s(o,t)])).then(([o,a])=>Object.assign(o,a));{let o=s(r,t);return te(o)?o.then(a=>Object.assign(r,a)):Object.assign(r,o)}},e)}function Et(e,t,n=i=>{throw i}){try{let i=vl(e)?e():e;return te(i)?i.then(r=>t(r)):t(i)}catch(i){return n(i)}}function vl(e){return typeof e=="function"}function Mi(e){if(typeof require=="undefined")return null;for(let t=0,n=Object.keys(require.cache),i;t<n.length;t++)if(i=require.cache[n[t]],i.exports===e)return i;return null}var Vt=/(^\*)|(^\$0)/,Li=class{constructor(t,n,i,r){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=r,this.usage=t,this.globalMiddleware=i,this.validation=n}addDirectory(t,n,i,r){r=r||{},typeof r.recurse!="boolean"&&(r.recurse=!1),Array.isArray(r.extensions)||(r.extensions=["js"]);let s=typeof r.visit=="function"?r.visit:o=>o;r.visit=(o,a,l)=>{let c=s(o,a,l);if(c){if(this.requireCache.has(a))return c;this.requireCache.add(a),this.addHandler(c)}return c},this.shim.requireDirectory({require:n,filename:i},t,r)}addHandler(t,n,i,r,s,o){let a=[],l=so(s);if(r=r||(()=>{}),Array.isArray(t))if(Al(t))[t,...a]=t;else for(let c of t)this.addHandler(c);else if(Ol(t)){let c=Array.isArray(t.command)||typeof t.command=="string"?t.command:this.moduleName(t);t.aliases&&(c=[].concat(c).concat(t.aliases)),this.addHandler(c,this.extractDesc(t),t.builder,t.handler,t.middlewares,t.deprecated);return}else if(ao(i)){this.addHandler([t].concat(a),n,i.builder,i.handler,i.middlewares,i.deprecated);return}if(typeof t=="string"){let c=et(t);a=a.map(p=>et(p).cmd);let f=!1,u=[c.cmd].concat(a).filter(p=>Vt.test(p)?(f=!0,!1):!0);u.length===0&&f&&u.push("$0"),f&&(c.cmd=u[0],a=u.slice(1),t=t.replace(Vt,c.cmd)),a.forEach(p=>{this.aliasMap[p]=c.cmd}),n!==!1&&this.usage.command(t,n,f,a,o),this.handlers[c.cmd]={original:t,description:n,handler:r,builder:i||{},middlewares:l,deprecated:o,demanded:c.demanded,optional:c.optional},f&&(this.defaultCommand=this.handlers[c.cmd])}}getCommandHandlers(){return this.handlers}getCommands(){return Object.keys(this.handlers).concat(Object.keys(this.aliasMap))}hasDefaultCommand(){return!!this.defaultCommand}runCommand(t,n,i,r,s,o){let a=this.handlers[t]||this.handlers[this.aliasMap[t]]||this.defaultCommand,l=n.getInternalMethods().getContext(),c=l.commands.slice(),f=!t;t&&(l.commands.push(t),l.fullCommands.push(a.original));let u=this.applyBuilderUpdateUsageAndParse(f,a,n,i.aliases,c,r,s,o);return te(u)?u.then(p=>this.applyMiddlewareAndGetResult(f,a,p.innerArgv,l,s,p.aliases,n)):this.applyMiddlewareAndGetResult(f,a,u.innerArgv,l,s,u.aliases,n)}applyBuilderUpdateUsageAndParse(t,n,i,r,s,o,a,l){let c=n.builder,f=i;if(kn(c)){let u=c(i.getInternalMethods().reset(r),l);if(te(u))return u.then(p=>(f=co(p)?p:i,this.parseAndUpdateUsage(t,n,f,s,o,a)))}else _l(c)&&(f=i.getInternalMethods().reset(r),Object.keys(n.builder).forEach(u=>{f.option(u,c[u])}));return this.parseAndUpdateUsage(t,n,f,s,o,a)}parseAndUpdateUsage(t,n,i,r,s,o){t&&i.getInternalMethods().getUsageInstance().unfreeze(!0),this.shouldUpdateUsage(i)&&i.getInternalMethods().getUsageInstance().usage(this.usageFromParentCommandsCommandHandler(r,n),n.description);let a=i.getInternalMethods().runYargsParserAndExecuteCommands(null,void 0,!0,s,o);return te(a)?a.then(l=>({aliases:i.parsed.aliases,innerArgv:l})):{aliases:i.parsed.aliases,innerArgv:a}}shouldUpdateUsage(t){return!t.getInternalMethods().getUsageInstance().getUsageDisabled()&&t.getInternalMethods().getUsageInstance().getUsage().length===0}usageFromParentCommandsCommandHandler(t,n){let i=Vt.test(n.original)?n.original.replace(Vt,"").trim():n.original,r=t.filter(s=>!Vt.test(s));return r.push(i),`$0 ${r.join(" ")}`}handleValidationAndGetResult(t,n,i,r,s,o,a,l){if(!o.getInternalMethods().getHasOutput()){let c=o.getInternalMethods().runValidation(s,l,o.parsed.error,t);i=Et(i,f=>(c(f),f))}if(n.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();let c=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(i,c,!1,!1),i=Ot(i,o,a,!1),i=Et(i,f=>{let u=n.handler(f);return te(u)?u.then(()=>f):f}),t||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),te(i)&&!o.getInternalMethods().hasParseCallback()&&i.catch(f=>{try{o.getInternalMethods().getUsageInstance().fail(null,f)}catch(u){}})}return t||(r.commands.pop(),r.fullCommands.pop()),i}applyMiddlewareAndGetResult(t,n,i,r,s,o,a){let l={};if(s)return i;a.getInternalMethods().getHasOutput()||(l=this.populatePositionals(n,i,r,a));let c=this.globalMiddleware.getMiddleware().slice(0).concat(n.middlewares),f=Ot(i,a,c,!0);return te(f)?f.then(u=>this.handleValidationAndGetResult(t,n,u,r,o,a,c,l)):this.handleValidationAndGetResult(t,n,f,r,o,a,c,l)}populatePositionals(t,n,i,r){n._=n._.slice(i.commands.length);let s=t.demanded.slice(0),o=t.optional.slice(0),a={};for(this.validation.positionalCount(s.length,n._.length);s.length;){let l=s.shift();this.populatePositional(l,n,a)}for(;o.length;){let l=o.shift();this.populatePositional(l,n,a)}return n._=i.commands.concat(n._.map(l=>""+l)),this.postProcessPositionals(n,a,this.cmdToParseOptions(t.original),r),a}populatePositional(t,n,i){let r=t.cmd[0];t.variadic?i[r]=n._.splice(0).map(String):n._.length&&(i[r]=[String(n._.shift())])}cmdToParseOptions(t){let n={array:[],default:{},alias:{},demand:{}},i=et(t);return i.demanded.forEach(r=>{let[s,...o]=r.cmd;r.variadic&&(n.array.push(s),n.default[s]=[]),n.alias[s]=o,n.demand[s]=!0}),i.optional.forEach(r=>{let[s,...o]=r.cmd;r.variadic&&(n.array.push(s),n.default[s]=[]),n.alias[s]=o}),n}postProcessPositionals(t,n,i,r){let s=Object.assign({},r.getOptions());s.default=Object.assign(i.default,s.default);for(let c of Object.keys(i.alias))s.alias[c]=(s.alias[c]||[]).concat(i.alias[c]);s.array=s.array.concat(i.array),s.config={};let o=[];if(Object.keys(n).forEach(c=>{n[c].map(f=>{s.configuration["unknown-options-as-args"]&&(s.key[c]=!0),o.push(`--${c}`),o.push(f)})}),!o.length)return;let a=Object.assign({},s.configuration,{"populate--":!1}),l=this.shim.Parser.detailed(o,Object.assign({},s,{configuration:a}));if(l.error)r.getInternalMethods().getUsageInstance().fail(l.error.message,l.error);else{let c=Object.keys(n);Object.keys(n).forEach(f=>{c.push(...l.aliases[f])}),Object.keys(l.argv).forEach(f=>{c.includes(f)&&(n[f]||(n[f]=l.argv[f]),!this.isInConfigs(r,f)&&!this.isDefaulted(r,f)&&Object.prototype.hasOwnProperty.call(t,f)&&Object.prototype.hasOwnProperty.call(l.argv,f)&&(Array.isArray(t[f])||Array.isArray(l.argv[f]))?t[f]=[].concat(t[f],l.argv[f]):t[f]=l.argv[f])})}}isDefaulted(t,n){let{default:i}=t.getOptions();return Object.prototype.hasOwnProperty.call(i,n)||Object.prototype.hasOwnProperty.call(i,this.shim.Parser.camelCase(n))}isInConfigs(t,n){let{configObjects:i}=t.getOptions();return i.some(r=>Object.prototype.hasOwnProperty.call(r,n))||i.some(r=>Object.prototype.hasOwnProperty.call(r,this.shim.Parser.camelCase(n)))}runDefaultBuilderOn(t){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(t)){let i=Vt.test(this.defaultCommand.original)?this.defaultCommand.original:this.defaultCommand.original.replace(/^[^[\]<>]*/,"$0 ");t.getInternalMethods().getUsageInstance().usage(i,this.defaultCommand.description)}let n=this.defaultCommand.builder;if(kn(n))return n(t,!0);ao(n)||Object.keys(n).forEach(i=>{t.option(i,n[i])})}moduleName(t){let n=Mi(t);if(!n)throw new Error(`No command name given for module: ${this.shim.inspect(t)}`);return this.commandFromFilename(n.filename)}commandFromFilename(t){return this.shim.path.basename(t,this.shim.path.extname(t))}extractDesc({describe:t,description:n,desc:i}){for(let r of[t,n,i]){if(typeof r=="string"||r===!1)return r;xe(r,!0,this.shim)}return!1}freeze(){this.frozens.push({handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand})}unfreeze(){let t=this.frozens.pop();xe(t,void 0,this.shim),{handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand}=t}reset(){return this.handlers={},this.aliasMap={},this.defaultCommand=void 0,this.requireCache=new Set,this}};function lo(e,t,n,i){return new Li(e,t,n,i)}function ao(e){return typeof e=="object"&&!!e.builder&&typeof e.handler=="function"}function Al(e){return e.every(t=>typeof t=="string")}function kn(e){return typeof e=="function"}function _l(e){return typeof e=="object"}function Ol(e){return typeof e=="object"&&!Array.isArray(e)}function tt(e={},t=()=>!0){let n={};return Kt(e).forEach(i=>{t(i,e[i])&&(n[i]=e[i])}),n}function nt(e){typeof process!="undefined"&&[process.stdout,process.stderr].forEach(t=>{let n=t;n._handle&&n.isTTY&&typeof n._handle.setBlocking=="function"&&n._handle.setBlocking(e)})}function El(e){return typeof e=="boolean"}function uo(e,t){let n=t.y18n.__,i={},r=[];i.failFn=function(O){r.push(O)};let s=null,o=null,a=!0;i.showHelpOnFail=function(O=!0,M){let[B,V]=typeof O=="string"?[!0,O]:[O,M];return e.getInternalMethods().isGlobalContext()&&(o=V),s=V,a=B,i};let l=!1;i.fail=function(O,M){let B=e.getInternalMethods().getLoggerInstance();if(r.length)for(let V=r.length-1;V>=0;--V){let le=r[V];if(El(le)){if(M)throw M;if(O)throw Error(O)}else le(O,M,i)}else{if(e.getExitProcess()&&nt(!0),!l){l=!0,a&&(e.showHelp("error"),B.error()),(O||M)&&B.error(O||M);let V=s||o;V&&((O||M)&&B.error(""),B.error(V))}if(M=M||new X(O),e.getExitProcess())return e.exit(1);if(e.getInternalMethods().hasParseCallback())return e.exit(1,M);throw M}};let c=[],f=!1;i.usage=(j,O)=>j===null?(f=!0,c=[],i):(f=!1,c.push([j,O||""]),i),i.getUsage=()=>c,i.getUsageDisabled=()=>f,i.getPositionalGroupName=()=>n("Positionals:");let u=[];i.example=(j,O)=>{u.push([j,O||""])};let p=[];i.command=function(O,M,B,V,le=!1){B&&(p=p.map(K=>(K[2]=!1,K))),p.push([O,M||"",B,V,le])},i.getCommands=()=>p;let d={};i.describe=function(O,M){Array.isArray(O)?O.forEach(B=>{i.describe(B,M)}):typeof O=="object"?Object.keys(O).forEach(B=>{i.describe(B,O[B])}):d[O]=M},i.getDescriptions=()=>d;let g=[];i.epilog=j=>{g.push(j)};let b=!1,m;i.wrap=j=>{b=!0,m=j};function v(){return b||(m=J(),b=!0),m}let A="__yargsString__:";i.deferY18nLookup=j=>A+j,i.help=function(){if(G)return G;W();let O=e.customScriptName?e.$0:t.path.basename(e.$0),M=e.getDemandedOptions(),B=e.getDemandedCommands(),V=e.getDeprecatedOptions(),le=e.getGroups(),K=e.getOptions(),fe=[];fe=fe.concat(Object.keys(d)),fe=fe.concat(Object.keys(M)),fe=fe.concat(Object.keys(B)),fe=fe.concat(Object.keys(K.default)),fe=fe.filter(F),fe=Object.keys(fe.reduce(($,Z)=>(Z!=="_"&&($[Z]=!0),$),{}));let Ze=v(),ee=t.cliui({width:Ze,wrap:!!Ze});if(!f){if(c.length)c.forEach($=>{ee.div({text:`${$[0].replace(/\$0/g,O)}`}),$[1]&&ee.div({text:`${$[1]}`,padding:[1,0,0,0]})}),ee.div();else if(p.length){let $=null;B._?$=`${O} <${n("command")}>
|
7
7
|
`:$=`${O} [${n("command")}]
|
8
|
-
`,ee.div(`${$}`)}}if(p.length>1||p.length===1&&!p[0][2]){ee.div(n("Commands:"));let $=e.getInternalMethods().getContext(),Z=$.commands.length?`${$.commands.join(" ")} `:"";e.getInternalMethods().getParserConfiguration()["sort-commands"]===!0&&(p=p.sort((
|
8
|
+
`,ee.div(`${$}`)}}if(p.length>1||p.length===1&&!p[0][2]){ee.div(n("Commands:"));let $=e.getInternalMethods().getContext(),Z=$.commands.length?`${$.commands.join(" ")} `:"";e.getInternalMethods().getParserConfiguration()["sort-commands"]===!0&&(p=p.sort((q,ge)=>q[0].localeCompare(ge[0])));let ue=O?`${O} `:"";p.forEach(q=>{let ge=`${ue}${Z}${q[0].replace(/^\$0 ?/,"")}`;ee.span({text:ge,padding:[0,2,0,2],width:T(p,Ze,`${O}${Z}`)+4},{text:q[1]});let se=[];q[2]&&se.push(`[${n("default")}]`),q[3]&&q[3].length&&se.push(`[${n("aliases:")} ${q[3].join(", ")}]`),q[4]&&(typeof q[4]=="string"?se.push(`[${n("deprecated: %s",q[4])}]`):se.push(`[${n("deprecated")}]`)),se.length?ee.div({text:se.join(" "),padding:[0,0,0,2],align:"right"}):ee.div()}),ee.div()}let Ye=(Object.keys(K.alias)||[]).concat(Object.keys(e.parsed.newAliases)||[]);fe=fe.filter($=>!e.parsed.newAliases[$]&&Ye.every(Z=>(K.alias[Z]||[]).indexOf($)===-1));let un=n("Options:");le[un]||(le[un]=[]),k(fe,K.alias,le,un);let R=$=>/^--/.test(Wn($)),Gt=Object.keys(le).filter($=>le[$].length>0).map($=>{let Z=le[$].filter(F).map(ue=>{if(Ye.includes(ue))return ue;for(let q=0,ge;(ge=Ye[q])!==void 0;q++)if((K.alias[ge]||[]).includes(ue))return ge;return ue});return{groupName:$,normalizedKeys:Z}}).filter(({normalizedKeys:$})=>$.length>0).map(({groupName:$,normalizedKeys:Z})=>{let ue=Z.reduce((q,ge)=>(q[ge]=[ge].concat(K.alias[ge]||[]).map(se=>$===i.getPositionalGroupName()?se:(/^[0-9]$/.test(se)?K.boolean.includes(ge)?"-":"--":se.length>1?"--":"-")+se).sort((se,pe)=>R(se)===R(pe)?0:R(se)?1:-1).join(", "),q),{});return{groupName:$,normalizedKeys:Z,switches:ue}});if(Gt.filter(({groupName:$})=>$!==i.getPositionalGroupName()).some(({normalizedKeys:$,switches:Z})=>!$.every(ue=>R(Z[ue])))&&Gt.filter(({groupName:$})=>$!==i.getPositionalGroupName()).forEach(({normalizedKeys:$,switches:Z})=>{$.forEach(ue=>{R(Z[ue])&&(Z[ue]=Sl(Z[ue],4))})}),Gt.forEach(({groupName:$,normalizedKeys:Z,switches:ue})=>{ee.div($),Z.forEach(q=>{let ge=ue[q],se=d[q]||"",pe=null;se.includes(A)&&(se=n(se.substring(A.length))),K.boolean.includes(q)&&(pe=`[${n("boolean")}]`),K.count.includes(q)&&(pe=`[${n("count")}]`),K.string.includes(q)&&(pe=`[${n("string")}]`),K.normalize.includes(q)&&(pe=`[${n("string")}]`),K.array.includes(q)&&(pe=`[${n("array")}]`),K.number.includes(q)&&(pe=`[${n("number")}]`);let vi=C=>typeof C=="string"?`[${n("deprecated: %s",C)}]`:`[${n("deprecated")}]`,y=[q in V?vi(V[q]):null,pe,q in M?`[${n("required")}]`:null,K.choices&&K.choices[q]?`[${n("choices:")} ${i.stringifiedValues(K.choices[q])}]`:null,z(K.default[q],K.defaultDescription[q])].filter(Boolean).join(" ");ee.span({text:Wn(ge),padding:[0,2,0,2+fo(ge)],width:T(ue,Ze)+4},se),y?ee.div({text:y,padding:[0,0,0,2],align:"right"}):ee.div()}),ee.div()}),u.length&&(ee.div(n("Examples:")),u.forEach($=>{$[0]=$[0].replace(/\$0/g,O)}),u.forEach($=>{$[1]===""?ee.div({text:$[0],padding:[0,2,0,2]}):ee.div({text:$[0],padding:[0,2,0,2],width:T(u,Ze)+4},{text:$[1]})}),ee.div()),g.length>0){let $=g.map(Z=>Z.replace(/\$0/g,O)).join(`
|
9
9
|
`);ee.div(`${$}
|
10
|
-
`)}return ee.toString().replace(/\s*$/,"")};function T(j,O,M){let B=0;return Array.isArray(j)||(j=Object.values(j).map(V=>[V])),j.forEach(V=>{B=Math.max(t.stringWidth(M?`${M} ${Wn(V[0])}`:Wn(V[0]))+fo(V[0]),B)}),O&&(B=Math.min(B,parseInt((O*.5).toString(),10))),B}function W(){let j=e.getDemandedOptions(),O=e.getOptions();(Object.keys(O.alias)||[]).forEach(M=>{O.alias[M].forEach(B=>{d[B]&&i.describe(M,d[B]),B in j&&e.demandOption(M,j[B]),O.boolean.includes(B)&&e.boolean(M),O.count.includes(B)&&e.count(M),O.string.includes(B)&&e.string(M),O.normalize.includes(B)&&e.normalize(M),O.array.includes(B)&&e.array(M),O.number.includes(B)&&e.number(M)})})}let
|
10
|
+
`)}return ee.toString().replace(/\s*$/,"")};function T(j,O,M){let B=0;return Array.isArray(j)||(j=Object.values(j).map(V=>[V])),j.forEach(V=>{B=Math.max(t.stringWidth(M?`${M} ${Wn(V[0])}`:Wn(V[0]))+fo(V[0]),B)}),O&&(B=Math.min(B,parseInt((O*.5).toString(),10))),B}function W(){let j=e.getDemandedOptions(),O=e.getOptions();(Object.keys(O.alias)||[]).forEach(M=>{O.alias[M].forEach(B=>{d[B]&&i.describe(M,d[B]),B in j&&e.demandOption(M,j[B]),O.boolean.includes(B)&&e.boolean(M),O.count.includes(B)&&e.count(M),O.string.includes(B)&&e.string(M),O.normalize.includes(B)&&e.normalize(M),O.array.includes(B)&&e.array(M),O.number.includes(B)&&e.number(M)})})}let G;i.cacheHelpMessage=function(){G=this.help()},i.clearCachedHelpMessage=function(){G=void 0},i.hasCachedHelpMessage=function(){return!!G};function k(j,O,M,B){let V=[],le=null;return Object.keys(M).forEach(K=>{V=V.concat(M[K])}),j.forEach(K=>{le=[K].concat(O[K]),le.some(fe=>V.indexOf(fe)!==-1)||M[B].push(K)}),V}function F(j){return e.getOptions().hiddenOptions.indexOf(j)<0||e.parsed.argv[e.getOptions().showHiddenOpt]}i.showHelp=j=>{let O=e.getInternalMethods().getLoggerInstance();j||(j="error"),(typeof j=="function"?j:O[j])(i.help())},i.functionDescription=j=>{let O=j.name?t.Parser.decamelize(j.name,"-"):n("generated-value");return["(",O,")"].join("")},i.stringifiedValues=function(O,M){let B="",V=M||", ",le=[].concat(O);return!O||!le.length||le.forEach(K=>{B.length&&(B+=V),B+=JSON.stringify(K)}),B};function z(j,O){let M=`[${n("default:")} `;if(j===void 0&&!O)return null;if(O)M+=O;else switch(typeof j){case"string":M+=`"${j}"`;break;case"object":M+=JSON.stringify(j);break;default:M+=j}return`${M}]`}function J(){return t.process.stdColumns?Math.min(80,t.process.stdColumns):80}let H=null;i.version=j=>{H=j},i.showVersion=j=>{let O=e.getInternalMethods().getLoggerInstance();j||(j="error"),(typeof j=="function"?j:O[j])(H)},i.reset=function(O){return s=null,l=!1,c=[],f=!1,g=[],u=[],p=[],d=tt(d,M=>!O[M]),i};let _e=[];return i.freeze=function(){_e.push({failMessage:s,failureOutput:l,usages:c,usageDisabled:f,epilogs:g,examples:u,commands:p,descriptions:d})},i.unfreeze=function(O=!1){let M=_e.pop();!M||(O?(d={...M.descriptions,...d},p=[...M.commands,...p],c=[...M.usages,...c],u=[...M.examples,...u],g=[...M.epilogs,...g]):{failMessage:s,failureOutput:l,usages:c,usageDisabled:f,epilogs:g,examples:u,commands:p,descriptions:d}=M)},i}function Ti(e){return typeof e=="object"}function Sl(e,t){return Ti(e)?{text:e.text,indentation:e.indentation+t}:{text:e,indentation:t}}function fo(e){return Ti(e)?e.indentation:0}function Wn(e){return Ti(e)?e.text:e}var po=`###-begin-{{app_name}}-completions-###
|
11
11
|
#
|
12
12
|
# yargs command completion script
|
13
13
|
#
|
@@ -56,24 +56,24 @@ compdef _{{app_name}}_yargs_completions {{app_name}}
|
|
56
56
|
###-end-{{app_name}}-completions-###
|
57
57
|
`;var Fi=class{constructor(t,n,i,r){var s,o,a;this.yargs=t,this.usage=n,this.command=i,this.shim=r,this.completionKey="get-yargs-completions",this.aliases=null,this.customCompletionFunction=null,this.indexAfterLastReset=0,this.zshShell=(a=((s=this.shim.getEnv("SHELL"))===null||s===void 0?void 0:s.includes("zsh"))||((o=this.shim.getEnv("ZSH_NAME"))===null||o===void 0?void 0:o.includes("zsh")))!==null&&a!==void 0?a:!1}defaultCompletion(t,n,i,r){let s=this.command.getCommandHandlers();for(let a=0,l=t.length;a<l;++a)if(s[t[a]]&&s[t[a]].builder){let c=s[t[a]].builder;if(kn(c)){this.indexAfterLastReset=a+1;let f=this.yargs.getInternalMethods().reset();return c(f,!0),f.argv}}let o=[];this.commandCompletions(o,t,i),this.optionCompletions(o,t,n,i),this.choicesFromOptionsCompletions(o,t,n,i),this.choicesFromPositionalsCompletions(o,t,n,i),r(null,o)}commandCompletions(t,n,i){let r=this.yargs.getInternalMethods().getContext().commands;!i.match(/^-/)&&r[r.length-1]!==i&&!this.previousArgHasChoices(n)&&this.usage.getCommands().forEach(s=>{let o=et(s[0]).cmd;if(n.indexOf(o)===-1)if(!this.zshShell)t.push(o);else{let a=s[1]||"";t.push(o.replace(/:/g,"\\:")+":"+a)}})}optionCompletions(t,n,i,r){if((r.match(/^-/)||r===""&&t.length===0)&&!this.previousArgHasChoices(n)){let s=this.yargs.getOptions(),o=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[];Object.keys(s.key).forEach(a=>{let l=!!s.configuration["boolean-negation"]&&s.boolean.includes(a);!o.includes(a)&&!s.hiddenOptions.includes(a)&&!this.argsContainKey(n,a,l)&&(this.completeOptionKey(a,t,r),l&&!!s.default[a]&&this.completeOptionKey(`no-${a}`,t,r))})}}choicesFromOptionsCompletions(t,n,i,r){if(this.previousArgHasChoices(n)){let s=this.getPreviousArgChoices(n);s&&s.length>0&&t.push(...s.map(o=>o.replace(/:/g,"\\:")))}}choicesFromPositionalsCompletions(t,n,i,r){if(r===""&&t.length>0&&this.previousArgHasChoices(n))return;let s=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[],o=Math.max(this.indexAfterLastReset,this.yargs.getInternalMethods().getContext().commands.length+1),a=s[i._.length-o-1];if(!a)return;let l=this.yargs.getOptions().choices[a]||[];for(let c of l)c.startsWith(r)&&t.push(c.replace(/:/g,"\\:"))}getPreviousArgChoices(t){if(t.length<1)return;let n=t[t.length-1],i="";if(!n.startsWith("-")&&t.length>1&&(i=n,n=t[t.length-2]),!n.startsWith("-"))return;let r=n.replace(/^-+/,""),s=this.yargs.getOptions(),o=[r,...this.yargs.getAliases()[r]||[]],a;for(let l of o)if(Object.prototype.hasOwnProperty.call(s.key,l)&&Array.isArray(s.choices[l])){a=s.choices[l];break}if(a)return a.filter(l=>!i||l.startsWith(i))}previousArgHasChoices(t){let n=this.getPreviousArgChoices(t);return n!==void 0&&n.length>0}argsContainKey(t,n,i){let r=s=>t.indexOf((/^[^0-9]$/.test(s)?"-":"--")+s)!==-1;if(r(n)||i&&r(`no-${n}`))return!0;if(this.aliases){for(let s of this.aliases[n])if(r(s))return!0}return!1}completeOptionKey(t,n,i){let r=this.usage.getDescriptions(),s=l=>/^--/.test(l),o=l=>/^[^0-9]$/.test(l),a=!s(i)&&o(t)?"-":"--";if(!this.zshShell)n.push(a+t);else{let l=r[t]||"";n.push(a+`${t.replace(/:/g,"\\:")}:${l.replace("__yargsString__:","")}`)}}customCompletion(t,n,i,r){if(xe(this.customCompletionFunction,null,this.shim),Pl(this.customCompletionFunction)){let s=this.customCompletionFunction(i,n);return te(s)?s.then(o=>{this.shim.process.nextTick(()=>{r(null,o)})}).catch(o=>{this.shim.process.nextTick(()=>{r(o,void 0)})}):r(null,s)}else return jl(this.customCompletionFunction)?this.customCompletionFunction(i,n,(s=r)=>this.defaultCompletion(t,n,i,s),s=>{r(null,s)}):this.customCompletionFunction(i,n,s=>{r(null,s)})}getCompletion(t,n){let i=t.length?t[t.length-1]:"",r=this.yargs.parse(t,!0),s=this.customCompletionFunction?o=>this.customCompletion(t,o,i,n):o=>this.defaultCompletion(t,o,i,n);return te(r)?r.then(s):s(r)}generateCompletionScript(t,n){let i=this.zshShell?ho:po,r=this.shim.path.basename(t);return t.match(/\.js$/)&&(t=`./${t}`),i=i.replace(/{{app_name}}/g,r),i=i.replace(/{{completion_command}}/g,n),i.replace(/{{app_path}}/g,t)}registerFunction(t){this.customCompletionFunction=t}setParsed(t){this.aliases=t.aliases}};function mo(e,t,n,i){return new Fi(e,t,n,i)}function Pl(e){return e.length<3}function jl(e){return e.length>3}function go(e,t){if(e.length===0)return t.length;if(t.length===0)return e.length;let n=[],i;for(i=0;i<=t.length;i++)n[i]=[i];let r;for(r=0;r<=e.length;r++)n[0][r]=r;for(i=1;i<=t.length;i++)for(r=1;r<=e.length;r++)t.charAt(i-1)===e.charAt(r-1)?n[i][r]=n[i-1][r-1]:i>1&&r>1&&t.charAt(i-2)===e.charAt(r-1)&&t.charAt(i-1)===e.charAt(r-2)?n[i][r]=n[i-2][r-2]+1:n[i][r]=Math.min(n[i-1][r-1]+1,Math.min(n[i][r-1]+1,n[i-1][r]+1));return n[t.length][e.length]}var bo=["$0","--","_"];function yo(e,t,n){let i=n.y18n.__,r=n.y18n.__n,s={};s.nonOptionCount=function(u){let p=e.getDemandedCommands(),g=u._.length+(u["--"]?u["--"].length:0)-e.getInternalMethods().getContext().commands.length;p._&&(g<p._.min||g>p._.max)&&(g<p._.min?p._.minMsg!==void 0?t.fail(p._.minMsg?p._.minMsg.replace(/\$0/g,g.toString()).replace(/\$1/,p._.min.toString()):null):t.fail(r("Not enough non-option arguments: got %s, need at least %s","Not enough non-option arguments: got %s, need at least %s",g,g.toString(),p._.min.toString())):g>p._.max&&(p._.maxMsg!==void 0?t.fail(p._.maxMsg?p._.maxMsg.replace(/\$0/g,g.toString()).replace(/\$1/,p._.max.toString()):null):t.fail(r("Too many non-option arguments: got %s, maximum of %s","Too many non-option arguments: got %s, maximum of %s",g,g.toString(),p._.max.toString()))))},s.positionalCount=function(u,p){p<u&&t.fail(r("Not enough non-option arguments: got %s, need at least %s","Not enough non-option arguments: got %s, need at least %s",p,p+"",u+""))},s.requiredArguments=function(u,p){let d=null;for(let g of Object.keys(p))(!Object.prototype.hasOwnProperty.call(u,g)||typeof u[g]=="undefined")&&(d=d||{},d[g]=p[g]);if(d){let g=[];for(let m of Object.keys(d)){let v=d[m];v&&g.indexOf(v)<0&&g.push(v)}let b=g.length?`
|
58
58
|
${g.join(`
|
59
|
-
`)}`:"";t.fail(r("Missing required argument: %s","Missing required arguments: %s",Object.keys(d).length,Object.keys(d).join(", ")+b))}},s.unknownArguments=function(u,p,d,g,b=!0){var m;let v=e.getInternalMethods().getCommandInstance().getCommands(),A=[],T=e.getInternalMethods().getContext();if(Object.keys(u).forEach(W=>{!bo.includes(W)&&!Object.prototype.hasOwnProperty.call(d,W)&&!Object.prototype.hasOwnProperty.call(e.getInternalMethods().getParseContext(),W)&&!s.isValidAndSomeAliasIsNotNew(W,p)&&A.push(W)}),b&&(T.commands.length>0||v.length>0||g)&&u._.slice(T.commands.length).forEach(W=>{v.includes(""+W)||A.push(""+W)}),b){let
|
59
|
+
`)}`:"";t.fail(r("Missing required argument: %s","Missing required arguments: %s",Object.keys(d).length,Object.keys(d).join(", ")+b))}},s.unknownArguments=function(u,p,d,g,b=!0){var m;let v=e.getInternalMethods().getCommandInstance().getCommands(),A=[],T=e.getInternalMethods().getContext();if(Object.keys(u).forEach(W=>{!bo.includes(W)&&!Object.prototype.hasOwnProperty.call(d,W)&&!Object.prototype.hasOwnProperty.call(e.getInternalMethods().getParseContext(),W)&&!s.isValidAndSomeAliasIsNotNew(W,p)&&A.push(W)}),b&&(T.commands.length>0||v.length>0||g)&&u._.slice(T.commands.length).forEach(W=>{v.includes(""+W)||A.push(""+W)}),b){let G=((m=e.getDemandedCommands()._)===null||m===void 0?void 0:m.max)||0,k=T.commands.length+G;k<u._.length&&u._.slice(k).forEach(F=>{F=String(F),!T.commands.includes(F)&&!A.includes(F)&&A.push(F)})}A.length&&t.fail(r("Unknown argument: %s","Unknown arguments: %s",A.length,A.map(W=>W.trim()?W:`"${W}"`).join(", ")))},s.unknownCommands=function(u){let p=e.getInternalMethods().getCommandInstance().getCommands(),d=[],g=e.getInternalMethods().getContext();return(g.commands.length>0||p.length>0)&&u._.slice(g.commands.length).forEach(b=>{p.includes(""+b)||d.push(""+b)}),d.length>0?(t.fail(r("Unknown command: %s","Unknown commands: %s",d.length,d.join(", "))),!0):!1},s.isValidAndSomeAliasIsNotNew=function(u,p){if(!Object.prototype.hasOwnProperty.call(p,u))return!1;let d=e.parsed.newAliases;return[u,...p[u]].some(g=>!Object.prototype.hasOwnProperty.call(d,g)||!d[u])},s.limitedChoices=function(u){let p=e.getOptions(),d={};if(!Object.keys(p.choices).length)return;Object.keys(u).forEach(m=>{bo.indexOf(m)===-1&&Object.prototype.hasOwnProperty.call(p.choices,m)&&[].concat(u[m]).forEach(v=>{p.choices[m].indexOf(v)===-1&&v!==void 0&&(d[m]=(d[m]||[]).concat(v))})});let g=Object.keys(d);if(!g.length)return;let b=i("Invalid values:");g.forEach(m=>{b+=`
|
60
60
|
${i("Argument: %s, Given: %s, Choices: %s",m,t.stringifiedValues(d[m]),t.stringifiedValues(p.choices[m]))}`}),t.fail(b)};let o={};s.implies=function(u,p){S("<string|object> [array|number|string]",[u,p],arguments.length),typeof u=="object"?Object.keys(u).forEach(d=>{s.implies(d,u[d])}):(e.global(u),o[u]||(o[u]=[]),Array.isArray(p)?p.forEach(d=>s.implies(u,d)):(xe(p,void 0,n),o[u].push(p)))},s.getImplied=function(){return o};function a(f,u){let p=Number(u);return u=isNaN(p)?u:p,typeof u=="number"?u=f._.length>=u:u.match(/^--no-.+/)?(u=u.match(/^--no-(.+)/)[1],u=!Object.prototype.hasOwnProperty.call(f,u)):u=Object.prototype.hasOwnProperty.call(f,u),u}s.implications=function(u){let p=[];if(Object.keys(o).forEach(d=>{let g=d;(o[d]||[]).forEach(b=>{let m=g,v=b;m=a(u,m),b=a(u,b),m&&!b&&p.push(` ${g} -> ${v}`)})}),p.length){let d=`${i("Implications failed:")}
|
61
|
-
`;p.forEach(g=>{d+=g}),t.fail(d)}};let l={};s.conflicts=function(u,p){S("<string|object> [array|string]",[u,p],arguments.length),typeof u=="object"?Object.keys(u).forEach(d=>{s.conflicts(d,u[d])}):(e.global(u),l[u]||(l[u]=[]),Array.isArray(p)?p.forEach(d=>s.conflicts(u,d)):l[u].push(p))},s.getConflicting=()=>l,s.conflicting=function(u){Object.keys(u).forEach(p=>{l[p]&&l[p].forEach(d=>{d&&u[p]!==void 0&&u[d]!==void 0&&t.fail(i("Arguments %s and %s are mutually exclusive",p,d))})}),e.getInternalMethods().getParserConfiguration()["strip-dashed"]&&Object.keys(l).forEach(p=>{l[p].forEach(d=>{d&&u[n.Parser.camelCase(p)]!==void 0&&u[n.Parser.camelCase(d)]!==void 0&&t.fail(i("Arguments %s and %s are mutually exclusive",p,d))})})},s.recommendCommands=function(u,p){p=p.sort((m,v)=>v.length-m.length);let g=null,b=1/0;for(let m=0,v;(v=p[m])!==void 0;m++){let A=go(u,v);A<=3&&A<b&&(b=A,g=v)}g&&t.fail(i("Did you mean %s?",g))},s.reset=function(u){return o=tt(o,p=>!u[p]),l=tt(l,p=>!u[p]),s};let c=[];return s.freeze=function(){c.push({implied:o,conflicting:l})},s.unfreeze=function(){let u=c.pop();xe(u,void 0,n),{implied:o,conflicting:l}=u},s}var Di=[],mn;function Yn(e,t,n,i){mn=i;let r={};if(Object.prototype.hasOwnProperty.call(e,"extends")){if(typeof e.extends!="string")return r;let s=/\.json|\..*rc$/.test(e.extends),o=null;if(s)o=Ll(t,e.extends);else try{o=require.resolve(e.extends)}catch(a){return e}Ml(o),Di.push(o),r=s?JSON.parse(mn.readFileSync(o,"utf8")):require(e.extends),delete e.extends,r=Yn(r,mn.path.dirname(o),n,mn)}return Di=[],n?wo(r,e):Object.assign({},r,e)}function Ml(e){if(Di.indexOf(e)>-1)throw new X(`Circular extended configurations: '${e}'.`)}function Ll(e,t){return mn.path.resolve(e,t)}function wo(e,t){let n={};function i(r){return r&&typeof r=="object"&&!Array.isArray(r)}Object.assign(n,e);for(let r of Object.keys(t))i(t[r])&&i(n[r])?n[r]=wo(e[r],t[r]):n[r]=t[r];return n}var I=function(e,t,n,i,r){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!r)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!r:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?r.call(e,n):r?r.value=n:t.set(e,n),n},h=function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},ae,St,gn,je,Ee,qn,it,It,zn,Me,Gn,Le,Re,Se,Te,Kn,Jt,me,L,Vn,Jn,Ie,Pt,Qt,jt,rt,Qn,U,Mt,Lt,Tt,Y,$e,oe;function $o(e){return(t=[],n=e.process.cwd(),i)=>{let r=new zi(t,n,i,e);return Object.defineProperty(r,"argv",{get:()=>r.parse(),enumerable:!0}),r.help(),r.version(),r}}var Co=Symbol("copyDoubleDash"),xo=Symbol("copyDoubleDash"),Ni=Symbol("deleteFromParserHintObject"),vo=Symbol("emitWarning"),Ao=Symbol("freeze"),_o=Symbol("getDollarZero"),Ft=Symbol("getParserConfiguration"),Ri=Symbol("guessLocale"),Oo=Symbol("guessVersion"),Eo=Symbol("parsePositionalNumbers"),$i=Symbol("pkgUp"),ot=Symbol("populateParserHintArray"),Zt=Symbol("populateParserHintSingleValueDictionary"),Ui=Symbol("populateParserHintArrayDictionary"),Hi=Symbol("populateParserHintDictionary"),Bi=Symbol("sanitizeKey"),ki=Symbol("setKey"),Wi=Symbol("unfreeze"),So=Symbol("validateAsync"),Io=Symbol("getCommandInstance"),Po=Symbol("getContext"),jo=Symbol("getHasOutput"),Mo=Symbol("getLoggerInstance"),Lo=Symbol("getParseContext"),To=Symbol("getUsageInstance"),Fo=Symbol("getValidationInstance"),Zn=Symbol("hasParseCallback"),Do=Symbol("isGlobalContext"),Dt=Symbol("postProcess"),No=Symbol("rebase"),Yi=Symbol("reset"),bn=Symbol("runYargsParserAndExecuteCommands"),qi=Symbol("runValidation"),Ro=Symbol("setHasOutput"),Nt=Symbol("kTrackManuallySetKeys"),zi=class{constructor(t=[],n,i,r){this.customScriptName=!1,this.parsed=!1,ae.set(this,void 0),St.set(this,void 0),gn.set(this,{commands:[],fullCommands:[]}),je.set(this,null),Ee.set(this,null),qn.set(this,"show-hidden"),it.set(this,null),It.set(this,!0),zn.set(this,{}),Me.set(this,!0),Gn.set(this,[]),Le.set(this,void 0),Re.set(this,{}),Se.set(this,!1),Te.set(this,null),Kn.set(this,!0),Jt.set(this,void 0),me.set(this,""),L.set(this,void 0),Vn.set(this,void 0),Jn.set(this,{}),Ie.set(this,null),Pt.set(this,null),Qt.set(this,{}),jt.set(this,{}),rt.set(this,void 0),Qn.set(this,!1),U.set(this,void 0),Mt.set(this,!1),Lt.set(this,!1),Tt.set(this,!1),Y.set(this,void 0),$e.set(this,null),oe.set(this,void 0),I(this,U,r,"f"),I(this,rt,t,"f"),I(this,St,n,"f"),I(this,Vn,i,"f"),I(this,Le,new Bn(this),"f"),this.$0=this[_o](),this[Yi](),I(this,ae,h(this,ae,"f"),"f"),I(this,Y,h(this,Y,"f"),"f"),I(this,oe,h(this,oe,"f"),"f"),I(this,L,h(this,L,"f"),"f"),h(this,L,"f").showHiddenOpt=h(this,qn,"f"),I(this,Jt,this[xo](),"f")}addHelpOpt(t,n){let i="help";return S("[string|boolean] [string]",[t,n],arguments.length),h(this,Te,"f")&&(this[Ni](h(this,Te,"f")),I(this,Te,null,"f")),t===!1&&n===void 0?this:(I(this,Te,typeof t=="string"?t:i,"f"),this.boolean(h(this,Te,"f")),this.describe(h(this,Te,"f"),n||h(this,Y,"f").deferY18nLookup("Show help")),this)}help(t,n){return this.addHelpOpt(t,n)}addShowHiddenOpt(t,n){if(S("[string|boolean] [string]",[t,n],arguments.length),t===!1&&n===void 0)return this;let i=typeof t=="string"?t:h(this,qn,"f");return this.boolean(i),this.describe(i,n||h(this,Y,"f").deferY18nLookup("Show hidden options")),h(this,L,"f").showHiddenOpt=i,this}showHidden(t,n){return this.addShowHiddenOpt(t,n)}alias(t,n){return S("<object|string|array> [string|array]",[t,n],arguments.length),this[Ui](this.alias.bind(this),"alias",t,n),this}array(t){return S("<array|string>",[t],arguments.length),this[ot]("array",t),this[Nt](t),this}boolean(t){return S("<array|string>",[t],arguments.length),this[ot]("boolean",t),this[Nt](t),this}check(t,n){return S("<function> [boolean]",[t,n],arguments.length),this.middleware((i,r)=>Et(()=>t(i,r.getOptions()),s=>(s?(typeof s=="string"||s instanceof Error)&&h(this,Y,"f").fail(s.toString(),s):h(this,Y,"f").fail(h(this,U,"f").y18n.__("Argument check failed: %s",t.toString())),i),s=>(h(this,Y,"f").fail(s.message?s.message:s.toString(),s),i)),!1,n),this}choices(t,n){return S("<object|string|array> [string|array]",[t,n],arguments.length),this[Ui](this.choices.bind(this),"choices",t,n),this}coerce(t,n){if(S("<object|string|array> [function]",[t,n],arguments.length),Array.isArray(t)){if(!n)throw new X("coerce callback must be provided");for(let i of t)this.coerce(i,n);return this}else if(typeof t=="object"){for(let i of Object.keys(t))this.coerce(i,t[i]);return this}if(!n)throw new X("coerce callback must be provided");return h(this,L,"f").key[t]=!0,h(this,Le,"f").addCoerceMiddleware((i,r)=>{let s;return Object.prototype.hasOwnProperty.call(i,t)?Et(()=>(s=r.getAliases(),n(i[t])),a=>{i[t]=a;let l=r.getInternalMethods().getParserConfiguration()["strip-aliased"];if(s[t]&&l!==!0)for(let c of s[t])i[c]=a;return i},a=>{throw new X(a.message)}):i},t),this}conflicts(t,n){return S("<string|object> [string|array]",[t,n],arguments.length),h(this,oe,"f").conflicts(t,n),this}config(t="config",n,i){return S("[object|string] [string|function] [function]",[t,n,i],arguments.length),typeof t=="object"&&!Array.isArray(t)?(t=Yn(t,h(this,St,"f"),this[Ft]()["deep-merge-config"]||!1,h(this,U,"f")),h(this,L,"f").configObjects=(h(this,L,"f").configObjects||[]).concat(t),this):(typeof n=="function"&&(i=n,n=void 0),this.describe(t,n||h(this,Y,"f").deferY18nLookup("Path to JSON config file")),(Array.isArray(t)?t:[t]).forEach(r=>{h(this,L,"f").config[r]=i||!0}),this)}completion(t,n,i){return S("[string] [string|boolean|function] [function]",[t,n,i],arguments.length),typeof n=="function"&&(i=n,n=void 0),I(this,Ee,t||h(this,Ee,"f")||"completion","f"),!n&&n!==!1&&(n="generate completion script"),this.command(h(this,Ee,"f"),n),i&&h(this,je,"f").registerFunction(i),this}command(t,n,i,r,s,o){return S("<string|array|object> [string|boolean] [function|object] [function] [array] [boolean|string]",[t,n,i,r,s,o],arguments.length),h(this,ae,"f").addHandler(t,n,i,r,s,o),this}commands(t,n,i,r,s,o){return this.command(t,n,i,r,s,o)}commandDir(t,n){S("<string> [object]",[t,n],arguments.length);let i=h(this,Vn,"f")||h(this,U,"f").require;return h(this,ae,"f").addDirectory(t,i,h(this,U,"f").getCallerFile(),n),this}count(t){return S("<array|string>",[t],arguments.length),this[ot]("count",t),this[Nt](t),this}default(t,n,i){return S("<object|string|array> [*] [string]",[t,n,i],arguments.length),i&&(ji(t,h(this,U,"f")),h(this,L,"f").defaultDescription[t]=i),typeof n=="function"&&(ji(t,h(this,U,"f")),h(this,L,"f").defaultDescription[t]||(h(this,L,"f").defaultDescription[t]=h(this,Y,"f").functionDescription(n)),n=n.call()),this[Zt](this.default.bind(this),"default",t,n),this}defaults(t,n,i){return this.default(t,n,i)}demandCommand(t=1,n,i,r){return S("[number] [number|string] [string|null|undefined] [string|null|undefined]",[t,n,i,r],arguments.length),typeof n!="number"&&(i=n,n=1/0),this.global("_",!1),h(this,L,"f").demandedCommands._={min:t,max:n,minMsg:i,maxMsg:r},this}demand(t,n,i){return Array.isArray(n)?(n.forEach(r=>{xe(i,!0,h(this,U,"f")),this.demandOption(r,i)}),n=1/0):typeof n!="number"&&(i=n,n=1/0),typeof t=="number"?(xe(i,!0,h(this,U,"f")),this.demandCommand(t,n,i,i)):Array.isArray(t)?t.forEach(r=>{xe(i,!0,h(this,U,"f")),this.demandOption(r,i)}):typeof i=="string"?this.demandOption(t,i):(i===!0||typeof i=="undefined")&&this.demandOption(t),this}demandOption(t,n){return S("<object|string|array> [string]",[t,n],arguments.length),this[Zt](this.demandOption.bind(this),"demandedOptions",t,n),this}deprecateOption(t,n){return S("<string> [string|boolean]",[t,n],arguments.length),h(this,L,"f").deprecatedOptions[t]=n,this}describe(t,n){return S("<object|string|array> [string]",[t,n],arguments.length),this[ki](t,!0),h(this,Y,"f").describe(t,n),this}detectLocale(t){return S("<boolean>",[t],arguments.length),I(this,It,t,"f"),this}env(t){return S("[string|boolean]",[t],arguments.length),t===!1?delete h(this,L,"f").envPrefix:h(this,L,"f").envPrefix=t||"",this}epilogue(t){return S("<string>",[t],arguments.length),h(this,Y,"f").epilog(t),this}epilog(t){return this.epilogue(t)}example(t,n){return S("<string|array> [string]",[t,n],arguments.length),Array.isArray(t)?t.forEach(i=>this.example(...i)):h(this,Y,"f").example(t,n),this}exit(t,n){I(this,Se,!0,"f"),I(this,it,n,"f"),h(this,Me,"f")&&h(this,U,"f").process.exit(t)}exitProcess(t=!0){return S("[boolean]",[t],arguments.length),I(this,Me,t,"f"),this}fail(t){if(S("<function|boolean>",[t],arguments.length),typeof t=="boolean"&&t!==!1)throw new X("Invalid first argument. Expected function or boolean 'false'");return h(this,Y,"f").failFn(t),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(t,n){return S("<array> [function]",[t,n],arguments.length),n?h(this,je,"f").getCompletion(t,n):new Promise((i,r)=>{h(this,je,"f").getCompletion(t,(s,o)=>{s?r(s):i(o)})})}getDemandedOptions(){return S([],0),h(this,L,"f").demandedOptions}getDemandedCommands(){return S([],0),h(this,L,"f").demandedCommands}getDeprecatedOptions(){return S([],0),h(this,L,"f").deprecatedOptions}getDetectLocale(){return h(this,It,"f")}getExitProcess(){return h(this,Me,"f")}getGroups(){return Object.assign({},h(this,Re,"f"),h(this,jt,"f"))}getHelp(){if(I(this,Se,!0,"f"),!h(this,Y,"f").hasCachedHelpMessage()){if(!this.parsed){let n=this[bn](h(this,rt,"f"),void 0,void 0,0,!0);if(te(n))return n.then(()=>h(this,Y,"f").help())}let t=h(this,ae,"f").runDefaultBuilderOn(this);if(te(t))return t.then(()=>h(this,Y,"f").help())}return Promise.resolve(h(this,Y,"f").help())}getOptions(){return h(this,L,"f")}getStrict(){return h(this,Mt,"f")}getStrictCommands(){return h(this,Lt,"f")}getStrictOptions(){return h(this,Tt,"f")}global(t,n){return S("<string|array> [boolean]",[t,n],arguments.length),t=[].concat(t),n!==!1?h(this,L,"f").local=h(this,L,"f").local.filter(i=>t.indexOf(i)===-1):t.forEach(i=>{h(this,L,"f").local.includes(i)||h(this,L,"f").local.push(i)}),this}group(t,n){S("<string|array> <string>",[t,n],arguments.length);let i=h(this,jt,"f")[n]||h(this,Re,"f")[n];h(this,jt,"f")[n]&&delete h(this,jt,"f")[n];let r={};return h(this,Re,"f")[n]=(i||[]).concat(t).filter(s=>r[s]?!1:r[s]=!0),this}hide(t){return S("<string>",[t],arguments.length),h(this,L,"f").hiddenOptions.push(t),this}implies(t,n){return S("<string|object> [number|string|array]",[t,n],arguments.length),h(this,oe,"f").implies(t,n),this}locale(t){return S("[string]",[t],arguments.length),t===void 0?(this[Ri](),h(this,U,"f").y18n.getLocale()):(I(this,It,!1,"f"),h(this,U,"f").y18n.setLocale(t),this)}middleware(t,n,i){return h(this,Le,"f").addMiddleware(t,!!n,i)}nargs(t,n){return S("<string|object|array> [number]",[t,n],arguments.length),this[Zt](this.nargs.bind(this),"narg",t,n),this}normalize(t){return S("<array|string>",[t],arguments.length),this[ot]("normalize",t),this}number(t){return S("<array|string>",[t],arguments.length),this[ot]("number",t),this[Nt](t),this}option(t,n){if(S("<string|object> [object]",[t,n],arguments.length),typeof t=="object")Object.keys(t).forEach(i=>{this.options(i,t[i])});else{typeof n!="object"&&(n={}),this[Nt](t),h(this,$e,"f")&&(t==="version"||(n==null?void 0:n.alias)==="version")&&this[vo](['"version" is a reserved word.',"Please do one of the following:",'- Disable version with `yargs.version(false)` if using "version" as an option',"- Use the built-in `yargs.version` method instead (if applicable)","- Use a different option key","https://yargs.js.org/docs/#api-reference-version"].join(`
|
62
|
-
`),void 0,"versionWarning"),h(this,L,"f").key[t]=!0,n.alias&&this.alias(t,n.alias);let i=n.deprecate||n.deprecated;i&&this.deprecateOption(t,i);let r=n.demand||n.required||n.require;r&&this.demand(t,r),n.demandOption&&this.demandOption(t,typeof n.demandOption=="string"?n.demandOption:void 0),n.conflicts&&this.conflicts(t,n.conflicts),"default"in n&&this.default(t,n.default),n.implies!==void 0&&this.implies(t,n.implies),n.nargs!==void 0&&this.nargs(t,n.nargs),n.config&&this.config(t,n.configParser),n.normalize&&this.normalize(t),n.choices&&this.choices(t,n.choices),n.coerce&&this.coerce(t,n.coerce),n.group&&this.group(t,n.group),(n.boolean||n.type==="boolean")&&(this.boolean(t),n.alias&&this.boolean(n.alias)),(n.array||n.type==="array")&&(this.array(t),n.alias&&this.array(n.alias)),(n.number||n.type==="number")&&(this.number(t),n.alias&&this.number(n.alias)),(n.string||n.type==="string")&&(this.string(t),n.alias&&this.string(n.alias)),(n.count||n.type==="count")&&this.count(t),typeof n.global=="boolean"&&this.global(t,n.global),n.defaultDescription&&(h(this,L,"f").defaultDescription[t]=n.defaultDescription),n.skipValidation&&this.skipValidation(t);let s=n.describe||n.description||n.desc;this.describe(t,s),n.hidden&&this.hide(t),n.requiresArg&&this.requiresArg(t)}return this}options(t,n){return this.option(t,n)}parse(t,n,i){S("[string|array] [function|boolean|object] [function]",[t,n,i],arguments.length),this[Ao](),typeof t=="undefined"&&(t=h(this,rt,"f")),typeof n=="object"&&(I(this,Pt,n,"f"),n=i),typeof n=="function"&&(I(this,Ie,n,"f"),n=!1),n||I(this,rt,t,"f"),h(this,Ie,"f")&&I(this,Me,!1,"f");let r=this[bn](t,!!n),s=this.parsed;return h(this,je,"f").setParsed(this.parsed),te(r)?r.then(o=>(h(this,Ie,"f")&&h(this,Ie,"f").call(this,h(this,it,"f"),o,h(this,me,"f")),o)).catch(o=>{throw h(this,Ie,"f")&&h(this,Ie,"f")(o,this.parsed.argv,h(this,me,"f")),o}).finally(()=>{this[Wi](),this.parsed=s}):(h(this,Ie,"f")&&h(this,Ie,"f").call(this,h(this,it,"f"),r,h(this,me,"f")),this[Wi](),this.parsed=s,r)}parseAsync(t,n,i){let r=this.parse(t,n,i);return te(r)?r:Promise.resolve(r)}parseSync(t,n,i){let r=this.parse(t,n,i);if(te(r))throw new X(".parseSync() must not be used with asynchronous builders, handlers, or middleware");return r}parserConfiguration(t){return S("<object>",[t],arguments.length),I(this,Jn,t,"f"),this}pkgConf(t,n){S("<string> [string]",[t,n],arguments.length);let i=null,r=this[$i](n||h(this,St,"f"));return r[t]&&typeof r[t]=="object"&&(i=Yn(r[t],n||h(this,St,"f"),this[Ft]()["deep-merge-config"]||!1,h(this,U,"f")),h(this,L,"f").configObjects=(h(this,L,"f").configObjects||[]).concat(i)),this}positional(t,n){S("<string> <object>",[t,n],arguments.length);let i=["default","defaultDescription","implies","normalize","choices","conflicts","coerce","type","describe","desc","description","alias"];n=tt(n,(o,a)=>o==="type"&&!["string","number","boolean"].includes(a)?!1:i.includes(o));let r=h(this,gn,"f").fullCommands[h(this,gn,"f").fullCommands.length-1],s=r?h(this,ae,"f").cmdToParseOptions(r):{array:[],alias:{},default:{},demand:{}};return Kt(s).forEach(o=>{let a=s[o];Array.isArray(a)?a.indexOf(t)!==-1&&(n[o]=!0):a[t]&&!(o in n)&&(n[o]=a[t])}),this.group(t,h(this,Y,"f").getPositionalGroupName()),this.option(t,n)}recommendCommands(t=!0){return S("[boolean]",[t],arguments.length),I(this,Qn,t,"f"),this}required(t,n,i){return this.demand(t,n,i)}require(t,n,i){return this.demand(t,n,i)}requiresArg(t){return S("<array|string|object> [number]",[t],arguments.length),typeof t=="string"&&h(this,L,"f").narg[t]?this:(this[Zt](this.requiresArg.bind(this),"narg",t,NaN),this)}showCompletionScript(t,n){return S("[string] [string]",[t,n],arguments.length),t=t||this.$0,h(this,Jt,"f").log(h(this,je,"f").generateCompletionScript(t,n||h(this,Ee,"f")||"completion")),this}showHelp(t){if(S("[string|function]",[t],arguments.length),I(this,Se,!0,"f"),!h(this,Y,"f").hasCachedHelpMessage()){if(!this.parsed){let i=this[bn](h(this,rt,"f"),void 0,void 0,0,!0);if(te(i))return i.then(()=>{h(this,Y,"f").showHelp(t)}),this}let n=h(this,ae,"f").runDefaultBuilderOn(this);if(te(n))return n.then(()=>{h(this,Y,"f").showHelp(t)}),this}return h(this,Y,"f").showHelp(t),this}scriptName(t){return this.customScriptName=!0,this.$0=t,this}showHelpOnFail(t,n){return S("[boolean|string] [string]",[t,n],arguments.length),h(this,Y,"f").showHelpOnFail(t,n),this}showVersion(t){return S("[string|function]",[t],arguments.length),h(this,Y,"f").showVersion(t),this}skipValidation(t){return S("<array|string>",[t],arguments.length),this[ot]("skipValidation",t),this}strict(t){return S("[boolean]",[t],arguments.length),I(this,Mt,t!==!1,"f"),this}strictCommands(t){return S("[boolean]",[t],arguments.length),I(this,Lt,t!==!1,"f"),this}strictOptions(t){return S("[boolean]",[t],arguments.length),I(this,Tt,t!==!1,"f"),this}string(t){return S("<array|string>",[t],arguments.length),this[ot]("string",t),this[Nt](t),this}terminalWidth(){return S([],0),h(this,U,"f").process.stdColumns}updateLocale(t){return this.updateStrings(t)}updateStrings(t){return S("<object>",[t],arguments.length),I(this,It,!1,"f"),h(this,U,"f").y18n.updateLocale(t),this}usage(t,n,i,r){if(S("<string|null|undefined> [string|boolean] [function|object] [function]",[t,n,i,r],arguments.length),n!==void 0){if(xe(t,null,h(this,U,"f")),(t||"").match(/^\$0( |$)/))return this.command(t,n,i,r);throw new X(".usage() description must start with $0 if being used as alias for .command()")}else return h(this,Y,"f").usage(t),this}version(t,n,i){let r="version";if(S("[boolean|string] [string] [string]",[t,n,i],arguments.length),h(this,$e,"f")&&(this[Ni](h(this,$e,"f")),h(this,Y,"f").version(void 0),I(this,$e,null,"f")),arguments.length===0)i=this[Oo](),t=r;else if(arguments.length===1){if(t===!1)return this;i=t,t=r}else arguments.length===2&&(i=n,n=void 0);return I(this,$e,typeof t=="string"?t:r,"f"),n=n||h(this,Y,"f").deferY18nLookup("Show version number"),h(this,Y,"f").version(i||void 0),this.boolean(h(this,$e,"f")),this.describe(h(this,$e,"f"),n),this}wrap(t){return S("<number|null|undefined>",[t],arguments.length),h(this,Y,"f").wrap(t),this}[(ae=new WeakMap,St=new WeakMap,gn=new WeakMap,je=new WeakMap,Ee=new WeakMap,
|
61
|
+
`;p.forEach(g=>{d+=g}),t.fail(d)}};let l={};s.conflicts=function(u,p){S("<string|object> [array|string]",[u,p],arguments.length),typeof u=="object"?Object.keys(u).forEach(d=>{s.conflicts(d,u[d])}):(e.global(u),l[u]||(l[u]=[]),Array.isArray(p)?p.forEach(d=>s.conflicts(u,d)):l[u].push(p))},s.getConflicting=()=>l,s.conflicting=function(u){Object.keys(u).forEach(p=>{l[p]&&l[p].forEach(d=>{d&&u[p]!==void 0&&u[d]!==void 0&&t.fail(i("Arguments %s and %s are mutually exclusive",p,d))})}),e.getInternalMethods().getParserConfiguration()["strip-dashed"]&&Object.keys(l).forEach(p=>{l[p].forEach(d=>{d&&u[n.Parser.camelCase(p)]!==void 0&&u[n.Parser.camelCase(d)]!==void 0&&t.fail(i("Arguments %s and %s are mutually exclusive",p,d))})})},s.recommendCommands=function(u,p){p=p.sort((m,v)=>v.length-m.length);let g=null,b=1/0;for(let m=0,v;(v=p[m])!==void 0;m++){let A=go(u,v);A<=3&&A<b&&(b=A,g=v)}g&&t.fail(i("Did you mean %s?",g))},s.reset=function(u){return o=tt(o,p=>!u[p]),l=tt(l,p=>!u[p]),s};let c=[];return s.freeze=function(){c.push({implied:o,conflicting:l})},s.unfreeze=function(){let u=c.pop();xe(u,void 0,n),{implied:o,conflicting:l}=u},s}var Di=[],mn;function Yn(e,t,n,i){mn=i;let r={};if(Object.prototype.hasOwnProperty.call(e,"extends")){if(typeof e.extends!="string")return r;let s=/\.json|\..*rc$/.test(e.extends),o=null;if(s)o=Ll(t,e.extends);else try{o=require.resolve(e.extends)}catch(a){return e}Ml(o),Di.push(o),r=s?JSON.parse(mn.readFileSync(o,"utf8")):require(e.extends),delete e.extends,r=Yn(r,mn.path.dirname(o),n,mn)}return Di=[],n?wo(r,e):Object.assign({},r,e)}function Ml(e){if(Di.indexOf(e)>-1)throw new X(`Circular extended configurations: '${e}'.`)}function Ll(e,t){return mn.path.resolve(e,t)}function wo(e,t){let n={};function i(r){return r&&typeof r=="object"&&!Array.isArray(r)}Object.assign(n,e);for(let r of Object.keys(t))i(t[r])&&i(n[r])?n[r]=wo(e[r],t[r]):n[r]=t[r];return n}var I=function(e,t,n,i,r){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!r)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!r:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?r.call(e,n):r?r.value=n:t.set(e,n),n},h=function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},ae,St,gn,je,Ee,Gn,it,It,qn,Me,zn,Le,Re,Se,Te,Kn,Jt,me,L,Vn,Jn,Ie,Pt,Qt,jt,rt,Qn,U,Mt,Lt,Tt,Y,$e,oe;function $o(e){return(t=[],n=e.process.cwd(),i)=>{let r=new qi(t,n,i,e);return Object.defineProperty(r,"argv",{get:()=>r.parse(),enumerable:!0}),r.help(),r.version(),r}}var Co=Symbol("copyDoubleDash"),xo=Symbol("copyDoubleDash"),Ni=Symbol("deleteFromParserHintObject"),vo=Symbol("emitWarning"),Ao=Symbol("freeze"),_o=Symbol("getDollarZero"),Ft=Symbol("getParserConfiguration"),Ri=Symbol("guessLocale"),Oo=Symbol("guessVersion"),Eo=Symbol("parsePositionalNumbers"),$i=Symbol("pkgUp"),ot=Symbol("populateParserHintArray"),Zt=Symbol("populateParserHintSingleValueDictionary"),Ui=Symbol("populateParserHintArrayDictionary"),Hi=Symbol("populateParserHintDictionary"),Bi=Symbol("sanitizeKey"),ki=Symbol("setKey"),Wi=Symbol("unfreeze"),So=Symbol("validateAsync"),Io=Symbol("getCommandInstance"),Po=Symbol("getContext"),jo=Symbol("getHasOutput"),Mo=Symbol("getLoggerInstance"),Lo=Symbol("getParseContext"),To=Symbol("getUsageInstance"),Fo=Symbol("getValidationInstance"),Zn=Symbol("hasParseCallback"),Do=Symbol("isGlobalContext"),Dt=Symbol("postProcess"),No=Symbol("rebase"),Yi=Symbol("reset"),bn=Symbol("runYargsParserAndExecuteCommands"),Gi=Symbol("runValidation"),Ro=Symbol("setHasOutput"),Nt=Symbol("kTrackManuallySetKeys"),qi=class{constructor(t=[],n,i,r){this.customScriptName=!1,this.parsed=!1,ae.set(this,void 0),St.set(this,void 0),gn.set(this,{commands:[],fullCommands:[]}),je.set(this,null),Ee.set(this,null),Gn.set(this,"show-hidden"),it.set(this,null),It.set(this,!0),qn.set(this,{}),Me.set(this,!0),zn.set(this,[]),Le.set(this,void 0),Re.set(this,{}),Se.set(this,!1),Te.set(this,null),Kn.set(this,!0),Jt.set(this,void 0),me.set(this,""),L.set(this,void 0),Vn.set(this,void 0),Jn.set(this,{}),Ie.set(this,null),Pt.set(this,null),Qt.set(this,{}),jt.set(this,{}),rt.set(this,void 0),Qn.set(this,!1),U.set(this,void 0),Mt.set(this,!1),Lt.set(this,!1),Tt.set(this,!1),Y.set(this,void 0),$e.set(this,null),oe.set(this,void 0),I(this,U,r,"f"),I(this,rt,t,"f"),I(this,St,n,"f"),I(this,Vn,i,"f"),I(this,Le,new Bn(this),"f"),this.$0=this[_o](),this[Yi](),I(this,ae,h(this,ae,"f"),"f"),I(this,Y,h(this,Y,"f"),"f"),I(this,oe,h(this,oe,"f"),"f"),I(this,L,h(this,L,"f"),"f"),h(this,L,"f").showHiddenOpt=h(this,Gn,"f"),I(this,Jt,this[xo](),"f")}addHelpOpt(t,n){let i="help";return S("[string|boolean] [string]",[t,n],arguments.length),h(this,Te,"f")&&(this[Ni](h(this,Te,"f")),I(this,Te,null,"f")),t===!1&&n===void 0?this:(I(this,Te,typeof t=="string"?t:i,"f"),this.boolean(h(this,Te,"f")),this.describe(h(this,Te,"f"),n||h(this,Y,"f").deferY18nLookup("Show help")),this)}help(t,n){return this.addHelpOpt(t,n)}addShowHiddenOpt(t,n){if(S("[string|boolean] [string]",[t,n],arguments.length),t===!1&&n===void 0)return this;let i=typeof t=="string"?t:h(this,Gn,"f");return this.boolean(i),this.describe(i,n||h(this,Y,"f").deferY18nLookup("Show hidden options")),h(this,L,"f").showHiddenOpt=i,this}showHidden(t,n){return this.addShowHiddenOpt(t,n)}alias(t,n){return S("<object|string|array> [string|array]",[t,n],arguments.length),this[Ui](this.alias.bind(this),"alias",t,n),this}array(t){return S("<array|string>",[t],arguments.length),this[ot]("array",t),this[Nt](t),this}boolean(t){return S("<array|string>",[t],arguments.length),this[ot]("boolean",t),this[Nt](t),this}check(t,n){return S("<function> [boolean]",[t,n],arguments.length),this.middleware((i,r)=>Et(()=>t(i,r.getOptions()),s=>(s?(typeof s=="string"||s instanceof Error)&&h(this,Y,"f").fail(s.toString(),s):h(this,Y,"f").fail(h(this,U,"f").y18n.__("Argument check failed: %s",t.toString())),i),s=>(h(this,Y,"f").fail(s.message?s.message:s.toString(),s),i)),!1,n),this}choices(t,n){return S("<object|string|array> [string|array]",[t,n],arguments.length),this[Ui](this.choices.bind(this),"choices",t,n),this}coerce(t,n){if(S("<object|string|array> [function]",[t,n],arguments.length),Array.isArray(t)){if(!n)throw new X("coerce callback must be provided");for(let i of t)this.coerce(i,n);return this}else if(typeof t=="object"){for(let i of Object.keys(t))this.coerce(i,t[i]);return this}if(!n)throw new X("coerce callback must be provided");return h(this,L,"f").key[t]=!0,h(this,Le,"f").addCoerceMiddleware((i,r)=>{let s;return Object.prototype.hasOwnProperty.call(i,t)?Et(()=>(s=r.getAliases(),n(i[t])),a=>{i[t]=a;let l=r.getInternalMethods().getParserConfiguration()["strip-aliased"];if(s[t]&&l!==!0)for(let c of s[t])i[c]=a;return i},a=>{throw new X(a.message)}):i},t),this}conflicts(t,n){return S("<string|object> [string|array]",[t,n],arguments.length),h(this,oe,"f").conflicts(t,n),this}config(t="config",n,i){return S("[object|string] [string|function] [function]",[t,n,i],arguments.length),typeof t=="object"&&!Array.isArray(t)?(t=Yn(t,h(this,St,"f"),this[Ft]()["deep-merge-config"]||!1,h(this,U,"f")),h(this,L,"f").configObjects=(h(this,L,"f").configObjects||[]).concat(t),this):(typeof n=="function"&&(i=n,n=void 0),this.describe(t,n||h(this,Y,"f").deferY18nLookup("Path to JSON config file")),(Array.isArray(t)?t:[t]).forEach(r=>{h(this,L,"f").config[r]=i||!0}),this)}completion(t,n,i){return S("[string] [string|boolean|function] [function]",[t,n,i],arguments.length),typeof n=="function"&&(i=n,n=void 0),I(this,Ee,t||h(this,Ee,"f")||"completion","f"),!n&&n!==!1&&(n="generate completion script"),this.command(h(this,Ee,"f"),n),i&&h(this,je,"f").registerFunction(i),this}command(t,n,i,r,s,o){return S("<string|array|object> [string|boolean] [function|object] [function] [array] [boolean|string]",[t,n,i,r,s,o],arguments.length),h(this,ae,"f").addHandler(t,n,i,r,s,o),this}commands(t,n,i,r,s,o){return this.command(t,n,i,r,s,o)}commandDir(t,n){S("<string> [object]",[t,n],arguments.length);let i=h(this,Vn,"f")||h(this,U,"f").require;return h(this,ae,"f").addDirectory(t,i,h(this,U,"f").getCallerFile(),n),this}count(t){return S("<array|string>",[t],arguments.length),this[ot]("count",t),this[Nt](t),this}default(t,n,i){return S("<object|string|array> [*] [string]",[t,n,i],arguments.length),i&&(ji(t,h(this,U,"f")),h(this,L,"f").defaultDescription[t]=i),typeof n=="function"&&(ji(t,h(this,U,"f")),h(this,L,"f").defaultDescription[t]||(h(this,L,"f").defaultDescription[t]=h(this,Y,"f").functionDescription(n)),n=n.call()),this[Zt](this.default.bind(this),"default",t,n),this}defaults(t,n,i){return this.default(t,n,i)}demandCommand(t=1,n,i,r){return S("[number] [number|string] [string|null|undefined] [string|null|undefined]",[t,n,i,r],arguments.length),typeof n!="number"&&(i=n,n=1/0),this.global("_",!1),h(this,L,"f").demandedCommands._={min:t,max:n,minMsg:i,maxMsg:r},this}demand(t,n,i){return Array.isArray(n)?(n.forEach(r=>{xe(i,!0,h(this,U,"f")),this.demandOption(r,i)}),n=1/0):typeof n!="number"&&(i=n,n=1/0),typeof t=="number"?(xe(i,!0,h(this,U,"f")),this.demandCommand(t,n,i,i)):Array.isArray(t)?t.forEach(r=>{xe(i,!0,h(this,U,"f")),this.demandOption(r,i)}):typeof i=="string"?this.demandOption(t,i):(i===!0||typeof i=="undefined")&&this.demandOption(t),this}demandOption(t,n){return S("<object|string|array> [string]",[t,n],arguments.length),this[Zt](this.demandOption.bind(this),"demandedOptions",t,n),this}deprecateOption(t,n){return S("<string> [string|boolean]",[t,n],arguments.length),h(this,L,"f").deprecatedOptions[t]=n,this}describe(t,n){return S("<object|string|array> [string]",[t,n],arguments.length),this[ki](t,!0),h(this,Y,"f").describe(t,n),this}detectLocale(t){return S("<boolean>",[t],arguments.length),I(this,It,t,"f"),this}env(t){return S("[string|boolean]",[t],arguments.length),t===!1?delete h(this,L,"f").envPrefix:h(this,L,"f").envPrefix=t||"",this}epilogue(t){return S("<string>",[t],arguments.length),h(this,Y,"f").epilog(t),this}epilog(t){return this.epilogue(t)}example(t,n){return S("<string|array> [string]",[t,n],arguments.length),Array.isArray(t)?t.forEach(i=>this.example(...i)):h(this,Y,"f").example(t,n),this}exit(t,n){I(this,Se,!0,"f"),I(this,it,n,"f"),h(this,Me,"f")&&h(this,U,"f").process.exit(t)}exitProcess(t=!0){return S("[boolean]",[t],arguments.length),I(this,Me,t,"f"),this}fail(t){if(S("<function|boolean>",[t],arguments.length),typeof t=="boolean"&&t!==!1)throw new X("Invalid first argument. Expected function or boolean 'false'");return h(this,Y,"f").failFn(t),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(t,n){return S("<array> [function]",[t,n],arguments.length),n?h(this,je,"f").getCompletion(t,n):new Promise((i,r)=>{h(this,je,"f").getCompletion(t,(s,o)=>{s?r(s):i(o)})})}getDemandedOptions(){return S([],0),h(this,L,"f").demandedOptions}getDemandedCommands(){return S([],0),h(this,L,"f").demandedCommands}getDeprecatedOptions(){return S([],0),h(this,L,"f").deprecatedOptions}getDetectLocale(){return h(this,It,"f")}getExitProcess(){return h(this,Me,"f")}getGroups(){return Object.assign({},h(this,Re,"f"),h(this,jt,"f"))}getHelp(){if(I(this,Se,!0,"f"),!h(this,Y,"f").hasCachedHelpMessage()){if(!this.parsed){let n=this[bn](h(this,rt,"f"),void 0,void 0,0,!0);if(te(n))return n.then(()=>h(this,Y,"f").help())}let t=h(this,ae,"f").runDefaultBuilderOn(this);if(te(t))return t.then(()=>h(this,Y,"f").help())}return Promise.resolve(h(this,Y,"f").help())}getOptions(){return h(this,L,"f")}getStrict(){return h(this,Mt,"f")}getStrictCommands(){return h(this,Lt,"f")}getStrictOptions(){return h(this,Tt,"f")}global(t,n){return S("<string|array> [boolean]",[t,n],arguments.length),t=[].concat(t),n!==!1?h(this,L,"f").local=h(this,L,"f").local.filter(i=>t.indexOf(i)===-1):t.forEach(i=>{h(this,L,"f").local.includes(i)||h(this,L,"f").local.push(i)}),this}group(t,n){S("<string|array> <string>",[t,n],arguments.length);let i=h(this,jt,"f")[n]||h(this,Re,"f")[n];h(this,jt,"f")[n]&&delete h(this,jt,"f")[n];let r={};return h(this,Re,"f")[n]=(i||[]).concat(t).filter(s=>r[s]?!1:r[s]=!0),this}hide(t){return S("<string>",[t],arguments.length),h(this,L,"f").hiddenOptions.push(t),this}implies(t,n){return S("<string|object> [number|string|array]",[t,n],arguments.length),h(this,oe,"f").implies(t,n),this}locale(t){return S("[string]",[t],arguments.length),t===void 0?(this[Ri](),h(this,U,"f").y18n.getLocale()):(I(this,It,!1,"f"),h(this,U,"f").y18n.setLocale(t),this)}middleware(t,n,i){return h(this,Le,"f").addMiddleware(t,!!n,i)}nargs(t,n){return S("<string|object|array> [number]",[t,n],arguments.length),this[Zt](this.nargs.bind(this),"narg",t,n),this}normalize(t){return S("<array|string>",[t],arguments.length),this[ot]("normalize",t),this}number(t){return S("<array|string>",[t],arguments.length),this[ot]("number",t),this[Nt](t),this}option(t,n){if(S("<string|object> [object]",[t,n],arguments.length),typeof t=="object")Object.keys(t).forEach(i=>{this.options(i,t[i])});else{typeof n!="object"&&(n={}),this[Nt](t),h(this,$e,"f")&&(t==="version"||(n==null?void 0:n.alias)==="version")&&this[vo](['"version" is a reserved word.',"Please do one of the following:",'- Disable version with `yargs.version(false)` if using "version" as an option',"- Use the built-in `yargs.version` method instead (if applicable)","- Use a different option key","https://yargs.js.org/docs/#api-reference-version"].join(`
|
62
|
+
`),void 0,"versionWarning"),h(this,L,"f").key[t]=!0,n.alias&&this.alias(t,n.alias);let i=n.deprecate||n.deprecated;i&&this.deprecateOption(t,i);let r=n.demand||n.required||n.require;r&&this.demand(t,r),n.demandOption&&this.demandOption(t,typeof n.demandOption=="string"?n.demandOption:void 0),n.conflicts&&this.conflicts(t,n.conflicts),"default"in n&&this.default(t,n.default),n.implies!==void 0&&this.implies(t,n.implies),n.nargs!==void 0&&this.nargs(t,n.nargs),n.config&&this.config(t,n.configParser),n.normalize&&this.normalize(t),n.choices&&this.choices(t,n.choices),n.coerce&&this.coerce(t,n.coerce),n.group&&this.group(t,n.group),(n.boolean||n.type==="boolean")&&(this.boolean(t),n.alias&&this.boolean(n.alias)),(n.array||n.type==="array")&&(this.array(t),n.alias&&this.array(n.alias)),(n.number||n.type==="number")&&(this.number(t),n.alias&&this.number(n.alias)),(n.string||n.type==="string")&&(this.string(t),n.alias&&this.string(n.alias)),(n.count||n.type==="count")&&this.count(t),typeof n.global=="boolean"&&this.global(t,n.global),n.defaultDescription&&(h(this,L,"f").defaultDescription[t]=n.defaultDescription),n.skipValidation&&this.skipValidation(t);let s=n.describe||n.description||n.desc;this.describe(t,s),n.hidden&&this.hide(t),n.requiresArg&&this.requiresArg(t)}return this}options(t,n){return this.option(t,n)}parse(t,n,i){S("[string|array] [function|boolean|object] [function]",[t,n,i],arguments.length),this[Ao](),typeof t=="undefined"&&(t=h(this,rt,"f")),typeof n=="object"&&(I(this,Pt,n,"f"),n=i),typeof n=="function"&&(I(this,Ie,n,"f"),n=!1),n||I(this,rt,t,"f"),h(this,Ie,"f")&&I(this,Me,!1,"f");let r=this[bn](t,!!n),s=this.parsed;return h(this,je,"f").setParsed(this.parsed),te(r)?r.then(o=>(h(this,Ie,"f")&&h(this,Ie,"f").call(this,h(this,it,"f"),o,h(this,me,"f")),o)).catch(o=>{throw h(this,Ie,"f")&&h(this,Ie,"f")(o,this.parsed.argv,h(this,me,"f")),o}).finally(()=>{this[Wi](),this.parsed=s}):(h(this,Ie,"f")&&h(this,Ie,"f").call(this,h(this,it,"f"),r,h(this,me,"f")),this[Wi](),this.parsed=s,r)}parseAsync(t,n,i){let r=this.parse(t,n,i);return te(r)?r:Promise.resolve(r)}parseSync(t,n,i){let r=this.parse(t,n,i);if(te(r))throw new X(".parseSync() must not be used with asynchronous builders, handlers, or middleware");return r}parserConfiguration(t){return S("<object>",[t],arguments.length),I(this,Jn,t,"f"),this}pkgConf(t,n){S("<string> [string]",[t,n],arguments.length);let i=null,r=this[$i](n||h(this,St,"f"));return r[t]&&typeof r[t]=="object"&&(i=Yn(r[t],n||h(this,St,"f"),this[Ft]()["deep-merge-config"]||!1,h(this,U,"f")),h(this,L,"f").configObjects=(h(this,L,"f").configObjects||[]).concat(i)),this}positional(t,n){S("<string> <object>",[t,n],arguments.length);let i=["default","defaultDescription","implies","normalize","choices","conflicts","coerce","type","describe","desc","description","alias"];n=tt(n,(o,a)=>o==="type"&&!["string","number","boolean"].includes(a)?!1:i.includes(o));let r=h(this,gn,"f").fullCommands[h(this,gn,"f").fullCommands.length-1],s=r?h(this,ae,"f").cmdToParseOptions(r):{array:[],alias:{},default:{},demand:{}};return Kt(s).forEach(o=>{let a=s[o];Array.isArray(a)?a.indexOf(t)!==-1&&(n[o]=!0):a[t]&&!(o in n)&&(n[o]=a[t])}),this.group(t,h(this,Y,"f").getPositionalGroupName()),this.option(t,n)}recommendCommands(t=!0){return S("[boolean]",[t],arguments.length),I(this,Qn,t,"f"),this}required(t,n,i){return this.demand(t,n,i)}require(t,n,i){return this.demand(t,n,i)}requiresArg(t){return S("<array|string|object> [number]",[t],arguments.length),typeof t=="string"&&h(this,L,"f").narg[t]?this:(this[Zt](this.requiresArg.bind(this),"narg",t,NaN),this)}showCompletionScript(t,n){return S("[string] [string]",[t,n],arguments.length),t=t||this.$0,h(this,Jt,"f").log(h(this,je,"f").generateCompletionScript(t,n||h(this,Ee,"f")||"completion")),this}showHelp(t){if(S("[string|function]",[t],arguments.length),I(this,Se,!0,"f"),!h(this,Y,"f").hasCachedHelpMessage()){if(!this.parsed){let i=this[bn](h(this,rt,"f"),void 0,void 0,0,!0);if(te(i))return i.then(()=>{h(this,Y,"f").showHelp(t)}),this}let n=h(this,ae,"f").runDefaultBuilderOn(this);if(te(n))return n.then(()=>{h(this,Y,"f").showHelp(t)}),this}return h(this,Y,"f").showHelp(t),this}scriptName(t){return this.customScriptName=!0,this.$0=t,this}showHelpOnFail(t,n){return S("[boolean|string] [string]",[t,n],arguments.length),h(this,Y,"f").showHelpOnFail(t,n),this}showVersion(t){return S("[string|function]",[t],arguments.length),h(this,Y,"f").showVersion(t),this}skipValidation(t){return S("<array|string>",[t],arguments.length),this[ot]("skipValidation",t),this}strict(t){return S("[boolean]",[t],arguments.length),I(this,Mt,t!==!1,"f"),this}strictCommands(t){return S("[boolean]",[t],arguments.length),I(this,Lt,t!==!1,"f"),this}strictOptions(t){return S("[boolean]",[t],arguments.length),I(this,Tt,t!==!1,"f"),this}string(t){return S("<array|string>",[t],arguments.length),this[ot]("string",t),this[Nt](t),this}terminalWidth(){return S([],0),h(this,U,"f").process.stdColumns}updateLocale(t){return this.updateStrings(t)}updateStrings(t){return S("<object>",[t],arguments.length),I(this,It,!1,"f"),h(this,U,"f").y18n.updateLocale(t),this}usage(t,n,i,r){if(S("<string|null|undefined> [string|boolean] [function|object] [function]",[t,n,i,r],arguments.length),n!==void 0){if(xe(t,null,h(this,U,"f")),(t||"").match(/^\$0( |$)/))return this.command(t,n,i,r);throw new X(".usage() description must start with $0 if being used as alias for .command()")}else return h(this,Y,"f").usage(t),this}version(t,n,i){let r="version";if(S("[boolean|string] [string] [string]",[t,n,i],arguments.length),h(this,$e,"f")&&(this[Ni](h(this,$e,"f")),h(this,Y,"f").version(void 0),I(this,$e,null,"f")),arguments.length===0)i=this[Oo](),t=r;else if(arguments.length===1){if(t===!1)return this;i=t,t=r}else arguments.length===2&&(i=n,n=void 0);return I(this,$e,typeof t=="string"?t:r,"f"),n=n||h(this,Y,"f").deferY18nLookup("Show version number"),h(this,Y,"f").version(i||void 0),this.boolean(h(this,$e,"f")),this.describe(h(this,$e,"f"),n),this}wrap(t){return S("<number|null|undefined>",[t],arguments.length),h(this,Y,"f").wrap(t),this}[(ae=new WeakMap,St=new WeakMap,gn=new WeakMap,je=new WeakMap,Ee=new WeakMap,Gn=new WeakMap,it=new WeakMap,It=new WeakMap,qn=new WeakMap,Me=new WeakMap,zn=new WeakMap,Le=new WeakMap,Re=new WeakMap,Se=new WeakMap,Te=new WeakMap,Kn=new WeakMap,Jt=new WeakMap,me=new WeakMap,L=new WeakMap,Vn=new WeakMap,Jn=new WeakMap,Ie=new WeakMap,Pt=new WeakMap,Qt=new WeakMap,jt=new WeakMap,rt=new WeakMap,Qn=new WeakMap,U=new WeakMap,Mt=new WeakMap,Lt=new WeakMap,Tt=new WeakMap,Y=new WeakMap,$e=new WeakMap,oe=new WeakMap,Co)](t){if(!t._||!t["--"])return t;t._.push.apply(t._,t["--"]);try{delete t["--"]}catch(n){}return t}[xo](){return{log:(...t)=>{this[Zn]()||console.log(...t),I(this,Se,!0,"f"),h(this,me,"f").length&&I(this,me,h(this,me,"f")+`
|
63
63
|
`,"f"),I(this,me,h(this,me,"f")+t.join(" "),"f")},error:(...t)=>{this[Zn]()||console.error(...t),I(this,Se,!0,"f"),h(this,me,"f").length&&I(this,me,h(this,me,"f")+`
|
64
|
-
`,"f"),I(this,me,h(this,me,"f")+t.join(" "),"f")}}}[Ni](t){Kt(h(this,L,"f")).forEach(n=>{if((r=>r==="configObjects")(n))return;let i=h(this,L,"f")[n];Array.isArray(i)?i.includes(t)&&i.splice(i.indexOf(t),1):typeof i=="object"&&delete i[t]}),delete h(this,Y,"f").getDescriptions()[t]}[vo](t,n,i){h(this,zn,"f")[i]||(h(this,U,"f").process.emitWarning(t,n),h(this,zn,"f")[i]=!0)}[Ao](){h(this,Gn,"f").push({options:h(this,L,"f"),configObjects:h(this,L,"f").configObjects.slice(0),exitProcess:h(this,Me,"f"),groups:h(this,Re,"f"),strict:h(this,Mt,"f"),strictCommands:h(this,Lt,"f"),strictOptions:h(this,Tt,"f"),completionCommand:h(this,Ee,"f"),output:h(this,me,"f"),exitError:h(this,it,"f"),hasOutput:h(this,Se,"f"),parsed:this.parsed,parseFn:h(this,Ie,"f"),parseContext:h(this,Pt,"f")}),h(this,Y,"f").freeze(),h(this,oe,"f").freeze(),h(this,ae,"f").freeze(),h(this,Le,"f").freeze()}[_o](){let t="",n;return/\b(node|iojs|electron)(\.exe)?$/.test(h(this,U,"f").process.argv()[0])?n=h(this,U,"f").process.argv().slice(1,2):n=h(this,U,"f").process.argv().slice(0,1),t=n.map(i=>{let r=this[No](h(this,St,"f"),i);return i.match(/^(\/|([a-zA-Z]:)?\\)/)&&r.length<i.length?r:i}).join(" ").trim(),h(this,U,"f").getEnv("_")&&h(this,U,"f").getProcessArgvBin()===h(this,U,"f").getEnv("_")&&(t=h(this,U,"f").getEnv("_").replace(`${h(this,U,"f").path.dirname(h(this,U,"f").process.execPath())}/`,"")),t}[Ft](){return h(this,Jn,"f")}[Ri](){if(!h(this,It,"f"))return;let t=h(this,U,"f").getEnv("LC_ALL")||h(this,U,"f").getEnv("LC_MESSAGES")||h(this,U,"f").getEnv("LANG")||h(this,U,"f").getEnv("LANGUAGE")||"en_US";this.locale(t.replace(/[.:].*/,""))}[Oo](){return this[$i]().version||"unknown"}[Eo](t){let n=t["--"]?t["--"]:t._;for(let i=0,r;(r=n[i])!==void 0;i++)h(this,U,"f").Parser.looksLikeNumber(r)&&Number.isSafeInteger(Math.floor(parseFloat(`${r}`)))&&(n[i]=Number(r));return t}[$i](t){let n=t||"*";if(h(this,Qt,"f")[n])return h(this,Qt,"f")[n];let i={};try{let r=t||h(this,U,"f").mainFilename;!t&&h(this,U,"f").path.extname(r)&&(r=h(this,U,"f").path.dirname(r));let s=h(this,U,"f").findUp(r,(o,a)=>{if(a.includes("package.json"))return"package.json"});xe(s,void 0,h(this,U,"f")),i=JSON.parse(h(this,U,"f").readFileSync(s,"utf8"))}catch(r){}return h(this,Qt,"f")[n]=i||{},h(this,Qt,"f")[n]}[ot](t,n){n=[].concat(n),n.forEach(i=>{i=this[Bi](i),h(this,L,"f")[t].push(i)})}[Zt](t,n,i,r){this[Hi](t,n,i,r,(s,o,a)=>{h(this,L,"f")[s][o]=a})}[Ui](t,n,i,r){this[Hi](t,n,i,r,(s,o,a)=>{h(this,L,"f")[s][o]=(h(this,L,"f")[s][o]||[]).concat(a)})}[Hi](t,n,i,r,s){if(Array.isArray(i))i.forEach(o=>{t(o,r)});else if((o=>typeof o=="object")(i))for(let o of Kt(i))t(o,i[o]);else s(n,this[Bi](i),r)}[Bi](t){return t==="__proto__"?"___proto___":t}[ki](t,n){return this[Zt](this[ki].bind(this),"key",t,n),this}[Wi](){var t,n,i,r,s,o,a,l,c,f,u,p;let d=h(this,Gn,"f").pop();xe(d,void 0,h(this,U,"f"));let g;t=this,n=this,i=this,r=this,s=this,o=this,a=this,l=this,c=this,f=this,u=this,p=this,{options:{set value(b){I(t,L,b,"f")}}.value,configObjects:g,exitProcess:{set value(b){I(n,Me,b,"f")}}.value,groups:{set value(b){I(i,Re,b,"f")}}.value,output:{set value(b){I(r,me,b,"f")}}.value,exitError:{set value(b){I(s,it,b,"f")}}.value,hasOutput:{set value(b){I(o,Se,b,"f")}}.value,parsed:this.parsed,strict:{set value(b){I(a,Mt,b,"f")}}.value,strictCommands:{set value(b){I(l,Lt,b,"f")}}.value,strictOptions:{set value(b){I(c,Tt,b,"f")}}.value,completionCommand:{set value(b){I(f,Ee,b,"f")}}.value,parseFn:{set value(b){I(u,Ie,b,"f")}}.value,parseContext:{set value(b){I(p,Pt,b,"f")}}.value}=d,h(this,L,"f").configObjects=g,h(this,Y,"f").unfreeze(),h(this,oe,"f").unfreeze(),h(this,ae,"f").unfreeze(),h(this,Le,"f").unfreeze()}[So](t,n){return Et(n,i=>(t(i),i))}getInternalMethods(){return{getCommandInstance:this[Io].bind(this),getContext:this[Po].bind(this),getHasOutput:this[jo].bind(this),getLoggerInstance:this[Mo].bind(this),getParseContext:this[Lo].bind(this),getParserConfiguration:this[Ft].bind(this),getUsageInstance:this[To].bind(this),getValidationInstance:this[Fo].bind(this),hasParseCallback:this[Zn].bind(this),isGlobalContext:this[Do].bind(this),postProcess:this[Dt].bind(this),reset:this[Yi].bind(this),runValidation:this[qi].bind(this),runYargsParserAndExecuteCommands:this[bn].bind(this),setHasOutput:this[Ro].bind(this)}}[Io](){return h(this,ae,"f")}[Po](){return h(this,gn,"f")}[jo](){return h(this,Se,"f")}[Mo](){return h(this,Jt,"f")}[Lo](){return h(this,Pt,"f")||{}}[To](){return h(this,Y,"f")}[Fo](){return h(this,oe,"f")}[Zn](){return!!h(this,Ie,"f")}[Do](){return h(this,Kn,"f")}[Dt](t,n,i,r){return i||te(t)||(n||(t=this[Co](t)),(this[Ft]()["parse-positional-numbers"]||this[Ft]()["parse-positional-numbers"]===void 0)&&(t=this[Eo](t)),r&&(t=Ot(t,this,h(this,Le,"f").getMiddleware(),!1))),t}[Yi](t={}){I(this,L,h(this,L,"f")||{},"f");let n={};n.local=h(this,L,"f").local||[],n.configObjects=h(this,L,"f").configObjects||[];let i={};n.local.forEach(o=>{i[o]=!0,(t[o]||[]).forEach(a=>{i[a]=!0})}),Object.assign(h(this,jt,"f"),Object.keys(h(this,Re,"f")).reduce((o,a)=>{let l=h(this,Re,"f")[a].filter(c=>!(c in i));return l.length>0&&(o[a]=l),o},{})),I(this,Re,{},"f");let r=["array","boolean","string","skipValidation","count","normalize","number","hiddenOptions"],s=["narg","key","alias","default","defaultDescription","config","choices","demandedOptions","demandedCommands","deprecatedOptions"];return r.forEach(o=>{n[o]=(h(this,L,"f")[o]||[]).filter(a=>!i[a])}),s.forEach(o=>{n[o]=tt(h(this,L,"f")[o],a=>!i[a])}),n.envPrefix=h(this,L,"f").envPrefix,I(this,L,n,"f"),I(this,Y,h(this,Y,"f")?h(this,Y,"f").reset(i):uo(this,h(this,U,"f")),"f"),I(this,oe,h(this,oe,"f")?h(this,oe,"f").reset(i):yo(this,h(this,Y,"f"),h(this,U,"f")),"f"),I(this,ae,h(this,ae,"f")?h(this,ae,"f").reset():lo(h(this,Y,"f"),h(this,oe,"f"),h(this,Le,"f"),h(this,U,"f")),"f"),h(this,je,"f")||I(this,je,mo(this,h(this,Y,"f"),h(this,ae,"f"),h(this,U,"f")),"f"),h(this,Le,"f").reset(),I(this,Ee,null,"f"),I(this,me,"","f"),I(this,it,null,"f"),I(this,Se,!1,"f"),this.parsed=!1,this}[No](t,n){return h(this,U,"f").path.relative(t,n)}[bn](t,n,i,r=0,s=!1){let o=!!i||s;t=t||h(this,rt,"f"),h(this,L,"f").__=h(this,U,"f").y18n.__,h(this,L,"f").configuration=this[Ft]();let a=!!h(this,L,"f").configuration["populate--"],l=Object.assign({},h(this,L,"f").configuration,{"populate--":!0}),c=h(this,U,"f").Parser.detailed(t,Object.assign({},h(this,L,"f"),{configuration:{"parse-positional-numbers":!1,...l}})),f=Object.assign(c.argv,h(this,Pt,"f")),u,p=c.aliases,d=!1,g=!1;Object.keys(f).forEach(b=>{b===h(this,Te,"f")&&f[b]?d=!0:b===h(this,$e,"f")&&f[b]&&(g=!0)}),f.$0=this.$0,this.parsed=c,r===0&&h(this,Y,"f").clearCachedHelpMessage();try{if(this[Ri](),n)return this[Dt](f,a,!!i,!1);h(this,Te,"f")&&[h(this,Te,"f")].concat(p[h(this,Te,"f")]||[]).filter(T=>T.length>1).includes(""+f._[f._.length-1])&&(f._.pop(),d=!0),I(this,Kn,!1,"f");let b=h(this,ae,"f").getCommands(),m=h(this,je,"f").completionKey in f,v=d||m||s;if(f._.length){if(b.length){let A;for(let T=r||0,W;f._[T]!==void 0;T++)if(W=String(f._[T]),b.includes(W)&&W!==h(this,Ee,"f")){let q=h(this,ae,"f").runCommand(W,this,c,T+1,s,d||g||s);return this[Dt](q,a,!!i,!1)}else if(!A&&W!==h(this,Ee,"f")){A=W;break}!h(this,ae,"f").hasDefaultCommand()&&h(this,Qn,"f")&&A&&!v&&h(this,oe,"f").recommendCommands(A,b)}h(this,Ee,"f")&&f._.includes(h(this,Ee,"f"))&&!m&&(h(this,Me,"f")&&nt(!0),this.showCompletionScript(),this.exit(0))}if(h(this,ae,"f").hasDefaultCommand()&&!v){let A=h(this,ae,"f").runCommand(null,this,c,0,s,d||g||s);return this[Dt](A,a,!!i,!1)}if(m){h(this,Me,"f")&&nt(!0),t=[].concat(t);let A=t.slice(t.indexOf(`--${h(this,je,"f").completionKey}`)+1);return h(this,je,"f").getCompletion(A,(T,W)=>{if(T)throw new X(T.message);(W||[]).forEach(q=>{h(this,Jt,"f").log(q)}),this.exit(0)}),this[Dt](f,!a,!!i,!1)}if(h(this,Se,"f")||(d?(h(this,Me,"f")&&nt(!0),o=!0,this.showHelp("log"),this.exit(0)):g&&(h(this,Me,"f")&&nt(!0),o=!0,h(this,Y,"f").showVersion("log"),this.exit(0))),!o&&h(this,L,"f").skipValidation.length>0&&(o=Object.keys(f).some(A=>h(this,L,"f").skipValidation.indexOf(A)>=0&&f[A]===!0)),!o){if(c.error)throw new X(c.error.message);if(!m){let A=this[qi](p,{},c.error);i||(u=Ot(f,this,h(this,Le,"f").getMiddleware(),!0)),u=this[So](A,u!=null?u:f),te(u)&&!i&&(u=u.then(()=>Ot(f,this,h(this,Le,"f").getMiddleware(),!1)))}}}catch(b){if(b instanceof X)h(this,Y,"f").fail(b.message,b);else throw b}return this[Dt](u!=null?u:f,a,!!i,!0)}[qi](t,n,i,r){let s={...this.getDemandedOptions()};return o=>{if(i)throw new X(i.message);h(this,oe,"f").nonOptionCount(o),h(this,oe,"f").requiredArguments(o,s);let a=!1;h(this,Lt,"f")&&(a=h(this,oe,"f").unknownCommands(o)),h(this,Mt,"f")&&!a?h(this,oe,"f").unknownArguments(o,t,n,!!r):h(this,Tt,"f")&&h(this,oe,"f").unknownArguments(o,t,{},!1,!1),h(this,oe,"f").limitedChoices(o),h(this,oe,"f").implications(o),h(this,oe,"f").conflicting(o)}}[Ro](){I(this,Se,!0,"f")}[Nt](t){if(typeof t=="string")h(this,L,"f").key[t]=!0;else for(let n of t)h(this,L,"f").key[n]=!0}};function co(e){return!!e&&typeof e.getInternalMethods=="function"}var Tl=$o(io),Xt=Tl;var Gi=class extends Error{constructor(){super("Throttled function aborted"),this.name="AbortError"}};function Ki({limit:e,interval:t,strict:n}){if(!Number.isFinite(e))throw new TypeError("Expected `limit` to be a finite number");if(!Number.isFinite(t))throw new TypeError("Expected `interval` to be a finite number");let i=new Map,r=0,s=0;function o(){let f=Date.now();return f-r>t?(s=1,r=f,0):(s<e?s++:(r+=t,s=1),r-f)}let a=[];function l(){let f=Date.now();if(a.length<e)return a.push(f),0;let u=a.shift()+t;return f>=u?(a.push(f),0):(a.push(u),u-f)}let c=n?l:o;return f=>{let u=function(...p){if(!u.isEnabled)return(async()=>f.apply(this,p))();let d;return new Promise((g,b)=>{d=setTimeout(()=>{g(f.apply(this,p)),i.delete(d)},c()),i.set(d,b)})};return u.abort=()=>{for(let p of i.keys())clearTimeout(p),i.get(p)(new Gi);i.clear(),a.splice(0,a.length)},u.isEnabled=!0,u}}var qo=Ce(Wo(),1),Dl=new Set(["Failed to fetch","NetworkError when attempting to fetch resource.","The Internet connection appears to be offline.","Network request failed"]),Vi=class extends Error{constructor(t){super(),t instanceof Error?(this.originalError=t,{message:t}=t):(this.originalError=new Error(t),this.originalError.stack=this.stack),this.name="AbortError",this.message=t}},Nl=(e,t,n)=>{let i=n.retries-(t-1);return e.attemptNumber=t,e.retriesLeft=i,e},Rl=e=>Dl.has(e),Yo=e=>globalThis.DOMException===void 0?new Error(e):new DOMException(e);async function Ji(e,t){return new Promise((n,i)=>{t={onFailedAttempt(){},retries:10,...t};let r=qo.default.operation(t);r.attempt(async s=>{try{n(await e(s))}catch(o){if(!(o instanceof Error)){i(new TypeError(`Non-error was thrown: "${o}". You should only throw errors.`));return}if(o instanceof Vi)r.stop(),i(o.originalError);else if(o instanceof TypeError&&!Rl(o.message))r.stop(),i(o);else{Nl(o,s,t);try{await t.onFailedAttempt(o)}catch(a){i(a);return}r.retry(o)||i(r.mainError())}}}),t.signal&&!t.signal.aborted&&t.signal.addEventListener("abort",()=>{r.stop();let s=t.signal.reason===void 0?Yo("The operation was aborted."):t.signal.reason;i(s instanceof Error?s:Yo(s))},{once:!0})})}function zo({throttle:e={interval:1e3,limit:10},retry:t={retries:1,factor:1.66}}){let n=e?Ki(e):null;return function(r){let s=async()=>await r();if(n&&(s=n(s)),t){let o=s;s=()=>Ji(o,t)}return s()}}var yn=class extends Error{constructor(n,i,r,s,o,a){super(`${n}
|
65
|
-
${s}${o?" "+o:""} (${i} ${r}${a?` Request ID: ${a}`:""})`);this.errorMessage=n;this.fetchMethod=i;this.fetchUri=r;this.statusCode=s;this.statusText=o;this.requestId=a;Object.setPrototypeOf(this,yn.prototype)}},Q=class{constructor(t){var i,r,s,o,a;if(!t.apiKey&&!t.bearerToken)throw new Error("You must provide an API key or a bearer token");let n=t.fetch;if(!n)if(typeof globalThis!="undefined"&&typeof globalThis.fetch!="undefined")n=globalThis.fetch.bind(globalThis);else if(typeof fetch!="undefined")n=fetch;else throw new Error("You must provide or polyfill a fetch implementation when not in a browser");this.options={...t,fetch:n,apiHost:(i=t.apiHost)!=null?i:"https://uniform.app",apiKey:(r=t.apiKey)!=null?r:null,projectId:(s=t.projectId)!=null?s:null,bearerToken:(o=t.bearerToken)!=null?o:null,limitPolicy:(a=t.limitPolicy)!=null?a:zo({})}}async getCompositionList(t){let{projectId:n}=this.options,i=this.createUrl("/api/v1/canvas",{...t,projectId:n});return await this.apiClient(i)}async getCompositionBySlug(t){let{projectId:n}=this.options,i=this.createUrl("/api/v1/canvas",{...t,projectId:n});return await this.apiClient(i)}async getCompositionById(t){let{projectId:n}=this.options,i=this.createUrl("/api/v1/canvas",{...t,projectId:n});return await this.apiClient(i)}async updateComposition(t){let n=this.createUrl("/api/v1/canvas");await this.apiClient(n,{method:"PUT",body:JSON.stringify({...t,projectId:this.options.projectId}),expectNoContent:!0})}async removeComposition(t){let n=this.createUrl("/api/v1/canvas"),{projectId:i}=this.options;await this.apiClient(n,{method:"DELETE",body:JSON.stringify({...t,projectId:i}),expectNoContent:!0})}async getComponentDefinitions(t){let{projectId:n}=this.options,i=this.createUrl("/api/v1/canvas-definitions",{...t,projectId:n});return await this.apiClient(i)}async updateComponentDefinition(t){let n=this.createUrl("/api/v1/canvas-definitions");await this.apiClient(n,{method:"PUT",body:JSON.stringify({...t,projectId:this.options.projectId}),expectNoContent:!0})}async removeComponentDefinition(t){let n=this.createUrl("/api/v1/canvas-definitions");await this.apiClient(n,{method:"DELETE",body:JSON.stringify({...t,projectId:this.options.projectId}),expectNoContent:!0})}async apiClient(t,n){return this.options.limitPolicy(async()=>{var s;let i=this.options.apiKey?{"x-api-key":this.options.apiKey}:{Authorization:`Bearer ${this.options.bearerToken}`},r=await this.options.fetch(t.toString(),{...n,headers:{...n==null?void 0:n.headers,...i}});if(!r.ok){let o="";try{let a=await r.text();try{let l=JSON.parse(a);l.errorMessage?o=Array.isArray(l.errorMessage)?l.errorMessage.join(", "):l.errorMessage:o=a}catch(l){o=a}}catch(a){o="General error"}throw new yn(o,(s=n==null?void 0:n.method)!=null?s:"GET",t.toString(),r.status,r.statusText,Q.getRequestId(r))}return n!=null&&n.expectNoContent?null:await r.json()})}createUrl(t,n){let i=new URL(`${this.options.apiHost}${t}`);return Object.entries(n!=null?n:{}).forEach(([r,s])=>{var o;typeof s!==void 0&&s!==null&&i.searchParams.append(r,(o=s==null?void 0:s.toString())!=null?o:"")}),i}static getRequestId(t){let n=t.headers.get("x-nf-request-id");if(n)return n}};var _a=Ce(require("isomorphic-unfetch"));var $l=Object.create,Ko=Object.defineProperty,Ul=Object.getOwnPropertyDescriptor,Hl=Object.getOwnPropertyNames,Bl=Object.getPrototypeOf,kl=Object.prototype.hasOwnProperty,Go=(e=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(e,{get:(t,n)=>(typeof require!="undefined"?require:t)[n]}):e)(function(e){if(typeof require!="undefined")return require.apply(this,arguments);throw new Error('Dynamic require of "'+e+'" is not supported')}),Ue=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Wl=(e,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Hl(t))!kl.call(e,r)&&r!==n&&Ko(e,r,{get:()=>t[r],enumerable:!(i=Ul(t,r))||i.enumerable});return e},Qi=(e,t,n)=>(n=e!=null?$l(Bl(e)):{},Wl(t||!e||!e.__esModule?Ko(n,"default",{value:e,enumerable:!0}):n,e)),Yl=Ue((e,t)=>{"use strict";t.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}}),Vo=Ue((e,t)=>{var n=Yl(),i={};for(let o of Object.keys(n))i[n[o]]=o;var r={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};t.exports=r;for(let o of Object.keys(r)){if(!("channels"in r[o]))throw new Error("missing channels property: "+o);if(!("labels"in r[o]))throw new Error("missing channel labels property: "+o);if(r[o].labels.length!==r[o].channels)throw new Error("channel and label counts mismatch: "+o);let{channels:a,labels:l}=r[o];delete r[o].channels,delete r[o].labels,Object.defineProperty(r[o],"channels",{value:a}),Object.defineProperty(r[o],"labels",{value:l})}r.rgb.hsl=function(o){let a=o[0]/255,l=o[1]/255,c=o[2]/255,f=Math.min(a,l,c),u=Math.max(a,l,c),p=u-f,d,g;u===f?d=0:a===u?d=(l-c)/p:l===u?d=2+(c-a)/p:c===u&&(d=4+(a-l)/p),d=Math.min(d*60,360),d<0&&(d+=360);let b=(f+u)/2;return u===f?g=0:b<=.5?g=p/(u+f):g=p/(2-u-f),[d,g*100,b*100]},r.rgb.hsv=function(o){let a,l,c,f,u,p=o[0]/255,d=o[1]/255,g=o[2]/255,b=Math.max(p,d,g),m=b-Math.min(p,d,g),v=function(A){return(b-A)/6/m+1/2};return m===0?(f=0,u=0):(u=m/b,a=v(p),l=v(d),c=v(g),p===b?f=c-l:d===b?f=1/3+a-c:g===b&&(f=2/3+l-a),f<0?f+=1:f>1&&(f-=1)),[f*360,u*100,b*100]},r.rgb.hwb=function(o){let a=o[0],l=o[1],c=o[2],f=r.rgb.hsl(o)[0],u=1/255*Math.min(a,Math.min(l,c));return c=1-1/255*Math.max(a,Math.max(l,c)),[f,u*100,c*100]},r.rgb.cmyk=function(o){let a=o[0]/255,l=o[1]/255,c=o[2]/255,f=Math.min(1-a,1-l,1-c),u=(1-a-f)/(1-f)||0,p=(1-l-f)/(1-f)||0,d=(1-c-f)/(1-f)||0;return[u*100,p*100,d*100,f*100]};function s(o,a){return(o[0]-a[0])**2+(o[1]-a[1])**2+(o[2]-a[2])**2}r.rgb.keyword=function(o){let a=i[o];if(a)return a;let l=1/0,c;for(let f of Object.keys(n)){let u=n[f],p=s(o,u);p<l&&(l=p,c=f)}return c},r.keyword.rgb=function(o){return n[o]},r.rgb.xyz=function(o){let a=o[0]/255,l=o[1]/255,c=o[2]/255;a=a>.04045?((a+.055)/1.055)**2.4:a/12.92,l=l>.04045?((l+.055)/1.055)**2.4:l/12.92,c=c>.04045?((c+.055)/1.055)**2.4:c/12.92;let f=a*.4124+l*.3576+c*.1805,u=a*.2126+l*.7152+c*.0722,p=a*.0193+l*.1192+c*.9505;return[f*100,u*100,p*100]},r.rgb.lab=function(o){let a=r.rgb.xyz(o),l=a[0],c=a[1],f=a[2];l/=95.047,c/=100,f/=108.883,l=l>.008856?l**(1/3):7.787*l+16/116,c=c>.008856?c**(1/3):7.787*c+16/116,f=f>.008856?f**(1/3):7.787*f+16/116;let u=116*c-16,p=500*(l-c),d=200*(c-f);return[u,p,d]},r.hsl.rgb=function(o){let a=o[0]/360,l=o[1]/100,c=o[2]/100,f,u,p;if(l===0)return p=c*255,[p,p,p];c<.5?f=c*(1+l):f=c+l-c*l;let d=2*c-f,g=[0,0,0];for(let b=0;b<3;b++)u=a+1/3*-(b-1),u<0&&u++,u>1&&u--,6*u<1?p=d+(f-d)*6*u:2*u<1?p=f:3*u<2?p=d+(f-d)*(2/3-u)*6:p=d,g[b]=p*255;return g},r.hsl.hsv=function(o){let a=o[0],l=o[1]/100,c=o[2]/100,f=l,u=Math.max(c,.01);c*=2,l*=c<=1?c:2-c,f*=u<=1?u:2-u;let p=(c+l)/2,d=c===0?2*f/(u+f):2*l/(c+l);return[a,d*100,p*100]},r.hsv.rgb=function(o){let a=o[0]/60,l=o[1]/100,c=o[2]/100,f=Math.floor(a)%6,u=a-Math.floor(a),p=255*c*(1-l),d=255*c*(1-l*u),g=255*c*(1-l*(1-u));switch(c*=255,f){case 0:return[c,g,p];case 1:return[d,c,p];case 2:return[p,c,g];case 3:return[p,d,c];case 4:return[g,p,c];case 5:return[c,p,d]}},r.hsv.hsl=function(o){let a=o[0],l=o[1]/100,c=o[2]/100,f=Math.max(c,.01),u,p;p=(2-l)*c;let d=(2-l)*f;return u=l*f,u/=d<=1?d:2-d,u=u||0,p/=2,[a,u*100,p*100]},r.hwb.rgb=function(o){let a=o[0]/360,l=o[1]/100,c=o[2]/100,f=l+c,u;f>1&&(l/=f,c/=f);let p=Math.floor(6*a),d=1-c;u=6*a-p,(p&1)!==0&&(u=1-u);let g=l+u*(d-l),b,m,v;switch(p){default:case 6:case 0:b=d,m=g,v=l;break;case 1:b=g,m=d,v=l;break;case 2:b=l,m=d,v=g;break;case 3:b=l,m=g,v=d;break;case 4:b=g,m=l,v=d;break;case 5:b=d,m=l,v=g;break}return[b*255,m*255,v*255]},r.cmyk.rgb=function(o){let a=o[0]/100,l=o[1]/100,c=o[2]/100,f=o[3]/100,u=1-Math.min(1,a*(1-f)+f),p=1-Math.min(1,l*(1-f)+f),d=1-Math.min(1,c*(1-f)+f);return[u*255,p*255,d*255]},r.xyz.rgb=function(o){let a=o[0]/100,l=o[1]/100,c=o[2]/100,f,u,p;return f=a*3.2406+l*-1.5372+c*-.4986,u=a*-.9689+l*1.8758+c*.0415,p=a*.0557+l*-.204+c*1.057,f=f>.0031308?1.055*f**(1/2.4)-.055:f*12.92,u=u>.0031308?1.055*u**(1/2.4)-.055:u*12.92,p=p>.0031308?1.055*p**(1/2.4)-.055:p*12.92,f=Math.min(Math.max(0,f),1),u=Math.min(Math.max(0,u),1),p=Math.min(Math.max(0,p),1),[f*255,u*255,p*255]},r.xyz.lab=function(o){let a=o[0],l=o[1],c=o[2];a/=95.047,l/=100,c/=108.883,a=a>.008856?a**(1/3):7.787*a+16/116,l=l>.008856?l**(1/3):7.787*l+16/116,c=c>.008856?c**(1/3):7.787*c+16/116;let f=116*l-16,u=500*(a-l),p=200*(l-c);return[f,u,p]},r.lab.xyz=function(o){let a=o[0],l=o[1],c=o[2],f,u,p;u=(a+16)/116,f=l/500+u,p=u-c/200;let d=u**3,g=f**3,b=p**3;return u=d>.008856?d:(u-16/116)/7.787,f=g>.008856?g:(f-16/116)/7.787,p=b>.008856?b:(p-16/116)/7.787,f*=95.047,u*=100,p*=108.883,[f,u,p]},r.lab.lch=function(o){let a=o[0],l=o[1],c=o[2],f;f=Math.atan2(c,l)*360/2/Math.PI,f<0&&(f+=360);let u=Math.sqrt(l*l+c*c);return[a,u,f]},r.lch.lab=function(o){let a=o[0],l=o[1],c=o[2]/360*2*Math.PI,f=l*Math.cos(c),u=l*Math.sin(c);return[a,f,u]},r.rgb.ansi16=function(o,a=null){let[l,c,f]=o,u=a===null?r.rgb.hsv(o)[2]:a;if(u=Math.round(u/50),u===0)return 30;let p=30+(Math.round(f/255)<<2|Math.round(c/255)<<1|Math.round(l/255));return u===2&&(p+=60),p},r.hsv.ansi16=function(o){return r.rgb.ansi16(r.hsv.rgb(o),o[2])},r.rgb.ansi256=function(o){let a=o[0],l=o[1],c=o[2];return a===l&&l===c?a<8?16:a>248?231:Math.round((a-8)/247*24)+232:16+36*Math.round(a/255*5)+6*Math.round(l/255*5)+Math.round(c/255*5)},r.ansi16.rgb=function(o){let a=o%10;if(a===0||a===7)return o>50&&(a+=3.5),a=a/10.5*255,[a,a,a];let l=(~~(o>50)+1)*.5,c=(a&1)*l*255,f=(a>>1&1)*l*255,u=(a>>2&1)*l*255;return[c,f,u]},r.ansi256.rgb=function(o){if(o>=232){let u=(o-232)*10+8;return[u,u,u]}o-=16;let a,l=Math.floor(o/36)/5*255,c=Math.floor((a=o%36)/6)/5*255,f=a%6/5*255;return[l,c,f]},r.rgb.hex=function(o){let a=(((Math.round(o[0])&255)<<16)+((Math.round(o[1])&255)<<8)+(Math.round(o[2])&255)).toString(16).toUpperCase();return"000000".substring(a.length)+a},r.hex.rgb=function(o){let a=o.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!a)return[0,0,0];let l=a[0];a[0].length===3&&(l=l.split("").map(d=>d+d).join(""));let c=parseInt(l,16),f=c>>16&255,u=c>>8&255,p=c&255;return[f,u,p]},r.rgb.hcg=function(o){let a=o[0]/255,l=o[1]/255,c=o[2]/255,f=Math.max(Math.max(a,l),c),u=Math.min(Math.min(a,l),c),p=f-u,d,g;return p<1?d=u/(1-p):d=0,p<=0?g=0:f===a?g=(l-c)/p%6:f===l?g=2+(c-a)/p:g=4+(a-l)/p,g/=6,g%=1,[g*360,p*100,d*100]},r.hsl.hcg=function(o){let a=o[1]/100,l=o[2]/100,c=l<.5?2*a*l:2*a*(1-l),f=0;return c<1&&(f=(l-.5*c)/(1-c)),[o[0],c*100,f*100]},r.hsv.hcg=function(o){let a=o[1]/100,l=o[2]/100,c=a*l,f=0;return c<1&&(f=(l-c)/(1-c)),[o[0],c*100,f*100]},r.hcg.rgb=function(o){let a=o[0]/360,l=o[1]/100,c=o[2]/100;if(l===0)return[c*255,c*255,c*255];let f=[0,0,0],u=a%1*6,p=u%1,d=1-p,g=0;switch(Math.floor(u)){case 0:f[0]=1,f[1]=p,f[2]=0;break;case 1:f[0]=d,f[1]=1,f[2]=0;break;case 2:f[0]=0,f[1]=1,f[2]=p;break;case 3:f[0]=0,f[1]=d,f[2]=1;break;case 4:f[0]=p,f[1]=0,f[2]=1;break;default:f[0]=1,f[1]=0,f[2]=d}return g=(1-l)*c,[(l*f[0]+g)*255,(l*f[1]+g)*255,(l*f[2]+g)*255]},r.hcg.hsv=function(o){let a=o[1]/100,l=o[2]/100,c=a+l*(1-a),f=0;return c>0&&(f=a/c),[o[0],f*100,c*100]},r.hcg.hsl=function(o){let a=o[1]/100,l=o[2]/100*(1-a)+.5*a,c=0;return l>0&&l<.5?c=a/(2*l):l>=.5&&l<1&&(c=a/(2*(1-l))),[o[0],c*100,l*100]},r.hcg.hwb=function(o){let a=o[1]/100,l=o[2]/100,c=a+l*(1-a);return[o[0],(c-a)*100,(1-c)*100]},r.hwb.hcg=function(o){let a=o[1]/100,l=o[2]/100,c=1-l,f=c-a,u=0;return f<1&&(u=(c-f)/(1-f)),[o[0],f*100,u*100]},r.apple.rgb=function(o){return[o[0]/65535*255,o[1]/65535*255,o[2]/65535*255]},r.rgb.apple=function(o){return[o[0]/255*65535,o[1]/255*65535,o[2]/255*65535]},r.gray.rgb=function(o){return[o[0]/100*255,o[0]/100*255,o[0]/100*255]},r.gray.hsl=function(o){return[0,0,o[0]]},r.gray.hsv=r.gray.hsl,r.gray.hwb=function(o){return[0,100,o[0]]},r.gray.cmyk=function(o){return[0,0,0,o[0]]},r.gray.lab=function(o){return[o[0],0,0]},r.gray.hex=function(o){let a=Math.round(o[0]/100*255)&255,l=((a<<16)+(a<<8)+a).toString(16).toUpperCase();return"000000".substring(l.length)+l},r.rgb.gray=function(o){return[(o[0]+o[1]+o[2])/3/255*100]}}),ql=Ue((e,t)=>{var n=Vo();function i(){let a={},l=Object.keys(n);for(let c=l.length,f=0;f<c;f++)a[l[f]]={distance:-1,parent:null};return a}function r(a){let l=i(),c=[a];for(l[a].distance=0;c.length;){let f=c.pop(),u=Object.keys(n[f]);for(let p=u.length,d=0;d<p;d++){let g=u[d],b=l[g];b.distance===-1&&(b.distance=l[f].distance+1,b.parent=f,c.unshift(g))}}return l}function s(a,l){return function(c){return l(a(c))}}function o(a,l){let c=[l[a].parent,a],f=n[l[a].parent][a],u=l[a].parent;for(;l[u].parent;)c.unshift(l[u].parent),f=s(n[l[u].parent][u],f),u=l[u].parent;return f.conversion=c,f}t.exports=function(a){let l=r(a),c={},f=Object.keys(l);for(let u=f.length,p=0;p<u;p++){let d=f[p];l[d].parent!==null&&(c[d]=o(d,l))}return c}}),zl=Ue((e,t)=>{var n=Vo(),i=ql(),r={},s=Object.keys(n);function o(l){let c=function(...f){let u=f[0];return u==null?u:(u.length>1&&(f=u),l(f))};return"conversion"in l&&(c.conversion=l.conversion),c}function a(l){let c=function(...f){let u=f[0];if(u==null)return u;u.length>1&&(f=u);let p=l(f);if(typeof p=="object")for(let d=p.length,g=0;g<d;g++)p[g]=Math.round(p[g]);return p};return"conversion"in l&&(c.conversion=l.conversion),c}s.forEach(l=>{r[l]={},Object.defineProperty(r[l],"channels",{value:n[l].channels}),Object.defineProperty(r[l],"labels",{value:n[l].labels});let c=i(l);Object.keys(c).forEach(f=>{let u=c[f];r[l][f]=a(u),r[l][f].raw=o(u)})}),t.exports=r}),Gl=Ue((e,t)=>{"use strict";var n=(u,p)=>(...d)=>`\x1B[${u(...d)+p}m`,i=(u,p)=>(...d)=>{let g=u(...d);return`\x1B[${38+p};5;${g}m`},r=(u,p)=>(...d)=>{let g=u(...d);return`\x1B[${38+p};2;${g[0]};${g[1]};${g[2]}m`},s=u=>u,o=(u,p,d)=>[u,p,d],a=(u,p,d)=>{Object.defineProperty(u,p,{get:()=>{let g=d();return Object.defineProperty(u,p,{value:g,enumerable:!0,configurable:!0}),g},enumerable:!0,configurable:!0})},l,c=(u,p,d,g)=>{l===void 0&&(l=zl());let b=g?10:0,m={};for(let[v,A]of Object.entries(l)){let T=v==="ansi16"?"ansi":v;v===p?m[T]=u(d,b):typeof A=="object"&&(m[T]=u(A[p],b))}return m};function f(){let u=new Map,p={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};p.color.gray=p.color.blackBright,p.bgColor.bgGray=p.bgColor.bgBlackBright,p.color.grey=p.color.blackBright,p.bgColor.bgGrey=p.bgColor.bgBlackBright;for(let[d,g]of Object.entries(p)){for(let[b,m]of Object.entries(g))p[b]={open:`\x1B[${m[0]}m`,close:`\x1B[${m[1]}m`},g[b]=p[b],u.set(m[0],m[1]);Object.defineProperty(p,d,{value:g,enumerable:!1})}return Object.defineProperty(p,"codes",{value:u,enumerable:!1}),p.color.close="\x1B[39m",p.bgColor.close="\x1B[49m",a(p.color,"ansi",()=>c(n,"ansi16",s,!1)),a(p.color,"ansi256",()=>c(i,"ansi256",s,!1)),a(p.color,"ansi16m",()=>c(r,"rgb",o,!1)),a(p.bgColor,"ansi",()=>c(n,"ansi16",s,!0)),a(p.bgColor,"ansi256",()=>c(i,"ansi256",s,!0)),a(p.bgColor,"ansi16m",()=>c(r,"rgb",o,!0)),p}Object.defineProperty(t,"exports",{enumerable:!0,get:f})}),Kl=Ue((e,t)=>{"use strict";t.exports=(n,i=process.argv)=>{let r=n.startsWith("-")?"":n.length===1?"-":"--",s=i.indexOf(r+n),o=i.indexOf("--");return s!==-1&&(o===-1||s<o)}}),Vl=Ue((e,t)=>{"use strict";var n=Go("os"),i=Go("tty"),r=Kl(),{env:s}=process,o;r("no-color")||r("no-colors")||r("color=false")||r("color=never")?o=0:(r("color")||r("colors")||r("color=true")||r("color=always"))&&(o=1),"FORCE_COLOR"in s&&(s.FORCE_COLOR==="true"?o=1:s.FORCE_COLOR==="false"?o=0:o=s.FORCE_COLOR.length===0?1:Math.min(parseInt(s.FORCE_COLOR,10),3));function a(f){return f===0?!1:{level:f,hasBasic:!0,has256:f>=2,has16m:f>=3}}function l(f,u){if(o===0)return 0;if(r("color=16m")||r("color=full")||r("color=truecolor"))return 3;if(r("color=256"))return 2;if(f&&!u&&o===void 0)return 0;let p=o||0;if(s.TERM==="dumb")return p;if(process.platform==="win32"){let d=n.release().split(".");return Number(d[0])>=10&&Number(d[2])>=10586?Number(d[2])>=14931?3:2:1}if("CI"in s)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(d=>d in s)||s.CI_NAME==="codeship"?1:p;if("TEAMCITY_VERSION"in s)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(s.TEAMCITY_VERSION)?1:0;if(s.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in s){let d=parseInt((s.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(s.TERM_PROGRAM){case"iTerm.app":return d>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(s.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(s.TERM)||"COLORTERM"in s?1:p}function c(f){let u=l(f,f&&f.isTTY);return a(u)}t.exports={supportsColor:c,stdout:a(l(!0,i.isatty(1))),stderr:a(l(!0,i.isatty(2)))}}),Jl=Ue((e,t)=>{"use strict";var n=(r,s,o)=>{let a=r.indexOf(s);if(a===-1)return r;let l=s.length,c=0,f="";do f+=r.substr(c,a-c)+s+o,c=a+l,a=r.indexOf(s,c);while(a!==-1);return f+=r.substr(c),f},i=(r,s,o,a)=>{let l=0,c="";do{let f=r[a-1]==="\r";c+=r.substr(l,(f?a-1:a)-l)+s+(f?`\r
|
64
|
+
`,"f"),I(this,me,h(this,me,"f")+t.join(" "),"f")}}}[Ni](t){Kt(h(this,L,"f")).forEach(n=>{if((r=>r==="configObjects")(n))return;let i=h(this,L,"f")[n];Array.isArray(i)?i.includes(t)&&i.splice(i.indexOf(t),1):typeof i=="object"&&delete i[t]}),delete h(this,Y,"f").getDescriptions()[t]}[vo](t,n,i){h(this,qn,"f")[i]||(h(this,U,"f").process.emitWarning(t,n),h(this,qn,"f")[i]=!0)}[Ao](){h(this,zn,"f").push({options:h(this,L,"f"),configObjects:h(this,L,"f").configObjects.slice(0),exitProcess:h(this,Me,"f"),groups:h(this,Re,"f"),strict:h(this,Mt,"f"),strictCommands:h(this,Lt,"f"),strictOptions:h(this,Tt,"f"),completionCommand:h(this,Ee,"f"),output:h(this,me,"f"),exitError:h(this,it,"f"),hasOutput:h(this,Se,"f"),parsed:this.parsed,parseFn:h(this,Ie,"f"),parseContext:h(this,Pt,"f")}),h(this,Y,"f").freeze(),h(this,oe,"f").freeze(),h(this,ae,"f").freeze(),h(this,Le,"f").freeze()}[_o](){let t="",n;return/\b(node|iojs|electron)(\.exe)?$/.test(h(this,U,"f").process.argv()[0])?n=h(this,U,"f").process.argv().slice(1,2):n=h(this,U,"f").process.argv().slice(0,1),t=n.map(i=>{let r=this[No](h(this,St,"f"),i);return i.match(/^(\/|([a-zA-Z]:)?\\)/)&&r.length<i.length?r:i}).join(" ").trim(),h(this,U,"f").getEnv("_")&&h(this,U,"f").getProcessArgvBin()===h(this,U,"f").getEnv("_")&&(t=h(this,U,"f").getEnv("_").replace(`${h(this,U,"f").path.dirname(h(this,U,"f").process.execPath())}/`,"")),t}[Ft](){return h(this,Jn,"f")}[Ri](){if(!h(this,It,"f"))return;let t=h(this,U,"f").getEnv("LC_ALL")||h(this,U,"f").getEnv("LC_MESSAGES")||h(this,U,"f").getEnv("LANG")||h(this,U,"f").getEnv("LANGUAGE")||"en_US";this.locale(t.replace(/[.:].*/,""))}[Oo](){return this[$i]().version||"unknown"}[Eo](t){let n=t["--"]?t["--"]:t._;for(let i=0,r;(r=n[i])!==void 0;i++)h(this,U,"f").Parser.looksLikeNumber(r)&&Number.isSafeInteger(Math.floor(parseFloat(`${r}`)))&&(n[i]=Number(r));return t}[$i](t){let n=t||"*";if(h(this,Qt,"f")[n])return h(this,Qt,"f")[n];let i={};try{let r=t||h(this,U,"f").mainFilename;!t&&h(this,U,"f").path.extname(r)&&(r=h(this,U,"f").path.dirname(r));let s=h(this,U,"f").findUp(r,(o,a)=>{if(a.includes("package.json"))return"package.json"});xe(s,void 0,h(this,U,"f")),i=JSON.parse(h(this,U,"f").readFileSync(s,"utf8"))}catch(r){}return h(this,Qt,"f")[n]=i||{},h(this,Qt,"f")[n]}[ot](t,n){n=[].concat(n),n.forEach(i=>{i=this[Bi](i),h(this,L,"f")[t].push(i)})}[Zt](t,n,i,r){this[Hi](t,n,i,r,(s,o,a)=>{h(this,L,"f")[s][o]=a})}[Ui](t,n,i,r){this[Hi](t,n,i,r,(s,o,a)=>{h(this,L,"f")[s][o]=(h(this,L,"f")[s][o]||[]).concat(a)})}[Hi](t,n,i,r,s){if(Array.isArray(i))i.forEach(o=>{t(o,r)});else if((o=>typeof o=="object")(i))for(let o of Kt(i))t(o,i[o]);else s(n,this[Bi](i),r)}[Bi](t){return t==="__proto__"?"___proto___":t}[ki](t,n){return this[Zt](this[ki].bind(this),"key",t,n),this}[Wi](){var t,n,i,r,s,o,a,l,c,f,u,p;let d=h(this,zn,"f").pop();xe(d,void 0,h(this,U,"f"));let g;t=this,n=this,i=this,r=this,s=this,o=this,a=this,l=this,c=this,f=this,u=this,p=this,{options:{set value(b){I(t,L,b,"f")}}.value,configObjects:g,exitProcess:{set value(b){I(n,Me,b,"f")}}.value,groups:{set value(b){I(i,Re,b,"f")}}.value,output:{set value(b){I(r,me,b,"f")}}.value,exitError:{set value(b){I(s,it,b,"f")}}.value,hasOutput:{set value(b){I(o,Se,b,"f")}}.value,parsed:this.parsed,strict:{set value(b){I(a,Mt,b,"f")}}.value,strictCommands:{set value(b){I(l,Lt,b,"f")}}.value,strictOptions:{set value(b){I(c,Tt,b,"f")}}.value,completionCommand:{set value(b){I(f,Ee,b,"f")}}.value,parseFn:{set value(b){I(u,Ie,b,"f")}}.value,parseContext:{set value(b){I(p,Pt,b,"f")}}.value}=d,h(this,L,"f").configObjects=g,h(this,Y,"f").unfreeze(),h(this,oe,"f").unfreeze(),h(this,ae,"f").unfreeze(),h(this,Le,"f").unfreeze()}[So](t,n){return Et(n,i=>(t(i),i))}getInternalMethods(){return{getCommandInstance:this[Io].bind(this),getContext:this[Po].bind(this),getHasOutput:this[jo].bind(this),getLoggerInstance:this[Mo].bind(this),getParseContext:this[Lo].bind(this),getParserConfiguration:this[Ft].bind(this),getUsageInstance:this[To].bind(this),getValidationInstance:this[Fo].bind(this),hasParseCallback:this[Zn].bind(this),isGlobalContext:this[Do].bind(this),postProcess:this[Dt].bind(this),reset:this[Yi].bind(this),runValidation:this[Gi].bind(this),runYargsParserAndExecuteCommands:this[bn].bind(this),setHasOutput:this[Ro].bind(this)}}[Io](){return h(this,ae,"f")}[Po](){return h(this,gn,"f")}[jo](){return h(this,Se,"f")}[Mo](){return h(this,Jt,"f")}[Lo](){return h(this,Pt,"f")||{}}[To](){return h(this,Y,"f")}[Fo](){return h(this,oe,"f")}[Zn](){return!!h(this,Ie,"f")}[Do](){return h(this,Kn,"f")}[Dt](t,n,i,r){return i||te(t)||(n||(t=this[Co](t)),(this[Ft]()["parse-positional-numbers"]||this[Ft]()["parse-positional-numbers"]===void 0)&&(t=this[Eo](t)),r&&(t=Ot(t,this,h(this,Le,"f").getMiddleware(),!1))),t}[Yi](t={}){I(this,L,h(this,L,"f")||{},"f");let n={};n.local=h(this,L,"f").local||[],n.configObjects=h(this,L,"f").configObjects||[];let i={};n.local.forEach(o=>{i[o]=!0,(t[o]||[]).forEach(a=>{i[a]=!0})}),Object.assign(h(this,jt,"f"),Object.keys(h(this,Re,"f")).reduce((o,a)=>{let l=h(this,Re,"f")[a].filter(c=>!(c in i));return l.length>0&&(o[a]=l),o},{})),I(this,Re,{},"f");let r=["array","boolean","string","skipValidation","count","normalize","number","hiddenOptions"],s=["narg","key","alias","default","defaultDescription","config","choices","demandedOptions","demandedCommands","deprecatedOptions"];return r.forEach(o=>{n[o]=(h(this,L,"f")[o]||[]).filter(a=>!i[a])}),s.forEach(o=>{n[o]=tt(h(this,L,"f")[o],a=>!i[a])}),n.envPrefix=h(this,L,"f").envPrefix,I(this,L,n,"f"),I(this,Y,h(this,Y,"f")?h(this,Y,"f").reset(i):uo(this,h(this,U,"f")),"f"),I(this,oe,h(this,oe,"f")?h(this,oe,"f").reset(i):yo(this,h(this,Y,"f"),h(this,U,"f")),"f"),I(this,ae,h(this,ae,"f")?h(this,ae,"f").reset():lo(h(this,Y,"f"),h(this,oe,"f"),h(this,Le,"f"),h(this,U,"f")),"f"),h(this,je,"f")||I(this,je,mo(this,h(this,Y,"f"),h(this,ae,"f"),h(this,U,"f")),"f"),h(this,Le,"f").reset(),I(this,Ee,null,"f"),I(this,me,"","f"),I(this,it,null,"f"),I(this,Se,!1,"f"),this.parsed=!1,this}[No](t,n){return h(this,U,"f").path.relative(t,n)}[bn](t,n,i,r=0,s=!1){let o=!!i||s;t=t||h(this,rt,"f"),h(this,L,"f").__=h(this,U,"f").y18n.__,h(this,L,"f").configuration=this[Ft]();let a=!!h(this,L,"f").configuration["populate--"],l=Object.assign({},h(this,L,"f").configuration,{"populate--":!0}),c=h(this,U,"f").Parser.detailed(t,Object.assign({},h(this,L,"f"),{configuration:{"parse-positional-numbers":!1,...l}})),f=Object.assign(c.argv,h(this,Pt,"f")),u,p=c.aliases,d=!1,g=!1;Object.keys(f).forEach(b=>{b===h(this,Te,"f")&&f[b]?d=!0:b===h(this,$e,"f")&&f[b]&&(g=!0)}),f.$0=this.$0,this.parsed=c,r===0&&h(this,Y,"f").clearCachedHelpMessage();try{if(this[Ri](),n)return this[Dt](f,a,!!i,!1);h(this,Te,"f")&&[h(this,Te,"f")].concat(p[h(this,Te,"f")]||[]).filter(T=>T.length>1).includes(""+f._[f._.length-1])&&(f._.pop(),d=!0),I(this,Kn,!1,"f");let b=h(this,ae,"f").getCommands(),m=h(this,je,"f").completionKey in f,v=d||m||s;if(f._.length){if(b.length){let A;for(let T=r||0,W;f._[T]!==void 0;T++)if(W=String(f._[T]),b.includes(W)&&W!==h(this,Ee,"f")){let G=h(this,ae,"f").runCommand(W,this,c,T+1,s,d||g||s);return this[Dt](G,a,!!i,!1)}else if(!A&&W!==h(this,Ee,"f")){A=W;break}!h(this,ae,"f").hasDefaultCommand()&&h(this,Qn,"f")&&A&&!v&&h(this,oe,"f").recommendCommands(A,b)}h(this,Ee,"f")&&f._.includes(h(this,Ee,"f"))&&!m&&(h(this,Me,"f")&&nt(!0),this.showCompletionScript(),this.exit(0))}if(h(this,ae,"f").hasDefaultCommand()&&!v){let A=h(this,ae,"f").runCommand(null,this,c,0,s,d||g||s);return this[Dt](A,a,!!i,!1)}if(m){h(this,Me,"f")&&nt(!0),t=[].concat(t);let A=t.slice(t.indexOf(`--${h(this,je,"f").completionKey}`)+1);return h(this,je,"f").getCompletion(A,(T,W)=>{if(T)throw new X(T.message);(W||[]).forEach(G=>{h(this,Jt,"f").log(G)}),this.exit(0)}),this[Dt](f,!a,!!i,!1)}if(h(this,Se,"f")||(d?(h(this,Me,"f")&&nt(!0),o=!0,this.showHelp("log"),this.exit(0)):g&&(h(this,Me,"f")&&nt(!0),o=!0,h(this,Y,"f").showVersion("log"),this.exit(0))),!o&&h(this,L,"f").skipValidation.length>0&&(o=Object.keys(f).some(A=>h(this,L,"f").skipValidation.indexOf(A)>=0&&f[A]===!0)),!o){if(c.error)throw new X(c.error.message);if(!m){let A=this[Gi](p,{},c.error);i||(u=Ot(f,this,h(this,Le,"f").getMiddleware(),!0)),u=this[So](A,u!=null?u:f),te(u)&&!i&&(u=u.then(()=>Ot(f,this,h(this,Le,"f").getMiddleware(),!1)))}}}catch(b){if(b instanceof X)h(this,Y,"f").fail(b.message,b);else throw b}return this[Dt](u!=null?u:f,a,!!i,!0)}[Gi](t,n,i,r){let s={...this.getDemandedOptions()};return o=>{if(i)throw new X(i.message);h(this,oe,"f").nonOptionCount(o),h(this,oe,"f").requiredArguments(o,s);let a=!1;h(this,Lt,"f")&&(a=h(this,oe,"f").unknownCommands(o)),h(this,Mt,"f")&&!a?h(this,oe,"f").unknownArguments(o,t,n,!!r):h(this,Tt,"f")&&h(this,oe,"f").unknownArguments(o,t,{},!1,!1),h(this,oe,"f").limitedChoices(o),h(this,oe,"f").implications(o),h(this,oe,"f").conflicting(o)}}[Ro](){I(this,Se,!0,"f")}[Nt](t){if(typeof t=="string")h(this,L,"f").key[t]=!0;else for(let n of t)h(this,L,"f").key[n]=!0}};function co(e){return!!e&&typeof e.getInternalMethods=="function"}var Tl=$o(io),Xt=Tl;var zi=class extends Error{constructor(){super("Throttled function aborted"),this.name="AbortError"}};function Ki({limit:e,interval:t,strict:n}){if(!Number.isFinite(e))throw new TypeError("Expected `limit` to be a finite number");if(!Number.isFinite(t))throw new TypeError("Expected `interval` to be a finite number");let i=new Map,r=0,s=0;function o(){let f=Date.now();return f-r>t?(s=1,r=f,0):(s<e?s++:(r+=t,s=1),r-f)}let a=[];function l(){let f=Date.now();if(a.length<e)return a.push(f),0;let u=a.shift()+t;return f>=u?(a.push(f),0):(a.push(u),u-f)}let c=n?l:o;return f=>{let u=function(...p){if(!u.isEnabled)return(async()=>f.apply(this,p))();let d;return new Promise((g,b)=>{d=setTimeout(()=>{g(f.apply(this,p)),i.delete(d)},c()),i.set(d,b)})};return u.abort=()=>{for(let p of i.keys())clearTimeout(p),i.get(p)(new zi);i.clear(),a.splice(0,a.length)},u.isEnabled=!0,u}}var Go=Ce(Wo(),1),Dl=new Set(["Failed to fetch","NetworkError when attempting to fetch resource.","The Internet connection appears to be offline.","Network request failed"]),Vi=class extends Error{constructor(t){super(),t instanceof Error?(this.originalError=t,{message:t}=t):(this.originalError=new Error(t),this.originalError.stack=this.stack),this.name="AbortError",this.message=t}},Nl=(e,t,n)=>{let i=n.retries-(t-1);return e.attemptNumber=t,e.retriesLeft=i,e},Rl=e=>Dl.has(e),Yo=e=>globalThis.DOMException===void 0?new Error(e):new DOMException(e);async function Ji(e,t){return new Promise((n,i)=>{t={onFailedAttempt(){},retries:10,...t};let r=Go.default.operation(t);r.attempt(async s=>{try{n(await e(s))}catch(o){if(!(o instanceof Error)){i(new TypeError(`Non-error was thrown: "${o}". You should only throw errors.`));return}if(o instanceof Vi)r.stop(),i(o.originalError);else if(o instanceof TypeError&&!Rl(o.message))r.stop(),i(o);else{Nl(o,s,t);try{await t.onFailedAttempt(o)}catch(a){i(a);return}r.retry(o)||i(r.mainError())}}}),t.signal&&!t.signal.aborted&&t.signal.addEventListener("abort",()=>{r.stop();let s=t.signal.reason===void 0?Yo("The operation was aborted."):t.signal.reason;i(s instanceof Error?s:Yo(s))},{once:!0})})}function qo({throttle:e={interval:1e3,limit:10},retry:t={retries:1,factor:1.66}}){let n=e?Ki(e):null;return function(r){let s=async()=>await r();if(n&&(s=n(s)),t){let o=s;s=()=>Ji(o,t)}return s()}}var yn=class extends Error{constructor(n,i,r,s,o,a){super(`${n}
|
65
|
+
${s}${o?" "+o:""} (${i} ${r}${a?` Request ID: ${a}`:""})`);this.errorMessage=n;this.fetchMethod=i;this.fetchUri=r;this.statusCode=s;this.statusText=o;this.requestId=a;Object.setPrototypeOf(this,yn.prototype)}},Q=class{constructor(t){var i,r,s,o,a;if(!t.apiKey&&!t.bearerToken)throw new Error("You must provide an API key or a bearer token");let n=t.fetch;if(!n)if(typeof globalThis!="undefined"&&typeof globalThis.fetch!="undefined")n=globalThis.fetch.bind(globalThis);else if(typeof fetch!="undefined")n=fetch;else throw new Error("You must provide or polyfill a fetch implementation when not in a browser");this.options={...t,fetch:n,apiHost:(i=t.apiHost)!=null?i:"https://uniform.app",apiKey:(r=t.apiKey)!=null?r:null,projectId:(s=t.projectId)!=null?s:null,bearerToken:(o=t.bearerToken)!=null?o:null,limitPolicy:(a=t.limitPolicy)!=null?a:qo({})}}async getCompositionList(t){let{projectId:n}=this.options,i=this.createUrl("/api/v1/canvas",{...t,projectId:n});return await this.apiClient(i)}async getCompositionBySlug(t){let{projectId:n}=this.options,i=this.createUrl("/api/v1/canvas",{...t,projectId:n});return await this.apiClient(i)}async getCompositionById(t){let{projectId:n}=this.options,i=this.createUrl("/api/v1/canvas",{...t,projectId:n});return await this.apiClient(i)}async updateComposition(t){let n=this.createUrl("/api/v1/canvas");await this.apiClient(n,{method:"PUT",body:JSON.stringify({...t,projectId:this.options.projectId}),expectNoContent:!0})}async removeComposition(t){let n=this.createUrl("/api/v1/canvas"),{projectId:i}=this.options;await this.apiClient(n,{method:"DELETE",body:JSON.stringify({...t,projectId:i}),expectNoContent:!0})}async getComponentDefinitions(t){let{projectId:n}=this.options,i=this.createUrl("/api/v1/canvas-definitions",{...t,projectId:n});return await this.apiClient(i)}async updateComponentDefinition(t){let n=this.createUrl("/api/v1/canvas-definitions");await this.apiClient(n,{method:"PUT",body:JSON.stringify({...t,projectId:this.options.projectId}),expectNoContent:!0})}async removeComponentDefinition(t){let n=this.createUrl("/api/v1/canvas-definitions");await this.apiClient(n,{method:"DELETE",body:JSON.stringify({...t,projectId:this.options.projectId}),expectNoContent:!0})}async apiClient(t,n){return this.options.limitPolicy(async()=>{var s;let i=this.options.apiKey?{"x-api-key":this.options.apiKey}:{Authorization:`Bearer ${this.options.bearerToken}`},r=await this.options.fetch(t.toString(),{...n,headers:{...n==null?void 0:n.headers,...i}});if(!r.ok){let o="";try{let a=await r.text();try{let l=JSON.parse(a);l.errorMessage?o=Array.isArray(l.errorMessage)?l.errorMessage.join(", "):l.errorMessage:o=a}catch(l){o=a}}catch(a){o="General error"}throw new yn(o,(s=n==null?void 0:n.method)!=null?s:"GET",t.toString(),r.status,r.statusText,Q.getRequestId(r))}return n!=null&&n.expectNoContent?null:await r.json()})}createUrl(t,n){let i=new URL(`${this.options.apiHost}${t}`);return Object.entries(n!=null?n:{}).forEach(([r,s])=>{var o;typeof s!==void 0&&s!==null&&i.searchParams.append(r,(o=s==null?void 0:s.toString())!=null?o:"")}),i}static getRequestId(t){let n=t.headers.get("x-nf-request-id");if(n)return n}};var _a=Ce(require("isomorphic-unfetch"));var $l=Object.create,Ko=Object.defineProperty,Ul=Object.getOwnPropertyDescriptor,Hl=Object.getOwnPropertyNames,Bl=Object.getPrototypeOf,kl=Object.prototype.hasOwnProperty,zo=(e=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(e,{get:(t,n)=>(typeof require!="undefined"?require:t)[n]}):e)(function(e){if(typeof require!="undefined")return require.apply(this,arguments);throw new Error('Dynamic require of "'+e+'" is not supported')}),Ue=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Wl=(e,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Hl(t))!kl.call(e,r)&&r!==n&&Ko(e,r,{get:()=>t[r],enumerable:!(i=Ul(t,r))||i.enumerable});return e},Qi=(e,t,n)=>(n=e!=null?$l(Bl(e)):{},Wl(t||!e||!e.__esModule?Ko(n,"default",{value:e,enumerable:!0}):n,e)),Yl=Ue((e,t)=>{"use strict";t.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}}),Vo=Ue((e,t)=>{var n=Yl(),i={};for(let o of Object.keys(n))i[n[o]]=o;var r={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};t.exports=r;for(let o of Object.keys(r)){if(!("channels"in r[o]))throw new Error("missing channels property: "+o);if(!("labels"in r[o]))throw new Error("missing channel labels property: "+o);if(r[o].labels.length!==r[o].channels)throw new Error("channel and label counts mismatch: "+o);let{channels:a,labels:l}=r[o];delete r[o].channels,delete r[o].labels,Object.defineProperty(r[o],"channels",{value:a}),Object.defineProperty(r[o],"labels",{value:l})}r.rgb.hsl=function(o){let a=o[0]/255,l=o[1]/255,c=o[2]/255,f=Math.min(a,l,c),u=Math.max(a,l,c),p=u-f,d,g;u===f?d=0:a===u?d=(l-c)/p:l===u?d=2+(c-a)/p:c===u&&(d=4+(a-l)/p),d=Math.min(d*60,360),d<0&&(d+=360);let b=(f+u)/2;return u===f?g=0:b<=.5?g=p/(u+f):g=p/(2-u-f),[d,g*100,b*100]},r.rgb.hsv=function(o){let a,l,c,f,u,p=o[0]/255,d=o[1]/255,g=o[2]/255,b=Math.max(p,d,g),m=b-Math.min(p,d,g),v=function(A){return(b-A)/6/m+1/2};return m===0?(f=0,u=0):(u=m/b,a=v(p),l=v(d),c=v(g),p===b?f=c-l:d===b?f=1/3+a-c:g===b&&(f=2/3+l-a),f<0?f+=1:f>1&&(f-=1)),[f*360,u*100,b*100]},r.rgb.hwb=function(o){let a=o[0],l=o[1],c=o[2],f=r.rgb.hsl(o)[0],u=1/255*Math.min(a,Math.min(l,c));return c=1-1/255*Math.max(a,Math.max(l,c)),[f,u*100,c*100]},r.rgb.cmyk=function(o){let a=o[0]/255,l=o[1]/255,c=o[2]/255,f=Math.min(1-a,1-l,1-c),u=(1-a-f)/(1-f)||0,p=(1-l-f)/(1-f)||0,d=(1-c-f)/(1-f)||0;return[u*100,p*100,d*100,f*100]};function s(o,a){return(o[0]-a[0])**2+(o[1]-a[1])**2+(o[2]-a[2])**2}r.rgb.keyword=function(o){let a=i[o];if(a)return a;let l=1/0,c;for(let f of Object.keys(n)){let u=n[f],p=s(o,u);p<l&&(l=p,c=f)}return c},r.keyword.rgb=function(o){return n[o]},r.rgb.xyz=function(o){let a=o[0]/255,l=o[1]/255,c=o[2]/255;a=a>.04045?((a+.055)/1.055)**2.4:a/12.92,l=l>.04045?((l+.055)/1.055)**2.4:l/12.92,c=c>.04045?((c+.055)/1.055)**2.4:c/12.92;let f=a*.4124+l*.3576+c*.1805,u=a*.2126+l*.7152+c*.0722,p=a*.0193+l*.1192+c*.9505;return[f*100,u*100,p*100]},r.rgb.lab=function(o){let a=r.rgb.xyz(o),l=a[0],c=a[1],f=a[2];l/=95.047,c/=100,f/=108.883,l=l>.008856?l**(1/3):7.787*l+16/116,c=c>.008856?c**(1/3):7.787*c+16/116,f=f>.008856?f**(1/3):7.787*f+16/116;let u=116*c-16,p=500*(l-c),d=200*(c-f);return[u,p,d]},r.hsl.rgb=function(o){let a=o[0]/360,l=o[1]/100,c=o[2]/100,f,u,p;if(l===0)return p=c*255,[p,p,p];c<.5?f=c*(1+l):f=c+l-c*l;let d=2*c-f,g=[0,0,0];for(let b=0;b<3;b++)u=a+1/3*-(b-1),u<0&&u++,u>1&&u--,6*u<1?p=d+(f-d)*6*u:2*u<1?p=f:3*u<2?p=d+(f-d)*(2/3-u)*6:p=d,g[b]=p*255;return g},r.hsl.hsv=function(o){let a=o[0],l=o[1]/100,c=o[2]/100,f=l,u=Math.max(c,.01);c*=2,l*=c<=1?c:2-c,f*=u<=1?u:2-u;let p=(c+l)/2,d=c===0?2*f/(u+f):2*l/(c+l);return[a,d*100,p*100]},r.hsv.rgb=function(o){let a=o[0]/60,l=o[1]/100,c=o[2]/100,f=Math.floor(a)%6,u=a-Math.floor(a),p=255*c*(1-l),d=255*c*(1-l*u),g=255*c*(1-l*(1-u));switch(c*=255,f){case 0:return[c,g,p];case 1:return[d,c,p];case 2:return[p,c,g];case 3:return[p,d,c];case 4:return[g,p,c];case 5:return[c,p,d]}},r.hsv.hsl=function(o){let a=o[0],l=o[1]/100,c=o[2]/100,f=Math.max(c,.01),u,p;p=(2-l)*c;let d=(2-l)*f;return u=l*f,u/=d<=1?d:2-d,u=u||0,p/=2,[a,u*100,p*100]},r.hwb.rgb=function(o){let a=o[0]/360,l=o[1]/100,c=o[2]/100,f=l+c,u;f>1&&(l/=f,c/=f);let p=Math.floor(6*a),d=1-c;u=6*a-p,(p&1)!==0&&(u=1-u);let g=l+u*(d-l),b,m,v;switch(p){default:case 6:case 0:b=d,m=g,v=l;break;case 1:b=g,m=d,v=l;break;case 2:b=l,m=d,v=g;break;case 3:b=l,m=g,v=d;break;case 4:b=g,m=l,v=d;break;case 5:b=d,m=l,v=g;break}return[b*255,m*255,v*255]},r.cmyk.rgb=function(o){let a=o[0]/100,l=o[1]/100,c=o[2]/100,f=o[3]/100,u=1-Math.min(1,a*(1-f)+f),p=1-Math.min(1,l*(1-f)+f),d=1-Math.min(1,c*(1-f)+f);return[u*255,p*255,d*255]},r.xyz.rgb=function(o){let a=o[0]/100,l=o[1]/100,c=o[2]/100,f,u,p;return f=a*3.2406+l*-1.5372+c*-.4986,u=a*-.9689+l*1.8758+c*.0415,p=a*.0557+l*-.204+c*1.057,f=f>.0031308?1.055*f**(1/2.4)-.055:f*12.92,u=u>.0031308?1.055*u**(1/2.4)-.055:u*12.92,p=p>.0031308?1.055*p**(1/2.4)-.055:p*12.92,f=Math.min(Math.max(0,f),1),u=Math.min(Math.max(0,u),1),p=Math.min(Math.max(0,p),1),[f*255,u*255,p*255]},r.xyz.lab=function(o){let a=o[0],l=o[1],c=o[2];a/=95.047,l/=100,c/=108.883,a=a>.008856?a**(1/3):7.787*a+16/116,l=l>.008856?l**(1/3):7.787*l+16/116,c=c>.008856?c**(1/3):7.787*c+16/116;let f=116*l-16,u=500*(a-l),p=200*(l-c);return[f,u,p]},r.lab.xyz=function(o){let a=o[0],l=o[1],c=o[2],f,u,p;u=(a+16)/116,f=l/500+u,p=u-c/200;let d=u**3,g=f**3,b=p**3;return u=d>.008856?d:(u-16/116)/7.787,f=g>.008856?g:(f-16/116)/7.787,p=b>.008856?b:(p-16/116)/7.787,f*=95.047,u*=100,p*=108.883,[f,u,p]},r.lab.lch=function(o){let a=o[0],l=o[1],c=o[2],f;f=Math.atan2(c,l)*360/2/Math.PI,f<0&&(f+=360);let u=Math.sqrt(l*l+c*c);return[a,u,f]},r.lch.lab=function(o){let a=o[0],l=o[1],c=o[2]/360*2*Math.PI,f=l*Math.cos(c),u=l*Math.sin(c);return[a,f,u]},r.rgb.ansi16=function(o,a=null){let[l,c,f]=o,u=a===null?r.rgb.hsv(o)[2]:a;if(u=Math.round(u/50),u===0)return 30;let p=30+(Math.round(f/255)<<2|Math.round(c/255)<<1|Math.round(l/255));return u===2&&(p+=60),p},r.hsv.ansi16=function(o){return r.rgb.ansi16(r.hsv.rgb(o),o[2])},r.rgb.ansi256=function(o){let a=o[0],l=o[1],c=o[2];return a===l&&l===c?a<8?16:a>248?231:Math.round((a-8)/247*24)+232:16+36*Math.round(a/255*5)+6*Math.round(l/255*5)+Math.round(c/255*5)},r.ansi16.rgb=function(o){let a=o%10;if(a===0||a===7)return o>50&&(a+=3.5),a=a/10.5*255,[a,a,a];let l=(~~(o>50)+1)*.5,c=(a&1)*l*255,f=(a>>1&1)*l*255,u=(a>>2&1)*l*255;return[c,f,u]},r.ansi256.rgb=function(o){if(o>=232){let u=(o-232)*10+8;return[u,u,u]}o-=16;let a,l=Math.floor(o/36)/5*255,c=Math.floor((a=o%36)/6)/5*255,f=a%6/5*255;return[l,c,f]},r.rgb.hex=function(o){let a=(((Math.round(o[0])&255)<<16)+((Math.round(o[1])&255)<<8)+(Math.round(o[2])&255)).toString(16).toUpperCase();return"000000".substring(a.length)+a},r.hex.rgb=function(o){let a=o.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!a)return[0,0,0];let l=a[0];a[0].length===3&&(l=l.split("").map(d=>d+d).join(""));let c=parseInt(l,16),f=c>>16&255,u=c>>8&255,p=c&255;return[f,u,p]},r.rgb.hcg=function(o){let a=o[0]/255,l=o[1]/255,c=o[2]/255,f=Math.max(Math.max(a,l),c),u=Math.min(Math.min(a,l),c),p=f-u,d,g;return p<1?d=u/(1-p):d=0,p<=0?g=0:f===a?g=(l-c)/p%6:f===l?g=2+(c-a)/p:g=4+(a-l)/p,g/=6,g%=1,[g*360,p*100,d*100]},r.hsl.hcg=function(o){let a=o[1]/100,l=o[2]/100,c=l<.5?2*a*l:2*a*(1-l),f=0;return c<1&&(f=(l-.5*c)/(1-c)),[o[0],c*100,f*100]},r.hsv.hcg=function(o){let a=o[1]/100,l=o[2]/100,c=a*l,f=0;return c<1&&(f=(l-c)/(1-c)),[o[0],c*100,f*100]},r.hcg.rgb=function(o){let a=o[0]/360,l=o[1]/100,c=o[2]/100;if(l===0)return[c*255,c*255,c*255];let f=[0,0,0],u=a%1*6,p=u%1,d=1-p,g=0;switch(Math.floor(u)){case 0:f[0]=1,f[1]=p,f[2]=0;break;case 1:f[0]=d,f[1]=1,f[2]=0;break;case 2:f[0]=0,f[1]=1,f[2]=p;break;case 3:f[0]=0,f[1]=d,f[2]=1;break;case 4:f[0]=p,f[1]=0,f[2]=1;break;default:f[0]=1,f[1]=0,f[2]=d}return g=(1-l)*c,[(l*f[0]+g)*255,(l*f[1]+g)*255,(l*f[2]+g)*255]},r.hcg.hsv=function(o){let a=o[1]/100,l=o[2]/100,c=a+l*(1-a),f=0;return c>0&&(f=a/c),[o[0],f*100,c*100]},r.hcg.hsl=function(o){let a=o[1]/100,l=o[2]/100*(1-a)+.5*a,c=0;return l>0&&l<.5?c=a/(2*l):l>=.5&&l<1&&(c=a/(2*(1-l))),[o[0],c*100,l*100]},r.hcg.hwb=function(o){let a=o[1]/100,l=o[2]/100,c=a+l*(1-a);return[o[0],(c-a)*100,(1-c)*100]},r.hwb.hcg=function(o){let a=o[1]/100,l=o[2]/100,c=1-l,f=c-a,u=0;return f<1&&(u=(c-f)/(1-f)),[o[0],f*100,u*100]},r.apple.rgb=function(o){return[o[0]/65535*255,o[1]/65535*255,o[2]/65535*255]},r.rgb.apple=function(o){return[o[0]/255*65535,o[1]/255*65535,o[2]/255*65535]},r.gray.rgb=function(o){return[o[0]/100*255,o[0]/100*255,o[0]/100*255]},r.gray.hsl=function(o){return[0,0,o[0]]},r.gray.hsv=r.gray.hsl,r.gray.hwb=function(o){return[0,100,o[0]]},r.gray.cmyk=function(o){return[0,0,0,o[0]]},r.gray.lab=function(o){return[o[0],0,0]},r.gray.hex=function(o){let a=Math.round(o[0]/100*255)&255,l=((a<<16)+(a<<8)+a).toString(16).toUpperCase();return"000000".substring(l.length)+l},r.rgb.gray=function(o){return[(o[0]+o[1]+o[2])/3/255*100]}}),Gl=Ue((e,t)=>{var n=Vo();function i(){let a={},l=Object.keys(n);for(let c=l.length,f=0;f<c;f++)a[l[f]]={distance:-1,parent:null};return a}function r(a){let l=i(),c=[a];for(l[a].distance=0;c.length;){let f=c.pop(),u=Object.keys(n[f]);for(let p=u.length,d=0;d<p;d++){let g=u[d],b=l[g];b.distance===-1&&(b.distance=l[f].distance+1,b.parent=f,c.unshift(g))}}return l}function s(a,l){return function(c){return l(a(c))}}function o(a,l){let c=[l[a].parent,a],f=n[l[a].parent][a],u=l[a].parent;for(;l[u].parent;)c.unshift(l[u].parent),f=s(n[l[u].parent][u],f),u=l[u].parent;return f.conversion=c,f}t.exports=function(a){let l=r(a),c={},f=Object.keys(l);for(let u=f.length,p=0;p<u;p++){let d=f[p];l[d].parent!==null&&(c[d]=o(d,l))}return c}}),ql=Ue((e,t)=>{var n=Vo(),i=Gl(),r={},s=Object.keys(n);function o(l){let c=function(...f){let u=f[0];return u==null?u:(u.length>1&&(f=u),l(f))};return"conversion"in l&&(c.conversion=l.conversion),c}function a(l){let c=function(...f){let u=f[0];if(u==null)return u;u.length>1&&(f=u);let p=l(f);if(typeof p=="object")for(let d=p.length,g=0;g<d;g++)p[g]=Math.round(p[g]);return p};return"conversion"in l&&(c.conversion=l.conversion),c}s.forEach(l=>{r[l]={},Object.defineProperty(r[l],"channels",{value:n[l].channels}),Object.defineProperty(r[l],"labels",{value:n[l].labels});let c=i(l);Object.keys(c).forEach(f=>{let u=c[f];r[l][f]=a(u),r[l][f].raw=o(u)})}),t.exports=r}),zl=Ue((e,t)=>{"use strict";var n=(u,p)=>(...d)=>`\x1B[${u(...d)+p}m`,i=(u,p)=>(...d)=>{let g=u(...d);return`\x1B[${38+p};5;${g}m`},r=(u,p)=>(...d)=>{let g=u(...d);return`\x1B[${38+p};2;${g[0]};${g[1]};${g[2]}m`},s=u=>u,o=(u,p,d)=>[u,p,d],a=(u,p,d)=>{Object.defineProperty(u,p,{get:()=>{let g=d();return Object.defineProperty(u,p,{value:g,enumerable:!0,configurable:!0}),g},enumerable:!0,configurable:!0})},l,c=(u,p,d,g)=>{l===void 0&&(l=ql());let b=g?10:0,m={};for(let[v,A]of Object.entries(l)){let T=v==="ansi16"?"ansi":v;v===p?m[T]=u(d,b):typeof A=="object"&&(m[T]=u(A[p],b))}return m};function f(){let u=new Map,p={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};p.color.gray=p.color.blackBright,p.bgColor.bgGray=p.bgColor.bgBlackBright,p.color.grey=p.color.blackBright,p.bgColor.bgGrey=p.bgColor.bgBlackBright;for(let[d,g]of Object.entries(p)){for(let[b,m]of Object.entries(g))p[b]={open:`\x1B[${m[0]}m`,close:`\x1B[${m[1]}m`},g[b]=p[b],u.set(m[0],m[1]);Object.defineProperty(p,d,{value:g,enumerable:!1})}return Object.defineProperty(p,"codes",{value:u,enumerable:!1}),p.color.close="\x1B[39m",p.bgColor.close="\x1B[49m",a(p.color,"ansi",()=>c(n,"ansi16",s,!1)),a(p.color,"ansi256",()=>c(i,"ansi256",s,!1)),a(p.color,"ansi16m",()=>c(r,"rgb",o,!1)),a(p.bgColor,"ansi",()=>c(n,"ansi16",s,!0)),a(p.bgColor,"ansi256",()=>c(i,"ansi256",s,!0)),a(p.bgColor,"ansi16m",()=>c(r,"rgb",o,!0)),p}Object.defineProperty(t,"exports",{enumerable:!0,get:f})}),Kl=Ue((e,t)=>{"use strict";t.exports=(n,i=process.argv)=>{let r=n.startsWith("-")?"":n.length===1?"-":"--",s=i.indexOf(r+n),o=i.indexOf("--");return s!==-1&&(o===-1||s<o)}}),Vl=Ue((e,t)=>{"use strict";var n=zo("os"),i=zo("tty"),r=Kl(),{env:s}=process,o;r("no-color")||r("no-colors")||r("color=false")||r("color=never")?o=0:(r("color")||r("colors")||r("color=true")||r("color=always"))&&(o=1),"FORCE_COLOR"in s&&(s.FORCE_COLOR==="true"?o=1:s.FORCE_COLOR==="false"?o=0:o=s.FORCE_COLOR.length===0?1:Math.min(parseInt(s.FORCE_COLOR,10),3));function a(f){return f===0?!1:{level:f,hasBasic:!0,has256:f>=2,has16m:f>=3}}function l(f,u){if(o===0)return 0;if(r("color=16m")||r("color=full")||r("color=truecolor"))return 3;if(r("color=256"))return 2;if(f&&!u&&o===void 0)return 0;let p=o||0;if(s.TERM==="dumb")return p;if(process.platform==="win32"){let d=n.release().split(".");return Number(d[0])>=10&&Number(d[2])>=10586?Number(d[2])>=14931?3:2:1}if("CI"in s)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(d=>d in s)||s.CI_NAME==="codeship"?1:p;if("TEAMCITY_VERSION"in s)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(s.TEAMCITY_VERSION)?1:0;if(s.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in s){let d=parseInt((s.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(s.TERM_PROGRAM){case"iTerm.app":return d>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(s.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(s.TERM)||"COLORTERM"in s?1:p}function c(f){let u=l(f,f&&f.isTTY);return a(u)}t.exports={supportsColor:c,stdout:a(l(!0,i.isatty(1))),stderr:a(l(!0,i.isatty(2)))}}),Jl=Ue((e,t)=>{"use strict";var n=(r,s,o)=>{let a=r.indexOf(s);if(a===-1)return r;let l=s.length,c=0,f="";do f+=r.substr(c,a-c)+s+o,c=a+l,a=r.indexOf(s,c);while(a!==-1);return f+=r.substr(c),f},i=(r,s,o,a)=>{let l=0,c="";do{let f=r[a-1]==="\r";c+=r.substr(l,(f?a-1:a)-l)+s+(f?`\r
|
66
66
|
`:`
|
67
67
|
`)+o,l=a+1,a=r.indexOf(`
|
68
68
|
`,l)}while(a!==-1);return c+=r.substr(l),c};t.exports={stringReplaceAll:n,stringEncaseCRLFWithFirstIndex:i}}),Ql=Ue((e,t)=>{"use strict";var n=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,i=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,r=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,s=/\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi,o=new Map([["n",`
|
69
|
-
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function a(u){let p=u[0]==="u",d=u[1]==="{";return p&&!d&&u.length===5||u[0]==="x"&&u.length===3?String.fromCharCode(parseInt(u.slice(1),16)):p&&d?String.fromCodePoint(parseInt(u.slice(2,-1),16)):o.get(u)||u}function l(u,p){let d=[],g=p.trim().split(/\s*,\s*/g),b;for(let m of g){let v=Number(m);if(!Number.isNaN(v))d.push(v);else if(b=m.match(r))d.push(b[2].replace(s,(A,T,W)=>T?a(T):W));else throw new Error(`Invalid Chalk template style argument: ${m} (in style '${u}')`)}return d}function c(u){i.lastIndex=0;let p=[],d;for(;(d=i.exec(u))!==null;){let g=d[1];if(d[2]){let b=l(g,d[2]);p.push([g].concat(b))}else p.push([g])}return p}function f(u,p){let d={};for(let b of p)for(let m of b.styles)d[m[0]]=b.inverse?null:m.slice(1);let g=u;for(let[b,m]of Object.entries(d))if(Array.isArray(m)){if(!(b in g))throw new Error(`Unknown Chalk style: ${b}`);g=m.length>0?g[b](...m):g[b]}return g}t.exports=(u,p)=>{let d=[],g=[],b=[];if(p.replace(n,(m,v,A,T,W,
|
70
|
-
`);return _e!==-1&&(F=o(F,H,J,_e)),J+F+H},T,W=(k,...F)=>{let[
|
69
|
+
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function a(u){let p=u[0]==="u",d=u[1]==="{";return p&&!d&&u.length===5||u[0]==="x"&&u.length===3?String.fromCharCode(parseInt(u.slice(1),16)):p&&d?String.fromCodePoint(parseInt(u.slice(2,-1),16)):o.get(u)||u}function l(u,p){let d=[],g=p.trim().split(/\s*,\s*/g),b;for(let m of g){let v=Number(m);if(!Number.isNaN(v))d.push(v);else if(b=m.match(r))d.push(b[2].replace(s,(A,T,W)=>T?a(T):W));else throw new Error(`Invalid Chalk template style argument: ${m} (in style '${u}')`)}return d}function c(u){i.lastIndex=0;let p=[],d;for(;(d=i.exec(u))!==null;){let g=d[1];if(d[2]){let b=l(g,d[2]);p.push([g].concat(b))}else p.push([g])}return p}function f(u,p){let d={};for(let b of p)for(let m of b.styles)d[m[0]]=b.inverse?null:m.slice(1);let g=u;for(let[b,m]of Object.entries(d))if(Array.isArray(m)){if(!(b in g))throw new Error(`Unknown Chalk style: ${b}`);g=m.length>0?g[b](...m):g[b]}return g}t.exports=(u,p)=>{let d=[],g=[],b=[];if(p.replace(n,(m,v,A,T,W,G)=>{if(v)b.push(a(v));else if(T){let k=b.join("");b=[],g.push(d.length===0?k:f(u,d)(k)),d.push({inverse:A,styles:c(T)})}else if(W){if(d.length===0)throw new Error("Found extraneous } in Chalk template literal");g.push(f(u,d)(b.join(""))),b=[],d.pop()}else b.push(G)}),g.push(b.join("")),d.length>0){let m=`Chalk template literal is missing ${d.length} closing bracket${d.length===1?"":"s"} (\`}\`)`;throw new Error(m)}return g.join("")}}),Zi=Ue((e,t)=>{"use strict";var n=zl(),{stdout:i,stderr:r}=Vl(),{stringReplaceAll:s,stringEncaseCRLFWithFirstIndex:o}=Jl(),{isArray:a}=Array,l=["ansi","ansi","ansi256","ansi16m"],c=Object.create(null),f=(k,F={})=>{if(F.level&&!(Number.isInteger(F.level)&&F.level>=0&&F.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");let z=i?i.level:0;k.level=F.level===void 0?z:F.level},u=class{constructor(k){return p(k)}},p=k=>{let F={};return f(F,k),F.template=(...z)=>W(F.template,...z),Object.setPrototypeOf(F,d.prototype),Object.setPrototypeOf(F.template,F),F.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},F.template.Instance=u,F.template};function d(k){return p(k)}for(let[k,F]of Object.entries(n))c[k]={get(){let z=v(this,m(F.open,F.close,this._styler),this._isEmpty);return Object.defineProperty(this,k,{value:z}),z}};c.visible={get(){let k=v(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:k}),k}};var g=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(let k of g)c[k]={get(){let{level:F}=this;return function(...z){let J=m(n.color[l[F]][k](...z),n.color.close,this._styler);return v(this,J,this._isEmpty)}}};for(let k of g){let F="bg"+k[0].toUpperCase()+k.slice(1);c[F]={get(){let{level:z}=this;return function(...J){let H=m(n.bgColor[l[z]][k](...J),n.bgColor.close,this._styler);return v(this,H,this._isEmpty)}}}}var b=Object.defineProperties(()=>{},{...c,level:{enumerable:!0,get(){return this._generator.level},set(k){this._generator.level=k}}}),m=(k,F,z)=>{let J,H;return z===void 0?(J=k,H=F):(J=z.openAll+k,H=F+z.closeAll),{open:k,close:F,openAll:J,closeAll:H,parent:z}},v=(k,F,z)=>{let J=(...H)=>a(H[0])&&a(H[0].raw)?A(J,W(J,...H)):A(J,H.length===1?""+H[0]:H.join(" "));return Object.setPrototypeOf(J,b),J._generator=k,J._styler=F,J._isEmpty=z,J},A=(k,F)=>{if(k.level<=0||!F)return k._isEmpty?"":F;let z=k._styler;if(z===void 0)return F;let{openAll:J,closeAll:H}=z;if(F.indexOf("\x1B")!==-1)for(;z!==void 0;)F=s(F,z.close,z.open),z=z.parent;let _e=F.indexOf(`
|
70
|
+
`);return _e!==-1&&(F=o(F,H,J,_e)),J+F+H},T,W=(k,...F)=>{let[z]=F;if(!a(z)||!a(z.raw))return F.join(" ");let J=F.slice(1),H=[z.raw[0]];for(let _e=1;_e<z.length;_e++)H.push(String(J[_e-1]).replace(/[{}\\]/g,"\\$&"),String(z.raw[_e]));return T===void 0&&(T=Ql()),T(k,H.join(""))};Object.defineProperties(d.prototype,c);var G=d();G.supportsColor=i,G.stderr=d({level:r?r.level:0}),G.stderr.supportsColor=r,t.exports=G});var gi=require("fs"),bi=require("fs/promises"),In=require("path");function us(e){return typeof e=="undefined"||e===null}function Zl(e){return typeof e=="object"&&e!==null}function Xl(e){return Array.isArray(e)?e:us(e)?[]:[e]}function ec(e,t){var n,i,r,s;if(t)for(s=Object.keys(t),n=0,i=s.length;n<i;n+=1)r=s[n],e[r]=t[r];return e}function tc(e,t){var n="",i;for(i=0;i<t;i+=1)n+=e;return n}function nc(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}var ic=us,rc=Zl,oc=Xl,sc=tc,ac=nc,lc=ec,he={isNothing:ic,isObject:rc,toArray:oc,repeat:sc,isNegativeZero:ac,extend:lc};function ps(e,t){var n="",i=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(n+='in "'+e.mark.name+'" '),n+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(n+=`
|
71
71
|
|
72
72
|
`+e.mark.snippet),i+" "+n):i}function Cn(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=ps(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}Cn.prototype=Object.create(Error.prototype);Cn.prototype.constructor=Cn;Cn.prototype.toString=function(t){return this.name+": "+ps(this,t)};var ve=Cn;function Xi(e,t,n,i,r){var s="",o="",a=Math.floor(r/2)-1;return i-t>a&&(s=" ... ",t=i-a+s.length),n-i>a&&(o=" ...",n=i+a-o.length),{str:s+e.slice(t,n).replace(/\t/g,"\u2192")+o,pos:i-t+s.length}}function er(e,t){return he.repeat(" ",t-e.length)+e}function cc(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),typeof t.indent!="number"&&(t.indent=1),typeof t.linesBefore!="number"&&(t.linesBefore=3),typeof t.linesAfter!="number"&&(t.linesAfter=2);for(var n=/\r?\n|\r|\0/g,i=[0],r=[],s,o=-1;s=n.exec(e.buffer);)r.push(s.index),i.push(s.index+s[0].length),e.position<=s.index&&o<0&&(o=i.length-2);o<0&&(o=i.length-1);var a="",l,c,f=Math.min(e.line+t.linesAfter,r.length).toString().length,u=t.maxLength-(t.indent+f+3);for(l=1;l<=t.linesBefore&&!(o-l<0);l++)c=Xi(e.buffer,i[o-l],r[o-l],e.position-(i[o]-i[o-l]),u),a=he.repeat(" ",t.indent)+er((e.line-l+1).toString(),f)+" | "+c.str+`
|
73
73
|
`+a;for(c=Xi(e.buffer,i[o],r[o],e.position,u),a+=he.repeat(" ",t.indent)+er((e.line+1).toString(),f)+" | "+c.str+`
|
74
74
|
`,a+=he.repeat("-",t.indent+f+3+c.pos)+`^
|
75
75
|
`,l=1;l<=t.linesAfter&&!(o+l>=r.length);l++)c=Xi(e.buffer,i[o+l],r[o+l],e.position-(i[o]-i[o+l]),u),a+=he.repeat(" ",t.indent)+er((e.line+l+1).toString(),f)+" | "+c.str+`
|
76
|
-
`;return a.replace(/\n$/,"")}var fc=cc,uc=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],pc=["scalar","sequence","mapping"];function hc(e){var t={};return e!==null&&Object.keys(e).forEach(function(n){e[n].forEach(function(i){t[String(i)]=n})}),t}function dc(e,t){if(t=t||{},Object.keys(t).forEach(function(n){if(uc.indexOf(n)===-1)throw new ve('Unknown option "'+n+'" is met in definition of "'+e+'" YAML type.')}),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(n){return n},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=hc(t.styleAliases||null),pc.indexOf(this.kind)===-1)throw new ve('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}var be=dc;function Jo(e,t){var n=[];return e[t].forEach(function(i){var r=n.length;n.forEach(function(s,o){s.tag===i.tag&&s.kind===i.kind&&s.multi===i.multi&&(r=o)}),n[r]=i}),n}function mc(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},t,n;function i(r){r.multi?(e.multi[r.kind].push(r),e.multi.fallback.push(r)):e[r.kind][r.tag]=e.fallback[r.tag]=r}for(t=0,n=arguments.length;t<n;t+=1)arguments[t].forEach(i);return e}function nr(e){return this.extend(e)}nr.prototype.extend=function(t){var n=[],i=[];if(t instanceof be)i.push(t);else if(Array.isArray(t))i=i.concat(t);else if(t&&(Array.isArray(t.implicit)||Array.isArray(t.explicit)))t.implicit&&(n=n.concat(t.implicit)),t.explicit&&(i=i.concat(t.explicit));else throw new ve("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");n.forEach(function(s){if(!(s instanceof be))throw new ve("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(s.loadKind&&s.loadKind!=="scalar")throw new ve("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(s.multi)throw new ve("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),i.forEach(function(s){if(!(s instanceof be))throw new ve("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var r=Object.create(nr.prototype);return r.implicit=(this.implicit||[]).concat(n),r.explicit=(this.explicit||[]).concat(i),r.compiledImplicit=Jo(r,"implicit"),r.compiledExplicit=Jo(r,"explicit"),r.compiledTypeMap=mc(r.compiledImplicit,r.compiledExplicit),r};var gc=nr,bc=new be("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}}),yc=new be("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}}),wc=new be("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}}),Cc=new gc({explicit:[bc,yc,wc]});function xc(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function vc(){return null}function Ac(e){return e===null}var _c=new be("tag:yaml.org,2002:null",{kind:"scalar",resolve:xc,construct:vc,predicate:Ac,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});function Oc(e){if(e===null)return!1;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function Ec(e){return e==="true"||e==="True"||e==="TRUE"}function Sc(e){return Object.prototype.toString.call(e)==="[object Boolean]"}var Ic=new be("tag:yaml.org,2002:bool",{kind:"scalar",resolve:Oc,construct:Ec,predicate:Sc,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function Pc(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function jc(e){return 48<=e&&e<=55}function Mc(e){return 48<=e&&e<=57}function Lc(e){if(e===null)return!1;var t=e.length,n=0,i=!1,r;if(!t)return!1;if(r=e[n],(r==="-"||r==="+")&&(r=e[++n]),r==="0"){if(n+1===t)return!0;if(r=e[++n],r==="b"){for(n++;n<t;n++)if(r=e[n],r!=="_"){if(r!=="0"&&r!=="1")return!1;i=!0}return i&&r!=="_"}if(r==="x"){for(n++;n<t;n++)if(r=e[n],r!=="_"){if(!Pc(e.charCodeAt(n)))return!1;i=!0}return i&&r!=="_"}if(r==="o"){for(n++;n<t;n++)if(r=e[n],r!=="_"){if(!jc(e.charCodeAt(n)))return!1;i=!0}return i&&r!=="_"}}if(r==="_")return!1;for(;n<t;n++)if(r=e[n],r!=="_"){if(!Mc(e.charCodeAt(n)))return!1;i=!0}return!(!i||r==="_")}function Tc(e){var t=e,n=1,i;if(t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),i=t[0],(i==="-"||i==="+")&&(i==="-"&&(n=-1),t=t.slice(1),i=t[0]),t==="0")return 0;if(i==="0"){if(t[1]==="b")return n*parseInt(t.slice(2),2);if(t[1]==="x")return n*parseInt(t.slice(2),16);if(t[1]==="o")return n*parseInt(t.slice(2),8)}return n*parseInt(t,10)}function Fc(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!he.isNegativeZero(e)}var Dc=new be("tag:yaml.org,2002:int",{kind:"scalar",resolve:Lc,construct:Tc,predicate:Fc,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),Nc=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function Rc(e){return!(e===null||!Nc.test(e)||e[e.length-1]==="_")}function $c(e){var t,n;return t=e.replace(/_/g,"").toLowerCase(),n=t[0]==="-"?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),t===".inf"?n===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:n*parseFloat(t,10)}var Uc=/^[-+]?[0-9]+e/;function Hc(e,t){var n;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(he.isNegativeZero(e))return"-0.0";return n=e.toString(10),Uc.test(n)?n.replace("e",".e"):n}function Bc(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||he.isNegativeZero(e))}var kc=new be("tag:yaml.org,2002:float",{kind:"scalar",resolve:Rc,construct:$c,predicate:Bc,represent:Hc,defaultStyle:"lowercase"}),Wc=Cc.extend({implicit:[_c,Ic,Dc,kc]}),Yc=Wc,hs=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),ds=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function
|
76
|
+
`;return a.replace(/\n$/,"")}var fc=cc,uc=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],pc=["scalar","sequence","mapping"];function hc(e){var t={};return e!==null&&Object.keys(e).forEach(function(n){e[n].forEach(function(i){t[String(i)]=n})}),t}function dc(e,t){if(t=t||{},Object.keys(t).forEach(function(n){if(uc.indexOf(n)===-1)throw new ve('Unknown option "'+n+'" is met in definition of "'+e+'" YAML type.')}),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(n){return n},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=hc(t.styleAliases||null),pc.indexOf(this.kind)===-1)throw new ve('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}var be=dc;function Jo(e,t){var n=[];return e[t].forEach(function(i){var r=n.length;n.forEach(function(s,o){s.tag===i.tag&&s.kind===i.kind&&s.multi===i.multi&&(r=o)}),n[r]=i}),n}function mc(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},t,n;function i(r){r.multi?(e.multi[r.kind].push(r),e.multi.fallback.push(r)):e[r.kind][r.tag]=e.fallback[r.tag]=r}for(t=0,n=arguments.length;t<n;t+=1)arguments[t].forEach(i);return e}function nr(e){return this.extend(e)}nr.prototype.extend=function(t){var n=[],i=[];if(t instanceof be)i.push(t);else if(Array.isArray(t))i=i.concat(t);else if(t&&(Array.isArray(t.implicit)||Array.isArray(t.explicit)))t.implicit&&(n=n.concat(t.implicit)),t.explicit&&(i=i.concat(t.explicit));else throw new ve("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");n.forEach(function(s){if(!(s instanceof be))throw new ve("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(s.loadKind&&s.loadKind!=="scalar")throw new ve("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(s.multi)throw new ve("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),i.forEach(function(s){if(!(s instanceof be))throw new ve("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var r=Object.create(nr.prototype);return r.implicit=(this.implicit||[]).concat(n),r.explicit=(this.explicit||[]).concat(i),r.compiledImplicit=Jo(r,"implicit"),r.compiledExplicit=Jo(r,"explicit"),r.compiledTypeMap=mc(r.compiledImplicit,r.compiledExplicit),r};var gc=nr,bc=new be("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}}),yc=new be("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}}),wc=new be("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}}),Cc=new gc({explicit:[bc,yc,wc]});function xc(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function vc(){return null}function Ac(e){return e===null}var _c=new be("tag:yaml.org,2002:null",{kind:"scalar",resolve:xc,construct:vc,predicate:Ac,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});function Oc(e){if(e===null)return!1;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function Ec(e){return e==="true"||e==="True"||e==="TRUE"}function Sc(e){return Object.prototype.toString.call(e)==="[object Boolean]"}var Ic=new be("tag:yaml.org,2002:bool",{kind:"scalar",resolve:Oc,construct:Ec,predicate:Sc,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function Pc(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function jc(e){return 48<=e&&e<=55}function Mc(e){return 48<=e&&e<=57}function Lc(e){if(e===null)return!1;var t=e.length,n=0,i=!1,r;if(!t)return!1;if(r=e[n],(r==="-"||r==="+")&&(r=e[++n]),r==="0"){if(n+1===t)return!0;if(r=e[++n],r==="b"){for(n++;n<t;n++)if(r=e[n],r!=="_"){if(r!=="0"&&r!=="1")return!1;i=!0}return i&&r!=="_"}if(r==="x"){for(n++;n<t;n++)if(r=e[n],r!=="_"){if(!Pc(e.charCodeAt(n)))return!1;i=!0}return i&&r!=="_"}if(r==="o"){for(n++;n<t;n++)if(r=e[n],r!=="_"){if(!jc(e.charCodeAt(n)))return!1;i=!0}return i&&r!=="_"}}if(r==="_")return!1;for(;n<t;n++)if(r=e[n],r!=="_"){if(!Mc(e.charCodeAt(n)))return!1;i=!0}return!(!i||r==="_")}function Tc(e){var t=e,n=1,i;if(t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),i=t[0],(i==="-"||i==="+")&&(i==="-"&&(n=-1),t=t.slice(1),i=t[0]),t==="0")return 0;if(i==="0"){if(t[1]==="b")return n*parseInt(t.slice(2),2);if(t[1]==="x")return n*parseInt(t.slice(2),16);if(t[1]==="o")return n*parseInt(t.slice(2),8)}return n*parseInt(t,10)}function Fc(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!he.isNegativeZero(e)}var Dc=new be("tag:yaml.org,2002:int",{kind:"scalar",resolve:Lc,construct:Tc,predicate:Fc,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),Nc=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function Rc(e){return!(e===null||!Nc.test(e)||e[e.length-1]==="_")}function $c(e){var t,n;return t=e.replace(/_/g,"").toLowerCase(),n=t[0]==="-"?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),t===".inf"?n===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:n*parseFloat(t,10)}var Uc=/^[-+]?[0-9]+e/;function Hc(e,t){var n;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(he.isNegativeZero(e))return"-0.0";return n=e.toString(10),Uc.test(n)?n.replace("e",".e"):n}function Bc(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||he.isNegativeZero(e))}var kc=new be("tag:yaml.org,2002:float",{kind:"scalar",resolve:Rc,construct:$c,predicate:Bc,represent:Hc,defaultStyle:"lowercase"}),Wc=Cc.extend({implicit:[_c,Ic,Dc,kc]}),Yc=Wc,hs=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),ds=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function Gc(e){return e===null?!1:hs.exec(e)!==null||ds.exec(e)!==null}function qc(e){var t,n,i,r,s,o,a,l=0,c=null,f,u,p;if(t=hs.exec(e),t===null&&(t=ds.exec(e)),t===null)throw new Error("Date resolve error");if(n=+t[1],i=+t[2]-1,r=+t[3],!t[4])return new Date(Date.UTC(n,i,r));if(s=+t[4],o=+t[5],a=+t[6],t[7]){for(l=t[7].slice(0,3);l.length<3;)l+="0";l=+l}return t[9]&&(f=+t[10],u=+(t[11]||0),c=(f*60+u)*6e4,t[9]==="-"&&(c=-c)),p=new Date(Date.UTC(n,i,r,s,o,a,l)),c&&p.setTime(p.getTime()-c),p}function zc(e){return e.toISOString()}var Kc=new be("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:Gc,construct:qc,instanceOf:Date,represent:zc});function Vc(e){return e==="<<"||e===null}var Jc=new be("tag:yaml.org,2002:merge",{kind:"scalar",resolve:Vc}),ar=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
77
77
|
\r`;function Qc(e){if(e===null)return!1;var t,n,i=0,r=e.length,s=ar;for(n=0;n<r;n++)if(t=s.indexOf(e.charAt(n)),!(t>64)){if(t<0)return!1;i+=6}return i%8===0}function Zc(e){var t,n,i=e.replace(/[\r\n=]/g,""),r=i.length,s=ar,o=0,a=[];for(t=0;t<r;t++)t%4===0&&t&&(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)),o=o<<6|s.indexOf(i.charAt(t));return n=r%4*6,n===0?(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)):n===18?(a.push(o>>10&255),a.push(o>>2&255)):n===12&&a.push(o>>4&255),new Uint8Array(a)}function Xc(e){var t="",n=0,i,r,s=e.length,o=ar;for(i=0;i<s;i++)i%3===0&&i&&(t+=o[n>>18&63],t+=o[n>>12&63],t+=o[n>>6&63],t+=o[n&63]),n=(n<<8)+e[i];return r=s%3,r===0?(t+=o[n>>18&63],t+=o[n>>12&63],t+=o[n>>6&63],t+=o[n&63]):r===2?(t+=o[n>>10&63],t+=o[n>>4&63],t+=o[n<<2&63],t+=o[64]):r===1&&(t+=o[n>>2&63],t+=o[n<<4&63],t+=o[64],t+=o[64]),t}function ef(e){return Object.prototype.toString.call(e)==="[object Uint8Array]"}var tf=new be("tag:yaml.org,2002:binary",{kind:"scalar",resolve:Qc,construct:Zc,predicate:ef,represent:Xc}),nf=Object.prototype.hasOwnProperty,rf=Object.prototype.toString;function of(e){if(e===null)return!0;var t=[],n,i,r,s,o,a=e;for(n=0,i=a.length;n<i;n+=1){if(r=a[n],o=!1,rf.call(r)!=="[object Object]")return!1;for(s in r)if(nf.call(r,s))if(!o)o=!0;else return!1;if(!o)return!1;if(t.indexOf(s)===-1)t.push(s);else return!1}return!0}function sf(e){return e!==null?e:[]}var af=new be("tag:yaml.org,2002:omap",{kind:"sequence",resolve:of,construct:sf}),lf=Object.prototype.toString;function cf(e){if(e===null)return!0;var t,n,i,r,s,o=e;for(s=new Array(o.length),t=0,n=o.length;t<n;t+=1){if(i=o[t],lf.call(i)!=="[object Object]"||(r=Object.keys(i),r.length!==1))return!1;s[t]=[r[0],i[r[0]]]}return!0}function ff(e){if(e===null)return[];var t,n,i,r,s,o=e;for(s=new Array(o.length),t=0,n=o.length;t<n;t+=1)i=o[t],r=Object.keys(i),s[t]=[r[0],i[r[0]]];return s}var uf=new be("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:cf,construct:ff}),pf=Object.prototype.hasOwnProperty;function hf(e){if(e===null)return!0;var t,n=e;for(t in n)if(pf.call(n,t)&&n[t]!==null)return!1;return!0}function df(e){return e!==null?e:{}}var mf=new be("tag:yaml.org,2002:set",{kind:"mapping",resolve:hf,construct:df}),ms=Yc.extend({implicit:[Kc,Jc],explicit:[tf,af,uf,mf]}),at=Object.prototype.hasOwnProperty,Xn=1,gs=2,bs=3,ei=4,tr=1,gf=2,Qo=3,bf=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,yf=/[\x85\u2028\u2029]/,wf=/[,\[\]\{\}]/,ys=/^(?:!|!!|![a-z\-]+!)$/i,ws=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function Zo(e){return Object.prototype.toString.call(e)}function He(e){return e===10||e===13}function Ut(e){return e===9||e===32}function Ae(e){return e===9||e===32||e===10||e===13}function tn(e){return e===44||e===91||e===93||e===123||e===125}function Cf(e){var t;return 48<=e&&e<=57?e-48:(t=e|32,97<=t&&t<=102?t-97+10:-1)}function xf(e){return e===120?2:e===117?4:e===85?8:0}function vf(e){return 48<=e&&e<=57?e-48:-1}function Xo(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
|
78
78
|
`:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function Af(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}var Cs=new Array(256),xs=new Array(256);for($t=0;$t<256;$t++)Cs[$t]=Xo($t)?1:0,xs[$t]=Xo($t);var $t;function _f(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||ms,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function vs(e,t){var n={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return n.snippet=fc(n),new ve(t,n)}function N(e,t){throw vs(e,t)}function ti(e,t){e.onWarning&&e.onWarning.call(null,vs(e,t))}var es={YAML:function(t,n,i){var r,s,o;t.version!==null&&N(t,"duplication of %YAML directive"),i.length!==1&&N(t,"YAML directive accepts exactly one argument"),r=/^([0-9]+)\.([0-9]+)$/.exec(i[0]),r===null&&N(t,"ill-formed argument of the YAML directive"),s=parseInt(r[1],10),o=parseInt(r[2],10),s!==1&&N(t,"unacceptable YAML version of the document"),t.version=i[0],t.checkLineBreaks=o<2,o!==1&&o!==2&&ti(t,"unsupported YAML version of the document")},TAG:function(t,n,i){var r,s;i.length!==2&&N(t,"TAG directive accepts exactly two arguments"),r=i[0],s=i[1],ys.test(r)||N(t,"ill-formed tag handle (first argument) of the TAG directive"),at.call(t.tagMap,r)&&N(t,'there is a previously declared suffix for "'+r+'" tag handle'),ws.test(s)||N(t,"ill-formed tag prefix (second argument) of the TAG directive");try{s=decodeURIComponent(s)}catch(o){N(t,"tag prefix is malformed: "+s)}t.tagMap[r]=s}};function st(e,t,n,i){var r,s,o,a;if(t<n){if(a=e.input.slice(t,n),i)for(r=0,s=a.length;r<s;r+=1)o=a.charCodeAt(r),o===9||32<=o&&o<=1114111||N(e,"expected valid JSON character");else bf.test(a)&&N(e,"the stream contains non-printable characters");e.result+=a}}function ts(e,t,n,i){var r,s,o,a;for(he.isObject(n)||N(e,"cannot merge mappings; the provided source object is unacceptable"),r=Object.keys(n),o=0,a=r.length;o<a;o+=1)s=r[o],at.call(t,s)||(t[s]=n[s],i[s]=!0)}function nn(e,t,n,i,r,s,o,a,l){var c,f;if(Array.isArray(r))for(r=Array.prototype.slice.call(r),c=0,f=r.length;c<f;c+=1)Array.isArray(r[c])&&N(e,"nested arrays are not supported inside keys"),typeof r=="object"&&Zo(r[c])==="[object Object]"&&(r[c]="[object Object]");if(typeof r=="object"&&Zo(r)==="[object Object]"&&(r="[object Object]"),r=String(r),t===null&&(t={}),i==="tag:yaml.org,2002:merge")if(Array.isArray(s))for(c=0,f=s.length;c<f;c+=1)ts(e,t,s[c],n);else ts(e,t,s,n);else!e.json&&!at.call(n,r)&&at.call(t,r)&&(e.line=o||e.line,e.lineStart=a||e.lineStart,e.position=l||e.position,N(e,"duplicated mapping key")),r==="__proto__"?Object.defineProperty(t,r,{configurable:!0,enumerable:!0,writable:!0,value:s}):t[r]=s,delete n[r];return t}function lr(e){var t;t=e.input.charCodeAt(e.position),t===10?e.position++:t===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):N(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function ce(e,t,n){for(var i=0,r=e.input.charCodeAt(e.position);r!==0;){for(;Ut(r);)r===9&&e.firstTabInLine===-1&&(e.firstTabInLine=e.position),r=e.input.charCodeAt(++e.position);if(t&&r===35)do r=e.input.charCodeAt(++e.position);while(r!==10&&r!==13&&r!==0);if(He(r))for(lr(e),r=e.input.charCodeAt(e.position),i++,e.lineIndent=0;r===32;)e.lineIndent++,r=e.input.charCodeAt(++e.position);else break}return n!==-1&&i!==0&&e.lineIndent<n&&ti(e,"deficient indentation"),i}function ri(e){var t=e.position,n;return n=e.input.charCodeAt(t),!!((n===45||n===46)&&n===e.input.charCodeAt(t+1)&&n===e.input.charCodeAt(t+2)&&(t+=3,n=e.input.charCodeAt(t),n===0||Ae(n)))}function cr(e,t){t===1?e.result+=" ":t>1&&(e.result+=he.repeat(`
|
79
79
|
`,t-1))}function Of(e,t,n){var i,r,s,o,a,l,c,f,u=e.kind,p=e.result,d;if(d=e.input.charCodeAt(e.position),Ae(d)||tn(d)||d===35||d===38||d===42||d===33||d===124||d===62||d===39||d===34||d===37||d===64||d===96||(d===63||d===45)&&(r=e.input.charCodeAt(e.position+1),Ae(r)||n&&tn(r)))return!1;for(e.kind="scalar",e.result="",s=o=e.position,a=!1;d!==0;){if(d===58){if(r=e.input.charCodeAt(e.position+1),Ae(r)||n&&tn(r))break}else if(d===35){if(i=e.input.charCodeAt(e.position-1),Ae(i))break}else{if(e.position===e.lineStart&&ri(e)||n&&tn(d))break;if(He(d))if(l=e.line,c=e.lineStart,f=e.lineIndent,ce(e,!1,-1),e.lineIndent>=t){a=!0,d=e.input.charCodeAt(e.position);continue}else{e.position=o,e.line=l,e.lineStart=c,e.lineIndent=f;break}}a&&(st(e,s,o,!1),cr(e,e.line-l),s=o=e.position,a=!1),Ut(d)||(o=e.position+1),d=e.input.charCodeAt(++e.position)}return st(e,s,o,!1),e.result?!0:(e.kind=u,e.result=p,!1)}function Ef(e,t){var n,i,r;if(n=e.input.charCodeAt(e.position),n!==39)return!1;for(e.kind="scalar",e.result="",e.position++,i=r=e.position;(n=e.input.charCodeAt(e.position))!==0;)if(n===39)if(st(e,i,e.position,!0),n=e.input.charCodeAt(++e.position),n===39)i=e.position,e.position++,r=e.position;else return!0;else He(n)?(st(e,i,r,!0),cr(e,ce(e,!1,t)),i=r=e.position):e.position===e.lineStart&&ri(e)?N(e,"unexpected end of the document within a single quoted scalar"):(e.position++,r=e.position);N(e,"unexpected end of the stream within a single quoted scalar")}function Sf(e,t){var n,i,r,s,o,a;if(a=e.input.charCodeAt(e.position),a!==34)return!1;for(e.kind="scalar",e.result="",e.position++,n=i=e.position;(a=e.input.charCodeAt(e.position))!==0;){if(a===34)return st(e,n,e.position,!0),e.position++,!0;if(a===92){if(st(e,n,e.position,!0),a=e.input.charCodeAt(++e.position),He(a))ce(e,!1,t);else if(a<256&&Cs[a])e.result+=xs[a],e.position++;else if((o=xf(a))>0){for(r=o,s=0;r>0;r--)a=e.input.charCodeAt(++e.position),(o=Cf(a))>=0?s=(s<<4)+o:N(e,"expected hexadecimal character");e.result+=Af(s),e.position++}else N(e,"unknown escape sequence");n=i=e.position}else He(a)?(st(e,n,i,!0),cr(e,ce(e,!1,t)),n=i=e.position):e.position===e.lineStart&&ri(e)?N(e,"unexpected end of the document within a double quoted scalar"):(e.position++,i=e.position)}N(e,"unexpected end of the stream within a double quoted scalar")}function If(e,t){var n=!0,i,r,s,o=e.tag,a,l=e.anchor,c,f,u,p,d,g=Object.create(null),b,m,v,A;if(A=e.input.charCodeAt(e.position),A===91)f=93,d=!1,a=[];else if(A===123)f=125,d=!0,a={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=a),A=e.input.charCodeAt(++e.position);A!==0;){if(ce(e,!0,t),A=e.input.charCodeAt(e.position),A===f)return e.position++,e.tag=o,e.anchor=l,e.kind=d?"mapping":"sequence",e.result=a,!0;n?A===44&&N(e,"expected the node content, but found ','"):N(e,"missed comma between flow collection entries"),m=b=v=null,u=p=!1,A===63&&(c=e.input.charCodeAt(e.position+1),Ae(c)&&(u=p=!0,e.position++,ce(e,!0,t))),i=e.line,r=e.lineStart,s=e.position,rn(e,t,Xn,!1,!0),m=e.tag,b=e.result,ce(e,!0,t),A=e.input.charCodeAt(e.position),(p||e.line===i)&&A===58&&(u=!0,A=e.input.charCodeAt(++e.position),ce(e,!0,t),rn(e,t,Xn,!1,!0),v=e.result),d?nn(e,a,g,m,b,v,i,r,s):u?a.push(nn(e,null,g,m,b,v,i,r,s)):a.push(b),ce(e,!0,t),A=e.input.charCodeAt(e.position),A===44?(n=!0,A=e.input.charCodeAt(++e.position)):n=!1}N(e,"unexpected end of the stream within a flow collection")}function Pf(e,t){var n,i,r=tr,s=!1,o=!1,a=t,l=0,c=!1,f,u;if(u=e.input.charCodeAt(e.position),u===124)i=!1;else if(u===62)i=!0;else return!1;for(e.kind="scalar",e.result="";u!==0;)if(u=e.input.charCodeAt(++e.position),u===43||u===45)tr===r?r=u===43?Qo:gf:N(e,"repeat of a chomping mode identifier");else if((f=vf(u))>=0)f===0?N(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):o?N(e,"repeat of an indentation width identifier"):(a=t+f-1,o=!0);else break;if(Ut(u)){do u=e.input.charCodeAt(++e.position);while(Ut(u));if(u===35)do u=e.input.charCodeAt(++e.position);while(!He(u)&&u!==0)}for(;u!==0;){for(lr(e),e.lineIndent=0,u=e.input.charCodeAt(e.position);(!o||e.lineIndent<a)&&u===32;)e.lineIndent++,u=e.input.charCodeAt(++e.position);if(!o&&e.lineIndent>a&&(a=e.lineIndent),He(u)){l++;continue}if(e.lineIndent<a){r===Qo?e.result+=he.repeat(`
|
@@ -83,10 +83,10 @@ ${g.join(`
|
|
83
83
|
`,l+1)):l===0?s&&(e.result+=" "):e.result+=he.repeat(`
|
84
84
|
`,l):e.result+=he.repeat(`
|
85
85
|
`,s?1+l:l),s=!0,o=!0,l=0,n=e.position;!He(u)&&u!==0;)u=e.input.charCodeAt(++e.position);st(e,n,e.position,!1)}return!0}function ns(e,t){var n,i=e.tag,r=e.anchor,s=[],o,a=!1,l;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=s),l=e.input.charCodeAt(e.position);l!==0&&(e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,N(e,"tab characters must not be used in indentation")),!(l!==45||(o=e.input.charCodeAt(e.position+1),!Ae(o))));){if(a=!0,e.position++,ce(e,!0,-1)&&e.lineIndent<=t){s.push(null),l=e.input.charCodeAt(e.position);continue}if(n=e.line,rn(e,t,bs,!1,!0),s.push(e.result),ce(e,!0,-1),l=e.input.charCodeAt(e.position),(e.line===n||e.lineIndent>t)&&l!==0)N(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break}return a?(e.tag=i,e.anchor=r,e.kind="sequence",e.result=s,!0):!1}function jf(e,t,n){var i,r,s,o,a,l,c=e.tag,f=e.anchor,u={},p=Object.create(null),d=null,g=null,b=null,m=!1,v=!1,A;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=u),A=e.input.charCodeAt(e.position);A!==0;){if(!m&&e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,N(e,"tab characters must not be used in indentation")),i=e.input.charCodeAt(e.position+1),s=e.line,(A===63||A===58)&&Ae(i))A===63?(m&&(nn(e,u,p,d,g,null,o,a,l),d=g=b=null),v=!0,m=!0,r=!0):m?(m=!1,r=!0):N(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,A=i;else{if(o=e.line,a=e.lineStart,l=e.position,!rn(e,n,gs,!1,!0))break;if(e.line===s){for(A=e.input.charCodeAt(e.position);Ut(A);)A=e.input.charCodeAt(++e.position);if(A===58)A=e.input.charCodeAt(++e.position),Ae(A)||N(e,"a whitespace character is expected after the key-value separator within a block mapping"),m&&(nn(e,u,p,d,g,null,o,a,l),d=g=b=null),v=!0,m=!1,r=!1,d=e.tag,g=e.result;else if(v)N(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=c,e.anchor=f,!0}else if(v)N(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return e.tag=c,e.anchor=f,!0}if((e.line===s||e.lineIndent>t)&&(m&&(o=e.line,a=e.lineStart,l=e.position),rn(e,t,ei,!0,r)&&(m?g=e.result:b=e.result),m||(nn(e,u,p,d,g,b,o,a,l),d=g=b=null),ce(e,!0,-1),A=e.input.charCodeAt(e.position)),(e.line===s||e.lineIndent>t)&&A!==0)N(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return m&&nn(e,u,p,d,g,null,o,a,l),v&&(e.tag=c,e.anchor=f,e.kind="mapping",e.result=u),v}function Mf(e){var t,n=!1,i=!1,r,s,o;if(o=e.input.charCodeAt(e.position),o!==33)return!1;if(e.tag!==null&&N(e,"duplication of a tag property"),o=e.input.charCodeAt(++e.position),o===60?(n=!0,o=e.input.charCodeAt(++e.position)):o===33?(i=!0,r="!!",o=e.input.charCodeAt(++e.position)):r="!",t=e.position,n){do o=e.input.charCodeAt(++e.position);while(o!==0&&o!==62);e.position<e.length?(s=e.input.slice(t,e.position),o=e.input.charCodeAt(++e.position)):N(e,"unexpected end of the stream within a verbatim tag")}else{for(;o!==0&&!Ae(o);)o===33&&(i?N(e,"tag suffix cannot contain exclamation marks"):(r=e.input.slice(t-1,e.position+1),ys.test(r)||N(e,"named tag handle cannot contain such characters"),i=!0,t=e.position+1)),o=e.input.charCodeAt(++e.position);s=e.input.slice(t,e.position),wf.test(s)&&N(e,"tag suffix cannot contain flow indicator characters")}s&&!ws.test(s)&&N(e,"tag name cannot contain such characters: "+s);try{s=decodeURIComponent(s)}catch(a){N(e,"tag name is malformed: "+s)}return n?e.tag=s:at.call(e.tagMap,r)?e.tag=e.tagMap[r]+s:r==="!"?e.tag="!"+s:r==="!!"?e.tag="tag:yaml.org,2002:"+s:N(e,'undeclared tag handle "'+r+'"'),!0}function Lf(e){var t,n;if(n=e.input.charCodeAt(e.position),n!==38)return!1;for(e.anchor!==null&&N(e,"duplication of an anchor property"),n=e.input.charCodeAt(++e.position),t=e.position;n!==0&&!Ae(n)&&!tn(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&N(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function Tf(e){var t,n,i;if(i=e.input.charCodeAt(e.position),i!==42)return!1;for(i=e.input.charCodeAt(++e.position),t=e.position;i!==0&&!Ae(i)&&!tn(i);)i=e.input.charCodeAt(++e.position);return e.position===t&&N(e,"name of an alias node must contain at least one character"),n=e.input.slice(t,e.position),at.call(e.anchorMap,n)||N(e,'unidentified alias "'+n+'"'),e.result=e.anchorMap[n],ce(e,!0,-1),!0}function rn(e,t,n,i,r){var s,o,a,l=1,c=!1,f=!1,u,p,d,g,b,m;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,s=o=a=ei===n||bs===n,i&&ce(e,!0,-1)&&(c=!0,e.lineIndent>t?l=1:e.lineIndent===t?l=0:e.lineIndent<t&&(l=-1)),l===1)for(;Mf(e)||Lf(e);)ce(e,!0,-1)?(c=!0,a=s,e.lineIndent>t?l=1:e.lineIndent===t?l=0:e.lineIndent<t&&(l=-1)):a=!1;if(a&&(a=c||r),(l===1||ei===n)&&(Xn===n||gs===n?b=t:b=t+1,m=e.position-e.lineStart,l===1?a&&(ns(e,m)||jf(e,m,b))||If(e,b)?f=!0:(o&&Pf(e,b)||Ef(e,b)||Sf(e,b)?f=!0:Tf(e)?(f=!0,(e.tag!==null||e.anchor!==null)&&N(e,"alias node should not have any properties")):Of(e,b,Xn===n)&&(f=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):l===0&&(f=a&&ns(e,m))),e.tag===null)e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);else if(e.tag==="?"){for(e.result!==null&&e.kind!=="scalar"&&N(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),u=0,p=e.implicitTypes.length;u<p;u+=1)if(g=e.implicitTypes[u],g.resolve(e.result)){e.result=g.construct(e.result),e.tag=g.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else if(e.tag!=="!"){if(at.call(e.typeMap[e.kind||"fallback"],e.tag))g=e.typeMap[e.kind||"fallback"][e.tag];else for(g=null,d=e.typeMap.multi[e.kind||"fallback"],u=0,p=d.length;u<p;u+=1)if(e.tag.slice(0,d[u].tag.length)===d[u].tag){g=d[u];break}g||N(e,"unknown tag !<"+e.tag+">"),e.result!==null&&g.kind!==e.kind&&N(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+g.kind+'", not "'+e.kind+'"'),g.resolve(e.result,e.tag)?(e.result=g.construct(e.result,e.tag),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):N(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||f}function Ff(e){var t=e.position,n,i,r,s=!1,o;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);(o=e.input.charCodeAt(e.position))!==0&&(ce(e,!0,-1),o=e.input.charCodeAt(e.position),!(e.lineIndent>0||o!==37));){for(s=!0,o=e.input.charCodeAt(++e.position),n=e.position;o!==0&&!Ae(o);)o=e.input.charCodeAt(++e.position);for(i=e.input.slice(n,e.position),r=[],i.length<1&&N(e,"directive name must not be less than one character in length");o!==0;){for(;Ut(o);)o=e.input.charCodeAt(++e.position);if(o===35){do o=e.input.charCodeAt(++e.position);while(o!==0&&!He(o));break}if(He(o))break;for(n=e.position;o!==0&&!Ae(o);)o=e.input.charCodeAt(++e.position);r.push(e.input.slice(n,e.position))}o!==0&&lr(e),at.call(es,i)?es[i](e,i,r):ti(e,'unknown document directive "'+i+'"')}if(ce(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,ce(e,!0,-1)):s&&N(e,"directives end mark is expected"),rn(e,e.lineIndent-1,ei,!1,!0),ce(e,!0,-1),e.checkLineBreaks&&yf.test(e.input.slice(t,e.position))&&ti(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&ri(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,ce(e,!0,-1));return}if(e.position<e.length-1)N(e,"end of the stream or a document separator is expected");else return}function As(e,t){e=String(e),t=t||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
|
86
|
-
`),e.charCodeAt(0)===65279&&(e=e.slice(1)));var n=new _f(e,t),i=e.indexOf("\0");for(i!==-1&&(n.position=i,N(n,"null byte is not allowed in input")),n.input+="\0";n.input.charCodeAt(n.position)===32;)n.lineIndent+=1,n.position+=1;for(;n.position<n.length-1;)Ff(n);return n.documents}function Df(e,t,n){t!==null&&typeof t=="object"&&typeof n=="undefined"&&(n=t,t=null);var i=As(e,n);if(typeof t!="function")return i;for(var r=0,s=i.length;r<s;r+=1)t(i[r])}function Nf(e,t){var n=As(e,t);if(n.length!==0){if(n.length===1)return n[0];throw new ve("expected a single document in the stream, but found more")}}var Rf=Df,$f=Nf,_s={loadAll:Rf,load:$f},Os=Object.prototype.toString,Es=Object.prototype.hasOwnProperty,fr=65279,Uf=9,xn=10,Hf=13,Bf=32,kf=33,Wf=34,ir=35,Yf=37,
|
86
|
+
`),e.charCodeAt(0)===65279&&(e=e.slice(1)));var n=new _f(e,t),i=e.indexOf("\0");for(i!==-1&&(n.position=i,N(n,"null byte is not allowed in input")),n.input+="\0";n.input.charCodeAt(n.position)===32;)n.lineIndent+=1,n.position+=1;for(;n.position<n.length-1;)Ff(n);return n.documents}function Df(e,t,n){t!==null&&typeof t=="object"&&typeof n=="undefined"&&(n=t,t=null);var i=As(e,n);if(typeof t!="function")return i;for(var r=0,s=i.length;r<s;r+=1)t(i[r])}function Nf(e,t){var n=As(e,t);if(n.length!==0){if(n.length===1)return n[0];throw new ve("expected a single document in the stream, but found more")}}var Rf=Df,$f=Nf,_s={loadAll:Rf,load:$f},Os=Object.prototype.toString,Es=Object.prototype.hasOwnProperty,fr=65279,Uf=9,xn=10,Hf=13,Bf=32,kf=33,Wf=34,ir=35,Yf=37,Gf=38,qf=39,zf=42,Ss=44,Kf=45,ni=58,Vf=61,Jf=62,Qf=63,Zf=64,Is=91,Ps=93,Xf=96,js=123,eu=124,Ms=125,ye={};ye[0]="\\0";ye[7]="\\a";ye[8]="\\b";ye[9]="\\t";ye[10]="\\n";ye[11]="\\v";ye[12]="\\f";ye[13]="\\r";ye[27]="\\e";ye[34]='\\"';ye[92]="\\\\";ye[133]="\\N";ye[160]="\\_";ye[8232]="\\L";ye[8233]="\\P";var tu=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],nu=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function iu(e,t){var n,i,r,s,o,a,l;if(t===null)return{};for(n={},i=Object.keys(t),r=0,s=i.length;r<s;r+=1)o=i[r],a=String(t[o]),o.slice(0,2)==="!!"&&(o="tag:yaml.org,2002:"+o.slice(2)),l=e.compiledTypeMap.fallback[o],l&&Es.call(l.styleAliases,a)&&(a=l.styleAliases[a]),n[o]=a;return n}function ru(e){var t,n,i;if(t=e.toString(16).toUpperCase(),e<=255)n="x",i=2;else if(e<=65535)n="u",i=4;else if(e<=4294967295)n="U",i=8;else throw new ve("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+n+he.repeat("0",i-t.length)+t}var ou=1,vn=2;function su(e){this.schema=e.schema||ms,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=he.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=iu(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType=e.quotingType==='"'?vn:ou,this.forceQuotes=e.forceQuotes||!1,this.replacer=typeof e.replacer=="function"?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function is(e,t){for(var n=he.repeat(" ",t),i=0,r=-1,s="",o,a=e.length;i<a;)r=e.indexOf(`
|
87
87
|
`,i),r===-1?(o=e.slice(i),i=a):(o=e.slice(i,r+1),i=r+1),o.length&&o!==`
|
88
88
|
`&&(s+=n),s+=o;return s}function rr(e,t){return`
|
89
|
-
`+he.repeat(" ",e.indent*t)}function au(e,t){var n,i,r;for(n=0,i=e.implicitTypes.length;n<i;n+=1)if(r=e.implicitTypes[n],r.resolve(t))return!0;return!1}function ii(e){return e===Bf||e===Uf}function An(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==fr||65536<=e&&e<=1114111}function rs(e){return An(e)&&e!==fr&&e!==Hf&&e!==xn}function os(e,t,n){var i=rs(e),r=i&&!ii(e);return(n?i:i&&e!==Ss&&e!==Is&&e!==Ps&&e!==js&&e!==Ms)&&e!==ir&&!(t===ni&&!r)||rs(t)&&!ii(t)&&e===ir||t===ni&&r}function lu(e){return An(e)&&e!==fr&&!ii(e)&&e!==Kf&&e!==Qf&&e!==ni&&e!==Ss&&e!==Is&&e!==Ps&&e!==js&&e!==Ms&&e!==ir&&e!==
|
89
|
+
`+he.repeat(" ",e.indent*t)}function au(e,t){var n,i,r;for(n=0,i=e.implicitTypes.length;n<i;n+=1)if(r=e.implicitTypes[n],r.resolve(t))return!0;return!1}function ii(e){return e===Bf||e===Uf}function An(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==fr||65536<=e&&e<=1114111}function rs(e){return An(e)&&e!==fr&&e!==Hf&&e!==xn}function os(e,t,n){var i=rs(e),r=i&&!ii(e);return(n?i:i&&e!==Ss&&e!==Is&&e!==Ps&&e!==js&&e!==Ms)&&e!==ir&&!(t===ni&&!r)||rs(t)&&!ii(t)&&e===ir||t===ni&&r}function lu(e){return An(e)&&e!==fr&&!ii(e)&&e!==Kf&&e!==Qf&&e!==ni&&e!==Ss&&e!==Is&&e!==Ps&&e!==js&&e!==Ms&&e!==ir&&e!==Gf&&e!==zf&&e!==kf&&e!==eu&&e!==Vf&&e!==Jf&&e!==qf&&e!==Wf&&e!==Yf&&e!==Zf&&e!==Xf}function cu(e){return!ii(e)&&e!==ni}function wn(e,t){var n=e.charCodeAt(t),i;return n>=55296&&n<=56319&&t+1<e.length&&(i=e.charCodeAt(t+1),i>=56320&&i<=57343)?(n-55296)*1024+i-56320+65536:n}function Ls(e){var t=/^\n* /;return t.test(e)}var Ts=1,or=2,Fs=3,Ds=4,en=5;function fu(e,t,n,i,r,s,o,a){var l,c=0,f=null,u=!1,p=!1,d=i!==-1,g=-1,b=lu(wn(e,0))&&cu(wn(e,e.length-1));if(t||o)for(l=0;l<e.length;c>=65536?l+=2:l++){if(c=wn(e,l),!An(c))return en;b=b&&os(c,f,a),f=c}else{for(l=0;l<e.length;c>=65536?l+=2:l++){if(c=wn(e,l),c===xn)u=!0,d&&(p=p||l-g-1>i&&e[g+1]!==" ",g=l);else if(!An(c))return en;b=b&&os(c,f,a),f=c}p=p||d&&l-g-1>i&&e[g+1]!==" "}return!u&&!p?b&&!o&&!r(e)?Ts:s===vn?en:or:n>9&&Ls(e)?en:o?s===vn?en:or:p?Ds:Fs}function uu(e,t,n,i,r){e.dump=function(){if(t.length===0)return e.quotingType===vn?'""':"''";if(!e.noCompatMode&&(tu.indexOf(t)!==-1||nu.test(t)))return e.quotingType===vn?'"'+t+'"':"'"+t+"'";var s=e.indent*Math.max(1,n),o=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-s),a=i||e.flowLevel>-1&&n>=e.flowLevel;function l(c){return au(e,c)}switch(fu(t,a,e.indent,o,l,e.quotingType,e.forceQuotes&&!i,r)){case Ts:return t;case or:return"'"+t.replace(/'/g,"''")+"'";case Fs:return"|"+ss(t,e.indent)+as(is(t,s));case Ds:return">"+ss(t,e.indent)+as(is(pu(t,o),s));case en:return'"'+hu(t)+'"';default:throw new ve("impossible error: invalid scalar style")}}()}function ss(e,t){var n=Ls(e)?String(t):"",i=e[e.length-1]===`
|
90
90
|
`,r=i&&(e[e.length-2]===`
|
91
91
|
`||e===`
|
92
92
|
`),s=r?"+":i?"":"-";return n+s+`
|
@@ -97,11 +97,11 @@ ${g.join(`
|
|
97
97
|
`:"")+ls(l,t),r=s}return i}function ls(e,t){if(e===""||e[0]===" ")return e;for(var n=/ [^ ]/g,i,r=0,s,o=0,a=0,l="";i=n.exec(e);)a=i.index,a-r>t&&(s=o>r?o:a,l+=`
|
98
98
|
`+e.slice(r,s),r=s+1),o=a;return l+=`
|
99
99
|
`,e.length-r>t&&o>r?l+=e.slice(r,o)+`
|
100
|
-
`+e.slice(o+1):l+=e.slice(r),l.slice(1)}function hu(e){for(var t="",n=0,i,r=0;r<e.length;n>=65536?r+=2:r++)n=wn(e,r),i=ye[n],!i&&An(n)?(t+=e[r],n>=65536&&(t+=e[r+1])):t+=i||ru(n);return t}function du(e,t,n){var i="",r=e.tag,s,o,a;for(s=0,o=n.length;s<o;s+=1)a=n[s],e.replacer&&(a=e.replacer.call(n,String(s),a)),(
|
101
|
-
`:""}var wu=yu,Cu={dump:wu};function ur(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}var Ns=_s.load,Yd=_s.loadAll,Rs=Cu.dump;var
|
100
|
+
`+e.slice(o+1):l+=e.slice(r),l.slice(1)}function hu(e){for(var t="",n=0,i,r=0;r<e.length;n>=65536?r+=2:r++)n=wn(e,r),i=ye[n],!i&&An(n)?(t+=e[r],n>=65536&&(t+=e[r+1])):t+=i||ru(n);return t}function du(e,t,n){var i="",r=e.tag,s,o,a;for(s=0,o=n.length;s<o;s+=1)a=n[s],e.replacer&&(a=e.replacer.call(n,String(s),a)),(ze(e,t,a,!1,!1)||typeof a=="undefined"&&ze(e,t,null,!1,!1))&&(i!==""&&(i+=","+(e.condenseFlow?"":" ")),i+=e.dump);e.tag=r,e.dump="["+i+"]"}function cs(e,t,n,i){var r="",s=e.tag,o,a,l;for(o=0,a=n.length;o<a;o+=1)l=n[o],e.replacer&&(l=e.replacer.call(n,String(o),l)),(ze(e,t+1,l,!0,!0,!1,!0)||typeof l=="undefined"&&ze(e,t+1,null,!0,!0,!1,!0))&&((!i||r!=="")&&(r+=rr(e,t)),e.dump&&xn===e.dump.charCodeAt(0)?r+="-":r+="- ",r+=e.dump);e.tag=s,e.dump=r||"[]"}function mu(e,t,n){var i="",r=e.tag,s=Object.keys(n),o,a,l,c,f;for(o=0,a=s.length;o<a;o+=1)f="",i!==""&&(f+=", "),e.condenseFlow&&(f+='"'),l=s[o],c=n[l],e.replacer&&(c=e.replacer.call(n,l,c)),ze(e,t,l,!1,!1)&&(e.dump.length>1024&&(f+="? "),f+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),ze(e,t,c,!1,!1)&&(f+=e.dump,i+=f));e.tag=r,e.dump="{"+i+"}"}function gu(e,t,n,i){var r="",s=e.tag,o=Object.keys(n),a,l,c,f,u,p;if(e.sortKeys===!0)o.sort();else if(typeof e.sortKeys=="function")o.sort(e.sortKeys);else if(e.sortKeys)throw new ve("sortKeys must be a boolean or a function");for(a=0,l=o.length;a<l;a+=1)p="",(!i||r!=="")&&(p+=rr(e,t)),c=o[a],f=n[c],e.replacer&&(f=e.replacer.call(n,c,f)),ze(e,t+1,c,!0,!0,!0)&&(u=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,u&&(e.dump&&xn===e.dump.charCodeAt(0)?p+="?":p+="? "),p+=e.dump,u&&(p+=rr(e,t)),ze(e,t+1,f,!0,u)&&(e.dump&&xn===e.dump.charCodeAt(0)?p+=":":p+=": ",p+=e.dump,r+=p));e.tag=s,e.dump=r||"{}"}function fs(e,t,n){var i,r,s,o,a,l;for(r=n?e.explicitTypes:e.implicitTypes,s=0,o=r.length;s<o;s+=1)if(a=r[s],(a.instanceOf||a.predicate)&&(!a.instanceOf||typeof t=="object"&&t instanceof a.instanceOf)&&(!a.predicate||a.predicate(t))){if(n?a.multi&&a.representName?e.tag=a.representName(t):e.tag=a.tag:e.tag="?",a.represent){if(l=e.styleMap[a.tag]||a.defaultStyle,Os.call(a.represent)==="[object Function]")i=a.represent(t,l);else if(Es.call(a.represent,l))i=a.represent[l](t,l);else throw new ve("!<"+a.tag+'> tag resolver accepts not "'+l+'" style');e.dump=i}return!0}return!1}function ze(e,t,n,i,r,s,o){e.tag=null,e.dump=n,fs(e,n,!1)||fs(e,n,!0);var a=Os.call(e.dump),l=i,c;i&&(i=e.flowLevel<0||e.flowLevel>t);var f=a==="[object Object]"||a==="[object Array]",u,p;if(f&&(u=e.duplicates.indexOf(n),p=u!==-1),(e.tag!==null&&e.tag!=="?"||p||e.indent!==2&&t>0)&&(r=!1),p&&e.usedDuplicates[u])e.dump="*ref_"+u;else{if(f&&p&&!e.usedDuplicates[u]&&(e.usedDuplicates[u]=!0),a==="[object Object]")i&&Object.keys(e.dump).length!==0?(gu(e,t,e.dump,r),p&&(e.dump="&ref_"+u+e.dump)):(mu(e,t,e.dump),p&&(e.dump="&ref_"+u+" "+e.dump));else if(a==="[object Array]")i&&e.dump.length!==0?(e.noArrayIndent&&!o&&t>0?cs(e,t-1,e.dump,r):cs(e,t,e.dump,r),p&&(e.dump="&ref_"+u+e.dump)):(du(e,t,e.dump),p&&(e.dump="&ref_"+u+" "+e.dump));else if(a==="[object String]")e.tag!=="?"&&uu(e,e.dump,t,s,l);else{if(a==="[object Undefined]")return!1;if(e.skipInvalid)return!1;throw new ve("unacceptable kind of an object to dump "+a)}e.tag!==null&&e.tag!=="?"&&(c=encodeURI(e.tag[0]==="!"?e.tag.slice(1):e.tag).replace(/!/g,"%21"),e.tag[0]==="!"?c="!"+c:c.slice(0,18)==="tag:yaml.org,2002:"?c="!!"+c.slice(18):c="!<"+c+">",e.dump=c+" "+e.dump)}return!0}function bu(e,t){var n=[],i=[],r,s;for(sr(e,n,i),r=0,s=i.length;r<s;r+=1)t.duplicates.push(n[i[r]]);t.usedDuplicates=new Array(s)}function sr(e,t,n){var i,r,s;if(e!==null&&typeof e=="object")if(r=t.indexOf(e),r!==-1)n.indexOf(r)===-1&&n.push(r);else if(t.push(e),Array.isArray(e))for(r=0,s=e.length;r<s;r+=1)sr(e[r],t,n);else for(i=Object.keys(e),r=0,s=i.length;r<s;r+=1)sr(e[i[r]],t,n)}function yu(e,t){t=t||{};var n=new su(t);n.noRefs||bu(e,n);var i=e;return n.replacer&&(i=n.replacer.call({"":i},"",i)),ze(n,0,i,!0,!0)?n.dump+`
|
101
|
+
`:""}var wu=yu,Cu={dump:wu};function ur(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}var Ns=_s.load,Yd=_s.loadAll,Rs=Cu.dump;var Gd=ur("safeLoad","load"),qd=ur("safeLoadAll","loadAll"),zd=ur("safeDump","dump");var ya=require("fs"),Pr=require("path"),wa=require("fs"),Ca=Ce(require("fs"),1);function Ke(){}Ke.prototype={diff:function(t,n){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=i.callback;typeof i=="function"&&(r=i,i={}),this.options=i;var s=this;function o(b){return r?(setTimeout(function(){r(void 0,b)},0),!0):b}t=this.castInput(t),n=this.castInput(n),t=this.removeEmpty(this.tokenize(t)),n=this.removeEmpty(this.tokenize(n));var a=n.length,l=t.length,c=1,f=a+l;i.maxEditLength&&(f=Math.min(f,i.maxEditLength));var u=[{newPos:-1,components:[]}],p=this.extractCommon(u[0],n,t,0);if(u[0].newPos+1>=a&&p+1>=l)return o([{value:this.join(n),count:n.length}]);function d(){for(var b=-1*c;b<=c;b+=2){var m=void 0,v=u[b-1],A=u[b+1],T=(A?A.newPos:0)-b;v&&(u[b-1]=void 0);var W=v&&v.newPos+1<a,G=A&&0<=T&&T<l;if(!W&&!G){u[b]=void 0;continue}if(!W||G&&v.newPos<A.newPos?(m=vu(A),s.pushComponent(m.components,void 0,!0)):(m=v,m.newPos++,s.pushComponent(m.components,!0,void 0)),T=s.extractCommon(m,n,t,b),m.newPos+1>=a&&T+1>=l)return o(xu(s,m.components,n,t,s.useLongestToken));u[b]=m}c++}if(r)(function b(){setTimeout(function(){if(c>f)return r();d()||b()},0)})();else for(;c<=f;){var g=d();if(g)return g}},pushComponent:function(t,n,i){var r=t[t.length-1];r&&r.added===n&&r.removed===i?t[t.length-1]={count:r.count+1,added:n,removed:i}:t.push({count:1,added:n,removed:i})},extractCommon:function(t,n,i,r){for(var s=n.length,o=i.length,a=t.newPos,l=a-r,c=0;a+1<s&&l+1<o&&this.equals(n[a+1],i[l+1]);)a++,l++,c++;return c&&t.components.push({count:c}),t.newPos=a,l},equals:function(t,n){return this.options.comparator?this.options.comparator(t,n):t===n||this.options.ignoreCase&&t.toLowerCase()===n.toLowerCase()},removeEmpty:function(t){for(var n=[],i=0;i<t.length;i++)t[i]&&n.push(t[i]);return n},castInput:function(t){return t},tokenize:function(t){return t.split("")},join:function(t){return t.join("")}};function xu(e,t,n,i,r){for(var s=0,o=t.length,a=0,l=0;s<o;s++){var c=t[s];if(c.removed){if(c.value=e.join(i.slice(l,l+c.count)),l+=c.count,s&&t[s-1].added){var u=t[s-1];t[s-1]=t[s],t[s]=u}}else{if(!c.added&&r){var f=n.slice(a,a+c.count);f=f.map(function(d,g){var b=i[l+g];return b.length>d.length?b:d}),c.value=e.join(f)}else c.value=e.join(n.slice(a,a+c.count));a+=c.count,c.added||(l+=c.count)}}var p=t[o-1];return o>1&&typeof p.value=="string"&&(p.added||p.removed)&&e.equals("",p.value)&&(t[o-2].value+=p.value,t.pop()),t}function vu(e){return{newPos:e.newPos,components:e.components.slice(0)}}var Vd=new Ke;var $s=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,Us=/\S/,Hs=new Ke;Hs.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!Us.test(e)&&!Us.test(t)};Hs.tokenize=function(e){for(var t=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),n=0;n<t.length-1;n++)!t[n+1]&&t[n+2]&&$s.test(t[n])&&$s.test(t[n+2])&&(t[n]+=t[n+2],t.splice(n+1,2),n--);return t};var dr=new Ke;dr.tokenize=function(e){var t=[],n=e.split(/(\n|\r\n)/);n[n.length-1]||n.pop();for(var i=0;i<n.length;i++){var r=n[i];i%2&&!this.options.newlineIsToken?t[t.length-1]+=r:(this.options.ignoreWhitespace&&(r=r.trim()),t.push(r))}return t};function mr(e,t,n){return dr.diff(e,t,n)}var Au=new Ke;Au.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var _u=new Ke;_u.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};function oi(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?oi=function(t){return typeof t}:oi=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},oi(e)}var Ou=Object.prototype.toString,on=new Ke;on.useLongestToken=!0;on.tokenize=dr.tokenize;on.castInput=function(e){var t=this.options,n=t.undefinedReplacement,i=t.stringifyReplacer,r=i===void 0?function(s,o){return typeof o=="undefined"?n:o}:i;return typeof e=="string"?e:JSON.stringify(pr(e,null,null,r),r," ")};on.equals=function(e,t){return Ke.prototype.equals.call(on,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))};function Bs(e,t,n){return on.diff(e,t,n)}function pr(e,t,n,i,r){t=t||[],n=n||[],i&&(e=i(r,e));var s;for(s=0;s<t.length;s+=1)if(t[s]===e)return n[s];var o;if(Ou.call(e)==="[object Array]"){for(t.push(e),o=new Array(e.length),n.push(o),s=0;s<e.length;s+=1)o[s]=pr(e[s],t,n,i,r);return t.pop(),n.pop(),o}if(e&&e.toJSON&&(e=e.toJSON()),oi(e)==="object"&&e!==null){t.push(e),o={},n.push(o);var a=[],l;for(l in e)e.hasOwnProperty(l)&&a.push(l);for(a.sort(),s=0;s<a.length;s+=1)l=a[s],o[l]=pr(e[l],t,n,i,l);t.pop(),n.pop()}else o=e;return o}var hr=new Ke;hr.tokenize=function(e){return e.slice()};hr.join=hr.removeEmpty=function(e){return e};var Aa=Ce(ba(),1);async function ut({objects:e,selectIdentifier:t,selectDisplayName:n=t,onSyncComplete:i}){let r=e.reduce((a,l)=>{let c=t(l);if(a[c])throw new Error(`Identifier ${c} was not unique.`);return a[c]={id:c,object:l,providerId:c,displayName:n(l)},a},{});async function*s(){for(let a of Object.values(r))yield a}function o(){return Object.entries(r).sort((a,l)=>a[0].localeCompare(l[0])).map(a=>a[1].object)}return{objects:s(),deleteObject:async a=>{delete r[a]},writeObject:async a=>{let l=t(a.object);r[l]=a},extractCurrent:o,onSyncComplete:i?a=>i(a,o()):void 0}}var Gp=Qi(Zi());function ie(e){var t,n;return e.option("apiKey",{describe:"Uniform API key. Defaults to CANVAS_CLI_API_KEY or UNIFORM_API_KEY env. Supports dotenv.",default:(n=(t=process.env.CANVAS_CLI_API_KEY)!=null?t:process.env.UPM_CLI_API_KEY)!=null?n:process.env.UNIFORM_API_KEY,demandOption:!0,type:"string"}).option("apiHost",{describe:"Uniform host. Defaults to UNIFORM_CLI_BASE_URL env or https://uniform.app. Supports dotenv.",default:process.env.UNIFORM_CLI_BASE_URL||"https://uniform.app",demandOption:!0,type:"string"})}function re(e){var t,n,i;return e.option("project",{describe:"Uniform project ID. Defaults to UNIFORM_CLI_PROJECT_ID or UNIFORM_PROJECT_ID env. Supports dotenv.",default:(i=(n=(t=process.env.UNIFORM_CLI_PROJECT_ID)!=null?t:process.env.CANVAS_CLI_PROJECT_ID)!=null?n:process.env.UPM_CLI_PROJECT_ID)!=null?i:process.env.UNIFORM_PROJECT_ID,demandOption:!0,type:"string",alias:["p"]})}function pt(e){return e.option("format",{alias:["f"],describe:"Output format",default:"yaml",choices:["yaml","json"],type:"string"}).option("filename",{alias:["o"],describe:"Output filename. If not specified, write to stdout.",type:"string"})}function ht(e){var t;return e.option("diff",{describe:"Whether to show diffs in stdout. off = no diffs; update = on for updates; on = updates, creates, deletes. Can be set by UNIFORM_CLI_DIFF_MODE environment variable.",default:(t=process.env.UNIFORM_CLI_DIFF_MODE)!=null?t:"off",type:"string",choices:["off","update","on"],alias:["d"]})}function dt(e){let t=(0,Pr.extname)(e);return t===".yaml"||t===".yml"||t===".json"}function Be(e,t,n){let i;if(n&&!t){let r=(0,Pr.extname)(n);r===".yaml"||r===".yml"?t="yaml":r===".json"&&(t="json")}else if(!t)throw new Error("Format must be specified when no filename is passed");switch(t){case"json":i=JSON.stringify(e,null,2);break;case"yaml":i=Rs(e);break;default:throw new Error(`Unsupported format: ${t}`)}n?(0,ya.writeFileSync)(n,i,"utf8"):console.log(i)}function fn(e){let t=(0,wa.readFileSync)(e,"utf8");return Ns(t,{filename:e,json:!0})}async function*yi(e,t){let n=t.pageSize||100,i=0,r=[];do{r=await e(i,n);for(let s of r)yield s;i+=n}while(r.length===n)}async function mt({directory:e,format:t="yaml",selectIdentifier:n,selectDisplayName:i=n}){(0,gi.existsSync)(e)||(0,gi.mkdirSync)(e,{recursive:!0});let r=await(0,bi.readdir)(e,"utf-8"),s=new Set(r.filter(l=>{let c=(0,In.extname)(l);return c===".json"||c===".yaml"||c===".yml"})),o=l=>(0,In.join)(e,`${l}.${t}`);async function*a(){for(let l of s){let c=(0,In.join)(e,l);try{let f=await fn(c);yield{id:n(f),displayName:i(f),providerId:c,object:f}}catch(f){throw console.error(Gp.default.red(`Failed to read ${c}, data is likely invalid.
|
102
102
|
${f==null?void 0:f.message}`)),f}}}return{objects:a(),deleteObject:async l=>{await(0,bi.unlink)(l)},writeObject:async l=>{Be(l.object,t,o(l.id))}}}function xa(e,t){if(!t&&!Ca.default.existsSync(e))return{};let n=fn(e);if(typeof n!="object")throw new Error(`Package ${e} does not appear valid.`);return n}function va(e,t){Be(t,void 0,e)}async function gt({source:e,target:t,compareContents:n=(a,l)=>(0,Aa.default)(a.object,l.object,(c,f,u)=>u==="created"||u==="modified"?!0:void 0),mode:i,allowEmptySource:r=!1,whatIf:s=!1,log:o=()=>{}}){var a,l;let c=new Map;for await(let p of t.objects)c.set(p.id,p);let f=[],u=!1;for await(let p of e.objects){u=!0;let d=p.id,g=c.get(d);if(g){if(!n(p,g)&&(i==="createOrUpdate"||i==="mirror")){let b=async(m,v)=>{var A;if(!s)try{await t.writeObject(m,v)}catch(T){throw new mi(T,m)}o({action:"update",id:d,providerId:m.providerId,displayName:(A=m.displayName)!=null?A:m.providerId,whatIf:s,diff:Bs(v.object,m.object)})};f.push(b(p,g))}c.delete(d)}else{let b=async(m,v)=>{var A;if(!s)try{await t.writeObject(m)}catch(T){throw new mi(T,m)}o({action:"create",id:v,providerId:v,displayName:(A=m.displayName)!=null?A:m.providerId,whatIf:s,diff:mr("",JSON.stringify(m.object,null,2))})};f.push(b(p,d))}}if(await Promise.all(f),i==="mirror"){if(!u&&!r)throw new Error("Source is empty and mode is mirror. This would cause deletion of everything in the target, and most likely indicates an error in source definition.");let p=[];c.forEach(async d=>{let g=async b=>{var m;if(!s)try{await t.deleteObject(b.providerId)}catch(v){throw new mi(v,b)}o({action:"delete",id:b.id,providerId:b.providerId,displayName:(m=b.displayName)!=null?m:b.providerId,whatIf:s,diff:mr(JSON.stringify(b.object,null,2),"")})};p.push(g(d))}),await Promise.all(p)}await Promise.all([(a=e.onSyncComplete)==null?void 0:a.call(e,!1),(l=t.onSyncComplete)==null?void 0:l.call(t,!0)])}var mi=class extends Error{constructor(e,t){var n;super(`Error syncing ${(n=t.displayName)!=null?n:t.providerId} (${t.providerId})
|
103
103
|
${e}`),this.stack=void 0,Object.setPrototypeOf(this,mi.prototype)}},cn=Qi(Zi());function bt(e){let{diffMode:t="off",indent:n,prefix:i}=e!=null?e:{};return function({action:r,displayName:s,whatIf:o,diff:a}){let l="";switch(r){case"create":l=cn.default.green("[A]");break;case"update":l=cn.default.white("[U]");break;case"delete":l=cn.default.yellow("[D]");break}let c="";(t==="on"||t==="update"&&r==="update")&&(c=`
|
104
|
-
`+a.map(f=>f.added?cn.default.green(f.value):f.removed?cn.default.red(f.value):f.value).join("")),console.log(`${n!=null?n:""}${o?cn.default.gray("[WHATIF]"):""}${l}${i!=null?i:""} ${s}${c}`)}}var Oa={command:"get <id>",describe:"Fetch a component definition",builder:e=>pt(ie(re(e.positional("id",{demandOption:!0,describe:"Component definition public ID to fetch"})))),handler:async({apiHost:e,apiKey:t,id:n,format:i,project:r,filename:s})=>{let a=await new Q({apiKey:t,apiHost:e,fetch:_a.default,projectId:r}).getComponentDefinitions({componentId:n,limit:1});a.componentDefinitions.length===0?(console.error("Component did not exist"),process.exit(1)):Be(a.componentDefinitions[0],i,s)}};var Ea=Ce(require("isomorphic-unfetch"));var Sa={command:"list",describe:"List component definitions",aliases:["ls"],builder:e=>pt(ie(re(e.options({offset:{describe:"Number of rows to skip before fetching",type:"number",default:0},limit:{describe:"Number of rows to fetch",type:"number",default:20}})))),handler:async({apiHost:e,apiKey:t,limit:n,offset:i,format:r,filename:s,project:o})=>{let l=await new Q({apiKey:t,apiHost:e,fetch:Ea.default,projectId:o}).getComponentDefinitions({limit:n,offset:i});Be(l.componentDefinitions,r,s)}};var jr=class{constructor(t){Ai(this,"value");Ai(this,"next");this.value=t}},ke,Wt,Yt,Pn=class{constructor(){Ln(this,ke,void 0);Ln(this,Wt,void 0);Ln(this,Yt,void 0);this.clear()}enqueue(t){let n=new jr(t);Xe(this,ke)?(Xe(this,Wt).next=n,qe(this,Wt,n)):(qe(this,ke,n),qe(this,Wt,n)),_i(this,Yt)._++}dequeue(){let t=Xe(this,ke);if(!!t)return qe(this,ke,Xe(this,ke).next),_i(this,Yt)._--,t.value}clear(){qe(this,ke,void 0),qe(this,Wt,void 0),qe(this,Yt,0)}get size(){return Xe(this,Yt)}*[Symbol.iterator](){let t=Xe(this,ke);for(;t;)yield t.value,t=t.next}};ke=new WeakMap,Wt=new WeakMap,Yt=new WeakMap;function Mr(e){if(!((Number.isInteger(e)||e===Number.POSITIVE_INFINITY)&&e>0))throw new TypeError("Expected `concurrency` to be a number from 1 and up");let t=new Pn,n=0,i=()=>{n--,t.size>0&&t.dequeue()()},r=async(a,l,c)=>{n++;let f=(async()=>a(...c))();l(f);try{await f}catch(u){}i()},s=(a,l,c)=>{t.enqueue(r.bind(void 0,a,l,c)),(async()=>(await Promise.resolve(),n<e&&t.size>0&&t.dequeue()()))()},o=(a,...l)=>new Promise(c=>{s(a,c,l)});return Object.defineProperties(o,{activeCount:{get:()=>n},pendingCount:{get:()=>t.size},clearQueue:{value:()=>{t.clear()}}}),o}function wi(e){let t={...e};return delete t.projectId,delete t.state,t}function We(e){return e.option("state",{type:"string",describe:"Composition state to fetch.",choices:["preview","published"],default:"preview"})}function yt(e){let t=Number(e);if(!isNaN(t))return t;if(!e)return 64;if(typeof e!="string")throw new Error('state must be "published", "preview", or a number');return e==="preview"?0:64}var wt=Mr(8);var Ia=Ce(require("isomorphic-unfetch"));var Ct=e=>e.id,xt=e=>`${e.name} (pid: ${e.id})`;function Ci({client:e}){async function*t(){let n=yi(async(i,r)=>(await e.getComponentDefinitions({limit:r,offset:i})).componentDefinitions,{pageSize:100});for await(let i of n)yield{id:Ct(i),displayName:xt(i),providerId:i.id,object:i}}return{objects:t(),deleteObject:async n=>{await e.removeComponentDefinition({componentId:n})},writeObject:async n=>{await e.updateComponentDefinition({componentDefinition:n.object})}}}function Qe(e,t){return xa(e,t)}function jn(e,t){va(e,t)}var Pa={command:"pull <directory>",describe:"Pulls all component definitions to local files in a directory",builder:e=>ie(re(ht(e.positional("directory",{describe:"Directory to save the component definitions to. If a filename ending in yaml or json is used, a package file will be created instead of files in the directory.",type:"string"}).option("format",{alias:["f"],describe:"Output format",default:"yaml",choices:["yaml","json"],type:"string"}).option("what-if",{alias:["w"],describe:"What-if mode reports what would be done but changes no files",default:!1,type:"boolean"}).option("mode",{alias:["m"],describe:'What kind of changes can be made. "create" = create new files, update nothing. "createOrUpdate" = create new files, update existing, delete nothing. "mirror" = create, update, and delete to mirror state',choices:["create","createOrUpdate","mirror"],default:"mirror",type:"string"})))),handler:async({apiHost:e,apiKey:t,directory:n,format:i,mode:r,whatIf:s,project:o,diff:a})=>{var p;let l=new Q({apiKey:t,apiHost:e,fetch:Ia.default,projectId:o,limitPolicy:wt}),c=Ci({client:l}),f;if(dt(n)){let d=Qe(n,!1);f=await ut({objects:(p=d.components)!=null?p:[],selectIdentifier:Ct,selectDisplayName:xt,onSyncComplete:async(g,b)=>{d.components=b,jn(n,d)}})}else f=await mt({directory:n,selectIdentifier:Ct,selectDisplayName:xt,format:i});await gt({source:c,target:f,mode:r,whatIf:s,log:bt({diffMode:a})})}};var ja=Ce(require("isomorphic-unfetch"));var Ma={command:"push <directory>",describe:"Pushes all component definitions from files in a directory to Uniform Canvas",builder:e=>ie(re(ht(e.positional("directory",{describe:"Directory to read the component definitions from. If a filename is used, a package will be read instead.",type:"string"}).option("what-if",{alias:["w"],describe:"What-if mode reports what would be done but changes nothing",default:!1,type:"boolean"}).option("mode",{alias:["m"],describe:'What kind of changes can be made. "create" = create new, update nothing. "createOrUpdate" = create new, update existing, delete nothing. "mirror" = create, update, and delete',choices:["create","createOrUpdate","mirror"],default:"mirror",type:"string"})))),handler:async({apiHost:e,apiKey:t,directory:n,mode:i,whatIf:r,project:s,diff:o})=>{var u;let a=new Q({apiKey:t,apiHost:e,fetch:ja.default,projectId:s,limitPolicy:wt}),l;if(dt(n)){let p=Qe(n,!0);l=await ut({objects:(u=p.components)!=null?u:[],selectIdentifier:Ct,selectDisplayName:xt})}else l=await mt({directory:n,selectIdentifier:Ct,selectDisplayName:xt});let f=Ci({client:a});await gt({source:l,target:f,mode:i,whatIf:r,log:bt({diffMode:o})})}};var La=Ce(require("isomorphic-unfetch"));var Ta={command:"remove <id>",aliases:["delete","rm"],describe:"Delete a component definition",builder:e=>ie(re(e.positional("id",{demandOption:!0,describe:"Component definition public ID to delete"}))),handler:async({apiHost:e,apiKey:t,id:n,project:i})=>{await new Q({apiKey:t,apiHost:e,fetch:La.default,projectId:i}).removeComponentDefinition({componentId:n})}};var Fa=Ce(require("isomorphic-unfetch"));var Da={command:"update <filename>",aliases:["put"],describe:"Insert or update a component definition",builder:e=>ie(re(e.positional("filename",{demandOption:!0,describe:"Component definition file to put"}))),handler:async({apiHost:e,apiKey:t,filename:n,project:i})=>{let r=new Q({apiKey:t,apiHost:e,fetch:Fa.default,projectId:i}),s=fn(n);await r.updateComponentDefinition({componentDefinition:s})}};var Na={command:"component <command>",aliases:["def"],describe:"Commands for Canvas component definitions",builder:e=>e.command(Pa).command(Ma).command(Oa).command(Ta).command(Sa).command(Da).demandCommand(),handler:()=>{Xt.help()}};var Ra=Ce(require("isomorphic-unfetch"));var $a={command:"get <id>",describe:"Fetch a composition",builder:e=>pt(ie(re(We(e.positional("id",{demandOption:!0,describe:"Composition public ID to fetch"}).option({resolvePatterns:{type:"boolean",default:!1,describe:"Resolve pattern references in the composition"}}))))),handler:async({apiHost:e,apiKey:t,id:n,format:i,filename:r,state:s,project:o,resolvePatterns:a})=>{let l=new Q({apiKey:t,apiHost:e,fetch:Ra.default,projectId:o}),c=wi(await l.getCompositionById({compositionId:n,state:yt(s),skipPatternResolution:!a}));Be(c,i,r)}};var Ua=Ce(require("isomorphic-unfetch"));var Ha={command:"list",describe:"List compositions",aliases:["ls"],builder:e=>pt(ie(re(We(e.options({offset:{describe:"Number of rows to skip before fetching",type:"number",default:0},limit:{describe:"Number of rows to fetch",type:"number",default:20},resolvePatterns:{type:"boolean",default:!1,describe:"Resolve pattern references in the composition"}}))))),handler:async({apiHost:e,apiKey:t,limit:n,offset:i,format:r,filename:s,project:o,state:a,resolvePatterns:l})=>{let f=await new Q({apiKey:t,apiHost:e,fetch:Ua.default,projectId:o}).getCompositionList({limit:n,offset:i,state:yt(a),skipPatternResolution:!l});Be(f.compositions,r,s)}};var Ba=Ce(require("isomorphic-unfetch"));var vt=e=>e.composition._id,At=e=>{var t,n;return`${(n=(t=e.composition._name)!=null?t:e.composition._slug)!=null?n:e.composition._id} (pid: ${e.composition._id})`};function xi({client:e,state:t}){let n=yt(t);async function*i(){let r=yi(async(s,o)=>(await e.getCompositionList({limit:o,offset:s,state:n,skipPatternResolution:!0})).compositions,{pageSize:100});for await(let s of r)yield{id:vt(s),displayName:At(s),providerId:s.composition._id,object:wi(s)}}return{objects:i(),deleteObject:async r=>{await e.removeComposition({compositionId:r})},writeObject:async r=>{await e.updateComposition({...r.object,state:n})}}}var ka={command:"pull <directory>",describe:"Pulls all compositions to local files in a directory",builder:e=>ie(re(We(ht(e.positional("directory",{describe:"Directory to save the component definitions to. If a filename ending in yaml or json is used, a package file will be created instead of files in the directory.",type:"string"}).option("format",{alias:["f"],describe:"Output format",default:"yaml",choices:["yaml","json"],type:"string"}).option("what-if",{alias:["w"],describe:"What-if mode reports what would be done but changes no files",default:!1,type:"boolean"}).option("mode",{alias:["m"],describe:'What kind of changes can be made. "create" = create new files, update nothing. "createOrUpdate" = create new files, update existing, delete nothing. "mirror" = create, update, and delete to mirror state',choices:["create","createOrUpdate","mirror"],default:"mirror",type:"string"}))))),handler:async({apiHost:e,apiKey:t,directory:n,format:i,mode:r,whatIf:s,state:o,project:a,diff:l})=>{var d;let c=new Q({apiKey:t,apiHost:e,fetch:Ba.default,projectId:a,limitPolicy:wt}),f=xi({client:c,state:o}),u=dt(n),p;if(u){let g=Qe(n,!1);p=await ut({objects:(d=g==null?void 0:g.compositions)!=null?d:[],selectIdentifier:vt,selectDisplayName:At,onSyncComplete:async(b,m)=>{g.compositions=m,jn(n,g)}})}else p=await mt({directory:n,selectIdentifier:vt,selectDisplayName:At,format:i});await gt({source:f,target:p,mode:r,whatIf:s,log:bt({diffMode:l})})}};var Wa=Ce(require("isomorphic-unfetch"));var Ya={command:"push <directory>",describe:"Pushes all compositions from files in a directory to Uniform Canvas",builder:e=>ie(re(We(ht(e.positional("directory",{describe:"Directory to read the component definitions from. If a filename is used, a package will be read instead.",type:"string"}).option("what-if",{alias:["w"],describe:"What-if mode reports what would be done but changes nothing",default:!1,type:"boolean"}).option("mode",{alias:["m"],describe:'What kind of changes can be made. "create" = create new, update nothing. "createOrUpdate" = create new, update existing, delete nothing. "mirror" = create, update, and delete',choices:["create","createOrUpdate","mirror"],default:"mirror",type:"string"}))))),handler:async({apiHost:e,apiKey:t,directory:n,mode:i,whatIf:r,state:s,project:o,diff:a})=>{var p;let l=new Q({apiKey:t,apiHost:e,fetch:Wa.default,projectId:o,limitPolicy:wt}),c;if(dt(n)){let d=Qe(n,!0);c=await ut({objects:(p=d.compositions)!=null?p:[],selectIdentifier:vt,selectDisplayName:At})}else c=await mt({directory:n,selectIdentifier:vt,selectDisplayName:At});let u=xi({client:l,state:s});await gt({source:c,target:u,mode:i,whatIf:r,log:bt({diffMode:a})})}};var qa=Ce(require("isomorphic-unfetch"));var za={command:"remove <id>",aliases:["delete","rm"],describe:"Delete a composition",builder:e=>ie(re(e.positional("id",{demandOption:!0,describe:"Composition public ID to delete"}))),handler:async({apiHost:e,apiKey:t,id:n,project:i})=>{await new Q({apiKey:t,apiHost:e,fetch:qa.default,projectId:i}).removeComposition({compositionId:n})}};var Ga=Ce(require("isomorphic-unfetch"));var Ka={command:"update <filename>",aliases:["put"],describe:"Insert or update a composition",builder:e=>ie(re(We(e.positional("filename",{demandOption:!0,describe:"Composition file to put"})))),handler:async({apiHost:e,apiKey:t,filename:n,project:i,state:r})=>{let s=new Q({apiKey:t,apiHost:e,fetch:Ga.default,projectId:i}),o=fn(n);await s.updateComposition({...o,state:yt(r)})}};var Va={command:"composition <command>",describe:"Commands for Canvas compositions",aliases:["comp"],builder:e=>e.command(ka).command(Ya).command($a).command(za).command(Ha).command(Ka).demandCommand(),handler:()=>{Xt.help()}};var Gp={commands:[{command:"canvas <command>",aliases:["cv","pm","presentation"],describe:"Uniform Canvas commands",builder:e=>e.command(Va).command(Na).demandCommand(),handler:()=>{Xt.showHelp()}}]};0&&(module.exports={readCanvasPackage,uniformCLI,writeCanvasPackage});
|
104
|
+
`+a.map(f=>f.added?cn.default.green(f.value):f.removed?cn.default.red(f.value):f.value).join("")),console.log(`${n!=null?n:""}${o?cn.default.gray("[WHATIF]"):""}${l}${i!=null?i:""} ${s}${c}`)}}var Oa={command:"get <id>",describe:"Fetch a component definition",builder:e=>pt(ie(re(e.positional("id",{demandOption:!0,describe:"Component definition public ID to fetch"})))),handler:async({apiHost:e,apiKey:t,id:n,format:i,project:r,filename:s})=>{let a=await new Q({apiKey:t,apiHost:e,fetch:_a.default,projectId:r}).getComponentDefinitions({componentId:n,limit:1});a.componentDefinitions.length===0?(console.error("Component did not exist"),process.exit(1)):Be(a.componentDefinitions[0],i,s)}};var Ea=Ce(require("isomorphic-unfetch"));var Sa={command:"list",describe:"List component definitions",aliases:["ls"],builder:e=>pt(ie(re(e.options({offset:{describe:"Number of rows to skip before fetching",type:"number",default:0},limit:{describe:"Number of rows to fetch",type:"number",default:20}})))),handler:async({apiHost:e,apiKey:t,limit:n,offset:i,format:r,filename:s,project:o})=>{let l=await new Q({apiKey:t,apiHost:e,fetch:Ea.default,projectId:o}).getComponentDefinitions({limit:n,offset:i});Be(l.componentDefinitions,r,s)}};var jr=class{constructor(t){Ai(this,"value");Ai(this,"next");this.value=t}},ke,Wt,Yt,Pn=class{constructor(){Ln(this,ke,void 0);Ln(this,Wt,void 0);Ln(this,Yt,void 0);this.clear()}enqueue(t){let n=new jr(t);Xe(this,ke)?(Xe(this,Wt).next=n,Ge(this,Wt,n)):(Ge(this,ke,n),Ge(this,Wt,n)),_i(this,Yt)._++}dequeue(){let t=Xe(this,ke);if(!!t)return Ge(this,ke,Xe(this,ke).next),_i(this,Yt)._--,t.value}clear(){Ge(this,ke,void 0),Ge(this,Wt,void 0),Ge(this,Yt,0)}get size(){return Xe(this,Yt)}*[Symbol.iterator](){let t=Xe(this,ke);for(;t;)yield t.value,t=t.next}};ke=new WeakMap,Wt=new WeakMap,Yt=new WeakMap;function Mr(e){if(!((Number.isInteger(e)||e===Number.POSITIVE_INFINITY)&&e>0))throw new TypeError("Expected `concurrency` to be a number from 1 and up");let t=new Pn,n=0,i=()=>{n--,t.size>0&&t.dequeue()()},r=async(a,l,c)=>{n++;let f=(async()=>a(...c))();l(f);try{await f}catch(u){}i()},s=(a,l,c)=>{t.enqueue(r.bind(void 0,a,l,c)),(async()=>(await Promise.resolve(),n<e&&t.size>0&&t.dequeue()()))()},o=(a,...l)=>new Promise(c=>{s(a,c,l)});return Object.defineProperties(o,{activeCount:{get:()=>n},pendingCount:{get:()=>t.size},clearQueue:{value:()=>{t.clear()}}}),o}function wi(e){let t={...e};return delete t.projectId,delete t.state,t}function We(e){return e.option("state",{type:"string",describe:"Composition state to fetch.",choices:["preview","published"],default:"preview"})}function yt(e){let t=Number(e);if(!isNaN(t))return t;if(!e)return 64;if(typeof e!="string")throw new Error('state must be "published", "preview", or a number');return e==="preview"?0:64}var wt=Mr(8);var Ia=Ce(require("isomorphic-unfetch"));var Ct=e=>e.id,xt=e=>`${e.name} (pid: ${e.id})`;function Ci({client:e}){async function*t(){let n=yi(async(i,r)=>(await e.getComponentDefinitions({limit:r,offset:i})).componentDefinitions,{pageSize:100});for await(let i of n)yield{id:Ct(i),displayName:xt(i),providerId:i.id,object:i}}return{objects:t(),deleteObject:async n=>{await e.removeComponentDefinition({componentId:n})},writeObject:async n=>{await e.updateComponentDefinition({componentDefinition:n.object})}}}function Qe(e,t){return xa(e,t)}function jn(e,t){va(e,t)}var Pa={command:"pull <directory>",describe:"Pulls all component definitions to local files in a directory",builder:e=>ie(re(ht(e.positional("directory",{describe:"Directory to save the component definitions to. If a filename ending in yaml or json is used, a package file will be created instead of files in the directory.",type:"string"}).option("format",{alias:["f"],describe:"Output format",default:"yaml",choices:["yaml","json"],type:"string"}).option("what-if",{alias:["w"],describe:"What-if mode reports what would be done but changes no files",default:!1,type:"boolean"}).option("mode",{alias:["m"],describe:'What kind of changes can be made. "create" = create new files, update nothing. "createOrUpdate" = create new files, update existing, delete nothing. "mirror" = create, update, and delete to mirror state',choices:["create","createOrUpdate","mirror"],default:"mirror",type:"string"})))),handler:async({apiHost:e,apiKey:t,directory:n,format:i,mode:r,whatIf:s,project:o,diff:a})=>{var p;let l=new Q({apiKey:t,apiHost:e,fetch:Ia.default,projectId:o,limitPolicy:wt}),c=Ci({client:l}),f;if(dt(n)){let d=Qe(n,!1);f=await ut({objects:(p=d.components)!=null?p:[],selectIdentifier:Ct,selectDisplayName:xt,onSyncComplete:async(g,b)=>{d.components=b,jn(n,d)}})}else f=await mt({directory:n,selectIdentifier:Ct,selectDisplayName:xt,format:i});await gt({source:c,target:f,mode:r,whatIf:s,log:bt({diffMode:a})})}};var ja=Ce(require("isomorphic-unfetch"));var Ma={command:"push <directory>",describe:"Pushes all component definitions from files in a directory to Uniform Canvas",builder:e=>ie(re(ht(e.positional("directory",{describe:"Directory to read the component definitions from. If a filename is used, a package will be read instead.",type:"string"}).option("what-if",{alias:["w"],describe:"What-if mode reports what would be done but changes nothing",default:!1,type:"boolean"}).option("mode",{alias:["m"],describe:'What kind of changes can be made. "create" = create new, update nothing. "createOrUpdate" = create new, update existing, delete nothing. "mirror" = create, update, and delete',choices:["create","createOrUpdate","mirror"],default:"mirror",type:"string"})))),handler:async({apiHost:e,apiKey:t,directory:n,mode:i,whatIf:r,project:s,diff:o})=>{var u;let a=new Q({apiKey:t,apiHost:e,fetch:ja.default,projectId:s,limitPolicy:wt}),l;if(dt(n)){let p=Qe(n,!0);l=await ut({objects:(u=p.components)!=null?u:[],selectIdentifier:Ct,selectDisplayName:xt})}else l=await mt({directory:n,selectIdentifier:Ct,selectDisplayName:xt});let f=Ci({client:a});await gt({source:l,target:f,mode:i,whatIf:r,log:bt({diffMode:o})})}};var La=Ce(require("isomorphic-unfetch"));var Ta={command:"remove <id>",aliases:["delete","rm"],describe:"Delete a component definition",builder:e=>ie(re(e.positional("id",{demandOption:!0,describe:"Component definition public ID to delete"}))),handler:async({apiHost:e,apiKey:t,id:n,project:i})=>{await new Q({apiKey:t,apiHost:e,fetch:La.default,projectId:i}).removeComponentDefinition({componentId:n})}};var Fa=Ce(require("isomorphic-unfetch"));var Da={command:"update <filename>",aliases:["put"],describe:"Insert or update a component definition",builder:e=>ie(re(e.positional("filename",{demandOption:!0,describe:"Component definition file to put"}))),handler:async({apiHost:e,apiKey:t,filename:n,project:i})=>{let r=new Q({apiKey:t,apiHost:e,fetch:Fa.default,projectId:i}),s=fn(n);await r.updateComponentDefinition({componentDefinition:s})}};var Na={command:"component <command>",aliases:["def"],describe:"Commands for Canvas component definitions",builder:e=>e.command(Pa).command(Ma).command(Oa).command(Ta).command(Sa).command(Da).demandCommand(),handler:()=>{Xt.help()}};var Ra=Ce(require("isomorphic-unfetch"));var $a={command:"get <id>",describe:"Fetch a composition",builder:e=>pt(ie(re(We(e.positional("id",{demandOption:!0,describe:"Composition public ID to fetch"}).option({resolvePatterns:{type:"boolean",default:!1,describe:"Resolve pattern references in the composition"}}))))),handler:async({apiHost:e,apiKey:t,id:n,format:i,filename:r,state:s,project:o,resolvePatterns:a})=>{let l=new Q({apiKey:t,apiHost:e,fetch:Ra.default,projectId:o}),c=wi(await l.getCompositionById({compositionId:n,state:yt(s),skipPatternResolution:!a}));Be(c,i,r)}};var Ua=Ce(require("isomorphic-unfetch"));var Ha={command:"list",describe:"List compositions",aliases:["ls"],builder:e=>pt(ie(re(We(e.options({offset:{describe:"Number of rows to skip before fetching",type:"number",default:0},limit:{describe:"Number of rows to fetch",type:"number",default:20},resolvePatterns:{type:"boolean",default:!1,describe:"Resolve pattern references in the composition"}}))))),handler:async({apiHost:e,apiKey:t,limit:n,offset:i,format:r,filename:s,project:o,state:a,resolvePatterns:l})=>{let f=await new Q({apiKey:t,apiHost:e,fetch:Ua.default,projectId:o}).getCompositionList({limit:n,offset:i,state:yt(a),skipPatternResolution:!l});Be(f.compositions,r,s)}};var Ba=Ce(require("isomorphic-unfetch"));var vt=e=>e.composition._id,At=e=>{var t,n;return`${(n=(t=e.composition._name)!=null?t:e.composition._slug)!=null?n:e.composition._id} (pid: ${e.composition._id})`};function xi({client:e,state:t}){let n=yt(t);async function*i(){let r=yi(async(s,o)=>(await e.getCompositionList({limit:o,offset:s,state:n,skipPatternResolution:!0})).compositions,{pageSize:100});for await(let s of r)yield{id:vt(s),displayName:At(s),providerId:s.composition._id,object:wi(s)}}return{objects:i(),deleteObject:async r=>{await e.removeComposition({compositionId:r})},writeObject:async r=>{await e.updateComposition({...r.object,state:n})}}}var ka={command:"pull <directory>",describe:"Pulls all compositions to local files in a directory",builder:e=>ie(re(We(ht(e.positional("directory",{describe:"Directory to save the component definitions to. If a filename ending in yaml or json is used, a package file will be created instead of files in the directory.",type:"string"}).option("format",{alias:["f"],describe:"Output format",default:"yaml",choices:["yaml","json"],type:"string"}).option("what-if",{alias:["w"],describe:"What-if mode reports what would be done but changes no files",default:!1,type:"boolean"}).option("mode",{alias:["m"],describe:'What kind of changes can be made. "create" = create new files, update nothing. "createOrUpdate" = create new files, update existing, delete nothing. "mirror" = create, update, and delete to mirror state',choices:["create","createOrUpdate","mirror"],default:"mirror",type:"string"}))))),handler:async({apiHost:e,apiKey:t,directory:n,format:i,mode:r,whatIf:s,state:o,project:a,diff:l})=>{var d;let c=new Q({apiKey:t,apiHost:e,fetch:Ba.default,projectId:a,limitPolicy:wt}),f=xi({client:c,state:o}),u=dt(n),p;if(u){let g=Qe(n,!1);p=await ut({objects:(d=g==null?void 0:g.compositions)!=null?d:[],selectIdentifier:vt,selectDisplayName:At,onSyncComplete:async(b,m)=>{g.compositions=m,jn(n,g)}})}else p=await mt({directory:n,selectIdentifier:vt,selectDisplayName:At,format:i});await gt({source:f,target:p,mode:r,whatIf:s,log:bt({diffMode:l})})}};var Wa=Ce(require("isomorphic-unfetch"));var Ya={command:"push <directory>",describe:"Pushes all compositions from files in a directory to Uniform Canvas",builder:e=>ie(re(We(ht(e.positional("directory",{describe:"Directory to read the component definitions from. If a filename is used, a package will be read instead.",type:"string"}).option("what-if",{alias:["w"],describe:"What-if mode reports what would be done but changes nothing",default:!1,type:"boolean"}).option("mode",{alias:["m"],describe:'What kind of changes can be made. "create" = create new, update nothing. "createOrUpdate" = create new, update existing, delete nothing. "mirror" = create, update, and delete',choices:["create","createOrUpdate","mirror"],default:"mirror",type:"string"}))))),handler:async({apiHost:e,apiKey:t,directory:n,mode:i,whatIf:r,state:s,project:o,diff:a})=>{var p;let l=new Q({apiKey:t,apiHost:e,fetch:Wa.default,projectId:o,limitPolicy:wt}),c;if(dt(n)){let d=Qe(n,!0);c=await ut({objects:(p=d.compositions)!=null?p:[],selectIdentifier:vt,selectDisplayName:At})}else c=await mt({directory:n,selectIdentifier:vt,selectDisplayName:At});let u=xi({client:l,state:s});await gt({source:c,target:u,mode:i,whatIf:r,log:bt({diffMode:a})})}};var Ga=Ce(require("isomorphic-unfetch"));var qa={command:"remove <id>",aliases:["delete","rm"],describe:"Delete a composition",builder:e=>ie(re(e.positional("id",{demandOption:!0,describe:"Composition public ID to delete"}))),handler:async({apiHost:e,apiKey:t,id:n,project:i})=>{await new Q({apiKey:t,apiHost:e,fetch:Ga.default,projectId:i}).removeComposition({compositionId:n})}};var za=Ce(require("isomorphic-unfetch"));var Ka={command:"update <filename>",aliases:["put"],describe:"Insert or update a composition",builder:e=>ie(re(We(e.positional("filename",{demandOption:!0,describe:"Composition file to put"})))),handler:async({apiHost:e,apiKey:t,filename:n,project:i,state:r})=>{let s=new Q({apiKey:t,apiHost:e,fetch:za.default,projectId:i}),o=fn(n);await s.updateComposition({...o,state:yt(r)})}};var Va={command:"composition <command>",describe:"Commands for Canvas compositions",aliases:["comp"],builder:e=>e.command(ka).command(Ya).command($a).command(qa).command(Ha).command(Ka).demandCommand(),handler:()=>{Xt.help()}};var zp={commands:[{command:"canvas <command>",aliases:["cv","pm","presentation"],describe:"Uniform Canvas commands",builder:e=>e.command(Va).command(Na).demandCommand(),handler:()=>{Xt.showHelp()}}]};0&&(module.exports={readCanvasPackage,uniformCLI,writeCanvasPackage});
|
105
105
|
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
|
106
106
|
/**
|
107
107
|
* @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
|